/*----------------------------
スライド
-----------------------------*/

.home-section .slider img{
	height:500px;
}

@media (max-width: 767px) {
	.home-section .slider img{
		height:300px;
	}	
}

.slider2 img{
	height:100px;
}

/*----------------------------
共通
-----------------------------*/

.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.cnr_title{
	color:#0090CF;
	font-size:4rem;
	margin-bottom:15px;
	text-align:center;
	background-image:url("../images/common/bg_s_ttl.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:295px 85px;
	height:85px;
}

.cnr_title span{
	font-size:3rem;
	padding:0.5rem 1rem 0.5rem 0;
}
@media (max-width: 767px) {
	.cnr_title span{
		display:block;
		padding:0;
	}
}
.cnr_gaiyo{
	font-size:1.8rem;
	margin-bottom:15px;
	padding:15px;
	color:#000;
	text-align:center;
	background:#fff;
	border-radius: 10px; 
}
.cnr_gaiyo span{
	display:block;
	font-size:1.4rem;
	color:red;
}



.bg_nature{
	background:url("../images/common/bg_nature.jpg") repeat top center;
}

.bg_nature2{
	background-image:
		url("../images/common/bg_leaf3.png"),
		url("../images/common/bg_nature2.jpg");
	background-position:
		right bottom,
		top left;
	background-repeat:
		no-repeat,
		repeat;
	background-size:
		573px 199px,
		103px 108px;
}
.bg_green{
	background:url("../images/common/bg_green.jpg") repeat top center;
}

.bg_leaf{
	background:url("../images/common/bg_leaf.png") no-repeat top left;
}
.bg_leaf2{
	background:url("../images/common/bg_leaf2.png") no-repeat top left;
}

.bg_sky{
	background:url("../images/common/bg_sky.jpg") no-repeat top center;
}

@media (max-width: 500px) {
	.bg_leaf{
		background-size:50%;
	}
	.bg_nature2{
		background-size:
			50%,
			103px 108px;
	}
}


.btn-lg2 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 2;
    border-radius: 6px;
}

.fc_w{
	color:#fff !important;
}
.fc_bl{
	color:#0090CF !important;
}

.fc_red{
	color:#ff0000 !important;
}

.fs-80{
	font-size:80%;
}
.fs-120{
	font-size:120%;
}

.btn-success{
	background:#A1C15B !important;
}

.btn-purple{
	background:#9361A5;
	color:#fff !important;
}
.btn-navy{
	background:#356AA0;
	color:#fff !important;
}

.bg-pagetitle {
	background-image: -webkit-linear-gradient(left, transparent, #094638 50%, #094638 10%, transparent);
	background-image: linear-gradient(to right, transparent, #094638 50%, #094638 10%, transparent);
}





.planbox{
	background: #fff;
    border: 4px solid #A1C15B;
    padding: 25px 20px;
    margin: 15px 0 30px;
    text-align: center;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;	
overflow:hidden;
}
.planbox h5{
	background:#0090CF;
	color:#fff;
	padding:3px;
	margin:0 0 8px !important;
}

.plan-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}

.plan-details li {
	padding: 3px 0;
}

.plan-details li > span {
	text-decoration: line-through;
	color: #aaa;
}




.owl-nav{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-nav [class*=owl-]{
	color:#fff;
	font-size:24px;
	margin:5px;

	background:#0E97DB;
	display:inline-block;
	cursor:pointer;
width: 60px;
  height: 60px;
  text-align:center;
  line-height: 60px;
  vertical-align: middle;
/*
	padding:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
*/
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.owl-nav [class*=owl-]:hover{
	background:#9361A5;
	color:#fff;
	text-decoration:none
}
.owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline
}
.owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791
}



.osusumeplan{
	padding:0px 0 20px;
}

.osusumeplan .osusumeplan_ttl{
background: url(../../assets/images/common/bg_rsv.jpg) repeat-x top center;
	padding:3px 0;
	margin:0 0 30px;
	color:#fff;
	text-align:center;
	font-size:120%;
}

@media (max-width: 500px) {
	.osusumeplan .osusumeplan_ttl h5 span{
		display:block;
	}
}

.osusumeplan .owl-nav{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.osusumeplan .owl-nav [class*=owl-]{
	color:#fff;
	font-size:24px;
	margin:5px;

	background:#0E97DB;
	display:inline-block;
	cursor:pointer;
width: 40px;
  height: 40px;
  text-align:center;
  line-height: 40px;
  vertical-align: middle;
/*
	padding:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
*/
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.osusumeplan .owl-nav [class*=owl-]:hover{
	background:#9361A5;
	color:#fff;
	text-decoration:none
}
.osusumeplan .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.osusumeplan .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline
}
.osusumeplan .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.osusumeplan .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791
}


.osusumeplan .features-title{
	background:#0090CF;
	padding:10px 0;
	margin:3px 0 10px;
}
.osusumeplan .features-title{
	color:#fff !important;
}
.osusumeplan .features-title a{
	color:#fff;
}

.osusumeplan .plan_text{
	font-size:88%;
	color:#666;
}
.osusumeplan .plan_text span,
.osusumeplan .plan_text a span{
	color:#0090CF;
}

.planimg{
	/*width:100px;*/
	height:140px;
object-fit: cover;
  font-family: 'object-fit: cover;';  /*IE対策*/
}

.media {
    position: relative;
    width: 500px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}
.media img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
    .media img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.spbr{
	display:none;
}
.disp_sp{
	display:none;
}
.sp_left{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.spbr{
		display:block;
	}
	.pcbr{
		display:none;
	}
	.disp_pc{
		display:none;
	}
	.disp_sp{
		display:block;
	}

	.sp_left{
		text-align:left !important;
	}
}

/*-----------------------------------------*/
/*空室検索*/
/*-----------------------------------------*/

.cb-header {
	position: fixed; /* ヘッダーバーを固定 */
	bottom: 0; /* 上から0の位置に固定 */
	left: 0; /* 左から0の位置に固定 */
	display: none; /* ヘッダーバーを非表示 */
	width:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
	z-index:100000;
}

.rsv_panel_ttl{
	color:#fff;
	padding-left:15px;
	padding-right:15px;
}

.rsv_search{
/*	background:linear-gradient(180deg,#00479d 0%,#00479d 60%,#f5f4f4 50%,#f5f4f4 100%);*/
	background:url("../../assets/images/common/bg_rsv.jpg") repeat-x top center;
	padding:10px 0;
}
@media (max-width: 767px) {
	.rsv_search{
		background:#00479d;
		padding:0 !important;
	}
}

.rsv_search ul li{
	display:inline-block;
	vertical-align:middle;
}
form#obj_search{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
.rsv_search input#datepicker{
	border:solid 1px #0090CF;
	/*padding-left:10px;*/
	color:#333;
	cursor:pointer;
	/*margin:0 3px 0 0;*/
	font-size:14px;
	width:120px;
	background: url(../../assets/images/common/ic_cal.png) 95% center no-repeat #fff;
	/*line-height:34px;*/
	display:inline-block;
}

.rsv_search input#datepicker2{
	border:solid 1px #0090CF;
	/*padding-left:10px;*/
	color:#333;
	cursor:pointer;
	/*margin:0 3px 0 0;*/
	font-size:14px;
	width:120px;
	background: url(../../assets/images/common/ic_cal.png) 95% center no-repeat #fff;
	/*line-height:34px;*/
	display:inline-block;
}

.rsv_search select{
	border:solid 1px #0090CF;
	/*padding-left:10px;*/
	color:#333;
	cursor:pointer;
	/*margin:0 4px 0 0;*/
	font-size:14px;
	/*line-height:36px;*/
	margin-left:10px;
	display:inline-block;
	width:80px;
	background: url(../../assets/images/common/arrow_form.png) 90% 50% no-repeat #fff;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;

}

.rsv_search select::-ms-expand {
	display: none;
}


.rsv_search select.roomtype{
	width:160px;
}


.rsv_search input[type="submit"]{
	font-family: FontAwesome;
	color:#fff;
	width:300px;
	font-size:1.3em;
	margin-left:10px;
	font-weight:500;
}

.rsv_search .ttl{
	font-size:1.8rem;
	color:#fff;
	margin:0 20px 0 0;
	padding:3px 0 0;
	font-weight:bold;
	letter-spacing:2px;
}
.rsv_search .ttl span {
	display:block;
	font-size:8px;
	color:#fff;
	margin:0;
	padding:0;
}

.rsv_left{
	/*width:332px;*/
	width:240px;
	float:left;
	text-center;
	/*padding-top:15px;*/
	padding-top:5px;
}
.rsv_left_s{
	display:none;
}
.rsv_right{
	float:right;
}

.rsv_right .formcover{
}

.rsv_search .rsv_menu{
	margin-bottom:0 !important;
}

.rsv_search .rsv_menu li.nav1{
	color:#fff;
	font-size:20px;
	margin-right:5px;
}
.rsv_search .rsv_menu li.nav1 span{
	font-size:10px;
}

.rsv_search .rsv_menu li.nav8{
	font-size:11px;
	padding:0px 3px 0 0 !important;
}

.rsv_search .rsv_menu li.nav2,
.rsv_search .rsv_menu li.nav3,
.rsv_search .rsv_menu li.nav4,
.rsv_search .rsv_menu li.nav5{
	font-size:11px;
	padding:0px 6px 0 0 !important;
}

.rsv_search .rsv_menu li.nav2 a,
.rsv_search .rsv_menu li.nav3 a,
.rsv_search .rsv_menu li.nav4 a,
.rsv_search .rsv_menu li.nav5 a{
	color:#fff;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.rsv_search .ttl{
		float:none;
	}
	.rsv_left{
		padding:0px;
		border-left:none;
		display:none;
	}
	.rsv_left_s{
		display:block;
		float:left;
		/*width:250px;*/
		width:170px;
		padding-top:10px;
	}

	.rsv_search input{
		margin:0;
	}
	.rsv_search select{
		margin:0;
		border:1px solid #0090CF;
	}

	.rsv_search input[type="submit"]{
		width:180px;
	}

	.rsv_search .rsv_menu li.nav6 input{
		padding:3px 10px;
	}
	.rsv_search .rsv_menu li.nav7 input{
		padding:3px 10px;
	}

}

@media (min-width: 769px) and (max-width: 991px) {
	.rsv_search .ttl{
		float:none;
		margin:0 auto 10px;
	}
	.rsv_search .col-md-6{
		text-align:center;
	}
	.rsv_search .rsv_menu{
		margin:10px 0 0 0 !important;
		text-align:left;
	}
	.rsv_search a.rsv_btn{
		margin:20px auto;
	}
	.rsv_left{
		padding:0px;
		border-left:none;
		display:none;
	}
	.rsv_search input[type="submit"]{
		width:140px;
	}
	.rsv_right .ttl{
		display:none;
	}
	.rsv_menu .nav4,
	.rsv_menu .nav5{
		display:none;
	}

}
@media (min-width: 600px) and (max-width: 768px) {
	.rsv_search .ttl{
		float:none;
		margin:0 auto 10px;
	}
	.rsv_left{
		float:none;
		padding:0px;
		border-left:none;
		text-align:center;
	}
	.rsv_menu .nav4{
		padding:10px 0 !important;
	}

	.rsv_search input[type="image"]{
		margin-top:10px;
	}
	.rsv_right{
		display:none;
	}
	.sp_rsv > div > div{
		width:50%;
	}
}
@media (max-width: 767px) {
	.rsv_search{
		padding:8px 10px 6px;
	}

	.rsv_search .ttl{
		font-size:1.8rem;
		float:none;
		padding:0px;
	}
	.rsv_search .ttl p{
		margin-bottom:0px;
		line-height:0.9em;
	}

	.rsv_left{
		float:none;
		padding:0px;
		border-left:none;
	}

	.rsv_search input{
		margin:0 4px 5px 0;
	}
	.rsv_search select{
		margin:0 4px 5px 0;
	}
	.rsv_search .rsv_menu{
		border-top:none;
		padding-top:0px;
		margin-bottom:0 !important;
	}

	.sp_rsv > div > div{
		width:50%;
	}

}

@media (max-width: 991px) {
	.btn_a{
		display:block;
		text-align:center;
	    border-radius: 0px;        /* CSS3草案 */  
	    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
	    -moz-border-radius: 0px;   /* Firefox用 */ 
		padding:10px;
		background: #9361A5;
		width:100%;
	}
	.btn_b{
		display:block;
		text-align:center;
	    border-radius: 0px;        /* CSS3草案 */  
	    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
	    -moz-border-radius: 0px;   /* Firefox用 */ 
		padding:10px;
		background: #A1C15B;
		width:100%;
	}
	.btn_a span,
	.btn_b span{
		display:block;
	}
	.btn_a,
	.btn_b{
		color:#fff !important;
	}

	.sp_rsv > div > div{
		width:50%;
	}
}

/*-----------------------------------------*/
/*滞在スタイル*/
/*-----------------------------------------*/

.style_s_ttl{
	font-size:20px;
	font-weight:bold;
	color:#0090CF !important;
}

/*-----------------------------------------*/
/*客室案内*/
/*-----------------------------------------*/

.room_spec{
	padding:8px;
	background:#D1C2A3;
}
.room_spec span{
	font-weight:bold;
}

ul.room_exp{
list-style-position: inside;
}

.room_exp li {
	list-style-type: none;
	padding-top:6px;
	padding-bottom:6px;
padding-left: 1em;
    text-indent: -0.5em;
}

.room_exp li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -20px;
	top: -3px;
}


h2.room-title{
	position:relative;
	padding:20px 10px;
	font-size:20px;
	border:1px solid #325A8C;
}
h2.room-title::after{
	content: "本館";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}

h2.room-title_b{
	position:relative;
	padding:20px 10px;
	font-size:20px;
	border:1px solid #325A8C;
}
h2.room-title_b::after{
	content: url(../images/room/icon_room.png);
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}

h2.access-title{
	position:relative;
	padding:20px 10px;
	font-size:20px;
	border:1px solid #0090CF;
	color:#0090CF;
	margin-bottom:15px;
}
h2.access-title::after{
	content: "ACCESS ROUTE";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}




.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #A1C15B !important;
    border-color: #ddd;
}

.rsv_toi{
	text-align:center;
	background:#D5CCC5;
	padding:8px;
}


/*-----------------------------------------*/
/*アクセス*/
/*-----------------------------------------*/
.maparea{
	overflow: hidden;
}

.maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.carnavi{
	margin-top:10px;
	border:1px dotted #2187C0;
	padding:12px;
	font-size:88%;
	background:#F2F1F0;
	text-align:center;
}

/*-----------------------------------------*/
/*プライバシーポリシー*/
/*-----------------------------------------*/

h2.pp-title{
	padding:20px 10px;
	font-size:20px;
	border:1px solid #0090CF;
	color:#0090CF;
	margin-bottom:15px;
}

/*-----------------------------------------*/
/*お問い合わせ*/
/*-----------------------------------------*/

.contact_cfm_box{
	border:1px dotted #ccc;
	padding:8px;
	background:#eee;
}

/*-----------------------------------------*/
/*お知らせ*/
/*-----------------------------------------*/

.newslist li{
	border:1px solid #A1C15B;
	padding:15px;
	background:#fff;
	margin-bottom:15px;
}

.newslist a.anc{
	display: block;
   margin-top:-170px;
   padding-top:170px;
}
@media (max-width: 767px) {
	.newslist a.anc{
	   margin-top:-80px;
	   padding-top:80px;
	}
}

.newslist li .topic_cat{
	font-size:80%;
	color:#0090CF;
	margin:0 !important;
}

.newslist li h5{
	font-size:120%;
	color:#fff;
	background:#0090CF;
	padding:8px;
	margin:0 0 15px 0 !important;
}

.newslist li h5 a{
	color:#fff;
}

/*-----------------------------------------*/
/*ダウンロード*/
/*-----------------------------------------*/

.dl_box{
	border:1px dotted #ccc;
	padding:10px;
	margin-top:10px;
}
.dl_box h4{
	border-left:5px solid #9361A5;
	padding-left:6px;
}
.dl_box p{
	font-size:88%;
}
.dl_box a{
	display:block;
	background:#F5F4F4;
	padding:6px;
	margin-top:5px;
}

.cautionbox{
	border:1px solid #ff0000;
	color:#ff0000;
	padding:3px;
}

.nonsmoke_info{
	font-size:1.4rem;
	border:1px solid #ff0000;
	color:#ff0000;
	padding:10px;
	margin-bottom:30px;
}
.nonsmoke_info span{
	font-weight:bold;
}
.nonsmoke_info p{
	margin-bottom:0;
	padding-top:20px;
}
@media (min-width: 768px) {
	.nonsmoke_info img{
		float:left;
		width:100px;
		margin-right:10px;
	}
}
@media (max-width: 767px) {
	.nonsmoke_info{
		text-align:center;
	}
	.nonsmoke_info p{
		text-align:left;
	}
	.nonsmoke_info img{
		float:none;
		width:100px;
		margin-bottom:10px;
	}
}

#topnews {
		/*background:#FFFAF0;*/
    padding: 20px 0;
}
#topnews h4{
	font-weight:bold;
}
#topnews a {
    display: block;
    border: 2px solid #ff0000;
    padding: 8px;
    font-size: 1.8rem;
    color: #ff0000;
	background:#fff;
}
#topnews a.mt-15 {
	margin-top:15px;
}
@media (max-width: 767px) {
	#topnews h4{
		font-size:1.6rem;
	}
	#topnews h4 span{
		display:block;
	}
}

.head_news{
	position:absolute;
	bottom:10px;
	right:10px;
	background:rgba(255,255,255,0.9);
	padding:15px;
}
.head_news h5{
	display: flex;
	align-items: center;
}
.head_news h5:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 1rem;
}

.head_news ul{
	margin-bottom:0;
}
.head_news ul li{
	list-style:none;
	padding:5px 0;
}
.head_news ul li span{
	background:#0090CF;
	color:#fff;
	font-size:80%;
	padding:2px 6px;
}

@media (max-width: 767px) {
	.head_news{
		position:relative;
	}
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.red{
	color:#ff0000 !important;
}


.top_plan_bnr{
	text-align:center;
	margin:15px 0 30px;
}
.top_plan_bnr img{
	margin:0 auto;
}

.navbar-custom .navbar-nav li:last-child a{
	background:#356AA0;
	color:#fff !important;
	font-weight:normal;
	letter-spacing:0;
	padding-top:8px !important;
	padding-bottom:8px !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 360px !important;
}

.str_waribiki{
	color:#ff0000;
	font-weight:bold;
	border:1px solid #ff0000;
	padding:8px;
	text-align:center;
}

.bnr_chat{
	position:fixed;
	width:175px;
	z-index:9999;
	cursor:pointer;
}
@media (max-width: 767px) {
	.bnr_chat{
		bottom:70px;
		left:8px;
	}
}
@media (min-width: 768px) {
	.bnr_chat{
		bottom:120px;
		right:30px;
	}
}

.payment_info{
	background:#fff;
	padding:20px;
	border:3px solid #A1C15B;
	margin-bottom:40px;
}

.payment_info h3{
 letter-spacing: 2px;
    font-size: 20px;
	font-weight:bold;
	color:#A1C15B;
	margin-bottom:8px;
	border-bottom:1px solid #A1C15B;
}
.payment_info h4{
	background:#ff0000;
	color:#fff;
	font-size:16px;
	padding:3px 8px;	
	margin-bottom:20px;
}
.payment_info h5{
	color:#A1C15B;
	border:1px solid #A1C15B;
	padding:3px 8px;	
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
	background:rgba(255,255,255,0.8);
}