/*
Theme Name: Island v2
Theme URI: http://tokyodesignroom.com/
Author: the Tokyodesignroom team
Author URI: http://tokyodesignroom.com/
Description: Island theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpTDR
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
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%;
}
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;
	display:block;
}
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: inherit;;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#dfae8f;
	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.5;
}
figure {
	max-width: 100%;
}

*,
*:before,
*:after{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}

#news-topics .siderbar {
	padding-bottom: 70px;
}

/*page
----------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #00142c;
	text-decoration: none;
	line-height: 1.9;
}

.the-cont h1{font-size:48px;}
.the-cont h2{font-size: 36px;}
.the-cont h3{font-size: 24px;}
.the-cont h4{font-size: 18px;margin-bottom: 10px;}
.the-cont h5{font-size: 16px;}
.the-cont h6{font-size: 13px;margin-bottom: 15px;}

textarea{font-family:inherit;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	zoom:1;
}
.clear:after{
	content:'';
	overflow:hidden;
	display:block;
	clear:both;
}
.ja-font,
.block_title{
	font-family: 'Noto Serif JP', serif;
}
ul.menu-box02{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	margin:0 -5px;
}

ul.menu-box02 li{
	list-style: none;
	display: inline-block;
	width:33.3333%;
	text-align: center;	
	padding:0 5px;
}

ul.menu-box02 li:before{
	content: none;
	display: none;
}
ul.menu-box02 li span {
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 1.2;
    font-size: 13px;
}

.privacy-box {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    padding-bottom: 15px;
    background: #fff;
}
#news-topics .entry-content p{
	margin-bottom:20px;
}
.instagram i {
    font-size: 40px;
    display: block;
}
.line img {
    max-width: 130px;
    margin:0 10px;
}
#news-topics .entry-content p img.size-medium{
    display: inline-block;
    margin-right: 10px;
}
/*#news-topics .entry-content p:last-child:after {
    content: '';
    overflow: hidden;
    display: block;
    clear: both;
}*/
#news-topics .entry-content a{
	color:#dfae8f;
}
table tr td,table tr th{
	    border: 1px solid #DADADA;
}
.en-font{
	font-family: 'EB Garamond', serif;
	font-style: normal;
  	font-weight: 400;
}
.m-color{color:#dfae8f}
.m-bg-color{background-color:#f2f2f2;}
.dark-bg{background-color:#00142c}
.block{display:block;}
.flex-view{
	display:flex;
	display:-ms-flex;
	display:-ms-flexbox;
	display:-moz-flexbox;
	display:-webkit-flexbox;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}

.flex-view.middle{
	align-items: center;
	-webkit-align-items: center;
}

.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right}
.container,
.b-container{
	max-width:1030px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
}
.contact .oswald-font {
    font-size: 27px;
    color: #dfae8f;
}
.oswald-font {
    font-family: 'Oswald', sans-serif;
}
.b-container{max-width:1225px;}
.tmb img{
	width:100%;
	display: block;
}

.use-bg{
	background-color:#dfae8f;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:50px;
	padding-bottom:50px;
}

.main-btn{
	display:inline-block;
	text-align:center;
	padding:0 15px;
	border:1px solid #00142c;
	min-width:148px;
}
.main-btn > *{
	display:inline-block;
	vertical-align:middle;
}
.main-btn  .txt{
	line-height:30px;
	padding:3px 0;
}

.main-btn .arrow{
	    width: 20px;
    height: 12.5px;
    position: relative;
    margin-left: 6px;
    background: url(assets/images/arrow.png) no-repeat right top 0px;
}
.main-btn:hover .arrow,
.main-btn:focus .arrow{
	background-position: right top -13px;
}
.fs18{
	font-size: 18px;
}
.price-contact-us .reservation-phone .icon:before,.price-contact-us .reservation-fax .icon:before{
	    top: 0px;
}
.price-contact-us .reservation-mail-price.reservation-fax .icon:before{
	top: 4px;
}
.price-contact-us .top-m{
	    text-align: center;
    font-size: 32px;
}
.price-contact-us .reservation-mail-price .top-m{
	font-size: 18px;
    padding: 13px 0;
}
.price-contact-us{
	margin: 0 -8px
}
#news-topics .yonex-post .contact_btn .reservation .phone{
	font-size: 32px;
    padding-bottom: 13px;
    padding-top: 20px;
}
#news-topics .entry-content .compe-btn a{
    color: inherit;
    min-width: 205px;
	margin: 0 5px 10px 5px;
}
.compe-btn{
	padding-top: 12px;
}
#news-topics .yonex-post .contact_btn p:empty{
display: none;
}
#news-topics .entry-content .compe-btn a:hover{
	color: #fff
	}
#news-topics .yonex-post .contact_btn .reservation-phone .icon:before{
    top: 0px;
}
#news-topics .yonex-post .contact_btn .top-m{
   font-family: 'Noto Serif JP', serif;
    font-size: 19px;
    margin-bottom: 0px;
    line-height: 1.2;
    text-align:center;
}
.yonex-post .contact_btn .items{
	width: 100%
}
#news-topics .yonex-post .contact_btn .oswald-font{
	color: #00142c
}
.price-contact-us-item.lunch .title-lunch{
	padding-top: 50px;
}
.title-lunch{
	    font-size: 27px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 13px;
}
.facility-phone{
	    font-size: 32px;
    line-height: 1.2;
}
.price-contact-us-item{
	padding-bottom: 15px;
}
.reservation-mail-price .icon:before {
    content: "";
    display: inline-block;
    background: url(../../uploads/2019/01/mail-to.png) no-repeat left center;
    width: 26px;
    height: 26px;
    margin-right: 4px;
    position: relative;
    top: 5px;
}
ul.l-dots li:before {
    content: "◎";
    margin-right: 5px;
}
.tbl-scrolling p.note-tbl {
    margin-top: -15px;
    margin-bottom: 20px;
}
.tbl-scrolling p.note-tbl.no-mg-bottom{
	margin-bottom:0px;
}
.mt-20{
	margin-top:20px !important;
}
/*
.main-btn .arrow:before{
	content:'';
	position:absolute;
	top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    border:0.5px solid #00142c;
}
.main-btn .arrow:after{
	content: '';
    position: absolute;
    top: 45%;
    right: -2px;
    border-right: 1px solid #00142c;
    border-bottom: 1px solid #00142c;
    transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    width: 7.5px;
    height: 7.5px;
}*/
.main-btn:hover,
.main-btn:focus{
	background:#00142c;
	color:#fff;
}
.main-btn:hover .arrow:before,
.main-btn:hover .arrow:after,
.main-btn:focus .arrow:before,
.main-btn:focus .arrow:after{
	border-color:#fff;
}

.main-btn.s2{
	border-color:#dfae8f;
	color:#dfae8f;
}
/*
.main-btn.s2 .arrow:before,
.main-btn.s2 .arrow:after{
	border-color:#dfae8f;
}*/
.main-btn.s2:hover{
	background-color:#dfae8f;
	color:#fff;
}
.main-btn.s2 .arrow{
	background-image: url(assets/images/arrow2.png);
}
/*
.main-btn.s2:hover .arrow:before,
.main-btn.s2:hover .arrow:after{
	border-color:#fff;
}*/
.no_border_btn {
    text-align: inherit;
    padding: 0;
    border: none;
    min-width: inherit;
}
.no_border_btn:hover, .no_border_btn:focus {
    background: none;
    color: #dfae8f;
}
.no_border_btn .arrow{
	width: 26px;
    height: 7px;
    position: relative;
    margin-left: 6px;
    background: url(assets/images/arrow-new.png) no-repeat right top 0px;
}
ul.l-dots li:before {
    content: "◎";
    margin-right: 5px;
}
.tbl-schedule p.note-tbl {
    margin-top: -15px;
    margin-bottom: 20px;
}
.no_border_btn:hover .arrow {
    background-position: right top;
}
.white{color:#fff;}

.inline-its > *{
	display: inline-block;
	vertical-align: middle;
}

a img:hover{
	opacity: 0.8;
}

#site-header{
	position: relative;
	z-index: 99;
}
#site-header.fixed{
	position: fixed;
	z-index: 9999;
	top:0;
	left:0;
	width:100%;
}

#site-header .top{
	padding: 0 0 0 20px;
	border-bottom:1px solid #002a47;
}
#site-header .spec-btn {
    display: inline-block;
    height: 100%;
    min-width: 120px;
    text-align: center;
    border: none;
    color: #fff;
    padding: 0 25px;
    font-size: 22px;
    border-radius: 0;
    line-height: 104px;
    background: #cd0000;
    background: -moz-linear-gradient(top, #cd0000 0%, #7c0000 100%);
    background: -webkit-linear-gradient(top, #cd0000 0%,#7c0000 100%);
    background: linear-gradient(to bottom, #cd0000 0%,#7c0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#7c0000',GradientType=0 );
    font-size: 22px;
}
#site-header .spec-btn:hover{
	background: #ad0000;
	background: -moz-linear-gradient(top, #ad0000 0%, #600000 100%);
	background: -webkit-linear-gradient(top, #ad0000 0%,#600000 100%);
	background: linear-gradient(to bottom, #ad0000 0%,#600000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0000', endColorstr='#600000',GradientType=0 );
}
#site-header .spec-btn > span {
	background-image: url(assets/images/web-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px auto;
	padding: 5px 0 5px 45px;
}

#site-header .spec-btn.s2{
	background: #9b9b9b;
	background: -moz-linear-gradient(top, #9b9b9b 0%, #666666 100%);
	background: -webkit-linear-gradient(top, #9b9b9b 0%,#666666 100%);
	background: linear-gradient(to bottom, #9b9b9b 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#666666',GradientType=0 );	
}
#site-header .spec-btn.s2:hover{
	background: #777777;
	background: -moz-linear-gradient(top, #777777 0%, #3d3d3d 100%);
	background: -webkit-linear-gradient(top, #777777 0%,#3d3d3d 100%);
	background: linear-gradient(to bottom, #777777 0%,#3d3d3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#3d3d3d',GradientType=0 );
}

#site-header .contact .it{
	display:inline-block;
	vertical-align:middle;
}

#site-header .contact .it.phone{
	margin-right:20px;
}
#site-header .contact .phone span{
	display:inline-block;
	vertical-align:middle;
}
#site-header .contact .phone .icon{
	margin-right:4px;
}
#site-header .contact .phone .txt{
	display:none;
}


.logo-header .center {
    padding-right: 10px;
    line-height: 1;
}

.sologan-jp {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    display: inline-block;
    width: 100%;
    line-height: 18px;
    margin-bottom: 6px;
}

.sologan-en {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
	letter-spacing:1px;
}


#pri-menu{
	text-align:center;
}
#pri-menu > li{
	position:relative;
	width: 100%;
	padding: 16px 0;
}
#pri-menu > li:first-child{
	margin-left:0;
}
#pri-menu > li:last-child{
	margin-right:0;
}
#pri-menu li{
	position:relative;
}
#pri-menu li .sub-menu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	color:#00142c;
	width:220px;
	text-align:left;
	box-shadow:2px 2px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 10px 0px rgba(0,0,0,0.3);
}
.en_font {
    font-family: 'EB Garamond', serif;
}
#pri-menu li:hover > .sub-menu{
	display:block;
}
#pri-menu .sub-menu ul{
	left:100%;
	top:0;
}
#pri-menu .sub-menu ul ul{
	/*left:-100%;*/
}
#pri-menu a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	line-height: 40px;
}
#pri-menu .current-menu-item > a{
	color:#dfae8f;
}
#pri-menu .sub-menu a{
	padding:10px 15px;
	border-bottom:1px solid #f2f2f2;
}
#pri-menu a > span:not(.home) {
    line-height: 20px;
    display: block;
}
#pri-menu a > .en_font {
    color: #dfae8f;
    font-size: 11px;
    display: block;
	letter-spacing:1px;
}
#pri-menu > li + li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    height: 42px;
    width: 1px;
    background: #002a47;
}
#pri-menu li.current-menu-item::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #dfae8f;
}
#pri-menu a:hover {
    color: #dfae8f;
}
#pri-menu a:hover .en_font {
    color: #fff;
}
#pri-menu a .home {
    font-family: 'EB Garamond', serif;
}


#home-banner .inner:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:100%;
	min-height:500px;
}
#home-banner .cont{
	display:inline-block;
	vertical-align:middle;
	max-width:calc(100% - 6px);
	max-width:-webkit-calc(100% - 6px);
}

.sec-tit{
	font-size:27px;
}

#sec-news{
	padding:58px 0 70px;
}

#sec-news .lt-side{
	width: 100%;
}
.new_event_banner {
    padding: 20px 0 0 0;
}
.event_banner_item {
    padding: 0 0 10px 0;
}
#sec-news .list{
	margin-top:20px;
}
#sec-news .list .it{
	margin-bottom:10px;
}

#sec-news .list .date{
	font-size:12px;
	margin-right:20px;
	display:inline-block;
	vertical-align:middle;
} 
#sec-news .list .tit{
	display:inline-block;
	vertical-align:middle;
	max-width:calc(100% - 135px);
	max-width:-webkit-calc(100% - 135px);
}
.mobile {
	display: none;
}
#sec-courses{
    position: relative;
	padding:35px 0 60px;
}
#sec-courses .top-tit{
	margin-bottom:40px;
}
#sec-courses .lt-side{
	width:calc(100% - 165px);
	width:-webkit-calc(100% - 165px);
	padding-right:15px;
}
#sec-courses .rt-side{
	padding-top:10px;
}

#sec-courses .list .it{
	width:441px;
	position: relative;
}
#sec-courses .list .it a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index: 3;
}
#sec-courses .list .it .tmb{
	overflow: hidden;
	position: relative;
}
#sec-courses .list .it .tmb:after{
	content:'';
	position: absolute;

	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
#sec-courses .list .it a:hover + .tmb:after{
	opacity: 1;
}

#sec-courses .list .it .tmb img{
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}
#sec-courses .list .it a:hover + .tmb img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
#sec-courses .list .tit{
	position: absolute;
	z-index:2;
	bottom:0;
	left:0;
	color:#fff;
	width:100%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#sec-courses .list .tit{
	display: block;
	padding:15px 15px 17px 22px;
}
#sec-courses .list .tit span{
	display: inline-block;
	vertical-align: middle;
}
#sec-courses .list .tit .icon{
	margin-right:6px;
}
button.slick-arrow{
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	padding:0;
}
button.slick-arrow.black .arrow:before,
button.slick-arrow.black .arrow:after{
	border-color: #00142c;
}

.slick-arrow .arrow{
	position: relative;
	width:21px;
	height:12px;
	display: block;
	background: url(assets/images/arrowb.png) no-repeat center center;
}
.slick-arrow .arrow.s2{
	background-image: url(assets/images/arrow2b.png);
}
.slick-arrow.slick-prev .arrow{
	transform:scaleX(-1);
	-ms-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
}

.slick-arrow .arrow:before{
	display: none;
	content: '';
    border: 0.5px solid #dfae8f;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}
.slick-arrow .arrow:after{
	display: none;
	content: '';
    border-left: 1px solid #dfae8f;
    border-bottom: 1px solid #dfae8f;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    left: 0.5px;
}
.slick-arrow.slick-next .arrow:after{
	content: '';
    border-right: 1px solid #dfae8f;
    border-bottom: 1px solid #dfae8f;
    border-left:none;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    left:auto;
    right: 1px;	
}

#primary{
	overflow: hidden;
}
.middle-cols{
	font-size:0;
	margin: 0 0 40px 0;
}
.middle-cols > *{
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
}
#sec-facility .tmb,#sec-facility .cont{
	width:50%;
}
#sec-facility .cont{
	max-width: 700px;
	padding:30px 55px;
	
}
#sec-facility .cont .desc{
	font-size:18px;
	margin-top:16px;
}
#sec-facility .cont .read-more{
	margin-top:35px;
}
.hide{
	display: none !important;
}
#sec-footer-banners ul .it{
    width: 50%;
    float: left;
    padding: 10px;
    
}
#sec-footer-banners .list{
    padding: 45px 0 35px;
    margin:0 -10px;
	display: flex;
	flex-wrap: wrap;
}
#sec-footer-banners ul .it img{
	width: 100%;
}
#footer-menu {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    
}
#footer-menu > li {
    line-height: 35px;
    padding-left:15px;
}
#nav_footer1 ul li a {
    text-transform: uppercase;
}
#footer-menu li a {
    font-size: 12px;
    text-transform: uppercase;

}
#footer-menu > li > a{
	display: none;
}
#site-footer .footer-inner {
    padding: 25px 50px 30px;
}
#site-footer .side-l {
    width: 370px;
    float: left;
    border-right: 1px solid #002a47;
    padding: 25px 60px 0 0;
    font-size: 12px;
}
#site-footer .side-r {
    width: calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
    float: right;
    padding: 40px 0 0 60px;
    font-size: 14px;
}
#site-footer .bot-part {
    padding: 23px 50px;
    border-top: 1px solid #002a47;
    font-size: 12px;
}
#site-footer .bot-part {
    font-size: 12px;
}
#ft-bottom-menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    margin-left: 30px;
}
#ft-bottom-menu li a {
    color: #686868;
}
#ft-bottom-menu li a:hover {
    color: #dfae8f;
}
#footer-logo{
	margin-bottom:30px;
}

#site-footer .lt-side .cont{
    font-size: 12px;
}
#news-topics .list-news .title time,#news-topics .list-news .title .tit{
	display: inline-block;
	vertical-align: middle;
}
#news-topics .list-news .title time{
	margin-right: 20px;
    width: 100px;
    font-size: 11px;
    color: #666666;

}
#news-topics .list-news .title .tit{
	font-size: 100%;
	max-width: calc(100% - 125px);
    max-width: -webkit-calc(100% - 125px);	
        
}
#news-topics .list-news li{
	padding: 18px 0;
	border-bottom: 1px solid #DADADA
}
#news-topics .list-news li:first-child{
	border-top: 1px solid #DADADA
}
#site-footer .lt-side .copy_r {
	font-size:10px;
}
#news-topics .list{
	width: 70%;
    padding-bottom: 110px;
}
#news-topics .tit .block_title{
	font-size: 27px;
	text-transform: uppercase;
    padding: 45px 0 37px;
}
.pagenavi{
	padding-top: 25px;
}
.pagenavi .wp-pagenavi .current{
	background: #dfae8f;
	border-color:#dfae8f;
}
.pagenavi span.pages,.pagenavi .nextpostslink,.pagenavi .previouspostslink {
    display: none;
}

.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 4px 10px;
    margin: 2px;
}
.breadcrumbs {
   border-top: 1px solid #D3D3D3;
	padding: 0 50px;
	height: 36px;
	line-height: 36px;
}
.breadcrumbs span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}
.breadcrumbs .home::before {
    position: absolute;
    left: 0;
    content: "";
    top: -6px;
    width: 14px;
    height: 21px;
    background: url(assets/images/breadcrumblist.png) no-repeat;
}
.breadcrumbs .home {
    position: relative;
    padding-left: 21px;
}
.breadcrumbs .fa-angle-right {
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    width: 13.5px;
    height: 12.5px;
    display: inline-block;
    padding: 0 !important;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 10px 0 5px;
}
.breadcrumbs .fa-angle-right::before {
    display: none;
}
.breadcrumbs .fa-angle-right {
    padding: 0 10px;
    position: relative;
    top: 1px;
    color: #D3D3D3;
}
.breadcrumbs a:hover {
	color: #dfae8f;
}

#home-video {
    height: 600px;
    position: relative;
    overflow: hidden;
    height:0;
    padding-bottom: 56.25%;
}

#home-video video {
    position: absolute;
    width: 100%;
}

#home-video-iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#home-banner .inner:before, #home-video .inner:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    min-height: 600px;
}
#home-mobile-slider .it{
	overflow: hidden;
}
#home-mobile-slider .it img{
	transition:all 15s;
	-o-transition:all 15s;
	-moz-transition:all 15s;
	-webkit-transition:all 15s;
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}
#home-mobile-slider .it.slick-active img{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
}

#home-video .cont img{
	max-width: 1000px;
}
#home-banner .cont, #home-video .cont {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 6px);
    max-width: -webkit-calc(100% - 6px);
    position: relative;
}

.siderbar{
	width: 26%;

}
.siderbar .title{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 50px 0 0 5px;
}
.archive-list{
	margin-top: 15px;
}
.siderbar {
	max-width: 195px;
}
.archive-list{
	border-top: 1px solid #dfae8f;
	border-bottom: 1px solid #dfae8f;
}
.archive-list li{
	padding: 10px;
    font-size:13px;
}
.archive-list li + li{
	border-top: 1px solid #DADADA;
}
.archive-list li.active{
	color:#dfae8f;
}

.translateY{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#head_menu_nav_mobi {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999999;
}

#site-footer .lt-side .cont .ft-site-desc{
	font-size: 21px;
}
#site-footer .lt-side .cont .company-name{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 20px;
} 




#share ul li{
	display: inline-block;
	padding-left: 12px;
    vertical-align: top;
}
#share ul li .fb_iframe_widget{
    padding: 0px;
    height: 20px;
}
#share ul li .fb_iframe_widget > span{
    height: 26px !important;
}
#news-topics .list article{
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA
}
#news-topics .list article .entry_title{
	font-size: 27px;
	padding-top: 25px;
	padding-bottom: 10px;
}
#news-topics .list article .date{
	font-size: 12px;
    padding-bottom: 40px;
}
#news-topics .list article .double{
	padding-bottom: 30px;
}
#share{
	padding: 30px 0;
	text-align: right;
}
.back-news-topics .back{
	    border: 1px solid #00142C;
    padding: 10px 0;
    max-width: 282px;
    width: 282px;
    text-align: center;
    display: inline-block;
    position: 
}
.back-news-topics .back span{
	position: relative;
}
.back-news-topics .back span:after{
    content: "";
    width: 21px;
    height: 12px;
    top: 3px;
    right: -30px;
    display: block;
    position: absolute;
    background: url(assets/images/back-news-topics.png);

}
.back-news-topics{
	padding-top: 45px;
	text-align: center;
}


.slick-arrow{
	cursor: pointer;
}
#sec-courses .slick-arrow{
	position: absolute;
	bottom: -35px;
    z-index: 99;
}
#sec-courses .slick-prev{
	left:15px;
}
#sec-courses .slick-next{
	right:15px;
}
.item-price-7,.item-price-8,.item-price-9,.item-price-10{
	display: none !important;
}
.search-result-wpr{
	padding:50px 0;
}
.search-result-wpr .post + .post{
	border-top:1px solid #f2f2f2;
	padding-top:30px;
	margin-top:30px;
}

input{
	height:40px;
	line-height: 40px;
	background: #fff;
	padding:0 15px;
	display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.search-submit{
	display: inline-block;
    vertical-align: middle;
	height:40px;
	line-height: 40px;
	background: #fff;
	border:1px solid #00142c;
	background:#00142c;
	color:#fff;
	cursor: pointer;
}

ul.style-star li,
.the-cont ul.style-star li{
	position: relative;
	padding-left:15px;
}
ul.style-star li:before,
.the-cont ul.style-star li:before{
	content:'※';
	color:#dfae8f;
	position: absolute;
	top:0;
	left:0;
	background: none;
}

#course .course-categories-list{
	margin-bottom:60px;
}

table.text-center th,
table.text-center td{
	text-align: center;
}

.tbl-hole-total-yards th[colspan="3"]{
	width:50%;
}

.w25{width:25%;}

.w50{
	width:50%;
}

sup{
	vertical-align: super;
    font-size: smaller;
}
.grp-btns{
	margin-top:30px;
}
.grp-btns > *{
	margin:0 8px 8px 0;
}

.the-cont ul li{
	position:relative;
	padding-left:10px;
}
.the-cont ul li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	background:#00142C;
	width:3px;
	height:3px;
	border-radius:50%;
}

.tbl-scrolling{
	overflow-x: auto;
}
.tbl-scrolling + .scrolling-notice{
	display: none;
}
.tbl-scrolling th,
.tbl-scrolling td{
	min-width: 120px;
	text-align: center;
}

table th,
table td{
	border:1px solid #dadada;
}

.lbl-s1{
	font-size:16px;
	font-weight: bold;
	margin:80px 0 18px;
}

.lbl-s1 .sub{
	font-size:13px;
	font-weight: normal;
}


.arrow-s1{
	background: url('assets/images/arrow-s1.png') no-repeat center center;
	width:14px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
}
.tbl-schedule{
	margin-bottom:20px;
}
.tbl-schedule th,
.tbl-schedule td{
	vertical-align: middle;
	text-align: center;
}
.tbl-schedule .dir{
	width:42px;
}
.tbl-schedule .spec-time{
	width:150px;
}

.p-note{
	margin-bottom:40px;
}
.red{color:#ff0000;}
.lbl-s1 .red{
	font-weight: normal;
}

.big-cell{
	height:64px;
}
.font18{font-size:18px;}

.tbl-pricing-wpr{
	margin-bottom:70px;
}

.tbl-pricing-wpr th{
	font-weight: bold;
}

.tbl-pricing-wpr .sec-tit{
	margin:45px 0 20px;
}
.tbl-pricing-wpr img{
	margin-bottom:5px;
}
.radius{
	border-radius: 9px;
}
.gray-box{
	background:#efefef;
	padding:18px;
}

.gray-box.s2{
	padding:30px 35px 70px;
}
.gray-box .pdf{
	background: transparent;
}
.gray-box .pdf:hover,
.gray-box .pdf:focus{
	background: #00142c;
    color: #fff;
}
.bold{font-weight: bold;}
.gray-box .main-btn{
	margin-top:10px;
}

.yard-statistics table{
	margin-bottom:30px;
}
.tbl-scrolling-statistics{
	margin-bottom: 30px;
}
.yard-statistics table .lbl{
	width:220px;
}

.usage-notice{
	margin:40px 0;
}

.usage-notice .btn-wpr{
	margin-top:30px;
}

.so-widget-sow-editor .widget-title{
	font-size: 27px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom:13px;
}

.lesson-item > *{
	display: inline-block;
	vertical-align: middle;
	margin-right:13px;
}
.video_container > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video_container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}


#main-logo{  
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	max-width: 460px;
    padding: 10px 0;
}
.logo-header .the_logo {
	min-width: 81px;
	width: 81px;
}
.logo-header .the_logo img{
	max-height: 90px;
}
#footer-logo img {
    max-height: 90px;
}
.tbl-contact th,
.tbl-contact td{
	border:none;
	padding:21px 15px;
}
.tbl-contact th{
	width:185px;
	font-weight: bold;
	vertical-align: middle;
}
.tbl-contact tr{
	border-top:1px solid #dadada;
}
.tbl-contact tr:last-child{
	border-bottom:1px solid #dadada;	
}

#facility .cont-facility {
    font-size: 18px;
}


.notice-no-posts {
    margin: 30px 0 0 250px;
}

.competition-pdf{
	margin-top:30px;
}
#menu-page .price-lunch {
    padding-top: 10px;
    text-align: right;
} 
#menu-page .price-lunch ul li {
    display: inline-block;
}
#menu-page .price-lunch ul li:nth-child(2){
	min-width: 70px;
    padding-left: 10px;
}
#menu-page .price-lunch ul:nth-child(1){
	color: #ff0000
}
#menu-page .single-items .items{
	width: calc(50% - 10px);
	border:1px solid #e5e5e5;
	padding: 12px;
    margin-bottom: 15px;
}
#menu-page  .menu-list-price li{
	    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    width: 50%;
}
#menu-page  .menu-list-price {
    border-top: 1px solid #e5e5e5;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 20px;
}
#menu-page .single-items p:empty{
	display: none;
}
#menu-page .list-items-menu{
		display: flex;
		display: -ms-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		flex-wrap: wrap;
}
#menu-page .list-items-menu .items .cont .tit{
	padding:5px 15px 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
}
#menu-page .list-items-menu .items .cont .tit .child{
	font-size: 14px;
    display: block;
    min-height: 26px;
    padding-top: 5px;
}
#menu-page .list-items-menu .items .price-lunch tr th{
	color: #ff0000;
}
#menu-page .list-items-menu .items .price-lunch tr th,#menu-page .list-items-menu .items .price-lunch tr td{
	border:none;
	padding: 0px 10px;
	text-align: right;
}
#menu-page .list-items-menu .items{
	width: calc(50% - 15px);
    /*padding-bottom: 70px;*/
	padding:20px;
	margin-bottom:20px;
	border: 1px solid #e5e5e5;
}
#menu-page .list-items-menu .items .img img{
	width: 100%
}
#menu-page{
	padding-bottom: 100px;
}
.price-lunch{
	padding-top: 10px;
}
.notice-no-posts {
    margin: 30px 0 30px 250px;
}

.course-point:before{
	content: "";
    width:5px;
    height:5px;
    background: #dfae8f;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
/*popup*/
.js-menu-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9;
}
.item-pop-up {
    padding: 30px 0;
    text-align: center;
    background-color: #011a30;
}
.btn-pop-up:hover {
    opacity: 0.8;
    transition: all .3s linear;
}
a.btn-pop-up {
    color: #ecb48b;
    font-weight: bold;
    font-size: 16px;
}
.icon-close:hover{
    cursor: pointer;
    opacity: 0.8;
}
.js-menu-open {
    position: relative;
}
.pop-up.active{
    display: block;
}
.pop-up {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    z-index: 10;
    box-sizing: border-box;
    color: #000;
    text-shadow: none;
    text-align: left;
    display: none;
    position: fixed;
    top:0;
    left: 0;
}
.tit-pop-up {
    margin-bottom: 30px;
}
.close-pop {
    display: block;
    text-align: right;
    margin: 0 0 15px;
}
ul.list-pop-up {
    list-style-type: disc;
    margin-left: 20px;
}
.bold{
    font-weight: bold;
}
.btn-close{
    margin: 0;
    background: #ecb48b;
    border-radius: 20px;
    padding: 7px 15px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
}

.local_pdf {
    padding-top: 20px;
}
.local_pdf .flex-view{
	justify-content: center
}
.local_pdf p {
    padding: 0 10px;
}
.local_pdf p .pdf {
    width: 350px;
    max-width: 100%
}
.local_pdf .local_rules_change {
    text-align: center;
    padding-top: 10px;
}
.local_pdf .local_rules_change span {
    color: red;
}
.jp-mail-font{
	font-family: 小塚ゴシック Pro, sans-serif;
}

form.post-password-form p{
	margin-bottom:20px;
}
.center_txt {
	text-align: center;
}
.my_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row15 {
    margin-left: -7px;
    margin-right: -7px;
}
.my_col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row15 .my_col {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}
.col3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.facility_img_desc {
	font-size: 12px;
	padding: 5px 0 0 0;
}
.facility_img_title {
	font-weight: bold;
}
.facility_tmb_txt {
	padding: 5px 5px 0 5px;
}
#facility_images .facility_tmb {
	display: block;
}
#facility_images {
	padding: 50px 0 0 0;
}
.grey {
	color: #757575;
}
.fs22 {
	font-size: 22px;
}
.rest_desc {
	padding: 20px 0 0 0;
}
.rest_title{
	text-transform: uppercase;
}
.argolf_btns {
	padding: 15px 0 0 0;
}
.argolf_btns > a {
	text-align: center;
	width: calc(50% - 7px);
	padding: 10px;
}
.argolf_btn span {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	display: block;
}
/*foot golf */
#header-page-template .block_title {
    padding: 40px 0 0 0;
}
.panel-first-child .pd-section.container{
	padding: 15px 15px 45px 15px;
}
.pd-section.container{
	padding: 45px 15px;
}
.cnt-page-template .widget-title{
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
.bg-dark-blue{
	background: #00142C;
    color: #CCA58B;
}
.box-dark-blue a {
    font-size: 40px;
    line-height: 1.2;
    padding: 32px 0;
    display: block;
    border-radius: 10px;
}
.box-dark-blue a:hover{
	background: #CCA58B;
    color: #00142c;
}
.box-item.box-dark-blue {
    padding: 0;
}
.box-item{
	padding: 12px 0;
    border-radius: 10px;
    text-align: center;
    display: block;
    align-self: center;
}
.page-template-foot-golf #sec-footer-banners{
	display: none;
}
.box-reser:not(:last-child) {
    margin-bottom: 45px;
}
.box-item.box-white {
    background: white;
    display: inline-block;
    padding: 12px 50px;
    margin: 25px 0 70px 0;
}
.box-line-gray {
    height: calc( 100% - 65px);
    padding: 10px;
    border: 1px solid #EFEFEF;
}
.head-item-cloth {
    padding: 20px 0 20px 15px;
    font-size: 20px;
}
.item-cloth{
	border: 1px solid #EFEFEF;
}
.item-cloth:not(:last-child){
	margin-bottom: 30px;
}
.item-cloth p{
	padding: 20px 15px;
}
.sub-top-box{
	font-size: 20px;
	font-weight: bold;
}
.cnt-pri-box-item a{
    font-size: 60px;
    line-height: 1.2;
}
.cnt-page-template table th{
	background: #EFEFEF;
    font-weight: bold;
    border: 1px solid #DADADA;
    text-align: center;
}
.cnt-page-template .tbl-schedule td {
    background: #fff;
}
.tbl-schedule td.bg-gray{
	font-weight: bold;
}
.w-item-50 > div {
    width: calc( 100% / 2 - 10px);
}
.w-item-50{
	margin-bottom: 25px;
}
.pd-tbl{
	margin-bottom: 25px;
}
table.tbl-total {
    max-width: 270px;
}
.bg-gray{
	background: #EFEFEF !important;
}
.pd-section{
	padding: 45px 0;
}
.cnt-page-template table td{
	border: 1px solid #DADADA;
    vertical-align: middle;
    text-align: center;
}


/*===*/
#site-header .contact .it.btn-footgoft{
	height: 105px;
	margin-left: -4px;
	background: rgb(42,171,225);
	background: linear-gradient(90deg, rgba(42,171,225,1) 0%, rgba(41,171,226,1) 100%);
}
#site-header .contact .it.btn-footgoft a{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}
#site-header .contact .it.btn-footgoft .box-img{
	max-width: 35px;
	margin-right: 10px;
}
#site-header .contact .it.btn-footgoft .box-text {
	color: #fff;
    font-size: 22px;
    line-height: 33px;
    text-shadow: 4px -1px 8px #000;
    font-family: 'Noto Serif JP', serif;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-head-76 {
    display: none;
}
@media screen and (max-width:1199px){

	#site-header .spec-btn{
		font-size:18px;
	}

	#site-footer .footer-inner {
		 padding: 30px 15px;
	}
	#site-footer .side-l {
		width: 100%;
		border-right: none;
		float: none;
		text-align: center;
		border-bottom: 1px solid #002a47;
		padding: 0 0 30px 0;
		margin-bottom: 30px;
	 }
	 #site-footer .side-r {
		width: 100%;
		float: none;
		padding: 0;
	 }
	#site-footer a img {
		display: inline-block;
	}
	#site-footer .bot-part {
		padding: 15px;
	}

	#pri-menu{
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	#pri-menu > li{
		width:25%;
		margin:0;
		padding:16px 10px;
	}

}
@media screen and (max-width: 1280px){
	body .contact .oswald-font {
		font-size: 20px;
	}	
	#site-header .contact .it.phone {
		margin-right: 10px;
	}
	#main-logo{
		max-width: 320px;
	}
	#site-header .spec-btn {
		font-size: 15px;
		padding:0 5px;
	}
}

@media screen and (max-width:991px){
	#main-logo{
		max-width: 320px;
	}
	.contact-head-76 {
		display: block;
	}
	#site-header .spec-btn{
		font-size: 12px;
	}
	.contact .oswald-font{
		font-size:20px;
	}
	#site-header .spec-btn{
		padding:0 15px;
	}
	#site-header .contact .it.phone{
		margin-right:10px;
	}
	.box-contact-76 {
		display: flex;
		align-items: center;
		padding: 12px;
		justify-content: space-between;
		height: 100px;
	}
	#site-header .contact-head-76 {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0, 20, 44, 0.7);
	}
	.item-contact.iconphone a{
		background-color: #fff;
		text-align: center;
	}
	.item-contact {
		width: calc(100% / 3 - 10px);
	}
	.iconphone img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	#site-header .item-contact.iconphone a {
		padding: 15px;
	}
	#site-header .item-contact a {
		display: block !important;
		line-height: 1.7;
		padding: 20px 0;
		border-radius: 5px;
	}
	#site-header .contact .it {
		display: none ;
	}
	#site-header .contact .it.line,#site-header .contact .it.instagram{
		display: inline-block;
	}
	#home-video .cont {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    width: 100%;
	}
	
	#home-video .container.inner.text-center{
		height: 0px
	}
	#home-video {
	    position: relative;
	    height: auto;
	    padding-bottom: 56.25%;
	}
	#sec-facility .tmb, #sec-facility .cont{
		display: block;
		width: 100%;
	}
	#sec-facility .cont{
	 	max-width: 100%;
	 	padding:20px 18px 30px;
	}
	.tbl-scrolling + .scrolling-notice{
		display: block;
	}
}


@media screen and (max-width:767px){
	/* popup mobile */
    .pop-up{
        max-width: 100%;
        margin: 100px 15px 0;
        left: 0 !important;
        height: 500px;
        overflow-y: scroll;
        top:0 !important;
        padding:15px;
    }
    .btn-close{
        padding:5px 10px;
    }
    a.btn-pop-up{
        font-size: 14px;
    }
	#site-header .item-contact.iconphone a {
		padding: 18px;
	}
	.iconphone img {
		display: block;
		margin: 0 auto;
	}
	#site-header .item-contact.iconphone a {
		padding: 6px;
	}
	#home-banner .inner:before{
		min-height:220px;
	}
	.price-contact-us .flex-view{
		display: block;
	}
	#menu-page {
	    padding-bottom: 50px;
	}
	.local_pdf .flex-view{
		display: block;
	}
	#menu-page .list-items-menu .items{
		width: 100%;
	    padding-bottom: 35px;
	}
	.local_pdf p {
	    padding: 5px 15px;
	}
	#menu-page .list-items-menu .items .cont .tit .child{
		height: auto;
	    min-height: auto;
	}
	#menu-page .list-items-menu .items:first-child{
		padding-top: 0px;
	}
	#menu-page .list-items-menu .items .cont .tit{
	    padding-left: 10px;
	}
	#home-mobile-slider {
	    position: relative;
	}
	.cont-hole {
	    padding-top: 0px;
	}
	#home-mobile-slider .img-tit {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    width: 70%;
	}
	#site-header .contact {
	    position: fixed;
	    z-index: 99;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background: rgba(0, 20, 44, 0.7);
	}
	.slick-slide img {
	    display: block;
	}
	#site-header .contact {
	    position: fixed;
	    z-index: 99;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background: rgba(0, 20, 44, 0.7);
	}
	#site-header .contact .phone .txt {
	    display: inline-block;
	    font-size: 18px;
	    line-height: 1;
	    display: none;
	}
	#site-header .contact .phone span {
	    display: inline-block;
	    vertical-align: middle;
	}
	.contact .oswald-font {
	    font-size: 22px;
	}
	#site-header .contact .its {
	    display: flex;
	    display: -ms-flex;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    align-items: center;
	    -webkit-align-items: center;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
	    padding: 0 0 0 10px;
	}
	#site-header .contact .phone {
	    width: 100%;
	    padding-right: 15px;
	}
	#site-header .contact .it {
	    margin: 0;
	}
	#site-header .contact .it.btn2{
		display: none;
	}
	.pc{
		display: none !important;
	}
	.list-socail-mobile{
		margin-top: 15px;
	}
	.line img {
		max-width: 130px;
		margin: 5px auto;
	}
	.mobile {
	    display: block;
	}
	.logo-header .the_logo {
		min-width: inherit;
		width: auto;
	}
	#site-header .top{
		display: block;
		border-bottom:none;
		padding:0;
		height: inherit;
	}
	#main-logo{
		position: relative;
		border-bottom: 1px solid #002a47;
		padding:13px;
		display: flex;
		display: -ms-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	#main-logo a{
		max-width: calc(100% - 35px);
		max-width: -webkit-calc(100% - 35px);
	}
	#main-logo a img{
		max-height: 29px;
	}
	#site-header{
		background: #011A30;
	}

	#site-header .contact .it{
		margin:0;
	}
	#site-header .contact .phone{
		width:100%;
		padding-right:15px;
	}
	#site-header .contact .phone .icon{
		width:18px;
	}
	#site-header .contact .phone .txt-img{
		display: none;
	}
	.sologan-jp {
	    font-size: 12px;
	    line-height: 12px;
	    margin: 0;
	}

	.sologan-en {
	    font-size: 8px;
	}

	body.fixed{
		overflow:hidden;
	}
	#right-menu{
		position: relative;
		z-index: 99999;
	}
	#right-menu span {
		 position: relative;
	    top: 0;
	    background: #dfae8f;
	    border-radius: 0;
	    display: block;
	    height: 2px;
	    transition: all .4s;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -o-transition: all .4s;
	    width: 30px;
	}
	#right-menu span + span{
		margin-top:6px;
	}
	#right-menu.active span:first-child {
	    top: 8px;
	    transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	}
	#pri-menu > li,
	#pri-menu > li:first-child {
	    margin:0;
	}
	#nav_menu_top {
	    display: block;
	    position: fixed;
	    z-index: 9999;
	    top: 55px;
	    left: -100%;
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    background: #011A30;
	    transition: all .4s;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -o-transition: all .4s;
	    font-size: 13px;
	}
	#nav_menu_top.active {
	    left: 0;
	    box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.3);
	}
	#nav_menu_top .mobile-logo {
	    padding: 13px 15px 10px 15px;
	}
	#right-menu.active span:nth-child(3) {
	    top: -8px;
	    transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	}
	#right-menu.active span:nth-child(2) {
	    width: 0;
	    transform: rotateZ(180deg);
	    -ms-transform: rotateZ(180deg);
	    -webkit-transform: rotateZ(180deg);
	}
	ul#pri-menu > li {
        display: block;
	    text-align: center;
	}
	#pri-menu a{
		padding:7px 15px;
	}

	#nav_menu_top .mobile-cont{
		padding:20px 15px 50px;
		margin-bottom:64px;
	}

	#nav_menu_top .mobile-cont .btn-wpr + .btn-wpr{
		margin-top:15px;
	}
	#mobile-menu{
		border-top:1px solid #dfae8f;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	#mobile-menu li{
		padding:8px 0;
		border-bottom:1px solid #444444;
		width:50%;
	}
	#mobile-menu li:nth-child(odd) > a{
		border-right:1px solid #444444;
	}
	#mobile-menu li:last-child:nth-child(odd){
		width:100%;
	}
	#mobile-menu li:last-child:nth-child(odd) > a{
		max-width: 50%;
	}

	#mobile-menu li a{
		font-size:13px;
		color:#fff;
		display: block;
		text-align: center;
    	padding: 5.5px 6px;
	}
	.mobile-cont .info{
		padding-top:34px;
	}
	.mobile-cont .info .txt1{
		font-size:18px;
	}
	.mobile-cont .info .txt2{
		font-size:10px;
		margin-top:-4px;
	}
	.mobile-cont .info .phone-num{
		padding:16px 0 20px;
		font-size:27px;
	}
	#site-header .mobile-cont .spec-btn{
		height:30px;
		line-height: 30px;
	}

	#news-topics .list,.siderbar{
		width: 100%;
	    float: left;
	    padding: 0;
	}
	#news-topics .list-news .title time,
	#news-topics .list-news .title .tit{
		display: block;
		width:100%;
		max-width: 100%;
	}
	#sec-footer-banners ul .it,#site-footer .lt-side{
		width: 100%
	}
	#sec-footer-banners ul .it{
		padding:3px;
	}
	
	#sec-footer-banners .list {
	    padding: 27px 0;
	}
	#site-footer .rt-side{
		display: none;
	}
	.sec-tit{
		margin-bottom:5px;
		font-size: 21px;
	}
	.sec .main-btn{
		display: block;
	}

	#sec-news{
		padding:14px 0 32px;
	}

	#sec-news .lt-side{
		width:100%;
		float:none;
	}
	#sec-news .list{
		margin-top:5px;
	}
	#sec-news .list .it{
		margin-bottom:20px;
		display: none;
	}
	#sec-news .list .it:first-child,
	#sec-news .list .it:nth-child(2){
		display:block;
	}
	#sec-news .list .date{
		width:auto;
		display: block;
	}
	#sec-news .list .tit{
		display: block;
		max-width: inherit;
	}
	#sec-courses{
		padding:20px 0 40px;
	}
	#sec-courses .top-tit{
		margin-bottom:32px;
	}
	
	#sec-courses .lt-side{
		width:100%;
		float:none;
	}	
	#sec-courses .list .it{
		width:256px;
		width: 80vw;
	}
	#sec-courses .list .tit{
		font-size: 12px;
	}
	#sec-courses .list .tit a{
		padding:12px;
	}
	#sec-courses .slick-arrow{
		bottom:-25.5px;
	}
	#sec-facility .cont{
		padding:18px 18px 40px;
	}
	#sec-facility .cont .desc{
		margin-top:0;
		margin:0 0 15px;
		font-size: 14px;
	}
	#footer-logo{
		margin-bottom:35px;
	}
	form.search-form label{
		display: block;
	}

	#course .course-categories-list{
		margin-bottom:0;
		margin-bottom:-6px;
	}
	.tbl-pricing-wpr{
		margin-bottom: 40px;
	}

	.tbl-contact,
	.tbl-contact tbody,
	.tbl-contact tr,
	.tbl-contact th,
	.tbl-contact td{
		display: block;
		padding:0;
	}
	.tbl-contact tr{
		padding:8px 5px;
	}

	.gray-box.s2{
		padding:30px 15px;
	}

	.notice-no-posts {
	    margin: 15px 0 30px;
	}
	.contact_btn .reservation{
		padding-bottom: 10px;
	}
	ul#pri-menu > li {
      display: block;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #002a47;
	}
	#pri-menu a{
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		min-height: inherit;
		line-height: inherit;
		padding: 18px 20px;
		position: relative;
	}
	#pri-menu a::after {
		content: "\f105";
		font: normal normal normal 30px/1 FontAwesome;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	#pri-menu {
		display: block;
	}
	#pri-menu li.current-menu-item::after {
		display: none;
	}
	#site-footer .side-l {
		text-align: left;
		border-bottom: none;
		padding: 0;
		margin: 0;
	}
	#site-header .spec-btn {
		line-height: 43px;
		padding: 0;
		font-size: 16px;
	}
	#site-footer {
		padding: 0 0 45px 0;
	}
	.col3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#main-logo {
		max-width: 100%;
	}
	.logo-header .the_logo {
		min-width: inherit;
	}
	#site-header .spec-btn > span {
		padding: 0 0 0 32px;
		background-size: auto 100%;
	}
	.flex-view.w-item-50{
		flex-direction: column;
	}
	.flex-view.w-item-50 > div{
		width: 100%;
	}
	.pd-section.container {
	    padding: 0 15px;
	}
	.box-item,.box-tbl,.item-cloth {
	    margin-bottom: 20px;
	}
	.scroll-table .tbl-schedule tr td{
		min-width: inherit;
	}
	.cnt-pri-box-item a{
		font-size: 40px;
	}
	.box-dark-blue a{
		font-size: 30px;
	}
	.box-reser:not(:last-child) {
	    margin-bottom: 30px;
	}
	.cnt-page-template .widget-title{
		margin-bottom: 10px;
	}
	.box-item.box-white,.panel-last-child .box-reser{
		margin-bottom: 40px;
	}
	.scroll-table {
	    overflow-x: auto;
	    margin-bottom: 0;
	}
	#site-header .contact .it.btn-footgoft {
		margin-left: -17px;
	}
	#site-header .spec-btn {
		line-height: 49px;
	}
	#site-header .contact .it.btn-footgoft .box-img{
		max-width: 26px;
	}
} /* End 767 */

@media screen and (max-width:340px){
	#site-header .contact .phone .txt{
		font-size: 14px;
	}
}
