@charset "UTF-8";
a:link {
  text-decoration: none;
  color: #1a1a1a;
}

a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
a:hover img {
  transition: 0.5s;
  opacity: 0.8;
}

/*                include
======================================================= */
.p-gallery {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  table + .p-gallery,
  .c-image + .p-gallery,
  .p-scrollable + .p-gallery {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  table + .p-gallery,
  .c-image + .p-gallery,
  .p-scrollable + .p-gallery {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading-6 + .p-gallery {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 769px) {
  .c-heading-6 + .p-gallery {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading-5 + .p-gallery {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .c-heading-5 + .p-gallery {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading-4 + .p-gallery {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .c-heading-4 + .p-gallery {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading-3 + .p-gallery {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .c-heading-3 + .p-gallery {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading-2 + .p-gallery,
  .c-heading-2-1 + .p-gallery {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .c-heading-2 + .p-gallery,
  .c-heading-2-1 + .p-gallery {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-page-title + .p-gallery {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .p-page-title + .p-gallery {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-detail-heading + .p-gallery {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .p-detail-heading + .p-gallery {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-sentence + .p-gallery,
  .c-list + .p-gallery {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .c-sentence + .p-gallery,
  .c-list + .p-gallery {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .c-sentence--cap + .p-gallery {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .c-sentence--cap + .p-gallery {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading-bold + .p-gallery {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .c-heading-bold + .p-gallery {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
.p-gallery__inner {
  position: relative;
}

.p-gallery__main {
  position: relative;
  width: 100%;
}
.p-gallery__main.-wide {
  padding-top: 34.5%;
}
@media only screen and (max-width: 768px) {
  .p-gallery__main.-wide {
    padding-top: 50%;
  }
}
.p-gallery__main > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 1s ease 0s, z-index 0s;
  opacity: 0;
  z-index: 0;
}
.p-gallery__main > span.-current {
  transition: all 1s ease 0s, z-index 0s;
  opacity: 1;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .webp .p-gallery__main > span:nth-child(1) {
    background-image: url("../media/images/oimachi-001.jpg");
  }
  .webp .p-gallery__main > span:nth-child(2) {
    background-image: url("../media/images/oimachi-002.jpg");
  }
  .webp .p-gallery__main > span:nth-child(3) {
    background-image: url("../media/images/oimachi-003.jpg");
  }
  .webp .p-gallery__main > span:nth-child(4) {
    background-image: url("../media/images/oimachi-004.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .webp .p-gallery__main > span:nth-child(1) {
    background-image: url("../media/images/oimachi-001_sp.jpg");
  }
  .webp .p-gallery__main > span:nth-child(2) {
    background-image: url("../media/images/oimachi-002_sp.jpg");
  }
  .webp .p-gallery__main > span:nth-child(3) {
    background-image: url("../media/images/oimachi-003_sp.jpg");
  }
  .webp .p-gallery__main > span:nth-child(4) {
    background-image: url("../media/images/oimachi-004_sp.jpg");
  }
}

@media only screen and (min-width: 769px) {
  .no-webp .p-gallery__main > span:nth-child(1) {
    background-image: url("../media/images/oimachi-001.jpg");
  }
  .no-webp .p-gallery__main > span:nth-child(2) {
    background-image: url("../media/images/oimachi-002.jpg");
  }
  .no-webp .p-gallery__main > span:nth-child(3) {
    background-image: url("../media/images/oimachi-003.jpg");
  }
  .no-webp .p-gallery__main > span:nth-child(4) {
    background-image: url("../media/images/oimachi-004.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .no-webp .p-gallery__main > span:nth-child(1) {
    background-image: url("../media/images/oimachi-001_sp.jpg");
  }
  .no-webp .p-gallery__main > span:nth-child(2) {
    background-image: url("../media/images/oimachi-002_sp.jpg");
  }
  .no-webp .p-gallery__main > span:nth-child(3) {
    background-image: url("../media/images/oimachi-003_sp.jpg");
  }
  .no-webp .p-gallery__main > span:nth-child(4) {
    background-image: url("../media/images/oimachi-004_sp.jpg");
  }
}

@media only screen and (min-width: 1025px) {
  .p-gallery__main {
    background: linear-gradient to bottom, #afcc5b, #fff;
  }
}
.p-gallery__item {
  transition: all 1s ease 0s, z-index 0s;
  opacity: 0;
  z-index: 0;
}
.p-gallery__item:first-of-type {
  position: relative;
}
.p-gallery__item:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-gallery__item.-current {
  transition: all 1s ease 0s, z-index 0s;
  opacity: 1;
  z-index: 1;
}
.p-gallery__item > img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .p-gallery__text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery__text {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery__text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery__text {
    margin-top: 13px;
  }
}
.p-gallery__caption {
  width: 100%;
  background-color: #1a1a1a;
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 30px;
  padding: 4px 20px 2px 20px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-gallery__caption {
    font-size: 0.75rem;
  }
}
.browser-is-ie .p-gallery__caption {
  padding: 6px 20px 0px 20px;
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav {
    display: flex;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-right: -5px;
  }
}
.p-gallery__nav > li {
  position: relative;
  width: 100px;
  margin-right: 10px;
  cursor: pointer;
  padding: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-gallery__nav > li {
    background-color: #dddddd;
    border-radius: 50%;
  }
}
.p-gallery__nav > li:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #000;
  opacity: 0;
  border: 3px solid transparent;
  transition: all 0.1s linear;
}
.p-gallery__nav > li > img,
.p-gallery__nav > li > picture {
  display: block;
  width: 100%;
  height: auto;
}
.p-gallery__nav > li:hover:before, .p-gallery__nav > li.-current:before {
  opacity: 1;
  content: "";
  border-color: #0bacba;
  background-color: transparent;
}
.p-gallery__nav.-under-main {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1086px;
}
.p-gallery__nav.-under-main > li:before {
  background-color: rgba(0, 0, 0, 0);
}
.p-gallery__nav.-under-main > li img,
.p-gallery__nav.-under-main > li picture {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav > li {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__nav > li:before {
    opacity: 1;
    background-color: #dddddd;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__nav > li > img {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__nav.-start {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery__nav.-under-main > li {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__nav.-under-main > li {
    width: calc(16.6666% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__nav.-under-main {
    justify-content: center;
  }
}
.p-gallery__title {
  font-weight: bold;
  position: relative;
  z-index: 50000;
  font-size: 34px;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-gallery__title div {
  color: #2d2d2d;
}
.p-gallery__title span {
  display: block;
  line-height: 1.5;
}
.p-gallery__title span.u-fade {
  transform: translateY(100%);
  opacity: 0;
}
.p-gallery__title span.u-fade.is-active {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s;
}
.p-gallery__title .brackets {
  display: inline-block;
  margin: auto 0.25em;
}
.p-gallery__title .quotation {
  display: inline;
  margin: auto 0.15em;
}
.p-gallery__title .u-show-XS,
.p-gallery__title .u-show-S {
  display: none;
}
.p-gallery__title .-en {
  font-size: 1.125rem;
  margin-top: 12px;
}
.p-gallery__title .-en_sp {
  font-size: 1.25rem;
}

@media only screen and (min-width: 1025px) {
  .p-gallery__title {
    color: #fff;
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 1300px) {
  .p-gallery__title {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__title {
    position: relative;
    color: #fff;
    line-height: 1.5;
    font-size: 22px;
    margin-top: 10px;
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__title span + span {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery__title {
    font-size: 20px;
    text-align: center;
  }
  .p-gallery__title span {
    line-height: 1.65;
  }
  .p-gallery__title .u-show-XS {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .p-gallery__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery__title .u-show-S {
    display: block;
  }
}
.p-gallery__title-block {
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 1px 2px 3px #000;
  position: relative;
}
.p-gallery__title-block > div {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .p-gallery__title-block {
    position: absolute;
    padding: 48px 98px 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__title-block {
    background-color: #74b708;
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.p-gallery__title-block:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100vw;
  max-width: 1167px;
  height: 100%;
  background: #74b708;
  background: radial-gradient(ellipse 70% 45% at 35% 50%, rgba(116, 183, 8, 0.6), rgba(116, 183, 8, 0));
}
@media only screen and (max-width: 1115px) {
  .p-gallery__title-block:before {
    background: radial-gradient(ellipse 70% 45% at 50% 50%, rgba(116, 183, 8, 0.6), rgba(116, 183, 8, 0));
  }
}

.p-gallery__info-block {
  line-height: 1;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .p-gallery__info-block {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__info-block {
    position: relative;
    padding: 20px 0 20px;
    flex-direction: column;
  }
}

.p-gallery__info {
  position: relative;
  z-index: 50000;
  color: #fff;
  font-weight: bold;
}
.p-gallery__info.u-fade {
  transform: translateY(100%);
  opacity: 0;
}
.p-gallery__info.u-fade.is-active {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s;
}
.p-gallery__info > span {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding: 0.2em 0.51em 0.3em;
  letter-spacing: 0.02em;
  width: 72px;
  margin-right: 0.8em;
  background-color: #74b708;
  position: relative;
  text-shadow: 1px 1px 5px #000;
  top: -2px;
  box-sizing: border-box;
}
.p-gallery__info > span.-access {
  height: 20px;
}
.p-gallery__info > span.-en {
  width: 104px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.p-gallery__info .p-gallery__info__flex {
  display: flex;
}
.p-gallery__info.-en-m_top {
  margin-top: 8px;
}
@media only screen and (min-width: 1025px) {
  .p-gallery__info {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .p-gallery__info:first-child {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__info {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
  }
  .p-gallery__info span {
    font-size: 12px;
    width: 6em;
    max-width: 6em;
    min-width: 6em;
    text-align: center;
    background-color: #fff;
    color: #74b708;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery__info span.-access {
    width: 98px;
  }
}

.p-gallery__info-text {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 17px;
  padding-bottom: 0.4em;
}
@media only screen and (max-width: 1024px) {
  .p-gallery__info-text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__info-text {
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery__info-text {
    transform: translateY(-0.2em);
    line-height: 1.65;
  }
}

@media only screen and (max-width: 1024px) {
  .p-gallery__panel.u-fade2 {
    opacity: 0;
    visibility: hidden;
  }
  .p-gallery__panel.u-fade2.is-active {
    opacity: 1;
  }
}
#kv_bottom_info {
  position: absolute;
  z-index: 50000;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
}
#kv_bottom_info.js-mv-text5 {
  transform: translateY(100%);
}
#kv_bottom_info.js-mv-text5.is-active {
  transform: translateY(0%);
  transition: all 0.5s;
}
@media only screen and (min-width: 1401px) {
  #kv_bottom_info {
    width: 1100px;
    padding: 15px 18px 15px 98px;
  }
}
@media only screen and (max-width: 1400px) {
  #kv_bottom_info {
    width: 700px;
  }
}
@media only screen and (max-width: 1500px) {
  #kv_bottom_info {
    padding: 15px 40px 15px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #kv_bottom_info {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
}
@media only screen and (max-width: 768px) {
  #kv_bottom_info {
    padding: 15px 10px 15px 10px;
  }
}
#kv_bottom_info .p-gallery__panel-inner {
  display: block;
}
#kv_bottom_info .p-gallery__panel-inner.js-mv-text6 {
  opacity: 0;
}
#kv_bottom_info .p-gallery__panel-inner.js-mv-text6.is-active {
  opacity: 1;
  transition: all 0.5s;
}
@media only screen and (min-width: 1025px) {
  #kv_bottom_info .p-gallery__panel-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#kv_bottom_info .bottom_info_head {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}
#kv_bottom_info .bottom_info_head > p {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1;
  color: #2d2d2d;
  font-size: 17px;
}
#kv_bottom_info .bottom_info_head > p > span {
  color: #74b708;
}
@media only screen and (max-width: 1400px) {
  #kv_bottom_info .bottom_info_head > p {
    font-size: 12px;
  }
}
#kv_bottom_info .bottom_info_head .p-tel-mod {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
#kv_bottom_info .bottom_info_head .p-tel-mod a {
  position: relative;
  display: block;
}
#kv_bottom_info .bottom_info_head .p-tel-mod a:hover {
  color: #1a1a1a;
}
#kv_bottom_info .bottom_info_head .p-tel-mod .phone_number {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin-bottom: -0.1em;
}
@media only screen and (max-width: 1500px) {
  #kv_bottom_info .bottom_info_head .p-tel-mod {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  #kv_bottom_info .bottom_info_head .p-tel-mod {
    text-align: left;
    padding-left: 0px;
  }
  #kv_bottom_info .bottom_info_head .p-tel-mod > a {
    padding-left: 0;
  }
  #kv_bottom_info .bottom_info_head .p-tel-mod .phone_number {
    font-size: 28px;
  }
}
#kv_bottom_info .bottom_info_head .p-tel-mod p {
  font-size: 15px;
  line-height: 1.2;
}
@media only screen and (min-width: 1401px) {
  #kv_bottom_info .bottom_info_head {
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #kv_bottom_info .bottom_info_head {
    padding-top: 15px;
  }
  #kv_bottom_info .bottom_info_head > p {
    font-size: 14px;
  }
}
#kv_bottom_info .p-gallery__action {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #kv_bottom_info .p-gallery__action {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1401px) {
  #kv_bottom_info .p-gallery__action {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
}
@media print, screen and (max-width: 1420px) {
  #kv_bottom_info .p-gallery__action {
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 1601px) {
  #kv_bottom_info .p-gallery__action {
    flex-shrink: 1;
  }
}
#kv_bottom_info .contact_btn {
  margin-left: auto;
}
#kv_bottom_info .contact_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #74b708;
  min-width: 160px;
  font-size: 15px;
  height: 46px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
#kv_bottom_info .contact_btn > a > span {
  position: relative;
  z-index: 1;
  padding-bottom: 0.1em;
}
@media only screen and (min-width: 769px) {
  #kv_bottom_info .contact_btn > a:before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: 0.3;
    transition: all 0.25s;
  }
}
#kv_bottom_info .contact_btn > a:hover:before {
  left: 0%;
  transition: all 0.25s;
}
@media only screen and (max-width: 1400px) {
  #kv_bottom_info .contact_btn > a {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #kv_bottom_info .contact_btn {
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 15px;
  }
  #kv_bottom_info .contact_btn > span {
    font-size: 1rem;
    color: #fff;
  }
}
@media only screen and (min-width: 1401px) {
  #kv_bottom_info .contact_btn {
    box-sizing: border-box;
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__panel.is-active {
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__panel.-en {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 1420px) {
  .p-gallery__panel.-en {
    max-width: 65%;
  }
}

.browser-is-ie .p-gallery__panel {
  box-sizing: border-box;
}

.browser-is-ie .p-gallery__action .c-button {
  padding-top: 10px;
  padding-bottom: 6px;
}

.p-gallery.-top {
  position: relative;
  z-index: 1;
}
.p-gallery.-top .p-gallery__main {
  padding-top: 0;
}
.p-gallery.-top .p-gallery__main > span {
  background-position: 50% 50%;
}
.p-gallery.-top .p-gallery__main > span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  opacity: 0.3;
  background: linear-gradient(to bottom, transparent, #000);
}
.p-gallery.-top .p-gallery__nav > li {
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  overflow: hidden;
}
.p-gallery.-top .p-gallery__nav > li > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .p-gallery.-top .p-gallery__main {
    height: 50vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery.-top .p-gallery__main {
    height: 50vh;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-top .p-gallery__main {
    height: 88vh;
    min-height: 450px;
    max-height: 820px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-top .p-gallery__main > span::after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-top .p-gallery__main > span::after {
    height: 560px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-top .p-gallery__nav {
    margin-top: 0;
    padding-left: 4.6875%;
    padding-top: 24px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-top .p-gallery__nav {
    position: absolute;
    margin-top: -22px;
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-top .p-gallery__nav > li {
    width: 60px;
    height: 60px;
  }
}
/* SPでのNEXT / PREVボタン */
@media only screen and (max-width: 1024px) {
  .p-gallery__trigger {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__trigger {
    display: none;
  }
}
.p-gallery__trigger li {
  width: 24px;
  height: 36px;
}
.p-gallery__trigger button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  border: none;
  cursor: pointer;
}
.p-gallery__trigger button:before, .p-gallery__trigger button:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  content: "";
}
.p-gallery__trigger button.-left:before, .p-gallery__trigger button.-left:after {
  left: 45%;
}
.p-gallery__trigger button.-left:before {
  transform: translate(-50%, calc(-50% - 3px)) rotate(-45deg);
}
.p-gallery__trigger button.-left:after {
  transform: translate(-50%, calc(-50% + 3px)) rotate(45deg);
}
.p-gallery__trigger button.-right:before, .p-gallery__trigger button.-right:after {
  left: 55%;
}
.p-gallery__trigger button.-right:before {
  transform: translate(-50%, calc(-50% - 3px)) rotate(-135deg);
}
.p-gallery__trigger button.-right:after {
  transform: translate(-50%, calc(-50% + 3px)) rotate(135deg);
}

.p-gallery.-room, .p-gallery.-catering {
  background-color: transparent;
}
.p-gallery.-measures .p-gallery__nav {
  margin-top: 16px;
  position: relative;
}
.p-gallery.-measures .p-gallery__nav::before {
  content: "座席間隔";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}
.p-gallery.-measures .p-gallery__nav > li {
  width: auto;
}
.p-gallery.-measures .p-gallery__nav > li img {
  width: auto;
}
.p-gallery.-measures .p-gallery__nav > li::before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-gallery.-measures .p-gallery__nav > li.-current::before {
  background-color: transparent;
  opacity: 1;
}
.p-gallery.-measures .p-gallery__nav > li.-current .-number {
  color: #74b708;
}
.p-gallery.-measures .p-gallery__nav > li .-number {
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 0.8;
}

@media only screen and (min-width: 1025px) {
  .p-gallery.-room .p-gallery__nav {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery.-room {
    position: relative;
  }
  .p-gallery.-room .c-sentence.-room {
    position: absolute;
    bottom: -14px;
    right: 0;
  }
  .p-gallery.-room .c-sentence.-room .p-floor-map__nav-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .p-gallery.-room .c-sentence.-room .p-floor-map__nav-link span {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .p-gallery.-room .c-sentence.-room .p-floor-map__nav-panorama {
    margin-left: 4px;
  }
  .p-gallery.-room .c-sentence.-room .p-floor-map__nav-panorama::before {
    top: 2px;
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-catering .p-gallery__nav {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-catering .p-gallery__nav > li {
    width: 114px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-measures {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1025px) {
  .c-heading-5 + .p-gallery.-measures {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-measures .p-gallery__nav {
    padding-top: 0;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-measures .p-gallery__nav {
    padding-left: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery.-measures .p-gallery__nav::before {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery.-measures .p-gallery__nav::before {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-measures .p-gallery__nav > li {
    height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-measures .p-gallery__nav > li {
    height: 57px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-measures .p-gallery__nav > li img {
    display: block;
    height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-measures .p-gallery__nav > li img {
    height: 57px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-measures .p-gallery__nav > li::before {
    border-radius: 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-measures .p-gallery__nav > li::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery.-measures .p-gallery__nav > li:hover::before {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery.-measures .p-gallery__nav > li .-number {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-gallery__panorama {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .p-gallery__panorama {
    position: absolute;
    bottom: 100px;
    right: 20px;
    z-index: 2;
    width: 320px;
  }
}
.p-gallery__panorama-inner {
  background-color: #1a1a1a;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  transition: background-color 0.7s ease;
}
.p-gallery__panorama-inner:hover {
  background-color: #8ac9c4;
  transition: background-color 0.2s ease;
}
.p-gallery__panorama-inner:hover .p-gallery__panorama-text-name {
  color: #1a1a1a;
}

@media only screen and (min-width: 1025px) {
  .p-gallery__panorama-inner + .p-gallery__panorama-inner {
    margin-top: 10px;
  }
}
.p-gallery__panorama-img {
  width: 107px;
  height: 70px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.p-gallery__panorama-img > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.p-gallery__panorama-img::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.263%22%20height%3D%2254.028%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cg%20stroke-width%3D%222%22%3E%3Cg%3E%3Cpath%20d%3D%22M13.535%2025.45a3.313%203.313%200%20013.313-3.312h0a3.313%203.313%200%20010%206.625h0a3.312%203.312%200%20013.312%203.312v-.191a3.313%203.313%200%2001-3.312%203.313h0a3.313%203.313%200%2001-3.313-3.313%22%2F%3E%3Cpath%20%20d%3D%22M29.747%2025.45a3.313%203.313%200%2000-3.312-3.312h0a3.313%203.313%200%2000-3.312%203.312v6.434a3.313%203.313%200%20003.312%203.313h0a3.313%203.313%200%20003.312-3.313v-.248a3.313%203.313%200%2000-3.312-3.312h0a3.313%203.313%200%2000-3.312%203.312%22%2F%3E%3Cpath%20d%3D%22M39.335%2031.884a3.313%203.313%200%2001-3.313%203.313h0a3.312%203.312%200%2001-3.312-3.313V25.45a3.312%203.312%200%20013.312-3.312h0a3.313%203.313%200%20013.313%203.312z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M42.127%2022.138v1.879%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.299%2027.376A24.616%2024.616%200%200133.246%204.795%22%2F%3E%3Cpath%20d%3D%22M39.906%2049.413A24.6%2024.6%200%20013.14%2034.9%22%2F%3E%3Cpath%20d%3D%22M39.904%207.654a24.614%2024.614%200%20014.362%2038.272%22%2F%3E%3Cpath%20d%3D%22M30.857%201.035l2.39%203.76-4.111%202.31%22%2F%3E%3Cpath%20d%3D%22M48.72%2045.801l-4.454.12.127-4.711%22%2F%3E%3Cpath%20d%3D%22M1.017%2038.819l2.123-3.917%204.016%202.465%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\a%20%20");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.p-gallery__panorama-img::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #000;
  opacity: 0.3;
  border: 3px solid transparent;
  transition: all 0.1s linear;
}

.p-gallery__panorama-text .c-blank {
  margin-left: 10px;
}
.p-gallery__panorama-text .c-blank::after {
  width: 7px;
  height: 6px;
  right: 8px;
  top: 3px;
}
.p-gallery__panorama-text .c-blank::before {
  width: 7px;
  height: 6px;
  bottom: 1px;
  left: -3px;
}

.p-gallery__panorama-link {
  display: block;
}

.p-gallery__panorama-text-top,
.p-gallery__panorama-text-bottom,
.p-gallery__panorama-text-name {
  color: #fff;
  display: block;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-gallery__panorama-text-top,
  .p-gallery__panorama-text-bottom,
  .p-gallery__panorama-text-name {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media only screen and (min-width: 769px) {
  .p-gallery__panorama-text-top,
  .p-gallery__panorama-text-bottom,
  .p-gallery__panorama-text-name {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
.p-gallery__panorama-text-top {
  font-size: 0.6875rem;
}

.p-gallery__panorama-text-bottom {
  line-height: 1.4;
  font-size: 0.9375rem;
}
.p-gallery__panorama-text-bottom span {
  font-size: 1.25rem;
}
.p-gallery__panorama-text-bottom .c-blank::before, .p-gallery__panorama-text-bottom .c-blank::after {
  transition: background-color 0.4s ease, border-color 0.2s ease;
}

.p-gallery__panorama-inner:hover .p-gallery__panorama-text-bottom .c-blank::before {
  border-color: #1a1a1a;
  transition: border-color 0.2s ease;
}
.p-gallery__panorama-inner:hover .p-gallery__panorama-text-bottom .c-blank::after {
  background-color: #1a1a1a;
  transition: background-color 0.2s ease;
}

.p-gallery__panorama-text-bottom .p-gallery__panorama-text-bottom__desc--en {
  font-size: 0.75rem;
  display: block;
}

.p-gallery__panorama-text-name {
  color: #74b708;
  font-size: 0.875rem;
  line-height: 1;
}

.p-gallery__panorama-sp {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.p-gallery__grand-open {
  width: 528px;
  margin-bottom: 1.05em;
  background-color: #74b708;
  padding: 0px 0 6px;
}
.p-gallery__grand-open.u-fade {
  opacity: 0;
}
.p-gallery__grand-open.u-fade.is-active {
  opacity: 1;
  transition: all 0.35s;
}
.p-gallery__grand-open p {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 2px 12px #000;
  letter-spacing: 0.05em;
  padding: 0 0.8em;
}
.p-gallery__grand-open p > span {
  margin: auto 0.15em;
}
.p-gallery__grand-open img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .p-gallery__grand-open {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
  }
  .p-gallery__grand-open > div {
    padding-left: 4.6875%;
    display: inline-block;
    background-color: #fff;
  }
  .p-gallery__grand-open p {
    margin-left: 4.6875vw;
    font-size: 26px;
    text-shadow: 1px 2px 2px #000;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.015em;
    padding: 0.1em 0.5em 0.2em 0;
    color: #74b708;
    margin: auto;
  }
  .p-gallery__grand-open p > span {
    margin: auto 0.05em;
  }
}
@media only screen and (max-width: 768px) {
  .p-gallery__grand-open {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
  .p-gallery__grand-open > div {
    margin: auto;
    display: block;
    text-align: center;
  }
  .p-gallery__grand-open p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .p-gallery__grand-open p {
    font-size: 18px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 350px) {
  .p-gallery__grand-open p {
    font-size: 6.3vw;
  }
}

@media only screen and (max-width: 1024px) {
  .p-gallery__grand-open img {
    width: 100%;
  }
}
.home_section {
  padding: 90px 0 90px;
}
@media only screen and (max-width: 1115px) {
  .home_section {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .home_section {
    padding: 60px 0 0;
  }
}
/*                section
======================================================= */
.home_section_title {
  color: #74b708;
  text-align: center;
}
.home_section_title h2 {
  font-size: 25px;
  line-height: 1.1;
}
.home_section_title h2 > span {
  display: inline-block;
  padding-left: 2.25em;
  position: relative;
}
.home_section_title h2 > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 0.5em;
  height: 1.2em;
  transform: translate(-100%, -50%);
  background: #74b708;
}
@media only screen and (max-width: 1024px) {
  .home_section_title h2 {
    font-size: 20px;
  }
  .home_section_title h2 > span {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .home_section_title h2 {
    font-size: 18px;
  }
  .home_section_title h2 > span {
    padding-left: 1.5em;
  }
  .home_section_title h2 > span:before {
    width: 0.4em;
  }
}
@media only screen and (max-width: 480px) {
  .home_section_title h2 {
    font-size: 18px;
  }
  .home_section_title h2 > span {
    padding-left: 1.25em;
  }
}

.section_read {
  padding: 1.5em 0;
}
.section_read p {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
  letter-spacing: 0.015em;
  line-height: 1.5;
}
.section_read p > span {
  display: inline-block;
}
.section_read p.sub_text {
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .section_read p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section_read {
    padding: 0.75em 0 1.25em;
  }
  .section_read p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .section_read p {
    font-size: 16px;
  }
}
.section_read.section_catch p {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .section_read p {
    font-size: 16px;
  }
}

/*                #intro
======================================================= */
.home-block-intro {
  padding-top: 72px;
}
.home-block-intro + .home-block-intro {
  padding-top: 100px;
}
@media only screen and (max-width: 1115px) {
  .home-block-intro {
    padding-top: 30px;
  }
  .home-block-intro + .home-block-intro {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .home-block-intro {
    padding-top: 0px;
  }
  .home-block-intro + .home-block-intro {
    padding-top: 30px;
  }
}

.intro_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.intro_title h2 > span {
  display: block;
}
.intro_title .title_01 {
  font-size: 31px;
  color: #74b708;
}
.intro_title .title_01 .brackets {
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.intro_title .title_02 {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: 0.085em;
}
.intro_title .title_02 .brackets {
  margin-left: -0.1em;
  margin-right: -0.1em;
}
@media only screen and (max-width: 1115px) {
  .intro_title .title_01 {
    font-size: 28px;
  }
  .intro_title .title_02 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .intro_title {
    padding-bottom: 20px;
  }
  .intro_title .title_01 {
    font-size: 20px;
  }
  .intro_title .title_02 {
    margin-top: 0.5em;
    font-size: 22px;
  }
  .intro_title .title_02 > span {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .intro_title .title_01 > span,
  .intro_title .title_02 > span {
    display: block;
  }
  .intro_title .title_01 .brackets,
  .intro_title .title_02 .brackets {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro_bar_title {
  margin-bottom: 40px;
}
.intro_bar_title p {
  margin: auto;
  width: 100%;
  max-width: 33.6em;
  padding: 0.6em 0.5em 0.6em;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #74b708;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1115px) {
  .intro_bar_title {
    margin-bottom: 30px;
  }
  .intro_bar_title p {
    padding: 0.4em 0.5em;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .intro_bar_title {
    margin-bottom: 20px;
  }
  .intro_bar_title p {
    font-size: 16px;
  }
  .intro_bar_title p > span > span {
    display: inline-block;
  }
}

.intro_images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
}
.intro_images > div img,
.intro_images > div picture {
  display: block;
  width: 100%;
  height: auto;
}

.intro_catch_title {
  margin-bottom: 1em;
}
.intro_catch_title p {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 0.5em;
}
.intro_catch_title p .brackets {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.intro_catch_title p > span {
  width: 50%;
  text-align: right;
  color: #74b708;
  margin-right: 1.25em;
}
.intro_catch_title p > span + span {
  text-align: left;
  color: #1a1a1a;
  margin-right: auto;
}
@media only screen and (max-width: 1115px) {
  .intro_catch_title p {
    font-size: 24px;
  }
  .intro_catch_title p > span {
    margin-right: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  .intro_catch_title {
    margin-bottom: 30px;
  }
  .intro_catch_title p {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 1.5;
  }
  .intro_catch_title p > span {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    margin-right: 0.5em;
  }
  .intro_catch_title p > span + span {
    text-align: center;
    text-indent: -0.5em;
  }
}

.intro_read {
  margin: 1.5em auto 0.5em;
}
.intro_read p {
  line-height: 1.7;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.005em;
}
.intro_read p > span {
  display: block;
}
@media only screen and (max-width: 1115px) {
  .intro_read p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .intro_read p {
    font-size: 16px;
    text-align: left;
  }
}

.intro_access_into {
  background-color: #f7f6f6;
  padding: 10px 0;
}

.intro_access_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -37px;
  margin-right: -37px;
}
.intro_access_flex > div {
  background-color: #fff;
  width: 33.3333%;
  padding-left: 37px;
  padding-right: 37px;
}
@media only screen and (max-width: 1300px) {
  .intro_access_flex {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
  }
  .intro_access_flex > div {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro_access_flex {
    margin-left: auto;
    margin-right: auto;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #fff;
  }
  .intro_access_flex > div {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .intro_access_flex > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .intro_access_flex > div {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
}

.intro_access_cont {
  padding: 12px 0;
}
.intro_access_cont .thumb {
  position: relative;
}
.intro_access_cont .thumb .caption {
  position: absolute;
  right: 1.15em;
  bottom: 0.7em;
  line-height: 1.1;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 2px 2px #000;
}
.intro_access_cont .thumb img,
.intro_access_cont .thumb picture {
  width: 100%;
  display: block;
  height: auto;
}
.intro_access_cont .text {
  padding: 1.2em 0 0;
}
.intro_access_cont .text .access_dt {
  padding-bottom: 0.5em;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #e4e4e4;
}
.intro_access_cont .text .access_dt > span {
  position: relative;
  display: block;
  padding-left: 1.35em;
}
.intro_access_cont .text .access_dt > span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0.2em);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #74b708;
}
.intro_access_cont .text .access_dd {
  margin-top: 0.2em;
  font-size: 26px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.intro_access_cont .text .access_dd .time {
  letter-spacing: 0.1em;
}
.intro_access_cont .text.haneda .access_dd {
  padding: 0.2em 0;
}
.intro_access_cont .text.haneda .access_dd > span {
  font-size: 20px;
}
.intro_access_cont .text.haneda .access_dd > span.time {
  font-size: 19px;
}
@media only screen and (max-width: 1300px) {
  .intro_access_cont .text .access_dt {
    font-size: 1.225vw;
  }
  .intro_access_cont .text .access_dd {
    font-size: 2vw;
  }
  .intro_access_cont .text.haneda .access_dd > span {
    font-size: 1.6vw;
  }
  .intro_access_cont .text.haneda .access_dd > span.time {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro_access_cont .text .access_dt {
    font-size: 16px;
    text-align: center;
  }
  .intro_access_cont .text .access_dt > span {
    display: inline-block;
  }
  .intro_access_cont .text .access_dd {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .intro_access_cont .text .access_dd > span {
    display: inline;
  }
  .intro_access_cont .text.haneda .access_dd > span {
    font-size: 18px;
  }
  .intro_access_cont .text.haneda .access_dd > span.time {
    display: inline-block;
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .intro_access_cont .text .access_dt {
    font-size: 18px;
  }
  .intro_access_cont .text .access_dt > span {
    display: inline-block;
  }
  .intro_access_cont .text .access_dd {
    font-size: 22px;
  }
  .intro_access_cont .text .access_dd > span {
    display: inline;
  }
  .intro_access_cont .text.haneda .access_dd > span {
    font-size: 22px;
  }
  .intro_access_cont .text.haneda .access_dd > span.time {
    font-size: 22px;
  }
}

/*                #features
======================================================= */
#features {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #features {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  #features {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
#features .caution {
  margin-top: 64px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
}

.features_head {
  background-color: #f7f6f6;
}

.features_head_copy {
  display: flex;
  justify-content: center;
}
.features_head_copy p {
  text-align: center;
  margin: 18px auto;
  font-size: 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 769px) {
  .features_head_copy p {
    background-color: #74b708;
    padding: 0.25em 0.75em 0.35em;
    color: #fff;
  }
}
.features_head_copy p > span > span {
  display: inline-block;
}
.features_head_copy p.sub {
  background-color: transparent;
  color: #1a1a1a;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .features_head_copy p.sub {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1300px) {
  .features_head_copy p {
    margin: 0.5em auto;
    font-size: 32px;
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .features_head_copy .main_width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .features_head_copy p {
    color: #74b708;
    margin: 0.5em auto;
    font-size: 21px;
  }
  .features_head_copy p > span > span {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .features_head_copy p {
    margin: 0.5em auto;
    font-size: 4.25vw;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 350px) {
  .features_head_copy p {
    font-size: 4.5vw;
  }
}

.features_head_title {
  background-color: #74b708;
  text-align: center;
  color: #fff;
}
.features_head_title .head_title_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features_head_title .head_title_flex p {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
}
.features_head_title .head_title_flex p > span {
  display: block;
}
.features_head_title .head_title_flex h2 {
  padding: 0.2em 0.5em;
  text-align: left;
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  transform: skewX(-11.5deg);
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1300px) {
  .features_head_title .head_title_flex p {
    font-size: 1.8vw;
  }
  .features_head_title .head_title_flex h2 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .features_head_title .head_title_flex {
    padding: 10px 0;
    display: block;
  }
  .features_head_title .head_title_flex p {
    font-size: 16px;
  }
  .features_head_title .head_title_flex h2 {
    padding: 0.1em 0;
    text-align: center;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .features_head_title .head_title_flex {
    padding: 10px 0;
  }
  .features_head_title .head_title_flex p {
    font-size: 14px;
  }
  .features_head_title .head_title_flex h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 350px) {
  .features_head_title .head_title_flex {
    padding: 10px 0;
  }
  .features_head_title .head_title_flex p {
    font-size: 14px;
    font-size: 4.25vw;
  }
  .features_head_title .head_title_flex h2 {
    font-size: 7.5vw;
  }
}

.feature_detail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
  padding: 115px 0 142px;
  position: relative;
}
@media only screen and (max-width: 1115px) {
  .feature_detail {
    padding: 100px 0 120px;
  }
}
@media only screen and (max-width: 768px) {
  .feature_detail {
    padding: 50px 0 30px;
  }
}
.feature_detail .detail_head {
  position: relative;
  padding-left: 170px;
  /*
  @include media480 {
    padding-left: 60px;
    .num{
      left: -17px;
      width: 60px;
      height: 54px;
      &:before{
        width: 3px;
      }
      span{
        font-size: 26px;
      }
    }
  }
  */
}
.feature_detail .detail_head .js-animation {
  transform: translateY(50%);
  opacity: 0;
}
.feature_detail .detail_head .js-animation.is-active {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s;
}
.feature_detail .detail_head .num {
  position: absolute;
  left: 40px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 74px;
}
.feature_detail .detail_head .num:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #74b708;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.feature_detail .detail_head .num span {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 60px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  transform: skewX(-11.5deg);
  color: #74b708;
}
@media only screen and (max-width: 1115px) {
  .feature_detail .detail_head {
    padding-left: 130px;
  }
  .feature_detail .detail_head .num {
    left: 0px;
    width: 100px;
  }
  .feature_detail .detail_head .num span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .feature_detail .detail_head {
    padding-left: 90px;
  }
  .feature_detail .detail_head .num {
    left: -20px;
    width: 80px;
    height: 60px;
  }
  .feature_detail .detail_head .num:before {
    width: 3px;
  }
  .feature_detail .detail_head .num span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .feature_detail .detail_head {
    padding-left: 0;
  }
  .feature_detail .detail_head .num {
    position: relative;
    left: auto;
    width: 100%;
    height: 50px;
    margin-bottom: 2em;
  }
  .feature_detail .detail_head .num:before {
    width: 1.6em;
    height: 2px;
    top: auto;
    bottom: -0.5em;
    right: 50%;
    transform: translateX(50%);
  }
  .feature_detail .detail_head .num span {
    font-size: 44px;
    text-indent: 0.15em;
  }
}
.feature_detail .detail_title + div {
  margin-top: 1em;
}
.feature_detail .detail_title .brackets {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.feature_detail .detail_title .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.feature_detail .detail_title .icon {
  font-size: 20px;
  font-weight: 700;
  background: #74b708;
  color: #fff;
  line-height: 1.1;
  padding: 0.2em 0.75em 0.25em;
  border-radius: 7px;
  margin-right: 1em;
  min-width: 14em;
  text-align: center;
}
.feature_detail .detail_title .catch {
  font-size: 20px;
  font-weight: 700;
  color: #74b708;
}
.feature_detail .detail_title .catch > span > span {
  display: inline-block;
}
.feature_detail .detail_title > h3 {
  font-size: 30px;
  font-weight: 500;
  padding: 0.3em 0;
}
.feature_detail .detail_title > h3.indent {
  margin-left: -0.25em;
}
@media only screen and (max-width: 1115px) {
  .feature_detail .detail_title .meta {
    display: block;
  }
  .feature_detail .detail_title .icon {
    display: inline-block;
    margin-bottom: 0.3em;
    font-size: 16px;
    border-radius: 6px;
    margin-right: auto;
  }
  .feature_detail .detail_title .catch {
    font-size: 18px;
  }
  .feature_detail .detail_title > h3 {
    font-size: 24px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .feature_detail .detail_title .icon {
    font-size: 14px;
    border-radius: 4px;
    margin-right: auto;
  }
  .feature_detail .detail_title > h3 {
    font-size: 22px;
    padding: 0.15em 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .feature_detail .detail_title {
    text-align: center;
  }
  .feature_detail .detail_title + div {
    margin-top: 1.5em;
  }
  .feature_detail .detail_title .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 19px;
    border-radius: 6px;
    margin-bottom: 0.8em;
    padding: 0.2em 0.15em 0.25em;
  }
  .feature_detail .detail_title .icon > span > span {
    display: inline-block;
  }
  .feature_detail .detail_title .catch {
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 -0.5em;
  }
  .feature_detail .detail_title > h3 {
    text-align: center;
    font-size: 19px;
    padding: 0.5em 0 0;
    line-height: 1.5;
    margin: 0 -0.75em;
  }
}
@media only screen and (max-width: 350px) {
  .feature_detail .detail_title {
    text-align: center;
  }
  .feature_detail .detail_title .catch > span > span {
    display: inline-block;
  }
  .feature_detail .detail_title > h3 > span > span {
    display: inline-block;
  }
  .feature_detail .detail_title > h3 > span > span.sp_none {
    display: none;
  }
}
.feature_detail .detail_text {
  font-size: 18px;
}
.feature_detail .detail_text p {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1115px) {
  .feature_detail .detail_text {
    font-size: 16px;
  }
}
.feature_detail .detail_link {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #2d2d2d;
  border-radius: 8px;
  min-width: 360px;
  min-height: 52px;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .feature_detail .detail_link:hover {
    opacity: 0.7 !important;
  }
}
@media only screen and (max-width: 767px) {
  .feature_detail .detail_link {
    min-width: auto;
    width: 100%;
  }
}
.feature_detail .detail_link span {
  font-size: 16px;
  color: white;
}
.feature_detail .en_title {
  text-align: center;
  color: #c8e591;
  position: absolute;
  right: 0;
  white-space: nowrap;
  bottom: 12px;
  line-height: 1em;
  font-size: 60px;
  font-weight: 600;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
}
@media only screen and (max-width: 1700px) {
  .feature_detail .en_title {
    right: 20px;
  }
}
@media only screen and (max-width: 1115px) {
  .feature_detail .en_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .feature_detail .en_title {
    display: none;
  }
}
.feature_detail .en_title.--center {
  right: 40%;
}

.feature_image {
  background-color: #fcfff6;
}
.feature_image .image_cont {
  margin: 0;
  background-color: #fff;
}
.feature_image .image_cont img {
  display: block;
  width: 100%;
  height: auto;
}
.feature_image .text_cont {
  text-align: center;
  padding: 0.35em 0 0.5em;
  color: #74b708;
}
.feature_image .text_cont p.main {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.feature_image .text_cont p.main > span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.feature_image .text_cont p.main > span:before, .feature_image .text_cont p.main > span:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.3em;
  height: 2px;
  line-height: 0.05em;
  top: 50%;
  transform: translateY(-50%);
  background: #74b708;
}
.feature_image .text_cont p.main > span:before {
  left: 0;
}
.feature_image .text_cont p.main > span:after {
  right: 0;
}
.feature_image .text_cont p.sub {
  font-weight: 700;
  font-size: 22px;
  padding: 0.3em 0;
}
.feature_image .text_cont p.en {
  font-size: 15px;
}
@media only screen and (max-width: 1115px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }
  .feature_image .text_cont p.main {
    font-size: 26px;
  }
  .feature_image .text_cont p.sub {
    font-size: 22px;
  }
  .feature_image .text_cont p.en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }
  .feature_image .text_cont p.main {
    font-size: 22px;
  }
  .feature_image .text_cont p.sub {
    font-size: 16px;
    padding: 0.15em 0;
  }
  .feature_image .text_cont p.en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }
  .feature_image .text_cont p.main {
    font-size: 18px;
  }
  .feature_image .text_cont p.sub {
    font-size: 13px;
    padding: 0.15em 0;
  }
  .feature_image .text_cont p.en {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }
  .feature_image .text_cont p.main {
    font-size: 20px;
  }
  .feature_image .text_cont p.sub {
    font-size: 14px;
    padding: 0.15em 0;
  }
  .feature_image .text_cont p.en {
    font-size: 12px;
  }
}
.feature_image.twin_image {
  display: flex;
}
.feature_image.twin_image > div {
  width: 50%;
}
.feature_image.twin_image.--big-right > div {
  width: 40%;
}
.feature_image.twin_image.--big-right > div + div {
  width: 60%;
}
.feature_image.twin_image.--big-left > div {
  width: 64.791%;
}
.feature_image.twin_image.--big-left > div + div {
  width: 35.209%;
}
@media only screen and (max-width: 350px) {
  .feature_image.twin_image {
    display: block;
  }
  .feature_image.twin_image > div {
    width: 100%;
  }
  .feature_image.twin_image > div + div {
    margin-top: 15px;
  }
}
.feature_image.three_image {
  display: flex;
  flex-wrap: wrap;
}
.feature_image.three_image > div {
  width: 33.3333%;
}
@media only screen and (max-width: 350px) {
  .feature_image.three_image > div {
    width: 100%;
  }
  .feature_image.three_image > div + div {
    width: 50%;
  }
}
.feature_image.tripleset_image {
  display: flex;
  flex-wrap: wrap;
}
.feature_image.tripleset_image > div {
  width: 60%;
}
.feature_image.tripleset_image > div + div {
  width: 40%;
}
.feature_image.slidein_cont.js-animation {
  position: relative;
}
.feature_image.slidein_cont.js-animation .image_cont {
  overflow: hidden;
}
.feature_image.slidein_cont.js-animation .image_cont picture,
.feature_image.slidein_cont.js-animation .image_cont > img {
  display: block;
}
.feature_image.slidein_cont.js-animation:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #f7f6f6;
  z-index: 1;
}
.feature_image.slidein_cont.js-animation.left_image:before {
  left: 0;
}
.feature_image.slidein_cont.js-animation.right_image:before {
  right: 0;
}
.feature_image.slidein_cont.js-animation.is-active:before {
  width: 0%;
  transition: all 0.35s;
}
@media only screen and (min-width: 1025px) {
  .feature_image.slidein_cont {
    display: flex;
  }
  .feature_image.slidein_cont.left_image {
    justify-content: flex-start;
  }
  .feature_image.slidein_cont.right_image {
    justify-content: flex-end;
  }
  .feature_image.slidein_cont .image_cont {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .feature_image.slidein_cont .image_cont {
    width: 100%;
  }
}
.feature_image.thumbs_cont {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.feature_image.thumbs_cont > div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .feature_image.thumbs_cont {
    display: block;
  }
  .feature_image.thumbs_cont > div {
    width: 100%;
  }
}
.feature_image.thumbs_cont .thumbs_set {
  display: flex;
  flex-wrap: wrap;
}
.feature_image.thumbs_cont .thumbs_set > div {
  width: 50%;
}
.feature_image.thumbs_cont .thumbs_set .text_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8%;
  height: 100%;
  align-content: center;
  text-align: left;
}
.feature_image.thumbs_cont .thumbs_set .text_inner h4,
.feature_image.thumbs_cont .thumbs_set .text_inner p {
  text-align: left;
  width: 100%;
}
.feature_image.thumbs_cont .thumbs_set .text_inner h4 {
  font-size: 1.3725vw;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.1em;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
.feature_image.thumbs_cont .thumbs_set .text_inner h4:before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1px;
  bottom: 0;
  background: #1a1a1a;
}
.feature_image.thumbs_cont .thumbs_set .text_inner h4 > span {
  display: block;
}
.feature_image.thumbs_cont .thumbs_set .text_inner h4 > span > span {
  display: inline-block;
}
.feature_image.thumbs_cont .thumbs_set .text_inner p.en {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
  letter-spacing: -0.075em;
  font-size: 1.003vw;
}
@media only screen and (min-width: 1920px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 26px;
  }
  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1115px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 1.5vw;
  }
  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 1.15vw;
  }
}
@media only screen and (max-width: 768px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 3.294vw;
  }
  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner {
    padding: 10px;
  }
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 14px;
    line-height: 1.35;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
  }
  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 10px;
  }
}
.feature_image.thumbs_cont .thumbs_set.image_left .thumbs_text {
  order: 2;
}
.feature_image.thumbs_cont .thumbs_set.image_left .thumbs_image {
  order: 1;
}
.feature_image.thumbs_cont .thumbs_set.image_left .text_inner h4,
.feature_image.thumbs_cont .thumbs_set.image_left .text_inner p {
  text-align: left;
}
.feature_image.thumbs_cont .thumbs_set.image_left .text_inner h4:before {
  left: 0.1em;
}
.feature_image.thumbs_cont .thumbs_set.image_right .thumbs_text {
  order: 1;
}
.feature_image.thumbs_cont .thumbs_set.image_right .thumbs_image {
  order: 2;
}
.feature_image.thumbs_cont .thumbs_set.image_right .text_inner h4,
.feature_image.thumbs_cont .thumbs_set.image_right .text_inner p {
  text-align: left;
}
.feature_image.thumbs_cont .thumbs_set.image_right .text_inner h4:before {
  left: 0.1em;
}
.feature_image.thumbs_cont .thumbs_set.js-animation {
  position: relative;
}
.feature_image.thumbs_cont .thumbs_set.js-animation:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  z-index: 1;
}
.feature_image.thumbs_cont .thumbs_set.js-animation.image_left:before {
  right: 0;
}
.feature_image.thumbs_cont .thumbs_set.js-animation.image_right:before {
  left: 0;
}
.feature_image.thumbs_cont .thumbs_set.js-animation.is-active:before {
  width: 0%;
  transition: all 0.5s;
}

@media only screen and (min-width: 1116px) {
  #guest-room .feature_detail .detail_title .icon {
    min-width: 10em;
  }
}

@media only screen and (min-width: 1116px) {
  #conference-room .feature_detail .detail_title .icon {
    margin-right: 0.75em;
    min-width: 8em;
  }
}

/*                #floor-price
======================================================= */
#floor-price {
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  #floor-price {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  #floor-price {
    padding-top: 60px;
  }
}

.floor-price-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.floor-price-title .en {
  font-size: 80px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #c8e591;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1115px) {
  .floor-price-title .en {
    font-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .floor-price-title .en {
    font-size: 44px;
  }
}
.floor-price-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #74b708;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1115px) {
  .floor-price-title h2 {
    font-size: 24px;
  }
}

/* #floor */
#floor {
  padding-bottom: 3.5em;
}
@media only screen and (max-width: 1024px) {
  #floor {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 768px) {
  #floor {
    padding-bottom: 20px;
  }
}
.floor-price_read {
  padding: 1.5em 0;
}
.floor-price_read p {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
  letter-spacing: 0.015em;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .floor-price_read p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .floor-price_read {
    padding: 0.75em 0 1.25em;
  }
  .floor-price_read p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .floor-price_read p {
    font-size: 16px;
  }
}

.floormap {
  max-width: 1322px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.floormap .caution {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.floormap .caution p,
.floormap .caution ul {
  line-height: 1.3;
  font-size: 14px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .floormap .caution p,
  .floormap .caution ul {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .floormap .caution p,
  .floormap .caution ul {
    font-size: 12px;
  }
}
.floormap .caution ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.floormap_floor {
  margin-top: 24px;
  font-size: 64px;
  color: #c8e591;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1115px) {
  .floormap_floor {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .floormap_floor {
    font-size: 30px;
  }
}

.floormap_cont {
  margin-top: 30px;
}
.floormap_cont img,
.floormap_cont picture {
  width: 100%;
  height: auto;
  display: block;
}

/* #price */
#price {
  margin-top: 80px;
}
#price .caution {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
#price .caution ol li {
  font-size: 11px;
  position: relative;
  text-align: right;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
#price .caution ol li + li {
  margin-top: 0.3em;
}
@media only screen and (max-width: 768px) {
  #price .caution ol li {
    font-size: 13px;
  }
}

.pricetable {
  max-width: 1706px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  .pricetable {
    position: relative;
  }
  .pricetable:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    display: block;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
  .pricetable .p-scrollable {
    overflow-x: auto;
  }
  .pricetable .p-scrollable .p-room-table {
    width: 1480px;
  }
}
.pricetable table {
  background-color: #fff;
  border-bottom: 1px solid #c9c9c9;
}
.pricetable table tr th,
.pricetable table tr td {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
  height: 76px;
}
.pricetable table tr th p,
.pricetable table tr td p {
  display: block;
}
.pricetable table tr th p > span,
.pricetable table tr td p > span {
  display: block;
  margin: auto;
}
.pricetable table tr th p > span + span,
.pricetable table tr td p > span + span {
  font-size: 11px;
}
.pricetable table tr th .green,
.pricetable table tr td .green {
  color: #74b708;
}
.pricetable table tr th {
  border-top: 2px solid #c8e591;
  text-align: center;
  width: 9.0909090909%;
}
.pricetable table tr td {
  border-top: 1px solid #c9c9c9;
  text-align: center;
}
.pricetable table tr td .regular {
  font-weight: 300;
}

/*                #gallery
======================================================= */
#gallery .js-slider-item .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(174, 23, 116, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 1px 2px 3px #000;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 16px;
  min-width: 280px;
  min-height: 72px;
  padding: 0.25em 0.3em;
}
#gallery .js-slider-item .caption > span > span {
  display: block;
}
@media only screen and (min-width: 1921px) {
  #gallery .js-slider-item .caption {
    font-size: 0.84vw;
    min-width: 14.7vw;
    min-height: 3.75vw;
  }
}
@media only screen and (max-width: 1024px) {
  #gallery .js-slider-item .caption {
    font-size: 15px;
    min-width: 266px;
    min-height: 68px;
  }
}
@media only screen and (max-width: 768px) {
  #gallery .js-slider-item .caption {
    font-size: 14px;
    min-width: 240px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .js-slider-item .caption {
    font-size: 14px;
    min-width: 200px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  #gallery .js-slider-item .caption {
    background: #74b708;
    transform: translateY(100%);
    width: 100%;
    font-size: 13px;
    min-width: 180px;
    padding: 0.15em 15%;
    height: 24px;
    min-height: 22px;
  }
  #gallery .js-slider-item .caption > span > span {
    display: inline;
  }
  #gallery .js-slider-item .caption > span > span + div {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 400px) {
  #gallery .js-slider-item .caption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #gallery .js-slider-item {
    margin-bottom: 22px;
  }
}

.gallery__img {
  width: 100%;
  height: auto;
}

.webp #gallery .js-slider-item.gallery_01 {
  background-image: url(/asset/media/images/gallery/img_gallery_01.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_01.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_01@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_01.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_01@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_01 {
    background-image: url(/asset/media/images/gallery/img_gallery_01_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_01_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_01.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_01_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_01.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_02 {
  background-image: url(/asset/media/images/gallery/img_gallery_02.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_02.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_02@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_02.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_02@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_02 {
    background-image: url(/asset/media/images/gallery/img_gallery_02_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_02_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_02.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_02_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_02.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_03 {
  background-image: url(/asset/media/images/gallery/img_gallery_03.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_03.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_03@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_03.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_03@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_03 {
    background-image: url(/asset/media/images/gallery/img_gallery_03_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_03_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_03.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_03_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_03.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_04 {
  background-image: url(/asset/media/images/gallery/img_gallery_04.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_04.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_04@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_04.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_04@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_04 {
    background-image: url(/asset/media/images/gallery/img_gallery_04_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_04_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_04.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_04_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_04.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_05 {
  background-image: url(/asset/media/images/gallery/img_gallery_05.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_05.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_05@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_05.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_05@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_05 {
    background-image: url(/asset/media/images/gallery/img_gallery_05_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_05_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_05.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_05_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_05.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_06 {
  background-image: url(/asset/media/images/gallery/img_gallery_06.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_06.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_06@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_06.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_06@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_06 {
    background-image: url(/asset/media/images/gallery/img_gallery_06_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_06_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_06.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_06_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_06.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_07 {
  background-image: url(/asset/media/images/gallery/img_gallery_07.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_07.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_07@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_07.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_07@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_07 {
    background-image: url(/asset/media/images/gallery/img_gallery_07_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_07_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_07.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_07_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_07.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_08 {
  background-image: url(/asset/media/images/gallery/img_gallery_08.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_08.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_08@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_08.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_08@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_08 {
    background-image: url(/asset/media/images/gallery/img_gallery_08_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_08_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_08.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_08_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_08.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_09 {
  background-image: url(/asset/media/images/gallery/img_gallery_09.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_09.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_09@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_09.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_09@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_09 {
    background-image: url(/asset/media/images/gallery/img_gallery_09_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_09_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_09.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_09_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_09.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_10 {
  background-image: url(/asset/media/images/gallery/img_gallery_10.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_10.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_10@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_10.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_10@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_10 {
    background-image: url(/asset/media/images/gallery/img_gallery_10_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_10_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_10.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_10_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_10.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_11 {
  background-image: url(/asset/media/images/gallery/img_gallery_11.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_11.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_11@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_11.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_11@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_11 {
    background-image: url(/asset/media/images/gallery/img_gallery_11_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_11_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_11.jpg.webp) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_11_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_11.jpg.webp) 2x);
  }
}
.webp #gallery .js-slider-item.gallery_12 {
  background-image: url(/asset/media/images/gallery/img_gallery_12.jpg.webp);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_12.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_12@2x.jpg.webp) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_12.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_12@2x.jpg.webp) 2x);
}
@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_12 {
    background-image: url(/asset/media/images/gallery/img_gallery_12_sp.jpg.webp);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_12_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_12.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_12_sp.jpg.webp) 1x, url(/asset/media/images/gallery/img_gallery_12.jpg) 2x);
  }
}
.webp #gallery .js-slider-item.bg-lazy {
  background-image: none !important;
}

.no-webp #gallery .js-slider-item.gallery_01 {
  background-image: url(/asset/media/images/gallery/img_gallery_01.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_01.jpg) 1x, url(/asset/media/images/gallery/img_gallery_01@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_01.jpg) 1x, url(/asset/media/images/gallery/img_gallery_01@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_01 {
    background-image: url(/asset/media/images/gallery/img_gallery_01_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_01_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_01.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_01_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_01.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_02 {
  background-image: url(/asset/media/images/gallery/img_gallery_02.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_02.jpg) 1x, url(/asset/media/images/gallery/img_gallery_02@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_02.jpg) 1x, url(/asset/media/images/gallery/img_gallery_02@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_02 {
    background-image: url(/asset/media/images/gallery/img_gallery_02_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_02_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_02.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_02_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_02.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_03 {
  background-image: url(/asset/media/images/gallery/img_gallery_03.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_03.jpg) 1x, url(/asset/media/images/gallery/img_gallery_03@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_03.jpg) 1x, url(/asset/media/images/gallery/img_gallery_03@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_03 {
    background-image: url(/asset/media/images/gallery/img_gallery_03_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_03_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_03.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_03_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_03.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_04 {
  background-image: url(/asset/media/images/gallery/img_gallery_04.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_04.jpg) 1x, url(/asset/media/images/gallery/img_gallery_04@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_04.jpg) 1x, url(/asset/media/images/gallery/img_gallery_04@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_04 {
    background-image: url(/asset/media/images/gallery/img_gallery_04_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_04_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_04.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_04_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_04.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_05 {
  background-image: url(/asset/media/images/gallery/img_gallery_05.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_05.jpg) 1x, url(/asset/media/images/gallery/img_gallery_05@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_05.jpg) 1x, url(/asset/media/images/gallery/img_gallery_05@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_05 {
    background-image: url(/asset/media/images/gallery/img_gallery_05_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_05_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_05.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_05_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_05.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_06 {
  background-image: url(/asset/media/images/gallery/img_gallery_06.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_06.jpg) 1x, url(/asset/media/images/gallery/img_gallery_06@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_06.jpg) 1x, url(/asset/media/images/gallery/img_gallery_06@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_06 {
    background-image: url(/asset/media/images/gallery/img_gallery_06_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_06_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_06.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_06_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_06.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_07 {
  background-image: url(/asset/media/images/gallery/img_gallery_07.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_07.jpg) 1x, url(/asset/media/images/gallery/img_gallery_07@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_07.jpg) 1x, url(/asset/media/images/gallery/img_gallery_07@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_07 {
    background-image: url(/asset/media/images/gallery/img_gallery_07_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_07_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_07.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_07_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_07.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_08 {
  background-image: url(/asset/media/images/gallery/img_gallery_08.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_08.jpg) 1x, url(/asset/media/images/gallery/img_gallery_08@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_08.jpg) 1x, url(/asset/media/images/gallery/img_gallery_08@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_08 {
    background-image: url(/asset/media/images/gallery/img_gallery_08_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_08_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_08.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_08_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_08.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_09 {
  background-image: url(/asset/media/images/gallery/img_gallery_09.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_09.jpg) 1x, url(/asset/media/images/gallery/img_gallery_09@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_09.jpg) 1x, url(/asset/media/images/gallery/img_gallery_09@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_09 {
    background-image: url(/asset/media/images/gallery/img_gallery_09_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_09_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_09.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_09_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_09.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_10 {
  background-image: url(/asset/media/images/gallery/img_gallery_10.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_10.jpg) 1x, url(/asset/media/images/gallery/img_gallery_10@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_10.jpg) 1x, url(/asset/media/images/gallery/img_gallery_10@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_10 {
    background-image: url(/asset/media/images/gallery/img_gallery_10_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_10_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_10.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_10_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_10.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_11 {
  background-image: url(/asset/media/images/gallery/img_gallery_11.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_11.jpg) 1x, url(/asset/media/images/gallery/img_gallery_11@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_11.jpg) 1x, url(/asset/media/images/gallery/img_gallery_11@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_11 {
    background-image: url(/asset/media/images/gallery/img_gallery_11_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_11_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_11.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_11_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_11.jpg) 2x);
  }
}
.no-webp #gallery .js-slider-item.gallery_12 {
  background-image: url(/asset/media/images/gallery/img_gallery_12.jpg);
  background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_12.jpg) 1x, url(/asset/media/images/gallery/img_gallery_12@2x.jpg) 2x);
  background-image: image-set(url(/asset/media/images/gallery/img_gallery_12.jpg) 1x, url(/asset/media/images/gallery/img_gallery_12@2x.jpg) 2x);
}
@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_12 {
    background-image: url(/asset/media/images/gallery/img_gallery_12_sp.jpg);
    background-image: -webkit-image-set(url(/asset/media/images/gallery/img_gallery_12_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_12.jpg) 2x);
    background-image: image-set(url(/asset/media/images/gallery/img_gallery_12_sp.jpg) 1x, url(/asset/media/images/gallery/img_gallery_12.jpg) 2x);
  }
}

.swiper-container.gallery-top .swiper-slide {
  position: relative;
  padding-top: 34.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@media only screen and (min-width: 1025px) {
  .swiper-container .swiper-button-white {
    opacity: 0;
  }
  .swiper-container.gallery-thumbs {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1086px;
    overflow: visible;
  }
  .swiper-container.gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    transform: none !important;
    margin: -10px;
  }
  .swiper-container.gallery-thumbs .swiper-slide {
    padding: 10px;
    width: 16.6666%;
    max-width: 16.6666%;
    min-width: 16.6666%;
    transform: none !important;
  }
  .swiper-container.gallery-thumbs .swiper-slide img,
  .swiper-container.gallery-thumbs .swiper-slide picture {
    display: block;
    width: 100%;
    height: auto;
  }
  .swiper-container.gallery-thumbs .swiper-slide > span {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    border: solid 3px #74b708;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-container .swiper-button-white {
    opacity: 0;
  }
  .swiper-container.gallery-thumbs {
    margin: 20px auto 10px;
    padding-top: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .swiper-container.gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    transform: none !important;
    margin: -4px;
  }
  .swiper-container.gallery-thumbs .swiper-slide {
    transform: none !important;
    width: 10px;
    max-width: 10px;
    height: 6px;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .swiper-container.gallery-thumbs .swiper-slide img,
  .swiper-container.gallery-thumbs .swiper-slide picture {
    display: block;
    width: 4px;
    height: auto;
  }
  .swiper-container.gallery-thumbs .swiper-slide > span {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .swiper-container.gallery-thumbs .swiper-slide span {
    position: relative;
  }
  .swiper-container.gallery-thumbs .swiper-slide span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    content: "";
    background-color: #dddddd;
  }
  .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active span:before {
    border: solid 3px #74b708;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-container.gallery-top .swiper-slide {
    padding-top: 50%;
  }
  .swiper-container.gallery-thumbs {
    margin: 5px auto 10px;
  }
}

/*                #access
======================================================= */
@media only screen and (max-width: 768px) {
  #access .section_read.section_catch p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  #access .section_read.section_catch p {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  #access .section_read.section_catch p .sp_reduce {
    letter-spacing: -0.01em;
  }
}

.access_info_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 240px;
       column-gap: 240px;
  padding-top: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 1115px) {
  .access_info_flex {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .access_info_flex {
    padding: 20px 0 2em;
    display: block;
  }
  .access_info_flex + .access_info_flex {
    margin-top: 0.5em;
  }
  .access_info_flex > div {
    width: 100%;
    margin: auto;
    max-width: 360px;
  }
  .access_info_flex > div + div {
    margin: 1.2em auto auto;
  }
}

.access_info_cont {
  position: relative;
  font-size: 27px;
}
@media only screen and (max-width: 1024px) {
  .access_info_cont {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .access_info_cont {
    font-size: 22px;
  }
}
.access_info_cont--single {
  margin: auto;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.access_info_cont--single .access_info_cont_list {
  margin-top: 20px;
}
.access_info_cont > p {
  font-weight: 700;
}
.access_info_cont > p > span {
  display: inline-block;
  margin-bottom: 0.2em;
}
.access_info_cont > p > span.text-20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .access_info_cont > p > span.text-20 {
    font-size: 16px;
  }
}
.access_info_cont > p > span.regular {
  font-weight: 300;
}
.access_info_cont .google-map {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.access_info_cont .google-map .icon {
  width: 30px;
}
.access_info_cont ul.train_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 24px;
}
.access_info_cont ul.train_list li.train {
  position: relative;
  line-height: 1.1;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.access_info_cont_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.access_info_cont_list + .access_info_cont_list {
  margin-top: 32px;
}
.access_info_cont_list .text-23 {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .access_info_cont_list .text-23 {
    font-size: 20px;
  }
}

.access_map {
  margin-top: 40px;
  background-color: #f7f6f6;
}
.access_map .map_text {
  display: flex;
  justify-content: center;
}
.access_map .map_text p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
  margin: auto;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}
.access_map .map_text p > span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .access_map .map_text p {
    padding: 0.8em 0.5em 0.8em;
  }
  .access_map .map_text p:before, .access_map .map_text p:after {
    position: absolute;
    content: "-";
    top: 50%;
    transform: translateY(-50%);
  }
  .access_map .map_text p:before {
    left: 0;
  }
  .access_map .map_text p:after {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .access_map .map_text p {
    padding: 0.2em 0;
    font-size: 17px;
  }
}
@media only screen and (min-width: 769px) {
  .access_map .gmap {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .access_map .gmap {
    padding-bottom: 38.75%;
  }
}

.access-map__img-wrap {
  text-align: center;
}

.access-map__img {
  max-width: 1000px;
  width: 100%;
}

/*                #documents
======================================================= */
#documents {
  padding-bottom: 0;
}

.documents_index {
  padding: 80px 0 160px;
}
@media only screen and (max-width: 768px) {
  .documents_index {
    padding: 40px 0 80px;
  }
}

.documents_category {
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
}

.cate_title {
  background-color: #74b708;
  height: 28px;
  border-radius: 14px;
  text-align: center;
}
.cate_title h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0.05em;
  transform: translateY(0.1em);
}
@media only screen and (max-width: 1024px) {
  .cate_title h3 {
    font-size: 18px;
    letter-spacing: 0.015em;
    transform: translateY(0.15em);
  }
}
@media only screen and (max-width: 768px) {
  .cate_title h3 {
    font-weight: 500;
    letter-spacing: -0.005em;
  }
}

.documents_list + .documents_list {
  margin-top: 5px;
}
.documents_list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 160px;
}
@media only screen and (max-width: 1600px) {
  .documents_list ul {
    gap: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .documents_list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .documents_list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .documents_list ul > li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .documents_list ul > li {
    max-width: 100%;
  }
}

.dl_btn {
  display: block;
}
.dl_btn > div {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 40px;
  position: relative;
  height: 80px;
}
.dl_btn > div > p {
  width: 100%;
  line-height: 1.1;
}
.dl_btn > div:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  display: block;
  padding-top: 100%;
  content: "";
  background-color: #74b708;
  transform: translate(-175%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.25s;
}
.dl_btn > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #c8e591;
}
@media only screen and (min-width: 769px) {
  .dl_btn:hover > div:before, .dl_btn:active > div:before {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.075;
    transition: all 0.25s;
  }
}
@media only screen and (max-width: 768px) {
  .dl_btn:active > div:before {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.075;
    transition: all 0.25s;
  }
}
.dl_btn p {
  display: block;
  line-height: 1.1;
}
.dl_btn .dl_btn_main {
  font-size: 20px;
  color: #74b708;
  padding: 0.25em 0;
  padding: 4px 0;
}
.dl_btn .dl_btn_main .narrow {
  display: block;
  align-items: center;
  letter-spacing: -0.05em;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.dl_btn .dl_btn_sub {
  font-size: 14px;
  width: 12em;
  padding: 0.8em 1.5em 0.8em 2.5em;
  padding: 11px 20px 16px 35px;
  position: relative;
  transform: translateY(-5px);
  height: 38px;
}
.dl_btn .dl_btn_sub:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dl_btn .dl_btn_sub:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.1em;
  background-color: #1a1a1a;
  opacity: 0.35;
}
.dl_btn .dl_btn_sub.pdf:before {
  background-image: -webkit-image-set(url(/asset/media/images/common/icon_pdf.png) 1x, url(/asset/media/images/common/icon_pdf@2x.png) 2x);
  background-image: image-set(url(/asset/media/images/common/icon_pdf.png) 1x, url(/asset/media/images/common/icon_pdf@2x.png) 2x);
}
@media only screen and (max-width: 1024px) {
  .dl_btn .dl_btn_main {
    font-size: 14px;
  }
  .dl_btn .dl_btn_main .narrow {
    letter-spacing: -0.1em;
    transform: scale(0.95, 1);
  }
  .dl_btn .dl_btn_sub {
    font-size: 13px;
    transform: translateY(-3px);
  }
  .dl_btn .dl_btn_sub:before {
    width: 24px;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .dl_btn {
    height: 100%;
    min-height: 80px;
  }
  .dl_btn .dl_btn_main {
    font-size: 15px;
  }
  .dl_btn .dl_btn_main .narrow {
    letter-spacing: -0.1em;
    transform: none;
  }
  .dl_btn .dl_btn_sub {
    font-size: 14px;
    transform: translateY(-3px);
  }
  .dl_btn .dl_btn_sub:before {
    width: 24px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .dl_btn {
    min-height: 50px;
  }
}

.contact {
  background-color: #333333;
  color: #fff;
}
.contact a {
  color: #fff;
}
.contact .contact_inner {
  max-width: 1290px;
  margin: auto;
  padding: 80px 0 135px;
  display: flex;
  flex-wrap: wrap;
}
.contact .contact_cont {
  width: 50%;
}
.contact .contact_cont.cont_left {
  padding-right: 30px;
}
.contact .contact_cont.cont_right {
  padding-left: 30px;
}
.contact .contact_cont.cont_wide {
  margin-top: 55px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .contact .contact_cont.cont_left {
    padding-right: 15px;
  }
  .contact .contact_cont.cont_right {
    padding-left: 15px;
  }
  .contact .contact_cont.cont_wide {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .contact_cont.cont_left {
    padding-right: 10px;
  }
  .contact .contact_cont.cont_right {
    padding-left: 10px;
  }
  .contact .contact_cont.cont_wide {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1115px) {
  .contact .contact_inner {
    padding: 50px 0 100px;
  }
  .contact .contact_cont {
    width: 100%;
  }
  .contact .contact_cont.cont_left {
    padding-right: 0px;
  }
  .contact .contact_cont.cont_right {
    margin-top: 30px;
    padding-left: 0px;
  }
  .contact .contact_cont.cont_wide {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact_inner {
    padding: 30px 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .contact .contact_inner {
    padding: 30px 0 30px;
  }
}
.contact .contact_title h2 {
  font-size: 18px;
  color: #74b708;
  position: relative;
  letter-spacing: 0.03em;
}
.contact .contact_title h2 + p {
  margin-top: 0.9em;
}
.contact .detail_text {
  margin-top: 1.05em;
}
.contact .detail_text p {
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .contact .detail_text p {
    font-weight: 500;
    font-size: 16px;
  }
}
.contact .ft_flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .ft_c_flex {
  display: flex;
  align-items: center;
}
.contact .ft_c_flex > div {
  width: 50%;
}
@media only screen and (max-width: 1115px) {
  .contact .ft_c_flex > div {
    max-width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .ft_c_flex {
    display: block;
  }
  .contact .ft_c_flex > div {
    width: 100%;
    max-width: 100%;
  }
}
.contact .flex_btmcont {
  margin-top: 2em;
}
@media only screen and (min-width: 1116px) {
  .contact .flex_btmcont {
    height: 58px;
  }
}
@media only screen and (max-width: 1115px) {
  .contact .flex_btmcont {
    margin-top: 1.75em;
  }
}
@media only screen and (max-width: 600px) {
  .contact .flex_btmcont {
    margin-top: 0.5em;
  }
}
.contact .ft_phone {
  text-align: center;
}
@media only screen and (min-width: 1116px) {
  .contact .ft_phone {
    transform: translateY(-0.25em);
  }
}
.contact .ft_phone a {
  display: inline-block;
  margin: auto;
}
.contact .ft_phone a:hover {
  color: #fff;
}
.contact .ft_phone .phone_number {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.005em;
  position: relative;
  padding-left: 2em;
}
.contact .ft_phone .phone_number::before {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(75%, -50%);
  content: "";
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA2CAQAAADJjsloAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfmAhQJLwnNY3rRAAAB00lEQVRYw72YXZWDMBCFbzFQJOBgkYAEHBQJSEACElgHkYAE1gESUgV3HzjdpiWThDLZm7eQw8ckk/nhQjgq0aGFhcGEPOJz1Fz50MKS0B8uzNKVyYl7h5HkkAtXcqFPTR7cSL9W7RMEwYqyJn3cxJBaTdyFgMU1cFPuqGC1rl2BOggDrhj1bnmBOrrmhkYPVyWsUrOvSFr1lfRRajjo4VadF+niFiUewbjUYgsIzhGY1YucBQATNP+ORi+qbOknZFmtn4Cm/4E9cFIK6nRhz+LBb9+aCyfZN+TBgYMAzOAqm39aL27JgwM7wb4xD06OL20eXJ37/r1PSA6jVHHup6QNVWlS9lOSh6oAfZPSCSoA/dNdLqD0YMgDvFBKhBNugYTrr11qtKixYoERUnLgW0KtSudxMXe9ZX9kM+NA87KpvoZ0ZnUMB5oAcP3rbqXud2dj/HjD3Z9hKcI8Nqb4Uxhond8j0or2CC4GTNF4BKcBXFim48D+NNAcwYGtGLxTVaX2dwBg0ODnVMl+CAcsaPB9CvhBoP10U+2xs5PiY6qaT3Eg2ARjyV7dkXvnH100orzAzuI2ZOwknbLxPG5Dyhs7uolKBweCNXvOjqWWM/v3QuMXISyqZYygCvwAAAAASUVORK5CYII=");
}
.contact .ft_phone .phone_hours {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.025em;
  transform: translateY(0.25em);
}
@media only screen and (max-width: 768px) {
  .contact .ft_phone > a {
    margin: auto;
    display: inline-block;
  }
  .contact .ft_phone .phone_number {
    padding-left: 30px;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 0;
  }
  .contact .ft_phone .phone_number::before {
    left: -25px;
    transform: translate(75%, -50%);
    width: 28px;
    height: 28px;
  }
  .contact .ft_phone .phone_hours {
    font-size: 16px;
    text-align: center;
    margin-right: -1.75em;
  }
}
.contact .ft_logo {
  position: relative;
  padding-left: 30px;
}
.contact .ft_logo:before {
  position: absolute;
  left: 0;
  top: 0%;
  display: block;
  content: "";
  background: #74b708;
  width: 18px;
  height: 100%;
}
@media only screen and (max-width: 1115px) {
  .contact .ft_logo {
    padding-left: 26px;
  }
  .contact .ft_logo:before {
    width: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .ft_logo {
    padding-left: 20px;
  }
  .contact .ft_logo:before {
    width: 12px;
  }
}
@media only screen and (max-width: 350px) {
  .contact .ft_logo {
    padding-left: 18px;
  }
  .contact .ft_logo:before {
    width: 10px;
  }
}
.contact .ft_logo .logo_inner {
  width: 34em;
  max-width: 100%;
}
.contact .ft_logo .logo_inner .logo_en {
  font-family: "Lato", "arial", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.contact .ft_logo .logo_inner .logo_en span {
  display: inline-block;
  letter-spacing: 0.0125em;
  margin-right: 1em;
}
.contact .ft_logo .logo_inner .logo_en span + span {
  margin-right: auto;
  font-weight: 900;
  font-weight: bold;
  letter-spacing: 0.035em;
}
.contact .ft_logo .logo_inner > p {
  margin-top: 0.1em;
  font-weight: 500;
  text-align: center;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.02em;
}
.contact .ft_logo .logo_inner > p span {
  display: inline-block;
}
.contact .ft_logo .logo_inner .ft_address {
  margin-top: 1.5em;
}
.contact .ft_logo .logo_inner .ft_address p {
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 300;
}
.contact .ft_logo .logo_inner .ft_address p > span {
  display: inline-block;
  margin-right: 0.5em;
}
.contact .ft_logo .logo_inner .ft_address p > span > span {
  display: inline-block;
  margin-right: 0.5em;
}
.contact .ft_logo .logo_inner .ft_address p + p {
  margin-top: 0.1em;
}
@media only screen and (max-width: 480px) {
  .contact .ft_logo .logo_inner .ft_address {
    margin-top: 0.5em;
  }
  .contact .ft_logo .logo_inner .ft_address p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .ft_logo .logo_inner .logo_en {
    font-size: 15px;
  }
  .contact .ft_logo .logo_inner h1,
  .contact .ft_logo .logo_inner p {
    width: 27em;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .contact .ft_logo .logo_inner .logo_en {
    font-size: 11px;
  }
  .contact .ft_logo .logo_inner .logo_en span {
    margin-right: 0.75em;
  }
  .contact .ft_logo .logo_inner > p {
    width: 100%;
    margin-top: 0.05em;
    font-size: 14px;
    text-align: left;
  }
}
.contact .copy {
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.contact .copy p {
  color: #fff;
  font-size: 12px;
}

.p-cta-block__desc .c-link {
  margin-top: 5px;
}

@media print, screen and (max-width: 63.9375em) {
  .c-section-1,
  .p-cta-block.-detail {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-section-1,
  .p-cta-block.-detail {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-section-1.-sp_mt_large,
  .-sp_mt_large.p-cta-block.-detail {
    margin-top: 44px;
  }
}
.p-cta-block:not(.-detail) {
  background-color: rgba(26, 30, 35, 0.88);
  color: #fff;
  position: relative;
}
.p-cta-block.-detail .p-cta-block__content {
  background-color: #f3f6f6;
}

@media print, screen and (max-width: 63.9375em) {
  .p-cta-block:not(.-detail) {
    padding-top: 40px;
    padding-right: 4.6875%;
    padding-bottom: 40px;
    padding-left: 4.6875%;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block:not(.-detail) {
    overflow: hidden;
    padding-top: 56px;
    padding-right: 100px;
    padding-bottom: 93px;
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block:not(.-detail):after {
    content: "";
    width: 50vw;
    max-width: 756px;
    padding-top: 300px;
    background-image: url(../media/images/bg_contact.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    color: #1b1b1b;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block.-detail .p-cta-block__content {
    padding-top: 20px;
    padding-right: 4.6875%;
    padding-bottom: 20px;
    padding-left: 4.6875%;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__content {
    padding-top: 56px;
    padding-right: 30px;
    padding-bottom: 52px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__item.-contact {
    padding-right: 50px;
    border-right: 1px solid #c8cccf;
    width: 64%;
  }
}
.browser-is-ie .p-cta-block.-detail .p-cta-block__item.-contact, .browser-is-ie .p-cta-block.-detail .p-cta-block__item.-document .p-cta-block__desc {
  white-space: wrap;
}

@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__item.-document {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__item.-document .p-cta-block__desc {
    width: 250px;
  }
}
.p-cta-block.-detail .c-heading-cta {
  font-size: 1.375rem;
  color: #333;
}
.p-cta-block.-detail .p-cta-block__desc {
  font-weight: normal;
}

@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__desc {
    margin-top: 15px;
  }
}
.browser-is-ie .p-cta-block.-detail .p-cta-block__desc {
  width: 450px;
}

@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__desc.-full {
    margin-top: 34px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block.-detail .p-cta-block__action {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-cta-block.-detail .p-cta-block__action {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__action {
    margin-left: -24px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__action .p-cta-block__button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1350px) {
  .p-cta-block.-detail .p-cta-block__action .p-cta-block__button {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__item.-contact .p-cta-block__action, .p-cta-block.-detail .p-cta-block__item.-document .p-cta-block__action {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-cta-block__button {
    max-width: 250px;
    margin-top: 0;
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block.-detail .p-cta-block__button > .c-button {
    width: 60%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-cta-block.-detail .p-cta-block__button > .c-button {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-tel-mod {
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block.-detail .p-tel-mod::before {
    top: 0.5em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-tel-mod::before {
    top: 0.2em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-cta-block.-detail .p-tel-mod.-en .p-tel-mod__number {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-cta-block.-detail .p-tel-mod.-en::before {
    top: 0.5em;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block.-detail .p-tel-mod__number {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-cta-block__content {
    padding-top: 18px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta-block__content {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__content-inner {
    display: flex;
    justify-content: space-between;
  }
}
.p-cta-block__item {
  box-sizing: border-box;
}
.p-cta-block__item.-document {
  margin-top: 24px;
}
.p-cta-block__item .c-heading-cta {
  color: #74b708;
}

@media print, screen and (min-width: 64em) {
  .p-cta-block__item {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block__item.-contact {
    padding-bottom: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__item.-contact {
    flex: 1;
    width: 100%;
    max-width: 640px;
  }
}
@media print, screen and (min-width: 64em) {
  .browser-is-ie .p-cta-block__item.-contact {
    flex: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__item.-document {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1355px) {
  .p-cta-block__item.-document {
    width: 50%;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block__item .c-heading-cta {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__item .c-heading-cta {
    font-size: 1.125rem;
  }
}
.p-cta-block__desc {
  /* PC折り返しなし */
}
.p-cta-block__desc.-flex .p-cta-block__link {
  color: #fff;
}

@media print, screen and (max-width: 63.9375em) {
  .p-cta-block__desc {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__desc {
    font-weight: normal;
    width: 100%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__desc.-mt_26 {
    margin-top: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__desc.-pc_nowrap {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__desc.-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1355px) {
  .p-cta-block__desc.-flex {
    display: block;
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta-block__desc.-flex .p-cta-block__link {
    flex-shrink: 0;
  }
  .p-cta-block__desc.-flex .p-cta-block__link:hover {
    color: #8ac9c4;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__action {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: -28px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1355px) {
  .p-cta-block__action {
    display: block;
  }
}
.p-cta-block__item.-contact .p-cta-block__action {
  margin-top: 36px;
}

.p-cta-block__button {
  margin-top: 20px;
}
.p-cta-block__button .c-button .c-arrow {
  top: -1px;
}

@media print, screen and (min-width: 64em) {
  .p-cta-block__button {
    width: 320px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 28px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-cta-block__button .c-button {
    width: 40%;
    margin: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-cta-block__button .c-button {
    width: 100%;
  }
}
.browser-is-ie .p-cta-block__button {
  width: auto;
}

@media print, screen and (min-width: 64em) {
  .p-cta-block__button.-mt_l {
    margin-top: 20px;
  }
}
.p-cta-block__tel {
  margin-top: 16px;
  line-height: 1;
  padding-left: 27px;
  position: relative;
}
.p-cta-block__tel:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.72%22%20height%3D%2216.72%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M18.8%2014.5a10.629%2010.629%200%200%201-3.279-.52.908.908%200%200%200-.938.223l-1.458%201.83a14.1%2014.1%200%200%201-6.4-6.344l1.811-1.543a.948.948%200%200%200%20.223-.946%2010.359%2010.359%200%200%201-.52-3.279.928.928%200%200%200-.92-.921H4.105C3.6%203%203%203.223%203%203.92a15.932%2015.932%200%200%200%2015.8%2015.8.975.975%200%200%200%20.92-1.1v-3.2a.928.928%200%200%200-.92-.92z%22%20transform%3D%22translate%28-3%20-3%29%22%20fill%3D%22%231a1a1a%22%20%3E%3C%2Fpath%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

@media print, screen and (min-width: 64em) {
  .p-cta-block__tel {
    padding-left: 38px;
    margin-top: 20px;
    margin-left: 28px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__tel:before {
    width: 24px;
    height: 24px;
    top: 0.9em;
  }
}
.p-cta-block__number {
  font-family: Times New Roman, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  /* -（ハイフン） */
}

@media print, screen and (min-width: 64em) {
  .p-cta-block__number {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__number > span {
    position: relative;
    top: -2px;
  }
}
.p-cta-block__hours {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 0.75rem;
}

@media only screen and (max-width: 47.9375em) {
  .p-cta-block__hours {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta-block__hours {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block__hours {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-detail .p-contact-box-2 .p-contact-box__desc {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .p-cta-block.-full .p-cta-block__item.-contact {
    max-width: 780px;
    padding-right: 100px;
    border-right: 1px solid #212121;
  }
  .p-cta-block.-full .p-cta-block__item.-contact .p-cta-block__action {
    margin-top: 10px;
    justify-content: space-between;
  }
  .browser-is-ie .p-cta-block.-full .p-cta-block__item.-contact {
    width: 500px;
  }
  .p-cta-block.-full .p-cta-block__item.-document {
    max-width: 457px;
    padding-left: 60px;
  }
  .browser-is-ie .p-cta-block.-full .p-cta-block__item.-document {
    max-width: 500px;
  }
}
.c-heading-3 {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (max-width: 63.9375em) {
  .c-heading-3 {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-3 {
    font-size: 1.75rem;
  }
}
.c-sub-title + .c-heading-3 {
  margin-top: 8px;
}

.c-heading-3.-center {
  text-align: center;
}
.c-heading-3.-has_sub > span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

@media print, screen and (max-width: 63.9375em) {
  .c-heading-3.-has_sub {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-3.-has_sub {
    display: flex;
    align-items: baseline;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-3.-has_sub > span {
    margin-left: 10px;
  }
}
/* ケータリング */
@media only screen and (max-width: 47.9375em) {
  .c-heading-3.-sp_18 {
    font-size: 1.125rem;
    margin-top: 23px;
  }
}
/* サービス成功の秘訣 */
@media only screen and (max-width: 47.9375em) {
  .c-heading-3.-sp_20 {
    font-size: 1.25rem;
  }
}
.p-tel-mod {
  position: relative;
  line-height: 1;
  padding-left: 27px;
}
.p-tel-mod:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.72%22%20height%3D%2216.72%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M18.8%2014.5a10.629%2010.629%200%200%201-3.279-.52.908.908%200%200%200-.938.223l-1.458%201.83a14.1%2014.1%200%200%201-6.4-6.344l1.811-1.543a.948.948%200%200%200%20.223-.946%2010.359%2010.359%200%200%201-.52-3.279.928.928%200%200%200-.92-.921H4.105C3.6%203%203%203.223%203%203.92a15.932%2015.932%200%200%200%2015.8%2015.8.975.975%200%200%200%20.92-1.1v-3.2a.928.928%200%200%200-.92-.92z%22%20transform%3D%22translate%28-3%20-3%29%22%20fill%3D%22%231a1a1a%22%20%3E%3C%2Fpath%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

@media only screen and (max-width: 47.9375em) {
  .c-sentence + .p-tel-mod,
  .c-list + .p-tel-mod {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-sentence + .p-tel-mod,
  .c-list + .p-tel-mod {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod + .c-sentence,
  .p-tel-mod + .c-list {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-tel-mod + .c-sentence,
  .p-tel-mod + .c-list {
    margin-top: 12px;
  }
}
.p-tel-mod__number {
  display: flex;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  /* -（ハイフン） */
}
.p-tel-mod__number > span {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 47.9375em) {
  .p-tel-mod__number > span {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-tel-mod__number > span {
    margin-right: 1px;
    margin-left: 1px;
  }
}
.p-tel-mod__hours {
  margin-top: 4px;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .p-tel-mod__hours {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .p-tel-mod__hours {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod__hours {
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 75em) {
  .p-tel-mod__hours {
    font-size: 0.75rem;
  }
}
.p-tel-mod.-header {
  margin-top: 20px;
  margin-left: 18px;
  margin-top: 0px;
  font-size: 1.1875rem;
}
.p-tel-mod.-header::before {
  top: 2px;
}
.p-tel-mod.-header:hover a {
  color: #2d2d2d;
}
.p-tel-mod.-cta {
  margin-top: 12px;
}
.p-tel-mod.-cta:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.72%22%20height%3D%2216.72%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M18.8%2014.5a10.629%2010.629%200%200%201-3.279-.52.908.908%200%200%200-.938.223l-1.458%201.83a14.1%2014.1%200%200%201-6.4-6.344l1.811-1.543a.948.948%200%200%200%20.223-.946%2010.359%2010.359%200%200%201-.52-3.279.928.928%200%200%200-.92-.921H4.105C3.6%203%203%203.223%203%203.92a15.932%2015.932%200%200%200%2015.8%2015.8.975.975%200%200%200%20.92-1.1v-3.2a.928.928%200%200%200-.92-.92z%22%20transform%3D%22translate%28-3%20-3%29%22%20fill%3D%22%23fff%22%20%3E%3C%2Fpath%3E\a%20%20%20%20%3C%2Fsvg%3E");
}
.p-tel-mod.-cta .p-tel-mod__number {
  font-size: 2.625rem;
  color: #fff;
}
.p-tel-mod.-cta .p-tel-mod__hours {
  color: #fff;
}
.p-tel-mod.-box .p-tel-mod__number {
  /* -（ハイフン） */
}
.p-tel-mod.-box .p-tel-mod__number > span {
  position: relative;
  top: -4px;
  margin-right: 3px;
  margin-left: 4px;
}
.p-tel-mod.-box .p-tel-mod__hours {
  font-size: 0.875rem;
}
.p-tel-mod.-detail .p-tel-mod__number {
  /* -（ハイフン） */
}
.p-tel-mod.-detail .p-tel-mod__number > span {
  position: relative;
  top: -5px;
  margin-right: 1px;
  margin-left: 1px;
}
.p-tel-mod.-home {
  display: flex;
  align-items: center;
}
.p-tel-mod.-home:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.72%22%20height%3D%2216.72%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M18.8%2014.5a10.629%2010.629%200%200%201-3.279-.52.908.908%200%200%200-.938.223l-1.458%201.83a14.1%2014.1%200%200%201-6.4-6.344l1.811-1.543a.948.948%200%200%200%20.223-.946%2010.359%2010.359%200%200%201-.52-3.279.928.928%200%200%200-.92-.921H4.105C3.6%203%203%203.223%203%203.92a15.932%2015.932%200%200%200%2015.8%2015.8.975.975%200%200%200%20.92-1.1v-3.2a.928.928%200%200%200-.92-.92z%22%20transform%3D%22translate%28-3%20-3%29%22%20fill%3D%22%231a1a1a%22%20%3E%3C%2Fpath%3E\a%20%20%20%20%3C%2Fsvg%3E");
}
.p-tel-mod.-home a {
  color: #2d2d2d;
}
.p-tel-mod.-home .p-tel-mod__number {
  /* -（ハイフン） */
}
.p-tel-mod.-home .p-tel-mod__number > span {
  position: relative;
  top: -3px;
  margin-right: 1px;
  margin-left: 1px;
}
.p-tel-mod.-home .p-tel-mod__hours {
  margin-left: 5px;
}
.p-tel-mod.-contact {
  margin-top: 8px;
  padding-left: 35px;
}
.p-tel-mod.-contact::before {
  width: 21px;
  height: 21px;
}
.p-tel-mod.-contact > a {
  display: flex;
}
.p-tel-mod.-contact .p-tel-mod__number {
  font-size: 2.125rem;
  letter-spacing: -0.04em;
}
.p-tel-mod.-contact .p-tel-mod__hours {
  margin-top: auto;
  margin-bottom: 4px;
  margin-left: 8px;
  font-size: 1rem;
}
.p-tel-mod.-faq .p-tel-mod__number {
  /* -（ハイフン） */
}
.p-tel-mod.-faq .p-tel-mod__number > span {
  position: relative;
  top: -3px;
  margin-right: 1px;
  margin-left: 1px;
  font-size: 1.375rem;
}
.p-tel-mod.-faq .p-tel-mod__hours {
  margin-left: -5px;
}

@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-header {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-header {
    padding-left: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-header {
    padding-left: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1136px) {
  .p-tel-mod.-header {
    padding-left: 20px;
    margin-left: 18px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-tel-mod.-header {
    padding-left: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-header::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1136px) {
  .p-tel-mod.-header::before {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-header .p-tel-mod__number {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-header .p-tel-mod__number {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-header .p-tel-mod__hours {
    font-size: 1.09375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-cta {
    padding-left: 38px;
    margin-top: 20px;
    margin-left: 28px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-cta:before {
    width: 24px;
    height: 24px;
    top: 1em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-cta:before {
    width: 24px;
    height: 24px;
    top: 0.7em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-cta .p-tel-mod__number {
    font-size: 2.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-cta .p-tel-mod__hours {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-cta.-en:before {
    top: 0.5em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-cta.-en .p-tel-mod__number {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-box {
    padding-left: 34px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-box:before {
    width: 21px;
    height: 21px;
    top: 0.5em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-box .p-tel-mod__number {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-detail {
    margin-left: 25px;
    padding-left: 34px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-detail:before {
    width: 21px;
    height: 21px;
    top: 0.5em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-detail .p-tel-mod__number {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-detail .p-tel-mod__hours {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-home {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-home {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-home:before {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-home:before {
    display: none;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-home .p-tel-mod__number {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-home .p-tel-mod__number {
    font-size: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-home .p-tel-mod__number {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-tel-mod.-home .p-tel-mod__hours {
    font-size: 0.75rem;
    margin-top: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-home .p-tel-mod__hours {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 100em) {
  .p-tel-mod.-home .p-tel-mod__hours {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-contact.-en > a {
    flex-direction: column;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-contact.-en .p-tel-mod__hours {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-faq {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-faq:before {
    width: 14px;
    height: 14px;
    top: 0.25em;
    left: 3px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-tel-mod.-faq:before {
    width: 14px;
    height: 14px;
    top: 0.25em;
    left: 3px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-tel-mod.-faq > a {
    display: flex;
    align-items: baseline;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-tel-mod.-faq .p-tel-mod__number {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-tel-mod.-faq .p-tel-mod__number {
    font-size: 1.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-tel-mod.-faq .p-tel-mod__hours {
    font-size: 0.8125rem;
    margin-left: 8px;
  }
}
.p-mail-mod {
  position: relative;
  line-height: 1;
  padding-left: 27px;
}
.p-mail-mod:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2014%22%3E%3Cg%20transform%3D%22translate%28-262.934%20-15288%29%22%3E%3Crect%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22translate%28262.934%2015288%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H19V1H1M1%2C0H19a1%2C1%2C0%2C0%2C1%2C1%2C1V13a1%2C1%2C0%2C0%2C1-1%2C1H1a1%2C1%2C0%2C0%2C1-1-1V1A1%2C1%2C0%2C0%2C1%2C1%2C0Z%22%20transform%3D%22translate%28262.934%2015288%29%22%20fill%3D%22%232d2d2d%22%2F%3E%3Cpath%20d%3D%22M-10917.293-1487.994a.5.5%2C0%2C0%2C1-.312-.109l-9.4-7.506.623-.781%2C9.1%2C7.261%2C9.372-7.265.613.79-9.684%2C7.506A.5.5%2C0%2C0%2C1-10917.293-1487.994Z%22%20transform%3D%22translate%2811190.131%2016784.785%29%22%20fill%3D%22%232d2d2d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media only screen and (max-width: 47.9375em) {
  .c-sentence + .p-mail-mod,
  .c-list + .p-mail-mod {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-sentence + .p-mail-mod,
  .c-list + .p-mail-mod {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod + .c-sentence,
  .p-mail-mod + .c-list {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-mail-mod + .c-sentence,
  .p-mail-mod + .c-list {
    margin-top: 12px;
  }
}
.p-mail-mod__number {
  display: flex;
  font-family: Times New Roman, sans-serif;
  font-weight: bold;
  /* -（ハイフン） */
}
.p-mail-mod__number > span {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 47.9375em) {
  .p-mail-mod__number > span {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-mail-mod__number > span {
    margin-right: 1px;
    margin-left: 1px;
  }
}
.p-mail-mod__hours {
  margin-top: 4px;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .p-mail-mod__hours {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .p-mail-mod__hours {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod__hours {
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 75em) {
  .p-mail-mod__hours {
    font-size: 0.75rem;
  }
}
.p-mail-mod.-header {
  margin-top: 20px;
  margin-left: 18px;
  margin-top: 0px;
  font-size: 1.1875rem;
}
.p-mail-mod.-header::before {
  top: 2px;
}
.p-mail-mod.-header:hover a {
  color: #2d2d2d;
}
.p-mail-mod.-cta {
  margin-top: 12px;
}
.p-mail-mod.-cta:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2014%22%3E%3Cg%20transform%3D%22translate%28-262.934%20-15288%29%22%3E%3Crect%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22translate%28262.934%2015288%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H19V1H1M1%2C0H19a1%2C1%2C0%2C0%2C1%2C1%2C1V13a1%2C1%2C0%2C0%2C1-1%2C1H1a1%2C1%2C0%2C0%2C1-1-1V1A1%2C1%2C0%2C0%2C1%2C1%2C0Z%22%20transform%3D%22translate%28262.934%2015288%29%22%20fill%3D%22%232d2d2d%22%2F%3E%3Cpath%20d%3D%22M-10917.293-1487.994a.5.5%2C0%2C0%2C1-.312-.109l-9.4-7.506.623-.781%2C9.1%2C7.261%2C9.372-7.265.613.79-9.684%2C7.506A.5.5%2C0%2C0%2C1-10917.293-1487.994Z%22%20transform%3D%22translate%2811190.131%2016784.785%29%22%20fill%3D%22%232d2d2d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-mail-mod.-cta .p-mail-mod__number {
  font-size: 2.625rem;
  color: #fff;
}
.p-mail-mod.-cta .p-mail-mod__hours {
  color: #fff;
}
.p-mail-mod.-box .p-mail-mod__number {
  /* -（ハイフン） */
}
.p-mail-mod.-box .p-mail-mod__number > span {
  position: relative;
  top: -4px;
  margin-right: 3px;
  margin-left: 4px;
}
.p-mail-mod.-box .p-mail-mod__hours {
  font-size: 0.875rem;
}
.p-mail-mod.-detail .p-mail-mod__number {
  /* -（ハイフン） */
}
.p-mail-mod.-detail .p-mail-mod__number > span {
  position: relative;
  top: -5px;
  margin-right: 1px;
  margin-left: 1px;
}
.p-mail-mod.-home {
  display: flex;
  align-items: center;
}
.p-mail-mod.-home:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2014%22%3E%3Cg%20transform%3D%22translate%28-262.934%20-15288%29%22%3E%3Crect%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22translate%28262.934%2015288%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H19V1H1M1%2C0H19a1%2C1%2C0%2C0%2C1%2C1%2C1V13a1%2C1%2C0%2C0%2C1-1%2C1H1a1%2C1%2C0%2C0%2C1-1-1V1A1%2C1%2C0%2C0%2C1%2C1%2C0Z%22%20transform%3D%22translate%28262.934%2015288%29%22%20fill%3D%22%232d2d2d%22%2F%3E%3Cpath%20d%3D%22M-10917.293-1487.994a.5.5%2C0%2C0%2C1-.312-.109l-9.4-7.506.623-.781%2C9.1%2C7.261%2C9.372-7.265.613.79-9.684%2C7.506A.5.5%2C0%2C0%2C1-10917.293-1487.994Z%22%20transform%3D%22translate%2811190.131%2016784.785%29%22%20fill%3D%22%232d2d2d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-mail-mod.-home a {
  color: #2d2d2d;
}
.p-mail-mod.-home .p-mail-mod__number {
  /* -（ハイフン） */
}
.p-mail-mod.-home .p-mail-mod__number > span {
  position: relative;
  top: -3px;
  margin-right: 1px;
  margin-left: 1px;
}
.p-mail-mod.-home .p-mail-mod__hours {
  margin-left: 5px;
}
.p-mail-mod.-contact {
  margin-top: 8px;
  padding-left: 35px;
}
.p-mail-mod.-contact::before {
  width: 21px;
  height: 21px;
}
.p-mail-mod.-contact > a {
  display: flex;
}
.p-mail-mod.-contact .p-mail-mod__number {
  font-size: 2.125rem;
  letter-spacing: -0.04em;
}
.p-mail-mod.-contact .p-mail-mod__hours {
  margin-top: auto;
  margin-bottom: 4px;
  margin-left: 8px;
  font-size: 1rem;
}
.p-mail-mod.-faq .p-mail-mod__number {
  /* -（ハイフン） */
}
.p-mail-mod.-faq .p-mail-mod__number > span {
  position: relative;
  top: -3px;
  margin-right: 1px;
  margin-left: 1px;
  font-size: 1.375rem;
}
.p-mail-mod.-faq .p-mail-mod__hours {
  margin-left: -5px;
}

@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-header {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-header {
    padding-left: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-header {
    padding-left: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1136px) {
  .p-mail-mod.-header {
    padding-left: 20px;
    margin-left: 18px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-mail-mod.-header {
    padding-left: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-header::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1136px) {
  .p-mail-mod.-header::before {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-header .p-mail-mod__number {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-header .p-mail-mod__number {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-header .p-mail-mod__hours {
    font-size: 1.09375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-cta {
    padding-left: 38px;
    margin-top: 20px;
    margin-left: 28px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-cta:before {
    width: 24px;
    height: 24px;
    top: 1em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-cta:before {
    width: 24px;
    height: 24px;
    top: 0.7em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-cta .p-mail-mod__number {
    font-size: 2.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-cta .p-mail-mod__hours {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-cta.-en:before {
    top: 0.5em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-cta.-en .p-mail-mod__number {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-box {
    padding-left: 34px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-box:before {
    width: 21px;
    height: 21px;
    top: 0.5em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-box .p-mail-mod__number {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-detail {
    margin-left: 25px;
    padding-left: 34px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-detail:before {
    width: 21px;
    height: 21px;
    top: 0.5em;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-detail .p-mail-mod__number {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-detail .p-mail-mod__hours {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-home {
    padding-left: 30px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-home {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-home:before {
    width: 12px;
    height: 12px;
    top: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-home:before {
    width: 18px;
    height: 18px;
    top: auto;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-home a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 100em) {
  .p-mail-mod.-home a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-home .p-mail-mod__number {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-home .p-mail-mod__number {
    font-size: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-home .p-mail-mod__number {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-mail-mod.-home .p-mail-mod__hours {
    font-size: 0.75rem;
    margin-top: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-home .p-mail-mod__hours {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 100em) {
  .p-mail-mod.-home .p-mail-mod__hours {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-contact.-en > a {
    flex-direction: column;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-contact.-en .p-mail-mod__hours {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-faq {
    padding-left: 25px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-faq:before {
    width: 18px;
    height: 16px;
    top: 0.3em;
    left: 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-mail-mod.-faq:before {
    width: 18px;
    height: 16px;
    top: 0.3em;
    left: 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-mail-mod.-faq > a {
    display: flex;
    align-items: baseline;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mail-mod.-faq .p-mail-mod__number {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-mail-mod.-faq .p-mail-mod__number {
    font-size: 1.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-mail-mod.-faq .p-mail-mod__hours {
    font-size: 0.8125rem;
    margin-left: 8px;
  }
}
.c-button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 4px;
}

@media only screen and (max-width: 47.9375em) {
  .c-button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .c-button {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (max-width: 63.9375em) {
  .c-button {
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button {
    transition: transform 1s 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s 1s ease;
    padding-top: 11px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .browser-is-ie .c-button {
    padding-top: 13px;
    padding-bottom: 9px;
  }
}
.browser-is-safari .c-button {
  z-index: 1;
}

@media print, screen and (min-width: 64em) {
  .c-button {
    transition: background-color 0.7s ease;
  }
}
.c-button > span {
  position: relative;
}
.c-button .c-arrow {
  align-self: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex: 0 0 auto;
}

@media print, screen and (min-width: 64em) {
  .c-button > span {
    transition: color 0.7s ease;
  }
}
.browser-is-ie .c-button .c-arrow {
  top: -2px;
}

.c-button:hover:after {
  transform: translate3d(0, 0, 0);
}
.c-button > * {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 64em) {
  .c-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #74b708;
    transform: translate3d(-101%, 0, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  .c-button.-form:hover .c-arrow {
    background-color: #fff;
  }
  .c-button.-form:hover .c-arrow:before {
    border-color: #74b708;
  }
}
@media print, screen and (min-width: 64em) {
  .browser-is-ie .c-button {
    overflow: hidden;
    -webkit-backface-visiblity: hidden;
  }
}
.browser-is-ie .c-button:hover:after {
  transform: translate3d(0, 0, 0);
}

.c-button.-center {
  margin: 0 auto;
}
.c-button.-w_250 {
  width: 250px;
}
.c-button.-w_280 {
  width: 280px;
}
.c-button.-w_fit {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button.-contact {
  background-color: #1a1a1a;
}
.c-button.-contact > span {
  color: #fff;
}
.c-button.-contact > .c-arrow {
  background-color: #74b708;
}
.c-button.-contact > .c-arrow:before {
  border-color: #1a1a1a;
}
.c-button.-contact:hover:after {
  transform: translate3d(0, 0, 0);
}
.c-button.-contact.-f_bk {
  background-color: #74b708;
}
.c-button.-contact.-f_bk > span {
  color: #1a1a1a;
}
.c-button.-contact.-f_bk > .c-arrow {
  background-color: #1a1a1a;
}
.c-button.-contact.-f_bk > .c-arrow:before {
  border-color: #74b708;
}
.c-button.-contact.-f_bk:hover > .c-arrow {
  background-color: #1a1a1a;
}
.c-button.-contact.-f_bk:hover > .c-arrow:before {
  border-color: #74b708;
}
.c-button.-document {
  background-color: #74b708;
  padding-top: 13px;
  padding-bottom: 10px;
}
.c-button.-document > span {
  color: #fff;
  white-space: nowrap;
}
.c-button.-document > .c-arrow {
  background-color: #fff;
}
.c-button.-document > .c-arrow:before {
  border-color: #74b708;
}
.c-button.-small {
  padding-top: 6px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 11px;
}
.c-button.-small > span {
  font-size: 0.8125rem;
}
.c-button.-small > .c-arrow {
  top: -1px;
  margin-right: 3px;
  width: 9px;
  height: 9px;
}
.c-button.-small > .c-arrow::before {
  width: 4px;
  height: 4px;
  left: calc(50% - 2.5px);
  top: calc(50% - 2px);
}

/* お問い合わせ */
@media only screen and (max-width: 47.9375em) {
  .c-button.-contact {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button.-contact.-f_bk:after {
    background: #000;
    opacity: 0.3;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}
/* 資料ダウンロード */
@media print, screen and (min-width: 64em) {
  .c-button.-document:after {
    background: #000;
    opacity: 0.3;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button.-document.-online {
    width: 250px;
  }
}
/* 小さいサイズ */
@media screen and (min-width: 1136px) {
  .c-button.-small > .c-arrow::before {
    width: 5px;
    height: 5px;
    left: 20%;
    top: 30%;
  }
}
@media screen and (min-width: 1136px) {
  .c-button.-small > .c-arrow {
    top: -1px;
    width: 11px;
    height: 11px;
    margin-right: 4px;
  }
}
.browser-is-ie .c-button.-small {
  padding-top: 6px;
  padding-bottom: 3px;
}
.browser-is-ie .c-button.-large {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 13px;
}

/* 大きいサイズ */
@media print, screen and (min-width: 64em) {
  .c-button.-large {
    padding-top: 17px;
    padding-right: 11px;
    padding-bottom: 15px;
    padding-left: 11px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button.-large > span {
    font-size: 1.125rem;
  }
}
.c-button.-large > .c-arrow {
  margin-right: 10px;
}
.c-button.-main {
  background-color: #1a1a1a;
}
.c-button.-main > span {
  color: #fff;
}
.c-button.-main > .c-arrow {
  background-color: #74b708;
}
.c-button.-main > .c-arrow:before {
  border-color: #1a1a1a;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s 0.1s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s 0.1s;
}

@media print, screen and (min-width: 64em) {
  .c-button.-main {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button.-main:hover:after {
    transform: translate3d(0, 0, 0);
  }
  .c-button.-main:hover > .c-arrow {
    background-color: #fff;
  }
  .c-button.-main:hover > .c-arrow:before {
    border-color: #74b708;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  }
}
.browser-is-ie .c-button.-main:hover {
  background-color: #1a1a1a;
}
.browser-is-ie .c-button.-main:hover:after {
  transform: translate3d(0, 0, 0);
}

.c-button.-wh {
  background-color: #fff;
  border: 1px solid #c8cccf;
}
.c-button.-wh:after {
  display: none;
}

button.c-button {
  border: none;
  text-align: left;
  cursor: pointer;
}

.c-button.-form {
  background-color: #1a1a1a;
  line-height: 1;
  font-weight: bold;
  border-radius: 4px;
}
.c-button.-form > span {
  color: #fff;
}
.c-button.-form .c-arrow {
  background-color: #74b708;
}
.c-button.-form .c-arrow:before {
  border-color: #1a1a1a;
}
.c-button.-form.-disabled {
  background-color: #d6d6d4;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
.c-button.-form.-disabled > span {
  color: #fff;
}
.c-button.-form.-disabled .c-arrow {
  background-color: #fff;
}
.c-button.-form.-disabled .c-arrow:before {
  border-color: #d6d6d4;
}
.c-button.-form.-disabled:hover {
  color: #fff;
}
.c-button.-form.-disabled:hover > span:after {
  transform: translate(0, -50%) rotate(45deg);
}
.c-button.-form.-disabled:after {
  display: none;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.c-button.-download {
  background-color: #1a1e23;
  padding-top: 13px;
  padding-bottom: 10px;
}
.c-button.-download > span {
  color: #fff;
}
.c-button.-download > .c-download {
  margin-right: 8px;
}

@media only screen and (max-width: 47.9375em) {
  .c-button.-form {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .c-button.-form {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 64em) {
  .c-button.-form {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .c-button.-form {
    padding-top: 11px;
    padding-right: 14px;
    padding-bottom: 11px;
    padding-left: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button.-form {
    padding-top: 13px;
    padding-right: 16px;
    padding-bottom: 13px;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .c-button.-form .c-arrow {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button.-form .c-arrow {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-button-block__button .c-button.-form {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .f-button-block__button .c-button.-form {
    width: 250px;
    margin: 0 auto;
  }
}
/* ダウンロードボタン
----------------------------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .c-button.-download:hover .c-download {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.605%2013.182%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22%23fff%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22パス%2047134%22%20d%3D%22M7.424%208.217a.453.453%200%2000.756%200l2.731-3.6a.3.3%200%2000-.261-.525H9.604a.514.514%200%2001-.513-.513V.61a.611.611%200%2000-.61-.61H7.123a.611.611%200%2000-.61.61v2.969A.514.514%200%20016%204.092H4.954a.3.3%200%2000-.261.526z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22パス%2047135%22%20d%3D%22M13.569%207.754v3.392H2.035V7.754H0v4.652a.776.776%200%2000.775.775h14.054a.776.776%200%2000.775-.775V7.754z%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E");
  }
}
/* 矢印アイコン
----------------------------------------------------------------- */
.c-arrow {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #74b708;
}
.c-arrow:before {
  content: "";
}
.c-arrow.-inline {
  display: inline-block;
}
.c-arrow.-bottom:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  left: calc(50% - 3px);
  border-color: #fff;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  backface-visibility: hidden;
  content: "";
}
.c-arrow.-right:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  border-color: #fff;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  backface-visibility: hidden;
  content: "";
  top: calc(50% - 3px);
}

@media print, screen and (min-width: 64em) {
  .c-arrow {
    transition: background-color 0.7s ease;
  }
}
@media print, screen and (min-width: 64em) {
  a:hover .c-arrow,
  button:hover .c-arrow {
    transition: background-color 0.2s ease;
  }
}
.browser-is-safari .c-arrow.-right:before {
  transition: none;
}

.c-arrow.-left:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  left: calc(50% - 2px);
  border-color: #fff;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  backface-visibility: hidden;
  content: "";
  top: calc(50% - 3px);
}

/* コンテンツブロックの区切り
----------------------------------------------------------------- */
.c-block {
  padding-top: 1px;
  margin-top: -1px;
  width: 100%;
  position: relative;
}

.c-block__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  box-sizing: border-box;
  padding-right: 4.6875%;
  padding-left: 4.6875%;
  margin-right: auto;
  margin-left: auto;
}
.c-block__inner.-detail {
  max-width: 1160px;
}
.c-block__inner.-contact {
  max-width: 1000px;
}
.c-block__inner.-contact.-thanks {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .c-block__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .c-block__inner.-contact {
    margin-top: 50px;
  }
}
.c-block.-fill, .c-block.-user {
  background-color: #f3f6f6;
}
.c-block.-fill-maincolor {
  background-color: #1a1a1a;
}
.c-block.-fill-right {
  background-color: #f2f5f4;
}
.c-block.-oh {
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .c-block.-fill-transparent {
    background: linear-gradient(#f3f6f6 87.5%, transparent 0%);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-fill-transparent {
    background-color: #f3f6f6;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-last {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block.-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-last120 {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block.-last120 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-last60-xs {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-user {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block.-user {
    padding-top: 94px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-has_pb {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block.-has_pb {
    padding-bottom: 76px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block__button {
    width: 150px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block__button {
    width: 250px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block__button.-sp_full {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block__button.-w_300 {
    width: 300px;
    margin-top: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .c-block.-home .c-block__inner {
    padding-bottom: 52px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-block.-home .c-block__inner {
    padding-bottom: 128px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1420px) {
  .c-block.-home .c-block__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.c-section-2 {
  padding-left: 29px;
  position: relative;
}
.c-section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #74b708;
  width: 5px;
  height: 100%;
}

@media print, screen and (max-width: 63.9375em) {
  .c-section-2 {
    margin-top: 54px;
  }
}
@media print, screen and (min-width: 64em) {
  .c-section-2 {
    margin-top: 76px;
  }
}
.c-section-2.-p_test {
  page-break-before: always;
}

/* 施設一覧にて使用 */
.p-home-block__sub-heading {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 1.125rem;
  color: #74b708;
}

@media print, screen and (min-width: 75em) {
  .p-home-block.-doc {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-home-block.-doc .p-home-block__inner {
    padding-top: 53px;
    padding-bottom: 80px;
  }
}
.p-home-block.-doc .p-home-block__name,
.p-home-block.-doc .p-home-block__title,
.p-home-block.-doc .p-home-block__lead {
  padding: 0;
}

.p-home-panel-group {
  position: relative;
  box-shadow: 0 3px 10px 0 rgba(61, 99, 120, 0.15);
}

@media print, screen and (min-width: 64em) {
  .p-home-panel-group {
    width: 100%;
    max-width: 1200px;
  }
}
.p-home-panel {
  display: block;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

.p-home-panel__content {
  grid-area: content;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-panel__content {
    padding-top: 20px;
    padding-right: 4.6875%;
    padding-bottom: 20px;
    padding-left: 4.6875%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__content {
    padding-top: 64px;
    padding-right: 9.375%;
    padding-bottom: 64px;
    padding-left: 9.375%;
  }
}
@media print, screen and (min-width: 64em) {
  .p-home-panel__content {
    padding-top: 128px;
    padding-right: 60px;
    padding-bottom: 128px;
    padding-left: 60px;
  }
}
.p-home-panel__heading span.-en {
  position: relative;
  padding-right: 30px;
  font-family: Times New Roman, sans-serif;
  font-weight: 400;
  color: #74b708;
  line-height: 1;
}
.p-home-panel__heading span.-en:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 20px;
  height: 1px;
  right: 0;
  background-color: currentColor;
  opacity: 0.5;
}
.p-home-panel__heading span.-ja {
  display: block;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  font-weight: bold;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-panel__heading span.-en {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-panel__heading span.-ja {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__heading span.-ja {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-panel__heading span.-ja {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__heading span.-ja {
    font-size: 1.625rem;
  }
}
.p-home-panel__description {
  line-height: 1.625;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-panel__description {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__description {
    margin-top: 32px;
    font-weight: bold;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 47.9375em) {
  .p-home-panel__description {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .p-home-panel__description {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
.p-home-panel__more {
  display: flex;
  font-weight: bold;
}
.p-home-panel__more .c-arrow {
  margin-right: 8px;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-panel__more {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__more {
    font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ";
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-panel__more {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__more {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-panel__more .c-arrow {
    top: 0.4em;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__more .c-arrow {
    top: 0.3em;
  }
}
.p-home-panel__thumb {
  grid-area: thumb;
  position: relative;
}
.p-home-panel__thumb > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-panel__thumb {
    width: 100%;
    padding-top: 75%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel__thumb {
    width: 100%;
    height: 100%;
    min-height: 73%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel:nth-child(odd) {
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template: "content thumb" 1fr/1fr 1fr;
  }
  .p-home-panel__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-panel__thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .p-home-panel:nth-child(odd) {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 460px 1fr;
    grid-template: "content thumb" 1fr/460px 1fr;
  }
  .p-home-panel__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-panel__thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-panel:nth-child(even) {
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template: "thumb content" 1fr/1fr 1fr;
  }
  .p-home-panel:nth-child(even) > .p-home-panel__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-home-panel:nth-child(even) > .p-home-panel__thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .p-home-panel:nth-child(even) {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 460px;
    grid-template: "thumb content" 1fr/1fr 460px;
  }
  .p-home-panel:nth-child(even) > .p-home-panel__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-home-panel:nth-child(even) > .p-home-panel__thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-sentence {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-sentence {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-list {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-list {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-list.-link {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-list.-link {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-list.-beginners {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-list.-beginners {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-column {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-column {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-image {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-image {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .c-table {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-table {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-select {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .p-select {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-equipment-table {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .p-equipment-table {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-equipment-table {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-gallery {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .p-gallery {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-detail-fv {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .p-detail-fv {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-access-price-table {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .p-access-price-table {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 + .p-room-gallery {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 + .p-room-gallery {
    margin-top: 28px;
  }
}
.p-link-desc.-max2 {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 48em) {
  .p-link-desc.-max2 {
    margin-top: -50px;
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-max2 .p-link-desc__item {
    width: calc(50% - 40px);
    margin-top: 50px;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-max3 {
    display: flex;
    margin-left: -50px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-max3 .p-link-desc__item {
    width: calc(33.33% - 50px);
    margin-top: 0;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc__item {
    margin-top: 29px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__item {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__item:first-child {
    margin-top: 0;
  }
}
.p-link-desc__item a {
  display: block;
  color: #000;
}
.p-link-desc__item > span {
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .p-link-desc__item:first-child {
    margin-top: 0;
  }
}
.p-link-desc__img {
  grid-area: pLinkDescImg;
  position: relative;
  overflow: hidden;
}

.p-link-desc.-home .p-link-desc__item > a > .p-link-desc__img,
.p-link-desc.-home .p-link-desc__item > span > .p-link-desc__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

.p-link-desc__item.-has_deco > a > .p-link-desc__img,
.p-link-desc__item.-has_deco > span > .p-link-desc__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

.p-link-desc__img img {
  display: block;
  transition: transform 0.2s ease;
}

@media only screen and (max-width: 47.9375em) {
  .p-link-desc__img img {
    height: 80px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__img img {
    width: 100%;
  }
}
.p-link-desc__main {
  grid-area: pLinkDescMain;
  font-weight: bold;
  transition: color 0.2s ease;
}

.p-link-desc.-home .p-link-desc__item > a > .p-link-desc__main,
.p-link-desc.-home .p-link-desc__item > span > .p-link-desc__main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-link-desc__item.-has_deco > a > .p-link-desc__main,
.p-link-desc__item.-has_deco > span > .p-link-desc__main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media only screen and (max-width: 47.9375em) {
  .p-link-desc__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc__main {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__main {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a:hover .p-link-desc__main {
    color: #74b708;
  }
}
.p-link-desc__info {
  grid-area: pLinkDescInfo;
}

@media only screen and (max-width: 47.9375em) {
  .p-link-desc__info {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc__info li {
    font-size: 0.75rem;
    line-height: 1.55;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__info li {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__info li:first-child:after {
    content: "　／　";
  }
}
.p-link-desc__desc {
  grid-area: pLinkDescDesc;
}

.p-link-desc.-home .p-link-desc__item > a > .p-link-desc__desc,
.p-link-desc.-home .p-link-desc__item > span > .p-link-desc__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-link-desc__item.-has_deco > a > .p-link-desc__desc,
.p-link-desc__item.-has_deco > span > .p-link-desc__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media only screen and (max-width: 47.9375em) {
  .p-link-desc__desc {
    margin-top: 11px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__desc {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc__info + .p-link-desc__desc {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc__info + .p-link-desc__desc {
    margin-top: 8px;
  }
}
/* ==========================================================================
* モディファイア
========================================================================== */
@media print, screen and (min-width: 48em) {
  .p-link-desc.-large .p-link-desc__item {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-large .p-link-desc__item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc.-large .p-link-desc__main {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-large .p-link-desc__main {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc.-large .p-link-desc__main .c-blank {
    top: 0em;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-large .p-link-desc__main .c-blank {
    top: -0.1em;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-large.-img .p-link-desc__item > a,
  .p-link-desc.-large.-img .p-link-desc__item > span {
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 200px 40px 1fr;
    grid-template: "pLinkDescImg pLinkDescMain" auto "pLinkDescImg pLinkDescDesc" 1fr/200px 1fr;
    gap: 0 40px;
  }
  .p-link-desc__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-link-desc__main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-link-desc__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > a,
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > span {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 200px 40px 1fr;
    grid-template: "pLinkDescImg pLinkDescMain" auto "pLinkDescImg pLinkDescDesc" 1fr/200px 1fr;
    gap: 0 40px;
  }
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > a > .p-link-desc__img,
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > span > .p-link-desc__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > a > .p-link-desc__main,
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > span > .p-link-desc__main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > a > .p-link-desc__desc,
  .browser-is-ie .p-link-desc.-large.-img .p-link-desc__item > span > .p-link-desc__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* 画像つき
----------------------------------------------------------------- */
@media print, screen and (min-width: 48em) {
  .p-link-desc.-img .p-link-desc__item > a,
  .p-link-desc.-img .p-link-desc__item > span {
    display: grid;
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 110px 40px 1fr;
    grid-template: "pLinkDescImg pLinkDescMain" auto "pLinkDescImg pLinkDescInfo" auto "pLinkDescImg pLinkDescDesc" 1fr/110px 1fr;
    gap: 0 40px;
  }
  .p-link-desc.-img .p-link-desc__item > a > .p-link-desc__img,
  .p-link-desc.-img .p-link-desc__item > span > .p-link-desc__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-link-desc.-img .p-link-desc__item > a > .p-link-desc__main,
  .p-link-desc.-img .p-link-desc__item > span > .p-link-desc__main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-link-desc__info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-link-desc.-img .p-link-desc__item > a > .p-link-desc__desc,
  .p-link-desc.-img .p-link-desc__item > span > .p-link-desc__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 64em) {
  .p-link-desc.-img .p-link-desc__item:not(.-current) > a:hover .p-link-desc__img img {
    transform: scale(1.08, 1.08);
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-img .p-link-desc__img {
    max-height: 110px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc.-img .p-link-desc__main {
    margin-top: 20px;
  }
}
/* ホーム施設一覧
----------------------------------------------------------------- */
.p-link-desc.-home {
  margin-top: 0;
}
.p-link-desc.-home .p-link-desc__item {
  box-sizing: border-box;
}
.p-link-desc.-home .p-link-desc__item > a,
.p-link-desc.-home .p-link-desc__item > span {
  transform: translate 0.2s ease;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 150px 20px 1fr;
  grid-template: "pLinkDescImg pLinkDescMain" auto "pLinkDescImg pLinkDescDesc" 1fr/150px 1fr;
  gap: 0 20px;
}
.p-link-desc.-home .p-link-desc__item > a:hover,
.p-link-desc.-home .p-link-desc__item > span:hover {
  transform: scale 0.2s ease;
}
.p-link-desc.-home .p-link-desc__img img {
  height: auto;
  width: 100%;
}
.p-link-desc.-home .p-link-desc__desc {
  font-size: 0.875rem;
  padding-top: 0px;
  padding-right: 10px;
  margin-top: 0;
  line-height: 1.7;
}
.p-link-desc.-home .p-link-desc__main {
  font-size: 1.125rem;
}

@media only screen and (max-width: 47.9375em) {
  .p-link-desc.-home {
    display: block;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc.-home .p-link-desc__item > a,
  .p-link-desc.-home .p-link-desc__item > span {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 100px 20px 1fr;
    grid-template: "pLinkDescImg pLinkDescMain" auto "pLinkDescImg pLinkDescDesc" 1fr/100px 1fr;
    gap: 0 20px;
  }
  .p-link-desc.-home .p-link-desc__item > a > .p-link-desc__img,
  .p-link-desc.-home .p-link-desc__item > span > .p-link-desc__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-link-desc.-home .p-link-desc__item > a > .p-link-desc__main,
  .p-link-desc.-home .p-link-desc__item > span > .p-link-desc__main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-link-desc.-home .p-link-desc__item > a > .p-link-desc__desc,
  .p-link-desc.-home .p-link-desc__item > span > .p-link-desc__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 64em) {
  .p-link-desc.-home .p-link-desc__item > a,
  .p-link-desc.-home .p-link-desc__item > span {
    gap: 0 28px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-desc.-home .p-link-desc__img {
    max-height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .p-link-desc.-home .p-link-desc__desc {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-desc.-home .p-link-desc__main {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .p-link-desc.-home .p-link-desc__main {
    font-size: 1rem;
  }
}
.p-link-desc__item.-has_deco > a,
.p-link-desc__item.-has_deco > span {
  transform: translate 0.2s ease;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 150px 20px 1fr;
  grid-template: "pLinkDescImg pLinkDescMain" auto "pLinkDescImg pLinkDescDesc" 1fr/150px 1fr;
  gap: 0 20px;
}
.p-link-desc__item.-has_deco .c-link.p-link-desc__main {
  flex-wrap: wrap;
}
.p-link-desc__item.-has_deco .p-link-desc__deco {
  width: 100%;
  color: #74b708;
  font-size: 0.875rem;
  font-weight: bold;
}

.c-link {
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
.c-link .c-arrow {
  min-width: 16px;
  margin-right: 8px;
  top: 0.1em;
}
.c-link .c-arrow.-inline {
  margin-right: 3px;
}
.c-link .c-blank {
  min-width: 15px;
  margin-right: 8px;
  top: 0.1em;
}
.c-link .c-zoom {
  min-width: 20px;
  margin-right: 8px;
  top: 0.15em;
}
.c-link .c-print {
  min-width: 15px;
  margin-right: 8px;
  top: 0.1em;
}
.c-link.-inline {
  display: inline;
}
.c-link.-inline .c-blank {
  top: 0.05em;
}
.c-link.-inline.-personal span {
  padding-right: 9px;
  font-size: 1rem;
  font-weight: medium;
  text-decoration: underline;
}
.c-link.-normal {
  font-weight: normal;
}
.c-link.-center {
  align-items: center;
}
.c-link.-center .c-arrow {
  top: 0;
}
.c-link.-mt_10 {
  margin-top: 10px;
}
.c-link.-mt_16 {
  margin-top: 16px;
}
.c-link .c-arrow.-p_top0 {
  top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .c-link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-block.-support .p-home-block__sec .c-link {
    line-height: 1.4;
  }
}
/* ドロップダウンで使用 */
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .c-link .c-arrow.-p_top0 {
    top: 0.1em;
  }
}
.c-link.-underline {
  display: inline-block;
  position: relative;
}
.c-link.-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
  background-color: #000;
}
.c-link.-underline.-border_white::after {
  background-color: #fff;
}

@media print, screen and (min-width: 64em) {
  .c-link.-underline:hover {
    color: #8ac9c4;
  }
  .c-link.-underline:hover::after {
    background-color: #8ac9c4;
  }
}
@media print, screen and (min-width: 64em) {
  .c-link.-underline.-border_white:hover::after {
    background-color: #8ac9c4;
  }
}
th > .c-link {
  align-items: center;
}
th > .c-link .c-arrow {
  top: 0;
}

@media only screen and (max-width: 47.9375em) {
  th > .c-link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media print, screen and (min-width: 48em) {
  th > .c-link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}/*# sourceMappingURL=home.css.map */