@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
.header
----------------------------------------*/
/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  color: #4d4d4d;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  font-size: 1.5rem;
  position: relative;
  background-color: #fff;
  color: #4d4d4d;
}
.footer__inner {
  padding: 2rem 0;
  text-align: center;
}
.footer__logo {
  width: 9rem;
  margin: 0 auto 0.3rem;
}
.footer__logo_inner {
  display: block;
}
.footer__list {
  margin-bottom: 1.5rem;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__copy {
  line-height: 1.4;
  opacity: 0.7;
}

/*----------------------------------------
.page_top
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background: #2d2d2d;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

.wrapper {
  font-family: "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.select__text {
  justify-content: flex-end !important;
}

.select--page {
  opacity: 0.7;
  color: #020202 !important;
}

@media screen and (max-width: 767px) {
  .main__text {
    padding-bottom: 1rem !important;
  }
  .select__text {
    padding: 0 0.3rem !important;
  }
}
.wrapper {
  background-color: #b6d1e2;
  background-image: repeating-linear-gradient(135deg, #a2c6dc, #a2c6dc 4vw, rgba(255, 255, 255, 0) 4vw, rgba(255, 255, 255, 0) 8vw);
  background-position: center top;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .wrapper {
    background-image: repeating-linear-gradient(135deg, #a2c6dc, #a2c6dc 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0) 80px);
  }
}
.wrapper__inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .wrapper__inner {
    width: 95%;
  }
}

.section__text {
  text-align: center;
  margin-bottom: 0.3rem;
}
.section__text a {
  color: blue;
  text-decoration: underline;
}

.select__text {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin-bottom: 0.3rem;
}
.select--shop {
  color: rgba(228, 6, 25, 0.7);
}
.select--shop.active {
  text-decoration: underline;
  cursor: pointer;
}
.select--page {
  color: #9d9d9d;
}

.main__visual {
  overflow: hidden;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  /*padding-top: 34.25%;
  @include mq-down(xl) {
    padding-top: 32.75%;
  }
  @include mq-down() {
    padding-top: 34.25%;
  }
  @include mq-up(xl) {
    margin-bottom: -12px;
    height: 400px;
    padding-top: 0;
  }*/
}
.main__visual_inner {
  display: block;
  /*@include mq-down(xl) {
    position: absolute;
    margin: auto;
    top: 0;
    left: -100%;
    right: -100%;
    width: 133.333%;
  }
  @include mq-down() {
    width: 138%;
  }
  @include mq-up(xl) {
    width: 1600px;
    height: 400px;
    margin-left: calc((100% - 1600px) / 2);
  }*/
}
@media screen and (max-width: 1199px) {
  .main__visual_inner {
    width: 110%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .main__visual_inner {
    width: 130%;
    margin-left: -15%;
  }
}
.main__visual_inner img {
  width: 100%;
}
.main__text {
  padding: 0.5em 1rem 2.5rem;
  text-align: center;
  font-size: clamp(1.6rem, 5.4vw, 2.8rem);
}
.main__text_deco {
  font-weight: 700;
  background-color: rgba(228, 6, 25, 0.8);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.666em;
}

.obj-fit-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.acd__title {
  position: relative;
  padding-right: 3rem;
  cursor: pointer;
}
.acd__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  transition: 0.25s;
}
.acd_close .acd__title::after {
  transform: rotate(-135deg);
}
.acd__box {
  overflow: hidden;
  transition: 0.3s;
}
.acd_close .acd__box {
  height: 0;
}
@media screen and (min-width: 576px) {
  .acd_close .acd__box {
    height: 0;
  }
}

.tab {
  padding: 0.5rem 1rem 2rem;
  max-width: 70rem;
  margin: auto;
}
.tab__title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.6rem;
  padding: 0;
  color: #fff;
  text-align: center;
}
.tab__title_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  background-color: #2d2d2d;
}
.tab__title_inner_text {
  font-size: 0.93em;
  vertical-align: 2%;
  margin-left: 1rem;
}
.tab__title_inner_text i {
  margin-right: 0.3em;
  display: none;
}
@media screen and (min-width: 576px) {
  .tab__title_inner_text {
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 50%;
    text-align: center;
  }
}
.tab.acd_close .tab__title_inner_text {
  display: inline-block;
  display: none;
}
.tab:not(.acd_close) .tab__title_inner_text {
  display: none;
}
.tab__list {
  display: flex;
  flex-wrap: wrap;
  padding: 1px;
  background-color: #cdcdcd;
}
.tab__item {
  padding: 1px;
  margin-bottom: 0;
  width: 50%;
  height: 4.4rem;
  line-height: 1.2;
  color: #020202;
}
@media screen and (min-width: 576px) {
  .tab__item {
    width: 33.333%;
    width: 33.3333333333%;
  }
}
.tab__item_inner {
  border-radius: 0.3rem;
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.1s;
}
.tab__item:first-child:not(.active) .tab__item_inner {
  font-weight: bold;
  font-size: 1.03em;
  text-decoration: underline;
}
.tab__item_inner:hover {
  background-color: #ededed;
}
.active .tab__item_inner {
  background-color: rgb(253.8076923077, 209.6923076923, 213.4679487179);
}

.photo {
  padding: 0rem 1px 3rem;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
@media screen and (min-width: 1200px) {
  .photo {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.photo__list {
  display: flex;
  flex-wrap: wrap;
}
.photo__item {
  padding: 1px;
  margin-bottom: 0.2rem;
  width: 16.6666666667;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .photo__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .photo__item {
    width: 25%;
  }
}
.photo__item_inner {
  display: block;
  text-decoration: none;
  height: 100%;
}
.photo__image_area {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.photo__image {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.photo__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.photo__block {
  line-height: 1.4;
  padding: 0.3rem 2.5% 0.8em;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .photo__block {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.photo__name_area {
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 3%;
}
.photo__name {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .photo__name, .photo__shop_name {
    display: inline-block;
  }
}
.photo__date {
  font-size: 1.4rem;
  color: #fa64af;
}
.photo__text {
  letter-spacing: 0;
  height: 1.2em;
  overflow: hidden;
  display: none;
}

.pager {
  padding: 5rem 0 0.5rem;
  text-align: center;
  font-size: clamp(1.6rem, 4.5vw, 1.9rem);
}
@media screen and (min-width: 768px) {
  .pager {
    font-size: 1.7rem;
  }
}
.pager__inner {
  display: inline-block;
}
.pager__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f3c5d;
  font-weight: 500;
  letter-spacing: 0;
}
.pager__item {
  margin: 0 1px 0 0;
}
.pager__item--dot {
  letter-spacing: 0;
}
.pager__item--prev_b {
  margin-right: 3px;
}
.pager__item--next_b {
  margin: 0 0 0 2px;
}
.pager__item--prev_b > span.pager__item_inner, .pager__item--next_b > span.pager__item_inner {
  color: #9d9d9d;
  border-color: #9d9d9d;
  box-shadow: none;
}
.pager__item_inner {
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2.6em;
  border: 1px solid #9d9d9d;
  color: #2f3c5d;
  background-color: #fff;
  box-sizing: border-box;
}
.pager__item_inner:hover {
  background-color: #ededed;
}
.pager__item--active .pager__item_inner {
  background-color: #2f3c5d;
  border-color: #2f3c5d;
  color: #fff;
  pointer-events: none;
}
.pager__item--prev_b .pager__item_inner, .pager__item--next_b .pager__item_inner {
  color: #2f3c5d;
  border-color: #2f3c5d;
}
.pager__item--prev_b .pager__item_inner, .pager__item--next_b .pager__item_inner {
  width: 2.6em;
}
@media screen and (min-width: 576px) {
  .pager__item--prev_b .pager__item_inner, .pager__item--next_b .pager__item_inner {
    width: 3.6em;
  }
}
@media screen and (min-width: 576px) {
  .pager__item--prev_b .pager__item_inner::after {
    font-size: 0.93em;
    content: "前";
    padding-left: 0.25em;
  }
  .pager__item--next_b .pager__item_inner::before {
    font-size: 0.93em;
    content: "次";
    padding-right: 0.25em;
  }
}
.pager__item--not_active .pager__item_inner {
  color: #9d9d9d;
  border-color: #9d9d9d;
  pointer-events: none;
}

.breadcrumbs {
  color: #020202;
}

.footer {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  color: #020202;
}
.footer__logo {
  width: 7rem;
  margin: 0 auto 0.5rem;
}
.footer__copy {
  opacity: 1;
}

/*.page_top {
  color: #fbfa39;
  &__inner {
    background-color: $main-color;
  }
}*/
.description__inner {
  text-align: center;
  background-color: rgb(199.0546875, 220.7109375, 233.9453125);
}
.description__text_area {
  padding: 2.5rem 1rem;
}
.description__block {
  color: #020202;
}
.description__title {
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(1.6rem, 5.2vw, 2.6rem);
  margin-bottom: 1rem;
}
.description__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.description__text a {
  color: #e40619;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .description__text {
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */