@charset "utf-8";
/* CSS Document */
.hide{
	display:none;
}
header {
	background-color: #fff;
}
header .headerTop{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: center;
	height: 100%;
	margin-bottom: 60px;
}
#info {
	text-align: center;
	color: #FF9747;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .siteTitle a{
	display: block;
	font-size: 18px;
	color: #DE7623;
	font-weight: bold;
	text-decoration: none;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    width: 12.5%;
    position: relative;
}
.navDrawr a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #fc9e65;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-top: -5px;
}
.navDrawr .sub li:last-child a {
	border: none;
}
.navDrawr>ul>li>a {
	border-right: 1px solid #EDA18B;
	text-align: center;
}
.navDrawr>ul>li>a:hover {
	background: #e7b35a;
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
}
.navDrawr .sub a {
	background: #e7b35a;
	border-bottom: 1px solid #F5C3B4;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
}
.navDrawr .sub a:hover {
	background: #e7b35a;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contents{
	padding-top:20px;
}

@media only screen and (max-width: 768px) {
	#wrapper{
	overflow: hidden;
	}
	.navDrawr {
	background-color: #666;
	position: fixed;
	width: 270px;
	top: 30px;
	right: -270px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0px;
	margin-top: -30px;
	}
	body.menuOpen #wrapper{
	/* [disabled]padding-top: 50px; */
	}
	.overlay {
		display: none;
		background-color: rgba(0,0,0,0.49);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	header {
	position: relative;
	height: 80px;
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]z-index: 500; */
	}
	body.menuOpen header{
	position: fixed;
	/* [disabled]top:0; */
	width: 100%;
	}
	header .headerTop{
	padding: inherit;
	/* [disabled]background-color: #FFFFFF; */
	}
	header .siteTitle a{
	line-height: 50px;
	}
	.navDrawrBtn {
	text-align: center;
	width: auto;
	padding-left: 0px;
	z-index: 999;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	margin-top: -25px;
	}
	.navDrawrBtn span {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
	/* [disabled]margin-bottom: -10px; */
	display: block;
	width: 50px;
	height: 55px;
	cursor: pointer;
	background-color: #FFFFFF;
	}
	.navDrawrBtn span::before {
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 27px;
	color: #DE7623;
	position: static;
	left: 20px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 2px;
	}
	body.menuOpen .navDrawrBtn span::before {
	content: "\f00d";
	/* [disabled]margin-top: -25px; */
	/* [disabled]padding-top: 25px; */
	margin-bottom: 25px;
	}
	.navDrawr a {
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
	}
	.navDrawr a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: FontAwesome;
	content: "\f054";
	margin-top: -15px;
	}
	.navDrawr>ul>li {
	float: none;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	}
	.navDrawr>ul>li>a {
	text-align: left;
	border-right: none;
	border-bottom: 1px solid #DE7623;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	.navDrawr .sub {
	position: static;
	display: block!important;
	margin-top: 0px;
	margin-left: 20px;
	}
}




ul.imgList{}
ul.imgList::after{
	display: table;
	line-height: 0;
	content: "";
	clear:both;
}
ul.imgList li{
	float: left;
	width: 31.33333333%;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}
ul.imgList li .thumbnail{
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

}
ul.imgList li img{
	margin-bottom:10px;
}
ul.imgList li .caption{}
ul.imgList li .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}


.pink1 {
	border-bottom: medium solid #EF8999;
	text-align: center;
	color: #DE7623;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.imgList::after{
    display: table;
    line-height: 0;
    content: "";
    clear:both;
}
ul.imgList li{
    float: left;
    width: 31.33333333%;
    margin: 1%;
}
ul.imgList li .thumbnail{
    background-color: #FFF;
    padding: 20px;
    border:solid 1px #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
ul.imgList li img{
	margin-bottom: 10px;
	margin-top: 0px;
}
ul.imgList li .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
	ul.imgList li{
	float: none;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
}

.large_title {
	color: #F19074;
	font-weight: bold;
	font-size: medium;
}
.xlarge_tel {
	color: #F19074;
	font-weight: bold;
	font-size: x-large;
}
.navAccordion_sample > dt,
.navAccordion_sample > dd {
	background: #f783a9;
	border-top: 1px solid #FFF;
}
.navAccordion_sample > dt {
	position: relative;
	padding: 10px 20px;
	color: #FFF;
	cursor: pointer;
	outline: none; 
}
.navAccordion_sample > dt:focus {
	background: #fc6597;
}

.navAccordion_sample > dt::after {
	position: absolute;
	top: 0.8em;
	right: 10px;
	font-family: FontAwesome;
	content: "\f078";
}
.navAccordion_sample > dt.open::after {
	content: "\f077";
}
.navAccordion_sample > dt:first-child {
	border-top: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navAccordion_sample > dd {
	border-left: solid 1px #EEE;
	border-right: solid 1px #EEE;
	background: #FFF;
	color: #333;
	padding: 20px;
}
.back_pink2 {
	background-color: #F5C3B4;
}
.back_green1 {
	background-color: #F5C3B4;
}
