/*
	#845D9E purple
	#cf2e2e aka
*/
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/*--------------------------------------------------------------*/
/* RESET */
/*--------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
::selection {
	background: #251a2ccc;
	color: #fff;
}
.mn {
	font-family: "adobe-handwriting-ernie", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bk0 {
	background: #000;
}
.under {
	background: linear-gradient(transparent 60%,#fbff51 40%)!important;
}

/*--------------------------------------------------------------*/
/* 管理者ログイン時 */
/*--------------------------------------------------------------*/
body.logged-in #header {
	top: 32px;
}
body.logged-in #header .sp_menu_btn {
	top: 55px;
}
/* 782 */
@media (max-width: 782px) {
	body.logged-in #header {
		top: 46px;
	}
	body.logged-in #header .sp_menu_btn {
		top: 69px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed!important;
	}
}
/*--------------------------------------------------------------*/
/* CSS */
/*--------------------------------------------------------------*/
html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	overflow: hidden;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: noto-sans-cjk-jp, sans-serif;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
body.is-pc a:hover {
	opacity: .7;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	body {
		font-size: 1.5rem;
	}
	.sp_view {
		display: block;
	}
	.sp_none {
		display: none!important;
	}
}

/*--------------------------------------------------------------*/
/* .pd_std */
/*--------------------------------------------------------------*/
.pd_std {
	padding: 60px 0;
}
.pd_std2 {
	padding: 100px 0;
}
.tzero {
	padding-top: 0!important;
}
.bzero {
	padding-bottom: 0!important;
}
/* 1200 */
@media (max-width: 1200px) {
	.pd_std {
		padding: max(5vw, 40px) 0;
	}
	.pd_std2 {
		padding: max(8.333vw, 50px) 0;
	}
}

/*--------------------------------------------------------------*/
/* content */
/*--------------------------------------------------------------*/
.content {
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

/*--------------------------------------------------------------*/
/* パンクズ */
/*--------------------------------------------------------------*/
.breadcrumbs {
	font-size: 1.4rem;
}
.breadcrumbs .page_content {
	padding: 20px;
}
.breadcrumbs .page_content a {
	color: #000;
}
.breadcrumbs .page_content i {
	margin: 0 8px;
	font-size: 80%;
}

/*--------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.headerColor-default {
	background-color: #000;
	transition: .5s ease;
}
.header__container {
	margin-left: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo--sp {
	display: none;
}
.logo {
	max-width: 350px;
}
.logo img {
	width: 100%;
	height: auto;
}
.navi__menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.navi__menu li {
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navi__item__link {
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 0 0.7vw;
	font-size: 15px;
	transition: .3s ease;
}
.sp__navi__container {
	display: none;
}
.navi__item:not(:nth-last-child(2)) {
	border-right: 1px solid #fff;
}
.reservation__item__link {
	text-align: center;
	background-color: #845D9E;
	color: #fff;
	width: 200px;
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 4px;
	transition: .3s ease;
}
.reservation__item__link i {
	font-size: 22px;
	margin-right: 4px;
}
/* 1500 */
@media (max-width: 1500px) {
	.reservation__item__link {
		width: max(13.3vw, 160px);
		font-size: max(1.07vw, 1.3rem);
	}
}
/* 1400 */
@media (max-width: 1400px) {
	.logo {
		width: max(25vw, 260px);
	}
	.reservation__item__link {
		width: 136px;
	}
	.reservation__item__link span.vflg1 {
		display: none;
	}
}
/* 1200 */
@media (max-width: 1200px) {
	.navi__item span.vflg2 {
		display: none;
	}
}
/* 1100 */
@media (max-width: 1100px) {
	.navi__item__link {
		font-size: 13.5px;
	}
	.navi__item.vflg3 {
		display: none;
	}
}
/* 1000 */
@media (max-width: 1000px) {
	.logo--sp {
		display: block;
	}
	.logo--sp a {
		width: 265px;
		height: 70px;
		display: flex;
		align-items: center;
		margin-left: 10px;
		position: relative;
		z-index: 9;
	}
	.logo--sp img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.header__container {
		display: none;
	}
}
/*--------------------------------------------------------------*/
/* FONT */
/*--------------------------------------------------------------*/
.hauser {
	font-family: "hauser-script";
}

/*--------------------------------------------------------------*/
/* .htype01 */
/*--------------------------------------------------------------*/
.htype01 .title {
	font-size: 6.6rem;
}
.htype01 p.jp {
	font-size: 1.4rem;
	margin-top: 4px;
}
.htype01.black * {
	color: #000;
}
/* 580 */
@media (max-width: 580px) {
	.htype01 .title {
		font-size: 6.0rem;
	}
}

/*--------------------------------------------------------------*/
/* COMMON */
/*--------------------------------------------------------------*/
body.f404 .page_content {
	color: #000;
}
.inner {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.btn {
	display: block;
	position: relative;
	width: 74px;
	border: 1px solid #fff;
	opacity: 1;
	color: #fff;
	padding: 30px 148px;
	font-size: 2rem;
	letter-spacing: .3rem;
	margin: 0 auto;
}
.btn::before {
	position: absolute;
	top: 50%;
	right: 12px;
	font-family: FontAwesome;
	font-size: 2.4rem;
	content: '\f054';
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate( -50%,-50%);
}
.text {
	margin-top: 50px;
	font-size: 2rem;
}
.margin40 {
	margin-top: 40px;
}
/* 1000 */
@media (max-width: 1000px) {
	.btn {
		width: 62vw;
		padding: 20px 0;
		font-weight: bold;
		letter-spacing: 1.7vw;
	}
	.margin40 {
		margin-top: 60px;
	}
	.text {
		font-size: 3.46vw;
	}
}
/* 600 */
@media (max-width: 600px) {
	.btn {
		font-size: 16px;
		width: 50%;
		padding: 17px 0;
		letter-spacing: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn::before {
		top: 53%;
		font-size: 14px;
		line-height: 1;
	}
	.margin40 {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------*/
/* common -> posi */
/*--------------------------------------------------------------*/
div.posi.right {
	text-align: right;
}
div.posi.center {
	text-align: center;
}
div.posi.left {
	text-align: left;
}

/*--------------------------------------------------------------*/
/* common -> .btn_link, .blank_link */
/*--------------------------------------------------------------*/
.btn_link,
.blank_link {
	display: block;
	position: relative;
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 40px auto;
	padding: 12px;
	color: #fff;
	background: #a4c44c;
	font-size: 1.4rem;
	transition: color .3s ease, background .3s ease;
	border: none;
}
.blank_link {
	color: #e81a2b;
	background: #fff;
}
.btn_link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f04b';
	font-size: 1.2rem;
	transition: right .3s ease;
}
.btn_link.back::after {
	position: absolute;
	top: 50%;
	right: initial;
	left: 15px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.blank_link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Ionicons";
	content: url(../images/_blank.png);
	font-size: 1.4rem;
	transition: 0.3s all;
}
body.is-pc .btn_link:hover {
	color: #fff;
	background: #845D9E;
}
body.is-pc .btn_link:hover::after {
	right: 10px;
}
body.is-pc .btn_link.back:hover::after {
	right: initial;
	left: 10px;
}
body.is-pc .blank_link:hover {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	opacity: 0.9;
	color: #ff0015;
}
/* 580 */
@media (max-width: 580px) {
	.btn_link {
		max-width: 180px;
		margin: 35px auto 20px auto;
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------*/
/* パララックス */
/*--------------------------------------------------------------*/
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.lv_fade,
.mv_fade {
	opacity: 0;
}
.mv_fade0 {
	opacity: 1;
}
.mv_left {
	opacity: 0;
	left: -40px;
}
.mv_right {
	opacity: 0;
	right: -40px;
}
.mv_up {
	opacity: 0;
	top: 40px;
}
.mv_down {
	opacity: 0;
	top: -40px;
}

/*--------------------------------------------------------------*/
/* common -> .btn1 */
/*--------------------------------------------------------------*/
.btn1 {
	max-width: 340px;
	min-width: 260px;
	width: 40%;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #845D9E;
	color: #fff!important;
	transition: background .3s ease;
	position: relative;
}
body.is-pc .btn1:hover {
	background: #cf2e2e;
	opacity: 1;
}
.btn1::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	content: '\f101';
	font-size: 1.2rem;
	transition: right 0.3s ease;
}
body.is-pc .btn1:hover::after {
	right: 10px;
}
/* 1000 */
@media (max-width: 1000px) {
	.btn1 {
		height: max(7vw, 60px); //70px;
	}
}

/*--------------------------------------------------------------*/
/* common -> .btn2 */
/*--------------------------------------------------------------*/
.btn2 {
	color: #fff!important;
	text-decoration: underline;
	transition: color .3s ease, text-decoration .3s ease;
}
body.is-pc .btn2:hover {
	color: #845D9E!important;
	text-decoration: none;
	opacity: 1;
}
.btn2 i {
	margin-right: 5px;
}

/*--------------------------------------------------------------*/
/* #main_visual */
/*--------------------------------------------------------------*/
#main_visual {
	height: 100svh!important;
	background: #000;
}
#main_visual::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_visual .wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}
#main_visual .wrap h2 {
	text-align: center;
	line-height: 1.4;
	font-size: 66px;
	margin-bottom: 33px;
}
#main_visual .wrap h2 span.small {
	font-size: 67%;
}
#main_visual .control a {
	font-size: 1.8rem;
	letter-spacing: 1px;
}
#main_visual div.sister {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 3;
}
#main_visual div.sister span.txt {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#main_visual div.sister img {
	width: 100px;
}
/* 1000 */
@media (max-width: 1000px) {
	#main_visual .wrap h2 {
		font-size: max(6.6vw, 36px); //66px;
	}
	#main_visual .control a {
		font-size: max(1.8vw, 1.6rem); //1.8rem;
	}
	#main_visual div.sister img {
		width: max(10vw, 77px); //100px;
	}
}

/*--------------------------------------------------------------*/
/* START */
/*--------------------------------------------------------------*/
.start {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 98;
	/*display: none;*/ /* debug */
}
.start img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 300px;
	width: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
/* body.sub */
body.sub .start {
	display: none;
}

/*--------------------------------------------------------------*/
/* #header -> sp_menu_btn */
/*--------------------------------------------------------------*/
#header .sp_menu_btn {
	width: 35px;
	position: fixed;
	top: 23px;
	right: 16px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
#open {
	height: 23px;
}
.menu_line {
	background: #fff;
	display: block;
	height: 3px;
	position: absolute;
	transition: transform .3s ease;
	width: 100%;
}
.menu--active .menu_line {
	background: #ccc!important;
}
.menu_line-center {
	top: 10px;
}
.menu_line-bottom {
	bottom: 0;
}
.menu--active .menu_line-top {
	top: 9px;
	transform: rotate(45deg);
}
.menu--active .menu_line-center {
	transform:scaleX(0);
}
.menu--active .menu_line-bottom {
	bottom: 11px;
	transform: rotate(135deg);
}
/* 1000 */
@media (max-width: 1000px) {
	#header .sp_menu_btn {
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* #header -> sp_menu_right & sp_menu_left */
/*--------------------------------------------------------------*/
/* sp_menu_right */
.sp_menu_right {
	background: #000;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 65%;
	padding: 70px 20px 0 60px;
	z-index: 98;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
.sp_menu_right ul.nav {
	margin-bottom: 10px;
}
.sp_menu_right ul.nav li {
	font-size: 1.5rem;
	padding: 5px 0 5px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	background: #000;
	padding-left: 1px;
	transition: .3s ease;
}
.sp_menu_right ul.nav li::after {
	content: '';
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
body.is-pc .sp_menu_right ul.nav li a:hover {
	opacity: 1;
	transform: translateX(6px);
}
.sp_menu_right div.mimamori {
	margin-bottom: 20px;
}
.sp_menu_right div.mimamori a {
	display: block;
	padding: 6px 10px 8px 10px;
	text-align: center;
	width: 80%;
	border: 1px solid #000000;
	border-radius: 9px;
	background: #e37914;
	box-sizing: border-box;
}
.sp_menu_right ul.sns {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 20px;
}
.sp_menu_right ul.sns li a img {
	width: 36px;
	display: block;
}
.sp_menu_right ul.sns li:nth-child(3) a img {
	width: 43px;
}
.menu--active .sp_menu_right {
	right: 65%;
}
/* sp_menu_left */
.sp_menu_left {
	transform: translateX(-100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: url(../images/sp_menu_left_bk.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 35%;
	z-index: 97;
}
.sp_menu_left::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 98;
	pointer-events: none;
}
.sp_menu_left img {
	max-width: 170px;
	width: 80%;
	margin-top: 40px;
	position: absolute;
	bottom: 46px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 99;
}
.menu--active .sp_menu_left {
	left: 35%;
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	/* sp_menu_right */
	.sp_menu_right {
		padding: 30px 0 0 20px;
	}
	/* sp_menu_left */
	.sp_menu_left {
		animation: act_anime 10s infinite alternate linear;
	}
}
@keyframes act_anime {
	0% { 
		background-position: right 63% center;
	}
	100% { 
		background-position: right 37% center;
	}
}

/*--------------------------------------------------------------*/
/* TopCroxxFit */
/*--------------------------------------------------------------*/
#TopCrossFit {
	background: url(../images/topcrossfit_bk2.jpg), #000;
	background-position: center center;
	background-size: cover;
}
#TopCrossFit div.body {
	margin-bottom: 20px;
}
#TopCrossFit div.body p.txt {
	margin-top: 30px;
	line-height: 3;
}
#TopCrossFit div.body .control {
	margin-top: 30px;
}
#TopCrossFit div.body h3 {
	margin-top: 30px;
	font-size: 2.6rem;
}
/* 580 */
@media (max-width: 580px) {
	#TopCrossFit div.body h3 {
		margin-top: 25px;
		font-size: max(2.6vw, 2.1rem); //2.6rem;
	}
	#TopCrossFit div.body p.txt {
		margin-top: 25px;
		line-height: 2;
	}
}

/*--------------------------------------------------------------*/
/* TopHyrox */
/*--------------------------------------------------------------*/
#TopHyrox {
	background: url(../images/hyrox_bk2.jpg), #000;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#TopHyrox .content {
	position: relative;
	z-index: 2;
}
#TopHyrox div.body {
	margin-bottom: 20px;
}
#TopHyrox::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#TopHyrox div.body p.txt {
	margin-top: 30px;
	line-height: 3;
}
#TopHyrox div.body .control {
	margin-top: 30px;
}
#TopHyrox div.body h3 {
	margin-top: 30px;
	font-size: 2.6rem;
}
/* 580 */
@media (max-width: 580px) {
	#TopHyrox div.body h3 {
		margin-top: 25px;
		font-size: max(2.6vw, 2.1rem); //2.6rem;
	}
	#TopHyrox div.body p.txt {
		margin-top: 25px;
		line-height: 2;
	}
}

/*--------------------------------------------------------------*/
/* TopCol2 */
/*--------------------------------------------------------------*/
#TopCol2 {
	display: flex;
	flex-wrap: wrap;
}
#TopCol2 .inner {
	box-sizing: border-box;
	width: 50%;
	padding: 60px 20px 60px 20px;
	position: relative;
}
#TopCol2 .inner * {
	position: relative;
	z-index: 2;
}
#TopCol2 .inner::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#TopCol2 .inner.staff {
	background-image: url(../images/bg2.jpg?20251128);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	background-color: #000;
}
#TopCol2 .inner.welcome {
	background-image: url(../images/welcom_bk2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top 10%;
	background-color: #000;
	border: 10px solid #845D9E;
}
#TopCol2 .inner p.txt {
	margin: 50px 0;
}
/* 1000 */
@media (max-width: 1000px) {
	#TopCol2 .inner p.txt {
		margin: max(5vw, 35px) 0;
	}
}
/* 900 */
@media (max-width: 900px) {
	#TopCol2 .inner {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* TopPrice */
/*--------------------------------------------------------------*/
#TopPrice {
	background: url(../images/topprice_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #000;
	position: relative;
}
#TopPrice::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#TopPrice .inner * {
	position: relative;
	z-index: 2;
}
#TopPrice .inner p.txt {
	margin: 50px 0;
}
#TopPrice .control {
	margin-top: 50px;
}
/* 1000 */
@media (max-width: 1000px) {
	#TopPrice .inner p.txt {
		margin: max(5vw, 35px) 0;
	}
}

/*--------------------------------------------------------------*/
/* TOP BLOG */
/*--------------------------------------------------------------*/
section.blog_sec .news__container {
	margin-bottom: 25px;
}
section.blog_sec ._right {
	text-align: right;
	padding-right: 25px;
}
section.blog_sec ._right a {
	padding: 3px 18px 3px 18px;
	border-radius: 25px;
	display: inline-block;
	border: 1px solid #fff;
	transition: .3s ease;
	font-size: 1.5rem;
}
body.is-pc section.blog_sec ._right a:hover {
	background: #000;
	opacity: 1;
}
body.is-pc section.blog_sec ._right a:hover i {
	transform: translateX(3px);
}
section.blog_sec ._right a i,
#TopNews ._right a i {
	margin-left: 5px;
	transition: .3s ease;
}
/* 580 */
@media (max-width: 580px) {
	section.blog_sec ._right a {
		font-size: 1.3rem;
	}
}

/*--------------------------------------------------------------*/
/* TOP NEWS */
/*--------------------------------------------------------------*/
#TopNews div.htype01 {
	margin-bottom: 30px;
}
#TopNews ._right {
	text-align: right;
}
#TopNews ._right a {
	color: #222;
	padding: 3px 18px 3px 18px;
	border-radius: 25px;
	display: inline-block;
	border: 1px solid #222;
	transition: .3s ease;
	font-size: 1.5rem;
}
body.is-pc #TopNews ._right a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}
body.is-pc #TopNews ._right a:hover i {
	color: #fff;
	transform: translateX(3px);
}
#TopNews * {
	box-sizing: border-box;
}
#TopNews .inner {
	padding-left: 20px;
	padding-right: 20px;
}
#TopNews .section__ttl__block {
	margin-bottom: 20px;
}
#TopNews h2 {
	color: #222;
}
#TopNews h2 + p {
	color: #222;
}
#TopNews ul.news_list {
	margin-bottom: 25px;
}
#TopNews ul.news_list li {
	border-bottom: 1px dashed #333;
}
#TopNews ul.news_list li a {
	padding: 20px 0;
	display: block;
	transition: 0.8s;
}
body.is-pc #TopNews ul.news_list li a:hover {
	background: #fffef8;
	transition: 0.2s;
	opacity: 1;
}
#TopNews ul.news_list li:last-child {
	border: none;
}
#TopNews ul.news_list li dl {
	display: flex;
	padding-left: 15px;
}
#TopNews ul.news_list li dt {
	color: #222;
	margin-right: 30px;
}
#TopNews ul.news_list li dd {
	color: #222;
	text-align: left;
}
/* 580 */
@media (max-width: 580px) {
	#TopNews {
		padding: 45px 0 60px 0;
	}
	#TopNews ._right a {
		font-size: 1.3rem;
	}
	#TopNews ul.news_list li dl {
		padding-left: 11px;
	}
	#TopNews ul.news_list li dt {
		margin-right: 20px;
	}
}

/*--------------------------------------------------------------*/
/* TOP BLOG */
/*--------------------------------------------------------------*/
.news__container {
	display: flex;
	justify-content: space-around;
	width: 1000px;
	margin: 40px auto 0 auto;
	text-align: left;
}
.news__box {
	width: 300px;
}
.news__link {
	display: block;
}
.news__thumb {
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.news__thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news__ttl {
	width: 100%;;
	margin-top: 16px;
	font-size: 2rem;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news__tt {
	width: 100%;
	margin-top: 24px;
	color: #bcbcbc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* 1000 */
@media (max-width: 1000px) {
	.news__container {
		display: block;
		width: 100%;
	}
	.news__box {
		margin: 0 auto;
		width: 80vw;
	}
	.news__box:not(:first-child) {
		margin-top: 60px;
	}
	.news__thumb {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.news__thumb img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}
	.news__ttl {
		margin-top: 30px;
		height: auto;
		-webkit-line-clamp: 1;
		font-size: 4.8vw;
	}
	.news__tt {
		font-size: 3.46vw;
	}
}
/* 580 */
@media (max-width: 580px) {
	.news__ttl {
		margin-top: 10px;
		font-size: 18px;
	}
	.news__tt {
		margin-top: 11px;
	}
}

/*--------------------------------------------------------------*/
/* TOP INSTAGRAM */
/*--------------------------------------------------------------*/
#TopInstagram {
	background: #000;
}
.instagram__thumb__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 16px auto 0 auto;
}
/* 1000 */
@media (max-width: 1000px) {
	.instagram__thumb__container {
		display: block;
		width: 90vw;
		justify-content: space-around;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 16px auto 0 auto;
	}
}

/*--------------------------------------------------------------*/
/* TOP ACCESS */
/*--------------------------------------------------------------*/
#TopAccess ._center a {
	color: #222;
	margin-top: 30px;
	padding: 3px 18px 3px 18px;
	border-radius: 25px;
	display: inline-block;
	border: 1px solid #222;
	transition: .3s ease;
	font-size: 1.5rem;
}
#TopAccess ._center a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}
.access__logo__block {
	margin: 50px auto 0 auto;
}
.access__logo {
	width: 120px;
}
.shop--address {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 2.6rem;
	text-align: left;
	margin-top: 34px;
}
.address__tt {
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.address__tt.center {
	text-align: center;
}
.address__tt a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.phone {
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phone::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	padding-right: 15px;
}
.ggmap iframe {
	height: 600px;
	width: 100%;
}

/*--------------------------------------------------------------*/
/* TOP 体験レッスン デカボタン */
/*--------------------------------------------------------------*/
.ExpDrop {
	text-align: center;
}
.ExpDrop a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	max-width: 850px;
	max-height: 144px;
	min-height: 60px;
	width: 100%;
	height: 20vw;
	background-color: #845D9E;
	font-size: 3.0rem;
	font-weight: bold;
	position: relative;
	transition: background-color .3s ease;
	box-sizing: border-box;
}
.ExpDrop.drop a {
	background-color: #0d27a5;
}
body.is-pc .ExpDrop a:hover {
	background-color: #cf2e2e;
	opacity: 1;
}
.ExpDrop a.dropin {
	background-color: #0d27a5;
}
.ExpDrop a i {
	margin-top: 3px;
}
/* sp_menu */
.ExpDrop.sp_menu {
	text-align: left;
}
.ExpDrop.sp_menu a {
	width: 80%;
	height: 8vw;
	font-size: 2.0rem;
	font-weight: normal;
	padding: 6px 20px;
}
/* 1000 */
@media (max-width: 1000px) {
	.ExpDrop a {
		font-size: max(3vw, 2.1rem); //3.0rem;
	}
	.ExpDrop.sp_menu a {
		font-size: max(2vw, 1.6rem); //2.0rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	.ExpDrop a {
		gap: 0 10px;
		font-size: 1.7rem;
		font-weight: normal;
	}
	.ExpDrop.sp_menu a {
		line-height: 1.3;
	}
}

/*--------------------------------------------------------------*/
/* 下層ページ */
/*--------------------------------------------------------------*/
.page-head {
	width: 100%;
	height: 420px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #000;
}
.page-head::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 40%);
	z-index: 1;
}
/* 姉妹店 */
body.takarazuka .page-head::after {
	background: rgb(0 0 0 / 60%);
}
.page-head > img {
	width: 100%;
	height: 420px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	vertical-align: bottom;
	object-fit: cover;
	opacity: .8;
}
.page-head_single {
	width: 100%;
	height: 420px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #000;
}
.page-head_single > img {
	width: 100%;
	height: 420px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	vertical-align: bottom;
	object-fit: cover;
	opacity: .3;
}
.page_ttl_container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate( -50%,-50%);
	z-index: 2;
}
.page_ttl {
	font-size: 1.4rem;
	margin-top: 4px;
}
.page_ttl_single {
	font-size: 3.6rem;
	margin: 0 auto 5px auto;
}
.page_ttl_sub {
	font-family: "hauser-script";
	font-size: 6.6rem;
	font-weight: normal;
}
.page_inner_black {
	background-color: #000;
}
/* 1000 */
@media (max-width: 1000px) {
	.page-head {
		max-height: 300px;
	}
	.page-head_single {
		max-height: 300px;
	}
	.page_ttl {
		font-size: 2.13vw;
	}
	.page_ttl_single {
		font-size: 4.8vw;
		width: 90vw;
	}
	.page_ttl_sub {
		width: 100%;
		font-size: 6.6vw;
	}
	.post_name p {
		font-size: 16px;
	}
}
/* 600 */
@media (max-width: 600px) {
	.page-head,
	.page-head_single {
		max-height: 300px;
	}
	.page_ttl {
		font-size: 15px;
	}
	.page_ttl_sub {
		width: 100%;
		font-size: 50px;
	}
	.post_name {
		margin-bottom: 20px;
	}
	.post_name p {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------*/
/* スタッフページ */
/*--------------------------------------------------------------*/
.staff_inner {
	padding: 100px 0;
}
.owner_container {
	display: flex;
	align-items: center;
	text-align: center;
}
.owner_img {
	margin-right: 20px;
	width: 80vw;
	max-width: 450px;
	max-height: 450px;
	box-sizing: border-box;
	text-align: center;
}
.owner_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.coach_container {
	margin-top: 40px;
}
.owner_name_container {
	padding: 40px 2.6vw;
	text-align: center;
}
.owner_name_block {
	position: relative;
	margin-top: 40px;
}
.owner_name_block span {
	position: absolute;
	top: -20px;
	left: 40%;
}
.owner_name {
	font-size: 2.6rem;
	font-weight: 400;
	text-align: left;
}
.post_name {
	text-align: center;
}
.coach_name {
	font-size: 2.6rem;
	font-weight: 400;
	text-align: left;
}
.coach_detail {
	padding: 30px 20px;
	margin-top: 40px;
	border-top: 1px solid #353535;
	text-align: center;
	line-height: 1.8;
}
.trainer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: -10px -10px 0px;
}
ul.staff_list {
	padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 120px 5%;
}
ul.staff_list li {
	width: 47.5%;
	border-bottom: 1px solid #353535;
}
.post_name {
	margin-bottom: 30px;
}
.trainer_block {
	box-sizing: border-box;
	text-align: center;
}
.trainer_img {
	text-align: center;
}
.trainer_img img {
	max-height: 400px;
	height: 100%;
}
.name_block {
	padding: 0 2.6vw;
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.post_name_trainer p {
	font-size: 20px;
	position: absolute;
	bottom: .5rem;
	padding: 0;
}
/* 1列表示 */
ul.staff_list li.col1 {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
ul.staff_list li.col1 .name_block {
	max-width: 400px;
	margin: 0 auto;
}
/* 1000 */
@media (max-width: 1000px) {
	.post_name_trainer p {
		position: static;
	}
	.coach_name_block span,
	.coach_detail p {
		font-size: 16px;
	}
	.post_name_trainer p {
		font-size: 18px;
	}
}
/* 600 */
@media (max-width: 600px) {
	ul.staff_list {
		padding: 60px 20px;
		display: flex;
		flex-wrap: wrap;
		gap: 40px 5%;
	}
	ul.staff_list li {
		width: 100%;
	}
	.coach_container {
		margin-top: 10px;
	}
	.coach_name_block {
		margin-top: 13px;
	}
	.coach_name {
		text-align: center;
	}
	.coach_detail {
		padding: 16px 20px 20px 20px;
		margin-top: 20px;
		line-height: 2;
	}
	.coach_name_block span,
	.coach_detail p {
		font-size: 14px;
	}
	.post_name_trainer p {
		font-size: 18px;
	}
	.post_name_trainer {
		width: 100%;
	}
	.coach_name_block {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* アクセスページ & 姉妹店 */
/*--------------------------------------------------------------*/
.AcSiPage a {
	color: #c38ee6;
}
.AcSiPage a:hover {
	color: #e66914;
	opacity: 1;
}
.AcSiPage .logo_mark img {
	width: 100px;
	margin-top: 20px;
}
.AcSiPage .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 5%;
}
.AcSiPage .flex > figure {
	width: 47.5%;
}
.AcSiPage .flex > figure img {
	width: 100%;
}
.AcSiPage .flex > div.shop_info {
	width: 47.5%;
}
.AcSiPage h3 {
	margin-top: 5px;
	font-size: 2.6rem;
	font-weight: 400;
}
.AcSiPage h3 span.jp {
	font-size: 2.0rem;
}
.AcSiPage h4 {
	margin-top: 50px;
}
.AcSiPage ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.AcSiPage ul li:not(:first-child) {
	margin-top: 20px;
}
.AcSiPage .map iframe {
	display: block;
	width: 100%;
	padding-top: 60px;
}
.AcSiPage span.strong {
	background: linear-gradient(transparent 60%,#5a4603 40%)!important;
}
/* 姉妹ページ */
.AcSiPage .wrap .gaikan {
	margin: 30px 0;
}
.AcSiPage .wrap .gaikan img {
	width: 100%;
}
/* 900 */
@media (max-width: 900px) {
	.AcSiPage .flex > figure {
		width: 100%;
		text-align: center;
	}
	.AcSiPage .flex > figure img {
		max-width: 400px;
	}
	.AcSiPage .flex > div.shop_info {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}
/* 580 */
@media (max-width: 580px) {
	.AcSiPage h3 {
		line-height: 1.1;
	}
	.AcSiPage h3 span.jp {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------*/
/* 姉妹店ページ */
/*--------------------------------------------------------------*/
#SisterPage {
	background: #000;
	padding-top: 60px;
}
#SisterPage p.sister.txt {
	border: 3px solid #835d9d;
	margin-top: 15px;
	padding: 25px;
	font-size: 2.0rem;
	background: #000;
}
#SisterPage div.link {
	padding-top: 15px;
}
#SisterPage div.link a {
	color: #fff4ab;
}
#SisterPage div.link a i {
	margin-right: 4px;
}
/* 580 */
@media (max-width: 580px) {
	#SisterPage p.sister.txt {
		padding: 20px;
		font-size: 1.6rem;
	}
}

/*--------------------------------------------------------------*/
/* お子様みまもりサービス */
/*--------------------------------------------------------------*/
body.mimamori main {
	/*background: url(../images/mimamori_bk.png);*/
	background: #fff8eb;
}
body.mimamori main h2 {
	margin-bottom: 30px;
}
body.mimamori main h2 img {
	width: 100%;
}
body.mimamori main h3 {
	font-size: 50px;
	color: #7b6762;
	margin-bottom: 10px;
}
body.mimamori main p.note {
	margin-bottom: 20px;
}
body.mimamori main p.note span.txt {
	display: inline-block;
	color: #7b6762;
	background: #efebe7;
	border-radius: 6px;
	padding: 0 10px;
}
body.mimamori main p {
	font-size: 20px;
}
body.mimamori main ul {
	padding: 30px 30px 60px 30px;
	border: 5px solid #7b6762;
	border-radius: 30px;
	background: #fff;
}
body.mimamori main ul.flow01 {
	margin-bottom: 60px;
}
body.mimamori main ul li:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: dotted 2px #7b6762;
}
body.mimamori main ul li div.txt_flex {
	display: flex;
	align-items: center;
	gap: 0 25px;
	margin-bottom: 30px;
}
body.mimamori main ul li div.txt_flex div.step {
	max-width: 131px;
	width: 20%;
}
body.mimamori main ul li div.txt_flex div.step img {
	width: 100%;
}
body.mimamori main ul li div.txt_flex div.text {
	width: 80%;
	margin-top: initial;
	text-align: left;
	color: #7b6762;
}
body.mimamori main ul li div.txt_flex div.text h4 {
	font-size: 30px;
	margin-bottom: 8px;
}
body.mimamori main ul li div.img_flex {
	display: flex;
	justify-content: center;
	gap: 0 2%;
}
body.mimamori main ul li div.img_flex img {
	border: 2px solid #7b6762;
	max-width: 355px;
	width: calc(98% / 3);
}
/* 1200 */
@media (max-width: 1200px) {
	body.mimamori main p {
		font-size: max(1.667vw, 16px); //20px;
	}
	body.mimamori main h3 {
		font-size: max(4.167vw, 24px); //50px;
	}
	body.mimamori main ul li div.txt_flex div.text h4 {
		font-size: max(2.5vw, 20px); //30px;
		margin-bottom: max(0.667vw, 4px); //8px;
	}
}
/* 580 */
@media (max-width: 580px) {
	body.mimamori main ul {
		padding: 30px 20px 40px 20px;
		border: 3px solid #7b6762;
		border-radius: 20px;
	}
	body.mimamori main ul li div.txt_flex {
		display: block;
		margin-bottom: 20px;
	}
	body.mimamori main ul li div.txt_flex div.step {
		margin: 0 auto 15px auto;
		width: 25%;
	}
	body.mimamori main ul li div.txt_flex div.step img {
		width: 100%;
	}
	body.mimamori main ul li div.txt_flex div.text {
		width: 100%;
	}
	body.mimamori main ul li div.img_flex {
		display: initial;
	}
	body.mimamori main ul li div.img_flex img {
		border: 2px solid #7b6762;
		max-width: 355px;
		width: 100%;
		margin: 5px 0;
	}
}

/*--------------------------------------------------------------*/
/* ドロップインページ */
/*--------------------------------------------------------------*/
body.dropin h3 {
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 50px;
}
body.dropin ul#flow li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
body.dropin ul#flow li .text {
	width: 62%;
	text-align: left;
	font-size: 16px;
	margin-top: 0;
}
body.dropin ul#flow li .text h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
body.dropin ul#flow li .text a {
	color: blue;
	transition: .3s ease;
}
body.dropin ul#flow li .text .zumi_row {
	margin: 20px 0;
}
body.dropin ul#flow li .text .zumi_row span.zumi {
	display: inline-block;
	border: 3px solid red;
	background: #fbff92;
	padding: 1px 12px;
	border-radius: 3px;
}
body.is-pc body.dropin ul#flow li .text a:hover {
	color: orange;
}
body.dropin ul#flow li .text img.mail {
	border: 6px solid #ccc;
	max-width: 500px;
	width: 100%;
	margin: 20px 0 0 0;
	box-sizing: border-box;
}
body.dropin ul#flow li .text img.card {
	max-width: 100%;
	margin: 20px 0;
	box-sizing: border-box;
}
body.dropin ul#flow li .text img.dropin_ymd {
	max-width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
body.dropin ul#flow li .image img.dropin_ymd {
	max-width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
body.dropin ul#flow li .text div.step {
	margin-bottom: 15px;
}
body.dropin ul#flow li .text div.step span {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	background: #f89406;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
body.dropin ul#flow li .image {
	width: 35%;
}
body.dropin ul#flow li .image img {
	width: 100%;
	box-shadow: 5px 6px 5px 0px rgba(0,0,0,0.3);
}
/* 580 */
@media (max-width: 580px) {
	body.dropin h3 {
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	body.dropin ul#flow li .text h4 {
		font-size: 18px;
	}
	body.dropin ul#flow li .text {
		width: 100%;
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 25px;
	}
	body.dropin ul#flow li .text img.mail {
		border: 4px solid #ccc;
	}
	body.dropin ul#flow li .text img.card {
		max-width: 100%;
		margin: 20px 0;
	}
	body.dropin ul#flow li .image {
		width: 100%;
		text-align: center;
	}
	body.dropin ul#flow li .image img {
		border: 4px solid #ccc;
		box-sizing: border-box;
		max-width: 400px;
		width: 88%;
	}
}

/*--------------------------------------------------------------*/
/* ニュースページ */
/*--------------------------------------------------------------*/
.news_inner {
	max-width: 1024px;
	color: #222;
	margin: 100px auto 0 auto;
}
.news_inner .list_back {
	margin-top: 30px;
	text-align: center;
}
.news_inner .list_back a.back {
	color: #000;
}
.news_inner .list_back a.back i {
	margin-right: 5px;
}
.news_content h2 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.news_content p {
	line-height: 1.8;
	margin-bottom: 20px;
}
.news_content figure {
	margin-bottom: 20px;
}
.news_content figcaption {
	margin-bottom: 1em;
	margin-top: 0;
	background: #f8fbff;
	padding: 5px 10px;
	border: 1px solid #888;
}
.news_content img {
	width: 100%;
	height: auto;
}
.addtoany_shortcode {
	margin-top: 50px;
	text-align: right;
}
.latest_article_container {
	padding: 90px 0;
	background-color: #b5b5b5;
	margin-top: 90px;
}
.latest_article_content {
	color: #222;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -25px 0px;
}
.latest_article_box {
	width: calc(33.3% - 50px);
	height: auto;
	margin: 60px 25px 0px;
	box-sizing: border-box;
	text-align: center;
}
.latest_article_tt_container {
	color: #222;
}
.latest_article_thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.latest_article_thumb img {
	object-fit: cover;
	width: 100%;
	height: auto;
	background-position: center center;
}
.latest_article_ttl {
	margin-top: 30px;
	width: 100%;;
	margin-top: 16px;
	height: 6rem;
	font-size: 2rem;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.latest_article_tt {
	margin-top: 40px;
	width: 100%;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pagenation {
	margin-top: 70px;
	text-align: center;
	padding-bottom: 16px;
	line-height: 30px;
	vertical-align: middle;
}
.next,.prev {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	width: 60px;
	height: 30px;
	display: inline-block;
	font-size: 16px;
}
body.is-pc .next:hover,
body.is-pc .prev:hover {
	border: 1px solid #ed2b00;
	color: #ed2b00;
}
/* 1000 */
@media (max-width: 1000px) {
	.news_inner {
		width: 90vw;
		margin-top: 50px;
	}
	.latest_article_box {
		width: calc(45% - 20px);
	}
	.latest_article_thumb {
		max-height: 300px;
	}
}
/* 600 */
@media (max-width: 600px) {
	.news_content h2 {
		font-size: 17px;
	}
	.news_content p {
		font-size: 14px;
	}
	.latest_article_container {
		padding: 60px 0;
		margin-top: 60px;
	}
	.latest_article_content {
		display: flex;
		margin: 0;
	}
	.latest_article_box {
		width: 90%;
		margin: 60px auto 0 auto;
	}
	.latest_article_ttl {
		height: auto;
	}
	.latest_article_tt {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------*/
/* クロスフィットとは */
/*--------------------------------------------------------------*/
.about_inner {
	margin: 0 auto;
	padding: 100px 0 130px 0;
	width: 1000px;
}
.about_inner p {
	line-height: 2;
	font-size: 2rem;
}
.about_inner span {
	color: red;
}
.about_inner2 {
	display: flex;
	margin-top: 40px;
}
.about_img2 {
	min-width: 370px;
	width: 370px;
	height: 470px;
	margin-right: 50px;
}
.about_img2 img {
	width: 100%;
	height: 100%;
}
.about_img3 {
	margin-top: 80px;
	width: 1000px;
	height: auto;
}
.about_img3 {
	width: 100%;
	height: auto;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 50px 0 90px 0;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kids_art_container {
	margin-top: 100px
}
.kids_art_tt {
	text-align: left;
}
.kids_art_block {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.kids_art {
	max-width: 415px;
	height: auto;
}
.kids_art img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/* 1000 */
@media (max-width: 1000px) {
	.about_inner {
		width: 90vw;
	}
	.about_inner p {
		font-size: inherit;
	}
	.about_inner2 {
		display: block;
	}
	.about_img2 {
		margin: 0 auto;
	}
	.about_2_tt {
		margin-top: 50px;
	}
	.about_img3 img {
		width: 100%;
		height: 100%;
	}
	.kids_art_container {
		display: block;
		text-align: center;
	}
	.kids_art_tt {
		margin: 30px auto 0 auto;
		width: 90vw;
	}
	.kids_art_tt p {
		text-align: left;
	}
	.kids_art:first-child {
		margin-right: 3vw;
	}
}

/*--------------------------------------------------------------*/
/* 料金ページ */
/*--------------------------------------------------------------*/
.price_inner {
	width: 1000px;
	margin: 0 auto;
	color: #222
}
.price_inner .bikou {
	margin: 20px auto 0 auto;
	font-size: 1.6rem;
	padding: 0 20px;
	max-width: 680px;
}
.price_inner .bikou.red {
	color: red;
}
.price_ttl_block {
	margin-top: 40px;
}
.price_ttl {
	font-family: "hauser-script";
	font-size: 4.6rem;
	color: #222;
	font-weight: normal;
}
.price_ttl_sub {
	font-size: 1.4rem;
	margin-top: 4px;
	color: #222;
}
.lesson_container {
	margin-top: 30px;
	font-size: 2.6rem;
}
.lesson_block {
	background-color: #fff1f1;
	padding: 50px 0;
}
.lesson_block .flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.lesson-content {
	display: flex;
	align-items: flex-end;
}
.lesson-content .flex {
	display: flex;
	align-items: flex-end;
}
.lesson__name {
	display: inline;
}
.page_container .price {
	font-size: 3.6rem;
	margin-left: 23px;
	margin-right: 5px;
	line-height: 1.2;
}
.page_container .price span.through {
	position: relative;
}
.page_container .price span.through::after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: red;
	position: absolute;
	left: 0;
	bottom: 41%;
}
.experience__btn_lesson {
	width: 300px;
	height: 64px;
	background-color: #845D9E;
	margin-left: 26px;
	padding: 0 0px;
	position: relative;
}
.experience__btn_lesson i {
	margin-right: 3px;
}
.experience__btn__link_lesson {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 64px;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate( -50%,-50%);
}
.add_block {
	background-color: #f1f1f1;
	margin-top: 1px;
	display: flex;
	padding: 30px 20px;
}
.add_content {
	width: 50%;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}
.add_content:nth-child(1) {
	padding-right: 30px;
}
.add_content:nth-child(2) {
	border-left: 1px dashed #222;
	padding-left: 30px;
}
.add_box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.remarks {
	font-size: 1.5rem;
}
.remarks_small {
	font-size: 1.4rem;
	letter-spacing: -.1rem;
}
.course_head {
	margin: 60px auto 0 auto;
	width: 400px;
}
.course_ttl {
	padding: 30px 0;
	width: 400px;
	font-size: 4.6rem;
	display: inline-block;
	border-bottom: 1px dashed #222;
	font-weight: normal;
}
.course_ttl> span {
	font-size: 2rem;
	display: block;
}
.course_ttl_personal {
	width: 400px;
	display: inline-block;
	border-bottom: 1px dashed #222;
	font-weight: normal;
	padding: 30px 0;
	font-size: 4.6rem;
	margin: 0 auto;
}
.course_ttl_personal> span {
	font-size: 1.6rem;
	display: block;
}
.course_detail {
	margin-top: 30px;
}
.course_price {
	font-size: 3.6rem;
	margin-top: 70px;
}
.course_price span {
	font-size: 2.6rem;
}
.course_detail_tt {
	margin-top: 50px;
}
.drop_remarks {
	margin-top: 30px;
	display: inline-block;
	font-size: 1.2rem;
}
.course_remarks {
	margin-top: 60px;
	display: inline-block;
	width: 500px;
	text-align: left;
	letter-spacing: -0.1rem;
}
.course_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 140px -10px 0px;
}
.course_block {
	border: 1px solid #000;
	width: calc(50% - 20px);
	height: auto;
	margin: 76px 10px 0px;
	box-sizing: border-box;
	text-align: center;
	padding: 100px 30px;
	position: relative;
}
.other_course_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 170px -10px 0px;
}
.drop_color {
	background-color: #f1f1f1;
	height: 750px;
}
.kids_color {
	background-color: #dcf6fd;
}
.course_mark {
	position: absolute;
	top: -28px;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate( -50%,0);
}
.course_detail_kids {
	margin-top: 60px;
}
.course_detail_kids:last-child {
	border-top: 1px dashed #afd8e3;
}
.course_times_kids {
	font-size: 3.6rem;
}
.course_price_kids {
	font-size: 3.6rem;
	margin-top: 36px;
}
.course_detail_kids:last-child {
	margin-top: 45px;
	padding-top: 45px;
}
.drop_remarks {
	font-size: 1.2rem;
}
.personal_detail {
	text-align: center;
}
.personal_price {
	font-size: 3.6rem;
	margin-top: 64px;
	text-align: left;
	border-bottom: 1px dashed #d3d3d3;
}
.personal_price span {
	font-size: 2.6rem;
}
.margin_top140 {
	margin-top: 140px;
}
.price_tax {
	margin-top: 200px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.notes_container {
	background-color: #f1f1f1;
	color: #222;
	margin-top: 1rem;
	padding: 70px 0 86px 0;
	line-height: 2.6rem;
}
.notes_ul_block {
	text-align: left;
}
.notes_ul_box_block {
	margin-top: 50px;
}
.notes_ul_block > .notes_ul > .notes_list:first-child {
	margin-top: 1rem;
}
.notes_ul_block_small {
	margin-top: 18px;
	font-size: 1.4rem;
	letter-spacing: -0.05rem;
}
.notes_ul_box {
	display: flex;
	margin-top: 1rem;
}
.notes_list_box {
	border: 1px solid #222;
	padding: 20px 0;
	width: calc(33.3%);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 2rem;
}
.notes_list_box:not(:first-child) {
	margin-left: 20px;
}
.notes_list_box_span {
	display: block;
	font-size: 1.2rem;
}
.notes_list {
	margin-left: 3.46vw;
	text-indent: -3.46vw;
}
.schedule_container {
	color: #222;
}
.schedule_container .price_ttl_block {
	margin-bottom: 30px;
}
.schedule_block {
	width: 100%;
	max-width: 1000px;
	min-width: 300px;
	height: auto;
}
.schedule_block img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.regular_holiday_block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 2.6rem;
	margin-top: 40px;
}
.regular_holiday_box {
	padding: 36px 0;
	border: 1px solid #222;
	width: 50%;
}
.regular_bg_black {
	background-color: #000;
	color: #fff;
}
.regular_holiday_remarks {
	margin-top: 30px;
	text-align: left;
	vertical-align: 3rem;
}
/* 1000 */
@media (max-width: 1000px) {
	body.price .page_container {
		font-size: initial;
	}
	.price_inner .bikou {
		font-size: 1.4rem;
	}
	.page_container .price {
		font-size: 3.0rem;
		margin-left: 15px;
	}
	.lesson__name {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.price_inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.price_ttl {
		font-size: 8.8vw;
	}
	.price_ttl_sub {
		font-size: 1.86vw;
	}
	.lesson_container {
		font-size: 3.46vw;
	}
	.lesson_block {
		text-align: center;
		margin: 3% auto;
	}
	.lesson_block .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.experience__btn_lesson {
		margin: 5% 5% 0 5%;
	}
	.add_block {
		margin-top: 10px;
		padding: 20px 0;
	}
	.add_content:last-child {
		border-left: none;
	}
	.add_content {
		width: 90%;
	}
	.add_content:nth-child(1) {
		padding-right: 0;
	}
	.add_content:nth-child(2) {
		padding-left: 0;
	}
	.course_head {
		margin: 60px auto 0 auto;
		width: 80vw;
	}
	.course_ttl {
		padding: 30px 0;
		width: 80vw;
		font-size: 8.8vw;
		margin: 0 auto;
		border-bottom: 1px solid #222;
	}
	.course_ttl_personal {
		border-bottom: 1px solid #222;
		width: 60vw;
		font-size: 7.46vw;
		letter-spacing: -0.1rem;
	}
	.course_ttl_personal> span {
		font-size: 2.13vw;
	}
	.course_ttl> span {
		font-size: 2.66vw;
	}
	.course_price {
		font-size: 7.46vw;
		margin-top: 16%;
	}
	.course_price span {
		font-size: 4.8vw;
	}
	.drop_remarks {
		font-size: 1.6vw;
	}
	.personal_detail {
		width: 60vw;
		margin: 0 auto;
	}
	.course_remarks {
		font-size: 3.46vw;
		width: 80vw;
		margin-top: 14%;
	}
	.course_content {
		margin-top: 15%;
	}
	.course_block {
		width: 95vw;
		padding: 20% 30px;
	}
	.other_course_container {
		margin: 0;
	}
	.drop_color {
		max-height: 750px;
		height: auto;
	}
	.course_detail_kids {
		margin-top: 14%;
	}
	.course_detail_kids:last-child {
		border-top: 1px solid #afd8e3;
	}
	.course_times_kids {
		font-size: 7.46vw;
	}
	.course_price_kids {
		font-size: 7.46vw;
		margin-top: 36px;
	}
	.drop_remarks {
		font-size: 1.6vw;
	}
	.personal_price {
		font-size: 6.13vw;
		padding: 40px 0;
		margin-top: 0;
		border: none;
	}
	.personal_price:not(:last-child) {
		border-bottom: 1px solid #d3d3d3;
	}
	.personal_price span {
		font-size: 3.46vw;
	}
	.price_tax {
		margin-top: 70px;
		font-size: 3.46vw;
	}
	.notes_container {
		margin-top: 1rem;
		padding: 70px 0 86px 0;
		font-size: 2.66vw;
		line-height: 1.6;
	}
	.notes_ul_block {
		width: 90vw;
		margin: 0 auto;
	}
	.notes_ul_block_p {
		font-size: 3.46vw;
	}
	.notes_ul_block_small {
		font-size: 2.66vw;
		letter-spacing: -0.05rem;
	}
	.notes_ul_box {
		display: block;
		text-align: center;
	}
	.notes_list_box {
		height: 80px;
		width: 90vw;
		line-height: 1.2;
		font-size: 3.46vw;
		margin-top: 20px;
	}
	.notes_list_box:not(:first-child) {
		margin-left: 0;
	}
	.notes_list {
		margin-left: 2.66vw;
		text-indent: -2.66vw;
	}
	.schedule_block {
		width: 100%;
		max-width: 95vw;
		min-width: 300px;
		height: auto;
		margin: 0 auto;
	}
	.regular_holiday_block {
		width: 95vw;
		font-size: 4.8vw;
		margin: 40px auto 0 auto;
	}
	.regular_holiday_box {
		padding: 5% 0;
	}
	.regular_holiday_remarks {
		width: 90vw;
		margin: 30px auto;
	}
}
/* 580 */
@media (max-width: 580px) {
	.price_ttl {
		font-size: 50px;
	}
	.price_ttl_sub {
		font-size: 15px;
	}
	.add_block {
		display: block;
	}
	.add_content:last-child {
		padding-left: 0px;
	}
	.remarks_small {
		padding-top: 5px;
		font-size: 11px;
	}
	.course_head {
		width: 100%;
	}
	.course_block {
		width: 90vw;
		padding: 12% 30px;
	}
	.course_ttl> span {
		font-size: 14px;
	}
	.course_ttl {
		width: 100%;
	}
	.course_detail_tt {
		font-size: 14px;
	}
	.drop_remarks {
		font-size: 13px;
	}
	.course_price {
		margin-top: 15px;
	}
	.course_price_kids {
		margin-top: 15px;
	}
	.course_ttl_personal {
		width: 90%;
	}
	.course_ttl_personal > span {
		font-size: 15px;
	}
	.personal_detail {
		width: 90%;
		margin: 0 auto;
	}
	.personal_price {
		text-align: center;
		padding: 30px 0;
	}
	.personal_price span {
		font-size: 16px;
	}
	.price_tax {
		margin-top: 40px;
		font-size: 13px;
	}
	.notes_list_box {
		font-size: 18px;
	}
	.notes_list_box_span {
		padding-top: 5px;
		font-size: 14px;
	}
}

/*--------------------------------------------------------------*/
/* 料金ページ（カスタム） */
/*--------------------------------------------------------------*/
ul#plans {
	padding-top: 80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 5%;
}
ul#plans li {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 30px 20px 30px;
}
ul#plans li hr.head {
	border: none;
	border-bottom: 1px dashed #000;
	margin: 30px 0;
}
ul#plans li hr.hr01 {
	border: none;
	border-bottom: 1px dashed #aaa;
	margin: 30px 0;
}
ul#plans li hr.hr02 {
	border: none;
	border-bottom: 1px dashed #000;
	margin: 30px 0;
}
ul#plans li hr.hr03 {
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 30px 0;
}
ul#plans li hr.hr04 {
	border: none;
	border-bottom: 1px solid #000;
	margin: 30px 0;
}
ul#plans li h3 {
	font-size: 250%;
	line-height: 1.3;
	margin-bottom: 5px;
}
ul#plans li h4 {
	font-size: 120%;
}
/* 自由項目 */
ul#plans li .free .info,
ul#plans li .free .hr_wrap,
ul#plans li .free .times_wrap,
ul#plans li .free .price_wrap {
	margin-bottom: 30px;
}
ul#plans li .free .price_wrap .slash {
	font-size: 80%;
	margin: 0 5px;
}
ul#plans li .free .price_wrap .tsuki_kai {
	font-size: 75%;
}
ul#plans li .free .times_wrap p.times {
	font-size: 250%;
}
ul#plans li .free .times_wrap p.times span.kai {
	font-size: 75%;
	margin-left: 5px;
}
ul#plans li.col1 .wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
ul#plans li.col1 {
	width: 100%;
}
ul#plans li.col2 {
	width: 47.5%;
}
ul#plans li.line {
	border: 1px solid #000;
}
ul#plans li.line span.icon {
	position: absolute;
	top: -28px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
ul#plans li.line span.icon.txt {
	font-size: 230%;
	font-family: hauser-script, sans-serif;
	line-height: 1;
	background: #000022;
	color: #fff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	padding: 7px 7px 5px 5px;
	width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul#plans li.noline span.icon {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
ul#plans li.line.icon {
	padding-top: 60px;
}
ul#plans li .plan_note {
	font-size: 90%;
}
ul#plans li .plan_note a {
	color: blue;
	transition: .3s ease;
}
body.is-pc ul#plans li .plan_note a:hover {
	color: orange;
}
/* 580 */
@media (max-width: 580px) {
	ul#plans li.col2 {
		width: 100%;
	}
	ul#plans li {
		padding: 60px 22px 15px 22px!important;
	}
	ul#plans li .plan_note {
		padding-bottom: 20px;
	}
}

/*--------------------------------------------------------------*/
/* お客様の声ページ */
/*--------------------------------------------------------------*/
.voice__wrapper {
	padding: 0 10px;
}
.voice__inner {
	max-width: 1000px;
	margin: auto;
	padding: 75px 0;
}
.voice__item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.voice__item:not(:last-child) {
	margin-bottom: 45px;
}
.voice__image-container {
	width: 25%;
	max-width: 245px;
	padding-right: 40px;
	flex-shrink: 0;
	box-sizing: border-box;
}
.voice__item-image {
	width: 100%;
}
.voice__text-container {
	width: 75%;
	position: relative;
	padding: 40px 25px 20px 45px;
	border: 3px solid black;
	background-color: #f6f6f6;
	border-radius: 6px;
}
.voice__text-container:before {
	position: absolute;
	top: 76px;
	left: -28px;
	content: "";
	border-right: 30px solid #f6f6f6;
	border-top: 22.5px solid transparent;
	border-bottom: 22.5px solid transparent;
	box-sizing: border-box;
	z-index: 2;
}
.voice__text-container:after {
	position: absolute;
	top: 74.5px;
	left: -34px;
	content: "";
	border-right: 33px solid #000000;
	border-top: 23.5px solid transparent;
	border-bottom: 23.5px solid transparent;
	z-index: 1;
}
.voice__text {
	color: black;
	font-weight: normal;
	line-height: 1.77em;
	font-size: 18px;
}
.voice__item-name {
	color: black;
	font-size: 18px;
	margin-top: 40px;
	text-align: right;
}
/* 750 */
@media (max-width: 750px) {
	.voice__text-container {
		padding: 20px 15px;
	}
	.voice__text {
		font-size: 14px;;
	}
	.voice__item-name {
		font-size: 14px;
		margin-top: 15px;
	}
	.voice__image-container {
		width: 30%;
		padding-right: 5vw;
	}
	.voice__text-container {
		width: 70%;
	}
}
/* 580 */
@media (max-width: 580px) {
	.voice__text-container {
		padding: 20px 15px;
		border: 2px solid black;
		border-radius: 9px;
		margin-left: 0;
	}
	.voice__text-container:before {
		top: 30px;
		left: -15px;
		border-right: 30px solid #f6f6f6;
		border-top: 22.5px solid transparent;
		border-bottom: 22.5px solid transparent;
	}
	.voice__text-container:after {
		top: 29px;
		left: -19px;
		border-right: 33px solid #000000;
		border-top: 23.5px solid transparent;
		border-bottom: 23.5px solid transparent;
		z-index: -1;
	}
}

/*--------------------------------------------------------------*/
/* お問い合わせページ */
/*--------------------------------------------------------------*/
.form_inner {
	padding-top: 100px;
	padding-bottom: 120px;
}
.form_inner .wpcf7-response-output {
	background: #fffed9;
	color: red;
	border: 1px solid red!important;
	font-size: 14px;
	margin-bottom: 30px!important;
}
.con--head-list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
}
.con--head-arrow._blue {
	color: #fff;
	background: #000;
}
.con--head-arrow._blue:before {
	border-color: transparent transparent transparent #000;
}
.con--head-arrow {
	position: relative;
	width: 50%;
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
	color: #222;
	background: #d8d8d8;
}
.con--head-arrow:before {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #d8d8d8;
}
.con--head-arrow:after {
	content: "";
	position: absolute;
	z-index: 8;
	top: -5px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 35px;
	border-color: transparent transparent transparent #fff;
}
.con--head-arrow._op {
	background: #d8d8d8;
}
.con--head-arrow._op:before {
	border-color: transparent transparent transparent #d8d8d8;
}
.required_icon {
	border: 1px solid #d74141;
	display: inline-block;
	padding: .2em 1rem;
	border-radius: 3px;
	color: #d74141;
}
.form_box {
	color: #222;
	width: 80%;
	margin: 0 auto;
	font-size: 1.4rem;
	margin-top: 90px;
}
.input_box {
	padding: 26px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input_box:not(:last-child) {
	border-bottom: 1px dotted #c4cacd;
}
.radio_container {
	width: 75%;
	margin-left: 58px;
	text-align: left;
	position: relative;
}
.wpcf7-radio .wpcf7-list-item {
	margin-top: 10px;
	display: block;
}
.radio_form_check:not(:first-child) {
	margin-top: 10px;
}
.detail_red {
	color: #dc0000;
	margin-left: 3rem;
	position: absolute;
	top: 1rem;
	left: 200px;
	width: 420px;
	display: inline-block;
}
.detail_red_sp {
	display: none;
}
.label_ttl {
	display: flex;
	width: 200px;
	justify-content: space-between;
	align-items: center;
}
.input_area {
	width: 75%;
	margin-left: 58px;
	text-align: left;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
.input_area input {
	padding: 9px 12px;
	width: 40%;
	font-size: 1.6rem;
	color: #222;
	background-color: #fffef8;
	border: 1px solid #c4cacd;
}
.input_area textarea {
	padding: 9px 12px;
	width: calc(100% - 50px);
	font-size: 1.6rem;
	color: #222;
	background-color: #fffef8;
	border: 1px solid #c4cacd;
	font-family: noto-sans-cjk-jp, sans-serif;
}
input::placeholder {
	color: #c4cacd;
	font-size: 1.4rem;
}
.action_box_block {
	color: #fff;
	position: relative;
	line-height: 2.8em;
	width: 350px;
	transition: 0.5s;
	margin: 0 auto;
}
.action_box {
	background-color: #845D9E;
	border-style: none;
	color: #fff;
	width: 350px;
	padding: 30px 0;
	font-size: 2rem;
	letter-spacing: 20px;
	text-indent: 20px;
}
.wpcf7-turnstile.cf-turnstile {
	margin-bottom: 20px;
}
/* 1000 */
@media (max-width: 1000px) {
	.con--head-list {
		width: 90%;
		margin: 0 auto;
	}
	.required_icon {
		font-size: 2.13vw;
	}
	.form_box {
		width: 80vw;
	}
	.input_box {
		display: block;
		width: 100%;
	}
	.radio_container {
		margin-left: -2rem;
		font-size: 3.46vw;
	}
	.detail_red {
		display: none;
	}
	.detail_red_sp {
		display: block;
		color: #dc0000;
		margin-left: 2rem;
		width: 80vw;
	}
	.label_ttl {
		width: auto;
		justify-content: flex-start;
	}
	.label_area {
		margin-right: 40px;
		font-size: 4vw;
	}
	.input_area {
		margin-top: 20px;
		margin-left: 0;
		width: 93%;
	}
	.input_area input {
		width: 100%;
		padding: 20px 12px;
	}
	input::placeholder {
		font-size: 3vw;
	}
	.action_box_block {
		width: 80vw;
	}
	.action_box {
		width: 100%;
		padding: 16px 0;
		margin-top: 16px;
		font-size: 3vw;
	}
	.input_area textarea {
		width: 100%;
		max-width: 100%;
		max-height: 300px;
	}
}
/* 600 */
@media (max-width: 600px) {
	input::placeholder {
		font-size: 14px;
	}
	.form_inner {
		padding-top: 60px;
	}
	.form_box {
		margin-top: 60px;
	}
	.label_area {
		margin-right: 10px;
	}
	.required_icon {
		font-size: 11px;
		padding: 1px 5px;
	}
	.action_box {
		font-size: 15px;
		margin-bottom: 80px;
	}
}

/*--------------------------------------------------------------*/
/* サンクスページ */
/*--------------------------------------------------------------*/
.form_line {
	border: 3px double #222;
	color: #222;
	margin: 80px 0;
	padding: 100px 0;
}
.form_ttl > h2 {
	font-size: 36px;
}
.form_tt {
	margin-top: 40px;
}
/* 1000 */
@media (max-width: 1000px) {
	.form_inner {
		width: 90vw;
		margin: 0 auto;
	}
	.form_ttl > h2 {
		font-size: 4.8vw;
	}
}

/*--------------------------------------------------------------*/
/* コンディショニングページ */
/*--------------------------------------------------------------*/
.condition_inner {
	color: #222;
	padding: 60px 0 100px 0;
}
.condition_main_ttl {
	font-size: 3.6rem;
	font-weight: normal;
}
.condition_ttl_h3 {
	border: 1px solid #000;
	text-align: left;
	padding: 14px 20px;
	font-size: 2.6rem;
	font-weight: normal;
	margin-top: 40px;
}
.condition_img_block1 {
	margin-top: 24px;
}
.condition_img_block1 img {
	width: 100%;
}
.condition_tt {
	text-align: left;
	margin-top: 50px;
}
.condition_tt>p:not(:first-child) {
	margin-top: 2rem;
}
.condition_ttl_h4 {
	border: 1px solid #000;
	text-align: left;
	padding: 14px 20px;
	font-size: 2rem;
	font-weight: normal;
	margin-top: 56px;
}
.condition_img_block2 {
	display: flex;
	justify-content: space-around;
}
.condition_img_box2 {
	margin-top: 46px;
	width: 360px;
	height: 260px;
}
.condition_img_box2 > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.condition_ttl {
	width: 400px;
	font-size: 3.6rem;
	display: inline-block;
	font-weight: normal;
	letter-spacing: -0.3rem;
}
.condition_list_container {
	text-align: left;
	margin-top: 50px;
}
.condition_list_container > p {
	font-size: 2rem;
}
.condition_list_item {
	margin-top: 2rem;
	text-indent: -1em;
	padding-left: 1em;
}
.condition_list_item >span {
	font-size: 1.6rem;
	font-weight: normal;
}
.condition_list_detail {
	font-weight: bold;
	font-size: 2rem;
}
.color_red {
	color: #845D9E;
}
.condition_detail {
	height: 160px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
}
.condition_price {
	font-size: 3.6rem;
}
.condition_price span {
	font-size: 2.6rem;
}
.condition_tt_block {
	border-top: 1px dashed #222;
	padding-top: 50px;
	text-align: left;
	line-height: 2;
}
.condition_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 46px -120px 0px;
}
.condition_price_block {
	border: 1px solid #000;
	width: calc(42.8% - 60px);
	height: auto;
	margin: 0 30px 0px;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 2%;
}
.bg_color1 {
	background-color: #f7f7f7;
}
.bg_color2 {
	background-color: #e1e1e1;
}
.fee_small {
	margin-top: 28px;
}
.clinic_container {
	margin-top: 116px;
	display: flex;
	justify-content: space-between;
}
.clinic_block {
	width: 440px;
}
.clinic_img_box {
	width: 100%;
	height: auto;
}
.clinic_img_box > img {
	object-fit: cover;
	width: 100%;
	height: auto;
}
.clinic_tt_box {
	margin-top: 44px;
	text-align: left;
	font-size: 2rem;
}
.clinic_ttl {
	font-size: 2.6rem;
	font-weight: normal;
}
.clinik_number {
	margin-top: 24px;
}
.clinik_number::before {
	content: '';
	display: inline-block;
	max-width: 26px;
	height: 36px;
	background-image: url(../images/condition_phone.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 24px;
}
.clinik_number_link {
	color: #222;
}
.clinic_mail {
	margin-top: 16px;
}
.clinic_mail::before {
	content: '';
	display: inline-block;
	max-width: 26px;
	height: 20px;
	background-image: url(../images/condition_mail.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-right: 24px;
}
.clinic_here {
	margin-top: 16px;
}
.clinic_here::before {
	content: '';
	display: inline-block;
	max-width: 26px;
	height: 30px;
	background-image: url(../images/condition_here.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 24px;
}
/* 1000 */
@media (max-width: 1000px) {
	.condition_inner {
		width: 90vw;
		margin: 0 auto;
	}
	.condition_main_ttl {
		font-size: 6.4vw;
	}
	.condition_ttl_h3 {
		font-size: 4.8vw;
	}
	.condition_img_block1 {
		overflow: hidden;
	}
	.condition_img_block1 img {
		width: 130%;
		position: relative;
		right: 30%;
		top: 0;
	}
	.condition_ttl_h4 {
		font-size: 4.8vw;
	}
	.condition_img_block2 {
		flex-direction: column;
	}
	.condition_img_box2 {
		margin: 40px auto 0;
		width: 100%;
		height: auto;
	}
	.condition_list_container > p {
		font-size: 3.46vw;
	}
	.condition_list_item >span {
		font-size: 3.2vw;
	}
	.condition_list_detail {
		font-size: 3.2vw;
	}
	.condition_content {
		margin: 0;
	}
	.condition_ttl {
		font-size: 6.4vw;
		width: auto;
	}
	.condition_price_block {
		width: 90vw;
		margin: 40px 0 0 0;
	}
	.condition_price {
		font-size: 6.4vw;
	}
	.condition_price span {
		font-size: 3.46vw;
	}
	.clinic_container {
		flex-direction: column;
		margin-top: 50px;
	}
	.clinic_block {
		width: auto;
	}
	.clinic_img_box {
		margin-top: 60px;
	}
	.clinic_tt_box {
		margin-top: 20px;
		font-size: 3.46vw;
	}
	.clinic_ttl {
		font-size: 4.8vw;
	}
}
/* 580 */
@media (max-width: 580px) {
	.condition_main_ttl {
		font-size: 21px;
	}
	.condition_tt {
		margin-top: 20px;
	}
	.condition_list_container {
		margin-top: 20px;
	}
	.condition_price_block {
		width: 100%;
		padding: 40px 20px;
	}
	.condition_price span {
		font-size: 16px;
	}
	.condition_tt_block {
		padding-top: 25px;
	}
	.condition_detail {
		height: 120px;
	}
	.clinik_number_link {
		font-size: 25px;
	}
	.clinic_mail {
		font-size: 18px;
	}
	.clinic_here {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------*/
/* FAQページ */
/*--------------------------------------------------------------*/
#faq nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	gap: 10px 0;
}
#faq nav ul li {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-right: -1px;
}
#faq nav ul li a {
	color: #333;
	display: inline-block;
	padding: 10px 20px;
	transition: .3s ease;
	cursor: pointer;
}
body.is-pc #faq nav ul li a:hover {
	color: #000;
	background: #fbfbfb;
	opacity: 1;
}
#faq section.faq_list h2 {
	font-size: 2.4rem;
	font-weight: normal;
	padding: 10px 25px;
	margin-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #aaa;
	position: relative;
}
#faq section.faq_list h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #aaa;
	transform: rotate(-45deg);
}
#faq section.faq_list h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	right: 0;
	width: 7px;
	height: 7px;
	background: #aaa;
	transform: rotate(-45deg);
}
.faq_list dl:last-child {
	margin-bottom: 0;
}
.faq_list dl {
	background: #fff;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	color: #000;
}
.faq_list dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	line-height: 1.2;
	padding: 32px 70px 28px 25px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
body.is-pc .faq_list dl dt:hover {
	background: #fbfbfb;
}
.faq_list dl dt.is-open .text,
body.is-pc .faq_list dl dt:hover .text {
	background: #eb7077;
	color: #fff;
}
.faq_list dl dt span.qq {
	font-size: 3.0rem;
	color: #3c84df;
	position: absolute;
	top: 21px;
	left: 30px;
}
.faq_list dl dt span.q_txt {
	margin-left: 50px;
	display: block;
	line-height: 1.4;
}
.faq_list dl dd {
	padding: 32px 70px 28px 75px;
	background: #fdfdfd;
	position: relative;
}
.faq_list dl dd span.aa {
	font-size: 3.0rem;
	font-weight: bold;
	color: #ea7280;
	position: absolute;
	top: 20px;
	left: 30px;
}
.faq_list dl dd p.txt {
	font-size: 1.8rem;
}
.faq_list dl dt.is-close + dd {
	display: none;
}
.faq_list dl dt.is-open + dd {
	display: block;
}
.faq_list dl dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #67a935;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(-180deg);
}
.faq_list dl dt.is-close:not(.is-open)::after,
.faq_list dl dt.is-open::after {
	transform: rotate(-90deg);
}
.faq_list dl dt.is-close.is-open::after {
	transform: rotate(-180deg);
}
.faq_list dl dt::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #67a935;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(0deg);
}
.faq_list dl dt.is-close:not(.is-open)::before,
.faq_list dl dt.is-open::before {
	transform: rotate(180deg);
}
.faq_list dl dt.is-close.is-open::before {
	transform: rotate(0deg);
}
/* 1200 */
@media (max-width: 1200px) {
	#faq section.faq_list h2 {
		font-size: max(2vw, 2.0rem); //2.4rem;
		margin-bottom: max(5vw, 30px); //60px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#faq section.faq_list h2 {
		font-weight: bold;
		padding: 8px 15px;
	}
	#faq nav ul {
		gap: 5px 0;
	}
	#faq nav ul li a {
		padding: 8px 18px;
	}
	.faq_list dl dt {
		font-size: 1.6rem;
		padding: 22px 45px 18px 5px;
	}
	.faq_list dl dt::after {
		right: 12px;
	}
	.faq_list dl dt::before {
		right: 12px;
	}
	.faq_list dl dd {
		padding: 22px 25px 18px 48px;
	}
	.faq_list dl dt span.qq {
		font-size: 2.6rem;
		top: 14px;
		left: 14px;
	}
	.faq_list dl dt span.q_txt {
		margin-left: 45px;
	}
	.faq_list dl dd span.aa {
		font-size: 2.6rem;
		top: 9px;
		left: 15px;
	}
	.faq_list dl dt::after {
		width: 17px;
		height: 3px;
	}
	.faq_list dl dt::before {
		width: 17px;
		height: 3px;
	}
}

/*--------------------------------------------------------------*/
/* body.blog お知らせ一覧 */
/*--------------------------------------------------------------*/
body.blog header#sub_visual,
body.single header#sub_visual,
body.archive header#sub_visual {
	margin-bottom: 30px;
}
body.blog,
body.single,
body.archive {
	line-height: 1.4;
}
body.blog .col2,
body.single .col2,
body.archive .col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 60px 20px 10px 20px;
}
body.blog .col2 a,
body.single .col2 a,
body.archive .col2 a {
	color: #000;
}
/* main */
body.blog .col2 div.main *
body.single .col2 div.main *
body.archive .col2 div.main * {
	line-height: 1!important;
}
body.blog .col2 div.main,
body.single .col2 div.main,
body.archive .col2 div.main {
	width: 70%;
}
body.blog .col2 div.main header,
body.single .col2 div.main header,
body.archive .col2 div.main header {
	position: initial;
}
body.blog .col2 div.main ul.post_list > li,
body.archive .col2 div.main ul.post_list > li {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
body.blog .col2 div.main ul.post_list > li figure,
body.archive .col2 div.main ul.post_list > li figure {
	aspect-ratio: 1 / 1;
	max-width: 250px;
	width: 33%;
	margin-right: 27px;
}
body.blog .col2 div.main ul.post_list > li figure img,
body.archive .col2 div.main ul.post_list > li figure img {
	object-fit: contain;
	object-position: top;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
body.blog .col2 div.main ul.post_list > li div.tbox,
body.archive .col2 div.main ul.post_list > li div.tbox {
	flex: 1;
}
body.blog .col2 div.main ul.post_list > li div.tbox time,
body.single .col2 div.main time,
body.archive .col2 div.main ul.post_list > li div.tbox time {
	font-size: 1.5rem;
	display: block;
}
body.blog .col2 div.main ul.post_list > li div.tbox ul.tags,
body.single .col2 div.main ul.tags,
body.archive .col2 div.main ul.post_list > li div.tbox ul.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
	margin: 8px 0 12px 0;
}
body.blog .col2 div.main ul.post_list > li div.tbox ul.tags li a,
body.single .col2 div.main ul.tags li a,
body.archive .col2 div.main ul.post_list > li div.tbox ul.tags li a {
	display: inline-block;
	font-size: 1.2rem;
	background: #a4c44c;
	color: #fff;
	padding: 1px 15px 2px 15px;
	border-radius: 10px;
	transition: .2s;
}
body.blog .col2 div.main ul.post_list > li div.tbox ul.tags li a:hover,
body.single .col2 div.main ul.tags li a:hover,
body.archive .col2 div.main ul.post_list > li div.tbox ul.tags li a:hover {
	background: #845D9E;
}
body.blog .col2 div.main ul.post_list > li div.tbox h2,
body.archive .col2 div.main ul.post_list > li div.tbox h2 {
	font-size: 2.0rem;
	font-weight: normal;
	color: #a4c44c;
	margin-bottom: 9px;
}
body.blog .col2 div.main ul.post_list > li div.tbox h2 + p.txt,
body.archive .col2 div.main ul.post_list > li div.tbox h2 + p.txt {
	margin-bottom: 39px;
	font-size: 1.6rem;
}
body.blog .col2 div.main ul.post_list > li div.tbox .btn_link.more,
body.archive .col2 div.main ul.post_list > li div.tbox .btn_link.more {
	color: #fff;
	border-radius: 20px;
	padding: 7px;
	max-width: 220px;
	margin: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/* sidebar */
#sidebar ol,
#sidebar ul {
	list-style-type: none;
	margin: 0;
}
#sidebar ol li,
#sidebar ul li {
	margin: 0;
}
body.blog .col2 aside#sidebar,
body.single .col2 aside#sidebar,
body.archive .col2 aside#sidebar {
	width: 25%;
}
body.blog .col2 aside#sidebar h3,
body.single .col2 aside#sidebar h3,
body.archive .col2 aside#sidebar h3 {
	position: relative;
	color: #a4c44c;
	font-size: 2.2rem;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
body.blog .col2 aside#sidebar h3::after,
body.single .col2 aside#sidebar h3::after,
body.archive .col2 aside#sidebar h3::after {
	content: '';
	width: 40px;
	border-bottom: 3px solid #f58484;
	position: absolute;
	bottom: 0;
	left: 0;
}
body.blog .col2 aside#sidebar h3 + ul,
body.single .col2 aside#sidebar h3 + ul,
body.archive .col2 aside#sidebar h3 + ul {
	margin-bottom: 55px;
}
body.blog .col2 aside#sidebar h3 + ul li,
body.single .col2 aside#sidebar h3 + ul li,
body.archive .col2 aside#sidebar h3 + ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
}
/* 768 */
@media (max-width: 768px) {
	/* main */
	body.blog .col2 div.main,
	body.single .col2 div.main,
	body.archive .col2 div.main {
		width: 100%;
		margin-bottom: 65px;
	}
	/* sidebar */
	body.blog .col2 aside#sidebar,
	body.single .col2 aside#sidebar,
	body.archive .col2 aside#sidebar {
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* ul.post_list */
	body.blog .col2 div.main ul.post_list > li,
	body.archive .col2 div.main ul.post_list > li {
		display: block;
	}
	body.blog .col2 div.main ul.post_list > li figure,
	body.archive .col2 div.main ul.post_list > li figure {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	body.blog .col2 div.main ul.post_list > li figure img,
	body.archive .col2 div.main ul.post_list > li figure img {
		width: 100%;
	}
	body.blog .col2 div.main ul.post_list > li div.tbox,
	body.archive .col2 div.main ul.post_list > li div.tbox {
		width: 100%;
	}
	/* col2 */
	body.blog .col2,
	body.single .col2,
	body.archive .col2 {
		padding: 20px 20px;
	}
	body.blog .col2 div.main ul.post_list > li div.tbox h2 + p.txt,
	body.archive .col2 div.main ul.post_list > li div.tbox h2 + p.txt {
		font-size: 1.5rem;
	}
}

/* single */
body.single section#page_parent article.post-wrap {
	padding: 0;
}
article.post-wrap header {
	margin-bottom: 30px;
}
article.post-wrap header h1 {
	font-size: 2.8rem;
	color: #a4c44c;
	margin-bottom: 30px;
}
article.post-wrap header figure {
	margin-bottom: 20px;
	height: 300px;
}
article.post-wrap header figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
article.post-wrap div.entry {
	border: 1px solid #ccc;
	padding: 30px 30px 20px 30px;
	background: #fff;
}
article.post-wrap div.entry p {
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 15px;
}
article.post-wrap div.entry figure {
	line-height: 1;
	margin-bottom: 20px;
}
article.post-wrap div.entry figure figcaption {
	padding: 7px 5px;
	margin-top: -3px;
	background: #fbfbfb;
	line-height: 1.3;
	font-size: 1.4rem;
}
/* h1～h6 */
article.post-wrap div.entry h1 {
	font-size: 2.8rem;
	font-weight: bold;
	background: #fffcf3;
	border-left: 5px solid #a4c44c;
	padding: 5px 5px 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
article.post-wrap div.entry h2 {
	font-size: 2.8rem;
	background: #fffcf3;
	border-left: 5px solid #a4c44c;
	padding: 3px 3px 3px 7px;
	margin-top: 20px;
	margin-bottom: 10px;
}
article.post-wrap div.entry h3 {
	font-size: 2.6rem;
	background: #fffcf3;
	padding: 5px 5px 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #a4c44c;
}
article.post-wrap div.entry h4 {
	font-size: 2.6rem;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 2px solid #a4c44c;
}
article.post-wrap div.entry h5 {
	font-size: 2.6rem;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 2px solid #666;
}
article.post-wrap div.entry h6 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
}
article.post-wrap div.entry ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
article.post-wrap div.entry ul li {
	font-size: 1.6rem;
}
/* blockquote */
article.post-wrap div.entry blockquote {
	position: relative;
	padding: 35px 15px 10px 15px;
	box-sizing: border-box;
	font-style: italic;
	background: #fffcf3;
	color: #777777;
	border-left: 4px solid #a4c44c;
}
article.post-wrap div.entry blockquote::before{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 3px;
	content: "“";
	font-family: sans-serif;
	color: #a4c44c;
	font-size: 90px;
	line-height: 1;
}
article.post-wrap div.entry blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}
article.post-wrap div.entry blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/* hr */
article.post-wrap div.entry hr {
	border-top: none;
	border-bottom: 1px dotted #dcdcdc;
	margin: 30px 0;
}
/* wp-block-columns */
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
/* wp-block-button */
.wp-block-button {
	display: inline-block;
	margin: 10px;
}
.wp-block-button .wp-block-button__link {
	display: block;
	position: relative;
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 20px;
	padding: 10px;
	color: #fff;
	background: #a4c44c;
	border: none;
	font-size: 1.6rem;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Ionicons";
	content: '\f488';
	font-size: 1.4rem;
	transition: 0.3s all;
}
body.is-pc .wp-block-button .wp-block-button__link:hover {
	background: #a4c44c;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	opacity: 0.9;
}
body.is-pc .wp-block-button .wp-block-button__link:hover::after {
	right: 10px;
}
/* table */
article.post-wrap div.entry table {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
article.post-wrap div.entry table th {
	color: #fff;
	background: #708392;
	text-align: center;
}
article.post-wrap div.entry table th,
article.post-wrap div.entry table td {
	padding: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
}
article.post-wrap div.entry table.page_navi {
	margin-top: 30px;
	width: 100%;
	background: #fff;
	border: none;
}
article.post-wrap div.entry table.page_navi th,
article.post-wrap div.entry table.page_navi td {
	border: none;
	width: calc(100%/3);
	text-align: center;
}
/* gallery */
article.post-wrap div.entry ul.blocks-gallery-grid {
	list-style-type: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
/* a.btn_link.news_list */
a.btn_link.news_list {
	width: 100%;
	padding: 12px 12px 10px 12px;
	border-radius: 20px;
	max-width: 300px;
}
/* 580 */
@media (max-width: 580px) {
	article.post-wrap div.entry {
		padding: 15px 10px;
	}
	article.post-wrap header h1 {
		font-size: 2.2rem;
	}
	article.post-wrap div.entry p {
		font-size: 1.5rem;
	}
	/* h1～h6 */
	article.post-wrap div.entry h1 {
		font-size: 2.2rem;
	}
	article.post-wrap div.entry h2 {
		font-size: 2.2rem;
	}
	article.post-wrap div.entry h3 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry h4 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry h5 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry h6 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry ul li {
		font-size: 1.4rem;
	}
	article.post-wrap div.entry table th,
	article.post-wrap div.entry table td {
		font-size: 1.4rem;
	}
	/* sidebar */
	body.blog .col2 aside#sidebar h3,
	body.single .col2 aside#sidebar h3,
	body.archive .col2 aside#sidebar h3 {
		font-size: 2.2rem;
	}
}

/*--------------------------------------------------------------*/
/* ブロックエディタ 追加固定ページ用 page.php */
/*--------------------------------------------------------------*/
body.sub .page_content {
	color: #000;
}
.page_content {
	max-width: 1040px;
	width: 100%;
	padding: 80px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.page_content sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.page_content sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
.page_content .wp-block-separator,
.page_content .wp-block-cover,
.page_content .wp-block-media-text,
.page_content .wp-block-gallery,
.page_content .wp-block-preformatted,
.page_content .wp-block-table,
.page_content .wp-block-image,
.page_content .wp-block-buttons {
	margin: 30px 0;
}
.page_content .wp-block-image img {
	height: auto!important;
}
.page_content .wp-block-details {
	margin: 15px 0;
}
.page_content .wp-block-heading {
	margin: 30px 0 10px 0;
}
.page_content .wp-block-columns {
	margin: 20px 0;
}
.page_content .wp-block-columns .wp-block-image {
	margin: 10px 0;
}
.wp-block-image .alignright {
	margin: 0;
}
.wp-block-image .alignleft {
	margin: 0;
}
.page_content .wp-block-heading {
	font-size: 27px;
}
	.page_content a {
		color: #0693e3;
	}
	body.is-pc .page_content a:hover {
		color: #cf2e2e;
	}
/* @scope */
@scope (.news_content) {
	.page_content p {
		line-height: 2;
		margin-top: 8px;
		margin-bottom: 20px;
	}
	.page_content ol,
	.page_content ul {
		margin: 20px 0 20px 23px;
	}
	.page_content ol li,
	.page_content ul li {
		list-style: unset;
		line-height: 1.6;
		margin-bottom: 10px;
	}
}
.page_content blockquote {
	position: relative;
	margin: 25px 0;
	padding: 5px 12px 5px 56px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #fff4db;
}
.page_content blockquote:before{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 36px;
	height: 36px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	content: "\f10d";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 20px;
	line-height: 36px;
	background: #ffd596;
	border-radius: 50%;
	font-weight: 900;
}
.page_content blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}
.page_content blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/* 1000 */
@media (max-width: 1000px) {
	body.english-camp {
		font-size: initial;
	}
}
/* 580 */
@media (max-width: 580px) {
	.page_content {
		padding: 50px 20px;
	}
	body.sub .page_content {
		font-size: 15px;
	}
	.page_content .wp-block-heading {
		font-size: 22px;
	}
}

/*--------------------------------------------------------------*/
/* pager */
/*--------------------------------------------------------------*/
.navigation {
	margin-top: 20px;
	overflow: hidden;
}
body.is-pc .navigation ul li:hover::before {
	position: initial;
	left: 0;
	content: "";
	border-left: none;
	height: 0;
	top: 0;
}
ul.page-numbers {
	padding: 10px 0;
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
ul.page-numbers li {
	margin: 0 2.5px;
}
ul.page-numbers li span,
ul.page-numbers li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #000;
	border: 1px solid #E6E6E6;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1;
}
ul.page-numbers li span {
	color: #fff;
	background-color: #88bb54;
}
ul.page-numbers li span.dots {
	color: #000;
	background-color: #fff;
	border: none;
}
body.is-pc ul.page-numbers li a:hover {
	background-color: #845D9E;
	color: #fff;
}
/* 768 */
@media (max-width: 768px) {
	ul.page-numbers {
		margin-top: 40px;
	}
}
/* 580 */
@media (max-width: 580px) {
	ul.page-numbers li span,
	ul.page-numbers li a {
		width: 30px;
		height: 30px;
	}
}

/*--------------------------------------------------------------*/
/* 施設紹介 */
/*--------------------------------------------------------------*/
#facility .bloc {
	margin-bottom: 40px;
}
#facility img {
	display: block;
	max-width: 100%;
}
#facility figure figcaption {
	background: #ebf9ff;
	text-align: center;
	padding: 5px;
	font-size: 1.4rem;
	color: #000;
}
/* h2 */
#facility h2 {
	font-size: 2.6rem;
	font-weight: bold;
	padding: 13px 26px;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
	position: relative;
}
#facility h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transform: skew(-20deg);
	z-index: -1;
}
#facility h2::after {
	content: '';
	position: absolute;
	border-left: 20px double #fff;
	height: 100%;
	top: 0;
	right: 50px;
	transform: skew(-20deg);
}
/* h3 */
#facility h3 {
	font-size: 2.2rem;
	margin-top: 60px;
	margin-bottom: 40px;
	background: -webkit-linear-gradient(#161616 50%, #000 50%);
	background: linear-gradient(#161616 50%, #000 50%));
	color: #fff;
	padding: 10px 20px;
}
/* h4 */
#facility h4 {
	position: relative;
	font-size: 2.2rem;
	padding: 6px 11px 10px 11px;
	margin-top: 60px;
	margin-bottom: 40px;
}
#facility h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	border-radius: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(#ddd), to(#000));
	background-image: -webkit-linear-gradient(right, #ddd 0%, #000 100%);
	background-image: linear-gradient(to left, #ddd 0%, #000 100%);
}
/* imgtxt */
#facility .imgtxt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 5%;
}
#facility .imgtxt.reverse {
	flex-direction: row-reverse;
}
#facility .imgtxt p.txt {
	font-size: 2rem;
	line-height: 1.8;
	flex: 1;
}
/* img3 */
#facility .img3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
#facility .img3 figure {
	width: calc(90% / 3);
}
/* img2 */
#facility .img2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
#facility .img2 figure {
	width: calc(95% / 2);
}
/* img1 */
#facility .img1 figure {
	margin: 0 auto;
}
/* txt1 */
#facility .txt1 p.txt {
	font-size: 2rem;
	line-height: 1.8;
	margin: 0 auto;
}
/* 900 */
@media (max-width: 900px) {
	#facility figure figcaption {
		padding: max(0.556vw, 3px); //5px;
		font-size: max(1.56vw, 1.2rem); //1.4rem;
	}
	/* h2 */
	#facility h2 {
		font-size: max(2.89vw, 1.7rem); //2.6rem;
		padding: max(1.444vw, 9px) max(2.889vw, 18px);
		margin-top: max(6.667vw, 30px); //60px;
		margin-bottom: max(4.444vw, 20px); //40px;
	}
	#facility h2::after {
		right: max(5.556vw, 25px); //50px;
	}
	/* h3 */
	#facility h3 {
		font-size: max(2.44vw, 1.7rem); //2.2rem;
		margin-top: max(6.667vw, 30px); //60px;
		margin-bottom: max(4.444vw, 20px); //40px;
		padding: max(1.111vw, 7px) max(2.222vw, 14px);
	}
	#facility .imgtxt p.txt {
		font-size: max(2.22vw, 1.5rem); //2.0rem;
	}
	#facility .imgtxt p.txt {
		font-size: max(2.22vw, 1.4rem); //2rem;
	}
	/* h4 */
	#facility h4 {
		font-size: max(2.44vw, 1.7rem); //2.2rem;
		padding: 6px 11px max(1.111vw, 8px) max(1.222vw, 5px); //11px;
		margin-top: max(6.667vw, 30px); //60px;
		margin-bottom: max(4.444vw, 20px); //40px;
	}
	/* txt1 */
	#facility .txt1 p.txt {
		font-size: max(2.22vw, 1.4rem); //2rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#facility .bloc {
		margin-bottom: 30px;
	}
	#facility p.txt {
		line-height: 1.6!important;
	}
	/* img3 */
	#facility .img3 {
		column-gap: 3%;
	}
	#facility .img3 figure {
		width: calc(94% / 3);
	}
	/* img2 */
	#facility .img2 {
		column-gap: 3%;
	}
	#facility .img2 figure {
		width: calc(97% / 2);
	}
	/* imgtxt */
	#facility .imgtxt figure {
		width: 100%!important;
	}
	#facility .imgtxt p.txt {
		width: 100%!important;
	}
}

/*--------------------------------------------------------------*/
/* HYROX */
/*--------------------------------------------------------------*/
body.sub.hyrox {
	background: #000;
}
#hyrox {
	background: #000;
}
#hyrox .certified-badge {
	background: #111;
	border: 2px solid white;
	border-radius: 15px;
	padding: 20px;
	margin: 30px auto;
	max-width: 700px;
	text-align: center;
	color: white;
	font-size: 2.2rem;
	font-weight: bold;
	/*animation: pulse 2s infinite;*/
}
@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}
#hyrox .hyrox_box {
	background: #111;
	border: 2px solid white;
	border-radius: 15px;
	padding: 20px;
	margin: 30px auto;
	max-width: 600px;
	text-align: center;
	color: white;
	font-size: 2.0rem;
}
/* service-cards */
.service-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 20px 0;
}
.service-card {
	background: linear-gradient(128deg, #ffffff 0%, #faffd2 100%);
	color: #000;
	padding: 25px;
	border-radius: 15px;
	transition: transform 0.3s ease;
}
body.is-pc .service-card:hover {
	transform: scale(1.05);
}
.service-card h5 {
	font-size: 2.2rem;
	margin-bottom: 15px;
	color: #000;
}
.service-card ul {
	list-style: none;
	margin-left: 0;
}
.service-card li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.service-card li:before {
	content: "✓";
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 2.2rem;
}
/* features */
.features {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 20px 0;
}
.feature-card {
	flex: 1;
	min-width: 200px;
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	border-left: 4px solid #5f5f5f;
}
.feature-card h5 {
	font-size: 2.0rem;
	color: #000;
	margin-bottom: 10px;
}
/* 1000 */
@media (max-width: 1000px) {
	#hyrox .certified-badge {
		font-size: max(2.2vw, 1.5rem); //2.2rem;
	}
	#hyrox .hyrox_box {
		font-size: max(2vw, 1.4rem); //2.0rem;
	}
}
/* 580 */
@media (max-width: 580px) {

}

/* ----- ここまでHyrox独自HTML ----- */
#hyrox .bloc {
	margin-bottom: 40px;
}
#hyrox img {
	display: block;
	max-width: 100%;
}
#hyrox figure figcaption {
	background: #ebf9ff;
	text-align: center;
	padding: 5px;
	font-size: 1.4rem;
	color: #fff;
}
/* h2 */
#hyrox h2 {
	font-size: 2.6rem;
	font-weight: bold;
	padding: 13px 26px;
	margin-top: 60px;
	margin-bottom: 40px;
	position: relative;
}
#hyrox h2 span.txt {
	position: relative;
	z-index: 3;
}
#hyrox h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffed00;
	transform: skew(-20deg);
}
#hyrox h2::after {
	content: '';
	position: absolute;
	border-left: 20px double #000;
	height: 100%;
	top: 0;
	right: 50px;
	transform: skew(-20deg);
}
/* h3 */
#hyrox h3 {
	font-size: 2.2rem;
	margin-top: 80px;
	margin-bottom: 40px;
	background: -webkit-linear-gradient(#ffed00 50%, #c6b800 50%);
	background: linear-gradient(#ffed00 50%, #c6b800 50%));
	color: #000;
	padding: 10px 20px;
}
/* h4 */
#hyrox h4 {
	position: relative;
	font-size: 2.2rem;
	padding: 6px 11px 10px 11px;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
}
#hyrox h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	border-radius: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(#c6b800), to(#ffed00));
	background-image: -webkit-linear-gradient(right, #c6b800 0%, #ffed00 100%);
	background-image: linear-gradient(to left, #c6b800 0%, #ffed00 100%);
}
/* imgtxt */
#hyrox .imgtxt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 5%;
}
#hyrox .imgtxt.reverse {
	flex-direction: row-reverse;
}
#hyrox .imgtxt p.txt {
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	flex: 1;
}
/* txttxt */
#hyrox .txttxt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 5%;
}
#hyrox .txttxt div.l_txt,
#hyrox .txttxt div.r_txt {
	flex: 1;
	color: #fff;
}
#hyrox .txttxt div.r_txt dl dt {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 14px;
}
#hyrox .txttxt div.r_txt dl dd {
	line-height: 1.8;
}
#hyrox .txttxt div iframe {
	width: 100%;
}
#hyrox .txttxt.reverse {
	flex-direction: row-reverse;
}
#hyrox .txttxt p.txt {
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	flex: 1;
}
/* img3 */
#hyrox .img3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
#hyrox .img3 figure {
	width: calc(90% / 3);
}
/* img2 */
#hyrox .img2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
#hyrox .img2 figure {
	width: calc(95% / 2);
}
/* img1 */
#hyrox .img1 figure {
	margin: 0 auto;
}
/* txt1 */
#hyrox .txt1 p.txt {
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	margin: 0 auto;
}
/* 1000 */
@media (max-width: 1000px) {
	/* txttxt */
	#hyrox .txttxt div.r_txt dl dt {
		font-size: max(2.4vw, 1.7rem); //2.4rem;
	}
	#hyrox .txttxt div.r_txt dl dd {
		font-size: max(1.6vw, 13px); //16px;
	}
}
/* 900 */
@media (max-width: 900px) {
	#hyrox figure figcaption {
		padding: max(0.556vw, 3px); //5px;
		font-size: max(1.56vw, 1.2rem); //1.4rem;
	}
	/* h2 */
	#hyrox h2 {
		font-size: max(2.89vw, 1.7rem); //2.6rem;
		padding: max(1.444vw, 9px) max(2.889vw, 18px);
		margin-top: max(6.667vw, 30px); //60px;
		margin-bottom: max(4.444vw, 20px); //40px;
	}
	#hyrox h2::after {
		right: max(5.556vw, 25px); //50px;
	}
	/* h3 */
	#hyrox h3 {
		font-size: max(2.44vw, 1.7rem); //2.2rem;
		margin-top: max(8.889vw, 56px); //80px;
		margin-bottom: max(4.444vw, 20px); //40px;
		padding: max(1.111vw, 7px) max(2.222vw, 14px);
	}
	#hyrox .imgtxt p.txt {
		font-size: max(2.22vw, 1.5rem); //2.0rem;
	}
	#hyrox .imgtxt p.txt {
		font-size: max(2.22vw, 1.4rem); //2rem;
	}
	/* h4 */
	#hyrox h4 {
		font-size: max(2.44vw, 1.7rem); //2.2rem;
		padding: 6px 11px max(1.111vw, 8px) max(1.222vw, 5px); //11px;
		margin-top: max(6.667vw, 30px); //60px;
		margin-bottom: max(4.444vw, 20px); //40px;
	}
	/* txt1 */
	#hyrox .txt1 p.txt {
		font-size: max(2.22vw, 1.4rem); //2rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#hyrox .bloc {
		margin-bottom: 30px;
	}
	#hyrox p.txt {
		line-height: 1.6!important;
	}
	/* txttxt */
	#hyrox .txttxt div.l_txt,
	#hyrox .txttxt div.r_txt {
		width: 100%!important;
		flex: initial;
	}
	#hyrox .txttxt div.l_txt {
		border: 5px solid #262626;
		margin-bottom: 5px;
	}
	#hyrox .txttxt div.l_txt iframe {
		width: 100%;
	}
	/* img3 */
	#hyrox .img3 {
		column-gap: 3%;
	}
	#hyrox .img3 figure {
		width: calc(94% / 3);
	}
	/* img2 */
	#hyrox .img2 {
		column-gap: 3%;
	}
	#hyrox .img2 figure {
		width: calc(97% / 2);
	}
	/* imgtxt */
	#hyrox .imgtxt figure {
		width: 100%!important;
	}
	#hyrox .imgtxt p.txt {
		width: 100%!important;
	}
}

/*--------------------------------------------------------------*/
/* 利用規約 */
/*--------------------------------------------------------------*/
body.terms .page_content p {
	line-height: 2;
	margin-top: 8px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------*/
/* reCAPTCHA */
/*--------------------------------------------------------------*/
.grecaptcha-badge {
	visibility: hidden;
}
body.contact .grecaptcha-badge {
	visibility: visible;
}

/*--------------------------------------------------------------*/
/* transactions */
/*--------------------------------------------------------------*/
.transactions table {
	border-collapse: collapse;
}
.transactions table tr td {
	font-size: 16px;
	padding: 15px;
}
.transactions table tr td:nth-of-type(1) {
	border-top: 1px solid #353535;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	background: #353535;
	color: #fff;
	max-width: 225px;
	min-width: 170px;
}
.transactions table tr:last-child td:nth-of-type(1) {
	border-bottom: 1px solid #353535;
}
/* 580 */
@media (max-width: 580px) {
	.transactions table tr td {
		font-size: 15px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.transactions table tr td:nth-of-type(1) {
		border: 1px solid #353535;
		background: #353535;
		color: #fff;
		max-width: initial;
		min-width: initial;
	}
}

/*--------------------------------------------------------------*/
/* FOOTER */
/*--------------------------------------------------------------*/
footer {
	margin: 0 auto;
	background-color: #000;
}
footer aside ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 30px 4%;
	max-width: 900px;
	margin: 0 auto 60px;
}
footer aside ul li {
	flex: 0 1 auto;
	min-width: 0;
}
footer aside ul li img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.footer__list__container {
	display: flex;
	justify-content: center;
	margin: 40px 0;
	padding: 40px 0;
	border-top: 1px dotted #3f3f3f;
	border-bottom: 1px dotted #3f3f3f;
}
.footer__ul__container {
	display: flex;
	margin-left: 90px;
}
.footer__ul:not(:first-child) {
	margin-left: 90px;
}
.footer__list:not(:first-child) {
	margin-top: 32px;
}
.footer__list:before {
	content: "\02022";
	color: #845D9E;
	padding-right: 20px;
}
.footer__list__item {
	color: #fff;
}
.footer__logo__container__sub {
	display: flex;
	justify-content: center;
	margin-top: 115px;
	align-items: center;
}
.footer_logo_sub {
	width: 160px;
	height: 160px;
}
.footer_logo_sub img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer__logo__container {
	display: flex;
	justify-content: center;
	margin: 90px auto 0 auto;
	align-items: center;
	border-top: 1px dotted #3f3f3f;
	border-bottom: 1px dotted #3f3f3f;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 1000px;
}
.footer__logo__block {
	height: 150px;
	padding: 0 80px;
	display: flex;
	align-items: center;
}
/* link */
footer .sns {
	text-align: center;
	margin-bottom: 40px;
}
footer .sns a i {
	font-size: 30px;
}
/* link */
footer .link ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .link ul li {
	font-size: 1.3rem;
	border-right: 1px solid #fff;
	padding: 0 13px;
}
footer .link ul li:last-child {
	border-right: none;
}
/* copyright */
.copyright {
	text-align: center;
	margin: 30px auto 0 auto;
	padding-bottom: 25px;
	width: 95vw;
}
.copyright small{
	color: #cacaca;
	font-size: 1.3rem;
	font-weight: normal;
}
/* 1000 */
@media (max-width: 1000px) {
	footer {
		margin: 0;
	}
	footer aside ul {
		margin: 0 auto max(6vw, 30px); //60px;
	}
	.footer__ul__container {
		display: block;
		margin-left: 50px;
	}
	.footer__ul:not(:first-child) {
		margin-left: 0px;
		margin-top: 32px;
	}
	.footer__logo__container {
		padding-top: 50px;
		width: auto;
	}
	.footer__logo__block {
		width: 50%;
		padding: 0 40px;
	}
	.footer__logo__block img {
		width: 100%;
	}
	.copyright small{
		width: 100%;
		font-size: 1.2rem;
		color: #cacaca;
	}
}
/* 600 */
@media screen and (max-width:600px) {
	.footer__list__container {
		padding-top: 60px;
	}
	.footer__logo__container__sub {
		margin-top: 70px;
	}
	.footer__logo__container {
		margin-top: 60px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer__list:not(:first-child) {
		margin-top: 26px;
	}
	.footer__list:before {
		padding-right: 10px;
	}
	.footer__logo__block {
		width: 80%;
		padding: 0;
	}
	footer .link ul li {
		font-size: 1.2rem;
		border-right: none;
		padding: 0 7px
	}
	.copyright {
		margin: 35px auto 0 auto;
	}
}

/*--------------------------------------------------------------*/
/* SUB NAV */
/*--------------------------------------------------------------*/
ul.navi__menu li.sub {
	position: relative;
}
ul.navi__menu li.sub ul {
	margin: 0px;
	padding: 20px 0 0 0;
	display: none;
	position: absolute;
	top: 100%;
}
body.is-pc ul.navi__menu li.sub:hover ul {
	display: block;
}
ul.navi__menu li.sub ul li {
	border-top: 1px solid #fff;
	background: #000;
}
ul.navi__menu li.sub ul li a {
	line-height: 35px;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	font-weight: normal;
	white-space: nowrap;
}
body.is-pc ul.navi__menu li.sub ul li a:hover {
	background-color: #555;
	color: #fff;
	opacity: 1;
}