@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.header {
  background: #fff;
}

.contents {
  padding: 120px 0 150px;
}
@media all and (max-width: 1025px) {
  .contents {
    padding: 74px 0 88px;
  }
}

.breadcrumb {
  padding: 0 2.6vw;
}
@media all and (max-width: 896px) {
  .breadcrumb {
    padding: 0 30px;
  }
}
.breadcrumb .list_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #888;
  letter-spacing: 0.05em;
}
.breadcrumb .list_breadcrumb > li::after {
  content: "/";
  margin: 0 1.25em;
}
.breadcrumb .list_breadcrumb > li:last-of-type::after {
  content: none;
}
.breadcrumb .list_breadcrumb a {
  color: #D2C7A7;
}

.area_styleguide > * {
  margin-top: 30px;
}

.block_ttl_common {
  line-height: 1.2;
  padding: 100px 0 30px;
  position: relative;
}
@media all and (max-width: 896px) {
  .block_ttl_common {
    padding: 50px 0 20px;
  }
}
.block_ttl_common::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #AE2803;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .block_ttl_common::after {
    width: 20px;
  }
}
.block_ttl_common .en_ttl {
  font-size: 1.4rem;
  color: #888;
}
@media all and (max-width: 896px) {
  .block_ttl_common .en_ttl {
    font-size: 1.2rem;
  }
}
.block_ttl_common .jp_ttl {
  font-size: 4rem;
  font-weight: 600;
  color: #2B2B2B;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .block_ttl_common .jp_ttl {
    font-size: 2.8rem;
    margin-top: 15px;
  }
}

.block_mainvisual_common {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .block_mainvisual_common {
    padding-top: 50px;
  }
}
.block_mainvisual_common img {
  width: 100%;
  max-width: none;
}
.block_mainvisual_common .cap_mainvisual {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
  .block_mainvisual_common .cap_mainvisual {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.ttl_second_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ttl_second_common > span {
  display: inline-block;
}
.ttl_second_common .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #000;
  color: #fff;
  font-size: 4rem;
  line-height: 1.4;
  display: grid;
  place-content: center;
  border-top: 4px solid #E8C77D;
  border-bottom: 4px solid #E8C77D;
  position: relative;
  margin: 0 -1px;
}
@media all and (max-width: 896px) {
  .ttl_second_common .ttl {
    font-size: 2rem;
    border-width: 3px;
  }
}
.ttl_second_common .ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E8C77D;
  position: absolute;
  top: 3px;
  left: 0;
}
@media all and (max-width: 896px) {
  .ttl_second_common .ttl::before {
    height: 1px;
    top: 2px;
  }
}
.ttl_second_common .ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #E8C77D;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media all and (max-width: 896px) {
  .ttl_second_common .ttl::after {
    height: 1px;
    bottom: 1px;
  }
}
.ttl_second_common .decoration {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ttl_second_common .decoration img {
  width: auto;
  height: 100%;
}
.ttl_second_common .txt_ruby {
  display: inline-block;
  padding-top: 16px;
  position: relative;
}
@media all and (max-width: 896px) {
  .ttl_second_common .txt_ruby {
    padding-top: 12px;
  }
}
.ttl_second_common .txt_ruby .txt_rt {
  font-size: 14px;
  display: inline-block;
  width: 120%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .ttl_second_common .txt_ruby .txt_rt {
    font-size: 10px;
  }
}

.ttl_second_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ttl_second_center > span {
  display: inline-block;
}
.ttl_second_center .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #000;
  color: #fff;
  font-size: 4rem;
  line-height: 1.4;
  display: grid;
  place-content: center;
  border: 4px solid #E8C77D;
  position: relative;
}
@media all and (max-width: 896px) {
  .ttl_second_center .ttl {
    font-size: 2rem;
    border-width: 3px;
  }
}
.ttl_second_center .ttl::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #E8C77D;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media all and (max-width: 896px) {
  .ttl_second_center .ttl::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-color: #74643E;
  }
}
.ttl_second_center .txt_ruby {
  display: inline-block;
  padding-top: 16px;
  position: relative;
}
@media all and (max-width: 896px) {
  .ttl_second_center .txt_ruby {
    padding-top: 12px;
  }
}
.ttl_second_center .txt_ruby .txt_rt {
  font-size: 14px;
  display: inline-block;
  width: 120%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .ttl_second_center .txt_ruby .txt_rt {
    font-size: 10px;
  }
}

.ttl_secondry_common {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 1em 0.4em;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
}
@media all and (max-width: 896px) {
  .ttl_secondry_common {
    font-size: 1.8rem;
  }
}

.ttl_third_common {
  font-size: 3.4rem;
  color: #000;
  padding-bottom: 30px;
  position: relative;
}
@media all and (max-width: 896px) {
  .ttl_third_common {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.ttl_third_common::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #AE2803;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .ttl_third_common::after {
    width: 20px;
  }
}

.copy_common {
  font-size: 3.8rem;
}
@media all and (max-width: 896px) {
  .copy_common {
    font-size: 2rem;
  }
}

.copy_second_common {
  font-size: 2rem;
  color: #000;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .copy_second_common {
    font-size: 1.8rem;
  }
}

.block_ttl_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .block_ttl_line {
    gap: 20px;
  }
}
.block_ttl_line::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #AE2803;
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
@media all and (max-width: 896px) {
  .block_ttl_line::after {
    font-size: 2.6rem;
  }
}
.block_ttl_line .ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  line-height: 1.4;
}
.block_ttl_line .ttl > span {
  display: block;
}
.block_ttl_line .ttl .ttl_rt {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .block_ttl_line .ttl .ttl_rt {
    font-size: 1.4rem;
  }
}
.block_ttl_line .ttl .ttl_ruby {
  font-size: 3.8rem;
  margin-top: 0.2em;
}
@media all and (max-width: 896px) {
  .block_ttl_line .ttl .ttl_ruby {
    font-size: 2.6rem;
  }
}

.name_img_common {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .name_img_common {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.block_float_common {
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .block_float_common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.block_float_common .img_float {
  padding: 0 0 20px 50px;
  text-align: center;
  float: right;
}
@media all and (max-width: 896px) {
  .block_float_common .img_float {
    float: none;
    padding: 0;
  }
}

.block_img_common .list_img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
}
@media all and (max-width: 896px) {
  .block_img_common .list_img {
    gap: 30px;
  }
}
.block_img_common .list_img > li {
  width: calc((100% - 50px) / 2);
}
@media all and (max-width: 896px) {
  .block_img_common .list_img > li {
    width: calc((100% - 30px) / 2);
  }
}
@media all and (max-width: 480px) {
  .block_img_common .list_img > li {
    width: 100%;
  }
}

.list_detail_common > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  padding: 30px 0;
  border-bottom: 1px solid #DFDFDF;
}
@media all and (max-width: 896px) {
  .list_detail_common > div {
    padding: 15px 0;
  }
}
.list_detail_common > div:first-of-type {
  border-top: 1px solid #DFDFDF;
}
.list_detail_common > div > dt {
  font-size: 2.2rem;
  padding-right: 1.5em;
  width: calc(25% - 15px);
}
@media all and (max-width: 896px) {
  .list_detail_common > div > dt {
    font-size: 1.8rem;
    width: 100%;
  }
}
.list_detail_common > div > dd {
  font-size: 1.8rem;
  width: 75%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .list_detail_common > div > dd {
    font-size: 1.6rem;
    padding-top: 0;
    width: 100%;
  }
}
.list_detail_common > div > dd .box_map {
  margin-top: 20px;
}
.list_detail_common > div > dd .box_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
@media all and (max-width: 480px) {
  .list_detail_common > div > dd .box_map iframe {
    aspect-ratio: 1.4/1;
  }
}

.box_detail_wrapper {
  padding-top: 20px;
}
@media all and (max-width: 896px) {
  .box_detail_wrapper {
    padding-top: 18px;
  }
}
.box_detail_wrapper .box_detail_common {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 30px 30px;
  border: 1px solid #707070;
  position: relative;
}
@media all and (max-width: 896px) {
  .box_detail_wrapper .box_detail_common {
    padding: 25px 20px 20px;
  }
}
.box_detail_wrapper .box_detail_common .ttl_detail_common {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 0.4em;
  font-size: 2.4rem;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 30px;
}
@media all and (max-width: 896px) {
  .box_detail_wrapper .box_detail_common .ttl_detail_common {
    font-size: 2rem;
    top: -18px;
    left: 20px;
  }
}

.txt_note {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Noto Sans JP", sans-serif;
}

.notfound .area_notfound {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .notfound .area_notfound {
    padding-top: 50px;
  }
}
.notfound .area_notfound .ttl_notfound {
  font-size: 3.6rem;
}
@media all and (max-width: 896px) {
  .notfound .area_notfound .ttl_notfound {
    font-size: 2.6rem;
  }
}
.notfound .area_notfound .txt_notfound {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .notfound .area_notfound .txt_notfound {
    margin-top: 30px;
  }
}
.notfound .area_notfound .btn_common {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .notfound .area_notfound .btn_common {
    margin-top: 50px;
  }
}