body{

    line-height: 1.7;

  }


.bgslide{
    width: 100%;
    height: 100vh;
    position: fixed !important;
    top: 0;
    z-index: -1;
  }

/****************************************************

MV

****************************************************/




  .main{
    width: 100%;
    /*height: 100vh;*/
    z-index: 1;
    height: 800px;
    margin-bottom: 130px;
    position: relative;
  }

  .main .scroll{
     text-align: center;
     position: absolute;
     width: 61px;
     left: 0;
     bottom: 65px;
     right: 0;
     margin:auto;
  }

  .main .scroll:after{
    content:"";
    height: 70px;
    width: 1px;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    animation: scrollBorder 2s ease-out infinite forwards;
  }

  @keyframes scrollBorder {
0% {
  height: 0px;
  margin-bottom: 0;
}
100% {
  height: 70px;
  margin-bottom: -70px;
}

}

@keyframes scrollTxt {
0% {
  bottom: 65px;
}
100% {
  bottom: -5px;
}

}



  .vegas-animation-kenburns {
  animation: kenburns ease-out forwards;
  transform: scale(1.01);
  background-position: 50% 50% !important;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}


@media screen and (max-width: 767px) {


.main{
    width: 100%;
    z-index: 1;
    height: 280px !important;
    margin-bottom: 60px;
  }

.main .scroll{
     text-align: center;
     position: absolute;
     width: 40px;
     left: 0;
     bottom: 30px;
     right: 0;
     margin:auto;
     line-height: 1;
  }

  .main .scroll:after{
    content:"";
    height: 40px;
    width: 1px;
    background-color: #fff;
    display: inline-block;
    margin-top: 5px;
    animation: scrollBorder 2s ease-out infinite forwards;
  }


   @keyframes scrollBorder {
0% {
  height: 0px;
  margin-bottom: 0;
}
100% {
  height: 40px;
  margin-bottom: -40px;
}

}




}

/****************************************************

CV

****************************************************/

.cv{
  position: fixed;
  bottom: -1px;
  z-index: 9995;
  width: 100%;
  background-color: #9B0040;
  text-align: center;
}

.cv img{
  width: 702px;
}

@media screen and (max-width: 767px) {

  .cv{
  padding:10px 0;
}

.cv img{
  width: 90%;
}
}


/****************************************************

common

****************************************************/

h2{
  writing-mode: vertical-rl;
  font-size: 72px;
  color :#fff;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0;
}

section{
  position: relative;
  margin-bottom: 130px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color:#fff;

}

@media screen and (max-width: 1200px) {

h2{
  padding-top: 20px;
  font-size: 36px;
  color :#fff;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  left: 0;
  right:0;
  width: 35px;
  margin:auto;
  margin-bottom: 50px;
}

}


@media screen and (max-width: 767px) {

h2{
  font-size: 28px;
  width: 28px;
}

section{
  margin-bottom: 50px;

}
}

/****************************************************

header

****************************************************/


header{
  position: absolute;
  z-index: 9998;
  width: 100%;
}

header {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

header nav ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 30px;
  margin-right: 30px;
}

header nav ul a{
  color:#fff;
  margin-left: 30px;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
}

header nav ul a:hover{
  opacity: .6;
}

header .logo{
  width: 350px;
  margin-top: 30px;
  margin-left: 30px;
}

.l-nav__trigger{
  display: none;
}


@media screen and (max-width: 1200px) {


.l-nav__trigger {
  transition: 0;
  box-sizing: border-box;
  position: fixed;
  width:34px;
  height: 24px;
  top: 25px;
  z-index: 9997;
  right: 25px;
  display: block;
}

.l-nav__trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 9999;
  }
  .l-nav__trigger p {
    font-size: 11px;
    margin-top: 25px;
    margin-left: -5px;
    color: #fc896f;
    display: none;
  }
 .l-nav__trigger span:nth-of-type(1) {
      top: 0;
    }

.l-nav__trigger span:nth-of-type(2) {
      top: 11px;
    }

.l-nav__trigger span:nth-of-type(3) {
      bottom: 0;
    }

.l-nav__trigger.active span {
    background-color: #fff;
  }

.l-nav__trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
.l-nav__trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
.l-nav__trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-12px) rotate(45deg);
      transform: translateY(-12px) rotate(45deg);
    }



header{
  position: absolute;
  z-index: 9996;
  width: 100%;
}

header {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

header nav{
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 9996;
  padding:100px 0 0;
  height: 100vh;
}


header nav ul{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: 0px;
  text-align: center;
}

header nav ul li{
  width: 100%;
}

header nav ul li.sns{
  width: 60px;
}

header nav ul a{
  margin-left: 0px;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  line-height: 3;
  font-style: normal;
  font-size: 25px;
}

header nav ul a:hover{
  opacity: .6;
}

header .logo{
  width: 350px;
  margin-top: 30px;
  margin-left: 30px;
}

}



@media screen and (max-width: 767px) {

  header nav{
  padding:80px 0 0;
}

  header .logo{
  width: 150px;
  margin-top: 10px;
  margin-left: 10px;
}

header nav ul a{
  line-height: 2;
}

header nav ul a:hover{
  opacity: 1;
}

}



/****************************************************

info

****************************************************/

#info{
}

#info .wrap{
  max-width: 730px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

#info .insta{
  width: 350px;
}

#info .fb iframe{
  width: 350px !important;
  height: 476px !important;
}

#info a:hover{
 opacity: .7;
}

@media screen and (max-width: 767px) {
  #info .wrap{
  display: block;
  text-align: center;
  width: auto;
  margin: auto 30px;
}

#info .insta{
  width: 100%;
  margin:40px auto 0;
}

#info a:hover{
 opacity: 1;
}

#info .fb iframe{
  width: 320px !important;
  height: 408px !important;
}
}


@media screen and (max-width: 320px) {

#info .fb iframe{
  width: 250px !important;
  height: 350px !important;
}
}


/****************************************************

about

****************************************************/

#about .about__main{
  width: auto;
  margin-left: calc((100vw - 1000px) /2);
  position: relative;
  margin-bottom: 30px;
}

/*IE対策*/
*::-ms-backdrop, #about .about__main {
  margin-left: 100px;
}

#about .about__main.second{
  margin-left: 0px;
  margin-right: calc((100vw - 1000px) /2);
}

/*IE対策*/
*::-ms-backdrop, #about .about__main.second {
  margin-right: 100px;
}

#about .about__main img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

#about .about__main .name{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color:#fff;
  font-size: 13px;
}

#about .about__main.second .name{
  right: auto;
  left: 10px;
}

#about .about__detail{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}

#about .about__detail.second{
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}

#about .about__detail .img{
  width: 450px;
  height: 303px;
  margin-right: 30px;
}

#about .about__detail.second .img{
  margin-right: 0px;
  margin-left: 30px;
}

#about .about__detail .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

#about .about__detail dt{
  font-size: 20px;
}

#about .about__detail dd{
  font-size: 16px;
}

#about .about__detail dd small{
  font-size: 12px;
}

#about .about__detail dt small{
  font-size: 16px;
}

#about .about__detail.second dl{
  text-align: right;
}

#about .about__txt{
  font-size: 14px;
  line-height: 2;
  margin-bottom: 80px;
}

#about .about__special-movie{
  height: 173px;
  margin-top: 80px;
  background: url(../img/bg-about.png) no-repeat 50% 50% / cover;
}

#about .about__special-movie .wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

#about .about__special-movie h3 img{
  width: 313px;
}

#about .about__special-movie h3{
  font-size: 14px;
  text-align: center;
  margin-top: 45px;
}

#about .about__special-movie .open{
  width: 500px;
  height: 280px;
  display: block;
  margin-top: -50px;
  overflow: hidden;
  cursor: pointer;
}



#about .about__special-movie .open img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  transition: .4s;

}

#about .about__special-movie .open:hover img{
  transform: scale(1.04);

}


@media screen and (max-width: 1200px) {


#about .about__main{
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}

/*IE対策*/
*::-ms-backdrop, #about .about__main {
  margin-left: 0px;
}

#about .about__main.second{
  margin-left: 0px;
  margin-right: 0;
}

/*IE対策*/
*::-ms-backdrop, #about .about__main.second {
  margin-right: 0px;
}



#about .about__special-movie .open{
  width: 50%;
  display: block;
}

}


@media screen and (max-width: 767px) {

#about .about__main,#about .about__main.second{
  height: auto;
  width: auto;
  margin: auto 30px 30px;
}

#about .about__detail{
  display: block;
}

#about .about__detail .img{
  width: 100%;
  height: 228px;
  margin-right: 0px;
  margin-bottom: 25px;
}

#about .about__detail.second .img{
  margin-right: 0px;
  margin-left: 0px;
}

#about .about__detail.second dl{
  text-align: left;
}

#about .about__main .name{
  bottom:-20px;
  font-size: 11px;
  right: 0;
}

#about .about__main.second .name{
  right: 0px;
  left: auto;
}

#about .about__special-movie{
  height: 375px;
  margin-top: 50px;
  background: url(../img/bg-about_sp.png) no-repeat 50% 50% / cover;
  padding: 30px 0;
}

#about .about__special-movie .wrap{
  display: block;
}

#about .about__special-movie h3 img{
  width: 311px;
}

#about .about__special-movie h3{
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
}

#about .about__special-movie .open{
  width: 100%;
  height: 190px;
  margin-top: 30px;
}



#about .about__special-movie .open:hover img{
  transform: scale(1);
}

}


/****************************************************

plan

****************************************************/

#plan ul.nav{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 80px;

}

#plan ul.nav li{
  height: 593px;
  width: 366px;
  overflow: hidden;
  position: relative;
}

#plan ul.nav li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  transition: .4s;
  position: relative;
  z-index: 2;
}

#plan ul.nav li:hover img{
  transform: scale(1.04);
}


#plan ul.nav li a{
  display: block;
  width: 100%;
  height: 100%;
}

#plan ul.nav li span{
  position: absolute;
  color:#fff;
  z-index: 3;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  border-left: 1px solid #999;
  padding:60px 0 60px 20px;
  bottom: 0;
  left: 30px;
}

#plan .plan__detail .wrap{
  background-color: #fff;
  color:#000;
  padding: 80px 50px;
  margin-bottom: 80px;
}

#plan .plan__detail h3{
  text-align: center;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  border-bottom: 2px solid #000;
  line-height: 1;
  margin-bottom: 50px;
}

#plan .plan__detail dl.ttl dt{
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  background-color: #000;
  display: inline-block;
  color:#fff;
  line-height: 1;
  padding:10px;
  margin-bottom: 15px;
}

#plan .plan__detail dl.ttl dd{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

#plan .plan__detail .plan_mv{
  margin-bottom: 13px;
}

#plan .plan__detail .plan_imglist{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 20px;
}

#plan .plan__detail .plan_imglist li{
  width: 24%;
}

#plan .plan__detail .plan_imglist.column3 li{
  width: 33%;
}

#plan .plan__detail  .menu_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 40px;
}

#plan .plan__detail  .menu_list.three{
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 20px;
}

#plan .plan__detail  .menu_list.three.sp{
  display: none;
}

#plan .plan__detail  .menu_list.three.pc{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#plan .plan__detail .menu_list.esa{
  margin-bottom: 20px;
}

#plan .plan__detail .menu_list.bbq{
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list.two{
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list.sup{
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list dl{
  width: 23%;
  border-left: 1px solid #ccc;
  font-family: 'Noto Sans JP', sans-serif;
  padding:20px 0 20px 20px;
}

#plan .plan__detail .menu_list.esa dl:first-child{
  width: 27%;
}

#plan .plan__detail .menu_list.two dl{
  width:48%;
}

#plan .plan__detail .menu_list.three dl{
  width:33.3333%;
}

#plan .plan__detail .menu_list.sup dl{
  width:32%;
}

#plan .plan__detail .menu_list.bbq dl{
  width:24%;
}

#plan .plan__detail .menu_list dl dt{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;

}

#plan .plan__detail .menu_list dl dd{
  font-size: 12px;
}

#plan .plan__detail .menu_list dl dd small{
  font-size: 10px;
  line-height: 15px;
  display: block;
  margin-top: 5px;
}

#plan .plan__detail .plan_detail__txt{
  font-size: 16px;
  line-height: 28px;
  width: 96%;
  margin: 0 auto 20px;
}

#plan .plan__detail .plan_detail__txt span{
  font-size: 20px;
  line-height: 35px;
  display: block;
  font-weight: bold;
}

#plan .plan__detail .plan_detail__com{
  font-size: 10px;
  line-height: 15px;
  width: 96%;
  margin: 0 auto ;
  font-family: 'Noto Sans JP', sans-serif;
}

#plan .plan__detail .plan_detail__com.family{
  width: 100%;
  margin-bottom: 80px;
}

#plan .plan__detail dl.ttl02.sup{
  margin-top: 80px;
}

#plan .plan__detail dl.ttl02 dt{
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 5px;
}

#plan .plan__detail dl.ttl02 dd{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

#plan .plan__detail .plan_family_box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#plan .plan__detail .plan_family_box .img{
  width: 188px;
  height: 250px;
}

#plan .plan__detail .plan_family_box .right{
  margin-left: 20px;
}

#plan .plan__detail .plan_family_box .txt{
  font-size: 16px;
  line-height: 28px;
  margin:25px 0 20px;
}


@media screen and (max-width: 767px) {
  #plan ul.nav{
  margin-bottom: 30px;
  width: auto;
  margin:0 30px 30px;

}

#plan ul.nav li{
  height: 180px;
  width: 33.33333%;
}


#plan ul.nav li:hover img{
  transform: scale(1);
}


#plan ul.nav li a{
  display: block;
  width: 100%;
  height: 100%;
}

#plan ul.nav li span{
  font-size: 11px;
  border-left: 1px solid #999;
  padding:20px 0 20px 5px;
  bottom: 0;
  left: 5px;
}

#plan .plan__detail .wrap{
  padding: 30px 20px;
  margin-bottom: 20px;
}

#plan .plan__detail h3{
  font-size: 27px;
  margin-bottom: 30px;
}

#plan .plan__detail dl.ttl dt{
  font-size: 21px;
  padding:10px;
  margin-bottom: 13px;
}

#plan .plan__detail dl.ttl dd{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
}

#plan .plan__detail .plan_mv{
  margin-bottom: 10px;
}

#plan .plan__detail .plan_imglist{
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#plan .plan__detail .plan_imglist li{
  width: 48%;
  margin-bottom: 4%;
}

#plan .plan__detail .plan_imglist.column3 li{
  width: 48%;
}

#plan .plan__detail .plan_imglist.column3 li:first-child{
  width: 100%;
}

#plan .plan__detail  .menu_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#plan .plan__detail  .menu_list.three{
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

#plan .plan__detail  .menu_list.three.pc{
  display: none;
}

#plan .plan__detail  .menu_list.three.sp{
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

#plan .plan__detail  .menu_list.three.sp dl{
  width: 50%;
}

#plan .plan__detail .menu_list.esa{
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list.bbq{
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list.two{
  margin-bottom: 0px;
}

#plan .plan__detail .menu_list.sup{
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list dl{
  width: 100%;
  padding:10px 0 10px 16px;
  margin-bottom: 10px;
}

#plan .plan__detail .menu_list.esa dl:first-child{
  width: 100%;
}

#plan .plan__detail .menu_list.two dl{
  width:100%;
}

#plan .plan__detail .menu_list.three dl{
  width:100%;
}

#plan .plan__detail .menu_list.sup dl{
  width:100%;
}

#plan .plan__detail .menu_list.bbq dl{
  width:100%;
}



#plan .plan__detail .menu_list dl dt{
  margin-bottom: 5px;

}





#plan .plan__detail .menu_list dl dd small{
  font-size: 10px;
  line-height: 15px;
  display: block;
  margin-top: 5px;
}

#plan .plan__detail .plan_detail__txt{
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  margin: 0 auto 20px;
}

#plan .plan__detail .plan_detail__txt span{
  font-size: 20px;
  line-height: 35px;
  display: block;
  font-weight: bold;
}

#plan .plan__detail .plan_detail__com{
  font-size: 10px;
  line-height: 15px;
  width: 100%;
  margin: 0 auto ;
  font-family: 'Noto Sans JP', sans-serif;
}

#plan .plan__detail .plan_detail__com.family{
  width: 100%;
  margin-bottom: 50px;
}

#plan .plan__detail dl.ttl02.sup{
  margin-top: 50px;
}

#plan .plan__detail dl.ttl02 dt{
  font-size: 20px;
  margin-bottom: 0px;
}

#plan .plan__detail dl.ttl02 dd{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 13px;
}



#plan .plan__detail .plan_family_box .img{
  width: 35%;
  height: 133px;
}

#plan .plan__detail .plan_family_box .right{
  margin-left: 5%;
  width: 60%;
}

#plan .plan__detail .plan_family_box .txt{
  font-size: 12px;
  line-height: 20px;
  margin:0px 0 20px;
}




}


/****************************************************

map

****************************************************/
#map{
  min-height:420px;
}

#map .inner{
    background: url(../img/bg-map.jpg) no-repeat 50% 50% / cover;
    margin-left: calc((100vw - 1000px) /2);
    padding:80px 0;
    text-align: center;
}

#map .inner img{
  max-width: 797px;
}

/*IE対策*/
*::-ms-backdrop, #map .inner {
  margin-left: 100px;
}

#map .open{
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  #map .inner{
    background: url(../img/bg-map.jpg) no-repeat 50% 50% / cover;
    margin-left: 0;
    padding:10px 0;
    text-align: center;
    width: auto;
    margin:0 30px;
}

#map .inner img{
  max-width: 90%;
}

/*IE対策*/
*::-ms-backdrop, #map .inner {
  margin-left: 0px;
}

#map .open{
  cursor: pointer;
}
}




/****************************************************

access

****************************************************/


#access .inner{
    margin-left: calc((100vw - 1000px) /2);
}

/*IE対策*/
*::-ms-backdrop, #access .inner {
  margin-left: 100px;
}

#access dl{
    font-family: 'Noto Sans JP', sans-serif;

}

#access dl dt{
  font-size: 16px;
  font-weight: bold;
}

#access dl dd{
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1200px) {

  #access .inner{
    margin-left: 0;
    width: auto;
    margin:0 30px;
}

/*IE対策*/
*::-ms-backdrop, #access .inner {
  margin-left: 0;
}

}




/****************************************************

copylight

****************************************************/

.copy{
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color:#ccc;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 50px 0 100px;
}

@media screen and (max-width: 767px) {

  .copy{
  font-size: 12px;
  line-height: 24px;
}

}


/****************************************************

modal

****************************************************/


.close{
  cursor: pointer;
  color:#fff;
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 95%;
    height: auto;
    z-index: 9999;
    display: none;
}

@media screen and (min-width: 1000px) {
  .modal{
    width: 1000px;
  }

}

.modal.map{
  text-align: center;
}

.modal.map img{
  height:auto;
  width:90%;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
.modal.map img{
  height:auto;
  width:90%;
  margin-top: 0px;
}
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    display: none;
}



.plan_detail__guide{
  display: block;
  text-align: center;
  background-color: #9B0040;
  color: #fff;
  max-width: 400px;
  padding: 20px 0;
  margin: 30px auto 0;
  font-weight: 700;
  border: 2px solid #9B0040;
}

.plan_detail__guide:hover{
  background-color: #fff;
  color: #9B0040;
}

@media screen and (max-width: 767px) {
  .plan_detail__guide {
      padding: 10px 0;
    }
}
