/*ダミー*/
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 500;
font-style: normal;
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
.font-size-dummy {
  font-size: .75rem; /* 12px */
  font-size: .8125rem; /* 13px */
  font-size: .875rem; /* 14px */
  font-size: 1rem; /* 16px */
  font-size: 1.125rem; /* 18px */
  font-size: 1.25rem; /* 20px */
  font-size: 1.5rem; /* 24px */
  font-size: 1.75rem; /* 28px */
  font-size: 2rem; /* 32px */
  font-size: 2.63rem; /* 42px */
  font-size: 3rem; /*48px*/
  font-size: 3.5rem; /* 56px */
}
/* common -----------------------------------------*/ :root {
  --white: #ffffff;
  --gray: #F4F8F9;
  --d-gray: #6b6b6b;
  --line: #ccc;
  --black: #143A06;
  --orange: #FC9D13;
  --red: #E93D21;
  --yellow: rgba(255, 255, 106, .6);
  --cream: #FCF9E4;
  --blue: #0066CA;
  --green01: #84B431;
  --green02: #149E14;
  --green03: #226742;
  --font-main: "fot-udkakugo-large-pr6n", sans-serif;
  --w-300: 300;
  --w-400: 400;
  --w-500: 500;
  --w-500: 600;
  --w-700: 700;
  --h-20: 2;
  --h-17: 1.7;
  --h-15: 1.5;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
.all-container {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: var(--w-400);
  font-size: 1.125rem;
  color: var(--black);
  line-height: var(--h-17);
  background-image: url("../img/bg01.webp");
  background-size: 100%;
}
.all-container img {
  display: block;
  width: 100%;
}
.container {
  position: relative;
  background-color: var(--yellow);
}
.curve {
  overflow: hidden;
}
.curve01 .curve-content {
  background: var(--yellow);
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 450px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
.curve02 .curve-content {
  background: var(--yellow);
  border-top-left-radius: 1000px 200px;
  border-top-right-radius: 1000px 200px;
  height: 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
.wrapper {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.illust-item {
  width: 140px;
}
.heading {
  position: relative;
  margin: 8em 0 0 0;
}
.heading h2 {
  font-size: 2rem;
  text-align: center;
}
.heading-illust-list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.heading-illust-list .illust-item {
  width: 120px;
}
.heading-illust-list .illust-item01 {
  position: absolute;
  top: -10px;
  left: -340px;
}
.heading-illust-list .illust-item02 {
  width: 140px;
  position: absolute;
  top: -10px;
  left: 220px;
}
.w1000, .w768, .w599, .w400 {
  display: none;
}
/*#search, #campaign-products{
    display: none;
}*/
/* pankuzu -----------------------------------------*/
#pankuzu ul {
  font-family: var(--font-main);
  font-weight: var(--w-400);
  font-style: normal;
  overflow: auto;
  padding: 0 10px;
  _zoom: 1;
}
#pankuzu li {
  float: left;
  list-style: none;
}
#pankuzu li + li:before {
  margin: 0 8px;
  content: '>';
}
/* top-v -----------------------------------------*/
#top-v .wrapper {
  position: relative;
  background-image: url('../img/main.webp');
  background-size: 120%;
  background-position: 0% 95%;
  background-repeat: no-repeat;
  max-width: none;
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: 100% 100%;
}
#top-v .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top-v .illust-list {
  position: relative;
}
#top-v .illust-item01 {
  position: absolute;
  top: 100px;
  left: 50px;
}
#top-v .illust-item02 {
  position: absolute;
  top: 200px;
  left: 200px;
  transform: rotate(-10deg);
}
#top-v .illust-item03 {
  position: absolute;
  top: 350px;
  left: 120px;
  transform: rotate(10deg);
}
#top-v .illust-item04 {
  position: absolute;
  top: 100px;
  left: auto;
  right: 120px;
  transform: rotate(15deg);
}
#top-v .illust-item05 {
  width: 100px;
  position: absolute;
  top: 200px;
  left: auto;
  right: 200px;
  transform: rotate(-15deg);
}
#top-v .title {
  position: relative;
}
#top-v h1 {
  position: relative;
  width: 370px;
  margin: 0 auto 2.5em;
}
#top-v h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: var(--500);
}
#top-v h2 span {
  display: block;
}
#top-v h2 .deco {
  font-size: 2rem;
}
#top-v .link-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
}
#top-v .link-list li a {
  position: relative;
}
#top-v .link-list li a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 480px;
  height: 80px;
  border: solid 2px var(--white);
  font-size: 1.5rem;
  transition: .5s all ease-out;
  overflow: hidden;
}
#top-v .link-list li .col-red {
  background-color: var(--red);
  font-weight: var(--w-500);
}
#top-v .link-list li .col-orange {
  background-color: var(--orange);
  font-weight: var(--w-500);
}
/* about -----------------------------------------*/
#about .wrapper {
  height: 200px;
}
#about .text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  max-width: 800px;
  width: 90%;
  line-height: var(--h-20);
}
#about .text .note {
  margin: 1em 0 0;
}
/* campaign-details -----------------------------------------*/
#campaign-details .wrapper {
  background-color: var(--white);
  margin: 4em auto 6em;
  padding: 0 0 4em;
}
#campaign-details .wrapper .inner {
  width: 90%;
  margin: 3em auto 0;
}
.details-link-list {
  max-width: 1200px;
  width: 95%;
  margin: 6em auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
}
.details-link-list li {
  position: relative;
}
.details-link-list li a {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.5rem;
  height: 80px;
  transition: .5s all ease-out;
  overflow: hidden;
}
.details-link-list li:nth-child(1) a {
  background-color: var(--green01);
}
.details-link-list li:nth-child(2) a {
  background-color: var(--green02);
}
.details-link-list li:nth-child(3) a {
  background-color: var(--green03);
}
#gourmet-content .middle-heading {
  background-color: var(--green01);
}
#gourmet-method .middle-heading {
  background-color: var(--green02);
}
#gourmet-about .middle-heading {
  background-color: var(--green03);
}
.middle-heading h3 {
  text-align: center;
  color: var(--white);
  font-size: 1.75rem;
  padding: .5em;
}
.benefits h5 {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  padding: .5em;
}
.col-red {
  color: var(--red);
  font-weight: var(--w-700);
}
.col-red .large {
  font-size: 2rem;
}
.discount-content {
  position: relative;
  margin: 5em auto 3em;
  padding: 3em;
  max-width: 800px;
  background-color: var(--cream);
}
.discount-content .add {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 150px;
}
.discount-content .sub-heading {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-column-gap: 1.5em;
  align-items: center;
  font-size: 1.5rem;
  max-width: 750px;
  margin: 0 0 .5em auto;
}
.ticket h4 {
  font-weight: var(--w-500);
}
.note h5 {
  font-weight: var(--w-500);
  margin: 1em 0 0;
}
.example-content {
  position: relative;
}
.example-content .fukidashi {
  position: relative;
  width: 270px;
  margin: 0 0 0 -1.5em;
}
.example-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
.example-list li {
  position: relative;
}
.example-list .image-content {
  position: relative;
  margin: 0 0 .5em;
}
.example-list .image-content .location {
  position: absolute;
  top: 20px;
  left: -10px;
}
.example-list .image-content .location h5 {
  display: block;
  background-color: var(--green01);
  padding: .5em 2em;
  color: var(--white);
}
.example-list li h6 {
  font-weight: var(--w-500);
}
.more {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: -40px;
  max-width: 550px;
  width: 45vw;
  z-index: 2;
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央寄せ */
  width: 500px;
  height: 500px;
  background-color: var(--cream);
  border-radius: 50%;
  z-index: -1;
}
.more .more-title {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 1em;
  align-items: center;
}
.more .benefits h5 {
  display: inline-block;
  padding: .5em 1em;
  font-weight: var(--w-500);
}
.more .food-illust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
  align-items: center;
  place-items: center;
  max-width: 350px;
  width: 100%;
  margin: 1em auto;
}
.more .col-red {
  font-size: 1.5rem;
  line-height: var(--h-15);
}
.more .small {
  display: block;
  margin: .1em 0 0;
  font-weight: var(--w-400);
}
.more p {
  max-width: 460px;
  margin: 0 auto;
}
.example-content .note {
  margin: 2em 0 0;
}
#gourmet-method .middle-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  padding: 1em 0;
}
#gourmet-method .benefits h4 {
  display: block;
  background-color: var(--white);
  color: var(--green02);
  text-align: center;
  padding: .5em 1em;
}
#gourmet-method .middle-heading .fukidashi {
  width: 200px;
}
#gourmet-method .middle-heading h3 {
  padding: 0;
}
.step {
  position: relative;
  background-color: var(--cream);
  margin: 1em auto 0;
  padding: 3em;
  max-width: 880px;
  width: 100%;
  box-sizing: border-box;
}
.step h4 {
  display: block;
  position: absolute;
  top: 20px;
  left: -10px;
  background-color: var(--orange);
  font-size: 1.25rem;
  color: var(--white);
  padding: .5em 2em;
}
.step p {
  max-width: 670px;
  width: 100%;
  margin: 0 0 0 auto;
  font-size: 1.25rem;
}
.step a {
  color: var(--blue);
  text-decoration-line: underline;
  text-decoration-color: var(--blue);
}
.qr-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 1.5em;
  align-items: flex-end;
  max-width: 750px;
  width: 100%;
  margin: 2em 0 0 auto;
}
.qr-list .fukidashi p {
  position: relative;
  display: block;
  text-align: center;
  color: var(--white);
  background-color: var(--green02);
  padding: .5em 0;
  line-height: var(--h-15);
  z-index: 2;
}
.qr-list .fukidashi p::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央寄せ */
  width: 50px;
  height: calc(50px / 2 * tan(60deg));
  background-color: var(--green02);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
.qr-list .image {
  max-width: 200px;
  margin: 1.5em auto 0;
  border: solid 12px var(--green02);
}
.qr-list p {
  font-size: 1.125rem;
}
table {
  max-width: 750px;
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0 1em auto;
  background-color: var(--white);
}
th, td {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: var(--w-400);
  padding: 0.5em;
  text-align: center;
  border: 1px solid var(--line);
}
th {
  font-size: 1.25rem;
  font-weight: var(--w-600);
  color: var(--white);
  background-color: var(--green01);
}
th:nth-child(2) {
  background-color: var(--green03);
}
td:nth-child(2) {
  background-color: var(--gray);
}
tr:nth-child(2) td:nth-child(1) {
  background-color: var(--gray);
}
tr:nth-child(2) td:nth-child(2) {
  background-color: var(--white);
}
#gourmet-about ul {
  font-size: 1.5rem;
  font-weight: var(--w-500);
  margin: 0 0 1em;
}
#gourmet-about table {
  max-width: 1200px;
  width: 100%;
  margin: 1.5em auto 1.5em;
}
#gourmet-about th {
  min-width: 150px;
  font-size: 1.125rem;
}
#gourmet-about td {
  text-align: left;
}
#gourmet-about tr:nth-of-type(even) th {
  background-color: var(--green03);
}
.link-item {
  position: relative;
  width: 650px;
  margin: 8em auto 0;
  padding: 0 0 8em;
  z-index: 2;
}
.link-item .btn-illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.link-item .btn-illust .illust-item01 {
  position: absolute;
  top: 30px;
  left: -420px;
}
.link-item .btn-illust .illust-item02 {
  position: absolute;
  top: -30px;
  left: 270px;
}
.link-item a {
  position: relative;
  display: block;
  font-weight: var(--w-700);
}
.link-item a div {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--orange);
  font-size: 1.35rem;
  height: 100px;
  transition: .5s all ease-out;
  overflow: hidden;
}
/* campaign-products -----------------------------------------*/
#campaign-products .container {
  padding: 0 0 2em;
}
#campaign-products .heading {
  margin: 0;
  position: relative;
  top: -90px;
}
.tab-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 1em;
}
.tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green01);
  color: var(--white);
  padding: .5em 0;
  margin: 3em 0 1em;
  font-size: 1.5rem;
  transition: .5s all ease-out;
}
.tab-item.active {
  background-color: var(--green03);
}
.tab-panel {
  display: none;
  margin: 2em 0;
}
.tab-panel.active {
  display: block;
  margin: 2em 0;
}
.fw-static-api-wrap .fw-static-api-search-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 2em;
  grid-column-gap: 1em;
  border: none;
}
.fw-static-api-wrap .fw-static-api-search-num {
  display: none;
}
.fw-static-api-wrap .fw-static-api-search__item {
  margin-right: 0;
  background-color: var(--white);
  border: none;
  transition: .5s all ease-out;
}
.fw-static-api-wrap .fw-static-api-search-btn{
    display: none;
}
.fw-static-api-wrap .fw-static-api-search-data {
  display: block;
  padding: 0;
}
.fw-static-api-wrap .fw-static-api-search-info {
  display: block;
  padding: 1em 1.2em;
}
.fw-static-api-wrap .fw-static-api-search-name {
  width: 100%;
  font-weight: var(--w-500);
  color: var(--black);
  font-size: 1.125rem;
  display: block;
  text-align: left;
  margin: 0 0 .5em;
}
.fw-static-api-wrap .fw-static-api-search-name h4{
  color: var(--white);
  background-color: var(--green01);
  font-size: 1rem;
  display: inline-block;
  padding: .5em 1em;
  margin: 0 0 .5em;
  box-sizing: border-box;
}
.fw-static-api-wrap .fw-static-api-search-img {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 2;
}
.fw-static-api-wrap .fw-static-api-search-area{
    display: none;
}
.tour-list .fw-static-api-wrap .fw-static-api-search-img::after {
  content: "キャンペーン対象ツアー";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 260px;
  height: 50px;
  color: var(--white);
  background-color: var(--red);
  font-weight: var(--w-500);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yado-list .fw-static-api-wrap .fw-static-api-search-img::after {
  content: "キャンペーン対象宿泊プラン";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 260px;
  height: 50px;
  color: var(--white);
  background-color: var(--orange);
  font-weight: var(--w-500);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fw-static-api-wrap .fw-static-api-search-img img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
  max-width: none;
  max-height: none;
  width: 100%;
}
.fw-static-api-wrap .fw-static-api-search-col {
  width: 100%;
  font-size: 1rem;
  margin: .1em 0 .1em;
}
.fw-static-api-search-price-box {
  width: 100%;
  margin: 0 0 .1em;
  order: 3;
}
.fw-static-api-wrap .fw-static-api-search-price-num {
    font-size: 1.5rem;
}
.fw-static-api-wrap .fw-static-api-search-price-unit{
    font-size: 1rem;
}
.fw-static-api-wrap .fw-static-api-search-price {
  color: var(--red);
  font-weight: var(--w-700);
  display: block;
  text-align: left;
}
.fw-static-api-wrap .fw-static-api-search-price-sub {
  font-size: .875rem;
  display: block;
  text-align: left;
  margin: .3em 0 0;
}
.fw-static-api-search-area {
  display: none;
}
/* search -----------------------------------------*/
#search .container {
  padding: 1em 0 8em;
  margin: 0;
}
#search .heading {
  margin: 1em 0 4em 0;
}
.s-tab-container {
  background-color: var(--gray);
  padding: 2em;
}
.s-tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: .5em;
}
.s-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--d-gray);
  color: var(--white);
  padding: .5em 0;
  font-size: 1.5rem;
  transition: .2s all ease-out;
}
.s-tab-item.s-active {
  background-color: var(--green01);
}
.s-tab-panel {
  display: none;
  margin: 0;
  background-color: var(--white);
  padding: 2em;
}
.s-tab-panel.s-active {
  display: block;
}
.fw-top .fw-mv-search {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.fw-top .fw-search-top__ttl {
  display: none;
}
.fw-top .fw-btn-search-01 {
  background-color: var(--green01);
}
/* page-top -----------------------------------------*/
#page-top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
#page-top a {
  display: block;
  width: 80px;
  height: 65px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: #ddd;
}
#page-top a:hover {
  text-decoration: none;
  background: #a5a5a5;
}