@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: url(../images/common/body_bg.gif) top center repeat;
	background-size: 100%;
	color: #3a342e;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	color: #3a342e;
	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) { /*縦向き*/

}

.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;
}
.center {
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.bold {
	font-weight:bold;
}

.under_line{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}

.right_img{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.left_img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.small{
	font-size: 90%;
}
.kado{
    border: 4px solid #cccccc;
    padding: 4px;
}

.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%;
	text-align: center;
}

@media only screen and (orientation : portrait) { /*縦向き*/
.header_wrap.top{
	width: 100%;
	height: 172px;
	height: auto;
	aspect-ratio: 320 / 172;
}

.header_wrap.top header {
	margin: 0 auto;
	width: 320px;
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
}

.header_wrap.top header ul {
	width: 320px;
	width: 100%;
	height: 172px;
	height: auto;
	aspect-ratio: 320 / 172;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.header_wrap.top header ul li {
	top: 0;
	width: 320px;
	width: 100%;
	height: 172px;
	height: auto;
	aspect-ratio: 320 / 172;
	display: none;
	position: absolute;
}
}

@media only screen and (orientation : landscape) { /*横向き*/
.header_wrap.top{
	width: 100%;
	height: 333px;
}

.header_wrap.top header {
	margin: 0 auto;
	width: 620px;
	height: auto;
	text-align: left;
	overflow: hidden;
}

.header_wrap.top header ul {
	width: 620px;
	height: 333px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.header_wrap.top header ul li {
	top: 0;
	width: 620px;
	height: 333px;
	display: none;
	position: absolute;
}
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:20px 2% 0px;
}

section.content {
	margin-bottom:30px;
}
section.content h1 {
	background-color: #3a140a;
	font-size: 18px;
	line-height: 120%;
	padding: 10px 8px 8px 8px;
	border-radius: 5px 5px 0 0;
	border: #221106 1px solid;
	border-bottom: #50261a 2px solid;
}

section.content nav{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #ffd45f;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}
section.content nav.none_h1{
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 1px solid #5c6913;
}
section.content nav ul{

}
section.content nav.none_h1 ul li{
	border-top: 1px solid #5c6913;
}
section.content nav ul li {
	line-height: 120%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffd45f;
}
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 ul li:last-child {

}
section.content nav ul li:first-child{
	border-top:none;
}

/* container */
.container{
	overflow: hidden;
}
.container.none_h1{
}
.container h2{
	background:url(../images/common/fb.gif) left top repeat;
	font-family:
	"ヒラギノ明朝 ProN W6",
	"HiraMinProN-W6",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.container h2:first-child{
	margin-top:0px;
}
.container h2.sp{
}
.container h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	border-left: 5px solid #3d541c;
	padding-left: 10px;
}

.fb{
	margin-bottom: 30px;
}

.icon01{
	background:url(../images/common/icon01.gif) left center no-repeat;
	padding-left: 20px;
}
.container table th,
.container table td{
	border: 1px solid #51692e;
	padding: 10px;
}

.container table th{
	text-align: left;
	background: #8da052;
	vertical-align: middle;
}

.container table td{
	background: #fff;
}
.container table.price_table{
	margin-bottom: 20px;
}
.container table.price_table th{
	border: none;
	background-color: #990000;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  width: 60%;
}
.container table.price_table td{
	border: none;
	border-bottom: 1px solid #990000;
  padding: 10px;
}
/* ---------------------------------------------------- */
/* 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: #3d541c;
}
.btn.entrybtn2{
	background-color: #0a4ab6;
}
.btn.entrybtn2 a{
	color: #fff;
}
.btn.detailbtn{
	background-color:#2e9d50;
	padding:0px;
	line-height: 22px;
}

.btn.detailbtn2 {
	background-color:#0eb089;
	padding:0px;
}

.btn.graybtn{
	background-color:#ccc ;
}
.btn.graybtn a{
	color:#666666 ;
}

/* ---------------------------------------------------- */
/* index */
/* ---------------------------------------------------- */
.fb{
	background: url(../images/common/fb.gif) left center repeat;
	background-size: 100%;
	height: 280px;
	padding: 10px 2%;
	width: 96%;
}
/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	font-size:12px;
}
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){
}
nav.homenav div a:nth-child(even){

}
footer nav ul{
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

footer .info {
	padding: 20px 2%;
	color: #461f0c;
	font-size: 14px;
}

footer .info a {
}

.under {
	background: #8c9f51;
}
.under ul {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #5c6913;
}
.under ul li {
	float:left;
	width:50%;
	border-right: 1px solid #5c6913;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.under ul li a {
	display:block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.under ul li:first-child{

}
.under ul li:nth-child(even){
	border-right:none;
}
small {
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #fff
}


/*
横並び画像1列2枚
*/

ul.sp2{
	overflow: hidden;
	letter-spacing:-0.4em;
}

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;
}


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;
}
/* ---------------------------------------------------- */
/* 下層 */
/* ---------------------------------------------------- */
.add{
	margin: 20px 0 0;
	padding: 10px 4%;
	background: #5c6442;
	color: #fff;
}
/* ---------------------------------------------------- */
/* qa */
/* ---------------------------------------------------- */
.qa{
	margin-bottom: 20px;
}
.qa:last-child {
	margin-bottom: 0px;
}
.qa .q_icon{
	padding: 10px 0px 10px 45px;
	background: url(../images/common/q_icon.gif) 10px center no-repeat;
	font-weight: bold;
	color: #30b299;
	border-bottom: 2px solid #30b299;
	margin-bottom: 10px;
}

.qa .a_icon{
	padding: 5px 0px 5px 45px;
	background: url(../images/common/a_icon.gif) 10px center no-repeat;
	color: #6e837d;
}

/* ---------------------------------------------------- */
/* voice */
/* ---------------------------------------------------- */
.voice_text dl {
	border: 1px solid #f5dad0;
	border-top: 2px solid #d75728;
	background: #faeeeb;
	padding: 10px;
	margin-bottom: 30px;
}

.voice_text dl dt{
	background: url("../images/common/icon02.gif") no-repeat left center;
	border-bottom: 1px dotted #c7b0a5;
	color: #572420;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 0 6px 20px;
}

/*
ドローメニュー
*/

#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;
}