@charset "utf-8";

/* Font
-------------------------------------------*/
 
@font-face {
	font-family: 'neue-aachen-pro-cufonfonts';
	font-weight: 400;
	font-style: normal;
	src: url('../font/neue-aachen-pro-cufonfonts/NeueAachenProLight.TTF') format('truetype');
	}
@font-face {
	font-family: 'neue-aachen-pro-cufonfonts';
	font-weight: 600;
	font-style: normal;
	src: url('../font/neue-aachen-pro-cufonfonts/NeueAachenProRegular.TTF') format('truetype');
	}
@font-face {
	font-family: 'neue-aachen-pro-cufonfonts';
	font-weight: 800;
	font-style: normal;
	src: url('../font/neue-aachen-pro-cufonfonts/NeueAachenProBold.TTF') format('truetype');
	}
.ftS{
	font-size:13px !important;
    line-height: 1.6;
	}
.ftM{
	font-size:15px !important;
    line-height: 1.6;
	}
.ftL{
	font-size:18px !important;
    line-height: 1.6;
	}
.txC{
	text-align: center;
	}
.txR{
	text-align: right;
	}
.txL{
	text-align: left;
	}


/* Box
-------------------------------------------*/
.box1500 {
	width: 92%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	}

@media screen and (max-width:990px) {
	.box1500 {
		width: auto;
		}
	.box-sp {
		margin: 0 18px 40px;
		position: relative;
		}
	}

/* Main
-------------------------------------------*/
.main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-size: cover;
	}
.main a{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0,0,0,0.15);
	}

@media (max-width: 768px) {
	.main {
		background-position:top;
		margin-top: 0;
		background-size: cover;
		height: 100vh;
		}
	}


/* Common
-------------------------------------------*/
ul.link_area {
    display: flex;
    justify-content: center;
	}
ul.link_area li{
	width: 100%;
	max-width: 300px;
	margin-right: 20px;
    }
ul.link_area li:last-child{
	margin-right: 0px;
    }
.btn_link_b a{
	max-width: 300px;
    line-height: 0;
	padding: 24px 0;
    margin: 40px auto 0;
    box-sizing: border-box;
    color: #3e3a39;
    font-size: 18px;
    font-family: 'neue-aachen-pro-cufonfonts';
    font-weight: 400;
    text-align: center;
    display: block;
    position: relative;
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	border: solid 2px #3e3a39;
	}
.btn_link_b a:after{
	content: '→';
	margin-left: 10px;
	}
.btn_link_b a:hover{
	color: #fff;
	background: #3e3a39;
	border: solid 2px #3e3a39;
	text-decoration: none;
	}

@media screen and  (max-width:990px) {
/* Common
-------------------------------------------*/
	.btn_link_b a{
	    font-size: 15px;
		margin: 20px auto 0;
		}
	
	}


/* 共通
-------------------------------------------*/

html {
	font-size: 62.5%;
	overflow: auto;
	scroll-behavior: smooth;
	}
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
    letter-spacing: 0.02em;
	text-indent: 0.02em;
	}
body {
	font-size: 15px;
	line-height: 1;
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-feature-settings: "palt";
	font-family: "Sawarabi Gothic";
	overflow:hidden;
	}

@media screen and (min-width: 768px){	
    .br-pc { display:block; }
    .br-sp { display:none; }
	.pc-none{display: none;}
	}

@media screen and (max-width: 767px){	
    .br-pc { display:none; }
    .br-sp { display:block; }
	.sp-none{display: none;}
	}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px){
    .pc { display: none !important; }
    .sp { display: block !important; }
	}

a{
	color: #897c4f;
	}
a:hover{
	text-decoration: underline;
	}


/* Header
-------------------------------------------*/
#header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 85px;
	z-index: 100;
	background: #fff;
	position: fixed;
	}
#header.lower{
	top: 0px;
	}
.header_text{
	width: 100%;
	background: #505834;
	color: #fff;
	font-size: 13px;
    position: absolute;
	padding: 6px 8px;
	}
.header_text a{
	color: #fff;
	}
.header_text ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.header_text ul li ul{
	display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
    margin: 0px;
	}
.header_text ul li ul li{
	width: 20px;
    margin: 0 6px;
	}
#header_inner{
	/*background-color: rgba(255,255,255,0.3);*/
	overflow: hidden;
	width: 92%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	max-width: 1500px;
    margin: 0 auto;
    position: relative;
    /*box-shadow: 0 8px 10px -10px rgba(0,0,0,.1);*/
	} 
/* Fixed */
#header.fixed{
	margin-top: 0;
	top: 0;
	/*position: fixed;*/
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	}
.logo a{
	width: 275px;
	height:45px;
	position: absolute;
	top: 20px;
	left: 0px;
	}
nav{
	margin: 0 auto;
	}

@media screen and  (min-width:991px) and ( max-width:1280px) {
	.logo a{
		width: 220px;
		height: 50px;
		top: 22px;
		left: 0px;
		}
}

/*ie対応*/
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  	.logo a{
		top: 0px;
		}
	}

@media screen and (max-width: 990px) {
	#header {
		margin-top: 0;
		top: 0;
		position: fixed;
		height: 64px;
		}
	#header_inner{
		width: 100%;
		}
	.logo a{
		max-width: 180px;
		height: 28px;
    	top: 17px;
    	left: 50%;
    	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
}



/* footer_contact
-------------------------------------------*/
#footer_contact{
	text-align: center;
	padding: 80px 0;
    color: #fff;
	background: #3e3a39;
	}


/* footer_box
-------------------------------------------*/
.footer_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	}
.footer_box .footer_add{
	border-right: solid 2px #fff;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	padding-right: 40px;
	margin-right: 20px;
	}
.footer_box .footer_add .name{
	font-size: 18px;
    white-space: nowrap;
	}
.footer_box .footer_menu{
	text-align: left;
	color: #fff;
	}
.footer_box .footer_menu ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
.footer_box ul li a{
    line-height: 1.6;
    color: #fff;
	}
.footer_box ul li .name{
	display: block;
	padding-bottom: 10px;
	}
.footer_box ul li .ope{
	font-size: 	18px;
	display: block;
	font-family: 'neue-aachen-pro-cufonfonts';
    font-weight: 400;
	}
.footer_box ul li p.tel{
	font-size: 	31px;
	letter-spacing: 0em;
	font-family: 'neue-aachen-pro-cufonfonts';
    font-weight: 600;
	}	
.footer_box ul li ul.sns_link{
	display: flex;
	}
.footer_box ul li ul.sns_link li a img{
	width: 30px;
	margin: 0 10px 0 0;
	}
.footer_box .footer_menu ul li a img{
	width: 50px;
	display: block;
	margin:  10px 20px;
	}
.footer_box .footer_menu ul li a img.long{
	width: 95px;
	}
.copyright{
	font-size: 13px;
	margin: 40px 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
    font-family: 'neue-aachen-pro-cufonfonts';
    font-weight: 400;
	}

/* Pagetop
--------------------------------*/
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9;
	}
.pagetop a {
	background:url(../img/common/pagetop.svg) no-repeat;
    text-decoration: none;
    width: 24px;
	height: 100px;
    display: block;
	}
.pagetop a:hover {
	opacity:0.5;
	}


@media screen and  (min-width:991px) and ( max-width:1046px) {
	.footer_box .footer_menu ul li a img {
    	width: 40px;
		}
	.footer_box .footer_menu ul li a img.long {
   	 	width: 85px;
		}
	}

@media screen and (max-width: 990px) {
	
#footer_contact{
	padding: 40px 0 0px;
	}
#footer_contact .box-sp {
    margin: 0 20px 0px;
    }
.footer_box{
	display: block;
	}
.footer_box .footer_add{
	width:100%;
	border-right: none;
	text-align: center;
	padding: 0 0 10px;
	}
.footer_box ul li ul.sns_link{
	justify-content: center;
	}
.footer_box ul li ul.sns_link li a{
	margin: 0 5px;
	}

.footer_box .footer_menu ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
	}
.footer_box .footer_menu ul li{
	position: relative;
	padding-left: 0px;
	margin: 0;
	}
.footer_box .footer_menu ul li a img{
	width: 40px;
	display: block;
	margin:  10px 20px;
	}
.footer_box .footer_menu ul li a img.long{
	width: 80px;
	}

.copyright{
    margin: 30px 0 0;
	padding: 0px 0 40px;
	font-size: 13px;
	position: static;
	text-align: center;
	}
	
/* Pagetop
--------------------------------*/
.pagetop {
    bottom: 20px;
    right: 20px;
	}
}


/* 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, 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;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
ol, ul, li{
	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{
	vertical-align: bottom;
	max-width: 100%;
	width /***/:auto; height: auto;
	}



.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT25{margin-top:25px;}
.mT30{margin-top:30px;}
.mT35{margin-top:35px;}
.mT40{margin-top:40px;}
.mT45{margin-top:45px;}
.mT50{margin-top:50px;}
.mT55{margin-top:55px;}
.mT60{margin-top:60px;}

.mR10{margin-right:10px;}
.mR15{margin-right:15px;}
.mR20{margin-right:20px;}
.mR25{margin-right:25px;}
.mR30{margin-right:30px;}
.mR35{margin-right:35px;}
.mR40{margin-right:40px;}
.mR45{margin-right:45px;}
.mR50{margin-right:50px;}
.mR55{margin-right:55px;}
.mR60{margin-right:60px;}

.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:25px;}
.mB30{margin-bottom:30px;}
.mB35{margin-bottom:35px;}
.mB40{margin-bottom:40px;}
.mB45{margin-bottom:45px;}
.mB50{margin-bottom:50px;}
.mB55{margin-bottom:55px;}
.mB60{margin-bottom:60px;}

.mL10{margin-left:10px;}
.mL15{margin-left:15px;}
.mL20{margin-left:20px;}
.mL25{margin-left:25px;}
.mL30{margin-left:30px;}
.mL35{margin-left:35px;}
.mL40{margin-left:40px;}
.mL45{margin-left:45px;}
.mL50{margin-left:50px;}
.mL55{margin-left:55px;}
.mL60{margin-left:60px;}

.mTB25{margin-top:25px;margin-bottom:25px;}
.mTB50{margin-top:50px;margin-bottom:50px;}

.pT10{padding-top:10px;}
.pT15{padding-top:15px;}
.pT20{padding-top:20px;}
.pT25{padding-top:25px;}
.pT30{padding-top:30px;}
.pT35{padding-top:35px;}
.pT40{padding-top:40px;}
.pT45{padding-top:45px;}
.pT50{padding-top:50px;}
.pT60{padding-top:60px;}

.pR10{padding-right:10px;}
.pR15{padding-right:15px;}
.pR20{padding-right:20px;}
.pR25{padding-right:25px;}
.pR30{padding-right:30px;}
.pR35{padding-right:35px;}
.pR40{padding-right:40px;}
.pR45{padding-right:45px;}
.pR50{padding-right:50px;}
.pR55{padding-right:55px;}
.pR60{padding-right:60px;}

.pB10{padding-bottom:10px;}
.pB15{padding-bottom:15px;}
.pB20{padding-bottom:20px;}
.pB25{padding-bottom:25px;}
.pB30{padding-bottom:30px;}
.pB35{padding-bottom:35px;}
.pB40{padding-bottom:40px;}
.pB45{padding-bottom:45px;}
.pB50{padding-bottom:50px;}
.pB55{padding-bottom:55px;}
.pB60{padding-bottom:60px;}

.pL10{padding-left:10px;}
.pL15{padding-left:15px;}
.pL20{padding-left:20px;}
.pL25{padding-left:25px;}
.pL30{padding-left:30px;}
.pL35{padding-left:35px;}
.pL40{padding-left:40px;}
.pL45{padding-left:45px;}
.pL50{padding-left:50px;}
.pL55{padding-left:55px;}
.pL60{padding-left:60px;}

*, *: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;
}




