﻿@charset "utf-8";

/* CSS Document */

body * {
    font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
body {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-y: scroll;
}
#wrap * {
	box-sizing: border-box;
}
h2,h3,h4,h5,img  {
	border: none;
	padding: 0;
	margin: 0;
	}

#special h1,h2,h3,h4,h5,h6,div,p,pre,ul,ol,li,dl,dt,dd,table,th,td,form,img,hr
#special td {
	margin:0;
	padding:0;
	border:0;
}

.flex-box {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.jcsb {
	justify-content: space-between;
}


#special div#contents {
	/*width: 958px;*/
	text-align: center;
	background-color:#fff;
	font-family:meiryo;
	padding-bottom:10px;
	/*border:1px solid #ccc;*/
}
#special div#contents .mp_none {
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 20px 10px;
}
div#container div#special h4  {
	font-size:18px; 
	color:#594e52; 
	font-weight:bold;
	vertical-align:bottom;
	margin:25px 0 15px 45px;
	padding-bottom:2px;
	width:800px;
	text-align:left;
	border-bottom:1px solid #594e52;
	line-height:1.3em;
}


.button {
	display: block;
	width: 600px;
	height: 80px;
}

.button a {
	display: block;
	width: 600px;
	height: 80px;
	/*background: url(../../../common/img/nor/button.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}

.button a:active {
	display: block;
	width: 600px;
	height: 80px;
	background: url(../img/btn_ac.jpg) no-repeat;
}

.button a:active img {
    visibility: hidden;
}

/* /////////////////////////////////////////// */
/* ページトップ
/* /////////////////////////////////////////// */

.pagetop {
	width:960px;
	clear: both;
	margin:10px 0px 5px;
	text-align:right;
}




#special div#contents div.order {
	margin:0 150px 50px;
	border:2px solid #CEC5C6;
	width:auto;
	background:#ffffe0;
}

#special div#contents div.order p {
	color:#594e52;
	font-size:12px;
}

#special div#contents div.order div.setsumei {
	margin-left:100px;
	width:400px;
	text-align:left;
}
#special div#contents div.order div.setsumei p {
	font-size:12px;
	color:#594e52;
	text-indent:-1em;
	margin-left:1em;
}


/*テーブル組スタイル１(日程表)*/
table.style01 {
	width:800px;
	margin:0 0 15px 46px;
	border-collapse:collapse;
}
table.style01 td,
table.style01 th {
	padding:3px;
	font-size:14px;
	line-height:1.2;
	vertical-align:top;
	border:1px solid #bbb;
	color:#594e52;
}
table.style01 td.top,
table.style01 th.top,
table.style01 td.top_center {
	padding:3px;
	font-size:14px;
	line-height:1.2;
	vertical-align:top;
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:none;
	border-left:1px solid #bbb;
	color:#594e52;
}
table.style01 td.top_center {
	text-align:center;
}
table.style01 td.middle,
table.style01 th.middle,
table.style01 td.middle_center {
	padding:3px;
	font-size:14px;
	line-height:1.2;
	vertical-align:top;
	border-top:none;
	border-right:1px solid #bbb;
	border-bottom:none;
	border-left:1px solid #bbb;
	color:#594e52;
}
table.style01 td.middle p.todo {
	margin:5px 14px;
	text-indent:-12px;
}
table.style01 td.middle_center {
	text-align:center;
}
table.style01 td.bottom,
table.style01 th.bottom,
table.style01 td.bottom_center {
	padding:3px;
	font-size:14px;
	line-height:1.2;
	vertical-align:top;
	border-top:none;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	color:#594e52;
}
table.style01 td.bottom_center {
	text-align:center;
}
table.style01 th {
	background-color:#e5e5ff;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
table.style01 th.top {
	background-color:#ffeaea;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
table.style01 th.stay {
	padding:1px 3px;
	font-size:12px;
	line-height:1.2;
	border:1px solid #bbb;
	color:#594e52;
	background-color:#feeae6;
	font-weight:bold;
	vertical-align:middle;
	text-align:right;
}
table.style01 td.stay {
	background:#ffeaea;
	padding:1px 3px;
	font-size:12px;
	line-height:1.2;
	border:1px solid #bbb;
	color:#594e52;
	font-weight:bold;
	vertical-align:middle;
	text-align:right;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;
}
table.style01 td.stay em {
	font-weight:bold;
	font-style:normal;
	color:#d70035;
}
table.style01 td p {
	font-size:14px;
	margin:0 0 3px;
	color:#594e52;
	line-height:1.2em;
}
table.style01 td p strong {
	font-size:13px;
	font-weight:bold;
	color:#4169e1;
}
table.style01 td p strong.stay {
	color:#00947a;
}
table.style01 td p em {
	font-weight:bold;
	font-style:normal;
	color:#d70035;
}

table.style01 td.setsumei {
	border-bottom:none;
	border-top:none;
}
table.style01 td.setsumei p {
	font-size:12px;
	padding:2px 2px 2px 7px;
	margin:3px;
	color:#800000;
	background:#ffffe5;
}
table.style01 td.date {
	white-space:nowrap;
	background-color:#f9f0c8;
	font-family:Arial, Helvetica, sans-serif;
}
table.style01 td.footer p{
	font-size:12px;
	margin:0 0 3px;
}
table.style01 td.stay img {
	vertical-align : middle
}




/*---style_detail(料金表)---*/


table.style_detail {
	width:800px;
	margin:0 0 15px 46px;
	border-collapse:collapse;
}
table.style_detail th {
	padding:5px 3px;
	border:none;
	text-align:left;
	vertical-align:top;
}

table.style_detail th p {
	font-size:14px;
	line-height:1.3;
	color:#594e52;
	font-weight:bold;
}

table.style_detail td {
	padding:5px 3px;
	border:none;
	text-align:left;
	vertical-align:top;
}

table.style_detail td p {
	font-size:14px;
	line-height:1.3;
	color:#594e52;
	font-weight:normal;
}

table.style_detail td div {
	font-size:12px;
	margin:0 20px;
	line-height:1.3;
	color:#594e52;
	font-weight:normal;
	text-indent:-12px;
}

/*---style_detail(料金表の中の表)---*/

table.style_detail td table.style_tarf td p {
	font-size:12px;
	line-height:1.3;
	color:#594e52;
	font-weight:normal;
}



/*----------------------------------------------------------*/
/*約款ページ*/
/*----------------------------------------------------------*/

#special_yakkan {
    /* width: 900px; */
    margin: 0 auto 10px;
    border: 1px solid #6666FF;
    color: #042611;
    /* margin-left: 30px;*/
}
#special_yakkan a:link {color:#339966;}
#special_yakkan a:hover {color:#339900;text-decoration:none;}
#special_yakkan a:visited{color:#339999;}

#special_yakkan div#contents h3 {
	font-size:14px;
	color:#602D1D;
	font-weight:bold;
	margin:35px 80px 20px;
}

#special_yakkan div#contents h4 {
	width:750px;
	margin:15px 70px 20px;
	padding:15px;
	text-align: center;
	font-weight:bold;
	font-size:14px;
	color:#000080;
	background:#e6e6fa;
	line-height:1.4em;
}

#special_yakkan div#contents h5 {
	margin:20px 5px 10px 0;
	padding:6px 10px; 
	font-size:16px;
	font-weight:bold;
	background:#dcdcdc;
}

#special_yakkan div#contents h5 span {
	font-size:12px;
margin-left:15px;
}

#special_yakkan div#contents table.yakkan td p {
	color:#504946;
	padding:10px 0;
	font-size:12px;
}

#special_yakkan div#contents table.yakkan td p.kajo {
	color:#504946;
	padding:2px 0;
	font-size:12px;
	text-indent:-14px;
	margin-left:14px;
}

#special_yakkan div#contents table.yakkan td table.cancel {
	width:540px;
	background:#333333;
}
#special_yakkan div#contents table.yakkan td table.cancel th {
	background:#CCCCCC;
	text-align:center;
	padding:2px 5px;
}
#special_yakkan div#contents table.yakkan td table.cancel td {
	background:#FFFFFF;
	padding:2px 5px;
	text-align:left;
}
#special_yakkan div#contents table.yakkan td table.cancel td.center {
	text-align:center;
}


.cancel tr td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.panflet {
	border: 4px double #05136c;
	margin-bottom: 30px;
	position: relative;
}.panflet_inr {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.panflet_ttl {
	font-size: 16px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: calc(50% - 182px);
}
.panflet_txt {
	color: #05136c;
    font-weight: bold;
}
.panflet_ttl span {
	background-color: #05136c;
	color: white;
	padding: 3px 30px;
	position: relative;
}
.panflet_ttl span:before,
.panflet_ttl span:after {
	content: "";
	position: absolute;
}
.panflet_ttl span:before {
	top: 0;
	left: 0;
	border-width: 15px 0px 15px 10px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.panflet_ttl span:after {
	top: 0;
	right: 0;
	border-width: 15px 10px 15px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
.panflet a {
	margin: 35px 20px 15px;
}
.panflet img {
	width: 200px;
	border-radius: 12px;
	border: 3px solid #9E9E9E;
	box-shadow: 0 1px 3px #9E9E9E;
}
.panflet p {
	margin: 5px auto;
}
a:hover {
	text-decoration: none;
	-ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
}
.member {
	font-size: 11px;
	text-align: center;
}