@charset "UTF-8";
@font-face {
  font-family: "bellmt";
  src: url(../fonts/BellMT.woff) format("woff");
}

@font-face {
  font-family: "Utsukushi";
  src: url(../fonts/Utsukushi.otf) format("woff");
}

.mediaset:not(.img-small) .btn a, .linkset.col3 a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 62px;
  padding: 0 50px;
  color: #f98488;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../images/btn-bg.png) no-repeat center/cover;
}

.mediaset:not(.img-small) .btn a:hover, .linkset.col3 a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mediaset:not(.img-small) .btn a, .linkset.col3 a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    font-size: 14px;
    max-width: calc(263px * 0.9);
    height: calc(62px * 0.9);
  }
}

.linkset.col4 a, .linkbtn a, .contactset .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 62px;
  padding: 0 37px;
  color: #f98488;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/linkset-icon.png), url(../images/linkset-bg1.png), url(../images/linkset-bg2.png);
  background-repeat: no-repeat;
  background-position: center right 15px, top 0 left 0, top 0 right 0;
  background-size: auto, auto 100%, auto 100%;
}

.linkset.col4 a:hover, .linkbtn a:hover, .contactset .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .linkset.col4 a, .linkbtn a, .contactset .btn a {
    font-size: 14px;
    padding: 0 32px;
    height: calc(62px * 0.9);
    background-position: center right 10px, top 0 left 0, top 0 right 0;
  }
}

#main {
  background-image: url(../images/lesson-icon.png), url(../images/private-icon.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 1100px right 0, top 1900px left 0;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#pagetitle .inner {
  position: relative;
  padding: 10.0767754318618% 12.57197696737044% 12.2%;
}

#pagetitle .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pagetitle-frame.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#pagetitle .image {
  width: 100%;
  padding-top: 15.3846153846153%;
  position: relative;
}

#pagetitle .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#pagetitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #524740;
  font-size: 26px;
  line-height: 1.6;
  z-index: 4;
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 15%;
  letter-spacing: 0.03em;
  font-family: "Utsukushi";
}

@media (max-width: 767px) {
  #pagetitle h2 {
    top: 37%;
    font-size: 3vw;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.h3set h3 {
  color: #b78437;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-top: 50px;
  background-image: url(../images/h2-title-icon.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
}

.h3set span {
  font-family: "bellmt";
  display: block;
  line-height: 1.2;
  font-weight: 300;
}

@media (max-width: 767px) {
  .h3set h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .h3set span {
    margin-top: 5px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h4set h4 {
  color: #b78437;
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.h4set h4 span {
  font-family: "bellmt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  margin-left: 10px;
  padding-left: 30px;
  padding-top: 5px;
  line-height: 1.2;
  font-weight: 300;
  background-image: url(../images/h4-border.png);
  background-repeat: no-repeat;
  background-position: center left 0;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 16px;
  }
  .h4set h4 span {
    height: 30px;
    margin-left: 5px;
    padding-left: 25px;
    padding-top: 2px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h5set h5 {
  color: #b78437;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h5set h5:before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 30px;
  height: 6px;
  background-color: #f98488;
}

@media (max-width: 767px) {
  .h5set h5:before {
    margin-right: 5px;
    width: 20px;
    height: 3px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  line-height: 1.6;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.tableset table {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

.tableset th,
.tableset td {
  padding: 30px 25px 15px 25px;
  border-bottom: 2px solid #eae4d4;
}

.tableset th {
  white-space: nowrap;
}

.tableset thead td {
  background: #fff;
  text-align: center;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tableset table {
    width: 100%;
    font-size: 14px;
  }
  .tableset th,
  .tableset td {
    padding: 15px 15px 15px 15px;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/*thの間のborderを白に



.tableset {
  @include contSize(true);
  margin-bottom: $mb;
  table {
    width: 100%;
    line-height: $TB-lh;
  }
  tr {
    &:not(:first-child) th {
      border-top: $TB-th-bd;
    }
    &:last-child th {
      border-bottom: $TB-td-bd;
    }
  }
  th,
  td {
    padding: $TB-p;
    @if ($TB-th-bd == $TB-td-bd) {
      border: $TB-th-bd;
    }
    @if ($TB-IE-p != $TB-p) {
      @include ie {
        padding: $TB-IE-p;
      }
    }
  }
  th {
    
    border-top: $TB-td-bd;
    border-right: $TB-td-bd;
    border-left: $TB-td-bd;
    background: $TB-th-bg;
  }
  td {
    @if ($TB-th-bd != $TB-td-bd) {
      border: $TB-td-bd;
    }
    background: $TB-td-bg;
  }
  thead {
    th {
      border-bottom: $TB-th-bd !important;
      border-right: $TB-th-bd !important;
    }
    td {
     
      background: $TB-th-bg;
      &:not(:last-child) {
        border-right: $TB-th-bd;
      }
      &:not(:first-child) {
        border-left: none;
      }
    }
  }
  &.type-scroll {
    overflow-x: auto;
    th {
      white-space: nowrap;
    }
    tbody {
      tr {
        &:first-child {
          th {
            border-top: $TB-th-bd;
          }
        }
      }
    }
  }
  @include sp {
    th {
      
    }
    &.type-normal {
      tr {
        &:last-child th {
          border-bottom: none;
        }
      }
      
      th,
      td {
        display: block;
      }
      tr:not(:first-child) th,
      td {
        border-top: 0;
      }
    }
    &.type-scroll {
      thead {
        td {
          
          white-space: nowrap;
        }
      }
    }
  }
}




******/
/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 28.6%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset:not(.img-small) .title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.mediaset:not(.img-small) .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset:not(.img-small) .btn {
  margin-left: auto;
  width: 100%;
  max-width: 263px;
  margin-top: 40px;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 3.8%;
}

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 3.8%;
}

.mediaset.img-small .imgbox {
  width: 245px;
  margin-right: 50px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset.img-small .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
}

.mediaset.img-small .text {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    max-width: 286px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mediaset:not(.img-small) .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small) .btn a {
    margin: 0 auto;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 20px;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 10px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

.calloutset .text {
  line-height: 1.6;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col4 .title {
  letter-spacing: 0.05em;
}

.calloutset.col4 .text {
  font-size: 16px;
  line-height: 1.5;
}

.calloutset.col3 {
  text-align: center;
}

.calloutset.col3 .block {
  width: 31%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 16px;
  }
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col4 .text {
    font-size: 14px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset.col4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.linkset.col4.notLast {
  margin-bottom: 20px;
}

.linkset.col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col4 li {
  width: 22.3%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 3.6%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .linkset.col4 {
    max-width: 420px;
  }
  .linkset.col4 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.linkset.col3 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.linkset.col3.notLast {
  margin-bottom: 20px;
}

.linkset.col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col3 li {
  width: 31%;
}

.linkset.col3 li:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.linkset.col3 li:nth-child(n + 4) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .linkset.col3 {
    max-width: 400px;
  }
  .linkset.col3 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkset.col3 li {
    width: 100%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 70px;
  width: calc(100% - 20px);
  max-width: 523px;
}

.linkbtn a {
  height: 62px;
  font-size: 16px;
  padding: 0 50px;
  background-image: url(../images/linkbtn-arrow.png), url(../images/linkbtn-bg1.png), url(../images/linkbtn-bg2.png);
}

@media (max-width: 767px) {
  .linkbtn {
    max-width: 400px;
  }
  .linkbtn a {
    padding: 0 45px;
    height: 50px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 30px 25px 15px 25px;
  border-bottom: 2px solid #eae4d4;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 263px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    font-size: 14px;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
    padding: 15px 15px 15px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
  }
}

/**
thのみborder白

.miniSurveyView{
	@include contSize(true);
	margin-bottom: $mb;
	table.formBlockSurveyTable{
		width: 100%;
		line-height: $TB-lh;
		tr:not(:last-child){

			
      &:not(:first-child) td.question {
        border-top: $TB-th-bd;
      }
      &:nth-last-child(2) td.question {
        border-bottom: $TB-td-bd;
	  }
	  

			td{
				padding: $TB-p;
				@if($TB-th-bd == $TB-td-bd){
					border: $TB-th-bd;
				}
				@if ($TB-IE-p != $TB-p){
					@include ie{
						padding: $TB-IE-p;
					}
				}
				input[type="text"],
				input[type="tel"],
				input[type="email"],
				textarea{
					border: $FORM-input-bd;
					padding: 5px;
					width: 100%;
				}
				&.question{
					border-top: $TB-td-bd;
          border-right: $TB-td-bd;
          border-left: $TB-td-bd;
          background: $TB-th-bg;
				}
				&:not(.question){
					@if($TB-th-bd != $TB-td-bd){
						border: $TB-td-bd;
					}
					background: $TB-td-bg;
				}
			}
		}
		tr:last-child{
			td{
				padding-top: 20px;
				text-align: center;
				input[type="submit"]{
					@extend %btn;
					width: $FORM-btn-width;
					margin: 0 auto;
					cursor: pointer;
				}
			}
		}
	}
	@include sp{
		table.formBlockSurveyTable{
			td{
				display: block;
			}
			tr:not(:last-child){

				
        &:nth-last-child(2) td.question {
          border-bottom: none;
        }

				&:not(:first-child) td.question,
				td:not(.question){
					border-top: 0;
				}
			}
			tr:last-child{
				td:first-child{
					display: none;
				}
				td{
					input[type="submit"]{
						width: 100%;
						max-width: $FORM-btn-width;
					}
				}
			}
		}
	}
}


**/
/* ----------------------------------------------
contactset
------------------------------------------------- */
.contactset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
}

.contactset:after {
  display: block;
  content: "";
  width: 100%;
  height: 14px;
  background-image: url(../images/contactset-border2.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
}

.contactset .title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactset .title:after {
  margin-left: 20px;
  margin-top: 15px;
  display: block;
  content: "";
  width: 100%;
  height: 14px;
  background-image: url(../images/contactset-border1.png);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}

.contactset .title p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "bellmt";
  color: #b78437;
  font-size: 26px;
  line-height: 1.4;
}

.contactset .title p span {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.contactset .text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #f98488;
}

.contactset .contents {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactset .right {
  width: 49%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactset .left {
  padding-left: 25px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactset .tel span,
.contactset .mobile span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #b78437;
}

.contactset .tel p,
.contactset .mobile p {
  background-repeat: no-repeat;
  background-position: center left 0;
}

.contactset .tel a,
.contactset .mobile a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #524740;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-family: "Utsukushi";
}

.contactset .tel a:hover,
.contactset .mobile a:hover {
  opacity: 0.6;
}

.contactset .tel p {
  background-image: url(../images/tel-icon.png);
}

.contactset .tel p,
.contactset .tel span {
  padding-left: 30px;
}

.contactset .mobile {
  margin-left: 20px;
}

.contactset .mobile p {
  background-image: url(../images/mobile-icon.png);
}

.contactset .mobile p,
.contactset .mobile span {
  padding-left: 32px;
}

.contactset .btn {
  width: 47.446808510638%;
}

.contactset .btn + .btn {
  margin-left: 24px;
}

@media (max-width: 999px) {
  .contactset .contents {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactset .right,
  .contactset .left {
    width: 100%;
    max-width: 450px;
  }
  .contactset .right {
    padding-right: 0px;
  }
  .contactset .left {
    margin-bottom: 30px;
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .contactset .right,
  .contactset .left {
    width: 100%;
    max-width: 400px;
  }
  .contactset .contents {
    margin-bottom: 30px;
  }
  .contactset .tel span,
  .contactset .mobile span {
    font-size: 10px;
  }
  .contactset .tel a,
  .contactset .mobile a {
    font-size: 20px;
  }
  .contactset .title {
    margin-bottom: 20px;
  }
  .contactset .title:after {
    margin-left: 15px;
  }
  .contactset .title p {
    font-size: 20px;
    line-height: 1.2;
  }
  .contactset .title p span {
    margin-left: 0;
    font-size: 10px;
    display: block;
  }
  .contactset .text {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .contactset .right,
  .contactset .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactset .mobile {
    margin-top: 15px;
    margin-left: 0;
  }
  .contactset .btn {
    width: 100%;
    max-width: calc(223px * 0.9);
  }
  .contactset .btn + .btn {
    margin-top: 10px;
    margin-left: 0px;
  }
}

/* ----------------------------------------------
movieblock
------------------------------------------------- */
.movieblock {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.movieblock .movie {
  width: 44%;
}

.movieblock .txtbox {
  width: 50%;
}

.movieblock .title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.movieblock .text {
  font-size: 16px;
  line-height: 2;
}

.movieblock .movieinner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.movieblock .movieinner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  .movieblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movieblock .movie {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 20px;
  }
  .movieblock .txtbox {
    width: 100%;
  }
  .movieblock .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .movieblock .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=contents.css.map */