@charset "UTF-8";
/* VARIABLE COLOR */
/* VARIABLE FONT */
/* VARIABLE MEDIA */
/* MIXIN */
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,200,0,0");
/* line 147, ../sass/_snippet.scss */
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* line 6, ../sass/style.scss */
body {
  color: #222;
  background: #fff6e0;
  font-family: "Noto Serif JP",serif;
  line-height: 1.75;
}

/* line 12, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* LINK */
/* line 17, ../sass/style.scss */
a, a:link, a:visited, a img {
  color: #b29054;
  text-decoration: none;
  transition: .4s;
}

/* line 22, ../sass/style.scss */
a:hover {
  color: #f68e1a;
}

/* line 25, ../sass/style.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 28, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 32, ../sass/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1753692780') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* HEADER */
/* line 3, ../sass/_header.scss */
.header-wrap {
  position: fixed;
  width: 100%;
  height: 5rem;
  transition: .4s;
  z-index: 999;
  top: 0;
  background: #fff6e0;
}

/* line 12, ../sass/_header.scss */
.header {
  background: none;
  box-shadow: none;
  height: 5rem;
  transition: .4s;
}

/* line 18, ../sass/_header.scss */
.header-item-title {
  margin-left: 1em;
}

/* line 22, ../sass/_header.scss */
.header-title a {
  color: #222;
}

/* line 27, ../sass/_header.scss */
.header-title-link span {
  font-size: 13px;
}

/* line 31, ../sass/_header.scss */
.header-wrap.smallhead {
  height: 3.5rem;
  background: rgba(255, 246, 224, 0.85);
  box-shadow: 0 10px 25px -5px rgba(58, 57, 55, 0.2);
}
/* line 35, ../sass/_header.scss */
.header-wrap.smallhead .header {
  height: 3.5rem;
}

/* line 41, ../sass/_header.scss */
.global-nav-item a {
  color: #222;
  line-height: 1;
}

/* line 46, ../sass/_header.scss */
.global-nav-link::after {
  background: #c1a36e;
}

/* line 49, ../sass/_header.scss */
.global-nav-link {
  margin: 0 0.5rem;
}

/* line 52, ../sass/_header.scss */
.global-nav-mobile-menu-btn {
  background: none;
  top: 15px;
  right: 10px;
}

/* line 57, ../sass/_header.scss */
.global-nav-mobile-icon-toggle-menu, .global-nav-mobile-icon-toggle-menu:before, .global-nav-mobile-icon-toggle-menu:after {
  background: #b29054;
}

/* line 60, ../sass/_header.scss */
.global-nav-mobile-menu-text {
  color: #c1a36e;
}

/* line 65, ../sass/_header.scss */
.global-nav-mobile-menu.smallhead .global-nav-mobile-menu-btn {
  top: 0;
}

/* line 71, ../sass/_header.scss */
#global-nav-mobile .global-nav-mobile-item {
  width: 50%;
  float: left;
}
/* line 75, ../sass/_header.scss */
#global-nav-mobile .global-nav-mobile-link {
  padding-left: 18px;
}
/* line 78, ../sass/_header.scss */
#global-nav-mobile .global-nav-mobile .icon-expand {
  left: 0;
  right: auto;
}
/* line 82, ../sass/_header.scss */
#global-nav-mobile .extra {
  width: 100%;
}
/* line 85, ../sass/_header.scss */
#global-nav-mobile .global-nav-mobile-navbar {
  padding-bottom: 80px;
}

/* TOP SLIDER */
/* line 3, ../sass/_topslider.scss */
.topimage {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  /* line 3, ../sass/_topslider.scss */
  .topimage {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

/* line 9, ../sass/_topslider.scss */
.main1 {
  position: relative;
  width: calc(100% - 39vw);
  height: auto;
}
/* line 13, ../sass/_topslider.scss */
.main1 .copy {
  position: absolute;
  writing-mode: vertical-rl;
  right: 7.5%;
  top: 60px;
  color: #fff;
  font-size: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.9);
}
/* line 26, ../sass/_topslider.scss */
.main1 img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}

/* line 32, ../sass/_topslider.scss */
.mainnav {
  width: 35vw;
}
/* line 34, ../sass/_topslider.scss */
.mainnav .main2 {
  width: 100%;
}
/* line 36, ../sass/_topslider.scss */
.mainnav .main2 img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
/* line 42, ../sass/_topslider.scss */
.mainnav .btnover {
  padding: 30px 30px 20px 0;
}
/* line 44, ../sass/_topslider.scss */
.mainnav .btnover a {
  display: block;
  background: #eaa035;
  padding: 15px 20px 15px 65px;
  color: #fff;
  border-radius: 5px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
}
/* line 53, ../sass/_topslider.scss */
.mainnav .btnover a span {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: normal;
}
/* line 59, ../sass/_topslider.scss */
.mainnav .btnover a:after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "\e894";
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin-top: -24px;
  font-family: 'Material Symbols Rounded';
}
/* line 71, ../sass/_topslider.scss */
.mainnav .btnover a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  font-family: 'Material Symbols Rounded';
  content: '\e941';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #fff;
}
/* line 88, ../sass/_topslider.scss */
.mainnav .btnover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 93, ../sass/_topslider.scss */
.mainnav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  /* line 93, ../sass/_topslider.scss */
  .mainnav ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 98, ../sass/_topslider.scss */
.mainnav li {
  flex-basis: 47.5%;
}
/* line 100, ../sass/_topslider.scss */
.mainnav li a {
  display: block;
  background: #efe0c7;
  border-radius: 5px;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding: 15px 0 14px;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}
/* line 111, ../sass/_topslider.scss */
.mainnav li a img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
/* line 117, ../sass/_topslider.scss */
.mainnav li a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 7px;
  font-family: 'Material Symbols Rounded';
  content: '\e941';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #6b6861;
  transition: .4s;
}
/* line 135, ../sass/_topslider.scss */
.mainnav li a:after {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 0;
  margin-top: -22px;
  content: "";
  display: block;
  border-radius: 22px;
  transition: .4s;
}
/* line 147, ../sass/_topslider.scss */
.mainnav li a:hover {
  background: #e8d5b5;
}
/* line 149, ../sass/_topslider.scss */
.mainnav li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 153, ../sass/_topslider.scss */
.mainnav li a:hover:before {
  right: -10px;
  opacity: 0;
}
/* line 157, ../sass/_topslider.scss */
.mainnav li a:hover:after {
  width: 10px;
  height: 10px;
  right: 17px;
  margin-top: -5px;
  background: #6b6861;
}
/* line 166, ../sass/_topslider.scss */
.mainnav li:last-child {
  flex-basis: 100%;
}
/* line 168, ../sass/_topslider.scss */
.mainnav li:last-child a {
  margin-bottom: 0;
}

/* line 176, ../sass/_topslider.scss */
.slick-slider {
  width: 100%;
  position: relative;
}

/* line 180, ../sass/_topslider.scss */
.slick-slider img {
  margin: 0 auto;
  width: 100%;
}

/* line 184, ../sass/_topslider.scss */
.fix-height {
  position: relative;
  overflow: hidden;
}

/* line 188, ../sass/_topslider.scss */
.slick-slide:hover {
  cursor: pointer;
}

/* line 191, ../sass/_topslider.scss */
.slick-list:focus:focus {
  position: relative;
}

/* line 194, ../sass/_topslider.scss */
.slick-list:focus:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #00C2FF;
  z-index: -1;
}

/* line 204, ../sass/_topslider.scss */
.js-slider .slick-list:focus {
  position: relative;
}

/* line 207, ../sass/_topslider.scss */
.js-slider .slick-list:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #00C2FF;
  z-index: 1;
}

/* line 217, ../sass/_topslider.scss */
.main-slider-image {
  cursor: default !important;
}
/* line 219, ../sass/_topslider.scss */
.main-slider-image a {
  cursor: default !important;
}
/* line 222, ../sass/_topslider.scss */
.main-slider-image img {
  width: 100%;
}

/* line 226, ../sass/_topslider.scss */
.main-slider-image a:hover {
  text-decoration: none;
}

/* line 229, ../sass/_topslider.scss */
.main-slider-text-inner {
  text-align: left;
  z-index: 100;
  position: absolute;
  bottom: 60px;
  left: 40px;
}

/* line 236, ../sass/_topslider.scss */
.main-slider-text-outer {
  height: 100%;
}

/* line 239, ../sass/_topslider.scss */
.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 245, ../sass/_topslider.scss */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

@media screen and (max-width: 820px) {
  /* line 252, ../sass/_topslider.scss */
  .topimage {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  /* line 256, ../sass/_topslider.scss */
  .main1 {
    width: 100%;
  }
  /* line 258, ../sass/_topslider.scss */
  .main1 img {
    height: 360px;
  }
  /* line 261, ../sass/_topslider.scss */
  .main1 .copy {
    right: 20px;
    top: 20px;
    letter-spacing: 0.1em;
    font-size: 22px;
    font-size: 1.35rem;
  }

  /* line 269, ../sass/_topslider.scss */
  .mainnav {
    width: 100%;
    margin-left: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  /* line 278, ../sass/_topslider.scss */
  .mainnav .main2 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -80px;
    width: 45%;
    flex-basis: 45%;
    background: #fff6e0;
    padding: 10px 0 0 10px;
    position: relative;
  }
  /* line 287, ../sass/_topslider.scss */
  .mainnav .main2 img {
    height: 150px;
  }
  /* line 291, ../sass/_topslider.scss */
  .mainnav .btnover {
    flex-basis: 55%;
    padding: 15px 0 20px 5%;
  }
  /* line 294, ../sass/_topslider.scss */
  .mainnav .btnover a {
    padding: 10px 10px 10px 45px;
  }
  /* line 296, ../sass/_topslider.scss */
  .mainnav .btnover a:after {
    left: 4px;
    font-size: 40px;
    margin-top: -20px;
  }
  /* line 301, ../sass/_topslider.scss */
  .mainnav .btnover a:before {
    right: 2px;
  }
  /* line 306, ../sass/_topslider.scss */
  .mainnav ul {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 314, ../sass/_topslider.scss */
  .mainnav ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
/* FOOTER */
/* line 3, ../sass/_footer.scss */
.footer {
  margin: 0;
  border: none;
}

/* line 7, ../sass/_footer.scss */
.footpic {
  width: 50%;
  padding-top: 20px;
}
/* line 10, ../sass/_footer.scss */
.footpic img {
  width: 100%;
  height: auto;
}

/* line 15, ../sass/_footer.scss */
.footer-bottom {
  border-top: none;
}

/* line 18, ../sass/_footer.scss */
.footer-company-catch, .footer-address-name, .footer-address-item, .footer-address-item a, .footer-nav-item a {
  color: #222;
}

/* line 22, ../sass/_footer.scss */
.footer-sns-item img {
  width: 40px;
}

/* line 26, ../sass/_footer.scss */
.footer-item-title {
  font-size: 1rem;
}

/* line 29, ../sass/_footer.scss */
.footer-address-item {
  font-size: 1rem;
}

/* line 33, ../sass/_footer.scss */
.footer-address .btntop {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 36, ../sass/_footer.scss */
.footer-address .btntop a {
  font-size: 16px;
  font-size: 1rem;
}

/* line 41, ../sass/_footer.scss */
.spbtn {
  display: none;
}

/* line 44, ../sass/_footer.scss */
.topicpath {
  background: #efe0c7;
}

@media screen and (max-width: 640px) {
  /* line 49, ../sass/_footer.scss */
  .footer {
    margin-top: 0;
    margin-bottom: 70px;
  }

  /* line 53, ../sass/_footer.scss */
  .footpic {
    margin: auto;
  }

  /* line 56, ../sass/_footer.scss */
  .footer-sns {
    justify-content: center;
  }

  /* line 59, ../sass/_footer.scss */
  .sp-kotei {
    background: rgba(239, 224, 199, 0.8);
    padding-top: 8px;
    z-index: 11000;
  }
  /* line 64, ../sass/_footer.scss */
  .sp-kotei li a {
    height: 60px !important;
    background: #b29054;
    color: #fff;
    border-radius: 30px;
  }
  /* line 69, ../sass/_footer.scss */
  .sp-kotei li a img {
    height: 23px;
  }
  /* line 74, ../sass/_footer.scss */
  .sp-kotei li:nth-child(1) a {
    background: #6b6861;
  }
  /* line 79, ../sass/_footer.scss */
  .sp-kotei li:nth-child(2) a {
    background: #eaa035;
  }
  /* line 84, ../sass/_footer.scss */
  .sp-kotei li:nth-child(3) a {
    border: none;
    background: #2bab56;
    color: #fff;
    font-size: 1.2rem;
    padding: 0;
    line-height: 58px;
  }
}
/* A-BLOG CMS */
/* line 4, ../sass/_acmcustom.scss */
.acms-container {
  text-align: left;
}

/* UTSUWA EDIT */
/* line 10, ../sass/_acmcustom.scss */
.page-title-wrapper {
  margin-top: 80px;
  background-color: #efe0c7;
  background-size: cover !important;
  background-position: center center !important;
}

/* line 16, ../sass/_acmcustom.scss */
.page-title-filter {
  background: rgba(0, 0, 0, 0.3);
}

/* line 19, ../sass/_acmcustom.scss */
.page-title-en {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #efb205 !important;
  font-size: 2.2rem !important;
}

/* line 25, ../sass/_acmcustom.scss */
.media-link {
  border-bottom: 1px solid #c1a36e;
}

/* line 28, ../sass/_acmcustom.scss */
.entry-header-title {
  border-bottom: 4px solid #efe0c7;
}
/* line 30, ../sass/_acmcustom.scss */
.entry-header-title a {
  color: #222;
}
/* line 33, ../sass/_acmcustom.scss */
.entry-header-title:before {
  background: #c1a36e;
}

/* line 38, ../sass/_acmcustom.scss */
.entry-style [class^=column-table] table {
  border-bottom: 1px solid #c1a36e;
}

/* line 41, ../sass/_acmcustom.scss */
.entry-style [class^=column-table] table tr {
  border-top: 1px solid #c1a36e;
}

/* line 44, ../sass/_acmcustom.scss */
.entry-style [class^=column-table] table th {
  background: #efe0c7;
}

/* line 47, ../sass/_acmcustom.scss */
.entry-style .ug-bg-gray, .entry-style .ug-bg-primary {
  border: none;
  background: #efe0c7;
}

/* line 51, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit dl.box-bordered {
  border: 1px solid #efe0c7;
}

/* line 54, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit dl.box-bordered dd {
  padding: 2rem;
}

/* line 57, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit em {
  color: #f68e1a;
}

/* line 60, ../sass/_acmcustom.scss */
.entry-style p.text-btn a {
  background: #f68e1a;
  border: none;
}

/* line 64, ../sass/_acmcustom.scss */
.entry-style p.text-btn a:hover {
  background: #d7412e;
}

/* line 67, ../sass/_acmcustom.scss */
.entry-style .entry-outline {
  border: 4px solid #efe0c7;
}

/* line 70, ../sass/_acmcustom.scss */
.entry-style .entry-outline-title {
  border-bottom: 2px solid #efe0c7;
}

/* line 73, ../sass/_acmcustom.scss */
.acms-admin-list-group-heading {
  border-bottom: 2px solid #222;
}
/* line 75, ../sass/_acmcustom.scss */
.acms-admin-list-group-heading a {
  color: #222;
}

/* line 79, ../sass/_acmcustom.scss */
.acms-admin-list-group {
  margin-bottom: 30px;
}

/* line 82, ../sass/_acmcustom.scss */
.acms-admin-list-group-item {
  border-bottom: 1px solid #efe0c7;
}

/* line 85, ../sass/_acmcustom.scss */
.acms-admin-list-group-item:hover {
  background: #efe0c7;
}

/* line 88, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h2.heading-primary::before {
  background: #f68e1a;
}

/* line 94, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h2 {
  color: #9f7a39;
}
/* line 97, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h3 {
  color: #59554d;
}
/* line 100, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h4 {
  color: #87847c;
}
/* line 103, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h2.heading-primary {
  margin-bottom: 1.5rem;
  color: #222;
}
/* line 107, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h2.heading-primary::before {
  background: #eaa035;
  bottom: -0.5rem;
}
/* line 111, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h2.heading-line {
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #c1a36e;
}
/* line 115, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h3.heading-line {
  padding-left: 20px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border: none;
  clear: both;
  position: relative;
}
/* line 122, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h3.heading-line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  border-radius: 4px;
  background: #eaa035;
  content: "";
}
/* line 134, ../sass/_acmcustom.scss */
.entry-style .entry-text-unit h4.heading-line {
  padding-bottom: 0.2rem;
  display: inline-block;
  border-bottom: 2px solid #87847c;
}

/* line 145, ../sass/_acmcustom.scss */
.heading-lg.heading-primary::before {
  background: #f68e1a;
}

/* line 148, ../sass/_acmcustom.scss */
.form-step-item.is-current::before {
  background: #f68e1a;
}

/* line 151, ../sass/_acmcustom.scss */
.serial-nav {
  border-top: 1px solid #efe0c7;
}

/* line 154, ../sass/_acmcustom.scss */
.serial-nav {
  border-top: 1px solid #efe0c7;
}

/* line 157, ../sass/_acmcustom.scss */
.serial-nav-item a:hover {
  background: #efe0c7;
}

/* line 160, ../sass/_acmcustom.scss */
.faq-list .faq {
  background: #fff;
}

/* line 163, ../sass/_acmcustom.scss */
.faq-question .faq-icon {
  color: #d7412e;
}

/* line 166, ../sass/_acmcustom.scss */
.knowledge .acms-admin-heading a {
  border: none;
  background: #efe0c7;
  margin-bottom: 20px;
  color: #222;
}

/* line 173, ../sass/_acmcustom.scss */
.pager li.cur {
  color: #59554d;
  border: 2px solid #59554d;
}

/* line 177, ../sass/_acmcustom.scss */
.pager-link {
  background: #59554d;
}

/* line 180, ../sass/_acmcustom.scss */
.pager-link:hover {
  background: #59554d;
}

@media screen and (max-width: 640px) {
  /* line 184, ../sass/_acmcustom.scss */
  .page-title-en {
    font-size: 1.2rem !important;
  }
}
/* line 189, ../sass/_acmcustom.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).ug-slider [class*=column-media].slick-slide {
  padding: 0;
  width: auto;
}

/* line 193, ../sass/_acmcustom.scss */
.ug-slider .slick-slide img {
  width: calc(100% - 2rem);
  padding: 0 1rem;
  height: auto;
  aspect-ratio: 600 / 450;
  object-fit: contain;
}

/* line 200, ../sass/_acmcustom.scss */
.ug-slider .slick-next {
  right: 0;
  height: 30px;
  width: 30px;
  z-index: 100;
}

/* line 206, ../sass/_acmcustom.scss */
.ug-slider .slick-prev {
  left: 0;
  height: 30px;
  width: 30px;
  z-index: 100;
}

/* line 212, ../sass/_acmcustom.scss */
.ug-slider .slick-prev:before, .ug-slider .slick-next:before {
  color: #222;
  font-size: 30px;
}

/* line 216, ../sass/_acmcustom.scss */
.ug-slider .slick-dots {
  height: 60px;
}

/* line 219, ../sass/_acmcustom.scss */
.ug-slider .js-lazy-load {
  transform: translateY(0);
}

/* TOP */
/* line 48, ../sass/style.scss */
.topfeat [class*=column-eximage], .topfeat [class*=column-file], .topfeat [class*=column-image], .topfeat [class*=column-map], .topfeat [class*=column-media], .topfeat [class*=column-module], .topfeat [class*=column-quote], .topfeat [class*=column-street-view], .topfeat [class*=column-video], .topfeat [class*=column-yolp], .topfeat [class*=column-youtube], .topcheckup [class*=column-eximage], .topcheckup [class*=column-file], .topcheckup [class*=column-image], .topcheckup [class*=column-map], .topcheckup [class*=column-media], .topcheckup [class*=column-module], .topcheckup [class*=column-quote], .topcheckup [class*=column-street-view], .topcheckup [class*=column-video], .topcheckup [class*=column-yolp], .topcheckup [class*=column-youtube], .toporth [class*=column-eximage], .toporth [class*=column-file], .toporth [class*=column-image], .toporth [class*=column-map], .toporth [class*=column-media], .toporth [class*=column-module], .toporth [class*=column-quote], .toporth [class*=column-street-view], .toporth [class*=column-video], .toporth [class*=column-yolp], .toporth [class*=column-youtube] {
  margin: 0;
  padding: 0;
}
/* line 51, ../sass/style.scss */
.topfeat [class*=column-eximage] img, .topfeat [class*=column-file] img, .topfeat [class*=column-image] img, .topfeat [class*=column-map] img, .topfeat [class*=column-media] img, .topfeat [class*=column-module] img, .topfeat [class*=column-quote] img, .topfeat [class*=column-street-view] img, .topfeat [class*=column-video] img, .topfeat [class*=column-yolp] img, .topfeat [class*=column-youtube] img, .topcheckup [class*=column-eximage] img, .topcheckup [class*=column-file] img, .topcheckup [class*=column-image] img, .topcheckup [class*=column-map] img, .topcheckup [class*=column-media] img, .topcheckup [class*=column-module] img, .topcheckup [class*=column-quote] img, .topcheckup [class*=column-street-view] img, .topcheckup [class*=column-video] img, .topcheckup [class*=column-yolp] img, .topcheckup [class*=column-youtube] img, .toporth [class*=column-eximage] img, .toporth [class*=column-file] img, .toporth [class*=column-image] img, .toporth [class*=column-map] img, .toporth [class*=column-media] img, .toporth [class*=column-module] img, .toporth [class*=column-quote] img, .toporth [class*=column-street-view] img, .toporth [class*=column-video] img, .toporth [class*=column-yolp] img, .toporth [class*=column-youtube] img {
  width: 100%;
}

/* line 57, ../sass/style.scss */
.topabout img, .sectioncta img {
  width: 100%;
  height: auto;
}

/* line 63, ../sass/style.scss */
.topabout {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  /* line 63, ../sass/style.scss */
  .topabout {
    padding: 40px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 63, ../sass/style.scss */
  .topabout {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 67, ../sass/style.scss */
.topabout h2 {
  flex-basis: 100%;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
  display: none;
}
/* line 91, ../sass/_snippet.scss */
.topabout h2 em {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  display: block;
  color: #c1a36e;
  font-style: normal;
}
/* line 72, ../sass/style.scss */
.topabout .entry-text-unit {
  width: 100%;
}

/* line 76, ../sass/style.scss */
.abouttxt {
  flex-basis: 45%;
}
/* line 78, ../sass/style.scss */
.abouttxt h2 {
  display: block;
}

/* line 82, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit) .abouttxtpic {
  width: 35% !important;
  float: right;
  padding-top: 5px;
}

/* line 87, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic {
  flex-basis: 50%;
  display: grid;
  gap: 16px;
  overflow: hidden;
}
/* line 92, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .column-media-auto {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 97, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .column-media-auto:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
/* line 101, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .column-media-auto:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
/* line 105, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .column-media-auto:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
/* line 109, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .column-media-auto:nth-of-type(4) {
  grid-column: 3/5;
  grid-row: 1/3;
}
/* line 112, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .column-media-auto:nth-of-type(4) img {
  height: 100%;
  object-fit: cover;
}
/* line 117, ../sass/style.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit).aboutpic .clearHidden {
  display: none;
}

/* line 121, ../sass/style.scss */
.btntop, .btntop2 {
  margin-top: 20px;
  width: 100%;
}
/* line 124, ../sass/style.scss */
.btntop a, .btntop2 a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #c1a36e;
  display: inline-block;
  padding: 10px 55px 10px 0;
  line-height: 1.3;
  position: relative;
  border-bottom: 2px solid #fff6e0;
}
/* line 133, ../sass/style.scss */
.btntop a:before, .btntop2 a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 7px;
  font-family: 'Material Symbols Rounded';
  content: '\e941';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #c1a36e;
  transition: .4s;
}
/* line 151, ../sass/style.scss */
.btntop a:after, .btntop2 a:after {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 0;
  margin-top: -22px;
  content: "";
  display: block;
  border-radius: 22px;
  border: 1px solid #c1a36e;
  transition: .4s;
}
/* line 164, ../sass/style.scss */
.btntop a:hover, .btntop2 a:hover {
  color: #b29054;
  border-bottom: 2px solid #c1a36e;
  padding: 10px 45px 10px 10px;
}
/* line 168, ../sass/style.scss */
.btntop a:hover:before, .btntop2 a:hover:before {
  right: -10px;
  opacity: 0;
}
/* line 172, ../sass/style.scss */
.btntop a:hover:after, .btntop2 a:hover:after {
  width: 10px;
  height: 10px;
  right: 17px;
  margin-top: -5px;
  background: #c1a36e;
}

/* line 183, ../sass/style.scss */
.btntop2 a {
  background: #59554d;
  border: 2px solid #59554d;
}
/* line 186, ../sass/style.scss */
.btntop2 a:hover {
  color: #59554d;
}
/* line 188, ../sass/style.scss */
.btntop2 a:hover:before {
  color: #59554d;
}

/* line 195, ../sass/style.scss */
.topknow {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #fff;
}
@media screen and (max-width: 820px) {
  /* line 195, ../sass/style.scss */
  .topknow {
    padding: 40px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 195, ../sass/style.scss */
  .topknow {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 199, ../sass/style.scss */
.topknow .knowttl {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
}
/* line 204, ../sass/style.scss */
.topknow h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  text-align: left;
  padding-right: 170px;
  margin-left: auto;
  margin-right: auto;
}
/* line 91, ../sass/_snippet.scss */
.topknow h2 em {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  display: block;
  color: #c1a36e;
  font-style: normal;
}
/* line 213, ../sass/style.scss */
.topknow h2:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 160px;
  height: 99px;
  background: url(../images/book.png);
  background-size: cover;
}
/* line 224, ../sass/style.scss */
.topknow article {
  flex-basis: 47.5%;
  margin-bottom: 17px;
}
/* line 227, ../sass/style.scss */
.topknow article:nth-of-type(-n+2) {
  padding-top: 20px;
  background: url(../images/knowline.gif) top left no-repeat;
  background-size: 100% auto;
}
/* line 232, ../sass/style.scss */
.topknow article a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 20px;
  padding-right: 30px;
  background: url(../images/knowline.gif) bottom left no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 232, ../sass/style.scss */
  .topknow article a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 239, ../sass/style.scss */
.topknow article a img {
  width: 38%;
  border-radius: 5px;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}
/* line 245, ../sass/style.scss */
.topknow article a .knowtxt {
  flex-basis: 58%;
}
/* line 248, ../sass/style.scss */
.topknow article a h3 {
  color: #222;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 7px;
  transition: .4s;
}
/* line 255, ../sass/style.scss */
.topknow article a p {
  color: #222;
  line-height: 1.4;
  transition: .4s;
}
/* line 261, ../sass/style.scss */
.topknow article a:hover h3, .topknow article a:hover p {
  color: #b29054;
}
/* line 265, ../sass/style.scss */
.topknow article a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Rounded';
  content: '\e941';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 30px;
  line-height: 30px;
  margin-top: -25px;
  color: #c1a36e;
}
/* line 282, ../sass/style.scss */
.topknow article a:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -25px;
  content: "";
  display: block;
  border-radius: 15px;
  background: #fff6e0;
  transition: .4s;
}
/* line 296, ../sass/style.scss */
.topknow article a:hover:before {
  right: -10px;
  opacity: 0;
}
/* line 300, ../sass/style.scss */
.topknow article a:hover:after {
  width: 10px;
  height: 10px;
  right: 12px;
  margin-top: -15px;
  background: #c1a36e;
}

/* line 312, ../sass/style.scss */
.topnews {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
@media screen and (max-width: 820px) {
  /* line 312, ../sass/style.scss */
  .topnews {
    padding: 40px 5%;
  }
}
/* line 318, ../sass/style.scss */
.topnews h2 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #6b6861;
  margin-bottom: 30px;
  text-align: left;
}
/* line 73, ../sass/_snippet.scss */
.topnews h2 em {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  display: block;
  color: #c1a36e;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 73, ../sass/_snippet.scss */
  .topnews h2 em {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 322, ../sass/style.scss */
.topnews article {
  text-align: left;
}
/* line 324, ../sass/style.scss */
.topnews article a {
  display: block;
  border-top: 1px solid #c1a36e;
  border-bottom: 1px solid #c1a36e;
  padding: 30px 40px 30px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: -1px;
}
@media screen and (max-width: 640px) {
  /* line 324, ../sass/style.scss */
  .topnews article a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 333, ../sass/style.scss */
.topnews article a time {
  width: 7em;
  color: #b29054;
  display: block;
}
/* line 338, ../sass/style.scss */
.topnews article a h3 {
  flex: 1;
  color: #222;
  line-height: 1.3;
  transition: .4s;
}
/* line 344, ../sass/style.scss */
.topnews article a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Rounded';
  content: '\e941';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #b29054;
  transition: .4s;
}
/* line 362, ../sass/style.scss */
.topnews article a:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  content: "";
  display: block;
  border-radius: 15px;
  background: #efe0c7;
  transition: .4s;
}
/* line 376, ../sass/style.scss */
.topnews article a:hover h3 {
  color: #c1a36e;
}
/* line 379, ../sass/style.scss */
.topnews article a:hover:before {
  right: -10px;
  opacity: 0;
}
/* line 383, ../sass/style.scss */
.topnews article a:hover:after {
  width: 10px;
  height: 10px;
  right: 12px;
  margin-top: -5px;
  background: #c1a36e;
}
/* line 393, ../sass/style.scss */
.topnews .btntop {
  width: auto;
  display: inline-block;
  margin-top: 40px;
  margin-left: 2em;
}

/* line 401, ../sass/style.scss */
.topsns {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #efe0c7;
}
@media screen and (max-width: 820px) {
  /* line 401, ../sass/style.scss */
  .topsns {
    padding: 40px 5%;
  }
}
/* line 406, ../sass/style.scss */
.topsns h2 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #6b6861;
  margin-bottom: 30px;
  text-align: center;
}
/* line 73, ../sass/_snippet.scss */
.topsns h2 em {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  display: block;
  color: #c1a36e;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 73, ../sass/_snippet.scss */
  .topsns h2 em {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 410, ../sass/style.scss */
.topsns ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  /* line 410, ../sass/style.scss */
  .topsns ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 415, ../sass/style.scss */
.topsns li {
  width: 140px;
}
/* line 417, ../sass/style.scss */
.topsns li a {
  color: #222;
  font-weight: bold;
  text-align: center;
  display: block;
}
/* line 422, ../sass/style.scss */
.topsns li a img {
  width: 50px;
  margin: 0 auto 5px;
  display: block;
}
/* line 427, ../sass/style.scss */
.topsns li a:hover {
  color: #c1a36e;
}

/* line 434, ../sass/style.scss */
.toptopic {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
}
@media screen and (max-width: 820px) {
  /* line 434, ../sass/style.scss */
  .toptopic {
    padding: 40px 5%;
  }
}
/* line 436, ../sass/style.scss */
.toptopic h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
/* line 91, ../sass/_snippet.scss */
.toptopic h2 em {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  display: block;
  color: #c1a36e;
  font-style: normal;
}
/* line 439, ../sass/style.scss */
.toptopic li {
  margin-right: 20px;
  margin-left: 20px;
}
/* line 442, ../sass/style.scss */
.toptopic li a {
  display: block;
}
/* line 445, ../sass/style.scss */
.toptopic li img {
  /*aspect-ratio: 1.414 / 1;*/
  object-fit: cover;
  border-radius: 5px;
}
/* line 450, ../sass/style.scss */
.toptopic li h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #b29054;
  padding-top: 15px;
  text-align: center;
}
/* line 457, ../sass/style.scss */
.toptopic .slick-prev,
.toptopic .slick-next {
  height: 30px !important;
  width: 30px !important;
  z-index: 10 !important;
  border: 2px solid #c1a36e;
  background: #c1a36e;
  border-radius: 17px;
}
/* line 466, ../sass/style.scss */
.toptopic .slick-prev:before,
.toptopic .slick-next:before {
  font-size: 24px !important;
  color: #fff;
  font-family: 'Material Symbols Rounded';
  content: '\ef7d';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  transition: .4s;
}
/* line 479, ../sass/style.scss */
.toptopic .slick-next:before {
  content: '\e941';
}
/* line 482, ../sass/style.scss */
.toptopic .slick-next {
  right: -33px !important;
}
/* line 485, ../sass/style.scss */
.toptopic .slick-prev {
  left: -33px !important;
}
/* line 488, ../sass/style.scss */
.toptopic .slick-prev:hover,
.toptopic .slick-next:hover {
  background: #efe0c7;
  border: 2px solid #efe0c7;
}
/* line 493, ../sass/style.scss */
.toptopic .slick-prev:hover:before,
.toptopic .slick-next:hover:before {
  color: #c1a36e;
}

/* line 498, ../sass/style.scss */
.sectioncta {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #f68e1a;
}
@media screen and (max-width: 820px) {
  /* line 498, ../sass/style.scss */
  .sectioncta {
    padding: 40px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 498, ../sass/style.scss */
  .sectioncta {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 503, ../sass/style.scss */
.sectioncta .ctabtn a {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  color: #f68e1a;
  padding: 20px 15px 20px 75px;
  margin: 30px auto 0;
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
/* line 516, ../sass/style.scss */
.sectioncta .ctabtn a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #ffe4c5;
  font-size: 30px;
  line-height: 60px;
}
/* line 526, ../sass/style.scss */
.sectioncta .ctabtn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 532, ../sass/style.scss */
.ctacontact {
  flex-basis: 47.5%;
  text-align: center;
}
/* line 535, ../sass/style.scss */
.ctacontact h2 {
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
/* line 543, ../sass/style.scss */
.ctacontact .ctatel a {
  color: #fff;
  font-size: 50px;
  font-size: 3rem;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  /* line 543, ../sass/style.scss */
  .ctacontact .ctatel a {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 554, ../sass/style.scss */
.ctacontact .ctatel span {
  font-size: 50px;
  font-size: 3rem;
  vertical-align: sub;
}
@media screen and (max-width: 820px) {
  /* line 554, ../sass/style.scss */
  .ctacontact .ctatel span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* line 560, ../sass/style.scss */
.ctavisit {
  flex-basis: 47.5%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

/* line 567, ../sass/style.scss */
.visitin {
  width: 100%;
  padding: 20px 7.5%;
}
/* line 570, ../sass/style.scss */
.visitin h2 {
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 575, ../sass/style.scss */
.visitin .ctabtn a {
  background: #c1a36e;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}
/* line 580, ../sass/style.scss */
.visitin .ctabtn a span {
  background: #b29054;
}

/* line 586, ../sass/style.scss */
.koinu_summary {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 20px;
  list-style: none;
}
@media screen and (max-width: 640px) {
  /* line 586, ../sass/style.scss */
  .koinu_summary {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 590, ../sass/style.scss */
.koinu_summary li {
  flex-basis: 30%;
  margin-bottom: 20px;
}
/* line 593, ../sass/style.scss */
.koinu_summary li img {
  display: block;
}
/* line 596, ../sass/style.scss */
.koinu_summary li a {
  font-size: 22px;
  font-size: 1.35rem;
  text-align: center;
  font-weight: bold;
}
/* line 600, ../sass/style.scss */
.koinu_summary li a span {
  position: relative;
  display: table;
  padding-right: 25px;
  margin: auto;
}
/* line 605, ../sass/style.scss */
.koinu_summary li a span:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Rounded';
  content: '\e941';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #b29054;
  transition: .4s;
}
/* line 626, ../sass/style.scss */
.koinu_summary li a:hover span:before {
  color: #f68e1a;
}

@media screen and (max-width: 820px) {
  /* line 636, ../sass/style.scss */
  .acms-entry-unit-full:not(.acms-unit-size-inherit) .abouttxtpic {
    width: 30%;
  }

  /* line 639, ../sass/style.scss */
  .topcheckup, .toporth {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 645, ../sass/style.scss */
  .topcheckup .checktn, .toporth .checktn {
    width: 100%;
  }
  /* line 647, ../sass/style.scss */
  .topcheckup .checktn img, .toporth .checktn img {
    height: 340px;
  }
  /* line 651, ../sass/style.scss */
  .topcheckup .checkin, .toporth .checkin {
    width: 85%;
    margin: -70px auto 0;
    padding: 30px 7.5%;
  }
  /* line 655, ../sass/style.scss */
  .topcheckup .checkin h2, .toporth .checkin h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 663, ../sass/style.scss */
  .topabout h2 {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  /* line 669, ../sass/style.scss */
  .abouttxt {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
  /* line 673, ../sass/style.scss */
  .abouttxt h2 {
    display: none;
  }

  /* line 677, ../sass/style.scss */
  .acms-entry-unit-full:not(.acms-unit-size-inherit) .abouttxtpic {
    width: 35%;
    margin-bottom: -30px;
    position: relative;
  }

  /* line 683, ../sass/style.scss */
  .topknow .knowttl {
    text-align: left;
    overflow: hidden;
  }
  /* line 687, ../sass/style.scss */
  .topknow h2 {
    width: 100%;
    padding-right: 100px;
    padding-bottom: 0;
  }
  /* line 691, ../sass/style.scss */
  .topknow h2:after {
    left: 6.5em;
    width: 120px;
    height: 72px;
    z-index: -1;
  }
  /* line 698, ../sass/style.scss */
  .topknow article {
    width: 100%;
    margin-bottom: 17px;
  }
  /* line 701, ../sass/style.scss */
  .topknow article:nth-of-type(-n+2) {
    background: none;
    padding-top: 0;
  }
  /* line 705, ../sass/style.scss */
  .topknow article:nth-of-type(1) {
    padding-top: 20px;
    background: url(../images/knowline.gif) top left no-repeat;
    background-size: 100% auto;
  }
  /* line 710, ../sass/style.scss */
  .topknow article:last-child {
    margin-bottom: 0;
  }
  /* line 713, ../sass/style.scss */
  .topknow article a {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 721, ../sass/style.scss */
  .topnews article a {
    padding: 15px 40px 15px 0;
  }
  /* line 723, ../sass/style.scss */
  .topnews article a h3 {
    font-size: 16px;
    font-size: 1rem;
  }

  /* line 730, ../sass/style.scss */
  .topsns ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 734, ../sass/style.scss */
  .topsns li {
    width: 33%;
  }
  /* line 736, ../sass/style.scss */
  .topsns li a {
    font-size: 13px;
    font-size: .8rem;
  }

  /* line 741, ../sass/style.scss */
  .toptopic {
    overflow: hidden;
  }
  /* line 743, ../sass/style.scss */
  .toptopic .slick-next {
    right: -15px !important;
  }
  /* line 746, ../sass/style.scss */
  .toptopic .slick-prev {
    left: -15px !important;
  }

  /* line 753, ../sass/style.scss */
  .sectioncta .ctabtn a {
    margin-top: 20px;
  }

  /* line 758, ../sass/style.scss */
  .ctacontact {
    padding-bottom: 40px;
  }
  /* line 760, ../sass/style.scss */
  .ctacontact h2 {
    margin-bottom: 20px;
  }
  /* line 764, ../sass/style.scss */
  .ctacontact .ctatel a {
    pointer-events: auto;
  }

  /* line 769, ../sass/style.scss */
  .koinu_summary {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 772, ../sass/style.scss */
  .koinu_summary li {
    flex-basis: 47%;
  }
}
