@charset "utf-8";

/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #f40067; text-decoration: none;  }
a:focus { outline: thin dotted; text-decoration: none;  }
a:hover, a:active { outline: 0; text-decoration: none;  }

a:link,
a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

img { -ms-interpolation-mode: bicubic; }

/*wordpressイメージ設定*/
.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}
.alignright{float:right;margin:10px 0 20px 20px;}
.alignleft{float:left;margin:10px 20px 20px 0}
.aligncenter{display:block;margin:10px auto 10px auto}
a img.alignright{float:right;margin:10px 0 20px 20px}
a img.alignnone{margin:0}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#eee;border:1px solid #ddd;max-width:96%;padding:10px}
.wp-caption.alignnone{margin:5px 20px 20px 0}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{margin:0;padding: 5px 0}
/* ===================================================
    Author: Kim
   =================================================== */

html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}
 
@media (min-width: 480px) {
　　html {
　　  font-size: 10px; /* pc基準値 */
　　}
}


body{ 
	font-size: 1.6rem;
	
	@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
	}
		
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	line-height: 2;
	background: #fff;
	color: #222;
 }

h2,h3,h4 {margin: 0; padding: 0;}
p {margin: 0; padding: 0;}
ul, li { margin: 0; padding: 0; list-style: none;}
dl, dt, dd { margin: 0; padding: 0;}
video {width: 100%}

/* スマホ&PC各セクション */

img {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

* {
	margin: 0;
	padding: 0;
}

.svg-inline--fa {
	margin-right: 6px;
}

.osw {
	font-family: 'Oswald', sans-serif;
}

.ele {
	font-family: 'Electrolize', sans-serif;
}

p.MB {
	margin-bottom: 20px;
}

.titleArea {
	color: #fff;
	background: #00b1ac;
	width: 100%;
	padding: 12px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.t-center {
	text-align: center;
}

.t-big {
	font-size: 140%;
}

.t-red {
	color: #ff0000;
}

article.articleCommon {
	padding: 20px 5px;
	margin-bottom: 20px;
}

article.whiteBottom {
	border-bottom: 1px solid #fff;
}

.spb {display: none;}

#iFrameResizer0 {height: 600px}
#insta-top {height: 1200px}

/*ブログ*/
.single-area-top {
    max-width: 700px;
    margin: 0 auto 50px;
    background: #efefef;
    padding: 30px !important;
}
.single-area {
    max-width: 700px;
    margin: 0 auto;
	overflow-wrap: break-word;
}

.single-area p{line-height: 1.5;margin-bottom: 13px;}

time {
    text-align: right;
    display: block;
    margin-bottom: 30px;
}
.title-area h4 span{
    font-weight: normal;
    margin-right: 10px;
}
.title-area {margin-bottom: 10px;}
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.title-area-blog {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5%;
}
.title-area-blog:nth-child(3n) {
    margin-right: 0;
}
.single-img {height: 220px;overflow: hidden;}
.single-img iframe{height: 220px;}
.title-area-blog img{
    width: 100%;
    height: auto;
}
.blog-area h4{line-height: 1.3;margin-top: 10px;margin-bottom: 10px;}
.blog-tx {margin-bottom:20px;text-align:center;padding: 10px;line-height: 1.3}
.cat {
    background: #bbb;
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    margin: 0;
    color: #fff;
    line-height: 1;
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #fff;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
    margin-top: 10px;
}
a.insta_btn{color: #fff}

.insta_btn:hover {/*ホバー時*/
  color:#fff;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 160px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
    top: 9px;
}
.pagelist {text-align: center;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #00B1AB!important;
    color: #fff!important;
    border:solid 1px #00B1AB!important;
    display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 14px!important;
    margin: 5px!important;
    display: inline-block;
}
.page-nav {
    width: 500px;
    margin: 20px auto 0;
}
.pnavi {
    width: 48%;
    text-align: center;
    border: solid 1px #ccc;
}
.pnavi a{display: block;padding: 10px}
.pnavi:first-child {margin-right: 2%}
.pnavi:last-child {margin-right: 0}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    top: -1px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left::before{
    left: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pop {margin-top: 80px}
.cat-title {
    background: #00b1ac;
    color: #fff;
    padding: 5px 10px 3px;
    margin-bottom: 15px;
}
.category-list {
    margin-bottom: 30px
}
.blog-list {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}
.blog-list img{width: 100%;height: auto;}
.blog-list:nth-child(3n) {
    margin-right: 0;
}
h4.blog {
    line-height: 1.5;
margin-top: 5px;
}
/* ==|== media queries ====================================================== */

.taisaku {
    text-align: center;
    margin: 30px 0;
}
.taisaku img{width: 40%;}

.message-banner {
    text-align: center;
    margin: 30px 0 10px 0px;
}
.message-banner img{
width: 80%;
}

.message-img {
    text-align: center;
    margin: 0px;
}

.message-img img{
    width:80%;
	margin:20px 0px;
}
.message-titile{
    font-weight:600;
	background-color:#eeeeee;
	width:320px;
	margin-left:16px;
	padding:16px;
}
.message-content{
	margin-top:0px;
	padding:16px;
}

.submessage {
    text-align: center;
	margin-bottom:30px;
}

.submessage p{
	margin:0 auto 0 auto;
}

.bottom-message{
	text-align: center;
    font-weight:600;
	background-color:#eeeeee;
	width:400px;
	padding:16px 16px;
	
}

.staff-img {
    text-align: center;
    margin: 30px 0 10px 0px;
}
.staff-img img{
width: 90%;
}
@media only screen and (max-width: 479px) {
	.message-titile{
		width:85%;
		margin:0 auto;
		padding:16px;
	}

	.bottom-message{
		width:330px;
		padding:16px auto;

	}
}
/* ===================
    スマホ
   =================== */

@media only screen and (max-width: 479px) {
    .blog-list {
        width: 100%;
        margin-right: 0;
    }
    .blog-thum {
        width: 25vw;
    }
    .blog-title-area {
        width: 64vw;padding-left: 2vw;
    }
    #iFrameResizer0 {height: 108vw}
    #insta-top {height: 100vw!important;}
    .fbox {
        width: 98%;
    }
    .single-img iframe{height: 27vw;}
    
    /*ブログ*/
    .single-area-top {
        margin: 0 auto 30px;
        padding: 10px;
        padding: 20px 10px 10px;
    }
    .title-area-blog img {
        width: 100%;
        height: 184px;
        object-fit: cover;
    }
    .single-img {
        height: auto;
        overflow: hidden;
    }
    .title-area-blog {
        width: 49%;
        margin-right: 2%;
    }
    .title-area-blog:nth-child(3n) {
        margin-right: 2%;
    }
    .title-area-blog:nth-child(2n) {
        margin-right: 0;
    }
    .blog-area {
        padding: 0 1%;
    }
    .blog-tx {margin-bottom:10px;text-align:center;padding: 10px;line-height: 1.3}

	#iFrameResizer0 {height: 365px}
    #insta-top {height: 650px}

html {
  font-size: 8px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}

.dot {
	font-family: 'Barlow Condensed', sans-serif;
}
.pcView {
	display: none;
}

header#spHeader {
	width: 100%;
	height: 50px;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: fixed;
	background: #fff;
	z-index:1;
}

header#spHeader #spLogo {
	width: 30%;
	margin: 0 auto;
	overflow: hidden;
}

header#spHeader #spLogo img {
	width: 100%;
	height: auto;
}

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #00b1ac;
}

.menu-btn span {
    color: #00b1ac;
}

.menu-btn .svg-inline--fa {
	margin-right: 0;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,192,176,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
	/* width: 40%; */
	width:80%;
	margin: 20px auto;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
}

.menu li a {
    display: block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

.menu li.mypage a {
	background: #ff9c00;
}

.menu li.ad a {
	background: #f00c57;
}

.menu li a:hover {
    color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

/* ======メインビジュアル====== */

.wrapper {
	padding-top: 50px;
}

.topBox {
	width: 100%;
	overflow: hidden;
	padding-top: 180px;
    color: #fff;
}

.top01 {
	background: url(https://brighter-gym.com/wp-content/uploads/2023/04/custom.jpg) center center no-repeat;
	background-size: cover;
}

.top02 {
	background: url(https://brighter-gym.com/wp-content/uploads/2023/04/style.jpg) center center no-repeat;
	background-size: cover;
}

.top03 {
	background: url(https://brighter-gym.com/wp-content/uploads/2023/04/legs.jpg) center center no-repeat;
	background-size: cover;
}

.top04 {
	background: url(https://brighter-gym.com/wp-content/uploads/2023/04/pain.jpg) center center no-repeat;
	background-size: cover;
}

.top05 {
	background: url(https://brighter-gym.com/wp-content/uploads/2023/04/athlete.jpg) center center no-repeat;
	background-size: cover;
}

.topBox h3 {
	font-size: 300%;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 50px;
    text-shadow: 2px 2px 5px #707070;
}

.topBox .topBoxText {
	background-color: rgba(0, 177, 172, 0.8);
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.topBox .topBoxText h4 {
	letter-spacing: 0.5em;
}

.topBox .topBoxText p {
	line-height: 1.4;
	font-size: 130%;
	font-weight: bold;
}

.topBox .topBoxText .topBoxBtn {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.topBox .topBoxText .topBoxBtn li {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.topBox .topBoxText .topBoxBtn a{
	display: block;
	width: 100%;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	margin: 20px auto;
	font-size: 100%;
	font-weight: bold;
}

.trainingInfo {
	width: 90%;
	margin: 0 auto;
}

.trainingInfo .osw {
	font-size: 200%;
}

.trainingInfo article {
	padding-top: 20px;
}

.trainingInfo article strong {
	margin-bottom: 10px;
}

#contents {
	width: 95%;
	margin: 0px auto;
	overflow: hidden;
}

h2.pageTitle {
	text-align: center;
	background: #fff;
	padding: 12px;
	font-size: 130%;
	color: #00b1ac;
}

.whiteBtn a {
	display: block;
	width: 70%;
	background: #00b1ac;
    color: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px auto;
	border-radius: 8px;
}

h2.subTitle {
	background: #00b1ac;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}

h3.program {
	background: #d4c521;
	color: #fff;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #000;
}

h3.whiteLine {
	text-align: center;
	padding: 15px;
	font-size: 130%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ticketArea h4 {
	text-align: center;
}

.ticketArea h4.osw {
	font-size: 150%;
	margin-top: 20px;
}

table.ticket {
	width: 100%;
	font-size: 120%;
	margin-bottom: 30px;
}

table.ticket th {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 40%;
	line-height: 1.3;
}

table.ticket td {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	text-align: center;
    vertical-align: middle;
}

.ticketPrice {
	font-size: 80%;
	line-height: 1.3;
	
}

.ticketPrice .osw {
	font-size: 140%;
}

.ticketPrice p {
	margin-bottom: 15px;
}

.ticketPrice p:last-child {
	margin-bottom: 0;
}

h3.staffName {
	text-align: center;
	margin-bottom: 20px;
	font-family: "Hannari";
	font-size: 250%;
	font-weight: normal;
}

table.staffInsta {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

table.staffInsta th {
	width: 20%;
	vertical-align: middle;
}

table.staffInsta th img {
	width: 100%;
	border-radius: 100%;
}

table.staffInsta td {
	width: 75%;
	vertical-align: middle;
	padding-left: 10px;
}

table.staffInsta td a {
	color: #fff;
}

h4.comment {
	margin-bottom: 15px;
}

.ggmap {
clear: both;
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 100%;
margin: 30px auto 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.imgArea {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/* ======スマホ====== */

table.systemTable {
	width: 100%;
	margin-bottom: 30px;
}

table.systemTable th {
	width: 100%;
	background: #333;
	color: #fff;
	display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 130%;
    padding: 10px 0;
}

table.systemTable td {
    display:block;
    float:left;
    clear:both;
    width: 96%;
    background: #ededed;
    font-size: 110%;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

table.programTable {
	width: 100%;
	margin-bottom: 30px;
}

table.programTable th {
	width: 100%;
	background: #333;
	color: #fff;
	display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 130%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

table.programTable td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    background: #ededed;
    font-size: 110%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
}

table.programTable .osw {
	font-size: 180%;
	margin-right: 10px;
}

/* ======フッター====== */

footer {
	width: 100%;
	background: #00b1ac;
	color: #fff;
	padding-bottom: 50px;
    margin-top: 50px;
}

footer #footerContents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

footer #footerContents #footerLogo {
	width: 200px;
	margin: 20px auto;
	text-align: center;
}

footer ul.footerMenu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

footer ul.footerMenu li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 100%;
}

footer ul.footerMenu li:nth-child(even) {
	border-right: none;
}

footer #footerContents address {
	clear: both;
	font-style: normal;
	font-size: 80%;
	color: #fff;
	line-height: 1;
	text-align: center;
}

footer ul.footerMenu li a {
	color: #fff;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
}

.footerInfo a:link {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:color {
	color: #fff;
}

footer .footerInfo {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

footer .footerInfo p {
	margin-bottom: 15px;
}

footer .footerInfo h3 {
	letter-spacing: 0.5em;
	color: #fff;
}


footer .footerInfo .mapBtn a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	margin-bottom: 15px;
	border-radius: 8px;
	width: 30%;
	text-align: center;
}

footer .footerLogo {
	width: 80%;
	margin: 50px auto;
	text-align: center;
}

footer .footerLogo img {
	width: 50%;
	margin: 20px 0;
	border: 1px solid #fff;
	padding: 20px;
}

footer .footerLogo .osw {
	font-size: 250%;
	font-weight: bold;
}

.whiteSquare {
	padding: 3px;
	border: 1px solid #fff;
	margin-right: 5px;
}

ul.sns {
  text-align: center;
}

ul.sns li {
	display: inline;
  font-size: 30px;
  padding: 0 10px;
}

ul.sns a {
	color: #fff;
}

ul.dotline {
	margin-bottom: 30px;
}

ul.dotline li {
	font-size: 80%;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}

article.whiteSquare {
	border: 1px solid #ccc;
	padding: 20px;
}

section.prof {
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}

.profText h3 {
	font-size: 130%;
	margin-bottom: 15px;
}

.profText article {
	margin-top: 20px;
	margin-bottom: 50px;
}

.profText p {
	margin-bottom: 25px;
	padding-left: 5px;
	border-left: #333 5px solid;
}

.accessArea article {
	margin-bottom: 40px;
}

.accessArea a {
	color: #929292;
}

.accessArea .osw {
	font-size: 140%;
}

.imgArea {
	margin-bottom: 30px;
}

h5.bottomBorder {
	font-size: 110%;
	border-bottom: 1px dotted #fff;
	margin-bottom: 8px;
	line-height: 1.3;
	padding-bottom: 8px;
}

.campaign {
    background: url(/wp-content/uploads/2019/12/campaign-bg.jpg);
    background-size: cover;
    margin-bottom: 50px;
    height: 168px;
}
.campaign-tx {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
padding: 10px 0;
    line-height: 1.5;
    
}    
.campaign-naiyou {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 30px;
}
.campaign-btn {
    padding: 8px;
    text-align: center;
    background: #fff;
    font-size: 14px;    
    color:#000;
    width: 40%;
    margin: 20px auto 0;
}
    .spb {display: block;}
    .campaign-img {margin-bottom: 30px;padding: 0 10px;}
    .campaign-img img{width: 100%}
    .read-btn {
    width: 200px;
    background: #00B1AB;
    text-align: center;
    margin: 0 auto;
}
.read-btn a{padding: 10px;display: block;color: #fff}
    .taisaku img{width: 90%;}

}


/* ===================
    タブレット
   =================== */

@media only screen and (min-width:479px) and (max-width:1024px) {
	.blog-area {
        padding: 0 1%;
    }
    .blog-tx {margin-bottom:20px;text-align:center;}
html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}
	
dot {
	font-family: 'Barlow Condensed', sans-serif;
}
	
.pcView {
	display: none;
}

header#spHeader {
	width: 100%;
	height: 50px;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: fixed;
	background: #fff;
	z-index:1;
}

header#spHeader #spLogo {
	width: 30%;
	margin: 0 auto;
	overflow: hidden;
}

header#spHeader #spLogo img {
	width: 100%;
	height: auto;
}

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #00b1ac;
}

.menu-btn span {
    color: #00b1ac;
    font0s
}

.menu-btn .svg-inline--fa {
	margin-right: 0;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
    background: 
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,192,176,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
	width: 40%;
    margin: 20px auto;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
}

.menu li a {
    display: block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 150%;
}

.menu li.mypage a {
	background: #ff9c00;
}

.menu li.ad a {
	background: #f00c57;
}

.menu li a:hover {
    color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

/* ======メインビジュアル====== */

.wrapper {
	padding-top: 50px;
}

.topBox {
	width: 100%;
	overflow: hidden;
	padding-top: 180px;
    color: #fff
}

.top01 {
	background: url(img/toppage/custom.jpg) center center no-repeat;
	background-size: cover;
}

.top02 {
	background: url(img/toppage/style.jpg) center center no-repeat;
	background-size: cover;
}

.top03 {
	background: url(img/toppage/legs.jpg) center center no-repeat;
	background-size: cover;
}

.top04 {
	background: url(img/toppage/pain.jpg) center center no-repeat;
	background-size: cover;
}

.top05 {
	background: url(img/toppage/athlete.jpg) center center no-repeat;
	background-size: cover;
}

.topBox h3 {
	font-size: 300%;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 50px;
    text-shadow: 2px 2px 5px #707070;
}

.topBox .topBoxText {
	background-color: rgba(0, 177, 172, 0.8);
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.topBox .topBoxText h4 {
	letter-spacing: 0.5em;
}

.topBox .topBoxText p {
	line-height: 1.4;
	font-size: 130%;
	font-weight: bold;
}

.topBox .topBoxText .topBoxBtn {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.topBox .topBoxText .topBoxBtn li {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.topBox .topBoxText .topBoxBtn a{
	display: block;
	width: 100%;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	margin: 20px auto;
	font-size: 100%;
	font-weight: bold;
}

.trainingInfo {
	width: 90%;
	margin: 0 auto;
}

.trainingInfo .osw {
	font-size: 200%;
}

.trainingInfo article {
	padding-top: 20px;
}

.trainingInfo article strong {
	margin-bottom: 10px;
}

#contents {
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
}

h2.pageTitle {
	text-align: center;
	background: #fff;
	padding: 12px;
	font-size: 130%;
	color: #00b1ac;
}

.whiteBtn a {
	display: block;
	width: 70%;
	background: #00b1ac;
    color: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px auto;
	border-radius: 8px;
}

h2.subTitle {
	background: #00b1ac;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}

h3.program {
	background: #d4c521;
	color: #fff;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #000;
}

h3.whiteLine {
	text-align: center;
	padding: 15px;
	font-size: 130%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ticketArea h4 {
	text-align: center;
}

.ticketArea h4.osw {
	font-size: 150%;
	margin-top: 20px;
}

table.ticket {
	width: 100%;
	font-size: 120%;
	margin-bottom: 30px;
}

table.ticket th {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 40%;
	line-height: 1.3;
}

table.ticket td {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	text-align: center;
    vertical-align: middle;
}

.ticketPrice {
	font-size: 80%;
	line-height: 1.3;
	text-align: left !important;
}

.ticketPrice .osw {
	font-size: 140%;
}

.ticketPrice p {
	margin-bottom: 15px;
}

.ticketPrice p:last-child {
	margin-bottom: 0;
}

h3.staffName {
	text-align: center;
	margin-bottom: 20px;
	font-family: "Hannari";
	font-size: 250%;
	font-weight: normal;
}

table.staffInsta {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

table.staffInsta th {
	width: 20%;
	vertical-align: middle;
}

table.staffInsta th img {
	width: 100%;
	border-radius: 100%;
}

table.staffInsta td {
	width: 75%;
	vertical-align: middle;
	padding-left: 10px;
}

table.staffInsta td a {
	color: #fff;
}

h4.comment {
	margin-bottom: 15px;
}

.ggmap {
clear: both;
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 100%;
margin: 30px auto 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.imgArea {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/* ======スマホ====== */

table.systemTable {
	width: 100%;
	margin-bottom: 30px;
}

table.systemTable th {
	width: 100%;
	background: #333;
	color: #fff;
	display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 130%;
    padding: 10px;
}

table.systemTable td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    background: #ededed;
    font-size: 110%;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

table.programTable {
	width: 100%;
	margin-bottom: 30px;
}

table.programTable th {
	width: 100%;
	background: #333;
	color: #fff;
	display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 130%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

table.programTable td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    background: #ededed;
    font-size: 110%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
}

table.programTable .osw {
	font-size: 180%;
	margin-right: 10px;
}

/* ======フッター====== */

footer {
	width: 100%;
	background: #00b1ac;
	color: #fff;
	padding-bottom: 50px;
    margin-top: 50px
}

footer #footerContents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

footer #footerContents #footerLogo {
	width: 200px;
	margin: 20px auto;
	text-align: center;
}

footer ul.footerMenu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

footer ul.footerMenu li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 100%;
}

footer ul.footerMenu li:nth-child(even) {
	border-right: none;
}

footer #footerContents address {
	clear: both;
	font-style: normal;
	font-size: 80%;
	color: #fff;
	line-height: 1;
	text-align: center;
}

footer ul.footerMenu li a {
	color: #fff;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
}

.footerInfo a:link {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:color {
	color: #fff;
}

footer .footerInfo {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

footer .footerInfo p {
	margin-bottom: 15px;
}

footer .footerInfo h3 {
	letter-spacing: 0.5em;
	color: #fff;
}


footer .footerInfo .mapBtn a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	margin-bottom: 15px;
	border-radius: 8px;
	width: 30%;
	text-align: center;
}

footer .footerLogo {
	width: 80%;
	margin: 50px auto;
	text-align: center;
}

footer .footerLogo img {
	width: 50%;
	margin: 20px 0;
	border: 1px solid #fff;
	padding: 20px;
}

footer .footerLogo .osw {
	font-size: 250%;
	font-weight: bold;
}

.whiteSquare {
	padding: 3px;
	border: 1px solid #fff;
	margin-right: 5px;
}

ul.sns {
  text-align: center;
}

ul.sns li {
	display: inline;
  font-size: 30px;
  padding: 0 10px;
}

ul.sns a {
	color: #fff;
}

ul.dotline {
	margin-bottom: 30px;
}

ul.dotline li {
	font-size: 80%;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}

article.whiteSquare {
	border: 1px solid #ccc;
	padding: 20px;
}

section.prof {
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}

.profText h3 {
	font-size: 130%;
	margin-bottom: 15px;
}

.profText article {
	margin-top: 20px;
	margin-bottom: 50px;
}

.profText p {
	margin-bottom: 25px;
	padding-left: 5px;
	border-left: #333 5px solid;
}

.accessArea article {
	margin-bottom: 40px;
}

.accessArea a {
	color: #929292;
}

.accessArea .osw {
	font-size: 140%;
}

.imgArea {
	margin-bottom: 30px;
}

h5.bottomBorder {
	font-size: 110%;
	border-bottom: 1px dotted #fff;
	margin-bottom: 8px;
	line-height: 1.3;
	padding-bottom: 8px;
}
.campaign {
    background: url(/wp-content/uploads/2019/12/campaign-bg.jpg);
    background-size: cover;
    padding-top: 320px;
    margin-bottom: 50px;
}
.campaign-tx {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
        background-color: #ff0000;
    padding: 20px 0 20px;
}    
.campaign-naiyou {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 30px;
}
.campaign-btn {
    padding: 8px;
    text-align: center;
    background: #fff;
    font-size: 14px;    
    color:#000;
    width: 25%;
    margin: 20px auto 0;
}
    .campaign-img img{width: 100%}
    #iFrameResizer0 {height: 91vw!important;}
    #insta-top {height: 100vw!important;}
    .read-btn {
    width: 200px;
    background: #00B1AB;
    text-align: center;
    margin: 0 auto;
}
.read-btn a{padding: 10px;display: block;color: #fff}

}


/* ===================
   PC
   =================== */
   
@media only screen and (min-width: 1025px) {
	
	.spView {
		display: none;
	}

/* ======ヘッダー====== */

header {
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 3;
	background: #fff;
	border-bottom: 3px solid #9dd6e2;
}

header #headerContents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

header #logo {
	width: 13%;
	margin-right: 5%;
	overflow: hidden;
	float: left;
	margin-top: 14px
}

header #logo img {
	width: 100%;
}

header ul {
	float: left;
	width: 82%;
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
}

header ul li {
	float: left;
	font-size: 90%;
	font-weight: bold;
	width: 20%;
	border-right: 1px solid #dcdcdc;
	box-sizing: border-box;
}

header ul li a {
	display: block;
	padding: 20px 15px;
	width: 100%;
	box-sizing: border-box;
	color: #00b1ac !important;
}
header ul li a:hover {
	color: #fff !important;
}
/* ======共通====== */

h2.pageTitle {
	text-align: center;
	background: #fff;
	padding: 12px;
	font-size: 130%;
	color: #00b1ac;
}
	
/* ======メインビジュアル====== */

.wrapper {
	padding-top: 66px;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.topBox {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	padding-top: 280px;
	margin: 0 auto;
    color: #fff;
}

.top01 {
	background: url(img/toppage/custom.jpg) center center no-repeat;
	background-size: cover;
}

.top02 {
	background: url(img/toppage/style.jpg) center center no-repeat;
	background-size: cover;
}

.top03 {
	background: url(img/toppage/legs.jpg) center center no-repeat;
	background-size: cover;
}

.top04 {
	background: url(img/toppage/pain.jpg) center center no-repeat;
	background-size: cover;
}

.top05 {
	background: url(img/toppage/athlete.jpg) center center no-repeat;
	background-size: cover;
}

.topBox h3 {
	font-size: 300%;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 50px;
    letter-spacing: 4px;
text-shadow: 2px 2px 5px #707070;
}

.topBox .topBoxText {
	background-color: rgba(0, 177, 172, 0.8);
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.topBox .topBoxText h4 {
	letter-spacing: 0.5em;
}

.topBox .topBoxText p {
	line-height: 1.4;
	font-size: 130%;
	font-weight: bold;
}

.topBox .topBoxText .topBoxBtn {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.topBox .topBoxText .topBoxBtn li {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.topBox .topBoxText .topBoxBtn a{
	display: block;
	width: 100%;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	margin: 20px auto;
	font-size: 100%;
	font-weight: bold;
}
.campaign {
    background: url(/wp-content/uploads/2019/12/campaign-bg.jpg);
    background-size: cover;
    padding-top: 480px;
    margin-bottom: 50px;
}
.campaign-tx {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
        background-color: #ff0000;
    padding: 20px 0 20px;
}    
.campaign-naiyou {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 30px;
}
.campaign-btn {
    padding: 8px;
    text-align: center;
    background: #fff;
    font-size: 14px;    
    color:#000;
    width: 25%;
    margin: 20px auto 0;
}
.campaign-img img{width: 100%}

/* ======system====== */

.page section {
	
	
}

.whiteBtn a {
	display: block;
	width: 70%;
	background: #00b1ac;
    color: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px auto;
	border-radius: 8px;
}

h2.subTitle {
	background: #00b1ac;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}

h3.program {
	background: #d4c521;
	color: #fff;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #000;
}

h3.whiteLine {
	text-align: center;
	padding: 15px;
	font-size: 130%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ticketArea h4 {
	text-align: center;
}

.ticketArea h4.osw {
	font-size: 150%;
	margin-top: 20px;
}

table.ticket {
	width: 100%;
	font-size: 120%;
	margin-bottom: 30px;
}

table.ticket th {
	padding: 30px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 40%;
	line-height: 1.3;
}

table.ticket td {
	padding: 30px;
	border-bottom: 1px solid #ccc;
	text-align: center;
    vertical-align: middle;
}

.ticketPrice {
	font-size: 80%;
	line-height: 1.3;
}

.ticketPrice .osw {
	font-size: 140%;
}

.ticketPrice p {
	margin-bottom: 15px;
}

.ticketPrice p:last-child {
	margin-bottom: 0;
}

table.systemTable {
	width: 100%;
	margin-bottom: 30px;
}

table.systemTable th {
	width: 100%;
	background: #333;
	color: #fff;
	display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 130%;
    padding: 25px;
    box-sizing: border-box;
}

table.systemTable td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    background: #ededed;
    font-size: 110%;
    padding: 25px;
    border-bottom: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
}

table.programTable {
	width: 100%;
	margin-bottom: 30px;
}

table.programTable th {
	width: 100%;
	background: #333;
	color: #fff;
	display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 130%;
    padding: 25px;
    text-align: center;
    box-sizing: border-box;
}

table.programTable td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    background: #ededed;
    font-size: 110%;
    padding: 25px;
    border-bottom: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
}

table.programTable .osw {
	font-size: 180%;
	margin-right: 10px;
}

ul.dotline {
	margin-bottom: 30px;
}

ul.dotline li {
	font-size: 80%;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}

article.whiteSquare {
	border: 1px solid #ccc;
	padding: 20px;
}

/* ======スタッフ====== */

.prof {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0;
	border-bottom: 1px solid #ccc;
}

.prof .profPhoto {
	float: left;
	width: 45%;
	overflow: hidden;
}

.prof .profText {
	float: right;
	width: 50%;
	overflow: hidden;
}

h3.staffName {
	text-align: center;
	margin-bottom: 20px;
	font-family: "Hannari";
	font-size: 250%;
	font-weight: normal;
}

table.staffInsta {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

table.staffInsta th {
	width: 20%;
	vertical-align: middle;
}

table.staffInsta th img {
	width: 100%;
	border-radius: 100%;
}

table.staffInsta td {
	width: 75%;
	vertical-align: middle;
	padding-left: 10px;
}

table.staffInsta td a {
	color: #fff;
}

h4.comment {
	margin-bottom: 15px;
}

.accessArea article {
	margin-bottom: 40px;
}

.accessArea a {
	color: #929292;
}

.accessArea .osw {
	font-size: 140%;
}

.imgArea {
	margin-bottom: 30px;
}

h5.bottomBorder {
	font-size: 110%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
	line-height: 1.3;
	padding-bottom: 8px;
}

.ggmap {
clear: both;
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 100%;
margin: 30px auto 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ======フッター====== */

footer {
	width: 100%;
	padding: 40px 0;
	background: #00B1AB;
	color: #fff;
    margin-top: 50px;
}

footer #footerContents {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

footer .footerLogo {
	width: 80%;
	margin: 50px auto;
	text-align: center;
}

footer .footerLogo img {
	width: 30%;
	margin: 20px 0;
	border: 1px solid #fff;
	padding: 20px;
}

footer .footerLogo .osw {
	font-size: 250%;
	font-weight: bold;
}

footer a:link {
	color: #fff;
}

footer .footerInfo {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

footer .footerInfo p {
	margin-bottom: 15px;
}

footer .footerInfo h3 {
	letter-spacing: 0.5em;
	color: #fff;
}


footer .footerInfo .mapBtn a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	margin-bottom: 15px;
	border-radius: 8px;
	text-align: center;
}

.footerInfoBox {
	display: block;
	float: left;
	margin-right: 50px;
}

ul.sns {
}

ul.sns li {
	display: inline;
  font-size: 30px;
  padding-right: 30px;
}

ul.sns a {
	color: #fff;
}

footer address {
	font-size: 80%;
	color: #fff;
	font-style: normal;
}
.read-btn {
    width: 220px;
    background: #00B1AB;
    text-align: center;
    margin: 0 auto;
}
.read-btn a{padding: 10px;display: block;color: #fff}

}

/* ===================
   PC
   =================== */
   
@media only screen and (min-width: 1800px) {
	#pageVisual {
		background-position: center bottom no-repeat !important;
	}

}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*  追加 */
span.now {
    position: relative;
}

span.now::after {
    font-size: 64%;
    content: "今だけ";
    position: absolute;
    bottom: 18px;
    left: 0px;
}

h5.osw.plan::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 124px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    border-bottom: 2px solid black;
}


/* 2023-9-6 sufida 追加CSS------------------------------------------------------------------------------------------ */
section{
	margin-bottom: 50px !important;
}
.wrapper{
	padding-top:0px;
}
/* .news-content{
	width:100%;
	padding: 30px 16px;
	box-sizing: border-box;
} */
.news-content .single-area-top{
	max-width: 700px;
	margin-bottom:0px;
}
.single-area-top{
	padding: 10px !important;
	margin-top: 20px;
}
.single-area-top .pageTitle{
	background: none;
}
.titleArea{
	padding-top:80px;
}
.single-area-top .title-area>h3{
	display: flex;
	line-height: 35px;
}
@media screen and (max-width: 900px) {
	.titleArea {
		padding-top: 60px;
		font-size: 13px;
	}
	section {
		margin-bottom: 30px !important;
	}
}

.thema-btn{
	text-align: center;
	margin: 15px auto 0 auto;
	width: 300px;
	max-width: 100%;
}
.thema-btn a{
	background: #00b1ac;
	border: 1px solid #00b1ac;
	color: #fff;
	display: block;
	padding: 10px;
}
.thema-btn a:hover{
	background: none;
	border:1px solid #00b1ac;
	color: #00b1ac;
}
@media screen and (max-width: 900px) {
	.thema-btn {
		margin-top:20px;
	}
}

#headerBgImg{
	height: 550px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom:30px;
}
#headerBgImg::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

#headerBgImg .header-page-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 4rem;
	color:#fff;
}
@media screen and (max-width: 900px) {
	#headerBgImg {
		height:150px;
	}
	#headerBgImg .header-page-title {
		font-size: 18px;
		/* font-size: 1.8rem; */
	}
}

.post-title{
	font-size:2rem;
}
#news-single .single-img {
	height: auto;
	width: 100%;
}
#news-single .single-img img{
	width: 100%;
	height: auto;
}

/* ヘッダー */

header #headerContents{
	display: flex;
	align-items: center;
	max-width: 100%;
	padding:0 50px;
}
header #logo{
	width: 200px;
	margin-top:0;
}
header ul{
	width:auto;
	border-style:none;
	float: inherit;
	display: flex;
	align-items: center;
}
header ul li{
	width: auto;
	border-style: none;
	float: inherit;
	width:150px;
}

img{
	max-width: 100%;
}

.archive-news{
	background:none;
}
.archive-news h3{
	padding: 10px 0;
	border-bottom: 1px solid #00b1ac;
}
.archive-news .wp-pagenavi{
	margin-top:20px;
}

/* ------------------------------ */
.menu-tl-box{
	border:1px solid #333;
	padding:15px;
	font-size: 15px !important;
	width:250px;
	margin:0 auto;
}

.pc-show{
	display: block;
}
.sp-show{
	display: none;
}
@media screen and (max-width: 900px) {
	.pc-show{
		display: none;
	}
	.sp-show{
		display: block;
	}
}