@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 50px;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:16px;
	line-height:1.6;
  overflow: hidden;
	/*font-family: 'Noto Serif JP', serif;*/
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin: 5px 0 5px 1em;
	text-align: left;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.invalid{
	pointer-events: none;
}
a.godetail{
	display: flex;
	align-items: center;
	justify-content: center;
  height: 50px;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	z-index: 10;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.5;
  padding-bottom: 5px;
}
a.godetail.kochi{
	background: url("../images/button_kochi.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px auto;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
}
p.credit {
	position: absolute;
	top:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:url("../images2025/top_202506.jpg")no-repeat center center;
	background-size: cover;
	height: 450px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.page_roof.slide {
  background-image:url("../images/bg_top.jpg");
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	z-index: 2;
}
.page_roof h2{
  width:100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
	animation: fadeIn 3s;
}
.page_roof img{
	height: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height: 30vh;
  }
}
@keyframes fadeIn { 
  0% { opacity: 0;}
  100% { opacity:1;}
}

/*-------------トップリード   --------------*/
#pageTopLead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#pageTopLead .inner p{
	font-size: 160%;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
  #pageTopLead .inner p{
    font-size: 120%;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
.paddingTop{
	padding-top: 60px;
}
@media (max-width:767px){
	.paddingTop{
		padding-top: 50px;
	}
}
#pageNav {
	background:#b22222;
	width: 100%;
  z-index: 20;
  padding: 0;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
#pageNav ul a,
#pageNav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}
#pageNav ul {
  width: 100%;
    max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  /*align-items: center;*/
}
#pageNav li {
  /*flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;*/
  width: calc( 100%/6 );
  text-align: center;
  border-left:1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pageNav ul li:first-child{
    border-left:none;
  }
#pageNav ul a{
  width: 100%;
  padding: 1rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#pageNav ul a:hover,
#pageNav ul a.selected{
  background-color:#0ACDBD;
	opacity: 1;
}

@media screen and (max-width: 759.9px){
  #pageNav ul {
    flex-wrap: wrap;
    padding: 0 0;
  }
	#pageNav ul a{
		width: 100%;
  	padding: 0.5rem 0;
	}
  #pageNav li {
    width: calc( 100%/6 );
    font-size: 0.86rem;
		line-height: 1.4;
  }
}
/*-------------ページコンテンツ   --------------*/

.pageContent {
  width: 100%;
	margin:0 auto;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  /*padding-bottom: 40px;*/
}

/*-----------------------*/

/*タイトル*/

#Read{
  padding: 6rem 0 2rem;
  text-align: center;
}

#Read h2{
  position: relative;
  padding: 0 2rem;
  font-size: 3rem;
  line-height: 1.2;
}
#Read h2 span{
  font-size: 1.2rem;
   display: block;
}

@media screen and (max-width: 759.9px){
  #Read h2{
    font-size: 2rem;
  }
  #Read h2 span{
    font-size: 1rem;
  }
}

#Read h2::before{
  content: url(../images/deco_left.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#Read h2::after{
  content: url(../images/deco_right.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.ribbon {
  text-align: center;
  display: inline-block;
    width:100%;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #dc143c;/*背景色*/
    margin-bottom: 30px;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #66cfdf;/*折り返し部分*/
}

.ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #66cfdf;/*折り返し部分*/
}
  @media screen and (max-width: 759.9px){
    .ribbon {
        font-size: 1.3rem !important;
    }
  }

  /*-----------------------*/

#Hokkaido{
  background-image: url(../images/bk1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #effffe;
  padding: 4rem 0 2rem;
}
#Touhoku{
  background-image: url(../images/bk2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #fbefff;
  padding: 4rem 0 2rem;
}
#Kanto{
  background-image: url(../images/bk1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #fffdf0;
  padding: 4rem 0 2rem;
}
#Nagano{
  background-image: url(../images/bk3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color:#f0f5ff;
  padding: 4rem 0 2rem;
}
#Niigata{
  background-image: url(../images/bk2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color:#DEF1E1;
  padding: 4rem 0 2rem;
}

#Chubu{
  background-image: url(../images/bk2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #fff3f0;
  padding: 4rem 0 2rem;
}

.box_unit ul.Yado_list{
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
}

.box_unit ul.Yado_list{
  padding: 1rem;
}

.box_unit ul.Yado_list li{
  position: relative;
  width: calc( 100%/2 - 20px);
  display: flex;
	flex-direction: column;
}

@media screen and (max-width: 759.9px) {
  .box_unit ul.Yado_list li{
    width: 100%;
  }
}

ul.Yado_list li{
  background-color: #FFF;
  box-shadow: 5px 5px 5px rgb(161, 161, 161,0.6);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

ul.Yado_list li dl dt span{
  position: absolute;
  left:0;
  top: 0;
    text-align: center;
    background-color: #000;
    padding: 0.25rem 1rem;
    color: #FFF;
      font-size: 0.86rem;
}

ul.Yado_list li dl dt P{
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  height: auto;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.Yado_list li dl dd{
  text-align: center;
}

ul.Yado_list li dl dd.Dit__txt{
  height: auto;
   min-height: 70px;   
    display: flex;
   justify-content: center;
   align-items: center;
	flex-direction: column;
}


ul.Yado_list li dl dd P span{
  background: linear-gradient(transparent 60%, yellow 30%);
  /*display: inline-block;
  height: auto;*/
}

/*ボタン*/

.yoyaku_unit {

  display: block;
  flex-wrap: wrap;
  justify-content: center;
 /* margin-top: 20px;*/
	padding-top: 20px;
	margin: auto 0 0 0;
}
.yoyaku_unit a.godetail {
  /*width: calc( 100%/2 - 20px);*/
  width: 98%;
  margin: 0 0 20px;
}

a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #dc2357;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #d67893;
  transition: 0.2s;
  padding: 0.5rem;
    border-radius: 25px;
}

a.godetail.shuto{
  background-color: #ff7200;
  box-shadow: 5px 5px 0 #ff9f52;
}

a.godetail.chubu{
  background-color: #1041bd;
  box-shadow: 5px 5px 0 #5c74b0;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 40px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #CE7C76;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #D88493;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.shuto:hover {
  background-color: #ff9f52;
}

a.godetail.chubu:hover {
  background-color: #5c74b0;
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}
/*-----利用可能施設一覧------------------*/

.golist {
  width: 95%;
  margin: 15px auto 25px;
}
.golist h2{
  font-size: 160%;
  text-align: center;
  font-weight: bold;
	color: #FFFFFF;
	background: #B38BF4;
	padding: 15px 0;
	border-radius:10px;
}
.golist h2 a{
	color: #FFFF00;
}
@media screen and (max-width: 759.9px){
	.golist h2{
		font-size: 130%;
	}
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img,
.swiper-container .no-swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin:0 auto;
}
.swiper-container.inbox .swiper-slide,
.swiper-container.inbox .no-swiper-slide{
	text-align: center;
  padding: 0.5rem 0.5rem 2rem;
  height: auto;
    /*min-height: 350px;*/
}
  .swiper-container.inbox .swiper-slide .box{
    height: 750px;
  }

.swiper-container.inbox .swiper-slide img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.swiper-container.inbox .swiper-pagination {
	bottom: 0px;
}
.swiper-pagination-bullet-active{
  background: #66cfdf;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
  .swiper-container.inbox .swiper-pagination {
    bottom: 0px;
  }
	.swiper-button-prev.inbox{
    display: none;
		left:-15px;
		top:46%;
	}
	.swiper-button-next.inbox{
    display: none;
		right:-15px;
		top:46%;
	}
}

/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	height: 100%;
	margin:0 auto;
}
.swiper-container.top .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.swiper-container.top .swiper-slide img{
	width: 50%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 759.9px){
	.swiper-container.top{
	}
}
