@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:500i,700');

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/
/*
	font-family: 'Roboto', sans-serif;
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-content .entry-footer {
	margin-top: 0;
	margin-bottom: 0;
}

.img-box1 img {
	display: block;
	width: 80vw;
	height: auto;
}
.img-box2 img {
	display: block;
	width: 100vw;
	height: auto;	
}
.img-box3 img {
	display: block;
	height: 100vw;
	width: auto;
}

/*----------------------------------------
 * base
 * -------------------------------------*/
#header,
#navi,
#footer {
	position: relative;
}
#header,
#navi {
	background: #000;
}
#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 50px;
}
#container {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#content {
	margin-top: 0;
}
#main {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
.no-sidebar .content .main {
	margin: auto;
	max-width: 1600px;
	padding: 0;
}
.entry-header {
	position: relative;
}
.tagline {
	display: none;
}
.site-name-text {
	font-size: 2rem;
	font-weight: bold;
}
article .entry-content {
	margin-top: 0;
	margin-bottom: 0;
}
article:not(#post-2) .entry-content {
	padding: 0 5px;
}
.entry-content > p {
	display: none;
}
.section {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.entry-footer {
	position: relative;
	z-index: 5;
	background-color: #141414;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: calc((100vw - 100%) / 2);
	padding-right: calc((100vw - 100%) / 2);
}
.sns-follow {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 40px;
	color: #fff;
}
@media screen and (max-width:789px) {
	.footer-widgets, .footer-widgets-mobile {
		margin-top: 0;
	}
}
@media screen and (min-width:769px) {
	main.main {
		margin-top: 10px;
	}
}
/*---------- header ----------*/
#header .logo img {
	width: 100px;
}
#navi .menu-header .menu-item {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	height: 40px;
	max-width: 135px;
	line-height: 40px;
	transition: all .2s;
}
#navi .menu-header .menu-item a {
	font-size: 1rem;
}
#navi .menu-header .menu-item a:hover {
	background-color: #000;
	color: #fff;
}
#navi .menu-header .menu-item-hover a {
	background-color: #000;
	color: #fff;
}
/*---------- /header ----------*/
/*---------- footer ----------*/
#footer-in .widget {
	margin: 0;
}
#footer-in .widget ul {
	line-height: 1.3;
}
#footer-in .widget .footer-title {
	display: none;
}
#footer-in .footer-widgets {
	display: none;
}
#footer-in .footer-widgets-mobile .widget-footer-mobile {
	margin-top: 20px;
}
#footer-in .footer-widgets-mobile .widget_pages {
	margin-top: 40px;
}
@media screen and (min-width:769px) {
#header .logo img {
	width: 150px;
}
	#footer-in .footer-widgets {
		max-width: 1200px;
		display: flex;
	}
	#footer-in .footer-widgets .footer-center {
		display: none;
	}
		#footer-in .footer-widgets .footer-left {
		flex-basis: calc(50% - 10px)
	}
	#footer-in .footer-widgets .footer-right {
		flex-basis: calc(50% - 10px)
	}
}
/*-- contact --*/
.contact {
	margin-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact .logo {
	width: 100px;
}
.contact .contact-title {
	border: none;
	margin: 0;
}
.contact p {
	padding: 0;
	margin: 0;
}
.contact a {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
	color: #fff;
}
.contact a:hover {
	text-decoration: underline;
}
@media screen and ( min-width:600px) {
	.contact a {
		font-size: 1.7rem;
	}
}
/*-- /contact --*/
/*---------- /footer ----------*/
/*---------- mobile-menu-buttons ----------*/
.mobile-menu-buttons {
	background-color: rgba(20, 20, 20, .85);
	color: #fff;
	z-index: 10;
}
.mobile-menu-buttons .menu-button > a {
    color: #fff;
}
.mobile-menu-buttons .sidebar-menu-button,
.mobile-menu-buttons .search-menu-button {
	display: none;
}

/*---------- /mobile-menu-buttons ----------*/
/*----------------------------------------
 * parts
 * -------------------------------------*/
.block-border {
margin-top: 30px;
}
.display-none {
	display: none;
}
.text {
	text-indent: 1em;
	margin: 0;
}
.mask {
	color: #fff;
}
.mask p,
.mask a,
.mask ul,
.mask h2,
.mask h3,
.mask h4 {
	position: relative;
	z-index: 3;
}
.mask:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	z-index: 1;
}
.menu-content {
	color: #282210;
	background-color: rgba(255, 255, 255, .8);
    transition: .3s ease-in-out;
}
.menu-drawer .menu-item a {	
	border-bottom: solid 1px;
	text-shadow: 1px 1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
    color: #282210;
	margin: 10px 15px 0;
	font-weight: bold;
}

/*---------- fade-in ----------*/
.fade-in {
	opacity: 0;
	transition: all .7s ease;
	transform: translate(0, 100px);
}
.fade-in.show {
	opacity: 1;
	transform: none;
}
/*---------- /fade-in ----------*/
/*---------- button ----------*/
.button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.button {
	width: 7rem;
	border-radius: 3px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s;
	display: block;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid rgb(173, 255, 47);
	color: rgb(173, 255, 47);
	letter-spacing: 1px;
	padding: 5px 10px;
	margin: 0 5vw;
	position: relative;
	z-index: 15;
	box-shadow: 1px 1px 2px #666;
}
.button.different {
	border: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	box-shadow: 1px 1px 2px #666;
}
.button:hover {
	background-color: rgb(173, 255, 47);
	border-color: rgb(173, 255, 47);
	color: rgb(255, 255, 255);
}
.button.different:hover {
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	color: rgb(100, 100, 100);
	text-shadow: none;
}
@media screen and ( min-width:800px) {
.button {
	width: 10rem;
	font-size: 1.2rem;	
	border: 3px solid rgb(173, 255, 47);
}
.button.different {
	border: 3px solid rgb(255, 255, 255);
}
}
/*---------- /button ----------*/

/*----------------------------------------
 * ホーム
 * -------------------------------------*/
#post-2 .entry-header .entry-title {
	display: none;
}
.sns-share,
.footer-meta,
.date-tags,
.ctdt-one-row {
	display: none;
}

/*---------- swiper ----------*/
.swiper-container {
	height: 50vw;
}
.swiper-container .button-wrapper {
width: 100%;
position: absolute;
bottom: 6vw;
z-index: 1000;
	text-shadow: 1px 1px 3px black;
}
.swiper-container .button {
	box-shadow: 1px 1px 3px black;
}
.swiper-container .button.different:hover {
	text-shadow: none;
}
@media screen and ( max-width:599px) {
.swiper-container {
	height: 110vw;
}
}
.swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10vw;
}

.slide1 {
	background: url('https://brace-gym.com/wp-content/uploads/2021/03/2S0A1789-w2000px.jpg') center center / cover no-repeat;
	background-position: top;
}
.slide2 {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1812-w2000px.jpg') center center / cover no-repeat;
	background-position: top;
}
.slide3 {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1878-w2000px.jpg') center center / cover no-repeat;
	background-position: left top;
}


.maincopy {
	text-align: center;
}
.maincopy .title {
	background-color: transparent;
	color: #fff;
	text-shadow: 1px 1px 3px black;
margin: 10px auto 10px;
}
.maincopy .under-line,
.maincopy2 .under-line {
	text-decoration: underline;
}
.maincopy .special-price {
	position: relative;
}
.maincopy .special-price .price {
	color: #adff2f;
}
.maincopy .special-price:after {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: -1;
}
.maincopy2 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 2;
}
.maincopy2-inner {
	text-align: right;
	font-family: serif;
	color: #fff;
	text-shadow: 1px 1px 3px black;
}
.maincopy2 .maincopy2-inner .title {
	margin: 0;
	background-color: transparent;
}
.maincopy .more-enphasis,
.maincopy2 .more-enphasis {
	font-family: sans-serif;
	position: relative;
	z-index: 2;
	color: #fff;
}
.maincopy2 .price-wrap {
	text-align: center;
}
.maincopy2 .normal-price .item {
	position: relative;
}
.maincopy2 .fa {
	display: block;
}
.maincopy2 .center {
	text-align: center;
}
.maincopy2 .normal-price .price::after {
	content: '';
	position: absolute;
	left: -5px;
	height: 2px;
	width: calc(100% + 10px);
	background: #fff;
	box-shadow: 1px 1px 2px black;
	z-index: 1;
}
.maincopy2 .special-price {
	color: #adff2f;
	font-family: sans-serif;
	position: relative;
	z-index: 2;
}
.maincopy2 .special-price:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 90%;
	top: 5%;
	left: 10%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: -1;
}
.maincopy2 .price-wrap > * {
	margin: 5px;
}
.maincopy-inner .lime-green,
.maincopy2-inner .lime-green {
	color: #adff2f;
}
.maincopy2-inner .efficacy .fa {
	display: inline;
}
.maincopy2-inner .list-wrap {
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-family: sans-serif;
}
.maincopy2-inner .efficacy-list {
	text-align: left;
	margin: 10px;
	padding: 0;
}
.maincopy2-inner .efficacy-list .efficacy {
	list-style-type: none;
}
.maincopy2-inner .efficacy-list .fa {
	color: #F25050;
}
.slide2 .maincopy2-inner {
	text-align: center;
}
@media screen and ( max-width:599px) {
	.maincopy2 .price-wrap .fa-angle-double-right {
		display: none;
	}
	.maincopy2 .price-wrap {
		margin: 3vw auto 3vw;
	}
	.maincopy2 .normal-price .price::after {
		bottom: 2.5vw;
	}
	.maincopy .title {
		font-size: 5vw;
	}
	.maincopy .more-enphasis {
		font-size: 7vw;
	}
	.maincopy .under-line {
		font-size: 4vw;
	}
	.maincopy2 .title {
		font-size: 4vw;
	}
	.slide2 .maincopy2 .title {
		padding: 7vw;
	}
	.maincopy2 .more-enphasis {
		font-size: 5vw;
	}
	.maincopy2 .normal-price {
		font-size: 5vw;
	}
	.maincopy2 .fa {
		font-size: 5vw;
	}
	.swiper-slide .special-price .item  {
		font-size: 5.5vw;
	}
	.swiper-slide .special-price .price {
		font-size: 6vw;
	}
	.maincopy .special-price .price {
		font-size: 8vw;
	}
	.slide2 .maincopy2-inner .list-wrap {
		margin: 0 7vw;
		font-size: 3.5vw;
	}
	.slide1 .special-price {
		font-size: 4vw;
	}
	.slide1 .special-price .price {
		font-size: 4.5vw;
	}
}
@media screen and ( min-width:600px) {
	.maincopy .special-price:after {
		width: 75%;
		left: 12.5%;
	}
	.maincopy2 .special-price:after {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.maincopy2 .price-wrap .fa-angle-double-down {
		display: none;
	}
	.maincopy2 .price-wrap .fa-angle-double-right {
		margin: 15px;
	}
	.maincopy2 .price-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1200px;
	}
	.maincopy2 .price-wrap > * {
		margin: 10px;
	}
	.maincopy2 .normal-price .price::after {
		bottom: 1.4vw;
	}
	.maincopy .title {
		font-size: 2.8vw;
	}
	.maincopy .more-enphasis {
		font-size: 3.5vw;
	}
	.maincopy .under-line {
		font-size: 2.3vw;
	}
	.maincopy2 .title {
		font-size: 2.3vw;
	}
	.slide2 .maincopy2 .title {
		font-size: 2.2vw;
		padding: 1.9vw;
	}
	.maincopy2 .more-enphasis {
		font-size: 2.8vw;
	}
	.maincopy2 .normal-price .item {
		font-size: 2.8vw;
	}
	.maincopy2 .fa {
		font-size: 2.8vw;
	}
	.swiper-slide .special-price .item {
		font-size: 3.2vw;
	}
	.swiper-slide .special-price .price {
		font-size: 3.5vw;
	}
	.maincopy .special-price .price {
		font-size: 4vw;
	}
	.slide2 .maincopy2-inner {
		margin-left: 50%;
		width: 50%;
	}	
	.slide2 .maincopy2-inner .list-wrap  {
		font-size: 1.9vw;
		margin: 0 2vw;
	}
	.slide1 .special-price {
		font-size: 2.5vw;
	}
	.slide1 .special-price .price {
		font-size: 2.7vw;
	}
}

@media screen and ( min-width:1200px) {
	.maincopy2 .normal-price .price::after {
		bottom: 16.8px;
	}
	.maincopy .title {
		font-size: 38px;
	}
	.maincopy .more-enphasis {
		font-size: 45px;
	}
	.maincopy .under-line {
		font-size: 35px;
	}
	.maincopy2 .title {
		font-size: 28px;
	}
	.slide3 .maincopy2 .title {
		font-size: 27px;
	}
	.maincopy2 .more-enphasis {
		font-size: 33.6px;
	}
	.maincopy2 .normal-price .item {
		font-size: 33.6px;
	}
	.maincopy2 .fa {
		font-size: 33.6px;
	}
	.swiper-slide .special-price .item {
		font-size: 38.4px;
	}
	.swiper-slide .special-price .price {
		font-size: 42px;
	}
	.maincopy .special-price .price {
		font-size: 55px;
	}
	.slide2 .maincopy2-inner .list-wrap  {
		font-size: 22px;
	}
	.slide1 .special-price {
		font-size: 36.4px;
	}
	.slide1 .special-price .price {
		font-size: 40px;
	}
}

.maincopy3 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.maincopy3-inner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: right;
	font-family: serif;
	color: #fff;
	text-shadow: 1px 1px 3px black;
	right: 0;
}
.maincopy3 .maincopy-title {
	text-align: center;
	margin: 0;
}
.maincopy3-inner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: right;
	font-family: serif;
	color: #fff;
	text-shadow: 1px 1px 3px black;
}
.maincopy3 .maincopy3-inner .title {
	margin: 0;
	background-color: transparent;
}
.maincopy3 .title span {
	color: orange;
}
.maincopy3 .maincopy3-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.maincopy3 .maincopy3-item .copy {
	font-size: 1.2rem;
	display:flex;
	align-items: center;
	justify-content: center;
	border: none;
	height: 12vw;
	position: relative;
	flex: 1 1 50%;
	z-index: 1;
	margin: 10px;
}
.maincopy3 .maincopy3-item .copy::after {
	content: '';
	position: absolute;
	top: calc(50% - 6vw);
	left: calc(50% - 6vw);
	display: block;
	height: 12vw;
	width: 12vw;
	background-color: #adff2f;
	opacity: .3;
	border-radius: 50%;
	z-index: -1
}
@media screen and (min-width:660px) {
	.maincopy3 {
		width: 100%;
	}
	.maincopy3-inner {
		width: 50%;
		margin:0 0 0 auto;
		text-align: center;
	}
}
@media screen and ( max-width:599px) {
	.maincopy3 .maincopy3-item .copy {
		font-size: 6vw;
	}
	.maincopy3 .maincopy3-inner .title {
		font-size: 6vw;
	}
}
@media screen and ( min-width:600px) {
	.maincopy3 .maincopy3-item .copy {
		font-size: 2vw;
	}
	.maincopy3 .maincopy3-inner .title {
		font-size: 2vw;
	}
}
@media screen and ( max-width:599px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}
@media screen and ( min-width:600px) {
	.swiper-slide:after {
		padding-top: 65%;
	}
}
@media screen and ( min-width:960px) {
	.swiper-slide:after {
		padding-top: 50%;
	}
}


.slide1 .special-price:after {
	background-color: rgba(255, 255, 255, 0);
}
.slide1 .maincopy-inner-plice {
	background-color: rgba(255, 255, 255, 0.5);
}
.slide1 .special-price:first-child {
	padding-top: 1.4vw;
	padding-bottom: 0.5vw;
}
.slide1 .special-price:last-child {
	padding-top: 0.5vw;
	padding-bottom: 1.4vw;
}
/*---------- /swipwer ----------*/
/*---------- greeting ----------*/
.greeting {
	position: relative;
	margin: 0;
	border: solid .5px #fff;
	color: #fff;
}
.greeting .greeting-inner {
	position: relative;
	z-index: 1;
}
.greeting .greeting-inner h4{
margin: 5px;
}
.greeting .greeting-inner .greeting-text-inner {
margin: 15px;
}
.greeting .greeting-inner::after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
	color: #fff;
	z-index: -1;
}
.greeting .greeting-inner .greeting-text {
	padding: 50px;
	text-shadow: 1px 1px 2px black;
}
.greeting .greeting-inner .greeting-text .title {
	border: none;
	margin-top: 0;
}
.greeting .greeting-inner .background-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding: 10px;
	z-index: -2;
}
.greeting .greeting-inner .background-image img {
	max-height: 100%;
}
@media screen and (min-width:800px) {
	.greeting .greeting-inner .greeting-text {
		width: 70%;
		max-width: 900px;
	}
	.greeting .greeting-inner .background-image {
		text-align: center;
	}
}
@media screen and (max-width:600px) {
	.greeting .greeting-inner .greeting-text {
		padding: 20px 10px;
	}
}
@media screen and (min-width:1000px) {
	.greeting .greeting-inner .greeting-text {
		padding: 100px;
		text-shadow: 1px 1px 2px black;
	}
	.greeting .greeting-inner .greeting-text .greeting-text-inner .date,
	.greeting .greeting-inner .greeting-text .greeting-text-inner .text{
display: inline-block;
	}
}
/*---------- /greeting ----------*/
/*---------- mainmenu ----------*/
.main-menu .service:after {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1228.jpg') center center / cover no-repeat;
}
.main-menu .price:after {
	background: url('https://brace-gym.com/wp-content/uploads/2018/12/calculator-1156121_1920.jpg') center center / cover no-repeat;
}
.main-menu .photo:after {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1073.jpg') center center / cover no-repeat;
}
.main-menu .staff:after {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1300.jpg') center center / cover no-repeat;
background-position: top;
}
.main-menu .guide:after {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1754.jpg') center center / cover no-repeat;
}
.main-menu .tos:after {
	background: url('https://brace-gym.com/wp-content/uploads/2018/12/questions-2212771_1280.jpg') center center / cover no-repeat;
}
.main-menu .company:after {
	background: url('https://brace-gym.com/wp-content/uploads/2018/12/office-3295556_1280.jpg') center center / cover no-repeat;
}
.main-menu {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-shadow: 1px 1px 2px #666;
}
.main-menu .large,
.main-menu .middle,
.main-menu .small {
	overflow: hidden;
	position: relative;
}
.main-menu .large {
	flex: 1 1 100%;
}
.main-menu .middle {
	flex: 1 1 360px;
}
.main-menu .small {
	flex: 1 1 180px;
}
.main-menu .menu-item-inner a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
}

.main-menu .menu-item-inner p{
	display: none;
}
.main-menu .menu-item{
	border-collapse: collapse;
	border: solid .5px #fff;
}
.main-menu .menu-item:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all .3s ease-out;
}
.main-menu .menu-item:hover:after {
	opacity: .6;
	transform: scale(1.2);
}
.main-menu .menu-item-inner {
	position: relative;
	z-index: 1;
}

.main-menu .menu-item-inner .menu-title {
	border: none;
	margin: 0;
	padding: 100px 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.main-menu .large .menu-title {
	padding: 150px 100px;
}
@media screen and (max-width:769px) {
	.main-menu .small {
		order: 1;
	}
	.main-menu .menu-item-inner .menu-title {
		padding: 30px;
	}
	.main-menu .small .menu-title {
		padding: 20px 30px;
	}
}
@media screen and (min-width:540px) {
	.main-menu > div:nth-of-type(3),
	.main-menu > div:nth-of-type(6) {
		transition-delay: .2s;
	}
	.main-menu > div:nth-of-type(7) {
		transition-delay: .4s;
	}
}
@media screen and (max-width:1000px) and (min-width:770px) {
.main-menu .menu-item-inner .menu-title {
	padding: 100px 50px;
}
	.main-menu .middle .menu-title,
	.main-menu .small .menu-title {
		padding: 50px 50px;
	}
}
@media screen and (max-width:769px) and (min-width:540px) {
	.main-menu .small {
		flex: 1 1 257px;
	}
}
@media screen and (max-width:539px) and (min-width:360px) {
	.main-menu > div:nth-of-type(5),
	.main-menu > div:nth-of-type(7) {
		transition-delay: .2s;
	}
}
/*---------- /mainmenu ----------*/

/*---------- map ----------*/
.ggmap {
	margin: auto;
	text-align: center;
}
/*---------- /map ----------*/

/*----------------------------------------
 * 下層ページ
 * -------------------------------------*/
/*---------- 下層ページ共通 ----------*/
#main article:not(#post-2) .section:not(.contact) {
	margin-bottom: 50px;
}
#main article:not(#post-2) .entry-header:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(80deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
#main article:not(#post-2) .entry-title {
	font-size: 1.5rem;
	width: 1200px;
	margin: 0 auto;
	padding: 150px 60px;
	color: #fff;
	position: relative;
	z-index: 1;
}
#main article:not(#post-2) .heading {
	font-family: serif;
	font-size: 1.8rem;
	background-color: transparent;
	border-bottom: 2.5px solid;
	margin-top: 40px;
	padding: 20px 15px;
}
#main article:not(#post-2) .subheading {
	font-family: serif;
	border: none;
}
#main article:not(#post-2) h3.subheading {
	font-size: 1.6rem;
position: relative;
}
#main article:not(#post-2) h3.subheading::before {
	content: '';
	position: absolute;
	width:50%;
	height:2px;
	bottom: 0px;
	background-color: #000;
}
#main article:not(#post-2) h4.subheading {
	font-size: 1.4rem;
	position: relative;
}
#main article:not(#post-2) h4.subheading::before {
	content: '';
	position: absolute;
	width:30%;
	height:1px;
	bottom: 0px;
	background-color: #000;
}
#main article:not(#post-2) .entry-header {
	max-width: 1600px;
}
#main article:not(#post-2) .section {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
	display: none;
}
@media screen and ( max-width:599px) {
	#main article:not(#post-2) .entry-title {
		padding: 50px 30px;
	}
	#main article:not(#post-2) .heading {
		font-size: 1.5rem;
	}
	#main article:not(#post-2) h3.subheading {
		font-size: 1.35rem;
	}
	#main article:not(#post-2) h4.subheading {
		font-size: 1.1rem;
	}
}
/*- flow -*/
.flow-item {
	border: 2px solid #039;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
.flow-item h4 {
	background: #039;
	border: none;
	margin: 0;
	color: #fff;
}
.flow-item div {
	padding: 5px 0;
}
.flow-item p {
	margin: 0;
	display: block;
}
.while-object {
	background: transparent;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #039 transparent transparent transparent;
	border-width: 10px 10px;
	margin-top: 5px;
	margin-bottom: -5px;
	padding: 0;
}
@media screen and ( min-width:600px) {
	.flow-item h4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/*- menutable -*/
.menutable {
	margin: 0 auto 50px;
	max-width: 900px;
	border: none;
	border-collapse: collapse;
	text-align: center;
}
.menutable,
.menutable tr,
.menutable td {
	border: 1.5px solid #249;
}
.menutable td {
	padding: 10px 0;
}
.col2 tr td:first-of-type {
	width: 50%;
}	
.col3 tr td:first-of-type {
	width: 46%;
}	
.col3 tr td:not(:first-of-type) {
	width: 27%;
}
.col4 tr td:first-of-type {
	width: 37%;
}	
.col4 tr td:not(:first-of-type) {
	width: 21%;
}
.menutable .menutable-head,
.menutable .menutable-list {
	background-color: #284AA3;
	color: #fff;
	font-weight: bold;
}
.menutable .menutable-head:not(:last-of-type) {
	border-color: #284AA3 #fff;
}
.menutable .menutable-head:first-of-type {
	border-color: #284AA3 #fff #fff #284AA3;
}
.menutable .menutable-head:last-of-type {
	border-color: #284AA3 #284AA3 #284AA3 #fff;
}
.menutable .menutable-list {
	border-color: #fff #284AA3 !important;
}
.menutable .menutable-list .first-col {
	border-top: #284AA3 !important;
}
.menutable .menutable-list .last-col {
	border-bottom: #284AA3 !important;
}
.menutable td.colspan {
	text-align: start;
	font-size: .75rem;
}
.menutable td.colspan ul {
	margin: 0;
}
@media screen and ( min-width:600px) {
	.menutable tr,
	.menutable td,
	.menutable td.colspan ul {
 		font-size: 1rem;
	}
}
/*---------- /下層ページ共通 ----------*/

/*---------- entry-header ----------*/
/*- トレーニング内容 -*/
#post-145 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1228.jpg') center no-repeat;
}
/*- 料金表 -*/
#post-160 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2018/12/calculator-1156121_1920.jpg') center no-repeat;
}
/*- 店舗イメージ -*/
#post-404 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1073.jpg') center no-repeat;
}
/*- スタッフ紹介 -*/
#post-304 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1300.jpg') center no-repeat;
background-position: top;
}
/*- 見学・入会案内 -*/
#post-418 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2020/12/2S0A1754.jpg') center no-repeat;
background-position: center 30%;
}
/*- ご利用について -*/
#post-162 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2018/12/questions-2212771_1280.jpg') center no-repeat;
}
/*- 会社概要 -*/
#post-164 .entry-header {
	background: url('https://brace-gym.com/wp-content/uploads/2018/12/office-3295556_1280.jpg') center no-repeat;
}
#post-145 .entry-header,
#post-160 .entry-header,
#post-404 .entry-header,
#post-304 .entry-header,
#post-418 .entry-header,
#post-162 .entry-header,
#post-164 .entry-header {
	background-size: cover;
}


/*---------- /entry-header ----------*/

/*---------- トレーニング内容 ----------*/
.personal .photo img {
	margin: 10px auto;
	width: 60vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.personal .flow-item h4 {
	font-size: 1rem;
}
.personal .flow-item p {
	font-size: .7rem;
}
.personal .flex-wrapper {
	width: 100%;
	display: flex;
}
.personal .flex-wrapper .flex-item {
	width: 50%;
	flex-basis: 50%;
}
.personal .flex-wrapper .flex-item:last-of-type {
	align-self: center;
}
.personal .simple-price-menu .list {
list-style-type: circle;
font-weight: bold;
}
.personal .simple-price-menu .list .indent {
text-indent: 40%;
}
.personal .block-border:last-of-type {
margin-top: 0;
}
.personal .flex-wrap {
display: flex;
flex-wrap: wrap;
}
.personal .flex-wrap .flex-item {
	padding: 5px;
	flex: 1 1 290px;
}
.personal .flex-wrap .photo-flex {
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and ( max-width:599px) {
	.personal .flex-wrapper .flex-item:first-of-type {
		font-size: 1rem;
		flex-basis: 60%;
	}
	.personal .flex-wrapper .flex-item:last-of-type {
		flex-basis: 40%;
	}
/*
.personal .photo,
.personal .flex-wrap .photo-flex{
height: 50vw;
width: 100%;
}
*/

.personal .photo img{
width: 100%;
}
.personal .flex-wrap .photo-flex img{
width: 100%;
}
.personal .simple-price-menu .list {
	font-size: 3vw;
	}
}
@media screen and (min-width:600px) {
	.personal .flow-item:nth-child(odd) {
	}
	.personal .flow-item h4 {
		font-size: 1rem;
	}
	.personal .flow-item p {
		font-size: .9rem;
	}
}
/*---------- /トレーニング内容 ----------*/

/*---------- スタッフ紹介 ----------*/
.staff-wrapper h4 {
	background: #249;
	color: #fff;
	border: none;
}
.staff-wrapper .staff-inner:nth-of-type(1) .staff-photo {
	background: url('https://brace-gym.com/wp-content/uploads/2021/01/2S0A1913.jpg') center no-repeat;
	background-size: cover;
}
.staff-wrapper .staff-inner:nth-of-type(2) .staff-photo {
	background: url('https://brace-gym.com/wp-content/uploads/2021/01/2S0A1906.jpg') center no-repeat;
	background-size: cover;
}
.staff-wrapper .staff-inner .introduction-table {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff-wrapper .staff-inner .staff-photo,
.staff-wrapper .staff-inner .staff-introduction {
	flex-basis: 49%;
	width: 49%;
}
.staff-wrapper .staff-inner .staff-photo {
	height: 30vw;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
}
.staff-wrapper .staff-inner h5 {
	color: #039;
	margin: 0;
}
.staff-wrapper .staff-inner h5 + *{
	margin-top: 3px;
	font-size: .9rem;
}
.staff-wrapper .staff-inner .staff-sns {
display: block;
margin: 0 auto;
	width: 90%;
height:45px;
	border-radius: 4px;
	background-color: transparent;
	border: 2px solid rgb(64, 93, 230);
	color: rgb(64, 93, 230);
	padding: 5px auto;
font-size: 0:
}
.staff-wrapper .staff-inner .staff-sns img {
	
height: 30px;
}

@media screen and ( max-width:599px) {
	.staff-wrapper .staff-inner {
		margin: 50px 0;
	}
.staff-wrapper .staff-inner .staff-photo {
	height: 75vw;
}
}

@media screen and ( min-width:600px) {
	.staff-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.staff-wrapper .staff-inner {
		flex-basis: 49%;
		width: 49%;
	}
	.staff-wrapper .staff-inner h5 + *{
		font-size: 1rem;
	}
}

/*---------- /スタッフ紹介 ----------*/

/*---------- 会社概要 ----------*/
.company .menutable tr td:first-of-type {
	width: 25%;
}	
.company .menutable tr td:not(:first-of-type) {
	width: 75%;
	text-align: start;
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and ( max-width:599px) {
	.company .menutable .menutable-list.last-col + td {
		font-size: .8rem;
	}
}
@media screen and ( min-width:600px) {
	.company .menutable tr td:not(:first-of-type) {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*---------- /会社概要 ----------*/

/*---------- 店舗イメージ ----------*/
.store-image .img-wrap {
display: flex;
flex-direction: column;
align-items: center;
}

.store-image .img-wrap .img-box img {
width: 100%;
height: auto;
}
.store-image .img-wrap .img-box1 {
width: 80%;
}
.store-image .img-wrap .img-box2 {
width: 90%;
}
.store-image .img-wrap .img-box3 {
width: 50%;
}
.store-image .flex-wrapper:last-of-type {
	margin-bottom: 30px;
}
@media screen and ( min-width:960px) {
	.store-image .flex-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.store-image .flex-wrapper .flex-item {
		padding-top: 10px;
		padding-bottom: 10px;
		flex-basis: calc(50% - 10px);
	}
}

/*---------- /店舗イメージ ----------*/

/*---------- 見学・入会案内 ----------*/
.guide-wrap {
display: flex;
flex-wrap: wrap;
}
.guide-inner {
flex: 1 1 480px;
}/*
.guide .photo {
margin: auto 5px;
height: 25vh;
background: #555;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
}*/
@media screen and ( max-width:599px) {
.guide .photo {
height: 45vw;
text-align: center;
}
	.guide .flow-item img {
		display: block;
		padding-right: 10px;
		padding-left: 10px;
height: 100%;
margin: 0 auto;
	}
}
@media screen and ( min-width:600px) {
	.guide .description {
		max-width:700px;
	}
	.guide .flow-item .flex-wrapper {
		display: flex;
		justify-content: space-around;
	}
	.guide .flow-item .flex-wrapper .flex-item {
		flex-basis: calc(50% - 30px);
		width: calc(50% - 30px);
	}
}
@media screen and ( min-width:960px) {
.guide-inner:first-of-type {
margin-right: 20px;
}
.guide-inner:last-of-type {
margin-left: 20px;
}
}
/*---------- /見学・入会案内 ----------*/

/*---------- 見学・入会案内・料金表 ----------*/
.guide > .subheading:not(:first-of-type),
.pricemenu > .subheading:not(:first-of-type) {
	margin-top: 30px;
}
/*---------- /見学・入会案内・料金表 ----------*/

/*---------- 料金表 ----------*/
.pricemenu .menutable .emphasis {
color :red;
font-weight: bold;
}
.pricemenu .menutable .line-through {
text-decoration :line-through;
}
/*---------- /料金表 ----------*/

/*---------- ご利用について ----------*/
.manners p:last-of-type {
	margin-bottom: 30px;
}
/*---------- /ご利用について ----------*/
.hidden {
	transform: translatex(5000px)
}
.display-none {
	display: none;
}
.coming-soon {
font-size: 1.5rem;
font-weight: bold;
padding-left: 20px;
}




.swiper-wrapper {
margin: 0;
}
#container {
background-color: #141414;
}
.main-menu {
background-color: #141414;
}

.slide4 {
	background: url('https://brace-gym.com/wp-content/uploads/2023/11/S__206282758.jpg');
}

@media screen and ( max-width:599px) {
.slide4 {
background-position: center;
background-size: 100% auto;
background-repeat: repeat;
}
}
@media screen and ( min-width:600px) {
.slide4 {
background-position: center;
background-size: auto 100%;
background-repeat: repeat;
}
}
/*
.slide5 {
	background: url('https://brace-gym.com/wp-content/uploads/2023/04/S__173187076.jpg');
}
@media screen and ( max-width:599px) {
.slide5 {
background-position: center;
background-size: 100% auto;
background-repeat: repeat;
}
}
@media screen and ( min-width:600px) {
.slide5 {
background-position: center;
background-size: auto 100%;
background-repeat: repeat;
}
}
*/
#post-2 {
margin: 0;
}
