@charset "UTF-8";
/*Reset css*/
.entry-style .entry-text-unit h2, .entry-style .entry-text-unit h3, .entry-style .entry-text-unit h3.heading-line, .entry-style .entry-text-unit h3 .text-point, .entry-style p, .entry-container, .entry-style .entry-text-unit h4, [class^=column-table] .entry-container, footer {
  margin: 0;
  border: 0;
}
/* ----------------------------------------
共通
------------------------------------------*/
body {
  font-family: dnp-shuei-gothic-kin-std, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #333;
  font-feature-settings: "palt"1;
}
@media screen and (max-width: 47rem) {
  body, background-image, img {
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}
.range10 {
  display: block;
  width: 100%;
  height: 10px;
}
.range20 {
  display: block;
  width: 100%;
  height: 20px;
}
.range30 {
  display: block;
  width: 100%;
  height: 30px;
}
.range40 {
  display: block;
  width: 100%;
  height: 40px;
}
.range50 {
  display: block;
  width: 100%;
  height: 50px;
}
.range60 {
  display: block;
  width: 100%;
  height: 60px;
}
.range70 {
  display: block;
  width: 100%;
  height: 70px;
}
.range80 {
  display: block;
  width: 100%;
  height: 80px;
}
.range90 {
  display: block;
  width: 100%;
  height: 90px;
}
.range100 {
  display: block;
  width: 100%;
  height: 100px;
}
.d-flex{
display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/*表示非表示*/
.show-hide.pc {
  display: block;
}
.show-hide.sp {
  display: none;
}
@media screen and (max-width: 47rem) {
  .show-hide.pc {
    display: none;
  }
  .show-hide.sp {
    display: block;
  }
}
/*本文　中央寄せ(PC)左寄せ(SP)*/
.lead-align {
  text-align: center;
}
@media screen and (max-width: 47rem) {
  .lead-align {
    text-align: left;
  }
}
/*回り込みのリセット（clear:both）*/
.clear-reset {
  clear: inherit !important;
}
/*maker*/
.text-marker {
  text-decoration: underline;
  text-underline-offset: -0.05em;
  text-decoration-thickness: 0.2em;
  text-decoration-skip-ink: none;
}
/*color*/
.cyan {
  text-decoration-color: rgb(0 186 216 / 60%);
}
.black {
  color: #333 !important;
}
/*bg color*/
.bg-green {
  background: rgb(173 215 0 / 100%) !important;
  color: #fff;
}
.bg-cyan {
  background: rgb(0 186 216 / 90%) !important;
  color: #fff;
}
.bg-orange {
  background: rgb(255 186 0 / 90%) !important;
  color: #fff;
}
.bg-pink {
  background: rgb(245 150 182 / 90%) !important;
  color: #fff;
}
.bg-blue {
  background: rgb(0 113 197 / 100%);
  color: #fff;
}
.bg-gray {
  background: rgb(244 244 244 / 100%);
}
/*透過*/
.bg-opacity_50 {
  opacity: 0.5;
}
.bg-opacity_30 {
  opacity: 0.3;
}
.bg-opacity_10 {
  opacity: 0.1;
}
/*text*/
.page-title {
  font-size: 2.5rem !important;
  font-weight: bold;
  line-height: 2.2 !important;
  padding: 100px 0 50px !important;
  letter-spacing: 0.02em;
  /*margin: -0.5em 0 !important;*/
}
@media screen and (max-width: 47rem) {
  .page-title {
    font-size: 1.25rem !important;
    padding: 30px 0 20px !important;
  }
}
.section-title {
  font-size: 1.5rem !important;
  letter-spacing: 0.02em;
  line-height: 1.042 !important;
  padding: 20px;
  margin: 60px 0 30px !important;
}
@media screen and (max-width: 47rem) {
  .section-title {
    font-size: 1rem !important;
    margin: 40px 0 15px !important;
    line-height: 1.563 !important;
    padding: 10px;
  }
}
/* ----------------------------------------
header
------------------------------------------*/
#header.header-wrap {
  height: 6.875rem;
}
#header .header {
  height: 6.875rem;
}
#header .header-item-title {
  display: inline-flex;
}
#header .header-item-nav {
  display: inline-flex;
  font-size: 1.125rem;
}
#header .header-logo {
  max-height: 2.625rem;
}
#header .acms-container {
  display: flex;
  padding: 0;
}
#header .global-nav-list {
  font-weight: normal;
}
@media screen and (max-width: 63rem) {
  #header .acms-container {
    display: contents;
  }
  #header.header-wrap {
    height: 3.5rem;
  }
  #header .header {
    height: 3.5rem;
  }
  #header .header-item-nav {
    display: none;
  }
  #header .header-item-title {
    display: flex;
  }
  #header .header-logo {
    max-height: 1.875rem;
    width: auto;
  }
}
/*追従型メニュー*/
.floating-menu-area {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: 0;
  font-size: 1.375rem;
}
@media screen and (max-width: 1280px) {
  .floating-menu-area {
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 0;
    font-size: 1.375rem;
  }
}
.floating-menu-area .floating-menu-wrap .floating-item {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px;
  outline-color: #A0A0A0;
  border-radius: 5px 0 0 5px;
  line-height: 2.182;
  text-decoration: none;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  font-size: 1.1875rem;
}
.floating-menu-area .floating-menu-wrap .floating-item:hover {}
.floating-menu-area .floating-menu-wrap .floating-item::before {}
@media screen and (max-width: 1280px) {
  .floating-menu-area .floating-menu-wrap .floating-item {
    padding: 3px 8px;
    border-radius: 5px 0 0 5px;
    line-height: 2.182;
    text-decoration: none;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 47rem) {
  .floating-menu-area {
    width: 100%;
  }
  .floating-menu-area .floating-menu-wrap {
    display: flex;
    font-size: 0.875rem;
  }
  .floating-menu-area .floating-menu-wrap .floating-l-item {
    /*margin-bottom: 0;*/
    left: 0;
    right: auto;
  }
  .floating-menu-area .floating-menu-wrap .floating-item {
    /*padding: 40px 10px 10px;*/
    padding: 15px;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 33.333%;
    margin-bottom: 0;
  }
}
/*//追従型メニュー*/
/*パンくずリスト*/
#breadcrumb a {
  font-size: 1rem;
}
#breadcrumb.acms-topicpath li + li:before {
  margin: 0 1em;
  color: #333;
  content: "＞";
}
@media screen and (max-width: 47rem) {}
/*//パンくずリスト*/
/* ----------------------------------------
btn
------------------------------------------*/
.btn {
  padding: 25px 30px !important;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  justify-content: space-between;
  /*line-height: 0.833;*/
  line-height: 1.2;
  align-items: center;
}
.btn::after {
  content: "＞";
  position: relative;
  left: 0;
}
@media screen and (max-width: 47rem) {
  .btn {
    font-size: 1rem;
  }
}
/*top-message*/
#top-message .btn {
  margin: 50px 0 20px;
}
@media screen and (max-width: 47rem) {
  #top-message .btn {
    margin: 40px 0;
  }
  #top-message [class*=acms-col] {
    padding: 0;
  }
}
/*course*/
#course .acms-grid {
  display: flex;
  justify-content: space-between;
  margin: 0 -1vw;
}
#course .acms-col-md-3 {
  width: 23%;
}
#course .acms-col-md-4 {
  width: 32% !important;
}
#course .acms-col-md-6 {
  width: 48%;
}
#course .acms-col-12 {
  width: 98%;
}
@media screen and (max-width: 47rem) {
  #course .acms-col-sm-6 {
    width: 48% !important;
  }
}
#course .faq {
  height: 50px;
}
.course-green {
  border: solid 3px rgb(173 215 0 / 100%) !important;
  background: #fff !important;
  color: rgb(173 215 0 / 100%) !important;
}
.course-green:hover {
  border: solid 3px rgb(173 215 0 / 100%) !important;
  color: #fff !important;
  background: rgb(173 215 0 / 100%) !important;
}
.course-green.active {
  border: solid 3px rgb(173 215 0 / 100%) !important;
  color: #fff !important;
  background: rgb(173 215 0 / 100%) !important;
}
.course-pink {
  border: solid 3px rgb(245 150 182 / 100%) !important;
  background: #fff !important;
  color: rgb(245 150 182 / 100%) !important;
}
.course-pink:hover {
  border: solid 3px rgb(245 150 182 / 100%) !important;
  color: #fff !important;
  background: rgb(245 150 182 / 100%) !important;
}
.course-pink.active {
  border: solid 3px rgb(245 150 182 / 100%) !important;
  color: #fff !important;
  background: rgb(245 150 182 / 100%) !important;
}
.course-orange {
  border: solid 3px rgb(255 186 0 / 100%) !important;
  background: #fff !important;
  color: rgb(255 186 0 / 100%) !important;
}
.course-orange:hover {
  border: solid 3px rgb(255 186 0 / 100%) !important;
  color: #fff !important;
  background: rgb(255 186 0 / 100%) !important;
}
.course-orange.active {
  border: solid 3px rgb(255 186 0 / 100%) !important;
  color: #fff !important;
  background: rgb(255 186 0 / 100%) !important;
}
.course-cyan {
  border: solid 3px rgb(0 186 216 / 100%) !important;
  background: #fff !important;
  color: rgb(0 186 216 / 100%) !important;
}
.course-cyan:hover {
  border: solid 3px rgb(0 186 216 / 100%) !important;
  color: #fff !important;
  background: rgb(0 186 216 / 100%) !important;
}
.course-cyan.active {
  border: solid 3px rgb(0 186 216 / 100%) !important;
  color: #fff !important;
  background: rgb(0 186 216 / 100%) !important;
}
.course-blue {
  border: solid 3px rgb(0 113 197 / 100%) !important;
  background: #fff !important;
  color: rgb(0 113 197 / 100%) !important;
}
.course-blue:hover {
  border: solid 3px rgb(0 113 197 / 100%) !important;
  color: #fff !important;
  background: rgb(0 113 197 / 100%) !important;
}
.course-blue.active {
  border: solid 3px rgb(0 113 197 / 100%) !important;
  color: #fff !important;
  background: rgb(0 113 197 / 100%) !important;
}
@media screen and (max-width: 47rem) {
  .course-green, .course-green:hover, .course-green.active {
    border: solid 2px rgb(173 215 0 / 100%) !important;
  }
  .course-pink, .course-pink:hover, .course-pink.active {
    border: solid 2px rgb(245 150 182 / 100%) !important;
  }
  .course-orange, .course-orange:hover, .course-orange.active {
    border: solid 2px rgb(255 186 0 / 100%) !important;
  }
  .course-cyan, .course-cyan:hover, .course-cyan.active {
    border: solid 2px rgb(0 186 216 / 100%) !important;
  }
}
#course table {
  overflow: hidden;
  font-feature-settings: "palt"1;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}
#course table tr {}
#course table th {
  width: 27%;
  vertical-align: middle !important;
  border: 1px solid #fff !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: normal;
  padding: 1.5rem 0.5em !important;
}
#course table th:first-child {
  width: 18%;
}
#course table td {
  vertical-align: middle;
  border: 1px solid #fff;
}
#course table th.type01, table td.type01 {
  padding: 3px 0 3px 0;
  border-bottom: none;
}
@media screen and (max-width: 47rem) {
  #course table th:first-child {
    width: 3em;
  }
  #course table th {
    width: 7em;
    padding: 5px !important;
    font-size: 0.875rem !important;
  }
  #course table td {
    padding: 5px !important;
    font-size: 0.875rem !important;
  }
}
/*footer #contact-area*/
.btn-border-blue {
  color: #fff !important;
  background: rgb(0 113 197 / 100%);
}
.btn-border-green {
  color: #fff;
  background: rgb(173 215 0 / 100%);
}
.btn-border-pink {
  color: #fff;
  background: rgb(245 150 182 / 100%);
}
.btn-border-orange {
  color: #fff;
  background: rgb(255 186 0 / 100%);
}
.btn-border-cyan {
  border: solid 1px #fff;
  color: #fff;
  background: rgb(0 186 216 / 100%);
}
.tel {
  font-size: 1.75rem;
}
.tel::before {
  /*content: '';*/
  display: inline-block;
  width: 47px;
  /*height: 44px;*/
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*left: -10px;*/
  top: -4px;
  position: relative;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*transform: scaleX(-1);*/
}
#contact-area {
  font-size: 1.25rem;
  padding: 40px 30px;
  text-align: center;
}
#contact-area [class*=acms-col] {
  padding: 0 0 40px 20px;
}
#contact-area [class*=acms-col]:first-child {
  padding: 0 0 40px 0;
}
#contact-area .acms-grid {
  margin: auto;
}
#contact-area .btn {
  font-size: 1.25rem;
  /*margin: 0 10px;*/
}
@media screen and (max-width: 63rem) {
  #contact-area .btn {
    font-size: 1.125rem;
  }
  .btn {
    padding: 25px 10px !important;
  }
}
@media screen and (max-width: 47rem) {
  #contact-area {
    padding: 40px 0;
    font-size: 1rem;
  }
  #contact-area [class*=acms-col] {
    padding: 0 0 20px 0;
  }
  #contact-area [class*=acms-col]:first-child {
    padding: 0 0 20px 0;
  }
  #contact-area .btn {
    padding: 20px 16px !important;
    margin: 0 15px;
  }
}
#contact-area .salon-data {
  display: flex;
  width: 55%;
  align-items: center;
  margin: 10px auto;
}
#contact-area .title-salon {
  width: 50%;
  height: 35px;
}
#contact-area .tel {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 63rem) {
  #contact-area .salon-data {
    width: 70%;
    display: block;
  }
  #contact-area .title-salon {
    margin: 0 auto;
    height: 40px;
  }
  #contact-area .tel {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 47rem) {
  #contact-area .salon-data {
    width: 80%;
  }
  #contact-area .title-salon {
    width: 60%;
    height: 40px;
    min-width: 250px;
  }
  #contact-area .tel {
    width: 100%;
    text-align: center;
  }
}
/* ----------------------------------------
about
------------------------------------------*/
.iina-card {
  padding: 40px 1em;
}
.iina-card div img {
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
}
.iina-card div {
  /*display: flex;
  align-items: center;*/
}
@media screen and (max-width: 47rem) {
  .iina-card div img {
    width: 50vw;
  }
  .iina-card div {
    display: block;
    align-items: center;
    text-align: center;
  }
}
/* ----------------------------------------
aリンク効果リセット（members　sitemap）
------------------------------------------*/
.reset a {
  border-bottom: none !important;
}
/* ----------------------------------------
card
------------------------------------------*/
.card2 {
  padding: 0 5px 40px !important;
}
.card2 .acms-col-sm-12 {
  padding: 0;
  margin-bottom: 0;
}
/* ----------------------------------------
location
------------------------------------------*/
.location {
  padding: 0 5px 40px !important;
}
.location .acms-col-sm-12 {
  padding: 0;
  margin-bottom: 0;
}
.clear-reset.location p {
  padding: 16px;
  border: solid 1px #B9B9B9;
  border-top: none;
}
.reset .black:after {
  content: '\f08e';
  font-family: "font Awesome 5 free";
  font-weight: 900;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 47rem) {
  .clear-reset.location p {
    padding: 8px;
    min-height: 40vw;
    font-feature-settings: "palt"1;
    letter-spacing: -0.06em;
  }
}
#location .area-detail {
  font-size: 14px !important;
  border: solid 1px #ccc !important;
  border-radius: 0;
  color: #000 !important;
}
#location .acms-grid {
  justify-content: space-between;
  display: flex;
  margin: 0;
}
#location .acms-grid .hyogo-area {
  float: left;
  width: 20%;
  margin: 20px 5px 0 0;
}
#location .acms-grid .hanwa-area {
  float: left;
  width: 50%;
  margin: 20px 5px 0 0;
}
#location .area-ttl {
  font-size: 2rem;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: solid 2px #008285;
}
#himeji.area-name, #tatsuno.area-name, #aioi-akou.area-name, #kakogawa.area-name, #akashi.area-name, #osaka.area-name, #wakayama.area-name {
  margin: 10px 0 30px;
  font-size: 1.25rem;
  border-left: solid 5px #007BA7;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 47rem) {
  #himeji.area-name, #tatsuno.area-name, #aioi-akou.area-name, #kakogawa.area-name, #akashi.area-name, #osaka.area-name, #wakayama.area-name {
    font-size: 1rem;
    padding: 0 0 0 10px;
  }
}
/* ----------------------------------------
daisanekimu
------------------------------------------*/
.daisanekimu {
  padding: 0 5px 40px !important;
}
.daisanekimu .acms-col-sm-12 {
  padding: 0;
  margin-bottom: 0;
}
.clear-reset.daisanekimu p {
  padding: 16px;
  border: solid 0.5px #B9B9B9;
  /* border-top: none;*/
}
.daisanekimu .column-media-auto {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 47rem) {
  .clear-reset.daisanekimu p {
    padding: 8px;
    font-feature-settings: "palt"1;
  }
}
/* ----------------------------------------
nyukai
------------------------------------------*/
#nyukai {
  font-size: 1.25rem;
}
#nyukai .acms-grid {
  display: inline;
}
#nyukai .box {
  color: #333 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  text-align: center;
  line-height: 1.25;
  border: solid 3px rgb(0 113 197 / 100%) !important;
  height: 120px;
  margin: 0 0.5%;
}
#nyukai img.btn {
  width: 100%;
  padding: 0 !important;
}
#nyukai ul {
    font-size: 85%;
    margin: 1rem;
}

@media screen and (max-width: 47rem) {
  #nyukai {
    font-size: 1rem;
  }
  #nyukai .box {
    padding: 0;
    width: 48%;
    height: 120px;
    margin: 0 0.5% 10px;
  }
  #nyukai img.btn {
  width: 85%;
    margin: 0 auto;
}
#nyukai ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0 0.5rem;
}

}
/* ----------------------------------------
voice
------------------------------------------*/
.bg-voice {
  background: rgb(255 186 0 / 20%) !important;
  border-radius: 10px;
  margin: 0 0 30px 0;
  padding: 40px;
}
@media screen and (max-width: 47rem) {
  .bg-voice {
    padding: 20px 10px;
    margin: 0 0 20px 0;
  }
}
/* ----------------------------------------
footer
------------------------------------------*/
.footer-item-nav .acms-grid {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 47rem) {
  .footer-item-nav .acms-grid {
    display: block;
  }
}
/* ========================================
bundle.min.css　Reset
========================================*/
@media screen and (max-width: 47rem) {
  .main-visual-bg.sp {
    height: calc(100vh - 350px);
  }
}
@media screen and (max-width: 47rem) {
  .main-visual-scroll {
    bottom: 1rem;
  }
}
.entry-style p {
  font-size: 1.125rem !important;
  line-height: 2;
}
@media screen and (max-width: 47rem) {
  .entry-style p {
    font-size: 0.875rem !important;
    /*padding: 10px;*/
  }
}
.entry-style [class^=column-table] table td {
  padding: 30px 20px;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 47rem) {
  .entry-style [class^=column-table] table td {
    padding: 10px;
    font-size: 0.875rem !important;
  }
}
.entry-style .entry-text-unit table th, .entry-style [class^=column-table] table th {
  background: none;
}
.entry-style [class^=column-table] table td:first-child {
  background: rgb(244 244 244 / 100%);
  width: 34.82%;
}
@media screen and (max-width: 47rem) {
  .entry-style [class^=column-table] table td:first-child {
    width: 32.94%;
  }
}
.entry-style [class^=column-table] table.column-3-table tr:first-of-type {
  background: rgb(244 244 244 / 100%);
}
.entry-style [class^=column-table] table.column-3-table th {
  font-size: 1.125rem !important;
  font-weight: normal;
  width: 33.33333%;
  border: solid 1px rgb(112 112 112 / 100%);
}
@media screen and (max-width: 47rem) {
  .entry-style [class^=column-table] table.column-3-table th {
    font-size: 0.875rem !important;
    vertical-align: middle;
    padding: 20px 3px;
  }
}
.entry-style .entry-text-unit h4 {
  padding: 80px 0 30px;
}
@media screen and (max-width: 47rem) {
  .entry-style .entry-text-unit h4 {
    padding: 40px 0 15px;
  }
}
.entry-style-grid {
  margin: unset;
}
.entry-style .card-item, .entry-style .card-bordered-item {
  padding: 0;
  width: 49%;
}
@media screen and (max-width: 47rem) {
  .entry-style .card-item, .entry-style .card-bordered-item {
    width: 100%;
  }
}
.entry-style .entry-text-unit dl dt {
  font-size: 1.125rem;
}
.entry-style .entry-text-unit strong {
  background: none;
}
.entry-style .ug-bg-gray, .entry-style .ug-bg-primary {
  border: none;
  /*padding: 2rem calc(2.5rem - var(--gutter)/2);*/
}
@media screen and (max-width: 47rem) {
  .entry-style .ug-bg-gray, .entry-style .ug-bg-primary {
    padding: 1rem calc(2rem - var(--gutter)/2);
  }
}
.card-list {
  margin: 0 0 1.25rem;
  width: 100%;
  justify-content: space-between;
}
.card-item {
  width: 49%;
}
@media screen and (max-width: 47rem) {
  .card-item {
    width: 100%;
  }
}
[class*=acms-col] {
  padding: 0;
}
.card-bordered-list {
  justify-content: space-between !important;
}
.footer {
  margin: 0;
  border-top: 1px solid var(--color-gray20);
  border: none;
}
@media screen and (max-width: 47rem) {
  .footer {
    margin-bottom: 60px;
  }
}
/*.acms-container{
    padding: 0;
}*/
.card-bordered-link {}
.flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-title-wrapper {
  margin: 0;
}
.main-visual-box::before {
  background: none;
}
.acms-grid, .acms-grid-r {
  margin: 0;
}
footer .salon-data a[href*=tel] {
  border-bottom: none !important;
}
.card-bordered-text-inline {
  padding: 1.25em 2em !important;
}
@media screen and (max-width: 1280px) {
  .global-nav-link {
    margin: 0 0.575rem !important;
  }
}
.entry-style .entry-text-unit a {
  border: none;
}

#plan-detail .entry-style .entry-text-unit ul li::before {
  position: absolute;
  top: .5rem;
  left: -1.5rem;
  width: .5rem;
  height: .5rem;
  background: var(--color-secondary);
  border-radius: 50%;
  content: ""
}
/*========================================
bootstrap container
==========================================*/
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .containe {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/*========================================
スマートフォンサイズのみ
==========================================*/
@media screen and (max-width: 47rem) {
  #bnr-slider .slick-track {}
  #course .btn {
    padding: 20px 15px !important;
  }
  .card-bordered {
    padding: 0 0 40px 0;
  }
  .tel {
    font-size: 1.25rem;
  }
  .tel::before {
    /* content: '';
    width: 28px;
    height: 34px;*/
  }
}
/*========================================
入会案内　レスポンシブ
==========================================*/

.grid-container.flow {
  display: grid;
  grid-template-rows: 50%;
  justify-content: space-between;
    margin: 0 auto;
}
/*入会の流れPC4カラム*/
.grid-container.flow.col-7 {
  grid-template-columns: 22% 2% 22% 2% 22% 2% 22%;
  gap: 1%;
  margin: 0 auto;
}
/*入会の流れPC3カラム*/
.grid-container.flow.col-5 {
  grid-template-columns: 27% 2% 27% 2% 27%;
  gap: 1%;
  max-width: 90%;
}

.flow #gi2, .flow #gi4, .flow #gi6 {
  align-items: center;
  display: flex;
  justify-content: center;
}
/*入会の流れPC 画像*/
.flow .grid__item img{
   /*max-width: 80%;
    display: flex;
    margin: 0 auto; */
}

@media screen and (max-width: 47rem) {
  .grid-container.flow {
  grid-template-rows: auto 2% auto 2% auto 2% auto;
  }
/*入会の流れSP 4カラム → 1カラム*/
.grid-container.flow.col-7 {
  grid-template-columns: 100%;
  gap: 0%;
}
/*入会の流れSP 3カラム → 1カラム*/
.grid-container.flow.col-5 {
  grid-template-columns: 100%;
  gap: 1%;
  max-width: 100%;
}
/*入会の流れSP 画像*/
.flow .grid__item img{
   max-width: 70%;
    display: flex;
    margin: 0 auto 20px;
}

}
/*お客様に合うプランをご提案　旧サイトデザイン引用　PC4カラム*/
.grid-container.proposal {
  display: grid;
  /*grid-template-rows: 700px;*/
  justify-content: space-between;
  margin: 0 auto;
}

.grid-container.proposal.col-3 {
  grid-template-columns: 22% 22% 22% 22%;
  gap: 3%;
  max-width: 90%;
}

.grid-container.proposal.col-6 {
  grid-template-columns: 39% 39%;
  gap: 3%;
  max-width: 85%;
}


.proposal .top_nav_subtitle, .proposal .top_nav_feel_text {
  text-align: center;
}
.proposal p.top_nav_feel_text {
  height: 4em;
  font-size: 1rem !important;
  letter-spacing: -0.05em;
}
.proposal p.top_nav_text {
  height: 11em;
  font-size: 1rem !important;
}
.proposal p.top_nav_subtitle {
  color: #0046AB;
    font-weight: bold;
    padding: 0 0 35px;
    font-size: 2.25rem !important;
    line-height: 1;
}

@media screen and (max-width: 63rem) {
  .grid-container.proposal {
    margin: 0 auto;
  }
  .grid-container.proposal.col-3 {
    grid-template-columns: 23% 23% 23% 23%;
    max-width: 100%;
    gap: 2%;
  }
  .grid-container.proposal.col-6 {
    grid-template-columns: 100%;
    max-width: 100%;
    gap: 0;
  }
  .proposal p.top_nav_text {
    height: 9em;
    font-size: 0.875rem !important;
    line-height: 1.75rem;
  }
  .proposal p.top_nav_subtitle {
  font-size: 1.1rem !important;
  padding: 0 0 25px;
}

}
@media screen and (max-width: 47rem) {
  .grid-container.proposal {
    grid-template-rows: auto;
  }
  .grid-container.proposal.col-3 {
    grid-template-columns: 48% 48%;
  }
  .proposal p.top_nav_subtitle {
    font-size: 1.375rem !important;
  }
  .proposal p.top_nav_text {
    height: 7em;
  }
}

/*========================================
フォーム
==========================================*/
#AccessNo.acms-form-width-normal {
    width: 40%;
}
