@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
}
body {
	background-image: url(../images/parts/body_bg.png);
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.ie body {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #000;
	-webkit-transition: color 0.15s, background 0.15s, border 0.15s;
	-o-transition: color 0.15s, background 0.15s, border 0.15s;
	transition: color 0.15s, background 0.15s, border 0.15s;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
a[href].a_reverse:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}

::selection {
	background: #e65b4e;
	color: #fff;
}
::-moz-selection {
	background: #e65b4e;
	color: #fff;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	iframe {
		max-width: 100%;
	}
}

.hidden {
	display: none;
}

.slick-slider * {
	outline: none;
}

.ls0 {
	letter-spacing: 0 !important;
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.sp_min {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
		font-weight: normal;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}
.sp_link {
	cursor: default;
	display: block;
}

/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label] img {
		display: none !important;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		display: block;
		content: attr(data-label-r);
	}
}


/* font family
============================================================================================================ */
.ff_en {
	font-family: 'EB Garamond', serif;
	font-weight: normal;
}

/* color
============================================================================================================ */
.c_red {
	color: #ef747e;
}
.c_blue {
	color: #48b3ca;
}

/* font size
============================================================================================================ */
.fz_m {
	font-size: 15px;
	font-size: 1.5rem;
}
.fz_ml {
	font-size: 16px;
	font-size: 1.6rem;
}
.fz_l {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media screen and (max-width: 680px) {
	.fz_l {
		font-size: 1.6rem;
	}
	.fz_m {
		font-size: 1.4rem;
	}
}


/* w
============================================================================================================ */
.w,
.iw {
	position: relative;
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iw {
	width: 1020px;
}
.iw:after,
.w:after {
	content: ""; display: table; clear: both;
}
.mw {
	min-width: 1140px;
	margin: auto;
}
@media screen and (max-width: 680px) {
	.w,
	.iw {
		width: auto;
		padding: 0 15px;
	}
	.mw {
		min-width: 0;
	}
}


/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: block;
	overflow: hidden;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a[href].hv_wh:hover:after,
button.hv_wh:hover:after,
a[href]:hover .hv_wh:after,
.hv_wh a[href]:hover:after {
	background-color: rgba(255,255,255,0.3);
}
a[href].hv_wh.a20:hover:after,
button.hv_wh.a20:hover:after,
a[href]:hover .hv_wh.a20:after,
.hv_wh a[href]:hover.a20:after {
	background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}



/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 0;
	top: -150px;
	z-index: -1;
}
@media screen and (max-width: 680px) {
	.target {
		top: -70px;
	}
}




/* header
============================================================================================================ */
#header {
	position: fixed;
	width: 980px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #fff;
	z-index: 1000;
}
#header h1 {
	float: left;
	margin-right: 65px;
}
@media screen and (max-width: 680px) {
	#header {
		width: auto;
		right: 0;
		left: 0;
		padding-top: 0;
		background-color: transparent;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		height: 50px;
	}
	#header h1 {
		position: relative;
		float: none;
		margin-right: 0;
		padding-top: 9px;
		padding-bottom: 7px;
		padding-left: 12px;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		z-index: 20;
	}
	#header h1 a {
		display: block;
		width: 124px;
		height: 35px;
		background: url(../images/parts/logo_sp.png) no-repeat;
		background-size: contain;
	}
	#header h1 img {
		display: none;
	}
}


/* sp_nav
------------------------------------------------------------- */
#header .sp_nav {
	display: none;
}
@media screen and (max-width: 680px) {
	#header .sp_nav {
		position: absolute;
		display: block;
		right: 5px;
		top: 0;
		width: 50px;
		z-index: 20;
	}
	#header .sp_nav a {
		position: relative;
		display: block;
		height: 50px;
		z-index: 3;
	}
	#header .sp_nav:before,
	#header .sp_nav a:before,
	#header .sp_nav a:after {
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		top: 50%;
		height: 2px;
		margin-top: -1px;
		background-color: #604c3f;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .sp_nav a:before {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	#header .sp_nav a:after {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}

	/* open */
	#header.open .sp_nav:before {
		opacity: 0;
	}
	#header.open .sp_nav a:before {
		-webkit-transform: translateY(0) scale(0.8) rotate(45deg);
		-ms-transform: translateY(0) scale(0.8) rotate(45deg);
		transform: translateY(0) scale(0.8) rotate(45deg);
	}
	#header.open .sp_nav a:after {
		-webkit-transform: translateY(0) scale(0.8) rotate(-45deg);
		-ms-transform: translateY(0) scale(0.8) rotate(-45deg);
		transform: translateY(0) scale(0.8) rotate(-45deg);
	}
}

/* nav
------------------------------------------------------------- */
#header nav {
	float: left;
	padding-top: 45px;
}
#header nav a {
	color: #604c3f;
}
#header .gnav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .gnav > li {
	float: left;
}
#header .gnav > li + li {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px dotted #604c3f;
}
#header .gnav > li > a {
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .gnav > li > a:hover,
#header .gnav > li > a.current,
#header .gnav > li.show_sub > a {
	color: #604c3f;
}

#header nav > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #5abacf transparent;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;
}
#header li.show_sub > a:after {
	bottom: 0;
}

#header .tnav {
	display: none;
	position: relative;
	top: 0;
}
#header nav .tel {
	position: absolute;
	right: 0;
	top: -32px;
	width: 240px;
	height: 30px;
	background: url(../images/head/tel.png);
}
#header nav .tel a {
	display: none;
}

#header .contact {
	float: right;
	margin-right: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
#header .contact dt {
	font-size: 12px;
	font-size: 1.2rem;
}
#header .contact dd {
	font-size: 11px;
	font-size: 1.1rem;
}
#header .contact .tel {
	padding-left: 23px;
	background: url(../images/parts/tel_ico.png) no-repeat left center;
	color: #e65b4e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 680px) {
	#header nav {
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		width: auto;
		padding-top: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		transform: translateY(-110%);
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	/* open */
	#header nav.open {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	/* showed */
	#header nav.showed {
		-webkit-transition: -webkit-transform 0.3s !important;
		-o-transition: -o-transform 0.3s !important;
		transition: transform 0.3s !important;
	}

	#header .gnav {
		float: none;
		width: auto;
		display: block;
		padding-right: 0;
	}
	#header .gnav:after {
		content: ""; display: table; clear: both;
	}
	#header .gnav > li {
		display: block;
		float: left;
		width: 50%;
		border-bottom: 1px dotted #604c3f;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .gnav > li + li {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	#header nav .gnav li:nth-child(2n) {
		border-left: 1px dotted #604c3f;
	}
	#header nav .gnav > li > a {
		height: auto !important;
		padding: 25px 0 !important;
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: 2px;
	}
	#header nav > ul > li > a:after {
		content: none;
	}

	#header .hnav li a,
	#footer .hnav li a {
		width: auto;
	}
	#header .tnav,
	#header .hnav {
		position: static;
	}
	#header .tnav {
		display: block;
	}
	#header .hnav {
		margin: 0 8px;
	}
	#header .hnav:after {
		content: ""; display: table; clear: both;
	}
	#header .hnav li {
		width: 50%;
		padding: 0 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header nav .tel {
		position: static;
		width: auto;
		height: auto;
		padding: 10px 0 5px;
		background: none;
	}
	#header nav .tel a {
		display: block;
		text-align: center;
		font-size: 1.8rem;
		text-decoration: none;
	}
	#header nav .tel a span {
		padding-left: 28px;
		background: url(../images/parts/tel_ico_sp.png) no-repeat left center;
		background-size: 23px 27px;
		color: #e65b4e;
		font-size: 2.7rem;
		font-weight: bold;
	}
}


/* animate
------------------------------------------------------------- */
@media screen {
	body.move #header h1 a,
	body.move #header nav,
	body.move #header nav > ul > li > a,
	body.move #header nav .snav:before,
	body.move #header nav .tnav {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	@media screen and (max-width: 680px) {
		body.move #header h1 a,
		body.move #header nav,
		body.move #header nav > ul > li > a,
		body.move #header nav .snav:before,
		body.move #header nav .tnav {
			-webkit-transition: none;
			-o-transition: none;
			transition: none;
		}
	}
}


/* scroll
------------------------------------------------------------- */
@media screen {
	body.scroll #header {
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
		box-shadow: 0 0 3px rgba(0,0,0,0.2);
	}
	body.scroll #header h1 a {
		padding: 0;
	}
	body.scroll #header nav {
		padding-top: 20px;
	}
	body.scroll #header nav .tnav {
		top: 15px;
	}
	body.scroll #header nav > ul > li > a {
		height: 60px;
		padding-top: 25px;
	}
	body.scroll #header .sub {
		top: 80px;
	}
	body.scroll #header .snav:before {
		top: 28px;
	}
}

/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 65px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.9;
	letter-spacing: 1px;
	z-index: 10;
}
#footer .logo {
	float: left;
	margin-right: 40px;
}
#footer .info {
	float: left;
	margin-top: 3px;
}
#footer nav {
	float: right;
	margin-top: 21px;
}
#footer nav li {
	float: left;
}
#footer nav li + li {
	margin-left: 15px;
}
#footer nav a {
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../images/foot/nav_ico.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#footer nav a:hover {
	background-position: 1px 2px;
	text-decoration: underline;
}
@media screen and (max-width: 680px) {
	#footer {
		margin-top: 0;
	}
	#footer .logo {
		float: none;
		width: 223px;
		height: 66px;
		margin: 0 auto;
		background: url(../images/parts/logo_sp.png) no-repeat;
		background-size: contain;
	}
	#footer .logo img {
		display: none;
	}
	#footer .info {
		float: none;
	}
	#footer nav {
		float: none;
		margin-top: 5px;
	}
	#footer nav li {
		width: 50%;
		padding: 5px 0;
	}
	#footer nav li + li {
		margin-left: 0;
	}
	#footer nav a {
		padding-left: 15px;
		background-image: url(../images/foot/nav_ico_sp.png);
		background-size: 10px 10px;
	}
}

/* pagetop
------------------------------------------------------------- */
#pagetop {
	display: block;
	position: fixed;
	right: -60px;
	bottom: 10px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#pagetop {
		position: static;
		width: auto;
		height: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
	}
	#pagetop a {
		display: block;
		position: relative;
		right: 0 !important;
		width: 39px;
		height: 39px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		background-image: url(../images/parts/pagetop_sp.png);
		background-size: 39px;
	}
	#pagetop img {
		display: none;
	}
}


/* copyright
------------------------------------------------------------- */
#footer small {
	clear: both;
	display: block;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#footer small {
		padding-top: 0;
	}
}


/* container
============================================================================================================ */
#container {
	position: relative;
	padding-top: 101px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#container {
		padding-top: 60px;
		font-size: 1.3rem;
	}
}


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

	コンテンツ

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

/*
	section
======================================================== */
.section + .section {
	margin-top: 50px;
}
.section > h1,
.section div > h1 {
	margin-bottom: 45px;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.section + .section {
		margin-top: 25px;
	}
	.section > h1,
	.section div > h1 {
		margin-bottom: 11px;
		font-size: 1.7rem;
		line-height: 1.5;
	}
}

/* bg_box */
.bg_box {
	position: relative;
	padding: 25px 30px 30px;
	background-color: #fff;
}
.bg_box2{
	position: relative;
	padding: 25px 30px 30px;
	background-color: #fff;
}
.bg_box:before,
.bg_box:after {
	content: "";
	position: absolute;
	top: 25px;
	width: 125px;
	height: 57px;
	background-repeat: no-repeat;
}
.bg_box:before {
	left: 25px;
	background-image: url(../images/parts/bg_box_l.png);
}
.bg_box:after {
	right: 25px;
	background-image: url(../images/parts/bg_box_r.png);
}
@media screen and (max-width: 680px) {
	.bg_box {
		padding: 45px 15px 15px;
	}
	.bg_box:before,
	.bg_box:after {
		top: 12px;
		width: 62px;
		height: 28px;
		background-size: contain;
	}
	.bg_box:before {
		left: 12px;
	}
	.bg_box:after {
		right: 12px;
	}
	.bg_box > h1,
	.bg_box > div > h1 {
		color: #e65b4e;
	}
	.bg_box > h1 strong,
	.bg_box > div > h1 strong {
		color: #000;
	}
}

/* title_sub */
.title_sub {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/parts/title_sub_bg.png);
	text-align: center;
}
@media screen and (max-width: 680px) {
	.title_sub {
		margin-bottom: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #fff;
		font-size: 1.5rem;
		font-weight: normal;
	}
}

/* btn */
.btn {
	clear: both;
	display: block;
	width: 360px;
	height: 50px;
	margin: 0 auto;
	padding-top: 12px;
	background: url(../images/parts/btn_bg.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.btn {
		width: auto;
		height: 30px;
		padding-top: 3px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-decoration: none;
	}
}

