/*
	Theme Name: Body Improve
	Theme URI: https://www.body-improve.com/
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
p{
	margin: 0;
}
h3,h4{margin: 0;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

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

/********** トップページcss 2020/08/25 **********/

/********** ヘッダー **********/
.pc{display: block;}
.sp{display: none;}

.header-inner{
	width: 75%;
	margin: auto;
	width: 99%;
  max-width: 1100px;
  margin: auto;
}

.width-15{width: 15%;margin: auto;}
.width-20{width: 20%;margin: auto;}
.width-25{width: 25%;margin: auto;}
.width-30{width: 30%;margin: auto;}
.width-40{width: 40%;margin: auto;}
.width-50{width: 50%;margin: auto;}
.width-60{width: 60%;margin: auto;}
.width-70{width: 70%;margin: auto;}
.width-75{width: 75%;margin: auto;}
.width-80{width: 80%;margin: auto;}
.width-85{width: 85%;margin: auto;}
.width-90{width: 90%;margin: auto;}
.width-95{width: 95%;margin: auto;}
.width-100{width: 100%;margin: auto;}
.auto{margin: auto;}
.margin-0{margin: 0%;}
.margin-1{margin: 1%;}
.margin-3{margin: 3%;}
.margin-5{margin: 5%;}
.padding-0{padding: 0%;}
.padding-1{padding: 1%;}
.padding-3{padding: 3%;}
.padding-5{padding: 5%;}
.mt-0{margin-top: 0%;}
.mt-1{margin-top: 1%;}
.mt-3{margin-top: 3%;}
.mt-5{margin-top: 5%;}
.mb-0{margin-bottom: 0%;}
.mb-1{margin-bottom: 1%;}
.mb-3{margin-bottom: 3%;}
.mb-5{margin-bottom: 5%;}
.mb-10{margin-bottom: 10%;}
.ml-0{margin-left: 0;}
.ml-10{margin-left: 10%;}
.mr-10{margin-right: 10%;}
.pt-0{padding-top: 0%;}
.pt-1{padding-top: 1%;}
.pt-3{padding-top: 3%;}
.pt-5{padding-top: 5%;}
.pl-1{padding-left: 1%;}
.pl-3{padding-left: 3%;}
.pl-5{padding-left: 5%;}
.pl-10{padding-left: 10%;}
.pr-1{padding-right: 1%;}
.pr-3{padding-right: 3%;}
.pr-5{padding-right: 5%;}
.pr-10{padding-right: 10%;}
.pb-0{padding-bottom: 0%;}
.pb-1{padding-bottom: 1%;}
.pb-3{padding-bottom: 3%;}
.pb-5{padding-bottom: 5%;}
.bt-black{border-top: 1px solid #000;}
.bt-gray{border-top: 1px solid #D2D2D2;}
.bb-black{border-bottom: 1px solid #000;}
.bb-gray{border-bottom: 1px solid #D2D2D2;}
.bb-gold{border-bottom: 1px solid #A4915E;}
.font-size-10{font-size: 1.0rem;}
.font-size-12{font-size: 1.2rem;}
.font-size-14{font-size: 1.4rem;}
.font-size-16{font-size: 1.6rem;}
.font-size-18{font-size: 1.8rem;}
.font-size-20{font-size: 2rem;}
.font-size-23{font-size: 2.3rem;}
.font-bold{font-weight: bold;}
.bg-white{background-color: #fff;}
.bg-blue{background-color: #1F286F;}
.bg-gray{background-color: #F6F6F5;}
.bg-gold{background-color: #A4915E;}
.tx-center{text-align: center;}
.tx-left{text-align: left;}
.color-f{color: #fff;}
.color-0{color: #000;}
.color-b{color:#1F286F;}
.color-g{color:#A4915E;}
.cleafix{min-height: 1px;}
.float-L{float: left;}
.float-R{float: right;}
.txt-top{vertical-align: top;}

main{
	margin-top: 5%;
}
.flex{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
}
.wrap{
	flex-wrap: wrap;
}
.justify-space{
	justify-content: space-between;
}
.justify-center{
	justify-content: center;
}
.justify-around{
	justify-content: space-around;
}
.column{flex-direction: column;}
.mt3{
	margin-top: 3%;
}
.mb3{
	margin-bottom: 3%;
}
.header-top{
	margin-top: 1%;
}
li.header-top-item:first-child{
	width: 24.5%;
}
li.header-top-item:nth-child(2){
	width: 19%;
  margin: 0.5%;
  text-align: center;
	margin-top: 2%;
	font-size: 12px;
}
li.header-top-item:nth-child(3){
	width: 16%;
	margin-top: 12px;
	text-align: center;
}
li.header-top-item:nth-child(4){
	width: 19.5%;
	margin-top: 12px;
	text-align: center;
}
li.header-top-item:nth-child(5){
	width: 15.5%;
	margin-top: 6px;
}

li.header-top-item.add{
	margin-top:26px;
}
li.header-top-item:nth-child(3) a{
	background-color: #2B296F;
  color: #fff;
  padding: 15px 8px;
  display: block;
  width: 90%;
  margin: auto;
}
li.header-top-item:nth-child(4) a{
	background-color: #A4915E;
  padding: 2px;
  display: block;
  padding: 6px 6px;
  color: #fff;
	width: 98%;
}
li.icon-item{
	width: 15%;
	text-align: center;
	margin-bottom: 1%;
}
li.icon-item.add{
	width: 100%;
	text-align: center;
}
li.icon-item.adds{
	width: 60%;
	text-align: center;
}
img.sns-icon{
	width: 100%;
}
img.sns-icon.adds{
	width: 60%;
}
.header-top-item.mail{
	padding-top: 1.5%;
}
.nav{
  margin: 1% auto;
}
.nav-list li{
	width: 10%;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 1px solid #000;
	text-align:center;
}
.nav-list li:first-child{
	width: 6%;
}
.nav-list li:nth-child(3){
	width: 12%;
}
.nav-list li:nth-child(4){
	width: 5%;
}
.nav-list li:nth-child(5){
	width: 12%;
}
.nav-list li:nth-child(6){
	width: 10%;
}
.nav-list li:nth-child(7){
	width: 13%;
}
/* ----------------------------------ダイエット削除
.nav-list li:nth-child(8){
	width: 8%;
}
---------------------------------- */
.nav-list li:nth-child(8){
	width: 13%;
}
.nav-list li:nth-child(9){
	width: 8%;
}
.nav-list li:nth-child(10){
	width: 7%;
}
.nav-list li:last-child{
	width: 6%;
	border-right: none;
}

.nav-list li a{
	display:block;
transform: skewX(-150deg);
}

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

/********** スライダー **********/
.slick-prev,
.slick-next{z-index: 99;}
.slick-prev{left: 50px;}
.slick-next{right: 50px;}

.slick-box{
	position: relative;
	width: 100%;
  margin: auto;
}

.info-sec{
	position: absolute;
  bottom: -116px;
	bottom: -123px;
  width: 100%;
  background-color: rgba(77,77,77, 0.9);
}

.info-sec ul{
	width: 70%;
  margin: auto;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: 10px;
  padding-bottom: 7px;
  font-size: 1.5rem;
}

.info-sec ul li{
	width: 20%;
	text-align: center;
}

.info-sec ul li.add{
	width: 35%;
	text-align: left;
}

.info-sec ul li p{
	border: 1px solid;
  padding: 1px 11px;
  margin-top: 10%;
}
.info-sec ul li p,
.info-sec ul li a{
	color: #fff;
}
.info-sec ul li p{
	display: inline-block;
	margin-top: 10px;
}
.info-sec ul li a{
	display: block;
  margin: 11px 0;
}

.info-sec ul li img{
	margin-bottom: -13px;
}

.youtube-sec{
	background-color: #1F286F;
  text-align: center;
  padding: 20px;
}

.youtube-sec img{
	padding: 2px 32px;
    border-radius: 20px;
    background-color: white;
    width: 20%;
}
.menu-sec,
.movie-sec,
.service-sec,
.media-sec,
.recomend-sec,
.sns-sec{
	padding: 3% 0 6%;
	text-align: center;
}
.movie-title{margin-top: 3%;}
.tag-img{
	width: 8%;
    margin-bottom: 2%;
}
.movie-sec ul{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.menu-sec ul li,
.movie-sec ul li{
	margin: 2%;
}
.movie-sec ul li{
  width: 32%;
}
.movie-txt{
	margin: 2% 0;
	text-align: left;
}
.movie-txt{
	text-align: left;
  margin: 2% 0;
}
.movie-title{
	font-weight: bold;
  font-size: 1.4rem;
}
.movie-category{
	margin-bottom: 2%;
  background-color: #A2A2A2;
  color: #fff;
  width: 45%;
  text-align: center;
}
.movie-link{
	margin: 5%;
	position: relative;
}
.movie-link a{
	background-color: #1F286F;
    padding: 2% 20%;
		color: #fff;
		padding: 2% 15%;
    color: #fff;
    font-size: 15px;
}
.movie-link a::after {
    content: '>';
    position: absolute;
    color: #fff;
    top: -5%;
    right: 40%;
    font-size: 1.4rem;
}
.bg-gray{
	background-color: #F5F5F4;
}
.bg-gray_{
	background-color: #D3D3D3;
}
.program{
	padding: 3% 0;
}
.program-list-top{
	margin: 0;
    background-color: #888888;
    padding: 3%;
}
.program-list-top li p{
	font-size: 2.0rem;
    color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-left: 10px;
}
.program-list{
	display: flex;
	background-color: #fff;
  padding: 2%;
}
.program-item{
	width: 30%;
}
.program-item.add{
	width: 3%;
	margin: 1%;
	padding-top: 5%;
}
.program-item ul{
	display: flex;
}
.program-item ul li:first-child{
	width: 46%;
  margin-right: 2%;
	padding-top: 3%;
}
.program-list-top{
	display: flex;
}
.ex-reserv{
	text-align: center;
  margin: 3% 20% 1%;
}

.ex-reserv a:hover{
	opacity: .8;
}




.about-img{
	margin-bottom: 2%;
}
.about-karada ul{
	display: flex;
    flex-wrap: wrap;
		margin: 0;
}
.about-karada ul li{
	width: 50%;
}
.about-karada ul li:first-child{
	background-image: url(../html5blank-stable/img/top/body/about.jpg);
	background-size: cover;
}
.about-karada ul li:nth-child(4){
	background-image: url(../html5blank-stable/img/top/body/karada.jpg);
	background-size: cover;
}
.about-karada ul li p{
	color: #fff;
	font-size: 1.4rem;
}
.about-karada ul li a{
	color: #fff;
    border: 1px solid;
    padding: 5px 55px;
    font-size: 1.5rem;
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 5%;
}
.about-karada ul li:nth-child(2),
.about-karada ul li:nth-child(3){
	background-color: #1F286F;
  text-align: center;
  padding: 3%;

}


.about-karada ul li:nth-child(2){
	position: relative;
}
.about-karada ul li:nth-child(2) a::after{
	content: '>';
	position: absolute;
	top: 80%;
    left: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.about-karada ul li:nth-child(3){
	position: relative;
}
.about-karada ul li:nth-child(3) a::after{
	content: '>';
	position: absolute;
	top: 80%;
    left: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.trainer-sec{
	padding: 3% 0;
	text-align: center;
	position: relative;
}
.trainer-txt{
	margin-bottom: 3%;
}
.link-here{
	position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.service-list{
	display: flex;
}
.service-item{
	width: 50%;
}
.service-item ul{
	display: flex;
    flex-wrap: wrap;
    background-color: #1F286F;
		position: relative;
}
.service-item ul li:first-child{
	width: 100%;
}
.service-item ul li:nth-child(2){
	width: 70%;
	padding: 2% 0%;
}
.service-item ul li:nth-child(3){
	text-align: center;
    margin: auto;
}
.service-item ul li:nth-child(3) a{
	color: #fff;
    border: 1px solid;
    padding: 26px 8px;
}
.service-item ul li:nth-child(3) a::after{
	content: '＞';
  position: absolute;
  bottom: 18px;
  right: 52px;
}
.service-item ul li p {
    color: #fff;
    text-align: left;
    margin-left: 15px;
		padding-top: 8px;
}
.service-item ul li p:first-child{
	border-bottom: 1px solid;
	font-size: 1.5rem;
	margin-left: 15px;
}
.satisfaction-bg{
	background-size: cover;
  background-image: url(../html5blank-stable/img/top/body/satisfaction-img.jpg);
	padding: 2% 0;
}
.trainer-img.add img:first-child{
	margin-bottom: 5%;
}
.trainer-img.add img:nth-child(2){
	margin-bottom: 3%;
}
.link-here.add{
	    top: 97%;
}
.about-karada-item.add{
	background-color: #1F286F;
    text-align: center;
    padding: 1.5%;
}
.price-item{
	background-image: url(../html5blank-stable/img/top/body/price-img.jpg);
	background-size: cover;
}
.price-txt{
	margin: 3% 0;
}
.price-link{
	position: relative;
}
.price-link a::after{
	content: '＞';
    position: absolute;
    top: 19%;
    left: 63%;
}
.media-sec ul{
	display: flex;
	justify-content: space-around;
}
.media-sec ul li{
	width: 18%;
    padding: 10px 5px;
    color: #fff;
    background-color: #8a8a8a;
    margin: 1%;
}
.media-sec-txt{
	font-size: 1.8rem;
}
.media-img{
	background-color: #fff;
	padding: 1px 5px;
}
.media-sec ul li a{
    padding: 3px 15px;
    display: block;
    margin-top: 9px;
    border: 1px solid #fff;
    border-radius: 13px;
    color: #fff;
    width: 80%;
    margin: auto;
    margin-top: 9px;
		font-size: 12px;
}
.media-sec ul li p{
	height: 55px;
}
.recomend-sec ul{
	display: flex;
	justify-content: space-between;
}
.recomend-sec ul li{
	width: 32%;
	margin: 1%;
	color: #fff;
  background-color: #1F286F;
  text-align: left;
	position: relative;

}
.trainer-txt{
  padding: 15px 8px;
}
.trainer-txt p{
	text-align: left;
	margin: 0;
}
.trainer-txt .txt-1{
	font-size: 1.8rem;
}
.trainer-txt .txt-2{
	margin: 3px 0;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.trainer-txt .txt-3{
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.trainer-txt-under{
	background-color: #A4915E;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.trainer-txt-under a{
	display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
		font-size: 12px;
}
.info-list{
	padding: 3%;
	text-align: center;
}
.info-item{
	margin-bottom: 3%;
}
.info-item ul li:first-child{
	margin-right: 2%;
  width: 15%;
}
.info-item ul li:first-child p:first-child{
	margin-bottom: 5%;
}
.info-item ul li:first-child p:nth-child(2){
	background-color: #a2a2a2;
  color: #fff;
  padding: 2px 18px;
}
.info-item ul li:nth-child(2){
	width: 55%;
}
.info-item ul li:nth-child(2) p:first-child{
	font-size: 1.5rem;
  text-align: left;
}
.info-link{
	display: block;
  width: 50%;
  margin: auto;
  background-color: #1F286F;
  padding: 10px;
  color: #fff;
  margin-top: 5%;
  margin-bottom: 3%;
}
.info-link-box{
	position: relative;
}
a.info-link::after{
	content: '>';
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.info-top-img{
	margin-bottom: 3%;
}
.info-item ul{
	display: flex;
	justify-content: center;
}
.sns-sec ul{
	display: flex;
  justify-content: center;
}
.sns-sec ul li:first-child{
	margin-right: 7%;
}
.sns-sec ul li:nth-child(2){
	margin-left: 7%;
}
.sns-item{
	text-align: center;
    margin-bottom: 5%;
}
.breadcrumbs{margin: 3% auto 2%;}
.no-3-flex{
  padding: 3%;
  padding-top: 0;
}
.no-3-flex li:first-child{
  width: 20%;
}
.no-3-flex li:nth-child(2){
  width: 5%;
}
.no-3-flex li:nth-child(3){
  width: 50%;
  font-size: 17px;
  padding: 3%;
}
.no-3-flex li:nth-child(4){
  width: 25%;
}
.no-3-flex.add{
  padding-bottom: 0;
}
.no-3-flex.add li:first-child{
  width: 23%;
  margin: 2%;
}
.no-3-flex.add li:nth-child(2){
  width: 70%;
  font-size: 17px;
  margin-top: 3%;
}
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: -4px;
}


.sns-sec .logo-sec{
	margin-top: 3%;
}

.sns-sec .logo-sec ul{
	justify-content: space-around;
}

.sns-sec .logo-sec ul li{
	width: 30%;
	margin: 0;
}

.staff-box{
	display: flex;
	justify-content: space-between;
}

.staff-box li{
	width: 31%;
	text-align: center;
}

.staff-box li img{
	width: 150px;
	margin-bottom: 2%;
}

.staff-box.add{
	flex-wrap: wrap;
	justify-content: flex-start;
}

.staff-box.add li{
	margin-bottom: 3%;
}

/********** SP **********/
@media screen and (max-width:480px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.breadcrumbs {font-size: 8px;}
	.width-70.sp-80{
		width: 80%;
	}
	.width-70.sp-90{
		width: 90%;
	}
	.width-75.sp-93{
		width: 93%;
	}
	.info-sec ul{
		width: 100%;
	}
	.info-sec.sp ul{
		width: 97%;
	}
	.info-sec.sp ul li:first-child{
		width: 20%;
	}
	.info-sec.sp ul li:first-child img{margin-top: 20px;}
	.info-sec.sp ul li:nth-child(2){width: 65%;border-left: 2px solid #fff;padding: 2%;text-align: left;}
	.info-sec.sp ul li:nth-child(2) p{width: 50%;text-align: center;margin: 0;margin-top: 0px;margin-bottom: 4px;display: inline-block;padding: 2px 5px;}
	.info-sec.sp ul li:nth-child(2) a{margin: 0;font-size: 10px;}
	.info-sec.sp ul li:nth-child(3){width: 10%;}
	.info-sec.sp ul li:nth-child(3) a{
		margin-top: 29px;
    font-size: 10px;
	}
	.info-sec {bottom: -97px;opacity:1;}
	.youtube-sec img {width: 50%;}
	.youtube-sec{padding: 8px 5px;}
	.tag-img {width: 23%;margin-bottom: 8%;margin-top: 8%;}
	.menu-sec, .movie-sec, .service-sec, .media-sec, .recomend-sec, .sns-sec {padding: 3% 0 10%;}
	.menu-sec{
		padding-top: 10%;
	}
	.info-sec ul {
    padding-top: 2px;
    padding-bottom: 2px;
	}




	.movie-sec ul{flex-direction: column;}
	.movie-sec ul li {width: 100%;}
	.movie-link a {padding: 4% 20%;display: block;}
	.movie-link a::after {top: 20%;right: 20%;}
	.ex-reserv {margin: 3% 0% 1%;}
	.program-sp{padding: 10% 0;}
	.ex-reserv {margin-top: 8%;}
	.about-karada ul {flex-direction: column;}
	.about-karada ul li:first-child {height: 150px;width: 96%;margin: 2% auto;order: 1;}
	.about-karada ul li:nth-child(2) {width: 100%;order: 2;}
	.about-karada ul li a {width: 65%;}
	.about-karada ul li:nth-child(2) a::after {top: 84%;left: 72%;}
	.about-img {width: 35%;}
	.about-karada ul li:nth-child(3) {width: 100%;order: 4;}
	.about-karada ul li:nth-child(3) a::after {top: 84%;left: 72%;}
	.about-karada ul li:nth-child(4){height: 150px;width: 96%;margin: 2% auto;order: 3;}
	.trainers-sec{text-align:center;}
	.trainer-txt {width: 40%;}
	.trainers-link{width: 85%;margin: 6% auto;position: relative;}
	.trainers-link a{padding: 4% 20%;display: block;background-color: #1F286F;color: #fff;}
	.trainers-link a::after{content: '>';position: absolute;color: #fff;top: -5%;right: 40%;font-size: 1.4rem;top: 26%;right: 20%;}
	.service-list {flex-direction: column;}
	.service-item {width: 100%;margin-bottom: 10%;}
	.service-item ul {padding: 1% 1% 5%;}
	.service-item ul li:first-child {width: 75%;}
	.service-item ul li:nth-child(2) {width: 20%;padding: 6% 0%;margin: auto;border: 1px solid #fff;position: relative;}
	.service-item ul li:nth-child(2) a{color: #fff;}
	.service-item ul li:nth-child(2) a::after {content: '>';position: absolute;top: 75%;left: 45%;}
	.trainer-txt.add{width: 30%;}
	.satisfaction-link{position: relative;}
	.satisfaction-link a{position: absolute;display: block;bottom: 27px;color: #fff;width: 60%;border: 1px solid;padding: 2% 10%;text-align: center;left: 20%;}
	.about-karada ul li.price-item{height: 210px;width: 100%;}
	.about-karada ul li:first-child.about-karada-item.add.add-sp{background-image: none;height: 210px;width: 100%;margin: 2% auto;order: 1;margin: 0;}
	.price-link a::after {top: 18%;left: 72%;}
	.media-sec{padding: 8% 0 10%;}
	.media-sec-txt {font-size: 1.4rem;text-align: left;}
	.media-sec ul {flex-wrap: wrap;justify-content: space-between;}
	.media-sec ul li {width: 46%;margin: 2%;}
	.recomend-logo{width: 60%;}
	.recomend-sec ul {flex-direction: column;}
	.recomend-sec ul li {width: 100%;margin: 1%;display: flex;flex-wrap: wrap;}
	.recomend-sec ul li img{width: 50%;object-fit: cover;}
	.trainer-txt.add {width: 50%;}
	.trainer-txt.add .txt-1 {font-size: 1.5rem;}
	.trainer-txt.add .txt-2 {margin: 3px 0;font-size: 1.1rem;border-bottom: none;}
	.trainer-txt .txt-3 {display: none;}
	.info-item ul li:first-child {width: 30%;}
	.info-item ul li:nth-child(2) {width: 70%;}
	.info-top-img {width: 32%;margin: 5%;}
	.sns-sec ul {flex-wrap: wrap;width: 100%;}
	.sns-sec ul li:nth-child(2) {margin-left: 0%;margin-top: 5%;}
	.arrow-blue{width: 20%;}
  .no-3 .no-3-blue-box{font-size: 17px;padding: 2% 5%;}
  .no-3-big-txt{font-size: 18px;}
  .no-3-flex li:first-child {width: 50%;padding: 3% 0;}
  .no-3-flex li:first-child img {width: 90%;margin: 0 auto 7%;}
  .no-3-flex li:first-child p {font-size: 12px;}
  .no-3-flex li:nth-child(2) {width: 50%;padding-left: 3%;}
  .no-5-name{font-size: 20px;}
  .no-5-name-little{font-size: 12px;}
  .no-5-flex-02 li{margin-top: 5%;}
	.width-70.menu-sec{width:93%;}
	.width-70.menu-sec .justify-around{flex-direction: column;}

	.sns-sec .logo-sec ul {
    flex-wrap: wrap;
	}

	.sns-sec .logo-sec ul li {
		width: 53%;
    margin: auto;
    margin-bottom: 5%;
    margin-top: 5%;
	}

	.sns-sec ul li:nth-child(2) {
    margin-left: 0%;
    margin: auto;
    margin-top: 3%;
	}




}


/* アーカイブページのみのcss */
.archive li .category{
  display: inline-block;
  background-color: #2B296F;
  background-color: #2B296F;
  padding: 2px 25px;
  color: #fff;
}
.archive h2.widgettitle{
  margin-top: 0;
  background-color: #A4915E;
  text-align: center;
  color: #fff;
  padding: 1%;
}
.archive li.cat-item{
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 5%;
  position: relative;
}
.archive li.cat-item::after{
  content:">";
  position: absolute
  ;right:15px;
  color:#A4915E;
}
.archive .screen-reader-text{display:none;}
#archives-dropdown--1{
  font-size: 15px;
  padding: 0 20%;
  display: block;
  margin: auto;
}
/* .archive .next.page-numbers{border:none;} */
.archive .page-numbers {
    font-size: 16px;
    border: 1px solid;
    padding: 3px;
}
.archive .cat-item-1{display:none;}

/********** SP **********/
@media screen and (max-width:480px) {
  .archive .no-1.width-70,
  .archive .breadcrumbs.width-70,
  .archive .no-2.width-70,
  .archive .no-2 .width-70.mb-10 {width: 93%;margin-top: 3%;}
  /* .archive .next.page-numbers{border:none;} */
  .archive .page-numbers {
    font-size: 16px;
    border: 1px solid;
    padding: 3px;
    }
  .archive ul.inner-box li.width-30{
    margin-top: 0;
    width: 70%;}

  .archive ul.flex.box{flex-direction: column;}
  .archive ul.flex.inner-box{padding-bottom: 0;}
  .archive .width-70 {
      width: 93%;
      margin: auto;
    }
  .archive li.width-30.side{
    width: 80%;
    margin-bottom: 10%;
  }
  .archive .page-nation{
    margin-bottom: 10%;
  }
  .archive .category {
    display: inline-block;
    background-color: #2B296F;
    background-color: #2B296F;
    padding: 2px 10px;
    color: #fff;
	}
	 .archive .breadcrumbs .category{background-color: transparent;color: #000;}
	 .archive .fromstudio ul.inner-box li.width-30 img{padding:3%;}
	 .archive li .category {padding: 2px 15px;}

	 .my_pleasure{
	 	width: 100%;
	 	margin: 5% 0;
	 }

	 .staff-box{
	 	flex-wrap: wrap;
	 }

	 .staff-box li{
	 	width: 47%;
		margin-bottom: 3%;
	 }

	 .staff-box.add{
	 	justify-content: space-between;
	 }






}


@media screen and (max-width:391px){

	.info-sec {
    bottom: -95px;
	}

}

@media screen and (max-width:376px){

	.info-sec {
    bottom: -93px;
	}

}
