@charset "UTF-8";
/*
Theme Name: Maxias Theme 2025/11/08
Theme URI: https://maxias.jp
Author: Maxias.jp -RyoNiimura-
Author URI: https://maxias.jp
Version:3.0
*/

/* HTML */
html {
  font-size: 16px;
  min-width: 400px;
}


/* ==================================================== */
/* NAVIGATION */
/* ==================================================== */
.navbar {
  padding: 0;
}

.navbar-container {
  padding-right: 0;
}

.nav_logo_maxias {
  height: 30px;
  width: auto; 
}

.nav_logo_icon {
  width: auto;
  height: 35px;
}

.nav-item a{
  display: block;
  line-height: 4rem;
  padding-left: 1.5rem;

}

.inquiry-box {
  background-color: rgb(192, 183, 168);
  display: block;
  height: auto;
  width: 150px;
}

.inquiry-box:hover {
  background-color: #c5b29a;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5) inset;
  transition: background-color 0.7s;
}

.inquiry-box a {
  display: block;
  font-weight: bold;
  color: #FFF;
  line-height: 4rem;
  text-align: center;
  width: auto;
}

.inquiry-box a:hover {
  color: #645b4d;
  transition: color 0.7s;
}


/* ==================================================== */
/* フロントページ */
/* ==================================================== */
/* カルーセル　スライド */
.slideshow {
  height: 60vh;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
}

/* カルーセルトランジション */
.carousel-item {
  transition:all 1.5s ease;
}

.carousel-1 {
  background-image: url(https://maxias.jp/wp/wp-content/uploads/default_img/front_carousel1.webp);
}

.carousel-2 {
  background-image: url(https://maxias.jp/wp/wp-content/uploads/default_img/front_carousel2.webp);
}

.carousel-3 {
  background-image: url(https://maxias.jp/wp/wp-content/uploads/default_img/front_carousel3.jpg);
}


.carousel-inner  {
  width:100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-size: 350%;
  text-shadow: 0 3px 3px #000;
  padding-bottom: 1rem;
}

.carousel-caption h2 {
  font-size: 200%;
  text-shadow: 0 3px 3px #000;
  padding-bottom: 3rem;
}

.carousel-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: 20px; */
  margin: auto;
}


/* フロントページ　コンテナ */
.container-front {
  padding-top: 3rem;
}

.front-card1{
  background-image: url(https://maxias.jp/wp/wp-content/uploads/default_img/front_card1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border-radius: 2vw;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5) inset;
  overflow: hidden;
}

.front-card2{
  background-image: url(https://maxias.jp/wp/wp-content/themes/maxias2024-04-13/asset/yoga/yoga-front-card.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border-radius: 2vw;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0,1) inset;
  overflow: hidden;
}

.front-card-title {
  background: #c5b29a;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  line-height: 3rem;
  padding: 0.4rem 0 0.4rem 1rem;
  position: relative;
  margin-right: 3rem;
  top: 2.5rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 1);
}

/* カード背景ぼかし */
.front-card-item {
  backdrop-filter: blur(2px);
  height: 100%;
  position: relative;
}

.front-card-item p {
  font-size: 1.5rem;
  color:#FFF;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  padding: 0 1rem 0 2rem;
  position: relative;
  top: 5rem;
  display: block;
}

.front-card-btn {
  background-color: rgb(0, 0, 0,0);
  border: 2px solid #FFF;
  border-radius: 1vh;
  color: #FFF;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 2rem;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.front-card-btn:hover {
  background-color: #FFF;
  border:2px solid #645b4d;
  color: #645b4d;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 1);
  transition: background-color 0.7s;  
}


/* お知らせリスト */
.news-list-title {
  border-left: 6px solid #645b4d;
  padding-left: 1rem;
}

.news-list-title h5 {
  font-size: 2rem;
}

.news-list-post {
  color: #645b4d;
  margin-bottom: 1.5rem;
}

.news-list-post p {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.news-list-post h5 {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 0  0 2rem;
}


/* メニューページ　コロナ対策カード */
.card-covid{
  padding: 0;
  top: calc(50% - 0.5rem);
  font-weight: bold;
  font-size: 150%;
}



/* ==================================================== */
/* 各ページヘッダー */
/* ==================================================== */

/* HEADER */
.header-image {
  background-image: url("asset/images/header_img.jpg");
  background-size: cover;
  width: auto;
  background-position: center;
}

.header-title {
  line-height: 4rem;
  text-shadow: 1px 1px 3px #000;
  padding: 3.5rem 0;
  display: block;
}




/* ==================================================== */
/* Aboutページ */
/* ==================================================== */

/* Square */
.header-caption {
  display: block;
  width: 440px;
  height: 440px;
  margin: 60px auto 0;
  border: 10px solid #c5b29a ;
  padding: 4em 0;
}

.header-cap-item {
  display: block;
  text-align: center;
  width: auto;
  margin: 0;
  color: #a0917c ;
  font-weight: bold;
  font-size: 1.8rem;
}

.header-cap-wrap {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.header-cap-logo {
  width: 700px;
  height: 200px;
  background-image: url("https://maxias.jp/wp/wp-content/uploads/default_img/logo_keepS.png");
  margin: 100px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
}


/* GYM紹介セクション */
.intro-gym {
  margin: 4rem auto;
}

.intro-img  {
  background-image: url("asset/images/abt_interior.jpg");
  width: 300px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.intro-logo {
  background-image: url("https://maxias.jp/wp/wp-content/uploads/default_img/abt_logo_maxias.png");
  width: 300px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.intro-cap p {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #645b4d;
}

/* フィットネス帯 */
.jumbo1 {
  background-color: none;
  background-image: url("asset/images/abt_jmb_bg1.jpg"); /*Jumbotron1*/
  height: 40vh;
  background-size: cover;
  background-position: center;
}

/* 特徴３セクション */
.features-p {
  font-size: 1.6em;
  color: #645b4d;
}

.features-p-bold {
  font-weight: bold;
}

.features-price {
  font-size: 3rem;
  font-weight: bold;
}

.headline {
  background-color: #a0917c ;
}

.meal-img {
  background-image: url("https://maxias.jp/wp/wp-content/uploads/default_img/abt_meal.webp");
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.f2Img1 {
  background-image: url("asset/images/abt_cir_men.jpg");
  border-radius: 50%;
  height: 300px;
  width: 300px;
  background-size: cover;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.f2Img2 {
  background-image: url("asset/images/abt_cir_butt.jpg");
  border-radius: 50%;
  height: 300px;
  width: 300px;
  background-size: cover;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}


.f2Img3 {
  background-image: url("asset/images/abt_cir_abs.jpg");
  border-radius: 50%;
  height: 300px;
  width: 300px;
  background-size: cover;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.f2Img-cap {
  font-size: 1.4em;
  color: #a0917c;
  text-align: center;
  font-weight: bold;
  margin-top: 2em;
}

.f3Img {
  background-image: url("asset/images/abt_worry.jpg");
  width: 600px;
  height: 400px;
  background-size: cover;
}

.jumbo2 {
  text-align: center;
  background-color:  #a0917c;
  color: white;
  padding: 5em 0em;
}

.jumbo3 {
  background-color: none;
  background-image: url("asset/images/abt_jmb_bg2.jpg"); /*Jumbotron3*/
  height: 40vh;
  background-size: cover;
}

/* トレーナー紹介 */
.profile {
  margin: 4rem 0 0 0;
}

.prof-border-left {
  border-left: 1px solid  #645b4d;
}

.profile h1 {
  color: #645b4d;
  font-weight: bold;
}

.profile h4 {
  font-weight: bold;
  padding-left: 1.5rem;
}

.profile p {
  color: #645b4d;
  padding-left: 1.5rem;
}

.profile p {
  font-size: 1.2rem;
}

.profile li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
    font-weight: bold;
    
  }
  
  .profile li:before {
    font-family: "FontAwesome";
    content: "\f091";
    position: relative;
    left : -1rem; /*左端からのアイコンまで*/
    color: #a0917c; /*アイコン色*/
  }

.underline {
  border-bottom: solid 3px #a0917c;
  width: 20vw;
  margin: 1.2rem auto;
}

.profileImg {
  width: 35vw;
  margin: -20% 0%;
}

/* 最後のロゴ付近 */
.end_logo {
  background-image: url("https://maxias.jp/wp/wp-content/uploads/default_img/logo_keepS.png");
  height: 130px;
  width: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5rem auto 4rem;
}

.end_paragraph h3 {
  color: #645b4d;
  line-height: 3rem;
}

.end_paragraph div{
  margin: 4rem 0 1rem 0;
  line-height: 3rem;
  color: #645b4d;
}



/* ==================================================== */
/* システム */
/* ==================================================== */
.table-menu h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFF;
  padding: .5rem;
}
.table-menu table {
  margin-top: 4rem;
}
.table-menu p {
  color: #FFF;
}
.table-menu td {
  font-size: 1.6rem;
  color: #645b4d;
}

.table-price {
  text-align: right;
}

.table-active {
  background-color:rgb(192, 183, 168);
}

.table-striped {
  background-color:rgba(192, 183, 168, 0.3);
}

.table-rental h3 {
  color: #645b4d;
}

.table-rental p {
  color: #645b4d;
}

.badge-original {
  background-color: #645b4d;
  color: #FFF;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.tax-display p {
  text-align: right;
  color: #645b4d;
  font-size: 1rem;
}


/* ==================================================== */
/* 利用規約 */
/* ==================================================== */
.terms {
  padding-bottom: 2rem;
  margin-top: 3rem;
}

.terms h4{
  border-bottom: solid 2px #c5b29a;
  color: #c5b29a;
  font-weight: bold;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.terms p {
  margin-left: 2rem;
}


/* ==================================================== */
/* フッター */
/* ==================================================== */
.footer-container {
  background-color: #f8f9fa;
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: 1.5rem;
}

.footer-logo {
  background-image: url(https://maxias.jp/wp/wp-content/uploads/default_img/abt_logo_maxias.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}

.footer-hr {
  border-bottom: 2px solid #a0917c ;
  width: 8rem;
  margin: 1.2rem auto;
}

.footer-text {
  /* font-size: 1.5rem; */
  color: #645b4d;
}

.footer-text h5 {
  font-weight: bold;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  border: 3px solid #a0917c;
}

.copy-right {
  color: #645b4d;
}



/* ==================================================== */
/* パーツ */
/* ==================================================== */

/* ボタン 色付き */
.btn-cream {
  color: #fff;
  background-color: #c5b29a;
  border-radius: 3vh;
}

.btn-cream:hover {
  color: #fff;
  background: #c5b29a;
}

.btn-cream.btn-cubic {
  border: none;
  border-bottom: 5px solid #a0917c;
}

.btn-cream.btn-cubic:hover {
  margin-top: 3px;
  border: none;
  border-bottom: 2px solid #a0917c;
}

.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 3rem;
}

/* ボタン アウトライン白 */
.btn-white {
  color: #c5b29a;
  background-color: #fff;
  border-radius: 3vh;
}

.btn-white:hover {
  color: #c5b29a;
  background: #fff;
}

.btn-white.btn-white-cubic {
  border: none;
  border-bottom: 5px solid #9b9b9b;
}

.btn-white.btn-white-cubic:hover {
  margin-top: 3px;
  border: none;
  border-bottom: 2px solid #9b9b9b;
}

/* ボタン キャプション */
.btn-copy {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}

/* ボタン中 */
.btn-mid {
  border-radius: 2vh;
  font-size: 1.3rem;
  position: relative;
  padding: 0.9rem 1.5rem 0.8rem 1.5rem;
}

.btn-c i.fa {
  margin-right: 1rem;
}

/* リンク色　カラーサンプル */
    /* クリーム：#c5b29a */
    /* ブラウン：#a0917c */
    /* Hover：#645b4d */
    
a {
  color: #a0917c;
  text-decoration: none;
}
a:hover {
  color: #645b4d;
  text-decoration: none;
}


/* ==================================================== */
/* フッターSNSアイコン */
/* ==================================================== */
.insta_btn2 {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  margin: 0 auto;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
  color: #FFF;
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
  color: #FFF;
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
  color: #FFF;
}



/* ==================================================== */
/* レスポンシブ */
/* ==================================================== */

/* //ExtraSmall devices */
@media (max-width: 400px) {
  html {
    font-size: 5px;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  html {
    font-size: 8px;
  }

  .inquiry-box {
    margin: 0;
  }
 }


/* //Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
html {
  font-size: 9px;
}
 }

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
  /* NavBar */
  .navbar-container {
    padding: 1rem;
    margin: 0 3rem;
  }


  .nav_logo_maxias {
    /* height: 3rem; */
    width: auto; 
  }
  
  .nav_logo_icon {
    /* height: 3rem; */
    width: auto;
  }

  /* FRONTページ */
  .front-card-btn {
    padding: 0.8rem 0.5rem;
    width: 200px;
  }

  /* Aboutページ */
  .header-caption {
    display: block;
    width: 70%;
    height: 40vh;
    /* margin: 60px auto 0; */
    /* border: 10px solid #c5b29a ; */
    /* padding: 4em 0; */
  }
  
  .header-cap-item {
    display: block;
    text-align: center;
    width: auto;
    margin: 0;
    color: #a0917c ;
    font-weight: bold;
    font-size: 2rem;
  }
  
  .header-cap-wrap {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  
  .header-cap-logo {
    width: 90%;
    height: 300px;
    background-image: url("https://maxias.jp/wp/wp-content/uploads/default_img/logo_keepS.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 4rem;
  }

  .intro-cap p{
    font-size: 2rem;
  }
  
  .future3 p {
    font-size: 2rem;
  }


  .profileImg {
    width: 80vw;
    margin: 0 auto;
    display: block;
    position: relative;
  }

  .end_logo {
  background-image: url("https://maxias.jp/wp/wp-content/uploads/default_img/logo_keepS.png");
  height: 130px;
  width: 80vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5rem auto 4rem;
}


.f2Img-cap {
  margin: 1.5rem auto 3rem;
  font-size: 2.5rem;
  padding: 1rem auto;
}

  .intro-img  {
    background-image: url("asset/images/abt_interior.jpg");
    width: 100vw;
    height: 40vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  
  .prof-border-left p {
    font-size: 2rem;
  }

  .prof-border-left li {
    font-size: 2rem;
  }
  .prof-border-left h4 {
    font-size: 2.5rem;
  }


}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}