@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
*, *:after, *:before {
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .row {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}

/*!
 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1
*/
.container {
  padding: 0 1%;
}

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

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-flow: row-reverse;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  /*.reverse > .col:last-child, :not(.reverse) > .col:first-child {*/
  /*  margin-left: 0*/
  /*}*/
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro N", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  color: #444444;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

main {
  overflow: hidden;
}

figure, picture {
  margin: 0;
  text-align: center;
}

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

figure figcaption, picture figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #000;
  transition: all .3s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.highlight a {
  color: #666666;
}

.highlight a:hover {
  color: #000;
}

a:not([class]) img, a.swipebox img {
  transition: all .3s;
}

a:not([class]):hover img, a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
  height: auto;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 14px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.4rem;
}

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

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: .5em;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

section.top_menu02 .col.span_4 a, .under_menu02 .col.span_4 a {
    text-decoration: none;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .container {
    padding: 0;
  }
}

.highlight {
  padding: 4% 0;
  background: rgba(0, 0, 0, 0.03);
  color: #666666;
}

.highlight.round {
  border-radius: 10px;
}

p.highlight, .col.highlight {
  padding: 4%;
}

:root {
  --header_break_point: 1025;
}

:root {
  --navi_event_type: click;
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .row.flex-wrap {
    flex-wrap: wrap;
  }
  .row.flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
}

.column_main .col p + *:not(p), .column_main .col table + *:not(p) {
  margin-top: 40px;
}

.globalHeader {
  background: #fff;
  color: #666666;
  font-size: 14px;
}

.globalHeader .hdr_logo_wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .globalHeader .hdr_logo_wrap {
    margin-left: 10px;
  }
}

.globalHeader .hdr_logo_wrap .hdr_copy {
  margin: 0;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .globalHeader .hdr_logo_wrap .hdr_copy {
    /*display: none;*/
    font-size: 1rem;
    margin-left: 6px;
    padding: 6px 4px;
    border: solid 1px #999;
  }
}

@media (min-width: 768px) {
  .globalHeader .hdr_logo_wrap .hdr_copy {
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #666666;
  }
}

@media (min-width: 1025px) {
  .globalHeader .hdr_logo_wrap .hdr_copy {
    letter-spacing: 0.11em;
  }
}

@media (max-width: 1024px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1024px) {
  .globalHeader {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 175px;
}

@media (max-width: 1024px) {
  .globalHeader .container {
    height: 80px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .globalHeader .globalHeader_top {
    display: block;
  }
}

.globalHeader .header_logo {
  width: 245px;
  height: 59px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .header_logo {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 125px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
}

.global_nav {
  width: auto;
  list-style-position: inherit;
}

@media (max-width: 1024px) {
  .global_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 56;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .global_nav > ul {
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  .global_nav > ul {
    display: block;
    background: rgba(0, 0, 0, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all .3s;
    height: 100%;
    overflow: auto;
  }
}

@media (min-width: 1025px) {
  .global_nav > ul li {
    flex: 1;
  }
}

@media (max-width: 1024px) {
  .global_nav > ul li {
    border-bottom: #b3b3b3 solid 1px;
  }
  .global_nav > ul li:first-child {
    border-top: #b3b3b3 solid 1px;
  }
}

.global_nav > ul li a {
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  padding: .5em 1em;
  transition: all .3s;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

@media (min-width: 1025px) {
  .global_nav > ul li a {
    position: relative;
    display: block;
    text-align: center;
    border-left: solid 1px #d6d6d5;
    letter-spacing: 0.1em;
    padding: 0 0.5em;
  }
}

@media (max-width: 1024px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }
  .global_nav > ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav > ul li a span {
  display: block;
  font-size: 1.1rem;
  color: #b19f72;
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

.global_nav > ul li:last-child a {
  border-right: solid 1px #d6d6d5;
}

@media (max-width: 1024px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 1024px) {
  .global_nav.open > ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 1024px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all .3s;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all .4s;
  }
  #headerToggle span:nth-of-type(1) {
    top: 0;
  }
  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }
  #headerToggle.active span {
    background-color: white;
  }
  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  #headerToggle {
    right: 10px;
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 1025px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group .hdr_time {
  font-size: 1.2rem;
}

.hdr_info_wrapper .hdr_info_group .hdr_time th, .hdr_info_wrapper .hdr_info_group .hdr_time td {
  padding: 0;
}

@media (min-width: 1025px) {
  .hdr_info_wrapper .hdr_info_group .hdr_time th, .hdr_info_wrapper .hdr_info_group .hdr_time td {
    letter-spacing: 0.09em;
  }
}

.hdr_info_wrapper .hdr_info_group .hdr_time th {
  text-align: right;
}

.hdr_info_wrapper .hdr_info_group .hdr_btn {
  margin: 0 0 0 10px;
}

.hdr_info_wrapper .hdr_info_group .button, 
.sp_hdr_info_wrapper .hdr_btn .button, 
.hdr_info_wrapper .hdr_info_group .inquiry .form_button, 
.inquiry .hdr_info_wrapper .hdr_info_group .form_button {
  min-width: 220px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  padding: 16px 1em;
}

.hdr_info_wrapper .hdr_info_group .button span, 
.sp_hdr_info_wrapper .hdr_btn .button > span,
.hdr_info_wrapper .hdr_info_group .inquiry .form_button span, 
.inquiry .hdr_info_wrapper .hdr_info_group .form_button span {
  position: relative;
  padding-left: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.hdr_info_wrapper .hdr_info_group .button span:before, 
.sp_hdr_info_wrapper .hdr_btn .button > span:before, 
.hdr_info_wrapper .hdr_info_group .inquiry .form_button span:before, 
.inquiry .hdr_info_wrapper .hdr_info_group .form_button span:before {
  content: "";
  background: url("../../../../../wp-content/uploads/icon_calendar.png") no-repeat center/25px;
  width: 25px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 1024px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 13px;
    right: 70px;
  }
  .sp_hdr_info_wrapper .hdr_btn .button {
    padding-bottom: 17px;
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .sp_hdr_info_wrapper {
    right: 50px;
    top: 18px;
  }
  .sp_hdr_info_wrapper .hdr_btn .button {
    font-size: 1.0rem;
    min-width: 0;
    padding: 6px 1px 3px;
    padding: 9px 1px;
    width: 82px;
  }
  .sp_hdr_info_wrapper .hdr_btn .button .dib {
    display: block;
  }
  .sp_hdr_info_wrapper .hdr_btn .button > span {
    display: block;
    padding: 20px 0 0;
    padding: 0;
  }
  .sp_hdr_info_wrapper .hdr_btn .button > span:before {
    left: 50%;
    margin: 0;
    margin-left: -11px;
    width: 18px;
    height: 14px;
    background-size: 18px;
    display: none;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #000;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 3.2rem;
  transform: rotate(90deg);
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #000;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

footer {
  position: relative;
  padding: 60px 0 20px;
  font-size: 14px;
  border-top: solid 7px #b19f72;
}

@media (max-width: 767px) {
  footer {
    padding: 1em 0;
  }
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

footer .fNav ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  footer .fNav ul li a {
    padding: 1em 15px;
  }
}

footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

footer .fNav ul li.menu-item-has-children ul a {
  position: relative;
}

footer .fNav ul li.menu-item-has-children ul a:before {
  content: "";
  position: absolute;
  top: .85em;
  left: 0;
  width: 6px;
  height: 2px;
  border: none;
  background: #fff;
}

@media (max-width: 767px) {
  footer .fNav ul li.menu-item-has-children ul a:before {
    left: 15px;
    top: 1em;
  }
}

@media (max-width: 767px) {
  footer .fNav ul li.menu-item-has-children ul a {
    padding-left: 2.5em;
  }
}

footer .copy_right {
  font-size: 1rem;
}

@media (max-width: 767px) {
  footer ul {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer ul li > a {
    color: #b19f72;
  }
  footer ul li > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
    color: #fff;
  }
  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  footer .fnav_box .col {
    /*width: 28%;*/
  }
}

@media (min-width: 768px) {
  footer .fnav_box {
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
    padding: 48px 0;
  }
  footer .fNav {
    margin-bottom: 5%;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li a {
    padding: .2em 1em .2em 0 !important;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    color: #b19f72;
  }
  footer .fNav ul li.menu-item-has-children > a {
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  }
  footer .fNav ul li a:hover {
    text-decoration: underline;
  }
  footer .fNav ul li > ul {
    padding-left: .2em;
  }
  footer .fNav ul li > ul a {
    font-size: 1.4rem;
    color: #fff;
    padding-left: 13px !important;
  }
  footer .fNav ul li > ul .sub-menu {
    padding-left: 1em;
  }
  footer .fNav ul li > ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #000;
    border-radius: 0;
    transform: rotate(0);
  }
}

.copy_right {
  background: #000;
  color: white;
  font-size: 1.2rem;
  margin: 0;
  padding: 2em 0;
}

@media (min-width: 1025px) {
  .copy_right {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 0;
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

footer {
  background: #000;
  color: #666666;
}

footer a {
  color: #666666;
}

footer a:hover {
  color: #666666;
}

.conversion_bnr {
  list-style: none;
  padding: 0;
  position: fixed;
  top: 50px;
  right: 0;
  text-align: right;
  z-index: 60;
}
.conversion_bnr ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 1024px) {
  .conversion_bnr {
    top: 100px;
  }
}

@media (max-width: 1024px) {
  .conversion_bnr img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .conversion_bnr {
    top: auto; 
    bottom: 0;
    left: 0;
    right: auto;
    margin-bottom: 0;
    max-width: calc(100% - 70px);
  }
  .conversion_bnr_inner {
    display: flex ;
  }
}

.conversion_bnr li {
  margin-left: auto;
}

@media (max-width: 767px) {
  .conversion_bnr li {
    /*width: 60%;*/
    margin: 0;
    margin-left: 1px ;
    flex: 0 1 auto;
    max-width: 78px;
    width: 100%
  }
}

@media (max-width: 767px) {
  .conversion_bnr li:not(:first-child) {
    /*width: 50%;*/
  }
}

.conversion_bnr li:not(:first-child):not(:last-child) img {
  border-bottom: solid 1px #dae0e8;
}

@media (min-width: 767px) {
  .conversion_bnr li:first-child {
    margin-bottom: 35px;
  }
}

.ftr_logo {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .ftr_logo img {
    max-width: 50%;
  }
}

.ftr_address {
  text-align: center;
  color: #fff;
}

@media (min-width: 1025px) {
  .ftr_address {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  footer .row.fNav_first {
    margin-bottom: calc(4% - 10px);
  }
}

@media (max-width: 767px) {
  footer .fNav_first {
    padding: 10px 0;
  }
}

footer .fNav_first .fNav {
  margin-bottom: 0;
}

footer .fNav_first .fNav ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  footer .fNav_first .fNav ul li {
    margin-bottom: 10px;
  }
}

footer .fNav_first .fNav ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
}

@media (min-width: 1025px) {
  footer .fNav_first .fNav ul li a {
    /*letter-spacing: 0.1em;*/
  }
}

@media (min-width: 768px) {
  footer .fNav_first .fNav ul li a {
    padding: 0 15px !important;
    line-height: 1;
  }
}

footer .fNav_first .fNav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer .fNav_first .fNav ul li a {
    padding: 10px 15px 10px 30px !important;
    display: block;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  footer .fNav_first .fNav ul li a:before {
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
  }
}

@media (min-width: 768px) {
  footer .fNav_first .fNav ul li:not(:last-child) a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
}

@media (min-width: 768px) {
  footer .fNav_first .fNav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.common_access {
  padding: 40px 0;
  background: url("../../../../../wp-content/uploads/common_access_bg.jpg") no-repeat center/cover;
}

@media (min-width: 1025px) {
  .common_access {
    padding: 100px 0;
  }
}

@media (min-width: 768px) {
  .common_access .map_container {
    padding-top: 0;
    height: 100%;
  }
}

.common_access ul {
  padding: 0;
  list-style: none;
}

.common_access .info {
  padding: 0;
  line-height: 1.71429;
}

@media (min-width: 1025px) {
  .common_access .info {
    letter-spacing: 0.1em;
  }
}

.common_access .info > li {
  padding: 20px 0;
}

.common_access .info > li:not(:last-child) {
  border-bottom: solid 1px #aaaaaa;
}

.common_access .info > li > ul {
  padding-left: 43px;
  line-height: 1.71429;
}

.common_access .info > li > ul li.ttl {
  font-size: 1.5rem;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1025px) {
  .common_access .info > li > ul li.ttl {
    font-size: 1.7rem;
  }
}

.common_access .info > li > ul li.ttl:before {
  content: "";
  background: url("../../../../../wp-content/uploads/train_icon.png") no-repeat center/cover;
  width: 32px;
  height: 34px;
  position: absolute;
  top: .5em;
  right: calc(100% + 10px);
}

.common_access .info > li > ul li.ttl.c-car:before {
  background: url("../../../../../wp-content/uploads/car_icon.png") no-repeat center/cover;
}

@media (min-width: 1025px) {
  .common_access .row {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .common_access .row .col {
    width: 48%;
  }
}

.main_visual {
  position: relative;
}
@media (max-width: 1024px) {
  .main_visual {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .main_visual {
    margin-top: 80px;
  }
}

.main_visual .main_visual_slick, .main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture, 
.main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 28.5%;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1130px;
  max-width: none;
  margin: 0 auto;
  text-align: left;
  z-index: 53;
}
.main_visual .main_visual_copy picture {
  height: 100%;
  text-align: left;
}
.main_visual .main_visual_copy img {
  height: 100%;
  max-width: none;
  width: auto;
}
@media (min-width: 1231px) {
  .main_visual .main_visual_copy {
    right: -230px;
  }
}
@media (min-width: 1540px) {
  .main_visual .main_visual_copy {
    left: 50%;
    margin-left: -130px;
    right: auto;
  }
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 55%!important;
}

@media (min-width: 1230px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 700px !important;
  }
}

@media (min-width: 2000px) {
  .main_visual .main_visual_slick {
    padding-top: 35%!important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 100%!important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: 0;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #000;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 .5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev, .main_visual .swiper-button-next {
  background: #000;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev, .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  margin: 0 5px;
  outline-color: transparent;
}

h1, h2, h3, h4, h5 {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

h1:not(.header_logo) {
  text-align: center;
  font-size: 3.8rem;
  font-weight: normal;
  padding: 1em 5%;
  color: #fff;
  background: #000;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  h1:not(.header_logo) {
    margin-top: 80px;
  }
}

h1:not(.header_logo) a {
  text-decoration: none;
}

h1:not(.header_logo) a:hover {
  text-decoration: underline;
}

h1:not(.header_logo) span {
  display: block;
  font-size: 1.6rem;
  padding-top: .5em;
  color: white;
  font-style: italic;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    font-size: 2.4rem;
  }
  h1:not(.header_logo) span {
    font-size: 1.4rem;
  }
}

body:not(.home) h2 {
  padding: 0 0 .5em;
}

body:not(.home) h2:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  background: #000;
}

body:not(.home) h2 span {
  display: block;
  font-size: 70%;
}

h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: normal;
  font-size: 3.2rem;
  color: #444444;
}

h2 a {
  text-decoration: none;
  color: #444444;
}

h2 a:hover {
  text-decoration: underline;
  color: #444444;
}

h2 .subttl {
  display: block;
  font-size: 1.5rem;
  color: #b19f72;
}

@media (min-width: 1025px) {
  h2 .subttl {
    letter-spacing: 0.18em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
  h2:after {
    width: 20px;
  }
}

h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  color: #444444;
  font-size: 2.4rem;
  position: relative;
  font-weight: normal;
}

@media (min-width: 1025px) {
  h3 {
    letter-spacing: 0.1em;
  }
}

h3 span {
  font-size: 70%;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

h3 .subttl {
  display: block;
  color: #b19f72;
  font-size: 1.2rem;
}

@media (min-width: 1025px) {
  h3 .subttl {
    letter-spacing: 0.2em;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #444444;
  font-weight: normal;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  margin: auto;
  background: #000;
}

span.tittle_point {
    border: 1px solid #444;
    margin-left: 15px;
    padding: 5px 10px;
    font-weight: 600;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  border: 1px solid #ccc;
  display: table;
  font-size: 1.3rem;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.25em 0.75em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.6rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #666666;
  padding: .5em 0 .5em .5em;
  border-bottom: #000 solid 2px;
  font-weight: bold;
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 1.4rem;
  }
}

.bread_wrap {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 40px;
  }
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #000;
}

.bread ul li a:hover {
  color: #000;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .form_button {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  margin: 0;
  padding: 22px 1em;
  border: #000 solid 1px;
  border-radius: 0px;
  line-height: 1.2;
  background: #000000;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
  font-size: 1.6rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}

.guide_button {
    display: inline-block;
    margin: 0;
    padding: 18px 2em;
    border: #000 solid 1px;
    border-radius: 0px;
    line-height: 1.2;
    background: #000000;
    color: white;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
    font-size: 1.6rem;
    cursor: pointer;
}

.button:hover, .inquiry .form_button:hover, .guide_button:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-color: rgba(0, 0, 0, 0.8);
}

.button.arrow, .inquiry .arrow.form_button {
  position: relative;
  font-size: 1.6rem;
}

.button.arrow:after, .inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 49%;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: skew(45deg);
  transition: 0.2s;
}

.button.arrow:hover, .inquiry .arrow.form_button:hover {
  border: 1px solid #000;
}

.button.arrow:hover:after, .inquiry .arrow.form_button:hover:after {
  right: 4%;
}

.highlight .button, .highlight .inquiry .form_button, .inquiry .highlight .form_button {
  color: white;
}

.highlight .button:hover, .highlight .inquiry .form_button:hover, .inquiry .highlight .form_button:hover {
  color: white;
}

.button.inverse, .inquiry .inverse.form_button {
  background: none;
  border-color: #000;
  color: #000;
}

.button.inverse:after, .inquiry .inverse.form_button:after {
  border-color: #000;
}

.button.inverse:hover, .inquiry .inverse.form_button:hover {
  background: #000;
  color: #fff;
}

.button.inverse:hover:after, .inquiry .inverse.form_button:hover:after {
  border-color: #fff;
}

.button.block, .inquiry .block.form_button {
  display: block;
  min-width: 100%;
}

.button.small, .inquiry .small.form_button {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow, .inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

.button + .button, .inquiry .form_button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button {
  margin-left: 0.5em;
}

.button .blank, .inquiry .form_button .blank {
  padding-right: 30px;
  position: relative;
}

.button .blank:before, .inquiry .form_button .blank:before {
  content: "";
  background: url("../../../../../wp-content/uploads/blank_icon.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* お問い合わせフォーム */
.inquiry .h-adr {
  margin: 0;
  padding: 4%;
  border: rgba(0, 0, 0, 0.03) solid 5px;
  border-radius: 10px;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em .5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .inquiry .table-default th {
    padding: 1em 0 0;
  }
}

.inquiry .table-default th .required {
  display: inline-block;
  background: #d43f3a;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: .5em;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .inquiry .table-default th .required {
    position: absolute;
    top: 1.6em;
    right: 0;
  }
}

.inquiry .table-default td {
  background: none;
  border: none;
  padding: 1.2em .5em;
}

@media (max-width: 767px) {
  .inquiry .table-default td {
    padding: .5em 0 1em;
  }
}

.inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 0 .2em;
}

@media (max-width: 767px) {
  .inquiry .input_wrap {
    margin: 0;
  }
}

.inquiry .input_wrap input, .inquiry .input_wrap textarea {
  margin: 0;
}

.inquiry .input_wrap:last-child {
  margin-right: auto;
}

.inquiry .text-2col {
  display: flex;
}

.inquiry .text-2col .input_wrap {
  flex-basis: 50%;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  max-width: 100%;
  padding: 7px 2%;
  color: #444444;
  font-size: 1.6rem;
  margin: 0 .2em;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="number"],
  .inquiry select,
  .inquiry textarea {
    margin: .2em 0;
  }
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 200px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  display: inline-block;
  background: #c00;
  color: white;
  padding: .2em .5em;
  font-size: 1.2rem;
  margin-left: .5em;
  flex-shrink: 0;
}

.inquiry label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 768px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    margin: 0 .2em;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 200px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .input_wrap {
    display: block;
    margin: 0 .2em;
  }
  .inquiry .input_wrap input, .inquiry .input_wrap textarea {
    margin: 0;
  }
  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry .form_button, .inquiry .wpcf7-submit {
    background: #000;
    color: white;
    border-color: #000;
  }
  .inquiry .form_button.form_back, .inquiry .wpcf7-submit.form_back {
    background: #ccc;
    border-color: #ccc;
    color: #666;
  }
  .inquiry .form_button.form_back:hover, .inquiry .wpcf7-submit.form_back:hover {
    background: #bfbfbf;
    border-color: #bfbfbf;
    color: #666;
  }
  .inquiry .form_button.form_send, .inquiry .wpcf7-submit.form_send {
    background: black;
    border-color: black;
    color: #fff;
  }
  .inquiry .form_button.form_send:hover, .inquiry .wpcf7-submit.form_send:hover {
    background: black;
    border-color: black;
    color: #fff;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: .5em !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.mw_wp_form_input .input-hide {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none !important;
}

.mw_wp_form_input .input-hide {
  display: none !important;
}

.mw_wp_form .error {
  color: #d43f3a !important;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

@media (max-width: 1024px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    top: 0;
    bottom: 0;
    right: 1em;
  }
}

@media (min-width: 1025px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    right: 0;
    left: 0;
    bottom: -10px;
  }
}

header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

@media (max-width: 1024px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: rgba(26, 26, 26, 0.9);
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
  width: 100%;
}

@media (min-width: 1025px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 1024px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(135deg);
    transition: .2s;
  }
}

@media (max-width: 1024px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

@media (min-width: 1025px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 1024px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 1024px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: rgba(38, 38, 38, 0.9);
}

@media (max-width: 1024px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
  display: none;
}

@media (min-width: 1025px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  header .global_nav > ul > li.menu-item-has-children > a {
    position: relative;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #666666;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.menu-item-has-children > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -.40em;
    z-index: 999;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: rgba(0, 0, 0, 0.9);
    padding: .5em;
    color: #fff;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }
  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }
  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 0;
  font-weight: normal;
}

.news dl dd {
  margin: 0.25em 0 0.5em;
  padding: 0 0;
  position: relative;
}

.news dl dd a {
  color: inherit;
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category {
  display: inline-block;
  background: #000;
  color: white;
  padding: .2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .news > div .heading {
    width: 23.5%;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    /*display: none;*/
  }
  .news .content {
    overflow: hidden;
    width: 76.5%;
    padding-left: 2%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  .news dl dd {
    margin: 0;
    padding: 0 0 0.5em 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 98;
}
@media (min-width: 767px) {
  .pagetop {
    right: 10px;
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.p-qa h3.question {
  font-size: 1.6rem;
  border: none;
}

.p-qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-qa .question:after {
  content: none;
}

.p-qa .question:before {
  content: none;
}

.p-qa .question.open:after {
  transform: rotate(180deg);
}

.p-qa .answer {
  padding: 0 0 0 1em;
}

.p-qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.p-qa.qa_active .question {
  cursor: pointer;
  font-family: inherit;
}

.p-qa.qa_active .question:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #666666 transparent transparent transparent;
  transition: .5s;
  background: none;
}

.p-qa.qa_active .question:hover {
  background: rgba(0, 0, 0, 0.03);
}

.p-qa.qa_active .answer {
  display: none;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(13, 13, 13, 0.03);
}

.highlight .qa .question:hover {
  background: rgba(5, 5, 5, 0.03);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(13, 13, 13, 0.03);
}

.shopinfo figure, .shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #000;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure, .shopinfo picture {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

.p-sitemap {
  border-top: rgba(102, 102, 102, 0.3) solid 1px;
}

.p-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .5em 2em;
  border-bottom: rgba(102, 102, 102, 0.3) solid 1px;
  font-size: 1.8rem;
}

.p-sitemap ul li a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(0, 0, 0, 0.03);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3.2em;
  font-size: 1.3rem;
}

.p-sitemap ul.children li a:before {
  left: 2.3em;
  width: 4px;
  height: 4px;
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols.sp_col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col2 .col {
    width: 50%;
    padding: 0 1%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

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

.table-default thead th, .table-default thead td {
  background: rgba(0, 0, 0, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #ccc;
}

.table-default th {
  background: #ededed;
  color: #444444;
}

.table-default td {
  background: transparent;
}

.table-default.type-menu th {
  background: rgba(177, 159, 114, 0.2);
  text-align: left;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border: solid 1px #fff;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu thead th {
  background: rgba(177, 159, 114, 0.2);
  font-weight: bold;
}

.table-menu tbody th {
  text-align: left;
  background: rgba(204, 204, 204, 0.7);
}

.table-menu tbody td {
  background: #eee;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  padding: 10px 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}

@media (min-width: 1025px) {
  .table-schedule td:last-child,
  .table-schedule th:last-child {
    padding-left: 0;
    padding-right: 60px;
  }
}

.table-schedule th {
  letter-spacing: 0.1em;
}

.table-schedule thead th {
  background: #ededed;
  padding: 15px 1em;
}

@media (min-width: 1025px) {
  .table-schedule thead th:first-child {
    width: 265px;
  }
}

.table-schedule tbody tr {
  border-bottom: solid 1px #dddddd;
}

.table-schedule tbody th {
  background: #fff;
}

.table-schedule td {
  background: transparent;
}

.table-schedule td .icon {
  color: #b19f72;
  font-size: 1.6rem;
}

.table-schedule td .fa-circle {
  background: #b19f72;
  color: #b19f72;
  border-radius: 50%;
}

.table-recruit tbody th {
  text-align: left;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 767px) {
  .table-recruit tbody th {
    width: 130px;
  }
}

.schedule_txt {
  padding: 0;
  margin-top: 1em;
  list-style: none;
}

.schedule_txt .icon {
  color: #b19f72;
  font-size: 1.6rem;
}

@media (min-width: 1025px) {
  .schedule_txt {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #000;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.03);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #1a1a1a;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(26, 26, 26, 0.03);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #444444;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #000;
}

table.table-default.typeC th {
  background: #ededed;
  color: #444444;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(0, 0, 0, 0.03) solid;
}

.article_list {
  padding: .5em;
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list > .container {
  padding: 0;
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_list:last-of-type {
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}

.article_list .post_header .time:before {
  content: '\f073';
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
}

.article_list .post_header .category_badge {
  background: #000;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 .5em !important;
  padding: 0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .article_list h2 {
    font-size: 1.9rem;
  }
}

.article_list h2:after {
  content: none !important;
}

.article_list h2 a:hover {
  text-decoration: none;
  color: #000;
}

.article_list.category-column {
  border: 0;
}

.article_list.category-column .ttl a {
  color: #b19f72;
}

.article_list.category-column figure img {
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .article_list.category-column figure {
    width: 229px;
    height: 229px;
  }
  .article_list.category-column figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.article_list.post_guide {
  border: 0;
  padding: 0;
}

.article_list.post_guide .wrap {
  list-style: none;
  padding: 15px;
  display: flex;
  align-items: center;
  border: solid 1px #eee;
}

.article_list.post_guide .wrap img {
  box-shadow: 0 1px 8px 2px rgba(204, 204, 204, 0.3);
}

.article_list.post_guide .wrap li:first-child {
  width: 25%;
  width: 114px;
  height: 114px;
}

.article_list.post_guide .wrap li:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.article_list.post_guide .wrap li.ttl {
  width: 69%;
  margin-left: 6%;
  font-size: 1.8rem;
  font-weight: bold;
}

.article .container {
  border-bottom: #ccc dotted 1px;
  padding-bottom: 3%;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .m-pagenation {
    margin-bottom: 50px;
  }
}

.m-pagenation .m-pagenation__prev {
  margin-right: .5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: .5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #000;
  color: white;
  border: #000 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
  color: #000;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #000;
  color: white;
  border: #000 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(0, 0, 0, 0.03);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(0, 0, 0, 0.03);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(0, 0, 0, 0.03);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

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

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #000;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #000;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #000;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(0, 0, 0, 0.03);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail h2 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 .5em !important;
  font-size: 3.0rem;
  border-bottom: #000 solid 2px;
}

@media (max-width: 767px) {
  .article_detail h2 {
    font-size: 2.2rem;
  }
}

.article_detail h2:after {
  content: none !important;
}

.article_detail h2 a:hover {
  text-decoration: none;
  color: #000;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_detail .post_header .time:before {
  content: '\f073';
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
}

.article_detail .post_header .category_badge {
  background: #000;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}

.pager .pager_prev a:hover {
  opacity: 0.8;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.pager .pager_next a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  max-width: 100%;
  max-height: 100%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #000;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #000 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 2rem;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: 'Arial', arial !important;
}

.arial_n {
  font-family: 'Arial Narrow', arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .targetOffset {
    scroll-margin-top: 95px;
  }
}

.icon-tel:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

.fadeUp {
  /*
    visibility: hidden;
  */
}

.top_news .news {
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 11px rgba(76, 76, 76, 0.08);
  transform: translateY(-55px);
}

@media (min-width: 1025px) {
  .top_news .news {
    padding: 42px;
  }
}

.top_news .news > div {
  align-items: center;
}

@media (min-width: 1025px) {
  .top_news .news .heading {
    width: 275px;
  }
}

@media (min-width: 768px) {
  .top_news .news .heading h2 {
    position: relative;
  }
  .top_news .news .heading h2:before {
    content: "";
    width: 1px;
    height: 22px;
    background: #b19f72;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
  }
}

@media (min-width: 1025px) {
  .top_news .news .content {
    width: calc(100% - 275px);
  }
}

@media (min-width: 1025px) {
  .top_news .news .content dl {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.18em;
    padding-left: 10px;
  }
  .top_news .news .content dl dt, .top_news .news .content dl dd {
    padding: 3px 0;
  }
  .top_news .news .content dl dt {
    width: 110px;
  }
  .top_news .news .content dl dd {
    width: calc(100% - 110px);
    padding-left: 0.75em;
  }
}

.top_news .news h2 {
  color: #b19f72;
  font-size: 2rem;
  padding-left: 35px;
  position: relative;
  text-align: left;
}

@media (min-width: 1025px) {
  .top_news .news h2 {
    letter-spacing: 0.18em;
    display: flex;
    align-items: center;
  }
  .top_news .news h2 span {
    letter-spacing: 0.1em;
    padding-left: 18px;
  }
}

.top_news .news h2 span {
  font-size: 1.3rem;
  padding-top: 2px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
}

.top_news .news h2:after {
  content: "";
  background: url("../../../../../wp-content/uploads/news_icon.png") no-repeat center/cover;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_menu {
  margin-top: -55px;
}

.top_menu, .under_menu {
  padding: 40px 0;
}

@media (min-width: 1025px) {
  .top_menu, .under_menu {
    padding: 100px 0;
  }
}

.top_menu h3, .under_menu h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  .top_menu h3, .under_menu h3 {
    font-size: 2rem;
  }
}

.top_menu h3:after, .under_menu h3:after {
  display: none;
}

.top_menu h3 small, .under_menu h3 small {
  font-size: 1.3rem;
}

@media (min-width: 1025px) {
  .top_menu h3 small, .under_menu h3 small {
    font-size: 1.6rem;
  }
}

.top_menu p, .under_menu p {
  line-height: 1.71429;
}

@media (min-width: 1025px) {
  .top_menu p, .under_menu p {
    letter-spacing: 0.12em;
  }
}

.top_menu .box, .under_menu .box {
  position: relative;
  padding: 23px 10px 13px;
  background: #f7f3eb;
  position: relative;
}

@media (min-width: 1025px) {
  .top_menu .box, .under_menu .box {
    padding: 47px 10px 27px;
  }
}

.top_menu .box figure {
  margin-bottom: 14px;
}

.top_menu .box:after, .under_menu .box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top_menu .box .wrap, .under_menu .box .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top_menu .box .wrap:hover, .under_menu .box .wrap:hover {
  background: rgba(247, 243, 235, 0.3);
}

.top_about {
  padding: 40px 0;
  background: #f5f5f5;
}

@media (min-width: 1025px) {
  .top_about {
    padding: 100px 0;
  }
}

.top_about .col {
  background: #fff;
  padding: 20px 20px 50px;
  border-bottom: solid 2px #b19f72;
  position: relative;
}

.top_about .col:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../../../../wp-content/uploads/arrow_icon.png") no-repeat center/cover;
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top_about .col {
    width: 48%;
  }
}

.top_about .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top_about .wrap:hover {
  background: rgba(177, 159, 114, 0.025);/*0.1*/
  box-shadow: 0 3px 11px rgb(76 76 76 / 8%);
}

.top_about .txt_wrap {
  padding-bottom: 27px;
}

.top_about figure {
  margin-bottom: 1.5em;
}

.top_about p {
  line-height: 1.85714;
}

@media (min-width: 1025px) {
  .top_about p {
    letter-spacing: 0.14em;
  }
}

.top_about .ttl {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #b19f72;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media (min-width: 1025px) {
  .top_about .ttl {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}

.top_about .ttl small {
  font-size: 1.5rem;
  display: block;
}

@media (min-width: 1025px) {
  .top_about .ttl small {
    font-size: 1.7rem;
  }
}

.top_about .ttl:after {
  content: "";
  background: #b19f72;
  width: 21px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_greeting {
  padding: 40px 0;
}

@media (min-width: 1025px) {
  .top_greeting {
    padding: 100px 0;
  }
}

.top_greeting h2 {
  color: #b19f72;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.71429;
  font-size: 2.2rem;
}

@media (min-width: 1025px) {
  .top_greeting h2 {
    font-size: 2.8rem;
    letter-spacing: 0.18em;
  }
}

.top_greeting h2:after {
  content: "";
  width: 172px;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../../../../../wp-content/uploads/top_h2_icon.png") no-repeat center/cover;
}

.top_greeting p {
  line-height: 1.85714;
}

@media (min-width: 1025px) {
  .top_greeting p {
    letter-spacing: 0.18em;
  }
}

.c-top_box {
  max-width: 800px;
}

.c-top_box .c-top_txt {
  line-height: 1.85714;
}

@media (min-width: 1025px) {
  .c-top_box .c-top_txt {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .c-top_box .c-top_txt {
    text-align: center;
  }
}

.c-top_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .c-top_list {
    margin-bottom: 29px;
  }
}

@media (max-width: 767px) {
  .c-top_list li {
    width: 48%;
  }
  .c-top_list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .c-top_list li:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}

@media (min-width: 768px) {
  .c-top_list li {
    width: 32.5%;
  }
  .c-top_list li:not(:nth-child(3n)) {
    margin-right: 1.25%;
  }
  .c-top_list li:not(:nth-child(-n + 3)) {
    margin-top: 1.25%;
  }
}

.c-top_list li a {
  text-align: center;
  text-decoration: none;
  background: #fff;
  text-align: center;
  border-bottom: solid 2px #b19f72;
  padding: 10px;
  display: block;
  color: #b19f72;
  line-height: 1.35714;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media (min-width: 1025px) {
  .c-top_list li a {
    letter-spacing: 0.1em;
    height: 60px;
  }
}

.c-top_list li a:hover {
  background: #000;
  color: #fff;
}

.c-top_list li a span {
  display: block;
}

@media (min-width: 1025px) {
  .top_common_ttl {
    margin-bottom: 13px;
  }
}

.top_trougle {
  padding: 40px 0;
  background: #e6e6e6;
}

@media (min-width: 768px) {
  .top_trougle {
    background: url("../../../../../wp-content/uploads/top_trouble_bg.jpg") no-repeat center/cover;
  }
}

@media (min-width: 1025px) {
  .top_trougle {
    padding: 100px 0;
  }
}

@media (min-width: 768px) {
  .top_trougle .c-top_box {
    margin-left: auto;
  }
}

.top_machine_treatment {
  padding: 40px 0;
  background: #f5ecd1;
}

@media (min-width: 768px) {
  .top_machine_treatment {
    background: url("../../../../../wp-content/uploads/top_machine_treatment_bg.jpg") no-repeat center/cover;
  }
}

@media (min-width: 1025px) {
  .top_machine_treatment {
    padding: 100px 0;
  }
}

.top_menu02 {
  padding: 40px 0;
}

@media (min-width: 1025px) {
  .top_menu02 {
    padding: 100px 0;
  }
}

.top_menu02 .row .col, .under_menu02 .row .col {
  background: #f5f5f5;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
  .top_menu02 .row, .under_menu02 .row {
    -moz-column-gap: 4.05%;
         column-gap: 4.05%;
    row-gap: 40.5px;
  }
  .top_menu02 .row .col, .under_menu02 .row .col {
    width: 30.6%;
  }
}

.top_menu02 .wrap, .under_menu02 .wrap {
  padding: 20px 10px;
}

@media (min-width: 1025px) {
  .top_menu02 .wrap, .under_menu02 .wrap {
    padding: 20px;
    letter-spacing: 0.12em;
  }
}

.top_menu02 .tab_list_box, .under_menu02 .tab_list_box {
  margin-bottom: 1em;
}

.top_menu02 .tab_list, .under_menu02 .tab_list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_menu02 .tab_list li, .under_menu02 .tab_list li {
  color: #b19f72;
  border: solid 1px #b19f72;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
  padding: 2px;
}

@media (min-width: 1025px) {
  .top_menu02 .tab_list li, .under_menu02 .tab_list li {
    width: 80px;
  }
  .top_menu02 .tab_list li:not(:nth-child(3n)), .under_menu02 .tab_list li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .top_menu02 .tab_list li:not(:nth-child(-n + 3)), .under_menu02 .tab_list li:not(:nth-child(-n + 3)) {
    margin-top: 10px;
  }
  .top_menu02 .tab_list li:last-child, .under_menu02 .tab_list li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .top_menu02 .tab_list li, .under_menu02 .tab_list li {
    width: 32%;
  }
  .top_menu02 .tab_list li:not(:nth-child(3n)), .under_menu02 .tab_list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .top_menu02 .tab_list li:not(:nth-child(-n + 3)), .under_menu02 .tab_list li:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }
}

.top_menu02 .tab_list li a, .under_menu02 .tab_list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #b19f72;
}

.top_menu02 .c-button, .under_menu02 .c-button {
  text-align: center;
}

.top_menu02 .c-button .button, .top_menu02 .c-button .inquiry .form_button, .inquiry .top_menu02 .c-button .form_button, .under_menu02 .c-button .button, .under_menu02 .c-button .inquiry .form_button, .inquiry .under_menu02 .c-button .form_button {
  width: 80px;
  padding: 6px 1em;
  border-radius: 12px;
  font-size: 1.2rem;
}

.top_menu02 .ttl, .under_menu02 .ttl {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.44444;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .top_menu02 .ttl, .under_menu02 .ttl {
    font-size: 1.8rem;
  }
}

.top_menu02 .content p, .under_menu02 .content p {
  margin-top: 0;
  line-height: 1.57143;
}

@media (min-width: 768px) {
  .top_menu02 figure, .under_menu02 figure {
    height: 160px;
  }
  .top_menu02 figure img, .under_menu02 figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.top_column {
  padding: 40px 0;
  background: #f7f3eb;
}

@media (min-width: 1025px) {
  .top_column {
    padding: 100px 0;
  }
}

.top_column .row .col {
  background: #fff;
  position: relative;
}

.top_column .row .col figure {
  overflow: hidden;
}

@media (min-width: 768px) {
  .top_column .row .col figure {
    max-width: 235px;
    height: 157px;
  }
  .top_column .row .col figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  .top_column .row .col figure {
    height: 200px;
  }
  .top_column .row .col figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_column .row .col .frame {
  text-decoration: none;
}

.top_column .row .col .frame img {
  transition: .3s;
}

.top_column .row .col .frame:hover {
  opacity: .7;
}

.top_column .row .col .frame:hover img {
  transform: scale(1.1);
  transition: .3s;
}

.top_column .wrap {
  padding: 10px;
}

@media (min-width: 1025px) {
  .top_column .wrap {
    padding: 22px;
    letter-spacing: 0.12em;
  }
}

.top_column .wrap ul {
  list-style: none;
  padding: 0;
  line-height: 1.57143;
}

.top_column .wrap ul li.date {
  color: #777777;
  font-size: 1.2rem;
}

.top_information {
  padding: 40px 0;
}

@media (min-width: 1025px) {
  .top_information {
    padding: 100px 0;
  }
}

.top_information .bnr_wrap {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.top_information .bnr_wrap img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .top_information .bnr_wrap li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  .top_information .bnr_wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.2%;
         column-gap: 3.2%;
  }
  .top_information .bnr_wrap li {
    width: 48.4%;
  }
}

@media (min-width: 1025px) {
  .top_information .bnr_wrap {
    margin-bottom: 100px;
  }
}

.top_information .contact_box {
  box-shadow: 0 3px 11px rgba(76, 76, 76, 0.08);
  padding: 20px;
}

@media (min-width: 1025px) {
  .top_information .contact_box {
    padding: 50px;
  }
}

.top_information .contact_box ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media (min-width: 1025px) {
  .top_information .contact_box ul {
    letter-spacing: 0.14em;
  }
}

.top_information .contact_box ul li.txt {
  font-size: 1.5rem;
  padding: 0 30px 10px;
  display: table;
  margin: auto;
}

@media (min-width: 1025px) {
  .top_information .contact_box ul li.txt {
    font-size: 1.6rem;
  }
}

.top_information .contact_box ul li.tel {
  border-top: solid 1px #dddddd;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.top_information .contact_box ul li.tel span {
  font-size: 3.6rem;
  margin-left: 10px;
}

.access_list {
  list-style: none;
  padding-left: 0;
}

.access_list li {
  position: relative;
  padding: 13px 0 13px 40px;
}

.access_list li:before {
  content: "";
  background: url(../../../../../wp-content/uploads/train_icon.png) no-repeat center/cover;
  width: 32px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.anchor_list {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .anchor_list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}

@media (min-width: 768px) {
  .anchor_list.col2 {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}

@media (min-width: 768px) {
  .anchor_list.col2 li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .anchor_list li:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .anchor_list li {
    width: 32%;
  }
}

.anchor_list li a {
  background: #fff;
  color: #000;
  text-decoration: none;
  border: solid 1px #000;
  display: block;
  padding: 10px 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
}

@media (min-width: 1025px) {
  .anchor_list li a {
    font-size: 2rem;
  }
}

.anchor_list li a:after {
  content: "";
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  transform: rotate(135deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: .3s;
}

.anchor_list li a:hover {
  background: rgba(177, 159, 114, 0.5);
}

.anchor_list li a:hover:after {
  bottom: 5px;
  transition: .3s;
}

.anchor_list li a span {
  position: relative;
  padding-left: 40px;
}

.anchor_list li a span:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.anchor_list li a.icon01 span:before {
  background: url("../../../../../wp-content/uploads/under_icon01.png") no-repeat center/cover;
}

.anchor_list li a.icon02 span:before {
  background: url("../../../../../wp-content/uploads/under_icon02.png") no-repeat center/cover;
}

.anchor_list li a.icon03 span:before {
  background: url("../../../../../wp-content/uploads/under_icon03.png") no-repeat center/cover;
}

.c-flow .row:not(:last-child) {
  margin-bottom: 100px;
  position: relative;
}

.c-flow .row:not(:last-child):after {
  content: "";
  background: url("../../../../../wp-content/uploads/flow_arrow.png") no-repeat center/cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.box_bg {
  background: #f8f8f8;
  padding: 1.5em;
}
.highlight .box_bg {
  background: #fff;
}

.box_border {
  border: solid 6px rgba(0, 0, 0, 0.05);
  padding: 1.5em;
}

.ul_mark {
  padding: 0;
  list-style: none;
}

.ul_mark li {
  position: relative;
  padding-left: 24px;
}

.ul_mark li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.button_list {
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .button_list {
    display: flex;
    flex-wrap: wrap;
  }
  .button_list.col2 {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 40px;
  }
  .button_list.col2 li {
    width: 48%;
  }
  .button_list.col3 {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .button_list.col3 li {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .button_list li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

.button_list li a {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.txt_line {
  background: linear-gradient(transparent 60%, rgba(255, 0, 0, 0.2) 0%);
  padding: 0 3px;
}

.under_menu {
  padding: 0;
}

.under_menu02 .col {
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.under_menu02 .col .content {
  margin-top: 0;
}

.swiper-container {
  width: 100%;
}

@media (min-width: 768px) {
  .swiper-container.slider .swiper-slide {
    height: 480px;
  }
  .swiper-container.slider .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: .5;
  overflow: hidden;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.template_contents .row {
  padding: 50px 20px;
  border: solid 1px #000;
  position: relative;
}

@media (min-width: 768px) {
  .template_contents .row {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.template_contents h2 {
  padding: 5px 20px !important;
  background: #fff;
  display: table;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .template_contents h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .template_contents h2 {
    top: -23px;
  }
}

.template_contents h2:after {
  display: none !important;
}

.template_contents ol {
  display: table;
  margin: auto;
}

.template_contents ol > li:not(:last-child) {
  margin-bottom: 1.5em;
}

.template_contents ol > li > ul {
  padding: 0;
  list-style: none;
}

.template_contents ol > li > ul li {
  padding-left: 15px;
  position: relative;
}

.template_contents ol > li > ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: .8em;
  left: 0;
}

@media (min-width: 768px) {
  .c-ofi {
    height: 450px;
  }
  .c-ofi img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.check_list {
  padding: 0;
  list-style: none;
}

.check_list li {
  padding-left: 24px;
  position: relative;
}

.check_list li:not(:last-child) {
  margin-bottom: 1em;
}

.check_list li:before {
  content: "";
  background: url("../../../../../wp-content/uploads/check_icon.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.check_list li .txt_line ,
.check_list li span {
  background: linear-gradient(transparent 60%, rgb(255 238 0 / 70%) 0%);
  font-weight: bold;
}

.contents_box {
  background: rgba(102, 102, 102, 0.2);
  padding: 2em;
  border-radius: 10px;
}

.contents_box.typeA {
  background: #eee;
}

.contents_box.typeB {
  background: rgba(177, 159, 114, 0.2);
}

.treatment_bnr_list {
  padding: 0;
  list-style: none;
}

.treatment_bnr_list li a {
  display: flex;
  align-items: center;
  border: solid 1px #000;
  padding: 1em;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
}

@media (min-width: 768px) {
  .treatment_bnr_list li a {
    font-size: 1.8rem;
  }
}

.treatment_bnr_list li a img {
  width: 25%;
  margin-right: 4%;
  border-radius: 50%;
  border: solid 1px #ccc;
}

@media (max-width: 767px) {
  .treatment_bnr_list li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  .treatment_bnr_list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 40px;
  }
  .treatment_bnr_list li {
    width: 48%;
  }
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
  .sp_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .gutters .sp_flex {
    column-gap: 2%;
    row-gap: 20px;
  }
  .sp_flex .span_3 {
    width:50%;
  }
  .gutters .sp_flex .span_3 {
    width:49%;
    margin-bottom: 0;
  }
  .first_sp_flex  {
	display: flex ;
	flex-wrap: nowrap;
  }
  .gutters .first_sp_flex {
    column-gap: 2%;
    row-gap: 20px;
  }
}

/* button-emphasize */
.button-emphasize {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  padding-top: 19px;
  padding-bottom: 19px;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.button-emphasize .button-icon {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .button-emphasize {
    font-size: 2.2rem;
    max-width: 460px;
  }
  .button-emphasize .button-icon {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .button-emphasize .button-icon img {
    width: 41px;
  }
}

/* ここから診療メニュー非表示のためhoverアクション削除 */
footer .fNav ul li.menu-item-has-children > a:not(.c-top_list_linked) ,
footer .fNav ul li.menu-item-has-children ul a:not(.c-top_list_linked) ,
.top_about .wrap:not(.c-top_list_linked),
/**.c-top_list li a:not(.c-top_list_linked),**/
a.nolink {
  pointer-events: none !important;
}
.top_about .col {
  padding-bottom: 0;
}
.top_about .col:after {
  display: none;
}
/* ここまで診療メニュー非表示のためhoverアクション削除 */

/* doctorsfile */
.doctorsfile_box {
  display: flex;
  align-items: center;
  border: 2px solid #288E3A;
  background: #fff;
}
.doctorsfile_banner {
  width: 250px;
  margin: 0 30px 0 0;
}
.doctorsfile_link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctorsfile_link li {
  padding: 3px 0;
}
@media (max-width: 1025px) {
.doctorsfile_box {
  margin: 0 0 50px 0;
}
}
@media (max-width: 767px) {
.doctorsfile_box {
  display: block;
  max-width: 500px;
  margin: 0 auto 50px;
  padding: 15px;
  border: none;
}
.doctorsfile_banner {
  width: auto;
  margin: 0 0 20px 0;
  text-align: center;
}
}

p.instatext {
    text-align: center;
}