/*
  Skin Name: アクアス202302
  Description: アクアス
  Skin URI: https://wp-cocoon.com/
  Author: ティーエイト
  Author URI: 
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.0
  Priority: 9999000000
  Color:#10316B,#0B8457,#EAC100,#DEE1EC
        https://colorhunt.co/palette/10316b0b8457eac100dee1ec
*/
.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.content h2 {
	font-size: 1.2em;
	padding: 0 0 0 70px;
	border-bottom: 2px solid #99adff;
	position: relative;
	line-height: 1.1em;
	margin: 60px 0 10px 0;
	background-color: transparent !important;
	background-image: url(images/cap.png);
	background-repeat: no-repeat;
	background-position: -5px 0;
	color: #000 !important;
	text-align: left;;
}
.content h2:after {
	position: absolute;
	content: '';
	width: 30%;
	left: 0;
	bottom: -2px;
	border-bottom: 2px solid #0033ff;
}
.content h4 {
	border: none;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.modal__content {
    background: #e5f2ff;
    left: 50%;
    padding: 25px 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 3px;
}
.modal__header {
	min-height: 50px;
	position: relative;
}
a.modal__closebutton.js-modal-close {
    position: absolute;
	top: 5px;
	right: 30px;
}
a.modal__closebutton.js-modal-close:before {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-size: 36px;
	position: absolute;
	color: #000;
}
.btn-link {
	position: relative;
	padding-left: 1.5em;
}
.btn-link:before {
	content: "\f360";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #000;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.has-lines {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.has-lines:before, .has-lines:after {
	content: '';
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	height: 1px;
	background: #ccc;
	min-width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.has-lines:before {
	margin-right: 10px;
}
.has-lines:after {
	margin-left: 10px;
}
.icon-beginner {
	position: relative;
	display: inline-block;
	width: 0.9em;
	height: 1em;
	vertical-align: middle;
	margin-right: .4em;
}
.icon-beginner::before,
.icon-beginner::after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	border: .1em solid #333;
	border-bottom-width: .15em;
	box-sizing: border-box;
}
.icon-beginner::before {
	left: 0;
	background: #ff0;
	transform: skewY(45deg);
	border-radius: .3em 0 0 .1em;
	border-right: none;
}
.icon-beginner::after {
	right: 0;
	background: #390;
	transform: skewY(-45deg);
	border-radius: 0 .3em .1em 0;
	border-left: none
}
/*共通*/
table.no-style {
	border: none;
}
table.no-style tr, table.no-style th, table.no-style td {
	border: none;
	background-color: #fff !important;
}
table.no-style th, table.no-style td {
	padding: 2px 4px;
}
/*##### 20231130 #####*/
.new-plan {
	position: relative;
}
.new-plan::before{
	position: absolute;
	top: -5px;
    left: -10px;
	font-size: 14px;
	color: #fff;
	content: "新プラン!";
	background-color: crimson;
	padding: 2px 10px;
	transform: rotate(-30deg);
}
/*####################*/

/*固定ページの投稿日、更新日を非表示*/
body.page .date-tags {
	display: none;
}
/*固定ページ-共通*/
.fix-content-item>* {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#container {
	background-color: #fff;
}
.logo {
  text-align:left;
}
.header {
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 1.0) 10%, rgba(255, 255, 255, 0)),url(images/header_back.jpg);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 1.0) 10%, rgba(255, 255, 255, 0)),url(images/header_back.jpg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 1.0) 10%, rgba(255, 255, 255, 0), url(images/header_back.jpg));
  background-size: auto;
}
.header .cf::after {
  content: none;
}
.header-in {
	flex-direction: row;
	justify-content: space-between;
}
.header-in .tagline {
	margin: 0;
}
.logo-header {
	margin-left: 10px;
	width: 284px;
}
.header-access {
	width: 300px;
	margin: 10px;
	padding: 10px 10px 0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
}
.header-access i {
	padding-right: 0.5em;
}
.header-access-link {
	padding-left: 60px;
}
.header-access-postcode, .header-access-address {
	display: block;
}
#menu-header>li {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
#menu-header>li>a {
	padding-left: 5px;
	padding-right: 15px;
}
/*PRブロック*/
#prblock-concept {
	background-image: url(images/concept_img.jpg);
	background-size: cover;
	background-position: top right;
}
.prblock-concept-wrap {
	width: 50%;
	background-color: rgba(0, 0, 0, 0.4);
}
.prblock-concept-title {
	text-align: center;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 20px;
}
.prblock-concept-explanation {
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}
.prblock-concept-landmark {
	padding: 20px;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
}
.prblock-concept-landmark span {
	font-weight: bold;
}
#content-top {
	margin-top: 0;
	margin-bottom: 0;
}
#content-top aside {
	margin-bottom: 0;
}
#prblock {
	background-image: url();
	height: auto;
}
#prblock ul {
	margin: 0;
	padding: 0;
}
#prblock ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	width: 33.3%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.prblock-item-img {
	margin: 0;
}
.prblock-item-clue {
	margin: 0;
	padding: 0 20px;
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
}
.prblock-item-clue h1 {
	font-size: 1.1em;
	text-align: center;
	margin: 10px 0;
}
.content {
	margin-top: 10px;
}
.prblock-item-bijinyu {
	font-size: 2em;
	font-weight: bold;
	color: #cf6915;
	text-align: center;
	margin: 0.4em 0;
}
#main, #sidebar {
	padding-top: 5px;
}
/*おしらせ*/
.top-information-item {
	margin: 20px 0;
	padding: 10px;
	position: relative;
}
.top-information-item .title {
	font-weight: bold;
	color: #C03;
	background-color: #fff;
	position: absolute;
	top: -0.2em;
	z-index: 1;
	padding-right: 0.5em;
    line-height: 1.2em;
}
.top-information-item .content-wrap {
	padding: 1.5em 1em 0 1em;
	margin: 0;
	border: solid 2px #c03;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	z-index: 0;
}
.top-information-item .category {
	font-size: 12px;
	margin: 0 -1em 0 0;
	text-align: right;
}
.top-information-item .category span {
	margin: 0 2px;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
}
.top-information-item .category span.information_onsen {
	background-color: #eb8203;
}
.top-information-item .category span.information_spclub {
	background-color: #00f;
}
.top-information-item .content {
	margin-top: 0;
}
/*新着情報*/
.top-whatsnew-item {
	padding: 0 10px;
	margin-bottom: 10px;
}
.top-whatsnew-item .time {
	font-size: 0.9em;
}
.top-whatsnew-item .category {
	font-size: 12px;
}
.top-whatsnew-item .category span {
	margin: 0 2px;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
}
.top-whatsnew-item .category span.whatsnew_onsen {
	background-color: #eb8203;
}
.top-whatsnew-item .category span.whatsnew_spclub {
	background-color: #00f;
}
.top-whatsnew-item .title {
	display: block;
	padding-left: 2em;
}
.top-whatsnew-all {
	text-align: right;
	font-size: 0.8em;
}
/*イベントリスト*/
.top-event-list>div.mec-wrap {
	margin-left: 10px;
	margin-right: 10px;
}
.mec-event-article {
	border-bottom: dashed 1px #ccc;
}
.top-event-list .mec-event-list-classic .mec-event-image {
    width: 106px;
	margin-bottom: 20px;
}
.top-event-list .mec-event-list-classic .mec-event-image img {
	border: solid 1px #eee;
	padding: 2px;
}
.mec-sl-calendar {
	color: #000;
	font-size: 1em;
	margin-right: 0.3rem;
}
.mec-event-list-classic .mec-event-title {
	margin-top: 2px;
}
.mec-start-date-label, .mec-end-date-label {
	color: #000;
	font-size: 1em;
}
.top-event-list .mec-categories {
	font-size: 12px;
	text-align: right;
}
.top-event-list .mec-categories span {
	margin: 0 2px;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
}
.top-event-list .mec-categories .mec-category {
	display: inline-block;
	margin: 0 2px;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
}
.top-event-list .mec-category-event_onsen {
	background-color: #eb8203;
}
.top-event-list .mec-category-event_spclub {
	background-color: #00f;
}
/*常時開催*/
.top-continuous-event-item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 20px;
	padding: 12px;
}
.top-continuous-event-item .thumbnail {
	width: 120px;
}
.top-continuous-event-item .caption {
	width: calc(100% - 120px);
}
.top-continuous-event-item .contents {
	width: 100%;
}
.top-continuous-event-item .thumbnail img {
	border: solid 1px #eee;
	padding: 2px;
	box-sizing: content-box;
}
.top-continuous-event-item .continuous_event_schedule {
	display: block;
	color: #ff6600;
	font-weight: bold;
	position: relative;
	margin-left: 1.3em;
}
.continuous_event_schedule:before {
	font-family: "simple-line-icons";
	content: '\e075';
	position: absolute;
	margin-left: -1.3em;
}
.top-continuous-event-item .title {
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
}
.top-continuous-event-item .content {
	display: block;
	line-height: 1.3em;
}
.top-continuous-event-item .category {
	display: block;
	font-size: 12px;
	text-align: right;
}
.top-continuous-event-item .category span {
	margin: 0 2px;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
}
.top-continuous-event-item .category .continuous_event_onsen {
	background-color: #eb8203;
}
.top-continuous-event-item .category .continuous_event_spclub {
	background-color: #00f;
}
/*休館日*/
.top-closing-list dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.top-closing-list dt {
	width: 30%;
}
.top-closing-list dd {
	width: 70%;
}
/*リンク*/
.top-link {
	margin-top: 100px;
	text-align: center;
}
.top-link ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.link-item img {
	border: solid 2px #ccc;
}
/*サイドバー*/
#sidebar .widget h3,
#sidebar-menu-content .widget h3 {
	background-color: #eabf00; /* 背景色 */
	color: #000; /* 文字色 */
	overflow: hidden;
	padding: 5px 10px; /* 余白 */
	position: relative;
}
#sidebar .widget h3:before,
#sidebar-menu-content .widget h3:before {
	background-color: #fff; /* 大きな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.3; /* 大きな円の不透明度 */
	position: absolute;
	top: -10px;
	left: 0px;
	width: 200px; /* 大きな円の幅 */
	height: 200px; /* 大きな円の高さ */
}
#sidebar .widget h3:after,
#sidebar-menu-content .widget h3:after {
	background-color: #fff; /* 小さな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.6; /* 小さな円の不透明度 */
	position: absolute;
	bottom: -65px;
	left: 160px;
	width: 100px; /* 小さな円の幅 */
	height: 100px; /* 小さな円の高さ */
}
#sidebar .wp-block-group-content,
#sidebar-menu-content .wp-block-group-content {
	margin: 10px;
}
/*サイドバー - スポーツクラブ*/
.sportsclub-widget-sidebar {
	display: none;
}
body.sportsclub-child .sportsclub-widget-sidebar
{
	display: block;
}
.sportsclub-widget-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sportsclub-widget-sidebar li {
	border: solid 1px #ccc;
	margin: 0 0 2px 0;
	padding: 2px 4px 2px 8px;
	font-size: 17px;
	color: #FFF;
	border-radius: 3px;
	background: -webkit-gradient(0deg, #1b83bb 30%, #43addf);
	background: linear-gradient(0deg, #1b83bb 30%, #43addf);
  }
.sportsclub-widget-sidebar li:hover {
	color: #FFF;
	background-color: #43addf;
	background-image: none;
	cursor: pointer;
}
.sportsclub-widget-sidebar a {
	display: block;
}
.sportsclub-widget-sidebar a, .sportsclub-widget-sidebar a:hover, .sportsclub-widget-sidebar a:visited {
	text-decoration: none;
	color: inherit;
}
/*検索フォーム*/
.search-box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.search-edit {
	height: 40px;
	padding: 0 10px; 
	border-radius: 20px !important;
	outline: 0;
	background: #fff;
}
[type="submit"].search-submit {
	height: 40px;
	width: 40px;
	top: 0;
	right: 0;
	background: #EAC100;
	color: #999;
	border: none;
	border-radius: 0 20px 20px 0;
}
[type="submit"].search-submit:hover{
	color: #999;
	background: #ffd412;
}
/*営業時間*/
#sidebar .business-hours,
#sidebar-menu-content .business-hours {
	font-size: 0.9em;
}
#sidebar .business-hours-season,
#sidebar-menu-content .business-hours-season {
	text-align: center;
}
#sidebar .business-hours dl.business-hours-aqus,
#sidebar-menu-content .business-hours dl.business-hours-aqus {
	display: flex;
	flex-wrap: wrap;
}
#sidebar .business-hours dl.business-hours-aqus dt,
#sidebar-menu-content .business-hours dl.business-hours-aqus dt {
	width: 40%;
}
#sidebar .business-hours dl.business-hours-aqus dd,
#sidebar-menu-content .business-hours dl.business-hours-aqus dd {
	width: 60%;
	text-align: right;
}
#sidebar .business-hours-gym dl,
#sidebar-menu-content .business-hours-gym dl {
	display: flex;
	flex-wrap: wrap;
	margin-left: 5px;
}
#sidebar .business-hours-gym dl dt,
#sidebar-menu-content .business-hours-gym dl dt {
	width: 40%;
}
#sidebar .business-hours-gym dl dd,
#sidebar-menu-content .business-hours-gym dl dd {
	width: 60%;
	text-align: right;
}
#sidebar .business-hours-gym dd,
#sidebar-menu-content .business-hours-gym dd {
	text-align: right;
}
#slide-in-sidebar .business-hours .business-hours-week,
#slide-in-sidebar .business-hours .business-hours-time {
	font-size: 80%;
}
/*入館料*/
#sidebar .admission-fee dl,
#sidebar-menu-content .admission-fee dl {
	display: flex;
	flex-wrap: wrap;
}
#sidebar .admission-fee dl dt,
#sidebar-menu-content .admission-fee dl dt {
	font-size: 0.9em;
	width: 65%;
}
#sidebar .admission-fee dl dd,
#sidebar-menu-content .admission-fee dl dd {
	font-size: 0.9em;
	width: 35%;
}
#sidebar .admission-fee .wp-block-group-content>div,
#sidebar-menu-content .admission-fee .wp-block-group-content>div {
	font-size: 0.8em;
	margin: 1em 0;
}
#sidebar .admission-fee-spclub,
#sidebar-menu-content .admission-fee-spclub {
	text-align: center;
	font-size: 0.9rem !important;
	margin-top: 0.5em !important;
}
/*モバイルスライドインメニュー*/
span.fas.fa-times::before{
	font-family: "Font Awesome 5 Free";
	content: "\f057";
	color:#90C31F;
}
ul.menu-drawer:after {
	background: white;
}
.menu-drawer li {
	padding:0;
}
.menu-drawer li{
	font-weight: bold;
}
.menu-drawer a{
	background-color:#ffffff;
	color:#545454;
	margin: .5em 0;
}
.menu-drawer a:hover{
	background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
	padding:0;
}
.menu-drawer .sub-menu li{
	font-size: 0.9em;
}
.menu-drawer .sub-menu li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f105";
	color:#7b7b7b;
	margin:0 .5em 0 1em;
}
/*温泉*/
.onsen-phrase {
	width: 100%;
}
.onsen-phrase-1, .onsen-phrase-2 {
	background-color: #000;
	text-align: center;
}
.onsen-phrase-1, .onsen-phrase-2, .onsen-phrase-3 {
	margin-top: 0;
	margin-bottom: 0;
}
.onsen-phrase-1 img {
	vertical-align: bottom;
}
.onsen-phrase-2 {
	background-color: #000;
	margin: 0;
	padding: 0;
}
.onsen-phrase-2 h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	border: none;
	text-align: center;
	margin-bottom: 0 !important;
}
.onsen-phrase-2 p {
	max-width: 648px;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	text-align: left;
}
.onsen-phrase-2-link {
	max-width: 648px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
}
.onsen-phrase-2-link>div {
	margin: 0;
	padding: 0;
	width: 25%;
}
.onsen-phrase-2-link img {
	vertical-align: bottom;
}
#onsen h3.onsen-roten {
	border: none;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 0 !important;
	font-size: 1em;
	position: relative;
}
#onsen h3.onsen-roten:before {
	content: "\f593";
	font-family: "Font Awesome 5 Free";
	color: #0033ff;
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
}
#onsen .fix-content-item p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
/*温泉-効能*/
.onsen-efficacy-1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}
.onsen-efficacy-1 {
	margin-left: 10px;
}
.onsen-efficacy-1>dt {
	width: 28%;
	margin: 0;
	text-align: right;
	padding-right:20px;
	border-bottom: dotted 1px #ccc;
	white-space: nowrap;
}
.onsen-efficacy-1>dd {
	width: 72%;
	margin: 0;
	text-align: left;
	border-bottom: dotted 1px #ccc;
}
.onsen-efficacy-2>dt {
	margin: 0;
	text-align: left;
}
.onsen-efficacy-2>dd {
	margin: 0;
	padding-left: 2em;
	text-align: left;
}
/*プール*/
.pool-phrase {
	position: relative;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.pool-phrase-1 {
	width: 100%;
	background-color:rgba(0, 0, 0, 0.45);
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}
.pool-phrase-1 h3 {
	color: #fff;
	border: none;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 0 !important;
}
.pool-phrase-1 p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 0 !important;
	padding: 0 30px;
}
.pool-notes ul {
	list-style: none;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.pool-notes ul li{
	position: relative;
	text-align: left;
}

.pool-notes ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #EAC100;
}
/*お食事*/
.eat-phrase-wrap {
	display: flex;
	flex-wrap: wrap;
	background-image: url(images/eat_logo_bk.png);
	background-repeat: repeat-x;
	padding: 10px;
}
.eat-logo {
	width: 30%
}
.eat-phrase {
	width: 70%;
	text-align: left;
	padding-top: 0.5em;
	padding-left: 10px;
}
#eat li {
	list-style: none;
}
#eat h3 {
	border: none;
	padding-left: 0;
	padding-right: 0
}
.eat-space-list li {
	margin-bottom: 50px !important;
}
.eat-space-list h3 {
	margin-bottom: 0 !important;
}
.eat-space-list p {
	font-size: 0.9em;
	text-align: left;
	margin: 10px;
}
#eat .post-eat-item {
	margin: 20px 0;
	padding: 10px;
	position: relative;
}
#eat .post-eat-item .title {
	font-weight: bold;
	color: #C03;
	background-color: #fff;
	position: absolute;
	top: -0.4em;
	z-index: 0;
	padding-right: 0.5em;
}
#eat .post-eat-item .content-wrap {
	padding: 1em 1em 0 1em;
	margin: 0;
	border: solid 2px #c03;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	z-index: -1;
}
/*フロント売店*/
.front-phrase {
	width: 650px;
	height: 400px;
	background-image: url(images/front.jpg);
	background-size: 650px 400px;
	background-repeat: no-repeat;
	position: relative;
}
.front-phrase-1 {
	width: 100%;
	background-color:rgba(0, 0, 0, 0.45);
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}
.front-phrase-1 p {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0 !important;
	padding: 0 30px;
}
.front-wanomegumi-contents-img {
	text-align: center;
}
.front-wanomegumi-contents-img img {
	border: solid 1px #ccc;
}
.front-wanomegumi-contents-price {
	text-align: left;
}
.front-wanomegumi-yoyaku {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin: 20px 0;
}
.front-wanomegumi-yoyaku span {
	font-size: 1em;
}
.front-wanomegumi-table {
	width: 70%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}
/*館内のご案内*/
.maru-num {
	margin-right: 0.5em;
}
.facility-aqus1f-items, .facility-aqus2f-items, .facility-arena-items {
	display: flex;
	flex-wrap: wrap;
}
.facility-aqus1f-items>div, .facility-aqus2f-items>div, .facility-arena-items>div {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
.facility-aqus1f-items ul, .facility-aqus2f-items ul, .facility-arena-items ul  {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.facility-aqus1f-items ul li, .facility-aqus2f-items ul li, .facility-arena-items ul li {
	text-align: left;
	line-height: 1.5em;
}
.facility-item {
	position: relative;
	margin-top: 20px;
}
#facility-info h4 {
	font-weight: bold;
	background-color: #fff;
	position: absolute;
	top: -1em;
	z-index: 0;
	padding-right: 0.5em;
}
.facility-item ul {
	padding: 1em 1em 0 1em;
	margin: 0;
	border: solid 2px #0033ff;
	border-radius: 10px;
	position: relative;
	z-index: -1;
}
/*スポーツクラブ - スポーツクラブ案内*/
#sportsclub_facility .post-information_spclub-item {
	margin: 20px 0;
	padding: 10px;
	position: relative;
}
#sportsclub_facility .post-information_spclub-item .title {
	font-weight: bold;
	color: #C03;
	background-color: #fff;
	position: absolute;
	top: -0.4em;
	z-index: 0;
	padding-right: 0.5em;
}
#sportsclub_facility .post-information_spclub-item .content-wrap {
	padding: 1em 1em 0 1em;
	margin: 0;
	border: solid 2px #c03;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	z-index: -1;
}
#sportsclub_facility .post-whatsnew_spclub-item {
	border-bottom: dotted 1px #ccc;
	position: relative;
	border: solid 2px #cceeff;
	border-radius: 10px;
	margin-bottom: 30px;
}
#sportsclub_facility .post-whatsnew_spclub-item .title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 30px 10px 5px;
	text-align: left;
	background: #e0eeff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: solid 1px #eee;
}
#sportsclub_facility .post-whatsnew_spclub-item .time {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 80%;
}
#sportsclub_facility .post-whatsnew_spclub-item .content {
	padding: 20px 30px;
}
.sportsclub-link {
	margin-top: 80px;
	padding: 0;
}
.sportsclub-link ul {
	padding: 0;
}
.sportsclub-link .link-item {
	margin: 5px auto;
	padding: 0;
	text-align: center;
}
#sportsclub_facility ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sportsclub_facility h3 {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.facility-info-overview dt {
	font-size: 1.5em;
	text-align: left;
}
.facility-info-overview dd {
	text-align: left;
	margin-bottom: 40px;
}
#sportsclub_facility .fix-content-item>p {
	text-align: left;
}
ul.sportsclub-facility-list {
	display: flex;
	flex-wrap: wrap;
}
ul.sportsclub-facility-list li {
	width: calc(33% - 10px);
	margin: 5px;
	background-size: cover;
	border: solid 5px #ddd;
}
.sportsclub-facility-list-lesson {
	background-image: url(images/spc_facility_list_lesson.jpg);
}
.sportsclub-facility-list-gym {
	background-image: url(images/spc_facility_list_gym.jpg);
}
.sportsclub-facility-list-pool {
	background-image: url(images/spc_facility_list_pool.jpg);
}
.sportsclub-facility-list-wrap {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.4));
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.4));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.4));
	background-size: cover;
}
.sportsclub-facility-title {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.sportsclub-facility-list-lesson .sportsclub-facility-title {
	color: #ffa07a;
}
.sportsclub-facility-list-gym .sportsclub-facility-title {
	color: #ff69d4;
}
.sportsclub-facility-list-pool .sportsclub-facility-title {
	color: #99adff;
}
.sportsclub-facility-list-wrap p {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-align: left;;
}
.sportsclub_facility a {
	text-decoration: none;
}
.sportsclub-facility-itemsy li {
	margin-bottom: 50px !important;
}
.sportsclub-facility-items h3 {
	margin-bottom: 0 !important;
}
.sportsclub-facility-items p {
	font-size: 1em;
	text-align: left;
	margin: 10px;
}
.sportsclub-facility-lesson-title {
	text-align: left;
	color: #ffa07a;
	font-size: min(7vw, 3rem) !important;
	margin: 4rem 0 1rem !important;
}
.sportsclub-facility-gym-title {
	text-align: left;
	color: #ff69d4;
	font-size: min(7vw, 3rem) !important;
	margin: 4rem 0 1rem !important
}
.sportsclub-facility-title {
	position: relative;
}
.sportsclub-facility-title:after {
    position: absolute;
    top: 2px;
    left: 6px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -999;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    background: linear-gradient(rgba(255,255,255,0) 70%, #c3dbfc 100%);
    background-position: 0 -20px;
}
.sportsclub-facility-pool-title {
	text-align: left;
	color: #99adff;
	font-size: min(7vw, 3rem) !important;
	margin: 4rem 0 1rem !important
}
.sportsclub-facility-lesson-title-sub, .sportsclub-facility-gym-title-sub, .sportsclub-facility-pool-title-sub {
	font-size: 0.75em !important;
	color: #000;
	padding-left: 1rem;
	margin: 2rem 0 1rem;
}
/*スポーツクラブ - 初めての方へ*/
.for-begginers-content-row {
	display: flex;
	flex-wrap: wrap;
}
.for-begginers-content-explanation {
	width: 70%;
	text-align: left;
	padding-right: 10px;
}
.for-begginers-content-image {
	width: 30%;
}
.for-begginers-content-lets-exercise {
	text-align: center;
	padding-bottom: 20px;
}
.for-begginers-to-join, .for-begginers-to-members {
	text-align: right;
	width: 100%;
	padding-top: 30px;
}
/*スポーツクラブ - 入会案内*/
#join .fix-content-item {
	text-align: center;
	width: 100%;
}
#join .join-flow {
	display: flex;
	flex-wrap: wrap;
}
.join-num {
	width: 50%
}
.join-explanation {
	width: 50%;
}
.join-ex {
	font-size: 0.8em;
}
.join-explanation p {
	text-align: left;
}
.join-arrow {
	margin-bottom: 30px;
}
.schedule-note ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.join-necessary p {
	text-align: left;
}
.join-necessary-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.join-necessary-list li {
	text-align: left;
	margin: 10px !important;
	padding-left: 1.5em;
	padding-bottom: 1em;
	font-size: 1.2em;
	position: relative;
	width: calc(50% - 20px);
	min-width: 240px;
	border: solid 5px #10316B;
	border-radius: 10px;
}
.join-necessary-list li:before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #10316B;
}
.join-necessary-item-note {
	font-size: 0.75em;
}
/*スポーツクラブ - 測定のご案内*/
.measure-content {
	margin: 0;
}
.measure-inbody-content ul {
	list-style-type: none;
	margin: 30px 20px !important;
	padding: 0 !important;
}
.measure-inbody-content ul li {
	display: block;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}
.inbody-cap {
	padding: 5px 10px;
	margin: 0 auto;
	font-weight: bold;
	background: #FFF;
	border: solid 3px #add8e6;
	border-radius: 10px;
	font-size: 1.5em;
	width: 180px;
	text-align: center;
}
.inbody-cap1 {
	color: #4169e1;
}
.inbody-cap2 {
	color: #008000;
}
.inbody-cap3 {
	color: #ff8c00;
}
.inbody-catch {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 10px;
	color: #666;
}
.inbody-catch ul li {
	padding: 0.5em 0 !important;
}
.inbody-description {
	margin: 20px 0 30px 0;
}
.measure-inbody-image {
	display: flex;
	flex-wrap: wrap;
}
.measure-inbody-image>div {
	width: 45%;
}
span.measure-strong {
	background-color: #ffd700;
}
span.measure-mark {
	color: #f00;
}
.measure-info {
	margin: 60px 20px 40px 20px;
}
.measure-info div {
	text-align: left;
}
/*スポーツクラブ - 新型コロナ対策・自宅運動紹介*/
#home-exercise h2 * {
	text-decoration: none;
}
.home-exercise-toc h4 {
	font-size: 1.2em;
	margin-bottom: 0 !important;
}
#home-exercise .toc {
	margin: 0 auto;
	border-left: none;
	border-right: none;
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
}
#home-exercise ul.toc-list {
	display: flex;
	flex-wrap: wrap;
}
#home-exercise ul.toc-list>ul {
	padding: 0;
	margin: 0;
	display: none;
}
#home-exercise ul.toc-list li {
	font-size: 1em;
	margin: 0 2px 0 0;
	padding-right: 1.5em;
	padding-left: 1em;
	position: relative;
}
#home-exercise ul.toc-list li:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1em;
}
.home-exercise-items li a {
	text-decoration: none;
}
.home-exercise-items h3 {
	border: none;
	position: relative;
	text-align: center;
	font-size: 1em;
	text-align: left;
	margin-bottom: 0;
}
.home-exercise-items h3:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
}
#home-exercise ul {
	list-style: none;
}
#home-exercise .fix-content-item p {
	text-align: left;
}
.home-exercise-movie {
	height: 30px;
	vertical-align: text-bottom;
	background: no-repeat left bottom url("images/icon_movie.png");
	margin: 5px 5px 10px 20px;
	padding-left: 42px;
	font-size: 1em;
	border-bottom: dotted 1px #999;
}
.home-exercise-pdf {
	height: 30px;
	vertical-align: text-bottom;
	background: no-repeat left bottom url("images/icon_pdf.png");
	margin: 5px 5px 10px 20px;
	padding-left: 42px;
	font-size: 1em;
	border-bottom: dotted 1px #999;
}
.home-exercise-items li img {
	border:solid 1px #aaa;
}
/*スポーツクラブ - プログラム*/
#program .program-table {
	width: 100%;
	font-size: 0.8em;
}
#program img {
	width: 100%;
}
#program .program-name {
	white-space: nowrap;
	text-align: center;
}
#program .program-note {
	text-align: left;
}
#program .program-tm {
	white-space: nowrap;
	text-align: center;
}
#program .program-star {
	white-space: nowrap;
	text-align: center;
}
#program .program-class {
	white-space: nowrap;
	text-align: center;
}
#program .program-star-1 {
	color: #6495ed;
}
#program .program-star-2 {
	color: #eac100;
}
#program .program-star-3 {
	color: #ea0000;
}
.program-class-all {
}
.program-class-month {
	background-color: #FCC;
}
/*スポーツクラブ-スケジュール*/
#schedule .fix-content-item {
	margin-bottom: 60px;
}
#schedule .cal-head {
	font-size: 1.25em;
}
#schedule .cal-day {
	text-align: center;
	padding: 12px 0px;
}
#schedule .cal-today {
	font-weight: bold;
	font-size: 1.2em;
}
#schedule .cal-status-1 {	/*休館日*/
	background-color: #eee;
	color: #aaa;
}
#schedule .cal-status-2 {	/*休館日（アクアス営業日）*/
	background-color: #eee;
	color: #aaa;
}
#schedule-body-modal {
	max-width: 600px;
}
.schedule-modal-content {
	max-width: 600px;
	width: 60%;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	padding: 10px 15px;
}
#schedule-table-data table {
	margin: 0;
}
.schedule-timesection-cap {
	width: 40px;
}
.schedule-location-cap {
	width: 30%;
}
.schedule-cell {
	padding: 0;
}
.schedule-cell>div {
	padding: 4px;
}
.schedule-datestatus_1 {
	background-color: #eee;
	color: #666;
	font-size: 2em;
}
.schedule-student-0 {
	background-color: #fff;
}
.schedule-student-1 {
	background-color: #ffe4e1;
}
#schedule h3 {
	border: none;
	position: relative;
	text-align: center;
}
#schedule h3:before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #ff4500;
}
.schedule-note ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.schedule-note ul li {
	text-align: left;
	padding-left: 1.5em;
	padding-bottom: 1em;
	position: relative;
}
.schedule-note ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #EAC100;
}
.schedule-mark {
	color: #f00;
}
.schedule-box-red {
	border: solid 1px #999;
	background-color: #FCC;
}
.schedule-box-white {
	border: solid 1px #999;
}
/*イベント*/
#event .mec-wrap {
	padding-left: 10px;
	padding-right:10px
}
#event .mec-event-article  {
	border-top: dotted 1px #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 20px 5px 10px 5px;
	box-shadow: none;
}
#event .mec-event-image-wrap {
	padding-left: 0;
}
#event .mec-event-image-wrap img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: solid 1px #ccc;
}
#event .mec-event-detail {
	text-align: center;
	font-size: 0.9em;
	width: 100px;
	height: 3.5em;
	background-color: #0B8457;
	color: #fff;
	display: table;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#event .mec-event-calendar {
	display: table-cell;
	vertical-align: middle;
}
#event .mec-event-hyphen {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#event .mec-event-hyphen::before {
	content: '\A';
	white-space: pre;
}
#event .mec-col-table-c {
	vertical-align: top;
}
#event .mec-event-title {
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	padding: 0;
}
#event .mec-event-footer {
	display: none;
}
/*会員入会のご案内*/
#members #members-plan-oki {
	background-color: #f0ffff;
}
#members #members-plan-outside {
	background-color: #eeffee;
}
#members h3 {
	font-size: 1.25em;
	color: #C03;
	border: none;
}
#members h4 {
	font-size: 1.25em;
	position: relative;
	display: inline-block;
	margin-top:60px;
	padding: 0 55px;
	border: none;
}
#members h4:before, #members h4:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #C03;
}
#members h4:before {
	left:0;
}
#members h4:after {
	right: 0;
}
#members h5 {
	border: none;
	margin: 2em 0 0.5em;
}
#members ul {
	list-style-type: none;
	padding: 0;
}
#members li {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	border: none;
}
.members-newplan-slogan {
	font-size: min(5vw, 32px);
	font-weight: bold;
	color: #10316B;
	max-width: 550px;
	border: solid 2px #10316B;
	border-radius:5px;
	padding: 10px;
	margin: 1.26em auto 0;
}
.members-newplan-preamble {
	max-width: 580px;
	margin: 40px auto;
	padding: 10px;
}
.members-newplan-preamble p {
	text-align: left;
}
.members-btns-1 {
	max-width: 560px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.members-btns-1 .btn-oki, .members-btns-1 .btn-outside {
	width:250px;
	margin: 10px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:25px 10px;
	color:#fff;
	border-radius:5px;
	box-shadow:2px 2px #555;
}
.members-btns-1 .btn-oki {
	 background-color:#49a9d4;
}
.members-btns-1 .btn-outside {
	 background-color:#3C6;
}
.members-btns-1 .btn-click {
	 font-size: 0.8em;
}
.members-plan-section {
	padding-bottom: 40px;
}
.members-plan>div {
	border-top: solid 6px #0033ff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 4px;
}
.members-plan>div.members-plan-sunset {
	border-top: solid 6px #f00;
}
.members-plan-monthly, .members-plan-regular {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px 10px;
	background-color: #fff;
}
.members-plan-name {
	font-size: 1.5em;
}
.members-plan-contents {
	vertical-align: top;
	text-align: left;
	max-width: 400px;
	margin: 10px auto 20px;
}
.members-plan dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
	border-bottom: dotted 1px #ccc;
}
.members-plan dl dt {
	width: 30%;
	text-align: right;
	margin: 0;
}
.members-plan dl dd {
	width: 70%;
	text-align: left;
	margin: 0;
	padding-left: 1em;
}
.members-plan-admission-fee {
	text-align: center;
}
.members-plan-price {
	text-align: center;
}
.members-plan-price-taxin {
	font-size: 0.75em;
}
.members-plan-age {
	text-align: center;
}
.members-necessary {
	position: relative;
}
.members-necessary h5:before {
	content: "\f303";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #ff4500;
}
.members-benefits {
	position: relative;
}
.members-benefits h5:before {
	content: "\f653";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #ff4500;

}
.members-necessary ul {
	max-width: 500px;
	margin: 0 auto;
}
.members-necessary ul li {
	text-align: left;
	padding-left: 1.5em !important;
	padding-bottom: 1em !important;
	position: relative;
}
.members-necessary ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #EAC100;
}
.members-necessary p {
	text-align: left;
	margin-left: 40px;
}
.members-oneday-set {
	border: solid 2px #C03;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 40px;
	margin-right: 40px;
}
.members-oneday-set-item {
	font-size: 1.25em;
}
.members-oneday-set-price {
	font-size: 1.5em;
	font-weight: bold;
}
.members-plan-zero {
	color: #ff6347;
	font-weight: bold;
}
.members-plan-text-ume {
	font-size: 1.25em;
	color: #dc143c;
}
.members-plan-text-matsu {
	font-size: 1.25em;
	color: #228b22;
}
/*交通のご案内*/
dl.access-time {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 70%;
	margin: 0 auto;
}
dl.access-time dt {
	width: 50%;
	margin: 1em 0 0 0;
	border-bottom: dotted 1px #ccc;
	text-align: right;
	padding-right: 1em;
}
dl.access-time dd {
	width: 50%;
	margin: 1em 0 0 0;
	border-bottom: dotted 1px #ccc;
	text-align: left;
	display: inline-block;
}
dl.access-time dd i {
	padding-right: 0.3em;
}
.access-parking {
	font-size: 36px;
	margin-top: 50px;
}
.access-parking i {
	color: #00f;
	padding-right: 0.3em;
}
.access-time-nishitetsu:after {
	content: '\00A0';
	white-space: pre;
}
/*おおきグリーンファンド*/
#greenfund .fix-content-item p {
	text-align: left;
}
#greenfund .powered_by_link {
	display: none;
}
#chart1 {
	margin-bottom: 50px;
}
.chart1-legend-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.chart1-legend-wrap label {
	width: calc(25% - 4px);
	margin: 4px 2px;
	font-size: 16px;
	text-align: left;
	border-left: solid 8px;
}
.chart1-legend-wrap input {
	margin-right: 0.2em;
	margin-left: 4px;
}
.chart1-table-wrap {
	width: 100%;
	text-align: center;
}
.chart1-table {
	display: block;
	font-size: 14px;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.chart1-table td {
	text-align: right;
	padding: 2px 5px;
}
.chart1-table-wrap h3 {
	border: none;
	font-size: 1em;
	margin: 0 !important;
}
.xaxis-label-string {
	text-align: right;
	font-size: 80%;
}
.greenfund-note {
	list-style: none;
	font-size: 90%;
	text-align: left;
}
/*お問い合わせ*/
#inquiry h3 {
	border: none;
}
#inquiry h3 {
	border: none;
	position: relative;
	text-align: center;
}
#inquiry h3:before {
	content: "\f3cd";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
	color: #000;
}
.inquiry-tel {
	font-size: 2em;
}
.inquiry-business-hours, .inquiry-closing-list {
	margin-top: 60px;
}
.inquiry-business-hours h4 {
	border: none;
	position: relative;
	text-align: center;
}
.inquiry-business-hours h4:before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";d;
	position: absolute;
	margin-left: -1.3em;
	color: #000;
}
.inquiry-business-hours dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
}
.inquiry-business-hours dl dt {
	width: 50%;
	margin: 0;
	text-align: right;
	padding-right: 1em;
}
.inquiry-business-hours dl dd {
	width: 50%;
	margin: 0;
	text-align: left;
}
.inquiry-closing-list h4 {
	border: none;
	position: relative;
	text-align: center;
}
.inquiry-closing-list h4:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	margin-left: -1.3em;
	color: #000;
}
.inquiry-closing-list dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
}
.inquiry-closing-list dl dt {
	width: 30%;
	margin: 0;
	text-align: right;
	padding-right: 1em;
}
.inquiry-closing-list dl dd {
	width: 70%;
	margin: 0;
	text-align: left;
}
.inquiry-tel-notice {
	margin: 20px;
	font-size: 0.9em;
	color: #f00;
}
/*著作権／免責事項／プライバシーポリシー*/
.copyright dl.copyright-item {
	margin: 20px 0;
	padding: 0 20px;
}
.copyright dl.copyright-item dt {
	font-weight: bold;
	padding: 1em 0 0.5em;
}
.copyright dl.copyright-item dd {
	margin-left: 0;
	padding-left: 10px;
}
/*フッター*/
#footer .widget_nav_menu {
	margin-bottom: 0;
}
#footer .footer-left {
	width: 70%;
	padding-right: 0;
	line-height: 1.2em;
}
#footer .footer-right {
	width: 30%;
	line-height: 1.2em;
}
#footer .footer-center {
	width: 0;
	margin: 0;
	padding: 0;
}
#footer ul#menu-footer-grp1 {
	display: table;
	width: 100%;
}
#footer ul#menu-footer-grp1>li {
	display: table-cell;
	padding: 0 1.3em;
}
#footer ul.menu {
	position: relative;
}
#footer #menu-footer-grp1>li:nth-child(1):before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
}
#footer #menu-footer-grp1>li:nth-child(2):before {
	content: "\f593";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
}
#footer #menu-footer-grp1>li:nth-child(3):before {
	content: "\f5c4";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
}
#footer #menu-footer-grp1>li:nth-child(4):before {
	content: "\f70c";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	margin-left: -1.3em;
}
#footer #menu-footer-grp2>li:before {
	content: "\f152";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	margin-left: -1.3em;
}

#footer .footer-left li a {
	font-size: 0.9em;
	padding: 0;
}
#footer .footer-right li a {
	font-size: 0.85em;
	padding: 0 0 0.5em 0;
}
#footer .sub-menu {
	padding-left: 0.5em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.schedule-modal-content {
		width: 90%;
		padding: 5px;
	}
	/*フッター*/
	.footer-widgets, .footer-widgets-mobile {
		margin: 10px auto;
		display: flex;
	}
}

/*834px以下（タブレット）*/
@media screen and (max-width: 834px){
	/*ヘッダー*/
	.header-in {
		flex-direction: column;
		justify-content: unset;
	}
	.header-access {
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		margin: 0;
		border-radius: 0;
	}
	.header-access span {
		white-space: nowrap;
	}
	.header-access-postcode, .header-access-address {
		display: inline-block;
		padding-right: 10px;
	}
	.header-access-link {
		padding-left: 10px;
	}
	/*トップ*/
	.prblock-concept-wrap {
		width: 66.6%;
	}
	.prblock-concept-title {
		white-space: nowrap;
		font-size: 1.1em;
	}
	.prblock-concept-landmark span {
		display: block;
	}
	/*会員入会のご案内*/
	.members-monthly-sunset {
		margin-left: 10px;
		margin-right: 10px;
	}
	.members-monthly-sunset dl {
		width: 90%;
		margin: 10px auto;
	}
	.members-monthly-sunset dt {
		padding-right: 0.5em;
	}
	/*交通のご案内*/
	.access-time-nishitetsu:after {
		content: '\A';
		white-space: pre;
	}
	/*スポーツクラブ-初めての方へ*/
	.for-begginers-content-row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.for-begginers-content-explanation {
		width: 100%
	}
	.for-begginers-content-explanation p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.for-begginers-content-image {
		width: 100%;
	}
	/*スポーツクラブ-入会案内*/
	.join-flow {
		justify-content:center;
	}
	.join-num {
		width: 300px;
	}
	.join-explanation {
		width: 300px;
	}
	/*フッター*/
	.footer-widgets {
		display: none;
	}
}

/*480px以下（スマートフォン）*/
@media screen and (max-width: 480px){
	/*トップ*/
	.prblock-concept-wrap {
		width: 100%;
	}
	.prblock-item-clue {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	#prblock ul li {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	/*温泉*/
	.onsen-phrase-2-link {
		flex-wrap: wrap;
	}
	.onsen-phrase-2-link>div {
		margin: 0;
		padding: 0;
		width: 50%;
	}
	.onsen-phrase-2-link img {
		width: 100%;
	}
	/*イベント*/
	#event .mec-event-article  {
		padding-left: 5px;
		padding-right: 5px;
	}
	#event .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
		padding: 0;
	}
	#event .mec-event-list-standard .mec-event-content {
		padding-left: 0;
		padding-right: 0;
	}
	#event .mec-event-image-wrap {
		display: flex;
		flex-wrap: nowrap;
		width: 300px;
		margin-left: auto;
		margin-right:auto;
	}
	#event .mec-event-image img {
		width: 100px;
		height: 75px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: unset;
	}
	#event .mec-event-detail {
		width: 200px;
		height: 75px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: unset;
	}
	#event .mec-event-hyphen::before {
		content: '';
	}
	#event .mec-event-description {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*フロント売店*/
	.front-wanomegumi-yoyaku {
		text-align: center;
		font-size: 1.1em;
		font-weight: bold;
		margin: 20px 0;
	}
	.front-wanomegumi-yoyaku span:before {
		content: '\A';
		white-space: pre;
	}
	/*館内のご案内*/
	.facility-aqus1f-items>div, .facility-aqus2f-items>div, .facility-arena-items>div {
		width: 100%;
		margin-left: 30px;
		margin-right: 30px;
	}
	/*交通のご案内*/
	dl.access-time {
		width: 100%;
	}
	/*お問い合わせ*/
	.inquiry-business-hours dl dt {
		width: 100%;
		text-align: center;
	}
	.inquiry-business-hours dl dd {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.inquiry-closing-list dl dt {
		width: 100%;
		text-align: center;
	}
	.inquiry-closing-list dl dd {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	/*グリーンファンド*/
	.chart1-legend-wrap label {
		width: calc(33% - 4px);
		font-size: 14px;
	}
	/*スポーツクラブ - 案内*/
	#sportsclub_facility .post-whatsnew_spclub-item .content {
		padding: 20px 10px;
	}
	/*スポーツクラブ - 施設案内 */
	ul.sportsclub-facility-list {
		display: block;
	}
	ul.sportsclub-facility-list li {
		position: relative;
		width: 120px;
		height: 90px;
	}
	.sportsclub-facility-title {
		font-size: 1.1em;
		padding-top: 0.5em;
	}
	.sportsclub-facility-list-wrap p {
		position: absolute;
		color: #000;
		font-size: 1em;
		font-weight: normal;
		left: 125px;
		top: 0;
		width: 210px;
	}
}
@media(min-width: 768px){
	a[href^="tel:"]{
	  pointer-events: none;
	}
}
@media only screen and (max-width: 960px){
	.mec-event-list-standard .mec-topsec {
    	display: table;
	}
	.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
		width: 120px;
	}
}
@media screen and (max-width: 1023px){
	body:not(.home) #content-in #sidebar {
		display: none;
	}
}

.members-btn-note a {
	background: #fcc;
	border-radius: 9999px;
	position: relative;
	margin: 0 auto;
	width: auto;
	padding: 10px 25px;
	color: #333333;
	line-height: 1.8;
	text-decoration: none;
	font-weight: 500;
	font-size: min(3.3vw, 1em);
}
.members-btn-note i {
	color: #f00;
}