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

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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%;
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #4C413C;
	font-size: 1.8rem;
	line-height: 1.61;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}


body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}


#container {
	text-align: left;
	overflow: hidden;
}

#main {
	padding-top: 308px;
}

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

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

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

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		padding-top: 134px;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 98;
	background-color: #fff;
}

#gHeader .top {
	padding: 8px 10px 6px;
	color: #231815;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #DCDDDD;
}

#gHeader .hBox {
	position: relative;
}

#gHeader .hBox .menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

#gHeader .hBox .menu:hover {
	opacity: 0.7;
}

#gHeader .hBox .hInner  {
	padding: 24px 0 25px 94px;
	margin: 0 auto;
	max-width: 1170px;
	box-sizing: border-box;
}

#gHeader h1 {
	width: 692px;
	float: left;
}

#gHeader .hBox .txtUl {
	margin-top: 1px;
	float: right;
}

#gHeader .hBox .txtUl li {
	margin-right: 11px;
	width: 104px;
	float: left;
}

#gHeader .hBox .txtUl li:first-child {
	margin-right: 14px;
}

#gHeader .hBox .txtUl li:last-child {
	margin-right: 0;
}

#gHeader .hBox .txtUl li img {
	width: 100%;
}

#gHeader .bottom {
	padding: 9px 0;
	background-color: #4B403C;
}

#gHeader .bottom .inner {
	max-width: 984px;
	margin: 0 auto;
}

#gHeader .bottom .inner p {
	float: left;
}

#gHeader .bottom .inner p:last-child {
	float: right;
}

#gHeader .bottom a:hover {
	opacity: 0.7;
}

.menuBox {
	padding: 82px 20px;
	position: fixed;
	width: 250px;
	height: calc(100% - 49px);
	right: -250px;
	top: 49px;
	overflow-y: auto;
	z-index: 100;
	transition: all 1s;
	background-color: #A680B9;
	box-sizing: border-box;
}

.menuBox.on {
	right: 0;
}

.menuBox .close {
	position: absolute;
	right: 10px;
	top: 21px;
}

.menuBox .close a:hover {
	opacity: 0.7;
}

.menuBox li {
	font-size: 1.9rem;
	font-weight: bold;
}

.menuBox li a {
	padding: 14px 37px 13px;
	display: block;
	color: #fff;
	border-bottom: 2px dashed #fff;
	background: url(../../img/common/arrow.png) no-repeat left 17px center;
	background-size: 9px auto;
}

.menuBox li a:hover {
	opacity: 0.7;
}

.menuBox li:last-child a {
	border-bottom: none;
}

.menuBox li:last-child {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	.menuBox li a {
		padding: 20px 37px 13px;
	}
	
	#gHeader .top {
		padding: 11px 10px 3px;
	}
}

@media all and (min-width: 1280px) and (max-width: 1480px) {
	#gHeader h1 {
		margin-top: 10px;
		width: 600px;
	}
	
	#gHeader .hBox .hInner {
		padding: 24px 107px 25px 94px;
	}
}

@media all and (min-width: 768px) and (max-width: 1279px) {
	#gHeader .hBox .menu {
		width: 60px;
	}
	
	#gHeader .hBox .hInner {
		padding: 24px 70px 25px 25px;
	}
	
	#gHeader h1 {
		width: 400px;
	}
	
	#gHeader .hBox .txtUl li {
		width: 60px;
	}
	
	#gHeader .bottom .inner {
		padding: 0 10px;
	}
	
	#gHeader .bottom .inner p {
		width: 48.5%;
	}
	
	#gHeader .bottom .inner p:first-child {
		margin-top: 10px;
	}
	
	#main {
		padding-top: 250px;
	}
}


@media all and (max-width: 767px) {
	#gHeader {
	}
	
	#gHeader .top {
		padding: 8px 1px 6px;
		font-size: 1rem;
		letter-spacing: -0.3px;
	}
	
	#gHeader .hBox .hInner {
		padding: 5px 35px 10px 5px;
	}
	
	#gHeader h1 {
		margin-top: 15px;
		width: 140px;
	}
	
	#gHeader .hBox .menu {
		width: 30px;
	}
	
	#gHeader .hBox .txtUl {
		margin-top: 0;
	}
	
	#gHeader .hBox .txtUl li {
		margin-right: 5px;
		width: 40px;
	}
	
	#gHeader .hBox .txtUl li:first-child {
		margin-right: 5px;
	}
	
	#gHeader .bottom .inner {
		text-align: center;
	}
	
	#gHeader .bottom .inner p {
		width: auto;
		float: none !important;
		display: inline-block;
		vertical-align: middle;
	}
	
	#gHeader .bottom .inner p:first-child {
		vertical-align: -4px;
	}
	
	#gHeader .bottom .inner p img {
		max-width: 178px;
	}
	
	#gHeader .bottom {
		padding: 5px;
	}
	
	.menuBox .close {
		width: 26px;
	}
	
	.menuBox li {
		font-size: 1.4rem;
	}
	
	.menuBox li a {
		background-size: 5px auto;
		padding: 8px 20px 7px;
		background-position: left 10px center;
	}
	
	.menuBox {
		padding: 54px 20px;
		top: 30px;
		height: calc(100% - 30px);
	}
}

@media all and (max-width: 374px) {
	#gHeader .bottom .inner p img {
		max-width: 152px !important;
	}
	
	#main {
		padding-top: 132px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10px 0;
	color: #231815;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding: 5px 0;
		font-size: 1.4rem;
	}
}