@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- menu
	- event
	- food
	- drink

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg .headtitle_bg {
	background-image: url(../img/i_titbg01s.jpg);
	color: #fff;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	[id^="sec"] {
		min-height: 300px;
	}
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01.jpg);
	}
}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01@2x.jpg);
	}
}
[id^="s_"]>.tit_wrap {
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 67%;
	background: center center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 5.0rem;
	font-style: italic;
	letter-spacing: 0.8rem;
}
[id^="s_"]>.tit_wrap+p {
	line-height: 1.65;
}
[id^="s_"]>.tit_wrap>h2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 4%;
}
[id^="s_"]>.tit_wrap>h2>span,
[id^="s_"]>.tit_wrap>h2:before,
[id^="s_"]>.tit_wrap>h2:after {
	display: inline-block;
	vertical-align: middle;
}
[id^="s_"]>.tit_wrap>h2:before,
[id^="s_"]>.tit_wrap>h2:after {
	content: '';
	height: 100%;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	[id^="s_"]>.tit_wrap {
		margin-bottom: 44px;
		padding-bottom: 40%;
		font-size: 7.6rem;
	}
	[id^="s_"]>.tit_wrap+p {
		line-height: 1.9;
	}
	[id^="s_"]>.tit_wrap>h2 {
		padding-bottom: 2%;
	}
}

[id^="s_"] .t_menu {
	display: block;
	width: 180px;
	margin: 6px auto 0;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	[id^="s_"] .t_menu {
		width: 240px;
	}
}

@media print, screen and (min-width:768px) {
	[id^="s_"] .itemWrap2 {
		width: 50%;
	}
}

[id^="s_"] .itemWrap {
	width: 100%;
}
[id^="s_"] .itemWrap+.itemWrap>div {
	margin-top: 40px;
}
[id^="s_"] .itemWrap>div+div {
	margin-top: 40px;
}
[id^="s_"] .itemWrap>div>p:first-child {
	margin: 0 0 16px;
}
[id^="s_"] .itemWrap>div>dl>dt {
	letter-spacing: 0.4rem;
}
[id^="s_"] .itemWrap>div>dl>dd {
	margin: 6px 0 0;
	line-height: 1.8;
}
[id^="s_"] .itemWrap>div>dl>dd>ul {
	margin-top: 14px;
	padding-bottom: 10px;
	border-top: 1px solid #ebebeb;
}
[id^="s_"] .itemWrap>div+div>dl>dd>ul {
	padding-bottom: 0;
}
[id^="s_"] .itemWrap>div>dl>dd>ul>li {
	display: table;
	width: 100%;
	padding: 7px 0 6px;
	border-bottom: 1px solid #ebebeb;
	line-height: 1.4;
}
[id^="s_"] .itemWrap>div>dl>dd>ul>li>p {
	display: table-cell;
	vertical-align: top;
}
[id^="s_"] .itemWrap>div>dl>dd>ul>li>p+p {
	text-align: right;
	white-space: nowrap;
}


[id^="s_"] .itemWrap2 {
	width: 100%;
}
[id^="s_"] .itemWrap2+.itemWrap2>div {
	margin-top: 40px;
}
[id^="s_"] .itemWrap2>div {
	margin-top: 40px;
}
[id^="s_"] .itemWrap2>div>p:first-child {
	margin: 0 0 16px;
}
[id^="s_"] .itemWrap2>div>dl>dt {
	letter-spacing: 0.4rem;
}
[id^="s_"] .itemWrap2>div>dl>dd {
	margin: 6px 0 0;
	line-height: 1.8;
}
[id^="s_"] .itemWrap2>div>dl>dd>ul {
	margin-top: 14px;
	padding-bottom: 10px;
	border-top: 1px solid #ebebeb;
}
[id^="s_"] .itemWrap2>div+div>dl>dd>ul {
	padding-bottom: 0;
}
[id^="s_"] .itemWrap2>div>dl>dd>ul>li {
	display: table;
	width: 100%;
	padding: 7px 0 6px;
	border-bottom: 1px solid #ebebeb;
	line-height: 1.4;
}
[id^="s_"] .itemWrap2>div>dl>dd>ul>li>p {
	display: table-cell;
	vertical-align: top;
}
[id^="s_"] .itemWrap2>div>dl>dd>ul>li>p+p {
	text-align: right;
	white-space: nowrap;
}



[id^="s_"] .notes {
	margin-top: 16px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	[id^="s_"] .itemWrap {
		display: flex;
		justify-content: center;
	}
	
	[id^="s_"] .itemWrap+.itemWrap {
		margin-top: 56px;
	}
	[id^="s_"] .itemWrap>div {
		width: 50%;
	}
	[id^="s_"] .itemWrap+.itemWrap>div,
	[id^="s_"] .itemWrap>div+div {
		margin-top: 0;
	}
	[id^="s_"] .itemWrap>div>p:first-child {
		margin: 0 0 26px;
	}
	[id^="s_"] .itemWrap>div>dl {
		padding-right: 50px;
	}
	[id^="s_"] .itemWrap>div>dl>dd {
		margin: 10px 0 0;
	}
	[id^="s_"] .itemWrap>div>dl>dd>ul {
		margin-top: 35px;
		margin-right: 50px;
		padding-bottom: 0;
	}
	[id^="s_"] .itemWrap>div>dl>dd>ul>li {
		width: 100%;
		padding: 11px 0 10px;
	}
	[id^="s_"] .notes {
		margin-top: 26px;
	}
}


@media print, screen and (min-width:768px) {
	[id^="s_"] .itemWrap2 {
		display: table;
		table-layout: fixed;
		width: 50%;
		margin-top: 40px;
	}
	
	[id^="s_"] .itemWrap2+.itemWrap2 {
		margin-top: 56px;
	}
	[id^="s_"] .itemWrap2>div {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	[id^="s_"] .itemWrap2+.itemWrap2>div,
	[id^="s_"] .itemWrap2>div+div {
		margin-top: 0;
	}
	[id^="s_"] .itemWrap2>div>p:first-child {
		margin: 0 0 26px;
	}
	[id^="s_"] .itemWrap2>div>dl {
		padding-right: 50px;
	}
	[id^="s_"] .itemWrap2>div>dl>dd {
		margin: 10px 0 0;
	}
	[id^="s_"] .itemWrap2>div>dl>dd>ul {
		margin-top: 35px;
		margin-right: 50px;
		padding-bottom: 0;
	}
	[id^="s_"] .itemWrap2>div>dl>dd>ul>li {
		width: 100%;
		padding: 11px 0 10px;
	}
	[id^="s_"] .notes {
		margin-top: 26px;
	}
}


/*----------------------------------------
	menu
-----------------------------------------*/
#s_menu {
	margin: 0 auto 36px;
	padding: 26px 0 0;
}
#s_menu h2 {
	line-height: 1.8;
	letter-spacing: 0.4rem;
}
#s_menu h2~p {
	line-height: 2.0;
}
#s_menu .slide {
	margin-top: 26px;
}
#s_menu [class^="box"]>h3 {
	letter-spacing: 0.4rem;
}
#s_menu .box01 {
	margin: 0 0 70px;
	padding: 56px 0 0;
}
#s_menu .box01 h3 {
	margin: 0 0 12px;
	line-height: 1.8;
	letter-spacing: 0.4rem;
}
#s_menu .box01 h3+p {
	margin-bottom: 55px;
	line-height: 1.8;
}
#s_menu .box01 .obj01 {
	position: relative;
}
#s_menu .box01 .obj01 dt,
#s_menu .box01 .obj01 dt + dd {
	padding-right: 115px;
}
#s_menu .box01 .obj01 dt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 92px;
	height: 85px;
	background: url(../img/i_menu_obj01.png) 0 0 no-repeat;
	background-size: 92px auto;
}
#s_menu .box02>h3 {
	margin: 0 0 12px;
}
#s_menu .box02>ul,
#s_menu .box02>ul>li>a {
	display: table;
	margin: 0 auto;
}
#s_menu .box02>ul>li,
#s_menu .box02>ul>li>a>span {
	display: table-cell;
	vertical-align: middle;
}
#s_menu .box02>ul>li {
	padding: 0 8px;
}
#s_menu .box02>ul>li>a {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: center center no-repeat;
	background-size: 100% auto;
}
#s_menu .box02>ul>li>a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: contain;
	content: "";
}
#s_menu .box02>ul>li>a>span {
	position: relative;
	font-style: italic;
	letter-spacing: 0.4rem;
	text-indent: 0.4rem;
	z-index: 100;
}

#s_menu .box02>ul>li.li-01>a:after {
	background-image: url(../img/i_menu_bg01.jpg);
}
#s_menu .box02>ul>li.li-02>a:after {
	background-image: url(../img/i_menu_bg02.jpg);
}
#s_menu .box02>ul>li.li-03>a:after {
	background-image: url(../img/i_menu_bg03.jpg);
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_menu {
		max-width: 1200px;
		margin: 50px auto 56px;
		padding: 40px 0 0;
	}
	#s_menu .inner {
		max-width: 1200px;
	}
	#s_menu h2 {
		margin: 0 0 2px;
		letter-spacing: 0.6rem;
	}
	#s_menu h2~p {
		line-height: 2.2;
	}
	#s_menu .slide {
		margin-top: 40px;
	}
	#s_menu .box01 {
		margin: 0 0 100px;
		padding: 86px 0 0;
	}
	#s_menu .box01 h3 {
		margin: 0 0 16px;
		line-height: 1.6;
		letter-spacing: 0.5rem;
	}
	#s_menu .box01 h3+p {
		margin-bottom: 72px;
		line-height: 2.0;
	}
	#s_menu .box01 .obj01 dt,
	#s_menu .box01 .obj01 dt + dd {
		padding-right: 120px;
	}
	#s_menu .box01 .obj01 dt:after {
		right: 40px;
		width: 112px;
		height: 102px;
		background-size: 112px auto;
	}
	#s_menu .box02>h3 {
		margin: 0 0 30px;
	}
	#s_menu .box02>ul>li {
		padding: 0 35px;
	}
	#s_menu .box02>ul>li>a {
		width: 200px;
		height: 200px;
	}
	body.pc #s_menu .box02>ul>li a:after {
		-webkit-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	body.pc #s_menu .box02>ul>li:hover a:after {
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

/*----------------------------------------
	event
-----------------------------------------*/


.annotation
{
	font-size: 1.2rem;
}

.annotation2
{
	font-size: 1.2rem;
	margin-top: 20px;
}

#s_event {
	margin: 0 0 80px;
}
#s_event>h2 {
	font-size: 5.0rem;
	font-style: italic;
	letter-spacing: 0.8rem;
}
#s_event>h2+p {
	letter-spacing: 0.6rem;
}
#s_event>p {
	margin-top: 9px;
	line-height: 1.8;
}
#s_event .box01 {
	padding: 32px 0 0;
}
#s_event .box01 h3 {
	margin: 0 0 16px;
	background: url(../img/i_event_obj02_s.png) center 0 no-repeat;
	background-size: 180px auto;
	letter-spacing: 0.4rem;
}
#s_event .box01 h3>span {
	display: block;
	width: 180px;
	margin: 6px auto 0;
}
#s_event .box02 {
	padding: 32px 0 0;
}
#s_event .box02 h3 {
	margin: 0 0 16px;
	background: url(../img/i_event_obj03_s.png) center 0 no-repeat;
	background-size: 375px auto;
	background-position: top;
	letter-spacing: 0.4rem;
}
#s_event .box02 h3>span {
	display: block;
	width: 180px;
	margin: 20px auto 0;
}
#s_event .itemWrap>div>dl>dt>span {
	display: block;
	width: 100px;
	margin: 20px 0 10px;
	padding: 5px 0;
	background-color: #8895ab;
	color: #fff;
	letter-spacing: 0.2rem;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_event {
		max-width: 1200px;
		margin: 0 auto 110px;
	}
	#s_event>h2 {
		font-size: 7.6rem;
		letter-spacing: 1.0rem;
	}
	#s_event>p {
		margin-top: 16px;
	}
	#s_event .box01 {
		padding: 52px 0 0;
	}
	#s_event .box01 h3 {
		margin: 0 0 22px;
		background-size: 260px auto;
	}
	#s_event .box01 h3>span {
		width: 240px;
	}
	
	#s_event .box02 {
		padding: 52px 0 0;
	}
	#s_event .box02 h3 {
		margin: 0 0 22px;
		background-size: 600px auto;
		background: url(../img/i_event_obj03.png) center 0 no-repeat;
	
	}
	#s_event .box02 h3>span {
		width: 240px;
	}
	
	#s_event .itemWrap>div>dl>dt>span {
		width: 110px;
		margin: 26px 0 10px;
		padding: 7px 0;
	}
}

/*----------------------------------------
	food
-----------------------------------------*/
#s_food {
	margin-bottom: 76px;
}
#s_food>.tit_wrap {
	background-image: url(../img/i_food_bg01s.jpg);
}
#s_food .itemWrap>div+div {
	margin-top: 10px;
}
#s_food .itemWrap>div>dl>dt {
	position: relative;
}
#s_food .itemWrap>div>dl>dt>span {
	position: absolute;
	bottom: 0;
	right: 0;
	letter-spacing: 0.1rem;
}
#s_food .itemWrap>div>dl>dd>ul {
	margin: 0;
}
#s_food .box01 {
	margin: 0 0 40px;
	padding: 16px 0 0;
}
#s_food .box01 .box01_01>p {
	margin: 0 0 12px;
}
#s_food .box01 .box01_01>div>dl {
	width: 245px;
	height: 268px;
	margin: 0 auto;
	border-radius: 2px;
	background: url(../img/i_food_bg02.png) 0 0 no-repeat;
	background-size: 245px auto;
}
#s_food .box01 .box01_01>div>dl>dt {
	margin-bottom: -17px;
}
#s_food .box01 .box01_01>div>dl>dd {
	width: 212px;
	margin: 0 auto;
}
#s_food .box01 .box01_01>div>dl>dd>ul {
	display: table;
}
#s_food .box01 .box01_01>div>dl>dd>ul>li {
	display: table-cell;
	vertical-align: top;
}
#s_food .box01 .box01_01>div>dl>dd>a {
	position: relative;
	display: block;
	padding: 8px 0;
	background-color: #fff;
}
#s_food .box01 .box01_01>div>dl>dd>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
}
#s_food .box02 h3 {
	margin-bottom: 12px;
}

#s_food .mt_snack {
	margin-top:10px;
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_food {
		margin-bottom: 115px;
	}
	#s_food>.tit_wrap {
		background-image: url(../img/i_food_bg01.jpg);
	}
	#s_food .itemWrap>div+div>dl {
		padding: 0 0 0 50px;
	}
	#s_food .box01,
	#s_food .box02 {
		max-width: 1060px;
		margin: 40px auto;
	}
	#s_food .box01 {
		margin-top: 30px;
		margin-bottom: 70px;
	}
	#s_food .box01 .box01_01 {
		display: table;
		width: 100%;
	}
	#s_food .box01 .box01_01>p,
	#s_food .box01 .box01_01>div {
		display: table-cell;
		vertical-align: top;
	}
	#s_food .box01 .box01_01>p {
		padding-right: 36px;
	}
	#s_food .box01 .box01_01>p>img {
		margin-top: -16px;
	}
	#s_food .box01 .box01_01>div {
		width: 300px;
	}
	#s_food .box01 .box01_01>div>dl {
		width: 300px;
		height: 330px;
		border-radius: 3px;
		background-size: 300px auto;
	}
	#s_food .box01 .box01_01>div>dl>dt {
		margin-bottom: -21px;
	}
	#s_food .box01 .box01_01>div>dl>dd {
		width: 260px;
	}
	#s_food .box02 h3 {
		margin-bottom: 12px;
	}
	#s_food .mt_snack {
		margin-top:20px;
	}
}

/*----------------------------------------
	drink
-----------------------------------------*/
#s_drink>.tit_wrap {
	background-image: url(../img/i_drink_bg01s.jpg);
}
#s_drink .itemWrap>div+div {
	margin-top: 10px;
}
#s_drink .itemWrap>div>dl>dt>span {
	position: absolute;
	bottom: 0;
	right: 0;
	letter-spacing: 0.1rem;
}
#s_drink .itemWrap>div>dl>dt {
	position: relative;
}
#s_drink .itemWrap>div>dl>dt>span {
	position: absolute;
	bottom: 0;
	right: 0;
	letter-spacing: 0.1rem;
}
#s_drink .itemWrap>div>dl>dd>ul {
	margin: 0;
}
#s_drink .box01 {
	margin: 0 0 48px;
	padding: 20px 0 0;
}
#s_drink .box02 h3 {
	margin-bottom: 8px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_drink>.tit_wrap {
		background-image: url(../img/i_drink_bg01.jpg);
	}
	#s_drink .itemWrap>div+div>dl {
		padding: 0 0 0 50px;
	}
	#s_drink .box01,
	#s_drink .box02 {
		max-width: 1060px;
		margin: 0 auto;
	}
	#s_drink .box01 {
		margin-top: 30px;
		margin-bottom: 70px;
		padding: 0;
	}
	#s_drink .box02 h3 {
		margin-bottom: 12px;
	}
}

/*----------------------------------------
	仮
-----------------------------------------*/
#s_food>.tit_wrap,
#s_drink>.tit_wrap {
	position: relative;
	margin-bottom: 32px;
	font-size: 5.0rem;
	font-style: italic;
	letter-spacing: 0.8rem;
}
#s_food>.tit_wrap>h2,
#s_drink>.tit_wrap>h2 {
	line-height: 0.6;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_food>.tit_wrap,
	#s_drink>.tit_wrap {
		font-size: 7.6rem;
	}
	#s_food>.tit_wrap>h2,
	#s_drink>.tit_wrap>h2 {
		line-height: 1;
	}
}