@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
-------------------------------
共通
-------------------------------
*/
:root {
  --main-font-color: #000;
  --english-font: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,sans-serif;
  /* --english-font: "futura-pt", sans-serif; */
  --fs-small: 12px;
  --fs-large: 24px;
  --fs-xlarge: 32px;
  --fs-xlarge40: 40px;
  --fs-xlarge48: 48px;
  --fs-xlarge56: 56px;
}
.sub_title{
  font-family: var(--english-font);
  font-size: 36px;
  font-weight: 500;
}
.ta_c{
  text-align: center;
}
.bg_white{
  background-color: #fff;
}
/*
-------------------------------
index
-------------------------------
*/
/* メインビジュアル */
.kv{
  top:82px;
  position: relative;
  left:0;
  height:56vw;
}
.kv::before{
  content:"";
  position: fixed;
  top: 82px;
  left:0;
  background: url(../images/index/kv.png) top center no-repeat;
  background-size: cover;
  width:100%;
  height:56vw;
  /* max-width: 1920px;
  max-height: 1080px;
  inset: 0;
  margin-left: auto;
  margin-right: auto; */
  z-index: -1;
}

.kv h1,.kv h2,.kv h2 svg{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
}
.kv h1{
  text-align: center;
  /* font-weight: bold; */
  width:100%;
  max-width: 1280px;
  font-size:48px;
  top:9.3vw;
  letter-spacing: 3px;
}
.kv h2{
  top:16vw;
  width:100%;
  max-width:660px;
  text-align: center;
  margin:0 auto;
}

.kv_logo.active{
  animation-name:fadein;
  animation-timing-function:ease-out;
  animation-fill-mode:forwards;
  animation-duration: 1s;
}
@keyframes fadein{
  0%{
    opacity: 0;
    top:30vw;
  }
  100%{
    opacity: 1;
    transform : translateX(-50%);
  }
}
img.main_visual{
  width:100%;
}

/* about */
.about{
  margin:50px auto 80px;
}
.about h4{
  font-size: 30px;
  /* font-weight: 800; */
  margin-bottom:80px;
}
.about_image{
  text-align: center;
}
.about_image img{
  width:100%;
  max-width: 1920px;
}
.about_btn{
  margin:60px 0 60px auto;
  display:flex;
  justify-content: flex-end;
  width:520px;
}
.about_btn a{
  position: relative;
  font-family: var(--english-font);
  font-weight: 800;
  width:350px;
  padding:15px 20px;
  text-align: left;
  border: 1px solid #4D4D4D;
  margin:20px 0;
  font-size: 16px;
}
.about_btn a::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right:20px;
  top:24px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
  position:absolute;
}

/* shop */
.shop{
  margin:80px auto;
}
.shop h4{
  font-size: 30px;
  /* font-weight: 800; */
  margin-bottom:80px;
}
.shop p{
  width:58%;
  margin:0 auto 150px;
  font-size:18px;
  text-align: center;
  line-height: 1.7;
}
.air_image{
  height:580px;
  margin-bottom:150px;
  overflow: hidden;
}
.rellax_inner{
  height:70vw;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  background: url(../images/index/aerial_image.jpg) center center no-repeat;
  background-size: cover;
}
.air_image img{
  width:100%;
}

.about_image.about_map{
  padding-top:60px;
  padding-bottom:60px;
  background-color: #f2f2f2;;
}
.about_image.about_map img{
  width:80%;
  max-width: 980px;
}
/* shop_guide */
.shop_guide{
  margin:80px auto 150px;
}
.shop_category{
  display: flex;
  justify-content: space-between;
  margin-top:80px;
  flex-wrap: wrap;
}
.shop_category::before{
  content:"";
  display: block;
  width:20%;
  order:1;
  margin:0 2.5% 20px;
}
.shop_category::after{
  content:"";
  display: block;
  width:20%;
  margin:0 2.5% 20px;
}
.shop_category li{
  width:20%;
  font-family: var(--english-font);
  border:1px solid #000;
  font-size: 20px;
  padding:10px 20px;
  box-sizing: border-box;
  position:relative;
  overflow: hidden;
  margin:0 2.5% 20px;
}
.shop_category li::before{
  position:absolute;
  content:"";
  background-color: #E94E57;
  width:30px;
  height:30px;
  top:-20px;
  left:-20px;
  transform: rotate(45deg);
}
.shop_category li:nth-child(2):before{
  background-color: #F0831D;
}
.shop_category li:nth-child(3):before{
  background-color: #1EB9EE;
}
.shop_category li:nth-child(4):before{
  background-color: #CC9966;
}
.shop_category li:nth-child(5):before{
  background-color: #0E6EB8;
}
.shop_category li:nth-child(6):before{
  background-color: #a19f02;
}
.shop_category li::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  /* right:20px;
  top:28px; */
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
  position:absolute;
  top:22px;
  right:20px;
}
.shop_content{
  margin:80px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shop_content p{
  position:relative;
  width:150px;
  height:150px;
  border: 1px solid #000;
  border-radius: 75px;
  text-align: center;
}
.shop_content p span{
  position:absolute;
  top:50%;
  left:53.5%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 10px;
}
#entrance.shop_content p{
  position:static;
  font-size: 14px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.shop_list{
  width:1080px;
  display: flex;
  flex-wrap: wrap;
}
.shop_list li{
  width:23%;
  text-align: center;
  height:150px;
  background-color:#fff;
  margin-left:20px;
  margin-bottom:80px;
  border:1px solid #000;
}
.shop_list li a{
  position:relative;
  overflow: hidden;
  width:100%;
  height:100%;
  margin-bottom:8px;
}
.shop_list li a img{
  position:absolute;
  height:102%;
  width:auto;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.shop_list li a:hover::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.1);
  top:0;
  left:0;
}


.shop_list li span{
  display: inline-block;
  text-align: left;
  margin:0 auto 0 0;
  box-sizing: border-box;
  width:100%;
  padding:0 7px 3px;
}
.shop_list li span.shop_cate{
  background-color: rgb(240, 240, 240);
  padding:3px 7px;

}
/* access */
.access{
  margin:150px auto;
}
.access table{
  width: 100%;
  max-width: 1280px;
  margin:50px auto;
  font-size: 16px;
}
.access table tr:not(:last-child){
  border-bottom:1px solid rgba(0,0,0,0.3);
}
.access table th{
  text-align: center;
  width:25%;
  background-color: #ccc;
  padding:1rem;
  font-weight:bold;
}
.access table td{
  padding:1rem 2rem;
  box-sizing: border-box;
  background-color: rgb(240,240,240);
}
.access iframe{
  width:100%;
  height:500px;
}

/* news */
.news{
  margin:60px auto;
}
.news.index_news{
  margin:100px auto;
}
.news.archive_news{
  margin-top:200px;
}
.news_head{
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between;
}
.news_head ul{
  display: flex;
  width:50%;
  align-items: center;
  justify-content: end;
}
.news_head ul li{
  font-size: 12px;
  margin-left:30px;
  padding-right:15px;
  position:relative
}
.news_head ul li:after{
  position:absolute;
  content:"";
  width:10px;
  height:10px;
  right:0;
  top:3px;
}
.news_head ul li:first-child:after{
  background-color:#FBB03B ;
}
.news_head ul li:nth-child(2):after{
  background-color:#29ABE2 ;
}
.news_head ul li.viewall{
  font-size: 20px;
  font-weight: 700;
  font-family: var(--english-font);
  position:relative;
  padding-right:30px;
}
.news_head ul li.viewall::after{
  content:"";
  position:absolute;
  width:21px;
  height:21px;
  background: url(../images/index/view_all.png);
  top:3px;
  right:0;
}
.event_slick{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.news_date{
  font-size: 12px;
  margin-top:7px;
}
.news_title{
  font-size:14px;
}
.news_category{
  width:50%;
  margin:10px auto;
  color:#fff;
  height:30px;
  line-height: 30px;
}
.news_category.event{
  background-color:#FBB03B;
}
.news_category.news{
  background-color:#29ABE2;
}

/* shop */
.content_area{
  margin-top:80px
}
main#content_wrap{
  padding-top:80px;
  /* padding-bottom:80px; */
}
h2.cp_ttl{
  font-size:24px;
  font-weight: bold;
}
.cp_cate_name{
  font-size:36px;
  text-decoration: underline;
  text-decoration-thickness: 8px; /* 線の太さ */
  text-decoration-color:rgba(255, 143, 149, 0.4);
  text-underline-offset: -0.2rem; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.cp_content{
  margin-top:30px;
}
.cp_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:30px;
}
.cp_content h6.wp-block-heading{
  width:26%;
  background-color: #E94E57;
  color:#fff;
  margin:0 0 0 auto;
  font-size: 16px;
  padding:5px 10px;
}
div[id^="n2-ss"] .n2-style-b193852bdf31f42c65cd47c14c5e984a-simple {
  padding: 0 !important;
}
.cp_content h6.wp-block-heading.build_b{
  background-color: #F0831D;
}
.cp_content h6.wp-block-heading.build_c{
  background-color: #1EB9EE;
}
.cp_content h6.wp-block-heading.build_d{
  background-color: #CC9966;
}
.cp_content h6.wp-block-heading.build_e{
  background-color: #0E6EB8;
}
.cp_content h6.wp-block-heading.entrance{
  background-color: #a19f02;
}
.n2_clear{
  margin-top:30px;
}
.n2-ss-slider .n2-ss-slider-controls-side {
  width:100%;
  max-width: 1280px;
  margin:0 auto;
  aspect-ratio: 16 / 9;
}
 .n2-ss-slider .n2-ss-slider-controls-right
.n2-ss-slider-wrapper-inside{
  width:68.3%;
  height:100%;
  overflow: hidden;
}
.n2-thumbnail-dot img{
  height: 235px!important;
}
/*.n2-ss-slider .n2-ss-slider-controls-right{
  width:31%;
}
.n2-ss-widget,
[class^="n2-thumbnail-dot"],
.n2-ss-widget picture,
.n2-ss-widget picture img{
  width:100%;
} */
.n2-ss-slider .n2-ss-slider-controls-left, .n2-ss-slider .n2-ss-slider-controls-right{
  margin-left:9px;
}
div#n2-ss-2 .n2-style-b193852bdf31f42c65cd47c14c5e984a-simple {
  padding:0!important;
}
/* div#n2-ss-2 .nextend-thumbnail-default{
  width:100%!important;
}
div#n2-ss-2 .nextend-thumbnail-default picture{
  width:100%!important;
  height: calc(135% * 0.75);
  overflow: hidden;
}
div#n2-ss-2 .n2-thumbnail-dot img{
  width:100%!important;
} */
.wp-block-group{
  margin:30px auto 60px;
}
.wp-block-group figure{
  width:20%;
  position:relative;
}

.wp-block-group figure img{
  position:absolute;
  height:fit-content;
  border:1px solid #000;
  width:102%;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
/* .wp-block-group p:first-child{
  margin:0 50px;
  width:150px;
  height:150px;
  line-height: 150px;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
} */
.wp-block-group.is-layout-flex p{
  /* width:800px; */
  padding-left:5%;
  font-size: 16px;
  width:85%;
  box-sizing: border-box;
}
.next_btn{
  display: flex;
  justify-content: space-between;
  font-size:12px;
}
.next_btn a{
  padding:5px 25px;
  background-color: #4D4D4D;
  color:#fff;
  position: relative;
}

.next_btn a:first-child::before{
  position:absolute;
  content:"";
  width:5px;
  height:5px;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  transform: rotate(45deg);
  top:9px;
  left:10px;
}
.next_btn a:nth-child(2)::after{
  position:absolute;
  content:"";
  width:5px;
  height:5px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  transform: rotate(-45deg);
  top:9px;
  right:10px;
}
h2.wp-block-heading{
  font-family: var(--english-font);
  font-size:36px;
  margin-top:30px;
  padding-bottom:60px;
}
.wp-block-table table{
  font-size:18px;
  /* margin-bottom: 150px; */
}

.wp-block-table table td{
  border:none!important;
}
.wp-block-table table tr:not(:last-child){
  border-bottom:1px solid rgb(156, 156, 156);
}
.wp-block-table table tr td:first-child{
  text-align: center;
  width:20%;
  background-color: #ddd;
  padding:1rem 0;
  box-sizing: border-box;
  font-weight:bold!important;
}
.wp-block-table table tr td:first-child em{
  font-weight:bold!important;
}
.wp-block-table table tr td:last-child{
  width:80%;
  padding:1rem;
  box-sizing: border-box;
  background-color: rgb(240, 240, 240);
}
/* .wp-block-table{
  margin:120px auto;
  padding:60px 80px;
  box-sizing: border-box;
  background-color:#efefef ;
} */
.wp-block-table.shinai{
  margin:8px auto 40px;
}
.wp-block-table.shinai.shinai_main{
  margin:24px auto 40px;
}
h3.shop_data{
  font-family: var(--english-font);
  font-size:36px;
  margin-bottom:16px;
}
body .is-layout-flex {
  position:relative;
  z-index: 3;
  flex-wrap: inherit!important;
  align-items: center;
  width:90%;
  margin:-60px auto 0;
  background-color: rgba(255,255,255,0.8);
  padding:2.5% 5% 0;
}
body .wp-block-group.is-layout-flex{
  padding:5% 0 ;
  width:100%;
}
h3.wp-block-heading{
  font-size:20px;
  font-weight:bold;
}
h3.wp-block-heading.shinai{
  display: inline;
  padding-bottom:3px;
  border-bottom:1px solid #333;
}

p.shinai_detail{
  margin:0.8em auto;
  font-size:14px;
}
h4.wp-block-heading{
  font-size:18px;
  font-weight:bold;
  margin-top:15px;
}
a.ilex_flex{
  width:50%;
  min-width:680px;
  margin:50px auto 100px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  font-size:24px;
  font-family: var(--english-font);
  padding:1rem 20px;
  border:1px solid #ddd;
}
a.ilex_flex img{
  width:7%;
}
a.ilex_flex p.ilex_sns_arrow{
  position:relative
}
a.ilex_flex p.ilex_sns_arrow::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  color: inherit;
  position:absolute;
  right:15px;
  top:-4px;
}
a.ilex_flex p span{
  font-size:14px;
}
/* taxonomy */
.shop_guide.taxonomy_guide{
  margin-bottom:10px;
  
}
.cp_ttl{
  display: flex;
  align-items: center;
  font-size:20px;
  width:100%;
  margin:0 auto;
}
.cp_ttl.taxonomy_ttl{
  border-bottom:1px solid #000;
  padding-bottom:20px;
  padding-top:20px;
}
.cp_ttl img{
  width:150px;
  height:auto;
  /* height:fit-content */
}
.taxonomy_date{
  margin: auto 50px;
}

/* 投稿記事 */
main.main_single{
  margin:0 auto;
}
.post_title{
  margin:80px auto 0;
}
.post_title h2{
  font-size:20px;
  font-weight:bold;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
  padding:5px 12px;
  box-sizing: border-box;
}
.post_info{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:7px 5px 0 0;
  font-size:12px;
}
.post_info a{
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  color:#ed8599;
}
.post_flex{
  display: flex;
  align-items: flex-start;
  margin-top:60px;
}
.single_content{
  padding-right:5%;
  box-sizing: border-box;
}
.post_flex_content{
  width:75%;
}
.single_content img{
  width:100%;
}
.single_content p{
  margin-top:30px;
  font-size:16px;
}
.post_sidebar{
  width:25%;
  margin-top:30px;
}
/*====================================================================
slick
====================================================================*/

.slider {
  margin: 0 auto;
  max-width: 1280px;
  /* width: 80%; */
}
.slider.slider_category{
  margin-top:100px;
}
.slider-img {
  margin: 0 5px;
  
}
.slider-img img {
  height: auto;
  width: 100%;
}
.slide-arrow {
  background-color: transparent;
  bottom: 60px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: -16px;
  width: 20px;
  border:none;
}
.prev-arrow{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  /* right:20px;
  top:28px; */
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-135deg);
  color: inherit;
  position:absolute;
  /* top:22px; */
  left:-15px;
}
.next-arrow{
  /* width:30px;
  height:30px;
  background: url(../images/index/slide_next.png) center center no-repeat;
  background-size: contain;
  right: -30px; */
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  /* right:20px;
  top:28px; */
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  color: inherit;
  position:absolute;
  /* top:22px; */
  right:-15px;
}

/* .shop_slider */
  .ss3-force-full-width img{
    width:100%;
    max-width: 1280px;
  }
/* .sidebar */
.side_title{
  font-family: var(--english-font);
  font-size:16px;
  font-weight:bold;
  padding:10px 5%;
  border:1px solid #4D4D4D;
  box-sizing: border-box;
}
.side_content{
  padding:10px 5%;
  box-sizing: border-box;
  background-color: #efefef;
}
.side_inner{
  margin-bottom:10px;
}
.side_inner .news_title{
  text-align: left;
  border-bottom:1px solid #a0a0a0;
}
.side_inner .news_date{
  font-family: var(--english-font);
  font-weight: bold;
}
.side_inner .news_date,
.side_inner .news_title{
  font-size: 13px;
}
.side_inner .news_title{
  color:#ed8599;
}

/* プライバシーポリシー */
.policy{
  margin:200px auto;
  font-size:16px;
  padding:0 5%;
}
.poricy_head{
  font-size:36px;
  font-weight:bold;
  font-family:var(--english-font);
}
.policy hr{
  margin:120px 0;
  height:1px;
  border:none;
  background-color: #a0a0a0;
}
.poricy_head span{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size:14px;
}
.policy h2{
  margin:40px auto;
  font-size:24px;
  background-color: #dbdbdb;
  border-left:5px solid #000;
  padding:5px 15px;
  box-sizing: border-box;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.policy ul{
  list-style: decimal;
  padding-left:2rem;
  margin-top:1rem;
}

/* ポップアップ */
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  /*display: none;  input にチェックが入るまでは非表示に */
  /* transform: scale(0); */
  opacity: 0;
  transition : opacity 0.5s ease-out;
}

#popup:checked ~ .popup-overlay {
  /* transform: scale(1); */
  opacity: 1;
  z-index: 99999;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;

}

.popup-window {
  width: 80vw;
  max-width: 840px;
  /* padding: 20px;
  background-color: #ffffff;
  border-radius: 6px; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.popup-text img{
  width:45%;
}
.popup-text span{
  font-size:0.8rem;
  font-weight:bold;
}
.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: flex-start;
  color:#fff;
  top: -26px;
  right: 0;
  font-size:1.5rem;
  font-family:var(--english-font);
}
.close_mark{
  width:25px;
  height:2px;
  background-color: #fff;
  transform:rotate(45deg);
  position:relative;
}
.close_mark::after{
  content:"";
  position:absolute;
  width:25px;
  height:2px;
  background-color: #fff;
  transform:rotate(-90deg);
  top:0;
  left:0;
}
span.p_up_close{
  margin-top:-17px;
  display: block;
  padding-left:1rem;
}
.event_hidden{
  margin:100px auto;
}