@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;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}
#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;
  }
}
.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;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 15px 2%;
  padding: 15px 0 20px;
	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: 1000;
}
a.godetail.red{
	background: url("../images/button_red.png") no-repeat center bottom;
	background-size:100% ;
}
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.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    padding: 15px 0 20px;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
	height: 450px;
	background: #CCC;
}
/*.page_roof:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
	z-index: 1;
}*/
.page_roof > .inner {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 950px;
	max-height:100%;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.page_roof .curtain{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 0 25px;
	background: url("../images/curtain_page.png") no-repeat center top  ;
	background-size: 150px auto;
	color:#FFFFFF;
}
.page_roof .curtain p{
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}
.page_roof .curtain .theme{
	font-size: 100%;
}
.page_roof .curtain .month{
	font-size: 160%;
}
.page_roof .curtain .month span{
	font-size: 75%;
}
.page_roof .upper_content{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-top: 10%;
}
.page_roof .upper_content > .inner{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	background: rgba(0,0,0,0.5);
	padding: 20px 0;
}
.page_roof .region {
	display: flex;
	align-items: center;
	text-align: center;
	width: 30%;
	min-width: 250px;
	margin: 0px auto;
	font-size: 100%;
}
.page_roof .region:before, .page_roof .region:after {
        content: "";
		flex-grow: 1;
        height: 1px;
        background: #FFF;
        margin:0 .4em;
    }
.page_roof h2{
	font-size: 260%;
	font-weight: normal;
	margin: 0;
}
.page_roof h3{
	font-size: 160%;
	font-weight: normal;
	margin: 0;
}
.page_roof .cross{
	width: 3.5%;
	margin: 0 0 5px;
}
.page_roof .plan{
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.page_roof .plan li{
	display: inline-block;
	margin:5px 5px;
	font-size: 110%;
}
.page_roof .plan li span{
	color: #FFF;
	background: #000;
	padding: 5px 15px;
}
.page_roof .region,
.page_roof h2,
.page_roof h3{
  text-shadow: black 0 0 5px;
}
@media screen and (max-width: 759.9px){
	.page_roof {
		height: 35vh;
	}
	.page_roof > .inner {
		width: 90%;
	}
	.page_roof .curtain{
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 2vw 0 5vw;
		background: url("../images/curtain_page.png") no-repeat center top  ;
		background-size: 20vw auto;
		color:#FFFFFF;
	}
	.page_roof .curtain .theme{
		font-size: 2vw;
	}
	.page_roof .curtain .month{
		font-size: 2.6vw;
	}
	.page_roof .curtain .month span{
		font-size: 2vw;
	}
	.page_roof .region {
		width: 20%;
		min-width: 200px;
		font-size: 3vw;
	}
	.page_roof h2{
		font-size: 5vw;
	}
	.page_roof h3{
		font-size: 4vw;
	}
	.page_roof .plan li{
		font-size: 3vw;
	}
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
#pageTopLead .weblink{
	margin-top: 20px;
}
#pageTopLead .weblink a{
	text-decoration: none;
	padding: 5px 15px;
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	color: inherit;
	font-size: 110%;
}
#pageTopLead .weblink a:hover{
	text-decoration: underline;
	color: #6C2BF7;
}

@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
}
.pageContent > .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.pageContent .point_curtain {
	background: url("../images/point.png") no-repeat center top  ;
	background-size:200px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto ;
	text-align: center;
	font-size: 110%;
	line-height: 40px;
	padding-bottom: 10px;
}
.pageContent h2 {
	font-size: 240%;
	font-weight: bold;
	margin-bottom: 20px;
}
.pageContent h2 .deco{
	font-weight: normal;
	padding: 0 35px;
	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){
  .pageContent h2 {
    font-size: 160%;
    font-weight: bold;
  }
  .pageContent h2 .deco{
    font-weight: normal;
    display: inline-block;
    padding: 0 20px;
    background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right  ;
    background-size: 10px;
  }
}
.pageContent .pamph{
  width: 100%;
	margin-bottom: 20px;
}
.pageContent .point_roof h2 {
	font-size: 120%;
	font-weight: bold;
	margin: -15px 0 10px;
}
.pageContent .point_roof p {
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 30px;
}
.pageContent .point_roof img {
	width: 100%;
	margin-bottom: 20px;
}
.pageContent .table_unit1 li{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.pageContent .table_unit1 li .photo{
	display: table-cell;
	width: 30%;
}
.pageContent .table_unit1 li .photo img{
	display: table-cell;
	width: 100%;
}
.pageContent .table_unit1 li .introduction{
	display: table-cell;
	width: 70%;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.pageContent .table_unit1 a{
	color: inherit;
	text-decoration: none;
}
.pageContent .price{
	color: #B20202;
	font-size: 120%;
	font-weight: bold;
}
.pageContent .price span{
	border-bottom: 1px solid #B20202;
}
.pageContent .yoyaku{
	text-align: right;
	margin-top: -10px;
}
.pageContent .yoyaku a{
	color:#B20202;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
}
.pageContent .yoyaku::after{
	line-height: 30px;
	font-family: "Font Awesome 5 Free";
	content: "\F105";
	font-weight: 900;
	color: #FFFFFF;
	background: url("../../images/maru.svg") no-repeat center center;
	background-size: 30px;
	padding: 15px;
}
#iseki{
  margin-bottom: 30px;
}
@media screen and (max-width: 759.9px){
  #iseki .inner{
    width: 80%;
  }
}
.iseki_unit {
  width: 100%;
}
.iseki_unit .photo{
  width: 100%;
  margin-bottom: 10px;
}
.iseki_unit .comment{
  width: 100%;
  padding:0 10px;
  margin-bottom: 10px;
}
.iseki_unit .comment h3{
  font-size: 140%;
  margin-bottom: 10px;
}
.iseki_unit .comment p{
  font-size: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.iseki_unit .comment .access{
  border-top:1px dotted #CCCCCC;
  padding-top:10px;
}
.iseki_unit .comment .access h4{
  font-size: 90%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
#bunkacenter{
  margin-bottom: 30px;
  background:rgba(94,57,30,0.1);
  padding: 20px 0;
}

#bunkacenter dl{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background: #FFFFFF;
}
#bunkacenter dl dt{
  width: 45%;
  border: 1px solid #CCCCCC;
}
#bunkacenter dl dd{
  width: 55%;
  padding: 10px;
  text-align: left;
}
#bunkacenter dl dd p{
  margin-bottom: 10px;
}
#bunkacenter dl dd ul{
  margin-left: 10px;
}
#bunkacenter dl dd ul li{
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
.pageContent .gopdf{
  font-size: 130%;
	font-weight: bold;
  margin: 30px 0;
  padding-top: 30px;
  text-align: center;
  color: inherit;
}

@media screen and (max-width: 759.9px){
  #bunkacenter dl dt{
    width: 100%;
  }
  #bunkacenter dl dd{
    width: 100%;
    padding: 10px;
  }
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:300px;
		background: linear-gradient(rgba(237,233,231,0) 0%,rgba(237,233,231,1) 60%) ;
		padding-top:160px;
	}
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
	}
	.btnOpen span::before {
	  content: "詳しく見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}

/*--------トリパ-------------*/
#tripa {
	width: 100%;
	background: #f2f2f2;
}

/*-------ご予約--------*/
#reservation {
	width: 100%;
	padding: 30px 0;
	background: #e8e5e2;
}
#reservation h2{
	font-size: 170%;
}

#reservation .yoyaku_unit{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
/*-------電話でのご予約--------*/
/*.yoyaku_tel p.deco{
  font-size: 120%;
  margin-bottom: 20px;
}
.yoyaku_tel p.deco span{
	padding: 0 25px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right  ;
	background-size: auto 90%;
}*/
.yoyaku_tel h2{
  font-size: 140%;
  text-align: center;
}
.yoyaku_tel .address {
  width: 95%;
  max-width: 530px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 110%;
}
.yoyaku_tel a.telno{
  font-size: 150%;
  text-decoration: none;
}
.yoyaku_tel .attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
/*---問い合わせBOXタブ切り替え---*/
#toiawase_box_tab{
  width: 100%;
	padding: 30px 0;
}
#toiawase_box_tab ul{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}
#toiawase_box_tab ul li{
  width: 50%;
  text-align: center;
  font-size: 120%;
  padding: 15px 0;
  cursor: pointer;
}
#toiawase_box_tab ul li.selected{
  width: 50%;
  background: rgba(243,243,243,1.00);
}
#toiawase_box_tab .disnon{
  display: none;
}
#toiawase_box_tab .yoyaku_tel {
  width:90%;
  max-width: 700px;
  background: rgba(243,243,243,1.00);
	padding: 20px;
	margin:0 auto;
	border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
#toiawase_box_tab .yoyaku_tel p.deco{
  display: none;
}
/*---問い合わせBOX横並び---*/
#toiawase_box_yoko{
  width: 100%;
	padding: 10px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toiawase_box_yoko #toiawase_tab{
  display: none;
}

#toiawase_box_yoko .yoyaku_tel {
  width:48%;
	max-width: 470px;
  background: rgba(243,243,243,1.00);
	padding: 20px 10px;
	margin:0 1%;
	border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
@media screen and (max-width: 759.9px){
  #toiawase_box_tab ul li{
    font-size: 100%;
  }
  .yoyaku_tel h2{
    font-size: 110%;
    font-weight: bold;
  }
	#toiawase_box_yoko .yoyaku_tel {
		width:90%;
		margin:0 auto 15px;
	}
}

/*------中止のお知らせ------*/
.caution {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 5px;
}
.caution p{
	color:red;
	text-align: left;
	font-size: 120%;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position: relative;
	z-index: 0;
}
.swiper-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
  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%;
	}
}


