@charset "utf-8";

body	{
	margin: 0;
	background-color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	background-color: #fff5e0;
	background: url(../images/bg.jpg) repeat top center;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
img{
    vertical-align: bottom;
}
/* navi------------------------------------------------------ */
 
/* header */
#top-head {
	position: absolute;
    top: 0px;
    width: 100%;
	height: 70px;
    margin: 0px auto 0;
    padding: 24px 0 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    width: 1000px;
    margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.logo_header {
	width: 180px;
	height: 46px;
}
#global-nav {
	margin: 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#global-nav ul {
    list-style: none;
    bottom: 0;
    font-size: 16px;
}
#global-nav ul li {
	float: left;
	padding: 0 20px;
}
#global-nav ul li:last-child {
	padding: 0 0 0 20px;
}
#global-nav ul li a:hover {
	color: #aaa;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 10px 0 10px;
	height: 66px;
    background: #000;
    background: rgba(0,0,0,.6);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	color: #f50074;
	box-sizing: border-box;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #f50074;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 0;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 0 0;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

/* mv-------------------------------------------------------- */
#header {
	margin: 0 auto;
	max-width: 100%;
	height: 1049px;
	background: url(../images/bg_header.jpg) no-repeat top center;
	background-size: cover
}
#header .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
#header h1 {
	position: absolute;
	background: url(../images/logo.png) no-repeat top center;
	z-index: 10;
	top: 40px;
	left: 130px;
	width: 740px;
	height: 754px;
	margin: 0 auto 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.header_place {
	position: absolute;
	z-index: 11;
	width: 600px;
	margin: 0 auto;
	top: 720px;
	left: 200px;
}
/* ---------------------------------------------------------- */

/* catch----------------------------------------------------- */
#catch {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
#catch .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_catch {
	margin: 0 auto 20px;
	padding: 0;
	width: 900px;
}
.txt_catch {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	font-size: 21px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 800;
	line-height: 1.6;
	color: #00215b;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* tw-------------------------------------------------------- */
#tw {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px;
	box-sizing: border-box;
}
#tw .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_tw {
	margin: 0 auto 20px;
	padding: 0;
	width: 234px;
	height: 46px;
}
.txt_tw {
	width: 600px;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 16px;
	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 40px;
	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: 1000px;
	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-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sns_area ul li:first-child{
	width: 640px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.sns_area ul li:last-child{
	width: 320px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_sns {
	margin: 0 auto 20px;
	padding: 0;
	width: 206px;
	height: 46px;
}
.txt_sns {
	width: 320px;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 16px;
	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: 320px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.link_sns dl{
	width: 320px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.link_sns dl dt:first-child{
	width: 320px;
	margin: 0 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.link_sns dl dt:last-child{
	width: 320px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.link_sns a:hover{
	filter: brightness(120%);
}
.ttl_event {
	margin: 0 auto 20px;
	padding: 0;
	width: 154px;
	height: 46px;
}
.event_area {
	width: 1000px;
	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-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.event_area ul li {
	width: 480px;
	margin: 0 auto;
	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: 1000px;
	margin: 0 auto;
	padding: 20px 0 100px;
	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 30px;
	padding: 0;
	width: 376px;
	height: 46px;
}
.howto {
	width: 1000px;
	margin: 0 auto 20px;
}
.bnr_happy {
	width: 1000px;
	margin: 0 auto 30px;
}
.food_area {
	width: 1000px;
	margin: 0 auto 20px;
	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: 320px;
	margin: 0 20px 40px 0;
	padding: 0;
	box-sizing: border-box;
}
.food_area ul li:nth-child(3n) {
	width: 320px;
	margin: 0 0 40px;
	padding: 0;
	box-sizing: border-box;
}
.base_store {
	width: 100%;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
.name_store {
	width: 100%;
	height: 60px;
	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: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
	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: 320px;
	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_area {
	background: #fff;
	box-sizing: border-box;
}
.name_food {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	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;
}
.txt_food {
	margin: 0;
	padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.6;
	color: #3a261d;
	text-align: left;
	box-sizing: border-box;
}
.txt_food_img {
	width: 320px;
	margin: 0;
	padding: 0;
}
.txt_food_img img{
	display:block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.map_all {
	width: 1000px;
	margin: 0 auto 60px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
.ttl_wine {
	margin: 0 auto 10px;
	padding: 0;
	width: 716px;
	height: 70px;
}
.ttl_wine2 {
	margin: 0 auto 10px;
	padding: 0;
	width: 427px;
	height: 70px;
}
.wine_price {
	width: 1000px;
	margin: 0 0 30px;
}
.txt_wine {
	width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 800;
	line-height: 1.4;
	color: #00215b;
	text-align: center;
	box-sizing: border-box;
}
.bnr_wine {
	width: 1000px;
	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: 1000px;
	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: 320px;
	margin: 0 20px 20px 0;
	padding: 20px 23px;
	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: 320px;
	margin: 0 0 20px 0;
	padding: 20px 23px;
	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;
}
.wine_area ul li:nth-child(33) {
	background: #fbd9c8;
}
.wine_area2 {
	width: 1000px;
	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: 320px;
	margin: 0 20px 20px 0;
	padding: 20px 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: 320px;
	margin: 0 0 20px 0;
	padding: 20px 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: 40px 0 40px;
	box-sizing: border-box;
}
#overview .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_ov {
	margin: 0 auto 20px;
	padding: 0;
	width: 154px;
	height: 46px;
}
.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: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	box-sizing: border-box;
}
.ov_area ul {
	width: 94%;
	margin: 0 auto;
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #00215b;
	box-sizing: border-box;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 24%;
	padding: 0 0 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 600;
	text-align: center;
	color: #00215b;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 76%;
	padding: 0 2% 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 600;
	color: #4e1f00;
	box-sizing: border-box;
}
.img_ov {
	width: 180px;
	margin: 0 0 0;
	padding: 0;
}
/* ---------------------------------------------------------- */

/* access---------------------------------------------------- */
#access {
	width: 100%;
	margin: 0;
	padding: 80px 0 200px;
	box-sizing: border-box;
}
#access .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_access {
	margin: 0 auto 20px;
	padding: 0;
	width: 152px;
	height: 45px;
}
.map {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
	box-sizing: border-box;
}

.map_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ttl_map {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 30px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #00215b;
	text-align: center;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	background: #020d39;
}
.copy {
	font-size: 14px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */
iframe { width: 740px !important; }