@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #3b1f1a;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	word-wrap: break-word;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック */ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #b71c1f;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	color: #b71c1f;
	opacity: 0.6;
}





/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}
}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* FAX */
.fax_num {
	pointer-events: none;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
		color: #3b1f1a;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}



/* ================================================================================

	共通

================================================================================ */

h2,h3,h4{
	font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* PCでテキスト中央、SPは左寄せ */
	.text_center{
		text-align: center;
	}


}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {


}


/* ================================================================================

	ヘッダー

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {

	header.bs_header {
		position: relative;
	}
	.top_info{
		position: relative;
		background: url(../img/r_bg.jpg) no-repeat center top / cover;
		color:#ffffff;
		height: 6.4vw;
	}

	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		top: 0.6vw;
		left: 50%;
		margin-left: -10vw;
	}
	.h_logo a{
		display: block;
		width: 20vw;
	}
	.h_logo a img{
		width: 100%;
	}
	/* 住所、電話
	----------------------------------------------- */
	.top_info ul{
		float: right;
		padding: 1vw 4.2vw 0 0;
	}
	.top_info ul li:first-of-type{
		font-size: 1vw;
		letter-spacing: 0.05em;
	}


	.top_info ul li:last-of-type{
		font-size: 2vw;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}
	.top_info ul li:last-of-type span{
		font-size: 1vw;
		padding-left: 0.2vw;
	}
	.top_info ul li:last-of-type a{
		color:#ffffff;
	}

	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 0.8vw;
		/* right: 8px;
		text-align: right; */
		left: 8px;
		text-align: left;
		z-index: 1;
		color: #ffffff;
	}
	.pc_h1 h1 {
		font-size: 0.8vw;
		line-height: 1;
		color: inherit;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	/* .navi_pc {
	}
	.navi_pc > ul {
		font-size: 0;
		text-align: center;
	}
	.navi_pc > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.1;
		margin-left: 2em;
	}
	.navi_pc > ul > li:first-of-type {
		margin-left: 0;
	}
	.navi_pc > ul > li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #000000;
		width: 1px;
		height: 16px;
		top: 0.1em;
		left: -1em;
	}
	.navi_pc > ul > li:first-of-type::before {
		display: none;
	}

	.navi_pc > ul > li a {
	} */



	.global_menu { /* メニュー全体のスタイル */
		width: 100%;
		position: relative;
		color: #ffffff; /* 文字色 */
		background: url(../img/nav_bg.jpg)no-repeat center top / 100% auto; /* 背景色 */
		text-align: center;
		height: 6.3vw;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-size: 1.3vw;
		font-weight: 500;
		z-index: 2;
	  }
	  .global_menu > ul > li > a{
		padding: 2.1vw 1.5vw 2vw;
	}
	  .global_menu li {
		display: inline-block;
	  }
	   
	  .global_menu a { /* 各項目のスタイル */
		display: block;
		color: #ffffff; /* 文字色 */
	  }
	   
	  .menu:hover > a {
		/* background: #ffb6c1; */
	  }
	   
	  .child_menu > li > a { /* 子項目のスタイル */
		font-size: 0.8em;
		padding: 1vw 1.5vw;
		transition-duration: 0s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	  }
	  .child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
		background: #f5dbaf;
		color: rgb(17, 16, 16);
		opacity: 1;
	  }
	   
	  .child_menu { /* 下層メニューのスタイル */
		width: 100%;
		position: absolute;
		top: 60%; /* topを0に */
		left: 0;
		padding: 30px;
		color: #333; /* 文字色 */
		background: rgba(183,28,31,0.9); /* 背景色 */
		visibility: hidden; /* 下層メニューを非表示 */
		opacity: 0;
		transition: 1.5s top, 1.5s opacity; /* アニメーション設定 */
		padding: 0;
	  }
	   
	  .menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
		top: 100%; /* 定位置に戻す */
		opacity: 1;
		visibility: visible; /* 下層メニューを表示 */
	  }
	   
	  .child_menu a:hover {
		color: #fff;
	  }

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

	header.bs_header {
		position: relative;
	}



	
	/* 電話
	----------------------------------------------- */

	.sp_top_info ul {
		font-size: 9vw;
		letter-spacing: 0.05em;
		background: url(../img/bg02.jpg) no-repeat center top / cover;
		text-align: center;
		padding: 2vw 0 2vw;
	}
	.sp_top_info ul span{
		font-size: 5vw;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #fff;
		padding: 2vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
		text-align: center;
	}


	/* グローバルナビゲーション
	------------------------------------------- */
	.navi_pc {
		display: none;
	}

}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer.bs_footer {
		position: relative;
	}

	.f_wrap {
		position: relative;
		background: url(../img/r_bg.jpg) repeat-y center top / contain;
		padding: 60px 0 40px;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		text-align:center;
		
	}
	.f_logo a {
		display: inline-block;
		width: 390px;
	}
	.f_logo a img{
		width: 100%;
	}

	/* 住所、営業時間、ボタン
	------------------------------------------- */

	.f_box{
		width: 1000px;
		margin: 0 auto;
		color:#ffffff;
	}

	.f_left{
		float: left;
		padding: 38px 0 0 80px;
		letter-spacing: 0.05em;
		font-weight: 300;
	}
	.f_left a{
		color:#ffffff;
	}
	.f_left p span{
		margin-left: -9px;
	}



	.f_right{
		float: right;
		padding: 85px 68px 0 0;
	}
	.f_right a{
		position: relative;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		display: block;
		background: url(../img/bg02.jpg)no-repeat center top / auto auto;
		width: 404px;
		height: 105px;
		border-radius: 20px;
		font-size: 26px;
		padding: 31px 0 0 30px;
		letter-spacing: -0.04em !important;
	}
	.f_right a::before{
		position: absolute;
		content: "";
		background: url(../img/red_icon.png)no-repeat center top / 100% auto;
		width: 12px;
		height: 10px;
		top: 49px;
		right: 23px;
	}
	.f_right a::after{
		position: absolute;
		content: "";
		background: url(../img/takeout_img.png)no-repeat center top / 100% auto;
		width: 92px;
		height: 116px;
		top: -77px;
		right: -41px;
		pointer-events: none;
	}

	/* フッターリンク
	------------------------------------------- */
	.f_navi {
		
	}
	.f_navi > ul {
		font-size: 0;
		text-align: center;
		width: 861px;
		margin: 40px auto 0;
	}
	.f_navi > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		font-weight: 300;
		line-height: 2.1;
		margin-left: 2em;
	}
	.f_navi > ul > li:first-of-type,
	.f_navi > ul > li:nth-of-type(6) {
		margin-left: 0;
	}
	.f_navi > ul > li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #ffffff;
		width: 1px;
		height: 16px;
		top: 0.7em;
		left: -1em;
	}
	.f_navi > ul > li:first-of-type::before,
	.f_navi > ul > li:nth-of-type(6)::before {
		display: none;
	}

	.f_navi > ul > li a {
		color: #ffffff;
		
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 11px;
		text-align: center;
		color: #f5daa5;
		padding: 44px 0 0;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer.bs_footer {
		position: relative;
		color: #ffffff;
	}

	.f_wrap {
		position: relative;
		background: url(../img/r_bg.jpg) repeat-y center top / contain;
		padding: 16vw 8vw;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		text-align:center;
		
	}
	.f_logo a {
		display: inline-block;
		width: 64vw;
	}
	.f_logo a img{
		width: 100%;
	}


	/* 住所、営業時間、ボタン
	------------------------------------------- */
	.f_left{
		text-align: center;	
	}
	.f_left a{
		color:#ffffff;
	}
	.f_right{
		padding: 9vw 0 0 0;
	}
	.f_right a{
		position: relative;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		display: block;
		background: url(../img/bg02.jpg)no-repeat center top / auto auto;
		width: 100%;
		border-radius: 5vw;
		font-size: 5vw;
		padding: 5vw 0 5vw 11vw;
		letter-spacing: -0.04em !important;
	}
	.f_right a::before{
		position: absolute;
		content: "";
		background: url(../img/red_icon.png)no-repeat center top / 100% auto;
		width: 2vw;
		height: 2vw;
		top: 9vw;
		right: 5vw;
	}
	.f_right a::after{
		position: absolute;
		content: "";
		background: url(../img/takeout_img.png)no-repeat center top / 100% auto;
		width: 21vw;
		height: 26vw;
		top: -18vw;
		right: -7vw;
		pointer-events: none;
	}

	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi > ul {
		display: none;
		margin-top: 4vw;
		overflow: auto;
	}
	.f_navi > ul > li {
		float: left;
		width: 48%;
		padding: 2vw 2vw;
		border-bottom: 1px solid;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		margin-right: 2%;
	}
	.f_navi > ul > li:nth-of-type(2n) {
		margin-left: 2%;
	}
	.f_navi > ul > li > a {
		display: block;
		font-size: 3.5vw;
		text-decoration: none;
	}

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi > ul {
		margin-top: 4vw;
		overflow: auto;
	}
	.f_navi > ul > li {
		float: left;
		width: 50%;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi > ul > li > a {
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		text-decoration: none;
		padding:3vw 0;
		margin-bottom: 1px;
		text-align: center;
	}
	.f_navi > ul > li > a:hover {
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi > ul > li:first-child {
		width: 100%;
	}
	.f_navi > ul > li:nth-of-type(2n) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 0;
	}
	*/


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
	}


	/* コピーライト */
	.f_copy {
		margin-top: 6vw;
	}
	.f_copy p {
		text-align: center;
	}

}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 0 -4px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.f_share {
		margin-top: 8vw;
		font-weight: 600;
		text-align: center;
	}
	.addtoany_shortcode {
		margin: 2vw -4px 0;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}





/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}