@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

@media screen and (max-width: 767px) {
  .pb190 {
    padding-bottom: 100px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .pt20 {
    padding-top: 1.39vw !important;
  }
}

@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  line-height: 1.5;
  text-align: center;
}

.l-container {
  margin: 0 auto;
  width: 1210px;
}

@media screen and (max-width: 1210px) {
  .l-container {
    width: 94%;
    margin: 0 auto;
  }
}

.l-container-p {
  margin: 0 auto;
  /*max-width: 1440px;*/
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-container-p {
    width: 100%;
    margin: 0 auto;
  }
}

.l-wrapper.l-wrapper-page {
  margin-top: -40px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}

.l-wrapper.l-wrapper-top {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-wrapper.l-wrapper-top {
    margin-top: -13.89vw;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper.l-wrapper-top {
    margin-top: 0;
  }
}

.l-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-flexdirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-flexdirection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.pc-only {
  display: block;
}

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

.tablet-only {
  display: none;
}

@media screen and (max-width: 1210px) {
  .tablet-only {
    display: block;
  }
}

.sp-only {
  display: none;
}

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

.l-page {
  width: 77%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-page {
    width: 100%;
  }
}

.l-page__inner {
  width: 90%;
  margin-left: 3%;
}

.l-page__content {
  background-color: #fffbf4;
}

/*------------------------------------------------------------
	top page
------------------------------------------------------------*/
.p-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-info p {
  font-size: 3.5rem;
  color: #020202;
  font-weight: bold;
  padding: 30px 0;
  position: relative;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-info p {
    font-size: 2.43vw;
    padding: 2.08vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-info p {
    padding: 15px 0;
    font-size: 2rem;
  }
}

.p-info p:before {
  position: absolute;
  content: '';
  width: 25%;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-info p:before {
    width: 30%;
  }
}

.p-info a {
  display: block;
  width: 68%;
  margin: 0 auto;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
  line-height: 1;
  padding: 23px 0;
  position: relative;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-info a {
    font-size: 2.08vw;
    padding: 1.6vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-info a {
    font-size: 1.5rem;
    width: 80%;
  }
}

.p-info a:after {
  position: absolute;
  content: '';
  background: url(../img/icon-info.png) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  top: 38px;
  right: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-info a:after {
    background-size: 2.08vw 2.08vw;
    width: 2.08vw;
    height: 2.08vw;
    top: 3vw;
    right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info a:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 40%;
  }
}

.p-info a span {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-info a span {
    font-size: 0.97vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info a span {
    font-size: 1.1rem;
  }
}

.p-info__concern {
  width: 50%;
  background-color: rgba(237, 220, 233, 0.6);
  padding: 40px 0 95px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-info__concern {
    padding: 2.78vw 0 6.6vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__concern {
    width: 100%;
    padding: 20px 0 40px;
  }
}

.p-info__concern p:before {
  background-color: #fce9f8;
}

.p-info__concern a {
  background-color: #947590;
}

.p-info__details {
  width: 50%;
  background-color: rgba(227, 216, 207, 0.6);
  padding: 40px 0 95px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-info__details {
    padding: 2.78vw 0 6.6vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__details {
    width: 100%;
    padding: 20px 0 40px;
  }
}

.p-info__details p:before {
  background-color: #feefe2;
}

.p-info__details a {
  background-color: #917d6b;
}

.p-plan {
  padding: 85px 0 100px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan {
    padding: 5.9vw 0 6.94vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan {
    padding: 40px 0 50px;
  }
}

.p-plan__title {
  font-size: 3.5rem;
  line-height: 1;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__title {
    font-size: 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__title {
    font-size: 2rem;
  }
}

.p-plan__title span {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__title span {
    font-size: 1.67vw;
    padding-bottom: 1.04vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__title span {
    font-size: 1.5rem;
  }
}

.p-plan__itemt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
	justify-content: center;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt {
    padding-top: 3.47vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt {
    padding-top: 25px;
  }
}

.p-plan__itemt li {
  width: 48%;
  border: 6px solid #eaddc9;
  background-color: #fefaf4;
}

.p-plan__itemt li:nth-child(odd) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .p-plan__itemt li:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt li {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt li {
    width: 100%;
    min-height: 250px;
    margin-bottom: 10px;
    border: 3px solid #eaddc9;
  }
}

.p-plan__itemt .itemt-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 18px 0 30px;
  color: #0f1d30;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .itemt-title {
    font-size: 0.97vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt .itemt-title {
    font-size: 1.2rem;
    padding: 10px 0 15px;
  }
}

.p-plan__itemt .itemt-title span {
  display: block;
  font-size: 1.9rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .itemt-title span {
    font-size: 1.32vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt .itemt-title span {
    font-size: 1.5rem;
  }
}

.p-plan__itemt .itemt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}

.p-plan__itemt .content-img {
  width: 26%;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .content-img img {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt .content-img img {
    width: 80%;
  }
}

.p-plan__itemt .content-text {
  width: 74%;
  text-align: left;
}

.p-plan__itemt .content-text p {
  font-size: 1.1rem;
  padding-bottom: 15px;
  width: 90%;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .content-text p {
    font-size: 0.76vw;
  }
}

.p-plan__itemt .content-text a {
  font-size: 2.6rem;
  color: #0f1d30;
  text-decoration: none;
  display: block;
  background-color: #e2d6c5;
  width: 83%;
  line-height: 1;
  padding: 17px 0;
  padding-left: 11%;
  font-weight: bold;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .content-text a {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt .content-text a {
    font-size: 1.8rem;
    padding: 10px 5%;
    line-height: 1.5;
  }
}

.p-plan__itemt .content-text a span {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 5px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .content-text a span {
    font-size: 0.97vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__itemt .content-text a span {
    font-size: 1.2rem;
  }
}

.p-plan__itemt .campaign {
  font-size: 4.1rem;
  color: #f9e9d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-plan__itemt .campaign {
    font-size: 2.85vw;
  }
}

.p-about {
  background-color: #fefaf4;
  padding: 110px 0 130px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-about {
    padding: 7.67vw 0 9.03vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about {
    padding: 55px 0 65px;
  }
}

.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 75px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-about__content {
    padding-top: 5.21vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about__content {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__title {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
  line-height: 1;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-about__title {
    font-size: 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2rem;
  }
}

.p-about .content-doctor {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .p-about .content-doctor {
    width: 100%;
  }
}

.p-about .content-doctor .doctor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-about .content-info {
  width: 49%;
  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: 767px) {
  .p-about .content-info {
    width: 100%;
  }
}

.p-about .content-info .info-itemt {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .p-about .content-info .info-itemt {
    width: 49%;
  }
}

.p-about .content-info .info-itemt img {
  width: 100%;
}

.p-about .content-title {
  background-color: #e5dbcc;
  width: 100%;
  font-size: 1.5rem;
  color: #5c5c5c;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-about .content-title {
    padding: 1.04vw 0;
    margin-bottom: 1.04vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about .content-title {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-about .doctor-list {
    margin-bottom: 20px;
  }
}

.p-about .doctor-list li {
  width: 49%;
  position: relative;
}

.p-about .doctor-list li img {
  width: 100%;
}

.p-about .doctor-list li:nth-child(odd) {
  padding-right: 2%;
}

.p-about .doctor-list li p {
  position: absolute;
  bottom: 15px;
  background-color: #fff;
  width: 80%;
  font-size: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p-about .doctor-list li p {
    padding: 5px 0;
    width: 70%;
  }
}

/*------------------------------------------------------------
	Treatment
------------------------------------------------------------*/
.p-treatment {
  width: 77%;
  text-align: left;
  background-color: #fffbf4;
}

@media screen and (max-width: 767px) {
  .p-treatment {
    width: 100%;
  }
}

.p-treatment__inner {
  width: 90%;
  margin-left: 3%;
}

.p-treatment__inner.df {
  display: flex;
  align-items: center;
}
.p-treatment__inner.df a {
  margin: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .p-treatment__inner.df {
    display: block;
  }
  .p-treatment__inner.df a {
    margin: 0 0 26px 0;
  }
}

.p-treatment__content {
  background-color: #fffbf4;
}

.p-treatment__content .content-box {
  padding: 35px 0 0 35px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content .content-box {
    padding: 2.43vw 0 0 2.43vw;
  }

}

@media screen and (max-width: 767px) {
  .p-treatment__content .content-box {
    padding: 25px 0 0 14px;
  }
	.p-treatment__content .content-box.point {
		padding-left: 0;
	}
  .p-treatment__content .content-box .img-treat {
    float: none !important;
    width: 100% !important;
  }
}

.p-treatment__content .content-box .two-pic {
  padding: 35px 0 0 0;
}
.p-treatment__content .content-box .two-pic img {
  width: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content .content-box .two-pic {
      padding: 2.43vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-treatment__content .content-box .two-pic {
    padding: 25px 0 0 0;
  }
}

.spectra.content-box.content-flex:nth-child(2) .content-right img {
	max-width: 133px;
}


.p-treatment__content .content-text {
  font-size: 1.4rem;
  padding-top: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content .content-text {
    font-size: 0.97vw;
    padding-top: 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-treatment__content .content-text {
    padding-top: 25px;
	text-align: left;
  }
}

.p-treatment__content .content-text ol {
  list-style: decimal;
  margin-left: 1em;
}
.p-treatment__content .content-text ol li::marker {
  font-weight: bold;
}
.p-treatment__content .content-text ol li + li {
  margin-top: 25px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content .content-right img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-treatment__content .content-right {
    text-align: center;
    margin-top: 15px;
  }
}

.p-treatment__content table {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content table {
    margin-top: 2.08vw;
  }
}

@media screen and (max-width: 767px) {
  .p-treatment__content table {
    margin-top: 15px;
  }
}

.p-treatment__content table thead tr {
  background-color: #fef2dc;
}

.p-treatment__content table th {
  font-size: 1.8rem;
  padding: 14px 0 14px 35px;
	line-height: 153%;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content table th {
    font-size: 1.25vw;
    padding: 0.97vw 0 0.97vw 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-treatment__content table th {
    font-size: 1.4rem;
    padding: 10px 0 10px 20px;
  }
}

.p-treatment__content table td {
  font-size: 1.6rem;
  padding: 14px 0 14px 35px;
	line-height: 168%;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-treatment__content table td {
    font-size: 1.11vw;
    padding: 0.97vw 0 0.97vw 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-treatment__content table td {
    font-size: 1.3rem;
    padding: 10px 0 10px 20px;
  }
}

.p-treatment__content table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.p-treatment .content-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: 767px) {
  .p-treatment .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contactp__title {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__title {
    font-size: 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__title {
    font-size: 2rem;
  }
}

.p-contactp__left {
  background-color: #fbe9e5;
  width: 50%;
  padding: 125px 0 200px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__left {
    padding: 8.68vw 0 13.89vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__left {
    width: 100%;
    padding: 60px 0 100px;
  }
}

.p-contactp__right {
  width: 50%;
  background-color: #f8dcd5;
  padding-top: 125px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__right {
    padding-top: 8.68vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__right {
    width: 100%;
    padding: 60px 0 100px;
  }
}

.p-contactp__text1 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__text1 {
    font-size: 0.97vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__text1 {
    font-size: 1.2rem;
  }
}

.p-contactp__link1 {
  font-size: 2.1rem;
  text-decoration: none;
  color: #231808;
  display: block;
  width: 510px;
  background-color: #eacbc3;
  margin: 0 auto;
  padding: 7px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__link1 {
    font-size: 1.46vw;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__link1 {
    font-size: 1.5rem;
    width: 80%;
  }
}

.p-contactp__phone {
  font-size: 2.8rem;
  padding: 20px 0 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__phone {
    font-size: 1.94vw;
    padding: 1.39vw 0 1.04vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__phone {
    font-size: 2rem;
    padding: 10px 0;
  }
}

.p-contactp__link2 {
  font-size: 2.4rem;
  text-decoration: none;
  color: #2a2929;
  background-color: #fff;
  display: block;
  width: 510px;
  margin: 0 auto;
  line-height: 1;
  padding: 25px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__link2 {
    font-size: 1.67vw;
    width: 80%;
    padding: 1.74vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__link2 {
    font-size: 1.5rem;
    width: 80%;
    padding: 10px 0;
  }
}

.p-contactp__link2.news {
  width: auto;
  text-align: center;
  margin: 35px 0 0 35px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__link2.news {
    margin: 2.43vw 0 0 2.43vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contactp__link2.news {
    margin: 35px 0 0 0;
  }
}

.p-contactp__text2 {
  font-size: 1.4rem;
  margin-top: 55px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__text2 {
    font-size: 0.97vw;
    margin-top: 3.82vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__text2 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.p-contactp__hour {
  padding-top: 115px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__hour {
    padding-top: 7.99vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__hour {
    padding-top: 55px;
    width: 90%;
  }
}

.p-contactp__hour p {
  font-size: 1.8rem;
  color: #6f5531;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__hour p {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__hour p {
    font-size: 1.2rem;
  }
}

.p-contactp__hour .title {
  text-align: right;
  padding: 0 17px 15px 0;
}

.p-contactp__hour .title span {
  padding-left: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__hour .title span {
    padding-left: 2.08vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__hour .title span {
    padding-left: 16px;
  }
}

.p-contactp__hour .hours {
  text-align: left;
  border-top: 2px solid #cfa972;
  border-bottom: 2px solid #cfa972;
  padding: 20px 18px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contactp__hour .hours span {
  padding-left: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__hour .hours span {
    padding-left: 2.03vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contactp__hour .hours span {
    padding-left: 16px;
  }
}

.p-contactp__hour .date {
  text-align: left;
  padding: 15px 0 0 10px;
}
/********20191001追加***********************/
.p-contactp__hour .marks {
	/*padding-top: 8px;*/
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contactp__hour .date {
    padding: 1.04vw 0 0 0.69vw;
  }
}

/*------------------------------------------------------------
	end Treatment
------------------------------------------------------------*/
/*------------------------------------------------------------
	c-title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
  color: #18110d;
  position: relative;
  z-index: 2;
}

.c-title1 h2 {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c-title1 h2 {
    font-size: 2.5rem;
  }
}

.c-title1 p {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title1 p {
    font-size: 2rem;
  }
}

.c-title2 {
  font-size: 1.6rem;
  text-align: center;
  background-color: #e5d1b2;
  color: #18110d;
  font-weight: bold;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.2rem;
    padding: 5px 0;
  }
}

.c-title3 {
  border-top: 1px solid #dac8ae;
  border-bottom: 1px solid #dac8ae;
  background-color: #fffdfa;
}

.c-title3 p {
  font-size: 3.4rem;
  padding: 40px 0 40px 35px;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-title3 p {
    font-size: 2.36vw;
    padding: 2.78vw 0 2.78vw 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .c-title3 p {
    font-size: 2.2rem;
    padding: 20px 0 20px 14px;
  }
}

.c-title4 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-title4 {
    font-size: 1.68vw;
  }
}

@media screen and (max-width: 767px) {
  .c-title4 {
    font-size: 1.8rem;
  }
}

.c-title4:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 5px;
  background-color: #d488b8;
  left: -26px;
  top: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-title4:before {
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  .c-title4:before {
    height: 3px;
    top: 10px;
  }
}

.c-title4__desc {
  font-size: 1.8rem;
  margin-left: 15px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-title4__desc {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title4__desc {
    font-size: 1.4rem;
  }
}

.c-title5 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
.c-title6{
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
  background-color: #E6D0CF;
  padding: 10px 33px;
}
/*------------------------------------------------------------
	.c-header-page
------------------------------------------------------------*/
.backstretch {
  height: 961px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .backstretch {
    height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .backstretch {
    height: 500px;
  }
}

.c-header__pagebg {
  background: url(../img/treatment/header-page-bg.png) no-repeat;
  background-size: cover;
}

.c-header__topbg {
  position: relative;
}

.c-header__topbg .c-header__nav {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
}

.c-header .nav-logo {
  /* padding: 15px 0 0 30px; */
  padding-left: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .nav-logo {
    width: 10%;
  }
  .c-header .nav-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-header .nav-logo {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
  }
  .c-header .nav-logo img {
    width: 150px;
  }
  /* css 16/10/2024 */
  .c-header .nav-logo.is-open {
    width: 95%;
    margin: 0 auto;
    background-color: #f0e6ee;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    overflow: hidden;
    margin-top: 10px;
    z-index: 4;
  }
}

.c-header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .nav-menu {
    width: 70%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .c-header .nav-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* width: 100%;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
    z-index: 2; */
    /* css 16/10/2024 */
    position: absolute;
		top: 52px;
		width: 95%;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 2;
		background-color: #f0e6ee;
		border-bottom-left-radius: 26px;
		border-bottom-right-radius: 26px;
		overflow: auto;
		box-shadow: 0 5px 4px rgb(37, 12, 72, 0.5);
		height: 80vh;
  }
}

.c-header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header .nav-fixed {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ml300 {
	margin-left: 300px;
}
@media screen and (max-width: 767px) {
	.ml300 {
		margin-left: 0px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .menu-list {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .c-header .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    /* css 16/10/2024 */
		width: 95%;
		margin: 0 auto;
		padding-bottom: 10px;
		background-color: #f0e6ee;
	 order:2;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .menu-list li {
    width: 24.5%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 767px) {
  .c-header .menu-list li {
    width: 100%;
  }
}

.c-header .menu-list a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #0f1d30;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 160px;
  padding: 15px 0;
  margin-right: 3px;
  font-family: ryo-display-plusn, "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .menu-list a {
    width: 100%;
    font-size: 0.83vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header .menu-list a {
    width: 100%;
    padding: 10px 0;
    /* css 16/10/2024 */
    padding: 10px 0;
    background-color: transparent;
    pointer-events: all;
  }
}

.c-header .menu-contact {
  /* margin-right: 20px; */
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .menu-contact {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .c-header .menu-contact {
    width: 100%;
  }
  /* css 16/10/2024 */
  .c-header .menu-contact.sp-only {
		border-radius: 16px;
		overflow: hidden;
	}
}

.c-header .menu-contact a {
  width: 245px;
  background-color: #654861;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 0;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header .menu-contact a {
    width: 100%;
    font-size: 0.83vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header .menu-contact a {
    width: 100%;
    padding: 10px 0;
    background-color: rgba(101, 72, 97, 0.6);
  }
}

.c-header__text {
  position: absolute;
  top: 220px;
  left: 150px;
  z-index: 1;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header__text {
    top: 10vw;
    left: 10.42vw;
  }
  .c-header__text img {
    width: 39vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header__text {
    top: 110px;
    left: 20px;
  }
  .c-header__text img {
    width: 297px;
  }
}

.c-header__news {
  position: absolute;
  bottom: 240px;
  width: 77%;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header__news {
    bottom: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header__news {
    bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
  }
}

.c-header__news .news-title {
  width: 13%;
  padding: 24px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header__news .news-title {
    padding: 1.67vw 0;
  }
  .c-header__news .news-title img {
    width: 7.08vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header__news .news-title {
    width: 100%;
    padding: 12px 0;
  }
}

.c-header__news .news-slide {
  width: 87%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-header__news .news-slide {
    width: 90%;
    padding-left: 3%;
  }
}

.c-header__news .news-slide li {
  padding-top: 22px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header__news .news-slide li {
    padding-top: 1.53vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header__news .news-slide li {
    padding-top: 0;
    font-size: 0.97vw;
  }
}

.c-header__news .news-slide a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #0f1d30;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header__news .news-slide a {
    font-size: 0.97vw;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-header__des p {
  font-size: 4.2rem;
  padding: 90px 0 130px;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	color: #000;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-header__des p {
    font-size: 2vw;
    padding: 3.25vw 0 9.03vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header__des p {
    padding: 45px 0 80px;
    font-size: 3rem;
  }
}

.menu-btn {
  width: 40px;
  height: 40px;
  color: #be9963;
  font-size: 6rem;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 22px;
  top: 6px;
  z-index: 5;
}
/* css 16/10/2024 */
.menu-btn.is-open{
	right: 25px;
	top: 11px;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  background-color: #be9963;
  width: 0.75em;
  height: 0.05em;
  border-radius: 0;
  margin-top: -0.025em;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}

@media screen and (max-width: 767px) {
  .menu-btn span {
    width: 0.6em;
    left: 7px;
    margin-top: -0.03em;
  }
}

.menu-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  background-color: #be9963;
  width: 0.75em;
  height: 0.05em;
  border-radius: 0;
  margin-top: -0.25em;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
  .menu-btn:before {
    width: 0.6em;
    left: 7px;
    margin-top: -0.2em;
  }
}

.menu-btn:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  background-color: #be9963;
  width: 0.75em;
  height: 0.05em;
  border-radius: 0;
  margin-top: 0.19em;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
  .menu-btn:after {
    width: 0.6em;
    left: 7px;
    margin-top: 0.15em;
  }
}

.menu-btn.is-open span {
  background-color: #be9963;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.menu-btn.is-open:before, .menu-btn.is-open:after {
  margin-top: 0;
  -webkit-transition-delay: 0s, 0.25s, 0.25s;
          transition-delay: 0s, 0.25s, 0.25s;
}

.menu-btn.is-open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn.is-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Edited 20241011 */
.c-header__bgoverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
	transition: all 0.3s;
	z-index: 2;
}
.c-header__bgoverlay.is-show {
	opacity: 0.5;
	display: block;
	transition: all 0.3s;
}
.c-banner {
	width: 90%;
	margin: 0 auto;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 20px;
	background-color: #81607d;
}
.c-banner__item {
	width: 50%;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.c-banner__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #81607d;
	opacity: 0.5;
	transition: all 0.3s;
}
.c-banner__item:hover::before,
.c-banner__item.is-active::before {
	opacity: 0;
}
.c-banner__item:hover,
.c-banner__item.is-active {
	opacity: 1;
	transition: all 0.3s;
}
.c-banner__item.is-active {
	pointer-events: none;
}
.c-banner__top {
	max-height: 190px;
	height: 100%;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.c-banner__top {
		max-height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.c-banner__top {
		height: auto;
	}
}
.submenu li.submenu-main .c-banner__top {
	height: auto;
}
.c-banner__top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-banner__tabTtl {
	text-align: center;
	color: #0f1d30;
	font-size: 17px;
	padding: 30px 0;
	background-color: #fff;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.submenu .c-banner__tabTtl {
		padding: 15px 0;
	}
}

.c-tabcontent {
	margin-top: -85.5px;
	margin-bottom: -20px;
}
.c-tabcontent .c-title4 {
	margin-left: 30px;
}
.c-tab {
	display: none;
}
.c-tab.is-show {
	display: block;
}
.c-tab1 {
	background-color: #f0e6ee;
}
.c-tab2 {
	background-color: #f5e7dc;
}
.c-tabcontent__wrapper {
	width: 90%;
	padding: 150px 0;
	margin: 0px auto;
}
.c-menulist {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-top: 50px;
	margin: 50px -24px 0;
}
.c-menulist li {
	width: calc((100% - 138px) / 3);
	border-radius: 10px;
	background-color: #ffffff;
	/* margin-bottom: 35px; */
	margin: 0 23px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
	.c-menulist li {
		max-width: 550px;
		width: 90%;
		margin: 0 auto 35px;
	}
}
.c-item a {
	color: #242424;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 10px;
}
.c-menulist--fcl .c-item a {
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
}
.c-item__left {
	flex-shrink: 0;
}
.c-item__left img {
	width: 100px;
}
.c-item__right {
	flex-grow: 1;
}
.c-item__ttl {
	font-size: 23px;
	font-weight: 500;
}
.c-item__desc {
	font-size: 15px;
	margin-top: 10px;
}
.c-item__note {
	font-size: 15px;
  bottom: 10px;
  line-height: 1.2;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-item__note {
    position: unset;
    margin-top: 15px;
  }
}
.c-item__tag {
	font-size: 14px;
	color: #62465f;
	background-color: #f0e6ee;
	border-radius: 15px;
	padding: 5px 30px;
	font-weight: 500;
	line-height: 1;
	margin-top: 10px;
}
.c-subtab {
	display: flex;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto;
}
.c-subtab__item {
	width: calc((100% - 60px) / 3);
	text-align: center;
	border: 1px solid #715374;
	border-radius: 34px;
	background-color: #f5e7dc;
	padding: 17px 10px;
	box-sizing: border-box;
	font-size: 17px;
	color: #81607d;
	transition: all 0.3s;
	cursor: pointer;
	font-weight: 600;
	text-decoration:none;
}
@media screen and (max-width: 768px) {
	.c-subtab{
		flex-wrap: wrap;
	}
	.c-subtab__item {
		width: calc((100% - 15px) / 2);
		padding: 10px;
	}
	.c-subtab__item[href="#all"]{
		width: 100%;
		margin-bottom: 15px;
	}
}
.c-subtab__item.is-active {
	pointer-events: none;
}
.c-subtab__item:hover,
.c-subtab__item.is-active {
	color: #fff;
	background-color: #81607d;
	transition: all 0.3s;
}
.c-subtabContent {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.c-subtabContent.is-show {
	display: flex;
	transition: all 0.3s;
	opacity: 1;
	visibility: visible;
}
.js-subTtl {
	text-align: center;
	padding-top: 70px;
	font-size: 2.4rem;
	color: #020202;
	font-weight: bold;
	position: relative;
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
	padding-bottom: 40px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
	.js-subTtl {
		font-size: 1.67vw;
		padding-top: 6.94vw;
	}
}

@media screen and (max-width: 767px) {
	.js-subTtl {
		padding-top: 50px;
		font-size: 2rem;
	}
}

.js-subTtl:before {
	position: absolute;
	content: "";
	max-width: 180px;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	top: 55px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #d0bfb1;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
	.js-subTtl:before {
		width: 50%;
		top: 5.42vw;
	}
}

@media screen and (max-width: 767px) {
	.js-subTtl:before {
		top: 35px;
	}
}
/* Style for the loading spinner */
.loading-spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Ensure the loading spinner is positioned on top of everything */
.loading-spinner {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}


/* new css 16/10/2024 */
.c-header .menu-list li.has-child {
	position: relative;
	border-radius: 16px;
}
.c-header .menu-list li.has-child::before{
	position: absolute;
	content: "";
	display: block;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 1;
}
.c-header .menu-list li.has-child li {
	margin: 0;
}
.c-header .menu-list .submenu a {
	padding: 0;
	margin: 0;
	background-color: #81607d;
	height: 100%;
	align-content: center;
	width: 100%;
}

.submenu {
	position: fixed;
	display: flex;
	top: 54px;
	width: 90vw;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 999;
	border-radius: 16px;
	overflow: hidden;
	background-color: #81607d;
	box-shadow: 0 3px 34px rgb(37, 12, 72, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: 0s;
	pointer-events: none;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
	.submenu {
		top: 50px;
	}
}
@media screen and (min-width: 768px) {
	.has-child:hover > .submenu {
		visibility: visible;
		pointer-events: auto;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}
}
.c-header .menu-list li.submenu-main {
	width: 25%;
	flex-shrink: 0;
	background-color: #81607d;
}

.submenu-main .c-banner__top img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.c-header li.submenu-main .c-banner__tabTtl {
	background-color: #81607d;
	color: #fff;
}
.submenu .c-banner__item::before {
	display: none;
}
.c-header .menu-list li.submenu-item {
	width: calc((100% - 25%) / 2);
	margin: 0;
}
.c-header .menu-list .submenu2 li.submenu-item {
	width: calc((100% - 25%) / 4);
}
@media screen and (max-width: 767px) {
	.c-header .menu-list li.has-child {
		padding-top: 40px;
	}
	.c-header .menu-list li.has-child.nobdr::before {
		display: none;
	}
	.c-header .menu-list li.has-child::before {
		content: "";
		position: absolute;
		display: block;
		top: 30px;
		left: -3%;
		width: 105.5%;
		height: 1px;
		background-color: #000;
	}
	.submenu {
		background-color: #f0e6ee;
		background-color: transparent;
		transform: translate(0, 0);
		position: static;
		transition: none;
		box-shadow: none;
		visibility: visible;
		opacity: 1;
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.submenu-main {
		display: none;
	}
	.c-header .menu-list li.submenu-item {
		width: calc((100% - 12px) / 2);
		margin-bottom: 12px !important;
		border-radius: 16px;
		overflow: hidden;
	}

	.submenu li.submenu-main .c-banner__top {
		height: auto;
	}
	.c-banner__tabTtl {
		padding: 15px 0 !important;
	}
	.c-header .menu-list .submenu2 {
		flex-wrap: wrap;
	}
	.c-header .menu-list .submenu2 li.submenu-item {
		width: calc((100% - 12px) / 2);
	}
	.c-header .menu-list .submenu2 .c-banner__top {
		display: none;
	}
	.menu-list li.sp-only {
		background-color: #fff;
		border-radius: 16px;
	}
}
/*------------------------------------------------------------
	end .c-header-page
------------------------------------------------------------*/
/*------------------------------------------------------------
	c-left-side
------------------------------------------------------------*/
.c-left-side {
  width: 23%;
  position: relative;
  z-index: 2;
  background-color: #eee5dd;
}

@media screen and (max-width: 767px) {
  .c-left-side {
    width: 100%;
  }
}

.c-left-side__bg1 {
  background-color: #eddce9;
}

.c-left-side__bg1 .content-tile:before {
  background-color: #fce9f8;
}

.c-left-side__bg2 {
  background-color: #e3d8cf;
}

.c-left-side__bg2 .content-tile:before {
  background-color: #feefe2;
}

.c-left-side__bg2 li {
 /* height: 55px !important; */
	line-height: 1.2;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-left-side__bg2 li {
   /* height: 3.82vw !important;*/
  }
}

@media screen and (max-width: 767px) {
  .c-left-side p.on:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.c-left-side .content-tile {
  padding-top: 70px;
  font-size: 2.4rem;
  color: #020202;
  font-weight: bold;
  position: relative;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-left-side .content-tile {
    font-size: 1.67vw;
    padding-top: 6.94vw;
  }
}

@media screen and (max-width: 767px) {
  .c-left-side .content-tile {
    padding-top: 50px;
    font-size: 2rem;
    padding: 15px 0;
  }
}

.c-left-side .content-tile:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 4px;
  top: 78px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-left-side .content-tile:before {
    width: 50%;
    top: 5.42vw;
  }
}

@media screen and (max-width: 767px) {
  .c-left-side .content-tile:before {
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-left-side .content-tile:after {
    position: absolute;
    content: '';
    background: url(../img/down-arrow.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.c-left-side ul {
  width: 83%;
  margin: 0 auto;
  padding: 30px 0 17px 0;
}

.c-left-side ul:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-left-side ul {
    display: none;
  }
}

.c-left-side ul li {
  background-color: #faf5f8;
  width: 47%;
  margin-bottom: 13px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-left-side ul li {
   /* height: 2.43vw;*/
  }
}

.c-left-side ul a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #242424;
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-left-side ul a {
    font-size: 0.7vw;
  }
}

.c-left-side ul li:nth-child(odd) {
  margin-right: 6%;
}

/*------------------------------------------------------------
	end c-left-side
------------------------------------------------------------*/
/*------------------------------------------------------------
	other
------------------------------------------------------------*/
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-breadcrumb li {
  margin-right: 25px;
  position: relative;
}

.c-breadcrumb li:after {
  position: absolute;
  content: '>';
  top: 12px;
  right: -15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-breadcrumb li:after {
    font-size: 0.83vw;
  }
}

.c-breadcrumb li:last-child:after {
  content: '';
}

.c-breadcrumb a {
  text-decoration: none;
  color: #4c4d4d;
  font-size: 1.2rem;
  padding: 11px 0;
  display: block;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-breadcrumb a {
    font-size: 0.83vw;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb a {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
	end other
------------------------------------------------------------*/
/*------------------------------------------------------------
	c-list
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0 35px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-list1 {
    padding: 4.17vw 0 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .c-list1 {
    padding: 30px 0 25px;
  }
}

.c-list1 li {
  width: 32%;
  margin-right: 1.5%;
}

@media screen and (max-width: 767px) {
  .c-list1 li {
    width: 48%;
  }
}

.c-list1 li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .c-list1 li:nth-child(3n) {
    margin-right: 1.5%;
  }
}

@media screen and (max-width: 767px) {
  .c-list1 li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-list1 a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #4c4d4d;
  display: block;
  text-align: center;
  font-style: italic;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f3e7d5;
  margin-bottom: 25px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-list1 a {
    font-size: 0.97vw;
    height: 3.47vw;
    margin-bottom: 1.74vw;
  }
}

@media screen and (max-width: 767px) {
  .c-list1 a {
    font-size: 1.3rem !important;
    margin-bottom: 15px;
  }
}

.c-list2 {
  background-color: #f6f0e5;
  font-size: 1.2rem;
  border: 1px solid #ead9c0;
  padding: 15px;
  line-height: 2;
  margin: 10px 0 30px 0;
}

@media screen and (min-width: 1441px) {
  .c-list2 {
    font-size: 1.0vw;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-list2 {
    font-size: 1.0vw;
  }
}

@media screen and (max-width: 767px) {
  .c-list2 {
    margin: 10px 0 35px 0;
  }
}

/*------------------------------------------------------------
	end c-list
------------------------------------------------------------*/
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  background-color: #251806;
  padding: 85px 0 55px 0;
	color: #89622c;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  footer {
    padding: 5.9vw 0 3.82vw 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 43px 0 26px 0;
  }
}

footer .l-container {
  text-align: center;
}

footer p {
  padding-top: 52px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  footer p {
    padding-top: 3.61vw;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    padding-top: 26px;
  }
}

footer .scrolltop {
  position: fixed;
  right: 10px;
  bottom: 83px;
  cursor: pointer;
  z-index: 999;
  display: none;
}

@media screen and (max-width: 767px) {
  footer .scrolltop {
    opacity: 0.7;
  }
  footer .scrolltop img {
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------------------------
	end footer
------------------------------------------------------------*/

/*------------------------------------------------------------
  Contact
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-contact .c-title4 {
    margin-left: 5%;
  }
}

.p-contact__content {
  padding: 35px 0 0 35px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__content {
    padding: 2.43vw 0 0 2.43vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__content {
    padding: 25px 0 0 2%;
  }
}

.p-contact__form {
  padding-top: 40px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form {
    padding-top: 2.78vw;
  }
}

.p-contact__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dac8ae;
  border-style: dotted;
  font-size: 1.6rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .form-group {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact__form .form-group:nth-child(odd) input, .p-contact__form .form-group:nth-child(odd) textarea, .p-contact__form .form-group:nth-child(odd) select {
  background-color: #fef2dc;
}

.p-contact__form .group-title {
  font-size: 1.6rem;
  width: 29%;
  position: relative;
  padding: 19px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-title {
    padding: 1.32vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-title {
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

.p-contact__form .group-title small {
  position: absolute;
  right: 22px;
  top: 14px;
  display: block;
  width: 60px;
  background-color: #f9b0a0;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-title small {
    right: 1.53vw;
    top: 0.97vw;
    width: 4.17vw;
    padding: 0.68vw 0;
    font-size: 0.83vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-title small {
    font-size: 1.1rem;
    padding: 5px 0;
    top: 7px;
  }
}

.p-contact__form .group-input {
  padding: 9px 0;
  width: 71%;
  position: relative;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input {
    padding: 0.63vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input {
    width: 100%;
  }
}

.p-contact__form .group-input .name1-text {
  position: absolute;
  left: 2%;
  top: 17px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .name1-text {
    top: 1.18vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .name1-text {
    top: 15px;
    left: 5px;
  }
}

.p-contact__form .group-input .name2-text {
  position: absolute;
  left: 40%;
  top: 17px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .name2-text {
    top: 1.18vw;
    left: 42%;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .name2-text {
    left: 5px;
    top: 50px;
  }
}

.p-contact__form .group-input .age-text {
  position: absolute;
  left: 230px;
  top: 17px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .age-text {
    left: 15.97vw;
    top: 1.18vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .age-text {
    left: 26%;
    top: 12px;
  }
}

.p-contact__form .group-input .input-name1, .p-contact__form .group-input .input-name2, .p-contact__form .group-input .input-phonetic1, .p-contact__form .group-input .input-phonetic2, .p-contact__form .group-input .input-age {
  width: 225px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  font-size: 1.6rem;
  padding-left: 41px;
  margin-right: 10px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .input-name1, .p-contact__form .group-input .input-name2, .p-contact__form .group-input .input-phonetic1, .p-contact__form .group-input .input-phonetic2, .p-contact__form .group-input .input-age {
    width: 15.28vw;
    height: 2.78vw;
    margin-right: 0.69vw;
    font-size: 1.1vw;
    padding-left: 2.83vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-name1, .p-contact__form .group-input .input-name2, .p-contact__form .group-input .input-phonetic1, .p-contact__form .group-input .input-phonetic2, .p-contact__form .group-input .input-age {
    width: 91%;
    height: 30px;
    font-size: 1.4rem;
    padding-left: 30px;
  }
}

.p-contact__form .group-input .input-name1, .p-contact__form .group-input .input-phonetic1 {
  margin-bottom: 5px;
}

.p-contact__form .group-input .input-phonetic1 {
  width: 210px;
  padding-left: 56px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .input-phonetic1 {
    width: 14.45vw;
    padding-left: 3.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-phonetic1 {
    width: 86%;
    padding-left: 45px;
  }
}

.p-contact__form .group-input .input-phonetic2 {
  width: 215px;
  padding-left: 45px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .input-phonetic2 {
    width: 14.93vw;
    padding-left: 3.83vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-phonetic2 {
    width: 86%;
    padding-left: 45px;
  }
}

.p-contact__form .group-input .input-age {
  width: 250px;
  padding-left: 10px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .input-age {
    width: 17.1vw;
    padding-left: 0.69vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-age {
    width: 30%;
    padding-left: 2%;
  }
}

.p-contact__form .group-input .input-phone, .p-contact__form .group-input .input-email {
  width: 98%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  font-size: 1.6rem;
  padding-left: 2%;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .input-phone, .p-contact__form .group-input .input-email {
    height: 2.78vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-phone, .p-contact__form .group-input .input-email {
    font-size: 1.4rem;
    height: 30px;
  }
}

.p-contact__form .group-input .input-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact__form .group-input .input-date .date-title {
  width: 12%;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-date .date-title {
    width: 100%;
  }
}

.p-contact__form .group-input .input-date .date-content {
  width: 88%;
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-date .date-content {
    width: 100%;
  }
}

.p-contact__form .group-input .date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact__form .group-input .date-content .time_s {
  width: 105px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .date-content .time_s {
    width: 7.29vw;
  }
}

.p-contact__form .group-input .date-content input {
  width: 110px;
  height: 20px;
  border-radius: 5px;
  margin: 8px 10px 0 0;
  border: 1px solid #757575;
  padding-left: 2%;
  font-size: 1.2rem
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .date-content input {
    width: 7.64vw;
    height: 1.39vw;
    margin: 0.56vw 0.69vw 0 0;
    font-size: 0.83vw;
  }
}

.p-contact__form .group-input .date-content input::-webkit-input-placeholder {
  color: #000;
}

.p-contact__form .group-input .date-content input::-ms-input-placeholder {
  color: #000;
}

.p-contact__form .group-input .date-content input::placeholder {
  color: #000;
}

.p-contact__form .group-input .note {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .note {
    font-size: 1.4rem;
  }
}

.p-contact__form .group-input label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input label {
    padding-left: 1.74vw;
    margin-right: 1.04vw;
  }
}

.p-contact__form .group-input label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.p-contact__form .group-input label .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 0.5px solid #b4b4b4;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input label .wpcf7-list-item-label:before {
    top: 0.14vw;
    width: 1.11vw;
    height: 1.11vw;
  }
}

.p-contact__form .group-input label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

.p-contact__form .group-input label:hover input ~ .wpcf7-list-item-label:before {
  background-color: #ccc;
}

.p-contact__form .group-input label input:checked ~ .wpcf7-list-item-label:before {
  height: 18px;
  width: 18px;
  border: 0;
  background-color: #2196F3;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input label input:checked ~ .wpcf7-list-item-label:before {
    height: 1.25vw;
    width: 1.25vw;
  }
}

.p-contact__form .group-input label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.p-contact__form .group-input label .wpcf7-list-item-label:after {
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input label .wpcf7-list-item-label:after {
    top: 0.5vw;
    left: 0.35vw;
    width: 0.56vw;
    height: 0.56vw;
  }
}

.p-contact__form .group-input select {
  border: 1px solid #757575;
  height: 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  padding-left: 2%;
  margin: 8px 15px 8px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input select {
    height: 1.74vw;
    margin: 0.56vw 1.04vw 0.56vw 0;
    font-size: 0.83vw;
  }
}

.p-contact__form .group-input select#sl_treatment_2 {
  height: auto !important;
}

.p-contact__form .group-input input[type="radio"] {
  margin-top: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input input[type="radio"] {
    margin-top: 1.04vw;
  }
}

.p-contact__form .group-input input::-webkit-input-placeholder {
  color: #dac8ae;
}

.p-contact__form .group-input input::-ms-input-placeholder {
  color: #dac8ae;
}

.p-contact__form .group-input input::placeholder {
  color: #dac8ae;
}

.p-contact__form .group-input textarea {
  width: 96%;
  height: 260px;
  font-size: 1.6rem;
  padding: 1%;
  line-height: 1.5;
  border: 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input textarea {
    height: 18.06vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input textarea {
    font-size: 1.4rem;
    height: 130px;
  }
}

.p-contact__form .group-input textarea::-webkit-input-placeholder {
  color: #dac8ae;
}

.p-contact__form .group-input textarea::-ms-input-placeholder {
  color: #dac8ae;
}

.p-contact__form .group-input textarea::placeholder {
  color: #dac8ae;
}

.p-contact__form .group-input .input-warning {
  font-size: 1.4rem;
  color: #c66038;
  padding: 10px 0 40px 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .group-input .input-warning {
    font-size: 1.00vw;
    padding: 0.69vw 0 2.78vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .group-input .input-warning {
    padding: 10px 0 20px 0;
  }
}

.p-contact__form .form-submit, .wpcf7cp-btns {
  text-align: center;
  border-top: 1px solid #dac8ae;
  padding: 60px 0 200px 0;
  border-style: dotted;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .form-submit, .wpcf7cp-btns {
    padding: 4.17vw 0 13.89vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .form-submit, .wpcf7cp-btns {
    padding: 30px 0 100px 0;
  }
}

.p-contact__form .form-submit input, .wpcf7cp-btns button {
  width: 300px;
  height: 40px;
  background-color: #654861;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 20px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-contact__form .form-submit input, .wpcf7cp-btns button {
    width: 20.83vw;
    height: 2.78vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form .form-submit input, .wpcf7cp-btns button {
    font-size: 1.4rem;
    width: 40% !important;
  }
}

.wpcf7-spinner {
  position: absolute;
}
.wpcf7cp-form-hide {
  opacity: 0;
}
div.wpcf7cp-btns {
  margin-top: 0;
}

#wpcf7cpcnf table {
}
#wpcf7cpcnf table tr {
  display: flex;
}
#wpcf7cpcnf table th {
  width: 33%;
  text-align: left;
}
#wpcf7cpcnf table td {
  width: 70%;
}
#wpcf7cpcnf table th, #wpcf7cpcnf table td {
  /* padding: 20px 4%; */
  border-top: 1px dotted #dac8ae;
}
#wpcf7cpcnf table tr:last-child {
}
@media only screen and (max-width: 767px) {
  #wpcf7cpcnf table tr {
  }
  #wpcf7cpcnf table th {
    width: 42%;
    padding: 10px 0 10px 10px;
  }
  #wpcf7cpcnf table th, #wpcf7cpcnf table td {
  }
}

/*------------------------------------------------------------
  end contact
------------------------------------------------------------*/

/*css contact form 7*/
.group-select br{
  display: none;
}
.wpcf7-form, .input_text{
  position: relative;
}
.wpcf7-response-output{
  position: absolute;
  width: 90%;
  bottom: 125px;
  font-size: 1.66rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .wpcf7-response-output{
    font-size: 1.1vw;
    bottom: 8.68vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output{
    bottom: 0px;
  }
}

.wpcf7-validation-errors{
  bottom: 100px;
  color: red;
  border: 1px solid red !important;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .wpcf7-validation-errors{
    bottom: 6.94vw;
  }
}
.wpcf7-mail-sent-ok{
  color: #398f14;
}
@media screen and (max-width: 767px) {
  .wpcf7-validation-errors, .wpcf7-mail-sent-ok{
    font-size: 1.4rem !important;
    bottom: 35px;
  }
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
  font-weight: bold !important;
}
.wpcf7-not-valid-tip{
  position: absolute;
  top: -13px;
  right: 10px;
  font-size: 1.4rem !important;
  border: 1px solid red;
  font-weight: bold;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .wpcf7-not-valid-tip{
    font-size: 0.97vw !important;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip{
    font-size: 1.4rem !important;
  }
}
.form_button-confirm{
  position: relative;
  text-align: center;
}
.ajax-loader{
  position: absolute;  
}
.wpcf7c-elm-step2{
  color: #000;
  font-size: 1.2rem;
  width: 210px;
  border: 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .wpcf7c-elm-step2{
    padding: 0;
     width: 100px !important;
  }
}
.wpcf7-submit{
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7c-elm-step1{
    width: 60% !important;
  }
  .wpcf7c-elm-step2{
    margin: 0 10px 0 0;
    width: 40% !important;
    padding: 10px 0;
  }
}

.wpcf7c-conf {
    background-color: #f2f3ed !important;
    color: black;
    border: none !important;
}

.group-select .wpcf7-not-valid-tip {
  right: -190px;
}
@media screen and (max-width: 767px) {
  .group-select .wpcf7-not-valid-tip {
    right: 0;
    top: -29px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .group-select .wpcf7-not-valid-tip {
    right: -13vw;
  }
}
@media screen and (max-width: 767px) {
  .group-select .wpcf7-form-control-wrap {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap.age {
    /*right: 0;*/
    display: block;
  }
}

/*end contact form 7*/




/*------------------------------------------------------------
	変更
------------------------------------------------------------*/


.p-treatment__content .content-text .hydra_facial_text{
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-treatment__content .content-text .hydra_facial_text{
    margin-top: 17px;
  }
}
.p-treatment__content .content-text {
  font-size: 1.2rem;
    padding-top: 0px;
    margin-bottom: 15px;
    padding-top: 25px;
}

@media screen and (min-width: 1441px) {
  .p-treatment__content .content-text {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-treatment__content .content-text {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-treatment__content .content-text {
    font-size: 1.7rem !important;
  }
}
.p-treatment__content .content-right {
	width: 50%;
	padding-top: 60px;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-treatment__content .content-right {
	  width: 100%;
  }
}

.p-treatment__content .content-left .content-text p {
	margin-top: 1em;
}

/*　こんな症状の方に　*/
.c-list1 {
	padding-top: 30px;
}
.c-list1 a {
    border: 2px solid #f3e7d5;
	margin-bottom: 12px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1440px) {
.c-list1 a {
    font-size: 1.1vw;
}
}
/* サイドバー タイトル */
/*
.c-left-side .content-tile {
  padding-top: 56px;
}
*/
.c-left-side .content-tile:before {
  top: 37px;
}

/* お問い合わせ 完全予約制 */
.p-contactp__link1 {
	pointer-events: none;
}

/* メインコンテンツ テキスト部分 */
/*
.content-left {
	width: 150%;
}
*/
.p-treatment__content .content-left {
	/*width: 58%;*/
  width: 100%;
	float: left;
}
.p-treatment__content .point .content-left {
	width: auto;
}

@media screen and (max-width: 767px) {
  .content-left {
	  width: 100%;
  }
	.p-treatment__content .content-left {
	  width: 100%;
	  float: none;
	  margin-bottom: 0 !important;
	/* text-align: center; */
	}
}
.p-treatment__content .content-right {
	width: 40%;
	float: right;
}
.p-treatment__content .content-right img {
	width:100%;
}
@media screen and (max-width: 767px) {
  .content-right {
	  width: 100%;
	  float: none;
	  margin-top: 0 !important;
	  padding: 0;
  }
}



/*------------------------------------------------------------
	変更　メニュー用 c-left-side
------------------------------------------------------------*/
.p-treatment__inner.menu_content {
	padding: 40px 0;
	margin: 0px auto;
}
.menu .p-treatment {
	width: 100%;
}
.menu .c-left-side {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #eee5dd;
	text-align: center;
}

.menu .c-left-side__bg1 {
  background-color: #eddce9;
	width: 50%;
	float: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
}


.menu .c-left-side__bg1 .content-tile:before {
  background-color: #fce9f8;
}

.menu .c-left-side__bg2 {
  background-color: #e3d8cf;
	width: 50%;
	float: left;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
}

@media screen and (max-width: 767px) {
	.menu .c-left-side .content-tile {
		font-size: 1.8rem !important;
	}
	.menu .c-left-side ul a {
		font-size: 1.3rem !important;
	}
  .menu .c-left-side__bg1 {
		width: 100%;
		float: none;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.menu .c-left-side__bg2 {
		width: 100%;
		float: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

.menu .c-left-side__bg2 .content-tile:before {
  background-color: #feefe2;
}

.menu .c-left-side__bg2 li {
  /*height: 55px !important;*/
	line-height: 1.2;
}

.menu .c-left-side .content-tile {
  padding-top: 56px;
  font-size: 2.4rem;
  color: #020202;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .menu .c-left-side .content-tile {
    font-size: 1.67vw;
  }
}

.menu .c-left-side .content-tile:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 4px;
  top: 37px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .menu .c-left-side .content-tile:before {
    width: 50%;
  }
}

.menu .c-left-side ul {
  width: 83%;
  margin: 0 auto;
  padding: 30px 0 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu .c-left-side ul li {
  background-color: #faf5f8;
  width: 47%;
  margin-bottom: 13px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .c-left-side ul a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #242424;
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 1440px) {
  .menu .c-left-side ul a {
    font-size: 1.1vw;
  }
}

.menu .c-left-side ul li:nth-child(odd) {
  margin-right: 6%;
}

/*------------------------------------------------------------
	追加 検索用 お悩み
------------------------------------------------------------*/
.search .p-treatment {
	width: 100%;
}
.p-treatment__inner.search_treatment {
	width: 100%;
	padding: 0px 0 0 0;
	margin: 0px auto;
}
.search_treatment .c-left-side {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #eee5dd;
	text-align: center;
}

.search_treatment .c-left-side__bg1 {
  background-color: #eddce9;
	width: 100%;
	float: left;
}


.search_treatment .c-left-side__bg1 .content-tile:before {
  background-color: #fce9f8;
}

.search_treatment .c-left-side__bg2 {
  background-color: #e3d8cf;
	width: 100%;
	float: left;
}

.search_treatment .c-left-side__bg2 .content-tile:before {
  background-color: #feefe2;
}

.search_treatment .c-left-side__bg2 li {
  /*height: 55px !important;*/
	line-height: 1.2;
}

.search_treatment .c-left-side .content-tile {
  padding-top: 30px;
  font-size: 2.4rem;
  color: #020202;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .search_treatment .c-left-side .content-tile {
    font-size: 1.67vw;
  }
}

.search_treatment .c-left-side .content-tile:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 4px;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .search_treatment .c-left-side .content-tile:before {
    width: 50%;
  }
}

.search_treatment .c-left-side ul {
  width: 83%;
  margin: 0 auto;
  padding: 30px 0 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_treatment .c-left-side ul li {
  background-color: #faf5f8;
  width: 19.2%;
  margin-bottom: 1%;
  height: 140px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	position: relative;
}
@media screen and (max-width: 767px) {
  .search_treatment .c-left-side ul li {
    width: 32%;
	margin-bottom: 2%;
  }
}

.search_treatment .c-left-side ul a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #242424;
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 1440px) {
  .search_treatment .c-left-side ul a {
    font-size: 1.1vw;
  }
}

.search_treatment .c-left-side ul li {
  margin-right: 1%;
	text-align: center;
}
@media screen and (max-width: 767px) {
  .search_treatment .c-left-side ul li {
 	margin-right: 2%;
  }
}
@media screen and (min-width: 768px) {
	.search_treatment .c-left-side ul li:nth-child(5n) {
  		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
  .search_treatment .c-left-side ul li:nth-child(3n) {
	margin-right: 0;
  }
}

.search_treatment img {
	width: 90px;
	height: auto;
	margin: 0 auto 6px;
	display: block;
}
@media screen and (max-width: 767px) {
  .search_treatment img {
	width: 80px;
  }
}
.search_treatment strong {
	font-size: 1.3rem;
	margin: auto;
	color: #666;
	display: block;
}
@media screen and (max-width: 767px) {
  .search_treatment strong {
	font-size: 1.0rem;
  }
}

/*------------------------------------------------------------
	追加
------------------------------------------------------------*/
.bottom_sps {
  height: 100px;
}
.osusume_list {
	width: 100%;
	padding: 30px 30px 0 30px;
	background-color: #fff;
	border: 6px solid #EDD8C3;
	box-sizing: border-box;
}
.osusume_list .content-left {
	width: 18%;
	float: left;
}
@media screen and (max-width: 767px) {
  .osusume_list .content-left {
	width: 60%;
	  float: none;
	  margin: auto;
  }
}
.osusume_list .content-left img {
	width: 100%;
	height: auto;
}

.osusume_list .content-right {
	width: 76%;
	float: right;
	padding-top: 0;
}
@media screen and (max-width: 767px) {
  .osusume_list .content-right {
	width: 100%;
  }
}

.osusume_list .c-title10 {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.osusume_list .content-text {
	font-size: 1.55rem;
	line-height: 1.8;
	padding-top: 0px;
	margin-bottom: 0;
}

.kochira {
	width: 260px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 40px auto 0;
	background-color: #D9C8AE;
}
@media screen and (max-width: 767px) {
  .kochira{
    width: 100%;
    box-sizing: border-box;
  }
}

.tax_link a {
	color: #333;
	text-decoration: none;
}

.point {
	border: 1px solid #EDD8C3;
	background-color: #fff;
	padding: 40px;
	padding-bottom: 40px;
	margin-left: 35px;
	margin-top: 20px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.point .c-title {
	font-size: 1.6rem;
	font-weight: bold;
}
.point .content-text {
	font-size: 1.3rem;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.p-treatment__content .point .content-right {
    width: 80%;
    padding-top: 0px;
    margin-left: 20px;
	margin-right: 20px;
}
	
@media screen and (max-width: 767px) {
	.p-treatment__content .point .content-right {
	margin: auto;
	}
	.point {
	margin-left: 14px;
}
}

	a,
a div {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover,
a div:hover{
	opacity: 0.5 ;
}

@media screen and (max-width: 767px) {
  img {
  	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
.p-treatment__content .content-right {
margin-left: 0px;
padding-top: 30px;
	margin-bottom:30px;
width: 100%;
}
}



/* 20190320 追加 */
.bottom_ti {
	display: none;
	background-color: #f7f2ee;
	padding: 60px 0;
}

.contact_tel {
	background-color: #fef2dc;
	padding: 20px 30px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	font-size: 1.8rem;
}
.contact_tel strong {
	font-size: 2.1rem;
}
.contact_tel span {
	font-size: 80%;
}
.contact_text {
	font-size: 140%;
	margin-top: 10px;
}

/*------------------------------------------------------------
  page-hospital
------------------------------------------------------------*/
.sidebar-hospital{
  padding: 70px 0 0;
  background: #ffedde;
}
@media screen and (max-width: 1440px){
  .sidebar-hospital{
    padding: 95px 0 0;
  }
  .sidebar-hospital .tit:before{
    top: -58px!important;
  }
}
@media screen and (max-width: 1024px){
  .sidebar-hospital{
    /*padding: 6.3vw 0 25px;*/
    padding: 0;
  }
}
.sidebar-hospital .tit{
  font-size: 24px;
  position: relative;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
@media screen and (max-width: 767px){
  .sidebar-hospital .tit {
    padding-top: 50px;
    font-size: 2rem!important;
    padding: 15px 0!important;
  }
}
.sidebar-hospital .tit:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 4px;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fffaf5;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
  .sidebar-hospital .tit:before {
    width: 50%;
  }
}
@media screen and (max-width: 1024px){
  .sidebar-hospital .tit{
       font-size: 2vw;
           /*font-size: 1.67vw;*/
    padding-top: 6.5vw;
  }
  .sidebar-hospital .tit:before {
    /*top: -3vw;*/
        top: 32px!important;
  }
}
@media screen and (max-width: 767px){
  .sidebar-hospital .tit:before {
    height: 0;
  }
}
@media screen and (max-width: 767px){
  .sidebar-hospital .tit:after {
    position: absolute;
    content: '';
    background: url(../img/down-arrow.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.sidebar-hospital ul{
  font-size: 13px;
  text-align: left;
  width: 46%;
  color: #242424;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px){
  .sidebar-hospital ul{
    width: 38%;
  }
}
.sidebar-hospital ul p{
  padding: 18px 0 5px;
}
.sidebar-hospital ul li{
 background-color: unset;
 width: 100%;
 margin-bottom: 5px;
 height: auto;
 display: block;
 display: block;
 display: block;
 float: none;
}
.sidebar-hospital ul li a{
  padding: 5px 0;
}

.p-hospital .content-left .c-title4{
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px){
  .p-hospital .content-left .c-title4{
    font-size: 2rem;
  }

}

/* president page, director page
------------------------------------------------------------*/
.p-hospital .content-president{
  margin-top: 70px;
  /*margin-top: 5.3vw;*/
}
@media screen and (max-width: 767px){
  .p-hospital .content-president{
    margin-top: 40px;
  }
}
.p-hospital .content-president .item{
  padding-bottom: 110px;
  /*padding-bottom: 7.8vw;*/
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item{
    padding-bottom: 60px;
  }
}
.p-hospital .content-president .item:last-child{
  padding-bottom: 180px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item:last-child{
    padding-bottom: 60px;
  }
}
.p-hospital .content-president .item .boxtext{
  float: left;
  width: 49%;
  margin-right: 4%;
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item .boxtext{
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.p-hospital .content-president .item .boxtext > p{
  font-size: 16px;
  line-height: 1.8;
  color: #242424;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item .boxtext > p{
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.p-hospital .content-president .item .boxtextarea{
  clear: both;
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item .boxtextarea{
    padding-top: 20px;
  }
}
.p-hospital .content-president .item .boxtextarea > p{
  font-size: 16px;
  line-height: 1.8;
  color: #242424;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item .boxtextarea > p{
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.p-hospital .content-president .item .sign{
  text-align: right;
  margin-top: 70px;
}
@media screen and (max-width: 1390px){
  .p-hospital .content-president .item .sign{
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item .sign{
    margin-top: -5px;
    padding-bottom: 20px;
  }
}
.p-hospital .content-president .item .boxtext span{
  font-weight: bold;
  font-size: 16px;
}
.p-hospital .content-president .item .boximg{
  float: left;
  width: 47%;
}
@media screen and (max-width: 767px){
  .p-hospital .content-president .item .boximg{
    float: none;
    width: 100%;
  }
}
.p-hospital .content-president .item .boximg img{
  width: 100%;
}

/* feature page
------------------------------------------------------------*/
.p-hospital .content-feature{
  margin-top: 40px;
}
.p-hospital .content-feature .item{
  padding-bottom: 60px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-feature .item{
    padding-bottom: 35px;
  }
}
.p-hospital .content-feature .item:last-child{
  padding-bottom: 180px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-feature .item:last-child{
    padding-bottom: 60px;
  }
}
.p-hospital .content-feature .item .boximg{
  float: left;
  width: 30.6%;
  margin-right: 10px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-feature .item .boximg{
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.p-hospital .content-feature .item .boximg img{
  width: 100%;
}
.p-hospital .content-feature .item .boxtext{
  float: left;
  width: calc(68.5% - 82px);
  padding: 0 30px 25px;
  border: 6px solid #fbedd8;
  min-height: 260px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-feature .item .boxtext{
    width: 100%;
    float: none;
    padding: 15px;
    box-sizing: border-box;
    border: 3px solid #fbedd8;
  }
}
.p-hospital .content-feature .item .boxtext .label{
  font-size: 13px;
  color: #fff;
  background: #907d6c;
  width: 268px;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px){
  .p-hospital .content-feature .item .boxtext .label{
    width: 100%;
  }
}
.p-hospital .content-feature .item .boxtext .title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 18px;
  position: relative;
}
@media screen and (max-width: 767px){
  .p-hospital .content-feature .item .boxtext .title{
    font-size: 2rem;
  }
}
.p-hospital .content-feature .item .boxtext .title:after{
  content: "";
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #251807; 
}
.p-hospital .content-feature .item .boxtext .text{
  font-size: 14px;
  padding-top: 20px;
}

/* guidance page
------------------------------------------------------------*/
.p-hospital .content-guidance{
  padding: 36px 0 100px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance{
    padding: 40px 0 30px;
  }
}
.p-hospital .content-guidance .item{
  float: left;
  width: 48%;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item{
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
.p-hospital .content-guidance .item:nth-child(even){
  float: right;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item:nth-child(even){
    float: none;
  }
}
.p-hospital .content-guidance .item .boximg img{
  width: 100%;
}
.p-hospital .content-guidance .item .boxtext{
  font-size: 19px;
  color: #fff;
  background: #917d6b;
  padding: 5px 0;
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item .boxtext{
    padding: 3px 0;
    margin-top: 8px;
    font-size: 16px;
  }
}

/* 20190713追加 */
.cp_contact {
	padding-bottom: 60px !important;
}
.cp_contact a {
	display: block;
	padding: 20px;
	background-color:#715374;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	text-decoration: none;
}


/*.p-hospital .content-guidance .item1{
  padding-bottom: 90px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item1{
    padding-bottom: 50px;
  }
}
.p-hospital .content-guidance .item1 .boxtext{
  float: left;
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item1 .boxtext{
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-hospital .content-guidance .item1 .boxtext .text{
  font-size: 14px;
  padding-top: 20px;
}
.p-hospital .content-guidance .item1 .boximg{
  float: left;
  width: calc(55% - 55px);
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item1 .boximg{
    width: 100%;
    float: none;
  }
}
.p-hospital .content-guidance .item1 .boximg img{
  width: 100%;
}

.p-hospital .content-guidance .item2{
  margin: 0 -8% 0 -8.5%;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item2{
    margin: 0 -8.5% 0 -13%;
    padding-bottom: 60px;
  }
}
.p-hospital .content-guidance .item2 .slider{
  background: #d9c8af;
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item2 .slider{
    padding: 20px 0 30px;
  }
}
.p-hospital .content-guidance .item2 .slider .slick-list{
  padding: 0 15%!important;
}
.p-hospital .content-guidance .item2 .slider .slick-slide{
  margin: 0 80px;
}
@media screen and (max-width: 1140px){
  .p-hospital .content-guidance .item2 .slider .slick-slide{
    margin: 0 5vw;
  }
}
.p-hospital .content-guidance .item2 .slider {
  width: 100%;
}
.p-hospital .content-guidance .item2 .slick-slide img {
  width: 100%;
}
.p-hospital .content-guidance .item2 .slider .textarea .title{
  font-size: 19px;
  color: #fff;
  background: #886232;
  text-align: center;
  padding: 8px 0;
  margin: 20px 0 16px;
}
@media screen and (max-width: 767px){
  .p-hospital .content-guidance .item2 .slider .textarea .title{
    margin: 10px 0 8px;
    padding: 5px 0;
    font-size: 18px;
  }
}
.p-hospital .content-guidance .item2 .slider .textarea .text{
  font-size: 14px;
  color: #4c4d4d;
}
.slick-prev:before, .slick-next:before{
  content: none!important;
}
.slick-prev, .slick-next{
  top: 38%!important;
  width: 77px!important;
  height: 78px!important;
  z-index: 10;
}
@media screen and (max-width: 1140px){
  .slick-prev, .slick-next{
    height: 17vw;
    width: 7.5vw!important;
    height: 7.5vw!important;
    top: 20vw!important;
  }
}
@media screen and (max-width: 767px){
  .slick-prev, .slick-next{
    top: 25vw!important;
  }
}
.slick-prev{
  left: 11.2%!important;
  background: url(../img/ic_prev.png) no-repeat!important;
  background-size: 100%!important;
}
@media screen and (max-width: 1140px) and (min-width: 768px){
  .slick-prev{
    left: 10%!important;
  }
}
.slick-next{
  right: 11.2%!important;
  background: url(../img/ic_next.png) no-repeat!important;
  background-size: 100%!important;
}
@media screen and (max-width: 1140px) and (min-width: 768px){
  .slick-next{
    right: 10%!important;
  }
}*/

/* 20200323 料金一覧CSS 追加 */
.content-box .price_list {
	padding: 0 20px 40px 20px;
	text-align: center;
	border: 1px solid #eee;
	background-color: #fef2dc;
	margin-bottom: 50px;
}
.price_list select {
	background-color: #fff;
	height: 36px;
    margin: auto;
    display: block;
	font-size: 130%;
}
@media screen and (max-width: 767px){
.price_list select {
	width: 100%;
}
}
/*
a.list_link {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	border: 1px solid #eee;
	background-color: #E3D8D0;
	color:#333;
	margin: 0 10px 10px 0;
    font-size: 130%;
	float: left;
}
*/
a.dtl_link {
	display: block;
	text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin: 40px auto 0;
    background-color: #D9C8AE;
	color:#333;
}



#sl_treatment_2 label {
	display: block;
	/*padding-left: 0;*/
}
#sl_treatment_2 label input {
	display: block;
	opacity: 100%;
  left: 0;
}

.multiselect-dropdown-arrow {
  padding-left: 0 !important;
  margin-left: -36px !important;
  margin-right: 0!important;
}
.multiselect-count {
  position: absolute !important;
  padding-left: 0 !important;
  margin-right:  0!important;
}
.multiselect-dropdown-arrow {
    position: absolute !important;
    width: 5px !important;
    height: 5px !important;
    border-left: 0 !important;
    border-right: 2px solid #000 !important;
    border-top: 0 !important;
    border-bottom: 2px solid #000 !important;
    transform: translateY(-50%) rotate(45deg);
    right: 2px;
    top: 55%;
    margin-top: -2px !important;
}
#sl_treatment_input.multiselect-input,
#sl_treatment_2_input.multiselect-input {
  border: 1px solid #bbb;
    height: 25px;
    font-size: 1.2rem;
    border-radius: 5px;
    padding-left: 2%;
    margin: 8px 15px 8px 0;
    padding: 0;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  #sl_treatment_input.multiselect-input,
  #sl_treatment_2_input.multiselect-input {
    height: 1.74vw;
    margin: 0.56vw 1.04vw 0.56vw 0;
    font-size: 0.83vw;
  }
}

#sl_treatment_2_input.multiselect-input, #sl_treatment_input.multiselect-input {
  width: 234px;
}
.multiselect-count {
  position: absolute !important;
  left: auto !important;
  right: 15px !important;
  top: 57% !important;
  transform: translateY(-50%) !important;
  padding: 0 4px !important;
  color: #fff;
}
@media screen and (max-width: 767px){
	.multiselect-count {
		top: 61% !important;
	}
	.multiselect-dropdown-arrow {
		top: 64%;
	}
}
.multiselect-input-div {
  position: relative;
	width: 225px;
}
.multiselect-wrapper {
  width: auto;
}

.treatment,
.today_treatment {
	margin-right: 43px;
}
.biko_text {
	font-size: 80%;
  margin-left: 43px;
} 

/* 20211227 森追加 */
.youtube_box {
  position: relative;
  width: 80%;
  padding-top: 45%;
	margin: 30px auto 30px;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px){
	.youtube_box {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-top: 56.25%;
		margin-top: 30px;
	}
}

/* access page
------------------------------------------------------------*/
.content-access .content-flex{
  margin-top: 40px;
}
@media screen and (max-width: 1024px){
  .content-flex{
    flex-direction: column;
  }
}
.content-flex__left{
  width: 53%;
}
@media screen and (max-width: 1024px){
  .content-flex__left{
    width: 100%;
  }
}
.content-flex__right{
  width: calc((100% - 53%) - 52px);
}
@media screen and (max-width: 1024px){
  .content-flex__right{
    width: 100%;
    margin-top: 20px;
  }
}
.content-flex__right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px){
  .content-flex__right img{
    height: auto;
  }
}
.content-desc{
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
.content-note{
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
.content-wrapper iframe{
  margin-top: 80px;
}


/* Edited 20240305 */
.c-groupbtn ul {
  position: fixed;
  z-index: 9999;
}
.c-groupbtn ul li {
  text-align: center;
}
.c-groupbtn ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.c-groupbtn ul li img {
  display: block;
  margin: 0 auto 5px;
}
.c-groupbtn ul li:nth-child(1) {
  background-color: #C9B79B;
}
.c-groupbtn ul li:nth-child(2) {
  background-color: #8262A0;
}
.c-groupbtn ul li:nth-child(3) {
  background-color: #3CB460;
}
.c-groupbtn ul li:nth-child(4) {
  background-color: #D94651;
}

@media screen and (min-width: 768px) {
  .c-groupbtn ul {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .c-groupbtn ul li {
    text-align: center;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .c-groupbtn ul li:nth-child(odd) {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .c-groupbtn ul li:nth-child(4) {
    border-bottom: 2px solid #fff;
  }
}

@media screen and (max-width: 767px){
  /* .c-groupbtn ul {
      display: flex;
      bottom: 0;
      width: 100%;
    } */
	/* css 16/10/2024 */
/*   .c-groupbtn ul {
		display: flex;
		bottom: 0;
		width: 95%;
		margin: 0 auto;
		display: none;
		position: relative;
	}
	.c-groupbtn-menu{
		padding-bottom: 70px;
	}
	.c-groupbtn.c-groupbtn-menu ul{
		display: flex;
		border-radius: 16px;
		overflow: hidden;
		z-index:2;
	}
  .c-groupbtn ul li a {
    font-size: 1.4rem;
  }
  .c-groupbtn ul li {
    width: calc(100% / 3);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .c-groupbtn ul li:nth-child(odd) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .c-groupbtn ul li:nth-child(4) {
    border-right: 2px solid #fff;
  } */

	/* edited css 25/03/2025 */
	.c-groupbtn ul {
		display: flex;
		bottom: 0;
		width:95%;
		position: relative;
		margin: 0 auto;
		visibility: visible;
		padding-bottom: 70px;
	}
	.c-groupbtn--fixed ul {
		width: 100%;
		position: fixed;
		border-radius: 16px;
		overflow: hidden;
		display:flex;
		left: 0;
		bottom: 0;
		
	}
	.c-groupbtn--fixed.is-hide ul {
		display: none;
	}
	.c-groupbtn-menu {
		padding-top: 70px;
		order:1;
	}
	.c-groupbtn.c-groupbtn-menu ul {
		display: flex;
		border-radius: 16px;
		overflow: hidden;
		order: 1;
		position: relative;
		width: 95%;
		margin: 0 auto;
	}

	.c-groupbtn ul li a {
		font-size: clamp(1.1rem,3.2vw,1.4rem);
	}
	.c-groupbtn ul li {
		width: calc(100% / 3);
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.c-groupbtn ul li:nth-child(odd) {
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.c-groupbtn ul li:nth-child(1) {
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
	}
	.c-groupbtn ul li:nth-child(4) {
		border-right: 2px solid #fff;
		border-top-right-radius: 16px;
		border-bottom-right-radius: 16px;
	}
}