@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

body {
	background: #660632;
	/*color: #222;*/
	font-family: 'tbudrgothic-std', 'M PLUS Rounded 1c', 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}

a {
	color: #fff;

}

#page-top a {
	color: #280101;
	z-index: 9999;
}

.slider {
	position: relative;
	left: 15vw;
	overflow: visible !important;
}

.slide {
	width: 70vw !important;
	height: 150px;
}

.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin: 0 !important;
}

.slider-1 {
	background: url(../img/fv1.jpg) no-repeat center;
	background-size: cover;
	height: 590px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.slider-2 {
	background: url(../img/fv2.jpg) no-repeat center;
	background-size: cover;
	height: 590px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.slider-3 {
	background: url(../img/fv3.jpg) no-repeat center;
	background-size: cover;
	height: 590px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .copy {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	margin: 0 auto;
	z-index: 9999;
	color: #fff;
}

.slider-wrapper .copy p:first-child {
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	margin-bottom: 30px;
}

.slider-wrapper .copy p span {
	color: #073d08;
}

.slider-wrapper .copy p:last-child {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'tbudrgothic-std', 'M PLUS Rounded 1c', 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #bbb;
}


/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 767px) {

	/* ------------------------------
	 display
	------------------------------ */
	.sp {
		display: none;
	}

	/* ------------------------------
	index
	------------------------------ */
	h1 {
		position: absolute;
		left: 10%;
		top: 20px;
		z-index: 999;
	}

	h1 img {
		width: 180px;
		height: auto;
	}
    
    .header-insta {
        position: absolute;
		right: 10%;
		top: 20px;
		z-index: 999;
    }
    
    .header-insta img {
		width: 60px;
		height: auto;
	}

	.kv {
		background: #660632;
		padding: 100px 0;
	}

	.top-intro {
		background: url(../img/bg_paper.png);
		
		background-size: cover;
		padding: 100px 0;
	}

	.top-intro .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1100px;
		width: 95%;
		margin: 0 auto;
        text-shadow: 1px 1px 3px #000000;
        
	}

	.top-intro .inner > * {
		width: 48%;
	}

	.top-intro img {
		width: 100%;
		height: auto;
	}

	.top-intro h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.heading {
		background: url() no-repeat center top;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 60px;
		font-size: 36px;
		font-weight: 900;
		color: #fff;
	}

	.heading2 {
		background: url() no-repeat center top;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 60px;
		font-size: 36px;
		font-weight: 900;
		color: #ffffff;
        text-shadow: 1px 1px 3px #000000;
	}

	.top-point {
		padding: 100px 0;
		max-width: 1100px;
		width: 95%;
		margin: 0 auto;
	}

	.top-point .inner {
		display: flex;
		justify-content: space-between;
	}

	.top-point .inner > * {
		width: 31%;
	}

	.top-point img {
		width: 100%;
		height: auto;
		margin-bottom: 20px
	}

	.top-point h3 {
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 15px;
		line-height: 1.5;
		color: #fff;
	}

	.top-menu {
		padding: 100px 0;
		background: url(../img/bg_paper.png);
	}

	.top-menu h2 + p {
		max-width: 800px;
		width: 95%;
		margin: 0 auto 30px auto;
		text-align: center;
		color:#ffffff ;
         text-shadow: 1px 1px 3px #000000;
	}

	.top-menu span.bg {
		background: url(../img/menu.jpg) no-repeat center;
		background-size: cover;
		height: 330px;
		display: block;
	}

	.top-menu .inner {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		width: 95%;
		margin: 0 auto;
		padding: 0 0 50px;
		padding-top: 30px;
	}

	.top-menu .inner > * {
		width: 48%;
		box-sizing: border-box;
		background: rgb(255, 255, 255, 0.4);
		padding: 30px 40px 40px 40px;
	}

	.top-menu h3 {
		background: url() no-repeat center left;
		background-size: contain;
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 10px;
        color: white;
    text-shadow: 1px 1px 3px #000000;
	}

	.top-menu ul {
		font-size: 16px;
		font-weight: 900;
		line-height: 2.4;
		margin: 0 20px;
	}

	.top-menu ul i {
		display: block;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		margin-top: -12px;
	}

	.top-menu .note {
		text-align: center;
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 30px;
	}

	.top-menu .note span {
		color: #e8340c;
		line-height: 2.4;
	}

	.rec-menu {
		padding: 0 0 0 0;
		margin-bottom: 0;
	}

	.rec-menu .inner {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		width: 95%;
		margin: 0 auto;
	}

	.rec-menu .inner > * {
		width: 30% !important;
		border: none;
		padding: 0 !important;
		background: none !important;
	}

	.rec-menu h2 {
		font-size: 24px;
		text-align: center;
		margin-top: 30px;
	}

	.rec-menu .inner img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.uber {
		text-align: center;
	}

	.top-feature-1 {
		padding: 50px 0;
	}

	.top-feature-1 h2 + p {
		max-width: 800px;
		width: 95%;
		margin: 0 auto 30px auto;
		text-align: center
	}

	#loopslider {
		margin: 0 auto;
		width: 100%;
		height: 312px;
		text-align: left;
		position: relative;
		overflow: hidden;
	}

	#loopslider ul {
		height: 312px;
		float: left;
		display: inline;
		overflow: hidden;
		margin: 0 !important;
		padding: 0 !important;
	}

	#loopslider ul li {
		width: 340px;
		height: 312px;
		float: left;
		display: inline;
		overflow: hidden;
	}

	#loopslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}

	#loopslider ul {
		display: inline-block;
		overflow: hidden;
	}

	#loopslider img {
		width: 100%;
		height: 100%;
	}

	.top-feature-2 {
		padding: 0 0 100px 0;
	}

	.top-feature-2 .inner {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		width: 95%;
		margin: 0 auto;
	}

	.top-feature-2 .inner > * {
		width: 30%;
	}

	.top-feature-2 .inner img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.top-feature-2 h4 {
		font-size: 22px;
	}

	.top-access {
		display: flex;
		justify-content: space-between;
		background: #fff;
		padding: 20px 0
	}

	.top-access > * {
		width: 48%
	}

	.top-access dl {
		width: 90%;
	}

	.top-access dl dt {
		background: #073d08;
		color: #fff;
		font-weight: 900;
		padding: 5px 12px;
	}

	.top-access dl dd {
		padding: 5px 12px 10px 12px;
		color: #222;
	}

	/* ------------------------------
	footer
	------------------------------ */
	footer {
		background: url(../img/bg_paper.png);
	}

	footer .inner {
		padding: 40px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	footer .inner > * {
		margin: 0 20px;
	}

	footer p img {
		width: 180px;
		height: auto;
	}

	footer address {
		font-style: normal;
		margin-bottom: 10px;
		color: white;
    text-shadow: 1px 1px 3px #000000;
	}

	footer ul {
		display: flex;
	}

	footer ul li {
		margin-right: 20px;
		font-size: 28px;
	}

	.fa-twitter:before {
		color: #4db5f4;
	}

	.fa-facebook-f:before {
		color: #fff;
	}

	.fa-facebook-square:before {
		color: #4267b2;
	}

	footer a {
		color: #000;

	}

	footer small {
		display: block;
		background: #073d08;
		color: #fff;
		text-align: center;
		padding: 10px 0;
		font-size: 12px;
	}

	/* ------------------------------
	 link
	------------------------------ */
	a[href^="tel:"] {
		pointer-events: none;
	}

	a {
		text-decoration: none;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:hover {
		filter: alpha(opacity=60);
	}

	/* ------------------------------
	 pagetop
	------------------------------ */
	#page-top {
		bottom: 20px;
		right: 15px;
		font-size: 48px;
		line-height: 1;
		position: fixed;
		z-index: 9999;
	}

	#page-top a {
		color: #073d08;
	}

	.sp-br {
		display: none;
	}

	.heading-black {
		color:#ffffff ;
	}
	.heading-black1 h3{
		color:#2A2A2A ;
		text-shadow: none;
	}
}


/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Mobile
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (max-width: 767px) {

	/* ------------------------------
	 display
	------------------------------ */
	.pc {
		display: none;
	}

	/* ------------------------------
	index
	------------------------------ */
	h1 {
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 999;
	}

	h1 img {
		width: 100px;
		height: auto;
	}
    
    .header-insta {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 999;
	}

	.header-insta img {
		width: 40px;
		height: auto;
	}

	.kv {
		background: #660632;
		padding: 60px 0 60px 0;
	}

	.slider-1,
	.slider-2,
	.slider-3 {
		height: 300px;
	}

	.slider-wrapper .copy p:first-child {
		font-size: 6vw;
		font-weight: 900;
		text-align: center;
		line-height: 1.2;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8);
		margin-bottom: 15px;
	}

	.slider-wrapper .copy p:last-child {
		font-size: 2.6vw;
		text-align: center;
		font-weight: bold;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8);
	}

	.top-intro {
		background: url(../img/bg_paper.png);
		background-size: cover;
		padding: 60px 20px;
	}

	.top-intro img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.top-intro h2 {
		font-size: 5vw;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.heading {
		background: url() no-repeat center top;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 60px;
		font-size: 6vw;
		line-height: 1.5;
		font-weight: 900;
	}

	.heading2 {
		background: url() no-repeat center top;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 60px;
		font-size: 6vw;
		line-height: 1.5;
		font-weight: 900;
		color:#ffffff ;
         text-shadow: 1px 1px 3px #000000;
	}

	.top-point {
		padding: 60px 20px;
	}

	.top-point .inner > *:not(:last-of-type) {
		margin-bottom: 40px
	}

	.top-point img {
		width: 100%;
		height: auto;
		margin-bottom: 20px
	}

	.top-point h3 {
		font-size: 6vw;
		line-height: 1.5;
		font-weight: 900;
		color: #fff;
		text-align: center;
		margin-bottom: 15px;
		line-height: 1.5;
	}

	.top-menu {
		padding: 60px 20px;
		background: url(../img/bg_paper.png);
	}

	.top-menu h2 + p {
		margin: 0 auto 30px auto;
		margin: 0 auto 30px auto;
		color:#ffffff ;
         text-shadow: 1px 1px 3px #000000;
	}

	.top-menu span.bg {
		background: url(../img/menu.jpg) no-repeat center;
		background-size: cover;
		height: 40vw;
		display: block;
	}

	.top-menu .inner {
		padding: 0px 0 60px;
		padding-top: 30px;
	}

	.top-menu .inner p {
		margin-bottom: 40px;
		color: #000000;
	}

	.top-menu .inner > * {
		box-sizing: border-box;
		background: rgb(255, 255, 255, 0.4);
		padding: 30px 40px 40px 40px;
	}

	.top-menu .inner > *:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.top-menu h3 {
		background: url() no-repeat center left;
		background-size: contain;
		padding-left: 50px;
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 10px;
		color:#ffffff ;
         text-shadow: 1px 1px 3px #000000;
	}

	.top-menu ul {
		font-size: 16px;
		font-weight: 900;
		line-height: 2.4;
	}

	.top-menu ul i {
		display: block;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		margin-top: -12px;
	}

	.top-menu .note {
		font-size: 4.4vw;
		font-weight: 900;
		margin-bottom: 30px;
	}

	.top-menu .note span {
		color: #e8340c;
	}

	.rec-menu {
		padding: 0 0 0 0;
	}

	.rec-menu .inner > * {
		padding: 0 20px;
		border: none;
		background: none !important;
	}

	.rec-menu .inner > *:not(:last-of-type) {
		margin-bottom: 0px;
	}

	.rec-menu h2 {
		font-size: 22px;
		text-align: center;
		margin-top: 30px;
	}

	.rec-menu figure {
		width: 100%;
		margin: 0 auto;
	}

	.rec-menu .inner img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.uber {
		text-align: center;
	}

	.uber img {
		width: 100%;
		height: auto;
	}

	.top-feature-1 {
		padding: 60px 0;
	}

	.top-feature-1 h2 + p {
		margin: 0 auto 30px auto;
		padding: 0 20px;
		text-align: center
	}

	#loopslider {
		margin: 0 auto;
		width: 100%;
		height: 156px;
		text-align: left;
		position: relative;
		overflow: hidden;
	}

	#loopslider ul {
		height: 156px;
		float: left;
		display: inline;
		overflow: hidden;
		margin: 0 !important;
		padding: 0 !important;
	}

	#loopslider ul li {
		width: 170px;
		height: 156px;
		float: left;
		display: inline;
		overflow: hidden;
	}

	#loopslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}

	#loopslider ul {
		display: inline-block;
		overflow: hidden;
	}

	#loopslider img {
		width: 100%;
		height: 100%;
	}

	.top-feature-2 {
		padding: 0 0 60px 0;
	}

	.top-feature-2 .inner > * {
		padding: 0 20px;
	}

	.top-feature-2 .inner > *:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.top-feature-2 figure {
		width: 70%;
		margin: 0 auto;
	}

	.top-feature-2 .inner img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.top-feature-2 h4 {
		font-size: 24px;
	}
	.top-access {
		background: #fff;
		padding: 20px 0
	}

	.top-access dl {
		margin: 30px 20px;
	}

	.top-access dl dt {
		background: #073d08;
		color: #fff;
		font-weight: 900;
		padding: 8px 12px;
	}

	.top-access dl dd {
		padding: 5px 12px 10px 12px;
		color: #222;
	}

	/* ------------------------------
	footer
	------------------------------ */
	footer {
		background: url(../img/bg_paper.png);
		text-align: center;
	}

	footer .inner {
		padding: 40px 20px;
	}

	footer p img {
		width: 180px;
		height: auto;
		margin-bottom: 20px;
	}

	footer address {
		font-style: normal;
		margin-bottom: 20px;
	}

	footer ul {
		display: flex;
		justify-content: center;
	}

	footer ul li {
		margin: 0 10px;
		font-size: 5vw;
		line-height: 1;
	}

	.fa-twitter:before {
		color: #4db5f4;
	}

	.fa-facebook-square:before {
		color: #4267b2;
	}

	footer a {}

	footer small {
		display: block;
		background: #073d08;
		color: #fff;
		text-align: center;
		padding: 10px 0;
		font-size: 12px;
	}

	.sp-br {
		display: block;
	}

	.winelist {
		font-size: 15px;
	}
}


/* ------------------------------
　link
------------------------------ */
a {
	text-decoration: none;
    color: black;
}
	
}

/* ------------------------------
	 page-top
	------------------------------ */
#page-top {
	display: block;
	font-size: 40px;
	line-height: 1;
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 1;
}

.fa-chevron-circle-up:before {
	color: #073d08;
}

/*btn-----------------------------*/
.link {
	margin-top: 50px;
}

.btn {
	margin-top: 30px;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	background: #f96d07;
	color: #fff;
	height: 60px;
	line-height: 60px;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover {
	background: #af4e08;
	color: #fff;
}

/*menu-table-----------------------*/
.menu-list {
	width: 100%;
}

.menu-list th {
	border: none;
	border-bottom: solid 1px #ccc;
	text-align: left;
	color: #2A2A2A;
}

.menu-list td {
	border: none;
	border-bottom: solid 1px #ccc;
	text-align: right;
	white-space: nowrap;
	color: #2A2A2A;
}


/*
body {
	font-family: 'tbudrgothic-std', 'M PLUS Rounded 1c', 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}
*/
