@charset "UTF-8";
/* CSS Document */

/* 初期設定
********************************************/

html {
	/* 10px（ルートの文字大）初期値＝16px */
	font-size: 62.5%;
	color: #292929;
}

* {
	box-sizing: border-box;
}

body {
	/* 日本語フォント、間に空白のあるフォント名のみ""が必要 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	background: #FEFEE2;
}

a {
	text-decoration: underline;
	color: #69A14B;
}

a:hover {
	text-decoration: none;
	color: #EDAB83;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.sp_only {
	display: none;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.clearB {
	clear: both;
}

ul.kome li, p.kome {
	padding-left: 1em;
	text-indent: -1em;
}


/* header設定
********************************************/
#header .copy {
	margin-bottom: 23px;
	padding: 3px 0;
	background: #EDAB83;
}

#header .copy p {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
}

#header .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 90px;
}

#header h1 {
	width: 354px;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

#header h1 img {
	width: 100%;
	height: auto;
}

#header .tel {
	width: 376px;
	height: 58px;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
}

#header .tel img {
	width: 100%;
	height: auto;
}


/* slider設定
********************************************/
#sliderWrap {
	width: 960px;
	margin: 0 auto 30px;
	position: relative;
}

ul.slider li img {
	border-radius: 10px;
}

/* gnav設定
********************************************/
#gnav {
	width: 960px;
	margin: 0 auto 30px;
}

#gnav ul li {
	width: 192px;
	float: left;
	text-align: center;
}
#gnav ul li a {
	display: block;
	position: relative;
	height: 35px;
}

#gnav ul li a span {
	display: block;
	width: 100px;
	height: 0;
	margin: 10px auto 0;
	border-bottom: 2px #B9B5AE dashed;
	position: absolute;
	bottom: 0;
	left: 46px;
}

#gnav ul li a:hover span,
#gnav ul li.currentPage a span {
	border-bottom: 2px #4F4734 solid;
}

/* container設定
********************************************/
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* content設定
********************************************/
#content {
	width: 680px;
	margin-bottom: 20px;
	float: left;
	line-height: 1.8;
}

#content .boxArea01 {
	background: #fff;
	border: 1px solid #E8E5DE;
	border-radius: 10px;
	padding: 20px 0;
	margin-bottom: 30px;
}

#content .boxArea01 > .inner {
	padding: 0 30px;
}

#content .boxArea01 > .inner p {
	margin-bottom: 1.0rem;
}

#content .boxArea01 > .inner p:last-child {
	margin-bottom: 0;
}

#content .tit01 {
	font-size: 1.8rem;
	color: #E2694B;
	font-weight: bold;
	padding: 0 30px 10px;
	border-bottom: 1px dotted #E8E5DE;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	clear: both;
}

#content .tit01.nbd {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

#content .tit01:before {
	content: "";
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	border: 3px solid #EDAB83;
	border-radius: 50%;
	vertical-align: baseline;
	margin-right: 0.5rem;
}

#content img.photoRight {
	width: 250px;
	height: auto;
	float: right;
	margin: 0 0 15px 15px;
	border-radius: 6px;
}

/* side設定
********************************************/
#side {
	width: 250px;
	margin-bottom: 50px;
	float: right;
}

#side ul.bnrList li {
	margin-bottom: 15px;
}

#side ul.bnrList li a img {
	width: 100%;
	height: auto;
}

/* footer設定
********************************************/
#footer {
	width: 960px;
	margin: 0 auto 30px;
	padding: 30px;
	background: #FAD9C0;
	border: 1px solid #fff;
	border-radius: 15px;
	line-height: 1.5;
	font-size: 1.4rem;
}
#footer img {
	width: 100%;
	height: auto;
}

#footer .boxLeft {
	width: 458px;
	float: left;
}

#footer .boxLeft p.logo {
	width: 320px;
	margin-bottom: 5px;
}
#footer .boxLeft p.address {
	margin-bottom: 5px;
}
#footer .boxLeft a.btn_access {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	margin-right: 10px;
}
#footer .boxLeft a.btn_contact {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	margin-right: 10px;
}
#footer .boxLeft span.tel {
	display: inline-block;
	width: 194px;
	margin-right: 10px;
}
	
#footer .boxRight {
	width: 420px;
	float: right;
}
#footer .boxRight p.timetable {
	width: 420px;
	margin-bottom: 15px;
}
#footer .boxRight p.copyright {
	font-size: 1.0rem;
	color: #B39E90;
	text-align: right;
}

.pagetop {
	width: 73px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 9999;
}
.pagetop:hover {
	opacity: 0.8;
}
.pagetop img {
	width: 100%;
	height: auto;
}



