@charset "utf-8";

/*********************************/
/*            Common             */
/*********************************/
img {
  width: 100%;
  margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
  line-height: 1.3;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.3;
}

svg {
  fill: currentColor;
}

body {
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.dp-sp{
  display: block;
}

.dp-pc {
  display: none;
}

.wrap {
  overflow: hidden;
}

.main-inner {
  width: 92%;
  margin: 0 auto;
}

.sub-inner {
  width: 84%;
  margin: 0 auto;
}

.yellow-btn {
  background-color: #9f7f4f;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 2.93vw;
  position: relative;
  text-decoration: none;
  transition: .4s;
  padding: 4% 0 3.5% 7%;
  width: 54.6%;
}

.pagetop-btn {
  color: #9d803e;
  display: inline-block;
  font-size: 4vw;
  text-decoration: none;
  transform: rotate(-90deg);
  padding-left: 4%;
  position: absolute;
  top: -80%;
  right: 0;
}

.pagetop-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 1.8vw transparent;
  border-left: solid 2.5vw #9d803e;
  top: 25%;
  left: 0;
  margin-top: -5px;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.5;
  }

  .dp-sp {
    display: none;
  }

  .dp-pc {
    display: block;
  }

  .main-inner {
    width: 1200px;
  }

  .sub-inner {
    width: 1100px;
  }

  .yellow-btn {
    border-radius: 30px;
    font-size: 24px;
    padding: 20px 0 20px 35px;
    width: 410px;
  }

  .pagetop-btn {
    font-size: 14px;
    padding-left: 20px;
    top: -110%;
  }

  .pagetop-btn::before {
    border: solid 9px transparent;
    border-left: solid 14px #9d803e;
    top: 23%;
  }
}

/*********************************/
/*           Firstview           */
/*********************************/
.firstview-mainLogo {
  margin: 0 auto;
  padding-top: 15%;
  width: 50%;
}

.firstview-mainLogo-link {
  width: 100%;
  display: block;
}

/* .firstview-reservation {
  background-image: url(../img/firstview-reservation-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 21.3%;
  z-index: 5;
} */

.firstview-reservation {
  background-image: url(../img/firstview-reservation-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 21.3%;
  z-index: 5;
}
.firstview-reservation-link {
  display: block;
  padding: 12%;
  text-decoration: none;
  width: 100%;
}

.firstview-reservation-icon {
  color: #fff;
  margin: 0 auto 10%;
  transition: 0.3s;
  width: 44.4%;
}

.firstview-reservation__en-text {
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.6vw;
  text-align: center;
  transition: 0.3s;
}

.firstview-reservation__ja-text {
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 3.8vw;
  text-align: center;
  transition: 0.3s;
}

.firstview-flex-box {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.firstview-flex-left {
  width: 16%;
}

.firstview-flex-right {
  background-image: url(../img/firstview-bg_sp.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 1px solid #000;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 45% 0%;
  position: relative;
  width: 84%;
}

.firstview-title-box {
  margin-left: 5.5%;
  width: 100%;
  z-index: 2;
}

.firstview-title {
  margin-bottom: 3%;
  position: relative;
  width: 100%;
}

.firstview-title__title {
  background-image: -moz-linear-gradient( 101deg, #9f7f4f 1%, #ccb795 100%);
  background-image: -webkit-linear-gradient( 101deg, #9f7f4f 1%, #ccb795 100%);
  background-image: -ms-linear-gradient( 101deg, #9f7f4f 1%, #ccb795 100%);
  color: #fff;
  display: inline-block;
  font-family: 'Lateef', sans-serif;
  font-size: 6vw;
  font-style: italic;
  font-weight: normal;
  padding: 2% 3%;
}
.firstview-title__title small{
  font-size: 12px;
}
.firstview-title__catch-text {
  background-image: -moz-linear-gradient( 101deg, #dd761b 1%, #f4c300 100%);
  background-image: -webkit-linear-gradient( 101deg, #dd761b 1%, #f4c300 100%);
  background-image: -ms-linear-gradient( 101deg, #dd761b 1%, #f4c300 100%);
  color: #fff;
  display: inline-block;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 3vw;
  /* font-style: italic; */
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 2%;
  padding: 0 2%;
}

.firstview-title__continued-text {
  width: 50%;
  max-width: 366px;
}

.firstview-title-accessory {
  position: absolute;
  top: -90%;
  left: -5.5%;
  width: 30%;
}

.firstview-keyvisual-list {
  height: auto;
  list-style-type: none;
}

.firstview-keyvisual-item {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100px);
  z-index: 1;
}

.firstview-keyvisual-item:nth-of-type(3n-2) {
  top: 10.2%;
  left: 30.5%;
  width: 47.6%;
}

.firstview-keyvisual-item:nth-of-type(3n-1) {
  top: 48%;
  right: 0%;
  width: 51.5%;
}

.firstview-keyvisual-item:nth-of-type(3n) {
  top: 66%;
  left: 7%;
  width: 35.7%;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .firstview {
    margin-bottom: 0;
  }

  .firstview-mainLogo {
    padding-top: 25px;
    width: 50px;
  }

  .firstview-reservation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 140px;
    width: 140px;
  }

  .firstview-reservation-link {
    padding: 30px 25px 20px;
    height: 140px;
    width: 140px;
  }

  .firstview-reservation-icon {
    margin-bottom: 10px;
    width: 50px;
  }

  _:-ms-lang(x)::-ms-backdrop, .firstview-reservation-icon {
    height: 45px;
  }

  .firstview-reservation__en-text {
    font-size: 12px;
  }

  .firstview-reservation__ja-text {
    font-size: 20px;
  }

  .firstview-inner {
    margin: 0 auto;
    width: 1200px;
  }

  .firstview-flex-right {
    background-color: #fff;
    background-image: url(../img/firstview-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    /* background-size: 84%; */
    background-size: 100%;
    border-left: 2px solid #000;
    padding: 300px 0 180px;
  }

  .firstview-titleBox {
    position: relative;
  }

  .firstview-title{
    position: relative;
    padding: 0;
    width: 100%;
  }

  .firstview-title__title {
    font-size: 70px;
    /* padding: 10px 30px; */
    padding: 20px 30px 10px 30px;
    line-height: 1;
  }
  .firstview-title__title small{
    font-size: 36px;
  }
  .firstview-title-accessory {
    position: absolute;
    top: -100px;
    left: -60px;
    width: 300px;
  }

  .firstview-title__catch-text {
    font-size: 23px;
    margin-left: 0;
    margin-bottom: 13px;
    padding: 5px 18px 8px;
  }

  .firstview-keyvisual-item:nth-of-type(3n-2) {
    top: 90px;
    left: 48.16%;
    width: 300px;
  }

  .firstview-keyvisual-item:nth-of-type(3n-1) {
    top: 250px;
    left: 60.8%;
    right: auto;
    width: 400px;
  }

  .firstview-keyvisual-item:nth-of-type(3n) {
    top: 470px;
    left: 40%;
    width: 225px;
  }
}

/*********************************/
/*            Benefits           */
/*********************************/
.benefits {
  background-color: #2e2e2e;
  margin-bottom: 10.6%;
  padding: 6.7% 0 8%;
}

.benefits-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
}

.benefits-item {
  width: 30%;
}

.benefits-item:last-of-type {
  margin-bottom: 0;
}

.benefits-item-thum {
  display: block;
  width: 100%;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .benefits {
    background-color: #2e2e2e;
    padding: 60px 0;
    margin-bottom: 0;
  }

  .benefits-inner {
    width: 1100px;
  }

  .benefits-list {
    flex-direction: row;
  }

  .benefits-item {
    flex-direction: row;
    margin-bottom: 0;
    width: 320px;
  }
}


/*********************************/
/*            Concept            */
/*********************************/
.concept-topBox {
  margin-bottom: 9.3%;
}

.concept-topBox__title {
  color: #000;
  font-family: 'Lateef', sans-serif;
  font-size: 9.53vw;
  font-style: italic;
  font-weight: normal;
}

.concept-topBox__subtitle {
  color: #000;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 3.7vw;
  /* font-style: italic; */
  margin-bottom: 3.2%;
}

.concept-topBox__text {
  color: #000;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.7vw;
  /* font-style: italic; */
  margin-bottom: 4%;
}

.concept-topBox__access-text {
  color: #000;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.7vw;
  position: relative;
  /* padding-left: 6%; */
  line-height: 1.5;
}

/* .concept-topBox__access-text::before {
  content: '';
  background-image: url(../img/icon-train.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 4vw;
  width: 3vw;
} */

.concept-bot-box {
  /* background-image: url(../img/concept-bot-box-bg_sp.jpg); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 16% 0 14%;
}

.concept-list {
  list-style-type: none;
}

.concept-item {
  width: 100%;
  margin-bottom: 16%;
}

.concept-item:last-of-type {
  margin-bottom: 0;
}

.concept-item-thum {
  margin-bottom: 3%;
  width: 100%;
}

.concept-item__title {
  border-top: 1px solid #000;
  display: inline-block;
  font-size: 3.73vw;
  font-weight: bold;
  padding-top: 3.1%;
  margin-bottom: 3.1%;
}

.concept-item__text {
  font-size: 2.93vw;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  /* font-style: italic; */
  line-height: 1.7;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .concept-topBox__title {
    font-size: 64px;
    margin-bottom: 15px;
  }

  .concept-topBox__subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .concept-topBox__text {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .concept-topBox__access-text {
    font-size: 16px;
  }

  .concept-topBox__access-text::before {
    height: 23px;
    width: 17px;
  }

  .concept-topBox {
    background-image: url(../img/concept-topBox-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 110px 0;
  }

  .concept-topBox-inner {
    padding-left: 550px;
  }

  .concept-bot-box {
    /* background-image: url(../img/concept-bot-box-bg01.jpg), url(../img/concept-bot-box-bg02.jpg); */
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-size: 35%, 45%;
    padding: 110px 0 60px;
  }

  .concept-item {
    margin-bottom: 50px;
  }

  .concept-item:first-of-type {
    margin-right: auto;
    width: 645px;
  }

  .concept-item:nth-of-type(2) {
    margin-left: 210px;
    width: 680px;
  }

  .concept-item:last-of-type {
    margin-left: auto;
    width: 640px;
  }

  .concept-item-thum {
    margin-bottom: 0;
  }

  .concept-item__title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .concept-item__text {
    font-size: 13px;
  }
}

/*********************************/
/*            outline            */
/*********************************/
.outline {
  margin-bottom: 10.6%;
}

.outline-band {
  background-color: #2e2e2e;
  margin-bottom: 12%;
  padding: 6% 0;
  position: relative;
}

.outline-band:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 10px solid #2e2e2e;
}

.outline-band__title {
  color: #fff;
  font-family: 'Lateef', sans-serif;
  font-size: 9.53vw;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

.outline-band__subtitle {
  color: #fff;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.93vw;
  /* font-style: italic; */
  font-weight: bold;
  margin-bottom: 10%;
  text-align: center;
}

.outline-band__text {
  color: #fff;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.5vw;
  /* font-style: italic; */
  margin-bottom: 10%;
}

.outline-band-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.outline-band-item {
  margin-bottom: 5%;
  width: 47%;
  list-style: none;
}

.outline__title {
  color: #000;
  font-family: 'Lateef', sans-serif;
  font-size: 9.53vw;
  font-style: italic;
  font-weight: normal;
}

.outline__sub-title {
  color: #000;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 3.73vw;
  /* font-style: italic; */
  font-weight: bold;
  margin-bottom: 10%;
}

@media only screen and (min-width: 1025px) {
.outline-list {
  display: block;
  list-style-type: none;
  margin-bottom: 14.2%;
}
.outline-list-sp{
  display: none;
}
}
@media only screen and (max-width: 1024px) {
  .outline-list-sp {
    display: block;
    list-style-type: none;
    margin-bottom: 14.2%;
  }
  .outline-item-left,
  .outline-item-right{
    margin-top: 5%;
  }
  .outline-list{
    display: none;
  }
  }
.outline-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10%;
}

.outline-item:nth-of-type(even) {
  flex-direction: column-reverse;
}

.outline-item:last-of-type {
  margin-bottom: 0;
}

.outline-item__title {
  color: #000;
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 5%;
}

.outline-item__text {
  color: #000;
  font-size: 2.75vw;
  line-height: 1.5;
  margin-bottom: 4.7%;
}

.outline-item__text a {
  color: #9d803e;
}

.outline-plan-thum {
  width: 100%;
  margin-bottom: 7.3%;
}

.outline-plan__title {
  font-family: 'Lateef', sans-serif;
  font-size: 13.4vw;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3.7%;
  word-wrap: keep-all;
}

.outline-plan__subtitle {
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 3.73vw;
  /* font-style: italic; */
  font-weight: bold;
  margin-bottom: 3.1%;
}

.outline-plan__text {
  color: #000;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.93vw;
  /* font-style: italic; */
}

.outline-plan__access-text {
  color: #000;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 3.2vw;
  position: relative;
  padding-left: 6%;
}

.outline-plan__access-text::before {
  content: '';
  background-image: url(../img/icon-train.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 4vw;
  width: 3vw;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .outline {
    margin-bottom: 0;
  }

  .outline-band {
    padding: 45px 0;
    margin-bottom: 85px;
  }

  .outline-band:before {
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 20px solid #2e2e2e;
  }

  .outline-band__title {
    font-size: 64px;
  }

  .outline-band__subtitle {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .outline-band__text {
    font-size: 13px;
    margin-bottom: 45px;
    text-align: center;
  }

  .outline-band-item {
    margin-bottom: 0;
    width: 245px;
  }

  .outline-inner {
    border-left: 1px solid #9d803e;
    padding-left: 90px;
    width: 1200px;
  }

  .outline__title {
    font-size: 64px;
  }

  .outline__sub-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .outline-item {
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 90px;
  }

  .outline-item:nth-of-type(even) {
    flex-direction: row;
  }

  .outline-item-left,
  .outline-item-right {
    width: 520px;
  }

  .outline-item__title {
    font-size: 36px;
  }

  .outline-item__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  .outline-plan-box {
    background-image: url(../img/outline-plan-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 100px 0 80px;
  }

  .outline-plan-inner {
    padding-left: 550px;
  }

  .outline-plan__title {
    font-size: 93px;
    margin-bottom: 30px;
  }

  .outline-plan__subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .outline-plan__text {
    font-size: 13px;
  }

  .outline-plan__access-text {
    font-size: 16px;
  }

  .outline-plan__access-text::before {
    height: 23px;
    width: 17px;
  }
}


/*********************************/
/*          Reservation          */
/*********************************/
.reservation {
  background-image: url(../img/reservation-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 11.3%;
  padding: 13.3% 0;
}

.reservation__title {
  color: #fff;
  font-size: 3.2vw;
  margin-bottom: 5%;
  text-align: center;
}

.reservation .yellow-btn::before {
  content: '';
  background-image: url(../img/icon-mail_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 38%;
  left: 19%;
  height: 3vw;
  width: 4.1vw;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .reservation {
    padding: 115px 0 110px;
    margin-bottom: 95px;
  }

  .reservation__title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
  }

  .reservation .yellow-btn::before {
    top: 32%;
    left: 17%;
    height: 20px;
    width: 27px;
  }
}


/*********************************/
/*             Plan              */
/*********************************/
.accordion-btn:before,
.accordion-btn:after {
  display: block;
  content: "";
  width: 16px;
  height: 1px;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  background: #fff;
  transition: 0.4s;
}

.accordion-btn:before {
  right: 25px;
  transform: rotate(90deg);
}

.accordion-btn:after {
  right: 25px;
}

.show .accordion-btn:before {
  transform: rotate(0);
}

.plan {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  margin: 0 0 15%;
  position: relative;
  z-index: 1;
}

.headline {
  /* color: #9d803e; */
  font-family: 'Lateef', sans-serif;
  /* font-size: 64px; */
  font-size: 9.3vw;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 4.7%;
  z-index: 2;
  }

.headline .small {
  display: block;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: bold;
}
/* plan-text  */
.plan .plan-text {
  margin-bottom: 15%;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.8;
}

.plan .attention-text {
  font-size: 4vw;
  font-weight: bold;
}

.plan .attention-text sub {
  font-size: 3.2vw
}

.plan .attention-text .free {
  color: #9d803e;
}

/* plan-contcont  */
.plan .plan-contcont {
  margin-bottom: 5%;
}

.plan .plan-contcont .sub-headlile {
  background: #323232;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 3.2vw;
  font-weight: normal;
  height: 12vw;
  line-height: 1.5;
  padding: 2.3%;
  position: relative;
  text-align: left;
  z-index: 1;
}

.plan .long-content .sub-headlile {
  background-image: url(../img/plan-starter-bg-test.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.long-content .accordion-btn:before,
.long-content .accordion-btn:after {
  display: none;
}

.plan .sub-headlile span {
  display: block;
  font-size: 1.86vw;
}

.plan .plan-detail {
  background-color: #f5f5f5;
  padding: 5%;
}

.plan .cp-tag {
  display: inline-block;
  margin-bottom: 5%;
  padding: 2% 5% 2% 2%;
  color: #fff;
  font-size: 2.6vw;
  background: url(../img/cp_tag_bg.png)no-repeat;
  background-size: cover;
  background-position: center right;
}

.plan-detail-flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.plan-detail-flex-left,
.plan-detail-flex-right {
  width: 100%;
}

.plan-detail-flex-left {
  margin-bottom: 3%;
}

.plan-detail__text {
  color: #000;
  font-size: 2.93vw;
  line-height: 1.5;
}

.plan-detail__note-text {
  color: #000;
  font-size: 2.93vw;
  font-weight: bold;
  line-height: 1.5;
  text-indent:-1em;
  padding-left:1em;
}

.plan .monthly-payment {
  margin-bottom: 3%;
  padding-bottom: 3%;
  font-size: 3.2vw;
  font-weight: bold;
  border-bottom: 1px solid #323232;
}

.plan .monthly-payment img {
  width: 5%;
  vertical-align: middle;
}

.plan .monthly-payment .discount {
  color: #ff0e0e;
}

.plan .plan-contcont .detail {
  width: 100%;
  font-size: 3.2vw;
  text-align: left;
  line-height: 1.5;
}

.plan .plan-contcont .detail th {
  font-weight: normal;
}

.plan .benefits-outline-box {
  font-size: 3vw;
  line-height: 2;
  margin-bottom: 7%;
}

.plan .benefits-box {
  margin-top: 7%;
  font-size: 3vw;
  line-height: 2;
}

.plan .benefits-title {
  font-weight: normal;
}

.plan .benefits-caution {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
}

.plan__note-text {
  color: #000;
  font-size: 1.8vw;
  padding-left: 1em;
  text-indent: -1em;
}
/* End / sp-style */

/* start / pc-style */
@media only screen and (min-width: 1025px) {
  .accordion-btn:before,
  .accordion-btn:after {
    content: none;
  }

  .plan {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 75px;
    border: none;
  }

.headline {
    display: block;
    margin-bottom: 30px;
    position: static;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.3;
  }

.headline .small {
    font-size: 24px;
  }

  .plan .plan-text {
    margin-bottom: 80px;
    font-size: 20px;
  }

  .plan .attention-text {
    font-size: 30px;
  }

  .plan .attention-text sub {
    font-size: 20px;
  }

  .plan .plan-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .plan .plan-contcont {
    width: 48%;
    /* max-width: 380px; */
    margin-bottom: 5%;
  }

  .plan .plan-contcont .sub-headlile {
    height: 74px;
    padding: 0 22px;
    font-size: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
  }

  .plan .sub-headlile span {
    font-size: 14px;
  }

  .plan .plan-detail {
    background: #f8f8f8;
    height: 590px;
    padding: 22px;
  }

  .plan .cp-tag {
    font-size: 14px;
  }

  .plan-detail-flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .plan-detail-flex-left {
    border-bottom: none;
    border-right: dotted #000 3px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 475px;
  }

  .plan-detail-flex-right {
    width: 535px;
  }

  .plan-detail__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .plan-detail__note-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .plan .monthly-payment {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }

  .plan .plan-contcont .detail {
    font-size: 16px;
  }

  .plan .plan-contcont .detail th {
    width: 105px;
  }

  .plan .benefits-outline-box {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .plan .benefits-box {
    margin-top: 35px;
    font-size: 14px;
  }

  .plan__note-text {
    font-size: 12px;
  }
}

@media(min-width: 768px) {
.about-plan{
  width: 50%;
  font-size: 16px;
  text-align: center;
  margin: 8% auto 15% auto;
}
}
.about-plan a{
  line-height: 1.8;
  color: #9f7f4f;
  text-decoration: none;
  padding: 5% 18% ;
  border: solid 1px #9f7f4f;
}


@media(max-width: 767px) {
  .about-plan{
    width: 65%;
    margin:auto;
  }
  .about-plan a{
    margin-left: 17%;
    text-align: center;
    padding: 8.5% ;
    font-size: 12px;
  }
}
/*********************************/
/*             About             */
/*********************************/
.about {
  /* background-image: url(../img/about-bg-right_sp.jpg), url(../img/about-bg-left_sp.jpg); */
  background-repeat: no-repeat, no-repeat;
  background-position: right top 13%, left bottom 22%;
  background-size: contain,contain;
}

.about-band {
  background-color: #2e2e2e;
  margin-bottom: 8%;
  padding: 6% 0;
  position: relative;
}

.about-band:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 10px solid #2e2e2e;
}

.about-band__title {
  color: #fff;
  font-family: 'Lateef', sans-serif;
  font-size: 8.53vw;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

.about-band__subtitle {
  color: #fff;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.93vw;
  /* font-style: italic; */
  font-weight: bold;
  text-align: center;
}

.about__sec-title {
  display: block;
  margin: 0 auto 4.7%;
  width: 84.9%;
}

.movie-wrap {
  position: relative;
  height: 0;
  margin-bottom: 6.5%;
  overflow: hidden;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-video {
  margin-bottom: 13.5%;
  width: 100%;
}

.about-list {
  list-style-type: none;
}

.about-item {
  margin-bottom: 10%;
}

.about-item:last-of-type {
  margin-bottom: 16%;
}

.about-item__title {
  color: #9d803e;
  font-family: 'Lateef', sans-serif;
  font-size: 7.73vw;
  line-height: 1.5;
  font-style: italic;
  font-weight: normal;
}

.about-item__subtitle {
  color: #9d803e;
  font-size: 3.73vw;
  line-height: 1.5;
  margin-bottom: 6.5%;
}

.about__text {
  color: #000;
  font-size: 2.3vw;
  line-height: 1.8;
  margin-bottom: 6%;
}

.about__text span {
  font-weight: bold;
}

.about .reservation-box {
  background-image: url(../images/reservation_bg03.jpg);
  padding: 16% 0;
}

.about .reservation__title {
  margin-bottom: 10%;
}

@media only screen and (min-width: 1025px) {
  .about {
    /* background-image: url(../img/about-bg-right.jpg), url(../img/about-bg-left.jpg); */
    background-repeat: no-repeat, no-repeat;
    background-position: right top 30%, left bottom 4%;
    background-size: 50%,50%;
    margin-bottom: 125px;
  }

  .about-band {
    padding: 45px 0;
    margin-bottom: 85px;
  }

  .about-band:before {
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 20px solid #2e2e2e;
  }

  .about-band__title {
    font-size: 64px;
  }

  .about-band__subtitle {
    font-size: 22px;
  }

  .about .main__inner {
    width: 1200px;
    margin: 0 auto;
  }

  .about__sec-title {
    width: 735px;
    margin-bottom: 90px;
  }

  .movie-wrap {
    padding-bottom: 38.25%;
    margin-bottom: 45px;
  }

  .movie-wrap iframe{
    left: 12.5%;
    width: 830px;
    height: 460px;
  }

  .about-video-box {
    text-align: center;
  }

  .about-video {
    margin-bottom: 55px;
    width: 835px;
  }

  .about-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 85px;
  }

  .about-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .about-item:last-of-type {
    margin-bottom: 0;
  }

  .about-item-text {
    width: 506px;
  }

  .about-item-thum {
    width: 445px;
  }

  .about-item__title {
    font-size: 58px;
    font-weight: bold;
  }

  .about-item__subtitle {
    font-size: 28px;
    font-weight: bold;
  }

  .about__text {
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 0;
  }

  .about .reservation-box {
    background-image: url(../images/reservation_bg03_pc.jpg);
    padding: 200px 0 170px;
  }

  .reservation__bigtitle {
    width: 850px;
    margin-bottom: 20px;
  }

  .about .reservation__title {
    margin-bottom: 65px;
  }
}


/*********************************/
/*            Gallery            */
/*********************************/
.gallery {
  margin-bottom: 8.6%;
}

.gallery-main-thum {
  margin-bottom: 7.3%;
  width: 100%;
}

.gallery-top-box-inner {
  margin: 0 auto;
  width: 84%;
}

.gallery__title {
  font-family: 'Lateef', sans-serif;
  font-size: 12.9vw;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 3.7%;
  word-wrap: break-word;
}

.gallery__subtitle {
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 3.73vw;
  /* font-style: italic; */
  font-weight: bold;
  margin-bottom: 3.1%;
}

.gallery__text {
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.93vw;
  /* font-style: italic; */
  margin-bottom: 9.52%;
}

.gallery-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}

.gallery-item {
  width: 45%;
  margin-bottom: 5.5%;
}

.gallery-item-thum {
  margin-bottom: 3%;
}

.gallery-item__text {
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-size: 2.5vw;
  /* font-style: italic; */
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .gallery {
    margin-bottom: 80px;
  }

  .gallery-inner {
    border-left: solid #9d803e 1px;
    padding-left: 90px;
    width: 1200px;
  }

  .gallery-top-box {
    background-image: url(../img/gallery-top-box-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 125px;
    padding: 150px 0 140px;
  }

  .gallery-top-box-inner {
    margin: 0 auto;
    padding-left: 550px;
    width: 1100px;
  }

  .gallery__title {
    font-size: 97px;
    line-height: 1.3;
  }

  .gallery__subtitle {
    font-size: 28px;
  }

  .gallery__text {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  .gallery-list {
    justify-content: flex-start;
  }

  .gallery-item {
    margin-right: 119px;
    margin-bottom: 40px;
    width: 290px;
  }

  .gallery-item:nth-of-type(3n){
    margin-right: 0;
  }

  .gallery-item-thum {
    margin-bottom: 15px;
  }

  .gallery-item__text {
    font-size: 13px;
  }
}

/*********************************/
/*         faq         */
/*********************************/
.faq {
 margin-bottom: 100px;
}

.faq dl {
  border: 2px solid #333
}
.faq dl dt {
  padding: 12px 56px 12px 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: .3s;
  cursor: pointer
}
.faq dl dt span.q {
  width: 1.3em;
  min-width: 1.3em;
  font-size: 1em;
  text-align: left;
  text-transform: uppercase;
  display: inline-block
}
.faq dl dt span.q:before {
  content: "Q.";
  display: inline-block;
  white-space: nowrap
}
.faq dl dt:after, .faq dl dt:before {
  content: "";
  width: 12px;
  height: 0;
  overflow: visible;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 5;
  pointer-events: none;
  border-bottom: 2px solid #333;
  transform-origin: center;
  transition: .3s
}
.faq dl dt:after {
  transform: rotate(90deg)
}
.faq dl dt.open:after, .faq dl dt.active:before {
  background-color: #fff;
  border-bottom-color: #fff
}
.faq dl dt.open:after {
  opacity: 0;
  transform: rotate(180deg)
}
.faq dl dd {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.8;
  border-top: 2px solid #333;
  display: none
}
.faq dl dd span.a {
  width: 1.2em;
  min-width: 1.2em;
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block
}
.faq dl dd span.a:before {
  content: "A.";
  display: inline-block;
  white-space: nowrap
}
.faq dl:not(:last-child) {
  border-bottom: 0 !important
}
.faq dl dd .about-plan{
  text-align: left;
  margin: 0;
}
.faq dl dd .about-plan a{
  border-bottom: 1px solid #9f7f4f;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0;
  margin: 0 0 0 4%;
}
@media(max-width: 1600px) {
  .faq dl dt {
      padding: 12px 50px 12px 16px
  }
  .faq dl dd {
      padding: 15px 16px
  }
  }
  @media(max-width: 600px) {
  .faq dl dt {
    min-height: 50px;
    min-height: 0;
    font-size: 14px;
    line-height: 1.4
}
.faq dl dd {
    font-size: 12px
}
.faq dl dd .about-plan{
  text-align: center;
  font-size: 12px;
  margin: auto;
}
.faq dl dd .about-plan a{
  margin: auto;
}
}
/*********************************/
/*         Advertisement         */
/*********************************/
.advertisement {
  background-image: url(../img/advertisement-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 14.6%;
  padding: 19.3% 0 18%;
}

.advertisement__title {
  margin: 0 auto 5%;
  width: 70%;
}

.advertisement__text {
  color: #fff;
  font-size: 3.8vw;
  margin-bottom: 5%;
}

.advertisement .yellow-btn::before {
  content: '';
  background-image: url(../img/icon-carender.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 29%;
  left: 18%;
  height: 19px;
  width: 18px;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .advertisement {
    margin-bottom: 45px;
    padding: 140px 0 130px;
  }

  .advertisement__title {
    margin-bottom: 30px;
    width: 470px;
  }

  .advertisement__text {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .advertisement .yellow-btn::before {
    top: 30%;
    left: 18%;
    height: 22px;
    width: 21px;
  }
}

/*********************************/
/*            Contact            */
/*********************************/
.contact {
  margin-bottom: 2.6%;
}

.contact-flex {
  /* display: flex; */
  align-items: flex-start;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.contact-flex-left,
.contact-flex-right {
  width: 100%;
}

.contact-logo {
  width: 45%;
  margin-right: auto;
  margin-bottom: 5.6%;
}

.contact-topBox {
  margin-bottom: 8.7%;
}

.contact-middleBox {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  line-height: 1;
}

.contact-middleBox-left {
  width: 35%;
}

.contact-middleBox-right {
  width: 65%;
}

.contact-botBox {
  margin-bottom: 7.2%;
}

.contact__main-text {
  color: #000;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 2.5vw;
  line-height: 1.5;
}

.contact-icon {
  width: 4%;
  display: inline-block;
}

.contact-link {
  color: #000;
  line-height: 1;
  text-decoration: none;
}

.contact__tel-text,
.contact__mail-text {
  color: #000;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 2.5vw;
  line-height: 1;
}

.contact__tel-text::before {
  width: 2.5vw;
  height: 2.5vw;
  content: '';
  display: inline-block;
  background-image: url(../img/icon-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2%;
  vertical-align: top;
}

.contact__mail-text::before {
  width: 2.5vw;
  height: 2.5vw;
  content: '';
  display: inline-block;
  background-image: url(../img/icon-mail_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2%;
  vertical-align: top;
}

.info_insta {
  /* margin: 0 auto; */
  width: 8.5%;
  float: left;
}

#instafeed {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
  width: 100%;
}

.insta-picture {
  margin-bottom: 1.5%;
  width: 32%;
}

.info_instaImg {
  /* margin-left: auto; */
  width: 100%;
  max-width: 45px;

}
.info_line {
  /* margin: 0 auto; */
  width: 8.5%;
  float: right;
  margin-right: 78%;
}

.info_lineImg {
  /* margin-left: auto; */
  width: 100%;
  max-width: 45px;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .contact {
    margin-bottom: 1.6%;
  }

  .contact-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-flex-left {
    width: 70%;
  }

  .contact-logo {
    margin-bottom: 40px;
    max-width: 300px;
  }

  .contact-topBox {
    margin-bottom: 45px;
  }

  .contact-middleBox {
    justify-content: flex-start;
  }

  .contact-middleBox-left {
    width: 145px;
  }

  .contact-flex-right {
    width: 30%;
  }

  .info_insta {
    margin-top: 120px;
    width: 14%;
    float: left;
  }
  .info_line {
    margin-top: 120px;
    margin-right: 72%;
    width: 14%;
    float: right;
    right: 20%;
  }
  .contact__main-text {
    font-size: 14px;
  }

  .contact-botBox {
    margin-bottom: 0;
  }

  .contact-returnTop {
    width: 8%;
  }

  #instafeed {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .insta-picture {
    width: 32%;
    margin-bottom: 2%;
  }

  .container {
    margin-bottom: 4%;
  }

  .info_instaImg {
    width: 100%;
    max-width: 30px;
  }
  .info_lineImg {
    width: 100%;
    max-width: 30px;
  }
  .contact__tel-text::before,
  .contact__mail-text::before {
    width: 14px;
    height: 14px;
  }

  .contact__tel-text,
  .contact__mail-text {
    font-size: 14px;
  }
}

/*********************************/
/*             Footer            */
/*********************************/
.footer {
  border-top: 1px solid #9f7f4f;
  position: relative;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 4% 6.6%;
}

.footer__copylight-text {
  font-size: 3.46vw;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .footer {
    width: 100%;
    margin: 0 auto;
  }

  .footer-inner {
    min-width: 1000px;
    padding: 1% 33%;
  }

  .footer__copylight-text {
    font-size: 14px;
  }
}