@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url("https://use.typekit.net/qyl8kpd.css");


*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  font-style:normal
}
html{font-size:62.5%}

body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  line-height:1.5;
  font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  text-rendering:auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  color: #411300;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0.01em;
}
img{max-width:100%;height:auto;vertical-align:bottom;-ms-interpolation-mode:bicubic}
table{width:100%;border-collapse:collapse;border-spacing:0}
li{list-style:none}
p{margin:0}
a{
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #333;
}
a:hover{opacity: 0.85;}

main{overflow-x: hidden;}


/* Base
================================*/
.min{
  font-family: 'Noto Serif JP', '游明朝','Yu Mincho',YuMincho,"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pcOnly{
  display: block;
}
.spOnly{
  display: none;
}
 @media screen and (max-width: 768px) {
  .pcOnly{display: none;}
  .spOnly{display: block;}
}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.contentsInner{
  max-width: 920px;
  margin: 0 auto;
}
.note_kome{
  position: relative;
}
.note_kome::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .contentsInner{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .bgArea_contentsInner{
    width: 90%;
    max-width: 100%;
    padding: 0 15px 80px;
  }
}


.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUpTrigger{
    opacity: 0;
}



/* メインコンテンツ
==============================================*/
.page_btn{
  position: fixed;
  right: 20px; bottom: 65px;
  z-index: 999;
  text-align: right;
}
.page_btn a{
  display: block;
}
.page_btn a:nth-of-type(2){
  margin-top: 15px;
}
.pagetopBtn{
  margin-top: 18px;
  margin-right: 8px;
}
.pagetop_link{
  background-color: #9C6637;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 84px;
}
.pagetop_link a img{
  max-width: 322px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .pagetop_link{
    height: 60px;
  }
  .pagetop_link a img {
    max-width: 322px;
    height: 50px;
  }
}


/*MV*/
.mvArea{
  width: 100vw;
  height: auto;
  position: relative;
}
.mvArea img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: -20px;
}
.mv_tx{
    text-align: center;
  }
@media screen and (max-width: 768px) {
  .mvArea{
    width: 100%;
    height: auto;
  }
  .mvArea > img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .page_btn{
    right: 7px; bottom: 25px;
  }
  .page_btn .page_btn-link{
    width: 80px; height: 80px;
  }
  .pagetopBtn{
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 16px;
    width: 60px; height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .mvArea{
    width: 115%;
    height: auto;
  }
  .mvArea > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .page_btn .page_btn-link{
    width: 70px; height: 70px;
  }
  .page_btn .pagetopBtn{
    width: 50px; height: 50px;
    margin-right: 0;
  }
}




/*about*/
.aboutArea{
  padding-top: 74px;
  text-align: center;
}
h2.about_head{
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.43;
  letter-spacing: 0.05em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.about_leadTx{
  margin-top: 20px;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.87;
}
.about_panfArea{
  background: url("../img/bg_sep_brw.webp") repeat-x;
  background-position: center center;
  background-size: auto 311px;
  padding: 6.5vw 0 5vw;
}
.about_panfArea_inner{
  align-items: center;
  justify-content: center;
}
.about_panfArea_tx{
  margin-left: 50px;
}
.about_panfArea_tx > p{
  font-weight: bold;
}
.about_panfArea_tx > a{
  display: block;
  width: 210px;
  margin-top: 20px;
  border-radius: 4px;
  padding: 5px 0 7px;
  background: #411300;
  color: #fff;
  font-size: 1.3rem;
}
.about_panfArea_tx > a:nth-of-type(2){
  margin-top: 25px;
}
.about_panfArea_img{
  width: clamp(220px,19vw,245px);
}
.about_messageArea{ 
  font-weight: 900;
  text-align: left;
}
.about_message_img{
  width: 41%;
  margin-top: 20px;
}
.about_messageArea_txArea{
  width: 43%;
  margin-left: 25px;
  line-height: 1.87;
}
.about_messageArea h2{
  font-size: 3.7rem;
  letter-spacing: 0.05em;
}
.about_messageArea_lead{
  margin-top: 20px;
  font-size: 2.5rem;
  font-weight: 700;
}
.about_messageArea_tx{
  margin-top: 5px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  h2.about_head{
    font-size: 1.5rem;
    font-size: clamp(1.5rem,3.6vw,2.5rem);
  }
  .about_leadTx{
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    /* font-weight: normal;
    font-size: clamp(1.25rem,3vw,1.5rem); */
  }
  .about_messageArea{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about_messageArea h2{
    font-size: 2.7rem;
  }
  .about_messageArea_lead{
    font-size: 2.2rem
  }
}
@media screen and (max-width: 550px) {
  .aboutArea{
    padding-top: 40px;
  }
  .about_point{
    margin: 20px 20px 0;
  }
  .about_leadTx{
    font-size: 1.4rem;
  }
  .about_point li{
    width: 100%;
  }
  h2.about_head{
    max-width: 90%;
    margin: 0 auto;
    font-size: 2.0rem;
  }
  .about_messageArea h2{
    font-size: 2.4rem;
  }
  .about_messageArea_lead{
    margin-top: 5px;
    font-size: 2.0rem
  }
}



@media screen and (max-width: 1500px) {
  .contentsInner.flex{
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .about_panfArea{
    margin-top: 40px;
    background-size: auto 200px;
    padding: 3vw 0;
  }
  .about_panfArea_img{
    max-width: 35%;
  }
  .about_panfArea_tx{
    margin-left: 20px;
    text-align: left;
  }
  .about_panfArea_tx > a{
    width: 110%;
    text-align: center;
  }
  .about_panfArea_tx > a{
    margin-top: 10px;
  }
  .about_panfArea_tx > a:nth-of-type(2){
    margin-top: 10px;
  }
  .about_messageArea{
    flex-direction: column;
  }
  .about_message_img{
    width: 90%;
  }
  .about_messageArea_txArea{
    width: 90%;
  }
  
}


/* plan */
.contentsInner._plan{
  max-width: 700px;
}
.contentsInner._plan > p{
  text-align: center;
  font-weight: 600;
}
.planArea{
  position: relative;
  background: url("../img/bg_sep_wht.webp") repeat-x;
  background-position: top -13vw center;
  background-size: auto 25.9vw;
  padding: 5vw 0;
  background-color: #F6EADF;
  color: #231815;
}

.planArea::after{
  content: "";
  position: absolute;
  top: 53vw;
  right: 0px;
  width: 16.67vw;
  height: 65vw;
  background: url(../img/bg_brw.webp) no-repeat;
  background-position: 0;
  background-size: 100%;
  mix-blend-mode: multiply;
}
.planArea h3{
  margin-top: 10px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0062B1;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.planArea h3 span{
  font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
}
.plan_main{
  position: relative;
  margin-top: 15vw;
}
.plan_main::before{
  content: "";
  position: absolute;
  top: 11vw;
  left: 0px;
  width: 16.67vw;
  height: 65vw;
  background: url(../img/bg_brw.png) no-repeat;
  background-position: 0;
  background-size: 100%;
  rotate: -180deg;
  z-index: -1;
}
.plan_option._02{
  position: relative;
}
.plan_option._02::before{
  content: "";
  position: absolute;
  top: -7vw;
  left: 0px;
  width: 16.67vw;
  height: 65vw;
  background: url(../img/bg_brw.png) no-repeat;
  background-position: 0;
  background-size: 100%;
  rotate: -180deg;
  z-index: -1;
}

.plan_main_img{
  margin-top: 15px;
  margin-bottom: 20px;
  gap: 5px;
}
.plan_main_img img{
  width: 49%;
}
.plan_main > p{
  line-height: 1.7;
  text-align: center;
  font-weight: 700;
}
.plan_detail{
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.place_ic{
  display: inline-block;
  margin-right: 15px;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 1.1rem;
  background: #fff;
  font-weight: 900;
}
.place_num{
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
}
.place_num .num {
  vertical-align: -0.05em;
}
.place_num .yen{
  font-size: 2.2rem;
  font-weight: 700;
}
.place_num .tax{
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 700;
}
.note_kome{
  font-size: 1.3rem;
  padding-left: 16px;
  font-weight: 700;
}
.placeBox{
  width: 40%;
}
.timeBox{
  width: 43%;
  margin-left: 30px;
}
.plan_option{
  margin-top: 110px;
}
.plan_option._01 h3{
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 0.8;
}
.plan_option h3 .small{
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', '游明朝','Yu Mincho',YuMincho,"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.plan_option_img{
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.plan_option > p{
  line-height: 1.7;
  text-align: center;
  font-weight: 700;
}
.plan_option._01 .place_num{ 
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.plan_option._01 .place_num .num{ 
  font-size: 3.0rem;
  margin-left: 15px;
}
.plan_option._01 .timeBox{
  max-width: 105px;
}
.plan_option._01 .placeBox{
  width: 43%;
}
.plan_option._02 h3{
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .contentsInner._plan{
    max-width: 90%;
  }
  .planArea::after{
    top: 80vw;
  }
  .planArea{
    background-size: auto 27vw;
    padding-bottom: 15vw;
  }
  .place_num{
    margin-bottom: 8px;
  }
  .placeBox{
    width: 50%;
  }
  .timeBox{
    margin-left: 15px;
  }
  .planArea h3{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .plan_detail{
    flex-direction: column;
  }
  .placeBox {
    width: 80%;
  }
  .timeBox {
    width: 80%;
    margin-left: 0;
    margin-top: 20px;
  }
  .plan_option._01 .plan_detail{
    flex-direction: row;
  }
  .plan_option._01 .place_ic{
    display: block;
    max-width: 35px;
  }
  .plan_option._01 .place_num .num{
    display: block;
    margin-left: 0;
  }
  .plan_option._01 .timeBox {
    margin-left: 20px;
  }
  .plan_option._01 .placeBox{
    width: 54%;
  }
}

@media screen and (min-width: 1500px) {
  .point::after{
    top: 0;
  }
  .point::before{
    bottom: 27vw;
  }
}


/* point */
.point{
  position: relative;
  background: url(../img/bg_sep_brw02.webp) repeat-x;
  background-position: top -19vw left -17vw;
  background-size: auto 25.8vw;
  padding: 4vw 0;
  padding-bottom: 180px;
  background-color: #94512B;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.63;
  letter-spacing: 0.14em;
  font-weight: 400;
  color: #fff;
}
.point::before {
  content: "";
  position: absolute;
  bottom: 52vw;
  left: 0px;
  width: 16.67vw;
  height: 65vw;
  background: url(../img/bg_wht.webp) no-repeat;
  background-position: 0;
  background-size: 100%;
}
.point::after {
  content: "";
  position: absolute;
  top: 10vw;
  right: 0px;
  width: 16.67vw;
  height: 65vw;
  background: url(../img/bg_wht.webp) no-repeat;
  background-position: 0;
  background-size: 100%;
  rotate: -180deg;
}

.pointInner{
  max-width: 712px;
  margin: 0 auto;
}
.point h2,.point_powerBox h3{
  display: inline-block;
  margin-top: 75px;
  margin-bottom: 25px;
  font-size: 2.9rem;
  font-weight: 900;
  color: #FAF063;
  border-bottom: 1px solid #FAF063;
}
.point_powerBox h3{
  margin-top: 80px;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.point_powerBox ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  margin-bottom: 17px;
  flex-wrap: wrap;
  font-weight: 900;
}
.point_powerBox ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 32%;
  margin-right: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  background: #D4ECF3;
  border-radius: 7.8815px;
  height: 40px;
  
}
.point_powerBox ul li:nth-of-type(2n){
  background-color: #FCE4D6;
}
.point_powerBox ul li:nth-of-type(n+4){
  margin-top: 12px;
}
.point_powerBox ul li:nth-of-type(3),.point_powerBox ul li:nth-of-type(6){
  margin-right: 0;
}
.point_study{

}
.point_study ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.point_study ul li{
  position: relative;
  margin-right: 60px;
  background: #FAF063;
  border-radius: 71px 71px 0 0;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.7em;
  width: 190px;
  height: 201px;
  /* flex-direction: column; */
  text-align: left;
  padding: 35px 18px;
  justify-content: center;
  align-items: center;
}
.point_study ul li:nth-of-type(2){
   background: #FAF063;
}
.point_study ul li:nth-of-type(3){
  margin-right: 0;
}
.point_study ul li p:nth-of-type(1){
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.point_study ul li p:nth-of-type(2){
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 8vw;
}
.point_study ul li::after{
  content: "";
  position: absolute;
  background: url(../img/ic_arrow.svg) no-repeat left center / 42px 27px;
  width: 42px;
  height: 27px;
  right: -52px;
}
.point_study ul li:nth-of-type(3)::after{
  display: none;
}
.videoArea{
  margin-bottom: 40px;
}
.video_wrap {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding-top: 54.5744%;
}
.video_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 716px;
    max-height: 403px;
}

@media screen and (max-width: 768px) {
  .point_powerBox{
    max-width: 90%;
    margin: 0 auto;
  }
  .point_powerBox h3{
    margin-top: 75px;
  }
  .point_powerBox ul li{
    font-size: 1.4rem;
    width: 29%;
  }
  .point_study ul li{
    border-radius: 50px 50px 0 0;
    font-size: 1.3rem;
    width: 20vw;
    height: auto;
    margin-right: 40px;
    padding: 20px 12px 20px 15px;
    line-height: 1.4em;
  }
  .point_study ul li p:nth-of-type(2){
    height: 16vw;
  }
  .point_study ul li::after {
    content: "";
    position: absolute;
    background: url(../img/ic_arrow.svg) no-repeat left center / 30px 20px;
    width: 30px;
    height: 20px;
    right: -37px;
  }
  .point_study ul li p:nth-of-type(1){
    font-size: 1.7rem;
  }
  .videoArea{
    padding: 0 4vw;
  }
  .point::after{
    top: 15vw;
  }
}
@media screen and (max-width: 550px) {
  .point{
    padding-bottom: 15vw;
  }
  .access .bgArea{
    margin-top: -5vw;
  }
  .point_powerBox{
    width: 90%;
  }
  .point_powerBox ul li{
    width: 46%;
    margin-right: 10px;
    border-radius: 5px;
  }
  .point_powerBox ul li:nth-of-type(3), .point_powerBox ul li:nth-of-type(6){
    margin-right: 10px;
  }
  .point_powerBox ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .point_powerBox ul li:nth-of-type(3){
    margin-top: 10px;
    background-color: #FCE4D6;
  }
  .point_powerBox ul li:nth-of-type(n+4) {
    margin-top: 10px;
  }
  .point_powerBox ul li:nth-of-type(4){
    background: #D4ECF3;
  }
  .point_study ul{
    margin-bottom: 0;
  }
  .point_study ul li:nth-of-type(3){
    background: #FAF063;
    margin-right: 0;
  }
  .point_study ul li{
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin-right: 0;
    margin-top: 50px;
    text-align: center;
  }
  .point_study ul li:nth-of-type(1){
    margin-top: 30px;
  }
  .point_study ul li:nth-of-type(3){
    margin-top: 50px;
  }
  .point_study ul li p:nth-of-type(1){
    margin-bottom: 10px;
  }
  .point_study ul li p:nth-of-type(2){
    height: 8vw;
  }
  .point_study ul li::after{
    bottom: -51px;
    left: 45%;
    transform: translateX(-50%);
    rotate: 90deg;
    text-align: center;
  }
  .point h2, .point_powerBox h3{
    margin-top: 50px;
    font-size: 2.0rem;
  }
  .pointInner > p{
    font-size: 1.4rem;
  }
  .point_powerBox > p{
    font-size: 1.4rem;
  }
  .videoArea{
    padding: 0;
  }
}





/* access */
.access {
    /* position: relative; */
    background: url(../img/bg_sep_brw03.webp) repeat-x;
    background-position: top -14vw left -17vw;
    background-size: auto 25.8vw;
    /* padding: 4vw 0; */
    padding-bottom: 0;
    background-color: #9C6637;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.63;
    letter-spacing: 0.14em;
    font-weight: 400;
    color: #fff;
}
.access  .bgArea{
    margin-top: -8vw;
    z-index: 1;
    position: relative;
}
.accessWrap{
  position: relative;
  padding-top: 50px;
  padding-bottom: 65px;
  background-color: #9c6638;
}
.accessWrap::after {
  content: "";
  position: absolute;
  top: -51vw;
  right: 0px;
  width: 16.67vw;
  height: 65vw;
  background: url(../img/bg_wht.webp) no-repeat;
  background-position: 0;
  background-size: 100%;
  rotate: -180deg;
  z-index: 3;
}
.accessInner{
  width: 874px;
  margin: 0 auto;
}
.access h2 span{
  display: block;
  font-size: 1.8rem;
  font-family: "abadi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.access h2{
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 2.3rem;
  letter-spacing: 0.28em;
  font-weight: 900;
  max-width: 852px;
  text-align: left;
  line-height: 1.3em;
}
.access_imgBox{
  justify-content: space-between;
}
.access_imgBox div:nth-of-type(1) img{
  width: 467px;
}
.access_imgBox div:nth-of-type(2){
  width: calc(100% - 495px);
  margin-top: -110px;
}
.theme{
  position: relative;
  background: url(../img/line.svg) repeat-x;
  background-position: top -3px center;
  background-size: auto;
  padding: 60px 0 75px;
  background-color: #F2CE95;
  text-align: center;
}
.theme::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  rotate: 180deg;
  background: url(../img/line.svg) repeat-x;
  background-position: top -3px center;
  background-size: auto;
}
.theme h3{
  display: block;
  margin-bottom: 30px;
  font-size: 2.0rem;
  letter-spacing: 0.28em;
  font-weight: 900;
  line-height: 1.3em;
  color: #231815;
}
.theme > div{
  max-width: 766px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .accessInner{
    width: 90%;
  }
  .access_imgBox{
    flex-direction: column-reverse;
  }
  .access_imgBox > div{
    text-align: center;
  }
  .access_imgBox div:nth-of-type(1) img{
    width: 100%;
  }
  .access_imgBox div:nth-of-type(2){
    width: 100%;
    margin-top: -38px;
    margin-bottom: 20px;
  }
  .theme > div{
    max-width: 90%;
  }
  .access h2{
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 400px) {
  .access .bgArea {
    margin-top: -8vw;
  }
  .theme h3{
    font-size: 1.6rem;
  }
}


/* photo */
.photoArea{
  position: relative;
  width: 100vw; height: auto;
  min-height: 630px;
  padding-bottom: 2vw;
  object-fit: cover;
}
.photoArea::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  rotate: 180deg;
  background: url(../img/bg_sep_brw03.webp) repeat-x;
  background-position: top 0vw left 1vw;
  background-size: auto 5.5vw;
  z-index: 1;
}
.photoArea::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  background: url(../img/bg_sep_brw03.webp) repeat-x;
  background-position: top 0vw left 0;
  background-size: auto 5.45vw;
}
.photo_bgImg-pc{
  object-fit: cover;
  width: 100vw;
  height: 100%;
  min-height: 630px;
}
.photo_txArea-pc{
  position: absolute;
  max-width: 560px; 
   top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.photo_txArea-pc h2 img{
  max-width: 180px;
}
.photo_leadTx{
  width: 244px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 1.55rem;
  font-weight: 800;
}
.photo_leadTx span {
  display: block;
  margin-top: -18px;
  padding: 3px 0 8px;
  border-bottom: 1px dotted #411300;
}
.photo_leadTx span:nth-of-type(1){
  padding-top: 8px;
  border-top: 1px dotted #411300;
}
.photo_noteTx{
  margin-top: 20px;
  font-weight: 600;
}
.photo_btnArea{
  margin-top: 3.75vw;
}
.photo_btn-01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-radius: 10px;
  background-color: #411300;
  font-size: 1.1rem;
  color: #fff;
  line-height: 0;
}
.photo_btn-02{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 32px;
  border-radius: 10px;
  padding-bottom: 2px;
  background-color: #9C6637;
  font-size: 1.1rem;
  color: #fff;
  line-height: 0;
}
.photo_btnArea > .flex a:nth-of-type(2){
  margin-left: 10px;
}
.photo_bottomNote{
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 800;
}
.photo_bottomNote a{
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .photoArea{
    width: 100%;
    height: auto;
    min-height: auto;
    object-fit: contain;
  }
  .photo_txArea-sp h2 img{
    max-width: 50%;
  }
  .photo_leadTx{
    width: 90%;
    margin-top: 40px;
  }
  .photo_txArea-sp_lead{
    position: absolute;
    max-width: 560px; 
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.2rem;
  }
  .photo_bottomArea{
    text-align: center;
    padding-bottom: 25px;
  }
  .photo_btnArea{
    margin-top: 15px;
    padding: 0 20px;
  }
  .photo_btnArea > .flex{
    justify-content: center;
    margin-top: 10px;
  }
  .photo_bottomNote{
    margin-top: 10px;
  }

}
@media screen and (max-width: 550px) {
  .photo_bgImg-pc{
    display: none;
  }
  .photo_txArea-sp h2 img{
    max-width: 55%;
  }
    .photo_txArea-sp_lead {
        top: 30px;
    }
  .photo_leadTx{
    width: 135px;
    margin-top: 30px;
    font-size: 1.25rem;
  }
  .photo_btn-02{
    width: 130px;
  }
  .photoArea > figure{
    width: 125%;
    margin-left: -13vw;
  }
  .photo_noteTx{
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .photo_btn-01,.photo_btn-02{
    font-size: 1.2rem;
  }
  .photo_btnArea > .flex{
    margin-top: 10px;
  }
  .plan_main::before,.planArea::after,.plan_option._02::before,.point::after,.point::before,.accessWrap::after{
    width: 31.67vw;
    height: 97vw;
  }
}




/* footer
================================*/
.footer{
  position: relative;
  padding: 60px 0 60px;
  background-color: #411300;
  color: #fff;
}
/* .footer::before{
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  background: url(../img/bg_sep_brw02.svg);
  width: 100%;
  height: 85px;
  transform: rotate(180deg);
} */
.footer_Inner{
  max-width: 1070px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer_txArea{
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer_tx{
  margin-left: 20px;
}
.footer_linkArea{
  text-align: center;
  margin-right: 45px;
}
.footer_linkArea li{
  margin-left: 20px;
}
.footer_linkArea li > a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px; height: 30px;
  border: 1px solid #fff;
  font-size: 1.3rem;
  color: #fff;
}
.footer_linkArea li a span{
  display: inline-block;
  padding: 0 2px;
  font-size: 85%;
}
.footer_btn_note{
  display: inline-block;
  margin-top: 10px;
  font-size: 1.0rem;
  line-height: 1.15;
}
.footer_btn_note > a{
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .footer_Inner{
    /* display: block; */
    width: 90%;
  }
  .footer_linkArea{
    margin-top: 30px;
  }
}


@media screen and (max-width: 768px) {
  .footer {
      padding: 40px 40px 30px;
  }
  .footer_Inner{
    flex-direction: column;
    width: 100%;
  }
  .footer_tx{
    font-size: 1.15rem;
  }
  .footer_txArea{
    justify-content: center;
  }
  .footer_linkArea{
    margin-right: 0;
  }
  .footer_linkArea li{
    margin-left: 0;
    width: 30%;
  }
  .footer_linkArea li a{
    max-width: 200px;
  }
  .footer_linkArea{
    justify-content: center;
  }
  .footer_linkArea li:nth-of-type(2n){
    margin-left: 20px;
  }
  .footer_linkArea li:nth-of-type(n+3){
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .footer{
    padding: 30px 20px 40px;
  }
  .footer_txArea > img{
    width: 30px;
  }
  .footer_linkArea li {
    width: 45%;
  }
  .footer_linkArea li a {
    max-width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  body{
    font-size: 1.17vw;
  }
  .pagetop_link{
    height: 7vw
  }
  .pagetop_link a img{
    max-width: 26.83vw;
    height: 5.83vw;
  }
  h2.about_head{
    font-size: 3.08vw;
  }
  .aboutArea{
    padding-top: 7vw;
  }
  .about_leadTx{
    font-size: 1.25vw;
  }
  .about_panfArea_tx > a{
    font-size: 1.08vw;
  }
  .about_messageArea h2{
    font-size: 3.08vw;
  }
  .about_messageArea_lead{
    font-size: 2.08vw;
  }
  .planArea{
    background-position: top -19vw center;
  }
  .plan_main{
    margin-top: 6vw;
  }
  .planArea h3{
    margin-top: 2vw;
    font-size: 3vw;
  }
  .place_num{
    font-size: 2.67vw;
  }
  .place_ic{
    font-size: 0.92vw;
  }
  .place_num .yen{
    font-size: 1.83vw;
  }
  .place_num .tax{
    font-size: 0.83vw;
  }
  .planArea::after{
    top: 90vw;
  }
  .plan_option._01 .place_num{
    font-size: 1.25vw;
  }
  .plan_option._01 .place_num .num{
    font-size: 2.5vw;
  }
  .plan_option._01 .timeBox{
    max-width: 8.75vw;
  }
  .plan_option._01{
    margin-top: 9vw;
  }
  .plan_option h3 .small{
    font-size: 1.5vw;
  }
  .plan_option_img{
    max-width: 36.67vw
  }
  .plan_detail{
    margin-top: 3vw;
  }
  .note_kome{
    font-size: 1.08vw;
    padding-left: 20px;
  }
  .point{
    padding-top: 6vw;
    padding-bottom: 13vw;
    background-position: top -16vw left -17vw;
    font-size: 1.58vw;
  }
  .point h2, .point_powerBox h3{
    margin-top: 7vw;
   font-size:  2.42vw;
  }
  .point_powerBox h3{
    margin-top: 8vw;
  }
  .point_powerBox ul{
    margin-top: 2vw;
  }
  .point_powerBox ul li{
   font-size:  1.25vw;
   height: 3.33vw;
  }
  .point_study ul li p:nth-of-type(1){
    font-size: 2vw;
  }
  .point_study ul li{
    width: 15.83vw;
    height: 16.75vw;
    font-size: 1.17vw;
    border-radius: 5.92vw 5.92vw 0 0;
  }
  .access h2 span{
    font-size: 1.5vw;
  }
  .accessWrap {
    padding-top: 5vw;
  }
  .access h2{
    font-size: 1.92vw;
    max-width: 71vw;
  }
  .theme{
    padding: 6vw 0 7vw;
    background-size: 4vw;
  }
  .theme h3{
    font-size: 1.67vw;
  }
  .photo_leadTx {
    font-size: 1.29vw;
  }
  .photo_btn-01,.photo_btn-02,.photo_bottomNote{
    font-size: 0.92vw;
  }
  .photo_bottomNote{
    margin-top: 0.83vw;
  }
  .contentsInner._plan{
    max-width: 58.33vw;
  }
  .pointInner{
    max-width: 59.33vw
  }
  .accessInner{
    width: 72.83vw;
  }
  .photo_txArea-pc{
    max-width: 46.67vw
  }
  .photo_leadTx{
    width: 20.33vw;
  }
  .photo_btn-01,.photo_btn-02{
    width: 10.83vw;
    height: 2.67vw;
  }
  .photo_btn-01{
    margin-bottom: 0.83vw;
  }
  .footer_Inner{
    max-width: 89.17vw;
  }
  .video_wrap iframe{
    max-width: 59.67vw;
    max-height: 33.58vw;
  }
  .theme > div{
    max-width: 63.83vw;
  }
  .access h2{
    max-width: 71vw;
  }
  .access_imgBox div:nth-of-type(1) img{
    width: 38.92vw;
  }
  .access_imgBox div:nth-of-type(2){
    width: 43%;
  }
  .about_panfArea_img{
    width: 20vw;
  }
  .about_panfArea_tx > a{
    width: 17.5vw;
  }
  .about_panfArea{
    background-size: auto 26vw;
  }
  .about_messageArea_txArea{
    width: 48%;
  }
  .photo_txArea-pc h2 img{
    max-width: 15vw;
  }
  
  



  

}