@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
	color: #292929;
	font-family: メイリオ, Meiryo, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

* {
	max-width: 100%;
	height: auto;
}

a {
	color: #915c34;
	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%;
}
.big{
	font-size: 120%;
}
.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%;
	background:#fff;
}

header {
	max-width: 640px;
	text-align:center;
	margin: 0px auto;
	overflow: hidden;
}

header .logo{
}

header .logo img{
	vertical-align: bottom;
}
header .header_mail{
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */

#visual_wrap{
	width: 100%;
	text-align: center;
}

.visual.sub{
	text-align: center;
	width: 100%;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:20px 3% 0px;
}
.container-content.top{
	background:url(../images/top/top_content_b.gif) center bottom no-repeat;
	padding-bottom:3%;
	background-size: 94%;
}
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 #915c34;
}
section.content nav ul{

}
section.content nav.none_h1 ul li{
	border-top: 1px solid #915c34;
}
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;
}
.top .container{
	padding: 10px 3% 20px;

}
.top .container p{
	line-height: 1.6;
}
.top .container span{
	background:url(../images/top/line.gif) left bottom repeat-x ;
}
.container.none_h1{
}
.container h2{
	background:url(../images/common/h2_bg.gif) left center no-repeat;
	background-size: 36px;
	padding: 10px 10px 9px 40px;
	border-bottom: 1px solid #d1b391;
	color: #1233ac;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.container h2:first-child{
	margin-top:0px;
}
.container h2.sp{
}
.container h3 {
	background: url("../images/common/icon02.gif") left center no-repeat;
	border-bottom: 1px dotted #c7b0a5;
	color: #572420;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0 10px 15px;
	text-align: left;
}

.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{
	border: 1px solid #915c34;
	padding: 10px;
	vertical-align: middle;
}

.container table th{
	text-align: left;
	background: #d5e5ff;
}

.container table td{
}
.container table.price{
	margin-bottom: 20px;
}
.container table.price th{
}
.container table.price td{
	text-align:right;
}
/* ---------------------------------------------------- */
/* 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: #814f02;
}
.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 */
/* ---------------------------------------------------- */

.greeting_img {

}
.greeting_text{

}
.blog h2{
	border: 2px solid #ffd45f;
}

.menu li{
	margin-bottom: 30px;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 20px 0% 0px;
	font-size:12px;
}
footer nav{
}
nav.homenav{
	overflow: hidden;
	margin-bottom: 30px;
}
nav.homenav div{
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav.homenav div a{
	display:block;
}
nav.homenav div:nth-child(even){
	float:right;
}
nav.homenav div a:nth-child(even){

}
footer nav ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 90%;
	margin: 10px auto 20px;
	overflow: hidden;
}
footer nav ul li{
	float: left;
	width: 49%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #d8e8ff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	margin-bottom: 10px;
}

footer nav ul li:nth-child(even){
	float: right;
}

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;
	padding:12px 8px;
	color: #001b5c;
	font-weight: bold;
}
footer .info {
	background:url(../images/common/info_t.gif) center top no-repeat;
	background-size: 100%;
	padding: 4% 3% 20px;
	font-size: 12px;
	line-height: 1.7;
}

footer .info a {
}

.under {
}
.under ul {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}
.under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
	background-color: #791e07;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.under ul li a {
	display:block;
	padding: 0px;
	color: #fff;
	padding: 10px;
}
.under ul li:first-child{

}
.under ul li:nth-child(even){
	border-right:none;
}
small {
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 10px;
	clear: both;
	color: #fff;
	text-align: center;
	background: #1d2088;
}
footer small#copy{
}

/*
横並び画像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;
}
/* ---------------------------------------------------- */
/* 下層 */
/* ---------------------------------------------------- */
.attention,
.errorMessage{
	color: #f00;
}
.contact dl{
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact dt{
	border-bottom: 1px solid #d1b391;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #1d2088;
}

.contact input,
.contact textarea{
	padding: 5px 2%;
	width: 94%;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
}
.contact .add input{
	padding: 5px 10px;
	width: 10%;
}
/* ---------------------------------------------------- */
/* qa */
/* ---------------------------------------------------- */

.qa .q_icon{
	padding: 10px 0px 10px 45px;
	background: url(../images/qa/q_icon.gif) 10px center no-repeat;
	font-size: 16px;
	border-bottom: 1px solid #ad7f4c;
}

.qa .a_icon{
	padding: 10px 0px 10px 45px;
	background: url(../images/qa/a_icon.gif) 10px center no-repeat;
}

/* ---------------------------------------------------- */
/* 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;
}

/* ---------------------------------------------------- */
/* dropmenu */
/* ---------------------------------------------------- */
#menu_btn {
    width: 50px;
    margin: 0px 0 0;
    float: left;
}

#toggle_menu ul {
    width: 240px;
    background: #fff;
    float: left;
}
#toggle_menu li {
    width: 240px;
    display: block;
    line-height: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
#toggle_menu li a {

    padding: 0 0 0 15px;
    color: #300d00;
    text-decoration: none;
    font-size: 13px;
    text-shadow: 1px 1px rgba(255,255,255,0.2);
}
#toggle_menu {
    width: 290px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
  -webkit-transform: translate(240px, 0);
  -moz-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  transform: translate(240px, 0);
  -webkit-transition: -webkit-transform 1s ease;
  -moz-transition: -moz-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
}
#toggle_menu.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#toggle_mask {
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	z-index: 450;
	top: 0;
	left: 0;
}
/* ---------------------------------------------------- */
/* fb */
/* ---------------------------------------------------- */
#fb-root {
display: none;
}
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
width: 100% !important;
}