@charset "UTF-8";
/* CSS Document */

/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    height: 100%;
    margin: 0;
}
html,
body {}
body {
	color: #000000;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}

#wrap {
	overflow:hidden; 
}
.inner {
    max-width: 1024px;
    margin: 0 auto;
}
.min { font-family: 'Noto Serif JP', serif;}
.svg_lab{ display: none;}
em, i {font-style: normal;}




/********************************************
	header
*********************************************/
#header_wrap {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

#header_wrap:after {
	content: '';
	display: block;
	clear: both;
}

header .logo_area {
    float: left;
}

header .header_top .logo_area .logomark {
    text-indent: -9999px;
    background-image: url(../../src/img/common/logo.png);
    background-repeat: no-repeat;
    width: 277px;
    height: 100%;
    background-size: 95%;
    background-position: center;
}
.link_area a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-weight: 500;
}
.link_area .link_area_btn {
    color: #fff;
    background-color: #555656;
    text-align: center;
    padding: 1.1rem 1.2rem;
    border-radius: 10px;
    margin-right: 0.5rem;
    height: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

header .logo_area a {
    display: inline-block;
    font-weight: 600;
    background-color: #fff;
    padding: 0.5rem 1rem;
    height: 100%;
}

#glnav-trigger {
    display: none;
}
header #header_wrap .inner:after {
    content: "";
    background-color: #193dab;
    height: 6px;
    width: 298px;
    position: absolute;
    left: 0px;
    top: 0; 
}
header #header_wrap .contact p, 
header #header_wrap .contact p a { color: #fff; }
header #header_wrap .contact p {
    background-color: #488ab2;
    font-size: 1.6rem;
    display: inline;
    padding: 0.2rem 1.5rem;
    border-radius: 100px;
	line-height: 2;
}


header #header_wrap .contact .tel_icon {
	margin-right: 0.25rem;
	width: 20px;
	height: 20px;
	fill: rgba(255,255,255,1);
	transition: .3s;
	display: inline-block;
	vertical-align: baseline;
}


header #header_wrap .contact li.sns {
    width: 8%;
    margin-left: 1rem;
}

header #header_wrap .contact {
    text-align: right;
}
header #header_wrap .contact li {
    display: inline-block;
    vertical-align: middle;
}

header #header_wrap .inner {
    overflow:  hidden;
    width: 1024px;
    margin: -6px auto 5px auto;
    position: relative;

}

header .menu #mainnavi li {
    display: inline-block;
    position: relative;
    margin-left: 1.5rem;
}

header .menu #mainnavi {
    margin-top: 1.2rem;
}

header .menu #mainnavi li a {
    color: #666666;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

header .header_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 78px;
}
.h_right {
    position: fixed;
    width: 100%;
    z-index: 2000;
    top: 0;
}
header .header_top .logo_area {
    position: relative;
    width: 20%;
    height: 100%;
}
.contact_btn {
    color: #fff;
    padding: 0 2rem;
    background-color: #e21412;
}


header .header_top .link_area {
    height: 100%;
}

.link_area {
    text-align: center;
    float: left;
    height: 100%;
    display: table;
}

.link_area_btn {
    width: 100%;
}
.com_nav {
    z-index: 1;
    position: relative;
}

.nav_link_area {
    background-color: #162732;
}

.com_nav_link_pc {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 0;
    justify-content: space-between;
}

.com_nav_link_pc li a {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 0.5rem 0;
    color: #fff;
}




/********************************************
	footer
*********************************************/	
footer {
    position: relative;
    background-color: #fff;
	text-align: center;
}

footer .addArea .logomark {
    text-indent: -9999px;
    background-image: url(../../src/img/common/logo.png);
    background-repeat: no-repeat;
    width: 277px;
    height: 50px;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
}

footer .addBox {
    margin-top: 1rem;
    line-height: 1.5;
    font-weight: 100;
}

footer .addBox p:first-child {
    letter-spacing: 1px;
}

footer .addBox p:first-child .zip {
    display: inline-block;
    margin-right: 0.5rem;
}

footer .addBox span {
    display: inline-block;
}

footer .addArea .tel_icon {
    margin-right: 0.4rem;
    width: 24px;
    height: 24px;
    fill: #4489b3;
    transition: .3s;
    display: inline-block;
    vertical-align: baseline;
}

footer .addArea .tel, footer .addArea .tel a {
    color: #232323;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 1px;
}

footer .addBox small {
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
}

footer .addBox .mail {
    background-color: #dad8d8;
    color: #393535;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 2rem;
    border-radius: 100px;
    display: inline-block;
    margin: 0.5rem 0;
}

footer .addBox .mail:before {
    content: '';
    background-image: url(../../src/img/common/ico_mail.png);
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
}

footer .cpArea {
    background-color: #3f4145;
    padding: 1.5rem;
}

footer .cpArea a {
    color: #fff;
    font-size: 14px;
}

footer .cpArea li {
    display: inline-block;
    margin-right: 1rem;
}

footer .cpArea .cp {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
}


footer .addArea:after {
    content: '';
    display: block;
    clear: both;
}

footer .addArea .logoArea {
    padding: 2rem 0;
}





/********************************************
	crumbs
*********************************************/	

#crumbs {
	max-width: 1024px;
	margin: 0 auto 4rem;
	padding: 1.5rem;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 100px;
	}
	#crumbs a, #crumbs p {
		color: #1c1c1c;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		position: relative;
		}
		#crumbs a:after {
			content: '';
			display: inline-block;
			vertical-align: middle;
			width: 6px;
			height: 6px;
			border-top: 1px solid #1c1c1c;
			border-right: 1px solid #1c1c1c;
			transition: all 0.3s;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			margin-top: -0.2rem;
			margin: -0.2rem 0.8rem 0;
			}
			



@media screen and (min-width: 1025px) {
#com_nav_link_pc li a:hover {
	color: rgba(255,255,255,0.7);
}
.com_nav.pc {
    display: none;
}
footer .addBox .mail:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

}


@media screen and (max-width: 1024px) {
/********************************************
	header
*********************************************/
header .header_top {
	display: inherit;
	float: left;
	padding: 0;
	height: 100%;
	background: #fff;
}
header #header_wrap .contact {
    display: none;
}
header {
    position: fixed;
    z-index: 100;
    width: 100%;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
header #header_wrap .contact li a span {
    display: block;
    text-indent: -9999px;
}

header #header_wrap {
	height: 70px;
	padding: 0;
	z-index: 2000;
	background: #fff;
}
header #header_wrap .contact li a:before {
    content: none;
}
header #header_wrap .inner {
    display: inline-block;
    position: initial;
    width: 85%;
    margin: 0;
    z-index: 200;
    height: 100%;
}
header #header_wrap .inner:after {
    width: 230px;
    top: -6px; 
}

header .logo_area a small {
    font-size: 11px;
}
header .h_right:after {
    content: " ";
    display: block;
    clear: both;
}
#glnav-trigger {
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: table;
    float: right;
    height: 100%;
    position: relative;
    width: 120px;
    z-index: 200;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

/* header > glnav-trigger */
.menu-open #gt-mark span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-moz-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-open #gt-mark span:nth-child(2) {opacity: 0;}
.menu-open #gt-mark span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	-moz-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
#glnav-trigger {
	cursor: pointer;
	display: table;
	float: right;
	position: relative;
	width: 8%;
	z-index: 200;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}
#gt-wrap {
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#gt-wrap p {
	line-height: 1;
	padding-top: 8px;
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #e21412;
}
#gt-mark {
	height: 20px;
	margin: 0 auto;
	position: relative;
	width: 25px;
	z-index: 200;
}
#gt-mark span {
	background: #e21412;
	display: block;
	width: 25px;
	height: 2px;
	position: absolute;
	transition: .5s;
}
#gt-mark span:nth-child(1) {top: 0;}
#gt-mark span:nth-child(2) {top: 8px;}
#gt-mark span:nth-child(3) {top: 16px;}
#glnav {
    right:0;
    opacity:0; /*通常時はビュー外*/
    background-color: rgba(22,39,50,0.95);
    width: 100%;
    text-align:left;
    -webkit-transition: opacity .4s ease,top 0s ease 1s;
    transition: opacity .4s ease,top 0s ease 1s;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    top: -9999px;
    position: fixed;
    z-index: 10;
}
header .menu {
	margin-top: 0;
	border-bottom: none;
	display: block;
}
header .com_nav {
    padding-top: 70px;
    margin-top: 0;
}
.scb_top header .com_nav {
    margin-top: 0;
}

header .menu #mainnavi {
	margin-top: 0;
	padding-top: 5rem;
	}

header .menu #mainnavi li a {
	border-right:none;
	padding-bottom: 0;
	text-align: left;
	padding-left: 0;
	background: url(/src/img/common/arrow_menuWhite.png) no-repeat center right 20px;
	background-size: 15px;
}
header .menu #mainnavi li {
    display: block;
    margin: 0;
    line-height: 3.5;
    text-align: center;
 }

.menu-open #glnav {
	opacity: 1;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	-webkit-transition: opacity .4s ease,top 0s ease 0s;
	transition: opacity .4s ease,top 0s ease 0s;
	opacity: 1;
	top: 0;
}

.mail_icon {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 0.5rem;
}

header .menu .snsArea {
    margin-top: 2rem;
    text-align: center;
}

header .menu .snsArea .sns {
    display: inline-block;
    width: 13%;
    margin: 0 0.5rem;
}
header .header_top .link_area div {
    display: none;
}

.link_area .contact_btn {
    font-size: 12px;
    padding: 0 1rem;
    height: 90%;
}

header .h_right {
    height: 100%;
    position: relative;
    z-index: 2000;
}

header .header_top .link_area {
    float: right;
    margin-right: -1px;
}

.header_top {
    width: 92%;
    height: 100%;
}

header .menu .main_tit_nav {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 0;
    letter-spacing: 2px;
	font-weight: 500;
}


header .header_top .logo_area .logomark {
    background-size: 200px;
    width: 200px;
}

.nav_link_area {
    background-color: inherit;
}
.com_nav_link_pc { display: none; }
#com_nav_link {
    padding-top: 0.5rem;
}

#com_nav_link li {
    padding: 1rem 1rem 1rem 3rem;
    border-bottom: rgba(255,255,255,0.3) 1px solid;
    position: relative;
}
#com_nav_link li a {
    font-size: 14px;
    color: #fff;
}
#com_nav_link li:after {
    content: ''; 
    position: absolute;
    top: 51%;
    right: 4%;
    margin: -5px auto 0 auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/********************************************
	footer
*********************************************/

footer .addArea h2 {
    background-image: url(/src/img/common/btm_logo.svg);
    background-repeat: no-repeat;
    background-size: 170px;
    height: 135px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-indent: -9999px;
    background-position: center bottom;
}
footer .f_link {
    display: inherit;
    max-width: 80%;
}

footer .f_link li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

footer .qr_area {
    position: absolute;
    right: 0;
    top: 15%;
    margin-top: 0;
}

footer .f_link li:after {
    content: none;
    height: 1px;
    top: 110%;
}

footer .add {
    text-align: left;
}

footer .add span {
    display: inline-block;
}
footer .add span:last-child {
    display: block;
}

footer .f_link li h2 {
    text-align: left;
    margin-bottom: 1rem;
}

footer .qr_area p {
    width: 50%;
    margin: 0 auto 0.5rem;
}

footer .qr_area span {
    font-size: 13px;
}

footer .f_link li:last-child {
    border-bottom: none;
}

footer .f_sm p:first-child {
    font-size: 15px;
}

footer .f_sm .sm_link li a {
    font-size: 14px;
}

.inner {
    max-width: 90%;
}
#crumbs {
    width: 95%;
}

}


@media screen and (max-width: 750px) {
.header_top{
    width: 89%;
}
header #header_wrap {
    height: 60px;
}
#glnav-trigger {
    width: 11%;
}

header .header_top .logo_area .logomark {
	background-size: 150px;
	width: 150px;
}

header .logo_area a {
    padding: 0 0.5rem;
}

.contact_btn:before {
    left: 20%;
    width: 35px;
}

#com_nav_link li {
    padding-left: 1rem;
}
footer .addArea .logomark {
    width: 220px;
    height: 40px;
}

footer .addBox {
    margin-top: 0.5rem;
    font-size: 14px;
}

footer .addArea .tel, 
footer .addArea .tel a {
    font-size: 1.5rem;
}

footer .cpArea .cp {
    font-size: 11px;
    line-height: 1.3;
}

footer .cpArea {
    padding: 1rem;
    font-size: 0.7rem;
}

/********************************************
	crumbs
*********************************************/
#crumbs {
    padding: 1rem;
    margin-bottom: 3rem;
}

}

@media screen and (max-width: 480px) {
header .com_nav {
    padding-top: 60px;
}
footer .addBox .open, footer .addBox .close {
    font-size: 13px;
}
.link_area .contact_btn {
    padding: 0 0.5rem;
}

#glnav-trigger {
    width: 15%;
}

.header_top {
    width: 85%;
}
}