@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:700,400);

/*------------reset------------*/
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, font, 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, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
/*------------link------------*/
a {
	color: #333;
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/*------------layout------------*/
body {
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
	background-color: #faf5e8;
	color: #333;
}
/*------------header------------*/
h1{
	margin-top: 10px;
	margin-left: 4%;
	margin-bottom: 10px;
}
#headNavi {
	position: absolute;
	top: 10px;
	right: 4%;
	width: 90px;
	height: 45px;
	display: table;
}
#headNavi li {
	display: table-cell;
	width: 45px;
	height: 45px;
}
#headNavi li.menu {
	background: url(../img/ico_menu.png) no-repeat;
	background-size: 45px 45px;
}
#headNavi li.close {
	background: url(../img/ico_close.png) no-repeat;
	background-size: 45px 45px;
}

/*------------headerMenu------------*/
#menuList {
	display: none;
}
#menuList ul{
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 65px;
	z-index: 100;
	background: #faf5e8;
	opacity: 0.95;
}
#menuList ul li {
	width: 90%;
	margin: 0 auto;
	line-height: 3.0em;
	font-weight: bold;
	border-bottom: solid 1px #e1d9c1;
	vertical-align: middle;
}
#menuList ul li:first-child {
	border-top: solid 1px #e1d9c1;
}
#menuList ul li a {
	display: block;
}
@media only screen and (orientation : landscape) {
#menuList ul li {
	line-height: 2.5em;
}
}

/*------------map------------*/
#mapCanvas {
	width:100%;
	height:250px;
	margin-bottom: 10px;
}
#linkGmap {
	display: block;
	width: 40%;
	margin: 0 0 0 auto;
	border-radius: 4px;
	background-color: #72af2d;
	text-align:center;
	font-size: 70%;
}
#linkGmap a,
#linkGmap i {
	color: #fff;
}

/*------------footer------------*/
.timeBox {
	width: 100%;
	background-color: #5d3408;
	padding: 20px 0;
}
.timeBox table {
	width: 92%;
	margin: 0 auto 10px;
	font-size: 90%;
	text-align: center;
	border-collapse: collapse;
}
.timeBox table th {
	background-color: #faf5e8;
	border: solid 1px #faf5e8;
	padding: 5px;
}
.timeBox table td {
	background-color: #fff;
	border: solid 1px #faf5e8;
	padding: 5px;
}
.timeBox p {
	color: #fff;
	font-size: 90%;
	line-height:1.3em;
	padding-left: 4%;
}
.telBox {
	width: 100%;
	background-color: #9e5b1f;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.telBox .add {
	line-height: 1.3em;
	margin-bottom: 5px;
}
.telBox .tel img {
	padding-right: 5px;
	vertical-align: middle;
}
.telBox .tel a {
	vertical-align: middle;
	font-family: Quicksand;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
}
#footNavi {
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	margin-bottom: 20px;
}
#footNavi li {
	background:  #fff url(../img/arrow1.png) no-repeat 95% center;
	background-size: 6px 10px;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	border-bottom: dotted 1px #e1d9c1;
	float: left;
}
#footNavi li a {
	display: block;
}
#footNavi li:nth-child(odd)	{
	box-sizing: border-box;
	border-right: dotted 1px #e1d9c1;
}
#fb {
	width: 280px;
	height: 45px;
	margin: 0 auto 10px;
}
#totop {
	text-align: center;
	margin-bottom: 10px;
}
#copy {
	font-size: 11px;
	margin-bottom: 15px;
	text-align: center;
}

/*------------style------------*/
.whiteBox {
	box-sizing: border-box;
	width: 92%;
	margin: 0 auto 30px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 6%;
}
section {
	margin-bottom: 40px;
}
.photo {
 width: 100%;
 height: auto;
 border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.photo2 {
 width: 100%;
 height: auto;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.f80 {
	font-size: 80%;
	line-height: 1.4em;
}
.f90 {
	font-size: 90%;
	line-height: 1.5em;
}
.bold {
	font-weight: bold;
}

/*------------2nd------------*/
h2 {
	text-align: center;
	padding-top: 60px;
	font-size: 16px;
	line-height: 1.0em;
	color: #5d3408;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
h2 span {
	font-size: 10px;
	font-family: Quicksand;
	font-weight: 700;
	color: #72af2c;
	letter-spacing: 0;
}
.whiteBox H3 {
	color: #8f4c11;
	font-size: 18px;
	border-bottom: solid 2px #8f4c11;
	margin-bottom: 15px;
}
H4 {
	color: #8f4c11;
	font-size: 16px;
	margin-bottom: 5px;
}
H4::before {
	content:"●";
}
