@charset 'utf-8';

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url('fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
  	font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Bold', sans-serif;
    src: url('fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: normal;
  	font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
  	font-style: normal;
}

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption {
	margin: 0;
	padding: 0;
}
html { height: 100%; font-size: 62.5%; }
body {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #261C19;
}

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
a:link { text-decoration: none; color: #261C19; }
a:visited { text-decoration: none; color: #261C19; }
a:hover { text-decoration: none; }

/* clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after { clear: both; }

.pc { display: block !important; }
.sp { display: none !important; }

/* container
------------------------------------------------ */
#container {
	position: relative;
}
	.wrap { position: relative; max-width: 980px; padding: 0 25px; margin: 0 auto; }

/* header
------------------------------------------------ */
#header { width: 100%; z-index: 10; position: fixed; left: 0; top: 0; }

.head__logo { width: 136px; margin-top: 17px; float: left; }
.head__logo a{ display: block; line-height: 1; }

.head__nav { float: right; }
.head__nav--list li { font-size: 14px; font-size: 1.4rem; font-weight: bold; line-height: 80px; margin-left: 30px; display: inline-block; vertical-align: middle; }
.head__nav--list li a { position: relative; display: block; color: #fff; }
.head__nav--list li:not(:last-child) a:after { content: ''; display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 5px; background: #A08A42; transition: linear .3s; }
.head__nav--list li:not(:last-child) a:hover:after { width: 100%; left: 0; }

.head__nav--list li:last-child a { color: #fff !important; border: 1px solid #fff; padding: 0 20px; transition: linear .4s; }
.head__nav--list li:last-child a:before { transition: linear .4s; content: ''; display: inline-block; vertical-align: -1px; margin-right: 7px; width: 15px; height: 11px; background: url(../img/share/icon-mail.png) no-repeat; background-size: 100%; }

#header .menu { display: block; width: 22px; padding:20px; margin-right: -20px; float: right; }
#header .menu p { width: 100%; height: 100%; }
#header .menu span { display: block; position: relative; width: 100%; height: 16px; border-top: solid #fff 2px; text-indent: 100%; white-space: nowrap; overflow: hidden; -webkit-transition: all .3s; transition: all .3s; }
#header .menu span:before,
#header .menu span:after { content: ' '; position: absolute; left: 0; width: 100%; height: 2px; background: #fff; -webkit-transition: all .3s; transition: all .3s; }
#header .menu span:before { top: 6px; }
#header .menu span:after { bottom: 0; }

#header.header-page,
#header.header-top.on { background-color: #fff; -webkit-box-shadow: 0px 3px 10px 0px rgba(219,219,219,0.8); -moz-box-shadow: 0px 3px 10px 0px rgba(219,219,219,0.8); box-shadow: 0px 3px 10px 0px rgba(219,219,219,0.8); }
#header.header-top { padding: 30px 0; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

#header.header-top .head__logo { display: none; }
#header.header-top.on .head__logo { display: block; }
#header.header-top.on .head__nav--list li a { color: #261C19; border: none; }



@media only screen and (min-width: 769px) {

	.head__nav { display: block !important; }
	.head__menu-bar { display: none; }

	#header .menu { display: none !important; }

	#header.header-page,
	#header.header-top.on{ padding: 0; }

	#header.header-top.on .head__nav--list li:last-child a { border: none; background-color: #261C19; }
	#header.header-top .head__nav--list li:last-child a:hover { background-color: #A08A42; color:#261C19 !important; border-color:#A08A42; }
	#header.header-top li:last-child a:hover:before{ background: url(../img/share/icon-mail-on.png) no-repeat; background-size: 100%;  }
}

/* main
------------------------------------------------ */
#main {
	display: block;
	position: relative;
	width: 100%;
}

/* footer
------------------------------------------------ */
#footer {
	padding: 0;
}

.ft-contact { padding: 38px 0; color: #A08A42; background: #261C19; }
.ft-contact--block { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.ft-contact--phone { display: none; position: relative; font-weight: bold; line-height: 1.2; padding-left: 55px; padding-right: 5.1%; }
.ft-contact--phone:before { content: ''; display: inline-block; position: absolute; left: 0; top: calc( 50% - 19px ); width: 30px; height: 38px; background: url(../img/share/icon-phone.png) no-repeat; background-size: 100%; }
.ft-contact--phone:after { content: ''; display: inline-block; position: absolute; right: 0; top: calc( 50% - 45px ); width: 1px; height: 90px; background: #A08A42; }
.ft-contact--phone .p-text { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; }
.ft-contact--phone .p-num { font-family: 'Lato-Regular'; font-size: 36px; font-size: 3.6rem; font-weight: bold; letter-spacing: .05em; }
.ft-contact--phone .p-num a { display: inline-block; color: #A08A42; }
.ft-contact--phone .p-time { font-size: 14px; font-size: 1.4rem; font-weight: normal; margin-top: 9px; }
.ft-contact--email { font-size: 18px; font-size: 1.8rem; font-weight: bold; width: 400px; text-align: center; /*padding-left: 5.1%;*/ }
.ft-contact--email a { color: #A08A42; padding: 15px 0; display: block; border: 1px solid #A08A42; transition: linear .4s; -webkit-border-radius: 6px; border-radius: 6px; }
.ft-contact--email a:before { content: ''; display: inline-block; vertical-align: -7px; margin-right: 15px; width: 36px; height: 27px; background: url(../img/share/icon-mail-w.png) no-repeat; background-size: 100%; transition: linear .3s; }
.ft-contact--email a:hover { color: #261C19; background: #A08A42; }
.ft-contact--email a:hover:before { background: url(../img/share/icon-mail-b.png) no-repeat; background-size: 100%; }
.ft-contact .inview-tlt span { overflow: hidden; }
.ft-contact .inview-tlt span:after { top: -71.2px; height: 169.2px; -webkit-transform: scale(1, 1); transform: scale(1, 1); background: rgba(0,0,0,0); background: #261C19; }
.ft-contact .inviewed-tlt span:after { -webkit-transform: scale(0, 1);  transform: scale(0, 1); }

.ft-contact .p-text.inview-tlt span:after { top: -38px; }
.ft-contact .p-num.inview-tlt span:after { top: -62px; }
.ft-contact .p-time.inview-tlt span:after { top: -114px; }

.ft-info { position: relative; padding: 60px 0; }
.ft-info__desc { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.ft-info__desc--logo { width: 178px; margin-right: 40px; }
.ft-info__desc--logo a { display: block; }
.ft-info__desc--text { font-size: 14px; font-size: 1.4rem; line-height: 1.64; }
.ft-info--links { margin-top: 50px; }
.ft-info--links ul { text-align: center; }
.ft-info--links ul li { display: inline-block; font-size: 14px; font-size: 1.4rem; font-weight: bold; margin: 0 24px; }
.ft-info--links ul li a { display: block; transition: linear .3s; }
.ft-info--links ul li a:hover { color: #A08A42; }

.ft-copyright { font-family: 'Lato-Regular'; font-size: 11px; font-size: 1.1rem; color: #A08A42; padding: 21px 0; background: #261C19; text-align: center; }

#pagetop { display: none; position: fixed; bottom: 0; right: 0; width: 50px; height: 50px; overflow: hidden; z-index: 5; transition: linear .3s; }
#pagetop a { display: block; }

/* Responsive
------------------------------------------------ */
@media screen and (max-width: 1030px) and (min-width: 769px) {
	.head__nav { margin-right: -25px; }
}
@media screen and (max-width: 900px) {
	.head__nav--list li { font-size: 1.55556vw; margin-left: 25px; }
	.ft-contact--email { font-size: 2vw; width: calc( 89.8% - 315px ); }
}

@media screen and (max-width: 768px) {

	.pc { display: none !important; }
	.sp { display: block !important; }

	/* header */
	.head__logo { width: 80px; margin-top: 17px; }

	.head__nav { display: none; padding: 48px 25px 30px; background: #fff; position: fixed; width: calc( 100% - 10px ); top: 5px; left: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.head__nav--list li { font-size: 14px; font-size: 1.4rem; display: block; margin: 0; line-height: inherit; border-bottom: .8px solid #8A949F; }
	.head__nav--list li:not(:last-child) a { color: #261C19; padding: 17px 0; background: url(../img/share/arrow-link.png) no-repeat center right; background-size: 8px; }
	.head__nav--list li:not(:last-child) a:after { display: none; }

	.head__nav--list li:last-child { text-align: center; margin-top: 35px; border-bottom: none; }
	.head__nav--list li:last-child a { padding: 12px 0 11px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #261C19; }
	.head__nav--list li:last-child a:before { display: none; }

	#header .wrap { padding: 0 20px; }
	#header.header-top { padding: 0; }
	#header.header-top.on.open { background: none; }
	#header.header-top.open .head__logo { display: block; position: relative; z-index: 1; }
	#header.header-top.open .menu span,
	#header.header-top.on .menu span { border-color: #333333; }
	#header.header-top.open .menu span:before,
	#header.header-top.open .menu span:after,
	#header.header-top.on .menu span:before,
	#header.header-top.on .menu span:after { background: #333333; }

	/* footer */
	.ft-contact { padding: 38px 0; }
	.ft-contact--block { flex-direction: column; }
	.ft-contact--phone { padding-left: 40px; padding-right: 0; }
	.ft-contact--phone:before { top: calc( 50% - 16px ); width: 25px; height: 33px; }
	.ft-contact--phone:after { display: none; }
	.ft-contact--phone .p-text { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; }
	.ft-contact--phone .p-num { font-size: 30px; font-size: 3rem; }
	.ft-contact--phone .p-time { font-size: 12px; font-size: 1.2rem; margin-top: 8px; }
	.ft-contact--email { font-size: 14px; font-size: 1.4rem; width: 100%; max-width: 320px; /*margin-top: 30px;*/ padding-left: 0; }
	.ft-contact--email a { padding: 12px 0 13px; -webkit-border-radius: 3px; border-radius: 3px; }
	.ft-contact--email a:before { vertical-align: -7px; margin-right: 8px; width: 28px; height: 21px; }
	.ft-contact .inview-tlt span:after { top: -161.2px; height: 237.4px; }

	.ft-contact .p-text.inview-tlt span:after { top: -38px; }
	.ft-contact .p-num.inview-tlt span:after { top: -60px; }
	.ft-contact .p-time.inview-tlt span:after { top: -104px; }

	.ft-info { padding: 40px 0; }
	.ft-info__desc { display: block; text-align: center; }
	.ft-info__desc--logo { display: block; width: 115px; margin: 0 auto 12px; }
	.ft-info__desc--text { font-size: 12px; font-size: 1.2rem; line-height: 1.5; }
	.ft-info__desc--text a { display: inline-block; font-weight: normal; }
	.ft-info--links { margin-top: 18px; }
	.ft-info--links ul { text-align: left; }
	.ft-info--links ul li { display: block; margin: 0; border-bottom: .8px solid #8A949F; }
	.ft-info--links ul li a { padding: 17px 0; background: url(../img/share/arrow-link.png) no-repeat center right; background-size: 8px; }

	.ft-copyright { font-size: 10px; font-size: 1rem; padding: 12px 0; }

	/*#pagetop { display: none !important; }*/
}
