﻿#pagetitle{
	background:url('../images/dock/h2.jpg') no-repeat top center;
}
#optionkensa{
	line-height:1.8em;
}
.fukidashi_wrap {
    width: 650px;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
.fukidashi{
	border:1px solid #dddddd;
	padding:20px;
	box-sizing:border-box;
	border-radius:10px;
	font-size:16px;
  position: relative;
	color:#da6272;
}

main h2{
	text-align:center;
	font-size:24px;
	margin:0 0 30px;
}
.hissu_comment{
	font-weight:bold;
    font-size: 140% !important;
	color:#da6272;
	text-align:center;
	padding:20px 0 !important;
}
.hissu{
	font-size:160%;
	font-weight:bold;
}
.goback{
	margin:0 0 30px;
}
.goback a{
	width:100px;
	background:#ddd;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#000;
}
#form_wrap{
	max-width:1100px;
	margin:0 auto;
}
#formcomment{
	max-width:1100px;
	margin:0 auto 50px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:20px;
	box-sizing:border-box;
}
#formcomment h3{
	margin:0 0 30px !important;
}
.reserve_box{
padding:20px;
box-shadow:0 0 5px rgba(0,0,0,0.4);
border-radius:10px;
margin:0 0 20px;
}
.reserve_box .comment{
text-align:center;
}
.reserve_box .comment h4{
font-size:24px;
margin:0 0 15px;
}
#course_wrap,
#option_wrap,
#form_next{
display:none;
}
#course4{
	display:none;
}
#kubun ul,
#option1 ul,
#course ul{
	padding:30px 0;
	list-style:none;
	display:flex;
}
#option1 ul li{
	width:calc(25% - 20px);
	margin:0 10px;
	box-sizing:border-box;
	background:#ffeaec;
	border-radius:5px;
}
#kubun ul li{
	width:calc(23% - 20px);
	margin:0 10px;
	box-sizing:border-box;
	background:#ffeaec;
	border-radius:5px;
}
#kubun ul li:last-child{
	width:calc(31% - 20px);
}
#course ul li{
	width:calc(25% - 30px);
	margin:0 15px;
	box-sizing:border-box;
	border-radius:5px;
}
#course ul li:nth-child(1){
	background:#65c99b;
}
#course ul li:nth-child(2){
	background:#ed9f43;
}
#course ul li:nth-child(3){
	background:#cba096;
}
#course ul li:nth-child(4){
	background:#c1e8f3;
}
#kubun ul li label,
#option1 ul li label,
#course ul li label{
	line-height:45px;
	display:inline-block;
	width:calc(100% - 28px);
}
#kubun ul li input,
#option1 ul li input,
#course ul li input{
	width:20px;
	height:20px;
	display:inline-block;
}
#main{
	width:100% !important;
}
#main h3{
	font-size:20px;
	color:#df7f0d;
	text-align:center;
	margin:0 0 50px;
}
#main h3 img{
	vertical-align:middle;
	margin:0 10px 0 0;
}
#section1{
	background:#fff8d8;
	padding:35px 0 40px;
	margin:0 0 40px;
}
#moushikomi{
	width:990px;
	margin:0 auto;
}
#moushikomi_form{
	width:990px;
	margin:0 auto;
}
#section1 article table a{
	text-decoration:none;
	color:#d14a4a !important;
}
#section1 article table{
	width:300px;
	margin:0 15px;
}
#section1 article th,
#section1 article td{
	border:1px solid #ccc;
	text-align:center;
	background:#fff;
}
#section1 article thead th{
	color:#fff;
	background:#2babcb !important;
}
#section1 thead tr td:nth-child(1){
	color:#d14a4a !important;
}
#section1 tbody tr td:nth-child(1){
	background:#ffdcdc;
}
#section2{
	width:990px !important;
	margin:0 auto;
}
.breadcrumbs{
	width:990px;
	margin:0 auto;
}
.hissu{
	color:#eb8813;
}
form table{
	width:100%;
	margin:0 0 60px;
}
form th,
form td{
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
}
form th{
	width:260px;
	background:#e6f3f9;
	border-right:1px solid #fff;
	border-bottom:10px solid #fff;
}
form td{
	border-bottom:10px solid #fff;
	background:#eff5f8;
}

input[type="text"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	/*width: 100%;*/
	font-size: 117%;
	padding: 5px;
	box-sizing:border-box;
}
textarea{
	width:100%;
}
.check{
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 117%;
	padding: 5px;
	box-sizing:border-box;
	background:#fff;
}
.doui{
	padding:20px 0;
	text-align:center;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 50px;
	font-size: 117%;
	padding: 5px;
	box-sizing:border-box;
}
.name{
	width:150px !important;
}
.year{
	width:80px !important;
}


input.radio{
	width: auto;
}

#tel{
	width: 320px;
}
#submit_btn input {
	color: #fff;
	border-radius: 5px;
	background: #dd792f;
	border: 0;
	width: 50%;
	display:block;
	margin: 20px auto 20px;
	line-height: 50px;
	box-shadow: 0 1px 3px 0 hsla(0,0%,0%,.25);
}
#address1{
	width:100px;
}
input[type="submit"][disabled] {
background-color: #ccc !important;
cursor: default !important;
}
/*
#sub3 a{
	background:#168caa !important;
	color:#fff !important;
}*/
.option_list{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.option_list li{
	width:33.33%;
	margin:0 0 20px;
}
.option_list li:last-child{
	width:100% !important;
}
#bottom_contact{
	display:none !important;
}
#copyright{
	padding-bottom:10px !important;
}
#form1,#form2{
}
/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:20px;
	height:20px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:100%;	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
#calenderTable th{
	padding:5px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
	text-align:center;
}
#calenderTable td{
	padding:5px;
	text-align:right;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
	text-align:center;
}
#calenderTable td:first-child:before{
display: block;
float: left;
height: 60px;
content: "";
}
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
}
#calenderTable .calenderHeader input{
	background:#fe9806;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderTable td .schedulePulldownList{
	color:#555;
	font-size:10px;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
}
p.holidayText{
	color:#444;
	margin:0;
	padding:0 0 5px;
}


/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#calenderList li{
	border-bottom:1px solid #999;
	padding:5px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:11px;
	padding:0px 0 3px;
	border-bottom:1px dotted #aaa;
}
table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}
h2#headerYm{
	background:#666;
	color:#fff;
	text-align:center;
	padding:5px ;
	font-size:110%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	font-size:12px;
	cursor:pointer;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:1px 2px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
	width:650px;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formWrap h2{
	font-weight:normal;
	font-size:14px;
	color:#111;
	margin:0 0 10px;
	background:#efefef;
	padding:5px 8px 3px;
	border-radius:3px;
	border:1px solid #ccc;
}
#formWrap p {
	margin:0 0 5px;
	padding:0;
	font-size:13px;
}

table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
	font-size:90%;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*---------------------------------
		/index.php style 
---------------------------------*/
#form_next input{
	display:block;
	width:200px;
	margin:30px auto;
	line-height:40px;
}
#formWrap{
	width:100% !important;
}
.countNum{
	display:block;
	text-align:center;
}
.scheduleList1 input{
	font-size:15px;
	display:block;
	margin:0 auto;
}
.today{
	text-align:center;
}
.today input{
	display:none;
}
.scheduleList1{
	background:#fff !important;
}
.optionlist{
	padding:0 0 0 30px;
}
.optionlist li{
	margin:0 0 20px;
}