@charset "utf-8";
/* CSS Document */

* { box-sizing:border-box; }

a:link,
a:visited,
a:hover,
a:active {
	color: #6e0707;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}

.tal {
	text-align: left!important;
}
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.mt20 { margin-top: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mt100  { margin-top: 100px!important; }

@media only screen and (max-width: 750px) {
	.sptal {
		text-align: left!important;
	}
	
}

#event {
	height: 100%!important;
	font-size: 16px;
}

#KV_SET {
	max-width: 1500px;
	margin: 0 auto;
	position:relative;
}
.mainv {
	width:100%;
	max-width: 1500px;
	height:100%;
	margin: 0 auto;
	vertical-align: middle;
	overflow: hidden;
	z-index:-999;
}

.mainv img{
	width:100%;
	height:100%!important;
	line-height: 100%;
	/*30秒かけてズームイン・アウトを永遠に繰り返す*/
	animation: animationZoom 25s ease-in-out 0s infinite normal;
}
/*イメージをズームさせるCSS3アニメーション*/
@keyframes animationZoom {
	50%{ transform:scale(1.1); }        
}


	@media only screen and (max-width: 750px) {
		#KV_SET {
			max-width: 100%;
		}
		.mainv {
			max-width: 100%;
		}
	}

p.copy {
	text-align: left;
	line-height: 1.75;
}
section {
	width: 900px;
	margin: 40px auto 80px;
}

h1 {
    font-size: 36px;
    line-height: 1.5;
	margin-bottom: 20px;
}
h1 span {
    font-size: 28px;
    line-height: 1.5;
	margin-bottom: 20px;
}
h2 {
    font-size: 20px;
    line-height: 1.75;
	margin-bottom: 20px;
}

h2 span {
	display: block;
	letter-spacing: .2em;
	margin-top: 10px;
}
h3 {
	font-size: 36px;
    line-height: 1.5;
    margin: 5px 0 10px;
}
h3 > span {
	display: block;
    font-size: 20px;
    background-color: #b33e5c;
    color: #fff;
    font-weight: bold;
	letter-spacing: .1em;
    padding: 0.4em 0.5em;
}

h4 {
	font-size:23px;
	text-align: left;
	background-color: #eee;
	margin-bottom: 30px;
    padding: .5em 1em;
}
h5 {
	font-size: 17px;
	color: rgba(179,62,92,1);
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
    border-bottom: rgba(179,62,92,1) 2px solid;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

	@media only screen and (max-width: 750px) {
		section {
			width: 90%;
			margin: 40px auto;
		}
		
		h1 {
			font-size: 7vw;
			line-height: 1.5;
			margin-bottom: 20px;
		}
		h2 {
			font-size: 4vw;
			line-height: 1.75;
			margin-bottom: 20px;
		}
		h3 {
			font-size: 5.5vw;
		}
		h3 > span {
			font-size: 5.5vw;
		}
		
		h4 {
			font-size: 4.5vw;
			text-align: left;
			margin-bottom: 30px;
		}
	}
	
/* ----- アンカー ----- */
ul.pickup_wrap {
	width: 900px;
}
ul.pickup_wrap li {
	width:280px;
	float:left;
	margin-right:30px;
	}
ul.pickup_wrap li a img{
	width:100%;
	height: auto;
	}
ul.pickup_wrap li:last-of-type {
	margin-right: 0;
}
ul.pickup_wrap li p{
	margin: 10px 0 15px !important;
	line-height: 1.2 !important;
}
.arrow_tx{color: #6e0707;}

ul.pickup_wrap::after {
  content: "";
  display: block;
  clear: both;
}

	@media only screen and (max-width: 750px) {
		ul.pickup_wrap {
			width: 100%;
		}
		ul.pickup_wrap li {
			width: 32%;
			float:left;
			margin-right:1%;
			}
		ul.pickup_wrap li a img{
			width:100%;
			height: auto;
			}
		ul.pickup_wrap li:last-of-type {
			margin-right: 0;
		}
		ul.pickup_wrap li p{
			margin: 10px 0 15px !important;
			line-height: 1.2 !important;
		}
		.arrow_tx{color: #6e0707;}
		
		ul.pickup_wrap::after {
		  content: "";
		  display: block;
		  clear: both;
		}
	}
/* ----- 概要 ----- */
#overview {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	text-align: left;
}

#overview > div:nth-of-type(2) {
	width: 315px;
	order: 1;
}
#overview > div:nth-of-type(2) > ul li img {
	width: 100%;
	height: auto;
}
#overview > div:nth-of-type(1) {
	width: 555px;
	margin-left: 30px;
	/*padding: 20px 0;
	border-top: 4px double #6e0707;
    border-bottom: 4px double #6e0707;*/
	order: 2;
}

#overview > div > p {
	font-size: 95%;
	line-height: 1.5;
	margin: 10px 0 0;
}

/*#overview > div > p:before {
    content: "■";
    display: inline-block;
    color: rgba(110,7,7,0.7);
    font-size: 14px;
	vertical-align: 0px;
    margin-right: 5px;
}*/

dl.details_1 {
	width: 550px
}
dl.details_1 dt {
	width: 70px;
	float: left;
	line-height: 1.5;
	padding: .3em;
}
dl.details_1 dd {
	width: 480px;
	float: left;
	line-height: 1.5;
	padding: .3em;
}

ul.details {

}
ul.details li {
	line-height: 1.4;
	text-indent:-.3em;
	padding-left:1em;
	margin-bottom: .3em;
}
ul.details li:before {
    content: "●";
    display: inline-block;
    color: rgba(179,62,92,.8);
    font-size: 12px;
	padding-right: .2em;
    vertical-align: 4px;
}
dl.details_2 {
	width: 550px
}
dl.details_2 dt {
	width: 120px;
	float: left;
	line-height: 1.5;
	padding: .3em;
}
dl.details_2 dd {
	width: 430px;
	float: left;
	line-height: 1.5;
	padding: .3em;
}
dl.details_1::after,
dl.details_2::after {
  content: "";
  display: block;
  clear: both;
}

ul.caution li {
	font-size: 14px;
	text-indent:-1em;
	padding-left:1em;
	padding-bottom: .5em;
	line-height: 1.4;
}

a.btn {
    display: inline-block;
    width: 300px;
    color: #53585a;
    font-size: 18px;
    text-align: center;
    line-height: 0.8;
    border: #53585a 1px solid;
	border-radius: 5px;
    margin: 30px 120px;
    padding: 25px 0;
}
	@media only screen and (max-width: 750px) {
		#overview > div:nth-of-type(2) {
			width: 100%;
			order: 2;
		}
		#overview > div:nth-of-type(2) > ul li {
			width: 50%;
			height: auto;
			float: left;
			padding: 10px;
			text-align:center;
		}
		#overview > div:nth-of-type(1) {
			width: 100%;
			margin-left: 0;
			order: 1;
		}
		
		#overview > div > p {
			margin: 10px 0 0;
		}
		
		/*#overview > div > p:before {
			content: "■";
			display: inline-block;
			color: rgba(110,7,7,0.7);
			font-size: 14px;
			vertical-align: 0px;
			margin-right: 5px;
		}*/
		
		dl.details_1 {
			width: 100%
		}
		dl.details_1 dt {
			width: 100%;
			float: left;
			line-height: 1.5;
			padding: .3em;
		}
		dl.details_1 dd {
			width: 100%;
			float: left;
			line-height: 1.5;
			margin-left: 1em;
			padding: .3em;
		}
		
		ul.details {
		
		}
		ul.details li {
			line-height: 1.4;
			text-indent:-.3em;
			padding-left:1em;
			margin-bottom: .3em;
		}
		ul.details li:before {
			content: "●";
			display: inline-block;
			color: rgba(179,62,92,0.7);;
			font-size: 10px;
			vertical-align: 4px;
		}
		dl.details_2 {
			width: 100%;
			margin-left: 1em;
		}
		dl.details_2 dt {
			width: 100%;
			float: left;
			line-height: 1.5;
			padding: .3em;
		}
		dl.details_2 dd {
			width: 100%;
			float: left;
			line-height: 1.5;
			padding: .3em;
		}
		a.btn {
			display: inline-block;
			width: 100%;
			font-size: 18px;
			line-height: 0.8;
			margin: 30px 0;
			padding: 25px 0;
			border: #53585a 1px solid;
			text-align: center;
			color: #53585a;
		}
	}
/* ----- Dinner ----- */
dl.dinnermenu {
	width: 900px;
	margin: auto;
	text-align: left;
}
dl.dinnermenu dt {
	margin-bottom: 1em;
}
dl.dinnermenu dt > span {
	background-color: rgba(179, 62, 92, .9);
	color: #fff;
	font-size:18px;
	font-weight: bold;
	padding: 3px 6px;
}
dl.dinnermenu dd {
	line-height: 170%;
	margin-bottom: 1.5em;
	padding-left: 1em;
}
dl.dinnermenu dd > span {
	color: rgba(179, 62, 92, 1);
	font-weight: bold;
}
dl.dinnermenu dd > ul.caution {
	margin-left: 20px;
}
div.dinnerimg {
	width: 650px;
	height: 420px;
	overflow: hidden;
	margin: auto;
}
div.dinnerimg > img {
	width: 100%;
	margin: auto;
}

ul.winelist {
	width: 850px;
	margin: auto;
}
ul.winelist li {
	text-indent:-0.5em;
	padding-left:1em;
	text-align: left;
	line-height: 1.4;
	padding-bottom: .5em;
}
ul.winelist li:before {
    content: "●";
    display: inline-block;
    color: rgba(179,62,92,0.7);
    font-size: 10px;
    vertical-align: 4px;
	margin-right: 0.5em;
}
	@media only screen and (max-width: 750px) {
		dl.dinnermenu {
			width: 100%;
			margin: auto;
			text-align: left;
		}
		dl.dinnermenu dd > span {
			display: block;
			margin-left: -1em;
		}
		ul.winelist {
			width: 90%;
			margin-left: 1em;
		
		}
		dl.dinnermenu dd {
			line-height: 1.7;
		}
		div.dinnerimg {
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: auto;
		}
	}

/* ----- other ----- */

div.box::after{
  content: "";
  display: block;
  clear: both;
}

div.box {
	width: 1000px;
	height: 600px;
	position: relative;
	margin-bottom: 30px;
}
div.box:nth-of-type(2) {
	margin-top: 100px;
}
div.box > div:nth-of-type(1) {
	width: 320px;
	height: auto;
	overflow: hidden;
}
div.box > div:nth-of-type(1) img {
	width: 100%;
	height: auto;
	    display: inline-block;
    margin-bottom: 10px;
}

div.box > div:nth-of-type(2) {
	width: 720px;
	position: absolute;
	background-color: rgba(244,244,238,0.8);
	padding: 30px 20px 30px 50px;
    top: 30px;
    left: 280px;
}

div.box > div:nth-of-type(2) h5 {
	font-size: 20px;
	line-height: 1.75;
	text-align: left;
}
div.box > div:nth-of-type(2) p {
	line-height: 1.75;
	text-align: left;
}

.contact {
    display: inline-block;
    width: 400px;
    color: #53585a;
    text-align: center;
    line-height: 2;
    border: #53585a 1px solid;
	border-radius: 5px;
    margin: auto;
    padding: 25px 0;
}
@media only screen and (max-width: 750px) {
	div.box {
		width: 100%;
		height: auto;
		position: static;
		margin-bottom: 30px;
	}
	div.box:nth-of-type(1),
	div.box:nth-of-type(2),
	div.box:nth-of-type(3) {
		height: auto!important;
	}
	div.box > div:nth-of-type(1) {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	div.box > div:nth-of-type(2) {
		width:100%;
		position: static;
		background-color: rgba(244,244,238,0.6);
		padding: 1em;
		top: 0;
		left: 0;
	}
	div.box > div:nth-of-type(2) h5 {
		font-size: 4.5vw;
	}
	.contact {
		width: 90%;
	}
}

/* 画面外にいる状態 */
.fadein {
    opacity :1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:250ms;
	-webkit-transition-delay:250ms;
	-o-transition-delay:250ms;
	-ms-transition-delay:250ms;
	}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}

/*拡大した画像のはみ出した部分を隠すためのクラス*/
.slidewrap{
	width:100%;
	height:100%!important;
	overflow: hidden;
}

@media only screen and (min-width: 750px){
		a.tel-link {
			pointer-events: none;
			color: #5a585a;
			border:none;
		 }
		}
		@media only screen and (max-width: 750px) {
			a.tel-link {
				color: #5a585a;
				border-bottom:#5a585a 1px solid;
			  }
		}



