@charset "UTF-8";
@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .text-pc-left {
    text-align: left;
  }
  .text-pc-right {
    text-align: right;
  }
  .text-pc-center {
    text-align: center;
  }
}

.main {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
}
.main *,
.main *::before,
.main *::after {
  box-sizing: border-box;
}

.pblock {
  margin-bottom: 60px;
}
@media screen and (min-width: 980px) {
  .pblock {
    margin-bottom: 100px;
  }
}

.sub-block {
  margin-bottom: 30px;
}
.sub-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .sub-block {
    margin-bottom: 60px;
  }
}

[class*=grid-layout] {
  display: flex;
}
[class*=grid-layout] > .item .modal-img {
  margin-bottom: 0;
}
[class*=grid-layout].column-2 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
[class*=grid-layout].column-2 > .item {
  width: calc(50% - 20px);
}
[class*=grid-layout].column-3 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
[class*=grid-layout].column-3 > .item {
  width: calc(33.3333% - 15px);
}
@media screen and (min-width: 980px) {
  [class*=grid-layout][class*=-pc].column-2[data-item=photo-detail] > .item:has(.modal-img) {
    width: calc(48.865% - 20px);
  }
  [class*=grid-layout][class*=-pc].column-2[data-item=photo-detail] > .item:has(.detail-table) {
    flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 979px) {
  [class*=grid-layout][class*=-pc] {
    display: block;
  }
  [class*=grid-layout][class*=-pc] > .item {
    width: 100%;
  }
  [class*=grid-layout][class*=-pc] > .item ~ .item {
    margin-top: 20px;
  }
}

.detail-table .list-box {
  display: flex;
}
@media screen and (min-width: 980px) {
  .detail-table .list-box {
    font-size: 16px;
  }
}
.detail-table .list-box:not(:first-child) {
  border-top: 1px dotted #ccc;
}
.detail-table .list-head {
  width: 13.7209%;
  padding-block: 0.3378125em;
  border-right: 1px solid #ccc;
  text-align: center;
}
.detail-table .list-body {
  flex: 1;
  padding-block: 0.3378125em;
  padding-inline: 15px;
}
@media screen and (min-width: 980px) {
  .detail-table .list-body {
    padding-inline: 20px;
  }
}

.ptitle.ptitle_t1 {
  margin-bottom: 30px;
  padding-block: 8px;
  border-block: 1px solid #cfcfcf;
  font-size: 16px;
  font-weight: 700;
  background: #f9f9f9;
}
@media screen and (min-width: 980px) {
  .ptitle.ptitle_t1 {
    font-size: 18px;
  }
}
.ptitle.ptitle_t1 .title {
  display: inline-block;
  padding-left: 10px;
  border-left: 4px solid #331283;
}
@media screen and (min-width: 980px) {
  .ptitle.ptitle_t1 .title {
    border-left-width: 6px;
  }
}
.ptitle.ptitle_t2 {
  margin-bottom: 10px;
  padding-block: 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #331283;
}
@media screen and (min-width: 980px) {
  .ptitle.ptitle_t2 {
    margin-bottom: 20px;
  }
}
.ptitle.ptitle_t3 {
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .ptitle.ptitle_t3 {
    font-size: 20px;
  }
}
.ptitle.ptitle_t3 .title {
  display: inline-block;
  margin-bottom: -3px;
  border-bottom: 3px solid #331283;
}

.pbtn {
  display: inline-flex;
  align-items: center;
  width: 83.662%;
  margin-top: 30px;
  padding: 0.8690625em 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #331283;
}
.pbtn:link, .pbtn:visited {
  color: #fff;
}
@media screen and (min-width: 980px) {
  .pbtn {
    width: 300px;
    margin-top: 40px;
  }
  .pbtn:hover {
    color: yellow;
  }
}
.pbtn::before {
  display: inline-block;
  margin-right: 22px;
  content: url("../../common/img/icn_link_white_s.png");
}

.scrollable-block {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .scrollable-block {
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 979px) {
  .scrollable-block .img-wrap {
    min-width: 720px;
  }
}
.scrollable-block .img-wrap .img {
  display: block;
}
.scrollable-block__note {
  display: inline-flex;
  align-items: center;
  margin: 20px;
}
@media screen and (min-width: 757px) {
  .scrollable-block__note {
    display: none;
  }
}
.scrollable-block__note .arrow-right {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.1em;
  margin-left: 0.9em;
  vertical-align: middle;
  line-height: 1;
  color: currentColor;
  background: currentColor;
}
.scrollable-block__note .arrow-right::before {
  position: absolute;
  top: 50%;
  right: -0.05em;
  width: 0.55em;
  height: 0.55em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  content: "";
  transform: rotate(45deg);
  transform-origin: top right;
}

.icon-block {
  display: grid;
  row-gap: 20px;
}
@media screen and (max-width: 979px) {
  .icon-block {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.icon-block_wrap {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .icon-block_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media screen and (max-width: 979px) {
  .icon-block_wrap {
    padding-inline: 15px;
  }
}
.icon-block .icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-block .icon-list .img {
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  .icon-block .icon-list .img {
    width: 24px;
    margin-right: 15px;
  }
}
.icon-block .icon-list .img img {
  display: block;
}
.icon-block .icon-list .desc {
  font-size: 12px;
}
@media screen and (max-width: 979px) {
  .icon-block .icon-list .desc {
    line-height: 1.3;
  }
}
.icon-block[data-map-item=explain] {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 980px) {
  .icon-block[data-map-item=explain] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 808px;
  }
}
@media screen and (min-width: 980px) {
  .icon-block[data-map-item=icon] {
    flex: 1;
  }
}
@media screen and (max-width: 979px) {
  .icon-block[data-map-item=icon] {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__header .ptitle.ptitle_t1 {
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .modal__header .ptitle.ptitle_t1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.modal__container {
  position: relative;
  width: 100%;
  padding: 40px 15px 30px;
  overflow-y: auto;
  background: #fff;
  pointer-events: all;
}
@media screen and (min-width: 980px) {
  .modal__container {
    max-width: 700px;
    max-height: 90vh;
    padding-block: 30px;
  }
}
@media screen and (max-width: 979px) {
  .modal__container {
    max-width: 93%;
    max-height: 80vh;
  }
}
@media screen and (min-width: 980px) {
  .modal__content {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 980px) {
  .modal__content:not(:has(.grid-layout-pc)) {
    max-width: 400px;
    margin-inline: auto;
  }
}
.modal__content .ptitle.ptitle_t3 {
  line-height: 1.3;
}
.modal__content .remarks {
  margin-top: 20px;
  margin-left: 1em;
}
.modal__close {
  position: absolute;
  top: 0.3em;
  right: 1em;
  cursor: pointer;
}
.modal__close::before {
  content: "✕";
  font-size: x-large;
}
.modal-img ~ p {
  margin-top: 20px;
}
.modal-img img {
  display: block;
  margin-inline: auto;
}/*# sourceMappingURL=style_w.css.map */