@charset "utf-8";

#pageTitle {
  background: url(../../img/feature/pic_main.jpg) no-repeat 50% 0;
  background-size: cover;
}

.nopc {
  display: none;
}
.nosp {
  display: block;
}

/* slider --------------*/

.mainSlider {
  margin-bottom: 50px;
}

.boxPos > .wrapper {
  position: relative;
}
.innerBox {
  width: 380px;
  height: 450px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #7d7d7d;
  box-sizing: border-box;
  padding: 40px 30px;
}

.innerBox h3 {
  font-size: 260%;
  margin-bottom: 40px;
}

.innerBox .dtlTxt {
  margin-bottom: 30px;
}

.pointPos_viewTtl {
  position: absolute;
  top: -5px;
  right: -1px;
}

.pointPos_view {
  position: absolute;
  bottom: -40px;
  right: -190px;
}

/* viewWrap --------------*/

#viewWrap {
  width: 100%;
  height: 450px;
  background: url(../../img/feature/bg_view_n.png) 50% 0 no-repeat;
  margin-bottom: 50px;
}

#viewWrap .innerBox h3 {
  margin-bottom: 25px;
}

/* dishWrap --------------*/

#dishWrap {
  width: 100%;
  height: 450px;
  background: url(../../img/feature/bg_dish.png) 50% 0 no-repeat;
  margin-bottom: 50px;
}

#dishWrap.dish .innerBox {
  position: absolute;
  top: 0;
  left: 0;
}

#dishWrap.dish h3 {
  margin-left: 100px;
}

#dishWrap.dish .pointPos_viewTtl {
  top: -5px;
  left: -1px;
}

#dishWrap.dish .pointPos_view {
  width: 330px;
  height: 212px;
  bottom: -40px;
  left: -300px;
}

/* locationWrap --------------*/

#locationWrap {
  width: 100%;
  height: 450px;
  background: url(../../img/feature/bg_location.png) 50% 0 no-repeat;
  margin-bottom: 50px;
}

/* 230425_SUMMERSALE */
.fair_list img {
  max-width: 100%;
  height: auto;
}
.fair_list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 5%;
  flex-flow: wrap;
}
.fair_list p {
  font-size: 14px;
}
.fair_list li {
  width: 32%;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: #fff; */
  margin-bottom: 30px;
  position: relative;
}
.fair_list li a:hover {
  text-decoration: none;
}
.fair_list .plan_img {
  position: relative;
}
.fair_list .plan_img .caption{
  font-size: 10px;
  position: absolute;
  bottom: -1.5em;
  right: 0.5em;
  line-height: 1;
}
.fair_list .plan_img .people {
  position: absolute;
  display: block;
  background: #009ef3d1;
  color: #fff;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}
.fair_list h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  background: #009ef3d1;
  color: #fff;
  text-align: left;
}
.fair_list .text_box {
  padding: 10px;
  text-align: left;
}
.fair_list .text_box .food,
.fair_list .text_box .kikan {
  display: inline-block;
  background: #fff;
  color: #009ef3;
  border: 1px solid #009ef3;
  margin: 10px 8px 8px 0;
  padding: 0 16px;
  font-size: 0.86rem;
  line-height: 24px;
  border-radius: 12px;
}
.single_plan li .plan_img .people {
  background: #b8a565d4;
}
.single_plan li h4 {
  background: #b8a565;
}
.single_plan .text_box .food,
.single_plan .text_box .kikan {
  color: #b8a565;
  border: 1px solid #b8a565;
}

.other_plan li .plan_img .people {
  background: #cf6557;
}
.other_plan li h4 {
  background: #cf6557;
}
.other_plan .text_box .food,
.other_plan .text_box .kikan {
  color: #cf6557;
  border: 1px solid #913e33;
}
.fair_list::after {
  content: "";
  display: block;
  width: 30%;
}

#pageTitle img{
  display: block;
  width: 100%;
}
#shinsyun_cp {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/back.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  padding: 0;
}
#shinsyun_cp #pageTitle {
  /* background: url(../img/main_mv.jpg) no-repeat 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 27vw;*/
  width: 100%; 
  background: none !important;
  margin: 0;
}
#shinsyun_cp .leadWrap .txtLead {
  font-weight: 900;
  font-size: 40px;
  /* color: #03a0e8; */
  /* text-shadow: 1px 1px 1px #b3b3b3; */
}
/* #shinsyun_cp .leadWrap .txtLead01 {
  font-weight: 900;
  font-size: 40px;
  color: #03a0e8;
}
#shinsyun_cp .leadWrap .txtLead02 {
  font-weight: 900;
  font-size: 40px;
  color: #b8a565;
}
#shinsyun_cp .leadWrap .txtLead03 {
  font-weight: 900;
  font-size: 40px;
  color: #cf6557;
} */
#shinsyun_cp .txt01 {
  font-size: 18px;
  font-weight: bold;
  /* border: 2px solid #03a0e8; */
  border: 2px solid #e8b303;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  /* background: #97ddff40; */
  background: #ffda9740;
  color: #3d3d3d;
  max-width: 574px;
  margin: 18px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.pr_mv {
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-top: 39.92%;
  margin-bottom: 50px;
}
.pr_mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* .subNav > ul > li,
.subNav > ul > li:first-child {
  border: none;
}

.subNav > ul > li {
  height: auto;
} */

.category_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 910px;
  text-align: center;
}
.category_btn li {
  font-size: 15px;
  width: 31%;
  box-sizing: border-box;
}

.category_btn li a {
  display: block;
  padding: 15px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
}
.category_btn li a:hover {
  text-decoration: none;
}
/* .category_btn li:nth-child(1) a {
  background: #2eaff5;
  box-shadow: 4px 5px #004097;
  font-size: 15px;
}

.category_btn li:nth-child(2) a {
  background: #b8a565;
  box-shadow: 4px 5px #7f7244;
  font-size: 15px;
}

.category_btn li:nth-child(3) a {
  background: #cf6557;
  box-shadow: 4px 5px #913e33;
  font-size: 15px;
} */


/* 230510 */
.link_box {
  text-align: center;
  background: #fbf7eb;
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.link_box strong {
  position: relative;
  color: #a38b4c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.link_box strong::before {
  content: "";
  width: 29px;
  height: 1px;
  background-color: #b29822;
  position: absolute;
  top: 20px;
  left: -40px;
  transform: rotateZ(57deg);
}

.link_box strong::after {
  content: "";
  width: 29px;
  height: 1px;
  background-color: #b29822;
  position: absolute;
  top: 20px;
  right: -44px;
  transform: rotateZ(-51deg);
}

.link_box a {
  display: block;
  max-width: 500px;
  width: 100%;
  border: 2px solid #a38b4c;
  padding: 15px 30px 15px 20px;
  margin: 20px auto;
  font-size: 16px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}

.link_box a:hover {
  background: #a38b4c;
  color: #fff;
  text-decoration: none;
}

.link_box a::after {
  content: "";
  background: url(../img/tab_ico.png) no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}

.link_box a:hover::after {
  background: url(../img/tab_ico_hover.png) no-repeat center/cover;
}

.link_box a span {
  color: #03a0e8;
  font-weight: bold;
}

.link_box a:hover span {
  color: #95deff;
}
.member_area {
  font-size: 20px;
  font-weight: bold;
  padding: 100px 0 20px;
}
.member_area span {
  font-size: 37px;
  line-height: 1.3em;
  font-weight: bold;
  color: transparent;
  /* background: repeating-linear-gradient(13deg, #b67b03 0.1em, #daaf08 0.2em, #d0c18a 0.3em, #daaf08 0.4em, #b67b03 0.5em); */
  /* -webkit-background-clip: text; */
  color: #b67b03;
}
.member_area a {
  display: block;
  width: 320px;
  background: #cf0c5d;
  background: #b5333a;
  margin: 10px auto 9px;
  padding: 3px;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
}
.member_area a:hover {
  text-decoration: none;
  color: #cf0c5d;
  background: #fff;
  border: 1px solid #cf0c5d;
  transform: scale(0.95);
}
.close {
  filter: grayscale(100%);
}
.close_text {
  position: absolute;
  z-index: 3;
  background: #ffffffd4;
  border: 5px solid #f00;
  color: #f00;
  padding: 15px;
  font-weight: bold;
  font-size: 30px !important;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* 241219 */
.txt-left {
  max-width: 574px;
  text-align: left;
  margin: 18px auto;
}
.txt-ft15 {
  font-size: 15px;
  margin-bottom: 4px;
}
.mt15 {
  margin-top: 15px;
}
.small-txt {
  color: #124c77;
  font-size: 14px;
  color: #771212;
}
li.set-stay {
  width: 49%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
/* footer */

img {
  max-width: 100%;
}

.text-container {
  /* margin-top: 20px; */
}

.logo {
  margin-top: 10px;
}

.link_box_flex {
  display: flex;
  margin: 15px auto;
  justify-content: center;
  gap: 3%;
}
.link_box_blank a {
  display: block;
  max-width: 320px;
  width: 100%;
  border: 1px solid #a38b4c;
  padding: 0 60px 0 10px;
  margin: 20px auto;
  font-size: 16px;
  border-radius: 3px;
  color: #a38b4c;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
.link_box_blank a:hover{
  background-color: #fff;
}
.link_box_blank a:hover::after {
	background: url(../img/tab_ico.png) no-repeat center/cover;
  opacity: .8;
}
.link_box_blank {
  text-align: center;
  background: #fbf7eb;
  padding: 35px 0;
  max-width: 1000px;
  margin: 0 auto 80px;
  border-radius: 10px;
}

h2.link_box_title {
  position: relative;
  color: #a38b4c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
p.p-txt-c {
  font-size: 11px;
}
.fair_title {
  font-size: 25px;
  font-weight: bold;
}

/* 202512 */
.fair_list.column2 li {
  width: 49%;
  display: flex;
  flex-flow: column nowrap;
}
.fair_list.column2 li > a{
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  flex-grow: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.fair_list.column2 li > a:hover button{
  opacity: .8;
}
.fair_list li button {
  position: relative;
  display: block;
  border: none;
  width: 80%;
  margin: auto auto 20px;
  border-radius: 100rem;
  line-height: 3;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
#stay .fair_list li button{
  background-color: #bc4444;
}
#restaurant .fair_list li button{
    background-color: #c47737;
}
#other .fair_list li button{
    background-color: #91992e;
}
.fair_list li button::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 0.8em;
  height: 1em;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin-left: 1em;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.logo_area {
  text-align: center;
  width: 60%;
  max-width: 300px;
  margin: 0 auto 40px;
}
.category_btn li a{
  display: block;
  transition: .3s;
}

.category_btn li a[href="#stay"]{
  background: #bc4444;
  box-shadow: 0 5px #6e2a2a;
}
.category_btn li a[href="#restaurant"]{
  background: #c47737;
  box-shadow: 0 5px #854e21;
}
.category_btn li a[href="#other"]{
  background: #91992e;
  box-shadow: 0 5px #5f641b;
}
.category_btn li a:hover{
  box-shadow: none;
  transform: translateY(5px);
  color: #fff !important;
}

#stay .txtLead,
#stay .card__text strong{
color: #bc4444;
}
#restaurant .txtLead,
#restaurant .card__text strong{
  color: #c47737;
}
#other .txtLead,
#other .card__text strong{
  color: #91992e;
}

#stay .text_box .food,
#stay .text_box .kikan {
  color: #bc4444;
  border: 1px solid #bc4444;
}

#restaurant .text_box .food,
#restaurant .text_box .kikan {
  color: #c47737;
  border: 1px solid #c47737;
}

#other .fair_list{
  justify-content: center;
}
#other .fair_list::after{
  content: none;
}
#other .text_box .food,
#other .text_box .kikan {
  color: #91992e;
  border: 1px solid #91992e;
}


#shinsyun_cp .wrapper{
  width: 72%;
  max-width: 1000px;
  min-width: auto;
  margin: 0 auto;
  text-align: center;
}
.member_area h2{
  /* font-size: 32px;
  font-weight: bold;
  color: #b6333b;
  padding: 0.2em 1.5em;
  border-top: solid 4px #dfb26a;
  border-bottom: solid 4px #dfb26a;
  width: max-content; */
  margin: 0 auto 20px;
  text-align: center;
}

.fair_list.nolink a{
  pointer-events: none;
}