@charset "utf-8";
/* ============================================================
 ▼▼font▼▼
============================================================ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap');
/* ============================================================
 ▼▼base fonts▼▼
============================================================ */
.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.serif {
  font-family: 'YuMincho Medium', '游明朝 Medium', 'Yu Mincho Medium', 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
  font-weight: normal;
}
/* ============================================================
 clearfix
============================================================ */
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
#kv {
  margin-bottom: 120px;
}
#kv .ttl-area {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 40px 60px 10px 60px;
  background: #fff;
}
#kv .cont-ttl,
#kv .cont-ttl-en {
  text-align: left;
}
@media (min-width: 980px) and (max-width: 1270px) {
  #kv .ttl-area {
    margin-left: 50px;
  }
}
/* ============================================================
 about
============================================================ */
.about-cont {
  display: flex;
}
.about-cont li.cont-area {
  flex: 1;
  margin-right: 100px;
}
.about-cont li.pht {
  width: 400px;
}
.about-cont .cont-area .about-copy {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-bottom: 100px;
}
@media (max-width: 979px) {
  .about-cont .cont-area .about-copy {
    font-size: 1.6rem;
  }
}
.member {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 100px;
}
.member .side-padding {
  padding-left: 3%;
  padding-right: 3%;
}
.member ul {
  display: flex;
  justify-content: space-between;
}
.member ul li {
  margin-left: 6.6%;
  margin-bottom: 25px;
}
.member ul li:first-child {
  margin-left: 0;
}
.member .pht {
  position: relative;
}
.member .pht img {
  border-radius: 100%;
  overflow: hidden;
}
.member .pht .part {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.member .pht .part span {
  display: inline-block;
  min-width: 120px;
  padding: 3px 1em;
  color: #fff;
  background: #e2aea8;
  font-size: 1.1rem;
  font-weight: bold;
}
.member .name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
.member .name-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.2rem;
  color: #e2aea8;
  margin-bottom: 20px;
}
@media (min-width: 1061px) {
  .member ul li {
    flex: 1;
  }
}
@media (min-width: 980px) and (max-width: 1060px) {
  .member ul {
    flex-wrap: wrap;
  }
  .member ul li {
    width: 45%;
    margin-left: 5%;
  }
  .member ul li:nth-child(odd) {
    margin-left: 0;
  }
  .member .pht {
    width: 60%;
    margin: 0 auto;
  }
}
/* ============================================================
 ニュース一覧
============================================================ */
.news-list a {
  text-decoration: none;
  color: #000;
}
.news-list li {
  border-bottom: 1px solid #d3d3d3;
  transition: all 0.3s;
}
.news-list li:first-child {
  border-top: 1px solid #d3d3d3;
}
.news-list .news-wrap {
  display: flex;
  padding: 30px 10px;
}
.news-list .date {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 15px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.news-list .txt {
  flex: 9;
  line-height: 1.5;
  transition: all 0.3s;
}
/* ============================================================
 ページャー
============================================================ */
.wp-pagenavi {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: none!important;
  justify-content: center;
  background: #fafafa;
  border-radius: 100%;
  color: #000;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  padding: 0;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  position: relative;
}
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi span.nextpostslink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: 16px 8px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  position: relative;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi span.previouspostslink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: 16px 8px;
  transform: scale(-1, 1);
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  border: none;
  background: #e2aea8;
  color: #fff;
}
.wp-pagenavi a:hover.nextpostslink:before,
.wp-pagenavi span:hover.nextpostslink:before {
  background: url(../images/common/arrow_white.svg) no-repeat center center;
  background-size: 16px 8px;
}
.wp-pagenavi a:hover.previouspostslink:before,
.wp-pagenavi span:hover.previouspostslink:before {
  background: url(../images/common/arrow_white.svg) no-repeat center center;
  background-size: 16px 8px;
  transform: scale(-1, 1);
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #e2aea8;
  color: #fff;
}
/* ============================================================
 ニュース詳細
============================================================ */
.article-area {
  padding: 0;
}
.article-area.box-line {
  padding: 40px 60px 60px 60px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.article-area p {
  line-height: 2.4;
}
.news-head .ttl {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.news-head .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1;
}
.article {
  margin-top: 30px;
}
.article p {
  margin-top: 2em;
}
.article h2 {
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page-control {
  text-align: center;
  font-size: 0;
  margin: 30px 50px 0;
}
.page-control li {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 1.6rem;
  color: #e2aea8;
  font-weight: 700;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page-control li:first-child {
  float: left;
}
.page-control li:last-child {
  float: right;
}
.page-control a span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 100%;
  color: #000;
  width: 100%;
  height: 100%;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.page-control a span.index {
  position: relative;
}
.page-control a span.index:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/news/icon_index.png) no-repeat center center;
  background-size: 20px 14px;
}
.page-control a span.next {
  position: relative;
}
.page-control a span.next:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: 16px 8px;
}
.page-control a span.prev {
  position: relative;
}
.page-control a span.prev:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: 16px 8px;
  transform: scale(-1, 1);
}
.page-control a span:hover,
.page-control a span.active {
  background: #e2aea8;
  color: #fff;
  opacity: 1;
}
.page-control a span:hover.index:before,
.page-control a span.active.index:before {
  background: url(../images/news/icon_index_white.png) no-repeat center center;
  background-size: 20px 14px;
}
.page-control a span:hover.next:before,
.page-control a span.active.next:before {
  background: url(../images/common/arrow_white.svg) no-repeat center center;
  background-size: 16px 8px;
}
.page-control a span:hover.prev:before,
.page-control a span.active.prev:before {
  background: url(../images/common/arrow_white.svg) no-repeat center center;
  background-size: 16px 8px;
}
/* ============================================================
 guide
============================================================ */
#guide .plan {
  display: flex;
  justify-content: space-between;
}
#guide .plan li {
  width: 48%;
}
#guide .price-area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
#guide .plan-img {
  margin-bottom: 30px;
}
#guide .price-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e2aea8;
  border: 3px solid #e2aea8;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding: 30px 40px;
  text-align: center;
}
#guide .price-ttl .en {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}
#guide .price {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#guide .price span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 5.6rem;
  font-weight: 700;
}
#guide .price-note {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
#guide .price-detail {
  border-top: 1px solid #000;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}
#guide .sub-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#guide .third-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
#guide #step-area {
  background: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 120px;
}
#guide #step-area .ttl-area {
  margin-top: 0;
  margin-bottom: 30px;
}
#guide .step {
  margin-top: 30px;
}
#guide .step li:last-child dt:after {
  display: none;
}
#guide .step dl {
  display: flex;
}
#guide .step dt {
  position: relative;
  width: 40px;
  z-index: 1;
}
#guide .step dt:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e2aea8;
  z-index: -1;
}
#guide .step dd {
  flex: 1;
  padding: 5px 0 40px 20px;
}
#guide .step .step-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2aea8;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#guide .step .sub-ttl {
  margin-bottom: 0.5em;
}
#guide .guide-detail {
  padding-top: 100px;
}
#guide .guide-detail .ttl-area {
  margin-bottom: 40px;
}
#guide .guide-detail .form-table {
  margin-bottom: 20px;
  table-layout: auto;
}
#guide .guide-detail .form-table th,
#guide .guide-detail .form-table td {
  padding: 30px;
}
#guide .guide-detail .form-table th {
  background: #fafafa;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
#guide .guide-detail .form-table td {
  width: 45%;
  vertical-align: top;
}
#guide .guide-detail .form-table td table,
#guide .guide-detail .form-table td tr,
#guide .guide-detail .form-table td th,
#guide .guide-detail .form-table td td {
  table-layout: fixed;
  padding: 0;
  background: none;
  border: 0;
  width: auto;
}
#guide .flame li {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  font-size: 0;
}
@media (min-width: 980px) {
  .sp-plan-ttl {
    display: none;
  }
}
/* ============================================================
 gallery
============================================================ */
.gallery-list li {
  margin-bottom: 20px;
}
/* ============================================================
 FAQ
============================================================ */
.accordion .ac-q-box {
  display: flex;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
  padding: 15px 0 15px 100px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.accordion .ac-q-box:first-child {
  border-top: 1px solid #d3d3d3;
}
.accordion .ac-q-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 60px;
  height: 100%;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  font-size: 2.4rem;
  line-height: 1;
}
.accordion .ac-q-box .ac-q {
  font-size: 1.6rem;
  font-weight: bold;
}
.accordion .ac-a-box {
  display: none;
  position: relative;
  padding: 15px 0 15px 100px;
  border-bottom: 1px solid #d3d3d3;
}
.accordion .ac-a-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 60px;
  height: 100%;
  color: #e2aea8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  font-size: 2.4rem;
  line-height: 1;
}
/* ============================================================
 contact
============================================================ */
.form-message {
  text-align: center;
  font-size: 2.4rem!important;
  font-weight: bold;
}
/* ============================================================
 banner-area
============================================================ */
#banner-area {
  margin-top: 100px;
}
#banner-area ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#banner-area ul li {
  flex: 1;
  margin-left: 4%;
}
#banner-area ul li:first-child {
  margin-left: 0;
}
#banner-area .btn-wrap {
  position: relative;
  width: 100%;
}
#banner-area .btn-wrap:before {
  content: "";
  display: block;
  padding-top: 24%;
}
#banner-area .btn {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: 0;
  font-size: 2.6rem;
}
#banner-area .btn:after {
  width: 40px;
  height: 16px;
}
@media (max-width: 979px) {
  #kv {
    margin-bottom: 60px;
  }
  #kv .ttl-area {
    display: inline-block;
    position: relative;
    margin-top: -45px;
    margin-bottom: 0;
    padding: 20px 30px 0 30px;
  }
  /* about
====================== */
  .about-cont {
    display: block;
  }
  .about-cont li.cont-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .about-cont li.pht {
    width: 100%;
  }
  .about-cont .cont-area .about-copy {
    margin-bottom: 50px;
  }
  .member {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .member ul {
    display: block;
  }
  .member ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .member .pht {
    width: 150px;
    margin: 0 auto;
  }
  .member .pht .part {
    bottom: 5px;
  }
  .member .name-en {
    margin-bottom: 0;
  }
  /* ニュース
====================== */
  .news-list .news-wrap {
    display: block;
    font-size: 0;
    padding: 15px 0;
  }
  .news-list .date {
    width: auto!important;
    margin-right: 10px;
    display: inline-block;
  }
  .news-list .txt {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
  .article-area.box-line {
    padding: 5px 0 15px 0;
  }
  .news-head .ttl {
    font-size: 1.6rem;
  }
  .article {
    margin-top: 20px;
  }
  .article h2 {
    margin-top: 1.5em;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .page-control {
    margin: 30px 15px 0;
  }
  /* guide
====================== */
  #guide .plan {
    display: block;
  }
  #guide .plan li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #guide .plan-img {
    margin-bottom: 15px;
  }
  #guide .price-area {
    padding: 0 5px;
  }
  #guide .price-area .txt {
    font-size: 1.2rem;
  }
  #guide .price-area .sub-ttl {
    font-size: 1.4rem;
  }
  #guide .price-ttl {
    font-size: 1.8rem;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  #guide .price-ttl .en {
    font-size: 1rem;
  }
  #guide .price {
    font-size: 2.1rem;
  }
  #guide .price span {
    font-size: 3.6rem;
  }
  #guide .price-note {
    font-size: 1.2rem;
  }
  #guide .price-detail {
    margin-top: 15px;
    padding-top: 15px;
  }
  #guide .sub-ttl {
    font-size: 1.6rem;
  }
  #guide #step-area {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
  }
  #guide #step-area .ttl-area {
    margin-bottom: 15px;
  }
  #guide .step dd {
    padding: 5px 0 20px 10px;
  }
  #guide .guide-detail {
    padding-top: 50px;
  }
  #guide .guide-detail .ttl-area {
    margin-bottom: 20px;
  }
  #guide .guide-detail .form-table {
    margin-bottom: 20px;
  }
  #guide .guide-detail .form-table th,
  #guide .guide-detail .form-table td {
    width: 100%;
  }
  #guide .guide-detail .form-table th {
    padding: 15px 10px;
  }
  #guide .guide-detail .form-table td {
    padding: 0 10px 15px 10px;
  }
  #guide .guide-detail .form-table td td {
    display: block;
    width: 100%;
  }
  #guide .guide-detail .form-table th + td {
    padding: 15px 10px;
  }
  #guide .guide-detail .pc-plan-ttl {
    display: none;
  }
  #guide .flame li {
    max-width: 30%;
    margin-right: 2%;
  }
  /* gallery
====================== */
  .gallery-list li {
    margin-bottom: 10px;
  }
  /* faq
====================== */
  .accordion {
    margin-top: 30px;
  }
  .accordion .ac-q-box {
    padding: 10px 10px 10px 65px;
  }
  .accordion .ac-q-box:before {
    width: 50px;
    font-size: 1.6rem;
  }
  .accordion .ac-q-box .ac-q {
    font-size: 1.4rem;
  }
  .accordion .ac-a-box {
    padding: 10px 10px 10px 65px;
  }
  .accordion .ac-a-box:before {
    width: 50px;
    font-size: 1.6rem;
  }
  /* contact
====================== */
  .form-message {
    text-align: center;
    font-size: 1.8rem!important;
    font-weight: bold;
  }
  #banner-area .btn {
    font-size: 1.8rem;
  }
  #banner-area .btn:after {
    width: 20px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  #banner-area {
    margin-top: 80px;
  }
  #banner-area ul {
    display: block;
  }
  #banner-area ul li {
    margin-left: 0;
  }
  #banner-area ul li:first-child {
    margin-bottom: 20px;
  }
  #banner-area .btn {
    font-size: 1.8rem;
  }
  #banner-area .btn:after {
    width: 20px;
    height: 8px;
  }
}
