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

/* html5 ------------------------------------- */
header, footer, nav, section, article, figure, aside {
	　display: block;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* clearfix---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* common ---------------------------------------- */

html {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #131111;
	/* background:url(common/bg4.jpg); */
	line-height: 1.8em;
	color: #fff;
	font-size: 0.9em;
	font-family: TsukuGoPr5N-R, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	height: 100%;
}


img {
	max-width: 100%;
	height: auto;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "I-OTF行書Pro B";
	color: #ff2222;
}

.concept_ttl{
	font-family: MatissePro-B,FOT-筑紫A丸ゴシック Std B;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	opacity: 0.7;
}
a:active {
	color: #cfcfcf;
}
.small {
	display: inline-block;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.3em;
}

/* wrap ---------------------------------------- */

#wrap {
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
}

/* header ---------------------------------------- */

#main_header   {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	min-height: 60px;
	background-color: #000;
	z-index:60000;
}
#main_header h1 {
	color: #fff;
	font-size: 13px;
	position: absolute;
	top: -2px;
	right: 20px;
}
#main_header #main_logo {
	/*padding-top: 15px;*/
	padding-left: 0.5%;
	float: left;
	max-width:60px;
}
#main_header #main_nav {
	float: right;
	padding-top: 30px;
	padding-right: 40px;
	font-size: 15px;
}
#main_header #main_nav a {
	color: #fff;
}
#main_header #main_nav a:hover {
	opacity: 0.7;
}
#main_header #main_nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_header #main_nav ul li {
	list-style-type: none;
	float: left;
}
#main_header #main_nav ul li a {
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "I-OTF行書Pro B";
	text-shadow: 1px 1px 2px #111111;
}
#main_header #main_nav ul li ul{
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	z-index:1000;
	background:#000;
}
#main_header #main_nav ul li ul li{
	float:none;
	padding:3px 0;
}
/* index_main_image ---------------------------------------- */

#index_main_image {

}
#index_line {
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-position: center 0%;
	background-color: #FFFFFF;
}



/* index_contets ---------------------------------------- */
/* .index_bg_parallax::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: -moz-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: -webkit-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 100%;
	border-top: 5px solid #000;
	text-shadow: 0 0 10px black;
} */

.index_bg_parallax {
	background: -moz-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: -webkit-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 5px solid #000;
	text-shadow: 3px 3px 0px #000000;
}

.contents_line {
	padding-top: 0px;
	padding-bottom: 0px;
	background-size:contain;
	/* background-image: url(common/bg4.jpg); */
}
.contents_line2 {
}
.contents_line3 {
}
.contents_line .index_info_box {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents_line .index_info_box.clearfix .box_fb {
	width: 340px;
	float: left;
	height: 360px;
}
.contents_line .index_info_box.clearfix .info_box {
	/*float: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;*/
	float: right;
    width: 48%;
}
.contents_line .index_info_box.clearfix .insta_box {
	float: left;
    width: 48%;
    height: 450px;
    text-align: center;
}
.insta_box h3.insta_h3, .info_box h3 {
	font-size: 2em;
	line-height: 1.8em;
	color: #ff2222;
	font-family: "I-OTF行書Pro B";
	position: relative;
	display: inline-block;
	padding: 0 20%;
	margin-top: 0;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 16px;
	width: 40%;
	text-align: center;
}

.insta_box h3.insta_h3:before, .insta_box h3.insta_h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 26%;
height: 2px;
border-top: 1px solid;
border-bottom: 1px solid #e20712;
/* border-image: linear-gradient(to right, #ff2222 0%, #ff2222 100%);
border-image-slice: 1; */
}

.info_box h3:before, .info_box h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 30%;
height: 2px;
border-top: solid 1px #e20712;
border-bottom: solid 1px #e20712;
}

.insta_box h3:before ,
.info_box h3:before {left:0;}
.insta_box h3:after ,
.info_box h3:after {right: 0;}

.info_box ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.info_box ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #efefef;
	display: block;
}
.info_box ul li a {
}
.info_box ul li a:hover {
	opacity: 0.7;
}
.info_box ul li .day {
	display: block;
	width: 100px;
	float: left;
}
.info_box ul li .title {
	display: block;
	padding-left: 106px;
}

.contents_line .index_contents_box {
	margin-left: 0px;
}

.contents_line .index_contents_box_btm {
}
.index_contents_outer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width:1600px;
}
.index_box_inner_0 {
	padding-right: 2%;
	padding-left: 3%;
	width: 45%;
	/*margin-top: 10px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.index_box_inner_1 {
	padding-right: 3%;
	padding-left: 2%;
	width: 45%;
	/*margin-top: 10px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.index_box_image_0 {
	width: 50%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:right;
}
.index_box_image_1 {
	width: 50%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.index_box_inner_0 h2.contents_line_ttl,.index_box_inner_1 h2.contents_line_ttl {
	padding-top: 30px;
	font-size: 2em;
	line-height: 1.8em;
	color: #ff2222;
	/* text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff; */
	text-align: left;
	/* font-family: Bukotsu; */
    border-image: linear-gradient(to right, #e20712 0%, #00000047 100%) 1/0 0 3px 0;
    border-style: solid;
	margin: 0;
}

.contents_line_ttl:first-letter,.contents_line_ttl:first-letter {
	font-size: 2.5em;
	/* color: #ff2222; */
}

#subpage_contents h2,
#subpage_contents h3,
.index_box_inner_0 h3,.index_box_inner_1 h3 {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #ff2222;
	margin-top:15px;
	margin-bottom:15px;
}

#enkaipage_contents .index_box_inner_0 h3,#enkaipage_contents .index_box_inner_1 h3 {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-top:0px;
	margin-bottom:15px;
}
#enkaipage_contents .index_box_inner_0 .notitle,#enkaipage_contents .index_box_inner_1 .notitle {
	font-size: 1.8em;
	line-height: 1.5em;
	border: none;
	margin-top:0px;
	margin-bottom:15px;
}
#enkaipage_contents .index_box_inner_0 .eng,#enkaipage_contents .index_box_inner_1 .eng {
font-size: 0.9em;
margin: 0;
font-family: GillSansNova-Bold;
}
#enkaipage_contents .index_box_inner_0 .wine_comment,#enkaipage_contents .index_box_inner_1 .wine_comment {
font-size: 0.8em;
margin: 0;
}

#enkaipage_contents .index_box_inner_0 h3,#enkaipage_contents .index_box_inner_1 h3 {
	font-family: "I-OTF行書Pro B";
}

.winepage h3{
	border-bottom: 6px double #080C5C;
	margin-bottom:0px;
}

.contents_com {
 	text-align:center;
	font-size: 1.1em;
}
.contents_com h3 {
	font-size: 1.3em;
}



#subpage #enkaipage_contents .index_box_image_0 {
	width: 49%;
}
#subpage #enkaipage_contents .index_box_image_1 {
	width: 49%;
}
#subpage #enkaipage_contents .index_contents {
	padding-bottom: 32px;
}

#subpage #enkaipage_contents .index_box_image_0 img,#subpage #enkaipage_contents .index_box_image_1 img {
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-radius: 2px;
	display: block;
}

.price{
	white-space: nowrap;
}
/* .index_contents.flower_0 {
	background: radial-gradient(circle closest-side at 76%, #2d2b21, #131111);
}
.index_contents.flower_1 {
    background: radial-gradient(circle closest-side at 25%, #2d2b21, #131111);
} */
.review{
	padding-top: 1em;
}
.sbr-owl-dots .sbr-owl-dot span {
    background: #fff!important;
}

/* footer_contents ---------------------------------------- */
.footer_bg_parallax {
	background: -moz-linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax_footer.jpg);
	background: -webkit-linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax_footer.jpg);
	background: linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax_footer.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 5px solid #000;
	text-shadow: 0 0 10px black;
}

#bottom_contents {
	border-top: 5px solid #000;
	background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 100%));
	/* background:url(common/footer_bg.jpg); */
}
#bottom_contents .bottom_contents_inner {
	width: 100%;
	max-width:1600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	/*padding-bottom: 50px;*/
}
#bottom_contents .bottom_contents_inner .gmap {
	/*width: 100%;*/
}
#addless {
	width: 100%;
	min-width: 1100px;
	float: none;
	text-align: center;
	/*background-image: url(common/bg1.jpg);*/
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background:url(common/footer_bg.jpg);
}
#addless h2 {
	font-family: "I-OTF行書Pro B";
}
#footer_nav {
	background-color:#252323;
	color:#111111;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: "I-OTF行書Pro B";
}
#footer_nav a {
	text-decoration: none;
	color: #fff;
}
#footer_nav a:hover {
	opacity: 0.7;
}

.nav_border{
	border-image: linear-gradient(to right, #000 0%, #000 100%) 1/5px 0 0 0;
	border-style: solid;
}

.nav_cop{
	background-color:#000000;
}

.logo_cop{
	background-color:#000000;
	display:block;
	text-align:center;
	padding-top: 25px;
	padding: auto;
}
.nav_sns {
	color:#ffffff;
	text-align: center;
	padding-bottom: 30px;
	font-family: I-OTFゴシックオールドPro L;
	display:block;
	margin:auto;
}

.nav_sns a {
	text-decoration: none;
	color: #373434;
}
.nav_sns a:hover {
	color: #AAAAAA;
}

.sns_title {
	text-align: center;
	padding: 0.6em;
}
.sns_title a {
	color:#111111;
	text-decoration: none;
	display: block;
    font-size: 24px;
}
.sns_title a i {
    font-size: 24px;
}
.sns_title a:hover{
	color:#AAAAAA;
}
.nav_shop {
	display:block;
	margin:auto;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

#footer_image_slide img {
	max-width: 20%;
	height: auto;
}
#copyright {
	/*background-image: url(common/header_bg1.jpg);*/
	background-color:#252323;
	font-family: TsukuGoPr5N-R;
	text-align: center;
	color: #fff;
	padding-top:30px;
	/* padding-bottom: 60px; */
	padding-bottom: 280px;
}
.box_fb {
	width: 34%;
	height:auto;
	max-height:0px;
	float: right;
	margin-left:10px;
	overflow:auto;
	padding-bottom:28.1%;
}
#sb_instagram.sbi_fixed_height{
	/*margin-bottom:-85%;*/
}

.pc_bottom {
	clear: both;
	display: block;
	bottom: 74px;
	right: 54px;
	position: fixed;
	z-index: 1;
}
.pc_bottom p {
	display: inline-block;
	text-decoration: none;
	background-position: center 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin: 0px 2px;
	color: #fff;
	background-color: #009342;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 6px 27px;
	/* padding: 2px 8px; */
}
.pc_bottom a {
	color: #fff;
	text-decoration: none;
	display: block;
	z-index: 1000;
}
.pc_bottom p img{
	margin-right:6px !important;
}

.coupon_ticket {
	text-align: center;
	padding-bottom: 6px;
	background-color: #292929db;
    margin-bottom: 8px;
    border: 2px solid #ff2222;
    border-radius: 3px;

}
.coupon_ticket a:hover {
	opacity: 0.8;
}
div.bnr_area{
	width:100%;
	min-width:1200px;
	text-align:center;
}
div.bnr_area h2{
	margin:0;
	font-family: GillSansNova-Bold;
}
div.bnr_group {
	text-align:center;
	padding:20px 0;
	display:inline-block;
}
div.bnr_group a{
	text-decoration:none;
}
div.bnr_group a:hover{
	opacity:0.8;
}
div.bnr_group img {
	width:220px;
	border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
}
div.bnr_group img.sarutotable {
	width:440px;
	border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
}

/* googlemap ---------------------------------------- */
.ggmap {
position: relative;
padding-bottom: 56.25%;
margin-bottom:20px;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* popup */
.popup-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}

.popup-content {
	display: none;
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 50px 30px 50px;
    border: 3px solid #c70606;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    z-index: 100000;
    text-align: center;
    border-radius: 6px;
    width: 400px;
}

.popup-content p{
	font-size: 1.4em;
    line-height: 2em;
	color: #111111;
	font-family: "I-OTF行書Pro B";
}
.popup-content a{
	font-size: 1em;
    line-height: 1.8em;
	color: #111111;
	text-decoration: none;
	font-family: "I-OTF行書Pro B";
}
.popup-image {
  display: inline-block;
  background-image: url("common/20251001_popup.webp");
  background-position: center;
}

a.popup_btn {
    background-color: #c70606;
    color: #fff;
    padding: 10px 25px;
    margin-top: 25px;
    border-radius: 5px;
    display: block;
}

#closePopup {
	position: fixed;
	top: 25px;
	right: 25px;
}

#closePopup::before,
#closePopup::after {
	/* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 16px;
	background: #333;
	cursor: pointer;
}

#closePopup::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#closePopup::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}



@media only screen and (max-width: 768px) {
	.popup-content {
		width: 70%;
        padding: 20px 30px 20px 30px;
	}
	.popup-content p{
		font-size: 1em;
	    line-height: 1.6em;
	}
	.popup-content a{
		font-size: .9em;
    	line-height: 1.6em;
	}
}

@media (max-width:1024px){
	.index_bg_parallax_sp {
		background-color: #1b1b1b;
	}
	.index_bg_parallax {
		background: none;
	}
	.index_bg_parallax::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 170vh;
		background: -moz-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
		background: -webkit-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
		background: linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 100%;
		border-top: 5px solid #000;
		text-shadow: 0 0 10px black;
	}
	.footer_bg_parallax {
		background: #000000;
	}

}

@media (min-width:768px){
.sp_only {
	display: none;
}
.pd_30 {
	padding-bottom: 60px;
}
.pd_60 {
	padding-top: 40px;
    padding-bottom: 50px;
}
.ggmap {
width:65%;
padding-bottom: 28.15%;
margin:0 auto;
}

}


@media (max-width:767px){
.pc_only {
	display: none;
}

	
/* sp - common ---------------------------------------- */
div.bnr_area{
	min-width:0px;
	text-align:center;
}
div.bnr_area h2{
	text-align:left;
	margin-left:10px;
	margin-bottom:10px;
}
div.bnr_group {
	text-align:center;
	padding: 1%;
}
div.bnr_group img{
	width:98%;
	max-width:800px;
}
div.bnr_group img.sarutotable{
	width:98%;
	max-width:800px;
}
/* sp - wrap ---------------------------------------- */

#wrap {
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	width: 100%;
}

/* sp - header ---------------------------------------- */

#main_header   {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	min-height: 40px;
	/*background-image:url(common/header_bg_sp.jpg);*/
}
#main_header h1 {
	display: none;
}
#main_header #main_logo {
	padding-top: 0;
	float: left;
	width: 50px;
	height: auto;
}

/* sp - index_main_image ---------------------------------------- */

#index_main_image {

}
#index_main_image img {

}

#index_line {
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-position: center 0%;
}



/* sp - index_contets ---------------------------------------- */

.index_bg_parallax {
	background: none;
	}
.index_bg_parallax::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: -moz-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: -webkit-linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: linear-gradient(to top, rgb(2 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 100%;
	border-top: 5px solid #000;
	text-shadow: 0 0 10px black;
}

.index_bg_parallax_sp {
	background-color: #1b1b1b;
}
.index_bg_parallax {
	background: none;
}
.contents_line {
	padding-top: 10px;
	padding-bottom: 5px;
	    background-repeat: no-repeat;
}
.contents_line .index_info_box {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contents_line .index_info_box.clearfix .box_fb {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	height: 360px;
	padding-bottom: 0px;
}
.contents_line .index_info_box.clearfix .insta_box {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	height: 400px;
	padding-bottom: 0px;
}
.contents_line .index_info_box.clearfix .info_box {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-bottom: 20px;
}
.info_box h3 ,
.insta_box h3 {
	font-size: 1.4em;
	line-height: 1.8em;
}
.info_box ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.info_box ul li {
	list-style-type: none;
	/*background-image: url(common/list.png);*/
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #E0E0E0;
}
.info_box ul li .day {
	display: block;
	width: auto;
	float: none;
}
.info_box ul li .title {
	display: block;
	padding-left: 0px;
}


.contents_line .index_contents_box {
	margin-left: 0px;
}
.index_contents_outer {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
.index_box_inner_0 {
	padding-right: 2%;
	padding-left: 2%;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}
.index_box_inner_1 {
	padding-right: 2%;
	padding-left: 2%;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}
.index_box_image_1 {
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index_box_image_0 {
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index_box_inner_0 h3,.index_box_inner_1 h3 {
	padding-top: 0px;
	font-size: 1.4em;
	line-height: 1.4em;
}

.contents_com {
	text-align: left;
    font-size: 1em;
}
.contents_com .index_contents_outer {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#subpage #enkaipage_contents .index_box_image_0,#subpage #enkaipage_contents .index_box_image_1 {
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#enkaipage_contents .index_box_inner_0 h3, #enkaipage_contents .index_box_inner_1 h3 {
	font-size:18px;
}
/* .index_contents.flower_0 {
	background: radial-gradient(circle closest-side at 50% 75%, #2d2b21, #131111);
}
.index_contents.flower_1 {
    background: radial-gradient(circle closest-side at 50% 75%, #2d2b21, #131111);
} */
	
/* sp - footer_contents ---------------------------------------- */

.footer_bg_parallax {
	background: #000000;
}
/* .footer_bg_parallax::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: -webkit-linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
	background: linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 80%)),url(common/parallax.jpg);
    background-size: cover;
	background-position: 50% 100%;
} */


#bottom_contents {
	/*background-color: #937A07;*/
}
#bottom_contents .bottom_contents_inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}
#bottom_contents .bottom_contents_inner .gmap {
	width: 100%;
}
#bottom_contents .bottom_contents_inner.clearfix #addless {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	text-align: left;
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 12px;
}
#bottom_contents .bottom_contents_inner.clearfix #addless a {
	color: #FFFFFF;
}
#footer_nav {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0.9em;
}
#footer_nav span {
	display: block;
}
#footer_nav a {
	text-decoration: none;

}
#footer_image_slide img {
	max-width: 20%;
	height: auto;
}
#copyright {
	font-size: 10px;
	/* padding-bottom: 160px; */
	padding-bottom: 185px;
	padding-top:0;
}
#addless {
	width: 96%;
	min-width: 300px;
	float: none;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}
#addless a {
	/* text-decoration: none; */
}
	
.box_fb {
	width:95%;
	float: none;
	height:350px;
	max-height:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom:14%;
}


/*--------------------------------
---------------------------------*/
ul.footer_menu {
	position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
ul.footer_menu li {
    margin: 0;
    padding: 12px 0;
    display: table-cell;
    vertical-align:middle;
    list-style-type: none;
    font-size: 13px;
    line-height: 15px;
}
ul.footer_menu li#line {
	background-color: #06c755;
}
ul.footer_menu li#rsv {
	background-color: #c70606;
}
ul.footer_menu li#line a,
ul.footer_menu li#rsv a
 {
	color: #fff;
}
 
ul.footer_menu li a i {
    font-size: 24px;
}
 
ul.footer_menu li a {
    border: none;
    display: block;
    color: #382B19;
    text-align: center;
    text-decoration: none;
}
	.coupon_ticket_sp {
    bottom: 70px;
    width: 82%;
    position: fixed;
    overflow: hidden;
    z-index: 10000;
    text-align: center;
    /*padding: 6px;*/
    background-color:#292929db;
    border-radius: 3px;
    margin: 0 2.5%;
    border: 2px #ff2222 solid;
}
}

/* トップページのヘッダー処理
---------------------------------------- */

@media (min-width:768px){
	body.home #main_header{
		background-color: #00000069;
		position:fixed;
		top:0;
		width:100%;
}
	body.home #main_header h1{
		padding-right:10px;
		text-shadow: 1px 1px 2px #111111;
}
	body.home #main_header #main_nav{
		padding-right:30px;
}
body.home .header_bg_add {
		background-color: #1d1b1bd6;
		opacity:0;
		height:80px;
		width:100%;
		position:fixed;
		transition : all 0.5s;
		top:0;
		z-index: 59000;
}
body.home .header_bg_add.bg_on {
		opacity:1;
}
}

html {
	scroll-behavior: smooth;
}

.course_box {
	border-bottom: 2px dashed #ff2222;
	margin-top: 32px;
}

/* .course_box:nth-child(5) {
	border: none;
}  */