@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,div,address,ul,ol,li,figure,dl,dt,dd{
margin:0; padding:0;
	box-sizing: border-box;
}
html{
	margin: 0;
	padding: 0;
}
header,footer,nav{ margin:0; padding:0;
}
main,footer,header,nav{display:block;
}
body{
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
}
ul{
	list-style-position: outside;
	margin-left: 1.5em;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	
}
#site-footer{
    text-align: center;
    border-top: solid 1px rgba(52,118,0,1.00);
    margin-top: 1rem;
    padding-top: 0.61rem;
    background-color: rgba(244,244,244,1.00);
    padding-bottom: 0.61rem;
}
address{
    text-decoration: none;
    font-style: normal;
}
h3{
	line-height: 1.61em;
	margin-bottom: 0.61em;
	margin-top: 0.61em;
	font-weight: 600;
}

#site-header {
    border-bottom: 1px solid rgba(52,118,0,1.00);
    background-color: rgba(244,244,244,1.00);
    margin-top: 0px;
    padding-top: 5px;
}
#site-header div {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



#site-header h1 {
    background-image: url(../images/header-logo.svg);
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 1rem;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 11px;
    margin-left: 7px;
    width: 380px;
    color: rgba(244,244,244,1.00);
    text-align: right;
}
#site-header #global-nav {
    display: flex;
    list-style-type: none;
}
#site-header #global-nav li {
    background-image: url(../images/image-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1rem auto;
    padding-left: 0px;
    margin-right: 2px;
}
#site-header #global-nav li a {
    margin-left: 8px;
    margin-right: 8px;
    display: block;
    text-decoration: none;
    color: rgba(68,86,0,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0.6rem;
    text-align: left;
    /* [disabled]min-width: 4rem; */
}
#site-header #global-nav #go-to-top {
    position: absolute;
    left: 0px;
    background-image: none;
    width: 211px;
    height: 69px;
}
#site-header #global-nav #go-to-top a {
    width: 100%;
    height: 100%;
    position: relative;
    top: -45px;
    /* [disabled]background-color: rgba(212,137,138,1.00); */
    text-indent: -275px;
    overflow: hidden;
}


#image-area-outer {
    max-width: 2006px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: auto;
}
#image-area-outer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1920px;
    height: auto;
    vertical-align: bottom;
}
#image-area-outer img:last-child {
    position: absolute;
    max-width: 250px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: calc(1% - 1px);
    left: calc(50% - 125px);
    width: 14%;
    z-index: 0;
}
#image-area-outer .image-area-h2 {
    margin-left: auto;
    margin-right: auto;
    width: 37px;
    text-align: center;
    position: absolute;
    top: calc(32% + 2px);
    left: calc(50% - 0.78em);
    font-size: 1.5rem;
    z-index: 200;
	font-weight: 500;
	line-height: 1.4em;
}
.section-inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
article>section{
    padding-top: 1.61rem;
    padding-right: 0.61rem;
    padding-left: 0.61rem;
    padding-bottom: 1.61rem;
    box-sizing: border-box;
	
}
article>section h2{
    font-weight: 600;
    font-size: 1.5rem;
    padding-bottom: 0.61em;
    padding-top: 0.61em;
    border-left: 1px solid rgba(196,159,106,1.00);
    padding-left: 0.5em;
    margin-bottom: 0.61em;
    margin-top: 0.61em;
    letter-spacing: 0.1em;
    color: rgba(81,46,0,1.00);
}
article>section:nth-of-type(even) {
    background-color: rgba(255,249,244,1.00);
}
article>section:nth-of-type(odd) {
    background-color: rgba(251,251,251,1.00);
}
.section-inner iframe.googlemap {
    width: 100%;
}
.h2-hid {
    text-indent: -832px;
    overflow: hidden;
    height: 1px;
}

.mobile-br{
	display: none;
}
figure figcaption{
	text-align: center;
}
figure figcaption span{
	display: inline-block;
}
.menu-outer section dl dd span,
	.menu-outer section dl dt span{
display: inline-block;
}

.menu-outer section dl dd figure,
	.menu-outer section dl dt figure{
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}
.menu-outer section dl dd figure img,
	.menu-outer section dl dt figure img{
    width: 45%;
    height: auto;
}
.menu-outer section dl dd figure a img,
	.menu-outer section dl dt figure a img{
    width: 100%;
		display: block;
		padding: 0;
    height: auto;
}
.menu-outer section dl dd figure a,
	.menu-outer section dl dt figure a{
    width: 65%;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.menu-outer section dl dd figure figcaption,
	.menu-outer section dl dt figure figcaption{
    width: 50%;
    height: auto;
    text-align: center;
}

.menu-outer>section {
    background-color: rgba(255,245,225,1.00);
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 8px;
    margin-bottom: 1rem;
}

.menu-outer section>dl:last-child::after{
	content: "";
	height: 0;
}
.menu-outer section>dl:last-child::after::after{
	content: "";
	height: 0;
}
.menu-outer section>dl>div{
	position: relative;
	padding: 0.61em 0.61em 2.61em;
	
}
.menu-outer section>dl>div>dd{
	position: absolute;
	width: 89%;
	bottom: 10px;
}
.menu-outer section>dl>div>dd.eating-item-info{
	position: relative;
	margin-top: 1rem;
	text-align: justify;
	font-size: 0.9rem;
	padding: 0.61em;
	width: 89%;
	bottom: 10px;
}
.menu-outer section>dl>div>dd>dl>dd:last-child{
border-bottom: none;
}
#top-news-iframe{
	width: 100%;
	scroll-behavior: smooth;
	
}
.top-order{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-order p{
    display: flex;
    align-items: center;
    background-color: rgba(239,228,211,1.00);
    flex: 0 1 33%;
    padding: 1rem;
    margin-bottom: 1rem;
}
.top-order p>span{
    display: block;
    width: 100%;
    background-image: url(../images/order-icon.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 55px auto;
    padding-top: 25px;
    padding-bottom: 68px;
    background-origin: padding-box;
    text-align: center;
    background-color: rgba(255,255,255,0.43);
    box-sizing: border-box;
    border-bottom: 15px solid rgba(255,255,255,0.01);
	transition: all 300ms 0s ease;
}
.eating-icon p>span{
	    background-image: url("../images/eating-icon.png");
}
.section-inner a.outer-link,
#top-takeout a{
    display: block;
    background-color: rgba(255,255,255,0);
    transition: all 300ms 0s ease;
    text-decoration: none;
    color: rgba(69,53,38,1.00);
}

.section-inner a.outer-link:hover,
#top-takeout a:hover{
    background-color: rgba(255,255,255,0.83);
}
.top-order{
	transition: all 300ms 0s ease;
opacity: 1;
}
.top-order:hover{
   opacity: 0.8;
}
.top-order figure{
    flex: 0 1 33%;
    margin-bottom: 1rem;
    order: 3;
    transition: all 300ms 0s ease;
    opacity: 1;
    background-color: rgba(236,217,187,1.00);
}
.top-order figure:nth-child(2){
	order: 1;
}
.top-order figure figcaption{
	text-align: center;
background-color:  rgba(236,217,187,1.00);
	padding-top: 0.61em;
	padding-bottom: 0.61em;

}
section.order-sect h2 + p {
    font-size: 1.21em;
    margin-bottom: 0.61em;
    background-color: rgba(211,175,113,0.60);
    padding-left: 9px;
    letter-spacing: 2px;
}
section.order-sect div dl {
    margin-left: 4px;
}
section.order-sect div dl dt {
    border-left: 3px solid rgba(185,138,57,1.00);
    padding-left: 4px;

}
section.order-sect div dl dd {
    margin-left: 21px;
    margin-bottom: 14px;
}


.flex-box{
	display: flex;
}
.contact {
    font-size: 1.25em;
    background-color: rgba(196,159,106,0.31);
    margin-top: 12px;
    text-align: center;
    padding-top: 0.61em;
}
.contact dd {
    font-size: 1.3em;
    padding-top: 0.61em;
    padding-bottom: 0.61em;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,0.28);
}
.menu-outer section>dl div#ice-info-img{
		width: 100%;
	display: flex;
	}	
.menu-outer section>dl div#ice-info-img figure img{
		width:80%;
	display: block;
	margin: auto;
	}	
.section-inner .take-out-info li {
    font-size: 1rem;
    margin-bottom: 11px;
}

.section-inner .take-out-info li span {
    display: block;
    padding: 0.61em;
    font-size: 0.9em;
    background-color: rgba(255,245,225,1.00);
    border: 1px solid rgba(209,180,123,1.00);
}
#tokutei table  {
	width: 100%;
	border-collapse: separate;
}
#tokutei table th {
	background-color: rgba(229,207,170,1.00);
	padding: 0.61em 0 0.61em;
}
#tokutei table td {
	padding: 1.2em 0 1.2em 0.3em;
	background-color: rgba(229,207,170,0.25);
}
#head-catch{
	background-color: rgba(248,242,232,1.00);
	border-bottom: 1px solid rgba(228,204,164,1.00);
}
#head-catch p{
	font-size: 1.2em;
}
.image-area-4img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1100px;
    display: flex;
    margin-top: 33px;
    padding: 0;
    flex-wrap: wrap;
}
.image-area-4img figure {
    padding: 0;
    width: 25%;
}




@media (min-width: 540px){
#site-header #global-nav {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
}
/*.menu-outer>section {
    background-color: rgba(255,245,225,1.00);
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 8px;
    margin-bottom: 1rem;
}*/
	.menu-outer section>dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu-outer section dl dd {
    text-align: right;
    margin-bottom: 0;
    border-bottom: 1px dotted rgba(175,149,126,1.00);
		
}
.menu-outer section>dl>dt {
    border-left: 1px solid rgba(209,117,0,1.00);
    padding-left: 0.61em;
}

.menu-outer section dl dt {
    text-align: left;
}
	.menu-outer section>dl div{
		width:32%;
		background-color: rgba(255,255,255,0.70);
		margin-bottom: 1rem;
	}
.menu-outer section>dl:last-child::after{
width: 32%;
	}	
	.menu-outer   {
    /* [disabled]display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-order p{
	order: 2
}
.pc-display {
    display: inherit;
}
.mobile-diplay {
    display: none;
}
	.menu-outer section>dl div.flex-box-wide{
		width:100%;
	}	
	.menu-outer section>dl div.flex-box-wide{
		
	}	
	.menu-outer section>dl>div.flex-box-wide>dd{
		position: static;
	}	





}

@media (min-width: 767px){
#site-header #global-nav {
    display: flex;
    list-style-type: none;
    position: relative;
    top: -5px;
    margin-top: -31px;
}
.flex-2row-767 {
    display: flex;
}
.flex-2row-767 figure {
    flex: 1 0 40%;
    margin-left: 3%;
}
.flex-2row-767 figure:first-child {
    margin-right: 3%;
	margin-left: 0;
}
	.order-sect .section-inner.flex-2row-767 div {
    flex: 1 0 58%;
}

.flex-2row-767 figure img {
    height: auto;
    width: 100%;
}
#image-area-outer img:last-child {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: calc(1% - 3px);
    left: calc(50% - 10%);
    width:20%;
    z-index: 0;
}
#image-area-outer .image-area-h2 {
    width: 1.9vw;
    top: calc(29% + 0px);
    left: calc(50% - 0.9vw);
    z-index: 200;
	font-weight: 500;
	line-height: 1.2em;
	font-size:1.7vw;
}
	.image-area-in{
		background-position: center center;
		width: 100%;
		max-width: 2000px;
		height: calc(100vw * 0.223);
    background-size: cover;
    background-repeat: no-repeat;
	}
	#image-activity{
    background-image: url("../images/item-w1920.jpg");
	}
	#image-access{
    background-image: url("../images/shop-info-w1920.jpg");
	}
	#image-eating{
    background-image: url("../images/eating-w1920.jpg");
	}
	#image-order{
    background-image: url("../images/order-w1920.jpg");
	}

.menu-outer section>dl div{
		width: 30%;
	}
.menu-outer section>dl:last-child::after{
width: 22%;
	}	
	#top-inform,
	#top-takeout{
		display: flex;		
		align-items: stretch;
	}
	#top-inform h2,
	#top-takeout h2{
    padding: 0;
    width: 300px;
    height: 300px;
    background-color: rgba(239,228,211,1.00);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    /* [disabled]background-image: linear-gradient(180deg,rgba(241,234,224,1.00) 0%,rgba(239,226,207,1.00) 83.93%,rgba(240,231,216,1.00) 100%); */
	}	
	#top-inform h2 span,
	#top-takeout h2 span
	{
    width: 100%;
    background-image: url("../images/inform-icon.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 18% auto;
    padding-bottom: 70px;
    background-color: rgba(246,240,230,1.00);
    padding-top: 17px;
    border-bottom: 24px solid rgba(255,255,255,0.00);
    margin-left: 17px;
   margin-right: 17px;
	}
	#top-inform iframe{
		margin-left: 0.5rem;
	}
	#top-takeout div.flex-box div{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#top-takeout div.flex-box div figure{
		flex: 1 0 30%;
	}
	

	

}



@media (min-width: 1100px){
.section-inner .googlemap {
    /* [disabled]height: 421px; */
    align-items: stretch;
}
#image-area-outer .image-area-h2 {
    font-size: 1.3rem;
    width: 1.5rem;
    top: calc(27% + 2px);
    left: calc(50% - 0.75rem);
}
#site-header #global-nav li {
    margin-right: 26px;
}
	
	.menu-outer>section{
		justify-content: flex-start;
	}
	
	
	.menu-outer section>dl div{
		width: 22%;
	}	
	.menu-outer section>dl div#ice-info-img{
		width: 50%;
		display: flex;
	}	
	.menu-outer section>dl div#ice-info-img figure{
flex: 0 1 auto;
	}	
	.menu-outer section>dl div.flex-box-wide{
		width:22%;
	}	
	
	#top-inform h2,
	#top-takeout h2,
	#top-inform h2{
		width:300px;
		height: 300px;
	}	
	#top-inform iframe,
	#top-takeout div.flex-box {
		width: 72%;
	}
	#top-takeout div{
	background-color: rgba(239,228,211,0.75);
	margin-top: 0.78rem;
		margin-bottom: 0.75rem
	}


}


@media (min-width: 1250px){
#image-area-outer .image-area-h2 {
    top:calc(35%);
    left: calc(50% - 0.8rem);
    font-size: 1.2rem;
    z-index: 200;
	font-weight: 500;
	line-height: 1.2em;
}	
#image-area-outer img:last-child {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: calc(0.06vw - 0px);
    left: calc(50% - 125px);
    width:20%;
    z-index: 0;
}
	.image-area-in{
		height: calc(100vw * 0.223);
	}

	
	
}



@media (min-width: 1780px){
#image-area-outer .image-area-h2 {
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    text-align: center;
    position: absolute;
    top: calc(32% + 2px);
    left: calc(50% - 0.85em);
    font-size: 1.2rem;
    z-index: 200;
    font-weight: 500;
    line-height: 1.3em;
}	
#image-area-outer img:last-child {
    position: absolute;
    max-width: 250px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: calc(1% - 1px);
    left: calc(50% - 125px);
    width: 14%;
    z-index: 0;
}
	.image-area-in{
		height:400px;
	}
}

@media (max-width : 766px ){
	#image-area-outer{
		height: auto;
		padding: 0;
	}
	#image-area-outer .image-area-h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
    text-align: center;
    position: absolute;
    top: calc(50% - 1.5rem - 30px);
    left: calc(50% - 180px);
    background-color: rgba(255,255,255,0.75);
    font-size: 1.2rem;
    z-index: 200;
    font-weight: 500;
    line-height: 1.3em;
    padding-top: 30px;
    padding-bottom: 30px;
}	
#image-area-outer img:last-child {
	display: none;
	height: 1px;
}
.image-area-in{
		background-position: center center;
		width: 100%;
		height: calc(100vw * 0.46);
		background-size: cover;
	}
#image-activity{
		background-image: url("../images/item-w800.jpg")
	}	
	#image-access{
    background-image: url("../images/shop-info-w800.jpg");
	}
	#image-eating{
    background-image: url("../images/eating-w800.jpg");
	}	
	#image-order{
    background-image: url("../images/order-w800.jpg");
	}	
	
.section-inner .googlemap {
height: 400px;
}
		
}

@media (max-width: 540px){
	p{
		font-size: 1.1rem
	}
	.mobile-br{
		display: inline;
	}
	#image-area-outer .image-area-h2 {
    width: 90%;
    max-width: 98%;
    top: calc(50% - 1.5rem - 20px);
    left: calc(5% - 0px);
    background-color: rgba(255,255,255,0.75);

}	
	
.menu-outer>section {
    background-color: rgba(255,245,225,1.00);
    width: 100%;
    box-sizing: border-box;
    padding: 0.61rem;
    margin-top: 8px;
    margin-bottom: 1rem;
}
.menu-outer section dl dd {
    text-align: right;
    border-bottom: 1px dotted rgba(175,149,126,1.00);
}
.menu-outer section>dl>dt {
    border-left: 1px solid rgba(209,117,0,1.00);
    padding-left: 0.61em;
}

.menu-outer section dl dt {
    text-align: left;
}
.menu-outer   {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.menu-outer section>dl div{
		width:48.7%;
		background-color: rgba(255,255,255,0.70);
		margin-bottom: 1.6rem;
	}	
.menu-outer section>dl:last-child::after{
width: 48.7%;
	}	
	.menu-outer section>dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
.menu-outer section>dl div#ice-info-img{
		width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.menu-outer section>dl div#ice-info-img figure{
	flex: 0 1 48%;
	margin-top: 1.61em;
			}		
	
.top-order p{
    display: flex;
    flex: 0 1 48%;
    padding: 0.75rem;
    margin-bottom: 1rem;
}
.top-order p span{
    display: block;
    width: 100%;
    background-size: 20% auto;
    padding-top: 8%;
    padding-bottom: 28%;
	transition: all 300ms 0s ease;
	font-size: calc(100vw / 27);
	border-bottom: 3% solid rgba(255,255,255,0.01);
}

.top-order figure{
	flex:0 1 48%;
	margin-bottom: 1rem;
}
.pc-display {
    display: none;
}
.mobile-diplay {
    display: block;
}
	.menu-outer section>dl div.flex-box-wide{
		width:100%;
	}	
	
	.menu-outer section>dl>div.flex-box-wide>dd{
		position: static;
	}	
.image-area-4img figure {
    padding: 0;
    width: 50%;
}


}
