<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* プリント用CSS　宿ページ用 */



/*宿名
***********************************************************/
#yadoname{
	padding:20px 20px 20px 20px;
	background-color:#fff;
}

#yadoname h1{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:8px solid #0e7ac4;
}
#yadoname .h1p{
	text-align:center;
	margin-bottom:20px;
	background-color:#c3def0;
	padding:4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height:1.4;
	
}
#yadoname #area{
	text-align:center;
}
#yadoname #area .in{
	margin:0px;
}
#yadoname #area .chihou_icon{
	padding:4px 8px;
	margin-right:10px;
	background-color:#0e7ac4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color:#FFFFFF;
	line-height:1;
}
#yadoname #area .chihou{
	float:left;
	padding:4px 0 0 0;
	line-height:1;
}


/*メインイメージ
***********************************************************/

#main_img{
	text-align:center;
	background-color:#ECEEF1 ;
}
#main_img img{
	width:50%;
	max-width:600px;
	overflow: hidden;
	
}






/*アイコンエリア
***********************************************************/

#icon01 {
	margin:4px 0px;
	border-bottom:2px dotted #0e7ac4;
}

#icon01 ul{
}

#icon01 ul li{
	float:left;
	margin-right:10px;
	font-size:12px;
}

#icon01 ul .li_k{
	background-color:#40AAEF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:4px 8px;
	margin-bottom:4px;
	color:#000;
}
#icon01 ul .li_k a{
	color:#000;
}

#icon01 ul .li_s{
	background-color:#F27398;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:4px 8px;
	margin-bottom:4px;
	color:#000;
}
#icon01 ul .li_s a{
	color:#000;
}


#icon02 {
	margin:4px 0px;
}
#icon02 ul li{
	float:left;
	margin-right:10px;
	font-size:12px;
}

#icon02 ul .li_og{
	background-color:#FBA848;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:4px 8px;
	margin-bottom:4px;
	color:#000;
}
#icon02 ul .li_og a{
	color:#000;
}

#icon02 ul .li_gr{
	background-color:#58BE89;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:4px 8px;
	margin-bottom:4px;
	color:#000;
}
#icon02 ul .li_gr a{
	color:#000;
}


/*料金エリア
***********************************************************/

#price {
	margin:0 0px 10px 0px;
}
#price ul{
	display: flex;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;

}
#price ul li{
	width: calc(50% - 56px);
	margin-right:8px;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px solid #0e7ac4;
}


#price ul li .p00{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color:#000;
	font-weight:bold;
	margin-bottom:0px;

}
#price ul li .p01{
	font-size:12px;
	margin-right:10px;
}
#price ul li .p02{
	font-size:16px;
}
#price ul li .p03{
	font-size:10px;
}
#price p{
	font-size:12px;
	margin-bottom:0px;
}


/*メニューエリア
***********************************************************/


#menu {
	display:none;
}




/*コンテンツ枠
***********************************************************/

.cont_h1{
	padding:10px 10px;
}
@media screen and (max-width: 767px){
.cont_h1{
	padding:10px 10px;
}
}

.cont_h2{
	margin:10px 0px;
}

.cont_h2 h2{
	text-align:center;
	padding-bottom:10px;
	font-size:20px;
	border-bottom:8px solid #0e7ac4;
}
.cont_h2 .icon_h2{
	display:none;
}

.cont_h3{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:2px dotted #0e7ac4;
}



.cont_h3 h3{
	 text-align:center;
	padding:10px;
	font-size:20px;
	margin-bottom:10px;
}

.cont_h4{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px dotted #363947;
}


.cont_h4 .tit_h4{
	padding:4px;
	margin-bottom:10px;
	background-color:#c3def0;
}


.cont_h4 .tit_h4 .icon_sisetsu_k{
	float:left;
	padding:4px 8px;
	text-align:center;
	background-color:#40AAEF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color:#fff;
}

.cont_h4 .tit_h4 .icon_sisetsu_s{
	float:left;
	padding:4px 8px;
	text-align:center;
	background-color:#F27398;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color:#fff;
}

.cont_h4 .tit_h4 h4{
	float:left;
	font-size:20px;
	color:#363947;
	width: calc(100% - 60px);
	text-align:center;
}


.cont_h4 .tit_h4_sonota h4{
	float:left;
	font-size:20px;
	color:#363947;
	width:100%;
	text-align:center;
}

.cont_h4 .tit_h4_sonota{
	padding:4px;
	margin-bottom:10px;
	background-color:#c3def0;
}


.cont_h4 .h4p{
	margin-bottom:10px;
}

.cont_h4 .img_sisetu{
	text-align:center;
	margin-bottom:10px;
	width:30%;
}

/* 施設写真切り替え
-----------------------------------------*/
.mod_thumlist_photo{
	text-align:center;
	margin-bottom:10px;
	width:30%;
}

.mod_thumlist ul{
	max-width:680px;
	margin:0 auto 10px auto;
}

.mod_thumlist li{
	width:80px;
	height:40px;
	float:left;
	background:none;
	margin:0 4px 20px 0;
}
.mod_thumlist li a{
	display:block;
}
.mod_thumlist li a:link    {}
.mod_thumlist li a:visited {}
.mod_thumlist li a:hover   {opacity:0.8;}
.mod_thumlist li a:active  {opacity:0.8;}

/* IE用 ↓*/
.mod_thumlist .mod_thumlist li a:hover img {filter:alpha(opacity=80);}
 

/* リスト01
-----------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #0e7ac4;
}
table th,
table td {
  padding: 4px;
  border: 1px solid #0e7ac4;
}
table th {
  background-color: #c3def0;
  border: 1px solid #0e7ac4;
  text-align: center;
  width: 30%;
}




/* アクセス・地図
-----------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 10px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





/* クチコミ
-----------------------------------------*/

/* ふきだし */
.comment_area{
}
.comment_area .img{
	float:left;
	width:120px;
	text-align:left;
}

.comment_area .balloon {
	float:left;
	width: calc(100% - 140px);
	position: relative;
	display: inline-block;
	padding:4px;
	text-align: left;
	background-color: #c3def0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	z-index: 0;
	margin-bottom:10px;
}
.comment_area .balloon:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #c3def0 transparent transparent;
}

.comment_area .name{
	text-align:right;
	margin-bottom:20px;
}

@media screen and (max-width: 400px) {
.comment_area{
	text-align:center;
}

.comment_area .img{
	width:50px;
	float:none;
	margin:0 auto 10px auto;
}

.comment_area .balloon {
	float:none;
	width: calc(100% - 20px);
	position: relative;
	display: inline-block;
	padding:4px;
	text-align: left;
	background: #c3def0;
	z-index: 0;
	line-height:1.4;
}
.comment_area .balloon:after {
	content: "";
	position: absolute;
	top: 0px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #c3def0 transparent;
}

}

/* レポート募集 */


.report h4 {
	display:none;
}

.report{
	display:none;
}








/* 実績リスト */
.list_jisseki{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:4px;
	line-height:1.4;
	background-color:#c3def0;
}
.list_jisseki li{
	display:inline;
	margin-right:10px;
}

/* お得情報
-----------------------------------------*/

#campaign{
}
#campaign iframe{
	width: calc(100% - 10px);
	height:200px;
}

.cont_h4_otoku{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:10px;
	background-color:#c3def0;

}

.cont_h4_otoku .otoku_info{
	border-bottom:solid 1px #0E7AC4;
	margin-bottom:10px;
}

.cont_h4_otoku h4{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.cont_h4_otoku .otoku_info_p{
	margin-bottom:10px;
	padding:4px;
}

.cont_h4_otoku .otoku_info_p a{
	background-image:url(../img/icon_ya.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:0 0 0 14px;
	margin:0;
}


</pre></body></html>