@charset "UTF-8";

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
/*
	#font
------------------------------ */
body {
	background-color: #fff;
	line-height: 1.5;
	color: #3E3A39;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-feature-settings: "pkna";
	letter-spacing: 0.05em;
}

@media(max-width:768px) {
	body {
		font-size: 2.08333vw;
	}
}

@media(max-width:480px) {
	body {
		font-size: 3.33333vw;
	}
}

small {
	font-size: 0.8em;
}

/*
	#reset
------------------------------ */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

a {
	color: #3E3A39;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a.tel {
	cursor: auto;
	pointer-events: none;
}

@media(max-width:768px) {
	a.tel {
		pointer-events: all;
	}
}

a:hover {
	opacity: 0.7;
}

area {
	border: none;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*
	表示設定
------------------------------ */
.lead>.inner,
.detail>.inner,
section>.inner {
	margin: 0 auto;
	max-width: 1064px;
	width: 100%;
}

section>.inner {
	position: relative;
	z-index: 2;
}

.lead>.inner,
.detail>.inner,
section>.inner,
.footer .inner {
	padding: 0 20px;
}

@media(max-width:768px) {

	.lead>.inner,
	.detail>.inner,
	section>.inner,
	.footer .inner {
		padding: 0 2.60417vw;
	}
}

@media(max-width:480px) {

	.lead>.inner,
	.detail>.inner,
	section>.inner,
	.footer .inner {
		padding: 0 4.16667vw;
	}
}

.inner.parallaxBox {
	padding: 80px 20px;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media(max-width:768px) {
	.inner.parallaxBox {
		padding: 10.41667vw 2.60417vw;
	}
}

@media(max-width:480px) {
	.inner.parallaxBox {
		padding: 16.66667vw 4.16667vw;
	}
}

p.en {
	word-wrap: break-word;
}

/*
	SP,PC表示切り替え
------------------------------ */
.pc {
	display: block;
}

.tab {
	display: none;
}

.sp {
	display: none;
}

@media(max-width:768px) {
	.pc {
		display: none;
	}

	.tab {
		display: block;
	}

	.sp {
		display: none;
	}
}

@media(max-width:480px) {
	.pc {
		display: none;
	}

	.tab {
		display: none;
	}

	.sp {
		display: block;
	}
}


/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background-attachment: fixed;
	background-image: url(../img/hero.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 44.741235392320534vw;
	position: relative;
}

.header .main_title {
	width: calc(100% - 8px);
	position: absolute;
	top: 4px;
	left: 4px;
}

@media(max-width: 768px) {
	.header {
		background-image: url(../img/hero_sp.jpg);
		height: 72.776280323450135vw;
	}
}

/* ----------------------------------------------------
	lead
---------------------------------------------------- */
.lead {
	padding: 60px 0 75px;
	text-align: center;
}

.lead .main_logo {
	margin: 0 auto 40px;
	max-width: 294px;
	width: 100%;
}

.lead .lead_title {
	margin-bottom: 30px;
}

.lead .lead_title img {
	width: auto;
	height: 40px;
}

.lead .lead_text {
	margin-bottom: 20px;
}

.lead .lead_detail {
	padding-top: 40px;
	display: flex;
}

.lead .lead_detail .image {
	margin-right: 26px;
	max-width: 425px;
	width: 41.50391%;
}

.lead .lead_detail .content {
	width: calc(100% - (41.50391% + 26px));
	font-size: 14px;
	text-align: left;
}

.lead .lead_detail .content .title {
	margin-bottom: 20px;
}

.lead .lead_detail .content .title img {
	width: 87.7193%;
}

@media (max-width: 768px) {
	.lead {
		padding: 7.81250vw 0 9.76563vw;
	}

	.lead .main_logo {
		margin-bottom: 5.20833vw;
	}

	.lead .lead_title {
		margin-bottom: 3.90625vw;
	}

	.lead .lead_title img {
		width: auto;
		height: 5.20833vw;
	}

	.lead .lead_text {
		margin-bottom: 2.60417vw;
	}

	.lead .lead_detail {
		padding-top: 5.20833vw;
		display: block;
	}

	.lead .lead_detail .image {
		margin: 0 auto 3.90625vw;
		max-width: 600px;
		width: 100%;
	}

	.lead .lead_detail .content {
		width: 100%;
		font-size: 1.82292vw;
	}

	.lead .lead_detail .content .title {
		margin-bottom: 2.60417vw;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.lead {
		padding: 12.5vw 0 15.625vw;
	}

	.lead .main_logo {
		margin-bottom: 8.33333vw;
	}

	.lead .lead_title {
		margin-bottom: 6.25vw;
	}

	.lead .lead_title img {
		height: 8.33333vw;
	}

	.lead .lead_text {
		margin-bottom: 4.16667vw;
	}

	.lead .lead_detail {
		padding-top: 8.33333vw;
	}

	.lead .lead_detail .image {
		margin-right: 5.41667vw;
		width: 100%;
	}

	.lead .lead_detail .content {
		width: 100%;
		font-size: 2.91667vw;
	}

	.lead .lead_detail .content .title {
		margin-bottom: 4.16667vw;
	}

	.lead .lead_detail .content .title img {
		width: 100%;
	}
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contents {
	margin-bottom: 100px;
}

.contents .cont_title {
	background: #b84a49;
	margin-bottom: 40px;
	padding: 0 12px 6px;
	width: 100%;
}

.contents.stayplan .cont_title {
	background: #7f947b;
}

.contents .cont_title img {
	width: auto;
	height: 20px;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.contents {
		margin-bottom: 13.02083vw;
	}

	.contents .cont_title {
		margin-bottom: 5.20833vw;
		padding: 0 1.5625vw 0.78125vw;
	}

	.contents .cont_title img {
		height: 2.60417vw;
	}
}

@media (max-width: 480px) {
	.contents {
		margin-bottom: 20.83333vw;
	}

	.contents .cont_title {
		margin-bottom: 8.33333vw;
		padding: 0 1.5625vw 1.25vw;
	}

	.contents .cont_title img {
		height: 4.16667vw;
	}
}

.contents .cont_wrap {
	display: flex;
	justify-content: space-between;
}

.contents .cont_wrap+.cont_wrap {
	margin-top: 40px;
	padding: 1.5em;
	border: solid 1px #3E3A39;
}

.contents .cont_image {
	width: 37.109375%;
}

.contents .cont_wrap .title {
	margin-bottom: 30px;
	line-height: 1.2;
	font-family: 'ヒラギノ明朝 Pro W3',
		'Hiragino Mincho Pro',
		'游明朝',
		'Yu Mincho',
		'游明朝体',
		'YuMincho',
		'ＭＳ Ｐ明朝',
		'MS PMincho',
		serif;
	font-size: 24px;
}

.contents .cont_detail {
	width: 58%;
}

.contents .cont_wrap+.cont_wrap .cont_image {
	width: 20%;
}

.contents .cont_wrap+.cont_wrap .cont_detail {
	width: 75%;
}

.contents .cont_detail .info {
	margin-bottom: 30px;
	font-size: 18px;
}

.contents .cont_detail .text.en {
	margin-bottom: 30px;
}

.contents .cont_detail .list dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.contents .cont_detail .list dd {
	margin-bottom: 30px;
}

.contents .cont_detail .more {
	margin-top: 30px;
	font-size: 20px;
}

.contents .cont_detail .more a {
	color: #b84a49;
	text-decoration: underline;
}

.contents.stayplan .cont_detail .more a {
	color: #7f947b;
}

.contents .cont_detail .more a::before {
	content: "＞";
}

/* coming soon */
.afternoontea .comingsoon {
	text-decoration: none !important;
	pointer-events: none;
}

.afternoontea .comingsoon::before {
	content: "" !important;
}


@media (max-width: 768px) {
	.contents .cont_wrap {
		display: block;
	}

	.contents .cont_wrap+.cont_wrap {
		margin-top: 5.20833vw;
		display: flex;
	}

	.contents .cont_image {
		width: 100%;
	}

	.contents .cont_wrap .title {
		margin-bottom: 3.90625vw;
		font-size: 3.125vw;
	}

	.contents .cont_detail {
		margin-bottom: 3.90625vw;
		width: 100%;
	}

	.contents .cont_wrap+.cont_wrap .cont_image {
		width: 30%;
	}

	.contents .cont_wrap+.cont_wrap .cont_detail {
		width: 65%;
	}

	.contents .cont_detail .info {
		margin-bottom: 3.90625vw;
		font-size: 2.34375vw;
	}

	.contents .cont_detail .text.en {
		margin-bottom: 3.90625vw;
	}

	.contents .cont_detail .list dd {
		margin-bottom: 3.90625vw;
	}

	.contents .cont_detail .more {
		margin-top: 3.90625vw;
		font-size: 2.60417vw;
	}
}

@media (max-width: 480px) {
	.contents .cont_wrap .title {
		margin-bottom: 6.25vw;
	}

	.contents .cont_wrap+.cont_wrap {
		margin-top: 8.33333vw;
		display: block;
	}

	.contents .cont_detail {
		margin-bottom: 6.25vw;
	}

	.contents .cont_wrap+.cont_wrap .cont_image {
		width: 100%;
		text-align: center;
	}

	.contents .cont_wrap+.cont_wrap .cont_image img {
		width: 50%;
	}

	.contents .cont_wrap+.cont_wrap .cont_detail {
		width: 100%;
	}

	.contents .cont_wrap .title {
		font-size: 5vw;
	}

	.contents .cont_detail .info {
		margin-bottom: 6.25vw;
		font-size: 3.75vw;
	}

	.contents .cont_detail .text.en {
		margin-bottom: 6.25vw;
	}

	.contents .cont_detail .list dd {
		margin-bottom: 6.25vw;
	}

	.contents .cont_detail .more {
		margin-top: 6.25vw;
		font-size: 4.16667vw;
	}
}

/* lunch */
.contents.lunch .cont_wrap .title img {
	max-width: 315px;
	width: 100%;
}

@media (max-width: 768px) {
	.contents.lunch .cont_wrap .title img {
		width: 48%;
	}
}

/* afternoontea */
.contents.afternoontea .cont_wrap .title img {
	max-width: 495px;
	width: 100%;
}

@media (max-width: 768px) {
	.contents.afternoontea .cont_wrap .title img {
		width: 65%;
	}
}

/* cocktails*/
.contents.cocktails .cont_wrap .title img {
	max-width: 240px;
	width: 100%;
}

@media (max-width: 768px) {
	.contents.cocktails .cont_wrap .title img {
		width: 35%;
	}
}

/* stayplan */
.contents.stayplan .cont_wrap .title img {
	max-width: 540px;
	width: 100%;
}

@media (max-width: 768px) {
	.contents.stayplan .cont_wrap .title img {
		width: 70.3125%;
	}
}

/*
	dinner
-------------------------------- */
.dinner {
	background: #110f10;
	margin-bottom: 0;
	width: 100%;
	/* height: 96.95vw; */
	overflow: hidden;
	position: relative;
}

.dinner .inner {
	display: flex;
	flex-wrap: wrap;
}

.dinner .dinner_content {
	padding-right: 6.34766%;
	width: calc(100% - 41.99219%);
	color: #fff;
}

.dinner .dinner_content dt {
	margin-bottom: 36px;
	width: calc(100% - 41.99219%);
}

.dinner .dinner_content dt img {
	width: auto;
	height: 180px;
}

.dinner .dinner_content dd p {
	margin-bottom: 1em;
}

.dinner .dinner_image {
	width: 41.99219%;
}

.dinner .dinner_image li {
	margin-bottom: 20px;
}

.dinner .dinner_mes {
	margin-top: 60px;
	width: 100%;
	text-align: center;
}

.dinner .dinner_mes .title {
	margin-bottom: 40px;

}

.dinner .dinner_mes .title img {
	width: auto;
	height: 40px;
}

.dinner .dinner_mes .movie {
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.dinner .dinner_mes .movie iframe {
	width: 100%;
	height: 100%;
}

.dinner .parallax {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.dinner {
		/* height: 220.625vw; */
	}

	.dinner .inner {
		padding-right: 2.60417vw;
		padding-left: 2.60417vw;
		display: block;
	}

	.dinner .dinner_content {
		padding-right: 2.60417vw;
		padding-left: 2.60417vw;
		width: 100%;
	}

	.dinner .dinner_content dt {
		margin-bottom: 4.6875vw;
		width: 100%;
	}

	.dinner .dinner_content dt img {
		width: auto;
		height: 23.4375vw;
	}

	.dinner .dinner_image {
		width: 100%;
	}

	.dinner .dinner_image li {
		margin-bottom: 2.60417vw;
		padding: 0 5.20833vw;
	}

	.dinner .dinner_mes {
		margin-top: 7.8125vw;
	}

	.dinner .dinner_mes .title {
		margin-bottom: 40px;

	}

	.dinner .dinner_mes .title img {
		width: auto;
		height: 5.20833vw;
	}
}

@media (max-width: 480px) {
	.dinner .dinner_content {
		padding-right: 4.16667vw;
		padding-left: 4.16667vw;
		width: 100%;
	}

	.dinner .dinner_content dt {
		margin-bottom: 7.5vw;

	}

	.dinner .dinner_content dt img {
		width: 100%;
		height: auto;
	}

	.dinner .dinner_image li {
		margin-bottom: 4.16667vw;
		padding: 0 8.33333vw;
	}

	.dinner .dinner_mes {
		margin-top: 12.5vw;
	}

	.dinner .dinner_mes .title {
		margin-bottom: 40px;
	}

	.dinner .dinner_mes .title img {
		height: 8.33333vw;
	}
}

/*
	detail
-------------------------------- */
.detail {
	position: relative;
}

.detail::before {
	background: url(../img/img_detail.jpg) right center no-repeat;
	background-size: cover;
	width: 43.338815789473684%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.detail .detail_content {
	padding: 70px 0 70px 50%;
}

.detail .detail_table {
	margin-bottom: 60px;
	width: 100%;
	font-size: 18px;
}

.detail .detail_table th,
.detail .detail_table td {
	vertical-align: top;
}

.detail .detail_table th {
	width: 22%;
}

.detail .detail_table th img {
	width: auto;
	height: 22px;
}

.detail .detail_table td {
	padding-bottom: 15px;
}

.detail .detail_table td p,
.detail .detail_table td ul {
	margin-bottom: 20px;
}

.detail .detail_table td li {
	margin-left: 1em;
	font-size: 16px;
	text-indent: -1em;
}

.detail .detail_table td li::before {
	content: "※";
}

.detail .sponsor {
	/* margin-bottom: 1em; */
	display: flex;
}

.detail .sponsor dt {
	white-space: nowrap;
}

.detail .sponsor.en {
	margin-top: 1em;
}

.detail .sponsor dt::after {
	content: "：";
}

.detail .sponsor+p {
	margin-bottom: 1em;
}

.detail .sponsor_list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.detail .sponsor_list li {
	margin-bottom: 20px;
	width: 33.33333%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail .sponsor_list li:first-child {
	margin-right: 66.66667%;
}

.detail .sponsor_list li img {
	width: 80%;
}

.detail .sponsor_list li a {
	text-align: center;
}

@media (max-width: 768px) {
	.detail {
		background: url(../img/img_detail_sp.jpg) center top no-repeat;
		background-size: 100% auto;
		height: auto;
		padding-top: 55.080213903743316vw;
		position: relative;
	}

	.detail::before {
		display: none;
	}

	.detail .detail_content {
		padding: 0 2.60417vw 9.11458vw;
	}

	.detail .detail_table {
		margin-bottom: 7.81250vw;
		font-size: 2.34375vw;
	}

	.detail .detail_table th img {
		width: auto;
		height: 2.86458vw;
	}

	.detail .detail_table td {
		padding-bottom: 1.95313vw;
	}

	.detail .detail_table td p,
	.detail .detail_table td ul {
		margin-bottom: 2.60417vw;
	}

	.detail .detail_table td li {
		font-size: 1.95313vw;
	}

	.detail .sponsor_list {
		margin-top: 3.90625vw;
	}
}

@media (max-width: 480px) {
	.detail .detail_content {
		padding: 0 4.16667vw 14.58333vw;
	}

	.detail .detail_table {
		margin-bottom: 12.5vw;
		font-size: 3.75vw;
	}

	.detail .detail_table th img {
		height: 4.58333vw;
	}

	.detail .detail_table td {
		padding-bottom: 3.125vw;
	}

	.detail .detail_table td p,
	.detail .detail_table td ul {
		margin-bottom: 4.16667vw;
	}

	.detail .detail_table td li {
		font-size: 16px;
	}

	.detail .sponsor_list {
		margin-top: 6.25vw;
	}
}

/*
	menu
-------------------------------- */
.menu {
	background: #ebe8e4;
	padding: 100px 0 0;
}

.menu .inner {
	padding-bottom: 150px;
	max-width: 760px;
}

.menu .menu_title {
	margin-bottom: 45px;
	padding-bottom: 12px;
	border-bottom: solid 2px #6b6765;
}

.menu .menu_title img {
	width: auto;
	height: 17px;
}

.menu .menu_title.wine img {
	height: 28px;
}

.menu .menu_table {
	margin-bottom: 60px;
	width: 100%;
}

.menu .menu_table th,
.menu .menu_table td {
	padding-bottom: 15px;
	vertical-align: top;
}

.menu .menu_table th {
	width: 35%;
}

.menu .menu_table th img {
	width: auto;
	height: 20px;
}

.menu .menu_table th.menu1 img {
	width: auto;
	height: 25px;
}

.menu .menu_table td .menu_list li {
	margin-bottom: 20px;
	word-wrap: break-word;
}

.menu .menu_text {
	margin-bottom: 1em;
}

.menu .menu_wine-list {
	margin-top: 3em;
	display: flex;
	flex-wrap: wrap;
}

.menu .menu_wine-list li {
	margin: 0 2% 16px 0;
	width: calc((100% - 2%) / 2);
	display: flex;
	justify-content: space-between;
}

.menu .menu_wine-list li:nth-child(even) {
	margin-right: 0;
}

.menu .menu_wine-list li .menu_wine-img {
	width: 15%;
}

.menu .menu_wine-list li dl {
	width: 76%;
	line-height: 1.2;
	font-size: 14px;
}

.menu .menu_wine-list li dl dt {
	margin-bottom: 1em;
	color: #c00;
}

@media (max-width: 768px) {
	.menu {
		padding: 13.02083vw 0 0;
	}

	.menu .inner {
		padding-right: 6.51042vw;
		padding-bottom: 13.02083vw;
		padding-left: 6.51042vw;
	}

	.menu .menu_title {
		margin-bottom: 5.85938vw;
		padding-bottom: 1.56250vw;
	}

	.menu .menu_title img {
		height: 2.21354vw;
	}

	.menu .menu_title.wine img {
		height: 3.64583vw;
	}

	.menu .menu_table {
		margin-bottom: 7.8125vw;
	}

	.menu .menu_table th,
	.menu .menu_table td {
		padding-bottom: 1.95313vw;
	}

	.menu .menu_table th img {
		height: 2.60417vw;
	}

	.menu .menu_table th.menu1 img {
		height: 3.25521vw;
	}

	.menu .menu_table td .menu_list li {
		margin-bottom: 2.60417vw;
	}

	.menu .menu_wine-list li dl {
		font-size: 1.82292vw;
	}
}

@media (max-width: 480px) {
	.menu {
		padding: 12.5vw 0 0;
	}

	.menu .inner {
		padding-right: 4.16667vw;
		padding-bottom: 12.5vw;
		padding-left: 4.16667vw;
	}

	.menu .menu_title {
		margin-bottom: 9.375vw;
		padding-bottom: 2.5vw;
	}

	.menu .menu_title img {
		height: 3.54167vw;
	}

	.menu .menu_title.wine img {
		height: 5.83333vw;
	}

	/* .menu .menu_table {
		margin-bottom: 12.5vw;
	}

	.menu .menu_table th,
	.menu .menu_table td {
		padding-bottom: 3.125vw;
	}

	.menu .menu_table th {
		width: 52%;
	} */

	.menu .menu_table {
		margin-bottom: 12.5vw;
		display: block;
	}

	.menu .menu_table th,
	.menu .menu_table td {
		padding-bottom: 3.125vw;
		display: block;
	}

	.menu .menu_table th {
		width: 100%;
	}

	.menu .menu_table th img {
		width: auto;
		height: 4.16667vw;
	}

	.menu .menu_table th.menu1 img {
		height: 5.20833vw;
	}

	.menu .menu_table td .menu_list li {
		margin-bottom: 4.16667vw;
	}

	/* .menu .menu_wine-list {
		margin-top: 3em;
		display: block;
	}

	.menu .menu_wine-list li {
		margin: 0 0 16px 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.menu .menu_wine-list li:nth-child(even) {
		margin-right: 0;
	}

	.menu .menu_wine-list li img {
		width: 20%;
	}

	.menu .menu_wine-list li dl {
		width: 76%;
		line-height: 1.2;
		font-size: 2.91667vw;
	} */
}

/*
	profile
-------------------------------- */
.profile {
	background: #06080d;
	/* height: 78.1vw; */
	color: #fff;
	overflow: hidden;
	position: relative;
}

.profile .profile_title {
	margin-bottom: 60px;
}

.profile .profile_title img {
	height: 130px;
}

.profile .profile_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile .profile_content .profile_image {
	width: 31.25%;
}

.profile .profile_content .profile_text {
	background: url(../img/sighn.svg) right bottom no-repeat;
	background-size: 60% auto;
	width: calc(100% - 36px - 31.25%);
}

.profile .profile_content .profile_text.en {
	background: none;
	margin-top: 36px;
	width: 100%;
}

@media (max-width: 768px) {
	.profile .profile_title {
		margin-bottom: 7.81250vw;
	}

	.profile .profile_title img {
		height: 16.92708vw;
	}

	.profile .profile_content {
		display: block;
	}

	.profile .profile_content .profile_image {
		background: url(../img/sighn.svg) right bottom no-repeat;
		background-size: 60% auto;
		margin-bottom: 5.20833vw;
		padding-bottom: 18.22917vw;
		width: 100%;
	}

	.profile .profile_content .profile_text {
		background: none;
		width: 100%;
	}

	.profile .profile_content .profile_text.en {
		background: none;
		margin-top: 4.6875vw;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.profile .profile_title {
		margin-bottom: 12.5vw;
	}

	.profile .profile_title img {
		height: auto;
	}

	.profile .profile_content .profile_text.en {
		margin-top: 7.5vw;
	}
}

/*
	res
-------------------------------- */
.res {
	background: #cfa653;
	margin-bottom: 120px;
	padding: 80px 0;
	color: #fff;
	text-align: center;
}

.res .res_title {
	margin-bottom: 40px;
}

.res .res_title img {
	width: auto;
	height: 30px;
}

.res .res_link {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}

.res .res_link li {
	margin: 0 10px;
	max-width: 320px;
	width: 100%;
}

.res .res_link li a {
	background: #662f25;
	padding: 16px;
	color: #fff;
	border: solid 2px #fff;
	display: block;
}

.res .res_link li a:hover {
	background: #fff;
	color: #662f25;
	border: solid 2px #662f25;
	opacity: 1;
}

.res .res_link li a small {
	display: block;
}

.res .res_link li a small span::before {
	content: "＞";
}

.res .res_note {
	font-size: 18px;
}

.res .res_note a {
	color: #fff;
}

.res_note small {
	display: block;
}

@media (max-width: 768px) {
	.res {
		margin-bottom: 13.02083vw;
		padding: 10.41667vw 0;
	}

	.res .res_title {
		margin-bottom: 5.20833vw;
	}

	.res .res_title img {
		height: 3.90625vw;
	}

	.res .res_link {
		margin-bottom: 7.81250vw;
		flex-wrap: wrap;
	}

	.res .res_link li {
		margin: 0 10px 1.30208vw;
	}
}

@media (max-width: 550px) {
	.res .res_note {
		font-size: 3.27273vw;
	}
}

@media (max-width: 480px) {
	.res .res_title img {
		height: 6.25vw;
	}

	.res .res_link li {
		margin: 0 0 2.08333vw;
	}

	.res .res_note {
		font-size: 3.75vw;
	}
}

/*
	tel_contact
-------------------------------- */
.main .tel_contact {
	background: #ebe8e4;
	margin-bottom: 90px;
	padding: 60px 0;
	text-align: center;
}

.main .tel_contact dt {
	margin-bottom: 50px;
}

.main .tel_contact dt img {
	width: auto;
	height: 30px;
}

.main .tel_contact dd img {
	width: auto;
	height: 46px;
}

.main .tel_contact dd p {
	margin-top: 26px;
}

@media (max-width: 768px) {
	.main .tel_contact {
		margin-bottom: 90px;
		padding: 7.81250vw 0;
	}

	.main .tel_contact dt {
		margin-bottom: 6.51042vw;
	}

	.main .tel_contact dt img {
		/* height: 3.90625vw; */
		height: 8.33333vw;
	}

	.main .tel_contact dd img {
		height: 5.98958vw;
	}

	.main .tel_contact dd p {
		margin-top: 3.38542vw;
	}
}

@media (max-width: 480px) {
	.main .tel_contact {
		margin-bottom: 18.75vw;
		padding: 12.5vw 0;
	}

	.main .tel_contact dt {
		margin-bottom: 10.41667vw;
	}

	.main .tel_contact dt img {
		/* height: 6.25vw; */
		height: 13.33333vw;
	}

	.main .tel_contact dd img {
		height: 9.58333vw;
	}

	.main .tel_contact dd p {
		margin-top: 5.41667vw;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
/* banner */
.footer .footer_bnr {
	margin: 0 auto 86px;
	max-width: 677px;
}

@media (max-width: 768px) {
	.footer .footer_bnr {
		margin-bottom: 11.19792vw;
	}
}

@media (max-width: 480px) {
	.footer .footer_bnr {
		margin-bottom: 17.91667vw;
	}
}

/* note */
.footer .footer_note {
	margin: 0 auto 80px;
	max-width: 914px;
	font-size: 13px;
}

.footer .footer_note-list li {
	margin-left: 1em;
	text-indent: -1em;
}

.footer .footer_note-list li::before {
	content: "※";
}

.footer .footer_note-list.en li::before {
	content: "＊";
}

@media (max-width: 768px) {
	.footer .footer_note {
		margin-bottom: 10.41667vw;
		font-size: 1.56250vw;
	}
}

@media (max-width: 480px) {
	.footer .footer_note {
		margin-bottom: 16.66667vw;
		font-size: 2.5vw;
	}
}

/* hotel-list */
.footer .footer_hotel-list {
	margin-bottom: 40px;
	justify-content: center;
	display: flex;
}

.footer .footer_hotel-list:before {
	content: "｜";
}

.footer .footer_hotel-list li:after {
	content: "｜";
}

.footer .footer_hotel-list li a {
	padding: 0 0.5em;
	display: inline-block;
}

@media (max-width: 480px) {
	.footer .footer_hotel-list {
		margin-bottom: 40px;
		line-height: 2.5;
		text-align: center;
		display: block;
	}

	.footer .footer_hotel-list:before {
		content: "";
	}

	.footer .footer_hotel-list li:before,
	.footer .footer_hotel-list li:after {
		content: "｜";
	}
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
#pageTop a {
	background: #b84a49;
	width: 64px;
	height: 64px;
	color: #3D3A39;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

#pageTop a img {
	width: 16px;
}