@@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FDFDFD;
  overflow-x: hidden;
}


a {
  color: #3064D5;
}

main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

figure {
  margin: 0;
}

.ui-static-section-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

img {
  width: 100%;
  object-fit: cover;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.tab-only {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.d-flex {
  display: flex;
}

.footer-new {
  z-index: 2;
}

.ui-static-breadcrumb-list>li>a,
.ui-static-breadcrumb-list>li{
  font-family: "Noto Sans JP", sans-serif;
}

.mv {
  background: url(../img/mv.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.mv .d-flex {
  max-width: 1150px;
  margin: 0 auto;
  gap: 60px;
  align-items: center;
  padding: 0 40px;
}

.no-webp .mv {
  background: url(../img/mv.jpg) no-repeat;
  background-size: cover;
}

.mv h2 {
  width: 68%;
}

.mv .d-flex div {
  width: 43%;
  padding: 48px 0;
}

.mv .d-flex div img:first-of-type {
  margin-bottom: 24px;
}

.title-set {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.title-set p img {
  width: auto;
  margin-bottom: 16px;
}

.title-set h3 {
  font-size: 34px;
  color: #B00707;
  text-align: center;
  font-weight: 600;
}

.exclusive {
  padding: 72px 0;
  background: url(../img/bg_gray.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.exclusive .exclusive__text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
.exclusive .exclusive__text>sup{
  font-size: 10px;
  vertical-align: super;
}
.exclusive .exclusive__text>span{
  font-size: 12px;
}

.exclusive picture {
  max-width: 922px;
  margin: 0 auto;
}

.choice {
  padding-top: 64px;
  padding-top: 88px;
}

.tabs {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  position: relative;
  border-bottom: 2px solid #D3D3D3;
  gap: 24px;
  margin-bottom: 64px;
}

.tab-button {
  padding: 12px 24px;
  cursor: pointer;
  color: #B00707;
  font-weight: bold;
  transition: color 0.3s;
  width: 50%;
  border: solid 1px #B00707;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.tab-button span {
  font-size: 18px;
  display: block;
}

.tab-button.active {
  color: #fff;
  background: #B00707;
}

#content1 {
  background: #FFFCD6;
}

#content2 {
  background: #FFF3E7;
}

.indicator {
  position: absolute;
  bottom: -2px;
  height: 2px;
  background-color: #B00707;
  transition: all 0.3s ease-in-out;
}

.content-item {
  display: none;
  padding-top: 64px;
  padding-bottom: 72px;
}

.content-item.active {
  display: block;
}

.choice h4 {
  color: #B00707;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 52px;
}

.choice .point.d-flex {
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 72px;
}

.choice .point.d-flex img {
  max-width: 510px;
  width: 100%;
  object-fit: contain;
}

.choice .point.d-flex dl dt img {
  max-width: none;
  width: auto;
  margin-bottom: 7px;
}

.choice .point.d-flex dl dd {
  font-size: 24px;
  font-weight: 600;
}

.choice .point.d-flex dl dd:not(:last-of-type) {
  margin-bottom: 26px;
}

.highlights {
  margin-bottom: 72px;
}

.highlights .d-flex {
  flex-wrap: wrap;
  gap: 48px 24px;
}

.highlights .d-flex>*:nth-child(-n+3) {
  width: calc(33.333% - 16px)
}

.highlights .d-flex>*:nth-child(n+4) {
  width: calc(50% - 16px)
}

.highlights .d-flex figure {
  position: relative;
}

.highlights .d-flex figure figcaption {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
}

.highlights .d-flex h4 {
  color: #2C2A29;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-top: 14px;
  margin-bottom: 4px;
}

.highlights .d-flex h5 {
  font-size: 20px;
  margin-bottom: 8px;
}

.hotels__wrapper {
  padding: 48px 32px 56px;
  background: #FFF;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 72px;
}

.hotels__wrapper h4 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  background: #B00707;
  padding: 2px 12px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}

.normal-plan {
  display: flex;
  gap: 24px;
}

.normal-plan picture {
  width: 50%;
}


.normal-plan .normal-plan__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.normal-plan .normal-plan__right div {
  margin-bottom: 24px;
}

.normal-plan .normal-plan__right h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}

.food {
  display: flex;
  gap: 16px;
  margin-bottom: 0 !important;
}

.food div {
  width: 50%;
}

.food h5 {
  font-size: 20px !important;
  margin-bottom: 4px !important;
}

.food span {
  font-size: 18px !important;
  color: #B00707;
  font-weight: 600;
}

.food figure {
  position: relative;
  width: 50%;
  height: fit-content;
}

.food figure figcaption {
  font-size: 12px;
}

.line-text {
  display: flex;
  align-items: center;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  margin-bottom: 24px;
}

.line-text::before,
.line-text::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background-color: #B00707;
}

.line-text span {
  padding: 0 1em;
  color: #B00707;
  font-size: 26px;
  font-weight: 600;
}

.arrange-plan {
  margin-top: 40px;
}

.arrange-plan .d-flex {
  gap: 24px;
}

.arrange-plan .d-flex .d-flex__left,
.arrange-plan .d-flex .d-flex__right {
  width: 50%;
}

.arrange-plan .d-flex .food:nth-of-type(2) {
  margin-top: 40px;
}

.arrange-plan .d-flex .food:nth-of-type(2) h5 {
  font-size: 18px !important;
}

.arrange-plan .arrange-plan__label {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  background: #B00707;
  padding: 2px 12px;
  width: fit-content;
  margin-bottom: 16px;
}

.arrange-plan picture img {
  max-height: 312px;
  margin-bottom: 10px;
}

.arrange-plan h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}

.arrange-plan .food {
  margin-top: 24px !important;
}

.info {
  padding: 56px 0;
  background: #F9F9F9;
}

.info h4 {
  color: #B00707;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.info .d-flex {
  gap: 20px;
  justify-content: center;
  margin-bottom: 56px;
}

.info picture {
  width: 488px;
}

.info .d-flex div img {
  width: 144px;
  margin-bottom: 16px;
}

.info dl dt {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  background: #B00707;
  margin-bottom: 8px;
  width: fit-content;
  padding: 2px 16px;
}

.info dl dd {
  color: #2C2A29;
  font-size: 16px;
  font-weight: 600;
}

.info dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.info .d-flex p {
  margin-top: 10px;
}

.info .pattern {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.info .pattern .bg {
  background: #fff;
  padding: 32px;
  margin-bottom: 32px;
}

.info .pattern .pattern__text {
  color: #2C2A29;
  font-size: 26px;
  font-weight: 600;
}

.info .pattern .pattern__text span {
  color: #B00707;
}

.info .pattern .pattern__sub-text {
  font-size: 20px;
  margin-bottom: 16px;
}

.info .pattern img {
  margin: 0 auto;
}

.info .pattern__list {
  padding: 0 32px;
}

.info .pattern__list p {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 16px;
}

.info .pattern__list ul {
  text-align: left;
}

.info .pattern__list ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}

.product-content .product-list>li>a{
  text-decoration: none;
  color: #2C2A29
}
.product-content .product-list>li>a p{
  font-family: "Noto Sans JP", sans-serif;
}
.product-list.card-style.fda--hiroshima_tour>li>a,
.product-list.card-style.fda--hiroshima_tour>li>a p{
  font-family: "Noto Sans JP", sans-serif!important;
}

@media (max-width: 820.98px) {
  .tab-only {
    display: block;
  }

  .mv .d-flex {
    gap: 24px;
  }

  .choice .point.d-flex img {
    max-width: 350px;
  }

  .choice .point.d-flex dl dd {
    font-size: 20px;
  }

  .choice .point.d-flex dl dd:not(:last-of-type) {
    margin-bottom: 24px;
  }

  .food h5 {
    font-size: 18px !important;
  }

  .food div p {
    font-size: 14px;
  }

  .food div p span {
    font-size: 16px !important;
  }
}



@media (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .mv {
    padding: 40px 0 22px;
    background: url(../img/mv_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .no-webp .mv {
    background: url(../img/mv_sp.jpg) no-repeat;
    background-size: cover;
  }

  .mv .d-flex {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 14px;
  }

  .mv h2 {
    width: 100%;
  }

  .mv .d-flex div {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }

  .mv .d-flex div img:first-of-type {
    margin-bottom: 12px;
  }

  .title-set {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
  }

  .title-set p img {
    margin-bottom: 8px;
    scale: 0.85;
  }

  .title-set h3 {
    font-size: 24px;
  }

  .exclusive .exclusive__text {
    text-align: left;
    font-size: 18px;
    margin-bottom: 32px;
  }

  .exclusive {
    padding: 48px 0;
  }

  .choice {
    padding-top: 56px;
    padding-top: 72px;
  }

  .tabs {
    position: relative;
    border-bottom: 2px solid #D3D3D3;
    gap: 20px;
    margin-bottom: 32px;
  }

  .tab-button {
    font-size: 18px;
    padding: 6px 12px;
    margin-bottom: 16px;
  }

  .tab-button span {
    font-size: 14px;
  }

  .choice h4 {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .content-item {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .choice .point.d-flex {
    flex-wrap: wrap;
    margin-bottom: 56px;
  }

  .highlights {
    margin-bottom: 56px;
  }

  .highlights .d-flex {
    gap: 40px 0px;
  }

  .highlights .d-flex>*:nth-child(-n+3) {
    width: 100%;
  }

  .highlights .d-flex>*:nth-child(n+4) {
    width: 100%;
  }

  .highlights .d-flex img {
    height: 210px;
  }

  .highlights .d-flex h4 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .hotels__wrapper {
    padding: 40px 20px;
    margin-bottom: 48px;
  }

  .normal-plan {
    flex-wrap: wrap;
    gap: 10px;
  }

  .normal-plan picture {
    width: 100%;
  }

  .normal-plan .normal-plan__right {
    width: 100%;
  }

  .normal-plan .normal-plan__right div {
    margin-bottom: 24px;
  }

  .normal-plan .normal-plan__right h5 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .food {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    padding: 0 20px;
    gap: 2px;
  }

  .food figure {
    width: 100%;
  }

  .food figure figcaption {
    text-align: right;
  }

  .food div {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .line-text span {
    padding: 0 0.6em;
    font-size: 22px;
  }

  .arrange-plan {
    margin-top: 32px;
  }

  .arrange-plan .d-flex {
    gap: 32px;
    flex-wrap: wrap;
  }

  .arrange-plan .d-flex .d-flex__left,
  .arrange-plan .d-flex .d-flex__right {
    width: 100%;
  }

  .arrange-plan .arrange-plan__label {
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
  }

  .arrange-plan picture img {
    margin-bottom: 6px;
  }

  .arrange-plan h5 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .info .d-flex {
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .info h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .info .pattern .bg {
    padding: 18px;
    margin-bottom: 24px;
  }

  .info .pattern .pattern__text {
    font-size: 18px;
  }

  .info .pattern__list p {
    margin-bottom: 12px;
  }

  .info .pattern__list {
    padding: 0;
  }

  .info .pattern .pattern__sub-text {
    font-size: 16px;
  }

  .info .pattern__list ul li {
    font-size: 14px;
  }
}

/*** ツアー掲載 ***/
.tour{
  padding: 48px 0;
}
.tour .title-set{
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .tour .title-set h3>small{
    font-size: calc(20vw / 3.75)
  }
}
