@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

/*=====================================

layout.css

=====================================*/


/*-------------------------------------
 reset
-------------------------------------*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
select,
textarea,
button {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	color: #141420;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	word-break: break-all;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #161a2e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
.forPC { display: block; }
img.forPC, br.forPC { display: inline-block }
.forSP { display: none; }

.btn a {
	text-decoration: none;
}

/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
}
.inner {
	position: relative;
	max-width: 1110px;
	margin: 0 auto;
}
.inner:after {
	clear: both;
	display: block;
	content: "";
}

/*-------------------------------------
 header
-------------------------------------*/
.header {
    position: fixed;
    border-bottom: 1px solid #f1f1f1;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: #FFFFFF;
}
/* headerLogo
-------------------------------------*/
.headerLogo {
	position: relative;
	float: left;
	width: 130px;
	padding: 17px 13px 18px 0;
}
/* gNav
-------------------------------------*/
.gNav ul {
	display: flex;
	padding: 30px 0 0 0;
}
.gNav ul li {
	min-width: 80px;
	margin: 0 15px;
	line-height: 1.5;
	text-align: center;
}
.gNav ul li a {
	position: relative;
	display: block;
	padding: 0 0 7px 0;
	text-decoration: none;
}
.gNav ul li.current a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	display: block;
	width: 100%;
	height: 3px;
	background:  #d62e15;
}
.gNav ul li em {
	display: block;
}
.gNav ul li .en {
	font-size: 10px;
}
.gNav .contactBtn {
	position: absolute;
	top: 0;
	right: 0;
}
.gNav .contactBtn a {
	display: block;
	padding: 8px 22px 8px 50px;
	color: #fff;
	background: url(../images/icn_contact01.png) no-repeat 10px center #d62e15;
}

/* gnav child */
.gNav ul div{
	cursor: pointer;
	position: relative;
}
.gNav ul div.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    display: block;
    z-index: 1;
    right: 50%;
}

.gNav ul li ul.child {
    position: absolute;
    background:rgba(214,46,21,0.9);
	padding: 0px 0 0 0;
	display: none;
}
.gNav ul li ul.child li{
	text-align: left;
	padding: 20px 20px 20px 7px;
	border-bottom: solid 1px #FFFFFF;
}
.gNav ul li ul.child li:last-child{
	border: none;
}
.gNav ul li ul.child li a{
	color: #FFFFFF;
	padding-bottom: 0;
	padding-left: 13px;
    background: url(../images/icn_footer_arw01.png) no-repeat 0px 6px;
}



/* headerSp
-------------------------------------*/
.headerSpBtn{
	display: none;
}


/*-------------------------------------
 footer
-------------------------------------*/
/* footerPagetop
-------------------------------------*/
.footerPagetop a {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	width: 52px;
	height: 52px;
	text-decoration: none;
	background: url(../images/pagetop.png) no-repeat 0 0;
}
/* footerMenu
-------------------------------------*/
.footerMenu {
	border-top: 1px solid #d62e15;
	background:  #f4f6f5;
}
.footerMenu ul {
	display: flex;
	border-left: 1px solid #d62e15;
}
.footerMenu ul li {
	border-right: 1px solid #d62e15;
}
.footerMenu ul li a {
	display: block;
	padding: 4px 20px;
	color: #333;
}
/* footerNav
-------------------------------------*/
.footerNav {
	color: #fff;
	background: #d62e15;
}
.footerNav a {
	color: #fff;
}
.footerNav .inner {
	display: flex;
	justify-content: space-between;
	padding: 22px 0 40px 0;
}
.footerNav dl {
    width: 19%;
}
.footerNav dl dt {
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
.footerNav dl dd ul {
	padding: 0 0 0 5px;
}
.footerNav dl dd ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
	font-size: 12px;
	background: url(../images/icn_footer_arw01.png) no-repeat 0 6px;
}
/* footerAddress
-------------------------------------*/
.footerAddress {
	color: #fff;
	border-top: 1px solid #fff;
	background: #d62e15;
}
.footerAddress .inner {
	padding: 20px;
}
/* footerCopyright
-------------------------------------*/
.footerCopyright p {
	padding: 13px 0;
	color:  #333;
	text-align: center;
}


































/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP { display: inline-block }

body {
	font-size: 14px;
}

/*-------------------------------------
 layout
-------------------------------------*/
.inner {
	width: auto;
	padding: 0 10px;
}

/*-------------------------------------
 header
-------------------------------------*/
header .inner {
	height: 46px;
	min-height: inherit;
	padding: 0 7px;
}
/* headerLogo
-------------------------------------*/
.headerLogo {
	width: 89px;
	padding: 8px 0;
}
/* gNav
-------------------------------------*/
.gNav {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	z-index: 1000;
	background:rgba(214,46,21,0.9);
}
.gNav ul {
	display: block;
	padding: 0;
}
.gNav ul li {
	min-width: inherit;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.gNav ul li a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 11px 20px 11px 33px;
	background: url(../images/icn_gnav_arw01.png) no-repeat 15px center / 7px 13px;
}
.gNav ul li.current a:before {
	display: none;
}
.gNav ul li .en {
	margin-left: auto;
	font-size: 10px;
}

.gNav .contactBtn {
	position: relative;
	top: auto;
	right: auto;
	padding: 22px 10px;
	text-align: center;
}
.gNav .contactBtn a {
	display: inline-block;
	min-width: 225px;
	padding: 3px 30px;
	color: #d62e15;
	font-size: 16px;
	background: url(../images/icn_contact03.png) no-repeat 12px center / 18px 18px #fff;
	box-sizing: border-box;
}
	

/* headerSp
-------------------------------------*/
.headerSpBtn {
	display: block;
	position: absolute;
	top: 10px;
	right: 11px;
	z-index: 3;
	width: 31px;
	height: 27px;
	cursor: pointer;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerSpBtn span {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #d62e15;
}
.headerSpBtn span:nth-of-type(1) {
	top: 0;
}
.headerSpBtn span:nth-of-type(2) {
	top: 11px;
}
.headerSpBtn span:nth-of-type(3) {
	top: 22px;
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 12px;
	transform: rotate(45deg);
}
.headerSpBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerSpBtn.open span:nth-of-type(3) {
	top: 12px;
	transform: rotate(-45deg);
}


/*-------------------------------------
 footer
-------------------------------------*/
/* footerPagetop
-------------------------------------*/
.footerPagetop a {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
}
.footerPagetop a {
    right: 20px;
    bottom: 20px;
}
/* footerMenu
-------------------------------------*/
.footerMenu ul {
	border-left: none;
}
.footerMenu ul li {
	width: 50%;
	text-align: center;
	border-right: none;
}
.footerMenu ul li:nth-child(odd) {
	border-right: 1px solid #d62e15;
}
.footerMenu ul li a {
	padding: 6px 5px;
	font-size: 12px;
}
/* footerNav
-------------------------------------*/
.footerNav .inner {
	display: block;
	padding: 0;
}
.footerNav dl {
	width: auto;
	border-bottom: 1px solid #fff;
}
.footerNav dl dt {
	margin: 0;
	padding: 8px 40px 8px 28px;
	cursor: pointer;
	font-size: 17px;
	border-bottom: none;
	background: url(../images/icn_footer_plus.png) no-repeat right 17px center / 22px 22px;
}
.footerNav dl dt.open {
	background-image: url(../images/icn_footer_minus.png);
}
.footerNav dl dd {
	display: none;
}
.footerNav dl dd ul {
	padding: 0 16px;
}
.footerNav dl dd ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	border-top: 1px solid #fff;
	background: url(../images/icn_footer_arw02.png) no-repeat 14px 16px / 4px 8px;
}
.footerNav dl dd ul li a {
	display: block;
	padding: 8px 0 8px 29px;
}
/* footerAddress
-------------------------------------*/
.footerAddress {
	border-top: none;
}
.footerAddress .inner {
	padding: 17px 10px;
}
.footerAddress p {
	font-size: 10px;
}
/* footerCopyright
-------------------------------------*/
.footerCopyright p {
	padding: 10px 0;
	font-size: 10px;
}


	


}







/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

a img,
.hover,
.btn a,
.gNav ul li a,
.gNav .contactBtn a,
.footerMenu ul li a {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
	text-decoration: none;
}
a:hover img,
.hover:hover,
.btn a:hover,
.gNav ul li a:hover,
.gNav .contactBtn a:hover,
.footerMenu ul li a:hover {
	opacity: 0.7;
}


}



