@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;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	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-left: 1em;
	margin-bottom: 5px;
}
.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: 90%;
  line-height: 1.5;
  padding-bottom: 5px;
}*/
a.godetail {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	text-decoration: none;
	background: #28329C;
	z-index: 10;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.5;
}
a.godetail.chubu {
	background: #259BF1;
}
a.godetail.gray {
	background:#666666;
	pointer-events: none;
}

a.godetail:hover {
	color: #28329C !important;
	text-decoration: none !important;
	background: #FFFFFF;
	border: 2px solid #28329C;
}
a.godetail.chubu:hover {
	color: #259BF1 !important;
	border: 2px solid #259BF1;
}
a.godetail.gray:hover {
	color: #FFFFFF;
	background:#666666;
	border: 2px solid #666666;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 45px;
		font-size: 11px;
	}
}
.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){
  .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("../images/top.jpg")no-repeat center center;
	background-size: cover;
	padding-top: 450px;
	margin-bottom: 40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width:100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof img{
	height: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    padding-top: 50%;
    margin-bottom: 20px;
  }
}
/*--------.page_roof_fade-------------*/
.page_roof_fade {
	width: 100%;
  position: relative;
	margin-bottom: 40px;
}
.page_roof_fade .roof{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.3);/*ロゴ下の暗さ*/
}
.page_roof_fade .roof h2{
	width: 100%;
  height: 100%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof_fade .roof h2 img{
	width: 100%;
  -webkit-animation: fadeIn 6s;
  animation: fadeIn 6s;
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
/*-----トップwiper カスタマイズ--------------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
}
.swiper-container.top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  padding-top: 450px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container.top .swiper-slide p{
	z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 950px;
	margin:0 auto 10px;
	bottom:0;
	right:0;
  left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.swiper-container.top .swiper-slide .slide-img {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0 ;
	width: 100%;
  height: 100%;
	margin:0;
  background-size: cover; 
  background-position: center center; /* 背景画像は中央を軸に表示させる */
}
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media screen and (max-width: 759.9px){
  .swiper-container.top .swiper-slide{
    position: relative;
    width: 100%;
    margin:0;
    padding-top: 45%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead {
  margin-bottom: 20px;
}
#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;
}
#pageTopLead .inner p span{
	font-size: 120%;
  color: #e9474d;
}
#pageTopLead .inner p span::before{
  content: "『";
  color: #e9474d;
}
#pageTopLead .inner p span::after{
  content: "』";
  color: #e9474d;
}

@media screen and (max-width: 759.9px){
  #pageTopLead .inner p{
    font-size: 120%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin:0 auto 20px;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  padding-bottom: 40px;
}
/*-------------おすすめポイント--------------*/
#osusume .inner{
  background: #ffffff;
  position: relative;
  padding: 80px 30px 30px 30px;
	width: 95%;
}
#osusume .inner::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border: 30px solid #001A43;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}
/*#osusume .inner::after{
  content: "";
  position: absolute;
  top:-40px;
  left:0;
  right:-20px;
  bottom:0;
  background: url("../images/bell.png")no-repeat top right,
    url("../images/flags.png")no-repeat top 40px left;
  background-size: 15%,98%;
}*/
#osusume h2{
  font-size: 300%;
  color: #e9474d;
  text-align: center;
}
#osusume h2 span{
  background: url("../images/slash_left.svg")no-repeat left  bottom,
     url("../images/slash_right.svg")no-repeat right bottom;
  background-size: 0.6em,0.6em;
  padding: 0 0.8em;
}

#osusume ul{
  width: 65%;
  margin: 0 0 20px 22%;
  position: relative;
  z-index: 1;
}
#osusume ul li{
  background: url("../images/point.png")no-repeat left top;
  background-size: 50px;
  font-size: 140%;
  padding: 5px 0 5px 55px;
  margin-bottom: 15px;
}
#osusume dl{
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#osusume dl dd{
  font-size: 140%;
  padding: 20px;
}
#osusume dl img{
}
@media screen and (max-width: 759.9px){
  #osusume .inner{
    padding: 30px 20px 20px 20px;
  }
  #osusume .inner::before{
    border: 16px solid #001A43;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
  }
  /*#osusume .inner::after{
    content: "";
    position: absolute;
    top:-10px;
    left:0;
    right:-10px;
    bottom:0;
    background: url("../images/bell.png")no-repeat top right,
      url("../images/flags.png")no-repeat top 10px left;
    background-size: 15%,98%;
  }*/
  #osusume h2{
    font-size: 140%;
  }
  #osusume ul{
    width: 95%;
    margin: 0 0 20px 5%;
  }
  #osusume ul li{
    background: url("../images/point.png")no-repeat left top;
    background-size: 2em;
    font-size: 120%;
    padding: 0 0 5px 2.2em;
    margin-bottom: 10px;
  }
  #osusume dl{
    flex-direction: column;
  }
  #osusume dl dd{
    font-size: 110%;
    padding: 10px;
  }
}
/*-------------サ活について--------------*/
#about {
  width: 100%;
  background: url("../images/bg_top.png")no-repeat top center,
     url("../images/bg_bottom.png")no-repeat bottom center;
  background-size: 100%;
  background-color: #EFEDF9;
  padding: 150px 0 100px;
  position: relative;
}
#about h2{
  width: 30%;
  text-align: center;
  margin:0 auto 50px;
  background: url("../images/gizagiza.png")no-repeat bottom center;
  background-size:contain;
  padding-bottom: 30px;
  font-size: 200%;
}
#about h3{
  width: 60%;
  max-width: 300px;
  font-size: 160%;
  margin: 0 auto 20px;
  text-align: center;
}
#about h3{
  background: linear-gradient(transparent 60%,  rgba(41,171,226,0.4) 60%);
}
#about #no01 img.number{
  position: absolute;
  top:-50px;
  left:20px;
  width: 150px;
  height: auto;
  z-index: 2;
}
#about #no02 img.number{
  position: absolute;
  top:-50px;
  left:20px;
  width: 150px;
  height: auto;
  z-index: 2;
}
#about #no03 img.number{
  position: absolute;
  top:-50px;
  left:20px;
  width: 150px;
  height: auto;
  z-index: 2;
}
#about .box{
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
}
#about .box ul{
  width: 100%;
  border: 3px dashed #29abe2;
  padding: 30px 0 20px 100px;
  border-radius: 40px;
  position: relative;
}
#about .box p{
  border: 3px dashed #29ABE2;
  background: #FFFFFF;
  padding: 50px 0 50px 100px;
  border-radius: 40px;
}
#about #no01 ul{
  background: url("../images/saunaimg01.png")no-repeat center right #FFFFFF;
  background-size: contain;
}
#about #no02 p{
  background: url("../images/saunaimg02.png")no-repeat center right #FFFFFF;
  background-size: contain;
}
#about #no03 ul{
  background: url("../images/saunaimg03.png")no-repeat center right #FFFFFF;
  background-size: contain;
}
#about li{
  font-size: 150%;
  margin-bottom: 8px;
}
#about p{
  font-size: 150%;
}
@media screen and (max-width: 759.9px){
  #about {
    width: 100%;
    background: url("../images/bg_top.png")no-repeat top center,
       url("../images/bg_bottom.png")no-repeat bottom center;
    background-size: 100%;
    background-color: #EFEDF9;
    padding: 80px 0 40px;
    position: relative;
  }
  #about h2{
    width: 50%;
    text-align: center;
    margin:0 auto;
    background: url("../images/gizagiza.png")no-repeat bottom center;
    background-size:contain;
    padding-bottom: 20px;
    font-size: 140%;
  }
  #about h3{
    width: 80%;
    font-size: 140%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #about #no01 img.number,
  #about #no02 img.number,
  #about #no03 img.number{
    top:auto;
    bottom:-25px;
    width: 90px;
    height: auto;
  }
  #about .box{
    position: relative;
    width: 90%;
    margin: 20px auto;
  }
  #about .box ul{
    padding: 20px 0 30px 30px;
    border-radius: 20px;
  }
  #about .box p{
    padding: 20px 25% 60px 30px;
    border-radius: 20px;
  }
  #about #no01 ul{
    background: url("../images/saunaimg01.png")no-repeat bottom right 10px #FFFFFF;
    padding-bottom: 90px;
    background-size: auto 120px;
  }
  #about #no02 p{
    background: url("../images/saunaimg02_sp.png")no-repeat right center #FFFFFF;
    background-size:28%;
  }
  #about #no03 ul{
    background: url("../images/saunaimg03.png")no-repeat bottom right 10px #FFFFFF;
    padding-bottom: 90px;
    background-size: auto 100px;
  }
  #about li{
    font-size: 120%;
    margin-bottom: 5px;
  }
  #about p{
    font-size: 120%;
  }
}
/*-------------サウナ付きプラン--------------*/
#hotels {
  width: 100%;
}
#hotels .inner {
  padding-bottom: 20px;
}
#hotels h2{
  width: 30%;
  text-align: center;
  margin:0 auto 20px;
  background: url("../images/gizagiza.png")no-repeat bottom center;
  background-size:contain;
  padding-bottom: 30px;
  font-size: 200%;
}
#hotels .info {
  color: #0051E0;
  font-size: 120%;
  text-align: center;
  margin-bottom: 20px;
}
#hotels .info img{
  width:4em;
  margin: 0 5px 5px;
  vertical-align: middle;
}
@media screen and (max-width: 759.9px){
  #hotels h2{
    width: 50%;
    text-align: center;
    margin:0 auto 15px;
    background: url("../images/gizagiza.png")no-repeat bottom center;
    background-size:contain;
    padding-bottom: 20px;
    font-size: 140%;
  }
  #hotels .info {
    font-size: 110%;
  }
  #hotels .info img{
    width:3em;
  }
}
/*-------------紹介--------------*/
.box_unit{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
	align-items: flex-end;
}
.box_unit .box{
  width: 31%;
  margin:0 1% 30px;
  border-radius: 20px;
}
.box .icon_name {
  margin-bottom: 5px;
  margin-right: -10px;
  display: flex;
}
.box .icon_unit{
  display: flex;
  align-items: center;
}
.box .icon_unit img{
  width: 3em;
  margin-right: 3px;
	
}
.box .name p{
  font-size: 90%;
}
.box .name h3{
  font-size: 110%;
  font-weight: bold;
}
.box .photo {
	width:100%;
	margin-bottom:10px;
	position: relative;
}
.box .photo img{
	width:100%;
	margin: 0;
}
.box .yoyaku{
	width: 98%;
  margin:0 auto;
  text-align: center;
}
.box .yoyaku p{
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 15px;
}
.box .yoyaku .yoyaku_unit{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box .yoyaku .yoyaku_unit > div,
.box .yoyaku .yoyaku_unit > a{
  width: 48%;
	margin: 0 1% 15px;
}
.box .yoyaku .yoyaku_unit > div p{
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.box .yoyaku .yoyaku_unit > div a.godetail{
	width: 100%;
	display: block;
}
@media screen and (max-width: 759.9px){
	.box_unit{
		justify-content: center;
	}
	.box_unit .box{
		width:90%;
		margin-bottom:20px;
	}
	.box .name {
		margin-bottom: 5px;
	}
  .box .name p{
    font-size: 100%;
  }
  .box .name h3{
    font-size: 120%;
    white-space: nowrap;
  }
  .box .icon_unit img{
    width: 3.5em;
    margin-left:2px;
  }
}
/*-----パンフレット-------------------*/

#pamphlet dl{
  width: 80%;
  max-width: 650px;
  margin: 0 auto 20px;
  border: 2px dotted #29abe2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
}
#pamphlet dl dt{
  width: 20%;
}
#pamphlet dl dt img{
  width: 100%;
}
#pamphlet dl dd{
  width: 80%;
  padding: 10px 20px;
}
#pamphlet a{
  color: inherit;
  font-size: 120%;
}
#pamphlet a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 759.9px){
  #pamphlet dl dt{
    width: 50%;
  }
  #pamphlet dl dd{
    width: 100%;
    padding: 10px 0 0 0;
  }
  #pamphlet a{
    font-size: 110%;
  }
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .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{
	text-align: center;
}
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-container.inbox .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.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-button-prev.inbox{
		left:5px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:5px;
		top:46%;
	}
}

