@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}

main{
	display: block;
}

img {
	border-style: none;
}

button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

ul li,
ol li{
	vertical-align: top;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #000;
	font-size: 20px;
	font-weight: 500;/* medium */
	font-family: 'Noto Serif JP', serif;
	line-height: 1.9;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 700px) {
	body{
		min-width: 700px;
		background-size: cover;
		background-attachment: fixed;
	}
	#all{
/*		width: 700px;
		margin: auto;
		background: #fff;
*/	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		-webkit-transition-property: opacity;
		-ms-transition-property: opacity;
		transition-property: opacity;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 699px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

/* PCのみ */
@media all and (min-width: 700px) {
	.inner{
		width: 700px;
		margin: auto;
	}
	.sp_only{
		display: none;
	}
}
/* SP */
@media all and (max-width: 699px) {
	.pc_only{
		display: none;
	}
	.inner{
		padding: 0 3.5%;
	}
}

.align_right{
	text-align: right;
}
.ml0{
	margin-left: 0;
}
.spacing_s{
	letter-spacing: -0.005em;
}
h3{
	margin: 3.2em 0 1.5em;
	color: #8a7558;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.09em;
}
h4{
	font-size: 24px;
	letter-spacing: 0.09em;
	color: #8a7558;
}
p{
	letter-spacing: 0.02em;
	margin: 2.5em 0;
	text-align: justify;
}
.font_big{
	font-size: 30px;
}
.bg_gray{
	background: #edeae4;
}
.border_gray{
	background: #edeae4;
}
/* SP */
@media all and (max-width: 699px) {
	h3{
		font-size: 27px;
		line-height: 1.6;
	}
	p{
		font-size: 18px;
		margin-top: 2em;
	}
	.font_big{
		font-size: 25px;
	}
	.img_s{
		width: 85%;
	}
}

.border_ol{
	margin: -4% 0;
	border: 1px solid #a48c67;
	padding: 3%;
}
.border_ol li{
	margin-left: 1.3em;
}
/* SP */
@media all and (max-width: 699px) {
	.border_ol{
		font-size: 18px;
	}
}


/* fv
---------------------------------------------------------- */
h1{
	padding: 8% 0 38%;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.52;
	letter-spacing: -2px;
}
.fv{
	margin-top: -240px;
}
h2{
	background: #a48c67;
	padding: 3% 5%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.75;
	letter-spacing: 0.15em;
	margin: -5% 0 0 -5%;
	position: relative;
	z-index: 2;
	display: inline-block;
}
/* SP */
@media all and (max-width: 699px) {
	h1{
		font-size: 30px;
	}
	.inner.fv{
		margin-top: calc(-240vw / 750 * 100);
		padding-right: 0;
	}
	h2{
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-size: 22px;
		margin-right: 3.5%;
	}
}

/* compare-container
---------------------------------------------------------- */
#compare-container{
	max-width: 430px;
	margin:0 auto;
}
#image-compare {
	display: flex;
	justify-content: center;
	align-items: center;
}
#image-compare img {
	height: 100%!important;
}

/* branch_store
---------------------------------------------------------- */
.branch_store{
	padding-bottom: 210px;
}
.branch_store > div{
	position: relative;
}
.branch_store h4{
	padding: 7% 0;
	position: relative;
	text-indent: 1em;
}
h4::before{
	content: "";
	display: block;
	width: 1290px;
	height: 1px;
	background: #a48c67;
	position: absolute;
	left: -1290px;
	top: 50%;
}
.branch_store h4 + img{
	margin: 0 0 5%;
}
.branch_store h4 + img + img{
	position: absolute;
	right: 0;
}
.branch_store + div{
	margin-top: 270px;
}
/* SP */
@media all and (max-width: 699px) {
	.branch_store{
		padding-bottom: 30%;
	}
	.branch_store h4 + img + img{
		margin: 0 3.5%;
		width: calc(100% - 3.5% - 3.5%);
	}
	.branch_store h4{
		padding: 9% 0;
		font-size: 22px;
	}
	.branch_store + div{
		margin-top: 43%;
	}
}


/* about_egf
---------------------------------------------------------- */
.about_egf{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 85%;
	margin: 10% auto 0;
	border: 1px solid #a48c67;
	padding: 5% 5% 0;
	position: relative;
}
.about_egf div{
	display: block;
	background: #fff;
	font-size: 24px;
	color: #8a7558;
	line-height: 1.3;
	text-align: center;
	margin: -10% auto 0;
	padding: 0 0 0 0.2em;
}
/* SP */
@media all and (max-width: 699px) {
	.about_egf div{
		font-size: 22px;
		padding: 0;
		margin-top: -14%;
		max-width: 290px;
	}
}


/* リンクボタン
---------------------------------------------------------- */
.cv{
	display: block;
	width: 580px;
	margin: auto;
	border: 1px solid #8a7558;
	padding: 0.9em 0;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	color: #8a7558;
	position: relative;
	transition: .3s;
}
.cv::before{
	content: "";
	display: block;
	background: url("img/icon_arrow.png") no-repeat;
	background-size: contain;
	width: 15px;
	height: 10px;
	position: absolute;
	right: 6%;
	top: 45%;
	transition: .3s;
}
.cv:hover{
	background: #8a7558;
	color: #fff;
}
.cv:hover::before{
	background-image: url("img/icon_arrow_white.png");
}
/* SP */
@media all and (max-width: 699px) {
	.cv{
		width: 100%;
		font-size: 19px;
		padding: 1em 2em;
		line-height: 1.3;
	}
}

article{
	padding-bottom: 100px;
}
/* SP */
@media all and (max-width: 699px) {
	article{
		padding-bottom: calc(100vw / 700 * 100);
	}
}


.cta{
	position: relative;
}
.btn_cv{
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
	margin: auto;
}
/* SP */
@media all and (max-width: 699px) {
	.btn_cv img{
		width: calc(603vw / 700 * 100);
	}
}


/* loop
---------------------------------------------------------- */
.loop_wrap{
	display: flex;
	width: 700px;
	height: 580px;
	overflow: hidden;
	margin: 2.5em 0;
}
.loop_wrap img{
	max-width: 300%;
	width: auto;
	height: 100%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.loop_wrap{
		width: 100%;
		height: calc(580vw / 750 * 100);
	}
	.loop_wrap img{
		max-width: 288%;
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	font-size: 8px;
	padding-bottom: 3%;
}
footer ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
footer ul li{
	display: block;
	margin: 0 .5rem;
}
footer ul li a{
	color: #000;
}
address{
	font-style: normal;
	line-height: 2;
}
/* SP */
@media all and (max-width: 699px) {
	footer{
		padding-bottom: 7%;
	}
}

