/*****************************************
◆基本機能 Default Style
見出し
画像+テキスト
テーブル
サイトマップ
パンくず
問合せフォーム
アーティクルページャー
タブ
*****************************************/

/*
見出し　h2～h6
**************************************/
h2,h3,h4,h5,h6 {
	line-height: 1.2;
}
.content_left h2 {
	font-size: 35px;
    text-align:center;
    margin: 0 auto 28px;
    color: #333;
}
h2{
	color:#333;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}

h2 p{
	font-size: 60px;
	display: block;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
}

h2.layout_ttl {
    background-color: #eee;
    padding: 15px 0;
    text-align: center;
    margin: 50px 0 30px;
}


h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
	position:relative;
    text-align:center;
    line-height: 1.5;
}
/*
#lower_main h3:after {
	background:none;
}
#lower_main h3 {
    border-bottom: 1px solid #d4bdb0;
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
    padding: 0 0 5px;
    color: #666;
}*/

#lower_main h3{
  position:relative;
  text-align:center;
}

#lower_main h3:after{
  content:"";
  display:block;
  position:absolute;
  height:1px;
  width:100%;
  border: 0;
  background: #ccc;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0.7,#ccc), color-stop(0.7,#cecece), to(#fff));
  background: -moz-linear-gradient(left,#fff 0%, #eee 30%, #eee 70%, #fff 100%);
  background: -o-linear-gradient(left,#fff 0%, #eee 30%, #eee 70%, #fff 100%);
  background: -ms-linear-gradient(left,#fff 0%, #eee 30%, #eee 70%, #fff 100%);
  background: linear-gradient(left,#fff 0%, #eee 30%, #eee 70%, #fff 100%);
}

#lower_main h3:before{
  top:-10px;
}
#lower_main h3:after{
  bottom:-5px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #001754;
	color: #001754;
	padding: 0 0 0 10px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #001754;
	color: #001754;
	padding: 5px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #001754;
}
section {
    margin:0 auto;
    padding-bottom:0px;
    
}

section.under_section h2 {
    color: #382628;
    font-size: 180%;
    font-weight: bold;
    margin: 0 0 30px;
} 

section.ttl_middle {
    background-color: #faf2ec;
    padding: 30px 0;
    color: #535353;
    
}

section.ttl_middle h3 {
    color: #535353;
    
}
@media (max-width: 736px) {
	section {
	    margin:0 auto 10%;
    	padding-bottom:0px;
	}
}


/*
パンくず
**************************************/
.pankuzu {
	min-width: 1200px;
	margin: 0 auto 30px;
	min-height: 20px;
	padding: 10px 0 0;
	box-sizing:border-box;
	font-size: 11px;
	line-height: 1.0;
	color: #fff;
	background: #3c110d;
}
.pankuzu ul{
	margin: 0px;
}
.pankuzu ul li:first-child {
	background: none;
	padding: 0 0 10px;
}
.pankuzu ul li {
	margin: 0 10px 0 0;
	padding: 0 0 0 15px;
	display: inline-block;
	position: relative;
}
.pankuzu ul li + li:before {
	position: absolute;
	content: ">";
	top: -1px;
    left: -1px;
	color: #fff;
}
.pankuzu ul li a {
	color: #fff;
	text-decoration: underline;
}
.pankuzu ul li a:hover {
	text-decoration: none;
}
@media (max-width: 736px) {
	.pankuzu {
		min-width: 100%;
		margin: 0 auto 20px;
		padding: 12px 0 10px;
    	background: #382628;
	}
	.pankuzu ul li:first-child {
    	background: none;
    	padding: 0;
    }
}

/*
サイトマップ
**************************************/
.sitemap{
    background: url(/images/bg2.jpg) repeat 0 0;
}
.sitemap>ul>li>a{
    display:block;
    float: left;
    width: 44%;
    padding: 10px 3%;
    position: relative;
}
.sitemap>ul>li>a:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 0;
    height: 0;
    margin-top: 6px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #977866;
}
.sitemap>ul>li>ul>li{
    float: left;
    width: 44%;
    padding: 10px 3%;
    position: relative;
}
.sitemap>ul>li>ul>li>a{
    display:block;
}
.sitemap>ul>li>ul>li>a:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 0;
    height: 0;
    margin-top: 6px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #977866;
}
.sitemap ul:before,
.sitemap ul:after {
	content:"";
	display:block;
	overflow:hidden;
}
 
.sitemap ul:after {
	clear:both;
}

/* 
テーブル
**************************************/
table.common_table {
	width: 100%;
	margin: 0 auto 30px;
}
table.common_table tr th {
	padding: 15px 45px;
	border: 1px solid #d4bdb0;
	border-width: 0 0 1px 0;
	background: #fffcf6;
	font-weight: bold;
	color:#382628;
	font-size:16px;
}
table.common_table tr td {
	padding: 15px;
	border: 1px solid #d4bdb0;
	border-width: 0 0 1px 0;
	background: #fffcf6;
	color:#382628;
	font-size:14px;
}
table.common_table.two_rows tr th {
	width:25%;
}
table.common_table.two_rows tr td {
	width:75%;
}

@media (max-width: 736px) {
	table.common_table {
		width: 100%;
		margin: 0 auto;
	}
	table.common_table tr th {
		padding: 2%;
		vertical-align: middle;
	}
	table.common_table tr td {
		padding:2%;
	}
	table.common_table.two_rows tr th {
		width:25%;
	}
	table.common_table.two_rows tr td {
		width:75%;
	}
}

/*
問合せフォーム
**************************************/
.alert {
	color: #ff0000;
	font-weight: bold;
}
.require {
	display: inline-block;
    padding: 5px 10px;
    line-height: 1.0;
    color: #cc0000;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
}
/*
.inquiry_form table{
    width:100%;
    margin: 0 auto 30px;
}
.inquiry_form th,
.inquiry_form td{
    padding: 15px 2%;
	border: 1px solid #d4bdb0;
	background: #fff;
	color:#382628;
}
.inquiry_form th{
    font-weight:bold;
    width:35%;
    text-align:center;
	font-size:16px;
	background:#d4bdb0;
}
.inquiry_form td{
    width:65%;
	font-size:14px;
}
*/

.inquiry_form table{
  width: 100%;
  border-collapse: separate;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  margin-bottom:20px;
}

.inquiry_form table tr{
  border-bottom: 1px solid #d4bdb0;
}

.inquiry_form table th{
  width: 35%;
  background: #faf2ec;
  padding: 20px;
  font-weight: bold;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #d4bdb0;
}
.inquiry_form table td{
  width: 65%;
  padding: 20px;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #d4bdb0;
}


.form_button {
	text-align: center;
	margin-bottom: 20px;
}
.form_button form {
	display: inline;
}
/*ボタン画像ありの場合はaタグのスタイル不要*/
.inquiry_form .form_button input[type="submit"] {
	min-width: 100px;
	border-radius: 5px;
	border: 0;
	background: #382628;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.inquiry_form .form_button a {
	min-width: 100px;
	border-radius: 5px;
	background: #382628;
	padding: 10px 15px;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	vertical-align: top;
	margin-right: 15px;
}
.inquiry_form .form_button input[type="submit"]:hover,
.inquiry_form .form_button a:hover {
	opacity: 0.8;
}

@media (max-width: 736px){
  .inquiry_form{
    margin: 0;
    padding: 20px 0px;
  }
  .inquiry_form table tr th {
    width: 100%;
    padding:3%;
    display: block;
    box-sizing: border-box;
    border-bottom:0;
  }
  .inquiry_form table tr td {
    width: 100%;
    padding:3%;
    margin-left: 3%;
    display: block;
    box-sizing: border-box;
    border-bottom:0;
    padding-left: 0;
  }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  .inquiry_form table tr:last-child td {
  	padding:2%;
  }
  .inquiry_form textarea {
    width: 96%;
    min-height: 150px;
    padding: 2%;
   }
}

/*
フォーム input
アーティクル設定に合わせてください。
***************************/
/*入力共通*/
.inquiry_form input[type="text"],
.inquiry_form textarea,
.inquiry_form select {
	line-height: 1.2;
	padding: 2px 4px;
	border:1px solid #cccccc;
}
/*複数行*/
.inquiry_form textarea {
	width: 500px;
	min-height: 150px;
	padding: 2px;
}
/*名前*/
.owlet-input-name-sei,
.owlet-input-name-mei {
	width: 90px;
	margin: 0 5px;
}
/*メールアドレス*/
input[name="input[email]"],
input[name="input[email_confirm]"] {
	width: 300px;
}
/*住所*/
.zip1,.zip2 {
	width: 60px;
	margin-bottom: 5px;
}
.zip2addr {
	margin-bottom: 5px;
}
select.prefectures,
select.city {
	margin: 0 5px 5px;
}
input[name="input[address_address]"],
input[name="input[address_address2]"],
input[name="input[address2_address]"],
input[name="input[address2_address2]"]  {
	width: 300px;
	margin-left: 5px;
}
input[name="input[address_address]"] {
	margin-bottom: 5px;
}
/*日時*/
.owl-datepicker {
	width:150px;
	margin-right: 5px;
}
select[name="input[datetime_hour]"],
select[name="input[datetime_minute]"] {
	margin-right: 5px;
}
/*電話番号*/
.owlet-input-tel1,
.owlet-input-tel2,
.owlet-input-tel3 {
	width: 60px;
}
.owlet-input-tel2,
.owlet-input-tel3 {
	margin-left:5px;
}
/*一行*/
input[name="input[hoge]"] {
	width: 300px;
}
/*ラジオ・チェックボックス縦並びにする場合*/
.inquiry_form table tr td label {
	display: block;
}
/*セレクト選択*/
select[name="input[select]"] {
	display: block;
}
input[name="input[select_etc]"] {
	margin-left: 5px;
}
/*その他*/
input[name="input[select_etc]"],
input[name="input[radio_etc]"],
input[name="input[check_etc]"] {
	width:300px;
	margin-top: 5px;
}
/*ラジオボタンにスタイルあてる場合*/
.inquiry_form label input[type="radio"] {}
/*チェックボックスにスタイルあてる場合*/
.inquiry_form label input[type="check"] {}

@media (max-width: 736px){
  .inquiry_form textarea {
    width: 90%;
    min-height: 150px;
    padding: 2%;
   }
}

/*
フォーム 規約
**************************************/
.owlet-rules {}
.owlet-rules-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.owlet-rules-body {
	height:200px;
	padding:15px;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	margin-bottom: 20px;
	overflow-y:scroll;
}
.owlet-rules-agree {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 736px){
  .owlet-rules {
  	padding:0 2%;
  }
}

/*
◆アーティクル　ページャー
*****************************************/
.pagenation {
	display: table;
	text-align: center;
	margin: 0 auto 30px;
	line-height: 1.0;
	font-size:15px;
}
.pagenation span {
	display: inline-block;
	margin: 0 7px;
}
.pagenation span.prev,
.pagenation span.next {
}
.pagenation span.prev a,
.pagenation span.next a {
	width:30px;
	height:30px;
	box-sizing:border-box;
	background:#c94a1a;
	color:#ffffff;
	padding:7px 8px;
	border: 1px solid #c94a1a;
	text-decoration:none;
}
.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	color:#c94a1a;
	background:#ffffff;
	text-decoration:none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	width:30px;
	height:30px;
	box-sizing:border-box;
	display: inline-block;
	color:#ffffff;
	padding:7px 8px;
	border: 1px solid #c94a1a;
	background: #c94a1a;
	text-decoration: none;
}
.pagenation span.scope_limit {
	color: #c94a1a;
	text-decoration: none;
}
.pagenation span a {
	width:30px;
	height:30px;
	box-sizing:border-box;
	display: inline-block;
	color:#333333;
	padding:7px 8px;
	border: 1px solid #c94a1a;
	text-decoration:none;
	background: #ffffff;
}
.pagenation span a:hover {
	color:#ffffff;
	background: #c94a1a;
	text-decoration: none;
}

/*
タブ
**************************************/
/*スタイル解除*/
.owl-tabs {

}
.owl-tabs-container {
	border-radius: 0;
	border:none;
	padding:0;
}
ul.ui-tabs-nav {
	border:none;
	border-radius: 0;
	background: none;
	padding:0!important;
	margin-bottom: 30px!important;
}
.ui-tabs-panel {
	padding:0!important;
}

/*
カスタムパーツ
**************************************/
/*テキスト*/
.textArea {
	margin: 0 auto 20px;
}
/*画像*/
.img_center {
	text-align:center;
	margin-bottom: 30px;
}
.img_left {
	text-align:left;
	margin-bottom: 30px;
}
.img_right {
	text-align:right;
	margin-bottom: 30px;
}

/**画像+テキスト**/
.text_img_left,
.text_img_right {
	margin-bottom: 20px;
}
.text_img_left img {
	float:left;
	margin-right: 20px;
}
.text_img_right img {
	float:right;
	margin-left: 20px;
}