@charset "utf-8";
@import url('/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: 80px;
}
#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;
  /*font-family: 'M PLUS 1p', sans-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;
	border-bottom: 1px solid #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;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
  font-size: 90%;
	font-weight: normal;
	padding: 0 30px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco{
		padding: 0 20px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}
a.godetail{
	width: 31.1%;
	margin: 0 1% 20px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.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;
}

a.godetail.hokuriku{
	background: url("../images/button_hokuriku.png") no-repeat center bottom;
	background-size: 100% ;
}

a.godetail.kansai{
	background: url("../images/button_kansai.png") no-repeat center bottom;
	background-size: 100% ;
}

a.godetail.hiroshima{
	background: url("../images/button_hiroshima.png") no-repeat center bottom;
	background-size: 100% ;
}

a.godetail.kyushu{
	background: url("../images/button_kyushu.png") no-repeat center bottom;
	background-size: 100% ;
}

@media screen and (max-width: 759.9px){
  a.godetail{
    width: 48%;
    margin: 0 1% 15px;
    height: 60px;
    font-size: 90% ;
  }
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
}
.page_roof .roof{
	width: 100%;
	background: #800000;
}
.page_roof .roof h2{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof .roof h2 img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
	.page_roof .roof{
		padding: 5px 0;
	}
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity:1;}
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.paddingTop{
	padding-top: 80px;
}
@media screen and (max-width: 759.9px){
	.paddingTop{
		padding-top: 70px;
	}
}
/*------------pageNav--------------*/
/*--PC--*/
@media screen and (min-width: 760px){
  #pageNav {
    background: url("../images/bg_menu.png") repeat-x top ;
    background-size: auto 100%;
    width: 100%;
    z-index: 99;
    margin: 0;
    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;
    /*font-family: 'Noto Sans JP', sans-serif;*/
  }
  #pageNav ul a{
    flex-grow:1;
    height: 80px;
    background: url("../images/menu_line.svg") no-repeat center right ;
    background-size: 1px;
    width: 100%;
  }
  #pageNav ul a:first-child{
    background: url("../images/menu_line.svg") no-repeat center left,
      url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }
  #pageNav ul a li{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 120%;
  }
  #pageNav ul a li:after{
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		color: #FFFFFF;
		position: absolute;
		bottom:-3px;
		left:0;
		right:0;
		text-align: center;
	}
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:15px 0;
    background: url("../images/bg_menu.png") repeat-x top ;
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"▼ ホテルを選ぶ ▼";
  }
  .nav_btn.close:after{
    content:"閉じる";
  }
  #pageNav ul {
    display: none;
    background: #FFFFFF;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
  }
  #pageNav ul a,
  #pageNav ul a:hover{
    color: inherit;
    text-decoration: none !important;
  }
  #pageNav ul a{
    width: 100%;
  }
  #pageNav ul a li{
    font-size: 110%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-top: 1px dotted #CCCCCC;
  }
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding:30px 10px;	
	position: relative;
}
#about{
	background: #ECEAE7;
}
#about .map{
	text-align: right;
	margin-top: 20px;
}
#about .map img,
#about .map svg{
	width: 100%;
}
#about .map svg a:hover{
  text-decoration: none !important;
  fill: #DE7E71;
}
#about .map svg .pin{
  fill: #DE7E71;
}
#about .map svg a:hover .pin{
  fill: #FBF03D;
}

#about .intro{
	position: absolute;
	top:40px;
	left:10px;
}
#about .intro h2{
	font-size: 200%;
	margin-bottom: 20px;
}
#about .intro h3{
	font-size: 160%;
	margin-bottom: 10px;
}
#about .intro p{
	font-size: 120%;
	margin-bottom: 20px;
	line-height: 1.8;
}
@media (max-width:800px){
	#about .map{
		margin-top: -40px;
    padding: 0;
		text-align: center;
	}
	#about .map img,
  #about .map svg{
		width: 100%;
    height: 100%;
	}
	#about .intro{
		position: relative;
		top:0;
	}
	#about .intro h2{
		font-size: 160%;
		margin-bottom: 10px;
	}
	#about .intro h3{
		font-size: 130%;
		margin-bottom: 5px;
	}
	#about .intro p{
		font-size: 100%;
		margin-bottom: 0;
	}
}
/*------界の約束----------*/
#promise{
	background: #ECEAE7;
}
#promise .inner{
	border-top:1px solid #D5D5D5;
}
#promise h2{
	font-size: 200%;
	text-align: center;
}
#promise dl{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px 0;
	border-bottom:1px solid #D5D5D5;
	padding: 20px 0 30px;
}
#promise dl:last-child{
	border-bottom:none;
}
#promise dl dt{
	width: 40%;
	padding: 10px 10px 0 10px;
}
#promise dl dt img{
	width: 100%;
}
#promise dl dd{
	width: 60%;
	padding: 10px 10px 0 10px;
	text-align: left;
}
#promise h3{
	font-size: 130%;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 40px auto;
	margin-bottom: 10px;
	padding: 10px 0 10px 45px;
}
#promise p{
	font-size: 110%;
	margin-bottom: 10px;
}

@media screen and (max-width: 759.9px){
	#promise dl dt{
		width: 100%;
		padding: 10px 0;
    order: 1;
	}
	#promise dl dd{
		width: 100%;
		padding: 10px 10px 0 15px;
    order: 2;
	}
	#promise dl dt img{
		width: 90%;
	}
  #promise h3{
    font-size: 120%;
    text-align: left;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px auto;
    margin-bottom: 10px;
    padding: 0 0 0 35px;
  }
  #promise p{
    font-size: 100%;
  }
}
/*-----施設紹介-----------------*/
.shisetsu {
	background: #F0F0F0;
}
.pageContent .roof{
	background: #DE7E71;
  width: 100%;
	color: #FFFFFF;
}
.pageContent .roof .inner{
	position: relative;
	padding: 10px 10px;
}
.pageContent .roof h2{
	font-size: 200%;
	text-align: left;
	margin: 0;
}
.pageContent .roof p.area{
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-align: right;
	font-size: 160%;
}
.pageContent .photo{
	width: 100%;
}
.pageContent .photo img{
	width: 100%;
}
.pageContent .hotel_intro{
	width: 90%;
	margin: 20px auto 40px;
}

.pageContent .hotel_intro h3{
	font-size: 200%;
	margin-bottom: 20px;
	text-align: center;
}
.pageContent .hotel_intro p{
	font-size: 140%;
	text-align: left;
	line-height: 1.8;
}
.pageContent .recommend{
	width: 95%;
	margin: 0 auto 40px;
	text-align: center;
}
.pageContent .recommend h2,
.pageContent .access h2{
	display: inline-block;
	margin-bottom: 20px;
	background: #DE7E71;
	padding: 10px 50px;
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 140%;
}
.pageContent .recommend_unit{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pageContent .recommend_unit dl{
	width: 30.3%;
	margin: 20px 1.5%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  background: #FFFFFF;
}
.pageContent .recommend_unit dl dt{
	width: 100%;
	margin-bottom: 10px;
}
.pageContent .recommend_unit dl dt img{
	width: 100%;
}
.pageContent .recommend_unit dl dd{
	width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size:auto 25px;
  padding-top: 35px;
}
.pageContent .recommend_unit dl dd h3{
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.pageContent .recommend_unit dl dd p{
  font-size: 100%;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 10px;
}
.pageContent .access{
	width: 95%;
	margin: 0 auto 40px;
	text-align: center;
}
.pageContent .access_unit{
  display: flex;
	width: 100%;
  flex-wrap: wrap;
}
.pageContent .access_unit .access_box{
	width: 48%;
  margin: 10px 1%;
  padding: 15px 15px 15px 15px;
}
.pageContent .access_unit .access_box h3{
	font-family: 'M PLUS 1p', sans-serif;
  font-size: 130%;
  margin-bottom: 10px;
  color:#CC6A60;
  font-weight: normal;
}
.pageContent .access_unit .access_box p{
  text-align: left;
}

.access_box.train {
  background: url("../images/icon_train.svg") no-repeat bottom right 15px #FFFFFF;
  background-size:50px;
}
.access_box.shinkansen {
  background: url("../images/icon_shinkansen.svg") no-repeat top 20px right 15px #FFFFFF;
  background-size:100px;
}
.access_box.bus {
  background: url("../images/icon_bus.svg") no-repeat top 20px right 15px #FFFFFF;
  background-size:90px;
}
.access_box.car {
  background: url("../images/icon_car.svg") no-repeat bottom right 15px #FFFFFF;
  background-size:60px;
}
.pageContent .yoyaku{
	width: 95%;
	margin: 0 auto 40px;
	text-align: center;
}
.pageContent .yoyaku h2{
  margin-bottom: 15px;
}
.pageContent .yoyaku_unit{
  display: flex;
  flex-wrap: wrap;
	width: 100%;
  justify-content: center;
}
@media screen and (max-width: 759.9px){
  .pageContent .roof .inner{
    position: relative;
    padding: 5px 10px 20px;
  }
  .pageContent .roof h2{
    font-size: 160%;
		line-height: 1.2;
		margin-bottom: 10px;
  }
  .pageContent .roof p.area{
    bottom: 5px;
    font-size: 110%;
  }
  .pageContent.shisetsu .inner{
    padding-top: 10px;
  }
  .pageContent .hotel_intro h3{
    font-size: 160%;
    margin-bottom: 20px;
  }
  .pageContent .hotel_intro p{
    font-size: 120%;
  }
  .pageContent .recommend h2,
  .pageContent .access h2{
    padding: 10px 30px;
    font-size: 130%;
  }
  .pageContent .recommend_unit dl{
    width: 90%;
    margin: 20px auto;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    background: #FFFFFF;
  }
  .pageContent .recommend_unit dl dd{
    padding-bottom: 10px;
  }
  .pageContent .recommend_unit dl dt{
    position: relative;
  }
  .pageContent .access_unit .access_box{
    width: 90%;
    margin: 10px auto;
    padding: 15px 10px 15px 10px;
  }

  
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container_top{
	width: 100%;
	margin:0 auto;
}
.swiper-container_top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  padding-top: 40%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container_top .swiper-slide p{
	z-index: 10;
  position: absolute;
	margin:0;
	bottom: 10px;
	right: 10px;
	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: 40vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-slide p{
}
.swiper-container .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{
	left:5px;
	top:48%;
}
.swiper-button-next{
	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{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}
