@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP,LAYOUT]
/* [02.PAGE]
/* [03.SINGLE]
/* [00.MEDIA QUERIES,PRINT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP]
--------------------------------------------------------------------------*/
#main {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#mainvisual {
    width: 100%;
    min-height: 820px;
    max-height: 1000px;
    background-attachment: fixed;
}
#mainvisual .main_top_conts {
	color: #fff;
	padding-top: 8%;
	text-shadow:0px 0px 20px #000;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#mainvisual .main_top_conts .txt-box {
	width: 65%;
	height: auto;
	padding-right: 5%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#mainvisual .main_top_conts .txt-box h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 30px;
}
#mainvisual .main_top_conts .txt-box .catch-copy {
	font-size: 64px;
	height: 228px;
	line-height: 120%;
	font-weight: bold;
}
#mainvisual .main_top_conts .img-box {
	width: 35%;
	height: 562px;
}
#mainvisual .main_top_conts .img-box img {
	width: 100%;
	height: auto;
}
.scroll-announce {
    text-align: center;
    position: relative;
    color: #fff;
}
.scroll-announce:after {
    font-size:24px;
    font-weight: bold;
	display: block;
    text-align: center;
	content: "↓";
	position: absolute;
	left: 50%;
	left: calc( 50% - 24px );
	bottom: -40px;
	width: 48px;
	animation: scroll-announce 3s ease infinite;
}
@keyframes scroll-announce {
	0% { transform:translateY(0) }
	70% { transform:translateY(-15px) }
	100% { transform:translateY(0) }
}

/* main-conts animation */
.fadein-txt {
	display: none;
}
.fadein-txt {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.fadein-img {
	display: none;
}
.fadein-img {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadein-scroll {
	display: none;
}
.fadein-scroll {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/* swiper系 CSS */
.swiper-pkg {
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
}
#thumbs {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
    margin-bottom: 0;
}
#thumbs .swiper-slide img {
	width: 100%;
	height: auto;
}
#thumbs .swiper-slide:active {
    cursor: grabbing;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
.swiper-blind-left,
.swiper-blind-right {
    position: absolute;
    width: 11.55%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
.swiper-blind-left {
    left: 0;
}
.swiper-blind-right {
    right: 0;
}
.swiper-container {
	position: relative;
}
/* swiper系 CSS end */
.ttl-wrap {
	margin-bottom: 60px;
}
.ttl-wrap .eng {
	font-size: 66px;
	margin-bottom: 20px;
}
.ttl-wrap .eng span {
	color: #e0be7c;
}
.ttl-wrap h2 {
	line-height: 140%;
	font-size: 16px;
	font-weight: normal;
}
.concept-ttl-wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0 60px 0;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    word-break: break-all;
}
.concept-ttl-wrap h2,
.concept-ttl-wrap .eng {
	text-align: center;
}
#bg-concept-message {
    background: -ms-linear-gradient(90deg,#ffdfeb 0%,#ffdfeb 50%,#e8f4ff 50%,#e8f4ff 100%);
    background: -moz-linear-gradient(90deg,#ffdfeb 0%,#ffdfeb 50%,#e8f4ff 50%,#e8f4ff 100%);
    background: -webkit-linear-gradient(90deg,#ffdfeb 0%,#ffdfeb 50%,#e8f4ff 50%,#e8f4ff 100%);
    background: linear-gradient(90deg,#ffdfeb 0%,#ffdfeb 50%,#e8f4ff 50%,#e8f4ff 100%);
    height: auto;
    position: relative;
}
#bg-concept-message .message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 310px;
	height: 310px;
	z-index: 1;
}
#bg-concept-message .message img {
	width: 100%;
	height: auto;
}
.concept-flx-wrap {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.concept-flx-wrap .woman,
.concept-flx-wrap .men {
	width: 50%;
}
.concept-flx-wrap .woman img,
.concept-flx-wrap .men img {
	width: 100%;
	height: auto;
}
.plan-wrap .txt-box {
	width: 60%;
	padding-right: 4%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.plan-wrap .txt-box h3 {
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 40px;
	font-weight: normal;
}
.plan-wrap .what-training {
	width: 40%;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.plan-wrap .what-training h4 {
	text-align: center;
	padding-bottom: 20px;
	line-height: 140%;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #212121;
	margin-bottom: 30px;
}
.plan-wrap .what-training p {
	margin-bottom: 30px;
}
.plan-wrap .what-training .cv-btn {
	width: 100%;
	margin-bottom: 10px;
}
.plan-wrap .what-training .btn {
	width: 100%;
}
.campaign {
	background: -ms-linear-gradient(left, #000, #212121);
    background: -moz-linear-gradient(left, #000, #212121);
    background: -webkit-linear-gradient(left, #000, #212121);
    background: linear-gradient(right bottom, #000, #212121);
}
.campaign-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.campaign-wrap .txt-box {
	width: 60%;
}
.campaign-wrap .txt-box .eng {
	font-size: 18px;
	line-height: 100%;
	color: #e0be7c;
	margin-bottom: 5px;
}
.campaign-wrap .txt-box .ttl {
	font-size: 26px;
	line-height: 140%;
	color: #fff;
}
.campaign-wrap .btn-box {
	width: 40%;
	padding: 0 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.trainer-info {
	margin-bottom: 40px;
}
.trainer-li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	background: #fff;
}
.trainer-li li .img-box,
.trainer-li li .txt-box {
	width: 50%;
	height: auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.trainer-li li .img-box img {
	width: 100%;
	height: auto;
}
.trainer-li li .txt-box {
	padding: 30px;
}
.trainer-li li .txt-box .personal {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 140%;
}
.trainer-li li .txt-box .position {
	font-size: 12px;
	color: #b89042;
	line-height: 100%;
	margin-bottom: 5px;
}
.trainer-li li .txt-box .name {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 10px;
}
.trainer-li li .txt-box .name span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}
.trainer-li li .txt-box .award .ttl {
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 140%;
	font-size: 13px;
}
.trainer-li li .txt-box .award .award-li li {
	display: flex;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 5px;
}
.message-ttl-wrap {
	width: 100%;
	max-width: 1200px;
	padding:0 0 60px 0;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    word-break: break-all;
}
.message-conts {
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.message-conts .img-box,
.message-conts .txt-box {
	width: 50%;
	height: auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.message-conts .txt-box {
	padding: 0 6%;
}
.message-conts .img-box img {
	width: 100%;
	height: auto;
}
.message-conts .txt-box h3 {
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 40px;
    font-weight: normal;
}
.message-conts .txt-box .position {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 5px;
}
.message-conts .txt-box .name {
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 10px;
}
.message-conts .txt-box .name-eng {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 40px;
	color: #999;
}
.message-conts .txt-box .des {
	margin-bottom: 40px;
}
.message-conts .txt-box .btn {
	width: 240px;
}
.facility-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.facility-li li {
	width: 23.5%;
	background: #fff;
	color: #666;
}
.facility-li li img {
	width: 100%;
	height: auto;
}
.facility-li li .txt-box {
	padding: 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.facility-li li .txt-box h5 {
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin-bottom: 10px;
	color: #212121;
	font-size: 16px;
}
.access-ttl-wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0 60px 0;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    word-break: break-all;
}
.access-wrap {
	width: 100%;
	max-width: 1200px;
	padding-bottom: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    word-break: break-all;
}
.shop-name-ttl {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 30px;
}
.shop-name-ttl div:first-child {
	margin-right: 60px;
}
.shop-name-ttl h5 {
	font-size: 22px;
	margin-bottom: 5px;
}
.shop-name-ttl .address {
	font-size: 14px;
}
.shop-name-ttl .info {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 10px;
}
.shop-name-ttl .tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.shop-name-ttl i {
	font-size: 34px;
	color: #ff7c7c;
}
.shop-name-ttl .tel a {
	font-size: 32px;
	color: #ff7c7c;
	font-weight: bold;
}
.shop-info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.shop-info li {
	width: 32%;
	padding: 10px 2% 10px 0;
	margin-right: 2%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-info li div:first-child {
	width: 28%;
	font-weight: bold;
}
.shop-info li div:last-child {
	width: 70%;
}
.shop-info li:nth-child(3) {
	margin-right: 0%;
	border-right: none;
}
.blog-ttl-wrap .btn {
	width: 240px;
}
.article-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}
.article-li li {
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 20px;
}
.article-li li:nth-child(4n) {
	margin-right: 0;
}
.article-li li .zoom-img {
	width: 100%;
	height: auto;
}
.article-li li .zoom-img img {
	width: 100%;
	height: auto;
}
.article-li li .txt-box {
	padding: 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.article-li li .txt-box .cate-date {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 10px;
}
.article-li li .txt-box .category {
	font-size: 12px;
	color: #ff7c7c;
	font-weight: bold;
	line-height: 100%;
}
.article-li li .txt-box .date {
	font-size: 12px;
	color: #999;
	line-height: 100%;
}
.category-wrap {
	padding: 30px 30px 25px 30px;
	background: #f5f5f5;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.category-wrap .eng {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 100%;
}
.category-btn-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.category-btn-li li {
	margin: 0 5px 5px 0;
}
.category-btn-li li a {
	padding: 8px 10px;
	line-height: 100%;
	font-size: 12px;
	background: #fff;
	border-radius: 4px;
}
.contact-ttl-wrap .tel-wrap .tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-ttl-wrap .tel-wrap .tel i {
    font-size: 34px;
    color: #ff7c7c;
}
.contact-ttl-wrap .tel-wrap .tel a {
    font-size: 32px;
    color: #ff7c7c;
    font-weight: bold;
}
.contact-ttl-wrap .tel-wrap .info {
	font-size: 12px;
}
.article-ttl {
	margin-bottom: 60px;
	color: #666;
	font-size: 14px;
	line-height: 180%;
}
.category-list {
	
}
/* [02.PAGE]
--------------------------------------------------------------------------*/
.main_plan,
.main_experience,
.main_message {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}
.main_plan img,
.main_experience img,
.main_message img {
	width: 100%;
	height: auto;
}
.page-main .eng {
	position: absolute;
	bottom: 0;
	font-size: 106px;
	line-height: 76px;
	margin-left: 40px;
	margin-bottom: 0;
}
.page-main .eng span {
	color: #e0be7c;
}
#plan-dsc,
#experience-fee,
#admission-fee,
#diet-course-fee,
#personal-training-fee,
#option-fee,
#payment {
	margin-bottom: 60px;
}
#plan-dsc .txt-box {
	width: 60%;
	padding-right: 5%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#plan-dsc .img-box {
	width: 40%;
	height: auto;
}
#plan-dsc .img-box img {
	width: 100%;
	height: auto;
}
.page h1 {
	font-size: 38px;
	line-height: 120%;
	color: #212121;
	font-weight: normal;
	margin-bottom: 60px;
}
.page h1 span {
	color: #999;
	font-size: 14px;
	line-height: 100%;
}
.page h2 {
	font-size: 32px;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 30px;
}
.page h3 {
	font-size: 26px;
	line-height: 140%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #212121;
	font-weight: normal;
}
.experience-wrap {
	align-items: center;
	border: 1px solid #212121;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.experience-wrap .txt-box {
	width: 60%;
	height: auto;
	padding: 60px 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #212121;
    color: #fff;
}
.experience-wrap .txt-box .eng,
.admission-wrap .txt-box .eng,
.option-wrap .txt-box .eng,
.diet-course .ttl .eng,
.personal-training .ttl .eng {
	font-size: 18px;
	color: #e0be7c;
	line-height: 100%;
	margin-bottom: 5px;
}
.experience-wrap .txt-box h4,
.admission-wrap .txt-box h4,
.option-wrap .txt-box h4,
.diet-course .ttl h4,
.personal-training .ttl h4 {
	font-size: 26px;
	line-height: 140%;
	margin-bottom: 15px;
	font-weight: normal;
}
.experience-wrap .price-box {
	width: 40%;
	padding: 60px 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.experience-wrap .price-box .price,
.admission-wrap .price-box .price,
.option-wrap .price-box .price,
.diet-course .explanation ul li .price,
.personal-training .explanation ul li .price {
	color: #ff7c7c;
	font-size: 22px;
	margin-bottom: 20px;
}
.experience-wrap .price-box .price span,
.admission-wrap .price-box .price span,
.option-wrap .price-box .price span,
.diet-course .explanation ul li .price span,
.personal-training .explanation ul li .price span {
	font-size: 32px;
}
.admission-wrap,
.option-wrap {
	border: 4px solid #e5e5e5;
	padding: 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: auto;
    align-items: center;
}
.admission-wrap .txt-box,
.option-wrap .txt-box {
	width: 50%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.admission-wrap .price-box,
.option-wrap .price-box {
	width: 50%;
	text-align: center;
}
.admission-wrap .price-box .price,
.admission-wrap .txt-box h4,
.option-wrap .price-box .price,
.option-wrap .txt-box h4,
.diet-course .explanation ul li .price {
	margin-bottom: 0;
}
.diet-course,
.personal-training {
	width: 100%;
	border: 1px solid #212121;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.diet-course .ttl,
.personal-training .ttl {
	background: #212121;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    margin-bottom: 0;
}
.diet-course .ttl .flx-wrap,
.personal-training .ttl .flx-wrap {
	justify-content: flex-start;
	align-items: center;
}
.diet-course .ttl h4,
.personal-training .ttl h4 {
	margin-right: 20px;
	margin-bottom: 0;
}
.diet-course .ttl .caution-ttl,
.personal-training .ttl .caution-ttl {
	margin-right: 5px;
}
.diet-course .ttl .caution-ttl span,
.personal-training .ttl .caution-ttl span {
	background: #666;
	padding: 8px 10px;
	border-radius: 100px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
}
.diet-course .explanation,
.personal-training .explanation {
	padding: 40px;
}
.diet-course .explanation ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.diet-course .explanation ul li {
	width: 49%;
	height: auto;
	border: 4px solid #e5e5e5;
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.diet-course .explanation ul li h5 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20px;
	width: 200px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #ff7c7c;
	text-align: center;
	border-radius: 100px;
	color: #fff;
}
.diet-course .explanation ul li .course-name,
.personal-training .explanation ul li .course-name {
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 10px;
}
.diet-course .explanation ul li .times,
.personal-training .explanation ul li .times {
	margin-bottom: 20px;
	line-height: 100%;
}
.personal-training .explanation ul li .times,
.personal-training .explanation ul li .price {
	margin-bottom: 0;
}
.personal-training .explanation ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.personal-training .explanation ul li {
	width: 49%;
	height: auto;
	border: 4px solid #e5e5e5;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.personal-training .explanation ul li .txt-box,
.personal-training .explanation ul li .price-box {
	border-right: 1px solid #e5e5e5;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.personal-training .explanation ul li .price-box {
	border-right: none;
}
.personal-training .explanation ul li:nth-child(1) {
	width: 100%;
	margin-bottom: 2%;
}
.personal-training .explanation ul li:nth-child(1) .course-name {
	margin-bottom: 0;
}
.payment-wrap {
	border: 4px solid #e5e5e5;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: auto;
    align-items: center;
}
.payment-wrap .txt-box {
    width: 30%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.payment-wrap .price-box {
    width: 70%;
    text-align: center;
}
.payment-wrap .txt-box .eng {
    font-size: 18px;
    color: #e0be7c;
    line-height: 100%;
    margin-bottom: 5px;
}
.payment-wrap .txt-box h4 {
	font-size: 26px;
    line-height: 140%;
    margin-bottom: 15px;
    font-weight: normal;
    margin-bottom: 0;
}
.payment-wrap .card-box {
	width: 70%;
	padding: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center;
}
.payment-wrap .card-box p:first-child {
	margin-right: 20px;
}
.contract {
	background: #212121;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
}
.contract h4 {
	font-size: 26px;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: normal;
    color: #e0be7c;
}
.contract .flx-wrap .btn {
	width: 49%;
	height: auto;
}
.counseling-experience-info {
	width: 100%;
	background: #212121;
	height: auto;
}
.counseling-experience-info .wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}
.counseling-experience-info .wrap div {
	width: 50%;
	height: auto;
	padding: 100px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.counseling-experience-info .wrap div p {
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.counseling-experience-info .wrap div:nth-child(1) .btn {
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	color: #fff;
}
.counseling-experience-info .wrap div:nth-child(2) .btn {
	background: rgba(22,25,40,0.5);
	border: 1px solid #fff;
	color: #fff;
}
.counseling-experience-info .wrap div:nth-child(1) {
	background: url(../images/layouts/bg-counseling-contact.png) no-repeat center top;
}
.counseling-experience-info .wrap div:nth-child(2) {
	background: url(../images/layouts/bg-experience-contact.png) no-repeat center top;
}
#experience-dsc {
	margin-bottom: 60px;
}
#experience-dsc .txt-box {
	width: 70%;
	padding-right: 5%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#experience-dsc .img-box {
	width: 30%;
	height: auto;
}
#experience-dsc .img-box img {
	width: 100%;
	height: auto;
}
#experience-dsc .btn {
	width: 240px;
}
.experience-flow-li {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.experience-flow-li li {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin-bottom: 20px;
}
.experience-flow-li li .img-box {
	width: 30%;
}
.experience-flow-li li .img-box img {
	width: 100%;
	height: auto;
}
.experience-flow-li li .txt-box {
	width: 70%;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.experience-flow-li li .txt-box h3 {
	font-size: 32px;
    line-height: 100%;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
}
.experience-flow-li li .txt-box h3 span {
	font-size: 44px;
	color: #e0be7c;
	font-family: 'Montserrat', sans-serif;
	margin-right: 8px;
}
.experience-flow-li li .txt-box a {
	transition: 0.8s;
}
.experience-flow-li li .txt-box a span {
	text-decoration: underline;
}
.experience-flow-li li .txt-box a:hover {
	color: #e0be7c;
}
.experience-message {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.experience-message .ttl {
	margin: 0 auto;
	padding-bottom: 20px;
}
.experience-message .ttl span {
	width: 520px;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #212121;
	padding: 10px 20px;
	border-radius: 100px;
	font-size: 22px;
	color: #fff;
	margin: 0 auto;
}
.contact-frm.experience-frm input[type="text"],.contact-frm.experience-frm textarea,
.contact-frm.experience-frm input[type="email"],
.contact-frm.experience-frm ul li div:last-child .reserve-date input[type="text"] {
	background: #f5f5f5;
}
textarea{
    width: 100%;
    height: 280px;
}
.contact-frm.experience-frm ul li select {
	background: #f5f5f5;
}
.experience-page-price {
    align-items: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.experience-page-price .txt-box {
    width: 70%;
    height: auto;
    padding: 60px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f5f5f5;
    color: #212121;
}
.experience-page-price .txt-box .flx-wrap .ttl {
	width: 40%;
}
.experience-page-price .txt-box .flx-wrap .caution {
	width: 60%;
}
.experience-page-price .txt-box .eng {
	font-size: 18px;
    color: #e0be7c;
    line-height: 100%;
    margin-bottom: 5px;
}
.experience-page-price .txt-box h4 {
    font-size: 26px;
    line-height: 140%;
    font-weight: normal;
}
.experience-page-price .price-box {
    width: 30%;
    padding: 60px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.experience-page-price .price-box .price {
    color: #ff7c7c;
    font-size: 22px;
}
.experience-page-price .price-box .price span {
	font-size: 32px;
}
#ceo-message {
    margin-bottom: 80px;
}
#ceo-message .txt-box {
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#ceo-message .img-box {
    width: 40%;
    height: auto;
}
#ceo-message .img-box img {
	width: 100%;
	height: auto;
}
#ceo-history {
	margin-bottom: 80px;
}
#ceo-history .img-box {
	width: 40%;
}
#ceo-history .img-box img {
	width: 100%;
	height: auto;
}
#ceo-history .txt-box {
	width: 60%;
	padding-left: 5%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#ceo-history .txt-box .performance-li {
	margin-bottom: 40px;
}
#photo-gallery {
	width: 940px;
	margin: 0 auto;
}
#photo-gallery img {
	width: 100%;
	height: auto;
}
.performance-li li,
.history-li li {
	line-height: 120%;
	margin-bottom: 10px;
}
.under-line {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0, #ffeac0));
    background-image: -o-linear-gradient(transparent 55%, #ffeac0 0);
    background-image: linear-gradient(transparent 55%, #ffeac0 0);
    color: #212121!important;
    font-weight: bold;
    font-size: 16px;
}
.archives-list {
	margin-bottom: 60px;
}
.message-classroom {
	margin-bottom: 60px;
}
.message-classroom li {
	width: 49%;
}
.message-classroom li img {
	width: 100%;
	height: auto;
}
.video-wrap {
	width: 720px;
	height: auto;
	margin: 0 auto;
}
.video-wrap video {
	width: 100%;
	height: auto;
}
/* [03.SINGLE]
--------------------------------------------------------------------------*/
#main-column {
	width: 75%;
	padding-right: 4%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#side-column {
	width: 25%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.single h1 {
	font-size: 24px;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 30px;
}
.single h2 {
	font-size: 22px;
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #212121;
}
.single h3 {
	padding: 5px 15px;
	border-left: 5px solid #e0be7c; 
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 140%;
}
.single h4 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 30px;
}
.ttl-single .cate-date {
	margin-bottom: 0;
}
.ttl-single .cate-date .category {
	padding: 5px 8px;
	background: #ff7c7c;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}
.ttl-single {
	padding-bottom: 30px;
	margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.ttl-single .cate-date .date {
	font-size: 12px;
	color: #999;
}
.li-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
}
.li-sns li {
    margin-right: 20px;
}
.li-sns li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 13px;
    color: #999;
    align-items: center;
}
.li-sns li a .img-box {
    width: 30px;
    height: auto;
    padding-right: 10px;
}
.li-sns li a .img-box img {
	width: 100%;
	height: auto;
}
.article-single-wrap img {
	max-width: 100%;
	height: auto;
}
.article-single-wrap p {
	margin-bottom: 30px;
}

.article-single-wrap a{
	text-decoration: underline;
	color: #ff3a72;
}

#side-column h4 {
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #212121;
}
.new-article-li {
	width: 100%;
	margin-bottom: 40px;
}
.new-article-li li {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.new-article-li li a {
	display: flex;
	flex-wrap: wrap;
}
.new-article-li li .img-box {
	width: 40%;
	height: auto;
}
.new-article-li li .img-box img {
	width: 100%;
	height: auto;
}
.new-article-li li .txt-box {
	width: 60%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 4%;
    font-size: 11px;
    line-height: 140%;
	
}
.new-article-li li .txt-box .category {
	margin-bottom: 2px;
	font-weight: bold;
	color: #ff7c7c;
}
.new-article-li li .txt-box .date {
	margin-bottom: 5px;
	color: #999;
	
}
.category-list ul li {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#single-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
	margin: 0 auto;
	font-size: 14px;
}
#single-pager a {
	padding: 5px 12px;
	border: 1px solid #212121;
}
/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1024px) {
	body.fixed{
		position: fixed;
		width:100%;
	}
	.pkg-1200 {
		width: 100%;
		padding: 80px 20px;
	}
	.pkg-article {
		width: 100%;
		padding: 40px 20px 80px 20px;
	}
	.d-pc {
		display: none;
	}
	.d-sp {
		display: block;
	}
	a[href^="tel:"] {
	    pointer-events: auto;
	}
	.experience-sp-head {
		padding: 10px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #121622;
		color: #fff;
		font-weight: bold;
		display: block;
		position: absolute;
		top: 65px;
		width: 100%;
		z-index: 10;
	}
	.experience-sp-head ul,
	.experience-sp-foot ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.experience-sp-head ul li:first-child,
	.experience-sp-foot ul li:first-child {
		width: 50%;
		font-size: 16px;
		line-height: 120%;
	}
	.experience-sp-head ul li span,
	.experience-sp-foot ul li span {
		font-size: 12px;
	}
	.experience-sp-head ul li .delete-brd,
	.experience-sp-foot ul li .delete-brd {
		text-decoration: line-through;
		font-size: 16px;
	}
	.experience-sp-head ul li:last-child,
	.experience-sp-foot ul li:last-child  {
		width: 50%;
	}
	.experience-sp-head ul li .btn,
	.experience-sp-foot ul li .btn {
		width: 100%;
		height: 44px;
		line-height: 44px;
		background: #ff3a72;
		color: #fff;
		transform: none;
	}
	.experience-sp-foot {
		padding: 10px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #212121;
		color: #fff;
		font-weight: bold;
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
	}
	.experience-sp-foot {
		display: none;
	}
	header,
	.underlayer {
		position: inherit;
		height: auto;
	}
	header div.pkg {
		padding: 0 20px;
	}
	header div.pkg-header,
	.conts-fixed.pkg-header,
	.underlayer div.pkg-header {
		height: 65px;
		padding: 0;
		position: fixed;
		background: #fff;
	}
	header div.pkg-header #logo,
	.underlayer .pkg-header #logo-black {
		display: none;
	}
	#logo-slide,
	.conts-fixed #logo-slide {
		width: 90px;
		height: auto;
		display: block;
		padding: 10px 0 10px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#logo-slide img,
	.conts-fixed #logo-slide img {
		width: 100%;
		height: auto;
	}
	nav#nav-sub,
	nav#nav-main,
	nav#nav-main ul li {
		display: none;
	}
	#menu {
		display: block;
	}
	footer .f-wrap {
		width: 100%;
		padding: 60px 20px 80px 20px;
	}
	.f-wrap .company-profile,
	.f-wrap .site-map,
	.f-wrap .company-profile .txt {
		width: 100%;
	}
	.f-wrap .company-profile {
		margin-bottom: 30px;
	}
	.f-wrap .company-profile .f-logo {
		width: 20%;
		margin-bottom: 20px;
	}
	.back_top a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		bottom: 80px;
	}
	#main {
		height: 640px;
		overflow: hidden;
	}
	#mainvisual .main_top_conts {
		padding: 40% 20px 0 20px;
	}
	#mainvisual .main_top_conts .txt-box h1 {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#mainvisual .main_top_conts .txt-box .catch-copy {
		font-size: 28px;
		line-height: 120%;
		height: auto;
	}
	#mainvisual .main_top_conts .txt-box {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#mainvisual .main_top_conts .img-box {
		width: 100%;
		height: auto;
		text-align: right;
	}
	#mainvisual .main_top_conts .img-box img {
		width: 100%;
		height: auto;
	}
	.swiper-pkg {
		width: 100%;
		max-width: 100%;
	}
	#swiper-buttons {
		margin: 0 20px;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 20px!important;
	}
	.concept-ttl-wrap,
	.access-ttl-wrap {
		padding: 100px 20px 60px 20px;
	}
	.ttl-wrap {
		text-align: center;
	}
	.ttl-wrap .eng {
		font-size: 48px;
		line-height: 48px;
	}
	#bg-concept-message .message {
		width: 200px;
		height: 200px;
	}
	.plan-wrap .txt-box {
		width: 100%;
		margin-bottom: 40px;
	}
	.plan-wrap .what-training {
		width: 100%;
		padding: 30px;
	}
	.campaign-wrap {
		width: 100%;
		padding: 40px 20px;
	}
	.campaign-wrap .txt-box,
	.campaign-wrap .btn-box {
		width: 100%;
		padding: 0;
	}
	.campaign-wrap .txt-box {
		margin-bottom: 30px;
	}
	.trainer-li li {
		display: initial;
	}
	.trainer-li li .img-box,
	.trainer-li li .txt-box {
		width: 100%;
	}
	.message-conts .img-box,
	.message-conts .txt-box {
		width: 100%;
	}
	.message-conts .img-box {
		margin-bottom: 40px;
	}
	.message-conts .txt-box .btn {
		width: 100%;
	}
	.facility-li li {
		width: 48%;
		margin-bottom: 4%;
	}
	.facility-li li .txt-box {
		padding: 20px;
	}
	.access-wrap {
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.shop-name-ttl div:first-child {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.shop-info li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		padding: 0 0 20px 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.blog-ttl-wrap .ttl-wrap {
		width: 100%;
	}
	.article-li {
		justify-content: space-between;
	}
	.article-li li {
		width: 48%;
		margin-bottom: 4%;
		margin-right: 0;
	}
	.article-li li .txt-box {
		padding: 20px;
	}
	.article-li li .txt-box .category {
		width: 100%;
		margin-bottom: 10px;
		line-height: 140%;
	}
	.contact-ttl-wrap {
		margin-bottom: 40px;
	}
	.contact-frm ul li div:first-child,
	.contact-frm ul li div:last-child {
		width: 100%;
	}
	.contact-frm ul li div:first-child {
		margin-bottom: 10px;
	}
	.contact-frm ul li .kibou-ttl,
	.contact-frm ul li div:last-child .reserve-date input[type="text"],
	.contact-frm ul li select {
		width: 100%;
	}
	.contact-frm ul li select {
		margin: 10px 0;
	}
	input[type="submit"] {
		width: 100%;
	}
	#thumbs .swiper-slide {
		width: 24%;
	}
	#main-page,
	#main-archives,
	#main-article {
		padding-top: 130px;
	}
	#breadcrumbs p {
		padding: 12px 20px;
		line-height: 100%;
	}
	#breadcrumbs span,
	#breadcrumbs a {
		line-height: 180%;
	}
    .page-main .eng {
	    font-size: 42px;
    }
    #plan-dsc .txt-box,
    #plan-dsc .img-box {
	    width: 100%;
	    padding-right: 0;
    }
    .admission-wrap,
    .option-wrap {
	    padding: 30px 20px;
    }
    .experience-wrap .txt-box,
    .experience-wrap .price-box {
	    width: 100%;
	    padding: 30px 20px;
    }
    .admission-wrap .txt-box,
    .option-wrap .txt-box {
	    width: 100%;
	    border-right: none;
	    border-bottom: 1px solid #e5e5e5;
	    padding-bottom: 20px;
	    margin-bottom: 25px;
    }
    .admission-wrap .price-box,
    .option-wrap .price-box {
	    width: 100%;
    }
    .diet-course .ttl,
    .personal-training .ttl {
	    padding: 30px 20px;
    }
    .experience-wrap .txt-box .eng,
    .admission-wrap .txt-box .eng,
    .option-wrap .txt-box .eng,
    .diet-course .ttl .eng,
    .personal-training .ttl .eng {
	    text-align: center;
    }
    .experience-wrap .txt-box h4,
    .admission-wrap .txt-box h4,
    .option-wrap .txt-box h4,
    .diet-course .ttl h4,
    .personal-training .ttl h4 {
	    text-align: center;
    }
    .diet-course .ttl h4,
    .personal-training .ttl h4 {
	    width: 100%;
	    margin-bottom: 10px;
	    margin-right: 0;
    }
    .diet-course .explanation,
    .personal-training .explanation {
	    padding: 30px 20px;
    }
    .diet-course .explanation ul li {
	    width: 100%;
	    margin-bottom: 30px;
    }
    .diet-course .explanation ul li:last-child {
	    margin-bottom: 0;
    }
    .personal-training .explanation ul li,
    .personal-training .explanation ul li:nth-child(1) {
	    width: 100%;
	    margin-bottom: 20px;
	    padding: 30px 20px;
    }
    .personal-training .explanation ul li:last-child {
	    margin-bottom: 0;
    }
    .personal-training .explanation ul li .txt-box {
	    width: 100%;
	    border-right: none;
	    border-bottom: 1px solid #e5e5e5;
	    padding-bottom: 20px;
	    margin-bottom: 25px;
    }
    .personal-training .explanation ul li .price-box {
	    width: 100%;
    }
    .payment-wrap {
	    padding: 30px 20px;
    }
    .payment-wrap .txt-box {
	    width: 100%;
	    padding-bottom: 20px;
	    margin-bottom: 25px;
	    border-right: none;
	    border-bottom: 1px solid #e5e5e5;
    }
    .payment-wrap .card-box {
	    width: 100%;
	    padding: 0;
	    text-align: center;
    }
    .payment-wrap .card-box p {
	    width: 100%;
    }
    .payment-wrap .card-box p:first-child {
	    margin-bottom: 20px;
	    margin-right: 0;
    }
    .payment-wrap .card-box p img {
	    width: 100%;
	    height: auto;
    }
    .contract .flx-wrap .btn {
	    width: 100%;
	    margin-bottom: 20px;
    }
    .contract .flx-wrap .btn:last-child {
	    margin-bottom: 0;
    }
    .counseling-experience-info .wrap div:nth-child(1),
    .counseling-experience-info .wrap div:nth-child(2) {
	    width: 100%;
	    padding: 60px 40px;
    }
    #experience-dsc .txt-box {
	    width: 100%;
	    padding-right: 0;
    }
    #experience-dsc .btn {
	    width: 100%;
    }
    #experience-dsc .img-box {
	    display: none;
    }
    .experience-flow-li li .img-box,
    .experience-flow-li li .txt-box {
	    width: 100%;
    }
    .experience-flow-li li .txt-box h3 {
	    font-size: 24px;
	    display: flex;
	    align-items: center;
	    width: 100%;
    }
    .experience-flow-li li .txt-box h3 span {
	    margin-right: 5px;
	    font-size: 38px;
    }
    .experience-flow-li li .txt-box h3 span.w-50 {
	    width: 50px;
    }
    .experience-message .ttl {
	    display: inline-flex;
    }
    .experience-message .ttl span {
	    width: 100%;
	    padding: 10px 30px;
	    font-size: 18px;
	    line-height: 120%;
    }
    .experience-page-price .txt-box,
    .experience-page-price .price-box,
    .experience-page-price .txt-box .flx-wrap .ttl,
    .experience-page-price .txt-box .flx-wrap .caution {
	    width: 100%;
    }
    .experience-page-price .txt-box h4 {
	    margin-bottom: 15px;
	    text-align: center;
    }
    .experience-page-price .txt-box .eng {
	    text-align: center;
    }
    .experience-page-price .txt-box,
    .experience-page-price .price-box {
	    padding: 30px 20px;
    }
    #ceo-message .img-box {
	    width: 100%;
	    order: 1;
	    margin-bottom: 40px;
    }
    #ceo-message .txt-box {
	    width: 100%;
	    padding-right: 0;
	    order: 2;
    }
    #ceo-history .txt-box {
	    width: 100%;
	    padding-left: 0;
    }
    #ceo-history .img-box {
	    width: 100%;
	    margin-bottom: 40px;
    }
    #photo-gallery {
	    width: 100%;
    }
    #main-column {
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: 60px;
    }
    #single-pager {
	    width: 100%;
	    padding-top: 40px;
    }
    #side-column {
	    width: 100%;
    }
    .li-sns li a {
	    font-size: 11px;
    }
    .li-sns li a .img-box {
	    width: 25px;
	    padding-right: 5px;
    }
    .li-sns li:last-child {
	    margin-right: 0;
    }
    .message-classroom li {
	    width: 100%;
	    height: auto;
	    margin-bottom: 20px;
    }
    .message-classroom {
	    margin-bottom: 0;
    }
    .video-wrap {
	    width: 100%;
	    height: auto;
    }
}



/* [width:1680-2400]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1680px) and ( max-width:2400px){
	#logo {
	    width: 5%;
	}
	nav#nav-main {
	    width: 92%;
	}
	.underlayer .pkg-header #logo-black,
	.underlayer .conts-fixed #logo-slide {
    	width: 5%;
    }
    .conts-fixed #logo-slide {
    	width: 5%;
    }
    .conts-fixed nav#nav-main {
	    width: 94%;
	}
	#mainvisual .main_top_conts {
		max-width: 1440px;
		padding-top: 5%;
	}
	#mainvisual .main_top_conts .txt-box .catch-copy {
    	font-size: 74px;
    }
}
/* [width:1020-1280]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1020px) and ( max-width:1280px){
	.conts-fixed #logo-slide {
		padding: 20px 0 0 20px;
    }
}
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
}



