@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:url(../images/common/body.gif) left top repeat;
	color: #595959;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	overflow-x: hidden;
}
* {
	max-width: 100%;
	height: auto;
}
a {
	color: #615a52;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
}
*/
img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}

@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}
}

.mt0{
	margin-top: 0px !important;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.pt0{
	padding-top: 0px !important;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.pb0{
	padding-bottom: 0px !important;
}
.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pr10{
	padding-right: 10px;
}
.pr20{
	padding-right: 20px;
}
.pl10{
	padding-left: 10px;
}
.pl20{
	padding-left: 20px !important;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.green {
	color:#009900;
}

.red{
	color:#f00;
}
.blue {
	color: #003366;
}
.ore{
	color: #ff913c;
}
.center {
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.bold {
	font-weight:bold;
}
.big{
	font-size: 120%;
}
.right_img{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.left_img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #75440f;
}

.small{
	font-size: 90%;
}
.kado{
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

.waku{
    border: 1px solid #DDDDDD;
    padding: 4px;
}

.clear{
	clear:both;
}

.ul_privacy{
	margin-bottom: 20px;
}
/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
.header_wrap{
	width: 100%;
	background:url(../images/common/header_bg.gif) left top repeat-x;
	background-size: 100% 125px;
}
header {
	max-width: 640px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}

header .logo{
}

header .logo img{
	vertical-align: bottom;
}

header .header_mail{

}


/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */

#visual_wrap{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.visual.sub{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:0px 3% 0px;
}
.container-content.top{
	padding:0px 0 0px;
}

section.content {
	padding-bottom: 20px;
}
section.content h1{
	color: #fff;
	font-weight: bold;
	background-size: 1px 100%;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
	background: #624423;
	font-size: 16px;
	line-height: 120%;
	padding: 10px;
}

section.content nav{
	width: 100%;
	overflow: hidden;
}
section.content nav.none_h1{
	padding-bottom: 0px;
}
section.content nav.none_h1 ul {
	border: 1px solid #816f58;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}
section.content nav ul li {
	line-height: 120%;
	border-bottom: 1px dashed #816f58;
}
section.content nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav.none_h1 ul li:last-child {
	border-bottom: none;
}
section.content nav ul li:first-child{
	border-top:none;
}

/* container */
.container{
	overflow: hidden;
}
.container.none_h1{
	overflow: hidden;
}
.container h2{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	padding: 10px;
	margin-bottom: 20px;
	background:url(../images/common/h2_bg.gif) left top repeat;
	margin-top: 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.container h2.ac span{
	background:url(../images/menu/menu.png) right center no-repeat;
	background-size: 10px;
	display: block;
}

.container h2:first-child{
	margin-top: 0px;
}

.container h3 {
	border-left: 5px solid #ff913c;
  color: #ff913c;
  font-weight: bold;
  margin: 10px 0;
  padding-left: 10px;
  font-size: 16px;
}

.fb{
	margin-bottom: 30px;
}

.icon01{
	background:url(../images/common/icon01.gif) left center no-repeat;
	padding-left: 20px;
}
.container table{
	width: 100%;
}

.container table th,
.container table td{
	padding: 10px;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
}

.container table th{
	background: none repeat scroll 0 0 #fff8ee;
	border-right: 5px solid #ff913c;
	text-align: center;
}

.container table td{
	background: #fff;
}
.container table.time th{
	border-right: none;
	background: #fff8ee;
	padding: 5px;
}
.container table.time td{
	padding: 5px;
}
/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #75440f;
	-webkit-box-shadow:1px 2px 1px #75440f;
	-moz-box-shadow: 1px 2px 1px #75440f;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
	background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color: #5b2e11;
}
.btn.entrybtn a{
	color: #fff;
}

.btn.detailbtn{
	background-color:#2e9d50;
	padding:0px;
	line-height: 22px;
}

.btn.detailbtn2 {
	background-color:#0eb089;
	padding:0px;
}

.btn.graybtn{
	background-color:#ddd ;
}
.btn.graybtn a{
	color:#fff ;
}

/* ---------------------------------------------------- */
/* index */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 10px 0px 0px;
	font-size:12px;
}

.footer_content{
	padding: 0px 3% 30px;
}

footer nav{
}
nav.homenav{
	overflow: hidden;
}
nav.homenav div{
	float: left;
	width: 50%;
	text-align: center;
}
nav.homenav div a{
	display:block;
}
nav.homenav div:nth-child(even){
	float:right;
}

footer nav ul{
	width: 100%;
	overflow: hidden;
}
footer nav ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #e7e7e7;
	border-bottom: none;
	border-right: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f2ee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f2ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f2ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f2ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f5f2ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f5f2ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f2ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2ee',GradientType=0 ); /* IE6-9 */

}
footer nav ul li:nth-last-child(2),
footer nav ul li:last-child{
	border-bottom: 2px solid #e7e7e7;
}
footer nav ul li:nth-child(even){
	border-right: 2px solid #e7e7e7;
}

footer nav ul li a{
	background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	font-weight: bold;
	font-size: 13px;
	padding:12px 8px;
}

footer .info {
	padding: 10px 3% 20px;
	color: #341f04;
	background: #f3f5ec;
}

footer .info a {
}

.under {
	background: #615a52;
}
.under ul {
	width: 100%;
	overflow: hidden;
}
.under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
	border-bottom: 1px solid #fff;
}
.under ul li a {
	padding: 10px;
	display: block;
	color: #fff;
}
.under ul li:first-child{
	border-right: 1px solid #fff;
}
.under ul li:nth-child(even){

}
small {
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 10px;
	clear: both;
	text-align: center;
}
footer small#copy a{
	color: #fff;
}

/*
横並び画像1列2枚
*/

ul.sp2{
	overflow: hidden;
	letter-spacing:-0.4em;
	font-size: 0;
}

ul.sp2 li{
	width: 49%;
	display: inline-block;
    *display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 2%;
	vertical-align: top;
}

ul.sp2 li:nth-child(2n){
	margin-right: 0;
}

ul.sp2 li img{
	width: 100%;
	height: auto;
	padding:0px;
	margin-bottom: 5px;
}
ul.sp2 li p{
	color: #6e837d;
	text-align: left;
}

/*
横並び画像1列3枚
*/
ul.sp3{
	font-size:12px;
	padding:0px;
	letter-spacing:-0.4em;
	overflow: hidden;
	font-size: 0;
}


ul.sp3 li{
	width:32%;
	display: inline-block;
    *display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 2%;
	overflow:hidden;
	margin-bottom: 10px;
}
ul.sp3 li:nth-child(3n){
	margin-right: 0;
}
ul.sp3 li img{
	width: 100%;
	height: auto;
	padding:0px;
}

/* ---------------------------------------------------- */
/* 下層 */
/* ---------------------------------------------------- */

.attention,
.errorMessage{
	color: #f00;
}

.contact dl{
}
.contact dt{
	color: #333;
}

.contact input,
.contact textarea{
	padding: 5px 1%;
	width: 96%;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
}
.contact .add input{
	padding: 5px 10px;
	width: 10%;
}

/*
ドローメニュー
*/

#build-menu-page {
  left: 0;
  position: relative;
}

#main-nav li{
	width: 100%;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 260px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  float: right;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

.faq-q {
	border-left: 3px solid #1795ff;
	color: #1795ff;
	font-family: "メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	padding: 3px 0 3px 15px;
	margin-bottom: 10px;
}
.faq-a {
	border-left: 3px solid #ff174e;
	padding: 3px 0 3px 15px;
}

.faq-line {
	margin-bottom: 20px;
}

.faq-a em {
	color: #ff174e;
	font-family: "メイリオ",Meiryo,sans-serif;
	font-size: 16px;
}