@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "GothicMB101Pro";
  src: url("../font/A-OTF-GothicMB101Pro-DeBold.otf") format("opentype");
}
#container {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  color: #000;
  min-width: 1000px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container {
    font-size: 1.3rem;
    min-width: 320px;
  }
}

a {
  text-decoration: none;
  word-break: break-word;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*
::selection {
	background-color: #;
	color: #;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
  vertical-align: middle;
}

button {
  line-height: normal;
  cursor: pointer;
}

ol, ul {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: left;
}

.ophv {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.ophv:hover {
  opacity: 0.6;
  text-decoration: none;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
header {
  background-color: #961836;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  header.fixed {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 17px;
}
@media screen and (max-width: 768px) {
  header .inner {
    max-width: 375px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    padding: 5px 0 12px 12px;
  }
}
header .logo img {
  max-height: 72px;
}
@media screen and (max-width: 768px) {
  header .logo img {
    max-height: 43px;
  }
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .right {
    width: 58.1%;
  }
}
header .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .bnr {
    display: none;
  }
}
header .bnr li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  header .bnr li {
    max-width: 100px;
    margin-left: 10px;
  }
}
header .tel {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  header .tel {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  header .tel img {
    max-height: 42px;
  }
}
header .gnav-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  header .gnav-toggle {
    display: block;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  header .gnav-toggle img {
    height: 60px;
  }
}

/*----------------------------------------------------------
 グローバルナビ
----------------------------------------------------------*/
#gnav-container {
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
}
#gnav-container .gnav-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#gnav-container.open .gnav-overlay {
  display: block;
}
#gnav-container.open .gnav {
  right: 0;
}
#gnav-container .gnav-close-icon {
  position: relative;
  z-index: 999;
}
#gnav-container .gnav-close-icon img {
  height: 49px;
}
#gnav-container .gnav {
  background: #fff;
  position: absolute;
  top: 0;
  right: -35rem;
  width: 30rem;
  height: 100%;
  overflow: auto;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
#gnav-container .gnav .gnav-close-icon {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
#gnav-container .gnav .gnav-list li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  min-height: 50px;
  padding: 12px 25px 12px 40px;
  border-bottom: 1px solid #b1b1b1;
  color: #000;
  position: relative;
}
#gnav-container .gnav .gnav-list li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
  margin-right: 10px;
  position: absolute;
  top: 22px;
  left: 25px;
}
#gnav-container .gnav .gnav-list li.active a {
  background-color: #961836;
  color: #fff;
}
#gnav-container .gnav .gnav-list li.active a::before {
  border-color: transparent transparent transparent #fff;
}
#gnav-container .gnav .bnr-box {
  padding: 20px 15px;
}
#gnav-container .gnav .bnr {
  margin-bottom: 15px;
}
#gnav-container .gnav .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#gnav-container .gnav .contact-list li {
  width: 47.8%;
}
#gnav-container .gnav .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 36px;
}
#gnav-container .gnav .sns-list li {
  width: 20.6%;
  margin: 0 5.7% 13px 0;
}
#gnav-container .gnav .sns-list li:nth-child(4n) {
  margin-right: 0;
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
footer {
  background-color: #961836;
  color: #fff;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 40px 10px 25px;
  }
}
footer address {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer address {
    font-size: 13px;
    text-align: center;
  }
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  footer .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
}
footer .sns li {
  margin-left: 15px;
}
footer .sns li:first-child {
  margin-left: 0;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
}
footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*----------------------------------------------------
 サイド
----------------------------------------------------*/
.fixedContact {
  position: fixed;
  z-index: 1;
  top: 20%;
  right: -8px;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (max-width: 768px) {
  .fixedContact {
    display: none;
  }
}
.fixedContact.fixed, .fixedContact:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixedContact a {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.fixedContact a:hover {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.fixedContactSp {
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fixedContactSp {
    display: block;
  }
}
.fixedContactSp .ttl {
  margin-bottom: 9px;
}
.fixedContactSp .ttl img {
  height: 15px;
}
.fixedContactSp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 375px;
  margin: 10px auto 0;
}
.fixedContactSp ul li img {
  height: 45px;
}

/*----------------------------------------------------
 トップ
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-top footer .inner {
    padding: 40px 10px 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-top footer #pagetop {
    bottom: 103px;
  }
}
.p-top .contactBtn {
  text-align: center;
}
.p-top .contactBtn a {
  display: block;
  -webkit-animation: 1.6s moving infinite;
          animation: 1.6s moving infinite;
}
.p-top .contactBtn img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.p-top .pagehead {
  border-bottom: 10px solid #961836;
}
.p-top .pagehead .mv {
  background-color: #ccc;
  background-image: url(../img/top/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .mv {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .contactBtn {
    background-color: #000;
    padding: 12px 10px 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .contactBtn a {
    display: block;
    -webkit-animation: 1.6s moving infinite;
            animation: 1.6s moving infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .contactBtn img {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-line {
    display: none;
  }
}
.p-top .sec-line .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-line .inner {
    padding: 13px 10px 50px;
  }
}
.p-top .sec-line .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-line .txt {
    margin-bottom: 15px;
  }
}
.p-top .sec-case {
  background-color: #fffee6;
}
.p-top .sec-case .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-case .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-case .secttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-case .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-case .slick-slide {
  margin: 0 10px !important;
}
.p-top .sec-case .slick-prev {
  width: 50px;
  height: 50px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .sec-case .slick-prev {
    width: 35px;
    height: 35px;
    left: -10px;
  }
}
.p-top .sec-case .slick-next {
  width: 50px;
  height: 50px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-case .slick-next {
    width: 35px;
    height: 35px;
    right: -10px;
  }
}
.p-top .sec-case .slick-dots {
  bottom: -30px !important;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-case .slick-dots {
    bottom: -40px !important;
  }
}
.p-top .sec-case .slick-dots li button:before {
  opacity: 1;
  color: #c6c6c6;
}
.p-top .sec-case .slick-dots li.slick-active button:before {
  color: #961836;
}
.p-top .sec-case .slick-dots li button:before {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-case .slick-dots li button:before {
    font-size: 7px;
  }
}
.p-top .sec-chomei .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-chomei .inner::before {
  content: "";
  background-image: url(../img/top/chomei.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34.2vw;
  height: 24vh;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-chomei .secttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-chomei ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top .sec-chomei ul li {
  margin: 0 26px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei ul li {
    width: 47.8%;
    margin: 0 auto 15px;
  }
}
.p-top .sec-chomei ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei ul li:nth-child(4n) {
    margin: 0 auto 15px;
  }
}
.p-top .sec-chomei ul li .cap {
  text-align: center;
  margin-top: 10px;
}
.p-top .sec-onayami {
  background-color: #f7e2e7;
}
.p-top .sec-onayami .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-onayami .inner {
    padding: 68px 10px 50px;
    position: relative;
  }
}
.p-top .sec-onayami .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-onayami .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-onayami .fukidashi {
  position: absolute;
  top: 60px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-onayami .fukidashi {
    top: -10px;
    left: 20px;
  }
  .p-top .sec-onayami .fukidashi img {
    width: 47.6%;
  }
}
.p-top .sec-onayami .img01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-onayami .img01 {
    margin-bottom: 20px;
  }
}
.p-top .sec-onayami .img02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-onayami .img02 {
    margin-bottom: 20px;
  }
}
.p-top .sec-onayami .img03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-onayami .img03 {
    margin-bottom: 20px;
  }
}
.p-top .sec-point .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-point .inner::before {
  content: "";
  background-image: url(../img/top/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 15vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-point .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-point .catch {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .catch {
    margin-bottom: 15px;
  }
}
.p-top .sec-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-top .sec-point ul li {
  background-color: #fff;
  border: 2px solid #000;
  max-width: 470px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point ul li {
    margin-bottom: 20px;
  }
}
.p-top .sec-point ul li.point01 .body {
  background-image: url(../img/top/point_point01_img.png);
}
.p-top .sec-point ul li.point02 .body {
  background-image: url(../img/top/point_point02_img.png);
}
.p-top .sec-point ul li.point03 .body {
  background-image: url(../img/top/point_point03_img.png);
}
.p-top .sec-point ul li.point04 .body {
  background-image: url(../img/top/point_point04_img.png);
}
.p-top .sec-point ul li.point05 .body {
  background-image: url(../img/top/point_point05_img.png);
}
.p-top .sec-point ul li.point06 .body {
  background-image: url(../img/top/point_point06_img.png);
}
.p-top .sec-point ul li .head {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point ul li .head {
    font-size: 18px;
  }
}
.p-top .sec-point ul li .head .num {
  font-size: 16px;
  color: #faed1a;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point ul li .head .num {
    font-size: 15px;
  }
}
.p-top .sec-point ul li .body {
  min-height: 180px;
  padding: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point ul li .body {
    background-size: 70px;
    min-height: 125px;
    padding: 25px;
  }
}
.p-top .sec-point ul li .body .ttl {
  color: #961836;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point ul li .body .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-top .sec-point .box .head {
  font-family: "GothicMB101Pro";
  background-color: #961836;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .box .head {
    padding: 40px 10px 15px;
  }
}
.p-top .sec-point .box .head .fukidashi {
  position: absolute;
  top: -57px;
  left: 68px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .box .head .fukidashi {
    top: -23px;
    left: 24px;
  }
  .p-top .sec-point .box .head .fukidashi img {
    width: 53%;
  }
}
.p-top .sec-point .box .head .ttl {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .box .head .ttl {
    font-size: 21px;
  }
}
.p-top .sec-point .box .body {
  border: 3px solid #961836;
  border-top: none;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .box .body {
    display: block;
    padding: 20px;
  }
}
.p-top .sec-point .box .txt {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .box .txt {
    margin-top: 25px;
  }
}
.p-top .sec-voice {
  background-color: #f7e2e7;
}
.p-top .sec-voice .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-voice .inner::before {
  content: "";
  background-image: url(../img/top/voice.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.8vw;
  height: 11.8vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-voice .secttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top .sec-voice ul li {
  margin: 0 26px 25px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice ul li {
    width: 47.8%;
    margin: 0 auto 15px;
  }
}
.p-top .sec-voice ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice ul li:nth-child(4n) {
    margin: 0 auto 15px;
  }
}
.p-top .sec-voice .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .txt01 {
    margin-bottom: 20px;
  }
}
.p-top .sec-voice .txt02 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .txt02 {
    margin-bottom: 30px;
  }
}
.p-top .sec-voice .contactBtn a {
  display: block;
  -webkit-animation: 1.6s moving infinite;
          animation: 1.6s moving infinite;
}
.p-top .sec-voice .contactBtn img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.p-top .sec-menu {
  background-color: #fffee6;
}
.p-top .sec-menu .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-menu .inner::before {
  content: "";
  background-image: url(../img/top/menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25.4vw;
  height: 14vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-menu .secttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-menu .lead {
  font-family: "GothicMB101Pro";
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.p-top .sec-menu .lead .large {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .lead .large {
    font-size: 2.4rem;
  }
}
.p-top .sec-menu .ninki-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box {
    margin-bottom: 25px;
  }
}
.p-top .sec-menu .ninki-box .body {
  background-color: #fff;
  border: 2px solid #961836;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .body {
    padding: 20px;
  }
}
.p-top .sec-menu .ninki-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .flex {
    display: block;
  }
}
.p-top .sec-menu .ninki-box .imgarea a {
  display: block;
  text-align: center;
}
.p-top .sec-menu .ninki-box .imgarea .img img {
  border: 1px solid #dcdcdc;
}
.p-top .sec-menu .ninki-box .imgarea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-top .sec-menu .ninki-box .txtarea {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .txtarea {
    max-width: none;
    margin-top: 25px;
  }
}
.p-top .sec-menu .ninki-box .txt {
  margin-bottom: 20px;
}
.p-top .sec-menu .ninki-box .yellow {
  display: block;
  float: right;
  background-color: #f8dd24;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #961836;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .yellow {
    font-size: 13px;
    padding: 3px 10px;
  }
}
.p-top .sec-menu .ninki-box .pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #f7e2e7;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .pricebox {
    padding: 20px;
  }
}
.p-top .sec-menu .ninki-box .pricebox .num {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .pricebox .num {
    font-size: 15px;
  }
}
.p-top .sec-menu .ninki-box .pricebox .price {
  font-size: 48px;
  line-height: 1;
  color: #961836;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .pricebox .price {
    font-size: 24px;
    margin: 0 10px;
  }
}
.p-top .sec-menu .ninki-box .pricebox .price .yen {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .pricebox .price .yen {
    font-size: 21px;
  }
}
.p-top .sec-menu .ninki-box .pricebox .zei {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .pricebox .zei {
    font-size: 14px;
  }
}
.p-top .sec-menu .ninki-box .ref {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .ref {
    margin-top: 15px;
  }
}
.p-top .sec-menu .ninki-box .ref dl dt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .ninki-box .ref dl dt {
    font-size: 1.3rem;
  }
}
.p-top .sec-menu .ninki-box .ref dl dd {
  font-size: 1.2rem;
}
.p-top .sec-menu .box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box {
    margin-bottom: 25px;
  }
}
.p-top .sec-menu .box .head {
  background-color: #961836;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding: 24px 86px 24px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .head {
    font-size: 19px;
    padding: 15px 70px 15px 20px;
  }
}
.p-top .sec-menu .box .head span {
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .head span {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
.p-top .sec-menu .box .head span::before, .p-top .sec-menu .box .head span::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 26px;
  height: 26px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .head span::before, .p-top .sec-menu .box .head span::after {
    width: 17px;
    height: 17px;
  }
}
.p-top .sec-menu .box .head span::before {
  height: 4px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .head span::before {
    height: 3px;
    top: 7px;
  }
}
.p-top .sec-menu .box .head span::after {
  width: 4px;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .head span::after {
    width: 3px;
    right: 7px;
  }
}
.p-top .sec-menu .box .head.active span::after {
  display: none;
}
.p-top .sec-menu .box .body {
  background-color: #fff;
  border: 2px solid #961836;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .body {
    padding: 20px;
  }
}
.p-top .sec-menu .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .flex {
    display: block;
  }
}
.p-top .sec-menu .box .imgarea a {
  display: block;
  text-align: center;
}
.p-top .sec-menu .box .imgarea .img img {
  border: 1px solid #dcdcdc;
}
.p-top .sec-menu .box .imgarea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-top .sec-menu .box .txtarea {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .txtarea {
    max-width: none;
    margin-top: 25px;
  }
}
.p-top .sec-menu .box .txt {
  margin-bottom: 20px;
}
.p-top .sec-menu .box .yellow {
  display: block;
  float: right;
  background-color: #f8dd24;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #961836;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .yellow {
    font-size: 13px;
    padding: 3px 10px;
  }
}
.p-top .sec-menu .box .pricebox {
  background-color: #f7e2e7;
  font-weight: bold;
  padding: 30px 40px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox {
    padding: 20px;
  }
}
.p-top .sec-menu .box .pricebox .tudo {
  text-align: center;
  margin-bottom: 20px;
}
.p-top .sec-menu .box .pricebox .priceflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox .priceflex {
    display: block;
  }
}
.p-top .sec-menu .box .pricebox dl {
  width: 47.8%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl {
    width: auto;
  }
}
.p-top .sec-menu .box .pricebox dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl dd {
    margin-bottom: 20px;
  }
}
.p-top .sec-menu .box .pricebox dl dd .txt01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl dd .txt01 {
    font-size: 1.5rem;
  }
}
.p-top .sec-menu .box .pricebox dl dd .txt01 .num {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl dd .txt01 .num {
    font-size: 1.9rem;
  }
}
.p-top .sec-menu .box .pricebox dl dd .txt02 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl dd .txt02 {
    font-size: 1.5rem;
  }
}
.p-top .sec-menu .box .pricebox dl dd .txt02 .num {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox dl dd .txt02 .num {
    font-size: 2.4rem;
  }
}
.p-top .sec-menu .box .pricebox .hosyo {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
}
.p-top .sec-menu .box .pricebox .hosyo .txt01 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-top .sec-menu .box .pricebox .hosyo .txt01 {
    font-size: 1.3rem;
  }
}
.p-top .sec-menu .box .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-top .sec-flow .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-flow .inner::before {
  content: "";
  background-image: url(../img/top/flow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.2vw;
  height: 11.4vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-flow .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-flow .step .box {
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box {
    margin-bottom: 65px;
  }
}
.p-top .sec-flow .step .box::after {
  content: "";
  display: block;
  width: 128px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/top/flow_triangle.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box::after {
    width: 88px;
    height: 37px;
    bottom: -55px;
  }
}
.p-top .sec-flow .step .box:last-child {
  margin-bottom: 20px;
}
.p-top .sec-flow .step .box:last-child::after {
  display: none;
}
.p-top .sec-flow .step .box .body {
  border: 3px solid #961836;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-top .sec-flow .step .box .body .txtarea {
  max-width: 610px;
  width: 100%;
}
.p-top .sec-flow .step .box .body span {
  font-weight: bold;
  color: #961836;
}
.p-top .sec-flow .step .box .body .bnr {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body .bnr {
    text-align: center;
  }
}
.p-top .sec-flow .step .box .body dl {
  margin-top: 10px;
}
.p-top .sec-flow .step .box .body dl dt {
  font-size: 15px;
  font-weight: bold;
  color: #961836;
}
.p-top .sec-flow .step .box .body dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body dl dd {
    display: block;
  }
}
.p-top .sec-flow .step .box .body .tel {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body .tel {
    margin-right: 0;
  }
}
.p-top .sec-flow .step .box .body .tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 10px;
  background-image: url(../img/top/flow_ico_tel.png);
}
.p-top .sec-flow .step .box .body .tel a {
  color: #961836;
}
.p-top .sec-flow .step .box .body .time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body .time {
    font-size: 1.3rem;
  }
}
.p-top .sec-flow .step .box .body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .sec-flow .step .box .body ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top .sec-flow .step .box .body ul li {
  margin-right: 20px;
}
.p-top .sec-flow .step .box .body ul li:last-child {
  margin-right: 0;
}
.p-top .sec-flow .contactBtn a {
  display: block;
  -webkit-animation: 1.6s moving infinite;
          animation: 1.6s moving infinite;
}
.p-top .sec-flow .contactBtn img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.p-top .sec-faq {
  background-color: #f7e2e7;
}
.p-top .sec-faq .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-faq .inner::before {
  content: "";
  background-image: url(../img/top/faq.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.2vw;
  height: 10.6vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-faq .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-faq dl dt {
  background-color: #961836;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 18px 26px 18px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 40px 10px 56px;
  }
}
.p-top .sec-faq dl dt::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: #000;
  background-image: url(../img/top/faq_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt::before {
    width: 45px;
    height: 100%;
  }
}
.p-top .sec-faq dl dt span::before, .p-top .sec-faq dl dt span::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 26px;
  height: 26px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span::before, .p-top .sec-faq dl dt span::after {
    width: 17px;
    height: 17px;
  }
}
.p-top .sec-faq dl dt span::before {
  height: 4px;
  top: 33px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span::before {
    height: 3px;
    top: 21px;
    right: 12px;
  }
}
.p-top .sec-faq dl dt span::after {
  width: 4px;
  top: 22px;
  right: 41px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span::after {
    width: 3px;
    top: 14px;
    right: 19px;
  }
}
.p-top .sec-faq dl dt.active span::after {
  display: none;
}
.p-top .sec-faq dl dd {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd {
    margin-bottom: 30px;
  }
}
.p-top .sec-faq dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top .sec-faq dl dd .img {
  margin: 16px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .img {
    width: 16%;
    margin: 10px 0 0;
  }
}
.p-top .sec-faq dl dd .txtarea {
  background-color: #fff;
  border: 2px solid #fff;
  max-width: 800px;
  width: 100%;
  padding: 40px 40px 40px 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .txtarea {
    width: 81.6%;
    padding: 15px 15px 15px 50px;
  }
}
.p-top .sec-faq dl dd .txtarea::before {
  content: "";
  display: block;
  background-image: url(../img/top/faq_fukidashi_triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 32px;
  position: absolute;
  top: 44px;
  left: -37px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .txtarea::before {
    width: 18px;
    height: 15px;
    top: 20px;
    left: -18px;
  }
}
.p-top .sec-faq dl dd .txtarea::after {
  content: "";
  display: block;
  background-image: url(../img/top/faq_a.png);
  background-size: cover;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .txtarea::after {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
  }
}
.p-top .sec-faq dl dd .ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.p-top .sec-faq .btmtxt {
  text-align: center;
  margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq .btmtxt {
    margin: 30px 0 20px;
  }
}
.p-top .sec-faq .contactBtn a {
  display: block;
  -webkit-animation: 1.6s moving infinite;
          animation: 1.6s moving infinite;
}
.p-top .sec-faq .contactBtn img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.p-top .sec-salon .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-salon .inner::before {
  content: "";
  background-image: url(../img/top/salon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24.4vw;
  height: 13vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .inner::before {
    top: 15px;
    left: 20px;
  }
}
.p-top .sec-salon .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-salon .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .img {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .img li {
    margin-bottom: 20px;
  }
}
.p-top .sec-salon .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f0f0f0;
  margin-bottom: 60px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
    padding: 20px 15px;
  }
}
.p-top .sec-salon .box .map {
  border: 1px solid #dcdcdc;
  max-width: 500px;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .box .map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 235px;
    margin-top: 20px;
  }
}
.p-top .sec-salon .box .map iframe {
  width: 100%;
}
.p-top .sec-salon .box .txtarea {
  max-width: 380px;
  width: 100%;
}
.p-top .sec-salon .box .ttl {
  margin-bottom: 20px;
}
.p-top .sec-salon .btmtxt {
  text-align: center;
  margin-bottom: 30px;
}
.p-top .sec-message {
  background-color: #fffee6;
}
.p-top .sec-message .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-message .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-message .inner::before {
  content: "";
  background-image: url(../img/top/message.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38vw;
  height: 17vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-message .inner::before {
    top: 10px;
    left: 20px;
  }
}
.p-top .sec-message .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-message .secttl {
    margin-bottom: 20px;
  }
}
.p-top .sec-message .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .sec-message .flex {
    display: block;
  }
}
.p-top .sec-message .img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-message .img {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.p-top .sec-message .txtarea {
  max-width: 740px;
  width: 100%;
}
.p-top .sec-message .name {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-message .name {
    margin-top: 25px;
  }
}
.p-top .sec-contact .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-contact .inner {
    padding: 50px 10px;
  }
}
.p-top .sec-contact .txt {
  text-align: center;
  margin-bottom: 30px;
}
.p-top .sec-contact .contactBtn a {
  display: block;
  -webkit-animation: 1.6s moving infinite;
          animation: 1.6s moving infinite;
}
.p-top .sec-contact .contactBtn img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.p-top .sec-contact .btn-mens {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-contact .btn-mens {
    margin-top: 20px;
  }
}

/*----------------------------------------------------
 下層共通
----------------------------------------------------*/
.p-low .pagehead {
  background-color: #f7e2e7;
}
.p-low .pagehead .inner {
  padding: 46px;
}
@media screen and (max-width: 768px) {
  .p-low .pagehead .inner {
    padding: 20px;
  }
}
.p-low .pagehead .pagettl {
  text-align: center;
}
.p-low .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 70px;
}
@media screen and (max-width: 768px) {
  .p-low .breadcrumb ul {
    padding: 10px 10px 30px;
  }
}
.p-low .breadcrumb ul li {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-low .breadcrumb ul li {
    font-size: 13px;
  }
}
.p-low .breadcrumb ul li a {
  color: #000;
}
.p-low .breadcrumb ul li::after {
  content: ">";
  margin: 0 8px;
}
.p-low .breadcrumb ul li:last-child::after {
  display: none;
}
.p-low .section .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-low .section .inner {
    padding: 50px 10px;
  }
}
.p-low .section:first-of-type .inner {
  padding-top: 0;
}
.p-low .secttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-low .secttl {
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
 無料カウンセリング予約
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-counseling .pagehead .pagettl img {
    width: 212px;
  }
}
.p-counseling .sec-lead .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid #961836;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-lead .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}
.p-counseling .sec-lead .box .txtarea {
  font-size: 1.6rem;
  line-height: 1.9;
  width: 710px;
  padding: 50px 36px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-lead .box .txtarea {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.3rem;
    width: auto;
    padding: 25px 15px 15px;
  }
}
.p-counseling .sec-lead .box .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-lead .box .ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.p-counseling .sec-form {
  background-color: #f7e2e7;
}
.p-counseling .sec-form .lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form .lead {
    margin-bottom: 20px;
  }
}
.p-counseling .sec-form .box {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form .box {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
}
.p-counseling .sec-form .box .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form .box .ttl {
    font-size: 15px;
  }
}
.p-counseling .sec-form .box .txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form .box .btn {
    text-align: center;
  }
}
.p-counseling .sec-form .lead02 {
  margin-bottom: 20px;
}
.p-counseling .sec-form .lead02 a {
  text-decoration: underline;
  color: #961836;
}
.p-counseling .sec-form form table th, .p-counseling .sec-form form table td {
  background-color: #fff;
  border: 2px solid #f7e2e7;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form form table th, .p-counseling .sec-form form table td {
    display: block;
    padding: 15px;
  }
}
.p-counseling .sec-form form table th {
  background-color: #961836;
  border: 2px solid #fff;
  font-weight: normal;
  color: #fff;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form form table th {
    width: auto;
  }
}
.p-counseling .sec-form form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-counseling .sec-form form ul li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form form ul li {
    margin-right: 10px;
  }
}
.p-counseling .sec-form form ul li:last-child {
  margin-right: 0;
}
.p-counseling .sec-form form .input300 {
  border: 1px solid #c6c6c6;
  max-width: 300px;
  width: 100%;
  height: 36px;
  padding: 3px;
}
.p-counseling .sec-form form .input100 {
  border: 1px solid #c6c6c6;
  max-width: 100px;
  width: 100%;
  height: 36px;
  padding: 3px;
}
.p-counseling .sec-form form .input150 {
  border: 1px solid #c6c6c6;
  max-width: 150px;
  width: 100%;
  height: 36px;
  padding: 3px;
}
.p-counseling .sec-form form .date {
  border: 1px solid #c6c6c6;
}
.p-counseling .sec-form form select {
  border: 1px solid #c6c6c6;
}
.p-counseling .sec-form form textarea {
  border: 1px solid #c6c6c6;
  max-width: 500px;
  width: 100% !important;
  height: 170px !important;
  padding: 3px;
}
.p-counseling .sec-form form .kibo:first-child {
  margin-bottom: 30px;
}
.p-counseling .sec-form form .kibo .ttl {
  margin-bottom: 10px;
}
.p-counseling .sec-form form .kome {
  margin-top: 10px;
}
.p-counseling .sec-form form .btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form form .btn {
    margin-top: 20px;
  }
}
.p-counseling .sec-form form .btn button {
  border: none;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-counseling .sec-form form .btn img {
    width: 250px;
  }
}
.p-counseling .sec-privacy dl dt {
  font-weight: bold;
  color: #961836;
  margin-top: 30px;
}

/*----------------------------------------------------
 送信完了
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-thanks .pagehead .pagettl img {
    width: 212px;
  }
}
.p-thanks .sec-thanks .box {
  background-color: #efefef;
  margin-top: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box {
    margin-top: 15px;
    padding: 20px;
  }
}
.p-thanks .sec-thanks .box .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .ttl {
    font-size: 15px;
  }
}
.p-thanks .sec-thanks .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box ul {
    display: block;
  }
}
.p-thanks .sec-thanks .box .tel span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .tel span {
    font-size: 21px;
  }
}
.p-thanks .sec-thanks .box .tel a {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .tel a {
    font-size: 32px;
    line-height: 1.7;
  }
}
.p-thanks .sec-thanks .box .time {
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .time {
    font-size: 1.3rem;
    margin-left: 0;
  }
}

/*----------------------------------------------------
 アニメーション
----------------------------------------------------*/
@-webkit-keyframes moving {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.06, 0.94, 1);
    transform: scale3d(1.06, 0.94, 1);
  }
  40% {
    -webkit-transform: scale3d(0.94, 1.06, 1);
    transform: scale3d(0.94, 1.06, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 0.96, 1);
    transform: scale3d(1.04, 0.96, 1);
  }
  65% {
    -webkit-transform: scale3d(0.96, 1.04, 1);
    transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.06, 0.94, 1);
    transform: scale3d(1.06, 0.94, 1);
  }
  40% {
    -webkit-transform: scale3d(0.94, 1.06, 1);
    transform: scale3d(0.94, 1.06, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 0.96, 1);
    transform: scale3d(1.04, 0.96, 1);
  }
  65% {
    -webkit-transform: scale3d(0.96, 1.04, 1);
    transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}