@charset "utf-8";

/* ===================================================
base
*  =================================================== */

html {
	color: #698536;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 4.8vw;
	font-family: "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "Roboto", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	position: relative;
}

@media screen and (min-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}

body img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* =============================================



	header



*  ============================================= */
.header {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #fffefd;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 30px;
	background-image: url(../img/common/line_1.png);
}
.header .logo {
	display: block;
	width: 100px;
	height: 0;
	padding-top: 100px;
	background: url(../img/common/logo.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 24%;
	margin-top: 40px;
	overflow: hidden;
	float: left;
}

@media only screen and (max-width: 960px) {
	.header {
		width: 100%;
		height: 140px;
	}
	.header .logo {
		margin-left: 20%;
	}
}
@media only screen and (max-width: 640px) {
	.header {
		width: 100%;
		height: 140px;
	}
	.header .logo {
		width: 120px;
		margin-left: 4%;
		margin-top: 20px;
		padding-top: 120px;
	}
}
@media only screen and (max-width: 320px) {
	.header .logo {
		margin-left: 2%;
	}
}

/* -------------------------------------------------------------------------------

	menu

--------------------------------------------------------------------------------- */
.header .menu_wrapper {
	clear: both;
	overflow: hidden;
	z-index: 10;
	padding-bottom: 2%;
}
.header .btn_menu_sp {
	display: none;
}
.header .menu_sp_wrapper {
	margin: 60px 0 0 0;
}
@media only screen and (max-width: 960px) {
	.header .menu_wrapper {
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 0;
		overflow: visible;
		position: fixed;
		right: 0;
		top: 0;
	}
	.header .btn_menu_sp {
		display: block;
		position: relative;
		width: 55px;
		height: 0;
		padding-top: 50px;
		background: url(../img/common/btn_menu_sp_sprite.png) 0 0 no-repeat;
		background-size: 100% auto;
		margin: 10px 5px 0 0;
		overflow: hidden;
		float: right;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10;
	}
	.header .btn_menu_sp.opened {
		background-position: 0 -60px;
	}
	.header .menu_sp_wrapper {
		float: none;
		margin-top: 0;
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.9);
	}
}
@media only screen and (max-width: 640px) {
	.header .btn_menu_sp {
		width: 50px;
		padding-top: 45px;
	}
	.header .btn_menu_sp.opened {
		background-position: 0 -55px;
	}
}
/* --------------------------------

	list

-------------------------------- */
.header .nav {
	width: 100%;
}
.header .nav .nav_list {
	margin-left: 8.5%;
}
.header .nav .nav_list li {
	float: left;
	text-align: center;
	line-height: 1.8rem;
	font-size: 1.8rem;
	font-weight: bold;
	border-left: 1px solid #ddd;
}
.header .nav .nav_list li:last-child {
	border-right: 1px solid #ddd;
}
.header .nav_list_item_b {
	width: 15%;
}
.header .nav_list_item_s {
	width: 15%;
}
.header .nav_list_item_b .ruby,
.header .nav_list_item_s .ruby {
	font-size: 1.0rem;
	letter-spacing: 0.3rem;
	font-family: 'Montserrat', sans-serif;
	color: #ecc884;
}
.header .nav_list .list_item_link {
	color: #698536;
	display: block;
}
.header .nav_list .list_item_link:link {
	color: #698536;
	font-size: 1.8rem;
}
.header .nav_list .list_item_link:visited {
	color: #698536;
}
.header .nav_list .list_item_link:hover {
	color: #f5c532;
	-webkit-transition: all .5s;
	transition: all .5s;
}
@media only screen and (max-width: 960px) {
	.header .nav {
		clear: both;
		margin: 60px 0 0 0;
	}
	.header .nav .nav_list {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		letter-spacing: -0.40em;
		border-top: 1px solid #ddd;
	}
	.header .nav .nav_list li {
		float: none;
		font-size: 1.7rem;
		text-align: left;
		font-weight: bold;
	}
	.header .nav .nav_list li {
		border-left: none;
	}
	.header .nav .nav_list li:last-child {
		border-right: none;
	}
	.header .nav_list_item_b ,
	.header .nav_list_item_s {
		box-sizing: border-box;
		display: inline-block;
		width: 49%;
		height: 50px;
		border-bottom: 1px solid #ddd;
		margin: 0 auto;
		text-align: left;
		letter-spacing: normal;
	}
	.header .nav_list_item_b:nth-child(2n+1) ,
	.header .nav_list_item_s:nth-child(2n+1) {
		border-right: 1px solid #ddd;
	}
	.header .nav_list_item_b:first-child ,
	.header .nav_list_item_s:first-child {
		border-top: 0;
	}
	.header .nav_list .list_item_link {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		height: 100%;
		padding-top: 16px;
		padding-bottom: 0;
		padding-left: 10px;
		background: url(../img/common/arrow_right_menu_sp.png) 95% center no-repeat;
		background-size: 10px 10px;
	}
}
@media only screen and (max-width: 640px) {
	.header .nav {
		margin: 55px 0 0 0;
	}
}
/* -------------------------------------------------------------------------------

	header_btn

--------------------------------------------------------------------------------- */
/* --------------------------------

	header_btn_tel

-------------------------------- */
.header .header_btn_tel {
	float: right;
	box-sizing: border-box;
	display: block;
	width: 310px;
	margin-top: 4%;
	margin-right: 24%;
}
.header .header_btn_tel .inner {
	box-sizing: border-box;
	display: block;
	padding: 4px;
	border: 1px solid #8a9d50;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 auto;
	font-size: 2.2rem;
	line-height: 2.6rem;
	color: #698536;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
}
.font_small {
	font-size: 1.3rem !important;
}
@media only screen and (max-width: 960px) {
	.header .header_btn_tel {
		display: none;
	}
}
.header .header_btn_sp {
	display: none;
}
@media only screen and (max-width: 960px) {
	.header .header_btn_sp {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.header .header_btn_sp .inner {
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		padding: 15px 0 0 10px;
		font-size: 2.0rem;
		line-height: 2.2rem;
		color: #698536;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		background: url(../img/common/arrow_right_menu_sp.png) 97.6% center no-repeat;
		background-size: 10px 10px;
		border-bottom: 1px solid #ddd;
	}
	.header .header_btn_sp .mesg_inner {
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		padding: 15px 0 0 10px;
		font-size: 1.8rem;
		line-height: 2.0rem;
		font-weight: bold;
		color: #fff;
		text-align: left;
		background-color: #8a9d50;
	}
}
@media screen and (max-width: 640px) {
	.header .header_btn_sp .mesg_inner {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 320px) {
	.header .header_btn_sp .mesg_inner {
		font-size: 1.3rem;
	}
}

/* -------------------------------------------------------------------------------

	bnr

--------------------------------------------------------------------------------- */
.bnr {
	position: relative;
}

.bnr-inn {
	box-sizing: border-box;
	display: block;
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 60px;
	z-index: 9;
}

@media screen and (max-width: 640px) {
	.bnr-inn {
		box-sizing: border-box;
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 9;
	}
}

/* -------------------------------------------------------------------------------

	backORcloseBtn

--------------------------------------------------------------------------------- */

.backORcloseBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4vh;
}

.backORcloseBtn a {
	background-color: #698536;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 4vw;
	padding: 4px;
	text-align: center;
	width: 120px;
}

@media screen and (min-width: 767px) {
	.backORcloseBtn {
		margin-top: 32px;
	}
	.backORcloseBtn a {
		font-size: 1.4rem;
	}
}

/* =============================================



	footer



*  ============================================= */
/* -------------------------------------------------------------------------------

	wrap_sty_100_bg_dot

--------------------------------------------------------------------------------- */
.wrap_sty_100_bg_dot {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 2% auto 0;
	padding: 3% 0;
	background-image: radial-gradient(#efdfa3 16%, transparent 0), radial-gradient(#efdfa3 16%, transparent 0);
	background-position: 0 0, 8px 8px;
	background-size: 8px 8px;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_100_bg_dot {
		margin: 3% auto 0;
		padding: 6% 0;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_100_bg_dot {
		margin: 14% auto 0;
		padding: 12% 0;
	}
}

/* -------------------------------------------------------------------------------

	footer_heading

--------------------------------------------------------------------------------- */
.footer_heading {
	padding-bottom: 2%;
	font-size: 2.8rem;
	letter-spacing: 0.05rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.footer_heading {
		padding-bottom: 2%;
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 640px) {
	.footer_heading {
		padding-bottom: 2%;
		font-size: 2.8rem;
		letter-spacing: 0.02rem;
	}
}
@media screen and (max-width: 320px) {
	.footer_heading {
		padding-bottom: 2%;
		font-size: 2.6rem;
		letter-spacing: 0.02rem;
	}
}

/* -------------------------------------------------------------------------------

	footer_backtotop

--------------------------------------------------------------------------------- */
.footer_backtotop {
	width: 83%;
	margin: 0 auto 2%;
	text-align: right;
}
.footer_backtotop_inner {
	padding: 1% 2%;
	font-size : 1.6rem;
	font-family: 'Montserrat', sans-serif;
	vertical-align: top;
	border: 1px solid #8a9d50;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.footer_backtotop a:link {
	color: #698536;
}
.footer_backtotop a:visited {
	color: #698536;
}
.footer_backtotop a:hover {
	color: #f5c532;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.footer_backtotop_inner:hover {
	border: 1px solid #f5c532;
	-webkit-transition: all .5s;
	transition: all .5s;
}
@media only screen and (max-width: 960px) {
	.footer_backtotop {
		width: 92%;
		margin: 0 auto 8%;
	}
}
@media only screen and (max-width: 640px) {
	.footer_backtotop {
		width: 88%;
	}
	.footer_backtotop_inner {
		padding: 2% 4%;
		font-size : 1.5rem;
	}
}

/* -------------------------------------------------------------------------------

	footer_tel

--------------------------------------------------------------------------------- */
.footer_tel {
	width: 83%;
	margin: 0 auto 4%;
}
@media only screen and (max-width: 960px) {
	.footer_tel {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.footer_tel {
		width: 88%;
		margin: 0 auto 16%;
	}
}


/* -------------------------------------------------------------------------------

	footer_copyright

--------------------------------------------------------------------------------- */
.footer_copyright {
	clear: both;
	width: 83%;
	margin: 10% auto 0;
	font-size : 1.5rem;
	letter-spacing: 0.05rem;
	text-align: right;
	color :#698536;
	font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 960px) {
	.footer_copyright {
		width: 92%;
		margin: 4% auto 0;
	}
}
@media only screen and (max-width: 640px) {
	.footer_copyright {
		width: 88%;
		margin: 4% auto 0;
	}
}
/* -------------------------------------------------------------------------------

	google_map

--------------------------------------------------------------------------------- */
.google_map {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 960px) {
	.google_map {
		padding-bottom: 70%;
	}
	.google_map iframe {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.google_map {
		margin-bottom: 56px;
		padding-bottom: 90%;
	}
	.google_map iframe {
		width: 100%;
		height: 100%;
	}
}

/* =============================================



	only



*  ============================================= */
/* -------------------------------------------------------------------------------

	pc_only

--------------------------------------------------------------------------------- */
.pc_only {
	display: block;
}
br.pc_only,
a.pc_only,
span.pc_only {
	display: inline;
}
@media screen and (max-width: 960px) {
	.pc_only {
		display: none;
	}
	br.pc_only,
	a.pc_only,
	span.pc_only {
		display: none;
	}
}
/* -------------------------------------------------------------------------------

	pctb_only

--------------------------------------------------------------------------------- */
.pctb_only {
	display: block;
}
br.pctb_only,
a.pctb_only,
span.pctb_only {
	display: inline;
}
@media screen and (max-width: 640px) {
	.pctb_only {
		display: none;
	}
	br.pctb_only,
	a.pctb_only,
	span.pctb_only {
		display: none;
	}
}
/* -------------------------------------------------------------------------------

	sp_only

--------------------------------------------------------------------------------- */
.sp_only {
	display: none;
}
br.sp_only,
a.sp_only,
span.sp_only {
	display: none;
}
@media screen and (max-width: 960px) {
	.sp_only {
		display: block;
	}
	br.sp_only,
	a.sp_only,
	span.sp_only {
		display: inline;
	}
}
/* -------------------------------------------------------------------------------

	spsp_only

--------------------------------------------------------------------------------- */
.spsp_only {
	display: none;
}
br.spsp_only,
a.spsp_only,
span.spsp_only {
	display: none;
}
@media screen and (max-width: 640px) {
	.spsp_only {
		display: block;
	}
	br.spsp_only,
	a.spsp_only,
	span.spsp_only {
		display: inline;
	}
}
