/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #111; }
*, *: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; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {	border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* Helper class */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;	width: 0;	height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;	width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.cf:before, .cf:after { content: " ";	display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/*::-moz-selection { background: #aaa; color: #fff; text-shadow: none; }
::selection { background: #aaa; color: #fff; text-shadow: none; }
input::selection, textarea::selection { color: #111; }
*/

img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }	/* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }	/* IE7用 */
.ie8 img,.ie8 object { width:auto; }	/* IE8用 */
img[src$=".svg"] {	width: 100%; }		/* SVG IE対策 */

/* Font -------------------*/

html{
	font-size: 62.5%;
}
body{
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-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: 100%;
}
a,
a:visited,
a:hover,
a:active{
	color: #111;
	-webkit-tap-highlight-color: transparent rgba(0,0,0,0);
	-moz-tap-highlight-color: transparent rgba(0,0,0,0);
	-ms-tap-highlight-color: transparent rgba(0,0,0,0);
	-o-tap-highlight-color: transparent rgba(0,0,0,0);
	tap-highlight-color: transparent rgba(0,0,0,0);
	text-decoration: none;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
a:hover {
	color: #af8c50;
	text-decoration: none;
}
a img:hover{
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}
a img { 
	text-decoration: none;
	outline: none;
}
a img::before,a img::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,a img::before,a img::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
/* btn */
.btn_more,.btn_more a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	letter-spacing: 4px;
}
.btn_more::before, .btn_more::after, .btn_more a::before, .btn_more a::after {
	position: absolute;
	z-index: -1;
	display: block;
/*	content: '';*/
}
.btn_more,.btn_more::before,.btn_more::after, .btn_more a,.btn_more a::before,.btn_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* -------------------*/
/* -------------------*/
/* HTML,Body -------------------*/

html,body{
	height: 100% !important;
}
body{
	color: #111;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	font-family: 'museo-sans', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Helvetica Neue', Arial, Meiryo, sans-serif;
	background-color: #fff;
}
#wrapper{
	position: relative;
/* 	overflow: hidden; */
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

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

@media screen and (max-width: 960px){
	body{
		font-size: 15px;
	}
}
@media screen and (max-width: 650px){
	body{
		font-size: 13px;
	}
	.pc{ display: none; }
	.sp{ display: block; }
}

/* -------------------*/
/* -------------------*/
/* Header -------------------*/

.global-nav{
	position: absolute;
	top: 0;
	z-index: 200;
	width: 100%;
}
.global-header{
	position: relative;
	width: 100%;
	height: auto;
}
.company-logo{
	float: left;
	width: 40%;
	height: 120px;
}
.company-logo a{
	display: block;
	text-align: left;
	margin: 40px 0 0 40px;
}
.company-logo a img{
	width: auto;
	max-height: 50px;
}
.global-nav__desktop{
	float: right;
	width: 60%;
	text-align: right;
	padding: 60px 260px 0 0;
}
.global-nav__desktop li{
	position: relative;
	display: inline-block;
	margin: 0 8px;
}
.global-nav__desktop li a{
	display: block;
	padding: 0 2px 28px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.global-nav__desktop li a::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 0;
	background-color: #af8c50;
	transition: .2s ease-in-out;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.global-nav__desktop li a:hover::after{
	width: 100%;
}
.global-nav__desktop li a.select{
	padding-bottom: 24px;
	border-bottom: 4px solid #af8c50;
}
.global-nav__main{	/* overflow: hidden; つけないこと！ */
	position: absolute;
	right: 0;
	top: 0;
	width: 240px;
	height: 120px;
}
.global-nav__main___inner{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow-y: auto;
}
.contact-btn{
	position: fixed;
	top: 0;
	z-index: 1000;
}
.contact-btn a{
	display: block;
	width: 120px;
	height: 120px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background-color: #e68714;
}
.contact-btn a img{
	display: block;
	width: 30px;
	height: auto;
	margin: 0 auto;
	padding: 36px 0 12px;
}
.contact-btn a:hover{
	background-color: #ed9600;
}
.global-nav__main___inner .header-logo a{
	display: block;
	text-align: left;
	margin: 40px 0 0 40px;
}
.global-nav__main___inner .header-logo a img{
	width: auto;
	max-height: 50px;
}
.drawer-nav .drawer-menu{
	position: relative;
	float: right;
	width: 100%;
	height: auto;
	padding: 15vh 0 5vh;
}
.drawer-nav .drawer-menu li{
	width: 100%;
	margin: 0 auto 10px;
	padding-right: 10%;
	text-align: right;
}
.drawer-nav .drawer-menu li a{
	display: block;
	padding: 10px 0;
	font-size: 28px;
	font-weight: 900;
}
.drawer-nav .drawer-menu li a span{
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .15em;
	vertical-align: middle;
}
.drawer-menu__sub{
	position: relative;
	float: right;
	width: 100%;
	padding-right: 10%;
	text-align: right;
	font-size: 13px;
}
.drawer-menu__sub li{
	display: inline-block;
	vertical-align: middle;
}
.drawer-menu__sub li + li{
	border-left: 1px solid #ccc;
}
.drawer-menu__sub li a{
	display: block;
	padding-left: 14px;
	padding-right: 8px;
	font-size: 11px;
}
.drawer-menu__sub .fb a{
	padding-left: 0;
	padding-right: 10px;
}
.drawer-menu__sub .fb img{
	width: 26px;
	height: auto;
}
@media screen and (max-width: 960px){
	.company-logo,
	.global-nav__main___inner .header-logo{
		width: 65%;
		height: auto;
	}
	.global-nav__desktop{
		display: none;
	}
	.drawer-menu__sub .fb img{
		width: 22px;
	}
}
@media screen and (max-width: 650px){
	.company-logo a,
	.global-nav__main___inner .header-logo a{
		margin: 20px 0 0 10px;
	}
	.company-logo a img,
	.global-nav__main___inner .header-logo a img{
		max-height: 30px;
	}
	.global-nav__main{
		width: 120px;
		height: 60px;
	}
	.contact-btn a{
		width: 60px;
		height: 60px;
		font-size: 9px;
		letter-spacing: 0;
	}
	.contact-btn a img{
		width: 22px;
		padding: 14px 0 6px;
	}
	.drawer-nav .drawer-menu{
		padding: 12vh 0 5vh;
	}
	.drawer-nav .drawer-menu li a{
		font-size: 20px;
	}
	.drawer-nav .drawer-menu li a span{
		font-size: 12px;
	}
	.drawer-menu__sub li a{
		padding-left: 12px;
		padding-right: 6px;
		font-size: 10px;
	}
	.drawer-menu__sub .fb img{
		width: 22px;
	}
}

/* -------------------*/
/* -------------------*/
/* Main -------------------*/

#main{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../img/common/bg.png) center top repeat-y;
}
.more-btn{
	position: relative;
}
.more-btn a{
	display: block;
	width: 280px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #333;
	background: url(../img/common/icon-arrow-bk.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #fff;
}
.more-btn a:hover{
	background: url(../img/common/icon-arrow-white.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #333;
	color: #fff;
}
.pagetop{
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
}
.pagetop a{
	width: 60px;
	height: 60px;
	display: block;
}
@media screen and (max-width: 960px){
	#main{
		background: url(../img/common/bg-sp.png) center top repeat-y;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 650px){
	.more-btn a{
		width: 88%;
		height: 54px;
		line-height: 52px;
		border: 1px solid #333;
		border-radius: 27px;
		font-size: 12px;
	}
	.pagetop a{
		width: 40px;
		height: 40px;
	}
}

/* -------------------*/
/* -------------------*/
/* Footer -------------------*/

#footer{
	position: relative;
	width: 100%;
}
.contact-area{
	position: relative;
	width: 100%;
	z-index: 2;
	background-color: #333;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .25);
}
.contact-area .inner{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
}
.cantact-area__text{
	float: left;
	text-align: left;
	color: #fff;
}
.cantact-area__text p{
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .35em;
	padding-top: 4px;
}
.cantact-area__links{
	float: right;
}
.cantact-area__links a{
	display: block;
	width: 432px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	border: 2px solid #fff;
	background: url(../img/common/icon-arrow-white.svg) 80% center no-repeat,
				url(../img/common/icon-send-mail.svg) 20% center no-repeat;
	background-size: 8px 10px,18px 18px;
}
.cantact-area__links a:hover{
	background: url(../img/common/icon-arrow-bk.svg) 80% center no-repeat,
				url(../img/common/icon-send-mail-bk.svg) 20% center no-repeat;
	background-size: 8px 10px,18px 18px;
	background-color: #fff;
	color: #333;
}
.footer-area{
	position: relative;
	width: 100%;
	z-index: 1;
	padding: 50px 0 40px;
	background-color: #f7f7f7;
}
.footer-area .inner{
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.footer-area .company-info{
	text-align: left;
}
.company-info img{
	width: 230px;
	height: auto;
}
.company-info p{
	font-size: 13px;
	line-height: 1.8;
	padding-top: 14px;
}
.company-info p br.pc{
	display: none;
}
.company-info__sub li{
	display: inline-block;
	margin-top: 40px;
	vertical-align: middle;
}
.company-info__sub li + li{
	border-left: 1px solid #ccc;
}
.company-info__sub li a{
	display: block;
	padding-left: 14px;
	padding-right: 8px;
	font-size: 11px;
}
.company-info__sub .fb a{
	padding-left: 0;
	padding-right: 10px;
}
.company-info__sub .fb img{
	width: 26px;
	height: auto;
}
.footer-area .banner{
	position: absolute;
	right: 0;
	top: 0;
}
.footer-area .banner img{
	width: 191px;
	height: auto;
}
.copyright{
	font-family: 'museo-sans-condensed', sans-serif;
	font-size: 13px;
	text-align: right;
	letter-spacing: .15em;
}
@media screen and (max-width: 960px){
	.contact-area .inner{
		width: 90%;
		padding: 50px 0;
	}
	.cantact-area__text{
		float: none;
		width: 100%;
		text-align: center;
	}
	.cantact-area__text p{
		font-size: 18px;
		padding: 0 0 14px;
	}
	.cantact-area__links{
		float: none;
		width: 100%;
	}
	.cantact-area__links a{
		width: 400px;
		height: 60px;
		line-height: 60px;
		border-radius: 30px;
		margin: 0 auto;
		font-size: 15px;
		background: url(../img/common/icon-arrow-white.svg) 80% center no-repeat,
					url(../img/common/icon-send-mail.svg) 20% center no-repeat;
		background-size: 8px 10px,16px 16px;
	}
	.cantact-area__links a:hover{
		background: url(../img/common/icon-arrow-bk.svg) 80% center no-repeat,
					url(../img/common/icon-send-mail-bk.svg) 20% center no-repeat;
		background-size: 8px 10px,16px 16px;
		background-color: #fff;
		color: #333;
	}
	.footer-area{
		padding: 40px 0 30px;
	}
	.footer-area .inner{
		width: 94%;
	}
	.company-info img{
		width: 200px;
	}
	.company-info p{
		font-size: 12px;
		line-height: 1.5;
	}
	.company-info__sub li{
		margin-top: 6%;
	}
	.company-info__sub li a{
		padding-left: 12px;
		padding-right: 6px;
	}
	.company-info__sub .fb img{
		width: 22px;
	}
	.footer-area .banner img{
		width: 150px;
	}
	.copyright{
		font-size: 11px;
	}
}
@media screen and (max-width: 650px){
	.contact-area{
		box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	}
	.contact-area .inner,
	.footer-area{
		padding: 10% 0;
	}
	.cantact-area__text p{
		font-size: 14px;
	}
	.cantact-area__text br{
		display: none;
	}
	.cantact-area__links a{
		width: 88%;
		height: 54px;
		line-height: 52px;
		border-radius: 27px;
		border: 1px solid #fff;
		font-size: 12px;
		background: url(../img/common/icon-arrow-white.svg) 82% center no-repeat,
					url(../img/common/icon-send-mail.svg) 18% center no-repeat;
		background-size: 8px 10px,16px 16px;
	}
	.cantact-area__links a:hover{
		background: url(../img/common/icon-arrow-bk.svg) 82% center no-repeat,
					url(../img/common/icon-send-mail-bk.svg) 18% center no-repeat;
		background-size: 8px 10px,16px 16px;
	}
	.footer-area .inner{
		width: 90%;
	}
	.company-info img{
		width: 160px;
	}
	.company-info p{
		font-size: 12px;
		line-height: 1.6;
	}
	.company-info p br.pc{
		display: block;
	}
	.company-info__sub li,
	.footer-area .banner,
	.copyright{
		margin-top: 20px;
	}
	.company-info__sub .fb img{
		width: 18px;
	}
	.footer-area .banner{
		position: relative;
		text-align: left;
	}
	.footer-area .banner img{
		width: 160px;
	}
	.copyright{
		text-align: left;
		font-size: 10px;
		padding-top: 10px;
	}
}