/*
Theme Name: Machgolf
Theme URI: http://tokyodesignroom.com
Author: The TDR Team
Author URI: http://tokyodesignroom.com
Version: 1.0
Description: The WP theme, which is developed by TDR Team.
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
:root {
	--color-site: #676557;
	--color-orange:  #FF9F00;;
}
html {
  scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover, a:active {
	color: var(--color-orange) !important;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
/*page
----------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #39464f;
	text-decoration: none;
	line-height: 1.7;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.mobile {
	display: none;
}
.relative {
	position: relative;
}
.translateY {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.transition {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
table td, table th {
	border: 1px solid #d8d8d8;
	padding: 10px;
	vertical-align: middle;
	width: auto !important;
}
input, textarea {
	border: 1px solid #d8d8d8;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}
.box-head-logo a:hover img{
	opacity: 1;
}
.search_form {
	margin: 5px 0 0 20px;
}
.search_form input {
	width: 158px;
	float: left;
}
#searchsubmit {
	background: url(img/bnt-search.png) no-repeat center center #00bcd4;
	float: left;
	height: 32px;
	width: 32px;
	border: none;
	cursor: pointer;
	color: transparent;
}
.fixed {
    position: fixed;
    right: 15px;
}
#searchsubmit:hover {
	background-color: #f44336;
}
.nav_header_r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#nav {
	position: relative;
	z-index: 9999;
}
#nav > ul > li {
	float: left;
	position: relative;
	display: block;
}
#nav ul {
	white-space: nowrap;
}
#nav > ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	font-size: 18px;
}
#nav > ul > li > a:hover {
	
}

#nav > ul > li:first-child > a > span {
	border-left: none;
}
#nav_menu_top #nav > ul > li > ul li {
	border-top: 1px solid #fff;
	display: block;
	position: relative;
	width: auto;
}
#nav_menu_top #nav > ul > li > ul {
	display: none;
	left: 0;
	position: absolute;
}
#nav_menu_top #nav > ul > li > ul li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	background: #f44336;
}
#nav_menu_top #nav > ul > li > ul > li > ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
}
#nav_menu_top #nav > ul > li > ul > li:hover > ul {
	display:block;
}
#nav_menu_top #nav > ul > li > ul > li > ul > li {
	display:block;
	width:100%;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	position:relative;
}
#nav_menu_top #nav > ul > li > ul > li > ul > li >a {
	display:block;
	padding:10px;
}
#nav_menu_top #nav > ul>li:hover>ul {
	display:block;
}
#nav_menu_top #nav > ul > li > ul > li a:hover {
	background: #00bcd4;
}
#nav > ul > li.current-menu-item a, #nav > ul > li.current-menu-ancestor a {
	color: #00bcd4;
}
#nav > ul > li > ul li.current-menu-item a {
	background: #00bcd4 !important;
}
.right-menu span {
	background: #fff;
	border-radius: 5px;
	display: block;
	height: 4px;
	margin: 4px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	width: 25px;
}
.sidr-right-open .site-header .right-menu{
	display: none !important;
}
.close-menu-body.sidr-right-open .site-header .right-menu{
	display: block !important;
}
#close_mobile_menu.right-menu span{
	background: #fff;
	border-radius: 0;
}
#close_mobile_menu{
	position: absolute;
	top: 15px;
	right: 15px;
}
.sidr-footer{
	padding-top: 50px;
	background: var(--color-site) !important;
	box-shadow: unset !important;
}
.sidr ul li a, .sidr ul li span{
	color: #fff !important;
}
.sidr ul li,
.sidr ul{
	border: unset !important;
}
.sidr-footer #primary_menu li.menu-item-btn a{
	background: #fff;
	padding: 5px 40px;
}
.sidr-footer #primary_menu li.menu-item-btn a span{
	color: var(--color-site) !important;
	    padding: 0;
    line-height: 30px;
}
.sidr-open .right-menu span:nth-child(1) {
    transform: rotate(45deg) translate(5px,10px);
    -ms-transform: rotate(45deg) translate(5px,10px);
    -webkit-transform: rotate(45deg) translate(5px,5px);
}

.sidr-open .right-menu span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.sidr-open .right-menu span:nth-child(3) {
    transform: rotate(135deg) translate(-5px,10px);
    -ms-transform: rotate(135deg) translate(-5px,10px);
    -webkit-transform: rotate(135deg) translate(-5px,7px);
}
.close-menu-body.sidr-open .right-menu span:nth-child(1){
	transform: unset !important;
}
.close-menu-body.sidr-open .right-menu span:nth-child(2) {
    opacity: 1 !important;
    filter: alpha(opacity=0);
}
.close-menu-body.sidr-open .right-menu span:nth-child(3) {
    transform: unset !important
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span{
	box-shadow: unset !important;
}
#head_menu_nav_mobi {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.m-menu-wrap.show {
    right: 0;
}
.m-menu-wrap {
    height: 100%;
    position: fixed;
    right: -260px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 260px;
    z-index: 99999;
}

.no_stuck {
    position: absolute;
    z-index: 9999;
	right: 20px;
	top: -40px;
}
.stuck {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 9999;
}
#back-top a {
    background: #888;
    display: block;
	color: #fff;
	height: 40px;
    line-height: 40px;
	width: 40px;
	text-align: center;
}
#back-top a:hover {
	background: #f44336;
	color: #fff !important;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}

/* Clearfix
-----------------------------------------*/
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#right-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}
.container{
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
}
.container-sm{
	max-width: 900px;
	margin: auto;
}
.color-site{
	color: var(--color-site) !important;
}
.color-orange{
	color: var(--color-orange);
}
.color-white{
	color: #fff;
}
.color-black{
	color: #000;
}
.bg-site{
	background: var(--color-site);
}
.bg-black{
	background: #000;
}
.fs-17{
	font-size: 17px;
}
.fs-12{
	font-size: 12px;
}
.bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}
.text-uppercase{
	text-transform: uppercase;
}
.line-break-mobile{
	display: block;
}
.pd-sec{
	padding: 75px 0;
}
.site-header{
	padding: 40px 0;
}
.box-head-logo {
    max-width: 190px;
    display: none;
}
.header-page .box-head-logo{
	display: block;
	position: absolute;
	top: -10px;
	left: 15px;
}
.header-booking{
	padding:40px 50px;
	background-color: #676557;
	position: relative;
}
.header-booking #primary_menu li.menu-item-btn a{
	background: #fff;
	color: var(--color-site);
}
.header-booking .logo {
    position: absolute;
    bottom: -75px;
    left: 200px;
}
.header-booking .logo a:hover img{
	opacity: 1;
}
.header-booking .logo img {
    max-width: 150px;
}
.header-page #primary_menu li.menu-item-btn a{
	    background: #fff;
    color: var(--color-site);
}
.header-page{
	background: var(--color-site);
	margin-bottom: 130px;
	position: relative;
}
#primary_menu li{
	display: inline-block;
	padding: 0 15px;
}
#primary_menu li a{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}
.btn-reverse{
	background: var(--color-site);
    padding: 5px 30px;
    border-radius: 20px;
	color: #fff;
    font-weight: bold;
    font-size: 17px;
	border: 1px solid #fff;
}
.footer-page #primary_menu li a{
	font-size: 14px;
}
.footer-page .sidr ul li a, .sidr ul li span{
	line-height: 40px;
}
#primary_menu li a:hover,
.header-page #primary_menu li.menu-item-btn a:hover{
	color: var(--color-orange);
}
#primary_menu li.menu-item-btn a{
	background: var(--color-site);
	padding: 8px 40px;
	border-radius: 20px;
}
#primary_menu li.menu-item-btn:hover a{
	background: #fff;
}
#primary_menu li.menu-item-btn:last-child{
	padding-right: 0;
}
#banner-home {
    background-image: url(../images/banner-home-2.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    position: relative;
    margin-top: -104px;
}
#banner-home:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 0;
}
#banner-home .box-cont{
	position: relative;
	z-index: 99;
}
.item-banner-home.item-text {
    width: 30%;
}
.item-banner-home.item-thumb{
    width: 70%;
}
.item-banner-home.item-thumb .thumb {
    max-width: 760px;
    margin-left: auto;
}
.tit-banner-home {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.tit-banner-home span {
    display: block;
    margin-top: 55px;
}
#intro{
	padding: 35px 0;
}
.nav-intro {
    counter-reset: my-sec-counter;
}
.item-intro {
    color: #fff;
    font-size: 24px;
    width: 33.33%;
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.item-intro:not(:last-child):after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #000;
	right: 0;
	top: 0;
	transform: rotate(16deg);
}
.item-intro:before{
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #000;
	border-radius: 50%;
	left: 30px;
	top: 20px;
}
.box-item-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#intro .box-item-intro .cont{
	line-height: 1.3;
}
.nav-intro .box-item-intro:before {
	counter-increment: my-sec-counter;
	content: "0"counter(my-sec-counter);
	position: absolute;
	color: var(--color-light-blue);
	font-family: 'Roboto', sans-serif;
	left: 30px;
	top: -3px;
	font-size: 14px;
	color: #000;
}
.tit-sec {
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}
.tit-sec-sm {
    font-size: 14px;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}
.dot-circle:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: var(--color-site);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.bg-site .dot-circle:before,
.color-site .dot-circle:before{
	background: #000;
}
.tit-thumb-equiment{
	font-size: 11px;
	text-align: right;
	color: #fff;
}
.box-counter {
    counter-reset: my-sec-counter;
}
.nav-info-equipment{
	margin-top: 55px;
}
.item-info-equipment{
	color: #fff;
	font-size: 17px;
	padding: 18px 40px;
	border-bottom: 1px solid var(--color-site);
	position: relative;
}
.item-info-equipment:first-child{
	border-top: 1px solid var(--color-site);
}
.item-info-equipment a:hover{
	text-decoration: underline;
}
.item-info-equipment.dot-circle:before{
	top: 32px;
    transform: unset;
}
.item-counter:after {
    counter-increment: my-sec-counter;
    content: "0"counter(my-sec-counter);
    position: absolute;
    color: var(--color-light-blue);
    font-family: 'Roboto', sans-serif;
    left: 0;
    top: 14px;
    font-size: 11px;
    color: var(--color-site);
}
.item-counter.not-zero:before{
	content: counter(my-sec-counter);
}
#sec-note {
    background: #01518E;
    color: #fff;
    font-size: 17px;
    padding: 10px 0;
    text-align: center;
}
.wrap-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wrap-iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wrap-iframe::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.list-comment {
    flex-wrap: unset;
    align-items: unset;
}
.list-comment .item-comment{
	width: calc(50% - 13px);
}
.tit-item-frame{
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
}
#plan .tit-sec{
	color: var(--color-site);
}
#plan .dot-circle:before{
	background-color: #000;
}
.link-dot{
	position: relative;
	padding-right: 25px;
}
.link-dot.dot-circle:after{
	content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: var(--color-site);
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.link-dot.dot-circle:hover:after,
#plan .link-dot.dot-circle:hover:before{
	background-color: var(--color-orange);
}
#plan .link-dot.dot-circle:before{
	background-color: var(--color-site);
	left: unset;
	right: 0;
}
.list-plan {
    margin: 0 -14px;
    flex-wrap: unset;
    align-items: flex-start;
}
.item-plan {
    background: #EEECE3;
    width: 33.333%;
    margin: 0 14px;
    flex-wrap: unset;
    padding: 25px;
}
.tit-plan {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}
.tit-plan .tit-plan-sm{
	font-size: 12px;
	display: block;
}
.item-dt-plan {
    margin-bottom: 25px;
    font-size: 15px;
    color: #000;
    position: relative;
}
.item-dt-plan:last-child{
	margin-bottom: 0;
}
.item-dt-plan .sm{
	font-size: 13px;
	font-weight: bold;
	color: var(--color-site);
	display: block;
}
#plan .item-dt-plan.dot-circle:before{
	background-color: var(--color-site);
	top: -10px;
	left: 0;
	transform: unset;
}
.box-membership{
	margin-top: 95px;
}
.tit-membership {
    font-size: 30px;
    color: var(--color-site);
}
.tit-membership span{
	display: block;
	font-size: 12px;
}
.box-membership .item-intro:after{
	transform: unset;
	width: 1px;
	background-color: var(--color-site);
	top: -20px;
	height: calc(100% + 40px);
}
.box-membership .nav-intro:after{
	content: "";
    position: absolute;
    width: 1px;
    background-color: var(--color-site);
    left: 0;
    top: -20px;
	height: calc(100% + 40px);
}
.box-membership .nav-intro:before{
	content: "";
    position: absolute;
    width: 1px;
    background-color: var(--color-site);
    right: 0;
    top: -20px;
	height: calc(100% + 40px);
}
.box-membership .item-intro{
	color: var(--color-site);
	font-size: 18px;
}
.box-membership .item-intro:before{
	background-color: var(--color-site);
	top: 0;
}
.box-membership .nav-intro .box-item-intro:before{
	color: var(--color-site);
	top: -20px;
}
.box-membership .nav-intro{
	margin-top: 60px;
	position: relative;
}
.box-access{
	align-items: flex-start;
}
.map-acess {
    width: calc(100% - 300px);
}
.info-access {
    width: 300px;
    margin-top: 30px;
}
.tit-info-access{
	margin-bottom: 30px;
}
.item-info-access{
	margin-bottom: 15px;
}
.item-info-access .text-sm{
	font-size: 12px;
	color: #000;
}
.logo-footer {
    max-width: 120px;
    margin: auto auto 25px auto;
}
#footer{
	padding: 50px 0;
}
.tit-item-term {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-site) !important;
}
.item-term{
	margin-bottom: 40px;
} 
.item-term:last-child{
	margin-bottom: 160px;
}
.item-term p{
	color: #000;
}
.support_logos img {
	max-height: 80px;
	width: auto;
}
.support_logos .argolf_logo img {
	height: 50px;
}
.support_logos {
	justify-content: flex-start;
}
.support_logos > div {
	padding: 0 100px 0 0;
}
.support_logos > div:last-child {
	padding: 0 !important;
}
.social_btns > a {
	display: block;
	padding: 0 0 0 35px;
}
.social_btns img {
	height: 40px;
	width: auto;
	display: block;
}
.social_btns {
	justify-content: flex-end;
}
.foot_content > div {
	width: 33.3333%;
}
.entry-form{
	margin:130px 0;
	color: var(--color-site);
}
.box-item-form {
    display: flex;
	align-items: center;
    padding: 16px 0 18px 0;
    border-bottom: 1px solid #F1F1F1;
}
.box-tbl.box-item-form{
	align-items: flex-start;
}
.item-form.left {
    width: 215px;
}
.item-form.righ {
    width: 100%;
    max-width: 340px;
}
.item-form .require {
    background: #FF0000;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
}
.item-form input, .item-form textarea {
    padding: 10px;
    width: 100%;
}
.item-form input, .item-form textarea{
	background-color: #F1F1F1;
	border: none;
}
.box-btn-submit .btn-submit {
    background: #FF0000;
    color: #fff;
    padding: 8px 50px;
    font-size: 20px;
    border: 1px solid #FF0000;
    border-radius: 10px;
    cursor: pointer;
	display: inline-block;
}
.box-btn-submit .btn-submit:hover,.box-btn-submit .btn-submit.btn-return:hover {
    opacity: .7;
}
.btn-thanks{
	background: var(--color-site);
    color: #fff;
    padding: 8px 50px;
    font-size: 20px;
    border: 1px solid var(--color-site);
    border-radius: 10px;
    cursor: pointer;
	margin-top: 15px;
	display: inline-block;
}
.tit-thanks {
	font-size: 36px;
	font-weight: bold;
	margin-top: 30px;
}
.box-thanks {
    margin-top: 90px;
}
.desc-thanks {
    font-size: 15px;
    line-height: 1.9;
    margin: 40px 0;
    color: #000;
}
.header-booking .container {
    max-width: 100%;
}
.box-btn-submit .btn-submit.btn-return{
	background: #7C7C7C;
    border-color: #7C7C7C;
	padding:5px 50px;
} 
.error{
	color:#FF0000;
	font-size: 13px;
}
table.tbl-booking th, table.tbl-booking td {
    border: none;
	color: #000 !important;
}
.item-form select {
    padding: 10px;
	border-radius: 5px;
	background-color: #F1F1F1;
    border: none;
	width: 80px;
}
.wrap-item-booking span:nth-child(even) {
    font-weight: bold;
    font-size: 15px;
}
.wrap-item-booking span:nth-child(odd) {
	margin-right: 10px;
	font-family: 'Roboto',sans-serif;
}
.wrap-item-booking {
    margin-left: 30px;
}
.wrap-item-booking span.txt-date:nth-child(even) {
    margin-right: 40px;
}
.wd-hero {
    position: relative;
}
.wd-hero .tit-abs {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
}
.wd-hero .tit-disc {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
.wd-hero .tit-disc::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.item-date-booking {
    display: inline-block;
}
table.tbl-booking td {
	padding:0;
}
.box-item-form.box-message{
	align-items: flex-start;
}
table.tbl-booking th {
    width: 75px !important;
    padding-bottom: 20px;
	font-weight: bold;
}
.confirm table.tbl-booking th{
	padding-bottom: 0;
}
.item-tbl.item-form {
    width: 100%;
    max-width: 100%;
	margin-left: 50px;
}
.item-textare.item-form {
	max-width: 520px;
}
.tbl-booking .box-date-booking{
	margin-bottom: 10px;
}
.box-btn-submit {
    text-align: center;
    margin-top: 35px;
}
.item-note-f.note-form {
    color: #000;
    padding: 20px 0;
}
.cont-form {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 60px;
    padding-top: 10px;
}
.box-intro {
    padding: 30px 15px;
    border: 1px solid #EEECE4;
    margin-bottom: 40px;
}
.txt-sale{
	color: #FF0000;
}
.box-intro .tit-intro{
	font-size: 35px;
	color:#676557;
	font-weight: bold;
}
.box-intro .desc-intro{
	font-size: 23px;
	color:#676557;
}
.box-intro .note-intro{
	font-size: 13px;
	margin-top: 10px;
	color: #000;
}
.txt-underline {
    position: relative;
}
.txt-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #676557;
}
#home-gallery{
	margin-top:85px;
}
.slick-dots li.slick-active button:before{
	color: var(--color-site) !important;
}
.slick-dots li.slick-active button:before {
    color: var(--color-site) !important;
    opacity: 1 !important;
    border: unset !important;
    line-height: 12px;
    font-size: 10px;
}
.slick-dots li button:before{
	color: #fff !important;
	opacity: .5 !important;
	border-radius: 50%;
	color: #000 !important;
	width: 7px !important;
	height: 7px !important;
	border: 1px solid var(--color-site);
}

#home-gallery .slick-dots li,
#home-gallery .slick-dots li button,
#home-gallery .slick-dots li button:before{
	width: 10px;
	height: 10px;
}

/* Media queries
-----------------------------------------*/
@media screen and (max-width:1199px) {
	
}
@media screen and (max-width:991px) {
	.list-plan{
		margin: 0 -5px;
	}
	.item-plan{
		margin: 0 5px;
	}
}
@media screen and (max-width:767px) {
	.mobile {
		display: block;
	}
	.pc {
		display: none;
	}
	.header-page #right-menu{
		top: 50%;
		transform: translateY(-50%);
	}
	#right-menu{
		display: block;
	}
	.sidr{
		display: block !important;
	}
	.line-break{
		display: block;
	}
	.box-intro{
		padding: 20px 15px;
	}
	.box-intro.text-center {
		text-align: left;
	}
	.box-intro .tit-intro {
		font-size: 24px;
		line-height: 1.4;
	}
	.box-intro .desc-intro{
		font-size: 20px;
	}
	.close-menu-body{
		right: 0 !important;
		position: relative !important;
		width: 100% !important;
	}
	.close-menu-body #sidr-right{
		display: none !important;
	}
	.box-head-logo{
		max-width: 100px;
	}
	.header-page{
		margin-bottom: 80px;
	}
	.tit-mobile{
		flex-direction: column;
		align-items: flex-start;
	}
	.tit-mobile .tit-sec-sm{
		margin-left: 0;
	}
	.line-break-mobile{
		display: inline-block;
	}
	.item-banner-home.mobile{
		width: 100%;
		margin-bottom: 30px;
	}
	.item-banner-home.mobile .thumb{
		max-width: 230px;
		margin: auto;
	}
	.tit-banner-home {
		font-size: 25px;
		z-index: 99;
	}
	.tit-banner-home span{
		margin-top: 30px;
	}
	.item-banner-home.item-text
	{
		width: 100%;
		position: relative;
	}
	img.mobile.thumb-machine-mobile {
		position: absolute;
		max-width: 180px;
		top: -12px;
		right: 0;
		z-index: -1;
	}
	#right-menu{
		display: block;
		z-index: 999;
	}
	.item-intro{
		width: 100%;
		font-size: 20px;
		padding: 10px 0;
		text-align: left;
	}
	.item-intro:not(:last-child):after{
		display: none;
	}
	.box-item-intro{
		justify-content: flex-start;
		padding-left: 40px;
	}
	.item-intro:before
	{
		left: 20px;
		top: 22px;
	}
	.nav-intro .box-item-intro:before{
		left: 0;
		top: 18px;
		line-height: 17px;
	}
	#intro {
		padding: 10px 0;
	}
	#banner-home{
		padding: 95px 0;
		background-position: 35%;
	}
	.pd-sec{
		padding: 45px 0;
	}
	.list-comment{
		flex-direction: column;
	}
	.list-comment .item-comment,
	.map-acess,
	.info-access{
		width: 100%;
	}
	.list-comment .item-comment{
		margin-bottom: 30px;
	}
	.list-plan{
		flex-wrap: wrap;
	}
	.item-plan{
		width: 100%;
		margin-bottom: 20px;
	}
	.box-membership {
		margin-top: 35px;
	}
	.box-membership .item-intro:before{
		top: 20px;
		transform: unset;
	}
	.box-membership .nav-intro .box-item-intro:before{
		top: 17px;
		transform: unset;
	}
	.tit-sec{
		font-size: 35px;
	}
	.box-membership .nav-intro:after,
	.box-membership .nav-intro:before{
		display: none;
	}
	.box-membership .nav-intro{
		margin-top: 30px;
	}
	.item-info-equipment{
		padding: 18px 10px 18px 24px;
	}
	.item-term {
		margin-bottom: 30px;
	}
	.item-term:last-child{
		margin-bottom: 50px;
	}
	.support_logos {
		justify-content: center;
		text-align: center;
	}
	.foot_content > div, .support_logos > div {
		width: 100%;
	}
	.support_logos > div {
		padding: 0 0 30px 0;
	}
	.social_btns {
		justify-content: center;
		margin: 30px 0 0 0;
	}
	.social_btns > a {
		padding: 0 10px;
	}
	.header-booking .logo {
		position: relative;
		bottom: inherit;
		left: inherit;
	}
	.wrap-header {
		display: inline-block;
	}
	.header-booking {
		padding: 0 15px;
		height: 80px;
		display: flex;
		align-items: center;
	}
	.header-booking .logo img {
		max-width: 50px;
	}
	.box-item-form > * {
		width: 100% !important;
		max-width: 100%;
	}
	.item-form.left{
		margin-bottom: 10px;
	}
	.item-tbl.item-form {
		margin-left: 0;
	}
	table.tbl-booking th, table.tbl-booking td {
		display: block;
		width: 100%;
	}
	.item-form select {
		padding: 7px;
		width: 70px;
	}
	.item-textare.item-form {
		max-width: 100%;
		overflow: hidden;
	}
	.entry-form {
		margin: 30px 0 50px 0;
		overflow: hidden;
	}
	.cont-form{
		margin-top: 40px;
	}
	.tit-thanks {
		font-size: 23px;
	}
	.box-item-form {
		flex-direction: column;
		align-items: inherit;
	}
	.sidr-open #right-menu {
		display: none;
	}
	.header-booking #right-menu {
		top: 30px;
	}
	.wd-hero .tit-abs {
		position: relative;
		left: 0;
		top: 0;
		font-size: 35px;
		transform: none;
	}
	.desc-thanks {
		margin: 20px 0;
		font-size: 13px;
	}
	.box-thanks {
		margin-top: 40px;
	}
	.btn-thanks{
		margin-top: 0px;
	}
	table.tbl-booking th {
		padding: 0;
		margin-bottom: 10px;
	}
	.btn-reverse {
		position: fixed;
		right: 15px;
		z-index: 9999;
		bottom: 15px;
	}
} /*end 767*/