@charset "utf-8";
/* CSS Document */

article {
    padding: 0;
}.content {
    width: 36%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #fffce8;
    color: #0fba7d;
  padding-bottom: 5em;
}
  .content img {
    width: 100%;
}
.pc-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #fffce8;
}#head #site-id {
    display: none;
}
  .items {
    padding-top: 2em;
    justify-content: space-between;
}
  .ico-plus {
    position: absolute;
    top: 0;
    left: 0;
    background: #0fba7d;
    color: #fff;
    font-weight: 900;
    font-size: 0.9em;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 0 0 0.5em 0;
    z-index: 2;
}
.item-tmb {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    border: #0fba7d solid 2px;
}.item {
    width: calc(50% - .4em);
    padding-bottom: 0.8em;
    position: relative;
}.item-tmb img {
    border-radius: 0;
}
  .img-hover {
  overflow: hidden; /* はみ出し防止 */
}

.img-hover img {
  transition: transform 0.4s ease;
}

.img-hover:hover img {
  transform: scale(1.05); /* 拡大率 */
}
  
  
  .modaal-inner-wrapper {
    padding: 40px 0 0 13px;
}
  .modaal-container {
    max-width: 800px !important;
    width: 33%;
}.modal-contents {
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
}
  .modal-contents img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}
.modal-contents .txt {
    padding: 2.6em;
    text-align: center;
}
.modal-location {
    font-size: 0.8em;
    text-align: center;
    font-weight: 600;
    border-bottom: #969696 solid 1px;
    padding-bottom: 0.5em;
    display: inline-block;
}
  .modal-title {
    font-size: 1.15em;
    text-align: center;
    font-weight: 600;
    padding-top: 0.4em;
}
.modal-contents .txt p {
    font-size: 0.82em;
    line-height: 1.8em;
    padding-top: 1.5em;
  text-align: left;
}.modal-contents table {
    font-size: 0.82em;
    margin-top: 2em;
  line-height: 1.6em;
  text-align: left;
}
.modal-contents th {
    width: 4em;
    vertical-align: top;
    padding-bottom: 0.3em;
}
 .modal-contents td {
    padding-bottom: 0.3em;
}
.btn-more {
    padding-top: 2em;
    text-align: center;
}
.btn-more a {
    font-size: 0.9em;
    display: inline-block;
    background: #fff;
    color: #333;
    font-weight: 600;
    padding: 0.7em 1em;
    line-height: 1em;
    border-radius: 99px;
    border: #333 solid 1px;
    transition: .4s;
    width: 10em;
}.btn-more a:hover {
    background: #333;
    color: #fff;
    border: #333 solid 1px;
    transition: .4s;
}
  .modaal-content-container {
    padding: 0!important;
}
.close {
    font-size: 0.9em;
    text-align: center;
    display: block;
    background: #FFF;
    color: #333;
    font-weight: 600;
    padding: 0.7em 1em;
    line-height: 1em;
    transition: .4s;
    margin: 0.5em auto 0;
    width: 10em;
      cursor: pointer;
}
  .close:hover {
opacity: 0.5;
transition: .4s;
}
.page-lead-txt {
    padding: 0 0 3em;
}
.page-lead-txt p{
    font-weight: 600;
    font-size: 0.9em;
    line-height: 2.2em;
}
.modaal-overlay {
    background-color: #0fba7d !important;
}.sec-title-en.en {
    font-weight: 900;
    font-size: 3em;
    text-align: center;
}
  section.acivity {
    padding: 4em 1em;
}
  section.restaurant {
    padding: 4em 1em;
}
   section.spot {
    padding: 4em 1em;
} 
  .link.en {
padding-top: 2em;
}
  .link.en a {
    font-weight: 900;
    color: #0fba7d;
    display: block;
    margin: 0 auto;
    border: #0fba7d solid 2px;
    text-align: center;
    padding: 0.8em 0 0.66em;
    border-radius: 99px;
    line-height: 1em;
    width: 12em;
    font-size: 0.85em;
    transition: .4s;
}
  .link.en a:hover {
    color: #fff;
    background: #0fba7d;
    border: #0fba7d solid 2px;
    transition: .4s;
}
  section.hotel {
    background: #0fba7d;
    padding: 3em 0;
    border-radius: 2em;
    color: #fffce8;
}
.hotel-item-title {
    font-size: 1.15em;
    text-align: center;
    padding-bottom: 1em;
    font-weight: 600;
    padding-top: 2em;
}
  .hotel-item-tmb {
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 1.5em;
}
  .hotel-item.big {
    padding-bottom: 3em;
}
    .hotel-item p {
    font-size: 0.85em;
    line-height: 1.9em;
    padding-bottom: 1em;
}
   .hotel-item .period {
    font-size: 0.85em;
    line-height: 1.9em;
}
  .btn-reserve a {
    padding: 1em;
    font-weight: 600;
    text-align: center;
    margin-top: 2em;
    color: #fffce8;
    display: block;
    transition: .4s;
    border: #fffce8 solid 2px;
}
  .btn-reserve a:hover {
    text-align: center;
    background: #fffce8;
    color: #0fba7d;
    transition: .4s;
}
  
/****side****/
  .pc-left {
    width: 26%;
    position: absolute;
    bottom: 10%;
    left: 4%;
    color: #0fba7d;
    font-weight: 600;
}
  #home .pc-left {
    top: 30%;
	  bottom: auto;
}
.stamprally {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.stamprally p {
    font-size: 0.9em;
    padding-top: 1em;
	line-height: 1.5em;
}
.pc-lead-copy {
    font-size: 0.95em;
    line-height: 1.8em;
}
  .pc-left p {
    font-size: 0.75em;
    padding-top: 2em;
    line-height: 1.8em;
	  font-weight: 400;
}
.pc-anchr-items {
    padding-top: 3em;
    display: flex;
    gap: 1em;
    width: 90%;
}
  .pc-anchor-item {
    width: 30%;
}
.pc-anchor-item-tmb {
    border-radius: 99px;
    overflow: hidden;
    border: #0fba7d solid 5px;
}
  .pc-anchor-item-name.en {
    text-align: center;
    padding-top: 0.5em;
    font-size: 0.9em;
    color: #0fba7d;
}
/****しおり****/
  
.mytrip {
    padding: 2em;
    margin-top: 0;
    overflow: hidden;
    border: #0fba7d solid 2px;
    color: #0fba7d;
    border-radius: 2em;
}
.mytrip .sec-title-en.en {
    font-size: 1.1em;
    padding-top: 2em;
}
.mytrip .sec-title-jp {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.question-wrap + .question-wrap {
  margin-top: 3em;
}
.question-title-wrap {
   
    margin-bottom: 2em;
    padding: 0 1rem;
    text-align: center;
   
}  
  
.question-title {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 2em;
    padding: 0;
    text-align: center;
    font-feature-settings: "palt";
    position: relative;
}

/* 下線（普通の線） */
.question-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #0fba7d;
}
.question-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.75em;
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: 2px solid #0fba7d;
    border-bottom: 2px solid #0fba90;
    background: #fff8bf;
}
/* 横並びスクロール */
.question-items {
    display: flex;
    gap:0;
    align-items: flex-start;
}

.question-items::-webkit-scrollbar {
  display: none;
}
.question-item {
    flex: 30%;
    display: block;
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    scroll-snap-align: start;
}

.question-item:active {

}

.question-item-tmb {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #d6c958;
    padding:15px;
}
.question-item-tmb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
  .question-item-tmb.cat01 {
    background: #a1d9ae;
  }
    .question-item-tmb.cat02 {
    background: #d9bda1;
  }
    .question-item-tmb.cat03 {
    background: #a6a3db;
  }
   .question-item-tmb.cat04 {
    background: #b1a8c5;
  }
  .question-item-tmb.cat05 {
    background: #e2c895;
  }
.question-item-txt {
    margin-top: 0.7rem;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #009b64;
    padding: 0 0.6em;
}

.question-item .ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.45rem;
    border-radius: 50%;
    background: #ffffff;
    color: #1b5f4a;
    border: 1px solid #d8d8d8;
    font-size: 0.8rem;
    font-weight: 700;
    vertical-align: middle;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
  display: none;
}

.question-item.is-selected .question-item-tmb {

}

.question-item.is-selected .question-item-tmb img {

}

.question-item.is-selected .ico {
  background: #1b5f4a;
  color: #fff;
  border-color: #1b5f4a;
}

.question-items.is-answered .question-item:not(.is-selected) .question-item-tmb img {
  filter: grayscale(100%);
  opacity: 0.6;
}

.question-items.is-answered .question-item:not(.is-selected) .question-item-txt {
  opacity: 0.6;
}
.question-items.is-answered .question-item:not(.is-selected) .question-item-tmb.cat01 {
    background: #e8e5cd;
}
.question-items.is-answered .question-item:not(.is-selected) .question-item-tmb.cat02 {
    background: #e8e5cd;
}
.question-items.is-answered .question-item:not(.is-selected) .question-item-tmb.cat03 {
    background: #e8e5cd;
}
.question-items.is-answered .question-item:not(.is-selected) .question-item-tmb.cat04 {
    background: #e8e5cd;
}
.question-items.is-answered .question-item:not(.is-selected) .question-item-tmb.cat05 {
    background: #e8e5cd;
}
.mytrip-submit-wrap {
  margin-top: 2rem;
  padding: 0 1em;
}
.mytrip-submit {
    width: 100%;
    cursor: pointer;
    min-height: 3.6rem;
    border: none;
    border-radius: 999px;
    background: #0fba7d;
    color: #fffce8;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.mytrip-submit:not(:disabled):active {
  transform: scale(0.98);
}

.mytrip-submit:disabled {
    background: #ece7bd;
    color: #a9a482;
    box-shadow: none;
    cursor: not-allowed;
}

.mytrip-note {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #666;
  text-align: center;
}
#home .pc-right {
    width: 30%;
    position: absolute;
    top: auto;
    right: 1%;
    bottom: 7%;
    color: #232323;
    font-weight: 600;
    text-align: center;
}



@media screen and (max-width:768px) {
.sp-nav.sp {
    width: 88%;
    margin: 0 auto;
}.sp-lead-copy {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}
	.sp-nav p {
    font-size: 13px;
    padding-bottom: 30px;
}
	#home .content {
    width: 100%;
}
	#home .items.flex {
    width: 88%;
    margin: 0 auto;
}
	.modaal-container {
    width: 80%;
}
.sp-anchr-items {
    padding-top: 3em;
    display: flex;
    gap: 12px;
    width: 82%;
    margin: 0 auto;
}.sp-anchor-item {
    width: 30%;
}
	.sp-anchor-item-tmb {
    border-radius: 99px;
    overflow: hidden;
    border: #0fba7d solid 4px;
}.sp-anchor-item-name.en {
    text-align: center;
    padding-top: 0.5em;
    font-size: 12px;
    color: #0fba7d;
	font-weight: 700;
}
	#home .sec-title-en.en {
    font-weight: 900;
    font-size: 30px;
    text-align: center;
}
	#home .link.en a {
    font-size: 14px;
}
	.question-item-tmb {
    padding: 10px;
}.question-title {
    font-size: 18px;
}
	.question-item-txt {
    font-size: 11px;
}.mytrip .sec-title-en.en {
    font-size: 18px;
    padding-top: 2em;
}.mytrip .sec-title-jp {
    font-size: 15px;
}.hotel-item-title {
    font-size: 16px;
}.hotel-item p {
    font-size: 13px;
}.hotel-item .period {
    font-size: 13px;
    line-height: 1.9em;
}.btn-reserve a {
    font-size: 14px;
}.modaal-container {
    width: 88%;
}.modal-contents .txt {
    padding: 24px;
    text-align: center;
}.modal-location {
    font-size: 12px;
}.modal-title {
    font-size: 16px;
}.modal-contents .txt p {
    font-size: 13px;
    line-height: 1.6em;
    padding-top: 1.5em;
    text-align: left;
}.modal-contents table {
    font-size: 13px;
    margin-top: 2em;
    line-height: 1.5em;
    text-align: left;
}.stamprally {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 30px;
    text-align: center;
}
  }
