@charset "utf-8";
@media screen and (min-width: 769px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:768px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	background-color: #020d39;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* navi------------------------------------------------------ */
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: absolute;
        margin-top: 0;
		padding: 0 0 10px;
    }
	.logo_header {
		margin: 10px 0 0 20px;
		width: 140px;
		height: 36px;
	}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: fixed;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -546px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 60px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 40px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 0 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 40px 0;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);

    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(546px);
        -webkit-transform: translateY(546px);
        transform: translateY(546px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	position: relative;
	display: flex;
	align-items: center;
	background: url(../images/header_sp.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 118%;
	height: 100%;
	margin: 0 auto 0;
}
#header h1 {
	background: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* ---------------------------------------------------------- */

/* catch----------------------------------------------------- */
#catch {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
#catch .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_catch {
	margin: 0 auto 10px;
	padding: 0;
	width: 100%;
}
.txt_catch {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 600;
	line-height: 1.8;
	color: #00215b;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */
	
/* tw-------------------------------------------------------- */
#tw {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px;
	box-sizing: border-box;
}
#tw .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_tw {
	margin: 0 auto 10px;
	padding: 0;
	width: 36%;
	height: auto;
}
.txt_tw {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 800;
	line-height: 1.6;
	color: #00215b;
	text-align: center;
	box-sizing: border-box;
}
.tw_area {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/bg_ov.jpg) #fff5e0 repeat top center;
	border: 8px solid #00215b;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	box-sizing: border-box;
}
.sns_area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.sns_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sns_area ul li:first-child{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	box-sizing: border-box;
}
.sns_area ul li:last-child{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_sns {
	margin: 0 auto 4px;
	padding: 0;
	width: 36%;
	height: auto;
}
.txt_sns {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 800;
	line-height: 1.6;
	color: #00215b;
	text-align: center;
	box-sizing: border-box;
}
.link_sns {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.link_sns dl{
	width: 100%;
	margin: 0 auto;
	padding: 0;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.link_sns dl dt:first-child{
	width: 48%;
	margin: 0 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.link_sns dl dt:last-child{
	width: 48%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.link_sns a:hover{
	filter: brightness(120%);
}
.ttl_event {
	margin: 0 auto 20px;
	padding: 0;
	width: 30%;
	height: auto;
}
.event_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.event_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.event_area ul li {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.event_area ul li:first-child {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* food------------------------------------------------------ */
#food {
	width: 100%;
	margin: 0;
	padding: 0px 0 0px;
	background: url(../images/bg_ov.jpg) #fff5e0 repeat top center;
	box-sizing: border-box;
}
#food .inner {
	width: 96%;
	margin: 0 auto;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.food_header {
	width: 100%;
	height: 98px;
	background: url("../images/food_header.png")  repeat top center;
}
.food_footer {
	width: 100%;
	height: 98px;
	background: url("../images/food_footer.png")  repeat top center;
}
.ttl_food {
	margin: 0 auto 20px;
	padding: 0;
	width: 66%;
	height: auto;
}
.food_area {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	box-sizing: border-box;
}
.food_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.food_area ul li {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
}
.food_area ul li:nth-child(2n) {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
}
.food_area ul li:nth-child(3n) {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
}
.base_store {
	width: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
.name_store {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: url("../images/bg_name.jpg") #fff5e0 repeat top center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.6;
	color: #fdd312;
	text-align: center;
}
.img_food {
	width: 100%;
	margin: 0;
	padding: 0;
}
.img_food img{
	display:block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.img_food a:hover{
	filter: brightness(110%);
}
.name_food {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #fff;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 800;
	line-height: 1.6;
	color: #3a261d;
	text-align: center;
}
.ttl_wine {
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
	height: auto;
}
.txt_wine {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 800;
	line-height: 1.4;
	color: #00215b;
	text-align: left;
	box-sizing: border-box;
}
.bnr_wine {
	width: 100%;
	margin: 0 auto;
	padding: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
.wine_area {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	box-sizing: border-box;
}
.wine_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.wine_area ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 49%;
	margin: 0 2% 10px 0;
	padding: 14px 1px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area ul li:nth-child(2n) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 49%;
	margin: 0 0 10px 0;
	padding: 14px 1px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area ul li:nth-child(3n) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 49%;
	margin: 0 2% 10px 0;
	padding: 14px 1px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area ul li:nth-child(6n) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 49%;
	margin: 0 0 10px 0;
	padding: 14px 1px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area ul li:nth-child(32) {
	background: #fbd9c8!important;
}
.wine_area ul li:nth-child(33) {
	background: #fbd9c8!important;
}
.wine_area2 {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	box-sizing: border-box;
}
.wine_area2 ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.wine_area2 ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 49%;
	margin: 0 2% 10px 0;
	padding: 14px 0px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area2 ul li:nth-child(2n) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:48%;
	margin: 0 0 10px 0;
	padding: 14px 0px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area2 ul li:nth-child(3n) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:49%;
	margin: 0 2% 10px 0;
	padding: 14px 0px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area2 ul li:nth-child(6n) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:49%;
	margin: 0 0 10px 0;
	padding: 14px 0px;
	background: #fffef7;
    -webkit-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.wine_area2 ul li img{
	display:block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------- */

/* overview-------------------------------------------------- */
#overview {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	box-sizing: border-box;
}
#overview .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_ov {
	margin: 0 auto 10px;
	padding: 0;
	width: 26%;
	height: auto;
}
.ov_area {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/bg_ov.jpg) #fff5e0 repeat top center;
	border: 8px solid #00215b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-sizing: border-box;
}
.ov_area ul {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	border-bottom: 1px dotted #00215b;
	box-sizing: border-box;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 100%;
	padding: 0 0 10px 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #00215b;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 100%;
	padding: 0 0 0 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 600;
	color: #4e1f00;
	box-sizing: border-box;
}
.img_ov {
	width: 50%!important;
	margin: 0 0 0;
	padding: 0;
}
/* ---------------------------------------------------------- */

/* access---------------------------------------------------- */
#access {
	width: 100%;
	margin: 0;
	padding: 20px 0 200px;
	box-sizing: border-box;
}
#access .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_access_area {
	margin: 0 0 30px;
	padding: 0;
}
.ttl_access {
	margin: 0 auto 10px;
	padding: 0;
	width: 26%;
	height: auto;
}
.map {
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px 0;
}
.map_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ttl_map {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #00215b;
}
.txt_map {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #00215b;
	text-align: center;
}
.g_map {
	position: relative;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
}
.g_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 40px 0;
	background: #1e0000;
}
.copy {
	font-size: 12px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */
}

