﻿@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
#page_title{
	min-height: 250px;
}
#page_title:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0 ,0.5);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
	top:0;
	left: 0;
}
#page_title .page_title_box{
    z-index: 2;	
    background-color: rgba(0, 0, 0 ,0.75);
	    background-color: transparent;
    border: 1px solid #fff;
}
/*-------------------------------------------------------
					タブ切り替え 
-------------------------------------------------------*/
#cate_list li.active a{
	background-color: #000;
}
#cate_list li.active a{
		color: #ffffff;
}
#cate_list li{
	vertical-align: top;

}
#cate_list li:nth-child(n+4){
	margin-top: 10px;
}
#cate_list li a{
	background-color: transparent;
	transition: color 0.5s ,  background-color 0.5s ;
	-webkit-transition: color 0.5s ,  background-color 0.5s ;
	-moz-transition: color 0.5s ,  background-color 0.5s ;
	-ms-transition: color 0.5s ,  background-color 0.5s ;
	-o-transition: color 0.5s ,  background-color 0.5s ;
	padding: 10px 25px;
	width: 80%;
	display: block;
	margin: auto;
}
#cate_list li.active:hover a{
	color: #ffffff;
	background-color: #000;
}
#cate_list li:hover a{
	background-color: #ededed;
}
#cate_list li i{
	font-size: 12px
}
#cms_wrap{
	margin-top: 95px;
}
#cate_list{
	margin-bottom: 60px;	
}
.cate_title1{
	padding: 10px;
}
/*-------------------------------------------------------
				ブログ
-------------------------------------------------------*/
#cms_1-f #news_list > li{
	cursor: pointer;
}
#cms_1-f #news_list > li a i{
	transition: all 0.3s;
}
#cms_1-f #news_list > li a:hover i{
	padding-right: 10px;
}

.cms_1-f .box_wrap{
	align-items:flex-start!important;
}
/*-------------------------------------------------------
				当店について
-------------------------------------------------------*/
#about .cate_img1 {
	width: 40%;
    margin-right: 5%;
}
#about .cate_txt1{
	width: 55%;
}
#about .cate_txt1 span{
	padding-bottom: 3px;
}
#about .box_img1 {
	width: 35%!important;
    margin-right: 5%;
}

/*-------------------------------------------------------
					メニュー
-------------------------------------------------------*/
#menu .sub_cate_title{
     background-color: #000;
}
#menu .cate_item {
	 padding: 30px 50px;
}
#menu .cate_item .cate_title2 {
	    border-bottom: 1px solid #A3874E;
}
#menu .box_item:nth-child(1){
	background-color: #a3874e;
    border: 1px solid #a3874e;
}
#menu .box_txt_wrap{
	padding: 10px;	
}
#menu .box_txt1{
	border: none;
	color: #fff;
}
#menu .box_txt2{
	border: none;
    color: #fff;
}
.box_item.box_description {
    border: 1px solid #a3874e;
    border-top: none;
}
#menu .box_txt4{
	color: #a3874e;
    border-top: 1px dotted #a3874e;
    padding-top: 10px!important;
    margin-top: 10px;
}
#menu .box_txt4:empty{
	display: none;
}
/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/
#ba .box{
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32%;
}
#ba .box:nth-of-type(6n-1){
	margin-right: 0%;
}

#ba .box:before ,#ba .modal_box:before{
    content: '';
	position: absolute;
    width: 30px;
    height: 30px;
	background-color: rgba(245 ,245, 245 ,0.7);
	border: 1px solid #A3874E;
    border-radius: 50%;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
#ba .modal_box:before{
	background-color: rgba(245 ,245, 245 ,0.9);
}
#ba .mo
#ba .modal_box:before{
    width: 50px;
    height: 50px;
}
#ba .box:after,#ba .modal_box:after {
    content: '';
	position: absolute;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #A3874E;
    border-right: solid 2px #A3874E;
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    top:  50%;;
    left: calc(50% - 1px);
    z-index: 2;
}
#ba .modal_box:after {
    width: 10px;
    height: 10px;
}
/*#ba .box .box_item p {
    z-index: 2;
    padding: 3px 0;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}*/
#ba .box .box_item p {
    z-index: 2;
    padding: 1px 0;
    left: 0%;
    bottom: 0;
}
#ba .box .box_item .box_txt1{
	background-color: rgba(51, 51 ,51, 0.7);	
}
#ba .box .box_item .box_txt2{
	background-color: rgba(164 ,142 ,77,0.7);	
}
/*-------------------------------------------------------
				モーダル 
-------------------------------------------------------*/
.modal_bt{cursor: pointer;}
#contents_box .modal_bt{
    background-color: #d4bf8d;
    width: 300px;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.modal_bg{
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 9998;
}
.modal_box{
	max-height: 90%;overflow-y: auto;z-index: 9999;
	padding-left: 5%;
	padding-right: 5%;
	background-color: rgba(0 ,0 ,0 ,0.7);
}
.modal_bg figure{
	max-width: 200px;
    margin: auto;
}
.modal_box .close_bt{
	cursor: pointer;
}
.modal_box .close_bt img{
	 width: 20px;
}
.modal_box .close_bt_top{
    color: #fff;
    top: 10px;
    display: inline-block;
    text-align: right;
    margin: auto;
    position: fixed;
    top: 20px;
    right: 20px;
}
/*-------------------------------------------------------
				よくある質問
-------------------------------------------------------*/
#faq .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
#faq .cate_box .arrow{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -17px
}
#faq .cate_box .open_bt .arrow img{
	width: auto;
}
#faq .arrow img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#faq .arrow_be img{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);	
}
#faq .cate_box .open_bt .box_title1{
	display: inline-block;
	position: relative;
	margin-left: 110px;
	letter-spacing: 1px;
	cursor: pointer;
}
#faq .cate_box .open_bt .box_title1::before{
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
}
#faq .cate_box .box_item{
	display: none;
	padding: 20px 30px 0px;
}
/*-------------------------------------------------------
				店舗情報
-------------------------------------------------------*/
#map{
    padding: 0 5%;	
}
#map iframe{
	width: 100%;
    height: 350px;
}
/*-------------------------------------------------------
				お問い合わせ
-------------------------------------------------------*/
/*#contact #contact_tel_wrap .contact_tel{
	border:1px solid #f5f5f5;
}
#contact #contact_tel_wrap .contact_tel:hover{
	border:1px solid #b8860b;
}*/
/*-------------------------------------------------------
				サイトマップ
-------------------------------------------------------*/
#saitemap .con_box > div{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	box-sizing: border-box;
}
#saitemap .con_box > div:hover{
	letter-spacing: 3px;
}
#saitemap .con_box > div:nth-of-type(3n){margin-right: 0;}
#saitemap .con_box > div:nth-last-of-type(1),
#saitemap .con_box > div:nth-last-of-type(2),
#saitemap .con_box > div:nth-last-of-type(3){margin-bottom: 0;}
@media all and (-ms-high-contrast: none){
	#wrap {
		overflow: hidden;
	}
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
#cate_list li {
    margin-bottom: 10px;
}
/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/
#ba .box{
	margin-right: 2%;
	width: 49%;
}
#ba .box:nth-of-type(6n-1){
	margin-right: 2%;
}
#ba .box:nth-of-type(4n-1){
	margin-right: 0%;
}

/*-------------------------------------------------------
				サイトマップ
-------------------------------------------------------*/
#saitemap .con_box > div{
	width: 47%;
	margin-right: 5%;
	margin-bottom: 5%;
}
#saitemap .con_box > div:nth-of-type(3n){margin-right: 5%;}
#saitemap .con_box > div:nth-of-type(2n){margin-right: 0;}
#saitemap .con_box > div:nth-last-of-type(2),#saitemap .con_box > div:nth-last-of-type(3){
	margin-bottom: 5%;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
#page_title .page_title_box {
    width: 60%;
}
/*-------------------------------------------------------
				当店について
-------------------------------------------------------*/
#about .cate_img1 {
	width: 80%;
    margin-right: 0%;
}
#about .cate_txt1{
	width: 90%;
	margin-top: 20px;
}
#about .cate_txt1 span{
	padding-bottom: 3px;
}
#about .box_img1 {
	width: 90%!important;
    margin-right: 0%;
}
#about .box_item{
	width: 90%!important;
    margin-top: 20px;
}
#about .box_item div.posi_center{
    width: 100%;
}
	
	/*-------------------------------------------------------
					メニュー
-------------------------------------------------------*/
#menu .box_txt_wrap {
    padding: 10px 20px!important;
}
/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/
#ba .box{
	margin-right: 0%;
	width: 100%;
	margin-bottom: 15px;
}
#ba .box:nth-of-type(6n-1){
	margin-right: 0%;
}
#ba .modal_box:before{
    width: 30px;
    height: 30px;
}
#ba .modal_box:after {
    width: 6px;
    height: 6px;
}
/*-------------------------------------------------------
				よくある質問
-------------------------------------------------------*/
#faq .cate_box .arrow {
    left: 0px;
}
#faq .cate_box .open_bt .box_title1 {
    margin-left: 75px;
}	
#faq .cate_box .open_bt .box_title1::before {
    left: -22px;
}
/*-------------------------------------------------------
				サイトマップ
-------------------------------------------------------*/
#saitemap .con_box > div{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10%;
}
#saitemap .con_box > div:nth-of-type(3n){margin-right: 0%;}
#saitemap .con_box > div:nth-last-of-type(2),#saitemap .con_box > div:nth-last-of-type(3){
	margin-bottom:10%;
}
}