body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #3e3a39;
}

@media (max-width: 767px) {
  #contents {
    padding-top: 0;
  }
}
#contents .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  #contents .container {
    margin: 0 20px;
  }
}

@media (min-width: 1024px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sp2 {
    display: contents;
  }
}
@media (max-width: 767px) {
  .sp2 {
    display: none;
  }
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_top {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec_top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.top_h2 {
  font-size: 32px;
  color: #b5a07a;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .top_h2 {
    font-size: 30px;
  }
}
.top_h2 .en {
  display: block;
  font-size: 100px;
  line-height: 1.2;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .top_h2 .en {
    font-size: 60px;
  }
}

.time-table thead th {
  background: #b3a9a4;
  color: #fff;
  font-weight: 600;
}
.time-table tbody th {
  color: #3e3a39 !important;
}
.time-table tbody th, .time-table tbody td {
  border-bottom: 1px solid #b5a07a;
  padding: 16px 3px 16px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}
@media (max-width: 1023px) {
  .text-right {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}
@media (max-width: 1023px) {
  .text-left {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sp-text-left {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right;
  }
}

.btnstyle {
  text-decoration: none;
}
.btnstyle.arrow {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: 100%;
  max-width: 160px;
  border-bottom: 1px solid #3e3a39;
  text-align: left;
  padding-bottom: 0.4em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btnstyle.arrow:after {
  content: "";
  position: absolute;
  background: #3e3a39;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 30%;
  right: 4%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btnstyle.arrow:hover {
  opacity: 0.8;
}
.btnstyle.arrow:hover:after {
  right: 2%;
}
.btnstyle.box-arrow {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  width: 100%;
  max-width: 266px;
  border: 1px solid #3e3a39;
  text-align: center;
  height: 56px;
  padding: 0.6em 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .btnstyle.box-arrow {
    font-size: 15px;
    height: 48px;
  }
}
.btnstyle.box-arrow a {
  text-decoration: none;
}
.btnstyle.box-arrow:after {
  content: "";
  position: absolute;
  background: #3e3a39;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 39%;
  right: 5%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btnstyle.box-arrow:hover {
  opacity: 0.8;
}
.btnstyle.box-arrow:hover:after {
  right: 3.5%;
}
.btnstyle.btn_large {
  max-width: 350px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .btnstyle.btn_large {
    font-size: 15px;
  }
}

/* header */
#header > .inner {
  width: 96%;
}
#header > .inner h1 {
  padding-bottom: 0;
}
#header > .inner h1 img {
  max-width: 68%;
}
@media (min-width: 768px) {
  #header > .inner h1 img {
    max-width: 35vw;
  }
}

@media (max-width: 767px) {
  #header {
    position: static;
    top: 0;
    z-index: 101;
    background: #fff;
  }
  #header > .inner h1 {
    text-align: center;
    margin: 10px auto 20px;
  }
  #header.scroll .header_sub {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100vw;
    margin-left: -2%;
    padding: 2% 2% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #header .header_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
  #header .header_sub .sub_tel, #header .header_sub .sub_web {
    width: 42%;
  }
  #header .header_sub #toggle {
    width: 12%;
  }
  #header #toggle {
    position: static;
    width: 60px;
    margin-bottom: 10px;
  }
}
/* MV */
.mainimage .slick-slide {
  padding: 0 !important;
}

/* sidebar */
#aside .inq {
  width: 79px;
  bottom: 15%;
  top: auto;
  z-index: 100;
}
@media (max-width: 767px) {
  #aside .inq {
    display: block;
  }
}

#aside .inq a + a {
  margin-top: 12px;
}
#aside .inq a + a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#aside .inq01 {
  bottom: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  #aside .inq01 img {
    width: 60px;
  }
}

/* menu */
#nav {
  height: 110px;
}
@media (max-width: 767px) {
  #nav {
    height: 100%;
    background: #b5a07a;
  }
}
@media (min-width: 768px) {
  #nav {
    border-bottom: 1px solid #ccc;
  }
}
#nav .submenu-wrap {
  display: none;
}

#nav .inner {
  height: 110px;
}

@media (max-width: 767px) {
  #nav ul.menu {
    background: inherit;
  }
}

#menu-header-nav > li {
  height: 110px;
  width: 12.5%;
  padding: 30px 0;
}

#menu-header-nav > li > a {
  color: #3e3a39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-right: 1px solid #ccc;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  z-index: 99;
}

#menu-header-nav > li > a:hover {
  background: #f5f4f0;
}

#nav li.has_children > a {
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  #nav li.has_children > a::after {
    top: 22px;
    left: 82%;
    border-top: 6px solid #282828 !important;
    border: 4px solid transparent;
  }
}
@media (max-width: 767px) {
  #nav li.has_children > a::after {
    border-color: #fff;
    top: 45%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media (max-width: 767px) {
  #nav li.has_children.open > a::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 52%;
  }
}

@media (min-width: 768px) {
  #nav li.has_children > a:hover:after {
    border-top: 6px solid #3e3a39 !important;
  }
}

#menu-header-nav li:hover .submenu-wrap {
  width: 220px;
  padding-bottom: 0;
  padding-top: 0;
  background: #b5a07a;
}

#menu-header-nav li .submenu-wrap .submenu-inner {
  max-width: 100%;
}

#menu-header-nav .submenu-wrap ul.sub-menu {
  display: block;
}

#menu-header-nav .submenu-wrap ul.sub-menu li {
  width: 100%;
  float: none;
  height: 40px;
  padding-left: 0;
}
@media (max-width: 767px) {
  #menu-header-nav .submenu-wrap ul.sub-menu li {
    height: 50px;
  }
}
#menu-header-nav .submenu-wrap ul.sub-menu li:before {
  content: none;
}

#menu-header-nav > li > ul.sub-menu > li a,
#menu-header-nav .submenu-wrap ul.sub-menu li a {
  font-size: 16px;
  height: 40px;
  padding: 0.7em 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #menu-header-nav > li > ul.sub-menu > li a,
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    height: 50px;
    border-color: #ccc;
  }
}
#menu-header-nav > li > ul.sub-menu > li a:hover,
#menu-header-nav .submenu-wrap ul.sub-menu li a:hover {
  background: #cebd9e;
  text-decoration: none !important;
}

#nav.scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  #nav ul li a:hover,
  #nav ul li span:hover {
    color: #b5a07a;
  }
  #menu-header-nav li:hover .submenu-wrap {
    width: 100%;
  }
  #menu-header-nav .sub-menu li > a {
    color: #b5a07a;
    background: #fff;
  }
}
.c-red {
  color: red;
}

@media (max-width: 767px) {
  .aspect1 {
    aspect-ratio: 100/100;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (max-width: 767px) {
  .aspect2 {
    aspect-ratio: 100/100;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 767px) {
  .aspect3 {
    aspect-ratio: 100/100;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 15%;
       object-position: center 15%;
  }
}

.sec01 {
  background: url(./img/sec01_bg.jpg) no-repeat center bottom/cover;
  padding-top: 60px;
}
@media (max-width: 1023px) {
  .sec01 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .sec01 {
    padding-bottom: 80px;
    padding-top: 24px;
  }
}
.sec01 h2 {
  text-align: center;
  margin-bottom: 24px;
}
.sec01 h2 img {
  width: 90%;
  max-width: 923px;
}
@media (max-width: 767px) {
  .sec01 h2 img {
    width: 100%;
  }
}
.sec01 .slick-slide {
  margin: 0 10px;
}
.sec01 .slick-slide a img {
  width: 100%;
}
.sec01 .slick-dots li button:before {
  font-size: 30px;
  color: #b5a07a;
}

.sec02 {
  background: url(./img/sec02_bg.jpg) no-repeat center center/cover;
  position: relative;
}
.sec02 .top_h2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec02 .sec02_wrap {
  margin-top: 24px;
}
.sec02 .sec02_wrap .sec02_news {
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec02 .sec02_wrap .sec02_news {
    margin-bottom: 20px;
    padding: 18px;
  }
}
.sec02 .sec02_wrap .sec02_news h3 {
  color: #b5a07a;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #b5a07a;
  padding-bottom: 0.4em;
}
.sec02 .sec02_wrap .sec02_news h3 .en {
  font-size: 34px;
  padding-right: 12px;
}
.sec02 .sec02_wrap .sec02_news .news {
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.sec02 .sec02_wrap .sec02_news .news dt {
  font-size: 15px;
  color: #7a706c;
  float: left;
  width: auto;
  padding-top: 20px !important;
}
.sec02 .sec02_wrap .sec02_news .news dd {
  font-size: 15px;
  padding-left: 86px !important;
  border-bottom: 1px solid #e7e7e7;
}
.sec02 .sec02_wrap .sec02_news .news dd a {
  color: #0f0f0f;
}
.sec02 .sec02_wrap .sec02_timetable {
  background: #fff;
  padding: 24px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec02 .sec02_wrap .sec02_timetable {
    padding: 18px 10px;
  }
}
.sec02 .sec02_wrap .sec02_timetable h3 {
  color: #b5a07a;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0.4em;
}
.sec02 .sec02_wrap .sec02_timetable h3 .en {
  font-size: 34px;
  padding-right: 12px;
}
.sec02 .sec02_wrap .sec02_timetable .time-table {
  margin-bottom: 12px;
}

.sec03 {
  background: url(./img/sec03_bg.jpg) no-repeat center center/cover;
  padding-bottom: 20px;
}
.sec03 .top_h2 {
  position: relative;
}
.sec03 .top_h2:after {
  content: "";
  position: absolute;
  background: url(./img/h2_top.png) no-repeat center center/contain;
  width: 113px;
  height: 48px;
  top: -0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sec03 .top_h2:after {
    width: 72px;
  }
}
@media (max-width: 1023px) {
  .sec03 .sec03_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .sec03 .sec03_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
.sec03 .sec03_wrap .sec03_item {
  margin-bottom: 80px;
  width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
@media (max-width: 1023px) {
  .sec03 .sec03_wrap .sec03_item {
    width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 280px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sec03 .sec03_wrap .sec03_item {
    width: 280px;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
}
@media (max-width: 767px) {
  .sec03 .sec03_wrap .sec03_item img {
    width: 100%;
  }
}
.sec03 .sec03_wrap .sec03_item h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(21px, 2vw, 24px);
  text-align: center;
  margin-top: 18px;
  margin-bottom: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec03 .sec03_wrap .sec03_item h3 {
    font-size: 22px;
  }
}
.sec03 .sec03_wrap .sec03_item h3 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #dcceb5));
  background: linear-gradient(transparent 60%, #dcceb5 60%);
}
.sec03 .sec03_wrap .sec03_item p {
  font-size: 16px;
  line-height: 1.8125;
}
@media (min-width: 1024px) {
  .sec03 .sec03_wrap .sec03_item:nth-child(even) {
    margin-top: 40px;
  }
}

.sec04 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sec04 {
    padding-top: 0;
  }
}
.sec04 .sec04_top {
  margin-bottom: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .sec04 .sec04_top {
    display: block;
  }
}
@media (min-width: 1024px) {
  .sec04 .sec04_top .sec04_img {
    position: relative;
    height: 655px;
  }
}
@media (max-width: 1023px) {
  .sec04 .sec04_top .sec04_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec04 .sec04_top .sec04_img img {
  width: 100%;
}
.sec04 .googlemap {
  margin-bottom: 25px;
}
@media screen and ( min-width : 768px ) {
  .sec04 .googlemap {
    padding-bottom: 56%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .sec04 .sec04_top .col_2:last-child {
    width: 43.5%;
    flex-basis: 43.5%;
  }
  .sec04 .sec04_top .sec04_img img {
    position: absolute;
    width: 51vw;
    top: 0;
    right: -60px;
    max-width: 51vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 1023px) {
  .sec04 .sec04_top .sec04_txt {
    width: 100%;
  }
}
.sec04 .sec04_top .sec04_txt h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(50px, 4.8vw, 56px);
  line-height: 1.2;
  padding-bottom: 12px;
  border-bottom: 1px solid #3e3a39;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec04 .sec04_top .sec04_txt h3 {
    font-size: 36px;
    line-height: 1.5;
  }
}
.sec04 .sec04_top .sec04_txt h3 .small {
  color: #5d92a3;
  font-size: 26px;
  display: block;
}
@media (max-width: 767px) {
  .sec04 .sec04_top .sec04_txt h3 .small {
    font-size: 18px;
  }
}
.sec04 .sec04_top .sec04_txt p {
  margin-bottom: 24px;
}
.sec04 .sec04_top .sec04_txt img {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .sec04 .sec04_top .sec04_txt img {
    max-width: 520px;
    margin: 0 auto 24px;
    display: block;
  }
}
.sec04 .sec04_middle {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .sec04 .sec04_middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
    max-width: 600px;
    margin: 0 auto 48px;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
@media (max-width: 1023px) {
  .sec04 .sec04_middle .sec04_middle_item {
    width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_middle .sec04_middle_item {
    margin-bottom: 12px;
  }
}
.sec04 .sec04_middle .sec04_middle_item h3 {
  background: -webkit-gradient(linear, right top, left top, from(rgb(100, 153, 170)), to(rgb(129, 179, 195)));
  background: linear-gradient(-90deg, rgb(100, 153, 170) 0%, rgb(129, 179, 195) 100%);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(19px, 1.8vw, 22px);
  text-align: center;
  padding: 0.5em;
}
@media (max-width: 1023px) {
  .sec04 .sec04_middle .sec04_middle_item h3 {
    font-size: 18px;
    max-width: 280px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_middle .sec04_middle_item h3 {
    font-size: clamp(14px, 3vw, 18px);
    padding: 0.5em 0.2em;
  }
}
.sec04 .sec04_bottom {
  margin-bottom: 18%;
}
@media (max-width: 1023px) {
  .sec04 .sec04_bottom {
    margin-bottom: 26%;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_bottom {
    margin-bottom: 10%;
  }
}
.sec04 .sec04_bottom .sec04_bottom_item {
  position: relative;
}
.sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt {
  background: #fff;
  position: absolute;
  bottom: -36%;
  left: 6%;
  width: 88%;
  padding: 30px;
  outline: 1px solid #d9e5e9;
  outline-offset: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt {
    padding: 22px;
    bottom: -60%;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt {
    position: relative;
    width: 95%;
    padding: 20px;
    margin-top: -40px;
    left: 2.5%;
  }
}
.sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #5d92a3;
  text-align: center;
  border-bottom: 1px solid #5d92a3;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
@media (max-width: 1023px) {
  .sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt h3 {
    font-size: 20px;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_bottom .sec04_bottom_item:first-child {
    margin-bottom: 6vw;
  }
}
.sec04 .sec04_case h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  color: #5d92a3;
  border-bottom: 1px solid #5d92a3;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
@media (max-width: 1023px) {
  .sec04 .sec04_case h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .sec04 .sec04_case .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_case .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_case .flex .col_4 {
    width: 49%;
    margin-bottom: 20px;
  }
}
.sec04 .sec04_case .flex .col_4 img {
  margin-bottom: 12px;
  aspect-ratio: 1040/582;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04 .sec04_case .flex .col_4 .date {
  margin-bottom: 0;
}
.sec04 .sec04_case .flex .col_4 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec04 .sec04_case .flex .col_4 p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.sec04 .sec04_case .btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin-top: 24px;
}
.sec04 .sec04_case .btn_flex > div {
  width: 100%;
}
.sec04 .sec04_case .btn_flex > div .btnstyle.arrow {
  max-width: 184px;
}
@media (max-width: 767px) {
  .sec04 .sec04_case .btn_flex > div .btnstyle.arrow {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .sec04 .sec04_case .btn_flex .text-right {
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .sec04 .sec04_case .btn_flex .text-left {
    text-align: left;
  }
}
.sec04 .sec04-1 {
  background: url(./img/sec04_bg001.jpg) no-repeat left center/cover;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .sec04 .sec04-1 {
    padding-top: 50px;
    background: url(./img/sp_sec04_bg001.jpg) no-repeat left top/contain;
  }
}
.sec04 .sec04-2 {
  background: url(./img/sec04_bg002.jpg) no-repeat center center/cover;
  padding-top: 48px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .sec04 .sec04-2 {
    padding-bottom: 50px;
  }
}
.sec04 .sec04-3 {
  background: url(./img/sec04_bg003.jpg) no-repeat center center/cover;
  padding-top: 72px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .sec04 .sec04-3 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .sec04 .sec04-3 .sec04_top .sec04_img {
    height: 26vw;
  }
}
.sec04 .sec04-3 .sec04_top .sec04_img img {
  left: 0;
  right: auto;
  -o-object-position: left;
     object-position: left;
}
.sec04 .sec04-3 .sec04_top .sec04_txt h3 .small {
  color: #748353;
}
.sec04 .sec04-3 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt {
  outline: 1px solid #e1e7d4;
}
.sec04 .sec04-3 .sec04_bottom .sec04_bottom_item .sec04_bottom_txt h3 {
  color: #748353;
  border-color: #748353;
}
.sec04 .sec04-4 {
  background: url(./img/sec04_bg004.jpg) no-repeat center center/cover;
  padding-top: 72px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .sec04 .sec04-4 {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .sec04 .sec04-4 .sec04_top .sec04_img {
    height: 26vw;
  }
}
.sec04 .sec04-4 .sec04_top .sec04_txt h3 .small {
  color: #b3a9a4;
}
.sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point {
    padding: 12px 0;
  }
}
.sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e8e0d0));
  background: linear-gradient(transparent 60%, #e8e0d0 60%);
  display: inline;
  font-size: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point p {
    font-size: 16px;
  }
}
.sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point p:before {
  content: "";
  position: absolute;
  background: url(./img/sec04-3_ttl_l.png) no-repeat center center/contain;
  width: 52px;
  height: 111px;
  top: -25%;
  left: -18%;
}
@media (max-width: 767px) {
  .sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point p:before {
    width: 30px;
    top: -35%;
    left: -13%;
  }
}
.sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point p:after {
  content: "";
  position: absolute;
  background: url(./img/sec04-3_ttl_r.png) no-repeat center center/contain;
  width: 52px;
  height: 111px;
  top: -25%;
  right: -18%;
}
@media (max-width: 767px) {
  .sec04 .sec04-4 .sec04_top .sec04_txt .sec04-4_point p:after {
    width: 30px;
    top: -35%;
    right: -10%;
  }
}

@media (max-width: 767px) {
  .sec05 .sec05_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
.sec05 .sec05_wrap .sec05_item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec05 .sec05_wrap .sec05_item {
    width: 49%;
    margin-bottom: 10px;
  }
}
.sec05 .sec05_wrap .sec05_item a {
  display: block;
  height: 90px;
  background: url(./img/btn_bg.jpg) no-repeat right center/cover;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  padding: 1.4em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .sec05 .sec05_wrap .sec05_item a {
    height: 78px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec05 .sec05_wrap .sec05_item a {
    height: 65px;
    padding: 1em 0.6em;
  }
}
.sec05 .sec05_wrap .sec05_item a:hover {
  opacity: 0.8;
}

.sec06 {
  background: url(./img/sec06_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec06 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec06 .flex .col_4 {
    width: 49%;
    margin-bottom: 2%;
    max-width: 280px;
  }
}

#footer {
  padding: 0;
  background: #fff;
}
#footer .inner {
  width: 100%;
  max-width: 100%;
}
#footer .footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1239px) {
  #footer .footer_inner {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#footer .footer_info {
  background: url(./img/footer_top.bg.jpg) no-repeat left center/cover;
}
#footer .footer_info .footer_info_top .footer_info_left {
  width: 100%;
}
@media (min-width: 768px) {
  #footer .footer_info .footer_info_top .footer_info_left {
    width: 36%;
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_left {
    margin-bottom: 20px;
  }
}
#footer .footer_info .footer_info_top .footer_info_left .tel_link {
  color: #b5a07a;
  font-size: 44px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1023px) {
  #footer .footer_info .footer_info_top .footer_info_left .tel_link {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_left .tel_link {
    margin-top: 0;
  }
}
#footer .footer_info .footer_info_top .footer_info_left .tel_link .tel_icon {
  padding-left: 42px;
  position: relative;
}
@media (max-width: 1023px) {
  #footer .footer_info .footer_info_top .footer_info_left .tel_link .tel_icon {
    padding-left: 36px;
  }
}
#footer .footer_info .footer_info_top .footer_info_left .tel_link .tel_icon:after {
  content: "";
  position: absolute;
  background: url(./img/ic_tel.png) no-repeat center center/contain;
  width: 35px;
  height: 35px;
  top: 25%;
  left: 0;
}
@media (max-width: 1023px) {
  #footer .footer_info .footer_info_top .footer_info_left .tel_link .tel_icon:after {
    width: 28px;
    height: 28px;
    top: 22%;
  }
}
#footer .footer_info .footer_info_top .footer_info_right {
  width: 100%;
}
@media (min-width: 768px) {
  #footer .footer_info .footer_info_top .footer_info_right {
    width: 58%;
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_right {
    margin-bottom: 20px;
  }
}
#footer .footer_info .footer_info_top .footer_info_right p:first-child {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  #footer .footer_info .footer_info_top .footer_info_right p:first-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_right p:first-child {
    font-size: 16px;
  }
}
#footer .footer_info .footer_icons .footer_icons_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #footer .footer_info .footer_icons .footer_icons_item {
    border-left: 1px solid #dedede;
  }
  #footer .footer_info .footer_icons .footer_icons_item:last-child {
    border-right: 1px solid #dedede;
  }
}
#footer .footer_info .footer_icons .footer_icons_item img {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #footer .footer_info .footer_icons .footer_icons_item img {
    width: 60px;
  }
}
#footer .footer_info .footer_icons .footer_icons_item p {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 1023px) {
  #footer .footer_info .footer_icons .footer_icons_item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_icons .footer_icons_item p {
    width: 150px;
  }
}
#footer .footer_menu {
  margin-top: 0;
}
#footer .footer_menu .col_2 {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 767px) {
  #footer .footer_menu .col_2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_map {
    height: 250px;
  }
}
#footer .footer_menu .footer_menu_map iframe {
  width: 100%;
  height: 100%;
}
#footer .footer_menu .footer_menu_menu {
  background: #f1f0eb;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1239px) {
  #footer .footer_menu .footer_menu_menu {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
#footer .footer_menu .footer_menu_menu .menu li {
  font-size: 16px;
}
#footer .footer_menu .footer_menu_menu .menu li:before {
  content: none;
}
#footer .footer_menu .footer_menu_menu .menu li .nav_title {
  color: #b5a07a;
  font-size: 14px;
  border-bottom: 1px solid #b5a07a;
  display: block;
  margin-bottom: 1em;
}
#footer .footer_menu .footer_menu_menu .menu li .nav_title .en {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  padding-right: 0.4em;
}
#footer .footer_menu .footer_menu_menu .menu li ul.f_sub-menu li {
  padding-left: 0;
  margin-bottom: 1em;
}
#footer .footer_menu .footer_menu_menu .menu li.menu_l {
  width: 200px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_l {
    width: 160px;
  }
}
@media (max-width: 1023px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_l {
    width: 48%;
  }
}
#footer .footer_menu .footer_menu_menu .menu li.menu_r {
  width: 280px;
  margin-left: 24px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r {
    width: 260px;
    margin-left: 18px;
  }
}
@media (max-width: 1023px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r ul.f_sub-menu {
    width: 50%;
  }
  #footer .footer_menu .footer_menu_menu .menu li.menu_r ul.f_sub-menu:nth-child(2) {
    float: left;
  }
  #footer .footer_menu .footer_menu_menu .menu li.menu_r ul.f_sub-menu:last-child {
    float: right;
  }
}
@media (max-width: 767px) {
  #footer .footer_bnr .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
  #footer .footer_bnr .footer_inner .footer_bnr_item {
    width: 49%;
  }
}
#footer .footer_bnr img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #footer .footer_bnr img {
    margin-bottom: 10px;
  }
}

.copyright {
  background: #b3a9a4;
  color: #fff;
  text-align: center;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 14px;
    padding-bottom: 10vw !important;
  }
}

.page-title h2 {
  width: 100%;
  text-align: center;
  background: url(./img/h1.jpg) no-repeat center center/cover;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 420px) {
  .page-title h2 {
    padding: 1.5em 1em;
    font-size: 32px;
  }
}

.bread {
  text-align: left;
}
.bread li a {
  color: #b5a07a;
}

.headerinner h1 {
  padding-top: 20px;
}

.link_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link_anchor li {
  display: inline-block;
  width: 49.5%;
  margin-bottom: 1%;
}
@media (max-width: 767px) {
  .link_anchor li {
    width: 100%;
  }
}
.link_anchor li a {
  display: block;
  height: 100%;
  text-decoration: none;
  border: 1px solid #3e3a39;
  padding: 10px 32px;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_anchor li a:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 6px;
  background: #3e3a39;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 40%;
  right: 4%;
}
.link_anchor li a:hover {
  opacity: 0.5;
}
.link_anchor.link_col_3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5%;
}
.link_anchor.link_col_3 li {
  width: 33%;
}
@media (max-width: 767px) {
  .link_anchor.link_col_3 li {
    width: 100%;
  }
}

.under-page #header, .case #header, .blog #header {
  text-align: center;
}
@media (min-width: 768px) {
  .under-page #header, .case #header, .blog #header {
    position: static;
  }
}
.under-page .section, .case .section, .blog .section {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .under-page .section, .case .section, .blog .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.under-page .mainblock h2, .case .mainblock h2, .blog .mainblock h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #b5a07a;
  font-size: 30px;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  margin-top: 74px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .under-page .mainblock h2, .case .mainblock h2, .blog .mainblock h2 {
    margin-top: 50px;
    margin-bottom: 12px;
  }
}
.under-page .mainblock h2:before, .case .mainblock h2:before, .blog .mainblock h2:before {
  content: "";
  position: absolute;
  background: url(./img/h2.png) no-repeat center center/contain;
  width: 84px;
  height: 74px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -115%);
          transform: translate(-50%, -115%);
}
@media (max-width: 767px) {
  .under-page .mainblock h2:before, .case .mainblock h2:before, .blog .mainblock h2:before {
    width: 60px;
    height: 60px;
  }
}
.under-page .mainblock h3, .case .mainblock h3, .blog .mainblock h3 {
  color: #b5a07a;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 0;
  padding-left: 1em;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #dfd4c0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.under-page .mainblock h3:before, .case .mainblock h3:before, .blog .mainblock h3:before {
  content: "";
  position: absolute;
  background: url(./img/h3.png) no-repeat center center/contain;
  width: 7px;
  height: 19px;
  top: 24px;
  left: 0;
}
.under-page .mainblock h3:after, .case .mainblock h3:after, .blog .mainblock h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #b5a07a;
  bottom: -2px;
  left: 0;
}
.under-page .mainblock h4, .case .mainblock h4, .blog .mainblock h4 {
  color: #b5a07a;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 1.8em;
  position: relative;
}
.under-page .mainblock h4:before, .case .mainblock h4:before, .blog .mainblock h4:before {
  content: "";
  position: absolute;
  background: url(./img/h4.png) no-repeat center center/contain;
  width: 30px;
  height: 28px;
  top: 10px;
  left: 0;
}
.under-page .mainblock h5, .case .mainblock h5, .blog .mainblock h5 {
  color: #b5a07a;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 1.2em;
  position: relative;
}
.under-page .mainblock h5:before, .case .mainblock h5:before, .blog .mainblock h5:before {
  content: "";
  position: absolute;
  background: url(./img/h5.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 0;
}
.under-page p .text-large, .case p .text-large, .blog p .text-large {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #b5a07a;
  margin-bottom: 1em;
  display: inline-block;
}
.under-page .clearfix + .clearfix, .case .clearfix + .clearfix, .blog .clearfix + .clearfix {
  margin-top: 36px;
}
.under-page .contents + .contents, .case .contents + .contents, .blog .contents + .contents {
  margin-top: 36px;
}
.under-page .highlight, .case .highlight, .blog .highlight {
  background: #f5f5f5;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .under-page .highlight, .case .highlight, .blog .highlight {
    padding: 20px;
  }
}
.under-page .highlight ul, .under-page .highlight ol, .case .highlight ul, .case .highlight ol, .blog .highlight ul, .blog .highlight ol {
  margin-bottom: 0;
}
.under-page #footer, .case #footer, .blog #footer {
  border-top: 1px solid #b5a07a;
}
.under-page .btnstyle.box-arrow, .case .btnstyle.box-arrow, .blog .btnstyle.box-arrow {
  height: auto;
  line-height: 1.4;
}
.under-page .btn_flex, .case .btn_flex, .blog .btn_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .under-page .btn_flex > div:not(:last-child), .case .btn_flex > div:not(:last-child), .blog .btn_flex > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.under-page .address-table, .case .address-table, .blog .address-table {
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.5;
  background: transparent;
}
.under-page .address-table tbody th, .under-page .address-table tbody td, .case .address-table tbody th, .case .address-table tbody td, .blog .address-table tbody th, .blog .address-table tbody td {
  padding: 0.8em 0.4em;
}
.under-page .address-table tbody th, .case .address-table tbody th, .blog .address-table tbody th {
  border-bottom: 1px solid #b5a07a;
  color: #b5a07a;
}
.under-page .address-table tbody td, .case .address-table tbody td, .blog .address-table tbody td {
  border-bottom: 1px solid #ccc;
}
.under-page .address-table tbody tr:first-child th, .case .address-table tbody tr:first-child th, .blog .address-table tbody tr:first-child th {
  border-top: 1px solid #b5a07a;
}
.under-page .address-table tbody tr:first-child td, .case .address-table tbody tr:first-child td, .blog .address-table tbody tr:first-child td {
  border-top: 1px solid #ccc;
}
.under-page .table01 th, .under-page .table01 td, .case .table01 th, .case .table01 td, .blog .table01 th, .blog .table01 td {
  padding: 10px 5px 8px 5px;
}
@media (max-width: 767px) {
  .under-page .table01 th, .under-page .table01 td, .case .table01 th, .case .table01 td, .blog .table01 th, .blog .table01 td {
    font-size: 90%;
  }
}
.under-page .table01 th, .case .table01 th, .blog .table01 th {
  border-bottom: 1px solid #b5a07a;
  text-align: left;
}
.under-page .border-table, .case .border-table, .blog .border-table {
  font-size: 100%;
}
.under-page .border-table thead th, .case .border-table thead th, .blog .border-table thead th {
  background: #b5a07a;
}
.under-page .border-table tbody th, .case .border-table tbody th, .blog .border-table tbody th {
  background: #f5f5f5;
  padding: 10px;
}
.under-page .border-table th, .under-page .border-table td, .case .border-table th, .case .border-table td, .blog .border-table th, .blog .border-table td {
  font-size: 100%;
}
@media (max-width: 767px) {
  .under-page .border-table th, .under-page .border-table td, .case .border-table th, .case .border-table td, .blog .border-table th, .blog .border-table td {
    padding: 10px 5px;
  }
}
.under-page .price-table tbody td:last-child, .case .price-table tbody td:last-child, .blog .price-table tbody td:last-child {
  text-align: right;
}
.under-page .ul01 li:before, .case .ul01 li:before, .blog .ul01 li:before {
  border-radius: 50%;
  top: 5px;
  background: #b5a07a;
}
.under-page .ul_check, .case .ul_check, .blog .ul_check {
  background: #f5f5f5;
}
.under-page .ul_check li:before, .case .ul_check li:before, .blog .ul_check li:before {
  background: #b5a07a;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1px;
}
.under-page .ul_check li.list-other, .case .ul_check li.list-other, .blog .ul_check li.list-other {
  padding-left: 0;
}
.under-page .ul_check li.list-other:before, .case .ul_check li.list-other:before, .blog .ul_check li.list-other:before {
  content: none;
}
@media (min-width: 768px) {
  .under-page .ul_col_2, .case .ul_col_2, .blog .ul_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
  .under-page .ul_col_2 li, .case .ul_col_2 li, .blog .ul_col_2 li {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.under-page .ol01, .case .ol01, .blog .ol01 {
  counter-reset: number;
}
.under-page .ol01 li, .case .ol01 li, .blog .ol01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.under-page .ol01 li:before, .case .ol01 li:before, .blog .ol01 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #b5a07a;
  color: white;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.under-page .flow-box .flow-block, .case .flow-box .flow-block, .blog .flow-box .flow-block {
  padding: 40px 40px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .under-page .flow-box .flow-block, .case .flow-box .flow-block, .blog .flow-box .flow-block {
    padding: 20px;
  }
}
.under-page .flow-box .flow-block:after, .case .flow-box .flow-block:after, .blog .flow-box .flow-block:after {
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.under-page .flow-box .flow-block .title, .case .flow-box .flow-block .title, .blog .flow-box .flow-block .title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.under-page .flow-box .flow-block .title .num, .case .flow-box .flow-block .title .num, .blog .flow-box .flow-block .title .num {
  background: #b5a07a;
  color: #fff;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}
.under-page .flow-box .flow-block:last-child:after, .case .flow-box .flow-block:last-child:after, .blog .flow-box .flow-block:last-child:after {
  content: none;
}
@media (max-width: 767px) {
  .under-page .under_flex, .case .under_flex, .blog .under_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .under-page .under_flex .col_3, .case .under_flex .col_3, .blog .under_flex .col_3 {
    width: 49%;
  }
}
.under-page .under_flex .col_3 h4, .case .under_flex .col_3 h4, .blog .under_flex .col_3 h4 {
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .under-page .under_flex .col_3 h4, .case .under_flex .col_3 h4, .blog .under_flex .col_3 h4 {
    font-size: 20px;
  }
}
.under-page .under_flex .col_3 img, .case .under_flex .col_3 img, .blog .under_flex .col_3 img {
  margin-bottom: 0.4em;
  aspect-ratio: 320/213;
  -o-object-fit: contain;
     object-fit: contain;
}
.under-page .text-center, .case .text-center, .blog .text-center {
  text-align: center;
}
.under-page .text-right, .case .text-right, .blog .text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .under-page .text-right, .case .text-right, .blog .text-right {
    text-align: center;
  }
}
.under-page .text-left, .case .text-left, .blog .text-left {
  text-align: left;
}
@media (max-width: 767px) {
  .under-page .text-left, .case .text-left, .blog .text-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .under-page .sp-text-left, .case .sp-text-left, .blog .sp-text-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .under-page .sp-text-right, .case .sp-text-right, .blog .sp-text-right {
    text-align: right;
  }
}
.under-page p a, .case p a, .blog p a {
  text-decoration: none;
  color: #b5a07a;
}

/*-- Q&A ------------*/
.qa-block {
  border-bottom: 1px solid #b0b0b0;
  position: relative;
  padding-top: 0;
}

.qa-block:last-child {
  margin-bottom: 0;
}

.qa-block::before {
  position: absolute;
  content: "";
  top: 2.6rem;
  right: 0;
  background: #b5a07a;
  border-radius: 1px;
  width: 15px;
  height: 3px;
}

.qa-block::after {
  position: absolute;
  content: "";
  top: 2.6rem;
  right: 0;
  background: #b5a07a;
  border-radius: 1px;
  width: 15px;
  height: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mce-content-body .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #171717;
  background: none;
  padding: 1.2em 2em 1em 2.3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #3e3a39 !important;
  background: none;
  padding: 1.2em 2em 1em 2.3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  position: absolute;
  content: "";
  top: 26px !important;
  bottom: auto !important;
  left: 0 !important;
  background: #b5a07a !important;
  height: 1.6em !important;
  width: 1.6em !important;
  border-radius: 50% !important;
  -webkit-transform: none !important;
  transform: none !important;
  font-size: 26px !important;
}

.mce-content-body .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 21px !important;
  bottom: auto !important;
  left: 0.4em;
  color: #fff;
  font-weight: bold;
  border: none;
  background: none;
}

.qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 24px;
  bottom: auto !important;
  left: 0.4em;
  color: #fff;
  font-weight: bold;
  border: none;
  background: none;
}

.qa-block .answer {
  display: none;
  padding-left: 2.5em !important;
  position: relative;
  padding: 2px;
  margin-left: 0;
  margin-bottom: 20px;
}

.answer::before {
  position: absolute;
  content: "";
  top: 0;
  font-size: 26px;
  bottom: auto !important;
  left: 0px;
  background: #b3a9a4;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: 0.1em;
}

.answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  top: 0.3em;
  bottom: auto !important;
  left: 0.4em;
  color: #fff;
  font-weight: bold;
  border: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 10px 0 12px 15px;
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
.BfAf {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.BfAf .before, .BfAf .after {
  width: 49%;
}
@media (max-width: 767px) {
  .BfAf .before, .BfAf .after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .BfAf .before {
    margin-bottom: 12px;
  }
}

#aside {
  margin-bottom: 36px;
}
#aside .menu-blog {
  background: #fff;
}
#aside .menu-blog li {
  font-size: 15px;
  border-bottom: solid 1px #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
  line-height: 1.4;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aside .menu-blog li:not(:last-child) {
  margin-bottom: 10px;
}
#aside .menu-blog li .post_thumbnail {
  width: 80px;
  height: 48px;
}
#aside .menu-blog li .ttl_date {
  width: calc(95% - 80px);
}
#aside .menu-blog li a:after {
  content: none;
}
#aside h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #b5a07a !important;
  text-align: left !important;
}
#aside .article_list:not(:last-child) {
  margin-bottom: 20px;
}

.case_flex > a img {
	contain-intrinsic-size: 450px 450px;
    object-fit: contain;
}
@media (min-width: 768px) {
.case_flex > a {
  max-width: 450px;
}
  .case_flex .mt20 {
    width: calc(100% - 450px);
  }
}
.pager span.current {
    color: #b5a07a;
}/*# sourceMappingURL=index.css.map */