@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

@media only screen and (min-width: 768px){
	.pc_none {
		display: none!important;
	}
}
@media only screen and (max-width: 767px){
	.sp_none {
		display: none!important;
	}
}

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;
}

a,
a:link {
	color: #755D4C;
	text-decoration: none;
}

a:visited {
	color: #755D4C;
}

a:hover {
	color: #755D4C;
}

a:active {
	color: #755D4C;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1145px;
	color: #755D4C;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	border-top: 6px solid #FAC8BD;
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		border-top: 3px solid #FAC8BD;
	}
	
	#main {
		margin-bottom: 30px;
	}

}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 998px;
	margin: 0 auto;
	padding: 21px 0 16px 3px;
	box-sizing: border-box;
}

#gHeader h1 {
	float: left;
	width: auto;
}
#gHeader h1 a {
	display: block;
	width: auto;
	height: auto;
}

/* #gHeader .text {
	float: right;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#gHeader .text span {
	display: inline-block;
	vertical-align: middle;
}

#gHeader .text .tel {
	margin: 0 31px 0 20px;
	padding-left: 32px;
	font-size: 26px;
	background: url(../../img/common/icon01.png) no-repeat left top 9px;
}

#gHeader .text span a {
	display: inline-block;
}

#gHeader .text a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
} */

#gHeader .menuBox {
	display: none;
}
	
@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		width: auto;
		padding: 13px 7px;
		position: relative;
	}

	#gHeader h1 img {
		width: 260px;
	}

	/* #gHeader .text {
		display: none;
	} */
	
	#gHeader .menu {
		float: right;
		cursor: pointer;
	}
	
	#gHeader .menu img {
		width: 25px;
	}
	
	#gHeader .menuBox {
		width: 100%;
		padding-bottom: 10px;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #fff;
		z-index: 200;
		border-top: 2px solid #FAC8BD;
	}
	
	#gHeader .menuBox li {
		border-bottom: 2px solid #FAC8BD;
	}
	
	#gHeader .menuBox li a {
		padding: 10px 5px;
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	
	#gHeader .menuBox li a span {
		display: block;
		font-size: 11px;
	}
	
	#gHeader .menuBox p {
		margin-top: 10px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
	}
	
	#gHeader .menuBox p a {
		padding-left: 25px;
		display: inline-block;
		background: url(../../img/common/icon01.png) no-repeat left center;
		background-size: 18px auto;
	}

}
.link_area {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.link_area {
		width: 100%;
		flex-direction: column;
	}
}
.link_area .link_icon {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	.link_area .link_icon {
		width: 300px;
		margin: 20px auto 0;
		flex-direction: column;
	}
}
.link_area .link_icon a {
	display: block;
	width: 200px;
	height: auto;
	margin-left: 20px;
}
.link_area .link_icon a:nth-of-type(1) {
	margin-left: 0;
}
@media only screen and (max-width: 767px){
	.link_area .link_icon a {
		width: 100%;
		margin-top: 20px;
	}
	.link_area .link_icon a:nth-of-type(1) {
		margin: 0;
	}
}
.link_area .link_icon a img {
	display: block;
	width: 100%;
	height: auto;
}
.link_area .link_icon a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 30px 0 18px;
	position: relative;
	text-align: center;
	background-color: #FCDFD7;
}
#gFooter .fLogo {
	margin-bottom: 13px;
}

#gFooter p {
	font-weight: bold;
	letter-spacing: 1.5px;
}

#gFooter .copyright {
	margin-top: 13px;
	font-size: 10px;
	letter-spacing: 1px;
}

.pageTop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 100;
}

.pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 20px 10px 10px;
	}

	#gFooter .fLogo {
		margin-bottom: 15px;
	}
	
	#gFooter .fLogo img {
		width: 120px;
	}

	#gFooter p {
		letter-spacing: 1px;
	}

	#gFooter .copyright {
		margin-top: 15x;
	}

	.pageTop {
		right: 15px;
		bottom: 10px;
	}

	.pageTop a img {
		width: 30px;
	}

}

/* @media all and (-ms-high-contrast:none){
	#gHeader .text .tel {
		margin-top: 12px;
		padding-top: 3px;
		background: url(../../img/common/icon01.png) no-repeat left top;
	}
}

.ie8 #gHeader .text .tel {
	margin-top: 9px;
	padding-top: 3px;
	background: url(../../img/common/icon01.png) no-repeat left top;
} */