@charset "utf-8";

@import url("https://use.typekit.net/kjq3nfu.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Noto+Serif+JP:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;900&display=swap');

@font-face {
	font-family:'CGothic';
	src:url('images/fonts/CGothic.ttf') format('truetype');
}
@font-face {
	font-family:'CSerif';
	src:url('images/fonts/CSerif.ttf') format('truetype');
}


@media screen and (min-width:800px){
	.noPC ,
	.xElements > *:nth-child(2) {
		display:none!important;
	}
	.event-none {
		pointer-events:none;
	}
	a[href^="tel:"] {
		pointer-events:none;
	}
}
@media screen and (max-width:799px){
	.noSP ,
	.xElements > *:nth-child(1) {
		display:none!important;
	}
}

.noDisp {
	display:none!important;
}

.animated.off {
	opacity:0;
}

@media screen and (min-width:800px){
	.imgHover:hover {
		filter:brightness(1.1);
	}
	.imgHoverB img {
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	.imgHoverB:hover {
		filter:brightness(1.1);
	}
	.imgHoverB:hover img {
		filter:drop-shadow(0 0 0.5em #666);
	}
}


/* ======================================================================================================
	CSS reset
====================================================================================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;

}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,em ,i ,strong ,small ,a
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	color:inherit;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:inherit;
}


html ,body {
	min-height:100%;
	height:100%;
	font-family:'Poppins' ,'Noto Sans JP' ,sans-serif;
}
a {
	display:inline-block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
@media screen and (min-width:800px){
	a:hover {
		text-decoration:none;
	}
}

img ,video {
	vertical-align:top;
	max-width:100%;
	max-height:100%;
}

ol ,ul ,li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}



/* ======================================================================================================
	common
====================================================================================================== */
body{
	position:relative;
	font-size:16px;
	line-height:1.6;
	color:#000;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
}

#bgLayer{
	min-height:100vh;
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.innerFrame {
	width:100%;
	margin:0 auto;
}

main {
	width:100%;
	overflow:hidden;
}

body:not(#page-index) main {
	padding-bottom:6em;
}

.nopage {
	padding:10em 0;
	text-align:center;
}

@media screen and (min-width:800px){
	#bgLayer {
		min-width:1280px;
		max-width:1920px;
	}
	.innerFrame {
		margin:0 auto;
	}
}
@media screen and (max-width:799px){
	body{
	}
	#bgLayer {
		width:480px;
		margin:0 auto;
	}
	.innerFrame {
		padding:0 0.5em;
	}
}


main > section {
	background:50% 50% no-repeat;
	background-size:cover;
}

main > section.content-body {
	padding:4em 0;
}
@media screen and (max-width:799px){
	main > section.content-body {
		padding:2em 0;
	}
}

.section-title {
	text-align:center;
	padding-bottom:3em;
}
.section-title .main {
	display:inline-block;
	padding:0 3em;
	font-size:250%;
	font-weight:bold;
	border-bottom:2px solid #039;
}
.section-title .sub {
	display:block;
	font-size:150%;
	color:#039;
}
@media screen and (max-width:799px){
	.section-title {
		width:100%;
		padding-bottom:2em;
	}
	.section-title .main {
		width:100%;
		padding:0;
		font-size:180%;
	}
	.section-title .sub {
		font-size:130%;
	}
	.section-image {
		height:140px;
	}
}



.center {
	text-align:center;
}

.nowrap {
	white-space;nowrap
}

.strong {
	font-size:240%;
	font-weight:900;
}
@media screen and (max-width:799px){
	.strong {
		font-size:160%;
	}
}

@media screen and (min-width:800px){
	.anchorLink {
		cursor:pointer;
	}
	.anchorLink:hover {
		opacity:0.8;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
}

.altText {
	display:none;
}

.textShadow {
	text-shadow:
			2px 2px 0 #fff ,-2px 2px 0 #fff ,2px -2px 0 #fff ,-2px -2px 0 #fff
		,	0px 2px 0 #fff ,-2px 0px 0 #fff ,2px  0px 0 #fff , 0px -2px 0 #fff
		,	3px 3px 5px #000;
}


.borderImage {
    border:1px solid #fff;
    box-shadow:1px 1px 5px #666;
}


.noData {
	padding:5em 1em;
	text-align:center;
}


/* ====================================================================
	flex
==================================================================== */
.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}
.flex.base {
	align-items:baseline;
}

.flex.column {
	flex-direction:column;
}
.flex.rev {
	flex-direction:row-reverse;
}
.flex.column.rev {
	flex-direction:column-reverse;
}

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}
.flex.col4 > * {
	width:calc(100% / 4);
}
.flex.col5 > * {
	width:calc(100% / 5);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}




/* ====================================================================
	fixed footer
==================================================================== */
#fixedFooter {
	display:none;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:6em;
	padding:0.3em 1em;
	background: rgba(51,51,51,0.9);
	box-shadow:0 -1px 3px #ccc;
	z-index:100;
}
.fixedBanner.flex {
	position:relative;
	width:100%;
	min-width:1280px;
	max-width:1600px;
	margin:0 auto;
	padding:0 100px;
}
.fixedBanner.flex a {
	border-radius:0.6em;
}
.fixedBanner.flex .shopBanner {
	position:relative;
	z-index:2;
}
.fixedBanner.flex .shopBanner img {
	height:5.4em;
}

.fixedTrainer {
	position:absolute;
	bottom:-1em;
	width:6em;
    z-index: 1;
    width:150px;
	pointer-events:none;
}
.fixedTrainer.L {
	left:0;
}
.fixedTrainer.R {
	right:0;
}

@media screen and (max-width:799px){
	#fixedFooter {
		height:4.4em;
		padding:0.2em 0.1em;
	}
	.fixedBanner.flex {
		min-width:auto;
		padding:0 2em;
		justify-content: space-between;
	}
	.fixedBanner.flex .shopBanner img {
		height:4em;
	}

	.fixedTrainer {
		width:7em;
	}
	.fixedTrainer.L {
		left:-1em;
	}
	.fixedTrainer.R {
		right:-1em;
	}
}


/* ====================================================================
	pagetop button
==================================================================== */
#pagetopButton {
	position:fixed;
	right:1em;
	bottom:1em;
	width:4em;
	height:4em;
	z-index:110;
}
#pagetopButton .anchorLink {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(0,0,0,0.8);
}
#pagetopButton .anchorLink img {
}

@media screen and (max-width:799px){
	#pagetopButton {
		right:50%;
		bottom:0.2em;
		transform: translateX(50%);
	}
	.open #pagetopButton {
		display:none !important;
	}
}




/* ======================================================================================================
	header
====================================================================================================== */
#header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:80px;
	background:rgba(255,255,255,0.95);
	box-shadow:0 1px 3px #ccc;
	z-index:300;
}


#header > .innerFrame.flex.between {
	height:100%;
	min-width:1200px;
}

#header-left .logo img {
	height:auto;
	max-height:100%;
}

#header-right {
	height:auto;
	width:1400px;
	margin:0 auto;
	min-width:calc(1200px - 250px);
}


@media screen and (max-width:799px){
	#header {
		height:63px;
	}
	#header > .innerFrame.flex.between {
		width:480px;
		min-width:auto;
		height:60px;
		padding:0;
	}

	#header #SPmenu .icon {
		padding:2px;
		text-align:center;
		line-height:1;
	}
	#header #SPmenu .icon > * {
		display:block;
		width:56px;
		height:56px;
		color:#fff;
		cursor:pointer;
	}
	#header #SPmenu .icon.tel > * {
		width:calc(56px * 4);
	}

	#header #SPmenu .icon img {
		width:100%;
		height:100%;
		object-fit:contain;
		object-position:50% 50%;
	}

	body:not(.open) #header #SPmenu .openIcon {
	}
	body:not(.open) #header #SPmenu .closeIcon {
		display:none;
	}

	body.open #header #SPmenu .openIcon {
		display:none;
	}
	body.open #header #SPmenu .closeIcon {
	}

}


/* ======================================================================================================
	header - navi
====================================================================================================== */
.navMenu {
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}

@media screen and (min-width:800px){
	.pcNav .navMenu {
		display:flex;
		justify-content:center;
		text-align:center;
	}
	.pcNav .navCell {
		padding:0.1em 0.2em;
		flex-grow:1;
	}

	.pcNav .navCell .aLink {
		position:relative;
		padding:0.2em 0.3em;
		line-height:1.2;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
	}
	.pcNav .navCell .aLink > span:nth-child(1) {
		font-size:100%;
		font-weight:600;
	}
	.pcNav .navCell .aLink > span:nth-child(2) {
		font-size:75%;
		white-space:nowrap;
	}
	.pcNav .navCell .aLink:after {
		content:"";
		position:absolute;
		bottom:-3px;
		left:0;
		right:0;
		display:block;
		width:100%;
		height:3px;
		background:#00f;
		transform:scaleX(0.8);
		transform-origin:50% 50%;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	.pcNav .navCell .aLink:hover {
		opacity:1;
	}
	.pcNav .navCell:not(.active) .aLink:after {
		transform:scaleX(0);
	}
	.pcNav .navCell:not(.active) .aLink:hover:after {
		transform:scaleX(0.8);
	}
}

@media screen and (max-width:799px){
	.spNav {
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.9);
		z-index:200;
		margin-top:-150vh;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	.open .spNav {
		margin-top:-0vh;
	}

	.spNav .innerFrame {
		width:480px;
		padding:80px 1em 0;
	}

	.spNav .navMenu {
		padding-bottom:2em;
	}
	.spNav .navCell {
		padding:0 0 0.5em;
		font-size:120%;
	}

	.spNav .navCell .aLink {
		position:relative;
		display:block;
		padding:0.5em 1em 0.4em;
		background:rgba(255,255,255,0.9);
		border: 1px solid #ccc;
	}

	.spNav .navMenu > .navCell > .aLink:before {
		content:"\025b6\020";
		color:#f06;
	}
	.spNav .navCell .aLink > span:nth-child(2) {
		padding-left:1.5em;
		font-size:60%;
	}

	.nav-banner {
		padding:0 0.8em;
	}
	.nav-banner > div {
		padding:0 0.5em;
	}
}




/* ======================================================================================================
	contents
====================================================================================================== */


/* ====================================================================
	content header
==================================================================== */
.content-header {
	position:relative;
	padding-top:80px;
}
.split-slideshow {
	position:relative;
	z-index:1;
}
.header-banner {
	position:relative;
	width:1800px;
	max-width:100%;
	margin:0 auto;
	padding:0 2em;
	z-index:2;
}
.header-banner.flex > * {
	width:50%;
	padding:0 2em;
}

.content-header .header-banner {
	margin-top:-1em;
}

@media screen and (max-width:799px){
	.content-header {
		padding-top:60px;
	}

	.header-banner.flex {
		margin-top:1em;
		padding: 1em 0.5em;
	}
	.header-banner.flex > * {
		padding: 0 0.5em;
	}
}



/* ====================================================================
	title
==================================================================== */
.title {
	display:flex;
	justify-content:center;
	align-items:baseline;
	padding-bottom:2em;
	text-align:center;
}
.title .en {
	font-size:240%;
	font-weight:600;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}
.title .ja {
	font-size:120%;
	padding-left:1em;
}

@media screen and (max-width:799px){
	.title {
		flex-direction:column;
		align-items:center;
	}
	.title .en {
		font-size:180%;
	}
	.title .ja {
		font-size:100%;
		padding:0;
	}
}



/* ====================================================================
	button
==================================================================== */
.button {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	padding-top:4em;
	text-align:center;
}

@media screen and (min-width:800px){
	.button a:hover {
		filter:brightness(1.1);
	}
}
@media screen and (max-width:799px){
	.button {
		padding-top:2em;
		padding-left:2em;
		padding-right:2em;
	}
}





/* ======================================================================================================
	footer
====================================================================================================== */
#footer {
	margin-top:auto;
	padding-bottom:5em;
	color:#fff;
	background:#666;
	text-align:center;
}

#footer-info {
	padding:2em 0;
}
.footer-cell {
	padding:1em;
}

.footer-cell .logo {
	width:70%;
	margin:0 auto;
}
.footer-cell .logo img {
    filter: drop-shadow(2px 2px 1px #000);
}
.footer-cell .tel {
	padding:0.5em 0 1em;
}
.footer-cell .tel a {
	font-size:160%;
	line-height:2;
    filter: drop-shadow(2px 2px 1px #000);
}

.footer-sns.flex > li {
	padding:0 0.5em;
}
.footer-sns.flex .snsLink {
	display:flex;
	border-radius:50%;
	background:#fff;
	aspect-ratio:1/1;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.footer-sns.flex .snsLink img{
	width:5em;
}

.footer-sns.flex a {
	box-shadow:2px 2px 5px #666;
}

@media screen and (min-width:800px){
	.footer-sns.flex a.snsLink:hover {
		filter:invert(1);
	}

	.roppongi .footer-sns.flex a.snsLink:hover {
		background:#0ba29a;
		filter:none;
	}
	.roppongi .footer-sns.flex a.snsLink:hover img {
		filter:brightness(0) invert(1);
	}
	.shinjuku .footer-sns.flex a.snsLink:hover {
		background:#c86f81;
	}
	.shinjuku .footer-sns.flex a.snsLink:hover img {
		filter:brightness(0) invert(1);
	}

}

.footer-sns.flex span.snsLink {
	position:relative;
}
.footer-sns.flex span.snsLink img {
	filter: grayscale(0.9) brightness(1.5);
}
.footer-sns.flex span.snsLink:after {
	content:"coming\asoon";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	color:#000;
	line-height:1.2;
	font-weight:bold;
}

@media screen and (max-width:799px){
	#footer {
		padding-bottom:3em;
	}
	#footer-info.flex {
		padding:1em 0;
		flex-direction:column;
	}
	.footer-cell .logo {
		width: 90%;
	}
	#footer-info.flex.col2 > * {
		width:100%;
	}
	.footer-cell + .footer-cell{
		padding-top:2em
	}
	.footer-sns.flex span.snsLink:after {
		font-size:80%;
	}
	.footer-sns.flex .snsLink img{
		width:3.5em;
	}
}



/* ====================================================================
	footer - copyright
==================================================================== */
#footer-copyright {
	color:#eee;
	padding-bottom:2em;
}
@media screen and (max-width:799px){
	#footer-copyright {
		font-size:90%;
	}
}




/* ========================================================================================================================================
	trial css
======================================================================================================================================== */

* {
	--contents-padding:6em;
}
@media screen and (max-width:799px){
	* {
		--contents-padding:3em;
	}
}

/* ====================================================================
	layout
==================================================================== */
.trial-inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.trial-inner.w1600 {
	max-width:1600px;
}
.trial-inner.w1800 {
	max-width:1800px;
}

.trial-inner + .trial-inner {
	padding-top:var(--contents-padding);
}
.trial-paddingTop {
	padding-top:var(--contents-padding);
}

@media screen and (max-width:799px){
	.trial-inner {
		padding:0 1em;
	}
}



/* ==============================================
	h2
=============================================== */
.trial-h2 {
	position:relative;
	padding-bottom:calc( var(--contents-padding) / 3 * 2 );
}
.trial-h2-bottom {
	width:8em;
	height:0;
	border-style:solid;
	border-width:3em 4em 0;
	border-color:#9b8647 transparent transparent;
	margin:-1px auto 0;
}

.trial-h2-main {
	padding:3em 0;
	font-weight:bold;
	color:#fff;
	background:#9b8647;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
	text-align:center;
}
.trial-h2 h2 {
	font-size:240%;
	line-height:1.3;
}
.trial-h2 p {
	font-size:130%;
	padding-top:0.3em;
}


@media screen and (max-width:799px){
	.trial-h2-main {
		padding:2em 0;
	}
	.trial-h2-bottom {
		width:6em;
		border-width:2em 3em 0;
	}

	.trial-h2 h2 {
		font-size:170%;
		line-height:1.3;
	}
	.trial-h2 p {
		font-size:110%;
	}
}



/* ==============================================
	catch text
=============================================== */
.trial-catchText {
/*
	padding-bottom:calc( var(--contents-padding) / 2 );
*/
	text-align:center;
}
.trial-catchText p.mainText strong {
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}
.trial-catchText p.mainText strong.em {
	font-size:120%;
	font-weight:900;
}
.trial-catchText p.mainText:after {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:linear-gradient(90deg,#fcc,#f33,#fcc);
}
.trial-catchText p.subText {
	padding-top:0.5em;
}
.trial-catchText p.subText em {
	font-size:140%;
}


@media screen and (max-width:799px){
	.trial-catchText p.subText em {
		font-size:120%;
	}
}


/* ======================================================================================================
	recommend section
====================================================================================================== */

/* ------------------ recommend list --------------------------- */
.trial-recommend-list > li + li {
	padding-top:calc( var(--contents-padding) * 1.5);
}

/* ------------------ recommend list > title --------------------------- */
.trial-recommend-title.flex {
	padding-bottom:0.3em;
	flex-wrap:wrap;
	text-align:center;
}

.trial-recommend-title.flex > .mainText {
	flex-grow:1;
	padding:0 0.5em;
	line-height:1.4;
	font-size:220%;
}

.trial-recommend-title.flex:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
	margin-top:1em;
    background: linear-gradient(90deg,#fcc,#f33,#fcc);
}


@media screen and (max-width:799px){
	.trial-recommend-title.flex > .mainText {
		padding:0;
		font-size:130%;
		font-weight:bold;
	}
	.trial-recommend-title.flex:after {
		width:100%;
	}
}



/* ------------------ recommend list > body --------------------------- */
.trial-recommend-body.flex {
	padding:3em 2em 0;
}

.trial-recommend-body.flex > .text {
	padding-top:0.3em;
	line-height:1.8;
	font-size:110%;
}

.trial-recommend-body.flex > .image {
	text-align:center;
}


/* ------------------ sub box --------------------------- */
.trial-recommnd-sub-title {
	padding:6em 0 4em;
	text-align:center;
}
.trial-recommnd-sub-title:before ,
.trial-recommnd-sub-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#fcc,#f33,#fcc);
}
.trial-recommnd-sub-title p {
	padding:1em 0;
}
.trial-recommnd-sub-title p em {
	font-size:180%;
}

.trial-recommnd-sub .flex.col4 > li {
	padding:0 0.5em;
}


@media screen and (max-width:799px){
	.trial-recommnd-sub-title {
		padding:4em 0 2em;
	}
	.trial-recommend-body.flex {
		padding:1em 1em 0;
		flex-direction:column-reverse;
		justify-content:center;
		align-items:center;
	}
	.trial-recommend-body.flex.col2 > * {
		width:100%;
	}
	.trial-recommend-body.flex > .image {
		padding-bottom:1em;
	}
	.trial-recommend-body.flex > .image img {
		max-width:80%;
	}

	.trial-recommnd-sub-title p em {
		font-size:130%;
	}

	.trial-recommnd-sub .flex.col4 > li {
		width:calc(100% / 2);
		padding:0.3em;
	}
	.trial-recommnd-sub .flex.col4 > li img {
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: top;
	}
}



/* ------------------ recommend list(even) --------------------------- */
.trial-recommend-list > li:nth-child(even) .trial-recommend-title.flex {
	justify-content:flex-end;
}
.trial-recommend-list > li:nth-child(even) .trial-recommend-title.flex > .mainText {
	text-align:right;
}

@media screen and (min-width:800px){
	.trial-recommend-list > li:nth-child(even) .trial-recommend-title.flex > .number {
		order:2;
	}
	.trial-recommend-list > li:nth-child(even) .trial-recommend-title.flex > .mainText {
		order:1;
	}
	.trial-recommend-list > li:nth-child(even) .trial-recommend-title.flex:after {
		order:3;
	}

	.trial-recommend-list > li:nth-child(even) .trial-recommend-body.flex {
		flex-direction:row-reverse;
	}
}




/* ======================================================================================================
	media section
====================================================================================================== */
.trial-tv {
	text-align:center;
}

.trial-tv .flex > * {
	padding:0 2em;
}

.trial-tv .flex > .text h3 ,
.trial-tv .flex > .head {
	font-size:200%;
	font-weight:bold;
}
.trial-tv .flex > .text p {
	line-height:1.8;
}
.trial-tv .flex > .text .date{
	padding:0.3em 0;
	font-size:90%;
}

.media-video-list.flex {
	padding:0 1em;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.media-video-cell {
	padding:2em;
	text-align:center;
}
.media-video-cell iframe {
	width:100% !important;
	height:auto !important;
	aspect-ratio:560/315;
}

.media-video-cell .label {
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}


@media screen and (max-width:799px){
	.trial-tv-flex.flex {
		flex-wrap:wrap;
	}
	.trial-tv-flex.flex.col2 > * {
		width:100%;
	}
	.trial-tv {
		padding-top:1em;
	}
	.trial-tv .flex > .text {
		padding:0 1em 1em;
	}

	.trial-tv .flex > .text h3 ,
	.trial-tv .flex > .head {
		font-size:150%;
	}
	.trial-tv .flex > .text p {
		line-height:1.6;
	}

	.media-video-list.flex {
		padding:0 0.5em;
	}

	.media-video-list.flex.col2 > * {
		padding:0.5em;
	}
	.media-video-cell .label {
		font-size:85%;
		-webkit-line-clamp:2;
	}
}




/* ======================================================================================================
	gym information
====================================================================================================== */
.gym_details {
	text-align:center;
}
.gym_cell {
	padding:1em;
}

.gym_cell .gym_cell_inner {
	padding:1em 1em 2em;
	border-radius:0.5em;
}
.gym_cell.roppongi .gym_cell_inner {
	background:#0ff3;
	border:1px solid #090;
}
.gym_cell.roppongi em {
	color:#090;
}
.gym_cell.shinjuku .gym_cell_inner {
	background:#fcc3;
	border:1px solid #c03;
}
.gym_cell.shinjuku em {
	color:#c03;
}

.gym_map {
	padding-top:2em;
}

.gym_data {
	padding:2em 0;
}

.gym_data p + p {
	padding-top:0.5em;
}
.gym_data .name {
	padding-top:0.2em;
	line-height:1.3;
	font-size:160%;
}
.gym_data .name em {
	font-size:90%;
	font-weight:bold;
}
.gym_data .tel {
	font-size:130%;
}

.gym_banner {
	padding:0 2em;
}

.gym_cell .trial-catchText {
	padding:3em 0 2em;
}

.gym_cell .footer-sns {
	padding-bottom:1em;
}


@media screen and (max-width:799px){
	.gym_details.flex.col2 > * {
		width:100%;
	}
	.gym_cell {
		padding:0.5em;
	}
	.gym_data {
		padding:1em 0;
	}
	.gym_data .name {
		font-size:140%;
	}
	.gym_banner {
		padding:0 1em;
	}
	.gym_cell .trial-catchText {
		padding:1.5em 0 1em;
	}
	.gym_cell .footer-sns {
		padding-bottom:0;
	}

}



/* ======================================================================================================
	spa image adjust
====================================================================================================== */
@media screen and (max-width:799px){
	.photo1 {
		height:13em;
		object-fit:cover;
	}
}


