@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;
	}
}

/*
	#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 {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover {
	opacity: 0.7;
}

area {
	border: none;
	outline: none;
}

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

/*
	表示設定
------------------------------ */
section {
	width: 100%;
}

section>.inner,
footer .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1100px;
	width: 100%;
}

@media(max-width:768px) {
	section>.inner {
		padding: 0 2.60417vw;
	}
}

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

.sp {
	display: none;
}

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

	.sp {
		display: block;
	}
}


/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header ul{
	position: fixed;
	top: 0;
	width: 100%;
	padding-left: 50px;
	background-color: #fff;
}
.header ul li{
	display: inline-block;
	list-style: none;
	margin-right: 80px;
	padding: 20px;
	color: #957E55;
	text-align: center;
}
.header ul li a{
	color: #957E55;
}
.header ul li:last-child{
	background: #957E55;
	color: #fff;
	float: right;
	margin-right: 0;
	padding: 20px 40px;
}
.header ul li:last-child a{
	color: #fff;
}

header .sp_nav {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sidemenu {
	height: 30vh;
	padding-top: 60px;
	position: fixed;
	right: -40%;
	transition: all 0.6s;
	top: 0;
	width: 40%;
	z-index: 2;
	background-color: #957E55;
}
.sidemenu nav ul li {
	padding: 10px 20px;
}
.hamburger {
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 60px;
	z-index: 3;
	background-color: #957E55;
}
.hamburger span {
	background-color: #fff;
	height: 2px;
	left: 15px;
	position: absolute;
	transition: all 0.6s;
	width: 30px;
}
.hamburger_linetop {
	top: 14px;
}
.hamburger_linecenter {
	top: 23px;
}
.hamburger_linebottom {
	top: 32px;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
	right: 0;
}
.nav_open .hamburger_linetop {
	top: 26px;
	transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
	left: 50%;
	width: 0;
}
.nav_open .hamburger_linebottom {
	top: 26px;
	transform: rotate(-45deg);
}
.nav_open .overlay {
	opacity: 0.8;
	visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
	background-color: #000;
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.6s;
	visibility: hidden;
	width: 100vw;
	z-index: 1;
}
/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/
@media screen and (max-width: 1000px) {
	.sp_no {
		display: none;
	}
	.sidemenu {
		right: -60%;
		width: 60%;
	}
}
@media screen and (min-width: 999px) {
	.pc_no {
		display: none;
	}
}
@media(max-width:768px) {
	.header ul{
		position: relative;
		background-color: #957E55;
		padding-left: 0;
	}
	.header ul li{
		display: block;
		list-style: none;
		margin-right: 0;
		padding: 20px;
		color: #957E55;
		text-align: left;
		font-size: 16px;
	}
	.header ul li:last-child{
		float: none;
		padding: 20px;
		text-align: center;
		border-top: 1px solid #fff;
		margin-top: 30px;
	}
	.header ul li a{
		color: #fff;
	}
}


/* ----------------------------------------------------
	contents
---------------------------------------------------- */
body .main h1{
	max-width: 1150px;
	width: 30%;
	margin: 200px auto 60px;
}
@media(max-width:768px) {
	body .main h1{
		width: 60%;
		margin: 100px auto 60px;
	}
}
body .main .mv{
	background-image: url(../img/img_mv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 800px;
}
@media(max-width:768px) {
	body .main .mv{
		background-image: url(../img/sp_img_mv.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-attachment: inherit;
		height: 220px;
	}
}

/* ----------------------------------------------------
	news-eventes
---------------------------------------------------- */
section#news-eventes{
	background-color: #F4EFE7;
	padding: 100px 0;
}
section#news-eventes .wrap{
	max-width: 890px;
	margin: 0 auto;
}
section#news-eventes .wrap h2{
	text-align: center;
	font-size: 30px;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #957E55;
}
section#news-eventes .wrap .wrap-border{
	border-top: 1px solid #957E55;
	border-bottom: 1px solid #957E55;
}
section#news-eventes .wrap .wrap-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
section#news-eventes .wrap .wrap-inner .sp-block p:first-child{
	color: #957E55;
}
section#news-eventes .wrap .wrap-inner div.w30{
	width: 30%;
}
section#news-eventes .wrap .wrap-inner div.w30:first-child{
	margin-right: 50px;
}
section#news-eventes .wrap .wrap-inner div.w30:last-child{
	margin-left: 50px;
}
section#news-eventes .wrap .wrap-inner div.w30 .sp-block:last-child{
	margin-left: 0;
}

@media(max-width:768px) {
	section#news-eventes{
		padding: 50px 0;
	}
	section#news-eventes .wrap{
		margin: 0 25px;
	}
	section#news-eventes .wrap h2{
		text-align: center;
		font-size: 30px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: italic;
		color: #957E55;
	}
	section#news-eventes .wrap .wrap-inner{
		display: block;
	}
	section#news-eventes .wrap .wrap-inner div.w30{
		width: 100%;
	}
	section#news-eventes .wrap .wrap-inner div.w30:first-child{
		margin-right: 0;
	}
	section#news-eventes .wrap .wrap-inner div.w30:last-child{
		margin-left: 0;
	}
	section#news-eventes .wrap .wrap-inner div.w30{
		margin-top: 20px;
	}
	section#news-eventes .wrap .wrap-inner img{
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	section#news-eventes .wrap .wrap-inner .sp-block{
		display: inline-block;
		width: 45%;
		vertical-align: top;
		font-size: 15px;
	}
	section#news-eventes .wrap .wrap-inner .sp-block p:nth-child(2){
		font-size: 12px;
	}
	section#news-eventes .wrap .wrap-inner div .sp-block:last-child{
		padding-left: 15px;
		margin-top: 0;
	}
}

/* ----------------------------------------------------
	CONCEPT
---------------------------------------------------- */
section#CONCEPT{
	background-color: #fff;
	padding: 100px 0;
}
section#CONCEPT .wrap{
	max-width: 890px;
	margin: 0 auto;
}
section#CONCEPT .wrap .wrap-inner{
	display: flex;
	padding: 50px 0;
	justify-content: center;
}
section#CONCEPT .wrap .wrap-inner:nth-child(2) {
	flex-direction: row-reverse;
}
section#CONCEPT .wrap .wrap-inner img{
	width: 70%;
	padding-right: 50px;
}
section#CONCEPT .wrap .wrap-inner:nth-child(2) img{
	width: 70%;
	padding-left: 50px;
	padding-right: 0;
}
section#CONCEPT .wrap .wrap-inner div h2{
	font-size: 20px;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #957E55;
	margin: 20px 0;
}
section#CONCEPT .wrap .wrap-inner div h3{
	font-size: 27px;
	margin-bottom: 20px;
}
section#CONCEPT .wrap .wrap-inner div p{
	font-size: 16px;
	line-height: 30px;
}

@media(max-width:768px) {
	section#CONCEPT{
		padding: 50px 0;
	}
	section#CONCEPT .wrap{
		margin: 0 25px;
	}
	section#CONCEPT .wrap .wrap-inner{
		display: block;
		padding: 25px 0;
	}
	section#CONCEPT .wrap .wrap-inner:first-child{
		display: block;
		padding: 0 0 25px;
	}
	section#CONCEPT .wrap .wrap-inner img{
		width: 100%;
		padding-right: 0;
	}
	section#CONCEPT .wrap .wrap-inner:nth-child(2) img{
		width: 100%;
		padding-left: 0;
	}
	section#CONCEPT .wrap .wrap-inner h2{
		font-size: 20px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: italic;
		color: #957E55;
		margin: 20px 0;
	}
	section#CONCEPT .wrap .wrap-inner div h3{
		font-size: 20px;
		margin: 10px 0;
	}
	section#CONCEPT .wrap .wrap-inner div p{
		font-size: 16px;
		line-height: 30px;
	}	
}

/* ----------------------------------------------------
	MENU
---------------------------------------------------- */
section#MENU{
	background-color: #F4EFE7;
	padding: 100px 0;
}
section#MENU .wrap{
	max-width: 1080px;
	margin: 0 auto;
}
section#MENU .wrap img:hover{
	opacity: 0.8;
}
section#MENU .wrap .wrap-inner{
	max-width: 890px;
	margin: 0 auto;
	display: flex;
	padding: 50px 0;
	justify-content: center;
}
section#MENU .wrap .wrap-inner div{
	width: 50%;
	padding: 50px;
}
section#MENU .wrap .wrap-inner .left-border{
	border-left: 2px solid #957E55;
}
section#MENU .wrap .wrap-inner div h2{
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #957E55;
}
section#MENU .wrap .wrap-inner div p{
	line-height: 30px;
	padding: 30px 0;
	height: 200px;
}
section#MENU .wrap .wrap-inner div a{
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #957E55;
	border: 1px solid #957E55;
	width: 100%;
	display: block;
	padding: 20px;
	text-align: center;
}
section#MENU .wrap .wrap-inner div a:hover{
	color: #fff;
	background-color: #957E55;
}

@media(max-width:768px) {
	section#MENU{
		background-color: #F4EFE7;
		padding: 50px 0;
	}
	section#MENU .wrap{
		max-width: 1080px;
		margin: 0 25px;
	}
	section#MENU .wrap .wrap-inner{
		display: block;
		padding: 50px 0;
	}
	section#MENU .wrap .wrap-inner div{
		width: 100%;
		padding: 25px;
	}
	section#MENU .wrap .wrap-inner .left-border{
		border-left: none;
	}
	section#MENU .wrap .wrap-inner div h2{
		font-size: 23px;
	}
	section#MENU .wrap .wrap-inner div p{
		line-height: 27px;
		padding: 15px 0;
		height: auto;
		font-size: 16px;
	}
	section#MENU .wrap .wrap-inner div a{
		display: block;
		padding: 12px;
		font-size: 18px;
	}
	section#MENU .wrap .wrap-inner div a:hover{
		color: #fff;
		background-color: #957E55;
	}	
}

/* ----------------------------------------------------
	detail
---------------------------------------------------- */
section#detail{
	background-color: #382F2A;
	padding: 100px 0;
	color: #fff;
}
section#detail .wrap{
	max-width: 890px;
	margin: 0 auto;
}
section#detail .wrap .wrap-inner{
	max-width: 650px;
	margin: 0 auto;
	padding: 70px 0;
}
section#detail .wrap .wrap-inner.border{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
section#detail .wrap .wrap-inner.pt30{
	padding-top: 30px;
}
section#detail .wrap .wrap-inner ul{
	padding: 5px 0;
}
section#detail .wrap .wrap-inner ul li{
	color: #fff;
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}
section#detail .wrap .wrap-inner ul li:first-child{
	color: #957E55;
	width: 110px;
	text-align: right;
}
section#detail .wrap .wrap-inner ul li:last-child{
	padding-left: 30px;	
}
section#detail .wrap .wrap-inner h2{
	font-size: 30px;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #957E55;
	text-align: center;
	margin-top: 80px;
}
section#detail .wrap .wrap-inner.pt30 .note{
	text-align: center;
	font-size: 13px;
}
section#detail .wrap .wrap-inner.pt30 p{
	font-size: 16px;
	text-align: center;
}
section#detail .wrap .wrap-inner.pt30 p.tel{
	font-size: 40px;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	letter-spacing: 3px;
}
section#detail .wrap .wrap-inner.pt30 p.tel a{
	color: #fff;
}
section#detail .wrap .wrap-inner.pt30 a.reserve{
	color: #fff;
	background-color: #957E55;
	width: 50%;
	display: block;
	padding: 20px;
	text-align: center;
	margin: 80px auto 0;
}
section#detail .wrap .wrap-inner.pt30 a.reserve:hover{
	color: #957E55;
	background-color: #fff;
}
section#detail .wrap .btn-link{
	margin-top: 80px;
	text-align: center;
}
section#detail .wrap .btn-link a{
	color: #fff;
	border: 1px solid #fff;
	width: 40%;
	display: block;
	padding: 20px;
	text-align: center;
	display: inline-block;

}
section#detail .wrap .btn-link a:nth-child(2){
	margin-left: 40px;
}
section#detail .wrap .btn-link a:hover{
	color: #957E55;
	border: 1px solid #957E55;
}

@media(max-width:768px) {
	section#detail{
		padding: 50px 0;
	}
	section#detail .wrap{
		margin: 0 25px;
	}
	section#detail .wrap .wrap-inner{
		padding: 30px 0;
	}
	section#detail .wrap .wrap-inner.border{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	section#detail .wrap .wrap-inner.pt30{
		padding-top: 15px;
	}
	section#detail .wrap .wrap-inner ul{
		padding: 5px 0;
	}
	section#detail .wrap .wrap-inner ul li{
		color: #fff;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	section#detail .wrap .wrap-inner ul li:first-child{
		width: 100%;
		text-align: left;
		font-size: 20px;
	}
	section#detail .wrap .wrap-inner ul li:last-child{
		padding-left: 15px;	
	}
	section#detail .wrap .wrap-inner h2{
		font-size: 30px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: italic;
		color: #957E55;
		text-align: center;
		margin-top: 40px;
	}
	section#detail .wrap .wrap-inner.pt30 .note{
		font-size: 10px;
	}
	section#detail .wrap .wrap-inner.pt30 p{
		font-size: 13px;
		text-align: center;
	}
	section#detail .wrap .wrap-inner.pt30 p.tel{
		font-size: 30px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: italic;
		text-align: center;
		letter-spacing: 3px;
	}
	section#detail .wrap .wrap-inner.pt30 a.reserve{
		width: 70%;
		padding: 15px;
		margin: 40px auto 0;
		font-size: 16px;
	}
	section#detail .wrap .wrap-inner.pt30 a.reserve:hover{
		color: #957E55;
		background-color: #fff;
	}
	section#detail .wrap .btn-link{
		margin-top: 40px;
		text-align: center;
	}
	section#detail .wrap .btn-link a{
		color: #fff;
		border: 1px solid #fff;
		width: 100%;
		display: block;
		padding: 20px;
		text-align: center;
		display: inline-block;
		font-size: 14px;	
	}
	section#detail .wrap .btn-link a:nth-child(2){
		margin-left: 0;
		margin-top: 20px;
	}
	section#detail .wrap .btn-link a:hover{
		color: #957E55;
		border: 1px solid #957E55;
	}	
}




















/*
	BUFFET
------------------------------ */
.buffet .contents_title img {
	max-width: 323px;
}

.buffet .buffet_menu {
	margin: 0 auto;
	max-width: 950px;
	display: flex;
	justify-content: space-between;
}

.buffet .buffet_menu li {
	max-width: 450px;
	width: 47.36842%;
}

.buffet .buffet_menu li .title {
	margin-bottom: 30px;
	padding-bottom: 8px;
	text-align: center;
	border-bottom: solid 2px #3D3A39;
}

.buffet .buffet_menu li .title img {
	width: auto;
	height: 20px;
}

.buffet .buffet_menu li .text small {
	margin-bottom: 24px;
}

.buffet .buffet_menu li .text small {
	display: block;
}

.buffet .buffet_menu li dt::before {
	content: "●";
}

.buffet .buffet_menu li .lunch dt::before {
	color: #e54049;
}

.buffet .buffet_menu li .dinner dt::before {
	color: #95b543;
}

.buffet .buffet_menu li dd {
	margin-bottom: 35px;
}

.buffet .buffet_link {
	margin-top: 35px;
	text-align: center;
}

.buffet .buffet_link a {
	background: #e54049 url(../img/arrow.svg) right 20px center no-repeat;
	background-size: auto 20px;
	margin-bottom: 20px;
	padding: 35px 0;
	max-width: 580px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}

@media (max-width: 768px) {
	.buffet .contents_title img {
		width: 56.875%;
	}

	.buffet .buffet_menu {
		display: block;
	}

	.buffet .buffet_menu li {
		max-width: 100%;
		width: 100%;
	}

	.buffet .buffet_menu li .title {
		margin-bottom: 3.90625vw;
	}

	.buffet .buffet_menu li .text small {
		margin-bottom: 3.125vw;
	}

	.buffet .buffet_menu li dd {
		margin-bottom: 4.55729vw;
	}

	.buffet .buffet_link {
		margin-top: 4.55729vw;
	}

	.buffet .buffet_link a {
		margin-bottom: 2.60417vw;
		padding: 4.55729vw 0;
		font-size: 2.34375vw;
	}
}

@media (max-width: 480px) {
	.buffet .buffet_menu li .title img {
		height: 4.16667vw;
	}

	.buffet .buffet_menu,
	.buffet .buffet_link a {
		font-size: 3.33333vw;
	}
}

/*
	WINE
------------------------------ */
.wine .contents_title img {
	max-width: 252px;
}

.wine .contents_lead {
	text-align: center;
}

@media (max-width: 768px) {
	.wine .contents_title img {
		width: 34.625%;
	}
}

.wine .wine_main {
	display: flex;
	flex-wrap: wrap;
}

.wine .wine_wrap {
	margin-bottom: 80px;
}

.wine .wine_wrap .wine_title {
	margin-bottom: 30px;
	padding-bottom: 8px;
	width: 100%;
	font-size: 20px;
	border-bottom: solid 2px #3E3A39;
}

.wine .wine_wrap.white .detail,
.wine .wine_wrap.red .detail {
	display: flex;
	flex-wrap: wrap;
}

.wine .wine_wrap .detail dl {
	margin-right: 40px;
	display: flex;
	flex-direction: column;
}

.wine .wine_wrap.white .detail dl:last-of-type,
.wine .wine_wrap.red .detail dl:last-of-type {
	margin-right: 0;
}

.wine .wine_wrap .detail dt {
	min-height: 3.2em;
	color: #e54049;
	font-size: 20px;
	font-weight: bold;
}

.wine .wine_wrap .detail dd .price {
	color: #e54049;
}

.wine .wine_wrap .detail dd .text {
	font-size: 14px;
}

.wine .wine_main+p {
	text-align: center;
}

/* スパークリング */
.wine .wine_wrap.sparkling {
	width: calc(100% / 3);
}

.wine .wine_wrap.sparkling .wine_title {
	width: calc(100% - 40px);
}

/*　白ワイン */
.wine .wine_wrap.white {
	width: calc(100% / 3 * 2);
}

.wine .wine_wrap.white .detail dl {
	width: calc((100% - 40px) / 2);
}

/*　赤ワイン */
.wine .wine_wrap.red {
	width: 100%;
}

.wine .wine_wrap.red .detail dl {
	width: calc((100% - 80px) / 3);
}

.wine .wine_wrap.red .detail dl:nth-child(2) {
	margin-left: -0.5%;
}

@media (max-width: 768px) {
	.wine .wine_wrap {
		margin-bottom: 5.20833vw;
	}

	.wine .wine_wrap .wine_title {
		margin-bottom: 3.90625vw;
		font-size: 3.125vw;
	}

	.wine .wine_wrap.white .detail,
	.wine .wine_wrap.red .detail {
		display: block;
	}

	.wine .wine_wrap .detail dl {
		margin-right: 0;
		margin-bottom: 3.90625vw;
		display: block;
	}

	.wine .wine_wrap .detail dt {
		margin-bottom: 1.04167vw;
		min-height: auto;
		font-size: 2.60417vw;
	}

	.wine .wine_wrap .detail dd .price {
		margin-bottom: 1.04167vw;
		font-size: 2.34375vw;
	}

	.wine .wine_wrap .detail dd .text {
		font-size: 2.08333vw;
	}

	/* スパークリング */
	.wine .wine_wrap.sparkling {
		width: 100%;
	}

	.wine .wine_wrap.sparkling .wine_title {
		width: 100%;
	}

	/*　白ワイン */
	.wine .wine_wrap.white {
		width: 100%;
	}

	.wine .wine_wrap.white .detail dl {
		width: 100%;
	}

	/*　赤ワイン */
	.wine .wine_wrap.red .detail dl {
		width: 100%;
	}

	.wine .wine_wrap.red .detail dl:nth-child(2) {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.wine .wine_wrap .wine_title {
		font-size: 4.16667vw;
	}

	.wine .wine_wrap .detail dt {
		font-size: 3.75vw;
	}

	.wine .wine_wrap .detail dd .price,
	.wine .wine_wrap .detail dd .text {
		font-size: 3.33333vw;
	}
}

/* ----------------------------------------------------
	banner
---------------------------------------------------- */
.guidance {
	background: #ececed;
	margin-bottom: 100px;
}

.guidance ul {
	margin: 0 auto;
	padding: 50px 0;
	max-width: 770px;
	display: flex;
	flex-wrap: wrap;
}

.guidance ul li {
	margin: 0.5em 0;
	width: 50%;
}

.guidance ul li a {
	background: url(../img/triangle.svg) left center no-repeat;
	background-size: 0.7em auto;
	padding-left: 1em;
	display: inline-block;
}

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

	.guidance ul {
		padding: 6.51042vw;
		display: block;
	}

	.guidance ul li {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.guidance ul li {
		font-size: 3.33333vw;
	}
}

/* ----------------------------------------------------
	banner
---------------------------------------------------- */
.banner_title {
	margin-bottom: 24px;
	color: #e54049;
	font-size: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.banner_title {
		margin-bottom: 3.125vw;
		font-size: 2.60417vw;
	}
}

@media (max-width: 480px) {
	.banner_title {
		font-size: 4.16667vw;
	}
}

.banner_main {
	margin: 0 auto 60px;
	max-width: 680px;
}

.patronage {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.patronage dt::after {
	content: "：";
}

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

	.patronage {
		font-size: 2.34375vw;
	}
}

.patronage_list {
	margin: 20px auto 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.patronage_list li {
	margin: 0 1em;
}

.patronage_list li:nth-child(1) {
	max-width: 130px;
	width: 11.88679%;
}

.patronage_list li:nth-child(2) {
	max-width: 150px;
	width: 13.77358%;
}

.patronage_list li:nth-child(3) {
	max-width: 110px;
	width: 10.188679%;
}

.patronage_list li:nth-child(4) {
	max-width: 130px;
	width: 12.16981%;
}

@media (max-width: 768px) {
	.patronage_list {
		margin: 2.60417vw auto 16.92708vw;
		flex-wrap: wrap;
	}

	.patronage_list li {
		margin: 0 auto 3.125vw;
		text-align: center;
	}

	.patronage_list li:nth-child(1) {
		max-width: 130px;
		width: 50%;
	}

	.patronage_list li:nth-child(2) {
		max-width: 150px;
		width: 50%;
	}

	.patronage_list li:nth-child(3) {
		max-width: 110px;
		width: 50%;
	}

	.patronage_list li:nth-child(4) {
		max-width: 130px;
		width: 50%;
	}
}

.italia_scenery {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
/*
	safety
------------------------------ */
.footer .safety {
	background: #eaedee;
	margin-bottom: 30px;
	padding: 40px 0;
}

.footer .safety .inner {
	max-width: 870px;
}

.footer .safety .safety_detail {
	margin-bottom: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .safety .safety_detail .safety_image {
	width: 24.09639%;
}

.footer .safety .safety_detail .safety_text {
	width: 72.28916%;
}

.footer .safety .safety_note p {
	background: #fff;
	padding: 20px 0;
	color: #e54049;
	font-weight: bold;
	text-align: center;
	border: solid 4px #e54049;
}

@media (max-width: 768px) {
	.footer .safety {
		margin-bottom: 3.90625vw;
		padding: 5.20833vw 0;
	}

	.footer .safety .safety_detail {
		margin-bottom: 4.94792vw;
	}

	.footer .safety .safety_detail .safety_image {
		width: 42%;
	}

	.footer .safety .safety_detail .safety_text {
		width: calc(100% - 42% - 3.61445%);
	}

	.footer .safety .safety_note p {
		padding: 2.60417vw 0;
	}
}

/*
	note
------------------------------ */
.footer .footer_note {
	margin-bottom: 90px;
	font-size: 14px;
}

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

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

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

/*
	nav
------------------------------ */
.footer .footer_hotelnav {
	padding: 45px 0;
	display: flex;
	justify-content: center;
}

.footer .footer_hotelnav::before {
	content: "|";
}


.footer .footer_hotelnav-item::after {
	content: "|";
}

.footer .footer_hotelnav-item a {
	padding: 0 1em;
}

@media (max-width: 768px) {
	.footer .footer_hotelnav {
		padding: 5.85938vw 0;
	}
}

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

#pageTop a img {
	width: 16px;
	transform: rotate(-90deg);
}

/* ----------------------------------------------------
	fadeIn（必要なければ消す）
---------------------------------------------------- */
/*
	共通初期設定
	パターン1：透明度が変化
------------------------------ */
.fadeBlock {
	opacity: 0;
	transition: all 1s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

/*
	パターン2：下から
------------------------------ */
.fadeBottom {
	transform: translateY(100px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}

/*
	パターン3：右から
------------------------------ */
.fadeRight {
	transform: translateX(100px);
}

.fadeRight.fadeIn {
	transform: translateX(0);
}

/*
	パターン4：左から
------------------------------ */
.fadeLeft {
	transform: translateX(-100px);
}

.fadeLeft.fadeIn {
	transform: translateX(0);
}