@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #212121;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #212121;
}
a:hover {
	color: #212121;
}
a:active {
	color: #212121;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212121;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 16px 79px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
}
#gHeader h1 {
	margin-bottom: 62px;
	font-size: 1.1rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.075em;
}
#gHeader .logo {
	margin-left: 53px;
}
#gHeader .hLink {
	position: absolute;
	right: 50px;
	top: 40px;
	width: 200px;
}
#gHeader .hLink a {
	padding: 19px 0 15px 26px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	font-weight: 400;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.075em;
	background: url("../../img/common/icon01.png") no-repeat left 17px center;
	font-family: 'Amiri', serif;
}
#gHeader .hLink .sml {
	margin: 15px 0 0 19px;
	display: block;
	color: #fff;
	line-height: 1.75;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
#gHeader .hTel {
	display: none;
}

@media all and (min-width: 1041px) {
	#gHeader .hLink a:hover {
		background-color: #000;
	}
}

@media all and (max-width: 1040px) {
	#gHeader {
		padding: 10px;
		/*position: fixed;*/
		left: 0;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		background: rgba(0,0,0,0.4);
	}
	#gHeader h1 {
		margin-bottom: 5px;
		font-size: 0.8rem;
		letter-spacing: 0;
	}
	#gHeader .logo {
		margin-left: 0;
		width: 50px;
	}
	#gHeader .hLink {
		right: 10px;
		bottom: 20px;
		top:auto;
		width: 25px;
		height: 23px;
	}
	#gHeader .hLink a {
		padding: 0;
		width: 25px;
		height: 23px;
		border: none;
		background-position: left center;
		background-size: 25px auto;
	}
	#gHeader .hLink span {
		display: none !important;
	}
	#gHeader .hTel {
		position: absolute;
		right: 60px;
		bottom: 20px;
	}
	#gHeader .hTel {
		display: block;
		display:none;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 22px 0 142px;
}
#gFooter .content {
	position: relative;
}
#gFooter address {
	font-style: normal;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
#gFooter address a:hover {
	opacity: 0.7;
}
#gFooter .pageTop {
	position: absolute;
	right: 11px;
	top: 1px;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	position: fixed;
	left: 0;
	bottom: -130px;
	width: 100%;
	z-index: 99;
	padding: 13px 0 24px;
	background-color: #d4ccc1;
	transition: .3s;
-webkit-transition: .3s;
}
#gFooter .fBox.on {
	bottom: 0;
}
#gFooter .fTxt {
	width: 255px;
	padding: 28px 0 0 110px;
	position: relative;
	color: #171918;
	font-size: 2rem;
	letter-spacing: 0.075em;
	box-sizing: border-box;
}
#gFooter .fTxt .num {
	font-size: 3rem;
}
#gFooter .fTxt .white {
	width: 95px;
	height: 95px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 23px;
	color: #171918;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	line-height: 1.33;
	background-color: #fff;
	border-radius: 100px;
	box-sizing: border-box;
}
#gFooter .fBox ul {
	width: 827px;
	padding: 18px 0 0 19px;
	border-left: 1px solid #c4bbae;
	box-sizing: border-box;
}
#gFooter .fBox li {
	padding-right: 20px;
	color: #171918;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
}
#gFooter .fBox li > span {
	margin-top: 5px;
	display: block;
}
#gFooter .fBox li .en {
	font-size: 2.4rem;
}
#gFooter .fInfo {
	position: relative;
}
#gFooter .fLink {
	position: absolute;
	right: 0;
	top: 12px;
	width: 240px;
}
#gFooter .fLink a {
	padding: 26px 0 21px 35px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 5px;
	letter-spacing: 0.075em;
	border: 1px solid #3d2813;
	background: #3d2813 url("../../img/common/icon06.png") no-repeat left 20px center;
}

@media all and (min-width: 1041px) {
	#gFooter .fLink a:hover {
		color: #3d2813;
		background-color: transparent;
	}
}

@media all and (max-width: 1120px) {
	#gFooter .fBox ul {
		width: 750px;
	}
	#gFooter .fBox li {
		padding-right: 5px;
		letter-spacing: 0;
	}
}

@media all and (max-width: 1040px) {
	#gFooter {
		padding: 10px 0 172px;
	}
	#gFooter .fBox {
		padding: 10px 0;
		bottom: -170px;
	}
	#gFooter .fTxt {
		width: auto;
		text-align: center;
		padding: 6px 0 10px;
		font-size: 1.6rem;
		letter-spacing: 0.075em;
	}
	#gFooter .fTxt .num {
		font-size: 2.2rem;
	}
	#gFooter .fTxt .white {
		left: 50%;
		margin-left: -110px;
		width: 45px;
		height: 45px;
		padding-top: 6px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#gFooter address span {
		display:none;
	}
	#gFooter .fBox ul {
		width: auto;
		display: inherit;
		text-align: center;
		padding: 5px 0 0;
		border-top: 1px solid #c4bbae;
		border-left: none;
	}
	#gFooter .fBox li {
		padding-right: 0;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#gFooter .fBox li > span {
		margin-top: 0;
		display: inline;
	}
	#gFooter .fBox li .en {
		font-size: 1.6rem;
	}
	#gFooter .fInfo {
		display: block;
	}
	#gFooter .fLink {
		position: static;
		width: 240px;
		margin: 0 auto;
	}
	#gFooter .fLink a {
		padding: 10px 0 10px 35px;
		font-size: 1.3rem;
		background-size: 20px auto;
	}

}