@charset "UTF-8";
/* variables */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto Sans JP:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;800&display=swap");
/*--reset--*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
dl,
dd {
  margin: 0;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  margin-block: 0;
}

/* mixin */
/* adjuster */
.pc {
  display: initial;
}

/* 20230823 */
.c-card_box {
  display: none;
  /* width: 90%; */
  /* margin: 1rem 5% !important; */
}
.c-card_item {
  padding: 0;
}
.c-card_what {
  font-weight: bold;
  padding: 17px 10px 14px 10px;
  font-size: 1.1rem;
  color: #fff;
  border: none;
  align-content: center;
  background: #6e9715;
  font-weight: bold;
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.c-card_corpName {
  position: relative !important;
  right: 0 !important;
  left: 0 !important;
  margin: 4px auto 0 auto !important;
  padding: 2px 5px;
  font-size: 0.9rem !important;
  color: #1380bd;
  background: #fff;
  line-height: 1.2;
  display: block;
  top: 0;
}
.c-card_info {
  width: 90%;
  margin: 0 5%;
}
.c-card_where {
  position: relative;
  width: 65%;
  height: 30px;
  margin: 0 5% 20px 75px !important;
  padding: 0 0 0 15px;
  font-weight: bold;
  border: 1px solid #999;
  box-sizing: border-box;
  line-height: 30px;
}
.c-card_where::before {
  position: absolute;
  content: "時間";
  background-color: #e56437;
  width: 70px !important;
  height: 30px !important;
  color: white;
  top: -1px;
  left: -70px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999;
}
.c-card_txt {
  width: 85%;
  margin: 0 7.5% 32px 7.5%;
  font-size: 1.1rem;
  line-height: 1.3;
}

dialog .p-modalClose {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px !important;
  width: 100%;
  display: flex;
  background: black;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
button:is(#close, #modalClose) {
  height: 62px !important;
  width: 220px;
  font-weight: bold;
  color: #fff !important;
  background: #e70d45;
  border: none;
  border-radius: 100px;
}
dialog .p-modal_txt {
  padding: 0 30px;
  font-size: 1.1rem !important;
  margin: 2rem 0;
}
dialog .p-modal_item {
  font-size: 1.2rem !important;
  margin: 10px 0 !important;
  padding-right: 5px;
}
dialog .p-modal_info {
  background: #fff !important;
  padding: 80px 35px 25px 35px !important;
  font-size: 1rem !important;
  line-height: 2;
  position: relative;
  padding-top: 60px;
}
.box-menu {
  width: 88%;
  margin: 0 6%;
}

.p-firstChoice_btn a {
  background: #3c9955;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 18px !important;
  height: 76px !important;
  max-width: 90dvw;
  border: 2px solid white !important;
  align-items: center;
  padding-left: 40px;
  color: white;
  font-weight: bold;
  font-size: 1.33rem;
  border-radius: 60px;
  overflow: hidden;
}
.p-access p.c-intro {
  font-size: 1.25rem !important;
  color: #fff !important;
}
.p-access .place {
  padding-left: 30px;
  background-color: #ffdbce !important;
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp {
    display: initial !important;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

i {
  display: block;
  background-repeat: no-repeat;
  margin: auto;
  padding: 5px;
  background-position: center;
  background-size: contain;
}
i.blue {
  filter: invert(24%) sepia(77%) saturate(1912%) hue-rotate(179deg) brightness(101%) contrast(104%);
}
i.red {
  filter: invert(53%) sepia(44%) saturate(513%) hue-rotate(88deg) brightness(104%) contrast(92%);
}
i.yellow {
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
i.green {
  filter: brightness(0) saturate(100%) invert(45%) sepia(16%) saturate(5944%) hue-rotate(52deg) brightness(90%) contrast(83%);
}
i.orange {
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
i.pink {
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
i.lime {
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
i.white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
i.s {
  width: 20px;
  height: auto;
  aspect-ratio: 1;
}
i.m {
  width: 25px;
  height: auto;
  aspect-ratio: 1;
}
i.l {
  width: 35px;
  height: auto;
  aspect-ratio: 1;
}
i.max {
  width: 100%;
  height: 100%;
}
i.arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256.009,0C114.615,0,0,114.615,0,255.991C0,397.385,114.615,512,256.009,512 C397.385,512,512,397.385,512,255.991C512,114.615,397.385,0,256.009,0z M256.009,365.782l-133.57-133.57l44.096-44.097	l89.473,89.456l89.456-89.456l44.097,44.097L256.009,365.782z'%3E%3C/path%3E%3C/svg%3E");
}
i.mail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M.05%203.555A2%202%200%200%201%202%202h12a2%202%200%200%201%201.95%201.555L8%208.414.05%203.555ZM0%204.697v7.104l5.803-3.558L0%204.697ZM6.761%208.83l-6.57%204.027A2%202%200%200%200%202%2014h12a2%202%200%200%200%201.808-1.144l-6.57-4.027L8%209.586l-1.239-.757Zm3.436-.586L16%2011.801V4.697l-5.803%203.546Z%22%2F%3E%0A%3C%2Fsvg%3E");
}
i.humburger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M0%2096C0%2078.3%2014.3%2064%2032%2064H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32C14.3%20128%200%20113.7%200%2096zM0%20256c0-17.7%2014.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32zM448%20416c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}
i.tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M164.9%2024.6c-7.7-18.6-28-28.5-47.4-23.2l-88%2024C12.1%2030.2%200%2046%200%2064C0%20311.4%20200.6%20512%20448%20512c18%200%2033.8-12.1%2038.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3%2011.6L304.7%20368C234.3%20334.7%20177.3%20277.7%20144%20207.3L193.3%20167c13.7-11.2%2018.4-30%2011.6-46.3l-40-96z%22%2F%3E%3C%2Fsvg%3E");
}
i.right {
  rotate: 270deg;
}
i.up {
  rotate: 180deg;
}

/*--common--*/
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  font-family: "Noto Sans JP";
  background-color: #f9f8f7;
  font-size: 18px;
  background-color: #eeeeef;
}

article {
  margin: auto;
  max-width: 100%;
}

section {
  margin: auto;
}
section section {
  padding: 0 5%;
}

h2 {
  max-width: 300px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3rem;
  padding-top: 30px;
  color: #3c9955;
}

.c_h2 {
  position: absolute;
  top: -100px;
  font-size: 1.5rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

h3 {
  margin: 20px auto 0;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
}
h3::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 5px;
  background: #3c9955;
  bottom: -5px;
  left: 50%;
  border-radius: 999px;
  transform: translate(-50%, 0px);
}
h3::first-letter {
  color: #0d8bf3;
}

img {
  width: 100%;
}

h4 {
  margin-bottom: 30px;
}

.wave-section {
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15% !important;
  background-color: #9fd1fa;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' fill='%239fd1fa'%3E%3C/rect%3E%3Cpath d='M0 207L79.2 195.3C158.3 183.7 316.7 160.3 475 154C633.3 147.7 791.7 158.3 950 174.5C1108.3 190.7 1266.7 212.3 1425 225.2C1583.3 238 1741.7 242 1820.8 244L1900 246L1900 0L1820.8 0C1741.7 0 1583.3 0 1425 0C1266.7 0 1108.3 0 950 0C791.7 0 633.3 0 475 0C316.7 0 158.3 0 79.2 0L0 0Z' fill='%23fbccac'%3E%3C/path%3E%3Cpath d='M0 152L79.2 135.7C158.3 119.3 316.7 86.7 475 64.8C633.3 43 791.7 32 950 46.8C1108.3 61.7 1266.7 102.3 1425 106C1583.3 109.7 1741.7 76.3 1820.8 59.7L1900 43L1900 0L1820.8 0C1741.7 0 1583.3 0 1425 0C1266.7 0 1108.3 0 950 0C791.7 0 633.3 0 475 0C316.7 0 158.3 0 79.2 0L0 0Z' fill='%23f9f8f7'%3E%3C/path%3E%3C/svg%3E");
}

.section-hr {
  position: relative;
}
.section-hr svg {
  position: absolute;
  width: 23%;
  max-width: 150px;
  fill: cadetblue;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: whitesmoke;
  border-radius: 50%;
}
.section-hr p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  color: cadetblue;
}
.section-hr .just-formargin {
  height: 50px;
  background-color: #dcdce1;
}
.section-hr .just-formargin.light {
  background-color: #eeeeef;
}

hr {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230066FF' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15% !important;
  background-color: #9fd1fa;
  width: 100%;
  background-size: cover;
  aspect-ratio: 2;
  margin-block: 0;
  border-width: 0;
  max-height: 300px;
}
/* hr.flyer-choice {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dcdce1' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #eeeeef;
}
hr.choice-shops {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eeeeef' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #dcdce1;
}
hr.shops-event {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dcdce1' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #eeeeef;
}
hr.event-exp {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eeeeef' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #dcdce1;
}
hr.exp-corp {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dcdce1' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #eeeeef;
}
hr.corp-access {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eeeeef' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #dcdce1;
}
hr.footer-hr {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dcdce1' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #3c9955;
} 
  */

hr.footer-hr {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dcdce1' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #3c9955;
}
article > .section-hr:nth-of-type(even) hr {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eeeeef' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #dcdce1;
}
article > .section-hr:nth-of-type(odd) hr {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dcdce1' d='M0 203L50 189.2C100 175.3 200 147.7 300 155C400 162.3 500 204.7 600 205.3C700 206 800 165 850 144.5L900 124L900 0L850 0C800 0 700 0 600 0C500 0 400 0 300 0C200 0 100 0 50 0L0 0Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #eeeeef;
}
section hr {
  border: none;
  height: 120px;
  background: none;
  width: 100%;
  position: relative;
  bottom: -50px;
}

article > section {
  position: relative;
}

button {
  cursor: pointer;
}

main {
  padding-bottom: 66px;
}

@media screen and (min-width: 801px) {
  main {
    padding-bottom: 0;
  }
  article {
    max-width: 50%;
    margin: 0 0 0 50%;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
  }
  article .p-banner {
    left: 0;
    bottom: 0;
    width: 50%;
  }
  article .p-banner.hide {
    transform: none;
    opacity: 1;
  }
  article .p-banner_close {
    display: none;
  }
  article .p-flyer {
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    /* padding: 10px; */
    z-index: 0;
    display: flex;
    flex-direction: column;
    background: #ffff;
    box-sizing: border-box;
    width: 50%;
  }
  article .p-flyer img {
    /* width: auto; */
	object-fit: contain;
    height: 100%;
  }
  article .p-footerNavi {
    display: none;
  }
}
@media screen and (min-width: 801px) and (min-width: 1020px) {
  article {
    position: relative;
    max-width: 43%;
    width: 100%;
    margin: 0 17% 0 auto;
    min-height: 100vh;
  }
  article i.white {
    display: none;
  }
  article .p-firstChoice_btn:nth-child(even) a {
    background: lavender;
  }
  article .p-firstChoice_btn a {
    background: none;
    border: none;
    color: #3c9955;
    font-size: 0.9vw;
    background: #dfdfdf;
    height: auto;
    padding: 7% 11%;
    margin-bottom: 10%;
    width: 90%;
    border: 1px solid;
  }
  article .p-firstChoice_p {
    font-size: inherit;
    text-shadow: 1px 1px 0px white;
  }
  article .p-firstChoice_img {
    display: none;
  }
  article .p-banner {
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    width: 17%;
  }
  article .menu {
    display: none;
  }
  article .p-flyer {
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eeeeef;
  }
  article .p-firstChoice {
    position: fixed;
    top: 0;
    right: 0;
    width: 17%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(//coffee-city-fes.com/wp/wp-content/themes/ccfes2023may/images/bgline.svg), #fff;
    background-repeat: repeat;
    background-size: 23px;
  }
  article .p-firstChoice .c_h2 {
    position: unset;
    transform: none;
  }
}
.sectionWrap {
  width: 80%;
  min-width: 300px;
  max-width: 480px;
  margin: auto;
  border: 5px solid;
  padding-bottom: 50px;
}

.innerWrap {
  width: 90%;
  margin: auto;
}

.仮 {
  position: relative;
  z-index: 0;
}

.仮::after {
  position: absolute;
  content: "ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー";
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  color: white;
  font-weight: bold;
  z-index: 2;
}

.仮::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}

/*--------------------------------------------
[animation]
--------------------------------------------*/
.home div {
  transform: translate(0, -30px);
  opacity: 0;
  transition: transform 1.3s, opacity 1.3s;
}
.home div.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  transition: transform 1.3s, opacity 1.3s;
}
.home .cancel {
  opacity: 1;
  transform: translate(0);
}
.home .cancel div {
  opacity: 1;
  transform: translate(0);
}

.rec-box .container img {
  transform: rotatey(0deg);
  transition: transform 1.1s cubic-bezier(0.47, 0, 0.74, 0.71);
}
.rec-box .container:hover img {
  transform: rotatey(-180deg);
  transition: 0.5s linear;
}

.btn:hover a {
  background-position: right;
  transition: background-position 0.3s ease 0s;
}
.btn a {
  background-position: left;
  transition: background-position 0.5s ease 0s;
}

/**--------------------------------------------end-[animation]------------------------------------------------------**/
/*--footer--*/
.l-footer {
  background: #3c9955;
  color: white;
  font-size: 0.9rem;
  padding: 20px;
}
.l-footer_ttl {
  text-align: center;
}
.l-footer_info {
  width: 100%;
  margin: 50px auto 0;
  border: 1px solid;
  padding: 20px;
}
.l-footer_info-ttl {
  margin-bottom: 2rem;
}

.copylight {
  display: flex;
  justify-content: center;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}

/*--header--*/
/*--button--*/
.c-cat_btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: white;
  width: 240px;
  height: 70px;
  margin: auto;
  border: 3px solid;
  padding-left: 20px;
  position: relative;
  border-radius: 20px;
  box-shadow: 3px 3px 0 0;
  color: #658a16;
  font-weight: bold;
}
.c-cat_btn a::before {
  position: absolute;
  content: "";
  background: cadetblue;
  width: 20px;
  height: auto;
  left: -11px;
  top: -10px;
  rotate: 45deg;
  aspect-ratio: 1;
}
.c-cat_btn a::after {
  position: absolute;
  left: -6px;
  top: -14px;
  counter-increment: number 1;
  content: counter(number) " ";
  font-weight: bold;
  color: white;
}

.c-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: white;
  width: 100%;
  min-width: 110px;
  height: 60px;
  border: 2px solid;
  border-radius: 8px;
  box-shadow: 3px 4px 0 0;
  color: #658a16;
  padding-left: 10px;
  cursor: pointer;
}
.c-btn a {
  width: 100%;
  text-align: center;
}
.c-btn.outerLink {
  width: 260px;
  margin: 50px auto 50px;
  font-weight: bold;
  font-size: 18px;
  max-width: 90%;
}

.c-btnsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
  gap: 20px 15px;
  justify-items: center;
  padding: 30px 0;
}

.p-outerLink-btn a {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 15px 10px;
  background: cadetblue;
  justify-content: center;
  align-items: center;
  /* border: 1px solid black; */
  border-radius: 5px;
  margin-bottom: 30px;
  color: white;
  font-weight: bold;
}

.p-outerLink-btn a[href=""] {
  display: none;
}

.c-intro {
  font-size: 15px;
  font-weight: bold;
  width: 80%;
  margin: auto;
  padding-top: 20px;
}
.c-flexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: number 0;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.c-eventMap {
  padding: 20px 0;
  margin: auto;
}

.c-flex-h {
  display: flex;
  gap: 20px;
}

.c-card {
  padding: 20px;
}
.c-card_box {
  display: none;
  margin: 1rem 0;
  margin-bottom: 2rem;
  background-color: white;
  border: 2px solid #f0d81e;
  border-radius: 10px;
  font-size: 0.9rem;
  box-shadow: 3px 3px 15px 0 gray;
}
.c-card_box.is-show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-card_box:last-child {
  margin-bottom: 0;
}
.c-card_item {
  width: 100%;
}

.c-card_when,
.c-card_where {
  position: relative;
  font-weight: bold;
  margin-left: 70px;
  margin-bottom: 1rem;
}
.c-card_when::before,
.c-card_where::before {
  position: absolute;
  content: "時間";
  background-color: #e56437;
  width: 60px;
  height: 25px;
  color: white;
  left: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-card_when.c-card_details::before {
  content: "詳細";
}
.c-card_where::before {
  content: "場所";
}
.c-card_corpName {
  position: absolute;
  font-size: 0.8rem;
  color: #555;
  max-width: 90%;
  line-height: 1.2;
}

dialog .c-card_item {
  padding-bottom: 50px;
  position: relative;
  cursor: pointer;
}
dialog .c-card_item::after {
  content: "詳細をみる";
  position: absolute;
  bottom: 20px;
  font-size: 18px;
  display: flex;
  width: auto;
  left: 50%;
  justify-content: center;
  padding: 3px 20px;
  border-radius: 10px;
  color: white;
  transform: translateX(-50%);
  background: #e70d45;
}
.p-shops .c-card_box {
  margin: 0 0 2rem;
}

dialog[open] {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  padding: 0 0 100px;
}
dialog:modal {
  position: fixed;
  inset-block-start: 0px;
  inset-block-end: 0px;
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  visibility: visible;
  overflow: auto;
}
dialog.p-modalLists {
  overscroll-behavior: contain;
  height: 100vh;
  overflow-y: auto;
}
dialog .p-modal {
  background-color: white;
  padding: 0 0px 100px;
  background-color: #dcdce1;
  overscroll-behavior: contain;
}
dialog .p-modalClose {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  display: flex;
  background: black;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
dialog .p-modal_where {
  color: white;
  background: #3c9955;
  writing-mode: vertical-lr;
  width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 1.9px;
}
dialog .p-modal_txt {
  padding: 0 30px;
  font-size: 1.2rem;
  margin: 2rem 0;
}
dialog .p-modal_item {
  font-size: 1.3rem;
  margin: 20px 0;
}
dialog .p-modal_itemlists {
  margin-bottom: 2rem;
  position: relative;
  margin-top: 120px;
}
dialog .p-modal_itemlists::before {
  position: absolute;
  content: "出品物";
  color: white;
  font-weight: bold;
  background-color: #3c9955;
  width: 150px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #1f502c;
  z-index: 1;
  font-family: serif;
}
dialog .p-modal_itemlists::after {
  position: absolute;
  content: "";
  top: -40px;
  width: 100%;
  height: 1px;
  border-top: 2px solid #1f502c;
  left: 0;
}
dialog .p-modal_img {
  width: 90%;
  margin: 20px auto;
}
dialog .p-modal_img img {
  /* border: 4px solid; */
  -o-object-fit: contain;
  object-fit: contain;
  /*max-height: 330px;*/
  width: 100%;
  border-radius: 15px;
  margin: auto;
}
dialog .p-modal_img img[src="./image/"] {
  display: none;
}
dialog .p-modal dialog .p-modal_img img[src="./image/"] {
  background-color: 0;
  height: 600px;
  border: none;
}
dialog .p-modal_info {
  background: lightgray;
  padding: 20px;
  line-height: 2;
  position: relative;
  padding-top: 60px;
}
dialog .p-modal_info::before {
  position: absolute;
  content: "会社情報";
  color: #3c9955;
  background-color: lightgray;
  width: 120px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-weight: bold;
  font-family: serif;
}
dialog .p-modal_info::after {
  position: absolute;
  content: "";
  top: 30px;
  width: 110%;
  height: 1px;
  border-top: 2px solid #1f502c;
  left: -10%;
}
dialog .p-modal_wrap {
  min-height: calc(100dvh + 1px);
  width: 90%;
  background-color: white;
  margin: 30px auto;
  border: 3px solid;
  border-radius: 25px;
  overflow: hidden;
  max-width: 500px;
}
dialog .p-modal_hp:has(a[href=""]) {
  display: none;
}
dialog .p-modal_post,
dialog .p-modal_address,
dialog .p-modal_tel,
dialog .p-modal_openhour,
dialog .p-modal_openday,
dialog .p-modal_hp,
dialog .p-modal_parking,
dialog .p-modal_tables,
dialog .p-modal_capacity,
dialog .p-modal_budget,
dialog .p-modal_post {
  position: relative;
  padding-top: 20px;
}
dialog .p-modal_post::before,
dialog .p-modal_address::before,
dialog .p-modal_tel::before,
dialog .p-modal_openhour::before,
dialog .p-modal_openday::before,
dialog .p-modal_hp::before,
dialog .p-modal_parking::before,
dialog .p-modal_tables::before,
dialog .p-modal_capacity::before,
dialog .p-modal_budget::before,
dialog .p-modal_post::before {
  top: 0px;
  font-weight: bold;
  position: absolute;
}
dialog .p-modal_post:empty,
dialog .p-modal_address:empty,
dialog .p-modal_tel:empty,
dialog .p-modal_openhour:empty,
dialog .p-modal_openday:empty,
dialog .p-modal_hp:empty,
dialog .p-modal_parking:empty,
dialog .p-modal_tables:empty,
dialog .p-modal_capacity:empty,
dialog .p-modal_budget:empty,
dialog .p-modal_post:empty {
  display: none;
}
dialog .p-modal_post {
  padding-top: 0px;
  padding-left: 15px;
  line-height: 1;
}
dialog .p-modal_post::before {
  left: 0px;
  content: "〒";
}
dialog .p-modal_address {
  padding-top: 0;
}
dialog .p-modal_address::before {
  top: -42px;
  content: "住所";
}
dialog .p-modal_tel::before {
  content: "TEL";
}
dialog .p-modal_openhour::before {
  content: "営業時間";
}
dialog .p-modal_openday::before {
  content: "定休日";
}
dialog .p-modal_hp::before {
  content: "ホームページ";
}
dialog .p-modal_parking::before {
  content: "駐車場";
}
dialog .p-modal_tables::before {
  content: "席数";
}
dialog .p-modal_capacity::before {
  content: "団体予約最大人数";
}
dialog .p-modal_budget::before {
  content: "平均予算";
}

.c-cardsList {
  min-height: calc(100dvh + 1px);
  max-width: 500px;
  margin: auto;
}

button:is(#close, #modalClose) {
  height: 70px;
  width: 250px;
  font-weight: bold;
  color: #555;
}

.c-flex-h {
  background-color: #f1f1f1;
  border-bottom-right-radius: 35px;
}

.p-firstChoice {
  padding-bottom: 1px;
  background-color: #eeeeef;
}
.p-firstChoice_btn a {
  background: #3c9955;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
  height: 100px;
  max-width: 90dvw;
  border: 3px solid white;
  align-items: center;
  padding: 40px;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 60px;
  overflow: hidden;
}
.p-firstChoice_btn:nth-child(even) a {
  background-color: #e56437;
}
.p-firstChoice_img {
  width: 120px;
  height: 100%;
  border-bottom-left-radius: 70px;
}
.p-firstChoice_p {
  font-size: 1rem;
  position: relative;
}

.p-flyer {
  padding: 0%;
  font-weight: bold;
  background-color: #dcdce1;
}
.p-flyer_items {
  background: ivory;
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-direction: column;
}
.p-flyer_item {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  width: 270px;
  margin: auto;
}
.p-flyer_ttl {
  width: 100px;
  background: white;
  padding: 0 5px;
  text-align: right;
  border-radius: 20px;
  border: 1px solid;
}
.p-flyer_txtBox {
  text-align: center;
  padding: 20px;
  border: 1px solid;
  border-radius: 20px;
  outline: 1px solid;
  outline-offset: -5px;
  background: white;
  width: 320px;
  margin: auto;
  margin-top: 25px;
  line-height: 2;
}

.p-hero {
  background-image: url(../image/img-hero.png);
  background-size: cover;
  width: 100%;
  aspect-ratio: 14/10;
}

.p-shops {
  background: #dcdce1;
  counter-reset: number 0;
}
.p-shops .sectionWrap {
  border-color: #4698dc;
}
.p-shopsChoice {
  padding: 0 5%;
  border-bottom: 1px dashed;
  background-color: rgba(240, 216, 30, 0.5);
}
.p-shops hr::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 2rem;
  font-family: "Teko";
  z-index: 1;
  top: 50%;
  color: white;
}
.p-shops hr::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 50px;
  aspect-ratio: 1;
  background-color: #67cecc;
  z-index: 0;
  top: 50%;
}
.p-shops section {
  background-color: white;
  border-radius: 20px;
  border: 2px solid #3c9955;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.p-event {
  background-color: #eeeeef;
}
.p-event .sectionWrap {
  border-color: #f0d81e;
}
.p-event .c-card_box {
  display: block;
}

.p-exp {
  background-color: #dcdce1;
}
.p-exp .sectionWrap {
  border-color: #67cecc;
}
.p-exp .c-card_box {
  display: block;
  border-color: #67cecc;
}

.p-corps {
  background-color: #eeeeef;
}
.p-corps .sectionWrap {
  border-color: #e56437;
}
.p-corpsLists {
  margin: auto;
  padding-left: 0px;
  padding-inline: 0;
}
.p-corpsLists_item {
  background: white;
  margin-top: 1.2rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  font-size: 0.9rem;
  font-weight: bold;
  gap: 10px;
  border: 1px solid #e56437;
  border-radius: 15px;
  box-shadow: 3px 3px 15px 0 gray;
  cursor: pointer;
}
.p-corpsLists_corpName {
  color: #3c9955;
  font-size: 1.2rem;
}
.p-banner {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 100px;
  transition: 1s ease-in-out;
  opacity: 1;
  z-index: 9999;
}
.p-banner.hide {
  transform: translateY(100vh);
  opacity: 0;
}
.p-banner_wrap {
  position: relative;
}
.p-banner_close {
  position: absolute;
  top: -30px;
  right: 0;
  background: #555;
  color: white;
}

.p-footerNavi {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: cadetblue;
  z-index: 9999;
}
.p-footerNavi_wrap {
  display: flex;
  justify-content: space-around;
}
.p-footerNavi_btn {
  flex-grow: 1;
}
.p-footerNavi_btn a {
  display: flex;
  align-items: center;
  height: 100px;
  width: 100%;
  justify-content: space-evenly;
  flex-direction: column;
  color: white;
  font-size: 4vw;
}
.p-footerNavi_btn a span {
  max-height: 20px;
  max-width: 85%;
  line-height: 0.9;
}
.p-footerNavi_btn svg {
  height: 30px;
  fill: white;
}

.p-access {
  background-color: #dcdce1;
}
.p-access_box {
  border: 3px solid white;
  margin: 40px auto;
  background: white;
}
.p-access_info {
  counter-reset: number 0;
  margin: 0;
  padding: 0;
}
.p-access_info span {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  background: white;
  padding: 10px;
}
.p-access_info ol {
  counter-reset: number 0;
}
.p-access_info li {
  border: 2px solid #eeeeef;
  border-radius: 5px;
  font-size: min(4vw, 18px);
  list-style-type: none;
  width: 90%;
  margin: 30px auto;
  box-shadow: 3px 3px 15px 0 gray;
  background-color: white;
}
.p-access p.c-intro {
  font-size: 1.2rem;
  background: #e56437;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0;
}
.p-access .sectionWrap {
  border-color: #eeeeef;
}
.p-access .address::before {
  content: "住所:";
  margin-right: 20px;
}
.p-access .address {
  text-indent: -54px;
  padding-left: 80px;
}
.p-access .place {
  padding-left: 30px;
  background-color: coral;
}
.p-access .place::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: -20px;
  left: -20px;
  background: white;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid yellow;
}

.temporary-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin: auto;
}

.temporary-info p {
  padding: 20px;
  border: 4px solid red;
  border-radius: 5px;
  background: white;
  font-weight: bold;
}

/* foundation */
/* config */
/* layout */
/* object */
.logo-zone {
  display: none;
} /*# sourceMappingURL=style.css.map */
.p-modal_itemlists.exp_info:not(:has(div)) {
  display: none;
}
.p-modal_info:not(:has(div)) {
  display: none;
}

article > section:nth-of-type(odd) {
  background: #dcdce1;
}
article > section:nth-of-type(even) {
  background: #eeeeef;
}

article > .section-hr:nth-of-type(even) .just-formargin {
  background-color: #dcdce1;
}
article > .section-hr:nth-of-type(odd) .just-formargin {
  background-color: #eeeeef;
}
