@charset "utf-8";

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.in-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(99 44 10 / 45%);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.in-cover-box {
	max-width: 1350px;
	width: 100%;
	color: var(--primary);
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.in-cover-title {
	display: inline-block;
	font-size: 26px;
	font-weight: normal;
	font-family: var(--font-family01);
	line-height: 1.45em;
	letter-spacing: 0.05em;
	border-bottom: solid 2px var(--primary);
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.45em;
	color: inherit;
	padding: 15px 0;
	position: relative;
}

.breadcrumbs-inner {
	max-width: 1350px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbs-link {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbs-arrow {
	margin: 0 10px;
}

.breadcrumbs-link:hover {
	text-decoration: none;
	color: inherit;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 100px 0;
	position: relative;
  	overflow: hidden;
}

.inner {
	max-width: 1350px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

.inner-large {
    max-width: 1550px;
}

.inner-fluid {
    max-width: 100%;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
    font-size: 35px;
    font-weight: normal;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    line-height: 1.38em;
}

.in-title02 {
    font-size: 30px;
    font-weight: normal;
    font-family: var(--font-family01);
    letter-spacing: 0.08em;
    line-height: 1.45em;
}

.in-title03 {
    font-size: 24px;
    font-weight: normal;
    font-family: var(--font-family01);
    letter-spacing: 0.08em;
    line-height: 1.45em;
}

.in-title04 {
    font-size: 20px;
    font-weight: normal;
    font-family: var(--font-family01);
    letter-spacing: 0.08em;
    line-height: 1.65em;
}

.in-title05 {
    font-size: 24px;
    font-weight: normal;
    font-family: var(--font-family01);
    letter-spacing: 0.08em;
    line-height: 1.45em;
}

.in-en-sub-title01 {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--font-family01);
    letter-spacing: 0.1em;
    line-height: 1.45em;
}

.in-title-decoration01:before {
    content: "";
    display: block;
    max-width: 220px;
    width: 100%;
    height: 15px;
    background: url(/system_panel/uploads/images/deco-line-blue-short.png) no-repeat center / contain;
    margin: 0 auto 20px;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.in-text01 {
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.18em;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.in-img-decoration01 {
    padding: 20px 20px 0 0;
    position: relative;
}

.in-img-decoration01 > img {
    position: relative;
}

.in-img-decoration01:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: var(--secondary);
    position: absolute;
    top: 0;
    right: 0;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

/*.base-table {
	width: 100%;
	line-height: 1.44em;
	border-top: solid 1px #ccc;
}

.base-table-tr {
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
}

.base-table-th {
	display: flex;
	align-items: center;
	padding: 0;
}

.base-table-td {
	margin: 10px 0 0;
	padding: 0;
}/*

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	line-height: 1em;
	letter-spacing: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li > a{
	font-weight: 600;
	color: var(--base-body-color);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}

.webgene-pagination > ul > li > a:hover{
	color: var(--base-body-color);
	text-decoration: underline;
}

.webgene-pagination > ul > li.selected > a{
	color: var(--base-body-color);
	text-decoration: underline;
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover{
	color: var(--base-body-color);
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 35px;
	width: 55px;
	border: solid 1px var(--secondary);
	border-radius: 100vmax;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	opacity: 0.65;
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 5px;
	height: 11px;
	display: block;
	background: url(/system_panel/uploads/images/page_prev_arrow.svg) no-repeat center / contain;
	position: absolute;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 5px;
	height: 11px;
	display: block;
	background: url(/system_panel/uploads/images/page_next_arrow.svg) no-repeat center / contain;
	position: absolute;
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/

.menu-list {
    border-image-source: url(/system_panel/uploads/images/menu_frame01.png);
    border-image-slice: 100;
    border-image-width: 40px;
    padding: 30px 15px 40px;
}

.rec-text01 {
    font-size: 14px;
    font-weight: 700;
    color: var(--tertiary);
}


/*-----------------------------------------------------------
テイクアウト
-----------------------------------------------------------*/

.takeout-deco01, .takeout-deco02, .scene-deco01, .scene-deco02 {
	opacity: .1;  	
	z-index: 0;
}

.takeout-deco02 {
    transform: scale(-1, 1);
}

.takeout-title.in-title-decoration01:before {
	content: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/ 

.in-title04 {
    font-size: 22px;
}


/*-- 改行 --*/

.br-576-none br {
	display: none;
}

.br-576-block br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-768-none br {
	display: none;
}

.br-768-block br {
	display: block;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 350px;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
    font-size: 45px;
}

.in-title02 {
    font-size: 40px;
}

.in-title03 {
    font-size: 30px;
}

.in-title04 {
    font-size: 26px;
}

.in-title05 {
    font-size: 30px;
}
  
.in-en-sub-title01 {
    font-size: 18px;
}
	
/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-td {
	margin: 0;
}
  
/*-----------------------------------------------------------
テイクアウト
-----------------------------------------------------------*/

.takeout-deco01, .takeout-deco02, .scene-deco01, .scene-deco02 {
	opacity: 1;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1024-none br {
	display: none;
}

.br-1024-block br {
	display: block;
}
	
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 450px;
}

.in-cover-title {
	font-size: 60px;
}
	
/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 14px;
	padding: 20px 0;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 140px 0;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
    font-size: 55px;
}

.in-title02 {
    font-size: 50px;
}

.in-title03 {
    font-size: 33px;
}
  
.in-title04 {
    font-size: 30px;
}

.in-title05 {
    font-size: 33px;
}

.in-en-sub-title01 {
    font-size: 22px;
}

.in-title-decoration01:before {
    max-width: 420px;
    height: 21px;
    margin: 0 auto 35px;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.in-img-decoration01 {
    padding: 30px 30px 0 0;
}
	
.in-img-decoration01:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
	
/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

/*.base-table-tr {
	padding: 25px 0;
}

.base-table-tr-small {
	padding: 20px 0;
}

.base-table-th {
	padding-right: 15px;
}

.base-table-td {
	padding-left: 15px;
}/*
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination > ul > li{
	margin: 80px 10px 0;
}

.webgene-pagination>ul>.prev>a::before {
	width: 9px;
	height: 15px;
}

.webgene-pagination>ul>.next>a::before {
	width: 9px;
	height: 15px;
}

/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/

.menu-list {
    border-image-source: url(/system_panel/uploads/images/menu_frame01.png);
    border-image-slice: 100;
    border-image-width: 60px;
    padding: 40px 30px 60px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1200-none br {
	display: none;
}

.br-1200-block br {
	display: block;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
    font-size: 65px;
}

.in-title02 {
    font-size: 60px;
}

.in-title03 {
    font-size: 40px;
}

.in-title05 {
    font-size: 40px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/


/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title03 {
    font-size: 50px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */