@charset "utf-8";/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/*font-size: 100%;*/
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*====================*/

*{
	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-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:1250px;
	background-color:#e0f6ff;
}

a{
	color:#0462a7;
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

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

table.aligncenter{
	display:table;
}

/* 動画ファイル */
.video video {
	display:block;
	max-width:100%;
	margin:0 auto;
}

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

.wpcf7-not-valid-tip{
	color:#f10;
}

.wpcf7-validation-errors{
	text-align:center;
	color:#f10;
}

/* header */

#head_wrap{
	background-color:#fff;
}

#head_wrap h1{
	height:18px;
	background-color:#0462a7;
}

#header{
	width:1200px;
	margin:auto;
	padding:8px;
	overflow:hidden;
}

/* title gl_menu */

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

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

#title h2{
	float:left;
}

#title h2 a{
	display:block;
	width:368px;
	height:57px;
	text-indent:-9999px;
	background-image:url(img/title.jpg);
	background-repeat:no-repeat;
}

#contact{
	float:right;
	font-size: 80%;
	text-align:right;
	line-height:1em;
}

#contact p a {
    font-size: 200%;
}

#contact p a span {
	color:#0462a7;
}


#font-size{
	color:#245db6;
	float:right;
	font-size:90%;
	padding:0 8px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 16px;
}

#font-size p{
	text-align:center;
	margin-bottom:3px;
}
#font-size a{
	cursor:pointer;
	padding:3px 6px;
	margin:4px;
	border-radius:15px;
}

.current{
	background:#0462a7;
	color:#fff;
}

/* main image */

#top_image{
	position:relative;
	visibility:hidden;
	height:500px;
}

#top_image li a{

position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
}

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


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 100;
}

#caption {
    /*position: absolute;*/
    width: 1200px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

#caption p{
	display:block;
	position:absolute;
	height:131px;
	padding:1em;
	margin:auto;
	color:#7bbeef;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
	font-size:220%;
	line-height:200%;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	top:0;
	bottom:0;
	background-color:rgba(255,255,255,0.2);
}

/* gl_menu */

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

#gl_menu{
	width:1200px;
	margin:0 auto;
}

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

#gl_menu li{
	width:150px;
	float:left;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}

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

#gl_menu a{
	display:block;
	height:57px;
	padding:18px 0;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
	transition:.2s;
}

#gl_menu a:hover{
	color:#fff;
	border-bottom:3px solid #fff;
	background-color:#0462a7;
	box-sizing:border-box;
	transition:.2s;
}

/* main */

#main{
	width:1200px;
	padding: 1em 0;
	margin:0 auto 13px;
	border-radius:5px;
	background:#fff;
	box-sizing:border-box;
	overflow:hidden;
}



/* cont */
#cont{
	float:left;
	padding-left:3em;
	padding-right:3em;
	margin:0 0 13px;
	width:900px;
	font-size:15px;
	box-sizing:border-box;
}

#cont h2{
	clear:both;
	position:relative;
	padding:10px;;
	font-size:150%;
	font-weight:normal;
	line-height:215%;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-image:url(./img/h2-bg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0 100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:3px solid #0462A6;
	box-shadow:1px 1px 5px #ccc;
}

#cont h3{
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 100px 10px 50px;
	color:#fff;
	font-size:160%;
	text-shadow:1px 1px 1px #333,1px -1px 1px #aaa,-1px 1px 1px #aaa,-1px -1px 1px #aaa;
	background: #73c2d0; /* Old browsers */
	background: -moz-linear-gradient(left, #73c2d0 0%, #d9feff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #73c2d0 0%,#d9feff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #73c2d0 0%,#d9feff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c2d0', endColorstr='#d9feff',GradientType=1 ); /* IE6-9 */
	background-size: 100% 0.8em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
}

#cont h3:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;
	z-index:1;
}

#cont h3:after{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-after.png);
	background-repeat:no-repeat;
	background-position:99% 50%;
	z-index:1;
}

#cont h4{
	clear:both;
	margin-bottom:30px;
	padding:10px;
	font-size:135%;
	font-weight:normal;
	text-shadow:1px 1px 1px #333;
	background-image: url(./img/h4-bg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	color:#fff;	
}

#cont h5{
	margin-bottom:30px;
	padding: 4px 8px;
	font-size:100%;
	border-left:5px solid #0462a7;
	border-bottom:1px dotted #ccc;
}

#cont h6{
	position:relative;
	padding: 4px;
	margin-left:1em;
	margin-bottom:8px;
	font-size:100%;
}

#cont h6:before{
	display:block;
	position:absolute;
	content:'\25B6';
	margin:auto;
	color:#0462a7;
	top:3px;
	bottom:0;
	left:-15px;
}

#cont #p_list p{
	text-align:right;
}

#cont p{
	margin-bottom:13px;
	padding:10px;
}

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

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

#cont img{
	margin:0.5em;
}

#cont .wp-caption {
	display:inline-block;
	max-width:auto !important;
}

#cont .wp-caption.aligncenter{
	display:block;
}

#cont .wp-caption p{
	text-align:center;
	font-weight:bold;
}

#cont hr{
	clear:both;
	margin-bottom:13px;
	border-bottom:1px solid #0462a7;
}

#cont blockquote{
	margin:10px;
	margin:0 auto 30px;
	padding:20px 20px 20px 40px;
	background:#eee;
	border-radius:15px
}

#cont blockquote p{
	padding:0;
	margin-bottom:0;
}

#cont td ul{
	margin-left:inherit;
}

#cont table{
	margin:0 0 13px;
	font-size: 90%;
	background-position:bottom center;
	background-size:cover;
	background-repeat:no-repeat;
	border-top: 1px solid #01478a;
	border-right: 1px solid #01478a;
	border-bottom: 1px solid #01478a;
	border-radius:15px;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
}

#cont th{
	padding:5px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	background-color:#01478a;
	border-left:1px solid #01478a;
	border-bottom:1px solid #fff;
	white-space:nowrap;
}

#cont td{
	padding:8px;
	border:1px solid #01478a;
}

#cont td{
	border:0;
	border-left:1px solid #01478a;
	border-bottom:1px solid #01478a;
}

#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 table tbody tr:first-child>th:first-child {
  border-radius: 15px 0 0 0;
}
#cont table tbody tr:first-child>th:last-child {
  border-radius: 0 15px 0 0;
}
#cont table tbody tr:last-child>th:first-child {
  border-radius: 0 0 0 15px;
}
#cont table tbody tr:last-child>th:last-child {
  border-radius: 0 0 15px 0;
}

#cont table tbody tr:first-child>td:first-child {
  border-radius: 15px 0 0 0;
}
#cont table tbody tr:first-child>td:last-child {
  border-radius: 0 15px 0 0;
}
#cont table tbody tr:last-child>td:first-child {
  border-radius: 0 0 0 15px;
}
#cont table tbody tr:last-child>td:last-child {
  border-radius: 0 0 15px 0;
}

#cont td p{
	font-size:inherit;
	line-height:1.3em;
	text-indent:0;
	margin-bottom:10px;
	margin-top:10px;
}

#cont td img{
	margin:1%;
	max-width:98%;
	height:auto;
}

/* 特殊テーブル */

		#cont table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.large_table{
			width:98% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_left + ul,
		#cont table.heaf_right + ul{
			display:table;
		}

	#main table.large_pc{
		display: block;
		height:auto !important;
		overflow-x: scroll;
		table-layout:fixed; 
		font-size:85%;
		box-sizing: border-box;
	}

	#main table.large_pc td,#cont table.large_pc th{
		display:table-cell;
		white-space: nowrap;
		padding:3px 8px;
	}

	#main table.large_pc {
	     overflow: auto;
	}
	
	#main table::-webkit-scrollbar{ /* スクロールバー全体 */
	    height: 15px;
	}

	#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
	    background: #01478a;	
	    border:1px solid #fff;
   	 border-radius: 10px;
	}
	#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
	    background: #bcedf1;
	}
	#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
	    background: #bcedf1;
	}


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

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

#cont ul li:after{
	display: block;
    content: '';
    position: absolute;
    top: 1em;
    left: -1.5em;
    width: 10px;
    height: 10px;
    background-color: #0462a7;
    border: 1px solid #0462a7;
    border-radius: 10% 50% 50% 50%;
    transform: rotate(45deg);
    -moz-border-radius: 10% 50% 50% 50%;
    -moz-transform: rotate(45deg);
    -webkit-border-radius: 10% 50% 50% 50%;
    -webkit-transform: rotate(45deg);
}

#cont ul li:nth-child(2n):after,
#cont dl dt:nth-child(2n):after{
	background-color: #c8efff;
	border: 1px solid #c8efff;
}

#cont .news{
	margin:0 0 20px 0;
}

#cont .news span{
	color:#0462a7;
}

#cont .news li{
	padding:5px 0;
	margin:0;
}

#cont .news .more{
	text-align:right;
	border-bottom:0;
}

#cont .news li::after{
	display: none;
}

#cont .top_submenu > li{
	float:left;
	width:48%;
	margin:0 1% 0;
}



#cont .top_submenu{
	overflow:hidden;
}

#cont .top_submenu li{
	padding:0;
	border-bottom:0;
}

#cont .top_submenu li a{
	display:block;
	padding: 4px 8px;
	border-left:5px solid #0462a7;
	border-bottom:1px dotted #ccc;
}

#cont .top_submenu li ul{
	padding-top:8px;
	margin: 0 0 8px 40px;
}

#cont .top_submenu li ul li a{
	padding: 4px;
	border-left:0;
	border-bottom:0;
}

#cont .top_submenu li ul li:before{
	display:block;
	position:absolute;
	content:'\25B6';
	margin:auto;
	color:#0462a7;
	top:3px;
	bottom:0;
	left:-15px;
}

#cont .top_submenu li:after{
	display:none;
}

#cont .top_submenu li li{
	padding: 4px;
}

#cont .top_submenu ul li a{
	display:inline;
}

#cont .top_submenu li ul li ul{
	padding-top:0;
}

#page #cont .top_submenu{
	margin:0 auto 13px;
}

#page #cont .top_submenu li{
	margin:0 0 0 1%;
	width:32%;
}

#page #cont .top_submenu li a{
	border-left:0;
}

#cont ol{
	margin-left:20px;	
}

#cont ol li{
	position: relative;
	padding: .5em 0 .5em 2em;
    border-bottom: 1px dotted #ccc;
    counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0462a7;
    border-radius: 25%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-shadow:2px 2px 1px #ccc;
}

#cont ol li:nth-child(2n):before{
	background-color: #b9ebff;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont ul ol li:after{
	display:none;	
}

#cont dl{
	margin:0 0 30px 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: #0462a7;
    border: 1px solid #0462a7;
    border-radius: 100%;
}

#cont dl dd{
	margin:8px;
	padding:10px;
	background-color:#eee;
}

#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 30px;
	padding:8px;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	box-sizing:border-box;
}

#cont form textarea{
	margin:0;
	width:100%;
}

#cont form legend{
	display:block;
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 100px 10px 50px;
	width:100%;
	color:#fff;
	font-size:130%;
	text-shadow:1px 1px 1px #aaa,1px -1px 1px #aaa,-1px 1px 1px #aaa,-1px -1px 1px #aaa;
background: #73c2d0; /* Old browsers */
background: -moz-linear-gradient(left, #73c2d0 0%, #d9feff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #73c2d0 0%,#d9feff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #73c2d0 0%,#d9feff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c2d0', endColorstr='#d9feff',GradientType=1 ); /* IE6-9 */
	background-size: 100% 1.3em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
	box-sizing:border-box;
}

#cont form legend:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;

	z-index:1;
}

#cont form legend:after{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-after.png);
	background-repeat:no-repeat;
	background-position:99% 50%;

	z-index:1;
}

#cont form label{
	display:block;
	margin:0 0 30px;
	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 30px;
	padding:8px;
	border:1px solid #ccc;
}

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

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

#cont form input[type=submit]:disabled,
#cont form input[type=reset]:disabled,
#cont form input[type=button]:disabled{
	background:#ccc;
	cursor:default;
}

#cont form span.red{
	color:#f10;
	font-size:90%;
}

#cont form .wpcf7-radio .wpcf7-list-item{
	float:left;
	display:block;	
	margin-left:1em;
}

#cont form h6{
	clear:both;
}

/* 吹き出し */
#cont .hukidasi_r{
	float:right;
	position:relative;
	padding:40px 30px;
	border:2px solid #ccc;
	border-radius:50px;
}

#cont .hukidasi_r:after{
    position: absolute;
    top: 38%;
    right: -30px;
    content: '\25BC';
    color:#fff;
    font-size:250%;
    text-shadow: 2px 1px 0 #ccc, 0px -2px 0 #fff, -1px 2px 0 #ccc, 0px 4px 0 #ccc;
    transform: rotate(-90deg);
}

#cont .hukidasi_l{
	float:left;
	position:relative;
	padding:40px 30px;
	border:2px solid #ccc;
	border-radius:50px;
}

#cont .hukidasi_l:after{
    position: absolute;
    top: 38%;
    left: -30px;
    content: '\25BC';
    color:#fff;
    font-size:250%;
    text-shadow: 2px 1px 0 #ccc, 0px -2px 0 #fff, -1px 2px 0 #ccc, 0px 4px 0 #ccc;
    transform: rotate(90deg);
}


#cont .hukidasi_l + hr,
#cont .hukidasi_r + hr{
	border-bottom:0;	
}

/* 予約 */

.monthly-calendar table
{
	width:100%;
}

#booking-form table{
	width:100%
}

.day-calendar table{
	width:50%;
	margin:0 auto;
}

#cont .monthly-calendar .day-number{
	position:relative;
}

#cont .monthly-calendar .sat .day-number{
	color:#2196f3;
}

#cont .monthly-calendar .sun .day-number,
#cont .monthly-calendar .holiday{
	color:#f10 !important;
}

#cont .calendar-mark{
	text-align:center;
}

#cont .monthly-calendar td{
	text-align:left;
}

#cont .monthly-calendar span.holiday{
	color:#f10;
	position:absolute;
	margin:auto;
	font-size:90%;
	right:0;
}

#cont #calendar_caption{
	display: block;
	padding:0;
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
}

.monthly-prev{
float:left;
}

.monthly-next{
float:right;
}

.day-calendar td{
	vertical-align:middle;
}

/* sidecont　*/

	#sidecont{
		float:right;
		width:280px;
		padding:0 1em;
		box-sizing:border-box;
	}

	#sidecont p{
		margin-bottom:1em;
		background: #73c2d0;
		background: -moz-linear-gradient(left, #73c2d0 0%, #d9feff 100%);
		background: -webkit-linear-gradient(left, #73c2d0 0%,#d9feff 100%);
		background: linear-gradient(to right, #73c2d0 0%,#d9feff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c2d0', endColorstr='#d9feff',GradientType=1 );
	}

	#sidecont p a{
		display:block;
		padding:20px 0 20px 10px;
		color:#333;
		font-weight:bold;
		text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
		border:1px solid #ccc;
		background-repeat:no-repeat;
		background-position:100% 0;
		transition:.2s;
	}

	#sidecont p:hover{
		opacity:0.6;
		transition:.2s;
	}

#sidecont .bn1{
	background-image:url(./img/bn1.jpg);
}

#sidecont .bn2{
	background-image:url(./img/bn2.jpg);
}

#sidecont .bn3{
	background-image:url(./img/bn3.jpg);
}

#sidecont .bn4{
	background-image:url(./img/bn4.jpg);
}

#sidecont .bn5{
	background-image:url(./img/bn5.jpg);
}

#sidecont .bn6{
	background-image:url(./img/bn6.jpg);
}

#sidecont .bn7{
	background-image:url(./img/bn7.jpg);
}

/* footer */

#foot_wrap{
	background-color:#01478a;
}

#foot_menu{
	background-color:#0462a7;
	margin-bottom:10px;
	box-shadow: 0px 6px 10px #333;
}

#foot_menu ul{
	width:1200px;
	margin:auto;
	padding:1em 3em;
	overflow:hidden;
	box-sizing:border-box;
}

#foot_menu ul li{
	display:block;
	float:left;
	margin-right:2em;
}

#foot_menu ul li a{
	color:#fff;
	text-decoration:underline;
}

#foot_addwrap{
	background-color:#01478a;
}

#foot_address{
	width:1200px;
	padding:1em 3em;
	margin:auto;
	overflow:hidden;
	box-sizing:border-box;
}

#foot_address h3{
	float:left;
	padding-top:25px;
	color: #fff;
	font-size: 160%;
	font-weight: normal;
}

#foot_address p{
	float:right;
	margin-left:25px;
	color: #fff;
}

#copyright{
	background-color:#5a5a5a;
	box-shadow: 0px -5px 5px #333;
}

#copyright p{
	padding:8px;
	color:#fff;
	font-size:90%;
	text-align:center;
}

/* page top */

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


#sp_menu{
	display:none;
}

@media screen and (max-width:420px){

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

/*記事内の画像*/
.alignleft {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}

.alignright {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}

/* header */

#header{
	width:100%;
	padding:1em;
	box-sizing:border-box;
}

/* title gl_menu */

#title{
	float:none;
	width:100%;
}

#title h2{
	float:none;
}

#title h2 a{
	width:100%;
	padding-top:16%;
	height:0;
	background-size:100%;
}

#contact{
	font-size: 70%;
}

#font-size{
	display:none;
}

/*-- sp_menu --*/
#sp_menu{
	display:block;
	width:100%;
	z-index:20;
	transition:.2s;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

{
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

{
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #333;
  text-decoration: none;
  width: 100%;
  background: #c7e4f2;
  border-bottom: 1px solid white;
  padding: 0.7em 1em 0.7em 50px;
  float: left;
}

{
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

{
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  color:#3f8cb3;
  overflow: hidden;
  text-align:center;
  text-decoration:none;
  background:#fff;
  font-weight:bold;
  padding:8px 0;
  display:block;
  margin:0 auto;
}

#nav-collapse {
	background-color:#eee;
}


/* main image */

#top_image{
	height:150px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto,.bx-controls {
    display:none;
}

#caption p{
	height:auto;
	padding:1em 0;
	font-size:100%;
	line-height:inherit;
	background-color:transparent;
	left:0;
}

#caption {
    position: absolute;
    width: 100%;
}

#caption p{
}

#caption p img{
	max-width:60%;
}

/* gl_menu */

#menu_wrap{
	display:none;
}

/* main */

#main{
	width:100%;
	padding: 1em 0;
	margin:0;
}



/* cont */
#cont{
	float:none;
	padding-left:0.5em;
	padding-right:0.5em;
	width:100%;
}

#cont h2{
	padding:5px 10px;
	font-size:120%;
}

#cont h3{
	font-size:120%;
}

#cont h4{
	font-size:120%;
	background-size:cover;
}

#cont #p_list p{
	font-size:90%;
}

#cont p{
	padding:0;
}

#cont img{
	max-width:100%;
	height:auto;
	box-sizing:border-box;
}

#cont blockquote{
	padding:20px 20px 20px 20px;
}

#cont table{
	width:98%;
	margin:0 auto 13px;
	border-radius:0;
}

#cont th,
#cont td{
	display:block;
	width:100%;
	border-radius:0;
	box-sizing:border-box;
}


#cont table tbody tr:first-child>th:first-child,
#cont table tbody tr:first-child>th:last-child,
#cont table tbody tr:last-child>th:first-child,
#cont table tbody tr:last-child>th:last-child,
#cont table tbody tr:first-child>td:first-child,
#cont table tbody tr:first-child>td:last-child,
#cont table tbody tr:last-child>td:first-child,
#cont table tbody tr:last-child>td:last-child{
  border-radius: 0;
}

#cont td p{
	font-size:inherit;
	line-height:1.3em;
	text-indent:0;
	margin-bottom:10px;
	margin-top:10px;
}

#cont td img{
	margin:1%;
	width:auto;
	max-width:98%;
	height:auto;
}
/* 特殊テーブル */


#main table.fit{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main table.large_table{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main table.heaf_left{
	float:none;
	width:98% !important;
	margin-left:1%;
}

#main table.heaf_right{
	float:none;
	width:98% !important;
	margin-left:1%;
}

#main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main table.large_table td,#cont table.large_table th{
	display:table-cell;
	white-space: nowrap;
	padding:3px 8px;
}

#main table.large_table {
     overflow: auto;
}

#main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #01478a;
    border:1px solid #fff;
    border-radius: 10px;
}
#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #bcedf1;
}
#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #bcedf1;
}

#main table:not(.large_table) td,#main table:not(.large_table) th{
	display:block;
	width:100% !important;
	overflow:hidden;
}

#main table:not(.large_table) td{
	text-align:left !important;
}


#cont ul{
	margin:0 0 30px 20px;
}

#cont ul ul{
	margin-bottom:0;
}

#cont .news li span{
	display:block;
}

#cont .top_submenu{
	margin:0 0 13px 0;
}

#cont .top_submenu > li{
	float:none;
	width:100%;
	margin-bottom:13px;
}

#page #cont .top_submenu li{
	margin:0 0 13px 1%;
	width:98%;
}

#cont ol{
	margin-left:0px;
	margin-bottom:13px;
}

#cont ol ul,#cont ol ol{
	margin-bottom:0;
}

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

#cont dl dd{
	margin:8px 8px 8px -20px;
	padding:10px;
	background-color:#eee;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea{
	margin:0 0 13px;
	padding:8px;
	width:100% !important;
	box-sizing:border-box;
}

#cont form label{
	display:block;
	margin:0 0 13px;
	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 30px;
	padding:8px;
	border:1px solid #ccc;
}

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

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

#cont form p{
	padding-top:0;
}

#cont form span.red{
	color:#f10;
	font-size:90%;
}

#cont form .wpcf7-radio .wpcf7-list-item{
	float:left;
	display:block;	
	margin-left:1em;
}

#cont form h6{
	clear:both;
}

#cont .hukidasi_r{
	float:none;
	text-align:center;
}

#cont .hukidasi_r:after{
	display:none;
}

#cont .hukidasi_l{
	float:none;
	text-align:center;
}

#cont .hukidasi_l:after{
	display:none;
}


/*---- iframe ----*/

.iframe_wrap{
	position: relative;
	width:100%;
	padding:64% 0 0 0;
}

iframe{
    width: 100%;
    height: auto;
}

/* 予約 */

#main table:not(.large_table) th.week-title{
	display:none;
}

#main table:not(.large_table) td.no-day{
	display:none;
}

#cont table tbody tr:last-child>td.day-box{
	border-bottom:1px solid #01478a;
}


/* sidecont　*/

	#sidecont{
		float:none;
		width:280px;
		padding:0 1em;
		margin:0 auto;
		box-sizing:border-box;
	}

	#sidecont p{
		margin-bottom:1em;
    background: #73c2d0;
    background: -moz-linear-gradient(left, #73c2d0 0%, #d9feff 100%);
    background: -webkit-linear-gradient(left, #73c2d0 0%,#d9feff 100%);
    background: linear-gradient(to right, #73c2d0 0%,#d9feff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c2d0', endColorstr='#d9feff',GradientType=1 );	}

	#sidecont p a{
		display:block;
		padding:20px 0 20px 10px;
		color:#333;
		text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
		border:1px solid #ccc;
	background-repeat:no-repeat;
	background-position:100% 0;
		transition:.2s;
	}

	#sidecont p:hover{
		opacity:0.6;
		transition:.2s;
	}

#sidecont .bn1{
	background-image:url(./img/bn1.jpg);
}

#sidecont .bn2{
	background-image:url(./img/bn2.jpg);
}

#sidecont .bn3{
	background-image:url(./img/bn3.jpg);
}

#sidecont .bn4{
	background-image:url(./img/bn4.jpg);
}

#sidecont .bn5{
	background-image:url(./img/bn5.jpg);
}

#sidecont .bn6{
	background-image:url(./img/bn6.jpg);
}

/* footer */

#foot_wrap{
	background-color:#01478a;
}

#foot_menu{
	background-color:#0462a7;
	margin-bottom:10px;
	box-shadow: 0px 6px 10px #333;
}

#foot_menu ul{
	width:100%;
	margin:auto;
	padding:1em 3em;
	overflow:hidden;
	box-sizing:border-box;
}

#foot_menu ul li{
	display:block;
	float:none;
	margin-right:2em;
	margin-bottom:1em;
}

#foot_menu ul li a{
	color:#fff;
	text-decoration:underline;
}

#foot_addwrap{
	background-color:#01478a;
}

#foot_address{
	width:100%;
	padding:1em;
}

#foot_address h3{
	float:none;
	font-size: 120%;
}

#foot_address p{
	float:left;
	font-size:90%;
}

#copyright{
	background-color:#5a5a5a;
	box-shadow: 0px -5px 5px #333;
}

#copyright p{
	padding:8px;
	color:#fff;
	font-size:90%;
	text-align:center;
}




}

/* homepage sv */


