@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : 神戸元町・三宮の疲れ専門パーソナルジム HINOKI
  Copyright(C) HINOKI
  ---------------------------------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ----------------------------------------------------
COMMON
---------------------------------------------------- */
html {
  font-size: 24px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";

  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.tb, .sp {
  display: none !important;
}

.inner,
.inner3 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.inner2 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.pause {
  opacity: 0;
}

.active {
  opacity: 1;
  animation: 1.5s fadebottom 0s 1 both ease;
}

.pause2 {
  opacity: 0;
}

.active2 {
  opacity: 1;
  animation: 1.5s fadebottom 0s 1 both ease;
}

img[src$=".svg"] {
  width: 100%;
}


/* ----------------------------------------------------
HEADER
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #ffffff;
  text-align: center;
}

header h1 {
  position: absolute;
  top: 10px;
  left: 44px;
  width: 174px;
}

header .navi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0 283px 0 210px;
  font-size: 0;
}

header .navi li {
  margin: 0 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0;
}

header .navi li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

header .navi li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: scale(0, 1);
  width: 100%;
  height: 2px;
  background: #1eaa39;
  content: "";
  transition: transform .3s;

  transform-origin: left top;
}

header .navi li a:hover::after {
  transform: scale(1, 1);
}

header .booking {
  position: absolute;
  top: 0;
  right: 0;
}

header .booking a {
  display: block;
  height: 100px;
  padding: 0 28px;
  padding-top: 15px;
  box-sizing: border-box;
  background: #1eaa39;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
}

header .booking a img {
  width: 62px;
  margin-right: 15px;
}

/* ----------------------------------------------------
mainImage
---------------------------------------------------- */
.mainimage {
  display: table;
  position: relative;
  width: 100%;
  padding-top: 100px;
}

.catchBox {
  animation: 5s fade 0s 1 both ease;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }
}

.catchBox {
  display: table-cell;
  width: 100%;
  height: 41vw;
  box-sizing: border-box;
  background: url(../images/bg_main.jpg) no-repeat center / cover;
  text-align: center;
  vertical-align: middle;
}

.mainimage .btn_ex {
  position: absolute;
  bottom: -80px;
  left: 6%;
  width: 14%;
  max-width: 284px;
}

.catchBox p {
  display: inline-block;
  padding: 1vw 1.5vw;
  background: #ffffff;
  font-weight: 500;
  font-size: 1.9vw;
  text-align: center;
}

.catchBox p span {
  color: #1eaa39;
}

.catchBox .catch {
  margin-top: 32px;
}



/* ----------------------------------------------------
about
---------------------------------------------------- */
#about {
  padding: 5.208vw 0;
}

#about h2 {
  width: 82px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

.read {
  margin-top: 14px;
  color: #1eaa39;
  font-size: 40px;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 600;
}

.intro {
  margin: 55px 0 70px 0;
  font-size: 38px;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
}

.trouble_list {
  display: flex;
  justify-content: space-between;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.trouble_list li {
  width: calc(33% - 30px);
  margin: 0;
  letter-spacing: .1em;
  text-align: center;
}

.trouble_list li img {
  width: 100%;
  max-width: 345px;
}

.trouble_list li:nth-of-type(2) {
  margin: 0 1.563vw;
}

.trouble_list li p {
  margin-top: 10px;
  padding-left: 70px;
  background: url(../images/icon_check.svg) no-repeat left top 8px / 48px;
  font-size: 32px;
  line-height: 1.5em;
  text-align: left;
}

#about .sttl {
  margin: 5.208vw 0;
  font-size: clamp(20px, 3.604vw, 50px);
  line-height: 2em;
  letter-spacing: .2em;
  text-align: center;
  position: relative;
}

#about .sttl::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.719vw;
  height: 2.708vw;
  border-top: 2px solid;
  border-left: 2px solid;
  content: "";
}

#about .sttl::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.719vw;
  height: 2.708vw;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
}

#about .sttl span {
  position: relative;
  color: #1eaa39;
  font-weight: 900;
}

#about .sttl span::before {
  position: absolute;
  top: -1.2em;
  left: 0;
  content: "・";
}

#about .sttl strong {
  padding: 0 .781vw;
  background: linear-gradient(transparent 60%, #bbe5c3 60%);
  font-weight: 500;
}

#make ul {
  display: flex;
  justify-content: space-between;
  position: relative;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.beforeafter .scl {
  background: url(../images/arrow_next_sp.png) no-repeat center / 25px;
}

.reason_list {
  display: flex;
  justify-content: space-between;
  position: relative;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.reason_list div {
  position: relative;
  width: calc(50% - 40px);
  border: 2px solid #4d4d4d;
  text-align: center;
}

.reason_list .after {
  border: 2px solid #1eaa39;
}

.trouble_txt {
  position: relative;
  margin: 7.142% 9.821% 0;
  padding: 5.357%;
  background: #e6e6e6;
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 0;
  text-align: left;
}

.after .trouble_txt {
  background: #bbe5c3;
}

.trouble_txt::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top: 22px solid #e6e6e6;
  content: "";
}

.after .trouble_txt::after {
  border-top: 22px solid #bbe5c3;
}

.reason_list ul {
  position: relative;
  margin: 40px 9.821% 20px;
  text-align: left;
}

.reason_list ul::after {
  display: block;
  transform: rotate(-135deg);
  width: 14px;
  height: 14px;
  margin: 30px auto 0;
  border-top: 3px solid #333333;
  border-left: 3px solid #333333;
  content: "";
}

.reason_list li {
  margin-top: 10px;
  padding-left: 70px;
  background: url(../images/icon_check.svg) no-repeat left top 8px / 48px;
  font-size: 32px;
  line-height: 1.5em;
  text-align: left;
}

.beforeafter figure {
  margin: 9.821% 9.821% 0;
}

.result {
  padding: 40px 20px;
  background: #4d4d4d;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(15px,3vw, 32px);
}

.after .result {
  background-color: #1eaa39;
}

/* ----------------------------------------------------
menu
---------------------------------------------------- */
#menu {
  padding: 70px 0 140px;
}

#menu h2 {
  width: 66px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

.menu_list ul {
  display: flex;
  justify-content: center;
  margin: 73px 0 0;

  gap: 115px;
}

.menu_list li {
  width: calc((100% - 115px) / 2);
  max-width: 512px;
  font-size: 30px;
  text-align: center;
}

.menu_detail {
  margin: 60px 0 0;
  padding-bottom: 30px;
  background: url(../images/line_dot.png) repeat-x left bottom / 44px;
  letter-spacing: 0;
}

.menu_for {
  margin: 42px 0 52px;
}

.menu_tag {
  color: #1eaa39;
  font-size: 36px;
}

/* ----------------------------------------------------
make
---------------------------------------------------- */
#make {
  padding: 90px 0 86px;
  background: #1eaa39;
}

#make h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 87px;
  letter-spacing: .2em;
  text-align: center;
}

#make .ttl {
  position: relative;
  margin-bottom: 70px;
}

#make .ttl::before {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 33px;
  height: 52px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
}

#make .ttl::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 33px;
  height: 52px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}

#make li {
  width: calc(50% - 40px);
}

#make .btn {
  margin-top: 130px;
  border-top: 3px solid #ffffff;
}

#make .btn p {
  width: 417px;
  margin: -45px auto 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
}

#make .btn p a {
  display: block;
  position: relative;
  padding: 30px;
}

#make .btn a::after {
  display: inline-block;
  position: absolute;
  top: calc((100% - 20px) / 2);
          transform: rotate(135deg);
  width: 11px;
  height: 11px;
  margin-left: 20px;
  border-top: 3px solid #4d4d4d;
  border-right: 3px solid #4d4d4d;
  content: "";

  -webkit-transform: rotate(135deg);
}

/* ----------------------------------------------------
blog
---------------------------------------------------- */
#blog {
  padding: 90px 0;
}

#blog h2 {
  width: 60px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

#blog .txt {
  margin: 80px 0 50px;
  font-size: 28px;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 0.05em;
}

#blog .link::after {
  display: inline-block;
  width: 28px;
  height: 31px;
  margin: 0 0 -5px 15px;
  background: url(../images/icon_link.png) no-repeat left top / contain;
  content: "";
}

#blog .link {
  margin: 48px 0 0;
  text-align: right;
}

#blog #yoyakubtn {
  border: none;
}

#blog #yoyakubtn a::after {
  display: none;
}

#blog figure {
  margin: auto;
  text-align: center;
}

/* ----------------------------------------------------
price
---------------------------------------------------- */
.bg {
  background: #e6e6e6;
}

#price {
  padding: 90px 0 125px;
}

#price h2 {
  width: 68px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

.price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 53px 80px 67px;
  background: #1eaa39;

  gap: 50px;
}

.price_time {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: .1em;
  font-weight: 600;
}

.price_fee {
  margin: 45px 0 56px;
}

.price_caution {
  color: #ffffff;
  font-size: 28px;
}

/* ----------------------------------------------------
challenge
---------------------------------------------------- */
#challenge {
  padding: 84px 0 0;
}

#challenge h2 {
  width: 133px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

#yoyakubtn {
  border: #1eaa39;
}

#yoyakubtn {
  margin: 130px 0 0;
  border-top: 3px solid #1eaa39;
}

#yoyakubtn p {
  width: 417px;
  margin: -45px auto 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: #1eaa39;
  text-align: center;
}

#yoyakubtn p a {
  display: block;
  position: relative;
  padding: 30px;
  color: #ffff00;
  font-size: 30px;
}

#yoyakubtn a::after {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 43px;
          transform: rotate(135deg);
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffff00;
  border-right: 3px solid #ffff00;
  content: "";

  -webkit-transform: rotate(135deg);
}

/* ----------------------------------------------------
voice
---------------------------------------------------- */
#voice {
  padding: 70px 0 40px;
}

#voice h2 {
  width: 68px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

#voice .txt {
  margin: 80px 0 0;
  font-size: 28px;
  text-align: center;
}

.slider_sp {
  width: 1000px;
  margin: 86px auto 0;
}

.slider_sp dl {
  position: relative;
  margin-bottom: 80px;
  padding-left: 17%;
  background: url(../images/icon_people01.png) no-repeat left center / 11.4%;
}

.slider_sp dl:nth-of-type(2) {
  background: url(../images/icon_people02.png) no-repeat left center / 11.4%;
}

.slider_sp dt {
  position: absolute;
  top: -15px;
  left: 19%;
  z-index: 1;
  padding: 0 30px;
  background: #ffffff;
  font-size: 30px;
}

.voice_ttl {
  margin-bottom: 10px;
  color: #1eaa39;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-left: -15px;
}

.voice_txt {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0;
}

.slider_sp dd {
  position: relative;
  padding: 50px 30px 30px 50px;
  border: 2px solid #4d4d4d;
  line-height: 1.5em;
  letter-spacing: 0;
}

.slider_sp dd::before {
  display: block;
  position: absolute;
  top: 40%;
  left: -45px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 25px solid #4d4d4d;
  content: "";
}

/* ----------------------------------------------------
lesson
---------------------------------------------------- */
.lesson_list ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 60px;

  gap: 40px;
}

.lesson_list li {
  width: calc((100% - 80px) / 2);
  font-size: 24px;
  line-height: 1.8em;
}

.lesson_list li p {
  margin-top: 15px;
  letter-spacing: 0;
}


/* ----------------------------------------------------
profile
---------------------------------------------------- */
#profile {
  padding: 80px 0 96px;
  background: #1eaa39;
}

#profile h2 {
  width: 98px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  text-align: center;
}

#profile .read {
  color: #ffffff;
}

.profBox {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
  padding: 53px 56px;
  background: #d3edd8;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.profBox figure {
  flex-basis: 24.9%;
}

.profR {
  flex-basis: 68.784%;
}

.profBox .catch {
  color: #1eaa39;
  font-size: 28px;
  letter-spacing: 0;
}

.profBox h3 {
  margin: 28px 0 30px;
  font-size: 42px;
  letter-spacing: .2em;
}

.profBox h3 span {
  font-size: 20px;
  letter-spacing: 0;
}

.profBox .txt {
  font-size: 23px;
  line-height: 1.8em;
  letter-spacing: 0;
}

.major {
  margin-top: 20px;
}

/* ----------------------------------------------------
access
---------------------------------------------------- */
#access {
  padding: 85px 0 100px;
}

#access h2 {
  width: 86px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

.accBox {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 86px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.accBox figure {
  width: 48%;
}

#access dl {
  width: 47%;
  box-sizing: border-box;
}

#access dt {
  float: left;
  clear: both;
  width: 25%;
  padding: 15px 5px;
  line-height: 1.5em;
  letter-spacing: 0;
}

#access dd {
  padding: 15px 0;
  padding-left: 28%;
  border-bottom: 1px solid #4d4d4d;
  line-height: 1.5em;
  letter-spacing: 0;
}

#access dd:first-of-type {
  border-top: 1px solid #4d4d4d;
}

#access dd a {
  color: #1eaa39;
  text-decoration: underline;
}

.map {
  position: relative;
  height: 0;
  padding-bottom: 38.25%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access ul {
  margin: 70px 0 42px;
  font-size: 0;
  text-align: center;
}

#access li {
  display: inline-block;
  width: 417px;
  margin: 0 25px 0;
}
#access li a{
  display: block;
}

#access .txt {
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0;
}

.attention {
  line-height: 1.5em;
  letter-spacing: 0;
}

.attention::before {
  display: inline-block;
  width: 20px;
  height: 27px;
  margin: 20px 8px -3px 0;
  background: url(../images/icon_map.svg) no-repeat center center / contain;
  content: "";
}

.txt2 a {
  text-decoration: underline;
}


/* ----------------------------------------------------
contact
---------------------------------------------------- */
#contact {
  padding: 85px 0 80px;
  background: #e6e6e6;
}

#contact h2 {
  width: 86px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #1eaa39;
  text-align: center;
}

#contact .txt {
  margin: 70px 0 40px;
  font-size: 28px;
  line-height: 2em;
  text-align: center;
}

.formBox {
  margin: auto;
  padding: 30px 100px;
  background: #ffffff;
}

.formBox p {
  color: #1eaa39;
  font-size: 20px;
  text-align: right;
}

.formBox table {
  width: 100%;
}

.formBox th {
  width: 20%;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: left;
}

.formBox td {
  padding: 24px 0;
}

.formBox input {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 2em;
}

.formBox .seibetu input {
  display: inline-block;
  width: auto;
}

.formBox textarea, .formBox select {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 2em;
}

.formBox th span, .formBox p span {
  color: #1eaa39;
}

input[type="submit"], input[type="button"] {
  border: none;
  border-radius: 0;
          box-sizing: border-box;
  cursor: pointer;

  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
          appearance: button;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

.formBox .seibetu input.radioinput {
  opacity: 0;
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
}

label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label::before, label::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  content: "";
}

label::before {
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #4d4d4d;
  background-color: #ffffff;
}

label::after {
  opacity: 0;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: #1eaa39;
}

input:checked + label::after {
  opacity: 1;
}

.error {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ba0000;
}

.error p.error_messe {
  color: #ba0000;
  font-size: 17px;
  line-height: 1.8em;
}

.btnArea {
  margin-top: 70px;
}

.btnArea .send input, .thanksBox input {
  display: block;
  width: 100%;
  width: 417px;
  margin: 1.563vw auto;
  border-radius: 100px;
  background: none;
  background: #1eaa39;
  color: #ffffff;
  color: #ffffff;
  font-weight: 900;
  font-size: 40px;
  line-height: 90px;
}

.btnArea.confirm p {
  display: inline-block;
  margin-left: 10px;
}

.erro p.error_messe {
  color: darkred;
  line-height: 2vw;
  text-align: center;
}

.privacy {
  height: 337px;
  margin: 70px 0 20px;
  padding: 38px;
  overflow-y: scroll;
  border: 2px solid #4d4d4d;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.8em;
}

.privacy h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
}

.privacy p {
  margin-bottom: 30px;
}

/* ----------------------------------------------------
FOOTER
---------------------------------------------------- */
#sns {
  position: fixed;
  right: 37px;
  bottom: 37px;
  z-index: 999;
}

#sns p {
  width: 50px;
  margin-bottom: 12px;
}

footer {
  text-align: center;
}

footer .ttl {
  padding: 90px 0 50px;
  font-size: 36px;
  font-weight: 500;
}

footer .ttl span {
  color: #1eaa39;
}

footer .logo {
  width: 417px;
  margin: auto;
}

footer .txt {
  margin: 50px 0;
  line-height: 1.8em;
}

footer .fnav {
  padding: 54px 0 50px;
  background: #1eaa39;
}

footer ul {
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}

footer ul li a {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
}

footer ul .last a {
  border-right: none;
}

footer ul li {
  display: inline-block;
  font-size: 20px;
}

footer .fnav p a {
  color: #ffffff;
  font-size: 20px;
}

footer .copy {
  font-size: 18px;
  line-height: 74px;
  text-align: center;
}

.fnav .nav_pc {
  display: inline-block;
}

.fnav .nav_sp {
  display: none;
}

.thanksBox {
  padding-top: 100px;
  text-align: center;
}

.thanksBox .btn {
  display: block;
  width: 100%;
  max-width: 417px;
  margin: 1.563vw auto;
  border-radius: 100px;
  background: none;
  background: #1eaa39;
  color: #ffffff;
  font-size: 20px;
  line-height: 2.5em;
}

.thanksBox .btn a {
  display: block;
  color: #ffffff;
}

.thanksBox h3 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.8em;
}

#contact .thanksBox .txt {
  margin: 50px 0;
  font-size: 14px;
}

.w15 {
  display: none;
}

.navi .navbr, .navi .navbr2 {
  display: none;
}

/* ----------------------------------------------------
MB/TB
---------------------------------------------------- */
@media screen and (max-width: 1600px) {
  header .navi li {
    margin: 0 1.5% 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 1510px) {
  header .navi {
    margin: 0;
  }

  header .navi li {
    font-size: 14px;
  }

  header .booking a img {
    width: 40px;
    margin-top: -5px;
  }

  header .booking a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 100px;
  }

  header h1 {
    left: 2%;
  }
}

@media screen and (max-width: 1380px) {
  header .navi li {
    margin: 0 1% 0;
    font-size: 14px;
  }

  .navi .navbr {
    display: block;
  }
}

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

@media screen and (max-width: 1200px) {
  .inner, .slider_sp {
    width: auto;
    padding: 0 50px;
    box-sizing: border-box;
  }

  html {
    font-size: 20px;
  }

  .trouble_list li p {
    background: url(../images/icon_check.png) no-repeat left top 5px / 3.5vw;
    font-size: 2.3vw;
    line-height: 1.8em;
  }

  .navi .navbr2 {
    display: block;
  }
}

@media screen and (max-width: 1150px) {
  html {
    font-size: 15px;
  }

  .tb {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  header {
    height: 50px;
  }

  header h1 {
    top: 3px;
    width: 87px;
    line-height: 34px;
  }

  .overlayMenuBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100001;
    height: 50px;
    padding: 10px 10px 8px;
    box-sizing: border-box;
    background: #1eaa39;
    cursor: pointer;
  }

  .overlayMenuBtn span {
    display: block;
    position: relative;
    width: 31px;
    border: 1px solid #ffffff;
    transition: .5s;
  }

  .overlayMenuBtn strong {
    position: relative;
    top: 12px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0;
  }

  .overlayMenuBtn span:nth-child(1) {
    top: 0;
  }

  .overlayMenuBtn span:nth-child(2) {
    top: 5px;
  }

  .overlayMenuBtn span:nth-child(3) {
    top: 10px;
  }

  .overlayMenu {
    display: none;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(255, 255, 255, .9);
  }

  .overlayMenuInner {
    padding: 10px 4% 40px 4%;
  }

  .overlayMenuHeader {
    width: 100%;
    height: 60px;
    color: #c3a572;
    font-size: 32px;
    line-height: 60px;
  }

  .overlayMenuItem {
    padding: 0 15px;
  }

  .overlayMenuItem ul {
    list-style-type: none;
    margin: 20px 0 40px 0;
    padding: 0;
  }

  .overlayMenuItem ul li a {
    display: block;
    width: 96%;
    text-align: left;
    transition: .5s;
  }

  .snsbtn ul {
    font-size: 0;
  }

  .snsbtn li {
    display: inline-block;
    width: 30px;
    margin-right: 15px;
  }

  .mainimage {
    padding-top: 50px;
  }

  .catchBox .catch {
    padding: 10px;
    font-size: 15px;
  }

  header .navi {
    display: inline-block;
    height: auto;
    margin-left: -100px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  header .booking {
    position: relative;
    margin-top: 80px;
  }

  header .navi li {
    margin: 40px -5%;
    font-size: 15px;
  }

  #sns {
    display: none;
  }

  .ex {
    width: 170px;
    margin-right: 15px;
  }

  .tel {
    width: 45px;
  }

  .btn_sp {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    text-align: center;
  }

  .btn_sp p {
    display: inline-block !important;
  }

  .navi .pc_nav, .navi .navbr2, .navi .navbr {
    display: none;
  }

  .navi .tb_nav {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .inner2 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .snsbtn, .btn_sp {
    text-align: left;
  }

  .overlayMenuItem ul {
    margin: 0 15px;
  }

  .inner, .inner2 {
    width: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .inner3{
    width: auto;
    box-sizing: border-box;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  header .navi {
    display: block;
    margin-left: 0;
  }

  header .navi li {
    margin: 20px 0;
  }

  #make .btn p, #yoyakubtn p, #access li, .btnArea .send input, .thanksBox input {
    width: 65%;
  }

  .catchBox .c_box {
    position: absolute;
    top: 46%;
  }

  .catchBox {
    background: none;
    text-align: left;
  }

  .mainimage .btn_ex {
    position: absolute;
    bottom: -80px;
    left: 6%;
    width: 14%;
    max-width: 284px;
  }

  .catchBox p {
    display: inline-block;
    padding: 20px 30px;
    background: #ffffff;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
  }

  .catchBox p span {
    color: #1eaa39;
  }

  .catchBox .catch {
    margin: 0 0 12px 0;
  }

  .mainimage .btn_ex {
    bottom: -5%;
    left: 0;
    width: 120px;
  }

  #about {
    padding: 35px 0 24px;
  }

  #about h2 {
    width: 40px;
    padding-bottom: 5px;
  }

  .intro {
    margin: 30px 0 30px;
    font-size: 14px;
    line-height: 2em;
  }

  .trouble_list {
    display: block;
  }

  .trouble_list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .trouble_list li img {
    width: 160px;
  }

  .trouble_list li p {
    margin-top: 15px;
    padding: 0;
    background: none;
    font-size: 15px;
    text-align: center;
  }

  .trouble_list li p::before {
    display: inline-block;
    position: relative;
    bottom: -3px;
    width: 24px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/icon_check.png) no-repeat left top /contain;
    content: "";
  }

  .trouble_list li:nth-of-type(2) {
    margin: 0 0 30px;
  }

  #about .sttl {
    position: relative;
    margin: 60px 0 30px;
    font-size: 19px;
    line-height: 2em;
  }

  #about .sttl::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 20px;
  }

  #about .sttl::after {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 13px;
    height: 20px;
  }

  #about .sttl span::before {
    top: -1em;
  }

  .beforeafter, #price .scl, .menu_list, .lesson_list {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
  }

  .beforeafter .scl, #price .scl ul, .menu_list .scl, .lesson_list .scl {
    min-width: 680px;
    max-width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  .beforeafter .scl,
  .menu_list .scl{
    min-width: 200%;
  }

  .beforeafter::-webkit-scrollbar, #price .scl::-webkit-scrollbar, .menu_list::-webkit-scrollbar, .lesson_list::-webkit-scrollbar {
    height: 13px;
  }

  .beforeafter::-webkit-scrollbar-track, #price .scl::-webkit-scrollbar-track, .menu_list::-webkit-scrollbar-track, .lesson_list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
  }

  .beforeafter::-webkit-scrollbar-thumb, #price .scl::-webkit-scrollbar-thumb, .menu_list::-webkit-scrollbar-thumb, .lesson_list::-webkit-scrollbar-thumb {
    margin: 5px;
    border-radius: 10px;
    background: #cccccc;
  }
  .reason_list{
    padding: 0 20px;
  }
  .beforeafter .scl {
    background: url(../images/arrow_next_sp.png) no-repeat center / 15px;
  }

  .lesson_list .scl {
    max-width: 600px;
  }

  .reason_list div {
    width: calc((100% - 40px) / 2);
    max-width: auto;
    padding: 50px 0 0;
    box-sizing: border-box;
  }

  .reason_list figure {
    width: 70%;
    margin: auto;
  }

  .reason_list ul {
    margin: 0;
    padding: 0 26px 0;
  }

  .reason_list li {
    margin: 0 0 5px 0;
    padding-left: 35px;
    background: url(../images/icon_check.svg) no-repeat left top 2px / 24px;
    font-size: 15px;
    line-height: 1.5em;
    text-align: left;
  }

  .trouble_txt {
    margin: 15px 26px 25px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.8em;
  }

  .trouble_txt::after {
    bottom: -17px;
    border: 5px solid transparent;
    border-top: 12px solid #e6e6e6;
  }

  .after .trouble_txt::after {
    bottom: -17px;
    border: 5px solid transparent;
    border-top: 12px solid #bbe5c3;
  }

  .beforeafter ul::after {
    display: block;
    transform: rotate(-135deg);
    width: 7px;
    height: 7px;
    margin: 14px auto 7px;
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    content: "";
  }

  .result {
    padding: 23px 10px;
    background: #4d4d4d;
    color: #ffffff;
    font-size: 15px;
  }

  #make, #menu {
    padding: 35px 0 30px;
  }

  #menu h2 {
    width: 35px;
    padding-bottom: 5px;
  }

  .menu_list ul {
    width: calc(50% -50vw);
    margin: 5px 0;

    gap: 0;
  }

  .menu_list li {
    width: calc(50% - 50px);
    padding: 0 20px;
    font-size: 14px;
  }

  .menu_detail {
    margin: 30px 0 0;
    padding-bottom: 15px;
  }

  .menu_for {
    margin: 20px 0 24px;
  }

  .menu_tag {
    font-size: 16px;
  }

  #make h2 {
    font-size: 22px;
    line-height: 1.8em;
  }

  #make .ttl {
    position: relative;
  }

  #make .ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 20px;
  }

  #make .ttl::after {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 13px;
    height: 20px;
  }

  #make .ttl {
    margin-bottom: 40px;
  }

  #make ul {
    display: block;
  }

  #make li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  #make .btn {
    margin-top: 80px;
  }

  #make .btn p a {
    padding: 0;
    line-height: 45px;
  }

  #make .btn a::after {
    top: calc((100% - 12px) / 2);
            transform: rotate(135deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-top: 2px solid #4d4d4d;
    border-right: 2px solid #4d4d4d;

    -webkit-transform: rotate(135deg);
  }

  #make .btn p {
    margin-top: -25px;
  }

  #make .btn {
    margin-top: 50px;
  }

  #blog {
    padding: 35px 0 50px;
  }

  h2 {
    padding: 0 5px;
  }

  #blog h2 {
    width: 30px;
    padding-bottom: 5px;
  }

  .read {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: .1em;
  }

  #blog .txt {
    margin: 22px 0;
    font-size: 15px;
    line-height: 2em;
  }

  #blog .link::after {
    width: 17px;
    height: 25px;
    margin: 0 0 -9px 5px;
  }

  #blog .link {
    margin-top: 18px;
    font-size: 12px;
  }

  #price {
    padding: 35px 0 0;
  }

  #price h2 {
    width: 34px;
    padding-bottom: 5px;
  }

  #price .scl ul {
    padding: 0 25px 15px 0;
  }

  #price .txt {
    margin-top: 10px;
    padding-top: 15px;
    line-height: 1.5em;
  }

  #price .scl {
    margin: 0;
    margin-bottom: 0;
    padding: 23px 15px 0;
  }

  #price .catch {
    margin: 30px 0;
    font-size: 17px;
    line-height: 2em;
  }

  #price .personal {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    background: #ffffff;
  }

  #challenge {
    padding-bottom: 30px;
  }

  #challenge h2 {
    width: 71px;
    padding-bottom: 5px;
  }

  #yoyakubtn {
    margin-top: 50px;
  }

  #yoyakubtn p {
    margin-top: -25px;
  }

  #yoyakubtn p a {
    padding: 0;
    line-height: 45px;
    font-size: 15px;
  }

  #yoyakubtn a::after {
    display: inline-block;
    position: relative;
    top: -4px;
    right: -15px;
            transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffff00;
    border-right: 2px solid #ffff00;
    content: "";

    -webkit-transform: rotate(135deg);
  }

  #voice {
    padding: 35px 0;
  }

  #voice h2 {
    width: 34px;
    padding-bottom: 5px;
  }

  #voice .ttl {
    font-size: 15px;
    line-height: 2em;
  }

  #voice .txt {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
  }

  .voice_ttl {
    margin: 5px 0 10px;
    font-size: 15px;
    text-align: left;
    text-indent: -10px;
  }

  .voice_txt {
    font-size: 13px;
    line-height: 1.5em;
  }

  .slider_sp {
    width: auto;
    margin-top: 20px;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .slider_sp dl, .slider_sp dl:nth-of-type(2) {
    margin: 15px 0;
    padding: 0 15px;
    background: none;
  }

  .slider_sp dt {
    top: -10px;
    left: 35px;
    padding: 0 13px;
    font-size: 15px;
  }

  .slider_sp dt::before {
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 5px;
    background: url(../images/icon_people01.png) no-repeat left top /contain;
    content: "";
  }

  .slider_sp dl:nth-of-type(3) dt::before {
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 5px;
    background: url(../images/icon_people02.png) no-repeat left top /contain;
    content: "";
  }

  .slider_sp dd::before {
    display: none;
  }

  .slider_sp dd {
    padding: 15px 25px;
  }

  #profile {
    padding: 20px 0 35px;
  }

  #profile h2 {
    width: 49px;
    padding-bottom: 5px;
  }

  .profBox {
    display: block;
    margin: 40px 15px 0;
    padding: 20px;
  }

  .profBox figure {
    float: left;
    width: 100px;
    margin: -40px 0 0 -50px;
    padding: 10px 10px 0;
  }

  .profBox .catch {
    font-size: 10px;
  }

  .profBox h3 {
    margin: 5px 0 15px;
    font-size: 20px;
  }

  .profBox h3 span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 10px;
  }

  .profBox .txt {
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }

  .major {
    font-size: 13px;
  }

  #access {
    padding: 20px 0 35px;
  }

  #access h2 {
    width: 46px;
    padding-bottom: 5px;
  }

  .accBox {
    display: block;
    margin: 30px -20px;
  }

  .accBox figure {
    width: 100%;
  }

  #access dl {
    width: 100%;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 12px;
  }

  #access dd:first-of-type {
    border-top: none;
  }

  #access dd:last-of-type {
    border-bottom: none;
  }

  #access dd {
    padding-left: 30%;
  }

  #access ul {
    margin: 30px 0 20px;
  }

  #access li {
    width: 75%;
    margin-bottom: 15px;
  }

  #access .txt {
    font-size: 14px;
    text-align: center;
  }

  .attention::before {
    display: none;
  }

  .attention {
    margin: 0;
    padding: 5px 0 0 15px;
    background: url(../images/icon_map.svg) no-repeat left top 8px / 9px;
    font-size: 11px;
    line-height: 1.3em;
  }

  #contact {
    padding: 35px 0;
  }

  #contact h2 {
    width: 53px;
    padding-bottom: 5px;
  }

  #contact .txt {
    margin: 20px 0;
    font-size: 14px;
    letter-spacing: .05em;
  }

  .formBox {
    padding: 0;
    background: none;
  }

  .formBox p {
    margin-bottom: -1em;
    font-size: 12px;
  }

  .formBox th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 12px;
  }

  .formBox td {
    display: 100%;
    display: block;
    padding: 10px 0 15px;
  }

  .formBox input {
    padding: 5px;
    font-size: 13px;
  }

  .privacy {
    height: 166px;
    margin-top: 30px;
    padding: 12px;
  }

  .privacy p {
    font-size: 12px;
    line-height: 1.5em;
  }

  .privacy h3 {
    font-size: 15px;
    line-height: 1.5em;
    ;
  }

  .txt2 {
    line-height: 1.5em;
  }

  .btnArea {
    margin-top: 30px;
  }

  .btnArea .send input, .thanksBox input {
    width: 70%;
    font-size: 20px;
    line-height: 45px;
  }

  .formBox textarea, .formBox select {
    padding: 10px;
    font-size: 13px;
    line-height: 1.5em;
  }

  footer .ttl {
    padding: 35px 0 30px;
    font-size: 15px;
  }

  footer .txt {
    margin: 34px 0 30px 0;
    font-size: 12px;
  }

  footer .fnav {
    padding: 25px 0 5px;
  }

  footer ul {
    margin-bottom: 0;
    padding: 0 15px;
    overflow: hidden;
  }

  footer ul li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 0;
    text-align: left;
  }

  footer ul li a {
    border: none;
  }

  footer .logo {
    width: 80%;
    max-width: 270px;
  }

  footer .copy {
    font-size: 10px;
    line-height: 39px;
  }

  .map {
    padding-top: 38%;
  }

  .fnav .nav_pc {
    display: none;
  }

  .fnav .nav_sp {
    display: block;
  }

  .lesson_list ul {
    margin: 12px 0 0;

    gap: 19px;
  }

  .lesson_list li {
    font-size: 12px;
  }

  .price_box {
    display: block;
    margin: 23px -20px 0;
    padding: 30px 20px 40px;
  }

  .price_box figure {
    max-width: 200px;
    margin: 0 auto 24px;
  }

  .price_time {
    font-size: 18px;
    letter-spacing: .2em;
    text-align: center;
  }

  .price_fee {
    max-width: 260px;
    margin: 20px auto 25px;
  }

  .price_caution {
    font-size: 13px;
    text-align: center;
  }
}