/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;

  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

.d_fl,
.footer_inner_linkarea ul li,
.footer_inner_linkarea ul li a,
.searchandfilter ul li.sf-field-search,
.searchandfilter ul li.sf-field-taxonomy-service__content,
.searchandfilter ul li.sf-field-taxonomy-service_part {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}

a,
a:hover {
  transition: 0.2s;
}

.hd_inner_01>ul>li>a,
body {
  box-sizing: border-box;
  color: #414141;
}

a,
body {
  color: #414141;
}

#service_moniter p span,
.accept_me a span,
.breadcrumbs a,
.column_box_txt a,
.service_box_01_inner_txt line,
.sos a,
_l {
  text-decoration: underline;
}

* {
  outline: 0;
}
html{  position: relative;}
body {
  line-height: 1.4;
  letter-spacing: 1.5px;

  word-wrap: break-word;
  word-break: break-all;
  font-family: "ゴシック体", "MS Pゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: .5s;
  outline: 0;
  overflow-x: hidden;
}

.ban_01 .sec_ttl_01_inner h2,
.btn_01 a,
.column_box_txt_info .column_cate a,
.doctor_list_inner_cap .class,
.doctor_list_inner_cap h2,
.footer_inner_linkarea ul li a,
.hd_inner_02 ul li,
.reserve_btn .btn_02 a,
.reserve_btn .btn_03 a,
.sec_ttl_01_inner h2,
.sec_ttl_01_inner h3,
.sf-field-submit input,
.top_menu_content_inner_txt {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

p {
  line-height: 1.6;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

.d_fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp_only {
  display: none;
}

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

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.pre-con-inner {
  max-width: 100px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f_rr {
  flex-direction: row-reverse;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-color: #fff;
}

.is-show {
  transform: translateY(0);
}

.hd_inner_01,
.hd_inner_01_sp {
  width: 79.8%;
  margin: 0 auto;
  align-items: center;
  padding: 20px 0;
}

.hd_inner_01 h1 {
  width: 30%;
  max-width: 300px;
  margin-right: auto;
}

.hd_inner_01_sp h1 {
  width: 60%;
  margin-right: auto;
}

.hd_inner_01 ul {
  margin-bottom: 0;
  width: 70%;
  justify-content: flex-end;
}

.hd_inner_01 ul li {
  width: 25%;
  text-align: center;
  margin: 0 .5%;
}

@media only screen and (max-width: 1050px) {
  .hd_inner_01 ul li {
    width: 22%;
  }
}

.hd_inner_01 ul li a img {
  height: 40px;
}

.hd_inner_01 ul li:nth-child(1) {
  max-width: 181px;
  margin-left: 0;
}

.hd_inner_01 ul li:nth-child(2) {
  max-width: 153px;
}

.hd_inner_01 ul li:nth-child(3) {
  max-width: 154px;
}

.hd_inner_01 ul li:nth-child(4) {
  max-width: 146px;
  margin-right: 0;
}

.hd_inner_02 {
  width: 79.8%;
  margin: 0 auto;
}

.hd_inner_02 ul {
  margin-bottom: 0;
  justify-content: space-between;
}

.hd_inner_02 ul li {
  padding: 2px 0 20PX;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
}

.hd_inner_02 ul li a {
  color: #414141;
  transition: .2s;
  border-left: 1px solid #c6c6c6;
  display: block;
}

.hd_inner_02 ul li:first-child a {
  border-left: none;
}

.hd_inner_02 ul li a:hover {
  color: #c9c6bc;
  transition: 0.2s;
}

header#masthead {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  left: 0;
}

div#content {
  position: relative;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

#top_mv .slick-next:before,
#top_mv .slick-prev:before {
  content: "" !important;
  position: absolute;
  right: 5%;
  margin: auto;
  width: 1em;
  height: 1em;
  border-top: .05em solid #414141;
  top: 0;
  bottom: 0.1em;
}

.slick-next,
.slick-prev {
  z-index: 100;
}

#top_mv .slick-prev:before {
  border-left: .05em solid #414141;
  transform: rotate(-45deg);
}

#top_mv .slick-next:before {
  border-right: .05em solid #414141;
  transform: rotate(45deg);
}

.slider_01 .slick-slide:not(.slick-center) {
  transition: 0.2s linear;
}

.top_news_inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.sec_ttl_01 {
  width: 20%;
}

#top_grand {
  background: #244C89;
}

.top_intro_ttl {
  margin-top: 98px;
  padding: 30px 0;
  background: #244C89;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .top_intro_ttl {
    margin-top: 50px;
  }
}

.top_intro_ttl h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top_intro_ttl h2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.top_intro_ttl h2 small {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .top_intro_ttl h2 small {
    font-size: 14px;
  }
}

.top_intro_ttl h2 span {
  display: block;
  color: #FFFE3B;
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .top_intro_ttl h2 span {
    font-size: 26px;
  }
}

.top_intro_txt {
  margin: 50px 0 65px;
}

@media only screen and (max-width: 768px) {
  .top_intro_txt {
    margin: 25px 0 35px;
  }
}

.top_intro_txt p {
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .top_intro_txt p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.top_intro_txt p span {
  font-size: 30px;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .top_intro_txt p span {
    font-size: 20px;
  }
}

.top_intro_txt p span.note_txt {
  color: #FF0000;
}

.top_intro_video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 768px) {
  .top_intro_video {
    margin: 0 auto 50px;
  }
}

.top_intro_video iframe {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 768px) {
  .top_intro_video iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .top_intro_video iframe {
    height: 200px;
  }
}

.top_grand_ttl {
  padding-top: 70px;
  color: #fff;
  text-align: center;
}

.top_grand_ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top_grand_ttl h2 {
    font-size: 16px;
    line-height: 1.7;
  }
}

.top_grand_ttl h2:before {
  content: '';
  position: absolute;
  left: -70px;
  bottom: 45px;
  width: 60px;
  height: 2px;
  background: #fff;
  transform: rotate(60deg);
}

@media only screen and (max-width: 768px) {
  .top_grand_ttl h2:before {
    left: -50px;
    bottom: 20px;
    width: 50px;
  }
}

@media only screen and (max-width: 330px) {
  .top_grand_ttl h2:before {
    left: -33px;
  }
}

.top_grand_ttl h2:after {
  content: '';
  position: absolute;
  right: -70px;
  bottom: 45px;
  width: 60px;
  height: 2px;
  background: #fff;
  transform: rotate(-60deg);
}

@media only screen and (max-width: 768px) {
  .top_grand_ttl h2:after {
    right: -50px;
    bottom: 20px;
    width: 50px;
  }
}

@media only screen and (max-width: 330px) {
  .top_grand_ttl h2:after {
    right: -33px;
  }
}

.top_grand_ttl h2 span {
  display: inline-block;
  font-size: 40px;
  color: #FFFE3B;
}

@media only screen and (max-width: 768px) {
  .top_grand_ttl h2 span {
    font-size: 20px;
  }
}

.top_grand_ttl h2 span.number {
  margin-left: 10px;
  font-size: 60px;
}

@media only screen and (max-width: 768px) {
  .top_grand_ttl h2 span.number {
    font-size: 30px;
  }
}

.top_grand_content {
  width: 90%;
  max-width: 1080px;
  margin: 170px auto 0;
}

.top_grand_content .grand_list {
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .top_grand_content .grand_list {
    flex-direction: column;
  }
}

.top_grand_content .grand_list .grand_box {
  position: relative;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 160px;
  border: 3px solid #A58D4A;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .top_grand_content .grand_list .grand_box {
    width: 100%;
    margin-right: 0;
  }

  .top_grand_content .grand_list .grand_box:last-child {
    margin-bottom: 60px;
  }
}

.top_grand_content .grand_list .grand_box:nth-child(3n) {
  margin-right: 0;
}

.top_grand_content .grand_list .grand_box .grand_number {
  position: absolute;
  top: -8.75em;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 18.25em;
  margin: 0 auto;
  aspect-ratio: 292/240;
    background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/grand/grand.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
  
    justify-content: center;
 
        font-size: min(1em, calc((100vw - 80px) / 75));
            align-items: flex-start;
   
}
.top_grand_content .grand_list .grand_box .grand_number h3{
  margin-top:19%;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    text-align: center;
    color: red;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.2;

}
.top_grand_content .grand_list .grand_box .grand_number h3 .en{
    display: block;
    color: #000;
      margin-bottom: 0.85em;
    font-size: 0.75em;
}
.top_grand_content .grand_list .grand_box .grand_number h3.st3 .en{
  margin-bottom: 0.5em;
}
.top_grand_content .grand_list .grand_box .grand_number h3.st4 {
  font-size: 1.25em;
      line-height: 1.2;
}
.top_grand_content .grand_list .grand_box .grand_number h3.st4 .en{
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
.top_grand_content .grand_list .grand_box .grand_number h3.st5 {
  font-size: 1.25em;
      line-height: 1.4;
}
.top_grand_content .grand_list .grand_box .grand_number h3.st5 .en{
font-size: 0.9em;
    margin-bottom: 0.7em;
}
@media only screen and (max-width: 768px) {
  .top_grand_content .grand_list .grand_box .grand_number {
           font-size: min(1em, calc((100vw - 20px) / 23));
  }
}

.top_grand_content .grand_list .grand_box .grand_text {
  padding: 110px 20px 25px 20px;
  padding-top: min(6.875em, calc((100vw - 80px) / 10));
  
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.top_grand_content .grand_list .grand_box .grand_text p {
  font-size: 13px;
  height: 125px;
  text-align: left;
  overflow: hidden;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.top_grand_content .grand_list .grand_box .grand_text p.show {
  height: auto;
}

.top_grand_content .grand_list .grand_box .grand_text p b {
  font-weight: bold;
}

.top_grand_content .grand_list .grand_box .grand_text span {
  color: #FF0000;
}

.top_grand_content .grand_list .grand_box .sign {
  display: block;
  margin-left: auto;
  margin-bottom: 13px;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}

.top_grand_content .grand_list .grand_box .sign:before {
  content: '';
  width: 20px;
  height: 1px;
  border-top: 1px solid #A58D4A;
  display: block;
  position: absolute;
  margin-top: 12px;
  margin-left: 2px;
}

.top_grand_content .grand_list .grand_box .sign:after {
  content: '';
  width: 1px;
  height: 20px;
  border-right: 1px solid #A58D4A;
  display: block;
  position: absolute;
  margin-top: 3px;
  margin-left: 11px;
}

.top_grand_content .grand_list .grand_box .sign.expanded:after {
  height: 0;
  opacity: 0;
}

.top_laser {
  background-color: #D8EEF6;
}

.top_laser_inn {
  max-width: 1080px;
  width: 90%;
  margin: auto;
  padding: 70px 0 80px;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn {
    width: 90%;
    margin: auto;
    padding: 35px 0 40px;
  }
}

.top_laser_inn_content_ttl {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_ttl {
    margin-bottom: 20px;
  }
}

.top_laser_inn_content_ttl h2 {
  font-weight: 800;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

.top_laser_inn_content_ttl h2.lg-ttl {
  font-size: 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_ttl h2.lg-ttl {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_ttl h2.lg-ttl {
    font-size: 20px;
  }
}

.top_laser_inn_content_ttl p.sm-ttl {
  font-size: 24px;   
   font-weight: 800;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_ttl p.sm-ttl {
    font-size: 16px;
  }
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_ttl p.sm-ttl {
    font-size: 14px;
  }
}

.top_laser_inn_content_desc {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_desc {
    margin-bottom: 35px;
  }
}

.top_laser_inn_content_desc p {
  font-size: 34px;
  text-align: center;
  line-height: 1.8;
  font-weight: 800;
  color: #FF0000;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_desc p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_desc p {
    font-size: 17px;
  }
}

.top_laser_inn_content_data .item-wr {
  background-color: #fff;
  border: 5px solid #183774;
  margin-bottom: 50px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.top_laser_inn_content_data .item-wr:last-child {
  margin-bottom: 0;
}

.top_laser_inn_content_data .item-wr figure {
  width: 42.1%;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr figure {
    width: 100%;
  }
}

.top_laser_inn_content_data .item-wr figure img {
  height: 352px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr figure img {
    height: 480px;
  }
}

@media only screen and (max-width: 480px) {
  .top_laser_inn_content_data .item-wr figure img {
    height: 250px;
  }
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_data .item-wr figure img {
    height: 220px;
  }
}

.top_laser_inn_content_data .item-wr .info {
  flex: 1 0 0;
  background-color: #fff;
  padding: 45px 30px 50px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr .info {
    display: block;
    padding: 25px 5% 30px;
  }
}

.top_laser_inn_content_data .item-wr .info-data-ttl {
  font-size: 30px;
  color: #183774;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr .info-data-ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_data .item-wr .info-data-ttl {
    font-size: 18px;
  }
}

.top_laser_inn_content_data .item-wr .info-data-desc {
  font-size: 20px;
  color: #183774;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr .info-data-desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_data .item-wr .info-data-desc {
    font-size: 13px;
  }
}

.top_laser_inn_content_data .item-wr .info-data-desc .red-txt {
  color: #FF0000;
}

@media only screen and (max-width: 768px) {
  .top_laser_inn_content_data .item-wr .info-btn {
    margin-top: 30px;
  }
}

.top_laser_inn_content_data .item-wr .info-btn.btn-02 a {
  max-width: 280px;
}

.top_laser_inn_content_data .item-wr .info-btn.btn-02 a::after {
  right: 20px;
}

.top_laser_inn_content_data .item-wr .info-btn a {
  position: relative;
  display: block;
  padding: 13px 20px;
  background-color: #183774;
  border: 1px solid #183774;
  max-width: 250px;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_data .item-wr .info-btn a {
    width: 230px;
  }
}

.top_laser_inn_content_data .item-wr .info-btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
}

.top_laser_inn_content_data .item-wr .info-btn a .link {
  font-size: 15px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 330px) {
  .top_laser_inn_content_data .item-wr .info-btn a .link {
    font-size: 13px;
  }
}

#top_news {
  padding: 40px 0;
}

.news_content {
  width: 80%;
}

.sec_ttl_01_inner h2 {
  font-size: 24px;
}

.ban_01 .sec_ttl_01_inner h2 {
  text-align: left;
}

.sec_ttl_01_inner span {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #a58d4a;
  margin: 20px auto 10px 0;
}

.sec_ttl_01_inner h3 {
  color: #a58d4a;
  font-size: 15px;
}

.news_content ul li {
  margin-bottom: 20px;
}

.news_content ul li .news_date {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.news_content ul li a {
  display: inline-block;
  font-size: 13px;
}

#top_news .news_content {
  overflow-y: scroll;
  height: 165px;
}

#top_news .btn_01 {
  margin-top: -50px;
}

.btn_01 a {
  position: relative;
  border: 1px solid #a58d4a;
  padding: 7px 30px;
  box-sizing: border-box;
  font-size: 15px;
}

.btn_01 a:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: .1em;
  right: 14%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #a58d4a;
  border-right: .05em solid #a58d4a;
  transform: rotate(45deg);
}

#top_search {
  padding: 50px 0;
  color: #fff;
  background: repeating-linear-gradient(-45deg, #a58d4a, #a58d4a 3px, #ad975b 3px, #ad975b 7px);
}

.top_search_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.search_caption,
.top_search_inner .sec_ttl_01 {
  width: 50%;
}

.top_search_inner .sec_ttl_01_inner span {
  background-color: #fff;
}

.top_search_inner .sec_ttl_01_inner h3 {
  color: #fff;
}

.search_caption p {
  font-size: 13px;
  text-align: right;
}

.search_content {
  width: 50%;
  padding: 2% 2% 80px;
  box-sizing: border-box;
  position: relative;
}

.searchandfilter select.sf-input-select {
  min-width: 0;
}

.searchandfilter ul li.sf-field-search,
.searchandfilter ul li.sf-field-taxonomy-service__content,
.searchandfilter ul li.sf-field-taxonomy-service_part {
  display: -moz-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchandfilter ul li h4 {
  width: 20%;
  font-size: 13px !important;
}

.searchandfilter ul li.sf-field-taxonomy-service_part label {
  width: 80%;
  position: relative;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}

.searchandfilter ul li.sf-field-taxonomy-service_part label select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: 0;
  background: 0 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
}

.searchandfilter ul li.sf-field-taxonomy-service_part label select::-ms-expand {
  display: none;
}

.searchandfilter ul li.sf-field-taxonomy-service_part label::before {
  position: absolute;
  top: 45%;
  right: .9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  box-sizing: border-box;
}

.searchandfilter ul li.sf-field-taxonomy-service_part label select {
  padding: 8px 38px 8px 8px;
  color: #666;
  box-sizing: border-box;
}

.searchandfilter ul li.sf-field-taxonomy-service__content label {
  width: 80%;
  position: relative;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}

.searchandfilter ul li.sf-field-taxonomy-service__content label select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: 0;
  background: 0 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
}

.searchandfilter ul li.sf-field-taxonomy-service__content label select::-ms-expand {
  display: none;
}

.searchandfilter ul li.sf-field-taxonomy-service__content label::before {
  position: absolute;
  top: 45%;
  right: .9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  box-sizing: border-box;
}

.searchandfilter ul li.sf-field-search label input,
.searchandfilter ul li.sf-field-taxonomy-service__content label select {
  padding: 8px 38px 8px 8px;
  color: #666;
  box-sizing: border-box;
}

.searchandfilter ul li.sf-field-search h4 {
  width: 30%;
  font-size: 13px !important;
}

.searchandfilter ul li.sf-field-search label {
  width: 70%;
}

.searchandfilter ul li.sf-field-search label input {
  width: 100%;
  font-size: 14px;
}

.sf-field-submit {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sf-field-submit input {
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  max-width: 200px;
  border: 1px solid #fff;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}

#top_menu {
  padding: 50px 0 10px;
}

.top_menu_inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.top_menu_inner .sec_ttl_01 {
  width: 28%;
}

.top_menu_inner .top_menu_content {
  width: 72%;
}

.top_menu_inner .sec_ttl_01>p {
  margin-top: 40px;
  font-size: 13px;
  line-height: 2;
}

.top_menu_content_inner ul li {
  width: 49.5%;
  margin: .25%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  position: relative;
}

.doctor_list,
.top_clinic_timetable_l table tbody .tbody_02,
.top_clinic_timetable_l table thead tr {
  border-bottom: 1px solid #A5A5A5;
}

#mrTable03-outer>.mrcominfo {
  border-bottom: 1px solid #707070 !important;
}

.top_menu_content_inner_img {
  width: 28%;
}

.top_menu_content_inner_txt {
  position: relative;
  width: 72%;
  padding: 40px 30px;
  font-size: 13.5px;
  box-sizing: border-box;
  text-align: left;
}

.sd_nav_02 .top_menu_content_inner_txt:after {
  display: none;
}

.top_menu_content_inner_txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.1em;
  right: 12%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #a58d4a;
  border-right: 1px solid #a58d4a;
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .top_menu_content_inner_txt:after {
    display: none;
  }
}

.top_menu_content_inner ul li a {
  position: absolute;
  border-left: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.top_menu_content_inner ul li a:hover {
  background-color: rgb(201 198 188 / 34%);
}

.megaContentWrap .top_menu_content_inner_txt:after {
  display: none;
}

.megaContentWrap .top_menu_content_inner_img {
  width: 20%;
}

.megaContentWrap .top_menu_content_inner_txt {
  width: 80%;
  padding: 15px 9px;
  text-align: left;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(1) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_01.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(2) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_02.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(3) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_03.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(4) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_04.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(5) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_05.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(6) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_06.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(7) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_13.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(8) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_14.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(9) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_15.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(10) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_16.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(11) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_07.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(12) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_08.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(13) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_09.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(14) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_10.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(15) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_11.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(16) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_17.jpg);
  background-position: center center;
  background-size: cover;
}

.megaContentWrap .top_menu_content_inner ul li:nth-child(17) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_12.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(1) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_01.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(2) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_02.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(3) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_03.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(4) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_04.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(5) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_05.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(6) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_06.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(7) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_07.jpg);
  background-position: top center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(8) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_08.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(9) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_09.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(10) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_10.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(11) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_11.jpg);
  background-position: center center;
  background-size: cover;
}

.top_menu_content_inner ul li:nth-child(12) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_12.jpg);
  background-position: center center;
  background-size: cover;
}

.top_recommend_inner {
  margin-top: 30px;
}

.top_recommend_inner .sec_ttl_01 {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.slider_02 img {
  width: 95%;
  margin: 0 auto;
}

.slider_02 {
  margin-top: 40px;
}

#top_clinic {
  padding: 50px 0;
}

.top_clinic_content_info {
  width: 90%;
  max-width: 1080px;
  margin: -100px auto 0;
}

.top_clinic_content_info .info_fl {
  padding: 45px 30px 15px 30px;
  box-sizing: border-box;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .info_fl {
    padding: 10px;
    flex-direction: column;
  }
}

.top_clinic_content_info .info_fl figure {
  width: 44%;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .info_fl figure {
    width: 100%;
  }
}

.top_clinic_content_info .info_fl .text {
  width: 52%;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .info_fl .text {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

.top_clinic_content_info .info_fl .text p {
  font-size: 18px;
  line-height: 2.1;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .info_fl .text p {
    font-size: 16px;
    line-height: 2;
  }
}

.top_clinic_content_info .moreinfo {
  padding: 0 30px;
  box-sizing: border-box;
  display: none;
}

.top_clinic_content_info .moreinfo p {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .moreinfo {
    padding: 0;
    margin-top: 20px;
  }

  .top_clinic_content_info .moreinfo p {
    font-size: 13px;
    line-height: 1.8;
  }
}

.top_clinic_content_info .sign {
  display: block;
  margin-left: auto;
  margin-bottom: 13px;
  width: 35px;
  height: 35px;
  position: relative;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .sign {
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 10px;
  }
}

.top_clinic_content_info .sign:before {
  content: '';
  width: 30px;
  height: 1px;
  border-top: 1px solid #A58D4A;
  display: block;
  position: absolute;
  margin-top: 15px;
  margin-left: -2px;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .sign:before {
    width: 20px;
    margin-top: 15px;
    margin-left: 4px;
  }
}

.top_clinic_content_info .sign:after {
  content: '';
  width: 1px;
  height: 30px;
  border-right: 1px solid #A58D4A;
  display: block;
  position: absolute;
  margin-top: 2px;
  margin-left: 12px;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_info .sign:after {
    height: 20px;
    margin-top: 6px;
    margin-left: 13px;
  }
}

.top_clinic_content_info .sign.expanded {
  bottom: 0;
}

.top_clinic_content_info .sign.expanded:after {
  height: 0;
  opacity: 0;
}

.top_clinic_inner>.sec_ttl_01 {
  width: 100%;
  padding: 70px 0 140px;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #f0f0f0 3px, #f0f0f0 7px);
}

.top_clinic_inner>.sec_ttl_01 .sec_ttl_01_inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.clone-nav .hd_inner {
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.top_clinic_content_img {
  max-width: 1080px;
  width: 90%;
  margin: -100px auto 0;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/first_bg.jpg);
}

.top_clinic_content_inner,
.top_clinic_timetable {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {

  .top_clinic_content_inner,
  .top_clinic_timetable {
    width: 100%;
  }
}

.top_clinic_timetable {
  padding: 75px 0 0;
}

.top_clinic_timetable_l table thead tr td {
  width: 8%;
  font-size: 15px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.top_clinic_content_inner_l,
.top_clinic_timetable_l {
  width: 52%;
}

@media only screen and (max-width: 768px) {

  .top_clinic_content_inner_l,
  .top_clinic_timetable_l {
    width: 90%;
    margin: 0 auto;
  }
}

.top_clinic_content_inner_r,
.top_clinic_timetable_r {
  width: 44%;
}

@media only screen and (max-width: 768px) {

  .top_clinic_content_inner_r,
  .top_clinic_timetable_r {
    width: 100%;
  }
}

.top_clinic_timetable_r {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .top_clinic_timetable_r {
    width: 90%;
    margin: 0 auto;
  }
}

.top_clinic_timetable_l .sec_ttl_01,
.top_clinic_timetable_l table {
  width: 100%;
}

.top_clinic_content_inner_l .ad {
  font-size: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .top_clinic_content_inner_l .ad {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.top_clinic_content_inner_l .access-1 {
  padding: 20px;
  box-sizing: border-box;
  background: #F4EFE4;
  margin-bottom: 20px;
}

.top_clinic_content_inner_l .access-1 h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.top_clinic_content_inner_l .access-1 ul,
.top_clinic_content_inner_l .access-1 li {
  font-size: 13px;
  line-height: 2;
}

.top_clinic_content_inner_l .access-2 {
  padding: 20px;
  box-sizing: border-box;
  background: #E8E8E8;
}

.top_clinic_content_inner_l .access-2 h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.top_clinic_content_inner_l .access-2 h4 {
  text-indent: -7px;
}

.top_clinic_content_inner_l .access-2 h4,
.top_clinic_content_inner_l .access-2 p {
  font-size: 13px;
  line-height: 2;
}

.top_clinic_content_inner_l .access-note-txt {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.top_clinic_content .sec_ttl_01 {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.top_clinic_content_inner_r_if {
  height: 93%;
}

.top_clinic_content_inner_r_if iframe {
  height: 100%;
  width: 100%;
}

.top_clinic_timetable_l table thead tr th {
  width: 28%;
  font-size: 15px;
  padding: 13px 0px;
  box-sizing: border-box;
  text-align: left;
}

.top_clinic_timetable_l table tbody tr th {
  width: 28%;
  font-size: 15px;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: left;
}

.top_clinic_timetable_l table tbody tr td {
  width: 8%;
  font-size: 15px;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: center;
}

.top_clinic_timetable_l table tbody tr td span {
  color: #a58d4a;
}

.top_clinic_timetable_l table tbody tr td span.dash {
  display: inline-block;
  margin-top: 5px;
  color: #414141;
}

.top_clinic_timetable_l table tbody tr td .fas.fa-circle {
  font-size: 9px;
}

.top_clinic_timetable_l .at {
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 40px;
}

.top_clinic_timetable_l .at span {
  display: inline-block;
  color: #A58D4A;
  font-weight: 600;
  margin-right: 10px;
}

.top_clinic_content_inner_r>a {
  font-size: 13px;
  display: block;
  margin-top: 10px;
  text-align: right;
  text-decoration: underline;
}

.doctor_list_inner_cap .class,
.reserve_btn .btn_02 a {
  font-size: 15px;
}

.reserve_btn .btn_02 {
  text-align: center;
}

.reserve_btn .btn_02 a {
  padding: 18.5px 10px;
  box-sizing: border-box;
  border: 1px solid #a58d4a;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reserve_btn .btn_02 a img {
  display: inline-block;
  max-width: 17px;
  margin-right: 10px;
}

.reserve_btn .btn_02 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 9%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #a58d4a;
  border-right: .05em solid #a58d4a;
  transform: rotate(45deg);
}

#top_doctor {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.top_doctor_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.doctor_list_inner_img {
  width: 40%;
}

.doctor_list_inner_cap {
  width: 55%;
  margin-right: 5%;
}

.top_doctor_inner .sec_ttl_01 {
  width: 100%;
  margin-bottom: 50px;
}

.doctor_list_inner_cap .class {
  margin-bottom: 5px;
}

.doctor_list_inner_cap h2 {
  font-size: 20px;
}

.doctor_cap {
  font-size: 15px;
  line-height: 2;
  padding: 20px 0;
}

.doctor_cap_ul {
  width: 20px;
  height: 2px;
  background-color: #a5a5a5;
  display: block;
}

.doctor_list_inner_cap>ul {
  font-size: 13px;
  padding: 15px 0 0;
}

.doctor_list_inner_cap>ul li {
  margin-bottom: 7px;
}

.doctor_list {
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.doctor_list_last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#top_column {
  padding: 50px 0 0;
}

.top_column_inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.top_column_inner .sec_ttl_01 {
  width: 50%;
}

.top_column_inner>p {
  width: 50%;
  font-size: 13px;
  text-align: right;
  line-height: 2;
}

.slider_03 {
  padding: 50px 0 100px;
  outline: 0;
  background: linear-gradient(#fff 30%, #ededed 70%);
}

.column_box {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  position: relative;
  transition: all .3s;
}

.column_box:hover {
  opacity: 0.8;
}

.column_box .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column_box_img {
  background-position: center center;
  background-size: cover;
  padding-top: 60%;
}

.column_box_txt {
  padding: 20px;
  box-sizing: border-box;
}

.column_box_txt_info .column_cate {
  width: 50%;
}

.column_box_txt_info .column_cate a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #a58d4a;
  box-sizing: border-box;
  padding: 5px 10px;
}

.column_box_txt_info .column_date {
  width: 50%;
  text-align: right;
  color: #a58d4a;
  font-size: 13px;
}

#main,
.clinic {
  width: 100%;
  margin: 0 auto;
}

.column_box_txt a span {
  font-size: 10px;
}

#main {
  overflow: hidden;
}

.clinic_container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.clinic_in_line,
div.clinic_line {
  margin-top: 10px;
  display: block;
  background-color: #a58d4a;
}

.clinic_container_in {
  padding: 0 0 143px;
}

.clinic_sub_02 {
  padding: 0 0 76px;
}

.clinic_sub_04 {
  padding: 0 0 119px;
}

.clinicTp {
  font-size: 10pt;
  display: block;
  color: #000;
  word-spacing: 10px;
  padding-top: 10px;
}

.clinic_container h2 {
  font-size: 24px;
  padding: 60px 0 38px;
  font-weight: 500;
  letter-spacing: 0;
}

div.clinic_line {
  width: 20px;
  height: 2px;
}

.clinic_container h3 {
  font-size: 21px;
  color: #b19e5e;
  font-weight: 700;
  letter-spacing: 0;
}

.clinic_in {
  width: 100%;
}

.clinic_in ul {
  padding-top: 30px;
  justify-content: space-between;
}

.clinic_in ul li {
  width: calc(97%/ 3);
  align-items: center;
  border: 1px solid #e0e0e0;
  margin-bottom: 9px;
  position: relative;
}

.clinic_in ul li:nth-child(7),
.clinic_in ul li:nth-child(8),
.clinic_in ul li:nth-child(9) {
  margin-bottom: 0;
  box-sizing: border-box;
}

.clinic_in ul li div:first-child {
  width: 20%;
}

.clinic_in ul li div:first-child img {
  height: 100px;
}

.clinic_in ul li div:nth-child(2) {
  text-align: left;
  width: 56%;
  position: relative;
  padding: 12%;
}

.clinic_in ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.clinic_in ul li div:nth-child(2) h2 {
  font-size: 15px;
  letter-spacing: 0;
  padding: 0;
}

.clinic_in ul li div:nth-child(2):after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 1px #a58d4a;
  border-right: solid 1px #a58d4a;
  position: absolute;
  right: 26px;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sub05_fmore a:after,
.submit::after {
  bottom: .1em;
  transform: rotate(45deg);
}

.clinic_in_container {
  padding-top: 45px;
}

.clinic_in_container h4 {
  font-size: 18px;
  padding-bottom: 17px;
  font-weight: 700;
}

.clinic_in_line {
  width: 669px;
  height: 2px;
}

.clinic_in_container table {
  width: 100%;
}

.clinic_in_container table tr th:first-child {
  border-right: 1px solid #fff;
}

.clinic_in_container table tr th:last-child {
  border-right: 1px solid #a58d4a;
}

.clinic .clinic_in_container table td {
  border: 1px;
  width: 50%;
  text-align: center;
}

.clinic .clinic_in_container table tr th {
  background: #a58d4a;
  padding: 14px 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}

.clinic_in_sub04_l,
.sub04_in {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.clinic_in_container table tr td {
  padding: 26px 0 22px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.clinic_in_sub03 {
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #a58d4a;
  border-bottom: 2px solid #a58d4a;
}

.clinic_in_sub03_container {
  max-width: 738px;
  margin: 0 auto;
  padding-bottom: 69px;
}

.clinic_in_sub03_container h2 {
  font-size: 21px;
  text-align: center;
  padding: 37px 0 36px;
  color: #b19e5e;
}

.clinic_in_sub03_container h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}

.clinic_in_sub03_slider {
  max-width: 445px;
  margin: 0 auto;
}

.clinic_in_sub03_slider .slick-prev::before {
  content: "ï¼œ";
  position: absolute;
  color: #000;
}

.clinic_in_sub03_slider .slick-next::before {
  content: "ï¼ž";
  position: absolute;
  color: #000;
}

.clinic_in_sub03_slider button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -7%;
}

.clinic_in_sub03_slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -12%;
}

.clinic_in_sub03_tbl {
  width: 100%;
  margin-top: 53px;
  box-sizing: border-box;
}

.clinic_in_sub03_tbl table {
  width: 100%;
}

.clinic_in_sub03_tbl table tr {
  border-bottom: 2px dashed;
  width: 100%;
  border-color: #a58d4a;
  display: flex;
}

.clinic_in_sub03_tbl table tr:last-child {
  border-bottom: 0;
}

.clinic_in_sub03_tbl table th {
  font-size: 18px;
  width: 35%;
  letter-spacing: 0;
  padding: 23px 0 14px 106px;
  font-weight: 700;
  text-align: left;
  color: #b19e5e;
}

.clinic_in_sub03_tbl table td {
  font-size: 15px;
  width: 65%;
  letter-spacing: 0;
  padding: 23px 0 14px;
  font-weight: 700;
}

.clinic_in_sub04 {
  width: 82%;
  margin: 0 auto;
  position: relative;
}

.sub04_box {
  width: 687px;
  position: absolute;
  margin: 0 auto;
  top: 113px;
  left: 0;
  right: 0;
  justify-content: space-between;
}

.sub04_in {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_12.jpg);
  position: relative;
  width: 100%;
  padding-bottom: 71%;
}

.clinic_in_sub04_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_11.jpg);
  width: 41%;
  padding-bottom: 47%;
}

.clinic_in_sub04_r {
  width: 55%;
}

.clinic_in_sub04_r h2 {
  align-items: center;
}

.clinic_in_sub04_r h2 span:nth-of-type(1) {
  display: block;
  width: 62px;
  height: 2px;
  background: #a58d4a;
  padding: 0;
  box-sizing: border-box;
}

.sub05_step div:nth-child(1):after,
.sub05_step div:nth-of-type(2):after {
  height: 0;
  right: -22px;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  content: "";
  top: 0;
}

.clinic_in_sub04_r h2 span:nth-of-type(2) {
  font-size: 15px;
  margin-right: 28px;
  color: #b19e5e;
  letter-spacing: 0;
  font-weight: 700;
}

.clinic_in_sub04_r h2 span:nth-of-type(3) {
  font-size: 21px;
  letter-spacing: 0;
  color: #b19e5e;
  font-weight: 700;
}

.clinic_in_sub04_r .sub04_ttl {
  width: 68px;
  background: #b19e5e;
  font-size: 15px;
  padding: 9px 19px;
  box-sizing: border-box;
  color: #fff;
  display: initial;
  margin-left: 45px;
}

.clinic_in_sub04_r p {
  padding: 35px 0 0 45px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 700;
}

.reserve_form {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.reserve_form .top_notice {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0;
  color: red;
}

.reserve_form_inner p {
  font-size: 15px;
  text-align: left;
  padding: 20px 0;
}

.sub05_step div:nth-child(1),
.sub05_step div:nth-child(2),
.sub05_step div:nth-child(3) {
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 12px 0 9px;
}

.sub05_step.d_fl {
  box-sizing: border-box;
}

.sub05_step div:nth-child(1) {
  width: 201px;
  background: #ad9349;
  position: relative;
  letter-spacing: 0;
}

.sub05_step div:nth-child(1):after {
  width: 0;
  position: absolute;
  border-left: 22px solid #ad9349;
  z-index: 1;
}

.sub05_step div:nth-child(2) {
  width: 201px;
  background: #d3b271;
  position: relative;
}

.sub05_step div:nth-of-type(2):after {
  width: 0;
  position: absolute;
  border-left: 22px solid #d3b271;
}

.sub05_step div:nth-child(3) {
  width: 217px;
  background: #e5cd98;
}

.sub05_form {
  max-width: 1000px;
  margin: 0 auto;
}

.zip1 input[type=text],
.zip2 input[type=text] {
  width: auto;
}

.wpcf7-checkbox {
  display: block;
}

input[type=submit] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0 !important;
}

input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

.submit {
  max-width: 294px;
  width: 100%;
  margin: auto;
  position: relative;
}

.submit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #fff;
  border-right: 0.05em solid #fff;
}

.wpcf7-back,
.wpcf7-confirm,
.wpcf7-submit {
  width: 294px;
  height: 100%;
  margin: 0 auto;
  background: #a58d4a;
  text-align: center;
  color: #fff;
  display: block;
  border: 0;
  position: relative;
  font-size: 15px;
  outline: 0;
  letter-spacing: 0;
}

.wpcf7-submit {
  padding: 20px 0;
}

.wpcf7-confirm {
  padding: 19px 0;
}

.wpcf7-back {
  padding: 20px 0;
}

.formnavBox .formnavBox_on,
.formnavBox li,
.formnavBox li:nth-child(3) {
  color: #fff;
  padding: 12px 0 9px;
  text-align: center;
}

.formnavBox li:nth-child(3)::before,
div.wpcf7 .ajax-loader {
  display: none;
}

.clinic_in_sub05 ul {
  justify-content: inherit;
}

.formnavBox li {
  width: 30%;
  background: #d3b271;
  position: relative;
  border: none !important;
}

.formnavBox .formnavBox_on {
  background-color: #ad9349 !important;
  font-size: 15px;
  position: relative;
  letter-spacing: 0;
}

.formnavBox li:nth-child(1).formnavBox_on:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -20px;
  border-left: 20px solid #ad9349;
  border-bottom: 23px solid transparent;
  border-top: 20px solid transparent;
  z-index: 1;
}

.formnavBox li:nth-child(3) {
  font-size: 15px;
  background: #e5cd98;
  position: relative;
  border: none !important;
}

.formnavBox li:nth-child(2).formnavBox_on:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -21px;
  border-left: 21px solid #ad9349;
  border-bottom: 21px solid transparent;
  border-top: 21px solid transparent;
  z-index: 1;
}

input::placeholder {
  color: #ddd;
  font-size: 14px;
}

.wpcf7c-conf {
  background-color: unset !important;
  color: #000;
  border: unset !important;
}

.accept_me {
  width: 100%;
  margin: 40px auto;
  padding: 30px 0 55px;
  background: #d3b271;
  text-align: center;
  color: #fff;
}

.accept_me h2 {
  padding: 20px 0;
  text-align: center;
}

.accept_me h2 a {
  color: red;
}

.accept_me a span {
  position: unset;
  font-size: unset;
  color: #fff;
  margin: 0 5px;
}

.acceptme span {
  color: #fff;
}

table.table-res-form caption {
  text-align: left;
}

table.table-res-form {
  width: 100%;
}

table.table-res-form tr th {
  width: 100%;
  margin: 10px 0 0;
  padding: 5px;
  text-align: left;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  color: #ad9248;
  font-size: 17px;
  border-left: 2px solid #af944b;
  box-sizing: border-box;
}

.clinic_in01 .d_fl,
.clinic_in02_in,
.flow_content .flow_btn ul {
  justify-content: space-between;
}

.seltp {
  padding-bottom: 10px;
}

table.table-res-form td dl,
table.table-res-form dd {
  margin-bottom: 0;
}

table.table-res-form tr td {
  display: block;
  width: 100%;
  margin: 15px 0 30px;
}

table.table-res-form tr td dl {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
}

table.table-res-form tr td dl dt {
  min-width: 150px;
}

.table-res-form {
  width: 100%;
}

.table-res-form tr {
  vertical-align: middle;
}

.table-res-form tr:first-child {
  border-top: none;
}

:-moz-placeholder {
  color: #26465c;
  opacity: 1;
}

::-moz-placeholder {
  color: #26465c;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #26465c;
}

.seltp_inner input {
  margin-bottom: 15px;
}

span.required {
  font-size: 9px;
  color: red;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  top: -4px;
}

.sub05_f_input {
  width: 400px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
  margin: 15px 0;
  border: 1px;
  outline: 0;
}

.table-res-form input[type=tel],
input[type=email],
input[type=number],
input[type=text],
select,
textarea {
  border: 1px solid #ad9248;
  padding: .9em;
  border-radius: 0;
  margin-right: 15px;
  position: relative;
  opacity: 1;
  font-size: 16px;
  box-sizing: border-box;
}

.table-res-form select {
  border: 1px solid #ad9248;
  padding: .5em;
  border-radius: 0;
  margin-bottom: 7px;
  width: auto;
  position: relative;
  opacity: 1;
  font-size: 16px;
  box-sizing: border-box;
}

.add01 input,
.add02 input,
.sub05_f_input01,
.sub05_f_input02,
.sub05_select {
  border: 1px;
  outline: 0;
  box-sizing: border-box;
}

.add01 input,
.add02 input {
  color: #666;
  display: block;
}

.table-res-form .dob {
  margin: 0 15px 0 0;
}

span.radio {
  font-size: 15px;
  letter-spacing: 0;
  margin: 15px 0 30px;
  padding: 20;
}

.add01 input {
  width: 147px;
}

.add02 input {
  width: 100%;
}

span.add01 {
  margin-right: 15px;
}

span.add02 {
  width: 60%;
}

.sub05_f02.d_fl {
  margin: 0 0 15px;
}

.flow_content h2 {
  font-size: 15px;
  text-align: center;
}

.flow_content .flow_01 {
  max-width: 800px;
  width: 75%;
  margin: 100px auto 150px;
}

.flow_content .flow_btn {
  width: 100%;
  margin: auto;
}

.flow_content .flow_btn li {
  width: 31%;
  padding: 0 0 100px;
}

.sub05_form h3 {
  font-size: 15px;
  padding: 23px 0 34px;
}

.sub05_form h3 span {
  color: #d82525;
  display: inline-block;
  font-size: 15px;
}

.form_control .name01 {
  font-size: 17px;
  position: relative;
  font-weight: 700;
  align-items: center;
  letter-spacing: 0;
}

.sub05_ftype p {
  box-sizing: border-box;
  font-size: 15px;
}

.form_control .name01 span:nth-of-type(1) {
  width: 3pt;
  height: 30px;
  background: #ad9349;
  margin-right: 13px;
}

.form_control .name01 span:nth-of-type(2) {
  color: #b19e5e;
}

.form_control .name01 span:nth-of-type(3) {
  position: relative;
  font-size: 15px;
  top: -13px;
  color: #d82525;
  right: -5px;
}

.sub05_ftype .sub05_f01_input,
.sub05_ftype .sub05_f_input {
  width: 400px;
  padding: 12px 8px 13px;
  color: #666;
  box-sizing: border-box;
  border: 1px;
  outline: 0;
}

.sub05_form01 {
  margin-bottom: 60px;
}

.form_control {
  margin-bottom: 30px;
}

.sub05_ftype .sub05_f_input {
  font-size: 15pt;
  margin: 30px 0 0;
}

.sub05_ftype .sub05_ftype_radio .d_fl {
  padding: 30px 0 17px;
}

.sub05_f_input01,
.sub05_f_input02 {
  font-size: 15pt;
  padding: 12px 8px 13px;
  color: #666;
}

.sub05_ftype .sub05_ftype_radio p:first-child {
  margin-right: 26px;
}

.sub05_f_input01 {
  width: 147px;
  margin: 30px 15px 14px 0;
}

.sub05_f_input02 {
  width: 633px;
  margin: 30px 0 14px;
}

.sub05_select {
  width: 400px;
  height: 48px;
  font-size: 15px;
  padding: 6px 75px 6px 8px;
  color: #000;
  margin: 15px 0;
  letter-spacing: 0;
  border-radius: 0;
}

.sub05_ftype_select select {
  text-indent: 1px;
  text-overflow: clip;
  position: relative;
  background: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_arrow.png) calc(100% - 10px) no-repeat;
}

.sub05_ftype .sub05_ftype_select {
  content: '';
  background: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_arrow.png) 50% 50% no-repeat #fff;
  width: 14px;
  height: 14px;
  top: 65px;
  padding: 4px;
  right: 4px;
  border-radius: 28px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

.sub05_fbt p:nth-child(2) span,
.sub05_fmore a {
  color: #fff;
  font-size: 15px;
}

.sub05_ftype .sub05_ftype_select,
.sub05_ftype .sub05_ftype_select span {
  position: relative;
}

.sub05_f02 label {
  font-size: 15px;
  margin-right: 15px;
}

.sub05_f02.d_fl {
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.sub05_01 td {
  font-size: 15px;
  font-weight: 700;
}

.sub05_fbt {
  max-width: 701px;
  margin: 59px auto 63px;
  background: #d3b271;
  padding: 33px 0 46px;
  box-sizing: border-box;
}

.sub05_fbt p {
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}

.sub05_fbt p:nth-child(1) span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.sub05_fbt p:nth-child(2) {
  margin-top: 20px;
}

.fub05_p {
  padding: 12px 0 29px;
  font-size: 15px;
}

.sub05_fmore {
  width: 294px;
  margin: 0 auto;
  background: #a58d4a;
  text-align: center;
  position: relative;
}

.sub06_in_l,
.sub06_in_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub05_fmore a {
  padding: 24px 0;
  display: block;
  letter-spacing: 0;
}

.sub05_fmore a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sub06_in01_m span,
.sub06_in02_m span,
.sub06_in03_m span,
.sub06_in04_m span,
.sub06_in_m span {
  border-left: 14px solid #ad9349;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
}

.sub06_in01_m span,
.sub06_in_m span {
  right: 43%;
}

.sub06_container01 {
  overflow: hidden;
  box-sizing: border-box;
}

.sub06_container01 h3 {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
}

.sub06_in_l span,
.sub06_in_r span {
  font-size: 18px;
  color: #b19e5e;
  left: 6px;
}

.clinic01_line {
  margin-top: 10px;
  display: block;
  max-width: 556px;
  height: 2px;
  background-color: #a58d4a;
}

.sub06_in.d_fl {
  margin: 67px 0 48px;
}

.sub06_in_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_13.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in_l span {
  position: absolute;
  top: -45px;
}

.sub06_in_m {
  width: 88px;
  position: relative;
}

.sub06_in_m span {
  width: 0;
  height: 0;
  position: absolute;
  top: 43%;
}

.sub06_in_r {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_14.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in_r span {
  position: absolute;
  top: -45px;
}

.sub06_box ol dl,
.sub06_box span,
.sub06_p {
  font-size: 15px;
  letter-spacing: 0;
}

.sub06_box {
  background: #b19e5e;
  padding: 11px 0 26px 29px;
  margin: 48px 0 80px;
  box-sizing: border-box;
}

.sub06_box span {
  display: block;
  background: #fff;
  width: 59px;
  text-align: center;
  padding: 7px 9px 2px;
  box-sizing: border-box;
}

.sub06_in01_l,
.sub06_in01_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub06_box ol dl {
  color: #fff;
}

.sub06_in01_l span,
.sub06_in01_r span {
  font-size: 18px;
  color: #b19e5e;
  left: 6px;
}

.sub06_box ol {
  margin-top: 18px;
  letter-spacing: 0;
}

.sub06_container02 h3 {
  font-size: 18px;
  letter-spacing: 0;
}

.sub06_in01.d_fl {
  margin: 67px 0 48px;
}

.sub06_in01_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_13.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in01_l span {
  position: absolute;
  top: -45px;
}

.sub06_in01_m {
  width: 88px;
  position: relative;
}

.sub06_in01_m span {
  width: 0;
  height: 0;
  position: absolute;
  top: 43%;
}

.sub06_in01_r {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_14.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in01_r span {
  position: absolute;
  top: -45px;
}

.sub06_p01 {
  font-size: 15px;
  letter-spacing: 0;
}

.sub06_container03 {
  margin: 46px 0;
  box-sizing: border-box;
}

.sub06_bt {
  display: none;
}

a.sub06_bt {
  display: block;
  width: 100%;
  background: #a58d4a;
  padding: 9px 9px 16px 30px;
  box-sizing: border-box;
  position: relative;
}

a.sub06_bt span {
  color: #000;
  font-size: 15px;
  display: inline-block;
  background: #fff;
  padding: 5px 14px;
  box-sizing: border-box;
}

.minus:after,
.plus:after {
  position: absolute;
  right: 5px;
  color: #fff;
  font-size: 15px;
  top: 16px;
}

.sub06_in02_l,
.sub06_in02_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.plus:after {
  content: "ï¼‹";
}

.minus:after {
  content: "ãƒ¼";
}

.sub06_in02_m span,
.sub06_in03_m span,
.sub06_in04_m span {
  right: 43%;
}

.sub06_in02_l span,
.sub06_in02_r span {
  font-size: 18px;
  color: #b19e5e;
  left: 6px;
}

.sub06_in02.d_fl {
  margin: 67px 0 48px;
}

.sub06_in02_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_13.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in02_l span {
  position: absolute;
  top: -45px;
}

.sub06_in02_m {
  width: 88px;
  position: relative;
}

.sub06_in02_m span {
  width: 0;
  height: 0;
  position: absolute;
  top: 43%;
}

.sub06_in02_r {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_14.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in02_r span {
  position: absolute;
  top: -45px;
}

.sub06_p02,
a.sub06_bt01 span {
  font-size: 15px;
  letter-spacing: 0;
}

.sub06_container04 {
  margin: 46px 0;
  box-sizing: border-box;
}

a.sub06_bt01 {
  display: block;
  width: 100%;
  background: #a58d4a;
  padding: 9px 9px 16px 30px;
  box-sizing: border-box;
  position: relative;
}

a.sub06_bt01 span {
  color: #000;
  display: inline-block;
  background: #fff;
  padding: 5px 14px;
  box-sizing: border-box;
}

.sub06_in03_l span,
.sub06_in03_r span {
  font-size: 18px;
  color: #b19e5e;
  left: 6px;
}

.sub06_in03_l,
.sub06_in03_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub06_bt01_box,
.sub06_bt_box {
  padding-top: 95px;
  box-sizing: border-box;
}

.sub06_bt_box h3 {
  font-size: 18px;
  letter-spacing: 0;
}

.sub06_in03.d_fl {
  margin: 67px 0 48px;
}

.sub06_in03_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_13.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in03_l span {
  position: absolute;
  top: -45px;
}

.sub06_in03_m {
  width: 88px;
  position: relative;
}

.sub06_in03_m span {
  width: 0;
  height: 0;
  position: absolute;
  top: 43%;
}

.sub06_in03_r {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_14.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in03_r span {
  position: absolute;
  top: -45px;
}

.sub06_p03 {
  font-size: 15px;
  letter-spacing: 0;
}

.sub06_container05 {
  margin: 46px 0;
  box-sizing: border-box;
}

a.sub06_bt02 {
  display: block;
  width: 100%;
  background: #a58d4a;
  padding: 9px 9px 16px 30px;
  box-sizing: border-box;
  position: relative;
}

a.sub06_bt02 span {
  color: #000;
  font-size: 15px;
  display: inline-block;
  background: #fff;
  padding: 5px 14px;
  box-sizing: border-box;
}

.sub06_in04_l,
.sub06_in04_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub06_bt02_box {
  padding-top: 95px;
  box-sizing: border-box;
}

.sub06_bt02_box h3 {
  font-size: 18px;
  letter-spacing: 0;
}

.sub06_in04.d_fl {
  margin: 67px 0 48px;
}

.sub06_in04_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_13.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in04_l span {
  font-size: 18px;
  color: #b19e5e;
  position: absolute;
  top: -45px;
  left: 6px;
}

.sub06_in04_m {
  width: 88px;
  position: relative;
}

.sub06_in04_m span {
  width: 0;
  height: 0;
  position: absolute;
  top: 43%;
}

.sub06_in04_r {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_14.png);
  position: relative;
  width: 302px;
  height: 222px;
}

.sub06_in04_r span {
  font-size: 18px;
  color: #b19e5e;
  position: absolute;
  top: -45px;
  left: 6px;
}

.sub06_p04 {
  font-size: 15pt;
  letter-spacing: 0;
}

.clinic_sub_07_in {
  margin-bottom: 282px;
}

.sub07_btn {
  margin-bottom: 33px;
}

.sub07_btn a {
  font-size: 18px;
  color: #a58d4a;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  display: block;
}

.sub07_btn a span {
  font-size: 15px;
  background: #b19e5e;
  width: 33px;
  height: 33px;
  color: #fff;
  text-align: center;
  align-items: center;
  border-radius: 40px;
  display: inline-block;
  padding-top: 5px;
  box-sizing: border-box;
}

.sub07minus:after,
.sub07plus:after {
  position: absolute;
  right: 5px;
  color: #b19e5e;
  font-size: 15px;
}

.sub07_btn p {
  font-size: 15px;
  padding: 13px 0 0 45px;
  box-sizing: border-box;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.sub07_btna {
  display: none;
}

.sub07plus:after {
  content: "ï¼‹";
}

.sub07minus:after {
  content: "ãƒ¼";
}

.sub07_list {
  box-sizing: border-box;
}

.sub07_list h3 {
  font-size: 24px;
  padding-left: 23px;
}

.sub07_list ul:nth-of-type(1) li a,
.sub07_list ul:nth-of-type(2) li a,
.sub07_list ul:nth-of-type(3) li a,
.sub07_list ul:nth-of-type(4) li a {
  color: #b19e5e;
  padding: 20px 74px 20px 55px;
  font-size: 15px;
  display: block;
  letter-spacing: 0;
}

.sub07_list_in {
  margin-top: 58px;
}

.sub07_list ul:nth-of-type(1) li {
  text-align: center;
  border: 1px;
  margin-bottom: 29px;
  box-sizing: border-box;
  border-radius: 40px;
  align-items: center;
  position: relative;
  margin-right: 29px;
}

.sub07_list ul:nth-of-type(1) li:last-child {
  margin-right: 0;
}

.sub07_list ul:nth-of-type(1) li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 15%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: .05em solid #a58d4a;
  border-right: .05em solid #a58d4a;
  transform: rotate(45deg);
}

.sub07_list ul:nth-of-type(1) li a {
  align-items: center;
  height: 100%;
}

.sub07_list ul:nth-of-type(2) li:after,
.sub07_list ul:nth-of-type(3) li:after,
.sub07_list ul:nth-of-type(4) li:after {
  content: "";
  top: 0;
  right: 15%;
  width: 5px;
  height: 5px;
  bottom: .1em;
  transform: rotate(45deg);
}

.sub07_list ul:nth-of-type(2) li {
  text-align: center;
  border: 1px;
  margin-bottom: 29px;
  box-sizing: border-box;
  border-radius: 40px;
  align-items: center;
  position: relative;
  margin-right: 29px;
}

.sub07_list ul:nth-of-type(2) li:last-child {
  margin-right: 0;
}

.sub07_list ul:nth-of-type(2) li:after {
  position: absolute;
  margin: auto;
  border-top: .05em solid #a58d4a;
  border-right: 0.05em solid #a58d4a;
}

.sub07_list ul:nth-of-type(2) li a {
  align-items: center;
}

.sub07_list ul:nth-of-type(3) li {
  text-align: center;
  border: 1px;
  margin-bottom: 29px;
  box-sizing: border-box;
  border-radius: 40px;
  align-items: center;
  position: relative;
  margin-right: 29px;
}

.sub07_list ul:nth-of-type(3) li:after {
  position: absolute;
  margin: auto;
  border-top: .05em solid #a58d4a;
  border-right: 0.05em solid #a58d4a;
}

.sub07_list ul:nth-of-type(3) li a {
  align-items: center;
}

.sub07_list ul:nth-of-type(3) li:last-child {
  margin-right: 0;
}

.sub07_list ul:nth-of-type(4) li {
  text-align: center;
  border: 1px;
  box-sizing: border-box;
  border-radius: 40px;
  align-items: center;
  position: relative;
  margin-right: 29px;
}

.sub07_list ul:nth-of-type(4) li a,
.sub_column .column_box_txt_info {
  align-items: center;
}

.sub07_list ul:nth-of-type(4) li:last-child {
  margin-right: 0;
}

.sub07_list ul:nth-of-type(4) li:after {
  position: absolute;
  margin: auto;
  border-top: .05em solid #a58d4a;
  border-right: 0.05em solid #a58d4a;
}

.clinic_in01 {
  max-width: 913px;
  margin: 0 auto;
  padding: 22px 0 105px;
  box-sizing: border-box;
}

.clinic_in01 .d_fl div {
  width: 293px;
  background-image: linear-gradient(to right, #b19e5e, #fff);
  text-align: center;
  position: relative;
  border: 1px;
}

.clinic_in01 .d_fl a {
  font-size: 15px;
  text-align: center;
  padding: 25px 0 24px;
  color: #fff;
  display: block;
}

.clinic_in01 .d_fl div::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 36px;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.clinic_in02 {
  width: 100%;
  margin: 0 auto;
}

.clinic_in02 h2 {
  font-size: 21px;
  color: #b19e5e;
  text-align: center;
}

div.clinic_in02_ttl {
  margin: 10px auto;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #a58d4a;
}

.clinic_in02_bg {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_15.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  max-width: 914px;
  padding-bottom: 38%;
}

.clinic_in02txt {
  max-width: 659px;
  margin-left: auto;
  padding: 30px 44px 88px 46px;
  box-sizing: border-box;
  position: relative;
  margin-top: -162px;
  background: rgba(255, 255, 255, 0.5);
}

.clinic_in02_in_l,
.clinic_in03_in_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_16.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.clinic_in02txt h2 {
  font-size: 21px;
  color: #b19e5e;
  text-align: left;
  padding: 0 0 40px;
  letter-spacing: 0;
}

.clinic_in02_in_r h2,
.clinic_in03_in_r h2 {
  color: #000;
  border-bottom: 1px solid #b19e5e;
  font-weight: 700;
}

.clinic_in02txt p {
  font-size: 15px;
  font-weight: 700;
}

.clinic_in02_in {
  width: 100%;
  margin: 0 auto 85px;
  display: flex;
}

.clinic_in02_in_l {
  max-width: 300px;
  width: 30%;
  padding-bottom: 20%;
}

.clinic_in02_in_r {
  max-width: 661px;
  width: 67%;
}

.clinic_in02_in_r h2 {
  font-size: 18px;
  text-align: left;
  padding: 0;
  margin: 0 0 27px;
}

.clinic_in02_in_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.clinic_in03_in {
  width: 100%;
  margin: 0 auto 114px;
  display: flex;
  justify-content: space-between;
}

.clinic_in03_in_l {
  max-width: 300px;
  width: 30%;
  padding-bottom: 20%;
}

.clinic_in03_in_r {
  max-width: 661px;
  width: 67%;
}

.clinic_in03_in_r h2 {
  font-size: 18px;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
}

.clinic_in03_in_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.page_res01 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.page_res01_inner h2 {
  font-size: 21px;
  color: #b19e5e;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 85px;
}

div.page_res01_line {
  margin: 10px auto;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #a58d4a;
}

.page_res01_tl {
  max-width: 422px;
  width: 100%;
  background: #b19e5e;
  box-sizing: border-box;
  padding: 22px;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_l,
.page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_l,
.page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_l {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_16.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.page_res01_tl span:first-child {
  font-size: 17px;
  color: #fff;
  display: block;
  margin-right: 48px;
  letter-spacing: 0;
}

.page_res01_tl span:last-child {
  font-size: 21px;
  color: #fff;
  display: block;
  letter-spacing: 0;
}

.page_res01_inner .page_res01_box:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}

.page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_l {
  max-width: 300px;
  width: 30%;
  padding-bottom: 20%;
}

.page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_r {
  max-width: 661px;
  width: 67%;
}

.page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_r h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #b19e5e;
}

.page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.page_res01_inner .page_res01_box:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 103px;
}

.page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_l {
  max-width: 300px;
  width: 30%;
  padding-bottom: 20%;
}

.page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_r {
  max-width: 661px;
  width: 67%;
}

.page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_r h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #b19e5e;
}

.page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.page_res01_inner .page_res01_box:nth-of-type(4) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}

.page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_l {
  max-width: 300px;
  width: 30%;
  padding-bottom: 20%;
}

.page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_r {
  max-width: 661px;
  width: 67%;
}

.page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_r h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #b19e5e;
}

.page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.res01_inner01_tl {
  max-width: 373px;
  background: #b19e5e;
  box-sizing: border-box;
  padding: 22px;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.res01_inner01_tl span:first-child {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  display: block;
  margin-right: 35px;
}

.res01_inner01_tl span:last-child {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0;
  display: block;
}

.page_res01_inner01 {
  width: 100%;
  margin: 0 auto;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_l {
  max-width: 300px;
  width: 30%;
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_16.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-bottom: 20%;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_r {
  max-width: 661px;
  width: 67%;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_r h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #b19e5e;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_l {
  max-width: 300px;
  width: 30%;
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_16.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-bottom: 20%;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_r {
  max-width: 661px;
  width: 67%;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_r h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #b19e5e;
}

.page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.page_res01_inner02 {
  width: 100%;
  margin: 0 auto;
}

.res01_inner02_tl {
  max-width: 488px;
  background: #b19e5e;
  box-sizing: border-box;
  padding: 22px;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.res01_inner02_tl span:first-child {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  display: block;
  margin-right: 35px;
}

.res01_inner02_tl span:last-child {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0;
  display: block;
}

.page_res01_inner02 .res01_inner02_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 119px;
}

.page_res01_inner02 .res01_inner02_box .res01_inner02_box_l {
  width: 30%;
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/Asset6.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-bottom: 28%;
}

.page_res01_inner02 .res01_inner02_box .res01_inner02_box_r {
  max-width: 661px;
  width: 67%;
}

.page_res01_inner02 .res01_inner02_box .res01_inner02_box_r h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 27px;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #b19e5e;
}

.page_res01_inner02 .res01_inner02_box .res01_inner02_box_r p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}

.page_resva {
  width: 100%;
  margin: 0 auto;
}

.page_resva_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 231px;
  box-sizing: border-box;
}

.page_resva_inner h2 {
  font-size: 21px;
  letter-spacing: 0;
  color: #b19e5e;
  text-align: center;
  margin-bottom: 110px;
}

.page_resva_line {
  margin: 10px auto;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #a58d4a;
}

.resva_inner01 {
  width: 100%;
  margin: 0 auto;
}

.resva01 {
  width: 100%;
  height: 100%;
  text-align: center;
}

.page_resva_inner .resva_inner01 ul li {
  padding: 29px 0 39px;
  box-sizing: border-box;
}

.resva_inner01 ul li:first-child {
  max-width: 278px;
  width: 28%;
}

.resva_inner01 ul li:last-child {
  width: 72%;
}

.resva_inner01 .resva01 span {
  font-size: 30px;
  color: #b19e5e;
  position: relative;
  padding-bottom: 28px;
  box-sizing: border-box;
  display: block;
}

.resva_inner01 .resva01 span:after,
.resva_inner01 .resva01 span:before {
  content: '';
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_18.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 10px;
  display: inline-block;
  box-sizing: border-box;
}

.resva_inner01 .resva01 span:before {
  margin-right: 12px;
}

.resva_inner01 .resva01 span:after {
  margin-left: 12px;
}

.resva_inner01 ul li:last-child p {
  font-size: 15px;
  letter-spacing: 0;
}

.resva_inner01_btom {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
}

.resva_inner01_btom:after,
.resva_inner01_btom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  max-width: 150px;
  width: 100%;
  height: 100%;
  margin: auto;
  background: l;
}

.footer_inner_linkarea ul {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.footer_inner_linkarea ul li {
  width: 30.9%;
  margin: 2%;
  text-align: center;
  min-width: 333px;
  display: -moz-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_10 {
  font-size: 12px;
}

.footer_inner_linkarea {
  padding: 80px 0;
}

.footer_inner_linkarea ul li a {
  text-align: left;
  padding: 28px 30px 28px 90px;
  box-sizing: border-box;
  border: 1px solid #a58d4a;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
}

.footer_main_inner_c table tbody .tbody_02,
.footer_main_inner_c table thead tr {
  border-bottom: 1px solid #fff;
}

.footer_inner_linkarea ul li:nth-child(1) a:before,
.footer_inner_linkarea ul li:nth-child(2) a:before,
.footer_inner_linkarea ul li:nth-child(3) a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 8px;
  position: absolute;
  left: 55px;
  top: 38%;
  box-sizing: border-box;
}

.footer_inner_linkarea ul li a span {
  display: block;
  font-size: 13px;
}

.footer_inner_linkarea ul li:nth-child(1) a:before {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/footer_inner_linkarea_01.png);
}

.footer_inner_linkarea ul li:nth-child(2) a:before {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/footer_inner_linkarea_02.png);
}

.footer_inner_linkarea ul li:nth-child(3) a:before {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/footer_inner_linkarea_03.png);
}

.footer_main {
  padding: 80px 0;
  background-color: #414141;
}

.footer_main_inner {
  width: 79.8%;
  margin: 0 auto;
  color: #fff;
  justify-content: space-between;
}

.footer_main_inner a {
  color: #fff;
  font-size: 13px;

}

.footer_main_inner a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.footer_main_inner_l {
  width: 33.333%;
}

@media only screen and (min-width: 1400px) {
  .footer_main_inner_l {
    width: 26.333%;
  }
}

.footer_main_inner_c {
  width: 33.333%;
}

.footer_main_inner_r {
  width: 26.333%;
}

.footer_main_inner_l h2 {
  max-width: 305px;
  width: 90%;
  margin-right: auto;
}

.ft_ad {
  margin: 20px 0 35px;
  font-size: 13px;
}

.footer_main_inner_l ul li {
  width: 44%;
}

.footer_main_inner_l ul li:nth-child(2) {
  width: 53%;
}

.footer_main_inner_l ul li img {
  height: 40px;
}

.footer_main_inner_l ul.ft-sns {
  max-width: 345px;
  margin-bottom: 25px;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footer_main_inner_l ul.ft-sns {
    justify-content: center;
    margin: 0 auto 20px;
    flex-direction: column;
  }
}

.footer_main_inner_c table {
  width: 100%;
}

.footer_main_inner_c table thead tr th {
  width: 28%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: left;
}

.footer_main_inner_c .fas.fa-circle {
  font-size: 8px;
}

@media only screen and (max-width: 330px) {
  .footer_main_inner_c .fas.fa-circle {
    font-size: 6px;
  }
}

.footer_main_inner_c table thead tr td {
  width: 8%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: center;
}

.footer_main_inner_c table tbody tr th {
  width: 28%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: left;
}

.footer_main_inner_c table tbody tr td {
  width: 8%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: center;
}

.footer_main_inner_c table tbody tr td span {
  color: #a58d4a;
}

.footer_main_inner_c table tbody .tbody_01 th {
  width: 28%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: left;
}

.footer_main_inner_c table tbody .tbody_01 td {
  width: 8%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: center;
}

.footer_main_inner_c table tbody .tbody_02 th {
  width: 28%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: left;
}

.footer_main_inner_c table tbody .tbody_02 td {
  width: 8%;
  font-size: 13px;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: center;
}

.footer_main_inner_c .at {
  margin-top: 20px;
  font-size: 13px;
}

.footer_main_ttl h2 {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer_main_ttl h2 span {
  margin: 10px 0 30px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.reserve_btn .btn_03 {
  text-align: center;
}

.reserve_btn .btn_03 a {
  font-size: 15px;
  padding: 15px 35px;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.anchor_links a,
.first01_inner h2,
.first01_inner_01_txt h3,
.first01_inner_02_txt h3,
.first02_inner h2,
.first02_inner_blc h3,
.first02_inner_blc_content_txt h4,
.first03_inner h2,
.first03_list_l,
.sub_page_hd_ttl_inner h2,.sub_page_hd_ttl_inner h1,
.sub_page_ttl h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.reserve_btn .btn_03 a img {
  max-width: 17px;
  display: inline-block;
  margin-right: 10px;
}

.reserve_btn .btn_03 a img.tel_icon {
  max-width: 15px;
}

.reserve_btn .btn_03 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 13%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #fff;
  border-right: .05em solid #fff;
  transform: rotate(45deg);
}

.copy {
  width: 79.8%;
  margin: 0 auto;
  color: #fff;
  text-align: right;
}

.copy small {
  font-size: 10px;
}

.ft_social_in ul li:nth-child(2) a,
.ft_social_in ul li:nth-child(3) a,
.ft_social_in ul li:nth-child(4) a {
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
}

.ft_social {
  width: 100%;
  margin: 0 auto;
}

.ft_social_in {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 18px 0;
  position: relative;
}

.ft_social_in ul li:first-child {
  width: 95px;
}

.ft_social_in ul li:first-child span {
  display: block;
  width: 2px;
  height: 100%;
  background: #a5a5a5;
  margin: 0 8px;
}

.sub_page_hd_ttl,
.subpage_hd {
  background-attachment: fixed;
}

.ft_social_in ul li:nth-child(2) {
  margin-right: 20px;
  border-bottom: 2px solid #5984b7;
}

.ft_social_in ul li:nth-child(2) a:before {
  content: '';
  padding: 4px 7px;
  box-sizing: border-box;
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 8px;
}

.ft_social_in ul li:nth-child(3) {
  margin-right: 20px;
  border-bottom: 2px solid #a58d4a;
}

.ft_social_in ul li:nth-child(3) a:before,
.ft_social_in ul li:nth-child(4) a:before {
  content: '';
  padding: 4px 7px;
  background-size: contain;
  margin-right: 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.ft_social_in ul li:nth-child(3) a:before {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/icon_01.png);
  background-position: center center;
}

.ft_social_in ul li:nth-child(4) {
  border-bottom: 2px solid #a58d4a;
}

.ft_social_in ul li:nth-child(4) a:before {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/icon_02.png);
  background-position: center center;
}

.ft_top:before,
.subpage_01 .inner_03 ul li:before,
.subpage_01 button:after,
.subpage_01 h3:after {
  content: "";
}

.first01_inner_01_img,
.sub_page_hd_ttl,
.subpage_hd {
  background-size: cover;
  background-position: center center;
}

.ft_social_in ul li:last-child {
  position: absolute;
  top: 28px;
  right: 0;
}

.ft_top,
a.ft_top {
  position: relative;
}

a.ft_top {
  padding: 3px 0 0;
  display: block;
}

.ft_top {
  font-size: 12px;
}

.ft_top:before {
  position: absolute;
  display: block;
  top: -7px;
  right: 50%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #a58d4a;
  border-right: 2px solid #a58d4a;
  transform: rotate(-50deg);
}

.subpage_01,
.subpage_hd_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.subpage_hd {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/bnr/main-shin_201909_02.jpg);
  background-repeat: no-repeat;
  position: relative;
}

.bannertxt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background-color: #414141;
  padding: 5px 15px;
  font-size: 15px;
}

.subpege_hd_ttl {
  text-align: left;
  font-size: 28px;
  color: #fff;
  letter-spacing: 5px;
}

.subpage_hd_or {
  padding: 200px 0 100px;
}

.breadcrumbs a {
  color: #505050;
}

.subpage_01 h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}

.subpage_01 h3:after {
  width: 30px;
  height: 3px;
  background-color: #a58d4a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.subpage_01 p {
  font-size: 15px;
}

.subpage_01 h4 {
  font-size: 21px;
  margin: 50px 0;
}

.subpage_01 .inner_01,
.subpage_01 button {
  margin-bottom: 50px;
}

.subpage_01 .inner_01 .subinner {
  width: 35%;
  margin-right: 30px;
  background-color: #d9d9d9;
  float: left;
  text-align: center;
  padding: 100px 0;
}

.subpage_01 .inner_01 span {
  background-color: #414141;
  color: #fff;
  padding: 5px 20px;
}

.subpage_01 button {
  border: 1px solid #a58d4a;
  width: 30%;
  height: 55px;
  margin-right: 20px;
  background-color: transparent;
  position: relative;
  padding-left: 30px;
  text-align: left;
  font-size: 15px;
}

.subpage_01 button:after {
  width: .5em;
  height: .5em;
  top: 40%;
  right: 15%;
  position: absolute;
  border-top: .1em solid #a58d4a;
  border-right: .1em solid #a58d4a;
  transform: rotate(45deg);
}

.subpage_01 button:hover {
  border: 1px solid #a58d4a;
  background-color: #a58d4a;
  color: #fff;
}

.subpage_01 button:hover:after {
  border-top: .1em solid #fff;
  border-right: 0.1em solid #fff;
}

.subpage_01 .inner_02 {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.subpage_01 .inner_02 p {
  width: 90%;
  margin: 0 auto;
}

.subpage_01 .inner_02 h4 {
  font-size: 21px;
  margin: 0 auto 35px;
  width: 90%;
}

.subpage_01 .inner_03 ul li {
  padding-left: 20px;
  height: 40px;
  position: relative;
}

.subpage_01 .inner_03 ul li:before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a58d4a;
}

.subpage_01 .inner_04 ul {
  list-style: none;
  counter-reset: li;
}

.subpage_01 .inner_04 ul li:before {
  content: counter(li);
  color: #a58d4a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.subpage_01 .inner_04 ul li {
  counter-increment: li;
  margin-left: 15px;
  height: 40px;
  position: relative;
}

.subpage_01 .inner_05 table {
  width: 100%;
  text-align: left;
}

.subpage_01 .inner_05 table th {
  text-align: center;
  padding: 7px 0;
  background-color: #a58d4a;
  color: #fff;
}

.subpage_01 .inner_05 table th:nth-child(1) {
  border-right: 1px solid #fff;
}

.subpage_01 .inner_05 table td {
  padding: 7px 30px;
  border-bottom: 2px solid #d3d3d3;
}

.subpage_01 .inner_06 .subinner {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin-bottom: 100px;
  position: relative;
}

.subpage_01 .inner_06 .subinner:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -50px;
  right: 49%;
  border-right: 3px solid #a58d4a;
  border-bottom: 3px solid #a58d4a;
  transform: rotate(45deg);
}

.subpage_01 .inner_06 .subinner h4 {
  width: 90%;
  margin: 0 auto 50px;
}

.subpage_01 .inner_06 .subinner p,
.subpage_02 {
  width: 90%;
  margin: 0 auto;
}

.subpage_02 {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subpage_02 h4 {
  font-size: 21px;
}

.subpage_02 p {
  font-size: 15px;
  margin-top: 20px;
}

.subpage_02 .datetime {
  font-size: 10px;
}

.subpage_02 .text_color {
  color: #a58d4a;
}

.subpage_02 .left {
  max-width: 1000px;
  width: 67%;
}

.subpage_02 .left .left_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #d3d3d3;
}

.subpage_02 .left_inner .box {
  width: 40%;
  background-color: #d9d9d9;
  position: relative;
}

.subpage_02 .left_inner .box_text {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subpage_02 .left_inner .box_text span {
  background-color: #414141;
  color: #fff;
  padding: 3px 5px;
}

.subpage_02 .left_inner .text {
  width: 57%;
}

.subpage_02 .pagination .inner {
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.subpage_02 .pagination .inner:after,
.subpage_02 .pagination .inner:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  border-top: 2px solid #a58d4a;
}

.subpage_02 .pagination .inner:before {
  left: 0;
  border-left: 2px solid #a58d4a;
  transform: rotate(-45deg);
}

.subpage_02 .pagination .inner:after {
  right: 0;
  border-right: 2px solid #a58d4a;
  transform: rotate(45deg);
}

.subpage_02 .text button:after,
.subpage_04 button:after {
  top: 50%;
  content: "";
  transform: rotate(45deg);
}

.subpage_02 .pagination .inner span {
  margin: 0 5px;
}

.subpage_02 .text button {
  width: 50%;
  height: 30px;
  background-color: #fff;
  border: 1px solid #a58d4a;
  margin-top: 20px;
  position: relative;
  text-align: left;
  padding: 0 20px;
}

.subpage_02 .text button:after {
  width: 5px;
  height: 5px;
  border-top: 2px solid #a58d4a;
  border-right: 2px solid #a58d4a;
  position: absolute;
  right: 10px;
  margin-top: -5px;
}

.subpage_02 .right {
  width: 30%;
  font-size: 15px;
}

.subpage_02 .right .right_inner {
  padding: 20px 0 30px;
  border-top: 5px solid #a58d4a;
}

.subpage_02 .right .searchbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.subpage_02 .right .txtbox {
  width: 85%;
  height: 35px;
  background-color: #efefef;
  border: none;
}

.subpage_02 .right .searchicon {
  width: 15%;
  height: 35px;
  background-color: #414141;
  position: relative;
}

.subpage_02 .right .searchicon img {
  width: 15px;
  position: absolute;
  top: 30%;
  left: 30%;
}

.subpage_02 .right_inner ul {
  list-style: disc;
  padding-left: 20px;
  color: #a58d4a;
  margin-top: 10px;
}

.subpage_02 .right_inner .tag span {
  font-size: 15px;
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #a58d4a;
  display: inline-block;
  margin-bottom: 10px;
}

.subpage_02 .right_inner .tag .selected,
.subpage_02 .right_inner .tag span:hover {
  background-color: #a58d4a;
  border: 1px solid #a58d4a;
  color: #fff;
}

.subpage_03 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subpage_03 h3 {
  font-size: 27px;
}

.subpage_03 h4 {
  font-size: 24px;
  border-bottom: 3px solid #a58d4a;
}

.subpage_03 h5 {
  font-size: 18px;
  color: #a58d4a;
}

.subpage_03 p {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.subpage_03 .datetime {
  font-size: 10px;
}

.subpage_03 .left {
  max-width: 1000px;
  width: 67%;
}

.subpage_03 .box {
  width: 100%;
  height: 400px;
  background-color: #bfbebd;
  margin-top: 30px;
}

.subpage_03 .right {
  width: 30%;
  font-size: 15px;
}

.subpage_03 .right .right_inner {
  padding: 20px 0 30px;
  border-top: 5px solid #a58d4a;
}

.subpage_03 .right .searchbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.subpage_03 .right .txtbox {
  width: 85%;
  height: 35px;
  background-color: #efefef;
  border: none;
}

.subpage_03 .right .searchicon {
  width: 15%;
  height: 35px;
  background-color: #414141;
  position: relative;
}

.subpage_03 .right .searchicon img {
  width: 15px;
  position: absolute;
  top: 30%;
  left: 30%;
}

.subpage_03 .right_inner ul {
  list-style: disc;
  padding-left: 20px;
  color: #a58d4a;
  margin-top: 10px;
}

.subpage_03 .right_inner .tag span {
  font-size: 15px;
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #a58d4a;
  display: inline-block;
  margin-bottom: 10px;
}

.subpage_03 .right_inner .tag .selected,
.subpage_03 .right_inner .tag span:hover {
  background-color: #a58d4a;
  border: 1px solid #a58d4a;
  color: #fff;
}

.subpage_04 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.subpage_04 h4 {
  font-size: 24px;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}

.subpage_04 h4:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #a58d4a;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.subpage_04 .inner_l {
  width: 20%;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.subpage_04 .inner_r,
.subpage_04 .inner_r01 {
  width: 80%;
  font-size: 15px;
  margin-bottom: 20px;
}

.subpage_04 .inner_r01 {
  position: relative;
}

.subpage_04 .inner_r .txtbox,
.subpage_04 .inner_r01 .txtbox {
  width: 100%;
  height: 30px;
}

.subpage_04 .inner_r01:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-right: 1px solid #a58d4a;
  border-bottom: 1px solid #a58d4a;
  top: 10px;
  right: 50px;
  transform: rotate(45deg);
  z-index: 5;
}

.subpage_04 .inner_r02 {
  width: 80%;
}

.subpage_04 .inner_r02 .selected,
.subpage_04 .inner_r02 span,
.subpage_04 .inner_r02 span:hover {
  width: 120px;
  padding: 5px;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #a58d4a;
}

.subpage_04 .inner_r02 .selected,
.subpage_04 .inner_r02 span:hover {
  background-color: #a58d4a;
  color: #fff;
}

.subpage_04 .inner_r textarea {
  width: 100%;
  height: 100px;
}

.subpage_04 button {
  width: 33%;
  height: 40px;
  margin: 20px auto 0;
  background-color: #fff;
  border: 1px solid #a58d4a;
  position: relative;
  text-align: left;
  padding: 0 20px;
}

.subpage_04 button:after {
  width: 5px;
  height: 5px;
  border-top: 2px solid #a58d4a;
  border-right: 2px solid #a58d4a;
  position: absolute;
  right: 30px;
  margin-top: -5px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a58d4a;
}

.slick-dots {
  bottom: -33px;
}

.slick-dots li button:before {
  color: #A0A0A0;
  opacity: 1;
  font-size: 10px;
}

.sub_page_hd_ttl_inner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 80px 0;
}

.anchor_links a,
.sub_page_ttl span {
  display: block;
  background-color: #b19e5e;
}

.sub_page_hd_ttl_inner p {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  color: #a58d4a;
  font-size: 13px;
}

.breadcrumbs,
.sub_page_hd_ttl_inner h2,.sub_page_hd_ttl_inner h1,
.sub_page_main {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.sub_page_hd_ttl_inner h2,.sub_page_hd_ttl_inner h1 {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 10px;
}

.breadcrumbs {
  padding: 30px 0;
}

.sub_page_main {
  padding: 20px 0 50px;
}


.first01_inner_pp,
.sub_page_ttl {
  margin-bottom: 50px;
}

.sub_page_ttl {
  text-align: left;
}

.sub_page_ttl h2 {
  font-size: 24px;
  display: block;
}

.first01_inner_pp h3 {
  font-size: 16px;
  position: relative;
  padding: .25em .75em;
  border-left: 3px solid #a58d4a;
  color: #a58d4a;
  font-weight: 700;
  margin: 0 0 20px;
}

.first01_inner_pp p {
  font-size: 14px;
  padding: 0 0 30px;
}

#service_anchor_btn,
.anchor_links a {
  padding: 20px 10px;
  box-sizing: border-box;
}

.first01_inner_pp dl dd {
  font-size: 14px;
  margin-left: 15%;
}

.first01_inner_pp dl dt {
  font-size: 14px;
  margin-top: 40px;
}

.first01_inner_pp p.pp_bottom {
  text-align: right;
  font-size: 18px;
}

.sub_page_ttl span {
  width: 50px;
  margin-top: 10px;
  height: 2px;
}

.anchor_links a {
  width: 31.3%;
  margin: 1%;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 15px;
}

.first01_inner h2,
.first01_inner_01_txt h3,
.first02_inner h2 {
  color: #b19e5e;
}

.anchor_links a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 5%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #fff;
  border-right: .05em solid #fff;
  transform: rotate(45deg);
}

#first01 {
  margin-top: 60px;
}

.first01_inner h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.first01_inner_01_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/first_bg.jpg);
  background-attachment: local;
  width: 100%;
  height: 380px;
}

.first01_inner_01_txt {
  width: 60%;
  margin: -140px 0 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  box-sizing: border-box;
}

.first01_inner_01_txt h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.first01_inner_01_txt p {
  font-size: 15px;
  line-height: 1.6;
}

.first01_inner_02 {
  margin-top: 80px;
}

#first02,
#first03 {
  margin-top: 60px;
}

.first01_inner_02_img {
  width: 30%;
}

.first01_inner_02_txt {
  width: 67%;
  margin-left: auto;
}

.first01_inner_02_txt h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 5px 0;
  border-bottom: 2px solid #b19e5e;
}

.first01_inner_02_txt p {
  font-size: 14px;
  line-height: 1.6;
}

.first02_inner h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.first02_inner_blc h3 {
  display: inline-block;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background-color: #b19e5e;
  position: relative;
  font-size: 15px;
  margin-bottom: 30px;
}

.first02_inner_blc h3 span {
  font-size: 13px;
  display: inline-block;
  margin-right: 25px;
}

.first02_inner_blc_content {
  margin-bottom: 80px;
}

.first02_inner_blc_content_img {
  width: 30%;
}

.first02_inner_blc_content_txt {
  width: 67%;
  margin-left: auto;
}

.first02_inner_blc_content_txt h4 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 5px 0;
  border-bottom: 2px solid #b19e5e;
}

.first02_inner_blc_content_txt p {
  font-size: 14px;
  line-height: 1.6;
}

.first03_inner h2 {
  text-align: center;
  font-size: 24px;
  color: #b19e5e;
  margin-bottom: 50px;
}

.first03_inner li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b19e5e;
}

.first03_list_l {
  width: 25%;
  text-align: center;
}

.first03_list_r {
  width: 75%;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
}

.first03_list_l h3 {
  text-align: center;
  font-size: 17px;
}

.first03_list_l h3 span {
  display: block;
  color: #b19e5e;
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
}

.hd_inner_02 .megaContent ul li,
.megaContent .top_menu_content_inner_txt {
  font-size: 14px;
  box-sizing: border-box;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#service_about>h2,
#service_anchor_btn ul li,
#service_detail_menu>h2,
#service_method>h2,
#service_otherpage_link_btn ul li,
#service_otherpage_link_btn>h2,
#service_price_tbl>h2,
#service_recommend>h2,
#service_tbl_01>h2,
.sec_en_ttl,
.service_box_02_inner>h2,
.service_box_02_inner_content ul li span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.price-tax-in {
  font-size: 12px;
  text-align: center;
  margin: -10px 0 10px;
}

.megaWrap {
  z-index: 998;
  width: 510px;
  display: none;
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  background: #f2f1ef;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .megaContent .top_menu_content_inner_txt {

    padding: 10px 9px !important;
  }
  .megaWrap {
   
    width: 450px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .megaWrap {
    width: 410px;
  }

  .hd_inner_02 .megaContent ul li,
  .megaContent .top_menu_content_inner_txt {
    font-size: 11px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .megaWrap {
    left: 176%;
  }
}

.megaContentWrap {
  padding: 0 20px 20px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.megaContent {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.megaContent .top_menu_content_inner ul li {
  /* width: 24.5%;
  margin: .25%; */
  box-sizing: border-box;
  border: none;
  position: relative;
}

.hd_inner_02 .megaContent ul li {
  padding: 0;
  text-align: center;
  flex-grow: 0;
}

.megaContent .top_menu_content_inner_txt {
  width: 100%;
  padding: 15px 9px;
  text-align: left;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23b8b7b7; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 1 8.5 8.5 1 16'/%3E%3C/svg%3E");
  background-size: 6px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #c9c6ba;
}

/* .megaContent .top_menu_content_inner_txt::after{
    content: "";
    display: block !important;
    position: absolute;
    top: 20px;
    right: 15px;
    margin: auto;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #b8b7b7;
    border-right: 2px solid #b8b7b7;
    transform: rotate(45deg);
    z-index: 9;
  } */

#service_about>h2,
#service_otherpage_link_btn>h2,
#service_recommend>h2,
.sec_en_ttl {
  text-align: center;
}

#service_campaign .service_box_ttl,
#service_campaign .service_camp_ttl {
  font-weight: 600;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sub_page_service_inner {
  width: 70%;
}

.sub_page_service section {
  padding: 20px 0;
}

#service_campaign .service_box_01_inner_bnr {
  margin-top: 0;
}

#service_campaign .service_box_01_inner>h3 {
  margin: 30px 0;
}

#service_campaign .service_camp_ttl {
  margin: 40px 0 0;
  font-size: 18px;
  text-align: left;
}

#service_campaign .service_box_ttl {
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.sec_en_ttl {
  font-size: 12px;
  color: #a58d4a;
}

#service_about>h2,
#service_otherpage_link_btn>h2,
#service_recommend>h2 {
  margin: 5px 0 20px;
  font-size: 20px;
  position: relative;
}

#service_about>h2 span,
#service_otherpage_link_btn>h2 span,
#service_recommend>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

#service_about>h2::before,
#service_otherpage_link_btn>h2::before,
#service_recommend>h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#service_anchor_btn ul li a:after,
#service_otherpage_link_btn ul li a:after {
  content: "";
  position: absolute;
  bottom: .1em;
  right: 5%;
  width: .3em;
  height: .3em;
  border-top: .05em solid #a58d4a;
  border-right: .05em solid #a58d4a;
  transform: rotate(45deg);
  top: 0;
}

#service_anchor_btn ul li,
#service_otherpage_link_btn ul li {
  width: 31.3%;
  margin: 1%;
  border: 1px solid #a58d4a;
  color: #414141;
  position: relative;
  transition: .3s;
  background-color: #fff;
  font-size: 13px;
  box-sizing: border-box;
}

#service_recommend ul li {
  max-width: 600px;
  margin: 0 auto 10px;
}

#service_anchor_btn {
  margin: 20px 0;
  background-color: #eae9e6;
  width: 100%;
}

#service_anchor_btn ul li {
  padding: 8px 15px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#service_anchor_btn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#service_anchor_btn ul li a:after {
  margin: auto;
}

#service_otherpage_link_btn ul li {
  padding: 16px 50px 16px 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#service_otherpage_link_btn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 90%;
  padding: 8px 5%;
}

#service_otherpage_link_btn ul li a:after {
  margin: 16px auto;
}

.service_box_01,
.service_box_01_inner_imgtxt {
  margin-top: 20px;
}

.service_about_disc {
  text-align: center;
  font-size: 13px;
}

.service_box_01 {
  box-sizing: border-box;
  border: 5px solid #eae9e5;
  padding: 0.75em 15px;
}

.service_box_01_inner>h3 {
  font-size: 15px;
  position: relative;
  padding-bottom: .75em;
  border-bottom: 1px solid #eae9e6;
  color: #a58d4a;
  font-weight: 700;
}

.service_box_01_inner>h3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #a58d4a;
}

.service_box_01_inner_imgtxt_l {
  width: 20%;
}

.service_box_01_inner_imgtxt_r {
  width: 77%;
  margin-left: auto;
  font-size: 12px;
}

.service_box_01_inner_at {
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.at_disc {
  font-size: 10px;
}

.at_disc ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2px;
}

.at_ttl {
  margin: 2px 0 5px;
  font-size: 12.5px;
  color: #a58d4a;
}

.service_box_02,
.service_box_02_inner_content {
  margin-top: 20px;
}

.service_box_02 {
  box-sizing: border-box;
  padding: 0.75em 15px;
}

.service_box_02_inner>h2 {
  font-size: 20px;
  position: relative;
  text-align: center;
  color: #a58d4a;
}

.service_box_02_inner_content ul li {
  margin-bottom: 6px;
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0);
  border-radius: 6px;
  font-size: 14px;
}

.service_box_02_inner_content ul li span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 14px;
  padding: 3px 6px;
  background-color: #a58d4a;
}

.service_box_02_inner_content ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2));
  border-bottom-left-radius: 6px;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

#service_detail_menu>h2 {
  margin: 5px 0 20px;
  font-size: 20px;
  position: relative;
  text-align: center;
}

#service_detail_menu>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

#service_detail_menu>h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#service_detail_menu ul {
  margin-bottom: 20px;
}

#service_detail_menu ul li {
  width: 18%;
  margin: 1%;
  text-align: center;
  position: relative;
}

#service_detail_menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#service_detail_menu ul li h3 {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}

#service_tbl_01 {
  background-color: #f6f6f6;
  padding: 20px 5px;
  box-sizing: border-box;
  text-align: center;
}

#service_tbl_01>h2 {
  font-size: 16px;
  color: #a58d4a;
}

#service_tbl_01>h2 span {
  font-size: 20px;
}

#service_tbl_01>p {
  margin: 10px 0 20px;
  font-size: 12px;
}

#service_tbl_01 table {
  width: 100%;
  font-size: 12.5px;
}

#service_tbl_01 table tr td,
#service_tbl_01 table tr th {
  width: 33.3%;
  font-size: 12.5px;
  padding: 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

#service_tbl_01 table thead {
  background: #515151;
}

#service_tbl_01 table thead tr {
  color: #fff;
}

#service_tbl_01 table tbody tr td,
#service_tbl_01 table thead tr th {
  border-left: 1px solid #d8d8d8;
  vertical-align: middle;
  border-bottom: 1px solid #d8d8d8;
}

#service_tbl_01 table tbody {
  background: #fff;
}

#service_tbl_01 table tbody tr th {
  border-bottom: 1px solid #d8d8d8;
}

#service_tbl_01 table tbody tr .gld {
  background-color: #f6f6f6;
  border-right: 4px solid #a58d4a;
  border-left: 4px solid #a58d4a;
}

#service_tbl_01 table thead tr .gld {
  border-top: 4px solid #a58d4a;
  border-right: 4px solid #a58d4a;
  border-left: 4px solid #a58d4a;
}

#service_tbl_01 table tbody tr:last-child .gld {
  border-bottom: 4px solid #a58d4a;
}

#service_method>h2,
#service_price_tbl>h2 {
  margin: 5px 0 20px;
  font-size: 20px;
  position: relative;
  text-align: center;
}

#service_method>h2 span,
#service_price_tbl>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

#service_method>h2::before,
#service_price_tbl>h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#service_method>p {
  text-align: center;
  font-size: 13px;
}

#service_price_tbl>h3 {
  font-size: 16px;
  padding: 10px;
  background-color: #eae9e6;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.column_box_txt a,
.column_box_txt h2,
.menu_detail_link_btn a,
.sd_nav_02 .top_menu_content_inner_txt,
.sd_nav_02 h2,
.service_page_ttl_r h2,
.service_page_ttl_r p,
.sub_column>h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#service_price_tbl table {
  width: 100%;
}

#service_price_tbl table caption {
  background: #515151;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}

#service_price_tbl table thead {
  background-color: #eae9e6;
  color: #a58d4a;
  font-size: 14px;
}

#service_price_tbl table tbody tr td,
#service_price_tbl table tbody tr th,
#service_price_tbl table thead tr th {
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
#service_price_tbl table tbody tr th.w50{width: 50%;}
#service_price_tbl table tbody tr th img {
  max-width: 30px;
  display: inline-block;
  margin-right: 10px;
}

#service_price_tbl table tbody tr th {
  text-align: left;
  background-color: #f6f6f6;
  border-left: 1px solid #d8d8d8;
}

#service_price_tbl .tbl_3 tbody tr td,
#service_price_tbl .tbl_3 tbody tr th,
#service_price_tbl .tbl_3 thead tr th {
  width: 33.3%;
  font-size: 12px;
}

#service_price_tbl table tbody tr .allbody_td {
  border-left: 1px solid #d8d8d8;
  font-size: 12px;
}

#service_price_tbl .tal {
  text-align: left;
}

.sub_column {
  margin-top: 40px;
}

.sub_column>h2 {
  margin: 5px 0 20px;
  font-size: 20px;
  position: relative;
  text-align: center;
}

.sub_column>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.sub_column>h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.sub_column ul {
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.sub_column ul li {
  width: 23%;
  margin: 1%;
}

.sub_column .column_box_img {
  height: 150px;
  background-position: center center;
  background-size: cover;
}

.sub_column .column_box_txt {
  padding: 10px;
  box-sizing: border-box;
}

.sub_column .column_box_txt_info .column_cate a {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #a58d4a;
  box-sizing: border-box;
  padding: 2px 5px;
}

.sub_column .column_box_txt_info .column_date {
  text-align: right;
  color: #a58d4a;
  font-size: 10px;
}

.column_box_txt a,
.column_box_txt h2 {
  font-size: 12px;
}

.column_box_txt h2 {
  padding: 10px 0;
}

.column_box_txt a {
  display: block;
  position: relative;
  color: #a58d4a;
  text-align: right;
  text-decoration-color: #a58d4a;
}

.sd_nav {
  width: 25%;
  margin-left: auto;
}

.sd_nav_01 p {
  text-align: center;
  font-size: 11px;
}

.sd_nav_01 img {
  display: block;
  width: 200px;
  margin: 10px auto 20px;
}

.sd_nav_02 .top_menu_content_inner_txt {
  width: 80%;
  padding: 15px 10px;
  font-size: 11.5px;
  box-sizing: border-box;
  text-align: left;
}

.sd_nav_02 h2,
.sd_nav_03 {
  padding: 10px;
  box-sizing: border-box;
}

.sd_nav_02 ul li {
  border-bottom: 1px solid #eae9e6;
  position: relative;
}

.sd_nav_02 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.menu_detail_link_btn a:after,
.sd_nav_02 ul li a:after {
  content: "";
  bottom: .1em;
  height: .3em;
  top: 0;
  right: 5%;
  transform: rotate(45deg);
}

.sd_nav_02 ul li a:after {
  position: absolute;
  margin: auto;
  width: .3em;
  border-top: .05em solid #a58d4a;
  border-right: 0.05em solid #a58d4a;
}

.sd_nav_02 ul li:nth-child(1) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_01.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(2) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_02.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(3) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_03.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(4) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_04.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(5) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_05.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(6) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_06.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(7) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_13.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(8) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_14.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(9) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_15.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(10) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_16.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(11) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_07.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(12) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_08.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(13) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_09.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(14) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_10.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(15) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_11.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(16) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_17.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 ul li:nth-child(17) .top_menu_content_inner_img {
  background-image: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/top_menu_12.jpg);
  background-position: center center;
  background-size: cover;
}

.sd_nav_02 h2 {
  border-bottom: 2px solid #a58d4a;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 13px;
}

.service_box_01_inner_imgtxt_r h4,
.service_box_01_inner_txt h4 {
  border-bottom: 1px solid #414141;
  padding-bottom: 1px;
  font-weight: 700;
}

.sd_nav_03 {
  background-color: #eae9e6;
}

.sd_nav_03 li {
  max-width: 200px;
  margin: 5px auto;
}

.service_box_01_inner_imgtxt_r h4 {
  font-size: 13px;
  margin-bottom: 10px;
}

.service_box_01_inner_txt {
  margin: 20px 0 10px;
  font-size: 12px;
}

.service_box_01_inner_txt_l {
  width: 68%;
}

.service_box_01_inner_txt_r {
  width: 30%;
  margin: 25px 0 25px 2%;
}

.service_box_01_inner_txt h4 {
  font-size: 13px;
  margin-bottom: 10px;
}

.service_box_01_inner_txt h5 {
  font-size: 13px;
  padding-bottom: 1px;
  font-weight: 700;
  margin: 10px 0 0;
}

.service_box_01_inner_txt .red {
  color: red;
}

.service_box_01_inner_txt .bold {
  font-weight: 700;
}

.service_box_01_inner .facemask {
  max-width: 200px;
  margin: -10px 0 auto auto;
}

.service_box_01_inner_txt ul {
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  background-color: #f6f6f6;
  margin: 10px 0;
}

.service_box_01_inner_txt ul li {
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
}

ul.title_list {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  background-color: #fff;
  margin: 25px 0 10px;
  align-items: baseline;
}

ul.title_list li {
  list-style: none;
  padding: 10px 15px;
  text-indent: unset;
  text-align: center;
  font-size: 12px;
  color: #a58d4a;
  border: 1px solid #a58d4a;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.service_box_01_inner_txt ul.title_list li {
  padding: 10px;
}

.indiba-box-01 ul li,
.indiba-box-01 ul li h5 {
  list-style: none;
  text-indent: 0;
  padding: 5px 0;
}

.indiba-box-01 ul li h5 {
  font-size: 12px;
  font-weight: 600;
}

.service_box_01_inner_txt ul li span {
  font-size: 13px;
}

.service_box_01_inner_txt_at {
  margin-top: 15px;
  font-size: 11px;
}

#service_campaign p {
  margin: 5px 0 15px;
  font-size: 11px;
}

#service_campaign h4 {
  margin-bottom: 1em;
  font-size: 13px;
}

.menu_detail_link_btn {
  text-align: center;
  margin: 25px 0;
}

.menu_detail_link_btn a {
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  width: 80%;
  position: relative;
  padding: 15px 10px;
  border: 1px solid #a58d4a;
  background-color: #a58d4a;
  color: #fff;
}

.menu_detail_link_btn a:after {
  position: absolute;
  margin: auto;
  width: .3em;
  border-top: .05em solid #fff;
  border-right: 0.05em solid #fff;
}

.service_box_01_inner_txt table {

  margin: 25px 0;
  width: 100%;
}
.service_box_01_inner_txt table.mb0{
  margin-bottom: 0;
}

.service_box_01_inner_txt table tbody tr:first-child {
  border-top: 1px solid #d8d8d8;
}

.service_box_01_inner_txt table tbody tr th {
  background-color: #f6f6f6;
  border-left: 1px solid #d8d8d8;
  width: 30%;
}

.service_box_01_inner_txt table tbody tr td,
.service_box_01_inner_txt table tbody tr th {
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.service_box_01_inner_txt table caption {
  background: #515151;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}

#service_page_ttl>div {
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  border: 5px solid #a58d4a;
  padding: .75em 15px;
  background-color: #f6f6f6;
}

.service_page_ttl_l {
  width: 20%;
}

.service_page_ttl_r {
  width: 77%;
  margin-left: auto;
  font-size: 12px;
}

.service_page_ttl_r p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a58d4a;
  color: #a58d4a;
}

.service_page_ttl_r h2 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
}

#store_recommend>h2,
.sub_page_src_arc ul li .src_txt {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.service_box_02_inner_content>p,
.service_price_tbl_disc {
  font-size: 12px;
  margin-top: 20px;
}

.service_price_tbl_at {
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.service_box_01_inner_txt ol {
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  background-color: #f6f6f6;
  margin: 10px 0;
  list-style-type: none;
  counter-reset: item;
}

.service_box_01_inner_txt ol li {
  padding-left: 1em;
  text-indent: -1em;
  content: counter(item) ".";
}

.store_inner_r table td,
.store_inner_r table th {
  font-size: 12px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.service_box_01_inner_txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
}

.post_ttl>h2::before,
.post_ttl>h1::before,
.staff_content>h2::before {
  bottom: -2px;
  z-index: 2;
  content: '';
  height: 2px;
  left: 0;
}

.sns {
  position: relative;
}

.sns img {
  max-width: 13px;
  position: absolute;
  left: 0;
  top: 2px;
}

.sns a {
  font-size: 12px;
  color: #3d6cbb;
  padding-left: 20px;
  display: inline-block;
}

.sns a:hover {
  text-decoration: underline;
}

.store_inner_l {
  width: 30%;
}

.store_inner_r {
  width: 65%;
  margin-left: auto;
}

.store_inner_r table {
  width: 100%;
}

.store_inner_r table th {
  border-bottom: 1px solid #505050;
}

.store_inner_r table td {
  border-bottom: 1px solid #ccc;
}

.store_inner_map {
  margin-top: 20px;
}

#store_recommend {
  margin-top: 30px;
}

#store_recommend>h2 {
  font-size: 20px;
  position: relative;
  text-align: center;
  margin: 5px 0 20px;
}

#store_recommend>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

#store_recommend ul li {
  width: 48%;
  margin: 1%;
}

.staff_content_inner {
  margin-top: 20px;
}

.sub_page_staff>ul {
  justify-content: space-between;
}

.staff_content {
  width: 49%;
  box-sizing: border-box;
  border: 5px solid #eae9e5;
  padding: .75em 15px;
  margin-bottom: 40px;
}

.staff_content:nth-child(1) {
  width: 100%;
}

.post_ttl>h2,
.post_ttl>h1,
.staff_content>h2 {
  border-bottom: 1px solid #eae9e6;
  color: #a58d4a;
  font-weight: 700;
}

.staff_content>h2 {
  font-size: 15px;
  position: relative;
  padding-bottom: 0.75em;
}

.staff_content>h2::before {
  position: absolute;
  width: 20%;
  background-color: #a58d4a;
}

.staff_content:nth-child(1) .staff_content_inner_l {
  width: 20%;
}

.staff_content:nth-child(1) .staff_content_inner_r {
  width: 100%;
  font-size: 12px;
}

.staff_content_inner_l {
  width: 43%;
}

.staff_content_inner_r {
  width: 57%;
  font-size: 12px;
}

.staff_content>h2 span {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}

.staff_content_inner_r h3,
.staff_content_inner_r ul {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
  box-sizing: border-box;
}

.staff_content_inner_r h3 {
  background-color: #f6f6f6;
}

.staff_content_inner_r ul li {
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
}

.post_ttl>h2 ,
.post_ttl>h1 {
  font-size: 15px;
  position: relative;
  padding-bottom: 0.75em;
}

.post_ttl>h2::before ,
.post_ttl>h1::before {
  position: absolute;
  width: 20%;
  background-color: #a58d4a;
}

.post_info {
  margin: 10px 0 20px;
}

.post_info_date {
  display: inline-block;
  margin-right: 4px;
  color: #797979;
  font-size: 13px;
}

.post .entry-content h2 {
  position: relative;
  font-size: 15px;
  background-color: #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  box-sizing: border-box;
  border-left: solid 5px #a58d4a;
  margin-bottom: 20px;
}

.post .entry-content h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #a58d4a;
  margin-bottom: 20px;
}

#service_moniter p bold,
.sos a {
  font-weight: 600;
}

.post .entry-content p img {
  width: auto;
  max-width: 70%;
  max-width: 600px;
  margin-right: auto;
}

.post .entry-content p {
  font-size: 12.5px;
  margin-bottom: 20px;
}

.post .entry-content .post_links {
  margin-top: 40px;
}

.post .entry-content .post_links a {
  width: 50%;
  background-color: #eae9e5;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
}

.post .entry-content .post_links a:first-child {
  text-align: left;
}

.post .entry-content .post_links a:last-child {
  text-align: right;
}

/* layout new */
.column .sub_page_main .post_ttl>h2,
.column .sub_page_main .post_ttl>h1,
.column .post .entry-content h2 {
  font-size: 26px;

}

.column .post .entry-content h2 {
  margin-top: 1em;

}

.column .post .entry-content h3 {
  font-size: 24px;
}

.column .post .entry-content h4 {
  padding: 0.3em 0.5em 0.2em;
  margin-bottom: 1em;

  background-color: #a58d4a;
  color: #fff;
  font-size: 22px;
}

.column .sub_page_main h5 {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 20px;
  border-bottom: 1px solid;
}

.column .imgBox.rowImg {
  margin-top: 30px;
}

.column .imgBox.rowImg .image_l,
.column .imgBox.rowImg .image_r {

  margin-bottom: 30px;
}

.column .faq_box .box {
  margin-bottom: 20px
}

.column .faq_box .title {
  display: flex;
  align-items: center;

  position: relative;
  border-bottom: 0.2em solid #cec19d;
  font-size: 20px;
  cursor: pointer;
}

.column .faq_box .title:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.5em;
  right: 0.4em;
  bottom: 0;
  top: 0.3em;
  margin: auto;
  background-color: #a58d4a;
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

.column .faq_box .title:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  bottom: -0.2em;
  height: 0.2em;
  width: 2em;
  background-color: #a58d4a;
}

.column .faq_box .title.rotate:after {
  transform: rotateX(180deg)
}

.column .faq_box .title:hover:before {
  width: 4em
}

.column .faq_box .faq_num {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: #a58d4a;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;

  width: 2em;

}

.column .faq_box .tt {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0.1em 2em 0.1em 2.5em;
  margin-top: 0;
  margin-left: auto;
  width: calc(100% - 2.5em);
  font-size: 1em;
  text-align: left;
  letter-spacing: 0;
  transition: all 0.3s;
  background: none
}

.column .faq_box h4:hover {
  cursor: pointer
}

.column .faq_box h4:after {
  display: none
}

.column .faq_box .content {
  position: relative;
  padding-top: 22px;
  padding-bottom: 4px
}

@media only screen and (min-width: 993px) {

  .column .imgBox.rowImg .image_l,
  .column .imgBox.rowImg .image_r {
    max-width: 450px;
    margin-bottom: 30px;
  }

  .column .imgBox.rowImg .image_l {
    float: left;
    margin-right: 60px;
  }

  .column .imgBox.rowImg .image_r {
    float: right;
    margin-left: 60px;
  }
}

.column figure,
.column picture {
  margin-bottom: 20px;
  text-align: center;
}

.column .list01 {
  margin: 20px 0;

}

.column .list01 li {

  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.column .list01 li::before {
  position: absolute;
  content: "";
  width: 0.875em;
  height: 0.875em;
  left: 0;
  top: 0.25em;
  background: #a58d4a;
  border-radius: 50%;
}

.column .entry-content p,
.column .entry-content li,
.column .entry-content td {
  font-size: 14px;
}

.column .entry-content th {
  font-size: 15px;
}

.column .imgBox {
  margin-top: 30px;
}

.tbl_note {
  margin-top: 10px;
}

.column table th {
  background-color: #a58d4a;
  color: #fff;
  font-weight: 500;
  text-align: center;

}

.column table {
  margin-bottom: 30px;
  width: 100%;
}

.column table td,
.column table th {
  border: 1px solid #c6b78d;
  padding: 0.825rem 0.625rem;
}

.ud_feature {
  padding-top: 2em;
}

.ud_feature_item {
  position: relative;
  margin-bottom: 5em;
  border: 5px solid #eae9e5;
  padding: 1em 1.5em;
}

.ud_feature_item:last-child::before {
  display: none;
}

.ud_feature_item::before {
  content: "";
  position: absolute;
  width: 4em;
  height: 2em;
  right: calc(50% - 2em);
  bottom: -4em;
  margin: auto;
  background-color: #a58d4a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.column .ud_feature_item .feature_num {
  margin-bottom: 10px;
  color: #a58d4a;
  text-transform: uppercase;

}

.column .ud_feature_item .tt {
  position: relative;
  font-size: 1.35em;
}

.column .ud_feature_item .tt span {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
  max-width: 80%;
  padding: 0 0.5em;
  background-color: #fff;
  text-align: center;
}

.column .ud_feature_item .tt::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a58d4a;
}

@media only screen and (max-width: 768px) {
  .column .ovs {
    overflow-x: scroll;
  }

  .column .rollTable {
    width: 770px;
    margin-bottom: 0px;
  }

  .column table.resTable {
    display: block;
  }

  .column table.resTable tbody,
  .column table.resTable td,
  .column table.resTable th,
  .column table.resTable tr {
    display: block;

  }

  .column table.resTable th {
    border-bottom: 0 !important;
  }

  .column table.resTable tr:not(:last-child) td {
    border-bottom: 0 !important;
  }

  .column .post .entry-content p.tbl_note {
    font-size: 12.5px;
  }

  .column .faq_box .title {
    font-size: 16px;
  }

  .ud_feature_item {
    padding: 1em;
  }

  .column .ud_feature_item .tt {
    font-size: 1.125em;
  }

  .post .entry-content p img {
    max-width: 100%;
  }

}

@media only screen and (min-width: 769px) {
  .tbl_note {
    display: none;
  }

  .column ul.mcol-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .column ul.mcol-2 li {
    width: 48.5%;
  }

  .column .imgBox.colImg .list {

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .column .imgBox.colImg2 .list,
  .column .imgBox.colImg3 .list {
    margin: 0 -1%;
  }

  .column .imgBox.colImg2 .item {
    width: 48%;
    max-width: 572px;
    margin: 1%;
  }

  .column .imgBox.colImg3 .item {
    width: 31%;
    max-width: 374px;
    margin: 1%;
  }
}




/* layout new */
.sub_page_news_arc li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.sub_page_news_arc li p {
  color: #888;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.sub_page_news_arc h2 {
  font-size: 14px;
  display: inline-block;
}

.sub_page_src_arc ul li {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  position: relative;
}

.sub_page_src_arc ul li .src_img {
  background-position: center center;
  background-size: cover;
  width: 20%;
}

.sub_page_src_arc ul li .src_txt {
  width: 80%;
  padding: 25px 10px;
  font-size: 13.5px;
  box-sizing: border-box;
  text-align: left;
}

#service_campaign>h2,
#service_moniter>h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sub_page_src_arc ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.sub_page_src_arc ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 5%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #a58d4a;
  border-right: .05em solid #a58d4a;
  transform: rotate(45deg);
}

#service_campaign>h2::before,
#service_moniter>h2::before {
  top: 50%;
  content: '';
  height: 1px;
}

#service_campaign .tbl_3 tbody tr th,
#service_campaign .tbl_3 thead tr th {
  width: 35.3%;
  font-size: 12px;
}

#ginza0601 .tbl_3 tbody tr th,
#ginza0601 .tbl_3 thead tr th {
  width: 30%;
  font-size: 12px;
}

#service_campaign .tbl_3 tbody tr td {
  font-size: 12px;
}

#service_campaign>h2 {
  margin: 5px 0 20px;
  font-size: 20px;
  position: relative;
  text-align: center;
}

#service_campaign>h2::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #ccc;
}

#service_campaign>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.sos,
.sos a {
  text-align: center;
}

.service_box_01_inner_bnr {
  margin-top: 25px;
}

.sub_page_column_arc .sub_column ul {
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.sub_page_column_arc .sub_column {
  margin-top: 0;
}

.ban_01 .sec_ttl_01_inner h2 {
  max-width: 1080px;
  width: 90%;
  margin: 20px auto;
  font-size: 20px;
}

.top_recommend_inner ul,
.ban_01 ul {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 40px;
  justify-content: space-between;
}
.sub_page_service_inner .ban_01 ul {
  width: 100%;
  margin-bottom: 0;
}
.top_recommend_inner ul li,
.ban_01 ul li {
  width: 49%;
  margin: 1% 2% 1% 0;
}
.top_recommend_inner ul li h3{
margin-bottom: 0.5em;
}
.top_recommend_inner ul li a img {
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .top_recommend_inner ul li a img {
    box-shadow: unset;
  }
  .top_recommend_inner ul li h3{
    font-size: 14px;
  }
}

.top_recommend_inner ul li:nth-child(2n),
.ban_01 ul li:nth-child(2n) {
  margin-right: 0;
}

.top_recommend_inner .moniter_content {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
}

.sos {
  margin: 60px auto 20px;
}

.sos a {
  display: inline-block;
  font-size: 16px;
  color: #414141;
  letter-spacing: 0.1em;
}

.page-id-766 img:nth-child(3) {
  display: none;
}

#service_moniter>h2 {
  margin: 5px 0 20px;
  font-size: 20px;
  position: relative;
  text-align: center;
}

#service_moniter>h2::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #ccc;
}

#service_moniter>h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

#service_moniter p {
  text-align: left;
  font-size: 14px;
  margin: 40px 0;
}

#service_moniter h4 {
  font-size: 15px;
  padding-bottom: 1px;
  border-bottom: 1px solid #414141;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {

  .hd_inner_01,
  .hd_inner_01_sp {
    width: 90%;
  }

  .footer_main_inner {
    width: 90%;
  }

  .hd_inner_02 {
    width: 90%;
  }

  .hd_inner_01 ul li:nth-child(1) {
    width: 26%;
  }

  .copy {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  .footer_main_inner {
    flex-direction: column;
  }

  .footer_main_inner_l,
  .footer_main_inner_c,
  .footer_main_inner_r {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
  }


  .footer_main_inner_l h2 {
    margin: 0 auto;
  }

  .ft_ad {
    text-align: center;
  }

  .footer_main_inner_l ul.ft-sns {
    flex-direction: column;
    margin: 0 auto 20px;
  }

  .footer_main_inner_l ul li {
    margin: 0 auto 20px;
    text-align: center;
  }

  .footer_main_inner a {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {

  .sp,
  .sp-only {
    display: none !important;
  }

  .pc,
  .pc-only,
  .row div ul:not(.d-flex),
  .secBusiness dl dd {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {

  #service_otherpage_link_btn ul li,
  #store_recommend ul li,
  .sd_nav,
  .sd_nav_03 li,
  .store_inner_l,
  .store_inner_r {
    width: 100% !important;
  }

  .footer_inner_linkarea ul li a,
  .sd_nav_02 ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  .footer_main_inner_c,
  .footer_main_inner_r {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .footer_main_inner_l ul li:first-child {
    max-width: 153px;
    width: 100%;
    margin: 20px auto;
  }

  .footer_main_inner_l ul li:last-child {
    max-width: 181px;
    width: 100%;
    margin: 0 auto;
  }

  .sd_nav_02 ul li,
  .sub_page_src_arc ul li {
    border: 1px solid #e0e0e0;
    position: relative;
  }

  .sd_nav_02 ul li a:after,
  .sub_page_src_arc ul li:after {
    content: none;
  }

  .sp,
  .sp-only {
    display: block !important;
  }

  .pc,
  .pc-only {
    display: none !important;
  }

  .sd_nav {
    margin: 0 auto;
  }

  .staff_content {
    width: 100%;
  }

  .sns {
    margin-top: 20px;
  }

  .staff_content_inner_l,
  .staff_content_inner_r {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .staff_content_inner_r h3 {
    font-size: 16px !important;
    margin: 0 auto !important;
  }

  .staff_content_inner_r ul {
    font-size: 14px !important;
  }

  .sd_nav_02 .top_menu_content_inner_txt,
  .sub_page_src_arc ul li .src_txt {
    padding: 5px;
    font-size: 11px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: left;
    letter-spacing: 0;
    box-sizing: border-box;
  }

  .sd_nav_03 ul {
    display: block;
  }

  .sd_nav_03 li {
    max-width: 100% !important;
  }

  .store_inner_l,
  .store_inner_r {
    margin: 0 auto !important;
  }

  #store_recommend ul li {
    margin: 1% 0 3% !important;
  }

  .sub_page_src_arc ul li {
    width: 32.3%;
    margin: .5%;
    box-sizing: border-box;
  }

  .sub_page_src_arc ul li .src_img {
    width: 100% !important;
    height: 60px !important;
  }

  .sub_page_src_arc ul li .src_txt {
    width: 100%;
  }

  .anchor_links a,
  .first01_inner_02_img,
  .first01_inner_02_txt,
  .first02_inner_blc_content_img,
  .first02_inner_blc_content_txt,
  .sub_page_service_inner {
    width: 100% !important;
  }

  .first01_inner_01_txt {
    width: 100% !important;
    margin: 0 !important;
  }

  .first02_inner_blc h3 {
    display: block !important;
  }

  .sd_nav_02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .sd_nav_02 ul li {
    width: 32.3%;
    margin: .5%;
    box-sizing: border-box;
  }

  .sd_nav_02 ul li .top_menu_content_inner_img {
    width: 100% !important;
    height: 60px !important;
  }

  .sd_nav_02 .top_menu_content_inner_txt {
    width: 100%;
  }

  .sec_ttl_01_inner h2,
  .sec_ttl_01_inner h3 {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  #service_about>h2,
  #service_detail_menu>h2,
  #service_method .sec_en_ttl,
  #service_method>h2,
  #service_otherpage_link_btn>h2,
  #service_price_tbl>h2,
  #service_recommend>h2,
  #service_tbl_01>h2,
  .btn_01 a,
  .column_box_txt_info .column_cate a,
  .sec_en_ttl,
  .service_box_02_inner>h2,
  .sub_column>h2,
  .sub_page_hd_ttl_inner h2,.sub_page_hd_ttl_inner h1,
  .top_menu_content_inner_txt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .page-id-168 .service_box_01_inner_txt table tbody tr th {
    text-align: left;
    background-color: #f6f6f6;
    border-left: 1px solid #d8d8d8;
    font-size: 11px;
    padding: 5px;
  }

  .page-id-168 .service_box_01_inner_txt table tbody tr td {
    font-size: 11px;
    padding: 5px;
  }

  .service_box_01_inner_imgtxt_l {
    width: 80% !important;
    margin: 0 auto;
  }

  .drawer-menu {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding: 80px 0;
    background: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
  }

  .drawer-menu .dash {
    width: 30px;
    height: 3px;
    border-bottom: 3px solid #000;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .drawer-menu line {
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
    margin-left: 30px;
  }

  .drawer-menu .twitter {
    border-right: 2px solid #000;
    margin-left: 30px;
    margin-right: 5px;
    padding-right: 10px;
  }

  .drawer-menu li {
    text-align: left;
  }

  .drawer-menu li img {
    width: 30px;
    margin-top: 20px;
  }

  .drawer-menu li a {
    display: block;
    height: 45px;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    -webkit-transition: all .8s;
    transition: all .8s;
    text-decoration: none;
    width: 80%;
    margin: auto;
    position: relative;
  }

  .acceptme a,
  .column_box_txt a,
  .sos a {
    text-decoration: underline;
  }

  .drawer-menu .nav-arrow a:after,
  .drawer-menu .submenu_01 a:after,
  .drawer-menu .submenu_02 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: .15em solid #000;
    border-right: .15em solid #000;
    transform: rotate(45deg);
  }

  .drawer-menu .nav-plus-01 {
    position: relative;
  }

  .drawer-menu .nav-plus-01 .plus-btn {
    position: absolute;
    top: 0;
    right: 17%;
    bottom: 0;
    display: block;
  }

  .drawer-menu .nav-plus-02 {
    position: relative;
  }

  .drawer-menu .nav-plus-02 .plus-btn {
    position: absolute;
    top: 0;
    right: 17%;
    bottom: 0;
    display: block;
  }

  .drawer-menu .plus-btn .v-bar {
    position: absolute;
    top: 20px;
    bottom: 0;
    opacity: 1;
    width: 20px;
    height: 3px;
    background-color: #000;
  }

  .drawer-menu .plus-btn .h-bar-01,
  .drawer-menu .plus-btn .h-bar-02 {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: -11px;
    opacity: 1;
    width: 3px;
    height: 20px;
    background-color: #000;
  }

  .drawer-menu ul .submenu_01,
  .drawer-menu ul .submenu_02 {
    padding: 0 30px;
    display: none;
  }

  .drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
  }

  .check {
    display: none;
  }

  .menu-btn__text,
  .menu_bar {
    position: absolute;
    display: block;
    right: 0;
  }

  .menu_bar {
    top: 0;
    width: 40px;
    height: 5px;
    background: #a58d4a;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .menu_bar.middle {
    top: 15px;
    opacity: 1;
    width: 30px;
  }

  .menu_bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 20px;
  }

  .menu-btn__text {
    bottom: -15px;
    left: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
  }

  .menu-btn:hover .menu_bar {
    background: 0 0;
  }

  .menu-btn:hover .menu-btn__text {
    color: #999;
  }

  .close-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }

  .open .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    opacity: 1;
    z-index: 9999;
  }

  .open .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  .open .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }

  .open .menu-btn .menu_bar.top {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
  }

  .open .menu-btn .menu_bar.middle {
    opacity: 0;
  }

  .open .menu-btn .menu_bar.bottom {
    width: 40px;
    top: 28px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
  }

  .open .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }

  .open .menu-btn .menu_bar {
    background-color: #3a4f9f;
  }

  .btn_01 a,
  .sec_ttl_01_inner span {
    background-color: #a58d4a;
    display: block;
  }

  .sec_ttl_01_inner h2 {
    font-size: 18px;
  }

  .ban_01 .sec_ttl_01_inner h2 {
    max-width: 1000px;
    width: 90%;
    margin: 20px auto;
    font-size: 16px;
  }

  .sec_ttl_01_inner span {
    height: 2px;
    width: 30px;
    margin: 10px auto;
  }

  .sec_ttl_01_inner h3 {
    color: #a58d4a;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .news_content ul li .news_date {
    margin-bottom: 10px;
    opacity: 0.8;
  }

  .news_content ul li a {
    display: block;
    font-size: 13px;
  }

  .top_news_inner {
    display: flex;
    flex-wrap: wrap;
  }

  #top_news .news_content {
    height: 130px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
  }

  #top_news .btn_01 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 10px auto 0;
    padding: 15px 0;
    border: unset;
    text-align: left;
  }

  .btn_01 a {
    color: #fff;
    position: relative;
    border: 1px solid #a58d4a;
    box-sizing: border-box;
    padding: 13px 30px;
    font-size: 15px;
    margin: 20px auto 0;
    width: 90%;
    max-width: 300px;
  }

  .doctor_list_inner_cap .class,
  .doctor_list_inner_cap h2,
  .footer_inner_linkarea ul li a {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .btn_01 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: .1em;
    right: 7%;
    margin: auto;
    width: .4em;
    height: .4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .search_caption p {
    font-size: 12px;
    text-align: center;
  }

  .search_content {
    width: 100%;
    padding: 2% 0 10px;
    box-sizing: border-box;
    position: relative;
  }

  .searchandfilter ul li h4 {
    width: 100%;
    display: block;
    font-size: 12px !important;
  }

  .searchandfilter ul li.sf-field-taxonomy-service__content label select,
  .searchandfilter ul li.sf-field-taxonomy-service_part label select {
    font-size: 16px;
    color: #000;
  }

  .searchandfilter ul li.sf-field-taxonomy-service_part label {
    width: 100%;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    padding: 0;
  }

  .searchandfilter ul li.sf-field-taxonomy-service__content label::before,
  .searchandfilter ul li.sf-field-taxonomy-service_part label::before {
    border-top: 6px solid #fff;
  }

  .searchandfilter ul li.sf-field-taxonomy-service__content label select option,
  .searchandfilter ul li.sf-field-taxonomy-service_part label select option {
    background-color: #ad975b;
  }

  .searchandfilter ul li.sf-field-taxonomy-service__content label {
    padding: 0;
  }

  .searchandfilter ul li.sf-field-search h4 {
    width: 100%;
    display: block;
    font-size: 12px !important;
  }

  .searchandfilter ul li.sf-field-search label {
    width: 100%;
  }

  .searchandfilter ul li.sf-field-search label input {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
  }

  .sf-field-submit input {
    font-size: 13px;
    padding: 10px;
    border: 2px solid #fff;
    text-align: center;
    box-sizing: border-box;
  }

  .sf-field-submit {
    text-align: center;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .top_menu_inner {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
  }

  .top_menu_inner .sec_ttl_01 {
    width: 100%;
  }

  .top_menu_inner .top_menu_content_inner_01 ul {
    width: 49.5% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top_menu_content_inner_01 ul li {
    width: 49%;
    position: relative;
    margin-bottom: 4px;
    border: 1px solid #d3d3d3;
  }

  .top_menu_content_inner_01 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .top_menu_content_inner_txt_01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff;
    opacity: .4;
    padding: 15px;
  }

  .footer_main_inner_c table tbody tr td span,
  .top_clinic_timetable_l table tbody tr td span {
    color: #a58d4a;
  }

  .top_clinic_content_inner_r {
    width: 100%;
    margin: 20px auto 0;
  }

  .top_clinic_timetable_l .ad {
    margin: 20px 0;
    font-size: 12px;
    letter-spacing: 0;
  }

  .top_clinic_timetable {
    padding-top: 40px;
  }

  .top_clinic_timetable_l table thead tr th {
    width: 28%;
    font-size: 12px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }

  .top_clinic_timetable_l table thead tr td {
    width: 8%;
    font-size: 12px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }

  .top_clinic_timetable_l table tbody tr th {
    width: 28%;
    font-size: 15px;
  }

  .top_clinic_timetable_l table tbody tr td {
    width: 8%;
    font-size: 15px;
  }

  .top_clinic_timetable_l table tbody .tbody_01 th {
    width: 28%;
    font-size: 12px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .top_clinic_timetable_l table tbody .tbody_01 th {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_clinic_timetable_l table tbody .tbody_01 td {
    width: 8%;
    font-size: 12px;
    padding: 7px 0px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .top_clinic_timetable_l table tbody .tbody_01 td {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_clinic_timetable_l table tbody .tbody_02 th {
    width: 28%;
    font-size: 12px;
    padding: 7px 0;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .top_clinic_timetable_l table tbody .tbody_02 th {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_clinic_timetable_l table tbody .tbody_02 td {
    width: 8%;
    font-size: 12px;
    padding: 7px 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .top_clinic_timetable_l table tbody .tbody_02 td {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_clinic_timetable_l .at {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .top_clinic_timetable_l .at {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_clinic_timetable_l table tbody tr td .fas.fa-circle {
    font-size: 6px;
  }

  .top_clinic_content_inner_r>a {
    font-size: 13px;
    margin-right: 20px;
  }

  .reserve_btn .btn_02 a {
    font-size: 17px;
    padding: 20px 10px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .reserve_btn .btn_02 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: .1em;
    right: 30px;
    margin: auto;
    width: .3em;
    height: .3em;
    border-top: .1em solid #a58d4a;
    border-right: .1em solid #a58d4a;
    transform: rotate(45deg);
  }

  #top_doctor {
    padding: 0;
    background-color: #f5f5f5;
  }

  .top_doctor_inner {
    width: 100%;
    margin: 0 auto;
  }

  .top_doctor_inner .sec_ttl_01 {
    width: 90%;
    margin: 0 auto 50px;
  }

  .doctor_list_inner_img {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }

  .doctor_list_inner_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    z-index: -1;
  }

  .overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
  }

  .doctor_list_inner_cap {
    width: 100%;
    margin-right: 0;
    font-size: 15px;
  }

  .doctor_list_inner_cap .class {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
  }

  .doctor_list_inner_cap h2 {
    font-size: 18px;
  }

  .top_column_inner .sec_ttl_01 {
    width: 100%;
  }

  .top_column_inner>p {
    display: none;
  }

  .banner_container h2,
  .clinicTp {
    text-align: center;
  }

  .clinic_container {
    width: 95%;
  }

  .clinic_in01 .d_fl div {
    width: 100%;
    margin-bottom: 10px;
  }

  .clinic_in02_in {
    width: 100%;
    margin-bottom: 42px;
  }

  .clinic_in02txt {
    width: 100%;
    margin: 0;
    padding: 15px 22px 44px 23px;
  }

  .nanner_in span {
    right: 15px;
    bottom: 10px;
    font-size: 12px;
    padding: 7px 10px;
    letter-spacing: 0;
  }

  .clinic_in02txt h2 {
    font-size: 18px;
    padding: 0 0 20px;
  }

  .clinic_in02txt p {
    font-size: 12px;
  }

  .clinic_in01 {
    width: 100%;
    padding: 11px 0 52px;
  }

  .clinic_in02_in_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .clinic_in02_in_r p {
    font-size: 12px;
  }

  .clinic_container h2,
  .clinic_in02 h2 {
    font-size: 18px;
    padding: 30px 0 10px;
  }

  .clinic_in03_in {
    margin-bottom: 57px;
  }

  .clinic_in02_in_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .clinic_in02_in_r {
    width: 100%;
    margin-top: 10px;
  }

  .clinic_in03_in_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .clinic_in03_in_r p {
    font-size: 12px;
  }

  .page_res01_inner h2 {
    font-size: 18px;
    padding-bottom: 42px;
  }

  .page_res01_tl {
    max-width: 422px;
    padding: 11px;
    margin-bottom: 21px;
  }

  .page_res01_tl span:first-child {
    font-size: 13px;
    margin-right: 24px;
  }

  .clinic_in03_in_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .clinic_in03_in_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(2) {
    display: inherit;
    margin-bottom: 42px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(2) .res01_box_r p {
    font-size: 12px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(3) {
    display: inherit;
    margin-bottom: 51px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(3) .res01_box_r p {
    font-size: 12px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(4) {
    display: inherit;
    margin-bottom: 34px;
  }

  .res01_inner01_tl {
    padding: 11px;
    margin-bottom: 30px;
  }

  .res01_inner01_tl span:first-child {
    font-size: 13px;
    margin-right: 17px;
  }

  .page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .page_res01_inner .page_res01_box:nth-of-type(4) .res01_box_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(2) {
    display: inherit;
    margin-bottom: 34px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(2) .res01_inner01_box_r p {
    font-size: 12px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(3) {
    display: inherit;
    margin-bottom: 33px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37%;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .page_res01_inner01 .res01_inner01_box:nth-of-type(3) .res01_inner01_box_r p {
    font-size: 12px;
  }

  .res01_inner02_tl {
    padding: 11px;
    margin-bottom: 30px;
  }

  .res01_inner02_tl span:first-child {
    font-size: 13px;
    margin-right: 17px;
  }

  .res01_inner02_tl span:last-child {
    font-size: 18px;
  }

  .page_res01_inner02 .res01_inner02_box {
    display: inherit;
    margin-bottom: 59px;
  }

  .page_res01_inner02 .res01_inner02_box .res01_inner02_box_l {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 92%;
  }

  .page_res01_inner02 .res01_inner02_box .res01_inner02_box_r {
    width: 100%;
    margin-top: 10px;
  }

  .page_res01_inner02 .res01_inner02_box .res01_inner02_box_r h2 {
    font-size: 14px;
    margin: 0 0 13px;
  }

  .page_res01_inner02 .res01_inner02_box .res01_inner02_box_r p {
    font-size: 12px;
  }

  .page_resva_inner {
    width: 90%;
    padding-bottom: 115px;
  }

  .page_resva_inner h2 {
    font-size: 18px;
    margin-bottom: 55px;
  }

  .resva01 {
    font-size: 14px;
  }

  .page_resva_inner .resva_inner01 ul li {
    padding: 14px 0;
  }

  .resva_inner01 .resva01 span {
    font-size: 15px;
    padding-bottom: 14px;
  }

  .ft_social_in ul li:nth-child(3) a,
  .ft_social_in ul li:nth-child(4) a,
  .resva_inner01 ul li:last-child p {
    font-size: 12px;
  }

  .ft_social_in ul li:first-child {
    width: 59px;
  }

  .ft_social_in ul li:first-child span {
    margin: 0 4px;
  }

  .clinic_in ul li,
  .clinic_in ul li:nth-child(7),
  .clinic_in ul li:nth-child(8),
  .clinic_in ul li:nth-child(9) {
    margin-bottom: 4px;
  }

  .ft_social_in ul li:nth-child(2),
  .ft_social_in ul li:nth-child(3) {
    margin-right: 10px;
  }

  .clinic_in ul {
    padding-top: 15px;
  }

  .clinic_in ul li {
    width: 100%;
  }

  .clinic_in ul li div:first-child {
    width: 20%;
    height: 100%;
  }

  .clinic_container_in {
    padding: 0 0 71px;
  }

  .clinic_in ul li div:first-child img {
    height: 100px;
    height: 100%;
  }

  .clinic_in ul li div:nth-child(2) {
    padding: 12%;
  }

  .clinic_in_container h4 {
    font-size: 14px;
    padding-bottom: 13px;
  }

  .clinic_in_line {
    margin-top: 5px;
    width: 100%;
  }

  .clinic .clinic_in_container table tr th {
    padding: 12px 0;
    font-size: 14px;
  }

  .clinic_in_container table tr td {
    padding: 13px 0 11px;
    font-size: 12px;
  }

  .clinic_in_container {
    padding-top: 24px;
  }

  .clinic_sub_02 {
    padding: 0 0 38px;
  }

  .clinic_container h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .clinic_in_sub03_slider button.slick-prev.slick-arrow {
    left: -7%;
  }

  .clinic_in_sub03_slider button.slick-next.slick-arrow {
    right: -2%;
  }

  .sub05_step div:nth-child(1):after,
  .sub05_step div:nth-of-type(2):after {
    height: 0;
    right: -22px;
    border-bottom: 22px solid transparent;
    border-top: 22px solid transparent;
    content: "";
  }

  .clinic_in_sub03_tbl {
    margin-top: 26px;
  }

  .clinic_in_sub03_tbl table th {
    font-size: 14px;
    padding: 12px 0 10px 53px;
  }

  .clinic_in_sub03_tbl table td {
    font-size: 12px;
    padding: 12px 0 10px 53px;
  }

  .clinic_in_sub03_container {
    padding-bottom: 34px;
  }

  .clinic_in_sub04,
  .sub04_in {
    width: 100%;
  }

  .clinic_in_sub04 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .sub04_box {
    width: 100%;
    top: 10%;
    position: absolute;
  }

  .clinic_in_sub04_l {
    padding-bottom: 24%;
    display: block;
    width: 21%;
    margin: 0 auto;
    position: relative;
  }

  .clinic_in_sub04_r {
    width: 87%;
    position: relative;
    margin: 0 auto;
  }

  .clinic_in_sub04_r h2 {
    align-items: center;
    font-size: 14px;
    padding: 15px 0 5px;
  }

  .clinic_in_sub04_r h2 span:nth-of-type(1) {
    width: 31px;
  }

  .clinic_in_sub04_r h2 span:nth-of-type(2) {
    font-size: 12px;
    margin-right: 14px;
  }

  .clinic_in_sub04_r h2 span:nth-of-type(3) {
    font-size: 14px;
  }

  .clinic_in_sub04_r .sub04_ttl {
    width: 68px;
    font-size: 12px;
    padding: 4px 10px;
    margin-left: 13px;
  }

  .clinic_in_sub04_r p {
    padding: 16px 0 0 13px;
    font-size: 12px;
  }

  .clinic_sub_04 {
    padding: 0 0 59px;
  }

  .clinic_sub_05 h2 {
    font-size: 14px;
    padding: 15px 0 10px;
  }

  .reserve_form {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }

  .reserve_form_inner p {
    font-size: 15px;
    text-align: left;
    padding: 20px 0;
  }


  .sub05_step div:nth-child(1),
  .sub05_step div:nth-child(2),
  .sub05_step div:nth-child(3) {
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 12px 0 9px;
  }

  .sub05_step.d_fl {
    box-sizing: border-box;
  }

  .sub05_step div:nth-child(1) {
    width: 201px;
    background: #ad9349;
    position: relative;
    letter-spacing: 0;
  }

  .sub05_step div:nth-child(1):after {
    width: 0;
    position: absolute;
    top: 0;
    border-left: 22px solid #ad9349;
    z-index: 1;
  }

  .sub05_step div:nth-child(2) {
    width: 201px;
    background: #d3b271;
    position: relative;
  }

  .sub05_step div:nth-of-type(2):after {
    width: 0;
    position: absolute;
    top: 0;
    border-left: 22px solid #d3b271;
  }

  .sub05_step div:nth-child(3) {
    width: 217px;
    background: #e5cd98;
  }

  .sub05_form {
    max-width: 1000px;
    margin: 0 auto;
  }

  .zip1 input[type=text],
  .zip2 input[type=text] {
    width: auto;
  }

  .wpcf7-checkbox {
    display: block;
  }

  input[type=submit] {
    -webkit-appearance: none;
  }

  .wpcf7-back,
  .wpcf7-confirm,
  .wpcf7-submit {
    width: 294px;
    height: 100%;
    margin: 0 auto;
    background: #a58d4a;
    text-align: center;
    color: #fff;
    display: block;
    outline: 0;
    border: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
  }

  .wpcf7-submit {
    padding: 20px 0;
  }

  .wpcf7-confirm {
    padding: 19px 0;
  }

  .wpcf7-back {
    padding: 20px 0;
  }

  .formnavBox .formnavBox_on,
  .formnavBox li,
  .formnavBox li:nth-child(3) {
    color: #fff;
    padding: 12px 0 9px;
    text-align: center;
  }

  .formnavBox li:nth-child(3)::before,
  div.wpcf7 .ajax-loader {
    display: none;
  }

  .clinic_in_sub05 ul {
    justify-content: inherit;
  }

  .formnavBox li {
    width: 40%;
    background: #d3b271;
    position: relative;
    border: none !important;
  }

  .formnavBox .formnavBox_on {
    background-color: #ad9349 !important;
    font-size: 15px;
    position: relative;
    letter-spacing: 0;
  }

  .formnavBox li:nth-child(1).formnavBox_on:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -20px;
    border-left: 20px solid #ad9349;
    border-bottom: 23px solid transparent;
    border-top: 20px solid transparent;
    z-index: 1;
  }

  .formnavBox li:nth-child(3) {
    font-size: 15px;
    background: #e5cd98;
    position: relative;
    border: none !important;
  }

  .formnavBox li:nth-child(2).formnavBox_on:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -21px;
    border-left: 21px solid #ad9349;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    z-index: 1;
  }

  #hdnav ol li .email::before,
  #hdnav ol li .phone::before,
  #hdnav ol li .reserve::before,
  .sub05_ftype .sub05_ftype_select {
    content: '';
  }

  input::placeholder {
    color: #ddd;
    font-size: 14px;
  }

  span.wpcf7-list-item.last {
    color: #000;
    font-size: 15px;
    font-weight: 500;
  }

  .wpcf7c-conf {
    background-color: unset !important;
    color: #000;
    border: unset !important;
  }

  .acceptme,
  .acceptme a,
  .acceptme span {
    color: #fff;
  }

  .acceptme {
    width: 100%;
    margin: 40px auto;
    padding: 30px 0 55px;
    text-align: center;
  }

  .acceptme p {
    text-align: center;
  }

  .acceptme a {
    padding: 10px 0;
  }

  .acceptme a span {
    position: unset;
    font-size: unset;
    color: #fff;
  }

  .flow_content h2 {
    font-size: 15px;
    text-align: center;
  }

  .flow_content .flow_01 {
    max-width: 800px;
    width: 75%;
    margin: 100px auto 150px;
  }

  .flow_content .flow_btn {
    width: 100%;
    margin: auto;
  }

  .flow_content .flow_btn ul {
    justify-content: space-between;
  }

  .flow_content .flow_btn li {
    width: 31%;
    padding: 0 0 100px;
  }

  .sub05_form h3 {
    font-size: 15px;
    padding: 23px 0 34px;
  }

  .sub05_form h3 span {
    color: #d82525;
    display: inline-block;
    font-size: 15px;
  }

  .form_control .name01 {
    font-size: 17px;
    position: relative;
    font-weight: 700;
    align-items: center;
    letter-spacing: 0;
  }

  .sub05_ftype p {
    box-sizing: border-box;
    font-size: 15px;
  }

  .form_control .name01 span:nth-of-type(1) {
    width: 3pt;
    height: 30px;
    background: #ad9349;
    margin-right: 13px;
  }

  .form_control .name01 span:nth-of-type(2) {
    color: #b19e5e;
  }

  .form_control .name01 span:nth-of-type(3) {
    position: relative;
    font-size: 15px;
    top: -13px;
    color: #d82525;
    right: -5px;
  }

  .sub05_ftype .sub05_f01_input,
  .sub05_ftype .sub05_f_input {
    width: 400px;
    padding: 12px 8px 13px;
    color: #666;
    box-sizing: border-box;
    border: 1px;
    outline: 0;
  }

  .sub05_form01 {
    margin-bottom: 60px;
  }

  .form_control {
    margin-bottom: 30px;
  }

  .sub05_ftype .sub05_f_input {
    font-size: 15px;
    margin: 30px 0 0;
  }

  .sub05_ftype .sub05_ftype_radio .d_fl {
    padding: 30px 0 17px;
  }

  .sub05_f_input01,
  .sub05_f_input02 {
    font-size: 15pt;
    padding: 12px 8px 13px;
    color: #666;
    border: 1px;
    outline: 0;
    box-sizing: border-box;
  }

  .sub05_ftype .sub05_ftype_radio p:first-child {
    margin-right: 26px;
  }

  .sub05_f_input01 {
    width: 147px;
    margin: 30px 15px 14px 0;
  }

  .sub05_f_input02 {
    width: 633px;
    margin: 30px 0 14px;
  }

  .sub05_select {
    width: 400px;
    height: 48px;
    font-size: 15px;
    padding: 6px 75px 6px 8px;
    color: #000;
    margin: 15px 0;
    border: 1px;
    outline: 0;
    box-sizing: border-box;
    letter-spacing: 0;
    border-radius: 0;
  }

  .sub05_ftype_select select {
    text-indent: 1px;
    text-overflow: clip;
    position: relative;
    background: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_arrow.png) calc(100% - 10px) no-repeat;
  }

  .sub05_ftype .sub05_ftype_select {
    background: url(/wp0/wp-content/themes/v-1-0-28/assets/img/common/img_arrow.png) 50% 50% no-repeat #fff;
    width: 14px;
    height: 14px;
    top: 65px;
    padding: 4px;
    right: 4px;
    border-radius: 28px;
  }

  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
  }

  .sub05_fbt p:nth-child(2) span,
  .sub05_fmore a {
    color: #fff;
    font-size: 15px;
  }

  .sub05_ftype .sub05_ftype_select,
  .sub05_ftype .sub05_ftype_select span {
    position: relative;
  }

  .sub05_ftype_area {
    max-width: 636px;
    width: 94%;
    outline: 0;
    font-size: 15px;
    border: 1px;
    letter-spacing: 0;
  }

  .sub05_f02 label {
    font-size: 15px;
    margin-right: 15px;
  }

  .sub05_01 td {
    font-size: 15px;
    font-weight: 700;
  }

  .sub05_fbt {
    max-width: 701px;
    margin: 59px auto 63px;
    background: #d3b271;
    padding: 33px 0 46px;
    box-sizing: border-box;
  }

  .sub05_fbt p {
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
  }

  .sub05_fbt p:nth-child(1) span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
  }

  .sub05_fbt p:nth-child(2) {
    margin-top: 20px;
  }

  .fub05_p {
    padding: 12px 0 29px;
    font-size: 15px;
  }

  .sub05_fmore {
    width: 294px;
    margin: 0 auto;
    background: #a58d4a;
    text-align: center;
    position: relative;
  }

  .sub05_fmore a {
    padding: 24px 0;
    display: block;
    letter-spacing: 0;
  }

  .sub05_fmore a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: .1em;
    right: 10%;
    margin: auto;
    width: .3em;
    height: .3em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  table.table-res-form {
    width: 100%;
    display: block;
  }

  table.table-res-form tr {
    display: block;
  }

  table.table-res-form tr th {
    width: 100%;
    margin: 10px 0 0;
    padding: 5px;
    text-align: left;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    color: #ad9248;
    font-size: 17px;
    border-style: double;
    box-sizing: border-box;
  }

  table.table-res-form tr td {
    display: block;
    width: 100%;
    margin: 15px 0 30px;
  }

  table.table-res-form tr td dl dt {
    min-width: 150px;
  }

  span.required {
    font-size: 9px;
    color: red;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    top: -4px;
  }

  .add01 input,
  .add02 input,
  .sub05_f_input {
    color: #666;
    outline: 0;
    box-sizing: border-box;
  }

  .sub05_f_input {
    width: 400px;
    font-size: 16px;
    margin: 15px 0;
    border: 1px;
  }

  .table-res-form input[type=email],
  .table-res-form input[type=number],
  .table-res-form input[type=tel],
  .table-res-form input[type=text],
  .table-res-form select,
  .table-res-form textarea {
    border: 1px solid #ad9248;
    padding: .5em;
    border-radius: 0;
    margin-bottom: 7px;
    width: 100%;
    position: relative;
    opacity: 1;
    font-size: 16px;
    box-sizing: border-box;
  }

  .table-res-form select {
    border: 1px solid #ad9248;
    padding: .5em;
    border-radius: 0;
    margin-bottom: 7px;
    width: auto;
    position: relative;
    opacity: 1;
    font-size: 16px;
    box-sizing: border-box;
  }

  .add01 input,
  .add02 input {
    border: 1px;
    display: block;
  }

  span.radio {
    font-size: 15px;
    letter-spacing: 0;
    margin: 15px 0 30px;
    padding: 20;
  }

  .sub06_box ol dl,
  .sub06_box span,
  .sub06_p,
  .sub06_p01,
  a.sub06_bt span {
    font-size: 12px;
  }

  .add01 input {
    width: 147px;
  }

  .add02 input {
    width: 100%;
  }

  span.add01 {
    margin-right: 15px;
  }

  span.add02 {
    width: 60%;
  }

  .sub05_f02.d_fl {
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
  }

  .sub06_in.d_fl {
    margin: 34px 0 24px;
  }

  .clinic_in_sub06 {
    width: 100%;
  }

  .sub06_in_l {
    width: 47%;
    height: 222px;
  }

  .sub06_in_l span {
    font-size: 12px;
    top: -25px;
    left: 6px;
  }

  .sub06_in_m {
    width: 6%;
    left: 1.5%;
  }

  .sub06_in_r {
    width: 47%;
  }

  .clinic01_line {
    width: 100%;
  }

  .sub06_box {
    padding: 6px 0 13px 15px;
    margin: 24px 0 40px;
    box-sizing: border-box;
  }

  .sub06_box span {
    width: 59px;
  }

  .sub06_box ol {
    margin-top: 14px;
  }

  .sub06_in01.d_fl,
  .sub06_in02.d_fl,
  .sub06_in03.d_fl {
    margin: 34px 0 24px;
  }

  .sub06_in01_l {
    width: 47%;
  }

  .sub06_in01_m {
    width: 6%;
    left: 1.5%;
  }

  .sub06_in01_r,
  .sub06_in02_l {
    width: 47%;
  }

  a.sub06_bt {
    padding: 5px 5px 8px 15px;
  }

  a.sub06_bt span {
    padding: 3px 8px;
  }

  .minus:after,
  .plus:after {
    font-size: 15px;
    top: 10px;
  }

  .sub06_bt_box {
    padding-top: 47px;
  }

  .sub06_in02_l span,
  .sub06_in02_r span {
    font-size: 12px;
    top: -25px;
    left: 6px;
  }

  .sub06_in02_m {
    width: 6%;
    left: 1%;
  }

  .sub06_in02_r,
  .sub06_in03_l {
    width: 47%;
  }

  .sub06_p02 {
    font-size: 12px;
  }

  .sub06_container03,
  .sub06_container04,
  .sub06_container05 {
    margin: 23px 0;
  }

  a.sub06_bt01 {
    padding: 5px 5px 8px 15px;
  }

  a.sub06_bt01 span {
    font-size: 12px;
    padding: 3px 8px;
  }

  .sub06_bt01_box {
    padding-top: 47px;
  }

  .sub06_in03_l span,
  .sub06_in03_r span {
    font-size: 12px;
    top: -25px;
    left: 6px;
  }

  .sub06_in03_m {
    width: 6%;
    left: 1%;
  }

  .sub06_in03_r,
  .sub06_in04_l {
    width: 47%;
  }

  .sub06_p03 {
    font-size: 12px;
  }

  a.sub06_bt02 {
    padding: 5px 5px 8px 15px;
  }

  a.sub06_bt02 span {
    font-size: 12px;
    padding: 3px 8px;
  }

  .sub06_bt02_box {
    padding-top: 47px;
  }

  .sub06_in04.d_fl {
    margin: 34px 0 24px;
  }

  .sub06_in04_l span,
  .sub06_in04_r span {
    font-size: 12px;
    top: -25px;
    left: 6px;
  }

  .sub06_in04_m {
    width: 6%;
    left: 1%;
  }

  .sub06_in04_r {
    width: 47%;
  }

  .sub06_p04 {
    font-size: 12px;
  }

  .clinic_sub_07_in {
    margin-bottom: 70px;
  }

  .clinic_in_sub07 h2 {
    font-size: 14px;
    padding: 30px 0 9px;
  }

  .sub07_btn {
    margin-bottom: 16px;
  }

  .sub07_list ul:nth-of-type(1) li,
  .sub07_list ul:nth-of-type(2) li,
  .sub07_list ul:nth-of-type(3) li,
  .sub07_list ul:nth-of-type(4) li {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .sub07_btn a {
    font-size: 10px;
  }

  .sub07_btn a span {
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding-top: 2px;
  }

  .sub07_btn p {
    font-size: 10px;
    padding: 10px 0 0 23px;
  }

  .sub07_list h3 {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .sub07_list ul:nth-of-type(1) li a,
  .sub07_list ul:nth-of-type(2) li a,
  .sub07_list ul:nth-of-type(3) li a,
  .sub07_list ul:nth-of-type(4) li a {
    font-size: 12px;
    padding: 10px 37px 10px 27px;
  }

  .sub07_list_in {
    margin-top: 29px;
  }

  .footer_inner_linkarea ul li {
    width: 96%;
    margin: 2%;
    text-align: center;
    min-width: 300px;
  }

  .f_10 {
    font-size: 14px;
  }

  .footer_inner_linkarea {
    padding: 30px 0;
  }

  .footer_inner_linkarea ul li a {
    text-align: left;
    padding: 20px 15px;
    box-sizing: border-box;
    border: 1px solid #a58d4a;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    justify-content: center;
  }

  .footer_main_inner_c table tbody tr td,
  .footer_main_inner_c table tbody tr th,
  .footer_main_inner_c table thead tr th,
  .footer_main_inner_l ul li,
  .ft_ad {
    font-size: 13px;
  }

  #service_campaign .service_box_ttl,
  #service_campaign .service_camp_ttl {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .footer_inner_linkarea ul li:nth-child(1) a:before,
  .footer_inner_linkarea ul li:nth-child(2) a:before,
  .footer_inner_linkarea ul li:nth-child(3) a:before {
    content: none;
  }

  .footer_inner_linkarea ul li a:after,
  .reserve_btn .btn_03 a:before {
    content: "";
    position: absolute;
    bottom: .1em;
    transform: rotate(45deg);
    top: 0;
  }

  .footer_inner_linkarea ul li a:after {
    right: 7%;
    margin: auto;
    width: .3em;
    height: .3em;
    border-top: .05em solid #a58d4a;
    border-right: .05em solid #a58d4a;
  }

  .footer_main_inner_l {
    width: 98%;
    margin: 1% 1% 30px;
    text-align: center;
  }

  .footer_main_inner_c {
    width: 98%;
    margin: 20px auto;
  }

  .footer_main_inner_r {
    width: 98%;
    margin: 1%;
  }

  .footer_main_inner_l h2 {
    max-width: 250px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .ft_ad {
    margin: 30px 0 20px;
    text-align: center;
  }

  .footer_main_inner_l ul li {
    margin-bottom: 5px;
    text-align: center;
  }

  .footer_main_inner_c table {
    width: 100%;
  }

  .footer_main_inner_c table thead tr td {
    border-collapse: collapse;
    font-size: 13px;
    padding: 0;
  }

  .footer_main_inner_c table tbody .tbody_01 td,
  .footer_main_inner_c table tbody .tbody_01 th,
  .footer_main_inner_c table tbody .tbody_02 td,
  .footer_main_inner_c table tbody .tbody_02 th {
    font-size: 13px;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {

  .footer_main_inner_c table tbody .tbody_01 td,
  .footer_main_inner_c table tbody .tbody_01 th,
  .footer_main_inner_c table tbody .tbody_02 td,
  .footer_main_inner_c table tbody .tbody_02 th {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_main_inner_c table tbody .tbody_01 th {
    width: 28%;
    text-align: left;
  }

  .footer_main_inner_c table tbody .tbody_01 td {
    width: 8%;
    text-align: center;
  }

  .footer_main_inner_c table tbody .tbody_02 th {
    width: 28%;
    text-align: left;
  }

  .footer_main_inner_c table tbody .tbody_02 td {
    width: 8%;
    text-align: center;
  }

  .footer_main_inner_c .at {
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .footer_main_inner_c .at {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_main_ttl h2 span {
    margin: 10px 0 30px;
  }

  .reserve_btn .btn_03 {
    text-align: left;
  }

  .reserve_btn .btn_03 a {
    font-size: 17px;
    padding: 20px 40px;
  }

  .reserve_btn .btn_03:last-child a {
    font-size: 19px;
  }

  .top_grand_content .grand_list .grand_box .grand_text {
    padding: 120px 20px 20px 20px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  .top_grand_content .grand_list .grand_box .grand_text {
    padding: 90px 20px 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  #mrTable03-outer>.mrcominfo {
    padding: 10px 20px !important;
  }

  .hd_inner_01 ul,
  .hd_inner_02,
  .top_menu_inner .sec_ttl_01>p {
    display: none;
  }

  .reserve_btn .btn_03 a:before {
    right: 10%;
    margin: auto;
    width: .3em;
    height: .3em;
    border-top: .1em solid #fff;
    border-right: .1em solid #fff;
  }

  .copy {
    max-width: 1000px;
    width: 90%;
    margin: 10px auto;
    color: #fff;
    text-align: center;
  }

  .copy small {
    font-size: 10px;
  }

  .fixed_ft {
    width: 100%;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .fixed_ft .tt {
    background-color: #a58d4a;
    text-align: center;
    color: #fff;
  }

  .fixed_ft ul {
    border: 1px solid #a58d4a;
  }

  .fixed_ft ul li {
    width: 33.33%;
    height: 50px;
    margin: 0;
    border-left: 1px solid #a58d4a;
    box-sizing: border-box;
    background: #fff;
  }

  .fixed_ft ul li:first-child {
    border-left: 0;
  }

  .fixed_ft ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    color: #a58d4a;
  }

  .fixed_ft ul li a img {
    margin-top: 0.2em;
    width: auto;
    margin-bottom: 0.2em;
    height: 1.6em;
  }



  .hd_inner_01 {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .hd_inner_01 h1 {
    margin-bottom: 0;
    width: 65%;
    max-width: 220px;
  }

  .hd_inner_01 h1 a {
    display: table;
    line-height: 1;
  }

  .news_content,
  .top_menu_inner .top_menu_content {
    width: 100%;
  }

  .f_rr {
    flex-direction: column;
  }

  .slider_01 .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(1);
    -moz-filter: opacity(1);
    -o-filter: opacity(1);
    -ms-filter: opacity(1);
    filter: opacity(1);
    transition: 0.2s linear;
  }

  .searchandfilter ul li.sf-field-taxonomy-service__content label {
    width: 100%;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
  }

  .top_menu_content_inner ul li {
    width: 47.5%;
    margin: 1.25%;
    box-sizing: border-box;
    border: 1px solid #A0A0A0;
    position: relative;
  }

  .top_menu_content_inner_txt {
    width: 100%;
    padding: 5px 3px;
    font-size: 10px;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: 0;
  }

  .top_menu_content_inner_img {
    width: 100% !important;
    height: 60px !important;
  }

  .news_content ul li .news_date {
    display: block;
    margin-right: 10px;
    font-size: 12px;
  }

  .top_clinic_inner>.sec_ttl_01 {
    width: 100%;
    padding: 40px 0 100px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #f0f0f0 3px, #f0f0f0 7px);
  }

  .doctor_cap {
    font-size: 12px;
    line-height: 1.6;
    padding: 20px 0;
  }

  .doctor_list_inner_cap>ul {
    font-size: 12px;
    padding: 15px 0 0;
  }

  .doctor_list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a58d4a;
  }

  .slider_03 {
    padding: 10px 0 30px;
    outline: 0;
    background: linear-gradient(#fff 30%, #ededed 70%);
  }

  .column_box_txt_info .column_cate a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #a58d4a;
    box-sizing: border-box;
    padding: 5px 10px;
  }

  .column_box_txt_info .column_date {
    text-align: right;
    color: #a58d4a;
    font-size: 10px;
  }

  .footer_main {
    padding: 30px 0;
    background-color: #414141;
  }

  #top_news {
    padding: 20px 0;
  }

  .sec_ttl_01 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .slick-dots li button:before {
    font-size: 8px;
  }

  .news_content ul li {
    margin-bottom: 15px;
  }

  .top_recommend_inner ul,
  .ban_01 ul {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 40px;
    justify-content: space-between;
  }

  .top_recommend_inner ul li,
  .ban_01 ul li {
    width: 100%;
    margin: 2% 0;
  }

  #top_search {
    padding: 30px 0 10px;
    color: #fff;
    background: repeating-linear-gradient(-45deg, #a58d4a, #a58d4a 3px, #ad975b 3px, #ad975b 7px);
  }

  .top_search_inner .sec_ttl_01 {
    width: 100%;
  }

  .search_caption {
    width: 100%;
    text-align: center;
  }

  #top_menu {
    padding: 0 0 20px;
  }

  .slider_02 {
    margin-top: 30px;
  }

  .top_clinic_content_inner_r_if {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    height: 250px;
  }

  #top_clinic {
    padding: 50px 0 20px;
  }

  #top_column {
    padding: 20px 0 0;
  }

  .column_box_img {
    background-position: center center;
    background-size: cover;
  }

  .column_box_txt {
    padding: 10px;
    box-sizing: border-box;
  }

  .footer_main_inner_c table,
  .footer_main_inner_c table tbody tr td {
    border-collapse: collapse;
  }

  .footer_main_inner_c table tbody tr td {
    padding: 0;
  }

  .footer_main_inner_c table tbody tr td .reserve_btn .btn_03 a {
    font-size: 11px;
    margin-bottom: 0;
    border: unset;
  }

  .footer_main_inner_l {
    margin-bottom: 0;
  }

  .footer_main_inner_float {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #hdnav,
  div#content {
    position: relative;
  }

  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .footer_main_inner_float .d_fl div {
    width: 33.3% !important;
    padding: 2% 0 !important;
  }

  .align-item-end {
    justify-content: flex-end;
  }

  .footer_main_inner_float ul {
    width: 40px;
    padding: 10px;
  }

  .footer_main_inner_float ul li a img {
    width: 30px;
    height: 30px;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 5px grey;
  }

  .footer_main_inner_c {
    margin-bottom: 20px;
  }

  #hdnav ol li {
    width: 25px;
    margin-left: auto;
    text-align: center;
    box-sizing: border-box;
  }

  #hdnav ol li a {
    color: #fff;
    font-size: 10px;
    display: block;
  }

  #hdnav ol li:last-child {
    position: relative;
    background: #fff;
    margin: 2px 2px 2px 0;
  }

  #btn_menu div {
    position: absolute;
    width: 65%;
    height: 48%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #btn_menu span {
    position: absolute;
    display: block;
    right: 0;
    background-color: #ae9b5d;
    pointer-events: none;
  }

  #btn_menu span:nth-child(1) {
    top: 0;
    width: 90%;
    height: 3px;
  }

  #btn_menu span:nth-child(2) {
    top: 14px;
    width: 19px;
    height: 3px;
  }

  #sp_menu,
  #sp_menu .bg {
    width: 100%;
    height: 100%;
  }

  #btn_menu span:nth-child(3) {
    top: 28px;
    width: 100%;
    height: 3px;
  }

  #sp_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 10000;
  }

  #sp_menu .bg {
    background: rgba(0, 0, 0, 0.6);
  }

  #sp_menu .inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    overflow: auto;
  }
}

@media only screen and (max-width: 768px) and (max-width: 330px) {
  #sp_menu .inner {
    width: 330px;
  }
}

@media only screen and (max-width: 768px) {

  #sp_menu .inner>div {
    padding: 25px;
  }

  #sp_menu .subject .s_m {
    box-sizing: border-box;
    float: none;
    width: 100px;
    height: auto;
    padding: 10px;
    border-top: solid 2px #a5964b;
    border-bottom: solid 2px #a5964b;
    font-size: 16px;
    text-align: center;
  }

  #sp_menu .subject .list {
    margin: 10px 0 0;
    display: block;
    width: 100%;
  }

  #sp_menu .subject .list li {
    position: relative;
    text-align: left;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }

  #sp_menu .subject .list .s_box li {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  #sp_menu .subject .list .s_box a {
    width: 100%;
    padding: 10px 0;
    color: #000;
  }

  #sp_menu .subject .list li>a {
    width: 70%;
    margin: 0;
    padding: 15px;
    display: inline-block;
    color: #ae9b5d;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
  }

  #sp_menu .subject .list .s_box li span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 3px;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #sp_menu .subject .list .s_box li span {
    background: #baa68b;
    padding: 10px;
    border-radius: 55px;
    box-sizing: border-box;
    right: 0;
    position: absolute;
  }

  #sp_menu .subject .list>li .after_click {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
  }

  #sp_menu .subject .list>li .after_click:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    margin: auto;
    width: .6em;
    height: .6em;
    border-top: 2px solid #b8b7b7;
    border-right: 2px solid #b8b7b7;
    transform: rotate(45deg);
    z-index: 9;
  }

  #sp_menu .subject .list>li {
    padding: 0;
    flex-basis: 25%;
    width: 100%;
    max-width: 100%;
  }

  #sp_menu .subject .list>li.open .s_box {
    display: block;
  }

  #sp_menu .subject .list p {
    font-size: 14px;
    position: relative;
    margin: 0;
    text-align: left;
    transition: color .15s ease-out;
  }

  ul.s_box {
    width: 90%;
    box-sizing: border-box;
    margin: 10px auto;
  }

  #sp_menu .gnav {
    width: 100%;
    margin: 35px auto 0;
    padding: 0;
    text-align: left;
    justify-content: space-between;
  }

  #sp_menu .gnav li {
    padding: 0;
    margin: 0 0 9px;
    width: 47%;
    border: 1px;
  }

  #sp_menu .gnav li a {
    position: relative;
  }

  #sp_menu .gnav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(-50%, 0);
  }

  #sp_menu .gnav li:nth-child(1),
  #sp_menu .gnav li:nth-child(2) {
    background: #b8b7b7;
    color: #fff;
  }

  #sp_menu .gnav li:nth-child(1) a,
  #sp_menu .gnav li:nth-child(2) a {
    color: #fff;
  }

  #sp_menu .gnav li:nth-child(3),
  #sp_menu .gnav li:nth-child(4) {
    background: #b9aa7f;
  }

  #sp_menu .gnav li:nth-child(3) a,
  #sp_menu .gnav li:nth-child(4) a {
    color: #fff;
    align-items: center;
  }

  #sp_menu .gnav li:nth-child(5),
  #sp_menu .gnav li:nth-child(6) {
    background: #d1be7a;
  }

  #sp_menu .gnav li:nth-child(7),
  #sp_menu .gnav li:nth-child(8) {
    margin-bottom: 0;
    background: #af9742;
  }

  #sp_menu .gnav li:nth-child(5) a,
  #sp_menu .gnav li:nth-child(6) a,
  #sp_menu .gnav li:nth-child(7) a,
  #sp_menu .gnav li:nth-child(8) a {
    color: #fff;
    align-items: center;
  }

  #sp_menu .gnav li a {
    padding: 11px;
    display: flex;
    font-size: 12px;
  }

  #sp_menu .btn_close {
    position: absolute;
    top: 29px;
    right: 20px;
    border: 0;
    padding: 20px;
    width: auto;
    min-width: 0;
    font-size: 1.1rem;
    color: #fff;
    transition: opacity .15s ease-out;
    background: #ae9b5d;
  }

  #sp_menu .btn_close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .btn_close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sp_menu .btn_close::after,
  #sp_menu .btn_close::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 2px;
    background: #fff;
    content: "";
  }

  .sub_page_hd_ttl_inner h2,.sub_page_hd_ttl_inner h1,
  .sub_page_main {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .sub_page_hd_ttl_inner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
  }

  .sub_page_hd_ttl_inner h2,.sub_page_hd_ttl_inner h1 {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }

  .sub_page_main {
    padding: 0;
  }

  .sec_en_ttl {
    text-align: center;
    font-size: 10px;
    color: #a58d4a;
  }

  #service_about>h2,
  #service_detail_menu>h2,
  #service_method>h2,
  #service_otherpage_link_btn>h2,
  #service_price_tbl>h2,
  #service_recommend>h2,
  .sub_column>h2 {
    margin: 5px 0 20px;
    font-size: 14px;
    position: relative;
    text-align: center;
  }

  #service_about>h2 span,
  #service_detail_menu>h2 span,
  #service_method>h2 span,
  #service_otherpage_link_btn>h2 span,
  #service_price_tbl>h2 span,
  #service_recommend>h2 span,
  .sub_column>h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 .5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: center;
  }

  #service_price_tbl table tbody tr th img,
  .column_box_txt_info .column_date,
  .service_box_02_inner_content ul li span {
    display: none;
  }

  #service_anchor_btn {
    margin: 0;
    background-color: #eae9e6;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  #service_anchor_btn ul li {
    width: 100% !important;
    padding: 10px !important;
    font-size: 12px;
  }

  .service_about_disc {
    text-align: center;
    font-size: 11.5px;
  }

  .service_box_01_inner_txt_l {
    width: 100%;
  }

  ul.title_list {
    margin: 10px;
  }

  ul.title_list li,
  .service_box_01_inner_txt ul.title_list li {
    padding: 4px 10px;
  }

  .service_box_01_inner_txt_r {
    text-align: left;
    width: 100%;
    margin-left: 2%;
  }

  .service_box_01_inner_txt_r img {
    max-width: 250px;
  }

  #service_campaign .tbl_3 tbody tr th {
    width: 40%;
    font-size: 12px;
  }

  #service_campaign .tbl_3 tbody tr td {
    width: 60%;
    font-size: 12px;
  }

  .service_box_01_inner_txt table tbody tr td,
  .service_box_01_inner_txt table tbody tr th,
  .service_box_01_inner_txt table thead tr th {
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }

  .service_box_01_inner_txt table thead tr th {
    text-align: left;
    background-color: #f6f6f6;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    width: 100%;
  }

  .service_box_01_inner>h3 {
    font-size: 13px;
    position: relative;
    padding-bottom: .75em;
    border-bottom: 1px solid #eae9e6;
    color: #a58d4a;
    font-weight: 700;
  }

  #service_campaign .service_camp_ttl {
    margin: 40px 0 0;
    font-size: 16px;
    text-align: left;
  }

  #service_campaign .service_box_ttl {
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
  }

  .service_box_01_inner_imgtxt_r {
    margin-top: 10px;
    width: 100% !important;
    font-size: 11.5px;
  }

  .at_ttl {
    margin: 2px 0 10px;
    font-size: 11px;
    color: #a58d4a;
  }

  .service_box_02_inner>h2 {
    font-size: 14px;
    position: relative;
    text-align: center;
    color: #a58d4a;
  }

  .service_box_02_inner_content ul li {
    margin-bottom: 6px;
    position: relative;
    padding: 1em 4em 1em 1em;
    -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0);
    background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0);
    border-radius: 6px;
    font-size: 12px;
  }

  #service_price_tbl table tbody tr td,
  #service_price_tbl table tbody tr th,
  #service_price_tbl table thead tr th {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
  }

  #service_detail_menu ul li {
    width: 31.3%;
    margin: 1%;
    text-align: center;
    position: relative;
  }

  #service_detail_menu ul li h3 {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
  }

  #service_tbl_01>h2 {
    font-size: 14px;
    color: #a58d4a;
  }

  #service_tbl_01>h2 span {
    font-size: 14px;
  }

  #service_tbl_01>p {
    margin: 10px 0 20px;
    font-size: 12px;
  }

  #service_tbl_01 table tr td,
  #service_tbl_01 table tr th {
    width: 33.3%;
    font-size: 11.5px;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
  }

  #service_method .sec_en_ttl {
    text-align: center;
    font-size: 10px;
    color: #a58d4a;
  }

  #service_method>p {
    text-align: center;
    font-size: 11px;
  }

  #service_price_tbl table caption {
    background: #515151;
    color: #fff;
    font-size: 11px;
    padding: 10px;
    box-sizing: border-box;
  }

  .sub_column .column_box_img,
  .sub_page_hd_ttl {
    background-size: cover;
    background-position: center center;
  }

  #service_price_tbl table thead tr th {
    font-size: 10px;
  }

  #service_price_tbl table tbody tr th {
    background-color: #f6f6f6;
    border-left: 1px solid #d8d8d8;
  }

  #service_price_tbl table tbody tr td,
  #service_price_tbl table tbody tr th {
    font-size: 11px;
    letter-spacing: 0;
  }

  #service_price_tbl table tbody tr .allbody_td {
    border-left: 1px solid #d8d8d8;
    font-size: 10px;
  }

  .column_box_txt a,
  .column_box_txt h2 {
    font-size: 11px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .sub_column ul li {
    width: 48%;
    margin: 1%;
  }

  .column_box {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .column_box .link a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .column_box:hover {
    opacity: 0.8;
  }

  .sub_column .column_box_img {
    height: 100px;
  }

  .sub_column .column_box_txt {
    padding: 5px;
    box-sizing: border-box;
  }

  .column_box_txt h2 {
    padding: 5px 0;
  }

  .column_box_txt a {
    display: block;
    position: relative;
    color: #a58d4a;
    text-align: right;
    text-decoration-color: #a58d4a;
  }

  .sos,
  .sos a {
    text-align: center;
  }

  .sub_page_hd_ttl {
    background-attachment: local;
  }

  .sos {
    margin: 50px auto 20px;
  }

  .sos a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
  }

  .page-id-766 img:nth-child(3) {
    display: none;
  }
}

.lineT {
  text-decoration: line-through;
  color: #000 !important;
}

.navigation.pagination .nav-links {
  max-width: 120px;
  width: 100%;
  display: flex;
  margin: auto;
}

.navigation.pagination a,
.navigation.pagination span {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #a58d4a;
  border: 1px solid #a58d4a;
  box-sizing: border-box;
  padding: 5px 8px;
  margin: 3px;
}

.navigation.pagination a.current,
.navigation.pagination span.current {
  background-color: #fff;
  border: 1px solid #a58d4a;
  color: #a58d4a;
}

.subpage_wrapper {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.ft_menu>ul {

  width: 100%;
}

.ft_menu>ul>li:first-child ul {
  max-height: 10em;
}

.ft_menu>ul>li:last-child ul {
  max-height: 15em;
}

ul.sub-menu {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}


.ft_menu>ul>li>a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.45em;
  pointer-events: none;
}

.ft_menu>ul>li>a:hover {
  opacity: 1;
  color: #fff;

}

.ft_menu>ul>li>a::after {
  content: "";

  margin: 10px 0 10px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.ft_menu {
  margin-top: 2em;
  width: 100%;
}



.ft_menu ul.sub-menu li {
  width: 50%;
  margin-top: 5px;
}

@media only screen and (min-width: 769px) {
  .ft_menu>ul {
    display: flex;
  }

  .ft_menu>ul>li {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .ft_menu>ul>li {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 375px) {
 
  .ft_menu>ul>li ul{    font-size: 3.2vw;}
  .ft_menu>ul>li a {
  font-size: 1em;
  }
  .ft_menu>ul>li:last-child ul {
    max-height: 16em

}


}
 .modaal-outer-wrapper .modaal-content-container:empty {
  padding: 0;
}
#service_campaign .service_box_01_inner .title_spec {
    color: #FFFE3B;
    display: table;
    text-align: center;
    margin: 10px auto 0px;
    font-size: 1em;
    font-weight: 500;
    background: #25a1b6;
    padding: 0px 1em;

}
#service_campaign .service_box_01_inner .title_spec span{
  display: inline-block;
}
/*# sourceMappingURL=style.min.css.map */
span.line-through{
  text-decoration: line-through;
}
@media only screen and (max-width: 375px) {
  #service_campaign .tbl_3 tbody tr th{
  width: 15%;
}
#service_campaign .service_box_01_inner .title_spec{
  font-size: 0.875em;
}}

.b_company{
    width: 90%;
    max-width: 1080px;
    margin: 50px auto;
}
.b_company .company_tl{
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
.b_company .company_tl >span{
  font-size: 40px;
  display: block;
  line-height: 1;
  color: #a58d4a;
  margin-bottom: 10px;
}
.b_company .company_name {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #a58d4a;
  position: relative;
}
.b_company .company_name::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 380px;
  width: 90%;
  height: 2px;
  border-top: 1px solid #a58d4a;
  border-bottom: 1px solid #a58d4a;
}
.b_company .company_name span{
  background-color: #fff;
  position: relative;
  padding: 0 20px;
}
.b_company .company_txt{
  text-align: center;
}
.l_logo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l_logo .item{
  max-width: 340px;
  width: calc(100% / 2 - 40px);
  margin: 20px;
  border: 1px solid #f2f2f2;
}
 .l_logo .item figure{
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
 }
.l_logo .item img{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.l_logo .logo_name{
  font-weight: 600;
  display: block;
  background: #f2f2f2;
  padding: 15px 10px;
  margin-top: 0;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_logo .item a{  
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.b_company .box_h4{
  margin-top: 50px;
}
.b_company .br_auto{display: inline-block;}
.l_person{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.l_person .item{
  width: calc(100% / 4 - 40px);
  margin: 5px;
  border: 1px solid #d3d3d3;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .l_logo .item{
    width: calc(100% / 2 - 20px);
    margin: 9px;
  }
  .l_person .item{
    width: calc(100% / 3 - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .l_logo .item{
    width: calc(100% / 2 - 10px);
    margin: 4px;
  }
  .l_logo .logo_name{
    font-size: min(14px, 3.5vw);
    padding: 7px 10px;
  }
   .l_person .item{
    width: calc(100% / 3 - 24px);
    margin: 5px;
    padding: 6px;
  }
  .b_company .company_tl{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .b_company .company_tl >span{font-size: 35px;}
  .l_person .person_name{
    font-size: min(14px, 4vw);
    letter-spacing: 0;
  }
  .b_company .company_name{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .b_company .company_name span{padding: 0 14px;}
}
@media only screen and (max-width: 450px) {
  .l_person .item{
    width: calc(100% / 2 - 24px);
  }
}