@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: "游ゴシック","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;
}

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

a:visited {
	color: #3C3C3C;
	text-decoration: none;
}

a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}

a:active {
	color: #3C3C3C;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1230px;
	color: #3C3C3C;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 175px;
	width: 1000px;
}

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

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

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		margin-bottom: 114px;
		width: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 15px 0 38px;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1000px;
}

#gHeader .hInner {
	margin-bottom: 14px;
}

#gHeader h1 {
	width: 600px;
	float: left;
	color: #505050;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}

#gHeader .hTel {
	margin: 13px 2px 0 0;
	float: right;
}

#gHeader .logo {
	float: left;
}

#gHeader .logo img {
	width: 217px;
}

#gHeader .fixBox {
	width: 60px;
	position: fixed;
	right: 0;
	top: 240px;
	z-index: 1000;
}

#gHeader .fixBox a {
	padding: 24px 13px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #323232;
}

#gHeader .fixBox a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .fixBox p {
	margin-top: -1px;
	padding: 12px 0 0 5px;
	width: 100%;
	height: 234px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #656565;
	writing-mode: horizontal-tb;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-lr;
	-webkit-writing-mode: tb-lr;
	box-sizing: border-box;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media all and (-ms-high-contrast:none){
	#gHeader .fixBox p {
		padding-left: 3px;
	}
}
@media all and (min-width: 768px) {
	#gHeader .menu {
		display: none !important;
	}
	
	#gHeader .menuBox {
		display: none !important;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 15px 0 0;
		position: relative;
		background-color: #FFF;
		z-index: 200;
	}

	#gHeader.fix {
		width: 100%;
		position: fixed;
	}
		
	#gHeader .hInner {
		display: none;
	}
		
	#gHeader .hArea {
		padding: 0 23px 20px;
	}
		
	#gHeader .hBox {
		margin-bottom: 0;
		width: auto;
	}
		
	#gHeader .logo img {
		width: 152px;
	}

	#gHeader .hLink li {
		width: 50%;
		min-height: 50px;
		float: left;
		text-align: center;
		border-right: 1px solid #FFF;
		background-color: #353535;
		box-sizing: border-box;
	}
		
	#gHeader .hLink li a {
		padding: 18px 5px 10px;
		display: block;
	}
	
	#gHeader .hLink li:nth-child(2n) {
		float: right;
		border-right: none;
	}
	
	#gHeader .hLink li img {
		height: 14px;
	}
	
	#gHeader .hLink .link01 img {
		height: 13px;
	}

	#gHeader .fixBox {
		display: none;
	}
	
	/*------------------------------------------------------------
		menu
	------------------------------------------------------------*/	
	#gHeader .menu {
		width: 30px;
		position: absolute;
		right: 26px;
		top: 28px;
	}
	
	#gHeader .menuBox .close {
		position: absolute;
		right: 30px;
		top: 27px;
		cursor: pointer;
	}
	
	#gHeader .menuBox {
		padding: 100px 23px 20px;
		width: 100%;
		height: calc(100%);
		position: fixed;
		left: 0;
		top: 0;
		text-align: center;
		background: #C89045;
		box-sizing: border-box;
		overflow: auto;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transition: all ease 0.25s;
		-webkit-transition: all ease 0.25s;
		z-index: 2000;
	}
	
	#gHeader .menuBox.show {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	
	#gHeader .menuBox ul {
		margin-bottom: 52px;
		border-top: 1px solid #FFF;
	}
	
	#gHeader .menuBox li a {
		padding: 14px 18px 15px;
		display: block;
		color: #FFF;
		font-size: 13px;
		border-bottom: 1px solid #FFF;
	}
	
	#gHeader .menuBox li a:hover {
		text-decoration: none;
	}
	
	#gHeader .menuBox .menuLogo {
		margin-bottom: 49px;
	}
	
	#gHeader .menuBox .menuLogo img {
		width: 139px;
	}
	
	#gHeader .menuBox p {
		margin-bottom: 35px;
		color: #FFF;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.65;
	}

	#gHeader .menuBox p a {
		margin: 24px auto 0;
		padding: 8px 5px 8px;
		width: 91.2%;
		display: block;
		color: #3C3C3C;
		line-height: 1.75;
		text-decoration: none;
		background: #FFF url(../img/icon04.png) no-repeat right 12px center;
		background-size: 4px 7px;
		font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
		box-sizing: border-box;
	}
	
	#gHeader .menuBox p a span {
		font-size: 10px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 19px -22px 0 0;
	width: 750px;
	float: right;
}

#gNavi ul {
	text-align: right;
}

#gNavi li {
	margin: 0 22px;
	display: inline-block;
}

#gNavi li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#gNavi li a .en {
	margin-top: 1px;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
}

#gNavi li a:hover {
	color: #FF567B;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 13px;
}

#pagePath li {
	display: inline;
	font-weight: 500;
}

#pagePath li a {
	color: #FF7895;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#pagePath {
		display: none;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 700px;
	margin-right: -22px;
	float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		width: auto;
		margin: 0 22px;
		float: none;
	}
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 270px;
	float: left;
}

#sideBar .sNavi {
	margin-bottom: 15px;
}

#sideBar .sNavi ul {
	margin-bottom: 18px;
}

#sideBar .sNavi ul:last-child {
	margin-bottom: 0;
}

#sideBar .sNavi .title {
	padding: 26px 5px 10px;
	min-height: 80px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
	background: #FF7795 url(../img/s_bg01.png) no-repeat right bottom -8px;
	box-sizing: border-box;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#sideBar .sNavi li a {
	padding: 19px 17px 17px;
	display: block;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: none;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: url(../img/icon01.png) no-repeat right 12px center;
}

#sideBar .sNavi li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .banner {
	margin-bottom: 15px;
}

#sideBar .banner li {
	margin-bottom: 18px;
}

#sideBar .banner li:last-child {
	margin-bottom: 0;
}

#sideBar .banner li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#sideBar {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 156px;
	background-color: #353535;
}

#gFooter .pageTop {
	display: none;
	position: fixed;
	right: 106px;
	bottom: 60px;
	z-index: 100;
}

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

#gFooter .fBox {
	margin: 0 auto;
	padding-bottom: 135px;
	width: 1000px;
}

#gFooter .fLogo {
	margin-bottom: 80px;
	text-align: center;
}

#gFooter .add {
	margin-bottom: 64px;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.75;
	text-align: center;
}

#gFooter .add a {
	color: #FFF;
	text-decoration: none;
}

#gFooter .fNavi {
	margin-right: 20px;
	width: 236px;
	float: left;
}

#gFooter .fNavi01 {
	margin-right: 0;
	width: 490px;
	float: left;
}

#gFooter .fNavi02 {
	margin-right: 0;
	float: right;
}

#gFooter .fNavi .title {
	margin-bottom: 20px;
	padding-bottom: 14px;
	color: #FFF;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#gFooter .fNavi ul {
	margin-left: -3px;
}

#gFooter .fNavi li {
	margin-bottom: 13px;
	color: #FFF;
}

#gFooter .fNavi li:last-child {
	margin-bottom: 0;
}

#gFooter .fNavi li a {
	margin-left: 5px;
	padding-left: 14px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	background: url(../img/icon02.png) no-repeat left top 6px;
}

#gFooter .fNavi .subNavi ul {
	width: 238px;
	float: left;
}

#gFooter .fNavi .subNavi ul:nth-child(2n) {
	float: right;
}

#gFooter .copyright {
	padding: 30px 0 28px;
	background-color: #FFF;
}

#gFooter .copyright p {
	margin: 0 auto;
	width: 1000px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

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

	#gFooter .pageTop {
		width: 40px;
		right: 10px;
		bottom: 44px;
	}
	
	#gFooter .pageTop img {
		width: 100%;
	}
	
	#gFooter .fBox {
		padding: 0 10px 61px;
		width: auto;
	}

	#gFooter .fLogo {
		margin-bottom: 49px;
	}
	
	#gFooter .fLogo img {
		width: 142px;
	}
	
	#gFooter .add {
		margin-bottom: 0;
		letter-spacing: 1px;
		line-height: 1.65;
	}

	#gFooter .add a {
		margin: 24px auto 0;
		padding: 8px 5px 8px;
		width: 84.59%;
		display: block;
		color: #3C3C3C;
		line-height: 1.75;
		text-decoration: none;
		background: #FFF url(../img/icon04.png) no-repeat right 12px center;
		background-size: 4px 7px;
		font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
		box-sizing: border-box;
	}
	
	#gFooter .add a span {
		font-size: 10px;
	}

	#gFooter .naviBox {
		display: none;
	}
	
	#gFooter .copyright {
		padding: 17px 0 15px;
	}
	
	#gFooter .copyright p {
		width: auto;
		font-size: 11px;
	}
}