﻿/*
Theme Name: カイロ整体＆コアトレ cocoro

font-family: "Zen Kaku Gothic New";

*/

@charset "utf-8";

/* base
--------------------------------------------*/
* {
  font-family: 'Zen Kaku Gothic New','Noto Sans Japanese','HiraKakuProN-W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
}
html { font-size: 62.5%; }

/* layout
--------------------------------------------*/
#container {
  width: 850px;
  margin: 0 auto;
}

/* body
--------------------------------------------*/
body {
  line-height: calc(25 / 15);
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}

/* header
--------------------------------------------*/
header {
  position: relative;
}
header #siteTitle {
  position: relative;
  z-index: 110;
}

/* type1*/
header.type1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #FFF;
}
header.type1 #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
header.type1 #headerInner .disc {
  margin-top: 10px;
}
header.type1 #headerContent {
  display: flex;
  flex-flow: row-reverse;
}
header.type1 nav ul {
  display: flex;
  margin-right: 20px;
  font-weight: 500;
}
header.type1 nav ul li:not(:first-child) {
  margin-left: 50px;
}
header.type1 nav ul li a:hover {
  transition: all 0.2;
  color: rgba(31,125,90,07);
}
header.type1 .headerMenu {
  display: flex;
}
header.type1 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type1 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

/* main
--------------------------------------------*/
#main {

}
body:not(.home) #main {
  padding-top: 69px;
}
body.page:not(.contact):not(.about) #main {
  background-color: #FDF6ED;
}
#contents {
  box-sizing: border-box;
}
#contents .content img {
  max-width: 100%;
  height: auto;
}

/* side
--------------------------------------------*/
#side > div {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}
#side  .years > select {
  display: block;
  margin-bottom: 20px;
}
#side  .years > ul {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------*/
footer img {
  max-width: 100%;
  height: auto;
}
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 54px;
}

footer.type1 {
  padding-top: 50px;
  background-color: #FFF;
}
footer.type1 #footerInner {
  max-width: 980px;
  margin: 0 auto 50px;
}
footer.type1 #footerInfo {
  text-align: center;
}
footer.type1 .footerSiteLogo {
  margin-bottom: 10px;
}
.textSiteTitle {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}
footer.type1 .footerText {
  margin-bottom: 10px;
  font-weight: 500;
}
footer.type1 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type1 .link {

}
footer.type1 .link a {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #000;
  text-align: center;
}
footer.type1 #footerMenu {
  background-color: #EBF4EC;
}
footer.type1 #footerMenu > ul {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
  padding: 15px;
}
footer.type1 #footerMenu li {
  margin-bottom: 5px;
}
footer.type1 #footerMenu li a {
  font-weight: 500;
}
footer.type1 #footerMenu li a:hover {
  transition: all 0.2;
  color: rgba(31,125,90,07);
}

footer.type1 #copyright {
  padding: 15px 0;
  background-color: #FFF;
  text-align: center;
}


footer.type2 {

}
footer.type2 #footerMenu {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
footer.type2 #footerMenu ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
footer.type2 #footerMenu ul li {
  border-right: solid 1px #000;
  margin-right: 10px;
  padding-right: 10px;
}
footer.type2 #footerMenu ul li:last-child {
  border-right: none;
}
footer.type2 #footerInner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
footer.type2 .footerSiteLogo {
  margin-bottom: 10px;
}
footer.type2 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type2 .footerText {
  margin-bottom: 10px;
}
footer.type2 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type2 .link {

}
footer.type2 .link a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
footer.type2 #footerContent1 {

}
footer.type2 #footerContent1 #copyright {
  margin-bottom: 5px;
}


/* slider
---------------------------------------------*/
.slideContent {
  position: relative;
}
.slideContent .catch {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  text-align: center;
}
.slider.typeFH {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.typeFH img {
  width: 100%;
}
.slider.typeFH .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.typeFH .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.typeFH .slick-slide {
  height: auto!important;
}
.slider.typeFH .slick-dots {
  bottom: 30px;
}
.slider.typeFH .slick-dots button {

}
.slider.typeFH .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.typeFH .slick-dots .slick-active button:before {
  background-color: #FFF;
}
.slider.typeFH img.slideImg {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.slider.type1 {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.type1 img {
  width: 100%;
}
.slider.type1 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.type1 .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.type1 .slick-slide {
  height: auto!important;
}
.slider.type1 .slick-dots {
  bottom: 30px;
}
.slider.type1 .slick-dots button {

}
.slider.type1 .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.type1 .slick-dots .slick-active button:before {
  background-color: #FFF;
}


.slider.type2 {
  height: 100vh;
  margin-bottom: 50px;
}
.slider.type2 .sliderText {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}
.slider.type2 .sliderText.right {
  right: 0;
  left: auto;
  justify-content: right;
  margin-right: 100px;
  text-align: right;
}
.slider.type2 .sliderText.left {
  justify-content: left;
  margin-left: 100px; 
  text-align: left;
}
.slider.type2 .sliderText.center {
  justify-content: center;
  text-align: center;
}
.slider.type2 .sliderText img {
  transition: all 5s;
  opacity: 1;
}
.slider.type2 .vegas-transition-fade-out .sliderText img {
  opacity: 0;
}


.carousel .slick-prev,
.carousel .slick-next {
  height: 36px;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
}
.carousel .slick-prev::before {
  background-image: url(./images/arrow_1_left.png);
}
.carousel .slick-next::before {
  background-image: url(./images/arrow_1_right.png);
}
.carousel .slick-list {
  margin-left: 55px;
}
.carousel .slick-list li a {
  display: block;
  text-decoration: none;
}
.carousel .slick-list li a img {
  width: 240px;
  height: 160px;
  margin-bottom: 5px;
}

/* main
------------------------------------------------------------------*/

/* contents
-----------------------------------*/
.content {
  padding: 100px 0;
}
#contents .content:first-child {
  padding: 100px 0;
}
#contents .content:not(.bg):not(:first-child) {
  padding: 0 0 100px;
}
#contents .content.bg + .content {
  padding: 100px 0;
}
.content.bg {
  background-color: #FDF6ED;
}
.content .contentInner {
  max-width: 880px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.content .contentInner .block:not(:last-child) {
  margin-bottom: 80px;
}

/* type1 */
.content.type1 {
  background-image: url("./images/top/type1_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.content.type1 .contentInner .block .text {
  width: 680px;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.98);
}
.content.type1 .contentInner .block.right {
  display: flex;
  justify-content: flex-end;
}
.content.type1 .contentInner .block .text p {
  margin-bottom: 35px;
}

/* type2 */
.content.type2 {

}
.content.type2 .block {
  position: relative;
  margin-bottom: 100px;
  padding-left: 130px;
}
.content.type2 .block:not(:last-child) {
  margin-bottom: 150px;
}
.content.type2 .block .image {
  position: absolute;
  top: 0;
  right: 0;
}
.content.type2 .block .image img {
  width: 500px;
}
.content.type2 .block .text {
  width: 500px;
}
.content.type2 .block .text p {
  margin-bottom: 35px;
}
.content.type2 .block:nth-child(even) {
  padding-left: 560px;
}
.content.type2 .block:nth-child(even) .text {

}
.content.type2 .block:nth-child(even) .image {
  left: 0;
}


/* type3 */
.content.type3 {

}
.content.type3 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type3 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type3 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type3 .contentInner .block .image {
  width: 700px;
}
.content.type3 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type3 .contentInner .block .text {
  width: 523px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type3 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type3 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type3 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}


/* type4 */
.content.type4 {
  position: relative;
  background-image: url("./images/top/type4_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content.type4:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35,24,21,0.8);
}
.content.type4 > * {
  color: #FFF;
}
.content.type4 .contentInner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.content.type4 .contentInner h2 {
  margin-bottom: 80px;
}
.content.type4 .contentInner .text {
  margin-bottom: 80px;
}



/* type5 */
.content.type5 {

}
.content.type5 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type5 .contentInner h2 .jp {

}
.content.type5 .contentInner h2 .en {

}
.content.type5 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type5 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type5 .contentInner .block .image {
  width: 1100px;
}
.content.type5 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type5 .contentInner .block .text {
  width: 400px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type5 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type5 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type5 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}

/* content contact */
#contentContact {
  text-align: center;
}
#contentContact .text p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#contentContact .text .tel {
  margin-bottom: 0;
  font-size: 3.8rem;
  color: #02227E;
}
#contentContact .text .tel a {
  color: #02227E;
}
#contentContact .text .small {
  font-size: 1.2rem;
  color: #02227E;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3b3b3b;
  text-align: center;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more.type2 a {
  position: relative;
  display: inline-block;
  width: 155px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
.more.type2.cWhite a {
  border: solid 1px #FFF;
  color: #FFF;
}

/* button
-----------------------------------*/
.button.type1 a {
  position: relative;
  display: inline-block;
  padding: 11px 18px;
  background-color: #8C8C8C;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
}
.button.type1 a:hover {
  opacity: 0.7;
}

/* bread crumbs
-----------------------------------*/
.breadcrumb {
  line-height: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb li * {
  font-size: 1.3rem; 
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  margin: 0 10px;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center!important;
}
.alignL {
  text-align: left!important;
}
.alignR {
  text-align: right!important;
}

.mb0 {
  margin-bottom: 0px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mb110 {
  margin-bottom: 110px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.mb130 {
  margin-bottom: 130px!important;
}
.mb140 {
  margin-bottom: 140px!important;
}
.mb150 {
  margin-bottom: 150px!important;
}
.mb160 {
  margin-bottom: 160px!important;
}
.mb180 {
  margin-bottom: 180px!important;
}
.mb200 {
  margin-bottom: 200px!important;
}

.fwReg {
  font-weight: 400;
}
.fwMed {
  font-weight: 500;
}
.fwBold {
  font-weight: 600;
}

.fz25 {
  font-size: 2.5rem;
}

.icTel {
  display: inline-block;
  padding-left: 20px;
  background-image: url("./images/common/ic_tel.png");
  background-image: image-set(url("./images/common/ic_tel.png") 1x, url("./images/common/ic_telx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_tel.png") 1x, url("./images/common/ic_telx2.png") 2x);
  background-position: 0px 12px;
  background-repeat: no-repeat;
}

.cols2,
.cols3,
.cols4 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (40px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (40px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (40px * 3)) / 4);
}
.cols2.rev {
  flex-flow: row-reverse;
}
.cols2.rev > *:nth-child(odd) {
  margin-right: 0;
}
.cols2.rev > *:nth-child(even) {
  margin-right: 40px;
}

.layoutCols2 {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
  max-width: 880px;
  margin: 0 auto;
}
.layoutCols2 .colsMain {
  width: calc(100% - 150px - 40px);
}
.layoutCols2 .colsSide {
  width: 150px;
  margin-right: 40px;
}
.layoutCols2 .fixedSide {

}

.content .block:not(:last-child) {
  margin-bottom: 40px;
}
.content .image {
  margin-bottom: 20px;
}
.content .text {
  text-align: justify;
}
.content .text:not(:last-child) {
  margin-bottom: 40px;
}
.content .text p:not(:last-child) {
  margin-bottom: 20px;
}

.head.type1 {
  margin-bottom: 50px;
}
.head.type2 {
  line-height: calc(65 / 40);
  margin-top: calc(-65rem / 40);
  margin-bottom: 70px;
  text-align: center;
  font-weight: 400;
  font-size: 4rem;
}
.head.type3 {
  line-height: calc(73 / 35);
  margin-top: calc(-73rem / 35);
  font-weight: 400;
  font-size: 3.5rem;
}
.head.type3 span {
  position: relative;
}
.head.type3 span:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: inline-block;
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(31, 125, 90, 0.4);
}
.head.type4 {
  margin-top: calc((-25rem / 15) /2 );
  font-weight: 500;
  font-size: 2rem;
}
.head.type5 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #1F7D5A;
}
.head.type5 span {
  font-weight: 400;
  color: #1F7D5A;
}
.head.type6 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.5rem;
}
.head.type6 span {
  font-weight: 400;
}
.head.type7 {
  margin-bottom: 20px;
}
.head.type7 span {
  display: block;
  font-weight: 500;
  font-size: 2rem;
}
.head.type7 span:nth-child(1) {
  font-size: 1.5rem;
}

.list.typePrice li {
  display: flex;
}
.list.typePrice li span:nth-child(1) {
  display: inline-block;
  width: 140px;
}
.list.typePrice li span:nth-child(2) {
  width: calc(100% - 140px);
}
.list.typePrice li.wide span:nth-child(1) {
  width: 190px;
}
.list.typePrice li.wide span:nth-child(2) {
  width: calc(100% - 190px);
}

.arrowList.type1 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type1 li a:before,
.arrowList.type1 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type1 li a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background-color: #FFF;
  border-radius: 50%;
}
.arrowList.type1 li a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowList.type2 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type2 li a:before,
.arrowList.type2 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type2 li a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowList.type2 li a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.arrowList.type3 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type3 li a:before,
.arrowList.type3 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type3 li a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.arrowList.type3 li a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.arrowDown.type1 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type1 a:before,
.arrowDown.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type1 a:before {
  left: calc(50% - (18px / 2));
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 50%;
}
.arrowDown.type1 a:after {
  left: calc(50% - (4.5px / 2));
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type2 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type2 a:before,
.arrowDown.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type2 a:before {
  left: calc(50% - (1.4px / 2));
  bottom: -33px;
  width: 1.4px;
  height: 42px;
  background-color: #000;
}
.arrowDown.type2 a:after {
  left: calc(50% - (11.4px / 2));
  bottom: -33px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #000;
  border-right: 1.4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type3 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type3 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type3 a:before,
.arrowDown.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type3 a:before {
  left: calc(50% - 0.5px);
  bottom: -15px;
  width: 1px;
  height: 25px;
  background-color: #02227E;
}
.arrowDown.type3 a:after {
  left: calc(50% - 0.5px);
  bottom: -11px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(135deg);
}

.panelBg.typeL,
.panelBg.typeR {
  position: relative;
}
.panelBg.typeL:before,
.panelBg.typeR:before {
  position: absolute;
  top: -100px;
  z-index: 0;
  display: block;
  content: "";
  width: calc((100% - 185px) + ((100vw - 880px) / 2) );
  height: calc(100% + 100px);
  padding-bottom: 20px;
  background-color: #EBF4EC;
}
.panelBg.typeL:before {
  left: calc((880px - 100vw) / 2);
  border-radius: 0 0 30px 0;
}
.panelBg.typeR:before {
  right: calc((880px - 100vw) / 2);
  border-radius: 0 0 0 30px;
}
.panelBg.typeL > *,
.panelBg.typeR > * {
  position: relative;
  z-index: 1;
}

.archives.type1 {
  margin-bottom: 20px;
}
.archives.type1 li {
  display: flex;
  align-items: baseline;
}
.archives.type1 .date {
  width: 65px;
  margin-right: 30px;
}
.archives.type1 a {
  display: inline-block;
  max-width: calc(100% - 65px - 30px);
}
.archives.type2 {
  display: flex;
  margin-bottom: 20px;
}
.archives.type2 li {
  width: calc((100% - (67px * 3)) / 4);
  margin-right: 67px;
}
.archives.type2 li:last-child {
  margin-right: 0;
}
.archives.type2 li .image {
  margin-bottom: 10px;
}
.archives.type2 li .image img {
  transition: all 0.2s;
}
.archives.type2 li .image:hover img {
  opacity: 0.7;
}
.archives.type2 li .head {
  line-height: calc(18 / 13);
  font-weight: 400;
  font-size: 1.3rem;
}

.archives.type3 li {
  background-color: #FFF;
  margin-bottom: 45px;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
.archives.type3 li .date {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #1F7D5A;
}
.archives.type3 li .head {
  line-height: calc(30 / 18);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.8rem;
}

.archives.type4 li {
  background-color: #FFF;
  margin-bottom: 45px;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
.archives.type4 li .cols2 > * {
  margin-bottom: 0!important;
}
.archives.type4 li .date {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #1F7D5A;
}
.archives.type4 li .image {
  width: 235px;
}
.archives.type4 li .col {
  width: calc(100% - 235px - 55px);
  margin-right: 55px;
}
.archives.type4 li .head {
  line-height: calc(30 / 18);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
}
.archives.type5 li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1.5px #1F7D5A;
}
.archives.type5 li .date {
  display: block;
  font-weight: 600;
  color: #1F7D5A;
}
.archives.type5 li a {
  display: inline-block;
  font-weight: 500;
}

body:not(.home) #contentMenuPanel {
  padding-bottom: 0!important;
}
#contentMenuPanel .panelMenu > * {
  margin-bottom: 0;
  margin-right: 0!important;
  background-color: #FFF;
}
#contentMenuPanel .panelMenu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 345px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
#contentMenuPanel .panelMenu a:hover {
  opacity: 0.7;
}
.panelMenu.type1 li {
  width: calc(50%);
}
.panelMenu.type2 li {
  width: calc(100%  /3);
}
.panelMenu.type1 li:nth-child(1) a {
  background-image: url("./images/common/menu1-1.jpg");
  background-image: image-set(url("./images/common/menu1-1.jpg") 1x, url("./images/common/menu1-1x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/common/menu1-1.jpg") 1x, url("./images/common/menu1-1x2.jpg") 2x);
}
.panelMenu.type1 li:nth-child(2) a {
  background-image: url("./images/common/menu1-2.jpg");
  background-image: image-set(url("./images/common/menu1-2.jpg") 1x, url("./images/common/menu1-2x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/common/menu1-2.jpg") 1x, url("./images/common/menu1-2x2.jpg") 2x);
}
.panelMenu.type2 li:nth-child(1) a {
  background-image: url("./images/common/menu2-1.jpg");
  background-image: image-set(url("./images/common/menu2-1.jpg") 1x, url("./images/common/menu2-1x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/common/menu2-1.jpg") 1x, url("./images/common/menu2-1x2.jpg") 2x);
}
.panelMenu.type2 li:nth-child(2) a {
  background-image: url("./images/common/menu2-2.jpg");
  background-image: image-set(url("./images/common/menu2-2.jpg") 1x, url("./images/common/menu2-2x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/common/menu2-2.jpg") 1x, url("./images/common/menu2-2x2.jpg") 2x);
}
.panelMenu.type2 li:nth-child(3) a {
  background-image: url("./images/common/menu2-3.jpg");
  background-image: image-set(url("./images/common/menu2-3.jpg") 1x, url("./images/common/menu2-3x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/common/menu2-3.jpg") 1x, url("./images/common/menu2-3x2.jpg") 2x);
}


/* table */
table {
  width: 100%;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
table th {

}
table td {
  
}

table.type1 {

}
table.type1 th,
table.type1 td {
 border-bottom: solid 1px #000;
}
table.type1 th {

}
table.type1 td {
  
}

table.type2 {

}
table.type2 th,
table.type2 td {
 border: solid 1px #000;
}
table.type2 th {

}
table.type2 td {
  
}

table.typeList {

}
table.typeList th,
table.typeList td {
 display: list-item;
 list-style: none;
}
table.typeList th {
  padding-bottom: 0;
  border-bottom: none;
}
table.typeList td {
  
}

/* tabs */
.tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
}
.tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% + 4px) / 3);
  height: 58px;
  line-height: calc(34 / 20);
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
  border: solid 2px #8FCC9B;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
}
.tabs li:not(:first-child) {
  margin-right: -2px;
}
.tabs li.current {
  height: 72px;
  background-color: #8FCC9B;
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFF;
}
.tabContents {
  display: none;
}
#tab1.tabContents {
  display: block;
}
.tabContent {
  padding: 70px 0;
}

/* form */
.contactForm {
  padding-top: 30px;
}
.contactForm .line {
  margin-bottom: 25px;
}
.contactForm .head {
  line-height: calc(30 / 15);
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 1.5rem;
}
.contactForm .head .req {
  display: inline-block;
  margin-left: 5px;
}
.contactForm .line input,
.contactForm .line textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-appearance: none;
}
.contactForm input[type="submit"] {
  position: relative;
  display: inline-block;
  max-width: 100px;
  width: 100%;
  padding: 11px 18px;
  background-color: #1F7D5A;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.2s;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
}
.contactForm input[type="submit"]:hover {
  opacity: 0.8;
}
.contactForm .wpcf7-spinner {
  display: block;
}


/* page */
#pageHeader {
  position: relative;
  margin-bottom: 25px;
}
.pageImage {
  height: 390px;
  overflow: hidden;
}
.pageImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTitle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pageTitle span {

}
body.page .head.type2 + .text.fwMed {
  margin-bottom: 80px;
  text-align: center;
}
body.page .head.type2 + .text.fwMed + .image {
  text-align: center;
}
body.page .head.type3.alignC + .text {
  text-align: center;
}

/* archive */
body.archive .pagenation {
  text-align: center;
}
body.archive .pagenation .page-numbers:not(.prev):not(.next) {
  margin: 0 5px;
  padding: 7px 13px;
  border: solid 1px #8C8C8C;
  border-radius: 5px;
  transition: all 0.4s;
}
body.archive .pagenation .page-numbers.current,
body.archive .pagenation .page-numbers:not(.prev):not(.next):hover {
  background-color: #8C8C8C;
  color: #FFF;
}

/* single */
body.single #contents .content .contentInner .docContent {
  margin-bottom: 35px;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #FFF;
}
body.single .docContent p {
  margin-bottom: 10px;
}
body.single .docContent .date {
  margin-bottom: 15px;
  font-weight: 600;
  color: #1F7D5A;
}
body.single .docContent h2.wp-block-heading {
  margin-bottom: 15px;
  text-decoration: underline #1F7D5A 6px;
  font-weight: 500;
  font-size: 1.8rem;
}
body.single .docContent h3.wp-block-heading {
  position: relative;
  margin-bottom: 15px;
  padding-left: 18px;
  font-weight: 500;
  font-size: 1.5rem;
}
body.single .docContent h3.wp-block-heading:before {
  position: absolute;
  top: 6.5px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #1F7D5A;
  border-radius: 50%;
}
body.single .docContent h4.wp-block-heading {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.5rem;
}
body.single .docContent h5.wp-block-heading {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}
body.single .docContent h6.wp-block-heading {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}
body.single .docContent .wp-block-image {
  margin-bottom: 15px;
}
body.single-news .docContent h1 {
  line-height: calc(30 / 18);
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.8rem;
}
body.single-blog .docContent h1 {
  line-height: calc(35 / 25);
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid 13px #1F7D5A;
  font-weight: 500;
  font-size: 2.5rem;
}
.pagenation {
  position: relative;
}
.pagenation .screen-reader-text {
  display: none;
}
body.single .pagenation:after {
  position: absolute;
  top: 15%;
  left: 50%;
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #000;
}
.pagenation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.pagenation .nav-links .nav-previous,
.pagenation .nav-links .nav-next {
  width: 40%;
}
.pagenation .nav-links .nav-previous {
  
}
.pagenation .nav-links .nav-next {
  margin-left: auto;
}
.pagenation .nav-links .nav-previous span,
.pagenation .nav-links .nav-next span {
  display: block;
  text-align: center;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
}
.pagenation .nav-links .nav-previous a:after,
.pagenation .nav-links .nav-next a:after {
  position: absolute;
  top: calc(50% - 7px);
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.pagenation .nav-links .nav-previous a:after {
  left: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pagenation .nav-links .nav-next a:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* TOP */
.home .slideContent {
  height: 100vh;
}
.home .slideContent .typeFH {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.home .slideContent .typeFH video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .content {
  background-color: rgba(253,246,237,1);
}
.home #content1 .image {
  width: calc(100% - 500px - 50px);
}
.home #content1 .col {
  width: 500px;
  margin-right: 50px;
}
.home #content1 .col .head {
  width: 49px;
  margin-right: 30px;
}
.home #content1 .col .text {
  width: calc(100% - 49px - 30px);
}
.home #content1 .col .text .sentence {
  margin-bottom: 20px;
}
.home #contentNew {
  overflow: hidden;
  padding-top: 100px!important;
}
.home #contentNew .contentInner .head,
.home #contentNew .contentInner .archives {
  margin-left: auto;
  margin-right: 0;
}
.home #contentNew .contentInner .head {
  max-width: 540px;
}
.home #contentNew .contentInner .archives {
  max-width: 440px;
}

/* training パーソナルトレーニング */
body.training .head.type3 {
  font-size: 3rem;
}
body.training #content3 {
  overflow: hidden;
}
body.training #content3 .panelBg {
  padding-top: 25px;
}
body.training #content3 .panelBg:before {
  top: 0;
  width: calc((100% - 135px) + ((100vw - 880px) / 2) );
  height: 100%;
}
body.training #content3 .panelBg .inner {
  justify-content: end;
  max-width: 750px;
  margin: 0 0 0 auto;
}
body.training #content3 .panelBg .inner .col {
  max-width: 260px;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 0;
}
body.training #content3 .panelBg .inner .image {
  width: calc(100% - 285px - 25px);
  margin-bottom: 0;
}
body.training #content3 .panelBg .inner .image img:nth-child(1) {
  margin-right: 8px;
}

/* about 店舗案内 */
body.about #content3 {
  padding-bottom: 0!important;
  background-color: #FFF;
}
body.about #content3 .image {
  width: 215px;
  margin-right: 45px;
}
body.about #content3 .col {
  width: calc(100% - 215px - 45px);
}

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

  /* breadcrumb */
  .breadcrumb {
    width: calc(100% - (20px * 2));
  }

  /* main */
  .content .contentInner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* footer */
  footer.type1 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type1 #footerMenu {

  }
  footer.type1 #copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type2 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* training */
  body.training #content3 .panelBg::before {
    right: calc(((880px - 100vw) / 2) - 20px);
    width: calc((100%) + ((100vw - 880px) / 2) );
  }

}

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

  header.type1 nav ul li:not(:first-child) {
    margin-left: 25px;
  }

}

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

  .panelBg.typeL::before,
  .panelBg.typeR::before {
    top: -100px;
    width: calc(100% - 15px);
    height: calc(100% + 100px);
  }
  .panelBg.typeL::before {
    left: 0;
  }
  .panelBg.typeR::before {
    right: 0;
  }

  body.training #content3 .panelBg::before {
    right: -20px;
    width: calc(100% + 20px);
  }
  
}

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

  /* header */
  header #siteTitle {
    width: 100%;
    text-align: center;
  }

  /* menu */
  header nav {
    position: fixed;
    top: 0;
    left: -100vw;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #EBF4EC;
    z-index: 100;
  }
  header nav ul {
    display: block !important;
    width: 100%;
  }
  header nav > ul {
    margin: 100px 0;
  }
  header.type1 nav ul {
    /* margin-left: 15px; */
  }
  header nav ul li {
    margin-left: 0!important;
  }
  header nav ul li a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    color: rgba(0,0,0,0.65);
  }
  header nav ul li .parent.pc {
    display: none!important;
  }
  .menuButton {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 100000;
    padding: 20px;
    cursor: pointer;
  }
  .memberButton {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 100000;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-size: 12px; /*add UDW 20161212*/
    height: 21px;
    overflow: hidden;
    position: relative;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    width: 23px;
    height: 17px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1F7D5A;
  }
  .underSpHeader .menu-trigger span {
    background-color: #1F7D5A;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .active .menu-trigger span {
    background-color: #1F7D5A;
    color: #1F7D5A;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* training */
  body.training .head.type3 {
    font-size: 2rem;
  }

}

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

  header .search {
    width: 100%;
    text-align: center;
  }
  #contents {
    width: 100%;
    margin: 0;
  }
  .article {
    margin: 0;
  }
  .layoutCols2 .colsSide .inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* header */
  header.type1 {
    padding: 6px 20px;
  }
  header.type2 {
    padding: 10px 20px;
  }
  header.type3 {
    padding: 10px 20px;
  }
  header.type4 {
    padding: 10px 20px;
  }
  header.type5 {
    padding: 10px 20px;
  }
  header #headerInner {
    width: 100%!important;
  }
  header.type3 #headerInner #siteTitle {
    text-align: left;
  }
  header.type4 #headerInner {
    text-align: left;
  }

  /* slider */
  .slider.type1 .slick-list {
    height: 500px;
    margin-left: calc( (100vw - ((500 / 540) * 1100px)) / 2 );
  }
  .slider.type1 .slick-slide img {
    width: calc((500 / 540) * 1100px);
    height: 100%;
  }
  .slider .slick-dots button::before {
    width: 5px;
    height: 5px;
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .slideContent .catch {
    bottom: 120px;
    width: 100%;
  }
  .slideContent .catch img {
    width: 90%;
    height: auto;
  }
  .carousel .slick-prev {
    left: 25px;
  }
  .carousel .slick-next {
    right: 25px;
  }
  .carousel .slick-list {
    margin: 0;
  }
  .carousel .slick-slide a {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .carousel .slick-list li a img {
    max-width: 100%;
    height: auto;
  }

  /* main */
  .content {
    padding: 50px 0;
  }
  .content .contentInner {

  }
  #contents .content:first-child {
    padding: 50px 0;
  }
  #contents .content:not(.bg):not(:first-child) {
    padding: 0 0 50px;
  }
  #contents .content.bg + .content {
    padding: 50px 0 50px;
  }

  /* footer */
  footer #footerInner {
    width: 100%!important;
    box-sizing: border-box;
  }
  footer.type1 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type1 #footerMenu {
    display: none;
    margin-bottom: 40px;
  }
  footer.type1 #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer.type2 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type2 #footerMenu ul {
    width: 100%;
  }


  /* type1 */
  .content.type1 .contentInner .block .text {
    width: 100%;
  }

  /* type2 */
  .content.type2 .block .image img {
    max-width: 100%;
    height: auto;
  }
  .content.type2 .block .text {
    width: 100%;
  }

  /* common */
  .pc {
    display: none!important;
  }

  .alignC_sp {
    text-align: center!important;
  }
  .alignL_sp {
    text-align: left!important;
  }
  .alignR_sp {
    text-align: right!important;
  }

  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mb60_sp {
    margin-bottom: 60px!important;
  }
  .mb70_sp {
    margin-bottom: 70px!important;
  }
  .mb80_sp {
    margin-bottom: 80px!important;
  }
  .mb90_sp {
    margin-bottom: 90px!important;
  }
  .mb100_sp {
    margin-bottom: 100px!important;
  }
  .mb110_sp {
    margin-bottom: 110px!important;
  }
  .mb120_sp {
    margin-bottom: 120px!important;
  }
  .mb130_sp {
    margin-bottom: 130px!important;
  }
  .mb140_sp {
    margin-bottom: 140px!important;
  }
  .mb150_sp {
    margin-bottom: 150px!important;
  }
  .mb160_sp {
    margin-bottom: 160px!important;
  }
  .mb180_sp {
    margin-bottom: 180px!important;
  }
  .mb200_sp {
    margin-bottom: 200px!important;
  }

  .fwReg_sp {
    font-weight: 400;
  }
  .fwMed_sp {
    font-weight: 500;
  }
  .fwBold_sp {
    font-weight: 600;
  }

  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 40px!important;
    margin-bottom: 40px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (40px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (40px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (40px * 3)) / 4)!important;
  }

  .layoutCols1_sp {
    display: block;
  }
  .layoutCols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols1_sp .colsMain {
    margin-bottom: 40px;
  }

  .content .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .image {
    margin-bottom: 20px;
  }
  .content .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .head.type2 {
    line-height: calc(32 / 22);
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .head.type3 {
    line-height: calc(35 / 20);
    margin-top: 0;
    font-size: 2rem;
  }
  .head.type3 span::before {
    bottom: 0;
  }
  .head.type4 {
    margin-top: 0;
  }

  .button.type1 {
    text-align: center!important;
  }

  .panelBg.typeL::before, .panelBg.typeR::before {
    top: -50px;
    height: calc(100% + 50px);
  }

  #contentMenuPanel .panelMenu {
    padding: 0 25px;
    background-color: rgba(255,255,255,0.9);
  }
  #contentMenuPanel .panelMenu > *:not(:last-child) {
    margin-bottom: 20px;
  }
  #contentMenuPanel .panelMenu li a {
    height: 210px;
  }
  #contentMenuPanel .panelMenu.type1 li a img {
    height: 70px;
  }

  .archives.type4 li .image {
    margin-bottom: 20px !important;
  }
  .archives.type4 li .image img {
    width: 100%;
    max-width: none;
  }
  
  /* table */
  table.typeList_sp {

  }
  table.typeList_sp th,
  table.typeList_sp td {
   display: list-item;
   list-style: none;
  }
  table.typeList_sp th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeList_sp td {
    
  }

  /* page */
  .pageImage {
    height: 210px;
    overflow: hidden;
  }
  .pageImage img {
    margin-left: 0;
    height: 100%;
  }
  .pageTitle {
    padding: 0 20px;
  }
  .pageTitle img {
    max-width: 80%;
  }
  body.training .pageTitle img {
    max-width: 100%;
  }
  body.page .head.type2 + .text.fwMed {
    margin-bottom: 20px;
  }

  /* TOP */
  .home #content1 .image {
    display: none;
  }
  .home #content1 .col .head {
    text-align: center;
  }
  .home #contentNew .panelBg.typeR {
    padding-left: 40px;
  }
  .home #contentNew .panelBg.typeR::before {
    top: -35px;
    height: calc(100% + 35px);
    border-radius: 20px 0 0 20px;
  }
  .home .archives.type2 {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .home .archives.type2 > * {
    display: inline-block;
    width: 140px;
    margin-right: 15px;
  }

  /* パーソナルトレーニング training */
  body.training .head.type3 {
    font-size: 2rem;
  }
  body.training #content3 .panelBg::before {
    top: 0;
    right: -20px;
    width: calc(100% + 40px);
    height: calc(100% - 60px);
    border-radius: 0;
  }
  body.training #content3 .panelBg .inner {
    max-width: 305px;
    margin: 0 auto;
  }
  body.training #content3 .panelBg ul {
    margin-bottom: 40px;
  }

  /* 店舗案内 about */
  body.about #content3 .col .upper {
    display: flex;
    align-items: end;
    margin-bottom: 40px;
  }
  body.about #content3 .col .upper img {
    margin-left: -65px;
    margin-right: 20px;
  }
  body.about #content3 .col .upper .head {
    margin-bottom: 0;
  }

}

@media screen and (min-width:641px) {
  header {
    min-max-width: 1200px;
    box-sizing: border-box;
  }
  header #siteTitle {

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .slider {
    min-max-width: 1200px;
  }
  #main {
    min-max-width: 1200px;
  }
  #contents {

  }
  #side {

  }
  footer {
    min-max-width: 1200px;
  }

  /* common */
  .sp {
    display: none!important;
  }
}

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

  /* menu */
  header nav {
    clear: both;
    display: block!important;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    position: relative;
    text-align: center;
  }
  header nav ul li .subNav {
    position: absolute;
    top: 47px;
    left: -30px;
    z-index: 10;
    width: 110px;
    height: 0;
    padding: 20px 30px;
    opacity: 0;
    background-color: rgba(235, 244, 236, 0.9);
    transition: all 0.4s;
    overflow: hidden;
  }
  header nav ul li.open .subNav {
    display: block!important;
    height: auto;
    opacity: 1;
    overflow: inherit;
  }
  header nav ul li .subNav:after {
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
  }
  header nav ul li .subNav ul {
    display: block;
  }
  header nav ul li .subNav ul li {
    margin-left: 0!important;
    margin-bottom: 15px;
    text-align: left;
  }
  header nav ul li .subNav ul li:last-child {
    margin-bottom: 0;
  }
  .menuButton {
    display: none;
  }

}

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

  /*page*/
  .pageImage img {
    width: 100%;
    margin-left: 0;
  }

}
