@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 678px) {
/* =============================================================================
base layout
========================================================================== */
/* -----------------------------------------------
header
----------------------------------------------- */
#wrap_header {
}

/* -----------------------------------------------
main_range
*/
#wrap_header .main_range {
	border-bottom: 2px solid #999;
	background-color: #ffffff;
}

/* START >> sp nav fixed ---------------------------------------*/
#wrap_header .main_range.fixed {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	background-color: #ffffff;
}

#wrap_header .main_range.fixed.on {
	visibility: visible;
	display: block;
}
/* END << nav fixed ---------------------------------------*/

#wrap_header .main_range a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#wrap_header .range_inner {
	width: 93.75%;
	min-width: initial;
	min-width: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*** hd_info_mass -------***/
#wrap_header .main_range .hd_logo_mass {
	width: 50%;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_header .main_range .hd_logo_mass .logo_area {
	border-right: none;
}

#wrap_header .main_range .hd_logo_mass .logo_area img {
	width: 80%;
}

#wrap_header .main_range .hd_logo_mass h1 {
	padding: 0 0 0 4px;
}

#wrap_header .main_range .hd_logo_mass h1 img {
	width: 80%;
}


/*** hd_link_mass -------***/
#wrap_header .main_range .hd_link_mass {
	display: none;
}

/*** hd_bt_mass -------***/
#wrap_header .main_range .hd_bt_mass {
	display: none;
}


/* START >> sp_gm ---------------------------------------*/
/* sp_gm */
#wrap_header .sp_gm {
	display: block;
	height: auto;
	margin: 0 0 0 0;
}

#wrap_header .sp_gm .bt_sp_gm {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

#wrap_header .bt_sp_gm span,
#wrap_header .bt_sp_gm::before,
#wrap_header .bt_sp_gm::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #999;
}
#wrap_header .bt_sp_gm span {
	overflow: hidden;
	z-index: 1;
	color: #999;
}
#wrap_header .bt_sp_gm::before {
	z-index: 2;
	transform: translate(0, -11px);
	content: "";
}
#wrap_header .bt_sp_gm::after {
	z-index: 2;
	transform: translate(0, 11px);
	content: "";
}

/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: block;
	margin: 0 0 0 0;
}

#wrap_header .sp_gm_menu_area a {
	color: #ffffff;
}

/* (sidr) */
#sidr .hd_close {
	display: block;
	border-top: 4px solid #5c840a;
	font-weight: bold;
	line-height: 1;
}

#sidr .hd_close a {
	display: block;
	padding: 13px 12px 13px 12px;
	color: #000000;
	text-align: right;
}

#sidr .hd_close .icon_area {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

#sidr .hd_close .icon_area::before,
#sidr .hd_close .icon_area::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #999;
}
#sidr .hd_close .icon_area span {
	overflow: hidden;
	z-index: 1;
	color: #999;
}
#sidr .hd_close .icon_area::before {
	z-index: 2;
	transform: rotate(45deg);
	content: "";
}
#sidr .hd_close .icon_area::after {
	z-index: 2;
	transform: rotate(-45deg);
	content: "";
}

.sidr ul {
	border-top: 2px solid #5c840a;
}

/* menu */
#wrap_header .sp_gm_base_menu {
	display: none;
	width: 100%;
	background-color: #ffffff;
}

#wrap_header .sp_gm_base_menu a {
	display: inline-block;
	width: 100%;
	color: #000000;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_header .sp_gm_base_menu li {
	width: 100%;
	border-bottom: 2px solid #5c840a;
	font-size: 15px;
}

#wrap_header .hd_layout {
	display: none;
}

#wrap_header .hd_close {
	display: none;
}

/* END << sp_gm ---------------------------------------*/


/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
}

#wrap_footer a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* -----------------------------------------------
ft_main_range
*/
#wrap_footer .ft_main_range {
	width: 100%;
	background-color: #f5efe9;
}

/*** logo_mass -------***/
#wrap_footer .ft_main_range .logo_mass {
	width: 93.75%;
	min-width: initial;
	min-width: auto;
	margin: 0 auto;
	padding: 35px 0 30px 0;
	text-align: center;
}

#wrap_footer .ft_main_range .logo_mass img {
	width: 20%;
	max-width: 101px;
}

/* -----------------------------------------------
copyright
*/
#wrap_footer .copyright {
	width: 100%;
	min-width: initial;
	min-width: auto;
	background-color: #5c840a;
	text-align: center;
}

#wrap_footer .copyright p {
	padding: 15px 0 15px 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: 1px;
}

/* -----------------------------------------------
page Top
----------------------------------------------- */
#page_top {
	display: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

* html #page_top p {
	position: absolute;
}

#page_top p {
	width: 37px;
	height: 37px;
	position: fixed;
	right: 1px;
	bottom: 20px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#page_top p img {
	width: 100%;
	height: auto;
}

/* -----------------------------------------------
wrap_cont
----------------------------------------------- */
#wrap_cont {
	line-height: 1.6;
}

/* =============================================================================
module
========================================================================== */


}/* End SP----------------------------------------------------*/