@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@600&family=Zen+Maru+Gothic:wght@700&display=swap");

:root {
  --primary-color: #482710;
  --secondary-color: #b3885c;
  --thirdly-color: #2e7fc4;
  --modal-color: #603415;
  --radius: 8px;
  --opacity: 0.7;
}

body {
  /* word-break: auto-phrase; */
  text-spacing-trim: trim-start;
  counter-reset: number 0;
}

/* 終了告知文 */
/* .Post {
	font-size: 22px;
	font-weight: 600;
	color: #c00;
	text-align: center;
} */

/* H1 */
/* #PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
} */

.h3 {
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--primary-color);
  letter-spacing: 0.05em;
}

.h4 {
  background-image: url(/attending/t/korean_gourmet/images/pc/bg02.png);
  background-repeat: repeat;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--primary-color);
  padding: 14px 0;
}

.en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* タイトル */
.keyVisual {
  background-image: url(/attending/t/korean_gourmet/images/pc/kv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.keyVisual__inner {
  position: relative;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
}

.keyVisual__inner h2 {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.Group__logo {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  background-color: #fff;
  border-radius: var(--radius);
  padding: 5px 10px;
}

/* SEO */
.Sec__seo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  padding: 50px 0;
}

.Sec__seo p {
  padding: 0 calc((1024px - 800px) / 2);
}

/* キャンペーン */
.Campaign__group {
  display: flex;
  column-gap: 20px;
  background-color: #f2e5df;
  border-radius: var(--radius);
  padding: 25px;
}

.Campaign__group figure {
  width: 400px;
}

.Sec__campaign dl {
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  width: calc(100% - 400px - 20px);
}

.Sec__campaign dl dt {
  font-size: 26px;
  color: var(--primary-color);
}

.Sec__campaign dl dd {
  font-size: 15px;
  font-weight: normal;
  color: var(--primary-color);
}

.Campaign_text {
  margin-top: 5px;
}

.Campaign__button {
  margin-top: auto;
}

.Campaign__link {
  display: block;
  background-color: #e1243a;
  border-radius: var(--radius);
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  transition: opacity 0.5s;
}

.Campaign__link:hover {
  opacity: var(--opacity);
}

.Sec__campaign p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: right;
}

/* 地図 */
.Sec__map {
  background-image: url(/attending/t/korean_gourmet/images/pc/bg01.png);
  background-repeat: repeat;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 80px;
  padding-bottom: 80px;
}

.Heading_map {
  position: relative;
  text-align: center;
  padding: 110px 0 30px;
}

.Heading_map::before,
.Heading_map::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}

.Heading_map::before {
  top: 0;
  left: 100px;
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_red.png);
  width: 76px;
  height: 140px;
}

.Heading_map::after {
  top: 30px;
  right: 70px;
  background-image: url(/attending/t/korean_gourmet/images/pc/deco01.png);
  width: 104px;
  height: 99px;
}

.Heading_map h3 {
  position: relative;
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_txt01.png);
  background-repeat: no-repeat;
  background-size: 142px 81px;
  background-position: center;
  padding: 30px 0;
}

.Heading_map h3::before {
  content: "";
  background-image: url(/attending/t/korean_gourmet/images/pc/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
}

.Heading_map h3 span {
  position: relative;
}

.Heading_map h3 span::before,
.Heading_map h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.Heading_map h3 span::before {
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_l.png);
  left: -58px;
  width: 28px;
  height: 66px;
}

.Heading_map h3 span::after {
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_r.png);
  right: -59px;
  width: 29px;
  height: 65px;
}

.Map-lead {
  font-size: 15px;
  color: var(--primary-color);
  text-align: center;
}

.Map-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  place-items: center;
  margin-top: 60px;
}

.Map-image {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-trigger-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.5s;
}

.modal-trigger-button:hover {
  opacity: var(--opacity);
}

.Map-gourmet {
  background-color: #fff;
  width: 221px;
  height: 197px;
  border-radius: calc(var(--radius) / 2);
  padding: 8px;
}

.Map-gourmet figcaption {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 8px;
}

.Map-gourmet figcaption::before {
  counter-increment: number 1;
  content: counter(number);
  background-color: #e1243a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  flex-shrink: 0;
}

.modal-gourmet01 {
  grid-column: 1;
  grid-row: 1;
  transform: translate(-60px, 5px);
}

.modal-gourmet02 {
  grid-column: 1;
  grid-row: 2;
  transform: translate(0px, -40px);
}

.modal-gourmet03 {
  grid-column: 3;
  grid-row: 1;
  transform: translate(-180px, -40px);
}

.modal-gourmet04 {
  grid-column: 3;
  grid-row: 2;
  transform: translate(0px, -90px);
}

.modal-gourmet05 {
  grid-column: 1;
  grid-row: 3;
  transform: translate(65px, -90px);
}

.modal-gourmet06 {
  grid-column: 3;
  grid-row: 3;
  transform: translate(65px, -140px);
}

.modal-gourmet07 {
  grid-column: 2;
  grid-row: 4;
  transform: translate(-20px, -135px);
}

.modal-gourmet08 {
  grid-column: 3;
  grid-row: 4;
  transform: translate(0px, -155px);
}

.modal-gourmet09 {
  grid-column: 1;
  grid-row: 4;
  transform: translate(-5px, -40px);
}

.modal-notice {
  position: absolute;
  bottom: 30px;
  right: 0;
  border: solid 1px #e1243a;
  font-size: 15px;
  font-weight: 600;
  color: #e1243a;
  text-align: center;
  padding: 16px;
}

.modal-cooperation {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  font-weight: 500;
}

/* モーダルコンテンツ */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  position: relative;
  background-color: #fff;
  padding: 60px 40px 40px;
  border-radius: 8px;
  max-width: 960px;
  width: 100%;
  max-height: 90%;
  overflow-y: scroll;
  z-index: 1001;
}

.modal-close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: var(--modal-color);
}

.modal-close-text {
  position: relative;
  display: block;
  margin: 20px auto 0;
  padding: 5px 40px 5px 20px;
  border: 1px solid #acacac;
  border-radius: 100px;
  cursor: pointer;
  font-size: 14px;
  color: var(--modal-color);
}

.Modal__icn-plus {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.Modal__icn-plus-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.Modal__icn-plus-inner::before,
.Modal__icn-plus-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 12px;
  background-color: var(--modal-color);
  transform: translate(-50%, -50%);
}

.Modal__icn-plus-inner::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.modal-content {
  font-family: "Noto Sans JP", sans-serif;
}

.modal-content h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--modal-color);
}

.modal-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #c1976d;
  margin: 40px 0 20px;
  padding: 2px;
}

.modal-intro {
  display: flex;
  column-gap: 15px;
  margin-top: 30px;
}

.modal-figure {
  display: flex;
  column-gap: 10px;
}

.modal-figure figure {
  width: 205px;
  height: auto;
}

.modal-store {
  display: flex;
}

.modal-store_name {
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
}

.modal-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--modal-color);
}

.modal-store ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
}

.modal-store ul:not(:last-child) {
  border-right: dotted 1px var(--secondary-color);
  margin-right: 10px;
  padding-right: 10px;
}

/* .modal-store figure {
	position: relative;
}

.modal-store figure figcaption {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 20px;
	font-weight: 600;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
} */

.modal-details {
  background-color: #f4eae5;
  font-size: 12px;
  color: var(--modal-color);
  padding: 10px;
}

/* プレゼント */
.Sec__present {
  margin: 80px 0;
}

.Present__wrap {
  width: fit-content;
  margin: 0 auto;
}

.Present__group figure {
  width: 300px;
  margin: 0 auto;
}

.Present__flex {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 10px;
}

.Present__group {
  position: relative;
  column-gap: 20px;
  background-color: #fff;
  border-radius: var(--radius);
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  font-family: "Zen Maru Gothic", sans-serif;
  width: fit-content;
  padding: 20px;
  min-width: 320px;
}

.logo__flex {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.coupon__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
  width: 386px;
}

.Present__group .coupon__group p {
  font-size: 15px;
  margin-bottom: 8px;
}

.Present__group .coupon__group figure {
  width: 188px;
  margin-bottom: 8px;
}

.Present__group::before {
  content: "さらに!";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -24px;
  left: -27px;
  background-color: #e1243a;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  transform: rotate(-15deg);
}

.Present__group .otoki_logo {
  width: 82px;
}

.Present__group p {
  width: auto;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: #482710;
  text-align: center;
  margin-bottom: 16px;
}

.syousai_txt {
  font-size: 12px;
}

/* ツアー */
.Sec__tour {
  border-top: solid 1px #f2e5df;
}

.Heading_tour {
  position: relative;
  text-align: center;
  padding: 140px 0 30px;
}

.Heading_tour::before,
.Heading_tour::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}

.Heading_tour::before {
  top: 0;
  right: 30px;
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_blue.png);
  width: 76px;
  height: 140px;
}

.Heading_tour::after {
  top: 30px;
  left: 70px;
  background-image: url(/attending/t/korean_gourmet/images/pc/deco01.png);
  width: 104px;
  height: 99px;
  transform: scaleX(-1);
}

.Heading_tour h3 {
  position: relative;
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_txt02.png);
  background-repeat: no-repeat;
  background-size: 142px 81px;
  background-position: center;
  padding: 30px 0;
}

.Heading_tour h3::before {
  content: "";
  background-image: url(/attending/t/korean_gourmet/images/pc/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
}

.Heading_tour h3 span {
  position: relative;
}

.Heading_tour h3 span::before,
.Heading_tour h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.Heading_tour h3 span::before {
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_l.png);
  left: -58px;
  width: 28px;
  height: 66px;
}

.Heading_tour h3 span::after {
  background-image: url(/attending/t/korean_gourmet/images/pc/deco_r.png);
  right: -59px;
  width: 29px;
  height: 65px;
}

.Area {
  margin-bottom: 70px;
}

.Group_anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px rgba(72, 39, 16, 0.2);
  margin-bottom: 50px;
}

.Group_anchor li {
  border-right: solid 1px rgba(72, 39, 16, 0.2);
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
}

.Anchor {
  position: relative;
  display: block;
  padding: 10px 0 10px 15px;
  transition: opacity 0.5s;
}

.Anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: translateY(-50%) rotate(135deg);
}

.Anchor:hover {
  opacity: var(--opacity);
}

/* タブ */
.tab-container {
  font-family: "Noto Sans JP", sans-serif;
}

.tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin: 50px 0 40px;
}

.tab {
  width: 100%;
  background-color: var(--secondary-color);
  border: solid 1px var(--secondary-color);
  border-radius: var(--radius);
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  transition: opacity 0.5s;
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}

.tab:hover {
  opacity: var(--opacity);
}

.tab.active {
  background-color: #fff;
  color: var(--secondary-color);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content_inner {
  display: flex;
  column-gap: 32px;
  border: solid 1px var(--secondary-color);
  border-radius: calc(var(--radius) * 2);
  padding: 32px;
}

.tab-content_inner:not(:last-of-type) {
  margin-bottom: 40px;
}

.Tour_cts01 {
  width: 330px;
}

.labels {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--thirdly-color);
  border-radius: 200px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-right: 4px;
  padding: 4px 20px;
}

.Tour_cts01 figure img {
  border-radius: var(--radius);
}

.Tour_cts02 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: calc((100% - 330px) - 32px);
}

.Tour_cts02 dt {
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
}

.Tour_cts02 .caption {
  font-size: 14px;
  color: var(--primary-color);
}

.Tour_cts02 .price {
  font-size: 24px;
  font-weight: 600;
  color: #e1243a;
  text-align: right;
}

.Tour_cts02 .price small {
  font-size: 16px;
  color: var(--primary-color);
}

.Tour_cts02 .details_link {
  position: relative;
  display: block;
  background-color: #755239;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  transition: opacity 0.5s;
}

.Tour_cts02 .details_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.Tour_cts02 .details_link:hover {
  opacity: var(--opacity);
}
