@charset "UTF-8";

/*************************************
共通
*************************************/

@font-face {
	font-family: flopdesign;
	src: url(fonts/FlopDesignFONT.otf);
}
body {
	font-family: "メイリオ", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	min-width: 1020px;
}
.flexBox{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/*************************************
 #入場規制
**************************************/
.admRestSec{
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
	padding-right: 15px;
    padding-left: 15px;
}
.admRestSec .inner{
	max-width: 800px;
	display: inline-block;
	padding: 20px 25px 15px;
	text-align: center;
	background: #ffe000;
	border: 6px solid #e93c3c;
	color: #ff0000;
}
.admRestSec .inner p{
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.admRestSec .inner .time{
	font-size: 20px;
}
.admRestSec .inner .message{
	font-size: 27px;
}

/*************************************
 #infoBox（スライダー）
**************************************/
#infoBox .spNone{
	display: block;
}
#infoBox .pcNone{
	display: none;
}
#infoBox .bx-wrapper{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

#infoBox .gridBox{
	justify-content: space-around;
}
#infoBox .gridBox .gridItem{
	width: 47.5%;
}
#infoBox .gridBox .gridItem a img{
	width: 100%;
	max-width: 200px;
}
#infoBox .infoSlider{
	margin-left: -124px;
}
#infoBox .infoSlider li{
	margin-right: 5px;
	margin-left: 5px;
}
/* ----------------------
#infoBox.vw980（スライダー）
---------------------- */
#infoBox.vwAuto,
#infoBox.vw980{
	margin-bottom: 80px;
}
#infoBox.vw980 .bx-wrapper{
	max-width: 980px !important;
}
/*----------------------
#infoBox（スライダーなし）
----------------------*/
#infoBox .infoWrap .gridBox{
	justify-content: flex-start;
	min-width: 880px;
	flex-wrap: nowrap;
}
#infoBox .infoWrap .gridBox li{
	width: auto;
	margin-right: 15px;
}
#infoBox .infoWrap .gridBox li a{
	display: inline-block;
	width: 100%;
}
#infoBox .infoWrap .gridBox li a img{
	display: inline-block;
	width: 100%;
}

#infoBox .infoWrap .gridBox li:last-of-type{
	margin-right: 0;
}

.icon-arrow{
	display: inline-block;
	margin-left: .5em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
}
#programNav .icon-arrow{
	border-left: 10px solid #1b6db3;
}
.header .breadcrumb, .navbar-nav li a, .sub-title, .fd-ff{
	font-family: "flopdesign", "メイリオ", "Meiryo UI","Meiryo","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", sans-serif;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	opacity: 0.8;
}
a.black:hover{
	color:#408407;
	text-decoration:underline;
}
.br-360 {
	display: none;
}
.br-499 {
	display: none;
}
.pd-lr3 {
	padding-left: 3px;
	padding-right: 3px;
}
.ls-1 {
	letter-spacing: -1px;
}
.ls-2 {
	letter-spacing: -2px;
}
p {
	line-height: 1.8;
}
p.indent {
	padding-left:1em;
	text-indent:-1em;
}
.container {
	width:100%;
	max-width: 1020px;
}
.container.w_520{
	max-width:550px;
}
.container.w_740{
	max-width:770px;
}
.container.w_850{
	max-width:880px;
}
.container.w_900{
	max-width:930px;
}
.container.w_920{
	max-width:950px;
}
.container.w_1080{
	width:100%;
	max-width:1110px;
}
.pd10 {
	padding: 10px;
}
.pd20 {
	padding: 20px;
}
.minh_90{
	min-height:90px;
}
.mw_350{
	max-width:350px;
}
.img-full{
	width:100%;
	height:auto;
}

.imgWrap{
	width: 100%;
}
.imgWrap a{
	display: block;
	width: 100%;
}
.imgWrap img{
	max-width: 100%;
}
.flexWrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.flexWrap .flexItem{
	padding: 0 15px;
}
.flexWrap .imgWrap{
	width: 40%;
}
.flexWrap .textWrap{
	width: 60%;
}
.bl_gray{
	border-left:solid 1px #ccc;
}
.br_gray{
	border-right:solid 1px #ccc;
}
.hour_col img.absolute{
	right:0;
	bottom:10px;
	left:0;
	margin:auto;
}
.hour_title{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.hour_title h2{
	padding-top: 20px;
	padding-right: 0;
	padding-left: 30px;
	padding-bottom: 15px;
}
ul.business li{
	line-height:1.3;
	padding-right:0;
}
ul.business li:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

@media only screen and (max-width: 767px) {
	.flexWrap .flexItem{
		width: 100%;
		margin-bottom: 20px;
	}
	.flexWrap .flexItem:last-of-type{
		margin-bottom: 0;
	}
	.flexWrap .flexItem.imgWrap{
		text-align: center;
	}

	.flexWrap .flexItem.sp-order2{
		order: 2;
	}
}


/* -----------------------
gridBox start
----------------------- */
.gridBox{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gridBox .gridItem a{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.gridBox .gridItem a img{
	display: block;
	max-width: 100%;
	height: auto;
}

.gridBox.space-around{
	justify-content: space-around;
}
.gridBox.space-between{
	justify-content: space-between;
}
.gridBox.col_2 .gridItem{
	width: 48.5%;
}
.gridBox.col_3 .gridItem{
	width: 32%;
}
ul.gridBox{
	padding: 0;
	list-style: none;
}


/* -----------------------
各ページメインボタン start
---------------------- */
.mainBottonArea{
	clear: both;
	margin: 30px 0;
}
.mainBottonArea a.sub-btn{
	max-width: initial;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

/*************************************
ヘッダー
*************************************/
#mainImg{
	height:260px;
}

#pagetop-box{
	display: block;
	position: fixed;
	bottom: 140px;
	right: 2%;
	z-index: 100;
}

#fixed-nav{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 2%;
	z-index: 100;
}

/*#fixed-nav p{
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 700;
    background: #f00;
    color: #fff;
    padding: 20px 30px 20px 5px;
	margin: 0;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#fixed-nav .fixed-nav-item{
	transition: .4s;
	transform: translatex(84%);
}
#fixed-nav.active .fixed-nav-item{
	transform: translatex(0);
}
#fixed-nav .innerWrap{
	width: auto;
	padding: 20px;
	margin: 0;
	background-color: #fff;
}*/
.roundBtnWrap {
	width: 120px;
	height: auto;
	margin-left: 20px;
}
.roundBtnWrap:first-of-type {
	margin-left: 0;
}


/* カスタム検索BOX */
.cse .gsc-control-cse,
.gsc-control-cse {
	border: 0px solid #ffffff !important;
}

/* 追加変更分 ページトップボタン */
.pagetop-circle {
	width: 50px;
	height: 50px;
	padding: 12px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.header {
	min-width: 1020px;
	z-index: 99999;
}
.header01 {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.sticky-wrapper{
	height: 174px;
}
.header-top {
	position: absolute;
	top: 10px;
}
.header-top-link1, .header-top-link2 {
	position: relative;
	background-color: #408407;
	padding: 8px 6px;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	z-index: 999999;
}
.header-top a:hover a:active {
	color: #fff;
}
.header-area-pc{
	position: relative;
	height: 80px;
	margin: 10px auto;
}
.header-area-sp{
	position: relative;
}
.header-right-box{
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	width: 720px;
	top: 10px;
	left: 269px;
	margin: 0;
}


/*電話番号*/

.header-tel,
.header-contact {
	display: inline-block;
	font-weight: bold;
	margin: 0px;
}
.header-tel{
	font-size: 21px;
	color: #408407;
	margin-right: .8em;
}
.header-contact{
	display: flex;
	align-items: center;
    background-color: #408407;
    color: #fff;
	padding: .3em .5em;
	font-size: 14px;
}
.header-contact:before{
	content: "";
	background-image: url('img/icon/icon_mail.png');
	background-size: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: .5em;
}


.header-tel:hover,
.header-contact:hover{
	opacity: .7;
}
.header-tel:hover{
	color: #408407;
}
.header-contact:hover{
	color: #fff;
}
.header-tel-common a {
	color: #408407;
}
.header-tel-common{
	text-align: center;
	height: auto;
	width: auto;
	margin: 0 auto;
}
.header-tel-common > p {
	/*float: left;*/
	font-size: 22px;
	color: #408407;
	font-weight: bold;
	margin-bottom: 0;
}
.header-tel-common > p.tel-description{
	font-size: 16px;
	float: none;
}

/*森のコンビニ・会議室のみ*/
.header-tel-oth {
	float: right;
	margin-bottom: 4px;
}

.header-tel-oth > p, .header-tel-oth > img {
	float: right;
}
.header-tel-oth > p {
	font-size: 14px;
	color: #408407;
	font-weight: bold;
	margin-bottom: -10px;
}
.header-tel-oth > p a {
	color: #408407;
}
.header-tel-oth > img {
	margin-top: -6px;
}
.header-text-oth {
	background-color: #408407;
	border-radius: 15px;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	color: #fff;
	margin-right: 16px;
	position: absolute;
	top: -3px;
	right: 200px;
}
.header-text-oth {
	margin-top: 6px;
}

/* ロゴ上のテキスト「会員以外の～」 start */
.header-text {
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #DCF7C6;
	height: 32px;
	width: auto;
	top: 50px;
	left: 0;
	font-size: 12px;
	font-feature-settings: palt;
	border-radius: 4px;
	padding: 0 .5em 0 1em;
}


/* ロゴ start */
.logo {
	position: absolute;
	top: 8px;
	left: 0;
	width: 210px;
}
.logo a{
	display:block;
	width:100%;
	height:100%;
}
.logo img{
	display: block;
	width: 100%;
}
.logo:hover,
.tapStyle{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

/* ロゴ end */

.sp_stickbox{
	display:none;
	float:left;
	padding-top:10px;
}
.head-bread {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: inherit;
	padding-right: 0;
	white-space: nowrap;
}
.head-bread > li > a {
	vertical-align: 2px;
}
.head-bread > li > a:hover {
	border-bottom: 1px solid #555;
}
.breadcrumb>li+li:before {
	content: '';
	font-size: 22px;
	padding: 0 6px;
}
.head-bread>li+li {
	border-left: 1px solid #ddd;
}
.head-bread>li {
	margin-left: 12px;
}

/*nav area start*/

.nav-text{
	position: absolute;
	top: 40px;
	left: 290px;
	right: 0;
}

#mainNav {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}
.navbox {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0px;
}
.navbar-nav li {
	height: 100px;
	border-right: 1px solid #ddd;
}
.dropdown-menu {
	padding: 0 10px;
	border: 1px solid #1b6eb4;
}
.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
}
.navbar-nav li.drop-nav {
	height: auto;
	width: 100%;
}
.navbar-nav > li:first-child {
	border-left: 1px solid #ddd;
}
.navbar-nav > li .imgWrap{
	display: inline-flex;
	align-items: center;
	min-height: 47px;
}
.dropdown-menu li{
	border: none;
	border-bottom: 1px solid #77b4ea;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}

.dropdown-menu>li>a {
	padding: 7px 2px;
	font-weight: bold;
}
.dropdown-menu>li>a>span {
	color: #1b6eb4;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: inherit;
	opacity: 0.5;
}

.navbar-header{
	position: absolute;
	top: 10px;
	right: 0;
}

.navbar-nav img {
	margin: 0 auto;
}
.navbar-nav .navimg3, .navbar-nav .navimg5, .navbar-nav .navimg6 {
	margin-bottom: 5px;
}
.navbar-nav .navimg7 {
	margin-top: 7px;
	margin-bottom: 15px;
}
.nav>li>a {
	font-size: 14px;
	padding: 10px 0 0px;
	height: 100%;
	color:#000;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: inherit;
	opacity: 0.8;
	color:#337ab7;
}
.navbar-toggle {
	background-color: #D5E6C6;
	border-color: #D5E6C6;
	border-radius: 0;
	width: 35px;
	height: 35px;
	padding: 9px 6px;
}
.navbar-toggle .icon-bar {
	background-color: #408407;
}
.navbar-toggle[aria-expanded=true] {
	width: 35px;
	height: 35px;
}
.navbar-toggle[aria-expanded=true] .icon-bar {
	background-color: #408407;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
}
.navbar-toggle[aria-expanded=true] .first-icon-bar{
	transform: rotate(45deg);
}
.navbar-toggle[aria-expanded=true] .second-icon-bar{
	visibility:hidden;
}
.navbar-toggle[aria-expanded=true] .third-icon-bar{
	transform: rotate(-45deg);
}
.fz12 {
	font-size: 12px;
}
.fz8 {
	font-size: 8px;
}
.ls-text {
	letter-spacing: -1px;
}
.visible-768 {
	background-color:#D5E6C6;
}
.navbar-collapse.visible-768{
	border-top:0;
}
table.table-bordered.sp_nav{
	border: 2px;
	border-color: #fff;
	border-style: solid;
	/*margin-bottom:0;*/
}

/* サイト内検索 start */
.search-box{
	width: auto;
	min-width: 360px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
}
.search-box-pc-text{
	flex-shrink: 0;
}
.search-box-pc{
	width: 280px;
	flex-shrink: 0;
}
.search-box-pc .gsc-control-cse,
.search-box-pc .cse .gsc-control-cse{
	padding: 0 !important;
}
.search-box-pc table.gsc-search-box{
	margin: 0 !important;
}
.search-box-pc table.gsc-search-box td{
	vertical-align: middle !important;
}
.search-box-pc td.gsc-clear-button,
.search-box-pc td.gsc-search-button{
	display: none !important;
	width: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.search-box-pc td.gsc-input{
	border: 2px solid #408407 !important;
	height: 36px;
	box-sizing: border-box;
	padding: 0 !important;
}
.search-box-pc .gsc-input-box{
	height: 32px !important;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
}
.search-box-pc .gsc-input-box table[class*="gstl_"],
.search-box-pc .gsc-input-box table[class*="gstl_"] td{
	height: 32px !important;
	vertical-align: middle !important;
}
.search-box-pc td.gsib_a{
	position: relative;
	height: 32px !important;
	padding: 0 !important;
	vertical-align: middle !important;
}
.search-box-pc td.gsib_a::before{
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%23666666' d='m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}
.search-box-pc td.gsib_b{
	padding: 0 !important;
	vertical-align: middle !important;
}
.search-box-pc input.gsc-input{
	height: 32px !important;
	line-height: 32px !important;
	padding: 0 4px 0 26px !important;
	margin: 0 !important;
	border: none !important;
	background: #fff !important;
	background-image: none !important;
	text-indent: 0 !important;
	vertical-align: middle !important;
	box-sizing: border-box;
}
.search-box-sp .gsc-control-cse,
.search-box-sp .cse .gsc-control-cse{
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}
.search-box-sp form.gsc-search-box,
.search-box-sp table.gsc-search-box{
	margin: 0 !important;
	width: 100% !important;
}
.search-box-sp table.gsc-search-box td{
	vertical-align: middle !important;
}
.search-box-sp td.gsc-clear-button,
.search-box-sp td.gsc-search-button{
	display: none !important;
	width: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.search-box-sp td.gsc-input{
	border: 2px solid #408407 !important;
	height: 36px;
	box-sizing: border-box;
	padding: 0 !important;
	width: 100% !important;
	vertical-align: middle !important;
	background-color: #fff !important;
}
.search-box-sp .gsc-input-box{
	height: 32px !important;
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
	box-shadow: none !important;
}
.search-box-sp .gsc-input-box table[class*="gstl_"],
.search-box-sp .gsc-input-box table.gsc-input{
	width: 100% !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-collapse: collapse;
	table-layout: fixed;
}
.search-box-sp .gsc-input-box table[class*="gstl_"] td,
.search-box-sp .gsc-input-box table.gsc-input td{
	height: 32px !important;
	padding: 0 !important;
	vertical-align: middle !important;
}
.search-box-sp td.gsib_a{
	position: relative;
	width: 100% !important;
	height: 32px !important;
	padding: 0 !important;
	vertical-align: middle !important;
	background: #fff !important;
}
.search-box-sp td.gsib_a::before{
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%23666666' d='m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}
.search-box-sp td.gsib_b{
	padding: 0 !important;
	vertical-align: middle !important;
}
.search-box-sp input.gsc-input{
	width: 100% !important;
	height: 32px !important;
	line-height: 32px !important;
	padding: 0 4px 0 26px !important;
	margin: 0 !important;
	border: none !important;
	background-color: #fff !important;
	background-image: none !important;
	text-indent: 0 !important;
	vertical-align: middle !important;
	box-sizing: border-box;
}
.search-box-sp-text{
    background-color: #D5E6C6;
    color: #408407;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-bottom: 6px;
}
.search-box-sp-text p{
	margin-bottom: 0;
}
.search-box-pc-text p{
	color: #408407;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

.contactBox{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    align-items: center;
	text-align: center;
    font-size: 18px;
    color: #408407;
    font-weight: bold;
    margin: 0px;
}
.contactBox.mainMenu{
	width: auto;
}

.header-contact:before{
	content: none;
}
.header-right-box .contactBox{
	width: auto;
	margin-left: 20px;
}
.header-right-box .contactBox a.header-contact{
	width: 180px;
	padding: 5px 10px;
	border-radius: 10px;
	justify-content: center;
}
.header-right-box .contactBox a.header-contact p{
	margin: 0 0 0 10px;
}
.header-right-box .contactBox a.header-contact .iconWrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}
.header-right-box .contactBox a.header-contact .iconWrap img{
	display: block;
	width: 20px;
	margin: 0 10px 0 0;
}
.header-right-box .contactBox a.header-contact .iconWrap img:last-of-type{
	margin: 0;
}

.gsc-control-cse{
	border-color: #fff !important;
}

.gsc-control-cse,.gsc-control-cse-ja{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.gsc-results-wrapper-overlay{
	z-index: 99999999 !important;
}

.gsc-input-box,.gsc-search-button,img.gsc-search-button{
	height: 32px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus{
	border-color: #ffffff !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	width: auto !important;
	height: 32px !important;
	margin-top: 4px !important;
}

/* Search input */
.cse .gsc-control-cse, .gsc-control-cse{
	padding: 5px 0;
}
.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input{
	border: 2px solid #408407 !important;
}
.gsc-input-box{
	border: 0 !important;
}
/* Search button */
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	border-color: #408407!important;
	background-color: #408407!important;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#408407),to(#408407))!important;
	background-image: -webkit-linear-gradient(top,#408407,#408407)!important;
	background-image: -moz-linear-gradient(top,#408407,#408407)!important;
	background-image: -ms-linear-gradient(top,#408407,#408407)!important;
	background-image: -o-linear-gradient(top,#408407,#408407)!important;
	background-image: linear-gradient(top,#408407,#408407)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#408407',EndColorStr='#408407')!important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2{
	background-color: #408407 !important;
	border: 1px solid #408407 !important;
}

.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input{
	padding-right: 0 !important;
}
table.gsc-search-box{
	margin: 0px 0 0px !important;
}
/* サイト内検索 end */

table.table-bordered.sp_nav>tbody>tr>td,
table.table-bordered.sp_nav>tbody>tr>th,
table.table-bordered.sp_nav>tfoot>tr>td,
table.table-bordered.sp_nav>tfoot>tr>th,
table.table-bordered.sp_nav>thead>tr>td,
table.table-bordered.sp_nav>thead>tr>th{
	border:solid 3px #fff;
	vertical-align:middle;
	padding:6px 15px;
}
table.table-bordered.sp_nav>tbody>tr>td.inversion{
	background-color: #408407;
	color: #fff;
}
table.table-bordered.sp_nav>tbody>tr{
	border:solid 3px #fff;
	background-color: #fff;
	vertical-align:middle;
	padding:6px 15px;
}
table.table-bordered.sp_nav>tbody>tr>td{
	position:relative;
	background-color: #D5E6C6;
	color: #408407;
	font-weight: bold;
	background-clip: padding-box;
	height: 50px;
}
table.table-bordered.sp_nav>tbody>tr>td.red{
	background-color: #B50003;
	color: #fff;
}
table.table-bordered.sp_nav>tbody>tr>td a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
}

.w50 {
	margin: 0;
	padding: 0 5px;
	float: left;
	width: 50%;
}
.w50 li {
	list-style: none;
}
.w50 li a {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.w50-01 li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.w50 li a {
	color: #408407;
	font-weight: bold;
}
.w50 li a:hover {
	color: #408407;
}
nav.navbar ul.nav li a.dropdown-toggle:hover+ul.dropdown-menu,nav.navbar ul.nav .dropdown-menu:hover {
	display: block;
}

.is-sticky .js-stick{
	background-color:#fff;
	border-bottom:solid 1px #408407;
}
.js-stick .header01{
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	z-index:99999;
}
/*.is-sticky .js-stick .header01{
margin-top:10px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
z-index:99999;
}*/
.js-stick .navbar{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	z-index:99999;
}


table.sp_nav{
	font-family: "メイリオ", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

table.sp_nav td{
	height: 40px;
}

td.col-1{
	width : 100% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 1) ;
	width : calc(100% / 1) ;
}

td.col-2{
	width : 50% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 2) ;
	width : calc(100% / 2) ;
}

td.col-3{
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

table.table-bordered.sp_nav>tbody>tr>td.spo{
	background-color: #1b6eb4;
	color: #fff;
	font-weight: bold;
}

table.table-bordered.sp_nav>tbody>tr>td.ama{
	background-color: #77b4ea;
	color: #fff;
	font-weight: bold;
}

table.table-bordered.sp_nav>tbody>tr>td.fut{
	background-color: #3fb578;
	color: #fff;
	font-weight: bold;
}

table.table-bordered.sp_nav>tbody>tr>td.golf{
	background-color: #87d776;
	color: #fff;
	font-weight: bold;
}

table.table-bordered.sp_nav>tbody>tr>td.kid{
	background-color: #f9b256;
	color: #fff;
	font-weight: bold;
}
table.table-bordered.sp_nav>tbody>tr>td.ska{
	background-color: #f1c90f;
	color: #fff;
	font-weight: bold;
}

table.table-bordered.sp_nav>tbody>tr>td.oth{
	background-color: #f5a5e2;
	color: #fff;
	font-weight: bold;
}
table.sp_nav,
table.table-bordered.sp_nav>tbody>tr>td.common{
	font-size: 14px;
}
/*table.table-bordered.sp_nav>tbody>tr>td.common{
	font-size: 13px;
}
table.table-bordered.sp_nav>tbody>tr>td.top{
	font-size: 13px;
	background-color: #408407;
	color: #fff;
	font-weight: bold;
}*/

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	header .nav>li>a {
		font-size: 14px;
	}
	header .navbar-nav .fz12 {
		font-size: 10px;
	}
	}/* Safariだけに適用されるCSSハック end */


	/*共通ヘッダー*/
	.main-img {
		width: 100%;
		height: auto;
	}
	.col-xs12 {
		width: 100%;
		height: auto;
	}
	/*共通ヘッダーここまで*/

	/*スクール ヘッダー*/
	.futsal-school-box {
		display: block;
		margin-left : auto ;
		margin-right : auto ;
	}
	/*スクール ヘッダーここまで*/


/*************************************
トップページ
*************************************/

/*--- キッズスクールWEB振替エリア ここから---*/
  #transferSystem{
    margin-top: 10px;
  }
  #transferSystem h2{
    margin-bottom: 10px;
    font-size: 30px;
  }
  #transferSystem table tbody tr th{
    background-color: #eee;
  }
  #transferSystem table td,
  #transferSystem table th {
      border: 1px solid #ccc;
      padding: 10px 15px;
      line-height: 2.4;
      background: #fff;
  }
  .subSec{
    margin-bottom: 40px;
  }
  .subSec:last-of-type{
    margin-bottom: 0;
  }
  .subSec h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .subSec p{
    margin-bottom: 0;
  }
  .subSec .fBold{
    font-weight: bold;
  }
  #kidsSchool{
    padding: 2rem;
    /*margin-top: 40px;*/
    text-align: center;
    /*border: 1px solid #ccc;*/
  }
  #kidsSchool h4{
    font-size: 20px;
  }
  #kidsSchool .btn a{
    border: 2px solid #00A1E9;
    color: #00A1E9 !important;
    border-radius: 3.75em;
    min-width: 20.625em;
    min-height: 3.75em;
    padding: 0.5em 2.5em 0.625em 2.25em;
    line-height: 1.25em;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none !important;
    color: var(--title-key-color);
    cursor: pointer;
    box-sizing: border-box;
    /*margin-top: 40px;*/
  }
  #kidsSchool .btn a:hover{
    opacity: 0.8;
  }

/*--- キッズスクールWEB振替エリア ここまで---*/


/*--- news srart ---*/

.page-list{
	font-size: 14px;
}

.news-bth a {
	display: block;
	border-radius: 0;
	background-repeat: no-repeat;
	background-color: #EC7D7D;
	text-align: center;
	max-width: 990px;
	border: thick dotted #B50003;
	margin-left: auto;
	padding: 15px;
	margin-right: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

/* news トピックス（共通）*/
.spo-panel {
	margin-top: 35px;
	height: 255px;
	border-radius: 0;
}

/*--- news end ---*/

/*トップページ　メイン画像*/

#mainImg img {
	position: absolute;
}

/*トップ　カルーセル*/
.boxtop {
	margin-top: 20px;
}
.sliderbox {
	width: 95%;
	margin: 0 auto;
}
.sliderbox-ama {
	width: 100%;
	max-width: 1050px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*margin-top: 20px;*/
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.flex-direction-nav .flex-prev {
	left: -30px;
	text-align: -webkit-left;
}
.flex-direction-nav .flex-next {
	right: -30px;
	text-align: -webkit-right;
}
.flex-direction-nav a {
	opacity: 1;
	height: 45px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: -30px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -30px;
}
.flex-direction-nav a:before {
	content: url(img/top/left.png);
}
.flex-direction-nav a.flex-next:before {
	content: url(img/top/right.png);
}

/*トップ　カルーセル下リンク画像*/

#mainBannerBox .imgWrap:first-of-type{
	margin: 0 auto 20px;
}

.imglink-box {
	padding-bottom: 30px;
}
.imglink-lr1, .imglink-lr2 {
	padding: 0;
}
.imglink-lr2 {
	float: right;
}
.imglink-sp {
	max-width: 500px;
	width: 100%;
	margin-bottom: 20px;
}
.imglink-box .imglink-lr1:hover, .imglink-box .imglink-lr2:hover {
	opacity: 0.8;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

/*スクールバナー*/
.school_back{
	background:url(img/top/school_back.png) center repeat;
	padding:5px;
	text-align:center;
}
.school_text{
	display:inline-block;
	padding:10px 25px 25px 15px;
	text-align:left;
	background-color:rgba(255,255,255,0.8);
	max-width:540px;
}
.school_img{
	margin-top:-20px;
}
.btn-school{
	border:0;
	background-color:#76b4e9;
	color:#fff;
	border-radius:50px;
	padding:5px 10px;
	line-height:1;
}
.btn-school:hover{
	color:#fff;
	background-color:#09F;
}
.school_box{
	float:left;
}
.member_box{
	float:right;
}

/*TOP NEWS*/
.reaf {
	float: left;
}
.sub-title {
	margin-left: 55px;
	width: auto;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px dashed #408407;
}
.sub-title-span {
	float: right;
	color: #408407;
	font-size: 30px;
	font-family: "Amatic SC","cursive","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Meiryo", "MS PGothic", sans-serif;
}

/* ------------------------------
TOP  #tabAccordion
------------------------------ */
#tabAccordion {
	margin: 0 auto;
	width: 100%;
	height: 290px;
	font-size: 12px;
	position: relative;
}
#tabAccordion dl {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#tabAccordion dl dt {
	top: 0;
	left: 0;
	width: 12%;
	font-weight: bold;
	position: absolute;
	background: #f0f0f0;
	background-color: #408407;
	border-radius: 5px 5px 0 0;
}
#tabAccordion dl dt a {
	color: #fff;
}
#tabAccordion dl dd p{
  display: inline-block;
}
#tabAccordion dl dd .news-text.check{
  color: red;
}
#tabAccordion dl dd .news-text.check:after{
  content:"Check!";
  display: inline-block;
  background-color: red;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  margin-left: 1em;
}
#tabAccordion dl dd .news-text.check:hover{
  color: #408407;
}

/* ---------------------------------------------------------

↓↓ PCレイアウトでのニュースタグの表示順を「left:**%」で配置しています。 ↓↓

--------------------------------------------------------- */

#tabAccordion dl.all dt {
	left: 2%;
}
#tabAccordion dl.spo dt {
	left: 14%;
	background-color: #1b6eb4;
}

#tabAccordion dl.skate dt {
	background-color: #f1c90f;
}

#tabAccordion dl:nth-of-type(3).skate dt {
	left: 26%;
}
#tabAccordion dl:nth-of-type(7).skate dt {
/*	left: 74%;*/
	left: 62%;
}
#tabAccordion dl.futsal dt {
	left: 38%;
	background-color: #3fb578;
}

/*#tabAccordion dl.golf dt {
	left: 50%;
	background-color: #87d776;
}*/
#tabAccordion dl.kiddie dt {
	left: 50%;
/*	left: 62%;*/
	background-color: #f9b256;
}
#tabAccordion dl.ama dt {
	background-color: #77b4ea;
}
#tabAccordion dl:nth-of-type(7).ama dt {
/*	left: 74%;*/
	left: 62%;
}
#tabAccordion dl:nth-of-type(3).ama dt {
	left: 26%;
}
#tabAccordion dl.other dt {
/*	left: 86%;*/
	left: 74%;
	background-color: #f5a5e2;
	border-right: none;
}
/* ---------------------------------------------------------

↑↑ PCレイアウトでのニュースタグの表示順を「left:**」で配置しています。 ↑↑

--------------------------------------------------------- */

#tabAccordion dl.spo dd {
	border: 1px solid #1b6eb4;
}
#tabAccordion dl.skate dd {
	border: 1px solid #f1c90f;
}
#tabAccordion dl.all dd {
	border: 1px solid #408407;
}
#tabAccordion dl.futsal dd {
	border: 1px solid #3fb578;
}
#tabAccordion dl.golf dt a {
	font-size: 11px;
	line-height: 17px;
	letter-spacing: -1px;
}
#tabAccordion dl.golf dd {
	border: 1px solid #87d776;
}
#tabAccordion dl.kiddie dd {
	border: 1px solid #f9b256;
}
#tabAccordion dl.ama dd {
	border: 1px solid #77b4ea;
}
#tabAccordion dl.other dt a {
	font-size: 11px;
	line-height: 17px;
}
#tabAccordion dl.other dd {
	border: 1px solid #f5a5e2;
}
#tabAccordion dl dt a {
	padding: 7px 0;
	font-weight: bold;
	display: block;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#tabAccordion dl dt.btnAcv {
	padding-top: 10px;
	top: -10px;
	border-bottom: none;
}
#tabAccordion dl dd {
	top: 35px;
	left: 0;
	padding: 30px;
	width: 100%;
	height: 255px;
	text-align: left;
	overflow-y: auto;
	display: none;
	position: absolute;
}
.news-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
#tabAccordion dl dd p {
	font-size: 14px;
	margin-bottom: 0;
}
#tabAccordion dl dd .news-date {
	width: 100px;
	font-weight: bold;
	float: left;
}
#tabAccordion dl dd .news-text {
	width: auto;
}

#tabAccordion dl.all {

}
#tabAccordion dl.spo{
	background-color: #1b6eb4;
}

#tabAccordion dl.skate {
	background-color: #f1c90f;
}

#tabAccordion dl.futsal{
	background-color: #3fb578;
}

#tabAccordion dl.golf{
	background-color: #87d776;
}
#tabAccordion dl.kiddie{
	background-color: #f9b256;
}
#tabAccordion dl.ama{
	background-color: #77b4ea;
}
#tabAccordion dl.other{
	background-color: #f5a5e2;
}
#tabAccordion dl dd{
	background-color: #fff;
}

#tabAccordion div.all {
	border-bottom: 1px solid #408407;
}

#tabAccordion div.spo {
	border-bottom: 1px solid #1b6eb4;
}
#tabAccordion div.ama {
	border-bottom: 1px solid #77b4ea;
}
#tabAccordion div.futsal {
	border-bottom: 1px solid #3fb578;
}
#tabAccordion div.golf {
	border-bottom: 1px solid #87d776;
}
#tabAccordion div.kiddie {
	border-bottom: 1px solid #f9b256;
}
#tabAccordion div.skate {
	border-bottom: 1px solid #f1c90f;
}
#tabAccordion div.other {
	border-bottom: 1px solid #f5a5e2;
}

#tabAccordion div.all:last-child,
#tabAccordion div.spo:last-child,
#tabAccordion div.ama:last-child,
#tabAccordion div.futsal:last-child,
#tabAccordion div.golf:last-child,
#tabAccordion div.kiddie:last-child,
#tabAccordion div.skate:last-child,
#tabAccordion div.other:last-child{
	border-bottom: none;
}

/*TOP NEWSここまで*/

/*TOP MOVIE*/
.movie-textlink {
	border-bottom: 1px solid #555;
}
.arrow_box {
	position: absolute;
	top: -35px;
	left: 0;
	background: #408407;
	color: #fff;
	width: 115px;
	padding: 5px;
	text-align: center;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(64, 132, 7, 0);
	border-top-color: #408407;
	border-width: 12px;
	margin-left: -12px;
	z-index: 10;
}
.mg-tb {
	margin-top: 20px;
	margin-bottom: 5px;
}
.ytb-box {
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 60px;
	max-width: 570px;
	max-height: 385px;
	background-image: url(img/top/youtube.png);
	background-repeat: no-repeat;
}
.ytb {
	position: relative;
	width: 100%;
}
a.ytb-redlink {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
/*TOP MOVIEここまで*/

/*TOP Facilities*/
.facility-box:hover {
	opacity: 0.8;
}
.facility-box {
	max-width: 220px;
	height: auto;
	margin: 0 auto;
}
.po-relative {
	position: relative;
}
.facility-futsal {
	position: absolute;
	top: 0px;
	color: #fff;
	text-align: center;
	min-width: 115px;
	padding: 13px 10px;
}
.facility-note1, .facility-note2, .facility-note3, .facility-note4, .facility-note5, .facility-note6, .facility-note7, .facility-note8 {
	position: absolute;
	top: 0px;
	color: #fff;
	text-align: center;
	min-width: 115px;
	padding: 13px 10px;
}
.facility-futsal {
	background-color: #1b6db3;
	text-shadow: 0px 0px 5px #0d3f6a;
	padding: 5px 12px;
}
.facility-note1 {
	background-color: #408407;
	text-shadow: 0px 0px 5px #255100;
	padding: 5px 10px;
}
.facility-note2 {
	background-color: #1b6db3;
	text-shadow: 0px 0px 5px #0d3f6a;
	padding: 5px 12px;
}
.facility-note3 {
	background-color: #f1c90f;
	text-shadow: 0px 0px 5px #937902;
}
.facility-note4 {
	background-color: #3fb577;
	text-shadow: 0px 0px 5px #1d6e43;
}
.facility-note5 {
	background-color: #88d776;
	text-shadow: 0px 0px 5px #437936;
}
.facility-note6 {
	background-color: #f9b256;
	text-shadow: 0px 0px 5px #9f6c2a;
}
.facility-note7 {
	background-color: #76b4e9;
	text-shadow: 0px 0px 5px #355d7f;
	padding: 5px 10px;
}
.facility-note8 {
	background-color: #f5a5e2;
	text-shadow: 0px 0px 5px #a06692;
	padding: 5px 10px;
}
.facility-text {
	/* [disabled]max-width: 220px; */
	height: auto;
	padding: 5px;
}
/*TOP Facilitiesここまで*/

/*TOP SCHEDULE*/

/*TOP SCHEDULEここまで*/

/*TOP フッター上のリンク*/
.po-swim,
.po-soccer {
	position: absolute;
	z-index: 1;
}
.po-swim{
	top: 10px;
	left: 15px;
}
.po-soccer{
	right: 15px;
}
.sublink-text1,
.sublink-text2{
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom: 40px;
}
.sublink-text1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.sublink-text2 {
	font-size: 14px;
}
.sublinkimg-text1 {
	position: absolute;
	top: 15px;
	left: 55%;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}
.sublinkimg-text2a {
	position: absolute;
	top: 0px;
	left: 52%;
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
}
.sublinkimg-text2b {
	font-size: 14px;
}
a.sub-btn-n:hover{
	color: #fff;
}
a.ytb-redlink:hover,
a.sub-btn-n:hover,
.img-hover:hover img {
	opacity: 0.8;
}
/*TOP フッター上のリンク　ここまで*/

/*************************************
フッター
*************************************/
.footer-wood {
	background: url(img/common/tree1.png) left 0px top 81px no-repeat, url(img/common/tree2.png) right 0px  top 70px no-repeat;
	padding-top: 150px;
	max-width: 990px;
}
.bg-green {
	padding: 20px 0;
	background-color: #408407;
}
.footer .hidden-xs  img:hover {
	opacity: 0.8;
}
.footer-bread {
	background-color: inherit;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}
.footer-bread>li+li:before {
	content: '';
	font-size: 0;
	padding: 0;
}
.footer-bread > li {
	padding-right: 16px;
	padding-left: 16px;
}
.footer-bread.footer-bread02 > li {
	padding-right: 11px;
	padding-left: 11px;
	display:table-cell;
	vertical-align:middle;
}
.footer-bread > li + li {
	border-left: 1px solid #fff;
}
.footer-bread > li:first-child{
	padding-left:5px;
}
.footer-bread > li:last-child{
	padding-right:5px;
}
.bread-bdr {
	border-right: 1px solid #fff;
}
.footer-bread02 .bread-bdl {
	border-left: none;
}
.footer-bread02 {
	display:table;
	margin:20px auto 0;
}
.footer-bread02 > li {
	vertical-align: top;
}
.footer-bread > li > a {
	color: #fff;
	line-height: 19px;
}
.footer-bread > li > a:hover {
	border-bottom: 1px solid #fff;
}
.footer-bread > li > a span {
	display: inline-block;
	margin-top: 0px;
}
.w180 {
	max-width: 250px;
}
.footer-text1 {
	margin-top: 20px;
	color: #fff;
}
.footer-text1 a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.footer-icon {
	margin-bottom: 15px;
}
.footer-icon img {
	display: inline-block;
}
.footer-icon img:hover {
	opacity: 0.8;
}
.footer-text2 {
	color: #fff;
}
/*フッターここまで*/


/*************************************
下層ページ
*************************************/
/*全般*/

/*メイン画像下お知らせ欄ここから*/
div.contents{
	width: 100%;
	min-width: 1020px;
	background-color: #e5e5e5;
}

.main-link-area{
	margin: 0px auto;
	width: 1020px;
	padding: 1em;
}

a.main-link{
	display: inline-block;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5%;
	margin-bottom: 13px;
}
a.main-link:last-of-type{
	margin-bottom: 0;
}
/*メイン画像下お知らせ欄ここまで*/

.img-spo {
	margin: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.subbox-pdtb {
	padding-top: 20px;
	padding-bottom: 20px;
}

.subbox-pdtb-heder {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sub-breadcrumb {
	margin-left: 5%;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.sub-breadcrumb > li {
	display: inline-block;
	font-weight: bold;
}
.sub-breadcrumb > li a {
	border-bottom: 1px solid #555;
}
.sub-breadcrumb > li+li:before {
	content: '\003E';
	font-size: 18px;
	padding: 0 20px 0 12px;
}
.sub-page-title {
	font-size: 30px;
	color: #408407;
	font-weight: bold;
	margin-bottom: 20px;
}
.sub-page-title > span {
	font-size: 18px;
	line-height: 2;
}
.sub-page-text01 {
	font-size: 18px;
	font-weight: bold;
	color: #408407;
	margin-bottom: 20px;
}
a.sub-btn {
	color: #fff;
	border-radius: 0;
	background: url(img/common/arrow.png) no-repeat #408407;
	text-align: center;
	padding: 8px 30px;
	background-position: right 20px center;
	max-width:250px;
}
a.sub-btn > span{
/*float: right;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);*/
display:none;
}
.sub-btn.focus, .sub-btn:focus, .sub-btn:hover {
	color: #fff;
	opacity: 0.8;
}
.white_box{
	background-color: rgba(255, 255, 255, 0.9);
	padding:25px 10px;
}
.frame-610 {
	width: 100%;
	max-width: 610px;
	text-align: justify;
	text-justify: auto;
}
.frame-760 {
	width: 100%;
	max-width: 760px;
	text-align: justify;
	text-justify: auto;
}
.frame-780 {
	width: 100%;
	max-width: 780px;
	text-align: justify;
	text-justify: auto;
}
.frame-799 {
	width: 100%;
	max-width: 799px;
	text-align: justify;
	text-justify: auto;
}



a:hover img{
	opacity:0.8;
}
.coution_box{
	padding:45px 60px
}
.coution_box ul li{
	list-style-image:url(amalago/img/coution_arrow.png);
	padding-left:10px;
}
.coution_box ul li+li,.coution_contents ul li+li{
	margin-top:10px;
}
.coution_box ul li a:hover{
	color:#76b4e9;
	text-decoration:underline;
}
.coution_contents ul{
	padding-left:20px;
}
.coution_contents ul li{
	list-style-image:url(amalago/img/coution_icon.png);
	padding-left:10px;
}
.scroll_box{
	margin-top:-80px;
	padding-top:80px;
}
h2.coution_title{
	background:url(amalago/img/line.png) left bottom no-repeat;
	padding:0 0 10px 25px;
}
h2.coution_title:before{
	content:url(amalago/img/icon5.png);
	margin-right:15px;
}
.pdf_dw{
	background:url(img/common/arrow.png) no-repeat #1B6DB3;
	text-align:center;
	padding:8px 30px;
	background-position:right 20px center;
}
a:hover .pdf_dw{
	opacity:0.8;
}

.w16 {
	width: 16%;
}
.w28 {
	width: 28%;
}
.table-bordered th {
	text-align: center;
}
.bg-c1 {
	background-color: #4590e4;
	color: #fff;
}
.bg-c2 {
	background-color: #cccccc;
}
.bg-c3 {
	background-color: #e3ecf6;
}
.bg-c4 {
	background-color: #f3f3f3;
}
.bg-c5 {
	background-color: #fc9a40;
	color: #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-color: #fff;
	padding: 15px;
}
.h50 {
	min-height: 50px;
}

.mem-skate-admission-title {
	color: #9A810A;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.mem-skate-admission-title:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #ccc;
	margin-top: 15px;
	margin-bottom: 20px;
}

/*全般　ここまで*/

/* アコーディオン start */
#tabAccordion02 dl:nth-child(1) dt {
	left: 2%;
	background-color: #1b6eb4;
}
#tabAccordion02 dl:nth-child(1) dd {
	border: 1px solid #1b6eb4;
}
#tabAccordion02 dl:nth-child(2) dt {
	left: 23%;
	background-color: #77b4ea;
}
#tabAccordion02 dl:nth-child(2) dd {
	border: 1px solid #77b4ea;
}
#tabAccordion02 dl dt {
	width: 20%;
}

/* ゴルフ アコーディオン（共有に配置固定） */

/*.golf_accordion#tabAccordion02 dl:nth-child(1) dt {
	left: 0;
	background-color:#88D776;
	width:30%;
}
.golf_accordion#tabAccordion02 dl:nth-child(1) dd{
	border:solid 1px #88D776;
}
.golf_accordion #tabAccordion .news02 {
	border-bottom: 1px solid #c5dab4;
}*/
/* コンビニ アコーディオン（共有に配置固定） */

.other_accordion#tabAccordion02 dl:nth-child(1) dt {
	left: 0;
	background-color:#F78BDD;
	width:30%;
}
.other_accordion#tabAccordion02 dl:nth-child(1) dd{
	border:solid 1px #F78BDD;
}
.other_accordion #tabAccordion .news02 {
	border-bottom: 1px solid #fddcf5;
}

/* アコーディオン end */

/*--- その他(共通) start ---*/

.calendar_box{
	border:solid 10px #f5f5f5;
	padding:30px;
}

.charge_btn {
	background: url(img/common/arrow.png) no-repeat #317BBB;
	text-align: center;
	padding: 8px 30px;
	background-position: right 10px center;
}

.parking-price{
	color: #f00;
	margin-left: 1em;
}

.two-column{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 2em;
	margin-bottom: 0px;
}

.column01{
	display: inline-block;
	max-width: 560px;
	width: 50%;
	background: no-repeat center bottom;
	margin: 0 10px 0 5px;
	padding: 0 0 45px 0;
	position: relative;
}

.column01-title{
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight:bold;
}

.column01 span.text{
	margin-left: 1em;
}

.column02{
	display: inline-block;
	max-width: 560px;
	width: 50%;
	background: no-repeat center bottom;
	margin:  0 10px;
	padding: 0 0 45px 0;
	position: relative;
}

.column02 .img-border{
	border: solid 1px;
	border-color: #ccc;
}

.btn-area01{
	margin-top: 4em;
	text-align: center;
}

.btn-area02{
	margin-top: 2.2em;
	text-align: center;
}

p.business-hours-text{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.business-hours-blue{
	text-align: center;
	font-size: 18px;
	background-color: #337ab7;
	border: 1px;
	border-style: solid;
	border-color: #337ab7;
	border-radius: 1px;
	color: #fff;
	padding: 0.1em 1em;
	margin-bottom: 20px;
}

.business-hours-red{
	text-align: center;
	font-size: 18px;
	background-color: #cc0000;
	border: 1px;
	border-style: solid;
	border-color: #cc0000;
	border-radius: 1px;
	color: #fff;
	padding: 0.1em 1em;
}

.remarks{
	text-align: left;
	font-size: 14px;
}
/*--- その他(共通) end ---*/

/*--- お問い合わせ start ---*/
.contact_color{
	color:#023C1A;
}
.charge_btn.contact_btn {
	background-color:#408407;
}
/* 各施設の矢印マーク */
.deco_back{
	background:url(contact/img/deco1.png) left top no-repeat #F9F9F9;
	padding:10px 20px;
}
.deco_back.no2{
	background-image:url(contact/img/deco2.png);
}
.deco_back.no3{
	background-image:url(contact/img/deco3.png);
}
.deco_back.no4{
	background-image:url(contact/img/deco4.png);
}
.deco_back.no5{
	background-image:url(contact/img/deco5.png);
}
.deco_back.no6{
	background-image:url(contact/img/deco6.png);
}
.deco_back.no7{
	background-image:url(contact/img/deco7.png);
}
.contact_table{
	max-width:870px;
	border:solid 2px #e7eaeb;
}
.table.contact_table>tbody>tr>td,
.table.contact_table>tbody>tr>th,
.table.contact_table>tfoot>tr>td,
.table.contact_table>tfoot>tr>th,
.table.contact_table>thead>tr>td,
.table.contact_table>thead>tr>th{
	border-top:solid 2px #e7eaeb;
	vertical-align:middle;
	padding:15px 20px;
}
.contact_table th{
	background-color:#F9F9F9;
	width:37%;
}
.contact_table th:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.contact_table .required{
	color:#fff;
	background-color:#BE3A20;
	padding:2px 5px;
	line-height:1;
	border-radius:5px;
	float:right;
}
.form-inline .contact_table textarea.form-control,
.contact_table .form_wall{
	width: 100%;
}
.contact_table .form-control{
	padding:6px 20px;
}
.btn.contact_btn {
	color: #fff;
	background-color: #418407;
	border-color: #418407;
	border-radius:0;
	line-height:1;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
}
.btn.contact_btn:hover{
	background-color: #417a13;
	border-color: #417a13;
}
/* validationEngine */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/*--- お問い合わせ end ---*/


/* 「会員登録について」 追記後、反映されなくなった箇所*/
.mem-hov:hover > .mem-imglink {
	opacity: 0.8;
}

/* 会員登録について erea start */

.mem-imglink > .mem-btn{
	position: relative;	/*追加箇所*/
}

/*反映されない*/
/*.mem-imglink > .mem-btn:hover{
opacity: 0.8;
}*/


/*反映される*/
.mem-btn a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*text-indent:-999px;*/
	z-index: 999999;
}

/*反映される*/
.mem-imglink p{
	color: #337ab7;
}

/* 会員登録について erea end */
.mem-btn {
	background-color: #daeaf7;
	border-radius: 10px;
	width: 200px;
}
.line-img {
	overflow: hidden;
}
.arrow-red {
	background-color: #f00;
	position: relative!important;
	top: 0 !important;
	left: 0!important;
	width: 260px;
	border-radius: 10px;
}
.arrow-red:after {
	border-top-color: #f00;
}
.arrow-red > img {
	margin-right: 15px;
}
.arrow-pd {
	vertical-align: -4px;
}
.mem-bg-grey {
	background-color: #f3f3f3;
	padding-top: 15px;
	padding-bottom: 15px;
}
.arrow-grey {
	background-color: #f3f3f3;
	position: relative!important;
	top: 0 !important;
	left: 0!important;
	width: 100%;
	height: 300px;
	padding: 10px;
}
.arrow-grey:after {
	border-color: rgba(64, 132, 7, 0);
	border-left-color: #f3f3f3;
	top: 50%;
	left: auto;
	right: -48px;
	border-width: 24px;
	margin-left: -24px;
	margin-top: -24px;
}
.arrow-none:after {
	display: none;
}
.mem-white {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.mem-red {
	background-color: #990000;
	overflow: hidden;
	width: 100%;
	height: 110px;
	padding-top: 15px;
	margin-bottom: 0;
}
.mem-innerbox01 {
	background-color: #f7fdf1;
	max-height: 150px;
	padding-left: 5px;
	padding-right: 5px;
}
.mem-innerbox02 {
	background-color: #f8fafd;
	max-height: 175px;
	padding-left: 5px;
	padding-right: 5px;
}
.mem-innerbox03 {
	background-color: #fef9f4;
	max-height: 175px;
	padding-left: 0px;
	padding-right: 0px;
}
.mem-innerbox04 {
	background-color: #fcf1f6;
	max-height: 135px;
	padding-left: 5px;
	padding-right: 5px;
}
.mem-hov:hover .mem-red {
	opacity: 0.8;
}
.mem-green {
	color: #005a3a;
}
.mem-blown {
	color: #6a3906;
}
.mem-blown02 {
	color: #8f0f0f;
}
.under-line {
	border-bottom: 1px solid #f00;
}
.lh15 {
	line-height: 1.5;
}
.maxwmem {
	max-width: 765px;
	margin: 0 auto;
}
.mem-grey-btn {
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 8px;
}
.mem-scroll-box {
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	border: 2px dashed #f00;
	padding: 10px;
}
.mem-checkbox {
	background-color: #faeaea;
	padding-top: 10px;
	padding-bottom: 7px;
}
.mem-btn-on {
	background-color: #990000;
	width: 380px;
	padding-top: 15px;
	padding-bottom:10px;
	border-radius: 10px;
}
.mem-btn-off {
	background-color: #ccc;
	width: 380px;
	padding-top: 15px;
	padding-bottom:10px;
	border-radius: 10px;
	cursor: default;
}
.mem-btn-off:hover, .mem-btn-off:focus, .mem-btn-off:active {
	color: #fff;
}
.mem-futsal-admission-title {
  color: #408407;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.mem-futsal-admission-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin-top: 15px;
  margin-bottom: 20px;
}


/*************************************
下層ページ end
*************************************/

.text-gray{
	font-size:12px;
	color:#666;
}

a.sub-btn-n {
	color: #fff;
	border-radius: 0;
	background: url(img/common/arrow.png) no-repeat;
	text-align: center;
	padding: 8px 30px;
	background-position: right 20px center;
	max-width:340px;
	background-color:#1b6db3;
}

a.sub-btn-n span{
	display:block;
}


/* ----------------------------------
YOUTUBE
----------------------------------- */

.yt-Box{
	max-width:560px;
	background:url(img/top/youtube-sox.jpg) no-repeat center bottom;
	margin:10px auto 0;
	padding:0 0 45px 0;
	position:relative;
}

.yt-Box-top{
	display: inline-block;
	max-width:560px;
	width: 50%;
	background:url(img/top/youtube-sox.jpg) no-repeat center bottom;
	margin:0 10px;
	padding:0 0 45px 0;
	position:relative;
}

.text-yt{
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	max-width: 530px;
}

.pum{
	position: absolute;
	top: -40px;
	left: 0;
	background: #408407;
	color: #fff;
	width: 120px;
	padding: 5px;
	text-align: center;
	margin-top: 40px;
	display: none;
}

.pum:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(64, 132, 7, 0);
	border-top-color: #408407;
	border-width: 12px;
	margin-left: -12px;
	z-index: 10;
}

.box-you{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	margin: 15px 0 0;
	width: 100%;
	height: auto;
	padding: 5px 25px 15px;
	background-color: #dcf7c6;
}

.yt-Box-top{
	display: inline-block;
	max-width:560px;
	width: 50%;
	background:url(img/top/youtube-sox.jpg) no-repeat center bottom;
	margin:0 10px;
	padding:0 0 45px 0;
	position:relative;
}

/* YouTube の titleを表示しないページのみ適用 */
.box-you-notitle{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	margin: 15px 0 0;
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #dcf7c6;
}

/* YouTube 1画面表示の場合の追記（レスポンシブ/idの重複回避を含む） */

.boxContainer{
	text-align: center;
	justify-content: space-between;
}

/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
	zoom: 1;
}

#youtube-monitor1 {
	position: relative;
	width: 100%;
}

#youtube-monitor1:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#youtube-content1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* YouTube 2画面表示の場合の追記（レスポンシブ/idの重複回避を含む） */

.boxContainer-2{
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/* For IE 6/7 (trigger hasLayout) */
.boxContainer-2 {
	zoom: 1;
}

.boxContainer-2{
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#youtube-monitor2 {
	position: relative;
	width: 100%;
}

#youtube-monitor2:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#youtube-content2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 追加分-営業時間アンカーリンクズレ修正のため*/
#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08{
	margin-top:-100px;
	padding-top:100px;
}

/*----------------------------------------
フッターメニュー
------------------------------------------*/

ul.foot-box1,
ul.foot-box2{
	margin:0 auto;
	list-style: none;
	overflow:hidden;
}

ul.foot-box1,
ul.foot-box2{
	width: 660px;
	padding:0 0 30px 0;
}

/*ul.foot-box2{
	width: 500px;
	padding:0;
}*/

ul.foot-box1 li,
ul.foot-box2 li{
	margin:0;
	padding:0 20px 0 0;
	box-sizing: border-box;
	float:left;
}

ul.foot-box1 li{width:25%;}
ul.foot-box2 li{width:25%;}
/*ul.foot-box2 li{width:33.3%;}*/

ul.foot-box1 li:last-child,
ul.foot-box2 li:last-child{
	padding:0;
}
@media only screen and (min-width: 768px) {

a.sub-btn-n span{
    display:inline;
}

.yt-Box{
    margin:0 auto;
}

.yt-Box-top{
    margin: 15px;
}


/* RP追加分-START*/

/* 001.共通 START*/

/* a.スマホ/タブレット非表示用 START*/
@media only screen and (max-width: 767px) {
    /* 2.767px以下用（タブレット／スマートフォン用）の記述 */
    .sp_none{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    /* 3.768px以上用（タブレット／スマートフォン用）の記述 */
    .pc_none{
        display: none;
    }
}
/* a.スマホ/タブレット非表示用 END*/

/* 001.共通 END*/

/* RP追加分-END*/


/* CW追加分-START*/
#top_c{
    width: 100%;
    background-image: url(img/top/top_haikei.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-bottom: 40px;
    height: 535px;
}
#top_c_in{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 535px;
    overflow: hidden;
    display: block;
    padding-top: 28px;
    padding-bottom: 20px;

}
#chagea{
    width: 100%;
    margin-top: 0px;
    height: 10px;
    position: relative;
}
#chagelink {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 1;
    left: 0px;
    top: -100px;
}
/* CW追加分-END*/
#charge-fit2{margin-top: -100px;
    padding-top: 100px;}


		/*tanigawa 追加 start //*/
		.school_box a,
		.member_box a{
			max-width: 690px;
			margin: 0 auto;
		}

		.member_box a{
			display: block;
		}

	}



/* 190318追加（TOPページ） */
#mainBannerBox .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mainBannerBox .flexBox .imgWrap{
    width: auto;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#mainBannerBox .flexBox a{
    display: block;
}

@media only screen and (max-width: 767px) {
#mainBannerBox .flexBox{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
#mainBannerBox .flexBox .imgWrap{
    margin-bottom: 20px;
}
#mainBannerBox .flexBox .imgWrap:last-of-type{
    margin-bottom: 0;
}
}


