@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

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

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left;
  font-weight: 500; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.align_left {
  text-align: left !important; }

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

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; } }
@keyframes animationbtn_sp {
  0% {
    box-shadow: 0 3px 0 #bc5101;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  20% {
    box-shadow: 0 3px 0 #bc5101;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  40% {
    box-shadow: 0 3px 0 #bc5101;
    top: 0px; } }
/*
.cta_btn {
    position: relative;
	max-width: 700px;
    margin: 0 auto 3px;
    background: $red;
    box-shadow: 0 3px 0 #bc5101;
    @include radius;
    @include transition;
    @include mediaPC {
        margin: 0 auto 5px;
        box-shadow: 0 5px 0 #bc5101;
        @include radius(10px);
        &:hover {
            opacity: .75;
        }
    }
    &.shiny {
        overflow: hidden;
        &::after {
            content: '';
            position: absolute;
            top: -100px;
            left: -100px;
            width: 50px;
            height: 50px;
            background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
            animation-name: shiny;
            animation-duration: 4s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            pointer-events: none;
            z-index: 10;
        }
    }
    a {
        display: block;
        padding: 20px 5px;
        text-decoration: none;
        line-height: 1.4;
        color: #fff!important;
        font-weight: 700;
        @include fs(20);
        text-align: center;
        @include mediaSP {
            padding: 15px 5px;
            @include fs(17.5);
        }
    }
    &.animation {
        animation: animationbtn 2s infinite;
        @include mediaSP {
            animation: animationbtn_sp 2s infinite;
        }
    }
}
*/
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e1e1e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.7; }

.wrapper {
  width: 100%;
  min-width: 1100px; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      min-width: 100%; } }

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

a {
  color: #fff;
  text-decoration: none; }
  a.link {
    text-decoration: underline;
    color: #09F; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #1e1e1e;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.hover * {
  transition: all 0.3s ease-out; }

.hover:hover * {
  opacity: .8;
  filter: brightness(1.05) contrast(1.05); }

.blue {
  color: #0a499c; }

.marker {
  background: linear-gradient(transparent 60%, #f5e8c2 60%); }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

/* ------------------------------
page_top
------------------------------ */
.page_top {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(10, 73, 156, 0.9);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  transition: 0s; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 5%;
      right: 2%;
      width: 40px;
      height: 40px;
      font-size: 22px; } }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
    @media only screen and (max-width: 768px) {
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }
  .page_top:hover {
    opacity: .7; }

/* ------------------------------
header
------------------------------ */
#header {
  /*position: fixed;*/
  height: 120px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    #header {
      height: auto; } }
  #header .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px; }
    @media only screen and (max-width: 768px) {
      #header .inner {
        padding: 0 10px; } }
  #header .h_line {
    background: #b69c53; }
    #header .h_line p {
      color: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 25px; }
      @media only screen and (max-width: 768px) {
        #header .h_line p {
          font-size: 9px;
          font-size: 0.9rem;
          line-height: 15px; } }
  #header .h_main {
    background: #fff; }
    #header .h_main .inner {
      padding: 15px 20px; }
      @media only screen and (max-width: 768px) {
        #header .h_main .inner {
          padding: 10px; } }
      #header .h_main .inner .flex_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
    #header .h_main .logo {
      max-width: 328px; }
      @media screen and (max-width: 1100px) {
        #header .h_main .logo {
          width: 270px; } }
      @media only screen and (max-width: 768px) {
        #header .h_main .logo {
          width: 200px;
          margin-right: 10px; } }
    #header .h_main .pc_hour {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      font-size: 12px;
      font-size: 1.2rem; }
      @media screen and (max-width: 900px) {
        #header .h_main .pc_hour {
          display: none; } }
      #header .h_main .pc_hour .ttl {
        color: #b69c53; }
      #header .h_main .pc_hour table th {
        padding: 0 10px;
        text-align: right; }
    #header .h_main .h_contact {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      #header .h_main .h_contact .btn {
        width: 200px; }
        @media screen and (max-width: 1100px) {
          #header .h_main .h_contact .btn {
            width: 150px; } }
        @media only screen and (max-width: 768px) {
          #header .h_main .h_contact .btn {
            width: 120px; } }
        #header .h_main .h_contact .btn + .btn {
          margin-left: 5px; }
        #header .h_main .h_contact .btn a {
          display: block;
          background: #fff;
          border: #b69c53 1px solid;
          border-radius: 3px;
          color: #b69c53;
          text-align: center;
          font-family: "Zen Old Mincho", serif;
          font-size: 20px;
          font-size: 2rem;
          line-height: 50px;
          font-weight: 600; }
          @media screen and (max-width: 1100px) {
            #header .h_main .h_contact .btn a {
              font-size: 15px;
              font-size: 1.5rem; } }
          @media only screen and (max-width: 768px) {
            #header .h_main .h_contact .btn a {
              padding: 8px 0;
              font-size: 17px;
              font-size: 1.7rem;
              line-height: 1.2; } }
          #header .h_main .h_contact .btn a span {
            position: relative;
            padding-left: 25px; }
            @media only screen and (max-width: 768px) {
              #header .h_main .h_contact .btn a span {
                padding-left: 20px; } }
            #header .h_main .h_contact .btn a span::before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%);
              width: 15px;
              height: 23px;
              background: url("img/ico_tel.png") no-repeat left top/100% auto; }
              @media only screen and (max-width: 768px) {
                #header .h_main .h_contact .btn a span::before {
                  left: 5px;
                  width: 15px;
                  height: 23px; } }
      #header .h_main .h_contact .web a {
        background: linear-gradient(90deg, #a42121 0%, #db5656 100%);
        border-color: #b53a3a;
        color: #fff; }
        #header .h_main .h_contact .web a span::before {
          width: 18px;
          height: 20px;
          background-image: url("img/ico_web.png"); }
          @media only screen and (max-width: 768px) {
            #header .h_main .h_contact .web a span::before {
              left: 10px;
              width: 18px;
              height: 20px; } }
    @media only screen and (max-width: 768px) {
      #header .h_main #header .h_main .sp_hour {
        margin-top: 8px; }
      #header .h_main #header .h_main .sp_hour a {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding: 5px;
        border: #b69c53 1px solid;
        border-radius: 5px; }
      #header .h_main #header .h_main .sp_hour .tel {
        position: relative;
        margin-right: 20px;
        padding-left: 20px;
        color: #b69c53;
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Zen Old Mincho", serif; }
      #header .h_main #header .h_main .sp_hour .tel::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 15px;
        height: 23px;
        background: url("img/ico_tel.png") no-repeat left top/100% auto; }
      #header .h_main #header .h_main .sp_hour ul {
        color: #b69c53;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3; }
      #header .h_main #header .h_main .sp_hour ul li span {
        display: inline-block;
        width: 65px;
        margin-right: 10px;
        text-align: right;
        white-space: nowrap; } }

/* ------------------------------
footer
------------------------------ */
#footer .inner {
  max-width: 940px;
  margin: 0 auto; }
#footer .f_note {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    #footer .f_note {
      font-size: 14.375px;
      font-size: 1.4375rem; } }
  #footer .f_note .inner {
    padding: 45px 20px; }
    @media only screen and (max-width: 768px) {
      #footer .f_note .inner {
        padding: 25px 10px; } }
#footer .f_privacy {
  background: #b69c53;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    #footer .f_privacy {
      font-size: 10px;
      font-size: 1rem; } }
  #footer .f_privacy .inner {
    padding: 10px 20px; }
    @media only screen and (max-width: 768px) {
      #footer .f_privacy .inner {
        padding: 5px 10px; } }
  #footer .f_privacy .ttl {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #footer .f_privacy .ttl {
        font-size: 14.375px;
        font-size: 1.4375rem; } }

/* ------------------------------
contents
------------------------------ */
section .inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto; }

/* ------------------------------
ttl
------------------------------ */
.main_ttl {
  margin-bottom: 35px;
  padding: 20px 0 24px;
  background: url("img/ttl_bg_pc.png") no-repeat center center/100% 100%;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      margin-bottom: 30px;
      padding: 15px 0 18px;
      background-image: url("img/ttl_bg_sp.png");
      font-size: 30px;
      font-size: 3rem; } }
  .main_ttl span {
    font-size: 80%; }

.sub_ttl {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem; }
  @media only screen and (max-width: 768px) {
    .sub_ttl {
      font-size: 28.125px;
      font-size: 2.8125rem; } }
  .sub_ttl span {
    border-bottom: 1px solid #b69c53; }

.cont_ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .cont_ttl {
      font-size: 18.125px;
      font-size: 1.8125rem;
      line-height: 1.333; } }

.fukidashi_ttl {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  padding: 3px 15px;
  background: #0a499c;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: -.01em; }
  @media only screen and (max-width: 768px) {
    .fukidashi_ttl {
      padding: 3px; } }
  .fukidashi_ttl::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 16px solid #0a499c;
    border-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .fukidashi_ttl::after {
        bottom: -10px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 11px solid #0a499c; } }
  .fukidashi_ttl.gold {
    background: #a2833e; }
    .fukidashi_ttl.gold::after {
      border-top-color: #a2833e; }
  .fukidashi_ttl span {
    font-size: 70%; }

.bar_ttl {
  margin-bottom: 40px;
  padding: 3px 0;
  background: #0a499c;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .bar_ttl {
      margin-bottom: 25px;
      padding: 2px 0 5px;
      font-size: 28.125px;
      font-size: 2.8125rem; } }
  .bar_ttl span {
    font-size: 80%; }

/* ------------------------------
answer
------------------------------ */
.answer {
  position: relative;
  max-width: 800px;
  margin: 100px auto 0;
  padding: 5px 0;
  background: #94a9cb;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .answer {
      margin-top: 60px; } }
  .answer::before {
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 55px;
    background: url("img/ico_arrow.png") no-repeat left top/100% auto; }
    @media only screen and (max-width: 768px) {
      .answer::before {
        top: -45px;
        width: 22px;
        height: 35px; } }

/* ------------------------------
point_box
------------------------------ */
.point_box {
  position: relative;
  max-width: 800px;
  margin: 20px auto 0;
  padding: 40px 20px 30px;
  background: #f0f4fd; }
  @media only screen and (max-width: 768px) {
    .point_box {
      margin-top: 15px;
      padding: 35px 15px 25px;
      font-size: 17.5px;
      font-size: 1.75rem; } }
  .point_box .fukidashi_ttl {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 30px;
    font-size: 20px;
    font-size: 2rem;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .point_box .fukidashi_ttl {
        top: -15px;
        padding: 3px 20px; } }
  .point_box .large {
    margin-top: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif; }
    @media only screen and (max-width: 768px) {
      .point_box .large {
        margin-top: 0;
        font-size: 23.75px;
        font-size: 2.375rem; } }
    .point_box .large strong {
      font-size: 45px;
      font-size: 4.5rem;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .point_box .large strong {
          font-size: 37.5px;
          font-size: 3.75rem; } }
  .point_box p {
    font-weight: 400; }
    .point_box p strong {
      font-weight: 700; }

/* ------------------------------
info_box
------------------------------ */
.info_box {
  background: #b69c53; }
  .info_box .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    max-width: 820px !important;
    margin: 0 auto;
    padding: 40px 20px; }
    @media only screen and (max-width: 768px) {
      .info_box .inner {
        display: inherit;
        padding: 30px 20px 25px; } }
  .info_box .logo {
    width: 252px;
    margin-right: 50px; }
    @media only screen and (max-width: 768px) {
      .info_box .logo {
        width: 225px;
        margin: 0 auto 15px; } }
  .info_box .details {
    width: calc(100% - 302px);
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .info_box .details {
        width: 100%; } }
    .info_box .details .tel {
      margin-bottom: 20px;
      font-family: "Zen Old Mincho", serif;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 600;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .info_box .details .tel {
          font-size: 21.875px;
          font-size: 2.1875rem; } }
      .info_box .details .tel span {
        border-bottom: 1px solid #fff;
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          .info_box .details .tel span {
            font-size: 34.375px;
            font-size: 3.4375rem; } }
      .info_box .details .tel .number strong {
        font-size: 45px;
        font-size: 4.5rem; }
        @media only screen and (max-width: 768px) {
          .info_box .details .tel .number strong {
            font-size: 45.625px;
            font-size: 4.5625rem; } }
    .info_box .details .hour .ttl {
      text-align: center; }
      .info_box .details .hour .ttl span {
        padding: 0 5px;
        border: 1px solid #fff;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          .info_box .details .hour .ttl span {
            padding: 5px;
            line-height: 1.3;
            font-size: 16.875px;
            font-size: 1.6875rem; } }
    .info_box .details .hour ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .info_box .details .hour ul {
          display: inherit;
          text-align: center; } }
      .info_box .details .hour ul li {
        width: 55%;
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (max-width: 768px) {
          .info_box .details .hour ul li {
            width: 100% !important;
            font-size: 16.875px;
            font-size: 1.6875rem; }
            .info_box .details .hour ul li span {
              display: inline-block;
              width: 105px;
              margin-right: 20px;
              text-align: right; } }
        .info_box .details .hour ul li:nth-child(2) {
          width: 45%; }
    .info_box .details .hour .note {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .info_box .details .hour .note {
          font-size: 12.5px;
          font-size: 1.25rem;
          text-align: center; } }

/* ------------------------------
fv
------------------------------ */
#fv {
  height: 480px;
  background: url(img/fv_bg_pc.jpg) no-repeat top center/cover; }
  @media only screen and (max-width: 768px) {
    #fv {
      height: auto;
      background: none; } }
  #fv .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 42px 0; }
    @media only screen and (max-width: 768px) {
      #fv .inner {
        padding: 0; } }

/* ------------------------------
worry
------------------------------ */
#worry .inner {
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    #worry .inner {
      padding: 30px 10px 40px; } }
#worry .img {
  margin: 0 auto 20px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #worry .img {
      margin: 0 auto 15px; } }
#worry .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center; }
  #worry .txt .box {
    position: relative;
    width: 460px;
    margin: 10px auto 0;
    padding: 25px 0 35px;
    background: #b69c53;
    font-family: "Zen Old Mincho", serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      #worry .txt .box {
        width: calc(100% - 20px);
        margin: 15px auto 0;
        padding: 20px 0 30px;
        font-size: 25px;
        font-size: 2.5rem; } }
    #worry .txt .box::before {
      content: '';
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #fff; }
      @media only screen and (max-width: 768px) {
        #worry .txt .box::before {
          left: 10px;
          bottom: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px); } }
    #worry .txt .box span {
      font-size: 32px;
      font-size: 3.2rem; }
      #worry .txt .box span strong {
        font-size: 40px;
        font-size: 4rem; }

/* ------------------------------
part
------------------------------ */
#part .inner {
  padding: 20px 20px 30px; }
  @media only screen and (max-width: 768px) {
    #part .inner {
      padding: 0 20px; } }
#part h3 {
  margin: 10px 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #0a499c; }
  @media only screen and (max-width: 768px) {
    #part h3 {
      margin-bottom: 20px;
      font-size: 23.75px;
      font-size: 2.375rem; } }
#part .lead {
  margin: 0 auto 15px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #part .lead {
      width: 100%;
      font-size: 16.875px;
      font-size: 1.6875rem; } }
#part .sub_ttl {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    #part .sub_ttl {
      font-size: 28.125px;
      font-size: 2.8125rem; } }
  #part .sub_ttl span {
    border: solid 2px #0a499c;
    padding: 3px 30px; }
#part .img {
  margin: 0 0 0 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #part .img {
      margin: 0 auto;
      text-align: center; } }

/* ------------------------------
stage
------------------------------ */
#stage .inner {
  padding: 20px 20px 60px; }
  @media only screen and (max-width: 768px) {
    #stage .inner {
      padding: 35px 20px 40px; } }
#stage h3 {
  margin: 10px 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #0a499c; }
  @media only screen and (max-width: 768px) {
    #stage h3 {
      margin-bottom: 10px;
      font-size: 23.75px;
      font-size: 2.375rem; } }
#stage .sub_ttl {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    #stage .sub_ttl {
      margin-bottom: 20px;
      font-size: 28.125px;
      font-size: 2.8125rem; } }
  #stage .sub_ttl span {
    border: solid 2px #0a499c;
    padding: 3px 30px; }
#stage .img {
  margin: 0 auto;
  text-align: center; }
#stage .answer {
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #stage .answer {
      margin-top: 10px; } }
  #stage .answer::before {
    content: none; }

/* ------------------------------
about
------------------------------ */
#about {
  background: #f3f3f3; }
  #about .inner {
    padding: 40px 20px 50px; }
    @media only screen and (max-width: 768px) {
      #about .inner {
        padding: 35px 20px 40px; } }
  #about h3 {
    margin-bottom: 30px;
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    color: #0a499c; }
    @media only screen and (max-width: 768px) {
      #about h3 {
        margin-bottom: 20px;
        font-size: 23.75px;
        font-size: 2.375rem; } }
  #about .txt {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding-left: 200px; }
    @media only screen and (max-width: 768px) {
      #about .txt {
        width: 100%;
        padding-left: 110px; } }
    #about .txt::before {
      z-index: 1;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 182px;
      height: 199px;
      background: url("img/ico_woman.png") no-repeat left top/100% auto; }
      @media only screen and (max-width: 768px) {
        #about .txt::before {
          left: -10px;
          bottom: 15px;
          width: 126px;
          height: 139px; } }
    #about .txt p {
      position: relative;
      width: 400px;
      padding: 30px;
      background: #fff;
      border: 1px solid #0a499c;
      border-radius: 10px;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        #about .txt p {
          width: 100%;
          padding: 15px;
          font-size: 16.875px;
          font-size: 1.6875rem; } }
      #about .txt p::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -18px;
        transform: translateY(-50%);
        width: 19px;
        height: 15px;
        background: url("img/ico_fukidashi.png") no-repeat left top/100% auto; }

/* ------------------------------
immunity
------------------------------ */
#immunity .inner {
  padding: 45px 100px; }
  @media only screen and (max-width: 768px) {
    #immunity .inner {
      padding: 35px 20px; } }
#immunity .img {
  margin: 0 auto;
  text-align: center; }

/* ------------------------------
combined
------------------------------ */
#combined .inner {
  padding: 45px 100px 70px; }
  @media only screen and (max-width: 768px) {
    #combined .inner {
      padding: 35px 20px 50px; } }
#combined .flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  #combined .flex_wrap .img {
    width: 200px;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      #combined .flex_wrap .img {
        width: 40%;
        margin-right: 20px; } }
  @media only screen and (max-width: 768px) {
    #combined .flex_wrap .txt {
      font-size: 16.875px;
      font-size: 1.6875rem; } }

/* ------------------------------
results
------------------------------ */
@media only screen and (max-width: 768px) {
  #results .inner {
    padding: 0 10px; } }
#results .cont {
  padding: 0 100px 50px; }
  @media only screen and (max-width: 768px) {
    #results .cont {
      padding: 0 10px 45px; } }
  #results .cont .img {
    margin: 30px auto 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #results .cont .img {
        margin-top: 20px; } }

/* ------------------------------
therapy
------------------------------ */
#therapy .inner {
  padding: 0 0 30px; }
  @media only screen and (max-width: 768px) {
    #therapy .inner {
      padding: 0 10px 20px; } }
#therapy .main_ttl {
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    #therapy .main_ttl {
      margin-bottom: 40px; } }
#therapy .cont {
  padding: 0 100px 55px; }
  @media only screen and (max-width: 768px) {
    #therapy .cont {
      padding: 0 10px 40px; } }
  #therapy .cont .point_box {
    margin-top: 60px; }
    @media only screen and (max-width: 768px) {
      #therapy .cont .point_box {
        margin-top: 50px; } }
    #therapy .cont .point_box.align_center {
      width: 500px;
      margin: 0 auto 40px; }
      @media only screen and (max-width: 768px) {
        #therapy .cont .point_box.align_center {
          width: inherit;
          margin-bottom: 20px; } }
      #therapy .cont .point_box.align_center p {
        font-weight: 500; }
  #therapy .cont .flex_wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      #therapy .cont .flex_wrap {
        display: inherit; } }
    #therapy .cont .flex_wrap .img {
      width: 357px;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        #therapy .cont .flex_wrap .img {
          width: 80%;
          margin: 0 auto 25px; } }
    #therapy .cont .flex_wrap .txt {
      width: calc(100% - 377px); }
      @media only screen and (max-width: 768px) {
        #therapy .cont .flex_wrap .txt {
          width: 100%; } }
      #therapy .cont .flex_wrap .txt h4 {
        margin-bottom: 10px;
        padding: 3px 15px;
        background: #b69c53;
        font-family: "Zen Old Mincho", serif;
        font-size: 20px;
        font-size: 2rem;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          #therapy .cont .flex_wrap .txt h4 {
            margin-bottom: 5px;
            padding: 0 10px;
            font-size: 18.75px;
            font-size: 1.875rem; } }
      #therapy .cont .flex_wrap .txt p {
        padding: 0 20px;
        font-weight: 400; }
        @media only screen and (max-width: 768px) {
          #therapy .cont .flex_wrap .txt p {
            padding: 0;
            font-size: 16.875px;
            font-size: 1.6875rem; } }
        #therapy .cont .flex_wrap .txt p + h4 {
          margin-top: 30px; }
          @media only screen and (max-width: 768px) {
            #therapy .cont .flex_wrap .txt p + h4 {
              margin-top: 25px; } }
  #therapy .cont .img {
    margin: 20px auto 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #therapy .cont .img {
        width: 73%;
        margin: 15px auto 0; } }

/* ------------------------------
feature
------------------------------ */
#feature .inner {
  padding: 0 0 65px; }
  @media only screen and (max-width: 768px) {
    #feature .inner {
      padding: 0 10px 50px; } }
#feature .main_ttl {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    #feature .main_ttl {
      margin-bottom: 35px; } }
#feature ul {
  padding: 0 100px; }
  @media only screen and (max-width: 768px) {
    #feature ul {
      padding: 0; } }
  #feature ul li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    @media only screen and (max-width: 768px) {
      #feature ul li {
        display: inherit; } }
    #feature ul li + li {
      margin-top: 45px; }
      @media only screen and (max-width: 768px) {
        #feature ul li + li {
          margin-top: 30px; } }
    #feature ul li .img {
      width: 410px;
      margin-right: 30px; }
      @media only screen and (max-width: 768px) {
        #feature ul li .img {
          display: flex;
          width: 100%;
          margin: 0 0 10px 0; }
          #feature ul li .img div {
            width: 185px;
            margin: 0 10px 5px 0; } }
    #feature ul li:nth-child(even) {
      flex-direction: row-reverse; }
      #feature ul li:nth-child(even) .img {
        margin: 0 0 0 30px; }
        @media only screen and (max-width: 768px) {
          #feature ul li:nth-child(even) .img {
            flex-direction: row-reverse;
            margin: 0 0 10px 0; }
            #feature ul li:nth-child(even) .img div {
              margin: 0 0 5px 10px; } }
      @media only screen and (max-width: 768px) {
        #feature ul li:nth-child(even) .txt {
          padding: 0 16.67% 0 0; } }
    #feature ul li h3 {
      margin-bottom: 10px;
      font-family: "Zen Old Mincho", serif; }
      @media only screen and (max-width: 768px) {
        #feature ul li h3 {
          width: calc(100% - 195px);
          margin-bottom: 0; } }
      #feature ul li h3 i {
        display: block;
        margin-bottom: 10px;
        color: #aa8c47;
        font-size: 35px;
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          #feature ul li h3 i {
            margin-bottom: 5px;
            font-size: 37.5px;
            font-size: 3.75rem; } }
      #feature ul li h3 span {
        position: relative;
        display: block;
        padding-left: 15px;
        color: #0a499c;
        font-weight: 500;
        font-size: 22px;
        font-size: 2.2rem; }
        @media only screen and (max-width: 768px) {
          #feature ul li h3 span {
            padding-left: 10px;
            font-size: 23.75px;
            font-size: 2.375rem; } }
        #feature ul li h3 span::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 5px;
          height: 95%;
          background: #0a499c; }
          @media only screen and (max-width: 768px) {
            #feature ul li h3 span::before {
              top: 7px;
              height: 20px; } }
    #feature ul li .txt {
      width: calc(100% - 440px); }
      @media only screen and (max-width: 768px) {
        #feature ul li .txt {
          width: 100%;
          padding-left: 16.67%; } }
      #feature ul li .txt p {
        line-height: 1.625;
        font-weight: 400; }
        @media only screen and (max-width: 768px) {
          #feature ul li .txt p {
            font-size: 16.875px;
            font-size: 1.6875rem; } }

/* ------------------------------
voice
------------------------------ */
#voice {
  background: #fcf9f2; }
  #voice .inner {
    padding: 60px 0 80px; }
    @media only screen and (max-width: 768px) {
      #voice .inner {
        padding: 50px 0; } }
  #voice .voice_slider {
    overflow: hidden;
    position: relative;
    width: 540px;
    margin: 0 auto;
    padding: 0 20px 40px; }
    @media only screen and (max-width: 768px) {
      #voice .voice_slider {
        width: 100%;
        padding: 0 0 30px; } }
    #voice .voice_slider .slide_cont {
      width: 460px;
      margin: 0 auto;
      padding: 40px 35px;
      background: #fff;
      border: #f5e8c2 1px solid;
      border-radius: 5px;
      box-shadow: 0px 0px 20px rgba(193, 193, 193, 0.2); }
      @media only screen and (max-width: 768px) {
        #voice .voice_slider .slide_cont {
          width: 77.33%;
          padding: 20px 15px; } }
      #voice .voice_slider .slide_cont .txt .personal {
        margin: 25px 0 20px;
        color: #164688;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          #voice .voice_slider .slide_cont .txt .personal {
            margin: 20px 0 15px;
            font-size: 17.5px;
            font-size: 1.75rem; } }
      #voice .voice_slider .slide_cont .txt p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.6; }
        @media only screen and (max-width: 768px) {
          #voice .voice_slider .slide_cont .txt p {
            font-size: 16.875px;
            font-size: 1.6875rem; } }
  #voice .swiper-pagination {
    bottom: 0;
    line-height: 1; }
    #voice .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 7px;
      background: #fff;
      border: 1px solid #0d4a9a;
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        #voice .swiper-pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px; } }
    #voice .swiper-pagination .swiper-pagination-bullet-active {
      background: #0d4a9a; }

/* ------------------------------
clinic
------------------------------ */
#clinic {
  background: #f5f1e9;
  background-image: url("img/clinic_bg_left_pc.png"), url("img/clinic_bg_right_pc.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: contain, contain; }
  @media only screen and (max-width: 768px) {
    #clinic {
      background: #f4f0e8 url("img/clinic_bg_left_sp.png") no-repeat left top/100% auto; } }
  #clinic .inner {
    padding: 60px 0 70px; }
    @media only screen and (max-width: 768px) {
      #clinic .inner {
        padding: 45px 0 25px; } }
  #clinic .fukidashi_ttl {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      #clinic .fukidashi_ttl {
        margin-bottom: 10px; } }
  #clinic .about_wrap .cont {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    @media only screen and (max-width: 768px) {
      #clinic .about_wrap .cont {
        display: inherit;
        margin: 0 !important;
        padding: 20px; } }
    #clinic .about_wrap .cont + .cont {
      margin-top: 50px; }
    #clinic .about_wrap .cont .img {
      width: 390px;
      margin-right: 30px; }
      @media only screen and (max-width: 768px) {
        #clinic .about_wrap .cont .img {
          width: 55.97%;
          margin: 0 auto 20px !important; } }
    #clinic .about_wrap .cont:nth-child(even) {
      flex-direction: row-reverse; }
      #clinic .about_wrap .cont:nth-child(even) .img {
        margin: 0 0 0 30px; }
    #clinic .about_wrap .cont h3 {
      margin-bottom: 20px;
      border-bottom: #aa8c47 1px solid;
      font-size: 22px;
      font-size: 2.2rem;
      font-family: "Zen Old Mincho", serif;
      color: #0a499c; }
      @media only screen and (max-width: 768px) {
        #clinic .about_wrap .cont h3 {
          margin-bottom: 15px;
          font-size: 21.875px;
          font-size: 2.1875rem; } }
    #clinic .about_wrap .cont .txt {
      width: calc(100% - 410px);
      line-height: 1.625;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        #clinic .about_wrap .cont .txt {
          width: 100%;
          font-size: 16.875px;
          font-size: 1.6875rem; } }
    @media only screen and (max-width: 768px) {
      #clinic .about_wrap .cont.doctor_cont {
        background: #f4f0e8 url("img/clinic_bg_right_sp.png") no-repeat left top/100% auto; }
      #clinic .about_wrap .cont.clinic_cont {
        background: #f4f0e8 url("img/clinic_bg_left_sp.png") no-repeat left top/100% auto; } }

/* ------------------------------
flow
------------------------------ */
#flow .inner {
  padding: 70px 0; }
  @media only screen and (max-width: 768px) {
    #flow .inner {
      padding: 45px 0; } }
#flow ol li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  padding: 0 125px; }
  @media only screen and (max-width: 768px) {
    #flow ol li {
      display: inherit;
      padding: 0 20px; } }
  #flow ol li + li {
    position: relative;
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      #flow ol li + li {
        margin-top: 30px; } }
    #flow ol li + li::before {
      content: '';
      position: absolute;
      top: -45px;
      left: 50%;
      transform: translateX(-50%);
      width: 33px;
      height: 28px;
      background: url("img/ico_triangle.png") no-repeat left top/100% auto; }
      @media only screen and (max-width: 768px) {
        #flow ol li + li::before {
          top: -20px;
          width: 22px;
          height: 19px; } }
  #flow ol li .img {
    width: 240px;
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      #flow ol li .img {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        width: 100%;
        margin: 0 auto 10px; }
        #flow ol li .img .ttl {
          width: calc(100% - 40.3%); }
        #flow ol li .img .thumbnail {
          width: 37.31%;
          margin-left: 2.99%; } }
  #flow ol li h3 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #aa8c47 1px solid;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.312; }
    @media only screen and (max-width: 768px) {
      #flow ol li h3 {
        margin: 0; } }
    #flow ol li h3 span {
      display: block;
      margin-bottom: 10px;
      font-size: 25px;
      font-size: 2.5rem;
      color: #0a499c;
      line-height: 1;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        #flow ol li h3 span {
          margin-bottom: 5px;
          font-size: 28.125px;
          font-size: 2.8125rem; } }
  #flow ol li .txt {
    width: calc(100% - 270px); }
    @media only screen and (max-width: 768px) {
      #flow ol li .txt {
        width: 100%; } }
    #flow ol li .txt h4 {
      position: relative;
      padding-left: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        #flow ol li .txt h4 {
          font-size: 19.5px;
          font-size: 1.95rem; } }
      #flow ol li .txt h4::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 2px;
        height: 20px;
        background: #aa8c47; }
        @media only screen and (max-width: 768px) {
          #flow ol li .txt h4::before {
            top: 7px;
            height: 15px; } }
    #flow ol li .txt p {
      font-weight: 400;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        #flow ol li .txt p {
          font-size: 16.25px;
          font-size: 1.625rem; } }
      #flow ol li .txt p + h4 {
        margin-top: 10px; }

/* ------------------------------
price
------------------------------ */
#price .inner {
  padding-bottom: 75px; }
  @media only screen and (max-width: 768px) {
    #price .inner {
      padding-bottom: 50px; } }
#price .caution {
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 20px 10px;
  border: 4px solid #AB8D63;
  color: #AB8D63;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #price .caution {
      margin: 30px 10px 10px;
      padding: 15px 5px;
      border-width: 2px;
      font-size: 16px;
      font-size: 1.6rem; } }
@media only screen and (max-width: 768px) {
  #price .bar_ttl {
    margin-bottom: 0; } }
#price .cont {
  padding: 0 50px; }
  @media only screen and (max-width: 768px) {
    #price .cont {
      margin: 0 !important;
      padding: 15px 20px; } }
  #price .cont + .cost {
    margin-top: 40px; }
  #price .cont .sub_ttl {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem; }
    @media only screen and (max-width: 768px) {
      #price .cont .sub_ttl {
        margin-bottom: 20px;
        font-size: 23.75px;
        font-size: 2.375rem; } }
  #price .cont .txt table {
    width: 100%; }
    #price .cont .txt table th, #price .cont .txt table td {
      padding: 7px 20px;
      background: #fff;
      border: 1px solid #e1e1e1;
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        #price .cont .txt table th, #price .cont .txt table td {
          padding: 5px 10px;
          font-size: 16.25px;
          font-size: 1.625rem; } }
    #price .cont .txt table th {
      background: #f0f4fd;
      text-align: left; }
      #price .cont .txt table th.check {
        background: #aa8c47;
        border: #aa8c47 3px solid;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          #price .cont .txt table th.check {
            border: #aa8c47 3px solid; } }
    #price .cont .txt table td.check {
      border: #aa8c47 3px solid; }
      @media only screen and (max-width: 768px) {
        #price .cont .txt table td.check {
          border: #aa8c47 3px solid; } }
    #price .cont .txt table.compare_table th, #price .cont .txt table.compare_table td {
      padding: 7px 5px;
      text-align: center; }
    #price .cont .txt table.compare_table th:not(:first-child),
    #price .cont .txt table.compare_table td:not(:first-child) {
      width: 20.67% !important; }
    #price .cont .txt table.compare_table th:nth-child(2),
    #price .cont .txt table.compare_table td:nth-child(2) {
      width: 27.67% !important;
      padding: 7px 2px; }
  #price .cont .txt .note {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      #price .cont .txt .note {
        font-size: 12.5px;
        font-size: 1.25rem; } }
@media only screen and (max-width: 768px) {
  #price .answer {
    width: calc(100% - 40px); } }

/* ------------------------------
faq
------------------------------ */
#faq {
  background: #f3f3f3; }
  #faq .inner {
    padding: 75px 0 60px; }
    @media only screen and (max-width: 768px) {
      #faq .inner {
        padding: 45px 0 50px; } }
  #faq ul {
    padding: 0 100px; }
    @media only screen and (max-width: 768px) {
      #faq ul {
        padding: 0 10px; } }
    #faq ul li {
      background: #fff;
      border-radius: 5px; }
      #faq ul li + li {
        margin-top: 20px; }
        @media only screen and (max-width: 768px) {
          #faq ul li + li {
            margin-top: 10px; } }
      #faq ul li .q {
        cursor: pointer;
        position: relative;
        padding: 25px 60px 25px 90px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          #faq ul li .q {
            padding: 15px 30px 15px 40px;
            font-size: 18.75px;
            font-size: 1.875rem; } }
        #faq ul li .q::before {
          content: 'Q.';
          position: absolute;
          top: 45%;
          left: 45px;
          transform: translateY(-50%);
          font-family: "Zen Old Mincho", serif;
          font-size: 28px;
          font-size: 2.8rem;
          font-weight: 500;
          color: #aa8c47; }
          @media only screen and (max-width: 768px) {
            #faq ul li .q::before {
              top: 45%;
              left: 10px; } }
        #faq ul li .q::after {
          content: '＋';
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          color: #94a9cb;
          font-size: 110%; }
          @media only screen and (max-width: 768px) {
            #faq ul li .q::after {
              right: 10px; } }
        #faq ul li .q.open::after {
          content: '－';
          font-size: 110%; }
      #faq ul li .a {
        display: none;
        position: relative;
        padding: 0 60px 25px 90px;
        line-height: 1.75;
        font-weight: 400; }
        @media only screen and (max-width: 768px) {
          #faq ul li .a {
            padding: 0 30px 15px 40px;
            font-size: 16.875px;
            font-size: 1.6875rem; } }
        #faq ul li .a::before {
          content: 'A.';
          position: absolute;
          top: 0;
          left: 45px;
          font-family: "Zen Old Mincho", serif;
          font-size: 28px;
          font-size: 2.8rem;
          font-weight: 500;
          color: #0a499c; }
          @media only screen and (max-width: 768px) {
            #faq ul li .a::before {
              left: 10px; } }

/* ------------------------------
others
------------------------------ */
#others .inner {
  max-width: none;
  padding: 40px 0 70px; }
  @media only screen and (max-width: 768px) {
    #others .inner {
      padding: 40px 0 35px; } }
#others .cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 160px; }
  @media only screen and (max-width: 768px) {
    #others .cont {
      padding: 0 20px; } }
  #others .cont + .cont {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      #others .cont + .cont {
        margin-top: 30px; } }
  #others .cont.cont_w100 {
    max-width: none;
    padding: 0 !important; }
#others h2 {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #0a499c;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #others h2 {
      margin-bottom: 10px;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.422; } }
#others p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }
#others .address {
  margin-bottom: 15px;
  text-align: center; }
#others .gmap {
  position: relative;
  max-width: 680px;
  height: 280px;
  margin: 0 auto 25px; }
  @media only screen and (max-width: 768px) {
    #others .gmap {
      max-width: 100%;
      height: auto;
      margin: 0 auto 15px;
      padding-top: 59.7%; } }
  #others .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#others .flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    #others .flex_wrap {
      display: inherit; } }
  #others .flex_wrap .access {
    width: calc(100% - 275px); }
    @media only screen and (max-width: 768px) {
      #others .flex_wrap .access {
        width: 100%;
        margin-bottom: 20px; } }
    #others .flex_wrap .access .ttl {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500;
      color: #aa8c47; }
  #others .flex_wrap .map {
    width: 275px; }
    @media only screen and (max-width: 768px) {
      #others .flex_wrap .map {
        width: 100%;
        margin: 0 auto;
        text-align: center; } }
#others .hour_table {
  width: 100%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    #others .hour_table {
      width: 100%;
      margin-bottom: 5px; } }
  #others .hour_table tr {
    border-bottom: 1px solid #d3d3d3; }
    #others .hour_table tr:first-child {
      border-top: 1px solid #d3d3d3; }
    #others .hour_table tr th, #others .hour_table tr td {
      padding: 15px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      line-height: 1.2; }
      @media only screen and (max-width: 768px) {
        #others .hour_table tr th, #others .hour_table tr td {
          padding: 5px;
          font-size: 16px;
          font-size: 1.6rem; } }
    #others .hour_table tr th {
      font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #others .hour_table tr td span {
        font-size: 17.5px;
        font-size: 1.75rem; } }
    #others .hour_table tr td .maru {
      display: block;
      color: #aa8c47;
      font-weight: 700; }
    #others .hour_table tr td .sankaku {
      display: block;
      color: #0a499c;
      font-weight: 700; }
    #others .hour_table tr td .memo {
      display: block;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        #others .hour_table tr td .memo {
          font-size: 12.5px;
          font-size: 1.25rem; } }
#others .note {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    #others .note {
      font-size: 16.25px;
      font-size: 1.625rem; } }
#others .hour {
  margin-top: -26px;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    #others .hour {
      margin-top: 5px;
      font-size: 17.5px;
      font-size: 1.75rem; } }
  #others .hour .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    color: #aa8c47; }
    @media only screen and (max-width: 768px) {
      #others .hour .ttl {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  #others .hour ul li span {
    display: inline-block;
    width: 96px;
    margin-right: 10px;
    text-align: right;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      #others .hour ul li span {
        width: 84px; } }
  #others .hour .note {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      #others .hour .note {
        font-size: 12.5px;
        font-size: 1.25rem; } }
#others .lead {
  width: 500px;
  margin: 0 auto 30px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    #others .lead {
      width: calc(100% - 40px);
      margin: 0 auto 20px;
      font-size: 16.875px;
      font-size: 1.6875rem; } }
#others .clinic_slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    #others .clinic_slider {
      padding-bottom: 35px; } }
  #others .clinic_slider .swiper-slide {
    width: 500px;
    margin: 0 auto;
    opacity: .2;
    transition: opacity .3s; }
    @media only screen and (max-width: 768px) {
      #others .clinic_slider .swiper-slide {
        width: 66.67%; } }
    #others .clinic_slider .swiper-slide .caption {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #aa8c47;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #others .clinic_slider .swiper-slide .caption {
          margin-top: 15px; } }
  #others .clinic_slider .swiper-slide-active {
    opacity: 1; }
#others .swiper-button-prev,
#others .swiper-button-next {
  top: 40%;
  left: 21.5%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #b1c0d9;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    #others .swiper-button-prev,
    #others .swiper-button-next {
      display: none; } }
  #others .swiper-button-prev::after,
  #others .swiper-button-next::after {
    font-size: 20px; }
#others .swiper-button-next {
  right: 19.5%;
  left: auto; }
#others .swiper-pagination {
  bottom: 0;
  line-height: 1; }
  #others .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: #fff;
    border: 1px solid #0d4a9a;
    opacity: 1; }
    @media only screen and (max-width: 768px) {
      #others .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px; } }
  #others .swiper-pagination .swiper-pagination-bullet-active {
    background: #0d4a9a; }

/* ------------------------------
contact
------------------------------ */
.contact {
  background: #f0f4fd; }
  .contact .scroll_btn {
    width: 500px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .contact .scroll_btn {
        width: 100%; } }
    .contact .scroll_btn a {
      display: block;
      padding: 13px 5px 17px;
      background: linear-gradient(90deg, #a42121 0%, #db5656 100%);
      border-radius: 10px;
      font-family: "Zen Old Mincho", serif;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 500;
      text-align: center;
      line-height: 1.4;
      color: #fff;
      transition: opacity .3s; }
      @media only screen and (max-width: 768px) {
        .contact .scroll_btn a {
          padding: 15px 5px;
          border-radius: 5px;
          font-size: 25px;
          font-size: 2.5rem; } }
      .contact .scroll_btn a:hover {
        opacity: .7; }
  .contact .inner {
    padding: 50px 50px 60px; }
    @media only screen and (max-width: 768px) {
      .contact .inner {
        padding: 30px 10px 35px; } }
  .contact h2 {
    margin-bottom: 25px;
    color: #0a499c;
    font-family: "Zen Old Mincho", serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      .contact h2 {
        margin-bottom: 20px;
        font-size: 37.5px;
        font-size: 3.75rem; } }
    .contact h2 span {
      display: inline-block;
      line-height: 1.4;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (max-width: 768px) {
        .contact h2 span {
          font-size: 20px;
          font-size: 2rem; } }
  .contact .lead {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .contact .lead {
        font-size: 18px;
        font-size: 1.8rem; } }
  .contact .form_section {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px;
    background: #afc2e0; }
    @media only screen and (max-width: 768px) {
      .contact .form_section {
        padding: 0;
        background: none; } }
    .contact .form_section button {
      cursor: pointer;
      display: block;
      width: 350px;
      margin: 0 auto;
      padding: 20px 0;
      background: linear-gradient(90deg, #a42121 0%, #db5656 100%);
      border: none;
      border-radius: 5px;
      color: #fff;
      font-family: "Zen Old Mincho", serif;
      font-weight: 600;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      transition: all .3s; }
      @media only screen and (max-width: 768px) {
        .contact .form_section button {
          width: 100%;
          padding: 13px 0;
          font-size: 25px;
          font-size: 2.5rem; } }
  .contact .form_content {
    padding: 45px 150px 50px;
    background: #fff;
    border-radius: 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .contact .form_content {
        padding: 45px 20px; } }
    .contact .form_content .radio2,
    .contact .form_content .radio2f2,
    .contact .form_content .radio2_f1,
    .contact .form_content .radio2_f2,
    .contact .form_content .radio2_f3,
    .contact .form_content .radio2_f4 {
      width: 560px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .contact .form_content .radio2,
        .contact .form_content .radio2f2,
        .contact .form_content .radio2_f1,
        .contact .form_content .radio2_f2,
        .contact .form_content .radio2_f3,
        .contact .form_content .radio2_f4 {
          width: inherit; } }
      .contact .form_content .radio2 li,
      .contact .form_content .radio2f2 li,
      .contact .form_content .radio2_f1 li,
      .contact .form_content .radio2_f2 li,
      .contact .form_content .radio2_f3 li,
      .contact .form_content .radio2_f4 li {
        width: calc(50% - 30px);
        margin: 0 15px 20px; }
        @media only screen and (max-width: 768px) {
          .contact .form_content .radio2 li,
          .contact .form_content .radio2f2 li,
          .contact .form_content .radio2_f1 li,
          .contact .form_content .radio2_f2 li,
          .contact .form_content .radio2_f3 li,
          .contact .form_content .radio2_f4 li {
            width: 100%;
            margin: 0 0 10px; } }
      .contact .form_content .radio2 input,
      .contact .form_content .radio2f2 input,
      .contact .form_content .radio2_f1 input,
      .contact .form_content .radio2_f2 input,
      .contact .form_content .radio2_f3 input,
      .contact .form_content .radio2_f4 input {
        display: none; }
        .contact .form_content .radio2 input:checked + .parts, .contact .form_content .radio2 input:hover + .parts,
        .contact .form_content .radio2f2 input:checked + .parts,
        .contact .form_content .radio2f2 input:hover + .parts,
        .contact .form_content .radio2_f1 input:checked + .parts,
        .contact .form_content .radio2_f1 input:hover + .parts,
        .contact .form_content .radio2_f2 input:checked + .parts,
        .contact .form_content .radio2_f2 input:hover + .parts,
        .contact .form_content .radio2_f3 input:checked + .parts,
        .contact .form_content .radio2_f3 input:hover + .parts,
        .contact .form_content .radio2_f4 input:checked + .parts,
        .contact .form_content .radio2_f4 input:hover + .parts {
          background: #dac17c;
          color: #fff;
          border-color: #b69c53; }
      .contact .form_content .radio2 .parts,
      .contact .form_content .radio2f2 .parts,
      .contact .form_content .radio2_f1 .parts,
      .contact .form_content .radio2_f2 .parts,
      .contact .form_content .radio2_f3 .parts,
      .contact .form_content .radio2_f4 .parts {
        cursor: pointer;
        display: block;
        padding: 16px 5px;
        background: #e9e9e9;
        border: 1px solid #c6c6c6;
        border-radius: 5px;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 500;
        color: #272727;
        transition: all 0.3s; }
        @media only screen and (max-width: 768px) {
          .contact .form_content .radio2 .parts,
          .contact .form_content .radio2f2 .parts,
          .contact .form_content .radio2_f1 .parts,
          .contact .form_content .radio2_f2 .parts,
          .contact .form_content .radio2_f3 .parts,
          .contact .form_content .radio2_f4 .parts {
            padding: 14px 2px;
            font-size: 21.875px;
            font-size: 2.1875rem; }
            .contact .form_content .radio2 .parts.fs,
            .contact .form_content .radio2f2 .parts.fs,
            .contact .form_content .radio2_f1 .parts.fs,
            .contact .form_content .radio2_f2 .parts.fs,
            .contact .form_content .radio2_f3 .parts.fs,
            .contact .form_content .radio2_f4 .parts.fs {
              padding: 14px 0;
              letter-spacing: -.1em; } }
    .contact .form_content table {
      width: 420px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .contact .form_content table {
          width: 100%; } }
      .contact .form_content table th, .contact .form_content table td {
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400; }
        @media only screen and (max-width: 768px) {
          .contact .form_content table th, .contact .form_content table td {
            font-size: 17.5px;
            font-size: 1.75rem; } }
      .contact .form_content table th .required {
        font-size: 12px;
        font-size: 1.2rem;
        vertical-align: 1px;
        color: #a42121;
        font-weight: 500; }
      .contact .form_content table td {
        padding: 3px 0 12px; }
        @media only screen and (max-width: 768px) {
          .contact .form_content table td {
            padding: 3px 0 10px; } }
        .contact .form_content table td .selector {
          position: relative; }
          .contact .form_content table td .selector::after {
            pointer-events: none;
            content: '▼';
            position: absolute;
            top: 8px;
            right: 10px;
            color: #b2b6b8;
            font-size: 15px;
            font-size: 1.5rem; }
            @media only screen and (max-width: 768px) {
              .contact .form_content table td .selector::after {
                top: 10px; } }
        .contact .form_content table td select {
          cursor: pointer;
          width: 100%;
          height: 40px;
          padding: 0 15px;
          background: linear-gradient(0deg, #f9f5eb 53%, white 86%);
          border: #ccc 1px solid;
          border-radius: 2px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400;
          color: #1e1e1e; }
          @media only screen and (max-width: 768px) {
            .contact .form_content table td select {
              font-size: 15.625px;
              font-size: 1.5625rem; } }
        .contact .form_content table td input {
          width: 100%;
          height: 40px;
          padding: 5px 15px;
          background: #f2f2f2;
          border: #ccc 1px solid;
          border-radius: 2px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400; }
          @media only screen and (max-width: 768px) {
            .contact .form_content table td input {
              font-size: 15.625px;
              font-size: 1.5625rem; } }
          .contact .form_content table td input::placeholder {
            color: #b2b6b8;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 300;
            line-height: 1; }
        .contact .form_content table td textarea {
          width: 100%;
          height: 100px;
          padding: 10px 15px;
          background: #f2f2f2;
          border: #ccc 1px solid;
          border-radius: 2px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400; }
          @media only screen and (max-width: 768px) {
            .contact .form_content table td textarea {
              font-size: 15.625px;
              font-size: 1.5625rem; } }
          .contact .form_content table td textarea::placeholder {
            color: #b2b6b8;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 1.4; }
        .contact .form_content table td ul {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between; }
          .contact .form_content table td ul li {
            width: 49%; }
            .contact .form_content table td ul li input {
              display: none; }
            .contact .form_content table td ul li .parts {
              cursor: pointer;
              display: block;
              padding: 5px;
              background: #e9e9e9;
              border: 1px solid #c6c6c6;
              border-radius: 2px;
              font-size: 18px;
              font-size: 1.8rem;
              text-align: center;
              font-weight: 400;
              color: #272727;
              transition: all 0.3s; }
              @media only screen and (max-width: 768px) {
                .contact .form_content table td ul li .parts {
                  padding: 7px 5px;
                  font-size: 17.5px;
                  font-size: 1.75rem; } }
          .contact .form_content table td ul li input:checked + .parts,
          .contact .form_content table td ul .parts:hover {
            background: #dac17c;
            color: #fff;
            border-color: #b69c53; }
    .contact .form_content .top_note {
      width: 420px;
      margin: 0 auto 30px;
      text-align: right;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .contact .form_content .top_note {
          width: 100%;
          margin-bottom: 20px;
          font-size: 11.25px;
          font-size: 1.125rem; } }
    .contact .form_content .bottom_note {
      margin: 0 -150px 20px;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .contact .form_content .bottom_note {
          margin: 0 0 25px;
          letter-spacing: -.04em; } }
      .contact .form_content .bottom_note p:nth-child(2) {
        color: #a42121;
        font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .contact .formparts-2 .form_content .radio2,
    .contact .f2formparts-2 .form_content .radio2f2,
    .contact .formparts_f1-2 .form_content .radio2_f1,
    .contact .formparts_f2-2 .form_content .radio2_f2,
    .contact .formparts_f3-2 .form_content .radio2_f3,
    .contact .formparts_f4-2 .form_content .radio2_f4 {
      margin: 0 -7.5px; } }
  @media only screen and (max-width: 768px) {
    .contact .formparts-2 .form_content .radio2 li,
    .contact .f2formparts-2 .form_content .radio2f2 li,
    .contact .formparts_f1-2 .form_content .radio2_f1 li,
    .contact .formparts_f2-2 .form_content .radio2_f2 li,
    .contact .formparts_f3-2 .form_content .radio2_f3 li,
    .contact .formparts_f4-2 .form_content .radio2_f4 li {
      width: calc(33.333333% - 15px);
      margin: 0 7.5px 10px; } }
  @media only screen and (max-width: 768px) {
    .contact .formparts-3 .form_content .radio2,
    .contact .f2formparts-3 .form_content .radio2f2,
    .contact .formparts_f1-3 .form_content .radio2_f1,
    .contact .formparts_f2-3 .form_content .radio2_f2,
    .contact .formparts_f3-3 .form_content .radio2_f3,
    .contact .formparts_f4-3 .form_content .radio2_f4 {
      margin: 0 -7.5px; } }
  @media only screen and (max-width: 768px) {
    .contact .formparts-3 .form_content .radio2 li,
    .contact .f2formparts-3 .form_content .radio2f2 li,
    .contact .formparts_f1-3 .form_content .radio2_f1 li,
    .contact .formparts_f2-3 .form_content .radio2_f2 li,
    .contact .formparts_f3-3 .form_content .radio2_f3 li,
    .contact .formparts_f4-3 .form_content .radio2_f4 li {
      width: calc(50% - 15px);
      margin: 0 7.5px 10px; } }
  .contact .form_parts_wrap2 .flex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
  .contact .form_parts_wrap2 button.stepbtn-back2 {
    width: auto;
    margin: 10px auto 0;
    padding: 0;
    background: none !important;
    border: none !important;
    font-size: 18px;
    font-size: 1.8rem;
    color: #888 !important;
    font-family: inherit; }
    @media only screen and (max-width: 768px) {
      .contact .form_parts_wrap2 button.stepbtn-back2 {
        font-size: 15.625px;
        font-size: 1.5625rem; } }
  .contact .form_ttl {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #d4d4d4 1px solid;
    font-family: "Zen Old Mincho", serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .contact .form_ttl {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 21.875px;
        font-size: 2.1875rem; } }
    .contact .form_ttl span {
      position: relative;
      padding-left: 45px; }
      @media only screen and (max-width: 768px) {
        .contact .form_ttl span {
          padding-left: 30px; } }
      .contact .form_ttl span::before {
        content: 'Q';
        position: absolute;
        top: -22px;
        left: 0;
        font-family: "Zen Old Mincho", serif;
        font-size: 47px;
        font-size: 4.7rem;
        font-weight: 400;
        color: #0a499c; }
        @media only screen and (max-width: 768px) {
          .contact .form_ttl span::before {
            top: -17px;
            font-size: 39.375px;
            font-size: 3.9375rem; } }
  .contact .progress {
    align-items: center;
    width: 240px;
    margin: 0 auto 45px; }
    @media only screen and (max-width: 768px) {
      .contact .progress {
        width: 100%;
        margin-bottom: 25px; } }
    .contact .progress .progressbar,
    .contact .progress .f2_progressbar,
    .contact .progress .progressbar_f1,
    .contact .progress .progressbar_f2,
    .contact .progress .progressbar_f3,
    .contact .progress .progressbar_f4 {
      overflow: hidden;
      position: relative;
      width: 190px;
      height: 8px;
      background: #f5f5f5;
      border-radius: 2.5px; }
      @media only screen and (max-width: 768px) {
        .contact .progress .progressbar,
        .contact .progress .f2_progressbar,
        .contact .progress .progressbar_f1,
        .contact .progress .progressbar_f2,
        .contact .progress .progressbar_f3,
        .contact .progress .progressbar_f4 {
          width: 90%;
          height: 6px; } }
      .contact .progress .progressbar span,
      .contact .progress .f2_progressbar span,
      .contact .progress .progressbar_f1 span,
      .contact .progress .progressbar_f2 span,
      .contact .progress .progressbar_f3 span,
      .contact .progress .progressbar_f4 span {
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #a42121;
        border-radius: 2.5px; }
    .contact .progress .progress_txt,
    .contact .progress .f2_progress_txt,
    .contact .progress .progress_txt_f1,
    .contact .progress .progress_txt_f2,
    .contact .progress .progress_txt_f3,
    .contact .progress .progress_txt_f4 {
      width: 20%;
      padding-left: 10px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .contact .progress .progress_txt,
        .contact .progress .f2_progress_txt,
        .contact .progress .progress_txt_f1,
        .contact .progress .progress_txt_f2,
        .contact .progress .progress_txt_f3,
        .contact .progress .progress_txt_f4 {
          width: 10%;
          padding-left: 1%;
          text-align: right; } }
      .contact .progress .progress_txt span,
      .contact .progress .f2_progress_txt span,
      .contact .progress .progress_txt_f1 span,
      .contact .progress .progress_txt_f2 span,
      .contact .progress .progress_txt_f3 span,
      .contact .progress .progress_txt_f4 span {
        display: inline-block;
        margin-right: 3px;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 768px) {
          .contact .progress .progress_txt span,
          .contact .progress .f2_progress_txt span,
          .contact .progress .progress_txt_f1 span,
          .contact .progress .progress_txt_f2 span,
          .contact .progress .progress_txt_f3 span,
          .contact .progress .progress_txt_f4 span {
            font-size: 14.375px;
            font-size: 1.4375rem; } }
  .contact input, .contact select, .contact textarea {
    -webkit-appearance: none; }
  .contact .err_message,
  .contact .f2_err_message,
  .contact .err_message_f1,
  .contact .err_message_f2,
  .contact .err_message_f3,
  .contact .err_message_f4 {
    text-align: center;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    width: 70%; }
  .contact .formparts {
    display: none; }
  .contact .formparts-active {
    display: block !important; }

#contact_thanks {
  background: #fff; }

#contact_thanks .inner {
  padding: 100px 0; }
  @media only screen and (max-width: 768px) {
    #contact_thanks .inner {
      padding: 50px 0;
      font-size: 16px;
      font-size: 1.6rem; } }

/* calendar */
.set {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .set .selector {
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .set .selector {
        margin-right: 1.333vw; } }
  .set .selector_h {
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .set .selector_h {
        margin-left: 1.333vw; } }
  .set .selector_mi {
    margin-right: 0 !important; }
  .set select {
    width: 90px !important; }
    @media only screen and (max-width: 768px) {
      .set select {
        width: 18.4vw !important; } }
  .set .calender,
  .set .calender_2,
  .set .calender_3,
  .set .calender2,
  .set .calender2_2,
  .set .calender2_3,
  .set .calender_f1,
  .set .calender_f1_2,
  .set .calender_f1_3,
  .set .calender_f2,
  .set .calender_f2_2,
  .set .calender_f2_3,
  .set .calender_f3,
  .set .calender_f3_2,
  .set .calender_f3_3,
  .set .calender_f4,
  .set .calender_f4_2,
  .set .calender_f4_3 {
    cursor: pointer;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .set .calender .ui-datepicker-trigger,
    .set .calender_2 .ui-datepicker-trigger,
    .set .calender_3 .ui-datepicker-trigger,
    .set .calender2 .ui-datepicker-trigger,
    .set .calender2_2 .ui-datepicker-trigger,
    .set .calender2_3 .ui-datepicker-trigger,
    .set .calender_f1 .ui-datepicker-trigger,
    .set .calender_f1_2 .ui-datepicker-trigger,
    .set .calender_f1_3 .ui-datepicker-trigger,
    .set .calender_f2 .ui-datepicker-trigger,
    .set .calender_f2_2 .ui-datepicker-trigger,
    .set .calender_f2_3 .ui-datepicker-trigger,
    .set .calender_f3 .ui-datepicker-trigger,
    .set .calender_f3_2 .ui-datepicker-trigger,
    .set .calender_f3_3 .ui-datepicker-trigger,
    .set .calender_f4 .ui-datepicker-trigger,
    .set .calender_f4_2 .ui-datepicker-trigger,
    .set .calender_f4_3 .ui-datepicker-trigger {
      width: 40px; }
      @media only screen and (max-width: 768px) {
        .set .calender .ui-datepicker-trigger,
        .set .calender_2 .ui-datepicker-trigger,
        .set .calender_3 .ui-datepicker-trigger,
        .set .calender2 .ui-datepicker-trigger,
        .set .calender2_2 .ui-datepicker-trigger,
        .set .calender2_3 .ui-datepicker-trigger,
        .set .calender_f1 .ui-datepicker-trigger,
        .set .calender_f1_2 .ui-datepicker-trigger,
        .set .calender_f1_3 .ui-datepicker-trigger,
        .set .calender_f2 .ui-datepicker-trigger,
        .set .calender_f2_2 .ui-datepicker-trigger,
        .set .calender_f2_3 .ui-datepicker-trigger,
        .set .calender_f3 .ui-datepicker-trigger,
        .set .calender_f3_2 .ui-datepicker-trigger,
        .set .calender_f3_3 .ui-datepicker-trigger,
        .set .calender_f4 .ui-datepicker-trigger,
        .set .calender_f4_2 .ui-datepicker-trigger,
        .set .calender_f4_3 .ui-datepicker-trigger {
          width: 5.333vw; } }

#ui-datepicker-div {
  left: 51.5% !important;
  transform: translateX(-50%);
  width: 300px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    #ui-datepicker-div {
      left: 50% !important;
      width: 90%; } }
  @media only screen and (max-width: 768px) {
    #ui-datepicker-div .ui-datepicker-title {
      font-size: 20px;
      font-size: 2rem; } }
  #ui-datepicker-div .ui-datepicker-header {
    overflow: hidden;
    padding: 5px;
    border: #b69c53 1px solid;
    border-bottom: none;
    text-align: center; }
  #ui-datepicker-div .ui-datepicker-prev,
  #ui-datepicker-div .ui-datepicker-next {
    cursor: pointer;
    padding: 2px 10px;
    background: #ccc;
    border: 1px solid #5A5A5A;
    font-size: 12px; }
  #ui-datepicker-div .ui-datepicker-prev {
    float: left; }
  #ui-datepicker-div .ui-datepicker-next {
    float: right; }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    padding: 5px;
    border-collapse: separate;
    border-spacing: 2px;
    border: #b69c53 1px solid;
    border-top: none; }
    #ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td {
      text-align: center; }
    #ui-datepicker-div .ui-datepicker-calendar td {
      padding: 5px 0; }
      @media only screen and (max-width: 768px) {
        #ui-datepicker-div .ui-datepicker-calendar td {
          padding: 2px 10px;
          font-size: 18px;
          font-size: 1.8rem; } }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-week-end {
        color: blue; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day {
        border: 1px solid #046E00;
        background: #AAF5A4;
        color: #777620; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable {
        opacity: .5;
        background: #dfdfdf;
        color: #1e1e1e; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month {
        background: none; }
      #ui-datepicker-div .ui-datepicker-calendar td:first-child {
        color: red; }

/* ------------------------------
fixed_cta
------------------------------ */
.fixed_cta {
  display: none;
  z-index: 20;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(170, 140, 71, 0.9);
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      padding: 0; } }
  .fixed_cta .pc {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .pc {
        display: none; } }
    .fixed_cta .pc .tel {
      font-family: "Zen Old Mincho", serif;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center; }
      .fixed_cta .pc .tel span {
        border-bottom: 1px solid #fff;
        font-size: 2.5rem;
        line-height: 1; }
      .fixed_cta .pc .tel .number strong {
        font-size: 3.3rem; }
  .fixed_cta .hour {
    margin: 0 20px 0 40px;
    line-height: 1.4; }
    .fixed_cta .hour ul li {
      font-size: 1.4rem; }
      .fixed_cta .hour ul li span {
        display: inline-block;
        width: 84px;
        margin-right: 15px;
        white-space: nowrap;
        text-align: right; }
    .fixed_cta .hour .note {
      font-size: 1.1rem;
      font-weight: 400; }
  .fixed_cta .cta_btn {
    width: 250px; }
    .fixed_cta .cta_btn a {
      position: relative;
      display: block;
      padding: 9px 5px;
      background: linear-gradient(90deg, #a42121 0%, #db5656 100%);
      border-radius: 40px;
      font-family: "Zen Old Mincho", serif;
      font-size: 1.5rem;
      font-weight: 500;
      text-align: center;
      line-height: 1.4; }
      .fixed_cta .cta_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid; }
  @media only screen and (max-width: 768px) {
    .fixed_cta .f_contact {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .fixed_cta .f_contact .btn {
        width: 50%; }
        .fixed_cta .f_contact .btn a {
          display: block;
          height: 100%;
          padding: 7px 0;
          background: #fff;
          border: #b69c53 1px solid;
          color: #b69c53;
          text-align: center;
          font-family: "Zen Old Mincho", serif;
          font-size: 1.875rem;
          font-weight: 600; }
          .fixed_cta .f_contact .btn a > span {
            position: relative;
            display: inline-block;
            padding-left: 30px; }
            .fixed_cta .f_contact .btn a > span::before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%);
              width: 20px;
              height: 31px;
              background: url("img/ico_tel.png") no-repeat left top/100% auto; }
      .fixed_cta .f_contact .web a {
        padding: 15px 0;
        /*background: $mainColor;*/
        background: linear-gradient(90deg, #a42121 0%, #db5656 100%);
        color: #fff;
        line-height: 1.2; }
        .fixed_cta .f_contact .web a > span::before {
          width: 22px;
          height: 24px;
          background-image: url("img/ico_web.png"); }
      .fixed_cta .f_contact a ul {
        margin-top: 5px;
        font-size: 1.1rem;
        letter-spacing: -.03em;
        line-height: 1.3; }
        .fixed_cta .f_contact a ul li span {
          display: inline-block;
          width: 52px;
          margin-right: 10px;
          white-space: nowrap;
          text-align: right; } }

/* ------------------------------
exitProtection
------------------------------ */
.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 60px;
    height: 530px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        padding-top: 50px;
        height: 100%; }
        .exitProtection .wrap::before {
          content: '';
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .box {
      position: absolute;
      top: 60px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .box {
          top: 50px; } }
    .exitProtection .wrap .modal_close {
      cursor: pointer;
      z-index: 102;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 50px;
      background: #8d8d8d;
      border-radius: 50%;
      color: #fff !important;
      line-height: 50px;
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .modal_close {
          width: 40px;
          line-height: 40px;
          font-size: 20px; } }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

/* 時間外にアクセスした場合、非表示 */
.closed #header .h_main .h_contact .tel,
.holiday #header .h_main .h_contact .tel,
.closed .info_box .details .tel,
.holiday .info_box .details .tel,
.closed .fixed_cta .pc .tel,
.holiday .fixed_cta .pc .tel {
  display: none; }

@media only screen and (max-width: 767px) {
  .closed #header .h_main .sp_hour a,
  .holiday #header .h_main .sp_hour a,
  .closed .fixed_cta .f_contact .tel a,
  .holiday .fixed_cta .f_contact .tel a {
    pointer-events: none; }

  #header .h_main .sp_hour .tel.closed,
  .closed #header .h_main .sp_hour .tel,
  .holiday #header .h_main .sp_hour .tel {
    display: none; }

  .closed #header .h_main .sp_hour .tel.closed,
  .holiday #header .h_main .sp_hour .tel.closed {
    display: block;
    padding-left: 0;
    font-size: 2rem; }

  .closed #header .h_main .sp_hour .tel.closed::before,
  .holiday #header .h_main .sp_hour .tel.closed::before {
    content: none; }

  .closed .fixed_cta .f_contact .tel a > span,
  .holiday .fixed_cta .f_contact .tel a > span,
  .fixed_cta .f_contact .tel a > span.closed {
    display: none; }

  .closed .fixed_cta .f_contact .tel a > span.closed,
  .holiday .fixed_cta .f_contact .tel a > span.closed {
    display: block;
    padding-left: 0;
    /*font-size: 1.6rem;*/ }

  .closed .fixed_cta .f_contact .tel a > span.closed::before,
  .holiday .fixed_cta .f_contact .tel a > span.closed::before {
    content: none; } }
/* 電話での問い合わせを非表示 */
.tel-none #header .h_main .h_contact .tel,
.tel-none .info_box .details .tel,
.tel-none .fixed_cta .pc .tel {
  display: none; }

@media only screen and (max-width: 767px) {
  .tel-none #header .h_main .sp_hour a,
  .tel-none .fixed_cta .f_contact .tel a {
    pointer-events: none; }

  #header .h_main .sp_hour .tel.closed,
  .tel-none #header .h_main .sp_hour .tel {
    display: none; }

  .tel-none #header .h_main .sp_hour .tel.closed {
    display: block;
    padding-left: 0;
    font-size: 2rem; }

  .tel-none #header .h_main .sp_hour .tel.closed::before {
    content: none; }

  .tel-none .fixed_cta .f_contact .tel a > span,
  .fixed_cta .f_contact .tel a > span.closed {
    display: none; }

  .tel-none .fixed_cta .f_contact .tel a > span.closed {
    display: block;
    padding-left: 0;
    /*font-size: 1.6rem;*/ }

  .tel-none .fixed_cta .f_contact .tel a > span.closed::before {
    content: none; } }
