@charset "UTF-8";
/* CSS Document */


/*=============================================================================
   Each page
=============================================================================*/

/* index page
=============================================================================*/
#index {}

#lead_wrap {
	height: auto;
	width: auto;
	background: #e8f7fa;
	padding: 40px 0px;
	margin-bottom: 30px;
	}
#lead {	}
	#lead h3 {
	padding: 0px;
	height: auto;
	width: auto;
	}
	#lead li {
	float: left;
	}

div#index_bnrarea {
	width: 1040px;
	margin-right: -40px;
	}
	div#index_bnrarea li {
	float: left;
	margin-right: 40px;
	}
div#index_slide_wrap {
	height: auto;
	width: auto;
	background: #fcf5ed;
	padding: 40px 0px;
	}
#index_slide {
	height: 160px;
	width: 100%;
	overflow: hidden;
	}
	#index_slide > div {
	float: left;
	height: 160px;
	width: 320px;
	}

/* sidecol
-----------------------------------------------------------------------------*/
#sidecol {
	float: right;
	width: 320px;
	height: auto;
	}
	#sidecol .inner {
	width: 298px;
	border: 1px solid #2988c0;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0px;
	}

#planSearch { padding: 0px; }
	#planSearch iframe {
	}

/* maincol
-----------------------------------------------------------------------------*/
#maincol {
	width: 640px;
	float: left;
	}
	div#maincol:after{content: ""; display: block; clear: both;}

#planList { }
	#planList .left {
	width: 420px;
	}
	#planList h4 {
	}
	#planList p { padding: 5px; }
	#planList .right {
	width: 202px;
	}
	#planList .right img {
	height: 133px;
	width: 200px;
	border: 1px solid #d2d2d2;
	}

/* guestroom page
=============================================================================*/
#guestroom {}

div#guestroom_lead {
	height: 320px;
	width: auto;
	background: url(../img/guestroom_lead.jpg) no-repeat;
	margin-bottom: 30px;
	}
	div#guestroom_lead h3 {
	display: none;
	}
	div#guestroom_lead p {
	display: none;
	}

#guestroom .txtArea {
	height: auto;
	width: 340px;
	padding: 0px;
	border: none;
	float: right;
	}
.txtArea_02{
	border: dotted 1px #333;
	height: 100px;
}
	
	
.gallery {
	height: auto;
	width: 960px;
	margin: 0 auto;
	}
	.gallery li img, .gallery li a{
	/*width: 190px;
	height: 100px;*/
	}
	.gallery li {
	
	margin-right: 15px;
	}

	.gallery .g_navi {
	width: 615px;
	height: auto;
	margin-right: -15px;
	}
	.gallery .g_main {
	width: 600px;
	height: 400px;
	position: relative;
	margin-bottom: 15px;
	float: left;
	}
	.gallery .g_main img {
	position: absolute;
	top: 0px;
	right: 0px;
	}

.font-adjust01{
	width: 550px;
	height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
	font-size: 1.1em;
	margin: 0 0 0 15px;
	float: left;
}
.font-adjust02{
	font: 93.75%/1.7 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.room_info{
	width: 960px;
	margin: 0 auto;
}
.room_info li{
	width: 180px;
	margin-right: 15px;
	/*background-color: aquamarine;*/
    display: table;
    /*table-layout: fixed;*/
    margin-bottom: 20px;
	float: left;
}
.room_info li:nth-child(5){
	margin-right: 0px;
}
.room_info li p{
	display: table-cell;
    vertical-align: middle;
    font-size: 100%;
}
.ic_info{
	background: #EDE5D7;
}
.txt_info{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.table-adjust01{
	margin: 15px 15px 0 0;
	float: right;
}
.table-adjust01 td{
	text-align: center;
}

.mtb_30{
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt_14{
	margin-top: 14px;
}
.pb_50{
	padding-bottom: 50px;
}

.pt_30{
	padding-top: 30px;
}

/* breakfast page
=============================================================================*/
#breakfast {}

/* ▼▼ 光徳おにぎり弁当について　ここから ▼▼ */
#breakfast #cont00 {
	margin-top: 50px;
	}
#breakfast #cont00 .onigiri{
    display: flex;
    }
#breakfast #cont00 .onigiri li {
    padding: 0 5px;
	}
#breakfast #cont00 .onigiri li img {
	width: 100%;
	}
/* ▲▲ 光徳おにぎり弁当について　ここまで ▲▲ */

#breakfast #cont01 .txtArea {
	margin-top: 50px;
	}

#breakfast #cont01 li {
	float: left;
	margin-right: 15px;
	}

/* faq page
=============================================================================*/
#faq dl { }
#faq dt {
	font-weight: bold;
	margin-bottom: 10px;
	color: #2988c0;
	}
#faq dd {
	padding: 20px;
	border: 1px dotted #2988c0;
	margin-bottom: 40px;
	}

/* facilities page
=============================================================================*/
#facilities {}

#facilities h3 {
	width: 600px;
	}

#facilities #cont01 .inner {
	background: url(../img/facilities_cont01bg.jpg) no-repeat right top;
	height: auto;
	width: auto;
	padding-top: 20px;
	}
#facilities #cont02 .inner {
	background: url(../img/facilities_cont02bg.jpg) no-repeat right top;
	height: auto;
	width: auto;
	padding-top: 20px;
	}
#facilities #cont03 .inner {
	background: url(../img/facilities_cont03bg.jpg) no-repeat right top;
	height: auto;
	width: auto;
	padding-top: 20px;
	}
#facilities #cont04 .inner {
	height: auto;
	width: auto;
	padding-top: 20px;
	}
	#facilities #cont04 h3 {
	width: auto;
	}

#facilities .matbox {
	width: 998px;
	clear: both;
	height: auto;
	margin-bottom: 60px;
	border: 1px dotted #000000;
	}

#facilities .txtArea {
	width: 498px;
	float: none;
	margin-bottom: 40px;
	margin-left: 40px;
	}
	#facilities .txtArea p { margin-bottom: 0.6em;}
	
#facilities .photoArea {
	width: 960px;
	height: auto;
	}
	#facilities .photoArea li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}


/* access page
=============================================================================*/
#access {}
#access .photoArea {
	width: 380px;
	height: auto;
	margin: 0px;
	padding-right: 100px;
	}
#access .txtArea {
	margin: 100px 0px 0px 60px;
	}

/* sitemap page
=============================================================================*/
#sitemap dl {
	margin-bottom: 40px;
	}
#sitemap dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 260px;
	}
#sitemap dd {
	border-bottom: 1px dotted #7E7765;
	padding-left: 100px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	}
#lead ul .hotel_01 a {
	background-image: url(../img/top_lead_btn01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_01 a:hover {
	background-image: url(../img/top_lead_btn01ov.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_02 a {
	background-image: url(../img/top_lead_btn02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_02 a:hover {
	background-image: url(../img/top_lead_btn02ov.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_03 a {
	background-image: url(../img/top_lead_btn03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_03 a:hover {
	background-image: url(../img/top_lead_btn03ov.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_04 a {
	background-image: url(../img/top_lead_btn04.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}
#lead ul .hotel_04 a:hover {
	background-image: url(../img/top_lead_btn04ov.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	display: block;
}

/* Spot page
=============================================================================*/
body#spot{
	background: #e8f7fa;
	min-width: inherit;
}
#spot .spot_wp{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#spot .spot_inner{
	width: 840px;
	margin: 0 auto;
}
#spot .spot_photo{
	margin: 20px 0 10px;
}
#spot a,#spot a:visited{
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
	background: #2988c0;
	border: 2px solid #2988c0;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#spot a:hover,#spot a:active{
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
	background-color: transparent;
	border: 2px solid #2988c0;
	color: #2988c0;
	text-decoration: none;
}

/* Tyouki page
=============================================================================*/
body#tyouki{
	background: #e8f7fa;
	min-width: inherit;
}
#tyouki .tyouki_wp{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#tyouki .tyouki_inner{
	width: 840px;
	margin: 0 auto;
}
.tyouki_midashi{
	margin-top: 60px;
	text-align: center;
}
.tyouki_content{
	margin-top: 60px;
	text-align: center;
}
.tyouki_content p{
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
}
.tyouki_text{
	margin-top: 50px;
	font-size: 20px;
}
.tyouki_tel{
	width: 600px;
	margin: 10px auto 0;
	padding: 10px 0;
	background: #2487c0;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}

/* TeleWork page
=============================================================================*/
body#TeleWork{
	background: #f7ebe6;
	min-width: inherit;
}
#TeleWork .TeleWork_wp{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#TeleWork .TeleWork_inner{
	width: 840px;
	margin: 0 auto;
}
.TeleWork_midashi{
	margin-top: 60px;
	text-align: center;
}
.TeleWork_content{
	margin:60px auto;
	text-align: center;
}
.TeleWork_content p{
	display: inline-block;
	font-weight: bold;
}
.TeleWork_content p:nth-child(1){
	font-size: 20px;
}
.TeleWork_content p:nth-child(2){
	font-size: 24px;
    margin: 30px auto 0px;
    padding: 20px 50px;
    border: 1px solid rgba(0,0,0,0.2);
    
}
.TeleWork_text{
	margin-top: 50px;
	font-size: 20px;
}
.TeleWork_tel{
	width: 600px;
	margin: 10px auto 0;
	padding: 10px 0;
	background: #f7864f;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}