@charset "utf-8";
*{
  box-sizing: border-box;
}

a{

}

.tab button{
  color: #333333;
}

a:hover{
  opacity: 0.8;
  transition: all 0.2s;
}

.more_btn:hover{
  opacity: 0.8;
  transition: all 0.2s; 
}

html {
  font-size: 100px;
  font-weight: 400;
  color: #333333;
}

body{
  font-family: YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.14rem;
  line-height: 2.0;
  color: #333333;
  letter-spacing: 0.05em;
}

.sp_none{
  display: none !important;
}

header{
  width: 100%;
  height: 100vh;
  background: #fff;
  margin-bottom: 80px;
  position: relative;
}

.header_text_sp{
  position: absolute;
  bottom: 140px;
  width: 100%;
  z-index: 1;
}

.header_text_sp img{
  width: 100%;
}

header .kv_wrap{
  width: 100%;
  display: flex;
  height: calc(100% - 105px - 120px);
  position: relative;
}

header .kv_wrap{
  padding-bottom: 200px;
  box-sizing: content-box;
}

.kv_text{
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 1;
}

.kv_text span{
  display: inline-block;
  line-height: 1;
  padding:12px 24px;
  background: #fff;
  margin-bottom: 8px;
  font-size: 0.28rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.kv01{
  background: url(images/kv_sp01.webp) center bottom no-repeat;
  background-size: cover;
}


.kv02{
  background: url(images/kv_sp02.webp) center bottom no-repeat;
  background-size: cover;
}

.kv03{
  background: url(images/kv_sp03.webp) center bottom no-repeat;
  background-size: cover;
}

.kv_wrap .swiper-container {
  width: 100%;
}
.kv_wrap .swiper-container.slider {
  height: 80vh;
}
.kv_wrap .swiper-container.slider-thumbnail {
  height: 20vh;
}
.kv_wrap .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: .5;
  overflow: hidden;
}
.kv_wrap .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

header .swiperThumbnail{
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.kv_wrap .prev_next{top: 22px;position: relative;}

.open .prev_next{
  display: none;
}

.prev_next{
  position: absolute;
  bottom: 120px;
  width: 100%;
}


.prev_next .swiper-button-next {
  height: 29px;
  width: 29px;
  top: 33px;
  right: 2px;
}

.prev_next .swiper-button-prev{
  height: 29px;
  width: 29px;
  top: 33px;
  left: 2px;
}

.prev_next .swiper-button-prev::after {
  background-image: url(images/floor/prev_btn.webp);
  height: 29px;
  width: 29px;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.prev_next .swiper-button-next::after {
  background-image: url(images/floor/next_btn.webp);
  height: 29px;
  width: 29px;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-pagination{

}

.kv_wrap .swiper-pagination-bullet{
  width: 11px !important;
  height: 11px !important;
}

.kv_wrap .swiper-pagination-bullet-active{
  background: #f39800 !important;
}


header .header-white{
  width: 0;
}

header .inner{

}

.header_text{
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_text img{
  width: 527px;
  max-width: 100%;
}

header .swiper{
  padding: 15px 0;
  background: #fff;
  height: 100vh;
  padding-bottom: 160px;
}

header .swiper-slide img {
  height: auto;
  width: 100%;
}

header .swiper-wrapper{
  transition-timing-function: linear;
}

header .slider-thumbnail{position: relative;top: -128px;}

.inner{
    width: 1080px;
    margin: auto;
    padding: 0 5%;
    max-width: 100%;
}

header .more_btn{
  margin-left: 55px;
}

.more_btn{
  width: 200px;
  height: 50px;
  font-family:"Avenir", Verdana;
  background:linear-gradient(to right, #AEDBEF, #5BA0D1);
  border-radius: 50px;
  font-weight: 600;
}

.more_btn a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}


.index.news{
  margin-bottom: 80px;
}

.index.news ul{
  width: 740px;
  margin: auto;
  max-width: 100%;
}

.index.news ul li p.tit{
  max-width: 80%;
  line-height: 2.0;
}

.index.news ul li .date{
  margin-right: 0.3rem;
}

.index.news ul li a{
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}

.index.news ul li i{
  width: 0.32rem;
  margin-left: auto;
  display: none;
}

.index.news ul li i img{
}

.index.news ul li{
  border-bottom: 1px solid rgba(153, 153, 153, 0.64);
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1;
}

.sub_tit{
  color: #f39800;
  font-size: 0.12rem;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, serif;
  margin-bottom: 13px;
  line-height: 1;
}

h2.tit{
  font-size: 0.20rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 0 40px 0;
}

.concept .inner{
  width: 1080px;
  margin: 0 auto 40px;
  max-width: 100%;
}

.concept .concept_text{
  width: 740px;
  margin: auto;
  max-width: 100%;
}

.concept h2.tit{
  margin-bottom: 40px;
}

.concept .text{
  margin-bottom: 45px;
}

.concept .img_box{
  text-align: right;
}
.concept .img_box img{
  width: 540px;
  max-width: 100%;
}

.concept .img_box01{margin-bottom: 56px;}

.concept .img_box01 img{
  width: 90%;
  margin-left: 10%;
}

.button{
  display: flex;
  margin-bottom: 0;
}

.button a{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  line-height: 1;
}

.button_tit{
  margin-right: 16px;
  color: #f39800;
  font-weight: 600;
  font-size: 0.14rem;
}

.button i{
  width: 32px;
}

.equipment{

padding-bottom: 56px;
}

.equipment .tit{
  text-align: left;
  margin-bottom: 40px;
  line-height: 1;
}

.equipment .desc{
  margin-bottom: 40px;
}

.equipment .item_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.equipment .item_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3);
  padding: 26px 8px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffbf80;
}

.equipment .item_box:nth-child(-n+3) {border-top: 1px solid #ffbf80;}

.equipment .item_box:nth-child(5n){
  padding-right: 0;
}

.equipment .item_box i img{
  height: 23px;
  width: auto;
  margin-bottom: 25px;
}

.equipment .item_box .text{
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 3.2em;
}

.equipment .item_box span{
  font-size: 0.1rem;
}

.equipment .button{
  width: 740px;
  margin: auto;
  max-width: 100%;
}

.plan{
  background: #fff9f2;
  padding: 60px 0 60px;
}

.plan .tit{
  text-align: left;
  margin-bottom: 40px;
  line-height: 1;
}

.plan .desc{
  text-align: left;
  margin: 0 0 60px 0;
  line-height: 2.0em;
}

.plan .tab_tit{
  font-size: 0.16rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
}

.tab {
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 20px 0;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
  transition: 0.3s;
  font-weight: 400;
}

.tab button.active {
  background-color: #ffbf80;
  color: #fff;
}

.tabcontent {
  display: none;
}

.tab_box01{
  width: 740px;
  margin: 0 auto 80px;
  max-width: 100%;
}

.tab_box02{
  width: 740px;
  margin: auto;
  max-width: 100%;
}

.tab_box01 .tab button{
  width: 50%;
}

.tab_box02 .tab button{
  width: 20%;
  font-size: 0.12rem;
  height: 56px;
}

.tab_box02 .tabcontent.active {
  display: block;
}

.tab_box02 .tab button:not(.active) + button {
  border-left: 1px solid #ccc;
}

.tab_box02 .tab button.active{
  border-left: 0px solid #ccc !important;
}

.plan table{
  margin: auto;
  max-width: 100%;
  table-layout: fixed;
  word-break: break-all;
  width: 100%;
}

.plan table tr{
  
}

.plan table th{
  border-top: 1px solid rgba(153,153,153,0.64);
  border-right: 1px solid rgba(153,153,153,0.64);
  width: 33%;
  height: 55px;
  background: #fafafa;
  font-weight: 400;
}

.plan table td{
  border-top: 1px solid rgba(153,153,153,0.64);
  font-weight: 400;
  background: #fff;
  text-align: center;
  width: 67%;
}

.plan table .top th{
  border-top: none;
} 

.plan table .top td{
  border-top: none;
}

.plan table .bottom th{
  border-bottom: none;
}

.plan table .bottom td{
  border-bottom: none;
}

.plan .button{
  width: 740px;
  margin: 40px auto 0;
  max-width: 100%;
}

.floormap{
  padding: 96px 0 60px;
}

.floormap .sub_tit{
  text-align: left;
}

.floormap .floormap_content{
  width: 920px;
  margin: 0 auto 80px;
  padding: 0 0;
  position: relative;
  max-width: 100%;
}

.modal_btn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
}

.floormap_img{
  margin-bottom: 63px;
}

.floormap_img2{
  margin-bottom: 40px;
}

.floormap_img img{
  margin-bottom: 24px;
  width: 100%;
}

.floormap_img p{
  padding-left: 10px;
  line-height: 2.4em;
}

.floormap .button{
  font-size: 0.14rem;
}

.access{
  padding: 60px 0;
  background: #fff9f2;
}

.access_wrap{
  width: 740px;
  margin: auto;
  max-width: 100%;
}

.access .sub_tit{
  text-align: left;
}


.access .access_text{
  display: flex;
  font-weight: 600;
  margin: 34px 0 24px;
}

.access .access_text i{
  width: 20px;
  margin: 4px 16px 0 0;
}

.access .gmap{
  margin-bottom: 24px;
}

.access table{
width: 100%;
margin-bottom: 24px;
}

.access table tr{
  border-bottom: 1px solid rgba(153,153,153,0.64);
  height: 56px;
}

.access table th{
  font-weight: 400;
  width: 33%;
  padding-left: 8px;
  text-align: left;
}

.access table td{
  font-weight: 400;
  text-align: left;
}

.access table td .note{
  color: #f39800;
  font-size: 0.14rem;
}

.access .note_text{
  font-size: 0.12rem;
  text-align: right;
}

.access .note_text .orange{
  color: #f39800;
}

.access .note_text .orange.un{
  text-decoration: underline;
}

footer{
  padding: 80px 0 32px;
}

footer .inner{
  position: relative;
}

footer .box_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

footer .box{
  width: 250px;
  height: auto;
  border: 1px solid #ffbf80;
  width: calc(50% - 4px);
  margin: 0 0 8px 0;
}

footer .box a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 24px 0 10px;
}

footer .box i.icon{
  margin-bottom: 15px;
}

footer .box i.icon img{
  height: 40px;
}

footer .box .text{
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  width: 100%;
  padding: 0 12px;
  align-items: center;
  line-height: 1.2;
}

footer .box .text span{
  font-size: 0.10rem;
}

footer .box .text i.arrow{
  width: 20px;
}

footer ul.footer_menu{
  display: block;
  margin-bottom: 40px;
}

footer ul.footer_menu li{
  margin-right: 40px;
  font-weight: 400;
  border-bottom: 1px solid rgba(153, 153, 153, 0.64);
  line-height: 1;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

footer .copy{
  width: 100%;
  margin: auto;
  font-size: 0.11rem;
  text-align: center;
}

footer .copy img{
  display: block;
  width: 100px;
  margin: 0 auto 16px;
}

footer .dragon{
  width: 180px;
  position: absolute;
  right: 0;
  bottom:0;
  display: none;
}


footer .copy_text{
  font-size: 0.11rem;
  text-align: center;
  margin: 0;
  line-height: 1;
}

/**NAV**/
.nav_wrap{
  background: #fff;
  position: fixed;
  top:0;
  width: 100%;
  height: 80px;
  z-index: 15;
}

.nav_wrap .logo{
}

.nav_wrap .logo img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto 0;
  width: 94px;
}

#gloval-nav .logo{
  z-index: 200;
  position: relative;
  top: 40px;
}

.nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 初期：非表示 */
  visibility: hidden;
  opacity: 0;
  /* ふわっと表示 */
  transition: 0.5s ease-in-out;
}
.nav ul{
  list-style:none;
}
.nav li:not(:last-child){
  margin-bottom: 30px;
}
.nav a{
  color: #ffffff;
}

/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 25px;
  right: 15px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
}

#navbtn::before{
  content : '';
  display: block;
  height: 1px;
  background-color: #f39800;
  transform: translateY(7px);
  transition: 0.3s ease-in-out;
  width: 32px;
}

#navbtn span::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #f39800;
  width: 28px;
  transform: translateY(1px);
  position: relative;
  right: -4px;
}

#navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #f39800;
  transform: translateY(5px);
  transition: 0.3s ease-in-out;
  width: 24px;
  position: relative;
  right: -8px;
}



.open #navbtn span::after{
  display: none;
}

#navbtn::before{transform: translateY(-3px);/* box-shadow: 0 10px #fff; */}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
z-index: 100;
}
.open #navbtn::before{transform: rotate(-45deg);box-shadow: none;width: 30px;}
.open #navbtn::after{transform: rotate(45deg);box-shadow: none;width: 30px;right: 0;}
/* ナビゲーションメニュー 開いた時*/
.open .nav{visibility: visible;opacity: 1;z-index: 20;height: 100vh;}


header.headerColorScroll #navbtn::before,
header.headerColorScroll #navbtn::after{
  background: rgba(0,0,0,0.9);
}

.kv{
  height: 100%;
}

.open header.headerColorScroll #navbtn::before{
  background-color: #fff;
}
.open header.headerColorScroll #navbtn::after{
  background-color: #fff;
}


.sp_nav{
  display: flex;
  padding: 0 5%;
  flex-wrap: wrap;
}

.sp_nav .left_menu{
  width: 100%;
  font-size: 0.2rem;
  text-align: left;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.sp_nav .left_menu li{
  margin-bottom: 40px;
  width: 50%;
  line-height: 1;
}

.sp_nav .left_menu a{
  width: 50%;
  font-size: 0.14rem;
  text-align: left;
  color: #f39800;
}

.un{
  text-decoration: underline;
}

.un:hover{
  text-decoration: underline;
}

.plan_description{
  color: #f39800;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 45px;
}