@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #443e35;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #443e35;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

input[type='search'] {
	-webkit-appearance: none;
}

/* ---------------
　　　共用
--------------- */

:root {
  --color_red: #a62038;
  --color_gold: #9a7221;
  --min-width: min(95%,1100px);
  --unit-space-lg: 50px;
  --unit-space-md80: 40px;
  --unit-space-md: 30px;
  --unit-space-sm: 15px;
  --separator-lg: 50px;
  --separator-md: 30px;
  --separator-sm: 15px;
}

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

  :root {
    --unit-space-lg: 100px;
    --unit-space-md80: 80px;
    --unit-space-md: 60px;
    --unit-space-sm: 30px;
    --separator-lg: 100px;
    --separator-md: 60px;
    --separator-sm: 30px;
  }

}

html {
    font-size: 62.5%;
}

@media screen and (min-width: 768px) {
/*
	html {
		scroll-padding-top: 130px;
	}

	html:has(body.lg_1),
	html:has(body.lg_2),
	html:has(body.lg_3),
	html:has(body.lg_4),
	html:has(body.lg_5) {
		scroll-padding-top: 230px;
	}
*/
}

body {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
  	font-optical-sizing: auto;
	background: #f5f5f5;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

:focus:not(:focus-visible) {
	outline: none;
}

@media screen and (min-width: 768px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: block;
}

.pc {
	display: none;
}

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

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

}

a[href^="tel:"] {
    text-decoration: none !important;
}

img.fit {
	width: 100%;
	height: auto;
}

img.trim_center {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
  	font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {

	.wrapper {
		overflow: hidden;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

a.nolink {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 1000px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

.center {
	text-align: center;
}

/* -----------------
	header
----------------- */

.header {
	padding: 10px 20px 0 10px;
	z-index: 10;
	transition: all 0.4s ease;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	height: 55px;
	background: none;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	width: 45px;
}

.header .logo a {
	display: block;
}

.header_gnavi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.4s ease;
	opacity: 0;
	z-index: -1;
	transition: visibility 0.3s ease;
	visibility: hidden;
}

.header_gnavi nav > ul {
	margin: 0 20px;
}

.header_gnavi ul li {
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
	transition: all 0.3s ease;
	white-space: nowrap;
	border-top: 1px solid #d8d8d8;
}

.header_gnavi ul li.gnavi_top {
	border-top: none;
}

.header_gnavi li a {
	padding: 20px 0 20px 25px;
	display: block;
	background: url(../images/common/link_r.svg) no-repeat 0 center / 15px auto;
}

.header_gnavi ul li.gnavi_top a {
	width: calc(100% - 40px);
}

.header_gnavi li.gnavi_shop {
	margin: 0 -20px;
	text-align: center;
}

.header_gnavi li.gnavi_shop a {
	padding: 20px 0;
	background: #a62038;
	color: #fff;
}

.header_gnavi li.gnavi_has_sub > a {
	padding-bottom: 10px;
	background-position: 0 26px;
}

.header_gnavi li.gnavi_has_sub ul {
	margin: 0 0 15px 40px;
}

.header_gnavi li.gnavi_has_sub ul li {
	border: none;
	font-weight: 400;
	font-size: 1.4rem;
}

.header_gnavi li.gnavi_has_sub ul li a {
	padding: 9px 0;
	background: none;
}

@media screen and (max-width: 767px) {

	.menu_open .header {
		overflow: visible;
		position: fixed;
		background: #f5f5f5;
	}

	.header_gnavi_inner {
		max-height: 100dvh;
		overflow-y: auto;
	}

	.menu_open .header_gnavi {
		opacity: 1;
		z-index: 110;
		visibility: inherit;
		transition: all 0.3s ease;
		background: #f5f5f5;
	}

	.sp_menu_bottom {
		background: #232320;
	}

	.header_gnavi .sp_menu_bottom ul.fNavCmn {
		padding: 30px 30px;
	}

	.header_gnavi .sp_menu_bottom .fNavCmn li {
		font-size: 1.4rem;
		border: none;
	}

	.header_gnavi .sp_menu_bottom .fNavCmn li a {
		padding: 8px 0;
		color: #fff;
		background: none;
		display: inline-block;
	}

	.header_gnavi .sp_menu_bottom .fNavCmn li.ico_blank a {
		padding-right: 25px;
		background: url(../images/common/ico_blank_w.svg) no-repeat right center / 12px auto;
	}

}

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

	.header {
		padding: 0;
		height: 110px;
	}

	.header .logo {
		margin: 20px 0 0 20px;
		width: 64px;
	}

	.header_gnavi {
		display: flex;
		justify-content: flex-end;
		position: relative;
		opacity: inherit;
		z-index: 10;
		visibility: inherit;
		background: none;
		top: auto;
	}

	.header_gnavi nav > ul {
		margin: 0;
		display: flex;
		align-items: center;
	}

	.header_gnavi ul li {
		font-size: 1.6rem;
		border: none;
	}

	.header_gnavi li a {
		padding: 0 30px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: none;
	}

	.header_gnavi li a span {
		position: relative;
	}

	.header_gnavi li:not(.gnavi_shop) a span::after {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		bottom: -15px;
		width: 0;
		height: 1px;
		background: #fff;
		margin: auto;
    	transition: all 0.3s ease 0s;
	}

	.header_gnavi li:not(.gnavi_shop) a:hover span::after,
	.header_gnavi li:not(.gnavi_shop).gnavi_open a span::after {
		width: 100%;
	}

	.header_gnavi li.gnavi_has_sub > a {
		padding-bottom: 0;
	}

	.top .header_gnavi li a {
		color: #fff;
	}

	.header_gnavi li.gnavi_shop {
		margin: 0 0 0 20px;
	}

	.header_gnavi li.gnavi_shop a {
		padding: 0 60px;
		background: #a62038;
		color: #fff;
    	transition: all 0.3s ease 0s;
	}

	.header_gnavi li.gnavi_shop a:hover {
		background: #da2242;
	}

}

@media screen and (min-width: 768px) {

	.header_gnavi .gnavi_top {
		display: none;
	}

	.header_gnavi li.gnavi_has_sub {
		position: relative;
	}

	.header_gnavi li.gnavi_has_sub ul {
		position: absolute;
		top: 80px;
		opacity: 0;
		background: #f5f5f5;
		padding: 35px 0 35px 50px;
		border-radius: 10px;
		visibility: hidden;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 0;
	}

	.header_gnavi li.gnavi_has_sub ul li {
		margin: 5px 0;
		text-align: left;
		font-size: 1.6rem;
	}

	.header_gnavi li.gnavi_has_sub ul li a {
		padding: 5px 50px 5px 25px;
		color: inherit;
		display: block;
		height: auto;
		background: url(../images/common/link_r.svg) no-repeat 0 center / 15px auto;
	}

	.header_gnavi li.gnavi_has_sub ul li a:hover {
		color: #a62038;
	}

	.header_gnavi li.gnavi_has_sub ul li a span::after {
		display: none;
	}

	.header_gnavi li.gnavi_has_sub.gnavi_open ul {
    	opacity: 1;
    	visibility: inherit;
    	transition: all 0.50s ease 0s;
	}

	.sp_menu_bottom {
		display: none;
	}

}

#menu_btn {
	margin: 20px;
    padding: 0;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border: none;
	background: none;
	flex-shrink: 0;
	transition: all 0.3s ease;
	z-index: 111;
}

#menu_btn span {
	display: block;
}

#menu_btn::before {
	top: 8px;
	width: 20px;
}

#menu_btn span::before {
	top: 0;
	width: 30px;
}

#menu_btn::after {
	top: 16px;
	width: 25px;
}

#menu_btn::before,
#menu_btn::after,
#menu_btn span::before {
	margin: 0 auto;
	position: absolute;
	content: '';
	right: 0;
	height: 1px;
	background-color: #333;
	transition: all 0.3s ease;
}

.top #menu_btn::before,
.top #menu_btn::after,
.top #menu_btn span::before {
	background-color: #fff;
}

.menu_open #menu_btn {
	transform: rotate(-45deg);
}

.menu_open #menu_btn::after,
.menu_open #menu_btn span::before {
	background-color: #524833;
	width: 25px;
}

.menu_open #menu_btn::before {
	opacity: 0;
}

.menu_open #menu_btn::after {
	top: 10px;
}

.menu_open #menu_btn span::before {
	top: 10px;
	transform: rotate(-90deg);
}

@media screen and (min-width: 768px) {

	#menu_btn {
		display: none;
	}

	#menu_btn::before,
	#menu_btn::after,
	#menu_btn span::before {
		background-color: #fff;
	}

	.sp_menu {
		display: none;
	}

}

.menu_brand_logo.fLayTyp02 {
	margin: 0 0 20px;
	padding: 20px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_brand_logo .g-layBaseTyp01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 2040px;
	height: 100%;
}

.menu_brand_logo .fNavBiz {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.menu_brand_logo .fNavBiz li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	width: 33.3333333333%;
	height: auto;
	border: none;
}

.menu_brand_logo .fNavBiz li a {
	padding: 0;
	display: block;
}

@media screen and (max-width: 767px) {

	.menu_brand_logo .fNavBiz li img {
		height: 33px;
		width: auto;
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem01 img {
		height: 40px;
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem02 img {
		height: 53px;
	}

	.menu_brand_logo .fNavBiz li.ft_kuidon_w img,
	.menu_brand_logo .fNavBiz li.fNavBizItem03 img {
		height: 42px;
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem04 img {
		height: 40px;
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem05 img {
		height: 55px;
	}

	.menu_brand_logo .fNavBiz li.ft_daiana_w img,
	.menu_brand_logo .fNavBiz li.fNavBizItem06 img {
		height: 40px;
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem07 img {
		height: 41px;
	}

}

@media screen and (max-width: 420px) {

	.menu_brand_logo .fNavBiz li.fNavBizItem01 img {
		height: calc(40px - 5px);
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem02 img {
		height: calc(53px - 5px);
	}

	.menu_brand_logo .fNavBiz li.ft_kuidon_w img,
	.menu_brand_logo .fNavBiz li.fNavBizItem03 img {
		height: calc(42px - 5px);
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem04 img {
		height: calc(40px - 5px);
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem05 img {
		height: calc(55px - 5px);
	}

	.menu_brand_logo .fNavBiz li.ft_daiana_w img,
	.menu_brand_logo .fNavBiz li.fNavBizItem06 img {
		height: calc(40px - 5px);
	}

	.menu_brand_logo .fNavBiz li.fNavBizItem07 img {
		height: calc(41px - 5px);
	}

	.menu_brand_logo .fNavBiz li img {
		height: calc(33px - 5px);
	}

}

.menu_corp_logo {
	display: block;
	width: 100%;
	padding: 40px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_corp_logo .g-layBaseTyp01 {
    align-items: center;
    width: 100%;
    max-width: 2040px;
    height: 100%;
	position: relative;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}

.menu_corp_logo .siteName a {
	display: block;
}

.menu_corp_logo .siteName img {
    display: block;
    width: auto;
	height: 30px;
}

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

	.menu_brand_logo,
	.menu_footer_link {
		display: none;
	}

	.menu_corp_logo {
		display: none;
	}

}

/* -----------------
	トップ
----------------- */

.top_mv {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	background: url(../images/top/header_shadow_sp.png) repeat-x 0 0 / 100% auto,
				url(../images/top/main_sp.jpg) no-repeat center center / cover;
}

.top_mv_logo {
	position: relative;
}

.top_mv_logo h1 > span {
	position: absolute;
	top: -135px;
	right: -55px;
	font-size: 2.0rem;
	color: #333;
	background: #fff;
	padding: 8px 3px 0;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
	line-height: 1.2;
	white-space: nowrap;
}

.top_mv_logo span span {
	margin-bottom: -8px;
}

.home_logo {
	width: 120px;
}

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

	.top_mv {
		height: 1000px;
		background: url(../images/top/header_shadow_pc.png) repeat-x 0 0 / 1800px auto,
					url(../images/top/main_pc.jpg) no-repeat center center / cover;
	}

	.top_mv_logo h1 > span {
		top: -75px;
		right: -90px;
		font-size: 2.6rem;
		padding: 8px 4px 0;
	}

	.top_mv_logo span span {
		margin-bottom: -14px;
	}

	.home_logo {
		width: 200px;
	}

}

.top_about {
	padding: calc(90px + 13vw) 20px calc(210px + 9vw);
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/top/about_back_sp.jpg) no-repeat right bottom / cover;
	position: relative;
}

.top_about > div {
	position: relative;
	z-index: 2;
}

.top_about p {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.0;
	color: #55482d;
	font-weight: 500;
}

.top_about figure {
	position: absolute;
}

.top_about .about_img1 {
	width: 82%;
	left: 0;
	top: 0;
}

.top_about .about_img2 {
	width: 53%;
	bottom: 0;
	right: 0;
}

.top_about .about_img3 {
	width: 49%;
	left: 0;
	bottom: 0;
}

.top_about .btn_sq {
	margin-top: 40px;
}

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

	.top_about {
		padding: 0;
		height: 650px;
		background: url(../images/top/about_back_pc.jpg) no-repeat center center / cover;
	}

	.top_about p {
		font-size: 2.2rem;
		line-height: 2.2;
	}

	.top_about .about_img1 {
		max-width: 685px;
		width: auto;
		top: 0;
		left: 2vw;
	}

	.top_about .about_img2 {
		max-width: 678px;
		width: auto;
		bottom: 0;
		right: auto;
		left: 0;
	}

	.top_about .about_img3 {
		max-width: 550px;
		width: auto;
		right: 0;
		bottom: auto;
		left: auto;
	}

	.top_about .btn_sq {
		margin-top: 65px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1779px) {

	.top_about .about_img1 {
		left: 0;
		width: 38.4vw
	}

	.top_about .about_img2 {
		width: 38vw;
	}

	.top_about .about_img3 {
		width: 30.8vw;
	}

}

.btn_sq {
	font-size: 1.8rem;
	font-weight: 500;
	border: 1px solid #a89e89;
	width: 100%;
	backdrop-filter: blur(5px);
}

.btn_sq a {
	padding: 28px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.btn_sq a span {
	display: flex;
	align-items: center;
}

i.icon_arrow_red {
	margin: 4px 10px 0 0;
	display: block;
	width: 15px;
	height: 11px;
	background: url(../images/common/link_r.svg) no-repeat 0 0 / 100% auto;
}

i.icon_arrow_white {
	margin: 4px 10px 0 0;
	display: block;
	width: 15px;
	height: 11px;
	background: url(../images/common/link_w.svg) no-repeat 0 0 / 100% auto;
}

.btn_sq.btn_red {
	border-color: var(--color_red);
}

.btn_sq.btn_red a {
	color: var(--color_red);
	position: relative;
}

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

	.btn_sq {
		font-size: 2.2rem;
		width: 500px;
		display: inline-block;
	}

	.btn_sq a::before,
	.btn_sq a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 2px;
		background: #fff;
    	transition: all 0.3s ease 0s;
	}

	.btn_sq.btn_red a::before,
	.btn_sq.btn_red a::after {
		background: #da2142;
	}

	.btn_sq a::before {
		top: -1px;
		left: -1px;
	}
	.btn_sq a::after {
		bottom: -1px;
		right: -1px;
	}

	.btn_sq a span::before,
	.btn_sq a span::after {
		position: absolute;
		content: '';
		width: 2px;
		height: 0;
		background: #fff;
    	transition: all 0.3s ease 0s;
	}

	.btn_sq.btn_red a span::before,
	.btn_sq.btn_red a span::after {
		background: #da2142;
	}

	.btn_sq a span::before {
		bottom: -1px;
		left: -1px;
	}
	.btn_sq a span::after {
		top: -1px;
		right: -1px;
	}

	.btn_sq.btn_red a:hover {
		color: #da2142;
	}

	.btn_sq a:hover::before,
	.btn_sq a:hover::after {
		width: 100%;
	}

	.btn_sq a:hover span::before,
	.btn_sq a:hover span::after {
		height: 100%;
	}

}

.top_menu_slide_wrapper {
	padding: 70px 0 70px;
	background: url(../images/top/menu_line_sp.png) no-repeat 0 bottom / 100% auto,
				url(../images/top/menu_slide_back_sp.png) no-repeat 0 0 / cover;
}

.top_menu_slide_box {
	margin: 0 15px;
	width: 60vw;
}

.top_menu_slide_box figure {
	border-radius: 10px;
	overflow: hidden;
}

.top_menu_slide_box figure img {
	object-fit: cover;
	width: 100%;
	height: 160px;
	aspect-ratio: 250 / 160;
}

.top_menu_slide_box h3 {
	margin: 18px 0 0;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
}

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

	.top_menu_slide_wrapper {
		padding: 120px 0 110px;
		background: url(../images/top/menu_line_pc.png) no-repeat 0 bottom / 100% auto,
					url(../images/top/menu_slide_back_pc.png) no-repeat 0 0 / cover;
	}

	.top_menu_slide_box {
		margin: 10px 50px 0;
		width: 390px;
    	transition: all 0.3s ease 0s;
	}

	.top_menu_slide_box figure,
	.top_menu_slide_box h3 {
    	transition: all 0.3s ease 0s;
	}

	.top_menu_slide_box figure img {
		width: 390px;
		height: 250px;
		aspect-ratio: 390 / 250;
	}

	.top_menu_slide_box a:hover figure {
		margin-top: -10px;
	}

	.top_menu_slide_box a:hover h3 {
		margin-top: 28px;
	}

}

.top_menu_slide_navi {
	margin: 45px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_menu_slide_navi .slick-arrow {
	width: 10px;
	height: 15px;
	background: rgba(255,255,255,0.5);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	padding: 0;
}

.top_menu_slide_navi .btn_prev {
	background: url(../images/top/slide_arrow_right.png) no-repeat 0 0 / 100% auto;
}

.top_menu_slide_navi .btn_next {
	background: url(../images/top/slide_arrow_left.png) no-repeat 0 0 / 100% auto;
}

.top_menu_slide_dot {
	margin: 0 30px;
	position: relative;
}

.top_menu_slide_dot ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_menu_slide_dot li {
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0);
}

.top_menu_slide_dot li button {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	background: #7b6d4e;
	border-radius: 50%;
	display: block;
	text-indent: -9999px;
	border: none;
}

.top_menu_slide_dot li.slick-active {
	border-color: #d5cbb6;
}

.top_menu_slide_dot li.slick-active button {
	background-color: #d5cbb6;
}

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

	.top_menu_slide_navi {
		margin: 40px 0 0;
	}

}

.top_menu {
	padding: 80px 0 0;
	background: #f5f5f5
}

.top_menu h2 {
	padding-bottom: 55px;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
}

.top_menu h2 span {
	display: block;
	font-size: 2.6rem;
	line-height: 2.0;
}

.top_menu h2::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 50px;
	margin: auto;
	background: #6d5f41;
}

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

	.top_menu {
		padding: 135px 0 0;
	}

	.top_menu h2 {
		padding-bottom: 50px;
		font-size: 2.0rem;
	}

	.top_menu h2 span {
		font-size: 3.0rem;
		line-height: 1.8;
	}

}

.top_kodawari {
	margin: 0;
}

.top_kodawari .kodawari_img {
	margin: 0 0 50px;
	display: block;
}

.top_kodawari > div {
	margin: 30px 20px 0;
}

.top_kodawari h3 {
	margin: 0 0 35px;
	font-size: 4.0rem;
	line-height: 1.3;
}

.top_kodawari p {
	margin: 0 -20px 30px 0;
	font-size: 1.6rem;
	line-height: 1.9;
}

.top_kodawari p a {
	display: flex;
	align-items: center;
	position: relative;
}

.top_kodawari p.link {
	display: flex;
	align-items: center;
}

.top_kodawari p.link .icon_link_btn_anime {
	margin-right: 8px;
}

.icon_link_btn {
	width: 40px;
	height: 40px;
	border: 1px solid #a89e89;
	display: block;
	border-radius: 50%;
	background: #f5f5f5 url(../images/common/link_r.svg) no-repeat center center / 14px auto;
	position: relative;
	z-index: 2
}

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

	.top_kodawari {
		margin: 0;
		display: flex;
		align-items: center;
		flex-direction: inherit;
	}

	.top_kodawari .kodawari_img {
		margin: auto 0 0;
		order: 1;
		width: 60%;
	}

	.top_kodawari > div {
		margin-bottom: 50px;
		order: 2;
	}

	.top_kodawari h3 {
		margin: 0 0 40px;
		font-size: 6.0rem;
		line-height: 1.2;
	}

	.top_kodawari p {
		margin: 0 0 30px;
		font-size: 1.8rem;
		line-height: 2.2;
	}

	.link a:hover {
		color: var(--color_red);
	}

}

@media screen and (min-width: 768px) and (max-width: 999px) {

	.top_kodawari h3 br {
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1179px) {

	.top_kodawari .kodawari_img {
		margin-top: 0;
	}

}


.btn-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.20s;
	background-color: #a89e89;
	border-radius: 100%;
	overflow: hidden;
	flex-shrink: 0;
}

.btn-loading:before,
.btn-loading:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 0;
	background-color: var(--color_red);
	pointer-events: none;
}

.btn-loading:before {
	bottom: 0;
	left: 0;
}

.btn-loading:after {
	top: 0;
	right: 0;
}

.btn-loading .inner {
	margin: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 50%;
	background-color: #f5f5f5;
	transition: all 0.20s;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-loading img {
	position: relative;
	z-index: 3;
	width: 14px;
}

.btn-loading_text {
	padding-left: 50px;
}

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

	.link a:hover .btn-loading:before,
	.link a:hover .btn-loading:after {
		height: 100%;
	}

	.link a:hover .btn-loading:before {
		transition: height 0.15s 0.15s linear;
	}

	.link a:hover .btn-loading:after {
		transition: height 0.15s linear;
	}

	.link a:hover .btn-loading .inner {
		margin: 1px;
		background: #f5f5f5;
	}

}

.top_banquet {
	padding: 0 20px 50px;
}

.top_banquet > div {
	padding: 30px 0 0;
}

.top_banquet h3 {
	margin: 0 0 15px;
	font-size: 1.8rem;
}

.top_banquet h3 em {
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	line-height: 2.0;
	position: relative;
}

.top_banquet h3 em .btn-loading {
	position: relative;
	left: auto;
	margin: 6px 0 0 10px;
}

.top_banquet h3 a i {
	margin: 0 0 0 50px;
}

.top_banquet p {
	font-size: 1.4rem;
	line-height: 1.8;
}

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

	.top_banquet {
		padding: 0;
		height: 750px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		background: url(../images/top/banquet_img_pc.jpg) no-repeat center center / cover;
	}

	.top_banquet figure {
		display: none;
	}

	.top_banquet > div {
		padding: 80px 80px 0 70px;
		background: #f5f5f5;
		display: inline-block;
		width: 37.5%;
	}

	.top_banquet h3 {
		margin: 0 0 25px;
		font-size: 2.4rem;
	}

	.top_banquet h3 em {
		font-size: 4.2rem;
		line-height: 1.6;
	}

	.top_banquet h3 a i {
		margin: 5px 0 0 10px;
	}

	.top_banquet p {
		font-size: 1.6rem;
		line-height: 1.5;
	}

}

.top_menu_3column {
	padding: 0 20px 70px;
	background: #f5f5f5;
}

.top_menu_3column ul {
	margin: 0 0 50px;
}

.top_menu_3column li {
	margin: 0 0 50px;
	text-align: left;
}

.top_menu_3column li a {
	display: block;
}

.top_menu_3column li h3 {
	margin: 25px 0 15px;
	font-size: 1.8rem;
}

.top_menu_3column li h3 em {
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	line-height: 1.8;
	position: relative;
}

.top_menu_3column li h3 em .btn-loading {
	position: relative;
	left: auto;
	top: 2px;
	margin-left: 10px;
	margin-right: inherit;
}

.top_menu_3column li h3 em i {
	margin: 0 0 0 15px;
}

.top_menu_3column p {
	font-size: 1.4rem;
	line-height: 1.7;
}

.top_menu_3column > p.link {
	display: inline-block;
}

.top_menu_3column > p.link a {
	padding: 10px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.top_menu_3column > p.link a i {
	margin-right: 10px;
}

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

	.top_menu_3column {
		padding: 130px 5% 180px;
		text-align: center;
	}

	.top_menu_3column ul {
		margin: 0 0 60px;
		display: grid;
		gap: 7.5%;
		grid-template-columns: repeat(3,1fr);
	}

	.top_menu_3column li {
		margin: 0;
	}

	.top_menu_3column li h3 {
		margin: 40px 0 30px;
		font-size: 2.4rem;
	}

	.top_menu_3column li h3 em {
		font-size: 4.2rem;
		line-height: 1.6;
	}

	.top_menu_3column li h3 em i {
		margin: 5px 0 0 10px;
	}

	.top_menu_3column p {
		font-size: 1.6rem;
	}

	.top_menu_3column li h3 a:hover {
		color: var(--color_red);
	}

	.top_menu_3column > p.link a {
		padding: 10px 0;
	}

}

.top_room {
	padding: 150px 20px 80px;
	background: #f5f5f5 url(../images/top/room_img1_sp.png) no-repeat 20px 0 / 100%;
}

.top_room .room_img1 {
	display: none;
}

.top_room > div {
	margin: 0 0 40px;
}

.top_room h2 {
	margin: 0 0 40px;
	font-size: 4.0rem;
	line-height: 1.3;
}

.top_room p {
	margin: 0 -20px 30px 0;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
}

.top_room p.link a {
	display: flex;
	align-items: center;
}

.top_room p.link a i {
	margin-right: 10px;
}

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

	.top_room {
		padding: 0 0 190px;
		display: flex;
		align-items: center;
		background: #f5f5f5;
		min-width: 0;
	}

	.top_room .room_img1 {
		display: block;
		flex: 0 0 30%;
	}

	.top_room > div {
		margin: 0 3% 0 5%;
		padding: 0;
		flex: 1 1 500px;
		min-width: 0;
	}

	.top_room .room_img2 {
		padding-right: 2%;
		flex: 0 0 30%;
	}

	.top_room h2 {
		margin: 0 0 40px;
		font-size: 6.0rem;
		line-height: 1.2;
	}

	.top_room p {
		margin: 0 0 20px;
		font-size: 1.8rem;
		line-height: 2.2;
	}

	.top_room p.link {
		margin: 0;
		display: inline-block;
	}

	.top_room p.link a {
		padding: 10px 0;
	}

}

.top_news {
	padding: 80px 20px;
	background: #e9e0ce url(../images/top/news_line_sp.png) no-repeat 0 0 / 100% auto;
}

.top_news .inner {
}

.top_news h2 {
	margin: 0 0 60px;
	font-size: 3.2rem;
	white-space: nowrap;
}

.top_news_list {
	width: 100%;
}

.top_news ul {
	margin: 0 0 40px;
	border-top: 1px solid #d3c7b0;
}

.top_news li {
	border-bottom: 1px solid #d3c7b0;
}

.top_news li a {
	padding: 25px 0;
	display: block;
}

.top_news li time {
	margin: 0 0 7px;
	display: block;
	font-size: 1.4rem;
}

.top_news li h3 {
	font-size: 1.6rem;
}

.top_news .btn_more a {
	padding-left: 25px;
	background: url(../images/common/link_r.svg) no-repeat 0 center / 15px auto;
}

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

	.top_news {
		padding: 150px 0 120px;
		background: #e9e0ce url(../images/top/news_line_pc.png) no-repeat 0 0 / 100% auto;
	}

	.top_news .inner {
		margin: 0 auto;
		width: min(95%, 1260px);
		display: flex;
		justify-content: space-between;
	}

	.top_news h2 {
		margin: 0;
		font-size: 4.0rem;
		padding-right: 8%;
	}

	.top_news ul {
		margin: 0 0 30px;
	}

	.top_news li a {
		padding: 27px;
	   	transition: all 0.3s ease 0s;
	}

	.top_news li a:hover {
		background: #efe7d6;
	}

	.top_news li time {
		margin: 0 0 5px;
		font-size: 1.4rem;
	}

	.top_news .btn_more a {
		padding-left: 25px;
		background: url(../images/common/link_r.svg) no-repeat 0 center / 15px auto;
	}

	.top_news .btn_more a:hover {
		color: var(--color_red);
	}

}

.top_shop {
	padding: 80px 20px 90px;
	background: url(../images/top/shop_back_sp.jpg) no-repeat center center / cover;
	text-align: center;
}

.top_shop h2 {
	margin: 0 0 50px;
	font-size: 3.2rem;
	color: #fff;
}

.top_shop ul {
	margin: 0 0 50px;
}

.top_shop li {
	margin: 0 0 20px;
	background: #fff;
	text-align: left;
}

.top_shop li a {
	padding: 25px 20px 10px;
	display: block;
}

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

	.top_shop {
		padding: 140px 0 150px;
		background: url(../images/top/shop_back_pc.jpg) no-repeat center center / cover;
	}

	.top_shop h2 {
		margin: 0 0 90px;
		font-size: 4.0rem;
	}

	.top_shop .inner {
		margin: 0 auto;
		width: min(95%, 1440px);
	}

	.top_shop ul {
		margin: 0 0 90px;
		display: flex;
		gap: 5.5%;
		justify-content: center;
	}

	.top_shop li {
		margin: 0;
		width: 30%;
		position: relative;
	   	transition: all 0.3s ease 0s;
		top: 0;
	}

	.top_shop li a {
		padding: 35px 40px 20px;
	   	transition: all 0.3s ease 0s;
	}

	.top_shop li:hover {
		top: -10px;
	}

	.top_shop li a:hover h3 {
		color: var(--color_red);

	}

}

.top_shop li h3 span {
	font-size: 1.6rem;
	display: block;
}

.top_shop li h3 {
	margin: 0 0 15px;
	font-size: 2.0rem;
}

.top_shop li figure {
	margin: 0 0 15px;
}

.top_shop li figure img {
	object-fit: cover;
	height: 195px;
	width: 100%;
}

.top_shop li p.shop_address {
	margin: 0 0 7px;
	font-size: 1.6rem;
}

.top_shop li dl {
	padding: 10px 0;
	display: flex;
	border-bottom: 1px solid #d8d8d8;
}

.top_shop li dl:last-child {
	border: none;
}

.top_shop li dt {
	font-size: 1.4rem;
	width: 140px;
}

.top_shop li dd {
	font-size: 1.6rem;
}

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

	.top_shop li h3 span {
		font-size: 1.8rem;
	}

	.top_shop li h3 {
		margin: 0 0 20px;
		font-size: 2.4rem;
	}

	.top_shop li figure {
		margin: 0 0 20px;
		height: 230px;
	}

	.top_shop li figure img {
		height: 230px;
	}

	.top_shop li p.address {
		margin: 0 0 10px;
	}

	.top_shop li dl {
		padding: 15px 0;
	}

	.top_shop li dt {
		width: 150px;
	}

}

/* -----------------
	パンくず
----------------- */

.path {
	margin: 0 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.path ol {
	list-style: none;
	display: flex;

}

.path li {
	font-size: 1.2rem;
	line-height: 1.2;
	position: relative;
	white-space: nowrap;
}

.path li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 11px;
	background-color: #666;
	transform: rotate(30deg);
	transform-origin: center;
}

.path li:first-child::after {
	display: none;
}

.path li a {
	padding: 8px 15px 8px 20px;
	display: block;
    color: #666;
}

.path li:first-child a {
	padding-left: 0;
}

@media screen and (min-width: 768px) {

	.path {
		margin: 10px 25px;
		padding: 0;
		overflow: inherit;
	}

	.path li:nth-child(1),
	.path li:nth-child(2) {
		white-space: nowrap;
	}

	.path li {
		white-space: inherit;
	}

	.path li a {
		padding: 10px 10px 10px 15px;
	}

	.path li::after {
		top: 12px;
	}

	.path li a:hover {
		text-decoration: underline;
	}

}

/* -----------------
	タイトルヘッダー
----------------- */

.page_header {
	min-height: 200px;
	display: flex;
	justify-content: center;
	background: url(../images/common/title_back_sp.png) no-repeat 0 bottom / cover;
}

.page_header .inner {
	padding: 60px 20px 0;
	text-align: center;
}

.entry_news .page_header .inner,
.entry_menu .page_header .inner {
	padding-bottom: 30px;
}

.cate_index .page_header .inner,
.ecd_kodawari .page_header .inner {
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_header p.cate_title {
	margin: 0 0 6px;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	color: #55482d;
}

.entry_menu .page_header p {
	margin-bottom: 8px;
}

.page_header h1 {
	margin: 0;
	padding: 0;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.2;
	color: #55482d;
}

.entry_news .page_header h1 {
	font-size: 2.0rem;
	line-height: 1.4;
}

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

	.page_header {
		min-height: 320px;
		background: url(../images/common/title_back_pc.png) no-repeat 0 bottom / cover;
	}

	.page_header .inner {
		margin: 0 auto;
		padding: 100px 0 0;
		width: var(--min-width);
	}

	.entry_news .page_header .inner,
	.entry_menu .page_header .inner {
		padding-bottom: 50px;
	}

	.page_header p.cate_title {
		font-size: 2.0rem;
	}

	.entry_news .page_header p {
		margin-bottom: 10px;
	}

	.entry_menu .page_header p {
		margin-bottom: 10px;
	}

	.page_header h1,
	.cate_index .page_header h1 {
		font-size: 5.0rem;
	}

	.entry_news .page_header h1 {
		font-size: 3.2rem;
		line-height: 1.4;
	}

}

/* -----------------
	メニュー一覧
----------------- */

.page_index .inner {
	margin: 50px 20px 60px;
}

.menu_index_top,
.menu_index_dinner {
	margin: 0 0 50px;
}

.menu_index_dinner h2 {
	margin: 0 0 30px;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}

.menu_index_dinner h2 span {
	padding: 0 10px 20px;
	display: inline-block;
	border-bottom: 2px solid #e9e0ce;
	position: relative;
}

.menu_index_dinner h2 span::before,
.menu_index_dinner h2 span::after {
	position: absolute;
	content: '';
	bottom: -2px;
	width: 10px;
	height: 2px;
	background: #b59f72;
}

.menu_index_dinner h2 span::before {
	left: 0;
}

.menu_index_dinner h2 span::after {
	right: 0;
}

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

	.page_index .inner {
		margin: 100px auto 130px;
		width: min(95%,1100px);
	}

	.menu_index_top,
	.menu_index_dinner {
		margin: 0 0 90px;
	}

	.menu_index_dinner h2 {
		margin: 0 0 70px;
		font-size: 3.4rem;
	}

	.menu_index_dinner h2 span {
		padding: 0 35px 30px;
	}

}

.menu_index_top ul,
.menu_index_dinner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 5.5%;
}

.menu_index_top li a,
.menu_index_dinner li a {
	display: block;
}

.menu_index_top li figure,
.menu_index_dinner li figure {
	padding-bottom: 2px;
	border-bottom: 1px solid #b59f72;
}

.menu_index_top li figure img,
.menu_index_dinner li figure img {
   	transition: all 0.3s ease 0s;
}

.menu_index_top li h3,
.menu_index_dinner li h3 {
	margin: 5px 0 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}

.menu_index_top li h3 span,
.menu_index_dinner li h3 span {
	padding-left: 18px;
	background: url(../images/common/link_r.svg) no-repeat 0 center / 14px auto;
}

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

	.menu_index_top ul,
	.menu_index_dinner ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 60px 6.3%;
	}

	.menu_index_top li a,
	.menu_index_dinner li a {
		transition: all 0.3s ease 0s;
		position: relative;
		top: 0;
	}

	.menu_index_top li a:hover,
	.menu_index_dinner li a:hover {
		top: -10px;
	}

	.menu_index_top li a:hover img,
	.menu_index_dinner li a:hover img {
		box-shadow: 5px 5px 18px -14px #000;
	}

	.menu_index_top li h3,
	.menu_index_dinner li h3 {
		margin: 12px 0 0;
		font-size: 2.0rem;
	}

	.menu_index_top li a:hover h3,
	.menu_index_dinner li a:hover h3 {
		color: var(--color_red);
	}

	.menu_index_top li h3 span,
	.menu_index_dinner li h3 span {
		padding-left: 20px;
	}

}

/* -----------------
	メニュー詳細
----------------- */

.lunch_shop {
	margin: 60px 0 15px;
	border-top: 1px solid #dedede;
	width: 100%;
	border-collapse: collapse;
}

.lunch_shop tr {
	border-bottom: 1px solid #dedede;
}

.lunch_shop th {
	padding: 25px 0 15px;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 500;
	white-space: nowrap;
	display: block;
}

.lunch_shop td {
	padding: 0 0 30px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.lunch_shop td h4 {
	margin: 0 20px 0 0;
	padding: 4px 10px 6px;
	font-size: 1.6rem;
	font-weight: 500;
	background: #e1e1e1;
	border: none;
}

.lunch_shop td h4::after {
	display: none;
}

.lunch_shop td p {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 500;
}

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

	.lunch_shop {
		margin: 60px 0 15px;
	}

	.lunch_shop th {
		padding: 30px 65px 30px 0;
		width: 1%;
		display: table-cell;
	}

	.lunch_shop td {
		padding: 30px 0;
	}

	.lunch_shop td h4 {
		padding: 4px 12px 6px;
	}

}

.menu_entry_column {
	text-align: center;
}

.menu_entry_column .btn_sq {
	margin: 10px 20px 0;
	width: calc(100% - 40px);
}

.menu_entry_column .btn_sq a {
	padding: 25px 0;
	color: inherit;
}

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

	.menu_entry_column .btn_sq {
		margin: 20px auto 0;
		max-width: 400px;
	}

	.menu_entry_column .btn_sq a {
		padding: 28px 0;
	}

}

.entry_column .seal_column h3 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	font-size: 1.6rem;
}

.entry_column .seal_column h3::after,
.entry_column .seal_box h4::after {
	display: none;
}

.entry_column .seal_column h3 .tori_seal {
	margin-right: 10px;
}

.entry_column .seal_box {
	padding: 20px;
	border: 1px solid #dedede;
}
.entry_column .seal_box h4 {
	margin: 0 0 15px;
	padding: 0;
	border: none;
	font-size: 1.8rem;
}

.entry_column .seal_box dl {
	margin: 15px 0 0;
	display: flex;
	align-items: center;
}

.entry_column .seal_box dt {
	margin: 0 15px 0 0;
	padding: 6px 0 8px;
	width: 140px;
	text-align: center;
	white-space: nowrap;
	background: #e1e1e1;
}

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

	.entry_column .seal_column h3 {
		margin: 0 0 30px;
		font-size: 1.8rem;
	}

	.entry_column .seal_box {
		padding: 30px;
	}
	.entry_column .seal_box h4 {
		margin: 0 0 20px;
	}

}

.entry_column h2.title_drink {
	margin: 50px 0 0;
	padding: 0 0 20px;
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 1px solid #dedede;
}

.entry_column .drink_box {
	padding: 25px 0;
	border-bottom: 1px solid #dedede;
}

.entry_column .drink_box h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 500;
	border: none;
	display: flex;
	align-items: center;
}

.entry_column .drink_box h3::after {
	display: none;
}

.entry_column .tori_seal {
	padding: 2px 10px 4px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	background: #267fbd;
	position: relative;
}

.entry_column .tori_seal::after {
	position: absolute;
	content: '';
	top: 1px;
	left: 1px;
	border: 1px solid #fff;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}

.entry_column .drink_box h3 .tori_seal {
	margin: 0 0 0 15px;
}

.entry_column .drink_box .drink_left p {
	margin: 15px 0 0;
	font-size: 1.6rem;
}

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

	.entry_column h2.title_drink {
		margin: 70px 0 0;
		padding: 0 0 30px;
		font-size: 3.2rem;
	}

	.entry_column .drink_box {
		padding: 25px 0;
		display: flex;
		justify-content: space-between;
	}

	.entry_column .drink_box h3 {
		margin: 0;
		font-size: 2.0rem;
	}

	.entry_column .drink_box h3 .tori_seal {
		margin: 0 0 0 20px;
	}

	.entry_column .drink_box .drink_left p {
		margin: 25px 0 0;
	}

}

.entry_column .drink_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry_column .drink_box li {
	margin: 0;
	padding: 0;
}

.entry_column .drink_box li:last-child {
	margin-bottom: 0;
}

.entry_column .drink_box li::before,
.entry_column .drink_box li::after {
	display: none;
}

.entry_column .drink_box li dl {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

.entry_column .drink_box li dt {
	margin-right: 5px;
	font-size: 1.4rem;
}

.entry_column .drink_box li dd p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

.entry_column .drink_box li dd p.price_name {
	font-size: 1.4rem;
}

.entry_column .drink_box li dd p .tax_before {
	font-size: 2.4rem;
}

.entry_column .menu_group {
	margin: 0;
}

.entry_column .column_menu {
	border-top: 1px solid #dedede;
	margin: 50px 0;
}

.entry_column .menu_box {
	padding: 25px 0;
	border-bottom: 1px solid #dedede;
}

.entry_column .menu_box figure {
	margin: 0 0 20px;
}

.entry_column .menu_box .menu_text_box {
	margin: 0 0 10px;
}

.entry_column .menu_box .menu_title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.entry_column .menu_box .menu_text_box h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.8rem;
	font-weight: 500;
}

.entry_column .menu_box .menu_text_box h3::after {
	display: none;
}

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

	.entry_column .column_menu {
		margin: 80px 0;
	}

	.entry_column .menu_box {
		padding: 30px 0;
		display: flex;
	}

	.entry_column .menu_box figure {
		margin: 0 4.5% 0 0;
		flex-shrink: 0;
		width: 250px;
	}

	.entry_column .menu_box .menu_text_box {
		margin: 0 4.5% 0 0;
	}

	.entry_column .menu_box .menu_text_box h3 {
		font-size: 2.0rem;
	}

}

.entry_column .menu_box .nmenu_text_box .menu_icon {
	display: flex;
	align-items: center;
}

.entry_column .icon_seal,
.entry_column .icon_osusume,
.entry_column .icon_datedori {
	margin: 0 10px 0 0;
	padding: 5px 10px 7px;
	color: #fff;
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.entry_column .icon_seal::after,
.entry_column .icon_osusume::after,
.entry_column .icon_datedori::after {
	position: absolute;
	content: '';
	top: 1px;
	left: 1px;
	border: 1px solid #fff;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}

.entry_column .icon_osusume {
	background: #d31f3f;
}

.entry_column .icon_datedori {
	background: #c97e14;
}

.entry_column .icon_seal {
	background: #267fbd;
}

.entry_column .menu_box .menu_text_box .menu_text {
	margin: 20px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
}

.entry_column .menu_box .menu_price_box {
	margin: 0 0 0 auto;
}

.entry_column .menu_box .menu_price {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: right;
}

.entry_column .menu_box .menu_price .tax_before {
	font-size: 2.4rem;
}

.entry_column .menu_box .menu_price .tax_after {
	white-space: nowrap;
}

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

	.entry_column .menu_box .menu_price_box {
		margin-top: -10px;
	}

}

.entry_column .nabe_option {
	margin: 0 0 40px;
}

.entry_column .nabe_option h3 {
	margin: 0;
	padding: 16px 0;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background: #dad5c8;
	border: none;
}

.entry_column .nabe_option_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry_column .nabe_option_list li {
	margin: 0;
	padding: 20px;
	background: #f3f2ef;
	border-top: 1px solid #dad5c8;
}

.entry_column .nabe_option_list li:nth-child(1),
.entry_column .nabe_option_list li:nth-child(3n),
.entry_column .nabe_option_list li:nth-child(4n) {
	background: #f0eee9;
}

.entry_column .nabe_option h3::after,
.entry_column .nabe_option_list li::before,
.entry_column .nabe_option_list li::after,
.entry_column .nabe_option_list li h4::after {
	display: none;
}

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

	.entry_column .nabe_option {
		margin: 0 0 30px;
	}

	.entry_column .nabe_option_list {
		display: flex;
		flex-wrap: wrap;
	}

	.entry_column .nabe_option_list li {
		padding: 35px 30px;
		width: 33.3333%;
	}

}

.entry_column .nabe_option_list li h4 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 500;
	border: none;
	display: flex;
	align-items: center;
}

.entry_column .nabe_option_list li h4 span {
	margin: 0 0 0 15px;
}

.entry_column .nabe_option_list li .option_price {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
}

.entry_column .nabe_option_list li .option_price .tax_before {
	font-size: 2.4rem;
}

.entry_column .nabe_option_list li .option_price .tax_after {
	white-space: nowrap;
}

.btn_w {
	margin: 20px auto;
	text-align: center;
}

.btn_w a {
	padding: 22px 35px;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

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

	.btn_w {
		margin: 20px auto;
		text-align: left;
	}

	.btn_w a {
		width: 250px;
	}

	.btn_w a:hover {
		background: var(--color_red);
		color: #fff;
	}

}

/* -----------------
	メニュー宴会
----------------- */

.ecd_enkai .entry_inner {
	margin-bottom: 0;
	width: auto;
}

.entry_column:has(.enkai_inner) {
  padding-top: 0;
}

.ecd_enkai .entry_column {
	padding-bottom: 0;
}

.enkai .entry_column h2 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	font-size: 3.0rem;
	line-height: 1.6;
	font-weight: 500;
}

.enkai .entry_column h2::after {
	display: none;
}

.enkai_course_column {
	margin: 50px 0 0;
}

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

	.enkai_inner {
		margin: 0 auto;
		width: min(95%,1100px);
	}

	.enkai .entry_column h2 {
		margin: 0 0 45px;
		font-size: 5.2rem;
	}

	.enkai_course_column {
		margin: 80px 0 0;
	}

}

.enkai_course_column .course_title p {
	margin: 0 0 10px;
	padding: 2px 8px 4px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	background: #635028;
}

.enkai_course_column .course_title h3 {
	margin: 0 0 30px;
	padding-bottom: 25px;
}

.enkai_course_column .course_period {
	margin: 25px 0 30px;
	display: flex;
	align-items: center;
}

.enkai_course_column .course_period dt {
	margin: 0 10px 0 0;
	padding: 4px 15px 7px;
	border: 1px solid #888888;
	font-size: 1.4rem;
	font-weight: 500;
	white-space: nowrap;
}

.enkai_course_column .course_period dd {
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 500;
}

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

	.enkai_course_column .course_title p {
		padding: 1px 10px 3px;
		font-size: 1.8rem;
	}

	.enkai_course_column .course_title h3 {
		margin: 0 0 40px;
	}

	.enkai_course_column .course_period {
		margin: 25px 0 40px;
	}

	.enkai_course_column .course_period dt {
		margin: 0 20px 0 0;
		font-size: 1.6rem;
	}

	.enkai_course_column .course_period dd {
		font-size: 1.6rem;
	}

}

.enkai_course_column .course_2column {
	display: flex;
	flex-direction: column;
}

.enkai_course_column .course_2column .course_img {
	display: contents;
}

.enkai_course_column .course_2column .course_img1 {
	order: 1;
}

.enkai_course_column .course_2column .course_img2 {
	order: 3;
}

.enkai_course_column .course_2column .course_img3 {
	order: 4;
}

.enkai_course_column .course_2column .course_img4 {
	order: 5;
}

.enkai_course_column .course_2column figure {
	margin: 0 0 30px;
}

.enkai_course_column .course_2column figcaption {
	margin: 8px 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #666666;
}

.enkai_course_column .course_info {
	order: 2;
}

.enkai_course_column .course_2column .course_box {
	padding: 35px 25px 30px;
	margin: 0 0 20px;
	background: #fff;
	position: relative;
}

.enkai_course_column .course_2column .course_box::after {
	position: absolute;
	content: '';
	left: 25px;
	top: 0;
	width: 50px;
	height: 1px;
	background: #b59f72;
}

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

	.enkai_course_column .course_2column {
		display: flex;
		flex-direction: inherit;
	}

	.enkai_course_column .course_2column .course_img {
		margin: 0 3.6% 0 0;
		width: 44%;
		flex-shrink: 0;
		display: block;
	}

	.enkai_course_column .course_2column .course_box {
		padding: 40px;
		margin: 0 0 30px;
	}

	.enkai_course_column .course_2column .course_box::after {
		left: 40px;
		width: 100px;
	}

}

.enkai_course_column .course_2column .course_box h4 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	color: #9a7221;
	font-size: 1.8rem;
	line-height: 1.6;
}

.enkai_course_column .course_2column .course_box h4::after {
	display: none;
}

.enkai_course_column .course_2column .course_box h4 .icon_osusume {
	margin: 0 0 0 15px;
	padding: 3px 8px 4px;
}

.enkai_course_column .course_2column .course_box ul {
	margin: 0 0 25px;
	padding: 0;
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
}

.enkai_course_column .course_2column .course_box li {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	position: relative;
}

.enkai_course_column .course_2column .course_box li::before {
	display: none;
}

.enkai_course_column .course_2column .course_box li::after {
	background: #504138;
	width: 10px;
	height: 10px;
	border-radius: 0;
}

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

	.enkai_course_column .course_2column .course_box h4 {
		margin: 0 0 30px;
		font-size: 2.0rem;
		display: flex;
		align-items: center;
	}

}

.enkai_course_column .btn_course {
	margin: 0;
	font-size: 1.6rem;
	display: inline-block;
}

.enkai_course_column .btn_course a {
	padding: 10px 15px;
	color: #fff;
	background: none;
	display: flex;
	align-items: center;
}

.enkai_course_column .btn_course a::before {
	display: none;
}

.enkai_course_column .btn_course_normal a {
		background: url(../images/menu/enkai/normal_back.png) 0 0 / 75px auto;
}

.enkai_course_column .btn_course_premium a {
		background: url(../images/menu/enkai/premium_back.png) 0 0 / 75px auto;
}

.enkai_course_column .btn_course_grand a {
		background: url(../images/menu/enkai/grand_back.png) 0 0 / 75px auto;
}

.entry_column .icon_down {
	display: block;
	position: relative;
	width: 15px;
}

.entry_column .icon_down::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	transform: rotate(135deg);
}

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

	.enkai_course_column .btn_course {
		margin: 0;
		font-size: 1.6rem;
		display: inline-block;
		position: relative;
	}

	.enkai_course_column .btn_course a {
		padding: 10px 15px;
		color: #fff;
		display: flex;
		align-items: center;
	}

	.enkai_course_column .btn_course::before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		margin: 0;
	}

	.enkai_course_column .btn_course_normal::before {
		background: url(../images/menu/enkai/normal_back_ov.png) 0 0 / cover;
	}

	.enkai_course_column .btn_course_premium::before {
		background: url(../images/menu/enkai/premium_back_ov.png) 0 0 / cover;
	}

	.enkai_course_column .btn_course_grand::before {
		background: url(../images/menu/enkai/grand_back_ov.png) 0 0 / cover;
	}

	.enkai_course_column .btn_course a:hover {
		background: none;
	}

	.entry_column .icon_down {
		display: block;
		position: relative;
		width: 15px;
	}

	.entry_column .icon_down::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		width: 6px;
		height: 6px;
		border-top: 1.5px solid #fff;
		border-right: 1.5px solid #fff;
		transform: rotate(135deg);
	}

}

.entry_column .enkai_nomihoudai_column {
	margin: 60px -20px 0;
	padding: 50px 20px 50px;
	background: #f0eee9;
	overflow: hidden;
}

.entry_column .enkai_nomihoudai_column h2 {
	margin: 0 0 35px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}

.entry_column .enkai_nomihoudai_column h2 em {
	display: block;
	font-size: 2.8rem;
}

.entry_column .enkai_nomihoudai_column p.size_m {
	font-size: 1.6rem;
}

.entry_column .nomihoudai_box {
	margin: 0 -20px;
	padding: 25px 20px 20px;
}

.entry_column .nomihoudai_box.normal_plan {
	margin-top: 40px;
	background: url(../images/menu/enkai/normal_back.png) 0 0 / 75px auto;
}

.entry_column .nomihoudai_box.premium_plan {
	background: url(../images/menu/enkai/premium_back.png) 0 0 / 75px auto;
}

.entry_column .nomihoudai_box.grand_plan {
	background: url(../images/menu/enkai/grand_back.png) 0 0 / 75px auto;
}

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

	.entry_column .enkai_nomihoudai_column {
		margin: 120px 0 0;
		padding: 120px 0 100px;
	}

	.entry_column .enkai_nomihoudai_column h2 {
		margin: 0 0 50px;
		font-size: 2.2rem;
	}

	.entry_column .enkai_nomihoudai_column h2 em {
		font-size: 4.0rem;
	}

	.entry_column .enkai_nomihoudai_column p.size_m {
		font-size: 1.8rem;
	}

	.entry_column .nomihoudai_box {
		margin: 0 0 20px;
		padding: 20px 20px 20px 30px;
		display: flex;
	}

	.entry_column .nomihoudai_box.normal_plan {
		margin-top: 45px;
	}

}

.entry_column .nomihoudai_title {
	margin: 0 0 20px;
	text-align: center;
}

.entry_column .nomihoudai_title h3 {
	margin: 0 0 5px;
	padding: 0;
	border: none;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
}

.entry_column .nomihoudai_title h3::after {
	display: none;
}

.entry_column .nomihoudai_title h3 span {
	line-height: 1.2;
	display: block;
}

.entry_column .nomihoudai_title h3 em {
	font-size: 5.0rem;
	line-height: 1.0;
}

.entry_column .nomihoudai_title p.note {
	margin: 10px 0 0;
	font-size: 1.4rem;
	color: #fff;
}

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

	.entry_column .nomihoudai_title {
		margin: 0;
		padding: 10px 0 10px 5px;
		width: 250px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.entry_column .nomihoudai_title h3 {
		margin: 0;
		font-size: 2.0rem;
		line-height: 1.7;
	}

	.entry_column .nomihoudai_title h3 em {
		font-size: 6.0rem;
		line-height: 1.3;
	}

}

.entry_column .nomihoudai_drink {
	padding: 15px 20px;
	background: #f5f5f5;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.entry_column .nomihoudai_drink h4 {
	margin: 5px 0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.4;
	border: none;
}

.entry_column .nomihoudai_drink h4::after {
	display: none;
}

.entry_column .nomihoudai_drink ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.entry_column .nomihoudai_drink h4 + ul {
	margin-top: 15px;
}

.entry_column .nomihoudai_drink li {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
}

.entry_column .nomihoudai_drink li::before {
	display: none;
}

.entry_column .nomihoudai_drink li::after {
	background: #504138;
	width: 10px;
	height: 10px;
	border-radius: 0;
}

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

	.entry_column .nomihoudai_drink {
		padding: 30px 40px;
		width: calc(100% - 250px);
	}

	.entry_column .nomihoudai_drink h4 {
		font-size: 2.0rem;
	}

	.entry_column .nomihoudai_drink ul {
		margin: 10px 0;
	}

}

/* ---------------------
	メニューこだわり
--------------------- */

.ecd_kodawari .entry_inner {
	margin-bottom: 20px;
}

.entry_column .kodawari_header h2 {
	margin: 0 0 30px;
	font-size: 3.4rem;
}

.entry_column .kodawari_header p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8em;
}

.kodawari_header .kodawari_header_box {
	margin: 35px 0 0;
	border: 1px solid #e4ddcb;
}

.kodawari_header .kodawari_header_box > div {
	margin: 2px;
	padding: 20px 25px;
	border: 1px solid #e4ddcb;
}

.entry_column .kodawari_header .kodawari_header_box h3 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 1.8rem;
	color: #55482d;
	border: none;
	display: flex;
	align-items: center;
}

.entry_column .kodawari_header .kodawari_header_box h3::after {
	position: inherit;
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #55482d;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	width: auto;
	margin: auto;
}

.entry_column .kodawari_header .kodawari_header_box p {
	font-size: 1.4rem;
	line-height: 1.7;
	color: #55482d;
}

.entry_column .kodawari_header .header_img {
	margin: 10px -20px 40px;
}

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

	.ecd_kodawari .entry_inner {
		margin-bottom: 80px;
		width: 100%;
	}

	.entry_column .kodawari_header h2 {
		margin: 35px auto 35px;
		padding: 0 0 0 175px;
		font-size: 6.0rem;
		width: var(--min-width);
	}

	.entry_column .kodawari_header_back {
		height: 540px;
		background: url(../images/kodawari/header_img_pc.jpg) no-repeat center top / cover;
	}

	.kodawari_header .inner {
		margin: 0 auto;
		padding: 0 0 0 175px;
		width: var(--min-width);
	}

	.entry_column .kodawari_header p {
		margin: 0;
		font-size: 1.8rem;
		line-height: 2.4em;
	}

	.kodawari_header .kodawari_header_box {
		margin: 80px -10px 0 0;
		padding: 45px 50px;
		float: right;
		width: 422px;
		backdrop-filter: blur(5px);
		background: rgba(0,0,0,0.15);
		border: none;
	}

	.kodawari_header .kodawari_header_box > div {
		margin: 0;
		padding: 0;
		border: none;
	}

	.entry_column .kodawari_header .kodawari_header_box h3 {
		margin: 0 10px 20px 0;
		padding: 0;
		font-size: 2.0rem;
		color: #fff;
    	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7),
					0px 0px 9px rgba(0, 0, 0, 0.7);
	}

	.entry_column .kodawari_header .kodawari_header_box h3::after {
		background: #fff;
	}

	.entry_column .kodawari_header .kodawari_header_box p {
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
    	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7),
					0px 0px 9px rgba(0, 0, 0, 0.7);
	}

	.entry_column .kodawari_header .header_img {
		display: none;
	}

}

.kodawari_point {
	margin: 0 0 60px;
}

.kodawari_point .point_column h3 {
	margin: 0 0 25px;
	padding: 0;
	font-size: 3.4rem;
	line-height: 1.4;
	border: none;
}

.kodawari_point .point_column h3::after,
.kodawari_point .point_column h4::after {
	display: none;
}

.kodawari_point .point_column h4 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 2.8rem;
	line-height: 1.4;
	border: none;
}

.kodawari_point .point_column p {
	margin: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.7;
	clear: both;
}

.kodawari_point .point_column figure {
	margin: 0 -20px;
}

.kodawari_point .point_column .kodawari_img1 {
	margin-top: 20px;
}

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

	.kodawari_point {
		margin: 0 0 150px;
		padding: 210px 0 0;
		background: url(../images/kodawari/img1_pc.jpg) no-repeat right top / clamp(750px, 65vw, 1160px) auto;
	}

	.kodawari_point .kodawari_point_inner {
		margin: 0 auto;
		width: var(--min-width);
	}

	.kodawari_point .kodawari_img1 {
		display: none;
	}

	.kodawari_point .point_column {
	}

	.kodawari_point .point_column h3 {
		margin: 0 0 40px;
		font-size: 6.0rem;
		line-height: 1.3;
	}

	.kodawari_point .point_column h4 {
		margin: 0 0 40px;
		padding: 0;
		font-size: 4.4rem;
		line-height: 1.4;
		letter-spacing: 0;
		border: none;
	}

	.kodawari_point .point_column p {
		margin: 0 0 10px;
		font-size: 1.6rem;
		line-height: 1.9;
		letter-spacing: 0;
	}

	.kodawari_point .point_column figure {
		margin: 0;
	}

}

.kodawari_point .point_column1 p {
	font-size: 1.6rem;
}

.kodawari_point .point_column3 {
	margin: 30px 0 30px;
}

.kodawari_point .point_column3 > div {
	display: flex;
	flex-direction: column;
}

.kodawari_point .point_column3 > div > div {
	display: contents;
}

.kodawari_point .point_column3 h4 {
	order: 1;
}

.kodawari_point .point_column .kodawari_img2_3 {
	margin-top: -50px;
	order: 2;
}

.kodawari_point .point_column .kodawari_img2 {
	width: 37.3%;
	float: right;
	position: relative;
	z-index: 2;
}

.kodawari_point .point_column .kodawari_img3 {
	margin: -40px 10% 0 0;
	width: 90%;
	float: left;
}

.kodawari_point .point_column3 p {
	padding-top: 15px;
	order: 3;
}

.kodawari_point .point_column .kodawari_img4 {
	margin-top: 15px;
	margin-bottom: 40px;
}

.kodawari_point .btn_sq a {
	color: inherit;
}

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

	.kodawari_point .point_column1 {
		margin-bottom: 100px;
		width: 50%;
	}

	.kodawari_point .point_column1 p {
		font-size: 1.8rem;
		line-height: 2.4;
	}

	.kodawari_point .point_column2 {
		margin-left: auto;
		margin-bottom: 100px;
		padding-left: 15px;
		width: 50%;
	}

	.kodawari_point .point_column3 {
		margin: -230px 0 90px;
		position: relative;
	}

	.kodawari_point .point_column3 > div > div {
		margin-top: -340px;
		display: block;
		order: 2;
		width: 34%;
	}

	.kodawari_point .point_column .kodawari_img2_3 {
		margin-top: 0;
		text-align: right;
		order: 1;
	}

	.kodawari_point .point_column .kodawari_img2 {
		width: 35%;
		float: left;
	}

	.kodawari_point .point_column .kodawari_img3 {
		margin: 265px 0 auto;
		width: 62%;
		float: none;
	}

	.kodawari_point .point_column3 p {
		padding-top: 0;
	}

	.kodawari_point .point_column4 {
		margin-bottom: 50px;
		display: flex;
	}

	.kodawari_point .point_column4 > div {
		order: 2;
	}

	.kodawari_point .point_column4 h4 {
		order: 1;
	}

	.kodawari_point .point_column .kodawari_img4 {
		margin: 0 0 0 4%;
		order: 1;
		width: 57%;
		flex-shrink: 0;
	}

	.kodawari_point .btn_sq {
		margin: 0 auto;
		display: block;
	}

	.kodawari_point .btn_sq a {
		color: inherit;
	}

}

.kodawari_room_header {
	margin: 0 -20px;
	padding: 50px 20px;
	background: url(../images/kodawari/img5_sp.jpg) no-repeat center center / cover;
}

.entry_column .kodawari_room_header h2 {
	margin: 0 0 30px;
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.3;
}

.entry_column .kodawari_room_header p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #fff;
}

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

	.kodawari_room_header {
		margin: 0;
		padding: 0;
		height: 570px;
		display: flex;
		align-items: center;
		background: url(../images/kodawari/img5_pc.jpg) no-repeat center center / cover;
	}

	.kodawari_room_header > div {
		margin: 0 auto;
		width: var(--min-width);
	}

	.entry_column .kodawari_room_header h2 {
		margin: 0 0 40px;
		font-size: 6.0rem;
		line-height: 1.2;
	}

	.entry_column .kodawari_room_header p {
		margin: 15px 0 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}

}

.kodawari_room_column {
	margin: 40px 0;
}

.entry_column .kodawari_room_column h3 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	font-size: 2.8rem;
}

.entry_column .kodawari_room_column h3::after {
	display: none;
}

.entry_column .kodawari_room_column p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

.entry_column .kodawari_room_column figure {
	margin: 30px 0 0;
}

.entry_column .kodawari_room_column .kodawari_img7_8 {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.entry_column .kodawari_room_column .kodawari_img7 {
	width: 73%;
	float: left;
}

.entry_column .kodawari_room_column .kodawari_img8 {
	margin-top: -21vw;
	width: 40%;
	float: right;
}

.entry_column .kodawari_room .inner > p {
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: center;
}

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

	.kodawari_room .inner {
		margin: 0 auto;
		width: var(--min-width);
	}

	.entry_column .kodawari_room_column,
	.entry_column .kodawari_room_column {
		margin: 120px 0 0;
		display: flex;
	}

	.entry_column .kodawari_room_column h3 {
		margin: 0 0 50px;
		padding: 0;
		border: none;
		font-size: 4.4rem;
		line-height: 1.3;
	}

	.entry_column .kodawari_room_column p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.entry_column .kodawari_room_column figure {
		margin: 0 0 0 5.45%;
	}

	.entry_column .kodawari_room_column:nth-child(2n) figure {
		margin: 0 5.45% 100px;
		order: 1;
	}

	.entry_column .kodawari_room_column:nth-child(2n) > div {
		order: 2;
	}

	.entry_column .kodawari_room_column .kodawari_img7_8 {
		flex-shrink: 0;
		position: relative;
		overflow: inherit;
		width: 51.8%;

	}

	.entry_column .kodawari_room_column .kodawari_img7 {
		width: 100%;
	}

	.entry_column .kodawari_room_column figure.kodawari_img8 {
		margin: 70px 0 0 -60px;
		width: 225px;
		float: none;
	}

	.entry_column .kodawari_room .inner > p {
		margin: 90px 0 0;
		font-size: 2.4rem;
		line-height: 1.9;
		text-align: center;
	}

}





















/* -----------------
	店舗詳細
----------------- */

.shop_index {
}

.shop_index_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop_index_list > li {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #dedede;
}

.shop_index_list > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.shop_index_list li h2 {
	margin: 0 0 25px;
	font-size: 2.0rem;
	font-weight: 500;
}

.shop_index_list li h2 span {
	padding-right: 5px;
}

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

	.shop_index_list > li {
		margin: 0;
		padding: 50px 0;
	}

	.shop_index_list li h2 {
		margin: 0 0 50px;
		font-size: 2.6rem;
	}

	.shop_index_list li h2 span {
		padding-right: 10px;
	}

}

.shop_index_list .shop_info {
	margin: 25px 0 0;
}

.shop_index_list .shop_info .shop_address {
	margin: 0 0 20px;
	font-size: 1.6rem;
}

.shop_index_list .shop_info .shop_seat {
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dedede;
}

.shop_index_list .shop_info .shop_capacity {
	margin: 0 0 25px;
	padding: 10px 0 0;
	display: flex;
	align-items: center;
}

.shop_index_list .shop_info .shop_seat dt,
.shop_index_list .shop_info .shop_capacity dt {
	font-size: 1.4rem;
	font-weight: 500;
	width: 150px;
}

.shop_index_list .shop_info .shop_seat dd,
.shop_index_list .shop_info .shop_capacity dd {
	font-size: 1.6rem;
	font-weight: 500;
}

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

	.shop_index_list .shop_2column {
		display: flex;
	}

	.shop_index_list .shop_2column figure {
		width: 390px;
		flex-shrink: 0;
	}

	.shop_index_list .shop_info {
		margin: 0 0 0 4.5%;
		width: calc(100% - 390px);
	}

	.shop_index_list .shop_info .shop_address {
		margin: 0 0 30px;
	}

	.shop_index_list .shop_info .shop_capacity {
		margin: 0 0 30px;
	}

	.shop_index_list .shop_info .shop_seat dt,
	.shop_index_list .shop_info .shop_capacity dt {
		width: 160px;
	}

}

@media screen and (min-width: 768px) and (max-width: 879px) {

	.shop_index_list .shop_2column figure {
		width: 45.5%;
	}

}

.shop_index_list .shop_reserve {
	margin: 0 0 20px;
	padding: 10px;
	background: #e9e0ce;
}

.shop_index_list .shop_reserve .shop_tel,
.shop_index_list .shop_reserve .shop_net {
	padding: 20px;
	background: #f5f5f5;
	text-align: center;
}

.shop_index_list .shop_reserve .shop_tel dt,
.shop_index_list .shop_reserve .shop_net dt {
	margin: 0 0 5px;
	font-size: 1.4rem;
	font-weight: 500;
}

.shop_index_list .shop_reserve .shop_net dt {
	margin: 0 0 15px;
}

.shop_index_list .shop_reserve .shop_tel dd {
	font-size: 2.6rem;
	font-weight: 500;
}

.shop_index_list .shop_reserve .shop_tel dd a {
	padding: 0 0 0 25px;
	color: #a62038;
	background: url(../images/common/icon_tel.svg) no-repeat 0 center / 19px auto;
}

.shop_index_list .shop_reserve .shop_net {
	margin: 10px 0 0;
	background: #f5f5f5;
}

.shop_index_list .shop_reserve .shop_net dd {
}

.shop_index_list .shop_reserve .shop_net dd p {
	margin: 0 0 15px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

.shop_index_list .shop_reserve .shop_net dd p:last-child {
	margin-bottom: 0;
}

.shop_index_list .shop_reserve .shop_net dd p a {
	padding: 12px 25px;
	background: #a62038;
	display: block;
	color: #fff;
}

.shop_index_list .shop_reserve .shop_net dd p a span {
	padding-left: 18px;
	background: url(../images/common/ico_blank_w.svg) no-repeat 0 center / 12px auto;
}

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

	.shop_index_list .shop_reserve {
		margin: 0 0 30px;
		padding: 20px;
	}

	.shop_index_list .shop_reserve .shop_tel,
	.shop_index_list .shop_reserve .shop_net {
		padding: 25px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.shop_index_list .shop_reserve .shop_tel dt,
	.shop_index_list .shop_reserve .shop_net dt {
		margin: 0;
		width: 210px;
		flex-shrink: 0;
	}

	.shop_index_list .shop_reserve .shop_net dt {
		margin: 0;
	}

	.shop_index_list .shop_reserve .shop_net {
		margin: 10px 0 0;
	}

	.shop_index_list .shop_reserve .shop_net dd {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}

	.shop_index_list .shop_reserve .shop_net dd p {
		margin: 0;
		white-space: nowrap;
	}

	.shop_index_list .shop_reserve .shop_net dd p a:hover {
		background: #da2242;
	}

}

@media screen and (min-width: 768px) and (max-width: 1169px) {

	.shop_index_list .shop_reserve .shop_net dd {
		display: block;
	}

	.shop_index_list .shop_reserve .shop_net dd p:last-child {
		margin-top: 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 999px) {

	.shop_index_list .shop_reserve .shop_tel,
	.shop_index_list .shop_reserve .shop_net {
		display: block;
		text-align: center;
	}

	.shop_index_list .shop_reserve .shop_tel dt,
	.shop_index_list .shop_reserve .shop_net dt {
		margin-bottom: 15px;
		width: auto;
	}

}

.shop_index_list .shop_line {
	margin: 0 0 15px;
	display: flex;
}

.shop_index_list .shop_line li {
	padding: 0;
	border: none;
}

.shop_index_list .shop_line .shop_line_add {
	margin: 0 20px 0 0;
	width: 116px;
}

.shop_index_list .shop_line .shop_line_reserve {
	width: 145px;
}

.shop_index_list .shop_info p.memo {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
}

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

	.shop_index_list .shop_line {
		margin: 0 0 15px;
		display: flex;
	}

	.shop_index_list .shop_line li {
		padding: 0;
		border: none;
	}

	.shop_index_list .shop_line .shop_line_add {
		margin: 0 20px 0 0;
		width: 116px;
	}

	.shop_index_list .shop_line .shop_line_reserve {
		width: 145px;
	}

	.shop_index_list .shop_info p.memo {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.4rem;
	}

}

/* -----------------
	お知らせ
----------------- */

.news_list {
	border-top: 1px solid #dedede;
	list-style: none;
}

.news_list li {
	border-bottom: 1px solid #dedede;
}

.news_list li a {
	padding: 25px 0;
	display: block;
}

.news_list time {
	margin: 0 0 10px;
	font-size: 1.4rem;
	display: block;
}

.news_list h3 {
	font-size: 1.6rem;
	line-height: 1.5;
}

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

	.news_list li a {
		padding: 45px 40px;
		display: flex;
	}

	.news_list li a:hover {
		background: #f3f1ec;
	}

	.news_list li a:hover {
	}

	.news_list time {
		margin: 0;
		width: 120px;
		flex-shrink: 0;
	}

}



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


}

.btn_back {
	text-align: center;
}

.btn_back a {
	padding: 18px 22px;
	font-size: 1.4rem;
	font-weight: 500;
	border: 1px solid #581111;
	display: inline-flex;
	align-items: center;

}

.btn_back .icon_back {
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	height: 10px;
	transform: rotate(-180deg);
	background: url(../images/common/link_r.svg) no-repeat 0 center / 100% auto;
}

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

	.btn_back a:hover {
	}

	.btn_back a:hover .icon_back {
	}

}

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

	.cate_news .page_main {
		margin: 0 0 130px;
	}

	.page_main .news_column {
		margin: 90px 0 80px;
	}

}

.pager {
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
}

.pager .pager_prev {
	margin-right: auto;
}

.pager .pager_next {
	margin-left: auto;
}

.pager .pager_prev,
.pager .pager_next {
	width: 100px;
	height: 40px;
}

.pager .pager_prev a,
.pager .pager_next a {
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	border: 1px solid #a89e89;
}

.pager .pager_prev span,
.pager .pager_next span {
	margin: 0 4px;
}

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

	.pager {
		margin: 90px 0 0;
	}

	.pager .pager_prev,
	.pager .pager_next {
		width: 120px;
	}

	.pager .pager_prev a,
	.pager .pager_next a {
		width: 120px;
		height: 50px;
	}

	.pager .pager_prev a:hover,
	.pager .pager_next a:hover {
		background: #a89e89;
		color: #fff;
	}

}

.pager .pager_list {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
}

.pager .pager_list_item {
	display: none;
}

.pager .pager_list_item.cur > span,
.pager .pager_list_item a {
	padding: 10px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pager .pager_list_item.cur {
	display: block;
	background: #a89e89;
	color: #fff;
}

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

	.pager .pager_list {
		font-size: 1.6rem;
	}

	.pager .pager_list_item {
		margin: 0 5px;
		border: 1px solid #a89e89;
		display: block;
	}

	.pager .pager_list_item.cur > span,
	.pager .pager_list_item a {
		padding: 14px 19px;
	}

	.pager .pager_list_item a:hover {
		background: #a89e89;
		color: #fff;
	}

	.pager .pager_list_item.dot {
		border: none;
	}

	.pager .pager_list_item.dot span {
		padding-bottom: 10px;
		display: block;
	}

}

/* -----------------
	詳細ページ
----------------- */

.entry_inner {
	margin-bottom: 70px;
}

.entry_inner .entry_column {
}

.entry_column {
	padding: 50px 20px 30px;
	text-align: left;
}

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

	.entry_inner {
		margin: 0 auto 130px;
		width: min(95%,1100px);
	}

	.entry_column {
		padding: 90px 0 60px;
	}

}

/* -----------------
	ユニットパーツ
----------------- */

.entry-container {
	margin: 0;
}

.entry_column p {
	margin: 0 0 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.entry_column p.size_m {
	margin: 0 0 15px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.entry_column p.note {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.3;
	text-indent: -1em;
	padding-left: 1em;
}

.entry_column p.note em,
.entry_column p.note strong {
	color: #ba4c4c;
	font-weight: normal;
}

.entry_column p.p_min {
	font-size: 1.4rem;
}
/*
.entry_column .columnImage {
	border-radius: 20px;
}
*/
@media screen and (min-width: 768px) {

	.entry_column p {
		margin: 0 0 20px;
		line-height: 1.6;
	}

	.entry_column p.size_m {
		margin: 0 0 15px;
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.entry_column p.note {
		font-size: 1.4rem;
		line-height: 1.5;
	}

}

.entry_column h2 {
	margin: 45px 0 35px;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: 500;
	color: var(--color_brown);
}

.entry_column h3 {
	margin: 35px 0;
	padding: 0 0 20px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
	color: var(--color_brown);
	border-bottom: 2px solid #e9e0ce;
}

.entry_column h3::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -2px;
	width: 10px;
	height: 2px;
	background: #b59f72;
}

.entry_column h4 {
	margin: 30px 0 20px;
	padding: 6px 0 6px 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	border-left: 2px solid #b59f72;
}

.entry_column h4::after {
	position: absolute;
	content: '';
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #e9e0ce;
}

.entry_column h5 {
	margin: 25px 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color_gold);
}

@media screen and (min-width: 768px) {

	.entry_column h2 {
  		margin: 70px 0 50px;
  		font-size: 3.4rem;
	}

	.entry_column h3 {
		margin: 60px 0;
		padding: 0 0 22px;
		font-size: 3.2rem;
	}

	.entry_column h4 {
		margin: 50px 0;
		padding: 8px 0 8px 20px;
		font-size: 2.8rem;
	}

	.entry_column h5 {
		margin: 45px 0;
		font-size: 2.4rem;
	}

}

.entry_column p a {
	position: relative;
	text-decoration: none;
	background-image: linear-gradient(var(--color_red), var(--color_red));
	background-repeat: repeat-x;
	background-size: 100% 1px;
	background-position: 0 100%;
}

.entry_column p a::before {
	position: relative;
	content: '';
	left: 0;
	top: -1px;
	width: 15px;
	height: 10px;
	margin: 0 4px;
	display: inline-block;
	background: url(../images/common/link_r.svg) no-repeat 0 0 / 100% auto;
}

.entry_column p.btn_large a::before,
.entry_column p.btn_link a::before,
.entry_column p.text_link a[target="_blank"]::before {
	display: none;
}

.entry_column p.text_link a::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #a89e89;
	display: block;
	border-radius: 50%;
	background: url(../images/common/link_r.svg) no-repeat center center / 14px auto;
}

.entry_column p a[target="_blank"] {
	background: url(../images/common/ico_blank.png) no-repeat 0 center / 10px auto;
}

.entry_column p em {
	color: var(--color_red);
	font-weight: bold;
}

.entry_column p strong {
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.entry_column p a:hover {
		text-decoration: none;
	}

}

.entry_column p.btn_link {
	margin: 20px 0;
}

.entry_column p.btn_link a {
	padding: 12px 25px 12px 50px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	border: 1px solid #581111;
	transition: all 0.3s ease;
	background: none;
	background: url(../images/common/link_r.svg) no-repeat 30px center / 14px auto;
}

.entry_column p.btn_link a[target="_blank"] {
	padding: 13px 25px 13px 55px;
	color: #fff;
	border: none;
	background: var(--color_red) url(../images/common/ico_blank_w.svg) no-repeat 30px center / 10px auto;
}

.entry_column p.text_link {
	margin: 40px 0;
}

.entry_column p.text_link a {
	padding-left: 50px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	background: none;
}

.entry_column p.text_link a[target="_blank"] {
	padding: 0 0 0 20px;
	background: url(../images/common/ico_blank.png) no-repeat 0 center / 10px auto;
}

.entry_column p.btn_large {
	margin: 30px 0;
	text-align: center;
}

.entry_column p.btn_large a {
	padding: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	border: 1px solid #581111;
	text-decoration: none;
	display: block;
	background: none;
}

.entry_column p.btn_large a::before {
	position: relative;
	content: '';
	left: -7px;
	top: -3px;
	width: 15px;
	height: 10px;
	display: inline-block;
	background: url(../images/common/link_r.svg) no-repeat 0 0 / 100% auto;
}

@media screen and (min-width: 768px) {

	.entry_column p.btn_link {
		margin: 30px 0;
	}

	.entry_column p.text_link {
		margin: 30px 0;
	}

	.entry_column p.text_link a {
		padding-left: 50px;
		color: inherit;
		text-decoration: none;
		display: inline-block;
		background: none;
	}

	.entry_column p.text_link a[target="_blank"] {
		padding: 0 0 0 20px;
		background: url(../images/common/ico_blank.png) no-repeat 0 center / 10px auto;
	}

	.entry_column p.btn_link a:hover {
		color: #fff;
		background: var(--color_red) url(../images/common/link_w.svg) no-repeat 30px center / 14px auto;
	}

	.entry_column p.btn_large {
		margin: 60px auto;
		width: 600px;
	}

	.entry_column p.btn_large a {
		padding: 27px;
		font-size: 2.2rem;
		text-align: center;
		transition: all 0.3s ease;
	}

	.entry_column p.btn_large > span {
		position: relative;
		display: block;
		border-radius: 50px;
		background: url(../images/common/back_pat05.png) 0 0 / 600px auto;
	}

	.entry_column p.btn_large > span::before {
		width: 40px;
		height: 40px;
		right: 25px;
	}

	.entry_column p.btn_large a:hover {
	}

}

.entry_column ul {
	margin: 20px 0;
}

.entry_column ul li {
	margin: 0 0 10px;
	padding-left: 22px;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
}

.entry_column ul li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	background: var(--color_gold);
	border-radius: 15px;
}

.entry_column ul li::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 4px;
	width: 7px;
	height: 7px;
	background: #f5f5f5;
	border-radius: 4px;
}

.entry_column ol {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	counter-reset: ol_li;
}

.entry_column ol li {
	margin: 0 0 10px;
	padding-left: 20px;
	text-indent: -10px;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
}

.entry_column ol li::before {
	counter-increment: ol_li;
	content: counter(ol_li)'.';
	color: var(--color_gold);
	left: -10px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {

	.entry_column ul,
	.entry_column ol {
		margin: 45px 0;
	}

	.entry_column ul li {
		margin: 0 0 20px;
	}

	.entry_column ol li {
		margin: 0 0 20px;
		padding-left: 30px;
		text-indent: -13x;
	}

	.entry_column ol li::before {
		left: -15px;
	}
}

.entry_column p.caption {
	margin-top: 5px;
	text-align: left !important;
}

@media screen and (min-width: 768px) {

	.entry_column p.caption {
	  	margin-top: 15px;
	}

}

.entry_column [class*="column_left"] *:first-child,
.entry_column [class*="column_right"] *:first-child {
	margin-top: 0;
}

.entry_column .column-table- .acms-table-scrollable th,
.entry_column .column-table- .acms-table-scrollable td {
	display: table-cell;
	white-space: nowrap;
}

.entry_column .column-table- {
	margin: 30px 0;
}

.js-table-unit-scroll-hint {
	margin-bottom: 15px;
}

.entry_column .column-table- table {
	width: 100%;
}

.entry_column .column-table- tr {
}

.entry_column .column-table- th {
	padding: 25px 10px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	vertical-align: middle;
	text-align: left;
	position: relative;
	white-space: nowrap;
	background: #dad5c8;
	border-right: 1px solid #e8e5df;
}

.entry_column .column-table- tr:last-child th,
.entry_column .column-table- tr:last-child td {
	border-bottom: none;
}

.entry_column .column-table- th:has(+td) {
	border-right: none;
	border-bottom: 1px solid #e8e5df;
}

.entry_column .column-table- .acms-table-scrollable th,
.entry_column .column-table- .acms-table-scrollable td,
.entry_column .column-table- .js-table-unit-scroll-hint th,
.entry_column .column-table- .js-table-unit-scroll-hint td {
	padding-left: 25px;
	padding-right: 25px;
}

.entry_column .column-table- td {
	padding: 25px 10px;
	font-size: 1.6rem;
	position: relative;
	vertical-align: top;
	background: #f0eee9;
	border-bottom: 1px solid #dad5c8;
	border-right: 1px solid #e8e5df;
}

.entry_column .column-table- tr:nth-child(2n) td {
	background: #f3f2ef;
}

.entry_column .column-table- td:last-child {
	border-right: none;
}

@media screen and (min-width: 768px) {

	.entry_column .column-table- {
		margin: 35px 0;
	}

	.entry_column .column-table- th {
		padding: 35px 30px;
		font-size: 1.8rem;
	}

	.entry_column .column-table- td {
		padding: 35px 30px;
	}

	.entry_column .column-table- .acms-table-scrollable th,
	.entry_column .column-table- .acms-table-scrollable td,
	.entry_column .column-table- .js-table-unit-scroll-hint th,
	.entry_column .column-table- .js-table-unit-scroll-hint td {
		padding-left: 30px;
		padding-right: 30px;
	}

}

[class^="column-table"] .entry-container {
	overflow-x: auto;
}

[class^="column-table"] .entry-container .acms-table-scrollable {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

	[class^="column-table"] .entry-container .acms-table-scrollable {
		margin-bottom: 30px;
	}

}

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

	.entry_column .column_left .media_large,
	.entry_column .column_right .media_large,
	.entry_column .column_left2 .media_large,
	.entry_column .column_right2 .media_large,
	.entry_column .column3_left .media_large,
	.entry_column .column3_center .media_large,
	.entry_column .column_right .media_large,
	.entry_column .column_left .media_l,
	.entry_column .column_right .media_l,
	.entry_column .column_left2 .media_l,
	.entry_column .column_right2 .media_l,
	.entry_column .column3_left .media_l,
	.entry_column .column3_center .media_l,
	.entry_column .column_right .media_l {
		margin-left: 0;
		margin-right: 0;
	}

}

.entry_column .column_pc {
	display: none;
}

.entry_column .column_sp {
	display: block;
}

@media screen and (min-width: 768px) {

	.entry_column .column_pc {
		display: block;
	}

	.entry_column .column_sp {
		display: none;
	}

}



/* -----------------
	カラム設定
----------------- */

.column_clear {
	clear: both;
}

.column_left,
.column_right,
.column_left2,
.column_right2 {
	margin-bottom: 30px;
}

.column_left2 {
	margin-right: 6%;
	float: left;
	width: 47%;
}

.column_right2 {
	float: left;
	width: 47%;
}

.column-map-left,
.column-map-right,
.column-media-left,
.column-video-left,
.column-media-right,
.column-video-right {
	float: none;
}

.entry_column [class*="column-map"],
.entry_column [class*="column-media"],
.entry_column [class*="column-video"] {
	margin-bottom: 30px;
}

.column_border {
	padding: 25px;
	clear: both;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.column_border [class*="column-media"] {
	margin: 0;
}

.entry_column [class*="column_left2"] .column-media-auto,
.entry_column [class*="column_left2"] .column-media-left,
.entry_column [class*="column_left2"] .column-media-center,
.entry_column [class*="column_left2"] .column-media-right,
.entry_column [class*="column_right2"] .column-media-auto,
.entry_column [class*="column_right2"] .column-media-left,
.entry_column [class*="column_right2"] .column-media-center,
.entry_column [class*="column_right2"] .column-media-right {
	margin-bottom: 0px;
}

.entry_column [class*="column3_"] *:first-child,
.entry_column [class*="column_left"] *:first-child,
.entry_column [class*="column_right"] *:first-child {
	margin-top: 0;
}


@media screen and (min-width: 768px) {

	.column_left,
	.column_left2 {
		margin-right: 5%;
		float: left;
		width: 47.5%;
	}

	.column_right,
	.column_right2 {
		float: left;
		width: 47.5%;
	}

	.column_left,
	.column_right,
	.column_left2,
	.column_right2 {
		margin-bottom: 50px;
	}

	.column3_left,
	.column3_center {
		margin-right: 5%;
	}

	.column3_left,
	.column3_center,
	.column3_right {
		float: left;
		width: 30%;
	}

	.column-map-left,
	.column-media-left,
	.column-video-left {
		margin-right: 5%;
		float: left;
	}

	.column-map-right,
	.column-media-right,
	.column-video-right {
		margin-left: 5%;
		float: right;
	}

	.entry_column [class*="column-map"],
	.entry_column [class*="column-media"],
	.entry_column [class*="column-video"] {
		margin-bottom: 50px;
	}

	.entry_column [class*="column_left"] .column-media-auto,
	.entry_column [class*="column_left"] .column-media-left,
	.entry_column [class*="column_left"] .column-media-center,
	.entry_column [class*="column_left"] .column-media-right,
	.entry_column [class*="column_right"] .column-media-auto,
	.entry_column [class*="column_right"] .column-media-left,
	.entry_column [class*="column_right"] .column-media-center,
	.entry_column [class*="column_right"] .column-media-right {
		margin-bottom: 0px;
	}

}


/* -----------------------
　　　footer
----------------------- */
/*
.top .footer.
.entry_shop .footer,
.footer {
	padding-bottom: 60px;
}

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

	.footer {
		padding-bottom: 0;
	}

}
*/
/* -----------------------
　　　404
----------------------- */

#notfound {
	color: var(--color_text);
}

#wrapper_404 {
	margin: 10px;
	padding: 30px;
	width: auto;
    background-image: none;
}

#box_404 {
	border-radius: 5px;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 40px;
	text-align: left;
}

.inner_left404 img {
	margin: 0 auto;
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: left;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
}

#copyright_404 {
    display: block;
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.inner_left404 .site_logo_gold {
	margin: 0 10px 0 0;
	width: 40px;
}

.inner_left404 .site_logo_text {
	width: 130px;
}

.inner_left404 a {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		padding: 60px 60px 0 70px;
		width: 1100px;
	}

	#box_404 {
		margin-bottom: 40px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

	.inner_left404 .site_logo_gold {
		margin: 0 10px 0 0;
		width: 40px;
	}

}

@media screen and (min-width: 600px) and (max-width: 768px) {

	#wrapper_404 {
		padding: 60px 20px;
		width: 600px;
	}

	#box_404 {
		margin-bottom: 20px;
	}

	.inner_left404 {
	    margin-right: 30px;
	}

	.inner_left404 img {
		width: 200px;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 14px;
	}

	.inner_right404 h1 {
	    font-size: 20px;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 80px;
    width: 100%;
    z-index: 100;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

#adminBox {
    height: 100px;
	overflow: hidden;
}


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

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

}

.titleWrapper {
	margin: 0 auto;
	padding: 40px 30px;
	max-width: 1100px;
	background-color: #f2f2f5;
	text-align: left;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entryFormLiteEditor a {
	text-decoration: underline;
	color: var(--color_red);
}

.entryFormLiteEditor em {
  color: var(--color_red);
  font-weight: bold;
}

.entryFormLiteEditor strong {
  font-weight: bold;
}

.entryFormLiteEditor span.p_min {
	font-size: 1.2rem;
}

.js-lazy-load {
	transform: translateY(0);
	transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1);
}

.entryFormSelectBottom {
  max-width: inherit !important;
}

.entryFormWrapper,
.entryFormTable td {
	text-align: left;
}

.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox input,
.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox select {
	max-width: inherit;
}

@media (min-width: 768px) {
  .acms-admin-inline-btn .acms-admin-btn-admin,
  .formEntryActionUnit .acms-admin-btn-admin {
    font-size: 14px;
  }

  .comPostWrapper .acms-admin-btn-admin {
    font-size: 16px;
  }
}
