@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', 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: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1120px;
	color: #333;
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: 300;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 110px;
}

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.05rem;
	}

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

	.pc {
		display: none !important;
	}

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

	#main {
		margin-bottom: 37px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 19px 0 11px;
	border-bottom: 2px solid #000;
	position: fixed;
	z-index: 30;
	width: 100%;
	background: #fff;
}

#gHeader .hInner {
	width: 1064px;
	margin: 0 auto;
}

#gHeader h1 {
	float: left;
}

#gHeader h1 img {
	width: 339px;
}

#gHeader .linkUl {
	float: right;
}

#gHeader .linkUl li {
	display: inline-block;
}

#gHeader .linkUl li a {
	padding: 4px 0 5px 26px;
	color: #231815;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
}

#gHeader .linkUl li .en {
	display: block;
	color: #E8465A;
	font-size: 1.4rem;
}

#gHeader .linkUl li:first-child a {
	padding: 4px 30px;
}

#gHeader .linkUl li:first-child a:before {
	width: 2px;
	height: 23px;
	background: #F4A3AC;
	position: absolute;
	top: 11px;
	right: 0;

	content: "";
}

#gHeader .linkUl li a:hover {
	opacity: 0.7;
}

#gHeader .menu .closeImg {
	display: none;
}

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

@media all and (max-width: 767px) {
	#gHeader {
		padding: 12px 23px 10px 23px;
		border-bottom: 1px solid #000;

	}

	#gHeader .hInner {
		width: 100%;
		margin: 0 auto;
	}

	#gHeader h1 {
		float: left;
	}

	#gHeader h1 img {
		width: 167px;
	}

	#gHeader .menu {
		float: right;
	}

	.spBox {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		top: 47px;
		z-index: 1000;
	}

	.spBox li a {
		padding: 12px 0;
		color: #fff;
		font-size: 1.35rem;
		display: block;
		text-align: center;
		background: rgba(232,70,90,0.9);
		border-bottom: 1px solid #fff;
	}

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

	#gHeader .menu.on .closeImg {
		display: block;
	}

	#gHeader .menu.on .menuImg {
		display: none;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	width: 990px;
	margin: 0 auto 21px;
}

#pagePath li {
	display: inline;
	font-size: 1.6rem;
	font-weight: 400;
}

#pagePath li a {
	margin-right: 4px;
}

#pagePath li a:hover {
	text-decoration: underline;
}

@media all and (max-width: 767px) {
	#pagePath {
		width: auto;
		margin: 0 40px 13px;
	}

	#pagePath li {
		font-size: 0.8rem;
	}

	#pagePath li a {
		margin-right: 2px;
	}

	#pagePath li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	float: left;
	width: 723px;
}

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

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding-top: 89px;
	float: right;
	width: 214px;
}

#sideBar .title {
	padding-bottom: 13px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	border-bottom: 3px solid #009A8E;
}

#sideBar .sNavi li {
	float: left;
	width: 100%;
}

#sideBar .sNavi li a {
	padding: 15px 10px 15px 23px;
	display: block;
	border-bottom: 1px solid #009A8E;
	font-size: 16px;
}

#sideBar .sNavi li img {
	margin: -3px 0 0;
	width: 19px;
	display: inline-block;
	vertical-align: middle;
}

#sideBar .sNavi li a:hover,
#sideBar .sNavi .on a {
	background-color: #E5E5E5;
}

@media all and (max-width: 767px) {
	#sideBar {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	display: none;
}

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

#gFooter {
	overflow: hidden;
	background-color: #E8465A;
}

#gFooter .fInner {
	width: 1000px;
	padding: 23px 0 19px;
	margin: 0 auto;
}

#gFooter .fBox {
	width: 520px;
	padding: 0px 5px 0 4px;
	float: left;
	box-sizing: border-box;
}

#gFooter .fBox .fImg {
	margin-top: 12px;
	float: left;
}

#gFooter .fBox .txtBox {
	width: 299px;
	float: right;
}

#gFooter .fBox .txtBox p {
	color: #FFF;
	line-height: 1.6;
	font-size: 1.6rem;
}

#gFooter .fBox .txtBox p a {
	color: #fff;
}

#gFooter .fBox .txtBox .ttl {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

#gFooter .fNavi {
	padding: 14px 5px 10px 60px;
	width: 210px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#gFooter .fNavi li {
	margin-bottom: 4px;
	font-size: 1.2rem;
}

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

#gFooter .fNavi li a {
	color: #FFF;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 700;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi .home a {
	font-size: 1.7rem;
}

#gFooter .fNavi .subNavi {
	margin: 6px 0 0 0px;
}

#gFooter .fNavi .subNavi li {
	margin-bottom: 4px;
	font-size: 0;
}

#gFooter .fNavi .subNavi li a {
	padding-left: 10px;
	font-size: 1.4rem;
	position: relative;
	background: url(../../img/common/icon10.png) no-repeat left center;
}

#gFooter .fllowBox {
	margin-top: 0px;
	width: 208px;
	float: right;
	text-align: center;
}

#gFooter .fllowBox .ttl {
	margin-bottom: 15px;
	color: #FFF;
	font-size: 2.7rem;
	font-weight: 700;
}

#gFooter .fllowBox .sns {
	text-align: center;
	margin: 0 -10px;
}

#gFooter .fllowBox li {
	margin: 0 12px;
	width: 45px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

#gFooter .fllowBox li a {
	display: block;
}

#gFooter .fllowBox li img {
	width: 45px;
}

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

#gFooter .copyright {
	padding: 15px 5px;
	text-align: center;
	color: #231815;
	font-size: 1.4rem;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media all and (max-width: 767px) {
	.pageTop img {
		width: 50px;
	}

	#gFooter .fInner {
		width: auto;
		padding: 0 0 27px;
	}

	#gFooter .fBox {
		width: auto;
		padding: 18px 0 16px;
		float: none;
	}

	#gFooter .fBox .fImg {
		margin-top: 8px;
		float: left;
		width: 39.5%;
		text-align: right;
	}

	#gFooter .fBox .fImg img {
		width: 87px;
	}

	#gFooter .fBox .txtBox {
		width: 60.5%;
		box-sizing: border-box;
		padding-left: 13px;
	}

	#gFooter .fBox .txtBox p {
		line-height: 1.27;
		font-size: 1.2rem;
	}

	#gFooter .fBox .txtBox .ttl {
		margin-bottom: 2px;
		font-size: 1.3rem;
	}

	#gFooter .fNavi {
		padding: 0;
		width: auto;
		float: none;
		border: none;
	}

	#gFooter .fNavi li {
		margin-bottom: 0px;
		font-size: 1.2rem;
		position: relative;
	}

	#gFooter .fNavi li a {
		padding: 15px 18px 15px;
		display: block;
		font-size: 1.2rem;
		position: relative;
		border-bottom: 1px solid #FFF;
	}

	#gFooter .fNavi li .accordion {
		width: 40px;
		height: 32px;
		position: absolute;
		right: 0;
		top: 7px;
		font-size: 0;
		z-index: 10;
		cursor: pointer;
		background: url(../../img/common/icon08.png) no-repeat center center;
		background-size: 13px auto;
	}

	#gFooter .fNavi li .accordion.on {
		background-image: url(../../img/common/icon08_o.png);
	}

	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}

	#gFooter .fNavi .home a {
		font-size: 1.3rem;
		border-top: 1px solid #FFF;
	}

	#gFooter .fNavi .subNavi {
		margin: 0;
		display: none;
		padding: 10px 0 14px;
		border-bottom: 1px solid #fff;
	}

	#gFooter .fNavi .subNavi li {
		margin-bottom: 0;
		font-size: 0;
	}

	#gFooter .fNavi .subNavi li a {
		padding: 7px 18px;
		font-size: 1.2rem;
		border-bottom: none;
		background: none;
	}

	#gFooter .fllowBox {
		margin-top: 17px;
		width: auto;
		float: none;
	}

	#gFooter .fllowBox .ttl {
		margin-bottom: 6px;
		font-size: 1.35rem;
	}

	#gFooter .fllowBox li {
		margin: 0 8px;
		width: 32px;
	}

	#gFooter .fllowBox li img {
		width: 32px;
	}

	#gFooter .copyright {
		padding: 7px 5px 6px;
		font-size: 0.8rem;
	}

}
