@charset "utf-8";
/* CSS Document */



/*基本設定
----------------------------------------------------*/

body {
	background: url(null) fixed;
		margin:0;
		padding:0;
		font-family:'游ゴシック',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#222;
		line-height:1.5em;
		font-size:14px;
		-webkit-text-size-adjust: 100%;
		position: relative;
		overflow-y:auto;
		overflow-x: hidden;
		height: 100%;
}

html {  
		height: 100%;
}  


a {
		color:inherit;
		text-decoration: none;
		-moz-transition: opacity 0.3s linear;
	    -webkit-transition: opacity 0.3s linear;
	    -o-transition: opacity 0.3s linear;
	    -ms-transition: opacity 0.3s linear;
	    transition: opacity 0.3s linear;
}

a:hover {
		text-decoration:none;
		opacity: 0.6;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

figure{
	padding: 0;
	margin: 0 auto;
}

dd{
	padding: 0;
	margin: 0;
}

.clear {
		clear:both;
}

.fix:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}

.fix {
  min-height:1px;
}

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

p.mark {
		display:none;
}

.red {
		color:#e00;
}

.img {
		float:left;
		margin:0 20px 0 0;
}

.img02 {
		float:right;
		margin:0 0 0 20px;
}


section:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}


.tel {
		font-size:26px;
		font-weight:bold;
		font-family:Century Gothic,Arial, Helvetica, sans-serif;
		color:#C10001;
}

.tel span {
		font-size:16px;
}

em {
	font-style: normal;
    font-weight: bold;
}

section img{
		width:100%;
		height: auto;
}


/*common
----------------------------------------------------*/

main,
article {
	font-size: 15px;
}

main p,
article p {
	line-height: 1.8;
}

main ul,
main ol,
main p,
article ul,
article ol,
article p {
	font-weight: 500;
}


.scroll_logo_main,
.footer_logo_main{
	font-family: serif;
	font-size: 27px;
	font-weight: bold;
	color: #000;
}

.scroll_logo_main,
.scroll_logo_sub{
	color: #000;
}

.footer_logo_main{
	color: #FFF;
}

.scroll_logo_sub{
	font-size: 12px;
	margin: 6px 0;
}

.scale {
    overflow: hidden;
    position: relative;
    background: #000;
}

.scale a:hover{
	opacity: 1;
}

.scale img {
    -moz-transition: -moz-transform 10s linear,opacity 0.5s linear;
    -webkit-transition: -webkit-transform 10s linear,opacity 0.5s linear;
    -o-transition: -o-transform 10s linear,opacity 0.5s linear;
    -ms-transition: -ms-transform 10s linear,opacity 0.5s linear;
    transition: transform 10s linear,opacity 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
    overflow-x: hidden;
}

/*タイトル*/
.ttl {
	text-align: center;
	line-height: 1;
	color: #222;
	font-size: 3.6em;
	font-family: serif,"source-han-serif-japanese";
}

.ttl span{
	font-size: 20px;
}

.ttl01,
.ttl02,
.ttl03 {
	text-align: center;
	line-height: 1;
	color: #222;
	font-size: 2.3em;
	font-family: serif,"source-han-serif-japanese";
}

.ttl02{
	font-size: 2em;
}


.ttl01_sub,
.ttl03_sub{
	font-size: 14px;
	margin-top: 10px;
	border-top:solid #999 2px;
	padding: 10px 0 20px 0;
	text-align: center;
}

.ttl02_sub{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.title03{
	width:90%;
	padding: 0 5%; 
}

.ttl04,
.ttl04-02{
	font-size: 3.6em;
	color:#fff;
	font-weight:bold;
	font-family: serif,"source-han-serif-japanese";
	line-height: 270px;
	text-align: center;
}

.ttl_fsize01 {
	font-size: 3.6em;
}

.ttl_fsize02 {
	font-size: 0.9em;
	line-height: 1.3em
}

.ttl_fsize03 {
	font-size: 1.2em;
	line-height: 1.1em
}

/*N°5*/
.ttl img {
    width: 17px !important;
    height: 42px;
}

/*リンクボタン*/
.btn01{
	color: #222;
	border: 1px solid #b3b3b3;
	line-height: 1.8;
	padding: 5px 50px 7px 50px;
	display: inline-block;
	text-decoration: none;
}

.btn-black{
	color: #fff;
	background: #222 none repeat scroll 0 0;
	line-height: 1.8;
	padding: 5px 50px 7px 50px;
	display: inline-block;
	text-decoration: none;
}

.btn02{
    background: #fff none repeat scroll 0 0;
    clear: both;
    color: #222;
    cursor: pointer;
    display: inline-block;
	font-family: serif,"source-han-serif-japanese";
	font-weight: bold;
    line-height: 2.2em;
    margin: 20px;
    text-decoration: none;
	padding: 6px;
    width: 250px;
	vertical-align: middle;
}

.tel-ikebukuro {
	font-size:17px;
	font-weight:bold;
	padding: 6px;
	}
	
.mail-con i{
	font-size: 1.8em;
	vertical-align: bottom;
	padding: 5px 0;
	}

.pc_btn{
	display: block;
}

.info-btn{
	color: #222;
	border: 1px solid #b3b3b3;
	font-size: 12px;
	padding: 5px 30px 3px;
	display: inline-block;
	text-decoration: none;
}

/*.sp_btn{
	display: none;
}*/

/*　>アイコン　*/
.fa-angle-right {
	margin-left: 20px;
	color:#999;
	vertical-align: bottom;
}

.fa-angle-left {
	margin-right: 20px;
	color:#999;
	vertical-align: bottom;
}

.fa-small{
	margin-left: 12px;
	color:#999;
	vertical-align: baseline;
}

/*　telアイコン　*/
.fa-phone {
	margin-right: 5px;
	vertical-align:bottom;
	}

/*　mailアイコン　*/
.fa-envelope {
	margin-right: 10px;
	}

/*NEWS*/


.news-caption {
	line-height: 1.7;
    margin-top: 20px;
	font-size:18px;
	font-weight:bold;
}

.news-list {
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 10px;
	}


.news-list > a {
	display: block;
	text-decoration: none;
}

.news-list a:first-child{
	margin-top: 0;
}

.news-list figure{
	float: left;
	width: 250px;
}

.news-list figure img{
	width: 100%;
}

.news-list dl{
	margin-left: 280px;
	width: calc(100% - 280px);
}

.signboard{
	display: inline-block;
    padding: 1px 25px;
    background: #000;
    color: #FFF;
	font-size:80%;
}

.section {
		width:100%;
		clear: both;
}
.services-list {
/*	width: 94%; */
	margin: 0 auto;
	padding-bottom: 50px;
}

.ml30 {
		margin-left: 30px;
}
.mr30{
		margin-right: 30px;
}

.mr100{
		margin-right: 100px;
}

.btm0 {
		margin-bottom: 0!important;
}

.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}

.top30 {
		margin-top: 30px;
}

.top50 {
		margin-top: 50px;
}

.top60 {
		margin-top: 60px;
}

.f10 {
		font-size:10px;
}

.f11 {
		font-size:11px!important;
}

.f12 {
		font-size:12px!important;
}

.f13 {
		font-size: 13px!important;
	color: #8B8B8B;
}

.f14 {
		font-size:14px;
}

.f15{
		font-size: 15px!important;
}

.f16{
		font-size: 16px!important;
}

.f18 {
		font-size:18px!important;
}

.f20 {
		font-size:20px!important;
}

.f26 {
		font-size:26px!important;
}

.f-bold {
	font-weight:bold;
}

.white {
	color: #fff;
	}

.gray {
	color: gray;
}

.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.mtb20{
		margin: 20px 0!important;	
}


.mtb80{
		margin: 80px 0 !important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

.tac2 {
		text-align:center;
}


.f-l {
		float:left;
}

.f-r {
		float:right;
}

.lh15{
		line-height: 1.5;
}

.hover a:hover{
 	   opacity: 0.7; 
 	   filter: alpha(opacity=70); 
  	  -moz-opacity: 0.7;
}

.list_disc{
		margin-left: 20px;
}

.list_disc li{
		list-style: disc;
		margin-bottom: 1em;
}

.marker{
	font-size: 1.5em;
	background: #f8e859;
	display: inline;
	font-weight: bold;
}
/*
.br:before {
	content: "\A" ;
	white-space: pre ;
}*/

.btm_line{
	border-bottom: 1px solid #3c2b1b;
}





.pc900 {
	display: block;
}

.sp900 {
	display: none;
}

.sp440 {
	display: none;
}

.link {
	display: block;
	text-decoration: none;
}

/*ヘッダー
----------------------------------------------------*/
header{
	background: url(../images/logomark.png) no-repeat center 5px;
	}

#head {
	width:100%;
	margin: 0 auto;
	height: 123px;
	position: relative;
	z-index: 9999;
}

#head .head_logo{
	text-align:center;
	padding-top:40px;
}

#head .head_logo a{
	text-decoration: none;
}

#head .head_logo a:hover{
	opacity: 1;
}

#head h1{
	color: #000;
	font-size:12px;
	margin-top:5px;
	text-align:center;
}

#head .head_r{
	float: right;
	color: #3c2b1b;
	vertical-align: middle;
}

#head .head_r .head_drawer{
	display: none;
}

/*メインイメージ
----------------------------------------------------*/

.main_image{
/*	line-height: 0; */
	overflow:hidden;
}

.main_image .line{
	background-color: #000;
	border-bottom:solid #000 5px;
	border-top: solid #000 5px;	
}

.main_image .line02{
	background-color: #000;
	border-top: solid #000 5px;	
}

/*写真スライド*/
.slide {
	background:url(../images/main_visual.jpg) 0 repeat-x;
	height:492px;
}



/*ナビ
----------------------------------------------------*/

.top_nav{
	width: 100%;
	margin: 0 auto;
	opacity: 0.85;
	height: 40px;
	margin-top: 0px;
	position: relative;
    z-index: 101;	
}

.top_nav .top_nav_menu{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top:10px;
}

.top_nav ul{
	width: 100%;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
}

.top_nav li{
	/* width: 12.5%; */
	color: #000;
	opacity: 1;	
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	vertical-align: middle;
	/*line-height: 76px;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.top_nav li a {
    height: 10px;
}

/*ドロップダウンメニュー-----------------------------------*/
.menu {
    position: relative;
    margin: 0 auto;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li {
    border-top: 1px solid #000;
	color: #fff;
	font-size: 14px;
    line-height: 3.5em;
}

.menu__second-level li a:hover {
    background: #222;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 310px;
    background: #222;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

ul.menu__second-level {
    display: block;
}

li.menu__single:hover ul.menu__second-level {
    visibility: visible;
    opacity: 1;
}
/*------------------------------------------------*/

.scroll_nav_menu li a {
    height: 70px;
}

.scroll_nav_menu li a span {
    font-size: 0.75em;
    opacity: 0.7;
    margin-top: 0.45em;
    display: block;
}

.top_nav li a,
.scroll_nav_menu li a{
    display: table-cell;
	letter-spacing: 0.1em;
    vertical-align: middle;	
	text-decoration: none;
    transition: none;
}

.scroll_nav{
	background-color: rgba(255,255,255,0.7);
	color: #222;
	width: 100%;
	height: 70px;
	transition-duration: 0.5s;
    transition-property: margin-top, opacity;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-top: -70px;
    opacity: 0;
    top: 0;
    position: fixed;
	z-index: 100;

}

.scroll_nav.fixed,
.scroll_nav_drawer.fixed{
	margin-top: 0 !important;
	opacity: 1;
}

.drawer-hamburger.fixed{
	margin-top: 0;
}

.scroll_nav_logo{
    display: inline-block;
    float: left;
    padding: 12px 0 0 20px;
    width: auto;
}

.scroll_nav_logo img{
    width: 280px;
}

.scroll_nav_logo a{
	text-decoration: none;	
}

.scroll_nav_logo a:hover{
	opacity: 1;
}

.scroll_nav_menu{
	margin: 0 auto;
	width: calc(100% - 500px);
	text-align: right;
	opacity: 1;
	margin-right: 0;
	transition: opacity 0.5s linear,margin-left 0.5s linear;
}

.scroll_nav_menu ul {
	-js-display: flex;	
	display: flex;
    justify-content: space-around;
}

.scroll_nav_menu li{
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    opacity: 1;
    text-align: left;
    vertical-align: middle;
}

/*スクロールナビ ドロップダウンメニュー-----------------------------------*/
.scroll-menu {
    position: relative;
    margin: 0 auto;
}

ul.scroll__second-level {
	background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display: block;
    position: absolute;
	visibility: hidden;
    z-index: 1;
}

.scroll__second-level li {
	border-bottom: 1px solid #a0a0a0;
	color: #222;
	display: block;
	font-size: 14px;
    width: 310px;
}

.scroll__second-level li:first-child {
	border-top: 1px solid #a0a0a0;
	
}

.scroll__second-level li a {
    height: 50px;
}


li.scroll__single:hover ul.scroll__second-level {
    visibility: visible;
    opacity: 1;
}
/*------------------------------------------------*/


.scroll_nav_drawer{
	display: block;
	margin-top: -88px;
	opacity: 0;
	-moz-transition: opacity 0.5s linear,margin-top 0.5s linear;
	-webkit-transition: opacity 0.5s linear,margin-top 0.5s linear;
	-o-transition: opacity 0.5s linear,margin-top 0.5s linear;
	-ms-transition: opacity 0.5s linear,margin-top 0.5s linear;
	transition: opacity 0.5s linear,margin-top 0.5s linear;
	z-index: 100;
}

.drawer-menu li{
	border-bottom: 1px solid #000;
	padding: 10px;
	text-align: right;
}

.drawer-sub li{
	border-bottom: none;
	padding: 10px 0 0;
	text-align: right;
}

.drawer-menu li a{
	text-decoration: none;
}

.drawer-menu li.point {
	background: #000;
	color: #fff;
}


/*コンテンツ内
----------------------------------------------------*/

.cont-news{
	width: 100%;
	max-width: 1280px;
	margin:80px auto 100px;
}

.news-wrap{
	width: 90%;
	max-width: 1280px;
	margin: 0 5%;
}



.cont_shops{
	width: 100%;
	margin: 0 auto 0;
}

#second .cont_shops {
	width: 100%;
	margin: 80px auto;
}

#second .cont_menu {
	width: 100%;
	margin: 0 auto 70px;
}

.flex{
-js-display: flex;
display: flex;
flex-direction: row;
}
.flex_r{
-js-display: flex;
display: flex;
flex-direction: row-reverse;
}


.shops-photo,
.menu_photo {
/*	height: 375px;*/
	width: 50%;
	line-height: 0;
	overflow: hidden;	
}

.shops-photo img{
	width: 100%;
}


.shops-photo img{
overflow-y: hidden;
}



.shops-txt {
	display: table-cell;
	width: 20%;
	padding: 0 15%;
	vertical-align: middle;
	background: #f5f5f5;
}

.shops-txt .point {
	color: #9b1121;
}



.shops-txt_rev{
	background: #504234;
	color: #FFF;
}

.shops-txt p{
	/*line-height: 2;*/
	line-height: 1.8;
}

/* SEC03 SERVICE
------------------------------------------------------------*/
#services {
	margin-top:-40px;
	padding-top:140px;
	}

.cont-services{
	width: 100%;
	margin:100px auto 130px;
	max-width: 1280px;
}

.services-wrap{
	max-width: 1280px;
}

.services-list img{
	max-width: 288px;
	display: block;
	margin: 10px auto 20px;
}



.conts_contact{
/*	background: no-repeat center center;*/
	background-size: cover;
/*	height: 600px;*/
	height: 714px;
	margin: 100px auto 50px;
	color: #FFF;
	text-align: center;
	display: table;
	width: 100%;
}

.conts_contact_c{
	display: table-cell;
	vertical-align: middle;
}

.conts_contact_c h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
}

.conts_contact_c .conts_contact_sns{
	margin: 40px 0;
}

.conts_contact_c .conts_contact_sns li{
	display: inline-block;
	color: #bd9e5d;
	border: 1px solid;
	border-radius: 50%;
	padding: 8px;
	font-size: 35px;
	margin: 0  20px;
}

.conts_contact_c .conts_contact_sns li a:hover{
	opacity: 0.6;
	color: #a78745;
}

.conts_contact_c .conts_contact_address{
	margin-bottom: 30px;
}

.conts_contact_c .conts_contact_address p,
.conts_contact_c .conts_contact_tel p
{
	line-height: 21px;
}

.conts_contact_c .conts_contact_address p{
	font-size: 14px;
	margin-bottom: 10px;
}

.conts_contact_c .conts_contact_tel{
	font-family: serif;
	font-size: 20px;
	margin-bottom: 50px;
}

.conts_contact_c .conts_contact_telnum{
	font-family: 'PT Serif', serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.conts_contact_c .conts_contact_btn ul li{
	color: #FFF;
	display: inline-block;
	margin: 0 10px;
}

.conts_contact_c .conts_contact_btn ul li a{
	text-decoration: none;
	padding: 15px 0;
	background: #bd9e5d;
	display: block;
	width: 200px;
}

.conts_contact_c .conts_contact_btn ul li a:hover{
	opacity: 0.6;
	background: #a78745;
}

.shop-caption {
	margin: 15px 40px 25px 40px;
}

.top_conts_txt_box02 {
	margin: 40px 10.8%;
}





/*スライダー
----------------------------------------------------*/

.bx-pager {
	width: 100%;
}

	.cuisine .bx-pager,
	.dessert .bx-pager {
		margin-top: 35px;
	}

.bx-pager li{
	display: inline-block;
	width: calc(17% - 20px);
	/*float: left;*/
	margin-right: 10px;
	margin-top: 10px;
}

	.bx-pager li.last{
		margin-right: 0;
	}

.bx-pager li a img {  
	opacity: 0.5;  
	filter: alpha(opacity=50);
	width: 100%;
}  
.bx-pager li a.active img {  
	opacity: 1;  
	filter: alpha(opacity=100);
	border: 3px solid #3c2b1b;
}

.bx-pager2{
	font-size: 0;
	margin-top: 15px;
	display: inline-block;
	line-height: 0;
}

.bx-pager2 li{
	width: calc(100% / 6 - 12.5px);
	float: left;
	margin-left: 15px;
	line-height: 0;
}

.bx-pager2 li:first-child{
	margin-left: 0;
}

.bx-pager2 li a img {  
	opacity: 0.5;  
	filter: alpha(opacity=50);
	width: 100%;
}  
.bx-pager2 li a.active img {  
	opacity: 1;  
	filter: alpha(opacity=100);
	line-height: 0;
}

.bx-controls-direction {
	display: none;
}

/*COVID-19お知らせ----------------*/
.wrap_COVID-19 {
	width: 90%;
	max-width: calc(1280px - 10%);
	margin: 0 auto 60px;
}

.wrap_s_COVID-19 {
	width: 90%;
	max-width: calc(1280px - 10%);
	margin: -40px auto 60px;
}

.box_COVID-19 {
	padding: 20px 5% ;
	background: #222 none repeat scroll 0 0;
}

.box_COVID-19 h2 {
	text-align: center;
	line-height: 1.3;
	color: #FFFFFF;
	/*padding-bottom: 10px;*/
	font-size: 1.3em;
	font-family: serif,"source-han-serif-japanese";
}

/*フッター
----------------------------------------------------*/
footer {
	background: #000;
	color: #FFF;
	padding: 30px 0 40px;
}

.footer-wrap {
	width: 90%;
	max-width: calc(1280px - 10%);
	margin: 0 auto;
	padding: 0 5%;
}
.footer_logo{
	float: left;
	padding-bottom: 20px;
}

.footer_txt{
	float: left;
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin-left: 30px;
	line-height: 33px;
}

.pagetop{
	padding-top:12px;
	padding-left:20px;
}

.pagetop,
.copyright{
	opacity: 0.5;
	float: right;
}

.copyright{
	margin-top: 0;
	font-size: 11px;
}

.pagetop .fa-angle-up{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: bottom;
}

.pagetop a{
	text-decoration: none;
}

.pagetop a:hover{
	opacity: 1;
}

.footer_btm_link{
	display: inline-block;
}

.footer_btm_link li{
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	
}

.footer_btm_link li a{
	text-decoration: none;
}
