@charset "utf-8";
/* CSS Document */
/*
Theme Name: エスポワールいわて
Theme URI:http://www.espoir-iwate.co.jp/
Description: 2017年製作
Author: エスポワールいわて
*/


*{
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	padding:0;
	border:0;
	text-decoration:none
}

a,body,input,select,textarea{
	font-size:16px;
	font-family:メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	color:#333;
	line-height:1.5em;
}

body,html{
	width:100%;
	min-width:1200px;
}

.al_right{
	float:right;
}

.al_left{
	float:left;
}

/*記事内の画像*/
.center_box{
	margin-left: auto;
	margin-right:auto;
}

.aligncenter{
	display:block;
	margin-left: auto !important;
	margin-right:auto !important;
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
			
.alignright{
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}

/*送信メッセージ*/
.wpcf7-response-output{
	color:#C30;
	text-align:center;
	margin-top:20px;
}

/*記入漏れ*/
.wpcf7-not-valid-tip-no-ajax{
	color:#C30;
	margin-left:5px;
	text-decoration:underline;
}
			

/* header */

#head_item{
	position:relative;
	width:960px;
	margin:0 auto;
}

#head_item #contact {
	float:right;
	padding: 107px 10px 10px 10px;
	right:20px;
	position:absolute;
	width:229px;
	height:68px;
	z-index:9;
}


#head_item #contact h3{
	display:inline;
	background:rgba(255,255,255,0.8);
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: bold;
	font-size: 80%;
	padding: 5px 44px;	
}

#head_item #contact p{
	width:110%;
	padding: 5px 0;
	color:#fff;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	-webkit-transform: scale(0.9,1);
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.9,1);
	-moz-transform-origin: 0 0;
	-ms-transform: scale(0.9,1);
	-ms-transform-origin: 0 0;
	transform: scale(0.9,1);
	transform-origin: 0 0;
}

#head_item #contact p span{
	font-size:70%;
}

#head_wrap{
	padding-top: 97px;
}

#head_wrap #slide_wrap{
	margin:0 auto;
}

#head_wrap .bx-wrapper {
	margin: 0px auto;
}

#head_wrap .bx-wrapper li{
	background:url(./img/contents_bg.gif);
}

#head_wrap .bx-wrapper img {
	margin:0 auto;
}



#head_wrap .bx-prev{
	position:absolute;
	left:5px
}

#head_wrap .bx-next{
	position:absolute;
	right:5px
}

#head_wrap .bx-pager{
	bottom:20px
}

#head_wrap .bx-pager{
	bottom:20px
}

#head_wrap #main_image_shingle{
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#head_wrap #main_image_view{
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
background: #fff;

    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
width: 100%;
    overflow: hidden;
    position: relative;
    height: 480px;
}

#head_wrap #main_image_view ul{
width: auto;
    position: relative;
}

#head_wrap #main_image_view ul li{
float: none;
    list-style: none;
    position: absolute;
    width: 100%;
    z-index: 0;
background:url(img/slide_bg.png);
background-position: 50% 50%;
}

#head_wrap #main_image_view img{
	display:block;
	margin:0 auto;
	max-width:100%;
}

/* title gl_menu */

#menu_wrap{
	width:100%;
	background:#fff;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position: fixed;
    z-index: 20;
}

#title{
	padding:10px 0 0;
	width:960px;
	margin:0 auto;
	line-height:normal;
	font-size:120%;
	overflow:hidden;
}

#title h1{
	float:left;
}

#title h1 a{
	display:block;
	width:400px;
	height:35px;
	text-indent:-9999px;
	background-image:url(img/logo_dm.png);
	background-repeat:no-repeat;
}

#title #tel{
	float:right;
	margin-right:-15px;
	color:#317383;
	font-size: 130%;
	font-weight: bold;
	-webkit-transform: scale(0.9,1);
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.9,1);
	-moz-transform-origin: 0 0;
	-ms-transform: scale(0.9,1);
	-ms-transform-origin: 0 0;
	transform: scale(0.9,1);
	transform-origin: 0 0;
}

#title #tel p span {
    font-size: 80%;
}

#title #tel p a{
	color: #317383 !important;
}

#gl_menu{
	width:960px;
	margin:0 auto;
	padding:0;
}

#gl_menu ul{
	list-style-type:none;
	overflow:hidden;
}

#gl_menu li{
	margin:5px 0;
	width:10%;
	float:left;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}

#gl_menu li:first-child{
	border-left:1px solid #ccc;
}

#gl_menu li.double{
	width:20%;
}

#gl_menu a{
	display:block;
	margin:0 10px;
	padding:8px 0;
	text-align:center;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	transition:.2s;
}


a.reserve{
	font-size:85%;
	background: #317383; /* Old browsers */
	background: -moz-linear-gradient(top, #317383 0%, #134e7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #317383 0%,#134e7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #317383 0%,#134e7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317383', endColorstr='#134e7f',GradientType=0 ); /* IE6-9 */
	border:1px solid #ccc;
	border-radius:5px;
	color:#fff
}

#gl_menu a:hover{
	color:#317383;
	text-shadow:1px 1px 1px #8bdff4;
	transition:.2s
}

a.reserve:hover{
	color:#fff !important;
	opacity:0.8;
}

.current-page_item a{
	color:#317383;
	text-shadow:1px 1px 1px #8bdff4;
}

.current-page_item a.reserve{
	color:#fff;
	text-shadow:1px 1px 1px #8bdff4;
	opacity: 0.8;
}

/* main */

#main{
	background:url(./img/contents_bg.gif);
	padding-top: calc(97px + 30px);
	overflow:hidden;
}

#top #main{
	padding-top: 30px;
}

/* top_contents */

#main .top_box_single{
	width:960px;
	margin:0 auto 30px;;
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
}

#main .top_box_single p{
	font-size:90%;
	padding:10px;
}

#main .top_box_single h3{
	padding:10px;;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
background-repeat: no-repeat;
    background-position: right center;
	background-color:#317383;
	color:#fff;	
}

#main .top_box_single table{
	width:90%;
	margin: 8px 5%;
	font-size:85%;
	border:1px solid #ccc;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
}

#main .top_box_single th{
	padding:8px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #ccc;

background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#main .top_box_single th + th,
#main .top_box_single td{
	text-align:center;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#main .top_box_single table tbody tr:last-child>th,
#main .top_box_single table tbody tr:last-child>td {
	border-bottom: none;
}

#main .top_box_single table tbody tr:first-child>td {
	border-left: none;
}

#main .top_box_single table tbody tr td {
	width:12%;
}

#main .top_box_single table .free{

}

#main .top_box_single table .few{
	background-color:#ffe9d2;
}

#main .top_box_single table .nonsmoke{
	background-color:#d2edff;
}

#main .top_box_single table .smokeonly{
	background-color:#ece5ff;
}

#main .top_box_single table .full{
	background-color:#fdb774;
}

#news ul{
	list-style-type:none;
	padding:10px;
}

#news li {
	clear:both;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	position:relative;
	background:url(img/news_li_bg.png);
	background-repeat:repeat-x;
	background-position:0 -50%;
	-webkit-transition: .4s;
	transition: .4s;
}

#news li:hover{
	background-position:100% 100%;
	-webkit-transition: .4s;
	transition: .4s;
}

.top_box_single #news p{
	padding:0;
}

#news li img{
	vertical-align: middle;
	width:15%;
	padding:8px;
}

#news li p.date img{
	width:auto;
}

#news li a{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index:15;
}

#news #kako{
	text-align:right;
	font-size:90%;
	border-bottom:0;
	background:#fff;
}

#news #kako a{
position: relative;
	padding:8px;
}

#news #kako:hover{
	background:#fff;
}

#news #kako a:hover{
	text-decoration:underline

}

#event ul{
	list-style-type:none;
	padding:10px;
}

#event li{
	padding:8px;
	border-bottom:1px solid #ccc;
}

#event #kako{
	padding:8px;
	text-align:right;
	font-size:90%;
	border-bottom:0;
}

#event a:hover{
	text-decoration:underline

}

/* contents slider */
.swiper-container{
	overflow: hidden;
}

.swiper-slide .res_card{
	padding:10px;
	overflow:hidden;
}

.swiper-slide .res_main_image{
	float:left;
	width:48%;
	padding:1%;
}
.swiper-slide .res_profile{
	float:left;
	width:48%;
	padding:1%;
}

.swiper-slide #kako{
	clear:both;
	padding-bottom:80px;
	text-align:right;
}

.swiper-slide #kako a:hover{
	text-decoration:underline;
}

.swiper-slide-duplicate-next{
	visibility:hidden;
}

.swiper-slide-duplicate-prev{
	visibility:hidden;
}

#main .res_profile {
	font-size:90%;
}

#main .res_profile h2{
	clear:both;
	margin-bottom:13px;
	padding:10px 20px;
	font-size:200%;
	line-height:215%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	border-bottom:3px solid #678d9c;
	box-shadow:1px 1px 5px #aaa;
	
}

#main .res_profile h2 span{
	font-size:70%;
}

#main .res_profile h3{
	clear:both;
	margin-bottom:20px;
	padding:15px 15px 15px 55px;
	font-size:165%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	background-color:#fff;
	background-image:url(img/logo_icon.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	border-bottom:1px dotted #ccc;
	color:#333;
}

#main .res_profile h4{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	font-size:135%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#317383;
	color:#fff;	
	border-radius:0 15px 0 0
}

#main .res_profile h5{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	font-size:135%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
background-repeat: no-repeat;
    background-position: right center;
	background-color:#E8A629;
	color:#fff;	
	border-radius:0 15px 0 0
}

#main .res_profile h6{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	font-size:135%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
background-repeat: no-repeat;
    background-position: right center;
	background-color:#C94F5C;
	color:#fff;	
	border-radius:0 15px 0 0
}

#main .res_profile p{
	font-size:100%;
}

#main .res_profile img{
	margin:0.5em;
	box-shadow:-1px -1px 2px #ccc,2px 2px 2px #ccc;
}

#main .res_profile a{
	color:#317383;
	text-decoration:underline;
}

#main .res_profile a:hover{
	text-decoration:none;
}

#main .res_profile blockquote{
	margin:10px;
}

#main .res_profile blockquote{
	margin:0 auto 13px;
	padding:10px 10px 10px 20px;
	background:#eee;
	overflow:hidden;
}

#main .res_profile table{
	margin:0 8px 13px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
	box-shadow:1px 1px 2px #ddd;
}

#main .res_profile th{
	padding:8px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #ccc;

background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#main .res_profile td{
	padding:8px 15px;
	background:#fff;
}

#main .res_profile th,
#main .res_profile td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#main .res_profile table tbody tr:last-child>th,
#main .res_profile table tbody tr:last-child>td {
	border-bottom: none;
}

#main .res_profile table tbody tr + td {
	border-left: none;
}

#main .res_profile table table{
	font-size: 100%;
}

#main .res_profile ul{
	margin:0 0 13px 13px;
	list-style-type:none;
}

#main .res_profile ul li{
	position:relative;
	padding:8px 0;
	border-bottom:1px dotted #ccc;

}

#main .res_profile ul li::after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #E8A629;
    border-radius: 100%;
}

#main .res_profile ol{
	margin:0 0 20px 20px;
	list-style-position:inside;
}

#main .res_profile ol li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	text-indent:-1.3em;
	padding-left:1.5em;
}

#main .res_profile dl{
	margin:0 0 13px 13px;
}

#main .res_profile dl dt{
	position:relative;
	padding:3px 0;
	border-bottom:1px dotted #ccc;
}

#main .res_profile dl dt::after{
	display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #E8A629;
    border-radius: 100%;
}

#main .res_profile dl dd{
	margin:0 8px 8px;
	padding:10px;
}

#main .res_profile hr{
	width:100%;
	margin: 0 auto 13px;
	padding-top: 3px;
	background-image: url(./img/line_bg.png);
	height: 0;
}


#main h3.single{
	width:940px;
	margin:0 auto;
	padding:10px;	
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	clear:both;
}

#main hr{
	width:960px;
	margin:0 auto;
	background-image:url(./img/line_bg.png);
	padding-top:3px;
	height:0;
}


/*トップフレーム用*/
#main .flame{
	border:none;
	background:none;
}

#main .top_box_heaf{
	width:50%;
}

#main .flame .al_right{
	margin-left:1%
}

#main .flame .al_left{
	margin-right:1%;
}

#main .flame .top_box_heaf{
	width:49%;
	background:#fff;
	border:1px solid #ccc;
	box-sizing:border-box;
}

#main a.reserve{
	display:block;
	margin:0px auto 30px;
	text-align:center;
	font-size:85%;
	padding:10px 60px;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
background: #317383; /* Old browsers */
background: -moz-linear-gradient(top, #317383 0%, #134e7f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #317383 0%,#134e7f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #317383 0%,#134e7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317383', endColorstr='#134e7f',GradientType=0 ); /* IE6-9 */	border:1px solid #ccc;
	border-radius:5px;
	color:#fff
}

a.reserve:hover{
	color:#fff !important;
	opacity:0.8;
}

#main .top_box_single_2{
	width:930px;
	padding:15px;
	margin:0 auto 30px;
	background:#fff;
	border:3px solid #529601;
	box-sizing:border-box;
}

#main .top_box_single_2 h3{
	margin:0 auto 13px;
	padding:10px;
	text-align:center;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
background-repeat: no-repeat;
    background-position: right center;
	background-color:#529601;
	color:#fff;	
}
#main .top_box_single_2 p{
	text-align:center;
}

#main .top_box_single_2 a:hover{
	color:#317383
}

/* cont */
#cont{
	margin:0 auto 30px;
	padding:10px;
	width:960px;
	font-size:85%;
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
}

#cont h2{
	clear:both;
	margin-bottom:13px;
	padding:10px 20px;
	font-size:200%;
	line-height:215%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	border-bottom:3px solid #678d9c;
	box-shadow:1px 1px 5px #aaa;
	
}

#cont h2 span{
	font-size:70%;
}

#cont h3{
	clear:both;
	margin-bottom:20px;
	padding:15px 15px 15px 55px;
	font-size:165%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	background-image:url(img/logo_icon.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	border-bottom:1px dotted #ccc;
}

#cont h4{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	font-size:135%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#317383;
	color:#fff;	
	border-radius:0 15px 0 0
}

#cont h5{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	font-size:135%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
background-repeat: no-repeat;
    background-position: right center;
	background-color:#E8A629;
	color:#fff;	
	border-radius:0 15px 0 0
}

#cont h6{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	font-size:135%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:bold;
	background-image: url(./img/h_bg01.png);
background-repeat: no-repeat;
    background-position: right center;
	background-color:#C94F5C;
	color:#fff;	
	border-radius:0 15px 0 0
}

#cont p{
	margin: 10px 10px 13px;

}

#p_list p{
	margin-bottom:13px;
	text-align:right;
}

#cont img{
	margin:0.5em;
	box-shadow:-1px -1px 2px #ccc,2px 2px 2px #ccc;
}

#cont a{
	color:#317383;
	text-decoration:underline;
}

#cont a:hover{
	text-decoration:none;
}

#cont blockquote{
	margin:10px;
}

#cont blockquote{
	margin:0 auto 30px;
	padding:20px;
	background:#eee;
	overflow:hidden;
}

#cont table{
	margin:0 8px 13px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
	box-shadow:1px 1px 2px #ddd;
}

#cont table.dan_table{
	border: 0;
	box-shadow: none;
}

#cont th{
	padding:8px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #ccc;

background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#cont td{
	padding:8px 15px;
	background:#fff;
}

#cont th,
#cont td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#cont .dan_table > tbody > tr > th,
#cont .dan_table > tbody > tr > td{
	border: 0;
}

#cont table tbody tr:last-child>th,
#cont table tbody tr:last-child>td {
	border-bottom: none;
}

#cont table tbody tr + td {
	border-left: none;
}

#cont table table{
	font-size: 100%;
}

#cont ul{
	margin:0 0 20px 40px;
	list-style-type:none;
}

#cont ul li{
	position:relative;
	padding:8px 0;
	border-bottom:1px dotted #ccc;

}

#cont ul li::after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #E8A629;
    border-radius: 100%;
}

#cont ul.slides{
	margin: 0;
}

#cont ul.slides li{
	border-bottom: 0;
}

#cont ul.slides img{
	margin: 0;
}

#cont .flex-direction-nav{

}

#cont ul.flex-direction-nav li{
	position: static;
    padding: 0;
    border-bottom: 0;
}

#cont ol{
	margin:0 0 20px 20px;
	list-style-position:inside;
}

#cont ol li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	text-indent:-1.3em;
	padding-left:1.5em;
}

#cont dl{
	margin:0 0 20px 40px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont dl dt::after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #E8A629;
    border-radius: 100%;
}

#cont dl dd{
	margin:0 8px 8px;
	padding:10px;
}

#cont hr{
	width:100%;
	margin: 0 auto 13px;
	padding-top: 3px;
	background-image: url(./img/line_bg.png);
	height: 0;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	margin:10px 10px 20px;
	padding:8px;
	border:1px solid #ccc;
	border-radius:10px;
}

#cont form label{
	display:block;
	margin:0 0 20px;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 20px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
#cont form input[type=button]{
	margin:10px 10px 20px;
	padding:8px 60px;
	color:#fff;
	background: #317383; /* Old browsers */
	background: -moz-linear-gradient(top, #317383 0%, #134e7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #317383 0%,#134e7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #317383 0%,#134e7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317383', endColorstr='#134e7f',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
}

#cont form .red{
	color:#f10;
}

#cont form .col3{
	width:30%;
	float:left;
}

#cont form .col4{
	width:22%;
	float:left;
}

#cont .width50{
	width:40%;
}

#cont a.reserve,
#plBtn a.reserve {
	display:block;
	margin:0px auto 30px;
	text-align:center;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	padding:10px 40px;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
background: #333333; /* Old browsers */
background: -moz-linear-gradient(top, #555555 0%,#333333 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #555555 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #555555 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */	border:1px solid #ccc;
	border-radius:5px;
	color:#fff
}

#cont a.roominfo,
#plBtn a.roominfo{
	display:block;
	margin:0px auto 30px;
	text-align:center;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	padding:10px 55px;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
background: #317383; /* Old browsers */
background: -moz-linear-gradient(top, #317383 0%, #134e7f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #317383 0%,#134e7f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #317383 0%,#134e7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317383', endColorstr='#134e7f',GradientType=0 ); /* IE6-9 */	border:1px solid #ccc;
	border-radius:5px;
	color:#fff
}

#plBtn{
	width: 250px;
    position: fixed;
    bottom: 70px;
    right: 10px;
}

#plBtn a.reserve,
#plBtn a.roominfo{
	font-size: 90%;
    padding: 10px 5px;
    margin: 0 0 10px;
}


#cont a.roominfo:hover{
	opacity:0.8;
}

#cont a.nore {
    margin: 0 1em 1em;
    min-width: 130px;
}

//画像キャプション
#cont .wp-caption{
}

#cont .wp-caption-text{
	text-align:center;
	margin:0;
}

/* room calender */

#cont #carender{
	width:98%;
	margin:1%;
}

#carender tr th{
}
#cont #carender tr td{
	width:20%;
	text-align:center;
}

#cont #carender .free{

}

#cont #carender .few{
	background-color:#ffe9d2;
}


#cont #carender .nonsmoke{
	background-color:#d2edff;
}

#cont #carender .smokeonly{
	background-color:#ece5ff;
}

#cont #carender .full{
	background-color:#fdb774;
}


/* footer */

#foot_wrap{
	background:url(./img/footer_bg.png)
}

#footer{
	width:960px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
}

#address, #address a{
	color:#fff;
}

#address{
	float:left;
}

#address p ,address{
	font-size:90%;
	font-style:normal;
}

.bunner{
	float:left;
	padding:10px;
}

#bn_set {
    clear: both;
    display: flex;
    justify-content: space-around;
    padding: 1em;
}

.foot_contact{
	width:229px;
	height:68px;
}


.foot_contact h3{
	display:inline;
	background:rgba(255,255,255,0.8);
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: bold;
	font-size: 80%;
	padding: 5px 44px;	
}

.foot_contact p{
	width:110%;
	padding: 5px 0;
	color:#fff;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	-webkit-transform: scale(0.9,1);
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.9,1);
	-moz-transform-origin: 0 0;
	-ms-transform: scale(0.9,1);
	-ms-transform-origin: 0 0;
	transform: scale(0.9,1);
	transform-origin: 0 0;
}

.foot_contact p span{
	font-size:80%;
}

.foot_contact p a{
	color: #ffffff !important;
}

/*---- go_top ----*/


  .pageTopBtn a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("./icon_pageTop.png") center 2px no-repeat;
    background-size: 40px auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    }
/*    .pageTopBtn:hover {
      background: rgb(49, 115, 131);
      }*/
  .pageTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 15px;
    background: rgba(49, 115, 131, 0.6);
    box-shadow:1px 1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
}

#go_top{
	display:none;
}

