/* CSS Document */
.pc_header {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc_header {
      display: block;
      background: url("../images/main_img.png") no-repeat center top;
      background-size: cover;
      height: 840px;
      min-height: 840px;
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  @media screen and (min-width: 768px) {
    .pc_header img {
      padding-right: 150px; } }

.sp_header {
  max-width: 100%;
  max-height: 100%;
  height: 400px;
  display: block;
  background: url("../images/main_img.png") no-repeat center top;
  background-position: left 20% top 0px;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .sp_header {
      display: none; } }

.sp_maintxt {
  background: #1b1b18;
  text-align: center;
  padding-bottom: 60px; }
  .sp_maintxt img {
    max-width: 50%;
    margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .sp_maintxt {
      display: none; } }

.btn_home {
  background: #b87823;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  display: block; }
  @media screen and (min-width: 768px) {
    .btn_home {
      padding: 10px 15px;
      width: auto;
      display: inline-block; } }

.contentarea {
  max-width: 1600px;
  margin: 0 auto; }

.maingoldline {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 13px;
  background: url("../images/main_line.png") repeat-x center top; }

.name {
  background: url("../images/nav_mark.png") no-repeat left center;
  padding-left: 60px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .name img {
    width: 90px; }
    @media screen and (min-width: 768px) {
      .name img {
        width: 182px; } }

.language {
  padding: 5px 0;
  font-size: 12px;
  font-family: "TimesNewRoman","Times New Roman","Times,Baskerville","Georgia",serif;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .language {
      padding: 20px 0;
      font-size: 14px;
      letter-spacing: 0.15rem; } }
  .language_select {
    color: #b87823; }

.btn_contact {
  background: url("../images/btn_contact.png") no-repeat center center;
  width: 100%;
  display: inline-block;
  height: 40px;
  max-width: 235px;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .btn_contact {
      width: 235px;
      margin: 0 auto; } }
  .btn_contact:hover {
    background: url("../images/btn_contact_r.png") no-repeat center center;
    display: inline-block;
    width: 100%;
    max-width: 235px;
    height: 40px;
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .btn_contact:hover {
        width: 235px; } }

.card {
  border: none;
  max-width: 580px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif; }
  .card img {
    max-width: 100%; }
  .card_name {
    color: #b87823;
    font-size: 16px; }
  .card_text {
    color: #808080;
    font-size: 15px;
    line-height: 30px; }
  .card_agent {
    margin-top: 200px; }
    .card_agent .plate {
      font-size: 24px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      border: 3px solid #b87823;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px;
      width: 100%; }

.service {
  width: 100%;
  margin: 100px auto 0;
  width: 100%;
  text-align: center; }
  .service h2 {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #b87823; }
    .service h2:before {
      content: "";
      display: block;
      margin: 10px auto;
      background: url("../images/title_service.png") no-repeat center center;
      height: 31px; }
    .service h2:after {
      content: "";
      width: 35px;
      height: 2px;
      margin: 20px auto;
      display: block;
      background: #707070; }
  .service .back {
    padding: 50px 0;
    background: url("../images/service_bg_pattern.png"); }
  .service h3 {
    color: #b87823;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif; }
    .service h3.beauty:before {
      content: "";
      width: 100%;
      height: 470px;
      display: block;
      background: url("../images/img_beauty.png") no-repeat center center;
      background-size: cover;
      margin-bottom: 30px; }
    .service h3.beauty:after {
      content: "";
      display: block;
      margin-top: 30px;
      background: url("../images/service_h3_border.png"), url("../images/title_beauty.png");
      background-repeat: no-repeat,no-repeat;
      background-position: top 0px center,top 40px center;
      height: 80px; }
    .service h3.medicine:before {
      content: "";
      width: 100%;
      height: 470px;
      display: block;
      background: url("../images/img_medicine.png") no-repeat center center;
      background-size: cover;
      margin-bottom: 30px; }
    .service h3.medicine:after {
      content: "";
      display: block;
      margin-top: 30px;
      background: url("../images/service_h3_border.png"), url("../images/title_medicine.png");
      background-repeat: no-repeat,no-repeat;
      background-position: top 0px center,top 40px center;
      width: 100%;
      height: 80px; }
    .service h3.consulting:before {
      content: "";
      width: 100%;
      height: 470px;
      display: block;
      background: url("../images/img_consulting.png") no-repeat center center;
      background-size: cover;
      margin-bottom: 30px; }
    .service h3.consulting:after {
      content: "";
      display: block;
      margin-top: 30px;
      background: url("../images/service_h3_border.png"), url("../images/title_consulting.png");
      background-repeat: no-repeat,no-repeat;
      background-position: top 0px center,top 40px center;
      height: 80px; }
  .service h4 {
    font-family: 'Noto Serif JP', serif;
    color: #808080;
    font-size: 16px;
    padding: 1rem 0; }
  .service ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 1rem; }
    .service ul li {
      font-family: 'Noto Serif JP', serif;
      font-size: 14px;
      color: #808080;
      padding: 0.5rem 0; }

.about {
  width: 100%;
  text-align: center;
  max-width: 580px;
  margin: 100px auto 0;
  font-family: 'Noto Serif JP', serif; }
  .about h2 {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #b87823; }
    .about h2:before {
      content: "";
      display: block;
      margin: 10px auto;
      background: url("../images/title_about.png") no-repeat center center;
      height: 31px; }
    .about h2:after {
      content: "";
      width: 35px;
      height: 2px;
      margin: 20px auto;
      display: block;
      background: #707070; }
  .about .btn_contact2 {
    width: 100%;
    height: 290px;
    max-width: 550px;
    max-height: 2900px;
    display: inline-block;
    background: url("../images/btn_contact2.png") no-repeat center center;
    background-size: cover; }
    .about .btn_contact2:hover {
      background: url("../images/btn_contact2_r.png") no-repeat center center;
      background-size: cover; }

.therapy {
  margin:120px 0;
}

.therapy .language_list {
  cursor:pointer;
  font-size: 20px;
}
@media screen and (min-width:768px) {
  .therapy .language_list {
    font-size: 12px;
  }
}

.therapy .language_list.is_select {
  color:#b87823;
}

.therapy h2 {
  color:#b87823;
  font-size:25px;
  margin:50px 0;
}

.therapy h3 {
  color:#808080;
  font-size:15px;
  text-align: center;
  margin-bottom:10px;
}

.therapy p {
  color:#808080;
  margin-bottom: 40px;
}

.therapy li {
  color:#808080;
  margin-bottom: 1rem;
  list-style: none;
}

.therapy .clinic_wrap {
  border-radius: 3px;
  box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.3);
  width: 100%;
}
@media screen and (min-width:768px) {
  .therapy .clinic_wrap {
    width: 30%;
  }
}

.wamiles {
  background: url("../images/foot_img.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 730px;
  min-height: 730px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif; }
  .wamiles .frame1 {
    max-width: 380px;
    background: white;
    marginj: 0 auto;
    border: 5px solid black;
    padding: 20px; }
    .wamiles .frame1 .frame2 {
      border: 1px solid black;
      padding: 20px; }
      .wamiles .frame1 .frame2 .title {
        font-size: 32px;
        text-align: center; }
      .wamiles .frame1 .frame2 h2 {
        margin-top: 5px;
        font-size: 14px;
        text-align: center; }
      .wamiles .frame1 .frame2 .text {
        margin-top: 30px;
        color: #808080;
        letter-spacing: 0.3rem;
        line-height: 30px; }
        .wamiles .frame1 .frame2 .text:after {
          content: "";
          background: url("../images/wamiles_arrow.png") no-repeat center center;
          display: block;
          width: 100%;
          height: 15px; }

.gotop {
  width: 100%;
  padding: 50px 0;
  background: url("../images/gotop_line.png") no-repeat center center; }
  .gotop .btn_gotop {
    display: block;
    width: 100%;
    height: 50px;
    background: url("../images/gotop.png") no-repeat center center; }

.footgoldline {
  padding: 0;
  margin: 0;
  background: url("../images/foot_line.png") no-repeat center center;
  height: 13px;
  width: 100%;
  background-size: 100% 100%; }

footer {
  font-family: 'Noto Serif JP', serif;
  background: #212121;
  color: #dbb46f;
  padding-top: 50px;
  text-align: center; }
  footer a {
    color: #dbb46f;
    text-decoration: none; }
    footer a:hover {
      color: #dbb46f;
      text-decoration: underline; }
  footer .copy {
    margin-top: 30px;
    font-size: 9px; }

.contactform {
  width: 100%;
  text-align: center;
  max-width: 580px;
  margin: 100px auto 0;
  font-family: 'Noto Serif JP', serif; }
  .contactform h2 {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #b87823; }
    .contactform h2:before {
      content: "";
      display: block;
      margin: 10px auto;
      background: url("../images/title_contact.png") no-repeat center center;
      height: 31px; }
    .contactform h2:after {
      content: "";
      width: 35px;
      height: 2px;
      margin: 20px auto;
      display: block;
      background: #707070; }
  .contactform .form_title {
    margin-top: 1.5rem;
    display: block;
    text-align: left;
    color: #dbb46f;
    line-height: 1.5rem; }
  .contactform input[type=text] {
    width: 100%;
    border: 1px solid #b87823;
    padding: 0.25rem; }
  .contactform textarea {
    width: 100%;
    height: 8rem;
    border: 1px solid #b87823;
    padding: 0.25rem; }
  .contactform input[type=radio] {
    border-color: #b87823; }
  .contactform select {
    width: 100%;
    border: 1px solid #b87823;
    padding: 0.25rem; }
  .contactform .contactarea {
    max-width: 800px;
    margin: 0 auto; }
    .contactform .contactarea .contact_text {
      color: #808080; }
    .contactform .contactarea .contact_radio {
      display: none; }
    .contactform .contactarea .contact_radio + label {
      padding-left: 30px;
      position: relative;
      margin-right: 30px; }
    .contactform .contactarea .contact_radio + label::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 26px;
      border: 1px solid #b87823;
      border-radius: 50%; }
    .contactform .contactarea .contact_radio:checked + label {
      color: #b87823; }
    .contactform .contactarea .contact_radio:checked + label::after {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 8px;
      width: 10px;
      height: 10px;
      background: #b87823;
      border-radius: 50%; }

.btn_submit {
  margin: 20px auto 0;
  display: block; }

.privacy {
  border: 1px solid #b87823;
  padding: 10px;
  width: 100%;
  overflow-y: scroll;
  display: block;
  height: 300px;
  line-height: 1.8rem;
  font-size: 12px; }
