.garamond, .contents_nav .nav_list li a em {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header {
  height: 70px;
  background: #fff;
}

#screen {
  background: rgba(13, 26, 26, 0.7);
}

#main {
  display: block;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  #main {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
  }
}
@media screen and (max-width: 960px) {
  #main {
    grid-template-columns: 400px 1fr;
  }
}

.pc_left {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_left {
    display: block;
    grid-column: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc_left {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_left_inner {
    position: sticky;
    top: 70px;
    z-index: 1;
    background: url(../img/bg_green.webp) repeat-y top center/contain;
  }
}

.main_contents {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .main_contents {
    grid-column: 2;
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 960px) {
  .main_contents {
    grid-column: 1;
  }
}

.contents_nav {
  padding: 0 2.78vw 50px;
}
@media screen and (min-width: 768px) {
  .contents_nav {
    grid-column: 3;
    position: relative;
    background-color: #FFE3F4;
  }
  .contents_nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFE3F4;
    z-index: 0;
  }
}
@media screen and (max-width: 960px) {
  .contents_nav {
    grid-column: 2;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .contents_nav {
    min-height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents_nav_inner {
    position: sticky;
    top: 70px;
    z-index: 1;
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .contents_nav {
    width: 100%;
  }
  .contents_nav.is-open {
    position: fixed;
    inset: 0;
    z-index: 400;
  }
  .contents_nav::before, .contents_nav::after {
    display: none;
  }
}
.contents_nav .contents_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents_nav .contents_menu {
    background: url(../img//menu.webp) no-repeat center/contain;
    display: block;
    width: 60px;
    height: 62px;
    position: fixed;
    top: 70px;
    right: 20px;
    cursor: pointer;
    z-index: 500;
    transition: 0.2s ease-in-out;
  }
  .contents_nav .contents_menu.active {
    background: url(../img//menu_close.webp) no-repeat center/contain;
  }
}
.contents_nav .contents_nav_wrap .menu_ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents_nav .contents_nav_wrap {
    display: block;
    width: min(100%, 352px);
    position: fixed;
    top: 20px;
    right: 0;
    transform: translateX(100%);
    transition: 0.4s ease-in-out;
  }
  .contents_nav .contents_nav_wrap.open {
    transform: translateX(0);
  }
  .contents_nav .contents_nav_wrap .menu_ttl {
    display: block;
    position: relative;
    width: 93px;
    top: 64px;
    left: 36px;
  }
}
.contents_nav .nav_list {
  width: min(100%, 378px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contents_nav .nav_list {
    zoom: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contents_nav .nav_list {
    display: block;
    background-color: #FFE3F4;
    border-radius: 0 0 0 30px;
    width: 100%;
    padding: 154px 0 150px;
  }
}
@media screen and (min-width: 768px) {
  .contents_nav .nav_list li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.contents_nav .nav_list li a {
  position: relative;
  background-color: #FFE3F4;
  background-repeat: no-repeat;
  background-position: bottom 18px right 35px;
  display: block;
  padding: 8px 45px 8px 39px;
  color: #228E79;
  font-size: 12px;
  line-height: 0.7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents_nav .nav_list li a {
    padding: 10px 16px;
  }
}
.contents_nav .nav_list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 8px;
  background: url(../img/menu_border.svg) no-repeat center bottom;
  background-size: contain;
}
.contents_nav .nav_list li a span {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
}
.contents_nav .nav_list li a em {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  font-style: normal;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .contents_nav .nav_list li {
    margin-bottom: 23px;
    padding-right: 64px;
    padding-left: 44px;
  }
  .contents_nav .nav_list li a {
    background-position: bottom 13px right;
    background-size: 15px;
    padding: 10px;
    font-size: 14px;
  }
  .contents_nav .nav_list li a span {
    margin-bottom: 0;
    font-size: 16px;
  }
  .contents_nav .nav_list li a em {
    margin-bottom: 0;
    font-size: 30px;
  }
}

.mv {
  position: relative;
  color: #228E79;
  width: 100%;
}
.mv_read_wrap {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.mv_read {
  width: 244px;
}
@media screen and (min-width: 768px) {
  .mv_read {
    width: calc(244px * 1.25);
  }
}
.mv_read {
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mv_read {
    margin-top: calc(30px * 1.25);
  }
}
.mv_read {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .mv_read {
    margin-bottom: calc(23px * 1.25);
  }
}
.mv_read {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mv_read {
    font-size: calc(16px * 1.25);
  }
}
.mv_read {
  font-weight: 800;
  text-align: center;
}
.mv_txt {
  position: relative;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .mv_txt {
    width: calc(240px * 1.25);
  }
}
.mv_txt {
  line-height: 2.2;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .mv_txt {
    font-size: calc(11px * 1.25);
  }
}
.mv_txt {
  font-weight: 500;
}
.mv_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  background: radial-gradient(circle, #228E79 65%, transparent 66%), radial-gradient(circle, #228E79 65%, transparent 66%), linear-gradient(#228E79, #228E79);
  height: 4px;
}
@media screen and (min-width: 768px) {
  .mv_txt::before {
    height: calc(4px * 1.25);
  }
}
.mv_txt::before {
  background-size: 4px 4px, 4px 4px, 100% 0.7px;
}
@media screen and (min-width: 768px) {
  .mv_txt::before {
    background-size: calc(4px * 1.25) calc(4px * 1.25), calc(4px * 1.25) calc(4px * 1.25), 100% calc(0.7px * 1.25);
  }
}
.mv_txt::before {
  background-repeat: no-repeat;
  background-position: left center, right center, left center;
}
.mv_txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 4px;
}
@media screen and (min-width: 768px) {
  .mv_txt::after {
    height: calc(4px * 1.25);
  }
}
.mv_txt::after {
  background: radial-gradient(circle, #228E79 65%, transparent 66%), radial-gradient(circle, #228E79 65%, transparent 66%), linear-gradient(#228E79, #228E79);
  background-size: 4px 4px, 4px 4px, 100% 0.7px;
}
@media screen and (min-width: 768px) {
  .mv_txt::after {
    background-size: calc(4px * 1.25) calc(4px * 1.25), calc(4px * 1.25) calc(4px * 1.25), 100% calc(0.7px * 1.25);
  }
}
.mv_txt::after {
  background-repeat: no-repeat;
  background-position: left center, right center, left center;
}

.fair_bg_wrap {
  background: url(../img/bg_contents_01.webp) repeat-y top center/contain;
}

#fair_10th {
  padding-top: 60.5px;
}
@media screen and (min-width: 768px) {
  #fair_10th {
    padding-top: calc(60.5px * 1.25);
  }
}
#fair_10th {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  #fair_10th {
    padding-bottom: calc(22px * 1.25);
  }
}
#fair_10th .fair_10th_ttl {
  padding-right: 58px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_ttl {
    padding-right: calc(58px * 1.25);
  }
}
#fair_10th .fair_10th_ttl {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_ttl {
    margin-bottom: calc(42px * 1.25);
  }
}
#fair_10th .fair_10th_ttl {
  padding-left: 58px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_ttl {
    padding-left: calc(58px * 1.25);
  }
}
#fair_10th .fair_10th_btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 16px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_btns {
    padding-right: calc(30px * 1.25);
  }
}
#fair_10th .fair_10th_btns {
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_btns {
    margin-bottom: calc(52px * 1.25);
  }
}
#fair_10th .fair_10th_btns {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_btns {
    padding-left: calc(30px * 1.25);
  }
}
#fair_10th .fair_10th_bnr {
  max-width: 337px;
}
@media screen and (min-width: 768px) {
  #fair_10th .fair_10th_bnr {
    max-width: calc(337px * 1.25);
  }
}
#fair_10th .fair_10th_bnr {
  width: 100%;
  margin: 0 auto;
}

a.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
@media screen and (min-width: 768px) {
  a.btn {
    width: calc(200px * 1.25);
  }
}
a.btn {
  height: 43px;
}
@media screen and (min-width: 768px) {
  a.btn {
    height: calc(43px * 1.25);
  }
}
a.btn {
  margin: 0 auto;
  background-color: #E65C86;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  a.btn {
    border-radius: calc(22px * 1.25);
  }
}
a.btn {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  a.btn {
    font-size: calc(14px * 1.25);
  }
}
a.btn {
  font-weight: 500;
  position: relative;
}
a.btn::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 11px;
  background: url(../img/ico_link.svg) no-repeat center/contain;
  display: inline-block;
}

#special_fair .ttl_wrap {
  position: relative;
}
#special_fair .special_fair_days {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 224px;
}
@media screen and (min-width: 768px) {
  #special_fair .special_fair_days {
    max-width: calc(224px * 1.25);
  }
}
#special_fair .special_fair_days {
  width: 100%;
  margin: 0 auto;
}
#special_fair .tab_article_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #707070;
  width: 405px;
  margin: 50px auto 60px;
  padding: 4px;
  background-color: #fff;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  #special_fair .tab_article_lists {
    border-radius: calc(22px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  #special_fair .tab_article_lists {
    width: calc(100% - 24px);
    margin: 40px auto 50px;
  }
}
#special_fair .tab_article_lists .tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ACACAC;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  height: 36px;
}
@media screen and (min-width: 768px) {
  #special_fair .tab_article_lists .tab_item {
    height: calc(36px * 1.25);
  }
}
#special_fair .tab_article_lists .tab_item {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #special_fair .tab_article_lists .tab_item {
    font-size: calc(14px * 1.25);
  }
}
#special_fair .tab_article_lists .tab_item.active {
  background: #228E79;
  color: #fff;
  border-radius: 18px;
}
@media screen and (min-width: 768px) {
  #special_fair .tab_article_lists .tab_item.active {
    border-radius: calc(18px * 1.25);
  }
}
#special_fair .tab_panel {
  display: none;
}
#special_fair .tab_panel.active {
  display: block;
}
#special_fair .shop_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list {
    gap: calc(40px * 1.25);
  }
}
#special_fair .shop_list {
  width: 100%;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list {
    padding-right: calc(20px * 1.25);
  }
}
#special_fair .shop_list {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list {
    padding-left: calc(20px * 1.25);
  }
}
#special_fair .shop_list {
  color: #238E79;
}
#special_fair .shop_list li {
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 rgba(44, 164, 122, 0.15);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li {
    border-radius: calc(20px * 1.25);
  }
}
#special_fair .shop_list li .img {
  display: flex;
  gap: 10px;
  width: 100%;
}
#special_fair .shop_list li .img p {
  flex: 1;
}
#special_fair .shop_list li .img p:nth-child(2) {
  flex: 0.7;
}
#special_fair .shop_list li .img.flex1-4 p:nth-child(2) {
  flex: 1.4;
}
#special_fair .shop_list li .shop {
  color: #707070;
  font-weight: 700;
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .shop {
    font-size: calc(10px * 1.25);
  }
}
#special_fair .shop_list li .shop small {
  color: #228E79;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .shop small {
    font-size: calc(10px * 1.25);
  }
}
#special_fair .shop_list li .days {
  display: inline-block;
  align-self: flex-start;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .days {
    padding-right: calc(10px * 1.25);
  }
}
#special_fair .shop_list li .days {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .days {
    margin-bottom: calc(16px * 1.25);
  }
}
#special_fair .shop_list li .days {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .days {
    padding-left: calc(10px * 1.25);
  }
}
#special_fair .shop_list li .days {
  background-color: #228E79;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .days {
    font-size: calc(12px * 1.25);
  }
}
#special_fair .shop_list li .detail {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .detail {
    margin-bottom: calc(30px * 1.25);
  }
}
#special_fair .shop_list li .detail {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .detail {
    font-size: calc(14px * 1.25);
  }
}
#special_fair .shop_list li .detail .note {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #special_fair .shop_list li .detail .note {
    font-size: calc(12px * 1.25);
  }
}

.point5bai_up_wrap {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .point5bai_up_wrap {
    padding-right: calc(20px * 1.25);
  }
}
.point5bai_up_wrap {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .point5bai_up_wrap {
    padding-left: calc(20px * 1.25);
  }
}

.point5bai_up {
  padding-top: 130%;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .point5bai_up {
    padding-bottom: calc(100px * 1.25);
  }
}
.point5bai_up {
  background: url(../img/bg_5bai_up.webp) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .point5bai_up {
    background-size: 110%;
  }
}
.point5bai_up .shop_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list {
    gap: calc(40px * 1.25);
  }
}
.point5bai_up .shop_list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list {
    gap: 22px;
  }
}
.point5bai_up .shop_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li {
    max-width: calc(250px * 1.25);
  }
}
.point5bai_up .shop_list li {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  aspect-ratio: 155/202;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li {
    border-radius: calc(10px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li {
    width: 80%;
  }
}
.point5bai_up .shop_list li .floor {
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .floor {
    top: calc(20px * 1.25);
  }
}
.point5bai_up .shop_list li .floor {
  left: -10px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .floor {
    left: calc(-10px * 1.25);
  }
}
.point5bai_up .shop_list li .floor {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .floor {
    max-width: calc(100px * 1.25);
  }
}
.point5bai_up .shop_list li .floor {
  width: 100%;
}
.point5bai_up .shop_list li .img {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .img {
    padding-top: calc(40px * 1.25);
  }
}
.point5bai_up .shop_list li .img {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .img {
    padding-right: calc(10px * 1.25);
  }
}
.point5bai_up .shop_list li .img {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .img {
    padding-bottom: calc(10px * 1.25);
  }
}
.point5bai_up .shop_list li .img {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .img {
    padding-left: calc(10px * 1.25);
  }
}
.point5bai_up .shop_list li .img {
  width: 100%;
}
.point5bai_up .shop_list li .days {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .point5bai_up .shop_list li .days {
    margin-bottom: calc(25px * 1.25);
  }
}

#special_event {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #special_event {
    padding-bottom: calc(80px * 1.25);
  }
}
#special_event {
  background: url(../img/bg_contents_02.webp) repeat-y top center/contain;
}
#special_event .ttl_wrap .special_event_ttl {
  margin-bottom: -35px;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .special_event_ttl {
    margin-bottom: calc(-35px * 1.25);
  }
}
#special_event .ttl_wrap .special_event_meta {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .special_event_meta {
    margin-bottom: calc(12px * 1.25);
  }
}
#special_event .ttl_wrap .special_event_meta {
  text-align: center;
}
#special_event .ttl_wrap .special_event_meta span {
  display: inline-flex;
  justify-content: center;
  padding: 4px 20px;
  line-height: 1.4;
  background-color: #228E79;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .special_event_meta span {
    font-size: calc(10px * 1.25);
  }
}
#special_event .ttl_wrap .special_event_meta span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .special_event_meta span {
    padding: 6px 20px;
  }
}
#special_event .ttl_wrap .txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .txt {
    margin-bottom: calc(20px * 1.25);
  }
}
#special_event .ttl_wrap .txt {
  color: #228E79;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .txt {
    font-size: calc(20px * 1.25);
  }
}
#special_event .ttl_wrap .txt {
  font-weight: 700;
  text-align: center;
}
#special_event .ttl_wrap .txt:last-of-type {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  #special_event .ttl_wrap .txt:last-of-type {
    margin-bottom: calc(14px * 1.25);
  }
}
#special_event .special_event_bnr {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #special_event .special_event_bnr {
    padding-right: calc(30px * 1.25);
  }
}
#special_event .special_event_bnr {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #special_event .special_event_bnr {
    padding-left: calc(10px * 1.25);
  }
}
#special_event .special_event_bnr p {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #special_event .special_event_bnr p {
    margin-bottom: calc(40px * 1.25);
  }
}

#marche {
  position: relative;
  z-index: 10;
  top: -80px;
}
@media screen and (min-width: 768px) {
  #marche {
    top: calc(-80px * 1.25);
  }
}
#marche {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #marche {
    padding-bottom: calc(100px * 1.25);
  }
}
#marche {
  background: url(../img/bg_marche.webp) no-repeat top center/cover;
  background-size: 200%;
}
#marche .marche_ttl {
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  #marche .marche_ttl {
    padding-top: calc(5px * 1.25);
  }
}
#marche .marche_ttl {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #marche .marche_ttl {
    padding-bottom: calc(30px * 1.25);
  }
}
#marche .marche_bnr {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #marche .marche_bnr {
    padding-right: calc(20px * 1.25);
  }
}
#marche .marche_bnr {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #marche .marche_bnr {
    padding-left: calc(20px * 1.25);
  }
}
#marche .marche_bnr p {
  border-radius: 10px;
  box-shadow: 3px 4px 0 0 rgba(150, 150, 150, 0.3);
}

#pop_up_shop {
  position: relative;
  z-index: 5;
  margin-top: -150px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop {
    margin-top: calc(-150px * 1.25);
  }
}
#pop_up_shop {
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop {
    padding-bottom: calc(90px * 1.25);
  }
}
#pop_up_shop {
  background: url(../img/bg_green.webp) repeat-y top center/contain;
}
#pop_up_shop .pop_up_shop_ttl {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .pop_up_shop_ttl {
    padding-top: calc(80px * 1.25);
  }
}
#pop_up_shop .pop_up_shop_ttl {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .pop_up_shop_ttl {
    padding-bottom: calc(30px * 1.25);
  }
}
#pop_up_shop .shop_list {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list {
    padding-right: calc(20px * 1.25);
  }
}
#pop_up_shop .shop_list {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list {
    padding-left: calc(20px * 1.25);
  }
}
#pop_up_shop .shop_list li {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list li {
    margin-bottom: calc(40px * 1.25);
  }
}
#pop_up_shop .shop_list li {
  background-color: #fff;
  border: #54C0F1 5px solid;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list li {
    border-radius: calc(20px * 1.25);
  }
}
#pop_up_shop .shop_list .img {
  border-bottom: #54C0F1 5px solid;
}
#pop_up_shop .shop_list .img img {
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .img img {
    border-radius: 20px 20px 0 0;
  }
}
#pop_up_shop .shop_list .detail_box {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box {
    padding: 25px;
  }
}
#pop_up_shop .shop_list .detail_box .days {
  width: 180px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .days {
    width: calc(180px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .shop {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .shop {
    margin-bottom: calc(16px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .shop {
  color: #005DAB;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .shop {
    font-size: calc(16px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .shop {
  font-weight: 900;
}
#pop_up_shop .shop_list .detail_box .floor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .floor {
    padding-right: calc(7px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .floor {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .floor {
    margin-bottom: calc(6px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .floor {
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .floor {
    padding-left: calc(7px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .floor {
  background-color: #005DAB;
  color: #fff;
  font-weight: 700;
}
#pop_up_shop .shop_list .detail_box .floor small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .floor small {
    font-size: calc(10px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .limited {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .limited {
    margin-bottom: calc(4px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .limited {
  color: #E56F95;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .limited {
    font-size: calc(14px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .limited {
  font-weight: 700;
}
#pop_up_shop .shop_list .detail_box .limited small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .limited small {
    font-size: calc(12px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .detail {
  line-height: 2;
  letter-spacing: 0.025em;
  color: #000;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .detail {
    font-size: calc(10px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .detail {
  font-weight: 700;
}
#pop_up_shop .shop_list .detail_box .btn {
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .btn {
    margin-top: calc(30px * 1.25);
  }
}
#pop_up_shop .shop_list .detail_box .btn {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #pop_up_shop .shop_list .detail_box .btn {
    margin-bottom: calc(10px * 1.25);
  }
}

.note_block {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .note_block {
    padding-top: calc(22px * 1.25);
  }
}
.note_block {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .note_block {
    padding-right: calc(30px * 1.25);
  }
}
.note_block {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .note_block {
    padding-bottom: calc(22px * 1.25);
  }
}
.note_block {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .note_block {
    padding-left: calc(35px * 1.25);
  }
}
.note_block {
  background-color: #238E79;
}
.note_block li {
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .note_block li {
    font-size: calc(14px * 1.25);
  }
}
.note_block li {
  font-weight: 700;
}

.pagetop {
  background: none;
  border: #2CA47A 2px solid;
}
.pagetop::after {
  border-left: #2CA47A 3px solid;
  border-top: #2CA47A 3px solid;
}
@media screen and (max-width: 767px) {
  .pagetop.hide {
    opacity: 0;
    display: none !important;
  }
}