@charset "utf-8";
.big_120{
	font-size: 120%;
	line-height: normal;
}

.big_140{
	font-size: 140%;
	line-height: normal;
}
.small_60{
	font-size: 60%;
	line-height: normal;
	letter-spacing: normal;
}
.small_80{
	font-size: 80%;
	line-height: normal;
	letter-spacing: normal;
}

.color_pi{
	color: #FF3366;
}
.color_red{
	color: #FF0000;
}

.color_bl{
	color: #0066CC;
}


.img_left{
	clear: right;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.mb_none{
	display: block;
}
.pc_none{
	display: none;
}

table.plan .day{
width:8%;}
@media screen and (max-width:640px){
.mb_none{
	display: none;
}
.pc_none{
	display: block;
}

table.inq td,table.inq th{
	display: block;
	text-align:left;
}

table.plan{
	width:98%;
	border:none;
}
table.plan td,table.plan th {
    display: block;
	float: left;
	width:97%;
	text-align:left;
	border:none;
  }
table.plan tr{
width: 100%;
}
table.plan .day {
	font-size: 90%;
	display: block;
	width:10.5%;
	text-align:center;
	border: 1px solid #999999;
}
table.plan td.day {
	height:2.3em;
}
table.plan .day:last-child {
	width:11%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
}

h1{
	font-size: 200%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
	letter-spacing: 0.2em;
	color: #00A78E;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2em;
}


h2{
	font-size: 130%;
	color: #00A78E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00A78E;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
	padding-top: 20px;
	position: relative;
}
h2 .btn_base{
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
}
h3{
	color: #FFFFFF;
	background-color: #999999;
	margin-top: 25px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}

h4{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACD5A4;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 0.8em;
	clear: both;
	background-color: #D8EBD4;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ACD5A4;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	line-height: 1.2em;
}


p{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.9em;
}



table{
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
table td,table th{
	border: 1px solid #CCCCCC;
	line-height: 1.1em;
	vertical-align: middle;
	padding: 5px;
}
table td:last-child,table th:last-child{
	border-right-style: none;
}
table th{
	background-color: #80CA9C;
}
table.line_none{
	padding: 0px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.line_none td,table.line_none th{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
table.line_none_p{
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}
table.line_none_p th,table.line_none_p td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table td.color{
	background-color: #E7F1E0;
}

fieldset{
	background-color: #D8EBD4;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.3em;
}
fieldset legend{
	color: #FF3366;
	font-weight: bold;
}

fieldset.border{
	border: 1px solid #999999;
		background-color:transparent;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}

ul.nomal,ol.nomal{
	padding-left: 50px;
}


ul.line_wak{
	margin-bottom: 10px;
	border: 1px solid #999999;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2em;
	list-style-position: outside;
}
ul.line_wak li{
	margin-bottom: 0.5em;
}

figure {
	width: 100%;
	text-align: center;
}
figure img{
	width: 90%;
}

figure.img_right{
	clear: left;
	float: right;
	width: 40%;
	margin-left: 10px;
}
figure.img_right figcaption{
	font-size: 90%;
	text-align: center;
}

a h2,a.wak h2{
	text-decoration: none!important;
}

.main_img {
	text-align: center;
}
.main_img img {
	width:100%;
	max-width:900px;
}


#map{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}
.wak #map{
	height: 200px;
}

.btn_base{
	text-align: right;
	padding-top: 5px;
}
.btn_ct{
	text-align: center;
	padding-top: 5px;
}

.btn_base a,.btn_ct a{
	webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url("/PIE.htc");
	color: #FFFFFF;
	background-color: #00A78E;
	font-size: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	width: auto;
}
.btn_ct a{
	webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	behavior: url("/PIE.htc");
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	font-size: 1em;
}
.btn_base a:before,.btn_ct a:before
{
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 5px;
}

.btn_base a:hover,.btn_ct a:hover{
	background-color: #FF3366;
}

.w_95{width:95%;}
.w_30{width:30%;}
input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 300px;
}
input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input.submit {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.submit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:#00A78E; /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  font-family: FontAwesome;
  content:'\f062';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}



ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list li{
	border: 3px solid #ccc;
	border-radius: 10px;
	margin-bottom: 1em;
	position: relative;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
ul.flow_list li:after{
bottom: -18px;
    color:#ccc;
    content: "";
    left: 48%;
    position: absolute;
	width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 18px solid #ccc;}
ul.flow_list li.last:after{/*最後の▼を外す*/
	content: "";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.flow_list li p.title{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
ul.flow_list li .title:first-letter{/*1文字めを大きく*/
    font-size: 1.5rem;
    letter-spacing: 0.15em;
}


.topbn{
	border: 5px double #FF0000;
	margin: 0px;
	padding: 0em;
}
.topbn dl{
	margin: 0px;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.topbn dl dt{
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	line-height: 1.2em;
	margin-bottom: 0.1em;
	margin-top: 0.2em;
}
.topbn dl dd{
	text-align: center;
	border-bottom-width: 1px;
	padding: 0em;
	margin: 0px;
	padding-bottom: 0.3em;
}

.topbn a:link,.topbn a:visited{
	color: #000000!important;
	text-decoration: none!important;
}
.topbn a:hover dl{
background-color:#FFFFCC!important;
}
