@charset "UTF-8";

/* CSS Document */

/* ▼　ウェブフォント　▼ */

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('../font/NotoSerifCJKjp-Light.woff') format('woff'),
	url('../font/NotoSerifCJKjp-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('../NotoSerifCJKjp-Medium.woff') format('woff'),
	url('../font/NotoSerifCJKjp-Medium.ttf') format('truetype');
}

/* ▲　ウェブフォント　▲ */


/* ▼　共通設定　▼ */

* {
	margin:0px;
	padding:0px;
    box-sizing: border-box; 
}


body {
	font-size: 1.1em;
	line-height:1.8em;
	font-family: "Noto Serif Japanese", serif, san-serif;
	font-weight: 300;
	color:#000;
	margin:0;
	padding:0;
	background-color:#2d1511;
}

img {
	border:none;
}

a img {
	border-style:none;
}

a {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}

a:link {
}

a:hover {
	opacity:0.5;
}

a img, :link img, :visited img {
    border:none;
}

/* delate dot boader of link for New Mozilla \*/
a {
    overflow:hidden; 
}

img,fieldset,abbr,acronym {
    border:0;
}

img {
	vertical-align:bottom;
}




hr {
	border-top:1px solid #735752;
	/*margin-top: 80px;*/
	margin: 80px 80px;
}

/*hr{
	border-top:1px solid #735752;
	position:relative;
	margin-top: 80px;
}*/

/*
hr:before{
	content:url(../images/general/news-border-end.png);
	top: -7px;
	left: -1px;
	position: absolute;
}

hr:after{
	content:url(../images/general/news-border-end.png);
	top: -7px;
	right: -1px;
	position: absolute;
}*/

/* float clear */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}

li {
	list-style-type:none;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

#wrapper {
	margin:0;
	padding:0;
	z-index:1;
}
		
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:normal;
	}

.fixed{
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  z-index: 9999;
	}
	
.txt_right{
	text-align:right;
}

.txt_center{
	text-align:center;
}

.txt_bold{
	font-weight: 500;
}

.txt_small{
	font-size:0.69em;
}

.txt_stick{
	letter-spacing:-2px;
}

.txt_yugo{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.btn_tel{
	color:#f0d499;
	width:100%;
	padding:1em;
	text-align:center;
	font-size:2.2em;
	border:1px solid #f0d499;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}

.btn_tel:hover {
    background: rgba(240,212,153,0.1);
}
	
/* ▲　共通設定　▲ */

/* ▼　スマホメニュー　▼ */
#menu_area{
	position: fixed;/*ヘッダー固定*/
	width: 100%;
	z-index: 100;
	background-color: #2d1511;
	padding-bottom:10px;
}

/* ▽▽ハンバーガーメニュー▽▽ */
.slide_menu_check {/* チェックボックスを隠す */
	display: none;
}
.sec_slide_menu {
	display: inline-block;
	position :relative;
	width :100%;
	min-height:50px;
	text-align:center;
}
 
/* ▽▽メニューボタン▽▽ */
.slide_btn {
	position: absolute;
	bottom:20%;
	right: 5%;
	width: 74px;/*枠の幅+padding+border*/
	height: 74px;/*枠の高さ+padding+border*/
	padding: 15px 10px;
	border:2px solid #fff;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.slide_btn::before {/*真ん中のバー 左の位置　上の間隔 太さ*/
	-webkit-box-shadow: #fff 0 18px 1px;
	box-shadow: #fff 0 18px 1px;
}
.slide_btn::after {
	bottom: 16px;/*0+padding+border*/
}
.slide_btn::before,
.slide_btn::after {/*上下のバー*/
	width: 50px;
	height: 3px;/*線の太さ*/
	background: #fff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
 
.slide_menu_wrap {
	width :100%;
	height :auto;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	right:0;/*右からスライド*/
	top: 0;
	display:none;
	z-index:90;
}
 
/* ▽▽開閉時のアニメーション▽▽ */
.slide_menu_check:checked ~ .slide_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(13px, 13px, 0);
	transform: rotate(45deg) translate3d(13px, 13px, 0);
}
.slide_menu_check:checked ~ .slide_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(13px, -13px, 0);
	transform: rotate(-45deg) translate3d(13px, -13px, 0);
}
.slide_menu_check:checked ~ .slide_menu_wrap {
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.slide_list {
	list-style-type: none;
	margin: 50px 0 50px;
	padding: 160px 0 80px;
}
.slide_list li{
	list-style: none;
	text-align:left;
	font-size:2.2em;
	line-height: 1.8;
}
.slide_list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 8px 22px 8px 80px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.slide_list li a:hover{
	opacity:1.0;
}
.slide_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #2d1511;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
 
.slide_list li a:hover::before {
	bottom: 0;
}
.slide_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slide_list li img{
	height:2.2em;
}
/* メニュー内のリストスタイル△△ */
.slide_menu_ttl{
	display:inline-block;
	margin:60px 0 0;
	width:50%
}

.slide_menu_ttl img{
	max-width:100%;
}
 
/* △△ハンバーガーメニュー△△ */

/* ▽▽FBボタン▽▽ */
.fb_btn {
	position: absolute;
	bottom:20%;
	right: 5%;
	cursor: pointer;
	display: block;
	width: 9%;
	max-width:60px;
	min-width:30px;
}

.fb_btn img{
	max-width:100%;
}
/* △△FBボタン△△ */
/* ▲　スマホメニュー　▲ */

/* ▼　ヘッダ　▼ */
/* ▲　ヘッダ　▲ */	
	
/* ▼　ナビゲーション　▼ */
/* ▲　ナビゲーション　▲ */


/* ▼　メイン　▼ */

/* 共通部分 */


#main {
	clear:both;
	overflow:hidden;
	letter-spacing:1px;
	color:#fff;
}

#main .content{
	max-width:1000px;
	margin:0 auto;
	padding:50px 50px 0;
}


#main h3 {
    line-height: 1.5;
    font-size: 2.2em;
    font-weight: 500;
	text-align:center;
	margin-top:1em;
}

#main h4{
	font-size:1.6em;
	font-weight:500;
	text-align:center;
	margin-top:1em;
}

.line_bottom:after{
	content: "";
	/*border-top: 1px solid #f0d499;*/
	display: block;
	width: 1em;
	margin: 0.75em auto;
}

.logo_left:before{
	content: "";
	background:url(../images/general/lst-logo.png) no-repeat;
	background-size:contain;
	width:1em;
	height:1em;
	display:inline-block;
	vertical-align: middle;
	margin-right:0.2em;
	margin-left: -1.2em;
}

.logo_top:before{
	content: "";
	background:url(../images/general/hedding-logo.png) no-repeat;
	background-size:contain;
	width:2em;
	height:2em;
	display:block;
	vertical-align: middle;
	margin:0 auto;
}



#main dl{
	margin-top:3em;
}

#main dt{
	font-size:1.6em;
	font-weight:300;
	padding-left: 40px;
	text-indent: -40px;
	margin-top:1em;
}

#main dt span{
	font-size:0.69em;
}

#main dt:before{
	content: "";
	background:url(../images/general/lst-logo.png) no-repeat;
	background-size:contain;
	width:1em;
	height:1em;
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}

#main dd{
	padding-left: 40px;
}

#main dt.sub_list:before{
	background:url(../images/general/lst-logo-sub.png) no-repeat;
	background-size: contain;
}

#page_title{
	text-align:center;
	margin-top:5em;
	padding-bottom:150px;
	background-image:url(../images/general/page_ttl-bk.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#page_title h2{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin: 0 auto;
    display: inline-block;
    width: 1em;
	font-size: 2.2em;
	font-weight: 500;
}

#page_lead{
	margin-top:3em;
}

#page_lead h4{
	margin-bottom:0.5em;
}

#page_lead h4 span{
	font-size:1.37em;
}

.page_image{
	margin-top:5em;
}

.page_image img{
	width:100%;
}

.page_partiton{
	margin: 5em auto 0;
	display: block;
	width: 60%;
}

.map_area{
	margin-top:1em;
}

.border_area{
	margin-top:1em;
	width: 100%;
	padding: 2em;
	border: 1px solid #f0d499;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.border_area .line_bottom::after{
	margin-left:0;
}


#main .border_area h4{
	text-align:left;
}

.link_btn{
	background:#f0d499;
	background-image:url(../images/general/lnk_btn-bk.jpg);
	background-repeat:no-repeat;
	font-size:1.34em;
	font-weight:500;
	color:#2d1511;
	width:400px;
	padding:1em 1.5em;
	text-align:left;
	border-style: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	display: block;
	margin:1em auto ;
}

.link_btn:visited,
.link_btn:hover{}

.link_btn:after{
	content:" ";
	background-image: url(../images/general/lnk_btn-allow.png);
	background-repeat: no-repeat;
	background-size:contain;
	width:1em;
	height: 1em;
	position:absolute;
	right:1.5em;
	top: 1.1em;
}

/*スライドショー*/
.bxslider img{
	width:100%;
}

.bx-wrapper{
	margin-top:5em;
}

.bx-wrapper .bx-pager {
	text-align: center;
    margin-top: 1em;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	display: inline;
}
.bx-pager a {
	background: #735752;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.3em;
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #f0d499;
}

/* ▲　メイン　▲ */

/* ▼　コンタクトエリア　▼ */
/* ▲　コンタクトエリア　▲ */

/* ▼　フッタ　▼ */
#footer{
	color:#fff;
	text-align:center;
	position:relative;
	margin-top: 5em;
}


#footer .content{
	max-width:1000px;
	margin:0 auto;
	padding:50px 50px 0;
}

#footer .footer_logo{
	display:inline-block;
	margin:0 auto 30px;
	width:50%
}

#footer .footer_logo img{
	max-width:100%;
}

#footer .footer_address{
	line-height: 1.8;
	margin-bottom:20px;
}

/* ▼　ページトップ　▼ */
#pagetop{
	margin:0 auto 0;
	cursor:pointer;
	width:25%;
}

#pagetop img{
	max-width:100%;
}

#pagetop img:hover{
	opacity:0.5;
}
/* ▲　ページトップ　▲ */
/* ▲　フッタ　▲ */

/* ▼　コピーライト　▼ */
#footer .content .copyright{
	padding:20px 0 30px;
}
/* ▲　コピーライト　▲ */




