@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #333; }
*, *: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: #c7ec7a; color: #fff; text-shadow: none; }
::selection { background: #c7ec7a; color: #fff; text-shadow: none; }
input::selection, textarea::selection { color: #333; }*/

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:#6a3906;
	-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.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a img:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
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: #333;
	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: 'Ubuntu', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
	background-color: #fff;
}
#wrapper{
	width: 100%;
	height: auto;
/* 	overflow: hidden; */
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

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

.pagetop{
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	display: block;
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 1100px){
	body{
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 650px){
	body{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.pagetop{
		bottom: 26px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.pc{ display: none; }
	.sp{ display: block; }
}


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

#header{
	position: relative;
	width: 100%;
	height: 110px;
	overflow: hidden;
	background-color: #fff;
}
#header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#header .header_logo{
	float: left;
	width: 40%;
	height: 110px;
}
.header_logo .logo{
	float: left;
	text-align: left;
	margin: 20px 20px 0 50px;
}
.header_logo .logo img{
	width: 160px;
	height: auto;
}
#header .global{
	float: left;
	width: 60%;
	height: 110px;
	line-height: 110px;
	padding-right: 50px;
}
.global_nav{
	float: right;
}
.global_nav li{
	float: left;
	padding: 0 14px;
}
.global_nav li a{
	color: #6a3906;
	font-weight: bold;
}
.global_nav li a:hover{ opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5; }
.global_nav li a { text-decoration: none; outline: none; }
.global_nav li a::before,.global_nav li a::after { position: absolute; z-index: -1; display: block; content: ''; }
.global_nav li a,.global_nav li a::before,.global_nav li a::after { -webkit-transition: all .2s; transition: all .2s; }

.global_nav li.contact-btn{
	width: 150px;
	height: 110px;
	padding: 0;
	margin-left: 14px;
}
.global_nav li.contact-btn a{
	display: block;
	margin-top: 30px;
	width: 150px;
	height: 46px;
	line-height: 38px;
	border-radius: 23px;
	text-decoration: none;
	text-align: center;
	color: #6a3906;
	background-color: #fff;
	border: 4px solid #6a3906;
	transition: .4s;
}
.global_nav li.contact-btn a:hover{
	color: #fff;
	background-color: #6a3906;
	border: 4px solid #6a3906;
	transition: .3s;
}
.global_nav li.contact-btn a:hover{ opacity: 0.9; filter:alpha(opacity=90); -moz-opacity: 0.9; }

.sp_header{
	display: none;
}

@media screen and (max-width: 1100px){
	#header{
		display: none;
	}
	.sp_header{
		display: block;
		position: relative;
		width: 100%;
		height: 100px;
		overflow: hidden;
		background-color: #fff;
	}
	.sp_menu{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow-y: auto;
	}
	.header_logo{
		width: 100%;
		height: 100px;
		overflow: hidden;
	}
	.header_logo .logo{
		margin: 20px 20px 0 30px;
	}
	.header_logo .logo img{
		width: 140px;
	}
	.sp_menu .drawer-nav{
		padding: 100px 0;
	}
	.sp_menu .drawer-menu{
		width: 100%;
		margin: 0 auto;
	}
	.sp_menu .drawer-menu li{
		padding-bottom: 50px;
		margin: 0 auto;
	}
	.sp_menu .drawer-menu li a{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.sp_menu .contact-btn{
		width: 240px;
	}
	.sp_menu .contact-btn a{
		display: block;
		width: 100%;
		height: 54px;
		border-radius: 27px;
		line-height: 46px;
		color: #6a3906;
		text-align: center;
		text-decoration: none;
		background-color: #fff;
		border: 4px solid #6a3906;
		transition: .4s;
	}
	.sp_menu .contact-btn a:hover{
		color: #fff;
		background-color: #6a3906;
		border: 4px solid #6a3906;
		transition: .3s;
	}
}

@media screen and (max-width: 650px){
	.sp_header{
		height: 60px;
	}
	.header_logo{
		height: 60px;
	}
	.header_logo .logo{
		margin: 14px 10px 0 14px;
	}
	.header_logo .logo img{
		width: 76px;
	}
	.sp_menu .drawer-nav{
		padding: 100px 0 40px;
	}
	.sp_menu .drawer-menu li{
		padding-bottom: 40px;
	}
	.sp_menu .drawer-menu li a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.sp_menu .contact-btn{
		width: 50%;
	}
}

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

#main{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
#main .outer{
	position: relative;
	overflow: hidden;
	width: calc(100% - 100px);
	height: auto;
	padding-top: 120px;
	margin: -10px auto 50px;
}
.outer .title{
	color: #6a3906;
	margin-bottom: 60px;
}
.outer .title h2{
	font-size: 35px;
	font-size: 3.5rem;
	letter-spacing: 5px;
	margin-bottom: 10px;
}
.outer .title p{
	font-weight: bold;
}

@media screen and (max-width: 1100px){
	#main .outer{
		width: calc(100% - 60px);
		padding-top: 80px; 
		margin: 0 auto 30px;
	}
	.outer .title h2{
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 14px;
	}
}

@media screen and (max-width: 650px){
	#main .outer{
		width: calc(100% - 28px);
		padding-top: 50px; 
		margin-bottom: 18px;
	}
	.outer .title{
		margin-bottom: 30px;
	}
	.outer .title h2{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	.outer .title p{
		font-size: 11px;
		font-size: 1.1rem;
	}
}

/* main visual -------------------*/

.main_header{
	position: relative;
	width: calc(100% - 100px);
	height: calc(100vh - 150px);
	margin: 0 auto;
}
.main_visual{
	position: relative;
	width: 100%;
	height: auto;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: -moz-flex;
	display: -moz-box;
	-js-display: flex;
	display: flex;
	z-index: 0;
}
.main_visual .bg___1{
	width: 50%;
	height: calc(100vh - 150px);
	background: url(../img/main_visual_1.jpg) 20% center no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
.main_visual .bg___2{
	width: 50%;
	height: calc(100vh - 150px);
	background: url(../img/main_visual_2.jpg) center center no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
.main_copy{
	position: absolute;
	z-index: 1;
	top: calc(50% - 20%);
	width: 100%;
	margin: 0 auto;
}
.main_copy .main-copy__inner{
	margin-bottom: 50px;
}
.main_copy__title{
	width: 44%;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
}
.main_copy__title img{
	width: 100%;
	height: auto;
}
.main_copy .store{
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.main_copy .store a img{
	margin: 0 2px;
}
.pull_left img{
	width: 150px;
	height: 50px;
}
.pull_right img{
	width: 170px;
	height: 50px;
}

@media screen and (max-width: 1100px){
	.main_header{
		width: calc(100% - 60px);
		margin-bottom: 30px;
	}
	.main_copy{
		top: calc(50% - 18%);
	}
	.main_copy__title{
		width: 60%;
	}
}
@media screen and (max-width: 650px){
	.main_header{
		width: calc(100% - 28px);
		height: 60vh;
		margin-bottom: 18px;
	}
	.main_visual .bg___1{
		height: 60vh;
		background: url(../img/main_visual_1.jpg) 30% bottom no-repeat;
		-moz-background-size: auto 106%;
		background-size: auto 106%;
	}
	.main_visual .bg___2{
		height: 60vh;
		background: url(../img/main_visual_2.jpg) center 80% no-repeat;
		-moz-background-size: auto 110%;
		background-size: auto 110%;
	}
	.main_copy .main-copy__inner{
		margin-bottom: 10%;
	}
	.main_copy__title{
		width: 84%;
	}
	.main_copy .store{
		height: 40px;
	}
	.pull_left img,
	.pull_right img{
		width: auto;
		height: 40px;
	}
}

/* about -------------------*/

#about{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f6f2ea;
}
#about .content{
	width: 1000px;
	margin: 0 auto;
}
#about .content .inner{
	width: 100%;
	padding-bottom: 130px;
	background: url(../img/app-image.jpg) right bottom no-repeat;
	background-size: 410px auto;
}
#about .text{
	width: 520px;
	padding-top: 30px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #6a3906;
}
#about .text .body{
	line-height: 1.8;
	margin: 24px 0;
}
#about .text .store a img{
	margin: 0 2px;
}

@media screen and (max-width: 1100px){
	#about .content{
		width: 90%;
	}
	#about .content .inner{
		padding-bottom: 80px;
		background: url(../img/app-image.jpg) right bottom no-repeat;
		background-size: 42% auto;
	}
	#about .text{
		width: calc(100% - 46%);
		padding-top: 0;
	}
	#about .text br{
		display: none;
	}
	#about .text .body{
		margin: 30px 0;
	}
}
@media screen and (max-width: 750px){
	#about .content{
		width: 84%;
	}
	#about .content .inner{
		padding-bottom: 400px;
		background: url(../img/app-image.jpg) center bottom no-repeat;
		background-size: 320px auto;
	}
	#about .text{
		width: 100%;
	}
	#about .text .body{
		margin: 20px 0;
	}
	#about .store{
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	#about .store a img{
		margin: 0 2px;
	}
	#about .pull_left img,
	#about .pull_right img{
		width: auto;
		height: 48px;
	}
}
@media screen and (max-width: 650px){
	#about .content .inner{
		padding-bottom: 300px;
		background: url(../img/app-image.jpg) center bottom no-repeat;
		background-size: 240px auto;
	}
	#about .pull_left img,
	#about .pull_right img{
		height: 40px;
	}
}
@media screen and (max-width: 470px){
	#about .content .inner{
		padding-bottom: 260px;
		background: url(../img/app-image.jpg) center bottom no-repeat;
		background-size: 200px auto;
	}
	#about .pull_left img,
	#about .pull_right img{
		height: 34px;
	}
}

/* how to -------------------*/

#howto{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../img/bg_howto.jpg) center center no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
#howto .content{
	width: 800px;
	margin: 0 auto;
}
#howto .content .inner{
	width: 100%;
	padding-bottom: 130px;
}
#howto .flow{
	position: relative;
	width: 100%;
}
#howto .flow ul{
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: -moz-flex;
	display: -moz-box;
	-js-display: flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#howto .flow ul li{
	width: 33.33%;
}
#howto .flow ul li img{
	padding: 0 20% 0 20%;
	margin-bottom: 14px;
	background: url(../img/ic_arrow_flow.png) right center no-repeat;
}
#howto .flow ul li p{
	font-weight: bold;
	color: #6a3906;
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 1.6;
}
#howto .flow ul .step_3 img{
	background: none;
}
#howto .flow .step_3 p{
	font-size: 22px;
}
#howto .flow .step_3 p span{
	display: inline-block;
	background: linear-gradient(transparent 60%, #fcee21 0%);
}

@media screen and (max-width: 1100px){
	#howto .content{
		width: 80%;
	}
	#howto .content .inner{
		padding-bottom: 100px;
	}
	#howto .flow ul li img{
		background: url(../img/ic_arrow_flow.png) right center no-repeat;
		background-size: 10px auto;
	}
	#howto .flow ul li p{
		font-size: 15px;
		letter-spacing: 1px;
	}
	#howto .flow .step_3 p{
		font-size: 16px;
	}
}
@media screen and (max-width: 720px){
	#howto .content{
		width: 90%;
	}
	#howto .flow ul li p{
		font-size: 14px;
	}
	#howto .flow .step_3 p{
		font-size: 15px;
	}
}
@media screen and (max-width: 650px){
	#howto .content .inner{
		padding-bottom: 40px;
	}
	#howto .flow ul{
	    display: block;
		width: 100%;
	}
	#howto .flow ul li{
		float: left;
		width: 50%;
		padding: 0 0 5%;
		margin: 0 auto;
	}
	#howto .flow ul li.step_3{
		float: none;
		padding: 0;
	}
	#howto .flow ul li img{
		width: 80%;
		background: none;
		padding: 0;
	}
	#howto .flow ul li p{
		padding-right: 0;
		font-size: 13px;
	}
	#howto .flow .step_3 p{
		font-size: 14px;
	}
}

/* area -------------------*/

#area{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../img/bg_area.gif) left top repeat;
}
#area .content{
	width: 1000px;
	margin: 0 auto;
}
#area .content .inner{
	width: 100%;
	padding-bottom: 130px;
}
#area .area_map .read{
	padding-bottom: 20px;
}
#area .area_map .map{
	width: 100%;
}
#area .area_map .map img{
	margin: 0 auto;
}

@media screen and (max-width: 1100px){
	#area .content{
		width: 80%;
	}
	#area .content .inner{
		padding-bottom: 100px;
	}
	#area .area_map .read{
		width: 74%;
		margin: 0 auto;
		padding-bottom: 2%;
	}
	#area .area_map .map{
		width: 90%;
	}
}
@media screen and (max-width: 650px){
	#area .content{
		width: 90%;
	}
	#area .content .inner{
		padding-bottom: 60px;
	}
	#area .area_map .read{
		width: 90%;
		padding-bottom: 20px;
	}
	#area .area_map .map{
		width: 100%;
	}
}

/* contact -------------------*/

#contact{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#contact .content{
	width: 700px;
	margin: 0 auto;
}
#contact .content .inner{
	width: 100%;
	padding-bottom: 100px;
}
#contact p.text{
	padding: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
	color: #6a3906;
	background-color: #ff9933;
	background-image:
		-webkit-gradient(
			linear, 0 0, 100% 100%,
			color-stop(.25, #ffa852),
			color-stop(.25, transparent),
			color-stop(.5, transparent),
			color-stop(.5, #ffa852),
			color-stop(.75, #ffa852),
			color-stop(.75, transparent),
			to(transparent)
		);
	-webkit-background-size: 14px 14px;
	border-radius: 10px;
}

/* Form */

#contact .form{
	margin-top: 40px;
}

/* タイトル */
.form p{
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 20px;
}
/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 12px 20px;
	margin: 16px 0 6px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	height: 200px;
}
/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	background: rgba(255, 255, 142, 0.3);
}

/* プレースホルダ */
:-moz-placeholder{ vertical-align: top; color: #ccc; opacity: 1; }
::-moz-placeholder{ vertical-align: top; color: #ccc; opacity: 1; }
::-webkit-input-placeholder{ vertical-align: top; color: #ccc; }
:-ms-input-placeholder{ vertical-align: top; color: #ccc; }
:placeholder-shown{ vertical-align: top; color: #ccc; }

/* ラジオボタン・チェックボックス */
.wpcf7-list-item{
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0;
}
.wpcf7-list-item input{
	width: auto;
	margin: 20px 0;
    border: 0;
    padding: 0 0 0 4px;
	border: 1px solid #aaa;
}
.inquiry-details .wpcf7-list-item{
	margin: 0 10px 0 0;
}

/* 必須 */
.form .hissu{
	padding: 4px 6px;
	margin-right: 10px;
	color: #fff;
	background-color: #ff5a6e;
}

/* 送信ボタン */
.form .send-btn{
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}
input.wpcf7-submit{
	width: 400px;
	height: 70px;
	line-height: 66px;
	border-radius: 35px;
	margin: 0 auto;
	color: #ff5a6e;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: bold;
	border: 3px solid #ff5a6e;
	background-color: #fff;
}
input.wpcf7-submit:hover{
	color: #fff;
	background-color: #ff5a6e;
}
/* reCAPTCHA */
#recaptcha-btn div{
	margin: 30px auto !important;
	text-align: center;
}
/* Errors */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
}

@media screen and (max-width: 1100px){
	#contact .content{
		width: 80%;
	}
	#contact .content .inner{
		padding-bottom: 60px;
	}
	#contact p.text{
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 650px){
	#contact .content{
		width: 90%;
	}
	#contact .content .inner{
		padding-bottom: 40px;
	}
	#contact p.text{
		padding: 6%;
		font-size: 12px;
		font-size: 1.2rem;
	}
	/* Form */
	#contact .form{
		margin-top: 20px;
	}
	.form p{
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 20px;
	}
	input.wpcf7-form-control.wpcf7-text,
	textarea.wpcf7-form-control.wpcf7-textarea{
		padding: 12px;
		margin: 12px 0 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
	/* ラジオボタン・チェックボックス */
	.wpcf7-list-item{
		padding: 0;
	}
	.wpcf7-list-item input{
		margin: 10px 0;
	    padding: 0 0 0 4px;
	}
	.inquiry-details .wpcf7-list-item{
		width: 100%;
	}
	.inquiry-details .wpcf7-list-item input{
		margin: 10px 0 0;
	}
	#group-business{
		padding-bottom: 6px;
	}
	.inquiry-details .first{
		padding-top: 6px;
	}
	.inquiry-details .wpcf7-list-item{
		margin: 0 10px 0 0;
	}
	/* 必須 */
	.form .hissu{
		padding: 4px;
		margin-right: 6px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	/* 送信ボタン */
	input.wpcf7-submit{
		width: 100%;
		height: 60px;
		line-height: 52px;
		border-radius: 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	/* reCAPTCHA */
	#recaptcha-btn div{
		margin: 20px auto !important;
	}
}


/* -------------------*/
/* -------------------*/
/* Contents -------------------*/

.contents_wrap{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.contents_wrap .inner{
	padding: 100px 0 130px;
}
.contents_wrap .title{
	color: #6a3906;
	margin-bottom: 100px;
}
.contents_wrap .title h2{
	font-size: 35px;
	font-size: 3.5rem;
	letter-spacing: 5px;
	margin-bottom: 10px;
}
.contents_body{
	width: 100%;
	height: auto;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.contents_body .read{
	padding-bottom: 50px;
}
.contents_body .list_body{
	padding-bottom: 70px;
}
.contents_body .list_body h3{
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.contents_body .list_body p.text{
	padding-bottom: 20px;
}
.contents_body .list_body .item{
	padding-bottom: 30px;
}
.contents_body .list_body dt,
.contents_body .list_body dd{
	padding-left: 3em;
	text-indent: -3em;
}
.contents_body .list_body dd.sub{
	padding-left: 3em;
	text-indent: 0;
}
.contents_body .list_body .contact_area{
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 30px 40px;
	background-color: #f3f3f3;
}
table.two_column{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
}
table.two_column th, 
table.two_column td{
	padding: 24px 30px;
	text-align: left;
	letter-spacing: 1px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table.two_column th{
	width: 200px;
	background-color: #f3f3f3;
}
#term .text{
	padding-left: 2em;
	text-indent: -2em;
	padding-bottom: 0;
}
.q_box{
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.q_box dt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #6a3906;
}
.q_box dd{
	width: 100%;
	height: auto;
	line-height: 1.6;
	padding: 20px 40px 30px;
	background-color: #fff0e0;
	border-radius: 10px;
	padding-left: 5em;
	text-indent: -5em;
}
.q_box .answer{
	padding-left: 40px;
	color: #ff9933;
}
.q_box .question,
.q_box .answer{
	padding-right: 10px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}

@media screen and (max-width: 1100px){
	.contents_wrap{
		width: 90%;
	}
	.contents_wrap .inner{
		padding: 60px 0;
	}
	.contents_wrap .title h2{
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 14px;
	}
	.contents_body .read{
		padding-bottom: 30px;
	}
	.contents_body .list_body{
		padding-bottom: 50px;
	}
	.contents_body .list_body h3{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.contents_body .list_body .item{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 650px){
	.contents_wrap .inner{
		padding: 40px 0;
	}
	.contents_wrap .title{
		margin-bottom: 40px;
	}
	.contents_wrap .title h2{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	.contents_body .read{
		padding-bottom: 30px;
	}
	.contents_body .list_body{
		padding-bottom: 30px;
	}
	.contents_body .list_body h3{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.contents_body .list_body p.text{
		padding-bottom: 10px;
	}
	.contents_body .list_body .contact_area{
		padding: 14px;
		text-align: center;
	}
	table.two_column{
		margin-bottom: 0;
		border: 1px solid #ddd;
		border-top: 0;
	}
	table.two_column tr,
	table.two_column th,
	table.two_column td{
		display: block;	/* safari */
	}
	table.two_column th,
	table.two_column td{
		width: 100%;
		padding: 12px;
		border: 0;
	}
	table.two_column th{
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}
	.q_box{
		letter-spacing: 1px;
	}
	.q_box dt{
		line-height: 1.2;
		margin-bottom: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 2.3em;
		text-indent: -2.3em;
	}
	.q_box dd{
		padding: 10px 20px 20px;
		padding-left: 4.2em;
		text-indent: -4.2em;
	}
	.q_box .answer{
		padding-left: 20px;
	}
	.q_box .question,
	.q_box .answer{
		font-size: 20px;
		font-size: 2.0rem;
	}
}


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

.footer{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	color: #fff;
	background-color: #6a3906;
}
.footer_nav{
	width: 100%;
	margin-bottom: 60px;
}
.footer_nav li{
	display: inline-block;
	padding: 0 12px;
}
.footer_nav li a{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer_nav li a:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}
.footer_logo{
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto 20px;
}
.footer .copyright{
	color: #a6886a;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
@media screen and (max-width: 650px){
	.footer{
		padding: 30px 0;
	}
	.footer_nav{
		width: 98%;
		margin: 0 auto 30px;
	}
	.footer_nav li{
		display: inline-block;
		padding: 0 4px;
	}
	.footer_nav li a{
		font-size: 11px;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.footer_logo{
		width: 80px;
		margin-bottom: 14px;
	}
	.footer .copyright{
		font-size: 10px;
		font-size: 1.0rem;
	}
}

/* -------------------*/
/* -------------------*/
/* Parts -------------------*/

/* space */

.ma0{margin: 0 !important;}.m5 {margin:5px;}.m10 {margin:10px;}.m15 {margin:15px;}.m20 {margin:20px;}.m25 {margin:25px;}.m30 {margin:30px;}.m35 {margin:35px;}.m40 {margin:40px;}.m45 {margin:45px;}.m50 {margin:50px;}.m55 {margin:55px;}.m60 {margin:60px;}.mt5 {margin-top:5px;}.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;}.mr5 {margin-right:5px;}.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;}.mb5 {margin-bottom:5px;}.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;}.ml5 {margin-left:5px;}.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;}.pt0{padding-top: 0 !important;}.p5 {padding:5px;}.p10 {padding:10px;}.p15 {padding:15px;}.p20 {padding:20px;}.p25 {padding:25px;}.p30 {padding:30px;}.p35 {padding:35px;}.p40 {padding:40px;}.p45 {padding:45px;}.p50 {padding:50px;}.p55 {padding:55px;}.p60 {padding:60px;}.pt5 {padding-top:5px;}.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;}.pt55 {padding-top:55px;}.pt60 {padding-top:60px;}.pr5 {padding-right:5px;}.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;}.pb5 {padding-bottom:5px;}.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;}.pl5 {padding-left:5px;}.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;}