/*** SHOP LIST ***/
/*** shop-list ***/
#shop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 992px) {
  #shop-list {
    margin-bottom: 0;
  }
  #shop-list:after {
    content: "";
    display: block;
    width: 30.35714%;
  }
}

@media (max-width: 991px) {
  #shop-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  #shop-list li {
    width: 30.35714%;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  #shop-list li {
    width: 48.4%;
    margin-bottom: 25px;
  }
}

#shop-list li a {
  display: block;
}

#shop-list li .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  #shop-list li .thumb {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #shop-list li .thumb {
    margin-bottom: 10px;
  }
}

#shop-list li p {
  color: #212121;
  line-height: 2.1rem;
}

#shop-list li p.type {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

@media (min-width: 992px) {
  #shop-list li p.type {
    margin-bottom: 5px;
  }
}

#shop-list li p.type time {
  display: block;
  color: #7f7f7f;
}

#shop-list li .excerpt {
  color: #212121;
  line-height: 2.1rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  #shop-list li .excerpt {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  #shop-list li .excerpt {
    font-size: 1.3rem;
  }
}

/*** shops ***/
/*** 都道府県選択 ***/
#shops select {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 4px;
    padding-left: 12px;
	background: #f7f7f7;
    border: none;
}

#shops .fs-c-dropdown {
    position: relative;
    overflow: hidden;
    overflow-wrap: normal;
}

@media (min-width: 992px) {
#shops .fs-c-dropdown {
    max-width: 380px;
    margin: 5rem auto;
}
}

@media (max-width: 991px) {
#shops .fs-c-dropdown {
    margin: 3rem;
}
}

@media (min-width: 992px) {
  #shops {
    margin-bottom: 0;
  }
  #shops .pref {
    padding-top: 10rem;
    margin-top: -10rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  #shops {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
    #shops .pref {
    padding-top: 7.5rem;
    margin-top: -7.5rem;
    margin-bottom: 3rem;
  }
}

#shops .pref_tit {
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
}

@media (min-width: 992px) {
  #shops .pref_tit {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-bottom: 2rem;
  }
}

#shops .shoplist {
  display: flex;
  flex-wrap: wrap;
}

#shops .shoplist_name {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.6em;
}

#shops #online .shoplist_name {
    margin-bottom: 0;
}

#shops .shoplist li {
  border: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  #shops .shoplist li {
    width: 30.35714%;
    margin-bottom: 4.5rem;
  }
  #shops .shoplist li:not(:nth-child(3n+1)) {
    margin-left: 4.4642%;
  }
}

@media (max-width: 991px) {
  #shops .shoplist li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

#shops .shoplist li a {
  display: block;
  padding: 7%;
}

#shops .shoplist li p {
  color: #212121;
  line-height: 2.1rem;
}

#shops .shoplist li p.type {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  color: #fff;
  font-weight: 600;
  transform: rotate(-30deg);
  padding: 0.3rem 3rem 0.2rem;
  display: block;
}

#shops .shoplist li p.type.popup {
  display: none;
  background-color: #f38262;
  top: 5px;
  left: -28px;
}

#shops .shoplist li .excerpt {
  color: #212121;
  line-height: 2.1rem;
  font-weight: 400;
  font-size: 1.3rem;
}

#shops .shoplist li .excerpt.en {
    font-size: 1.8rem;
    font-weight: 300;
}

#shops .shoplist li .excerpt {
  margin-bottom: 1rem;
}

#shops .shoplist li .excerpt:last-child {
  margin-bottom: 0;
}

#shops .shoplist li .pr {
    color: #f38262;
}

/*** shop-detail ***/
#shop-detail .page-tit {
  text-align: left;
  font-family: din-2014-narrow, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media (min-width: 992px) {
  #shop-detail .page-tit {
    font-size: 3.0rem;
    margin-top: -3px;
    padding-bottom: 47px;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  #shop-detail .page-tit {
    font-size: 2.1rem;
    padding-bottom: 13px;
    margin-bottom: 30px;
  }
}

#shop-detail .page-tit .type {
  display: block;
  color: #7F7F7F;
}

@media (min-width: 992px) {
  #shop-detail .page-tit .type {
    font-size: 1.8rem;
    margin-top: 13px;
  }
}

@media (max-width: 991px) {
  #shop-detail .page-tit .type {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  #shop-detail article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#shop-detail article .flex {
  display: flex;
}

#shop-detail article .flex > *:first-child {
  flex: 0 0 auto;
}

#shop-detail article .flex > *:last-child {
  flex: 0 1 auto;
}

#shop-detail article .flex * {
  word-break: break-all;
}

#shop-detail article img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}

#shop-detail article .entry-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #shop-detail article .entry-content {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  #shop-detail article .entry-content {
    margin-top: 30px;
    padding-bottom: 50px;
    /*padding-left: 15px;
				padding-right: 15px;*/
  }
}

#shop-detail article .entry-content * {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#shop-detail article .entry-content .en {
  font-family: din-2014-narrow, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media (min-width: 992px) {
  #shop-detail article .entry-content h1,
  #shop-detail article .entry-content h2,
  #shop-detail article .entry-content h3,
  #shop-detail article .entry-content h4,
  #shop-detail article .entry-content h5,
  #shop-detail article .entry-content h6,
  #shop-detail article .entry-content p {
    line-height: 3.2rem;
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  #shop-detail article .entry-content h1,
  #shop-detail article .entry-content h2,
  #shop-detail article .entry-content h3,
  #shop-detail article .entry-content h4,
  #shop-detail article .entry-content h5,
  #shop-detail article .entry-content h6,
  #shop-detail article .entry-content p {
    line-height: 2.1rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #shop-detail article .entry-content .has-medium-font-size {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  #shop-detail article .entry-content .has-medium-font-size {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  #shop-detail article .entry-content p {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  #shop-detail article .entry-content p {
    font-size: 1.3rem;
  }
}

#shop-detail article .entry-content p code {
  font-size: 1rem;
}

#shop-detail article .entry-content a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #shop-detail article .entry-content .wp-block-image {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #shop-detail article .entry-content .wp-block-image {
    margin-bottom: 15px;
  }
}

#shop-detail article .entry-content .wp-block-image .aligncenter img {
  margin: 0 auto;
}

#shop-detail article .entry-content .wp-block-image figcaption {
  font-weight: 200;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  #shop-detail article .entry-content .wp-block-image figcaption {
    font-size: 1.4rem;
  }
}

@media (max-width: 786px) {
  #shop-detail article .entry-content .wp-block-image figcaption {
    font-size: 1.1rem;
  }
}

#shop-detail article .entry-content .wp-block-columns {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#shop-detail article .entry-content .wp-block-column {
  display: table-cell;
  vertical-align: top;
}

#shop-detail article .featured-media {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-center {
  text-align: center;
}

.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  padding-top: 1em;
  margin-bottom: 1em !important;
}

/*** select ***/
#shop-content .tit-area,
#shop-detail .tit-area {
  position: relative;
}

@media (max-width: 991px) {
  #shop-content .tit-area,
  #shop-detail .tit-area {
    padding-top: 18px;
    border-top: 1px solid #f2f2f2;
  }
}

#shop-content .tit-area .archive-select,
#shop-detail .tit-area .archive-select {
  position: absolute;
}

@media (min-width: 992px) {
  #shop-content .tit-area .archive-select,
  #shop-detail .tit-area .archive-select {
    top: 15px;
    right: 45px;
  }
}

@media (max-width: 991px) {
  #shop-content .tit-area .archive-select,
  #shop-detail .tit-area .archive-select {
    top: 25px;
    right: 15px;
  }
}

#shop-content .tit-area .archive-select::after,
#shop-detail .tit-area .archive-select::after {
  display: block;
  content: "\e908";
  position: absolute;
  font-size: 1rem;
  color: #ccc;
  font-family: 'icomoon' !important;
  transform: rotate(0) scale(0.6, 0.6);
}

@media (min-width: 992px) {
  #shop-content .tit-area .archive-select::after,
  #shop-detail .tit-area .archive-select::after {
    top: 16px;
    right: 5px;
  }
}

@media (max-width: 991px) {
  #shop-content .tit-area .archive-select::after,
  #shop-detail .tit-area .archive-select::after {
    top: 10px;
    right: -3px;
  }
}

#shop-content .tit-area select,
#shop-detail .tit-area select {
  border: none;
  cursor: pointer;
  background-color: #FFF;
}

@media (min-width: 992px) {
  #shop-content .tit-area select,
  #shop-detail .tit-area select {
    width: 160px;
    height: 40px;
    font-size: 1.3rem;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  #shop-content .tit-area select,
  #shop-detail .tit-area select {
    width: 110px;
    height: 30px;
    font-size: 1.1rem;
    padding-right: 16px;
  }
}


/*** pager ***/
.pager {
  position: relative;
}

@media (min-width: 992px) {
  .pager {
    max-width: 640px;
    margin: 20px auto 100px;
  }
  .pager > .page-numbers {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (max-width: 991px) {
  .pager {
    padding-left: 65px;
    padding-right: 65px;
    margin-bottom: 40px;
  }
}

.pager:after {
  content: "";
  clear: both;
  display: block;
}

.pager .page-numbers {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-family: din-2014-narrow, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.pager .page-numbers li {
  flex: 0 1 40px;
}

.pager .page-numbers a,
.pager .page-numbers span {
  display: block;
  text-align: center;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 991px) {
  .pager .page-numbers a,
  .pager .page-numbers span {
    width: auto;
  }
}

.pager .page-numbers a:hover {
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pager .page-numbers a:hover::after {
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pager .page-numbers a::after {
  opacity: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #F38262;
  margin-top: -2px;
}

.pager .page-numbers .current::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #F38262;
  margin-top: -2px;
}

.pager .btn-prev,
.pager .btn-next {
  position: absolute;
  top: 0;
}

.pager .btn-prev a,
.pager .btn-next a {
  text-align: center;
  display: block;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .pager .btn-prev a,
  .pager .btn-next a {
    width: 150px;
    font-size: 1.2rem;
    padding: 13px 5px;
  }
}

@media (max-width: 991px) {
  .pager .btn-prev a,
  .pager .btn-next a {
    position: relative;
    color: #FFF;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .pager .btn-prev {
    left: 0;
  }
}

@media (max-width: 991px) {
  .pager .btn-prev {
    left: 15px;
  }
}

.pager .btn-prev a:before {
  content: "\e903";
  display: inline-block;
  font-family: 'icomoon' !important;
  font-size: 1rem;
  color: #4c4c4c;
  margin-right: 13px;
}

@media (max-width: 991px) {
  .pager .btn-prev a:before {
    position: absolute;
    top: 14px;
    left: 40%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .pager .btn-next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .pager .btn-next {
    right: 15px;
  }
}

.pager .btn-next a:after {
  content: "\e904";
  display: inline-block;
  font-family: 'icomoon' !important;
  font-size: 1rem;
  color: #4c4c4c;
  margin-left: 13px;
}

@media (max-width: 991px) {
  .pager .btn-next a:after {
    position: absolute;
    top: 14px;
    left: 45%;
    margin: 0;
  }
}

/*** pager-detail ***/
.pager-detail {
  max-width: 700px !important;
}

@media (min-width: 992px) {
  .pager-detail {
    display: block;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .pager-detail {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 991px) {
  .pager-detail .btn-prev,
  .pager-detail .btn-next {
    position: static;
  }
}

@media (max-width: 991px) {
  .pager-detail .btn-prev a,
  .pager-detail .btn-next a {
    width: 160px;
    max-width: 140px;
    font-size: 1.2rem;
    color: #4c4c4c;
    padding: 12px 5px;
  }
}

@media (max-width: 991px) {
  .pager-detail .btn-prev a:before, .pager-detail .btn-prev a:after,
  .pager-detail .btn-next a:before,
  .pager-detail .btn-next a:after {
    position: static;
  }
}

@media (max-width: 991px) {
  .pager-detail .btn-prev a:before,
  .pager-detail .btn-next a:before {
    margin-right: 13px;
  }
}

@media (max-width: 991px) {
  .pager-detail .btn-prev a:after,
  .pager-detail .btn-next a:after {
    margin-left: 13px;
  }
}

.pager-detail .btn-prev {
  float: left;
}

.pager-detail .btn-next {
  float: right;
}


/*** 20241127・28 ***/
#shop-detail .post-inner > iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}


/* SHOP一覧 */
#shops .shoplist .shoptype.fc {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    margin-top: -2rem;
}
#shops .shoplist small {
    display: block;
    line-height: 1.5;
    font-size: 0.56em;
}

/* SHOP詳細 */
#shop-detail .entry-content .flex small {
    display: block;
    line-height: 1.5;
    font-size: 0.74em;
}
#shop-detail .btn-line img {
    width: 160px;
}
