@charset "UTF-8";
/* CSS Document */
/* common */
html, body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	background:#FFF;
	color: #333;
	font-size:14px;
	line-height:1.5;
	min-width:1000px;
}

.serif {
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}


ul{ margin:0; padding:0; }
li{list-style:none;}
dl, dt, dd{ margin:0; }
h1, h2, h3, h4{ margin:0; padding:0; font-weight:normal; }


#container { width:100%; margin:0 auto; }

section{ position:relative; width:100%; }

h1{
	position: absolute;
	right: 50%;
	bottom: 10%;
}

#sec0{
	position:fixed;
	min-width:1000px;
	background:#000;
}

#sec0 .bg{
	position:absolute;
	overflow:hidden;
	opacity:0;
}

#sec0 .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:810px;
	height:434px;
}
#sec0 h3{
	width:810px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	width:auto;
	font-size:15px;
	margin-top:-220px;
	line-height:2;
}

#sec1{
}

#sec2{
	float:left;
	width:50%;
	background:url(../img/sec2_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
#sec3{
	float:left;
	width:50%;
	background:url(../img/sec3_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
#sec2 .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:600px;
	height:268px;
	text-align:center;
}

#sec2 .inner p, #sec3 .inner p{
	font-size:14px;
	line-height:2;
	color:#FFF;
	margin-top:24px;
}

#sec3{}
#sec3 .bg{ height:800px; background:url(../img/sec3_bg.jpg) no-repeat; background-size:cover; background-position:center top; }
#sec3 .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:600px;
	height:264px;
	text-align:center;
}

.btn_more{
	margin:0 auto;
	margin-top:30px;
	width:173px;
	height:42px;
	text-align:center;
	background:url(../img/btn_more.png) no-repeat;
	background-size:100% 100%;
	cursor:pointer;
}

.btn_more img{
	opacity:0;
}

#sec4{ background:#FFF; height:auto; }
#sec4 .map{
	width: 100%;
	height: 523px;
	right: auto;
	bottom: auto;
	text-align: center;
}
#sec4 .title{ text-align:center; padding:80px 0 40px 0; }
#sec4 .inner{
	width:1000px;
	margin: 0 auto;
	padding: 30px 0;
}
#sec4 .address_container{
	float:left;
	margin-left:60px;
}
#sec4 .address_container .title{
	float:left;
	padding:0;
}
#sec4 .address_container p.body{
	float:left;
	margin-left:30px;
}
#sec4 .access_container{
	float:left;
	margin-left:142px;
}
#sec4 .access_container .title{
	float:left;
	padding:0;
}
#sec4 .access_container p.body{
	float:left;
	margin-left:30px;
}
.section-note{
	background: #fff;
	padding: 43px 0 40px;
}
.inner{
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.section-note .note-box{
	background: url(../images/bg_linear.jpg) repeat;
	padding: 12px 15px;
}
.note-block{
	background: #fff;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.4);
	padding: 40px 60px 57px;
}
.note-box .note-title{
	margin-bottom: 35px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.note-box .note-title span{
	position: relative;
	display: inline-block;
	padding: 0 35px;
}
.note-box .note-title span:before, .note-box .note-title span:after{
	content: "";
	background: #000;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	min-width: 300px;
}
.note-box .note-title span:before{
	right: 100%;
}
.note-box .note-title span:after{
	left: 100%;
}
.note-box .note-list{
	padding-left: 13px;
	margin-right: -40px;
}
.note-box .note-list li {
	font-weight: bold;
	margin-bottom: 7px;
}
.note-box .note-list li:last-child{margin-bottom: 0;}
.note-box .note-list li:before{
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px;
	border-color: #000 #e6237b #e6237b #000;
	margin-right: 12px;
}
#sec5{ background:#FFF; height:auto; padding-bottom:80px; }
#sec5 .title{text-align:center;padding: 40px 0;}
#sec5 .news{
	width:700px;
	margin:0 auto;
}
#sec5 .news tr{
	height:30px;
}
#sec5 .news td:first-child{
	width:100px;
}

footer{
	position: relative;
	width: 100%;
	height: 220px;
	background: url(../img/stripe.gif);
}

footer .logo{ text-align:center; margin-top:30px;}
footer h2{
	text-align:center;
	padding-top:38px;
}
footer .copyright{
	font-size:12px;
	margin-top:12px;
	text-align:center;
}
.font22{ font-size:22px; }

.modal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .9);
	display:none;
}

#drink .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:950px;
	height:80%;
	overflow:auto;
}

#golf .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:960px;
	height:80%;
	overflow:auto;
}

.btn_close{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}

.modal .inner::-webkit-scrollbar {
	background: #666;
	width: 10px;
	height: 10px;
}
.modal .inner::-webkit-scrollbar-thumb {
	background:#333;
}

body.noscroll {
  position: fixed;
  overflow-x: scroll;
  overflow-y: scroll;
}

.hline{
	margin-bottom: 45px;
	text-align: center;
}
.section-blocks{
	margin-bottom: -2px;
}
.section-blocks .blocks-wrap{
	background-color: #fff;
	float: left;
	font-size: 16px;
	padding: 30px 0;
	width: 33.33%;
}
.section-blocks .blocks-wrap:nth-child(even){
	background-color: #f5f5f5;
}
.section-blocks .hline-contents{
	margin-bottom: 30px;
	padding: 0 5%;
	text-align: center;
}
.section-blocks .blocks-contents{text-align: center;}
#how-to .blocks-contents{
	padding: 0 12.5%;
}
.how-to-img{
	margin-bottom: 27px;
}
.how-to-txt{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.how-to-txt.how-to-day{
	background: url(../images/howto/icon01.png) no-repeat center top;
	margin-bottom: 88px;
	padding-top: 80px;
}
.how-to-txt.how-to-night{
	background: url(../images/howto/icon02.png) no-repeat center top;
	margin-bottom: 40px;
	padding-top: 68px;
}
#access .blocks-contents{
	padding: 0 7.19%;
}
.access-img{margin-bottom: 70px;}
.access-list{margin-bottom: 40px;}
.access-list li{
	background-color: #fff;
	margin-bottom: 46px;
	position: relative;
	line-height: 1.6;
	padding: 19px 10px 22px;
	z-index: 0;
}
.access-list li:after, .access-list li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
.access-list li:before{
	background: url(../images/access/border01.jpg) repeat-x left top,
		url(../images/access/border01.jpg) repeat-x left bottom;
}
.access-list li:after{
	background: url(../images/access/border02.jpg) repeat-y left top,
		url(../images/access/border02.jpg) repeat-y right top;
}
.access-list li .access-list-tit{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
}
.blocks-contents .access-txt{
	font-weight: bold;
}
#facility .blocks-contents{
	padding: 0 12.5%;
}
.facility-room{margin-bottom: 85px;}
.facility-list li{
	font-size: 14px;
	margin-bottom: 35px;
}
.facility-list li .facility-list-tit{
	border-top: 3px dashed #000;
	border-bottom: 3px dashed #000;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 10px 10px;
}
.facility-list li .facility-txt{
	text-align: left;
	margin-top: 12px;
	line-height: 1.7;
}
.info-list > li{
	float: left;
	line-height: 1;
	position: relative;
	width: 25%;
}
.info-list > li > a:after{
	content: "";
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.info-list > li:hover > a:after{
	opacity: 0;
}
.info-list > li > a > img{display: block;width: 100%;}
.info-list > li .info-txt{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.info-list > li .info-txt ._tit{
	margin-bottom: 17px;
}
.info-list > li .info-txt ._txt{
	font-size: 157.14%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.info-list > li .info-txt .btn-more{
	margin-top: 38px;
}
.info-list > li .info-txt .btn-more span{
	border: 1px solid #fff;
	display: block;
	margin: auto;
	padding: 6px 10px;
	text-align: center;
	width: 149px;
}
/********** popup *************/
.section-popup.has-popup{
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	height: 100vh;
	width: 100vw;
}
.popup-box{
	background-color: #fff;
	color: #231815;
	position: fixed;
	top: 10px;
	bottom: 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 10px;
	right: 10px;
	margin: auto;
	z-index: 9999;
	opacity: 0;
	display: none;
	width: 978px;
}
.chromeBrowser .popup-box{
	width: 970px;
}
.popup-box::-webkit-scrollbar {
	background: #666;
	width: 10px;
	height: 10px;
}
.popup-box::-webkit-scrollbar-thumb {
	background:#333;
}
.popup-box.open{
	opacity: 1;
	visibility: visible;
}
.popup-box .pop-head{
	position: relative;
	height: 330px;
}
.popup-box.popup-night .pop-head{
	background: url(../images/popup/pop_night_head.jpg) no-repeat center / cover;
}
.popup-box.popup-day .pop-head{
	background: url(../images/popup/pop_day_head.jpg) no-repeat center / cover;
}
.popup-box.popup-off .pop-head{
	background: url(../images/popup/pop_off_head.jpg) no-repeat center / cover;
}
.popup-box .pop-head .popup-hline{
	position: absolute;
	right: 2.81%;
	bottom: 22px;
}
.popup-wrap{
	padding: 35px 68px 20px;
}
.popup-wrap .play-tit{
	text-align: center;
	background: url(../images/popup/icon_golf_place.png) no-repeat center top;
	margin-bottom: 75px;
	padding-top: 76px;
}
.golf-intro{text-align: center;}
.golf-intro ._circle{margin-bottom: 34px;}
.golf-intro .golf-intro-step{
	margin-bottom: 52px;
}
.popup-wrap .golf-intro-step li{
	float: left;
	width: 33.33%;
}
.popup-wrap .golf-intro-step li p:first-child{
	position:relative;
}
.popup-wrap .golf-intro-step li:first-child p:first-child:after{
	content:"";
	width:30px;
	height:30px;
	background: url(../images/popup/icon_plus.png) center no-repeat;
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.popup-wrap .golf-intro-step li:last-child p:first-child:before{
	content:"";
	width:30px;
	height:14px;
	background: url(../images/popup/icon_equal.png) center no-repeat;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.other-slider{
	text-align: center;
	max-width: 940px;
	margin: 0 auto 40px;
}
.other-slider-thumb{
	margin: 0 -7.5px;
}
.other-slider-thumb li{
	float: left;
	margin-bottom: 15px;
	font-size: 0;
	padding: 0 7.5px;
	width: 20%;
}
.golf-intro-step li ._txt{
	font-size:24px;
	line-height: 30px;
}
.golf-intro-step li ._txt span{
	display:block;
	font-size:70%;
}
.golf-intro .txt-fee{
	background-color: #231815;
	color: #fff;
	font-size: 24px;
	margin-bottom: 31px;
	padding: 8px 10px 5px;
}
.txt-fee span{
	font-size:70%;
}
.golf-intro .wrap-tbl-fee{
	margin-bottom: 22px;
}
.wrap-tbl-fee .tit-tbl{
	font-size:24px;
	padding-left: 23px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 24%;
	line-height: 30px;
	padding-top: 12px;
}
.wrap-tbl-fee .tbl-fee{
	display:inline-block;
	width: 75%;
}
.wrap-tbl-fee.wrap-tbl-golf .tit-tbl{
	font-size: 30px;
	width: 40%;
}
.wrap-tbl-fee.wrap-tbl-golf .tbl-fee{
	width: 59%;
	text-align: right;
}
.wrap-tbl-fee.wrap-tbl-golf .tbl-fee li:first-child{
	padding-top: 0;
}
.wrap-tbl-fee.wrap-tbl-golf .tbl-fee li{
	border-left: 1px solid;
	width: 41.1%;
}
.tbl-fee li{
	display:inline-block;
	vertical-align: middle;
	width: 32.333%;
	text-align: center;
	border-left: 1px solid #231815;
}
.tbl-fee li:first-child{
	border-left:none;
	font-size: 30px;
	line-height: 30px;
	vertical-align: top;
	padding-top: 12px;
}
.tbl-fee li:first-child span{
	font-size:50%;
}
.tbl-fee li .txt-fee-head{
	font-size:22px;
	line-height: 22px;
	margin-bottom: 11px;
}
.tbl-fee li .price-fee{
	font-size:34px;
	line-height: 30px;
}
.tbl-fee li .txt-fee-head span{
	font-size:60%;
}
.golf-intro .ps-fee{
	font-size:16px;
	text-align:right;
	margin-bottom: 24px;
}
.golf-intro .ps-fee-mr{
	margin-bottom: 66px;
}
.txt-caution{
	font-size:16px;
	background-color: #eaeaea;
	padding: 6px 10px 5px;
	margin-bottom: 100px;
	text-align: center;
}
.wrap-tit-head{
	border-bottom: 3px solid #231815;
}
.wrap-tit-head .tit-box{
	font-size: 36px;
	line-height: 50px;
	text-align:left;
}
.tit-box .icon img{
	width: 80%;
}
.box-plan{
	margin-bottom: 85px;
	padding: 0 50px;
	position: relative;
	z-index: 0;
}
.box-plan:before{
	content: "";
	background: #fff;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -25px;
	top: -25px;
	z-index: -1;
}
.box-plan:after{
	content: "";
	border-style: solid;
	border-width: 12px;
	-webkit-border-image: url(../images/border_img.png) 12 round;
	-ms-border-image: url(../images/border_img.png) 12 round;
	border-image: url(../images/border_img.png) 13 round;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -38px;
	bottom: -45px;
	z-index: -2;
}
.box-plan .txt-caution{
	margin: 40px 0 0;
}
.box-plan .wrap-tit-head{
	margin-bottom: 25px;
}
.box-plan .wrap-tit-head .tit-box{
	float:left;
}
.wrap-tit-head .tit-box .icon{
	vertical-align:middle;
	display:inline-block;
}
.box-plan .tit-box  .txt-tit{
	font-size:30px;
	padding-left:22px;
}
.box-plan .wrap-tit-head .rightBox span{
	display:block;
	text-align:right;
	margin-bottom: 7px;
}
.box-plan .wrap-tit-head .rightBox p{
	font-size:16px;
	background-color: #181818;
	color: #fff;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	width: 280px;
	text-align: center;
}
.box-plan .txt-plan{
	font-size: 22px;
	position:relative;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: -1px;
	display: inline-block;
}
.box-plan .txt-plan span{
	color: #ff2285;
	font-size: 130%;
	position: relative;
}
.box-plan .txt-plan span:before{
	content: attr(data-read);
	position: absolute;
	bottom: 90%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	left: 0;
	right: 0;
}
.box-plan .txt-plan:before,
.box-plan .txt-plan:after{
	content:"";
	width: 100%;
	height:1px;
	background-color: #231815;
	position:absolute;
	left: 0;
}
.box-plan .txt-plan:before{
	bottom: 0;
}
.box-plan .txt-plan:after{
	bottom: 4px;
}
.box-plan .wrap-birdie{
	position: relative;
}
.box-plan .deal-tit{
	position: absolute;
	left: -7px;
	top: -50px;
}
.wrap-birdie .tbl-birdie{
	margin-bottom: 6px;
	text-align: left;
}
.tbl-birdie td{min-width: 210px;padding-bottom: 20px;vertical-align: top;}
.tbl-birdie tr:last-child td{padding-bottom: 0;}
.tbl-birdie .tbl-birdie-h span{
	display: table-cell;
	background-color: #424242;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.tbl-birdie .tbl-birdie-h:after{
	content: url(../images/dot_img.png);
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}
.tbl-birdie .tbl-birdie-tit{
	font-size: 26px;
	padding-top: 15px;
}
.tbl-birdie .tbl-birdie-tit span{font-size: 22px;}
.tbl-birdie .tbl-birdie-sub{font-size: 14px;letter-spacing: -0.8px;}
.tbl-birdie-note{
	border: 2px solid #424242;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	min-width: 354px;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	margin-top: 19px;
}
.box-food-drink .wrap-tit-head{
	margin-bottom:90px;
}
.box-food-drink .leftBox{
	width:50%;
	padding-right:61px;
	font-size: 16px;
}
.box-food-drink .rightBox{
	width:50%;
	padding-left:61px;
	font-size: 16px;
}
.box-food-drink .txt-tit{
	font-size:30px;
	border-bottom: 1px solid #231815;
	text-align:left;
	line-height:30px;
	padding: 0px 11px 4px;
	margin-bottom: 10px;
}
.box-food-drink .list-drink,
.box-food-drink .list-food{
	padding-left:10px;
	margin-bottom: 17px;
}
.box-food-drink .list-drink li,
.box-food-drink .list-food li{
	line-height: 30px;
}
.box-food-drink .list-drink .name-drink,
.box-food-drink .list-food .name-food{
	float:left;
}
.box-food-drink .list-drink .price-drink,
.box-food-drink .list-food .price-food{
	float: right;
	width: 60px;
	text-align: left;
}
.box-food-drink .txt-ps-drink,
.box-food-drink .txt-ps-food{
	text-align:left;
	padding-left:10px
}
.box-food-drink .party-menu{
	margin-top: 73px;
}
.party-menu .list-menu{padding-left: 10px;}
.list-menu dt{
	text-align:left;
	font-size:16px
}
.list-menu .name-menu{
	display:inline-block
}
.list-menu .price-menu{
	float:right;
}
.list-menu dd{
	text-align:left;
	margin-bottom: 19px;
}
.party-menu .txt-ps-menu{
	text-align:left;
	padding-left: 10px;
}
.bd-l-none{
	border-left: none;
}

/* Huong san coding */
.tlb-price {
	width: 100%;
}
.tlb-price th,
.tlb-price td {
	vertical-align: middle;
}
.tlb-price th.ttl {
	font-size: 26px;
	text-align: left;
	width: 26%;
}
.tlb-price td.dot {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -10px;
	text-align: center;
}
.tlb-price td.price {
	font-size: 22px;
	text-align: right;
	width: 47%;
}
.tlb-price td.price span {
	font-size: 40px;
}
.txt-note-01 {
	margin: 35px 0 0;
	font-size: 16px;
	letter-spacing: -2px;
	text-align: center;
}
.icon-down {
	padding: 20px 0 30px;
	text-align: center;
}
.before-down {
	color: #918b8a;
}
.before-down .tbl-fee li {
	border-left-color: #918b8a;
}
.before-down .tbl-fee li .price-fee {
	position: relative;
}
.before-down .tbl-fee li .price-fee:before {
	background: #231815;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.section-localtion .hline{
	margin-top: 80px;
}
.section-access{padding-bottom: 35px;}
.section-access .map-access{
	height: 523px;
	width: 100%
}
.section-access .inner {
	width:1000px;
	margin: 30px auto 0;
}
.section-access .inner li{
	float:left;
	padding-left: 60px;
}
.section-access .inner li:last-child{
	padding-left: 142px;
}
.section-access .inner li .title-access{
	float:left;
}
.section-access .inner li .content-access{
	float:left;
	padding-left: 30px;
}
.section-access .inner li .content-access .call-sp{
	font-size: 22px;
	text-decoration: none;
	color: #333;
	font-family:'Lucida Grande'
}

@media screen and (max-width: 1024px){
	.wrap-close{
		height: 50px;
		z-index: 100;
		max-width: 960px;
		margin: auto;
		width: 100%;
	}
	.close-btn{
		position: relative;
		right: 5px;
		top: 5px;
		z-index: 99;
		width: 40px;
		height: 40px;
		cursor: pointer;
		margin: auto;
		display: block;
	}
	.close-btn:before, .close-btn:after{
		content: "";
		background-color: #282828;
		position: absolute;
		width: 40px;
		height: 3px;
		top: 18px;
		left: 0;
	}
	.close-btn:before{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.close-btn:after{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 1000px){
	.popup-box, .wrap-close{width: auto;}
}

@media screen and (max-width: 960px){
	.box-plan .wrap-tit-head .rightBox p{
		width:100%;
	}
	.box-plan .wrap-tit-head .rightBox{
		width;
		width: 44.4%;
		padding-left: 10px;
	}
	.wrap-tit-head .tit-box{
		font-size: 5.4vw;
	}
	.box-plan .wrap-tit-head .tit-box{
		width: 55.6%;
	}
	.box-plan .txt-plan{
		padding-left:0;
		font-size: 3.03vw;
		margin-bottom: 30px;
	}
	.box-plan .tit-box .txt-tit{
		font-size: 3.1vw;
	}
	.box-plan .txt-plan:before,
	.box-plan .txt-plan:after{
		left:0;
	}
	.wrap-birdie .leftbirdie{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.wrap-birdie .rightbirdie{
		width: 100%;
		padding: 0;
	}
	.box-plan .wrap-birdie{
		margin:0;
		padding: 0 0 60px;
	}
	.rightbirdie .img-birdie{
		position:static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-align: left;
		margin-bottom: 10px;
	}
	.wrap-birdie .txt-birdie{
		padding:0;
	}

	/* Huong coding */
	.tlb-price th.ttl {
		font-size: 3vw;
	}
	.tlb-price td.dot {
		font-size: 3vw;
		letter-spacing: -2px;
	}
	.tlb-price td.price {
		font-size: 3vw;
	}
	.tlb-price td.price span {
		font-size: 4vw;
	}
	.txt-note-01 {
		font-size: 15px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:840px){
	.wrap-tbl-fee .tit-tbl{
		font-size: 2.85vw;
	}
	.tbl-fee li:first-child span{
		font-size: 45%;
	}
	.box-food-drink .leftBox,
	.box-food-drink .rightBox{
		font-size: 1.9vw;
	}
	.box-food-drink .list-drink .price-drink, .box-food-drink .list-food .price-food{
		padding-left: 3px;
		width: 7.5vw;
	}
	.section-access .inner li{
		padding-left: 3%;
	}
}

@media (max-width: 768px){
	.sp-none{display:none!important;}
	.wrap-tbl-fee .tit-tbl{
		width: 100%;
		padding-top: 0;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.wrap-tbl-fee .tbl-fee{
		width:100%;
	}
	.tbl-fee li:first-child span{
		font-size:50%;
	}
	.box-plan .wrap-tit-head .rightBox{
		width:100%;
		float:none;
		padding: 0;
	}
	.box-plan .wrap-tit-head .tit-box{
		width:100%;
		float:none;
		margin-bottom: 10px;
		font-size: 50px;
	}
	.box-plan .wrap-tit-head{
		padding-bottom:15px
	}
	.box-plan .tit-box .txt-tit{
		font-size:30px
	}
	.box-food-drink .wrap-tit-head{
		margin-bottom: 50px;
	}
	.box-food-drink .leftBox{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		font-size:16px
	}
	.box-food-drink .rightBox{
		width:100%;
		padding:0;
		font-size:16px
	}
	.box-food-drink .party-menu{
		margin-top:30px
	}
	.box-food-drink .list-drink .price-drink, .box-food-drink .list-food .price-food{
		width:70px;
	}
	.party-menu .list-menu{
		padding:0;
	}
　　.iframe-content{
		text-align: center;
    }
