@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: "";
  src: url("../font/") format("");
}
#container {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.7;
  color: #000;
  position: relative;
  overflow: hidden;
}
@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.3s;
  transition: 0.3s;
}
.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: #fff;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #header {
    display: none;
  }
}
#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: 17px 10px 20px;
}
#header .right {
  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;
  width: 65.7%;
}
#header .tel {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
#header .tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/ico_tel.png);
  width: 22px;
  height: 26px;
  margin-right: 10px;
}
#header .time {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0 20px;
}
#header .btn a {
  display: block;
  background-color: #961836;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 200px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #header #gnav {
    display: none;
  }
}
#header #gnav ul {
  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;
}
#header #gnav ul li {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
#header #gnav ul li a {
  display: block;
  color: #000;
  padding: 0 10px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header #gnav ul li a:hover {
  color: #961836;
}
#header #gnav ul li .parent {
  padding: 0 10px 16px;
  cursor: pointer;
}
#header #gnav ul li:hover .parent {
  color: #961836;
}
#header #gnav ul li:hover .child {
  display: block;
}
#header #gnav .child {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
}
#header #gnav .child ul {
  display: block;
  background-color: rgba(51, 0, 0, 0.9);
  width: 210px;
}
#header #gnav .child ul li {
  border-bottom: 1px solid #977978;
}
#header #gnav .child ul li a {
  font-weight: normal;
  padding: 10px 20px;
  color: #fff;
}
#header #gnav .child ul 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 #fff;
  margin-right: 10px;
}
#header #gnav .child ul li a:hover {
  opacity: 0.6;
}

#headerSp {
  display: none;
  background-color: #fff;
  color: #fff;
  font-size: 14px;
  height: 60px;
  padding: 10px 4%;
}
@media screen and (max-width: 768px) {
  #headerSp {
    display: block;
  }
}
#headerSp.fixed {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
#headerSp .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;
  gap: 10px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#headerSp .logo img {
  width: auto;
  max-height: 40px;
}
#headerSp .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}
#headerSp .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#headerSp .list > li img {
  width: auto;
  max-width: 32px;
  max-height: 32px;
}
#headerSp #gnavBtn {
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
#headerSp #gnavBtn span {
  background-color: #961836;
  width: 28px;
  height: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  right: 5px;
}
#headerSp #gnavBtn span:nth-of-type(1) {
  top: 10px;
}
#headerSp #gnavBtn span:nth-of-type(2) {
  top: 20px;
}
#headerSp #gnavBtn span:nth-of-type(3) {
  top: 30px;
}
#headerSp #gnavBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
#headerSp #gnavBtn.active span:nth-of-type(2) {
  opacity: 0;
}
#headerSp #gnavBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
#headerSp #gnavSp {
  display: none;
  background-color: #330000;
  width: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
}
#headerSp #gnavSp ul {
  margin: 0 15px;
}
#headerSp #gnavSp ul li {
  border-bottom: 1px solid #948685;
  font-size: 13px;
}
#headerSp #gnavSp ul li:last-child {
  border-bottom: none;
}
#headerSp #gnavSp ul li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerSp #gnavSp ul 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 #fff;
  margin-right: 10px;
}
#headerSp #gnavSp ul li a:hover {
  opacity: 0.6;
}
#headerSp #gnavSp ul li .parent {
  padding: 10px 15px;
  position: relative;
}
#headerSp #gnavSp ul li .parent::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 #fff;
  margin-right: 10px;
}
#headerSp #gnavSp ul li .parent.active span::after {
  display: none;
}
#headerSp #gnavSp ul li .parent span {
  display: block;
  color: #fff;
  padding: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#headerSp #gnavSp ul li .parent span::before, #headerSp #gnavSp ul li .parent span::after {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#headerSp #gnavSp ul li .parent span::before {
  content: "";
  background-color: #fff;
  width: 17px;
  height: 2px;
  top: 20px;
  right: 0;
}
#headerSp #gnavSp ul li .parent span::after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 17px;
  top: 20px;
  right: 15px;
}
#headerSp #gnavSp .child {
  display: none;
}
#headerSp #gnavSp .child ul {
  margin: 0;
}
#headerSp #gnavSp .child ul li {
  border-bottom: none;
  border-top: 1px solid #948685;
}
#headerSp #gnavSp .child ul li a {
  padding: 10px 30px;
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
footer .f-contact {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .f-contact .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 768px) {
  footer .f-contact .inner {
    padding: 50px 10px;
  }
}
footer .f-contact .ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .f-contact .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
footer .f-contact .ttl .sub {
  display: block;
  font-size: 24px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  footer .f-contact .ttl .sub {
    font-size: 17px;
  }
}
footer .f-contact .ttl::after {
  content: "";
  display: block;
  background-color: #961836;
  width: 80px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  footer .f-contact .ttl::after {
    width: 60px;
  }
}
footer .f-contact .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f-contact .list ul li {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .f-contact .list ul li {
    width: 30.9%;
  }
}
footer .f-contact .list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #961836;
  color: #fff;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .f-contact .list ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    padding: 10px;
  }
}
footer .f-contact .list ul li a[href^="tel:"] {
  pointer-events: auto;
}
footer .f-contact .list ul li.line a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/contact_ico_line.png);
  background-size: cover;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  footer .f-contact .list ul li.line a::before {
    display: block;
    margin: 0 auto 10px;
  }
}
footer .f-contact .list ul li.tel a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/contact_ico_tel.png);
  background-size: cover;
  width: 18px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  footer .f-contact .list ul li.tel a::before {
    display: block;
    margin: 0 auto 10px;
  }
}
footer .f-contact .list ul li.mail a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/contact_ico_mail.png);
  background-size: cover;
  width: 20px;
  height: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  footer .f-contact .list ul li.mail a::before {
    display: block;
    margin: 0 auto 10px;
  }
}
footer .f-info {
  background-color: #330000;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .f-info {
    font-size: 13px;
  }
}
footer .f-info .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: 30px 10px;
}
@media screen and (max-width: 768px) {
  footer .f-info .inner {
    display: block;
    padding: 30px 10px 110px;
  }
}
footer .f-info .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .f-info .right {
    width: auto;
  }
}
footer .f-info address {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .f-info address {
    text-align: center;
  }
}
footer .f-info .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .f-info .sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f-info .sns ul li {
  margin-right: 10px;
}
footer .f-info .nav {
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  footer .f-info .nav {
    display: none;
  }
}
footer .f-info .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .f-info .nav ul li {
  margin: 0 0 10px 26px;
}
footer .f-info .nav ul li:first-child {
  margin-left: 0;
}
footer .f-info .nav ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .f-info .nav ul li a:hover {
  opacity: 0.6;
}
footer .f-info .copyright {
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .f-info .copyright {
    font-size: 9px;
    text-align: center;
    margin-top: 25px;
  }
}
footer #pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    right: 10px;
    bottom: 110px;
  }
}

/*----------------------------------------------------
 サイド
----------------------------------------------------*/
#sideNav {
  position: fixed;
  z-index: 1;
  top: 10%;
  right: 0;
  -webkit-transform: translateX(125px);
          transform: translateX(125px);
  -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) {
  #sideNav {
    display: none;
  }
}
#sideNav.fixed, #sideNav:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#sideNav ul {
  width: 85px;
}

#sideNavSp {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 95px;
  padding: 10px;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #sideNavSp {
    display: block;
  }
}
#sideNavSp .txt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #961836;
}
#sideNavSp .btn a {
  display: block;
  background-color: #4f9319;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  max-width: 325px;
  width: 100%;
  margin: auto;
  padding: 5px;
}
#sideNavSp .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/ico_mail.png);
  background-size: cover;
  width: 12px;
  height: 10px;
  margin-right: 5px;
}

/*----------------------------------------------------
 トップ
----------------------------------------------------*/
.p-top .pagehead {
  background-color: #ccc;
  background-image: url(../img/top/mv.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead {
    background-image: url(../img/top/sp/mv.jpg);
    min-height: 400px;
    padding: 4%;
  }
}
.p-top .pagehead .pickup {
  width: 700px;
  margin: auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup {
    font-size: 13px !important;
    width: 90%;
    padding: 20px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup span {
    font-size: 13px !important;
  }
}
.p-top .pagehead .pickup::before {
  content: "";
  display: block;
  border: 1px solid #961836;
  width: 97%;
  height: 95%;
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-top .pagehead .pickup .logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .logo img {
    width: 110px;
  }
}
.p-top .pagehead .pickup .txt01 {
  font-size: 34px;
  color: #9a0034;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .txt01 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.p-top .pagehead .pickup .txt01 span {
  border-bottom: 3px solid #9a0034;
}
.p-top .pagehead .pickup .txt02 {
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .txt02 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.p-top .pagehead .pickup .txt03 {
  font-size: 54px;
  line-height: 1;
  color: #961836;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .txt03 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.p-top .pagehead .pickup .txt03 span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .txt03 span {
    font-size: 17px;
  }
}
.p-top .pagehead .pickup .btn {
  margin-top: 20px;
}
.p-top .pagehead .pickup .btn a {
  display: block;
  background-color: #4f9319;
  color: #fff;
  font-size: 18px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .btn a {
    font-size: 12px;
    max-width: 270px;
    padding: 5px;
  }
}
.p-top .pagehead .pickup .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/ico_mail.png);
  background-size: cover;
  width: 18px;
  height: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .pagehead .pickup .btn a::before {
    width: 12px;
    height: 10px;
    margin-right: 5px;
  }
}
.p-top .section .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section .inner {
    padding: 50px 10px;
  }
}
.p-top .secttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .secttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-top .secttl .sub {
  display: block;
  font-size: 24px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-top .secttl .sub {
    font-size: 17px;
  }
}
.p-top .secttl::after {
  content: "";
  display: block;
  background-color: #961836;
  width: 80px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .secttl::after {
    width: 60px;
  }
}
.p-top .sec-content {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-content .inner {
  padding: 50px 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-content .inner {
    padding: 20px 15px;
  }
}
.p-top .sec-content .list ul {
  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-content .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-content .list ul li {
    text-align: center;
    width: 47.8%;
    margin-bottom: 15px;
  }
}
.p-top .sec-corona .head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: 120px;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-corona .head {
    font-size: 13px;
    height: 65px;
    padding: 15px 10px;
  }
}
.p-top .sec-corona .head span {
  border-bottom: 1px solid #000;
}
.p-top .sec-corona .head::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-top .sec-corona .head::before {
    width: 7px;
    height: 7px;
    border-width: 1px;
    bottom: 15px;
  }
}
.p-top .sec-corona .body {
  display: none;
}
.p-top .sec-corona .body .inner {
  padding: 40px 10px 100px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-corona .body .inner {
    padding: 20px 10px 45px;
  }
}
.p-top .sec-corona .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-corona .flex {
    display: block;
  }
}
.p-top .sec-corona .img {
  width: 26%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-corona .img {
    text-align: center;
    width: auto;
    margin-bottom: 15px;
  }
}
.p-top .sec-corona .txtArea {
  font-size: 1.5rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-corona .txtArea {
    font-size: 1.3rem;
    width: auto;
  }
}
.p-top .sec-corona .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-corona .ttl {
    font-size: 1.3rem;
  }
}
.p-top .sec-corona ul li {
  margin-bottom: 10px;
}
.p-top .sec-about {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-about .inner {
  max-width: 1070px;
  padding-bottom: 0;
}
.p-top .sec-about .secttl02 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .secttl02 {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.p-top .sec-about .secttl02 .sub {
  display: block;
  font-size: 24px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .secttl02 .sub {
    font-size: 14px;
  }
}
.p-top .sec-about .secttl02::after {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-top .sec-about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    position: relative;
  }
}
.p-top .sec-about .img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .img {
    width: 80.2%;
    margin: 0 auto;
  }
}
.p-top .sec-about .txtArea {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .txtArea {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-top .sec-about .txt01 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .txt01 {
    font-size: 1.8rem;
  }
}
.p-top .sec-about .txt01 span {
  color: #961836;
}
.p-top .sec-about .txt01 .under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff070));
  background: linear-gradient(transparent 60%, #fff070 60%);
}
.p-top .sec-about ul {
  font-size: 24px;
  font-weight: bold;
  max-width: 345px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about ul {
    font-size: 15px;
    max-width: 215px;
  }
}
.p-top .sec-about ul li::before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about ul li::before {
    font-size: 0.7rem;
  }
}
.p-top .sec-about .txt02 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .txt02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-top .sec-about .box {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 60px;
  padding: 40px;
  background-color: rgba(116, 93, 93, 0.8);
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .box {
    margin: 0 auto 20px;
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.p-top .sec-about .box::before {
  content: "";
  display: block;
  border: 1px solid #b09f9f;
  width: 97%;
  height: 95%;
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-top .sec-about .box dl dt {
  font-size: 2.1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .box dl dt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-top .sec-about .box dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .box dl dd {
    font-size: 1.3rem;
  }
}
.p-top .sec-reason .icoList {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-reason .icoList {
    margin-bottom: 20px;
  }
}
.p-top .sec-reason .icoList ul {
  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;
}
.p-top .sec-reason .icoList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #961836;
  text-align: center;
  width: 18.5%;
  height: 150px;
  margin-bottom: 20px;
  padding: 26px 10px 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-reason .icoList ul li {
    width: 47.8%;
    height: 140px;
    margin-bottom: 15px;
  }
}
.p-top .sec-reason .icoList ul li .txt {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-reason .icoList ul li .txt {
    margin-top: 15px;
  }
}
.p-top .sec-reason .pointArea .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top .sec-reason .pointArea .img {
  width: 16.8%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-reason .pointArea .img {
    display: none;
  }
}
.p-top .sec-reason .pointArea ul {
  width: 78%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-reason .pointArea ul {
    width: auto;
  }
}
.p-top .sec-reason .pointArea ul li {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-reason .pointArea ul li {
    font-size: 1.6rem;
  }
}
.p-top .sec-reason .pointArea ul li span {
  color: #961836;
}
.p-top .sec-reason .pointArea ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/medal.png);
  width: 22px;
  height: 28px;
  position: absolute;
  top: 4px;
  left: 0;
}
.p-top .sec-point {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-point .list .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item {
    margin-bottom: 25px;
  }
}
.p-top .sec-point .list .item:last-child {
  margin-bottom: 0;
}
.p-top .sec-point .list .item .head {
  background-color: #330000;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 20px 20px 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item .head {
    font-size: 15px;
    padding: 10px 15px 10px 95px;
  }
}
.p-top .sec-point .list .item .head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #961836;
  font-size: 18px;
  height: 100%;
  margin-right: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item .head span {
    font-size: 13px;
    padding: 10px;
  }
}
.p-top .sec-point .list .item .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #330000;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.p-top .sec-point .list .item .txtArea {
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item .txtArea {
    max-width: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top .sec-point .list .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  color: #961836;
  max-width: 500px;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item ul {
    display: block;
  }
}
.p-top .sec-point .list .item ul li {
  margin-right: 25px;
}
.p-top .sec-point .list .item .img {
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-point .list .item .img {
    text-align: center;
    margin: 0 0 20px;
  }
}
.p-top .sec-kaiteki .list ul {
  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-kaiteki .list ul {
    display: block;
  }
}
.p-top .sec-kaiteki .list ul li {
  max-width: 480px;
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-kaiteki .list ul li {
    width: auto;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-kaiteki .list ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top .sec-kaiteki .list ul li .cap {
  background-color: rgba(51, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  padding: 20px 35px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-kaiteki .list ul li .cap {
    padding: 15px 20px;
  }
}
.p-top .sec-kakaku {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-chomei .img {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei .img img {
    max-width: 600px;
    width: 84.5%;
  }
}
.p-top .sec-chomei .txt {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-chomei .txt {
    font-size: 1.5rem;
  }
}
.p-top .sec-salon {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-salon .list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .list {
    margin-bottom: 20px;
  }
}
.p-top .sec-salon .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .list ul {
    display: block;
  }
}
.p-top .sec-salon .list ul li {
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .list ul li {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.p-top .sec-salon .list ul li:nth-child(3n) {
  margin-right: 0;
}
.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: #fff;
  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;
    padding: 25px;
  }
}
.p-top .sec-salon .box .map {
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .box .map {
    margin-top: 20px;
  }
}
.p-top .sec-salon .box .map iframe {
  width: 398px;
  height: 398px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .box .map iframe {
    width: 100%;
    height: 305px;
  }
}
.p-top .sec-salon .box .txtArea {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .box .txtArea {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-top .sec-salon .box .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-salon .box .ttl {
    font-size: 21px;
  }
}
.p-top .sec-salon .box .txt a {
  color: #961836;
}
.p-top .sec-step .list ul {
  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-step .list ul {
    display: block;
  }
}
.p-top .sec-step .list ul li {
  background-color: #f2f2f2;
  width: 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-step .list ul li {
    width: auto;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-step .list ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top .sec-step .list ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #dedede;
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-step .list ul li::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #dedede transparent transparent transparent;
    top: auto;
    left: 0;
    right: 0;
    bottom: -40px;
  }
}
.p-top .sec-step .list ul li:last-child::after {
  display: none;
}
.p-top .sec-step .list ul li .num {
  background-color: #961836;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-step .list ul li .num {
    font-size: 13px;
    padding: 10px;
  }
}
.p-top .sec-step .list ul li .body {
  padding: 0 15px 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-step .list ul li .body {
    padding: 15px 25px 25px;
  }
}
.p-top .sec-step .list ul li .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #961836;
  height: 85px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-step .list ul li .ttl {
    font-size: 15px;
    height: auto;
    margin-bottom: 10px;
  }
}
.p-top .sec-step .list ul li .img {
  text-align: center;
  margin-bottom: 15px;
}
.p-top .sec-step .list ul li .txt a {
  color: #961836;
}
.p-top .sec-step .list ul li .pdf-btn {
  margin: 10px auto;
}
.p-top .sec-step .list ul li .pdf-btn a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  background-color: #87794f;
  color: #fff;
  max-width: 250px;
  width: 100%;
  padding: 10px;
}
.p-top .sec-step .list ul li .pdf-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/ico-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.p-top .sec-plan {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-plan .lead {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .lead {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.p-top .sec-plan .lead span {
  color: #961836;
}
.p-top .sec-plan .lead span span {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .lead span span {
    font-size: 1.9rem;
  }
}
.p-top .sec-plan .box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box {
    margin-bottom: 25px;
  }
}
.p-top .sec-plan .box .head {
  background-color: #961836;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .head {
    font-size: 16px;
    padding: 10px;
  }
}
.p-top .sec-plan .box .body {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .body {
    padding: 20px;
  }
}
.p-top .sec-plan .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-plan .box .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-top .sec-plan .box .txtArea {
  max-width: 410px;
  width: 100%;
}
.p-top .sec-plan .box .ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .ttl {
    font-size: 17px;
  }
}
.p-top .sec-plan .box .price {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .price {
    font-size: 31px;
  }
}
.p-top .sec-plan .box .price span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .price span {
    font-size: 17px;
  }
}
.p-top .sec-plan .box .ref {
  font-size: 1.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .ref {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.p-top .sec-plan .box .btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #961836;
  color: #961836;
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .box .btn a {
    font-size: 13px;
    margin-top: 15px;
    padding: 15px;
  }
}
.p-top .sec-plan .course {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .course {
    margin-bottom: 25px;
  }
}
.p-top .sec-plan .course ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .course ul {
    display: block;
  }
}
.p-top .sec-plan .course ul li {
  max-width: 310px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .course ul li {
    margin: 0 auto 25px;
  }
}
.p-top .sec-plan .course ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .course ul li:nth-child(3n) {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .course ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top .sec-plan .course ul li a {
  display: block;
}
.p-top .sec-plan .course ul li .cap {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .course ul li .cap {
    font-size: 13px;
  }
}
.p-top .sec-plan .course ul li.course01 .cap {
  background-color: #1c3b93;
}
.p-top .sec-plan .course ul li.course02 .cap {
  background-color: #d64956;
}
.p-top .sec-plan .course ul li.course03 .cap {
  background-color: #eb7141;
}
.p-top .sec-plan .waribiki .head {
  background-color: #961836;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .waribiki .head {
    font-size: 13px;
    padding: 15px 10px 25px;
  }
}
.p-top .sec-plan .waribiki .head::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .waribiki .head::before {
    width: 7px;
    height: 7px;
    border-width: 1px;
    bottom: 15px;
  }
}
.p-top .sec-plan .waribiki .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .waribiki .body {
    padding: 0 17px;
  }
}
.p-top .sec-plan .waribiki dl {
  width: 100%;
}
.p-top .sec-plan .waribiki dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #9a0034;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .waribiki dl dt {
    font-size: 15px;
    padding: 20px 5px 5px;
  }
}
.p-top .sec-plan .waribiki dl dd {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-plan .waribiki dl dd {
    padding: 0 5px 20px;
  }
}
.p-top .sec-plan .waribiki dl dd:last-child {
  border-bottom: none;
}
.p-top .sec-plan .waribiki dl dd .catch {
  font-weight: bold;
}
.p-top .sec-plan .waribiki dl dd .catch span {
  color: #9a0034;
}
.p-top .sec-voice .lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .lead {
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-top .sec-voice .btn {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.p-top .sec-voice .btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #961836;
  color: #fff;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-voice .btn a {
    font-size: 13px;
    padding: 15px;
  }
}
.p-top .sec-voice .btn a[href^="tel:"] {
  pointer-events: auto;
}
.p-top .sec-voice .ref {
  text-align: center;
  margin-top: 10px;
}
.p-top .sec-sns {
  background-color: #f1e4e4;
  background-image: url(../img/top/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .sec-sns .lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-sns .lead {
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-top .sec-sns .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top .sec-sns .list ul li {
  max-width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-sns .list ul li {
    width: 21.1%;
  }
}
.p-top .sec-sns .list ul li:nth-child(3n) {
  margin-right: 0;
}
.p-top .sec-faq .lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq .lead {
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-top .sec-faq dl dt {
  background-color: #f1e4e4;
  color: #961836;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px 30px 15px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt {
    font-size: 13px;
    margin-bottom: 15px;
    padding: 12px 60px 12px 50px;
  }
}
.p-top .sec-faq dl dt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  background-color: #330000;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt::before {
    font-size: 15px;
    width: 25px;
    height: 25px;
    top: 12px;
    left: 12px;
  }
}
.p-top .sec-faq dl dt span::before, .p-top .sec-faq dl dt span::after {
  content: "";
  display: block;
  background-color: #961836;
  width: 20px;
  height: 20px;
  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: 3px;
  top: 29px;
  right: 22px;
}
@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: 3px;
  top: 20px;
  right: 31px;
}
@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 {
  background-color: #fff;
  border: 2px solid #fff;
  max-width: 800px;
  width: 100%;
  padding: 0 20px 40px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd {
    width: auto;
    padding: 0 0 25px 50px;
  }
}
.p-top .sec-faq dl dd::after {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #961836;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd::after {
    font-size: 15px;
    width: 25px;
    height: 25px;
    left: 12px;
  }
}
.p-top .sec-faq dl dd .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .ttl {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
 下層共通
----------------------------------------------------*/
.p-low .pagehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ccc;
  background-image: url(../img/common/pagehead.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .p-low .pagehead {
    background-image: url(../img/common/pagehead_sp.jpg);
    height: 100px;
  }
}
.p-low .pagehead .pagettl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-low .pagehead .pagettl {
    font-size: 21px;
  }
}
.p-low .pagehead .pagettl span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-low .pagehead .pagettl span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-low .pagecontent {
    padding: 30px 10px;
  }
}
.p-low .breadcrumb ol {
  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: 15px 0 70px;
}
@media screen and (max-width: 768px) {
  .p-low .breadcrumb ol {
    display: none;
  }
}
.p-low .breadcrumb ol li {
  font-size: 14px;
}
.p-low .breadcrumb ol li a {
  color: #000;
}
.p-low .breadcrumb ol li a:hover {
  color: #961836;
}
.p-low .breadcrumb ol li::after {
  content: ">";
  margin: 0 4px;
}
.p-low .breadcrumb ol li:last-child::after {
  display: none;
}
.p-low .section .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-low .section .inner {
    padding-bottom: 35px;
  }
}
.p-low .section:last-child .inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-low .section:last-child .inner {
    padding-bottom: 35px;
  }
}
.p-low .secttl {
  background-color: #961836;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 10px 10px 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-low .secttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 8px 8px 8px 25px;
  }
}
.p-low .secttl::before {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .p-low .secttl::before {
    width: 4px;
    height: 23px;
    top: 10px;
    left: 10px;
  }
}

/*----------------------------------------------------
 男性向け脱毛コース
----------------------------------------------------*/
.p-mens .sec-limited .head {
  background-color: #961836;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .head {
    font-size: 17px;
    padding: 10px;
  }
}
.p-mens .sec-limited .body {
  border: 1px solid #961836;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .body {
    padding: 20px;
  }
}
.p-mens .sec-limited .plan {
  background-color: #f1e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .plan {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .plan .img img {
    width: 100%;
  }
}
.p-mens .sec-limited .plan .txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  text-align: center;
  max-width: 470px;
  width: 100%;
  padding: 20px;
}
.p-mens .sec-limited .plan .txt01 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .plan .txt01 {
    font-size: 16px;
  }
}
.p-mens .sec-limited .plan .txt02 {
  font-size: 30px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .plan .txt02 {
    font-size: 16px;
  }
}
.p-mens .sec-limited .plan .txt02 span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .plan .txt02 span {
    font-size: 30px;
  }
}
.p-mens .sec-limited .cap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .cap {
    margin-bottom: 15px;
  }
}
.p-mens .sec-limited .moushikomi .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .ttl {
    font-size: 15px;
  }
}
.p-mens .sec-limited .moushikomi .txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .txt {
    margin-bottom: 10px;
  }
}
.p-mens .sec-limited .moushikomi .list {
  margin-bottom: 30px;
}
.p-mens .sec-limited .moushikomi .list ul {
  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-mens .sec-limited .moushikomi .list ul {
    display: block;
  }
}
.p-mens .sec-limited .moushikomi .list ul li {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .list ul li {
    margin: 0 auto 15px;
  }
}
.p-mens .sec-limited .moushikomi .list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #961836;
  color: #fff;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .list ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
.p-mens .sec-limited .moushikomi .list ul li a[href^="tel:"] {
  pointer-events: auto;
}
.p-mens .sec-limited .moushikomi .list ul li.line a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/contact_ico_line.png);
  background-size: cover;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .list ul li.line a::before {
    width: 20px;
    height: 20px;
  }
}
.p-mens .sec-limited .moushikomi .list ul li.tel a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/contact_ico_tel.png);
  background-size: cover;
  width: 18px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .list ul li.tel a::before {
    width: 15px;
    height: 19px;
  }
}
.p-mens .sec-limited .moushikomi .list ul li.mail a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/contact_ico_mail.png);
  background-size: cover;
  width: 20px;
  height: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .moushikomi .list ul li.mail a::before {
    width: 15px;
    height: 12px;
  }
}
.p-mens .sec-limited .refBox {
  background-color: #f2f2f2;
  padding: 30px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .refBox {
    padding: 20px;
  }
}
.p-mens .sec-limited .refBox .ttl {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-limited .refBox .ttl {
    font-size: 13px;
  }
}
.p-mens .sec-course .body {
  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-mens .sec-course .body {
    display: block;
  }
}
.p-mens .sec-course .subsec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .subsec {
    margin-bottom: 30px;
  }
}
.p-mens .sec-course .subsec:last-child {
  margin-bottom: 0;
}
.p-mens .sec-course .subttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .subttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 0 0 5px 17px;
  }
}
.p-mens .sec-course .subttl::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .subttl::before {
    width: 3px;
    height: 18px;
    top: 6px;
    left: 2px;
  }
}
.p-mens .sec-course .subttl::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .subttl::after {
    width: 3px;
    height: 9px;
    top: 6px;
    left: 2px;
  }
}
.p-mens .sec-course .imgArea .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .imgArea .img {
    margin-bottom: 20px;
  }
}
.p-mens .sec-course .imgArea .img img {
  border: 1px solid #dcdcdc;
}
.p-mens .sec-course .imgArea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-mens .sec-course .right {
  max-width: 630px;
  width: 100%;
}
.p-mens .sec-course .txtArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .txtArea {
    margin-bottom: 20px;
  }
}
.p-mens .sec-course .priceArea .meiro {
  display: block;
  float: right;
  background-color: #1c3b93;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .priceArea .meiro {
    font-size: 13px;
    padding: 3px 15px;
  }
}
.p-mens .sec-course .priceArea .box {
  background-color: #edf2ff;
  padding: 20px 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .priceArea .box {
    padding: 10px 15px;
  }
}
.p-mens .sec-course .priceArea ul li {
  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;
  border-bottom: 1px solid #9facca;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .priceArea ul li {
    font-size: 14px;
    padding: 18px 0;
  }
}
.p-mens .sec-course .priceArea ul li:last-child {
  border-bottom: none;
}
.p-mens .sec-course .priceArea ul li .ttl {
  background-color: #7398d6;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .priceArea ul li .ttl {
    font-size: 15px;
    width: 100px;
  }
}
.p-mens .sec-course .priceArea ul li .price {
  font-weight: bold;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-course .priceArea ul li .price {
    width: 61.5%;
  }
}
.p-mens .sec-course .priceArea ul li .color {
  color: #1c3b93;
}
.p-mens .sec-course .priceArea ul li .large {
  font-size: 2.8rem;
}
.p-mens .sec-course .priceArea .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-mens .sec-other .body {
  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-mens .sec-other .body {
    display: block;
  }
}
.p-mens .sec-other .subsec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .subsec {
    margin-bottom: 30px;
  }
}
.p-mens .sec-other .subsec:last-child {
  margin-bottom: 0;
}
.p-mens .sec-other .subttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .subttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 0 0 5px 17px;
  }
}
.p-mens .sec-other .subttl::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .subttl::before {
    width: 3px;
    height: 18px;
    top: 6px;
    left: 2px;
  }
}
.p-mens .sec-other .subttl::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .subttl::after {
    width: 3px;
    height: 9px;
    top: 6px;
    left: 2px;
  }
}
.p-mens .sec-other .imgArea .img {
  border: 1px solid #dcdcdc;
}
.p-mens .sec-other .imgArea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-mens .sec-other .txtArea {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .txtArea {
    margin-bottom: 20px;
  }
}
.p-mens .sec-other .priceArea {
  max-width: 480px;
  width: 100%;
}
.p-mens .sec-other .priceArea .meiro {
  display: block;
  float: right;
  background-color: #1c3b93;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .priceArea .meiro {
    font-size: 13px;
    padding: 3px 15px;
  }
}
.p-mens .sec-other .priceArea .box {
  background-color: #edf2ff;
  padding: 20px 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .priceArea .box {
    padding: 10px 15px;
  }
}
.p-mens .sec-other .priceArea ul li {
  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;
  border-bottom: 1px solid #9facca;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .priceArea ul li {
    font-size: 14px;
    padding: 18px 0;
  }
}
.p-mens .sec-other .priceArea ul li:last-child {
  border-bottom: none;
}
.p-mens .sec-other .priceArea ul li .ttl {
  background-color: #7398d6;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .priceArea ul li .ttl {
    font-size: 15px;
    width: 100px;
  }
}
.p-mens .sec-other .priceArea ul li .price {
  font-weight: bold;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-other .priceArea ul li .price {
    width: 61.5%;
  }
}
.p-mens .sec-other .priceArea ul li .color {
  color: #1c3b93;
}
.p-mens .sec-other .priceArea ul li .large {
  font-size: 2.8rem;
}
.p-mens .sec-other .priceArea .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-mens .sec-oshiharai ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai ul {
    margin-bottom: 25px;
  }
}
.p-mens .sec-oshiharai ul li {
  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;
  border-bottom: 1px solid #bdbdbd;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai ul li {
    display: block;
    padding: 25px 0;
  }
}
.p-mens .sec-oshiharai ul li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai ul li .img {
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-mens .sec-oshiharai ul li .txtarea {
  max-width: 800px;
  width: 100%;
}
.p-mens .sec-oshiharai ul li .ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai ul li .ttl {
    font-size: 16px;
    text-align: center;
  }
}
.p-mens .sec-oshiharai .box {
  background-color: #961836;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai .box {
    display: block;
    padding: 30px;
  }
}
.p-mens .sec-oshiharai .box::before {
  content: "";
  border: 1px solid #bb6277;
  width: 98%;
  height: 90%;
  margin: auto;
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai .box::before {
    width: 95%;
    height: 95%;
  }
}
.p-mens .sec-oshiharai .box .circle {
  background-color: #fff;
  color: #961836;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 140px;
  height: 140px;
  margin: 0 45px 0 168px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai .box .circle {
    font-size: 17px;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    padding: 10px;
  }
}
.p-mens .sec-oshiharai .box .circle span {
  font-size: 78px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai .box .circle span {
    font-size: 55px;
  }
}
.p-mens .sec-oshiharai .box .ttl {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai .box .ttl {
    font-size: 30px;
  }
}
.p-mens .sec-oshiharai .box .txt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-mens .sec-oshiharai .box .txt {
    font-size: 13px;
  }
}

/*----------------------------------------------------
 女性向け脱毛コース
----------------------------------------------------*/
.p-ladies .sec-course .body {
  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-ladies .sec-course .body {
    display: block;
  }
}
.p-ladies .sec-course .subsec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .subsec {
    margin-bottom: 30px;
  }
}
.p-ladies .sec-course .subsec:last-child {
  margin-bottom: 0;
}
.p-ladies .sec-course .subttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .subttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 0 0 5px 17px;
  }
}
.p-ladies .sec-course .subttl::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .subttl::before {
    width: 3px;
    height: 18px;
    top: 6px;
    left: 2px;
  }
}
.p-ladies .sec-course .subttl::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .subttl::after {
    width: 3px;
    height: 9px;
    top: 6px;
    left: 2px;
  }
}
.p-ladies .sec-course .imgArea .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .imgArea .img {
    margin-bottom: 20px;
  }
}
.p-ladies .sec-course .imgArea .img img {
  border: 1px solid #dcdcdc;
}
.p-ladies .sec-course .imgArea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-ladies .sec-course .right {
  max-width: 630px;
  width: 100%;
}
.p-ladies .sec-course .txtArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .txtArea {
    margin-bottom: 20px;
  }
}
.p-ladies .sec-course .priceArea .meiro {
  display: block;
  float: right;
  background-color: #d64956;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .priceArea .meiro {
    font-size: 13px;
    padding: 3px 15px;
  }
}
.p-ladies .sec-course .priceArea .box {
  background-color: #ffedef;
  padding: 20px 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .priceArea .box {
    padding: 10px 15px;
  }
}
.p-ladies .sec-course .priceArea ul li {
  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;
  border-bottom: 1px solid #d9a4aa;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .priceArea ul li {
    font-size: 14px;
    padding: 18px 0;
  }
}
.p-ladies .sec-course .priceArea ul li:last-child {
  border-bottom: none;
}
.p-ladies .sec-course .priceArea ul li .ttl {
  background-color: #e88890;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .priceArea ul li .ttl {
    font-size: 15px;
    width: 100px;
  }
}
.p-ladies .sec-course .priceArea ul li .price {
  font-weight: bold;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-course .priceArea ul li .price {
    width: 61.5%;
  }
}
.p-ladies .sec-course .priceArea ul li .color {
  color: #d64956;
}
.p-ladies .sec-course .priceArea ul li .large {
  font-size: 2.8rem;
}
.p-ladies .sec-course .priceArea .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-ladies .sec-other .body {
  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-ladies .sec-other .body {
    display: block;
  }
}
.p-ladies .sec-other .subsec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .subsec {
    margin-bottom: 30px;
  }
}
.p-ladies .sec-other .subsec:last-child {
  margin-bottom: 0;
}
.p-ladies .sec-other .subttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .subttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 0 0 5px 17px;
  }
}
.p-ladies .sec-other .subttl::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .subttl::before {
    width: 3px;
    height: 18px;
    top: 6px;
    left: 2px;
  }
}
.p-ladies .sec-other .subttl::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .subttl::after {
    width: 3px;
    height: 9px;
    top: 6px;
    left: 2px;
  }
}
.p-ladies .sec-other .imgArea .img {
  border: 1px solid #dcdcdc;
}
.p-ladies .sec-other .imgArea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-ladies .sec-other .txtArea {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .txtArea {
    margin-bottom: 20px;
  }
}
.p-ladies .sec-other .priceArea {
  max-width: 480px;
  width: 100%;
}
.p-ladies .sec-other .priceArea .meiro {
  display: block;
  float: right;
  background-color: #d64956;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .priceArea .meiro {
    font-size: 13px;
    padding: 3px 15px;
  }
}
.p-ladies .sec-other .priceArea .box {
  background-color: #ffedef;
  padding: 20px 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .priceArea .box {
    padding: 10px 15px;
  }
}
.p-ladies .sec-other .priceArea ul li {
  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;
  border-bottom: 1px solid #d9a4aa;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .priceArea ul li {
    font-size: 14px;
    padding: 18px 0;
  }
}
.p-ladies .sec-other .priceArea ul li:last-child {
  border-bottom: none;
}
.p-ladies .sec-other .priceArea ul li .ttl {
  background-color: #e88890;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .priceArea ul li .ttl {
    font-size: 15px;
    width: 100px;
  }
}
.p-ladies .sec-other .priceArea ul li .price {
  font-weight: bold;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-other .priceArea ul li .price {
    width: 61.5%;
  }
}
.p-ladies .sec-other .priceArea ul li .color {
  color: #d64956;
}
.p-ladies .sec-other .priceArea ul li .large {
  font-size: 2.8rem;
}
.p-ladies .sec-other .priceArea .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-ladies .sec-oshiharai ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai ul {
    margin-bottom: 25px;
  }
}
.p-ladies .sec-oshiharai ul li {
  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;
  border-bottom: 1px solid #bdbdbd;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai ul li {
    display: block;
    padding: 25px 0;
  }
}
.p-ladies .sec-oshiharai ul li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai ul li .img {
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-ladies .sec-oshiharai ul li .txtarea {
  max-width: 800px;
  width: 100%;
}
.p-ladies .sec-oshiharai ul li .ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai ul li .ttl {
    font-size: 16px;
    text-align: center;
  }
}
.p-ladies .sec-oshiharai .box {
  background-color: #961836;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai .box {
    display: block;
    padding: 30px;
  }
}
.p-ladies .sec-oshiharai .box::before {
  content: "";
  border: 1px solid #bb6277;
  width: 98%;
  height: 90%;
  margin: auto;
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai .box::before {
    width: 95%;
    height: 95%;
  }
}
.p-ladies .sec-oshiharai .box .circle {
  background-color: #fff;
  color: #961836;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 140px;
  height: 140px;
  margin: 0 45px 0 168px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai .box .circle {
    font-size: 17px;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    padding: 10px;
  }
}
.p-ladies .sec-oshiharai .box .circle span {
  font-size: 78px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai .box .circle span {
    font-size: 55px;
  }
}
.p-ladies .sec-oshiharai .box .ttl {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai .box .ttl {
    font-size: 30px;
  }
}
.p-ladies .sec-oshiharai .box .txt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-ladies .sec-oshiharai .box .txt {
    font-size: 13px;
  }
}

/*----------------------------------------------------
 こども向け脱毛コース
----------------------------------------------------*/
.p-child .sec-course .body {
  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-child .sec-course .body {
    display: block;
  }
}
.p-child .sec-course .subsec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .subsec {
    margin-bottom: 30px;
  }
}
.p-child .sec-course .subsec:last-child {
  margin-bottom: 0;
}
.p-child .sec-course .subttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .subttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 0 0 5px 17px;
  }
}
.p-child .sec-course .subttl::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .subttl::before {
    width: 3px;
    height: 18px;
    top: 6px;
    left: 2px;
  }
}
.p-child .sec-course .subttl::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .subttl::after {
    width: 3px;
    height: 9px;
    top: 6px;
    left: 2px;
  }
}
.p-child .sec-course .imgArea .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .imgArea .img {
    margin-bottom: 20px;
  }
}
.p-child .sec-course .imgArea .img img {
  border: 1px solid #dcdcdc;
}
.p-child .sec-course .imgArea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-child .sec-course .right {
  max-width: 630px;
  width: 100%;
}
.p-child .sec-course .txtArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .txtArea {
    margin-bottom: 20px;
  }
}
.p-child .sec-course .priceArea .meiro {
  display: block;
  float: right;
  background-color: #eb7141;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .priceArea .meiro {
    font-size: 13px;
    padding: 3px 15px;
  }
}
.p-child .sec-course .priceArea .box {
  background-color: #ffece4;
  padding: 20px 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .priceArea .box {
    padding: 10px 15px;
  }
}
.p-child .sec-course .priceArea ul li {
  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;
  border-bottom: 1px solid #e5b39e;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .priceArea ul li {
    font-size: 14px;
    padding: 18px 0;
  }
}
.p-child .sec-course .priceArea ul li:last-child {
  border-bottom: none;
}
.p-child .sec-course .priceArea ul li .ttl {
  background-color: #f48f67;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .priceArea ul li .ttl {
    font-size: 15px;
    width: 100px;
  }
}
.p-child .sec-course .priceArea ul li .price {
  font-weight: bold;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-course .priceArea ul li .price {
    width: 61.5%;
  }
}
.p-child .sec-course .priceArea ul li .color {
  color: #eb7141;
}
.p-child .sec-course .priceArea ul li .large {
  font-size: 2.8rem;
}
.p-child .sec-course .priceArea .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-child .sec-other .body {
  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-child .sec-other .body {
    display: block;
  }
}
.p-child .sec-other .subsec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .subsec {
    margin-bottom: 30px;
  }
}
.p-child .sec-other .subsec:last-child {
  margin-bottom: 0;
}
.p-child .sec-other .subttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .subttl {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 0 0 5px 17px;
  }
}
.p-child .sec-other .subttl::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .subttl::before {
    width: 3px;
    height: 18px;
    top: 6px;
    left: 2px;
  }
}
.p-child .sec-other .subttl::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .subttl::after {
    width: 3px;
    height: 9px;
    top: 6px;
    left: 2px;
  }
}
.p-child .sec-other .imgArea .img {
  border: 1px solid #dcdcdc;
}
.p-child .sec-other .imgArea .kakudai {
  text-align: center;
  margin-top: 10px;
}
.p-child .sec-other .txtArea {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .txtArea {
    margin-bottom: 20px;
  }
}
.p-child .sec-other .priceArea {
  max-width: 480px;
  width: 100%;
}
.p-child .sec-other .priceArea .meiro {
  display: block;
  float: right;
  background-color: #eb7141;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .priceArea .meiro {
    font-size: 13px;
    padding: 3px 15px;
  }
}
.p-child .sec-other .priceArea .box {
  background-color: #ffece4;
  padding: 20px 30px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .priceArea .box {
    padding: 10px 15px;
  }
}
.p-child .sec-other .priceArea ul li {
  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;
  border-bottom: 1px solid #e5b39e;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .priceArea ul li {
    font-size: 14px;
    padding: 18px 0;
  }
}
.p-child .sec-other .priceArea ul li:last-child {
  border-bottom: none;
}
.p-child .sec-other .priceArea ul li .ttl {
  background-color: #f48f67;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .priceArea ul li .ttl {
    font-size: 15px;
    width: 100px;
  }
}
.p-child .sec-other .priceArea ul li .price {
  font-weight: bold;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-other .priceArea ul li .price {
    width: 61.5%;
  }
}
.p-child .sec-other .priceArea ul li .color {
  color: #eb7141;
}
.p-child .sec-other .priceArea ul li .large {
  font-size: 2.8rem;
}
.p-child .sec-other .priceArea .ref {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.p-child .sec-oshiharai ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai ul {
    margin-bottom: 25px;
  }
}
.p-child .sec-oshiharai ul li {
  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;
  border-bottom: 1px solid #bdbdbd;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai ul li {
    display: block;
    padding: 25px 0;
  }
}
.p-child .sec-oshiharai ul li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai ul li .img {
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-child .sec-oshiharai ul li .txtarea {
  max-width: 800px;
  width: 100%;
}
.p-child .sec-oshiharai ul li .ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai ul li .ttl {
    font-size: 16px;
    text-align: center;
  }
}
.p-child .sec-oshiharai .box {
  background-color: #961836;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai .box {
    display: block;
    padding: 30px;
  }
}
.p-child .sec-oshiharai .box::before {
  content: "";
  border: 1px solid #bb6277;
  width: 98%;
  height: 90%;
  margin: auto;
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai .box::before {
    width: 95%;
    height: 95%;
  }
}
.p-child .sec-oshiharai .box .circle {
  background-color: #fff;
  color: #961836;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 140px;
  height: 140px;
  margin: 0 45px 0 168px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai .box .circle {
    font-size: 17px;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    padding: 10px;
  }
}
.p-child .sec-oshiharai .box .circle span {
  font-size: 78px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai .box .circle span {
    font-size: 55px;
  }
}
.p-child .sec-oshiharai .box .ttl {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai .box .ttl {
    font-size: 30px;
  }
}
.p-child .sec-oshiharai .box .txt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-child .sec-oshiharai .box .txt {
    font-size: 13px;
  }
}

/*----------------------------------------------------
 代表ブログ（一覧）
----------------------------------------------------*/
.p-blog .pagecontent .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-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-blog .pagecontent .inner {
    display: block;
    padding-bottom: 35px;
  }
}
.p-blog .side {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .p-blog .side {
    display: none;
  }
}
.p-blog .side .calendar {
  border: 1px solid #bdbdbd;
  border-top: 3px solid #961836;
  margin-bottom: 20px;
}
.p-blog .side .calendar caption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.p-blog .side .calendar thead th {
  background-color: #f1e4e4;
  text-align: center;
  padding: 3px;
}
.p-blog .side .calendar tbody td {
  text-align: center;
  padding: 3px;
}
.p-blog .side .calendar tbody td a {
  text-decoration: underline;
  color: #961836;
}
.p-blog .side .calendar tbody td a:hover {
  text-decoration: none;
}
.p-blog .side .calendar tfoot td {
  padding: 3px;
}
.p-blog .side .calendar tfoot td a {
  text-decoration: underline;
  color: #202020;
}
.p-blog .side .calendar tfoot td a:hover {
  text-decoration: none;
}
.p-blog .side .calendar tfoot .next {
  text-align: right;
}
.p-blog .side .latest {
  margin-bottom: 20px;
}
.p-blog .side .latest .head {
  background-color: #330000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.p-blog .side .latest .body {
  border: 1px solid #bdbdbd;
  padding: 0 10px;
}
.p-blog .side .latest .body ul li {
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.p-blog .side .latest .body ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #202020;
  position: absolute;
  top: 18px;
  left: 8px;
}
.p-blog .side .latest .body ul li a {
  font-size: 14px;
  color: #202020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blog .side .latest .body ul li a:hover {
  color: #961836;
}
.p-blog .side .latest .body ul li:last-child {
  border-bottom: none;
}
.p-blog .side .category {
  margin-bottom: 20px;
}
.p-blog .side .category .head {
  background-color: #330000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.p-blog .side .category .body {
  border: 1px solid #bdbdbd;
  padding: 0 10px;
}
.p-blog .side .category .body ul li {
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.p-blog .side .category .body ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #202020;
  position: absolute;
  top: 18px;
  left: 8px;
}
.p-blog .side .category .body ul li a {
  font-size: 14px;
  color: #202020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blog .side .category .body ul li a:hover {
  color: #961836;
}
.p-blog .side .category .body ul li:last-child {
  border-bottom: none;
}
.p-blog .side .archive .head {
  background-color: #330000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.p-blog .side .archive .body {
  border: 1px solid #d6d6d6;
  padding: 20px 10px;
}
.p-blog .side .archive .body select {
  width: 100%;
}
.p-blog .section01 {
  max-width: 720px;
  width: 100%;
}
.p-blog .section01 .list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.p-blog .section01 .list article:last-child {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 768px) {
  .p-blog .section01 .list article .img {
    width: 26.7%;
  }
}
.p-blog .section01 .list article .txtArea {
  width: 565px;
}
@media screen and (max-width: 768px) {
  .p-blog .section01 .list article .txtArea {
    width: 70.4%;
  }
}
.p-blog .section01 .list article .date {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-blog .section01 .list article .date {
    font-size: 13px;
  }
}
.p-blog .section01 .list article .ttl {
  margin-bottom: 15px;
}
.p-blog .section01 .list article .ttl a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-blog .section01 .list article .ttl a {
    font-size: 13px;
  }
}
.p-blog .section01 .list article .ttl a:hover {
  text-decoration: none;
}
.p-blog .section01 .pagination {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-blog .section01 .pagination {
    margin-top: 20px;
  }
}
.p-blog .section01 .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-blog .section01 .pagination ul li {
  background-color: #d5d5d5;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
}
.p-blog .section01 .pagination ul li:last-child {
  margin-right: 0;
}
.p-blog .section01 .pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.p-blog .section01 .pagination ul li a:hover {
  background-color: #961836;
  color: #fff;
}
.p-blog .section01 .pagination ul li.current span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #961836;
  color: #fff;
}

/*----------------------------------------------------
 代表ブログ（詳細）
----------------------------------------------------*/
.p-blog-s .section01 article .cat {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 article .cat {
    font-size: 13px;
    margin: 10px 0 20px;
  }
}
.p-blog-s .section01 article .blogttl {
  font-size: 21px;
  font-weight: bold;
  color: #961836;
  border-bottom: 1px solid #961836;
  margin-bottom: 10px;
  padding: 0 5px 10px 30px;
  background-image: url(../img/blog/ttlico.png);
  background-repeat: no-repeat;
  background-position: top 10px left 5px;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 article .blogttl {
    font-size: 15px;
    padding: 0 5px 10px 20px;
    background-size: 12px;
    background-position: top 6px left 3px;
  }
}
.p-blog-s .section01 article h4 {
  background-color: #f1e4e4;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 14px 14px 14px 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 article h4 {
    font-size: 13px;
    padding: 9px 9px 9px 20px;
  }
}
.p-blog-s .section01 article h4::before {
  content: "";
  display: block;
  background-color: #961836;
  width: 5px;
  height: 34px;
  position: absolute;
  top: 11px;
  left: 9px;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 article h4::before {
    width: 4px;
    height: 24px;
    top: 8px;
    left: 6px;
  }
}
.p-blog-s .section01 article .aboutArea {
  margin-top: 50px;
}
.p-blog-s .section01 article .date {
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  text-align: right;
  margin-top: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 article .date {
    font-size: 13px;
    margin-top: 20px;
    padding-top: 15px;
  }
}
.p-blog-s .section01 .paging {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 .paging {
    margin-top: 15px;
  }
}
.p-blog-s .section01 .paging ul {
  background-color: #f1e4e4;
  padding: 20px 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 .paging ul {
    padding: 15px;
  }
}
.p-blog-s .section01 .paging ul li {
  width: 47.8%;
}
.p-blog-s .section01 .paging ul li.prev {
  float: left;
}
.p-blog-s .section01 .paging ul li.next {
  float: right;
  text-align: right;
}
.p-blog-s .section01 .paging ul li a {
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
  color: #961836;
}
@media screen and (max-width: 768px) {
  .p-blog-s .section01 .paging ul li a {
    font-size: 13px;
  }
}
.p-blog-s .section01 .paging ul li a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 WEB予約
----------------------------------------------------*/
.p-reserve .section01 .lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .lead {
    margin-bottom: 10px;
  }
}
.p-reserve .section01 .boxList {
  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-reserve .section01 .boxList {
    display: block;
  }
}
.p-reserve .section01 .box {
  background-color: #f1e4e4;
  text-align: center;
  max-width: 480px;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.p-reserve .section01 .box .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .ttl {
    font-size: 13px;
  }
}
.p-reserve .section01 .box .tel {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .tel {
    font-size: 31px;
  }
}
.p-reserve .section01 .box .tel a {
  color: #000;
}
.p-reserve .section01 .box .tel span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .tel span {
    font-size: 18px;
  }
}
.p-reserve .section01 .box .time {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .time {
    font-size: 13px;
  }
}
.p-reserve .section01 .box .btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .btn {
    margin-top: 25px;
  }
}
.p-reserve .section01 .box .btn a {
  display: block;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #00b732;
  color: #fff;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .btn a {
    font-size: 12px;
    max-width: 220px;
    padding: 15px;
  }
}
.p-reserve .section01 .box .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/reserve/ico_line.png);
  background-size: cover;
  width: 27px;
  height: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section01 .box .btn a::before {
    width: 20px;
    height: 19px;
  }
}
.p-reserve .section02 .lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .lead {
    margin-bottom: 10px;
  }
}
.p-reserve .section02 .box {
  background-color: #fff;
  border: 1px solid #961836;
  margin-bottom: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .box {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.p-reserve .section02 .box .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .box .ttl {
    font-size: 15px;
  }
}
.p-reserve .section02 .box .btn {
  margin-top: 20px;
}
.p-reserve .section02 .box .btn a {
  display: block;
  background-color: #330000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 250px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .box .btn a {
    max-width: 265px;
    width: auto;
    margin: 0 auto;
    font-size: 13px;
  }
}
.p-reserve .section02 .box .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/reserve/ico_pdf.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.p-reserve .section02 table th, .p-reserve .section02 table td {
  border: 1px solid #bdbdbd;
  padding: 13px 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 table th, .p-reserve .section02 table td {
    display: block;
    padding: 10px;
  }
}
.p-reserve .section02 table th {
  background-color: #f1e4e4;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 table th {
    width: auto;
  }
}
.p-reserve .section02 table a {
  color: #961836;
}
.p-reserve .section02 .required {
  background-color: #a81e3f;
  color: #fff;
  font-size: 8px;
  font-weight: normal;
  padding: 3px 4px;
}
.p-reserve .section02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reserve .section02 ul li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 ul li {
    margin-right: 10px;
  }
}
.p-reserve .section02 ul li:last-child {
  margin-right: 0;
}
.p-reserve .section02 .input300 {
  border: 1px solid #c6c6c6;
  max-width: 300px;
  width: 100%;
  height: 36px;
  padding: 3px;
}
.p-reserve .section02 .input100 {
  border: 1px solid #c6c6c6;
  max-width: 100px;
  width: 100%;
  height: 36px;
  padding: 3px;
}
.p-reserve .section02 .input150 {
  border: 1px solid #c6c6c6;
  max-width: 150px;
  width: 100%;
  height: 36px;
  padding: 3px;
}
.p-reserve .section02 .date {
  border: 1px solid #c6c6c6;
}
.p-reserve .section02 select {
  border: 1px solid #c6c6c6;
}
.p-reserve .section02 textarea {
  border: 1px solid #c6c6c6;
  max-width: 500px;
  width: 100% !important;
  height: 170px !important;
  padding: 3px;
}
.p-reserve .section02 .kibo:first-child {
  margin-bottom: 30px;
}
.p-reserve .section02 .kibo .ttl {
  margin-bottom: 10px;
}
.p-reserve .section02 .kome {
  margin-top: 10px;
}
.p-reserve .section02 .btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .btn {
    margin-top: 20px;
  }
}
.p-reserve .section02 .btn button {
  border: none;
  background: transparent;
  background-color: #330000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 350px !important;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .btn button {
    font-size: 13px;
    max-width: 300px;
    width: 100% !important;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .section02 .btn img {
    width: 250px;
  }
}
.p-reserve .section03 dl dt {
  font-weight: bold;
  color: #961836;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve .section03 dl dt {
    margin-top: 20px;
  }
}

/*----------------------------------------------------
 サンクス
----------------------------------------------------*/
.p-thanks .section01 .lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .lead {
    margin-bottom: 10px;
  }
}
.p-thanks .section01 .box {
  background-color: #f1e4e4;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box {
    text-align: center;
    padding: 20px;
  }
}
.p-thanks .section01 .box .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #961836;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box .ttl {
    font-size: 13px;
  }
}
.p-thanks .section01 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box ul {
    display: block;
  }
}
.p-thanks .section01 .box ul li:first-child {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box ul li:first-child {
    margin-right: 0;
  }
}
.p-thanks .section01 .box .tel {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box .tel {
    font-size: 31px;
  }
}
.p-thanks .section01 .box .tel a {
  color: #000;
}
.p-thanks .section01 .box .tel span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box .tel span {
    font-size: 18px;
  }
}
.p-thanks .section01 .box .time {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-thanks .section01 .box .time {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */