@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');

.fontShipporiMincho {
  font-family: "Shippori Mincho", serif;
}

.fontMarcellus {
  font-family: "Marcellus", serif;
}

.weightM {
  font-weight: 500;
}

.weightSB {
  font-weight: 600;
}

.weightB {
  font-weight: bold;
}

.posiRe {
  position: relative;
}

a.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*-------------------------------------*/

body {
  /* word-break: auto-phrase; */
  text-spacing-trim: trim-start;
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
}

/*section:not(:first-of-type) {
	margin-top: 5rem;
}*/

/* 終了告知文 */
/* .Post {
	font-size: 22px;
	font-weight: 600;
	color: #c00;
	text-align: center;
} */

/* H1 */
 #PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
} 


/* その他おすすめ特集_start */
.swiper-slider__outer {
  position: relative;
}

.bannerCassette_content .bannerImg {
  width: 230px;
  height: 173px;
}

/* swiper */
.swiper-wrapper {
  margin-bottom: 30px;
}

.swiper-button-prev {
  background-image: url("/attending/kokunai/isejingu/images/pc/slide_ar_plev01.png");
  top: calc(50% - 35px);
  left: -40px;
}

.swiper-button-next {
  background-image: url("/attending/kokunai/isejingu/images/pc/slide_ar_next01.png");
  top: calc(50% - 35px);
  right: -40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  /*background-color: #fff;
	border-radius: 50%;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 80px;
  height: 88px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  /*background-image: none;*/
}

.swiper-button-prev:active,
.swiper-button-next:active {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}

.swiper-button-prev::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal>.swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
  /*border-top: 3px solid #61574b;
	border-right: 3px solid #61574b;*/
}

/* その他おすすめ特集_end */

/*---------------------------------------------*/

.swiper01Wrap01 .swiper-button-disabled {
  display: none !important;
}

.swiper01Wrap01 {
  position: relative;
}

.swiperTextBox01 {
  text-align: left;
  padding: 15px 0px 26px;
  font-size: 15px;
  line-height: 1.6em;
}

.swiper01Wrap01 .swiper-button-next:after,
.swiper01Wrap01 .swiper-button-prev:after {
  display: none;
}

.swiper01Wrap01 .swiper-button-prev {
  background-image: url("/attending/kokunai/isejingu/images/pc/slide_ar_plev01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 88px;
  left: -40px;
}

.swiper01Wrap01 .swiper-button-next {
  background-image: url("/attending/kokunai/isejingu/images/pc/slide_ar_next01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 88px;
  right: -40px;
}

.swiper01Wrap01 .swiper-scrollbar {
  height: 10px;
}

.contBox01 {
  margin-top: 40px;
}

.bannerFlex01 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0px;
  width: 960px;
  margin: 24px auto auto;
}

.bannerFlex01 li {
  width: 100%;
}

.swiper-scrollbar-drag {
  background-color: #C2AC6C;
}

/*--------------------*/

.tour {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: auto;
  /*margin-right: 20px;
    margin-bottom: 20px;*/
  /* border: 1px #f3a363 solid;*/
  /*border-radius: 6px;*/
  position: relative;
  background: #fff;
  overflow: hidden;
  background-color: #ffffff;
  /*    padding: 10px 10px 0;*/
}

/*.Tour_box .tour:last-child {
    margin-right: 0;
}
.Tour_box {
    display: flex;
    justify-content: space-between;
}*/
.sec_kokunai .Tour_box {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec_kokunai .Tour_box .tour:nth-child(4n) {
  margin-right: 0;
}

.Tour__details {
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*    padding-bottom: 10px;*/
}

.tour a {
  display: block;
  padding: 0px 0px 10px;
  height: 100%;
}

.tour a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.tour dl {
  padding: 0px 15px;
}

.tour__photo {
  width: 100%;
  height: 200px;
  /* border-radius: 6px 6px 0 0;*/
  overflow: hidden;
}

.Tour_box .tour .point {
  margin-top: 15px;
  background: #2F743A;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 4px 10px 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Tour_box .tour .icon_wrap {
  white-space: normal;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.Tour_box .depart,
.Tour_box .icon {
  font-size: 13px;
  font-weight: 600;
  padding: 4px;
  text-align: center;
  color: #2F743A;
  border: #2F743A solid 1px;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Tour_box .depart span,
.Tour_box .icon span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Tour_box .depart {
  width: 48.5%;
}

.Tour_box .icon {
  width: 48.5%;
}

.Tour_box .ttl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}

.Tour_box .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}

.Tour_box .price {
  font-size: 16px;
  font-weight: 600;
  color: #db2100;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.box__btn {
  display: block;
  width: 480px;
  margin: 35px auto 0;
  padding: 20px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  position: relative;
}

.box__btn.d {
  background-color: #f3a363;
}

.box__btn.d::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/attending/summer/images/icn_arrow_03.png) no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

/*------------------------------*/

.contBg01 {
  background-image: url("/attending/kokunai/isejingu/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
}

/*----------------------------*/

.mainBlock01 {
  padding: 40px 0px 0px 0px;
  overflow: hidden;
}

.mainBlockIn01 {
  text-align: center;
  padding: 64px 0px 56px;
  background-image: url("/attending/kokunai/isejingu/images/pc/main_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1069px auto;
}

.text15_20_n {
  font-size: 15px;
  line-height: 2.0em;
  font-family: serif;
}

.mainFlex01 {
  display: flex;
  justify-content: space-between;
  height: 556px;
  position: relative;
}

.mainBox02 {
  display: flex;
  align-content: space-between;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.mainBox02 .mainP01 {
  width: 100%;
  text-align: right;
}

.mainBox02 .mainP01 img {
  width: 72px;
  height: auto;
  margin-top: -32px;
}

.mainBox02 .mainP02 {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 8px;
  color: #D2D2D2;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: 300;
  margin-bottom: 10px;
}

.mainTit01 {
  position: relative;
  width: 171px;
}

.mainTit01::after {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/main_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 148px;
  height: 51px;
  position: absolute;
  left: -100px;
  top: 448px;
}

.mainSlideCont01 {
  width: 948px;
  height: 556px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mainSlideCont01.slide01 {
  background-image: url("/attending/kokunai/isejingu/images/pc/main_SP26-017859.jpg");
}

.mainSlideCont01.slide02 {
  background-image: url("/attending/kokunai/isejingu/images/pc/main_SP26-017858.jpg");
}

.mainSlideCont01.slide03 {
  background-image: url("/attending/kokunai/isejingu/images/pc/main_SP26-017857.jpg");
}

.mainSlideCont01.slide04 {
  background-image: url("/attending/kokunai/isejingu/images/pc/main_SP26-017852.jpg");
}

.mainSlideWrap01 {
  width: 948px;
  position: absolute;
  top: 0px;
  left: 190px;
}

/*-------------------------------*/

.ancBlock01 {
  background-color: #FFFFFF;
  padding: 24px 0px;
}

.ancNaviFlex01 {
  display: flex;
}

.ancNaviFlex01 li {
  flex-grow: 1;
  width: 50%;
}

.ancNaviFlex01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border-right: 1px solid #E7E7E7;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.ancNaviFlex01 li:first-child a {
  border-left: 1px solid #E7E7E7;
}

.ancNaviFlex01 li a .s01::after {
  content: "";
  display: inline-block;
  background-image: url("/attending/kokunai/isejingu/images/pc/anc_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-left: 12px;
}

/*-----------------------------*/

.toursBlock01 {
  padding: 136px 0px 88px;
}

.contH201 {
  position: relative;
  text-align: center;
  margin-bottom: 44px;
}

.contH201_20 {
  margin-bottom: -20px;
}

.h2DecoGreen::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/cont_tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: -68px;
}

.h2DecoWhite::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/cont_tit_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: -68px;
}

.h2DecoGold::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/cont_tit_deco03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: -68px;
}

.contH201 .s01 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.0em;
  font-weight: 600;
}

.contH201 .s02 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.0em;
  margin-top: 24px;
}

.contH301 {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.contH301::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #282828;
  display: inline-block;
  margin-right: 8px;
}

.toursBox01 {
  margin-top: 70px;
}

.toursBox01:first-child {
  margin-top: 0px;
}

.toursLinkBox01 {
  background-color: #ffffff;
  padding: 24px 15px;
  margin-top: 48px;
  text-align: center;
}

.contH302 {
  color: #2F743A;
  font-size: 21px;
  line-height: 1.0em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.contH302::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #2F743A;
  display: inline-block;
  margin-right: 8px;
}

.contH302::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #2F743A;
  display: inline-block;
  margin-left: 8px;
}

.toursFlex01 {
  display: flex;
  justify-content: center;
  gap: 15px 22px;
}

.toursFlex01 li a {
  display: flex;
  align-items: center;
}

.toursFlex01 li a:hover {
  text-decoration: underline;
}

.toursFlex01 li a::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/link_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 8px;
}

/*---------------------------*/

.searchBlock01 {
  background-color: #ECE7D5;
  padding: 106px 0px 88px;
}

/*---------------------------*/

.faqBlock01 {
  padding: 104px 0px 88px;
}

.faqWrap01 {
  border-top: 1px solid #DEDEDE;
}

.faqWrap01 li {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0px;
}

.acCont01 {
  display: none;
}

.acBox01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px 16px;
  cursor: pointer;
}

.acBox01::after {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/ac_icon_plus01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.acBox01.open::after {
  background-image: url("/attending/kokunai/isejingu/images/pc/ac_icon_minus01.png");
}

.acBox01 .ac01 {
  width: 60px;
  flex-shrink: 0;
}

.acBox01 .ac02 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}

.acContIn01 {
  display: flex;
  align-items: center;
  gap: 0px 16px;
  padding-top: 20px;
}

.acContIn01 .ac01 {
  width: 60px;
  flex-shrink: 0;
}

.acContIn01 .ac02 {
  font-size: 14px;
  line-height: 1.6em;
}

/*------------------------*/

.aboutFlex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1024px;
  height: 390px;
  position: relative;
}

.aboutFlex01 .box01 .aboutImg01 {
  width: calc(440px + (100vw - 1024px) / 2);
  height: 100%;
  position: absolute;
  top: 0px;
  min-width: 440px;
  left: min(calc(((100vw - 1024px) / 2) * -1), 0px);
}

.credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 8px;
  color: #D2D2D2;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: 300;
}

.aboutImg01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutFlex01 .box02 {
  width: 540px;
}

.aboutH301 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  gap: 0px 8px;
}

.aboutH301::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/about_tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 39px;
  height: 25px;
  display: block;
  margin-top: 5px;
}

.text15_18_n {
  font-size: 15px;
  line-height: 1.8em;
}

.aoutBox01 {
  padding: 70px 0px 0px;
  text-align: center;
  position: relative;
}

.aoutBox01::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/about_bg01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  width: 1144px;
  height: 195px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.aboutH302 {
  text-align: center;
  margin-bottom: 24px;
}

.aboutIcon01 {
  width: 39px;
  margin: auto auto 15px;
}

.aboutH302 .h301 {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.aboutH302 .h301::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  left: -50px;
}

.aboutH302 .h301::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  right: -50px;
}

.text14_18_n {
  font-size: 14px;
  line-height: 1.8em;
}

/*-------------------------------*/

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

/*-------------------------------*/

.aboutFlex02 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.aboutFlex02 .box01 {
  width: 528px;
}

.aboutFlex02 .box02 {
  width: 482px;
  margin-top: -4px;
}

.aboutH401 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  background-color: #A38A3F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 48px;
}

.tabMenu li {
  background-color: #ffffff;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: 500;
  padding: 1px 8px;
  border: 3px solid #3B3B3B;
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.tabMenu li.active {
  border: 3px solid #CC3B3F;
  text-decoration: underline;
}

.tabMenu li:hover {
  border: 3px solid #CC3B3F;
}

.tabMenu li.li01 {
  top: 255px;
  left: 256px;
}

.tabMenu li.li02 {
  top: 300px;
  left: 107px;
}

.tabMenu li.li03 {
  top: 350px;
  left: 224px;
}

.tabMenu li.li11 {
  top: 47px;
  left: 190px;
}

.tabMenu li.li12 {
  top: 216px;
  left: 223px;
}



.tabContBox01 {
  background-image: url("/attending/kokunai/isejingu/images/pc/tab_box_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  padding: 5px 20px 5px 40px;
}

.tabContBox01::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/tab_box_nid.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.fs0 {
  font-size: 0px;
  line-height: 0px;
}

.tabH401 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 0px 4px;
}

.tabH401::before {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/about_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 13px;
  height: 19px;
  display: block;
}

.tabImg01 {
  margin-bottom: 15px;
}

.text14_15_n {
  font-size: 14px;
  line-height: 1.5em;
}

.aboutCyusyaku01 {
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
}

.aboutBox01 {
  position: relative;
  border: 1px solid #2F743A;
  background-color: #ffffffa3;
  padding: 30px;
  width: 750px;
  margin: 48px auto auto;
}

.aboutBoxDeco01 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.aboutBoxDeco02 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.aboutBoxDeco03 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.aboutBoxDeco04 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.aboutFlex03 {
  display: flex;
  justify-content: space-between;
}

.aboutFlex03 .box01 {
  width: 528px;
}

.aboutFlex03 .box02 {
  width: 134px;
}

.aboutH402 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.aboutH402 .s02 {
  color: #2F743A;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  display: block;
  padding-right: 8px;
  margin: auto 8px;
  border-right: 1px solid #C2C2C2;
}

.aboutH402 .s03 {
  font-size: 13px;
  line-height: 1.2em;
}

.aboutUl01 {}

.aboutUl01 li {
  display: flex;
  gap: 0px 10px;
  padding: 7px 0px;
  border-bottom: dotted 2px #cccccc;
}

.aboutUl01 li .p01 {
  color: #2F743A;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}

.aboutUl01 li .p02 {
  font-size: 14px;
  line-height: 1.5em;
}

.aboutBox02 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  margin-top: 48px;
}

.aboutTitDeco01 {
  background-image: url("/attending/kokunai/isejingu/images/pc/about_box_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 816px auto;
}

.aboutFlex04 {
  display: flex;
  gap: 0px 32px;
}

.aboutFlex04 .box01 {
  width: 374px;
  flex-shrink: 0;
}

.aboutFlex04 .box02 {
  width: 80%;
}

.aboutDl01 {
  margin-bottom: 20px;
}

.aboutDl01 dt {
  background-color: #2F743A;
  display: inline-block;
  padding: 4px 8px 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.aboutDl01 dd {
  font-size: 14px;
  line-height: 1.5em;
}

.mt-10 {
  margin-top: 10px;
}

/*-------------------------*/

.spotUl01 {}

.spotUl01 a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0px 4px;
  padding: 7px 10px 8px;
  background-color: #ffffff;
  border: 1px solid #282828;
  border-radius: 80px;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: 600;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.spotUl01 a:hover {
  background-color: #FFF5F5;
  box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 0%);
  opacity: 1;
}

.spotAncBtn01 {
  position: absolute;
  top: 126px;
  left: 423px;
}

.spotAncBtn02 {
  position: absolute;
  top: 327px;
  left: 584px;
}

.spotAncBtn03 {
  position: absolute;
  top: 181px;
  left: 611px;
}

.spot_ar_w {
  width: 12px;
}

.spotSlideBox01 {
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 10px 10px 25px;
}

.spotSlideTit01 {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0px 0px 10px 8px;
  border-radius: 0px 0px 0px 4px;
  display: inline-block;
  width: 28px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  position: absolute;
  top: 0px;
  right: 0px;
}

.spotSlideIn01 {
  padding: 14px 0px 0px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}

.lSpacing-002 {
  letter-spacing: -0.02em;
}

.spotBtnWrap01 {
  text-align: center;
  margin-top: 32px;
}

.spotBtnWrap01 button {
  background-image: url("/attending/kokunai/isejingu/images/pc/spot_btn_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 416px;
  height: 54px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.0em;
  font-weight: bold;
}

.spotBtnWrap01 button .p01::after {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/spot_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
}

.spotBtnWrap01 button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.spotBox01 {
  padding-bottom: 32px;
  position: relative;
}

.spotBox01::before {
  content: "";
  height: 380px;
  width: 1152px;
  background-color: #F0F3EE;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.spotBtnWrap02 {
  text-align: center;
  margin-top: 48px;
}

.spotBtn01 {
  margin-top: 16px;
}

.spotBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 750px;
  height: 66px;
  margin: auto;
  border: 2px solid #2F743A;
  border-radius: 8px;
  background-color: #ffffff;
  color: #2F743A;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

.spotBtn01 a::after {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/spot_btn_ar02_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.spotBtn02 {
  margin-top: 16px;
}

.spotBtn02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 750px;
  height: 66px;
  margin: auto;
  border: 2px solid #957E3C;
  border-radius: 8px;
  background-color: #ffffff;
  color: #957E3C;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

.spotBtn02 a::after {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/spot_btn_ar02_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.spotBtn03 {
  margin-top: 16px;
}

.spotBtn03 button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 750px;
  height: 66px;
  margin: auto;
  border: 2px solid #2F743A;
  border-radius: 8px;
  background-color: #2F743A;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

.spotBtn03 button::after {
  content: "";
  background-image: url("/attending/kokunai/isejingu/images/pc/spot_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.spotBtn03 button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*----------------------------*/

.foodBlock01 {
  background-image: url("/attending/kokunai/isejingu/images/pc/food_bg01.png");
  background-repeat: no-repeat;
  background-position: center top 200px;
}

.foodFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 32px;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.reverse {
  flex-direction: row-reverse;
}

.foodFlex01 .box01 {
  position: relative;
  width: 460px;
  flex-shrink: 0;
}

.foodFlex01 .box02 {
  padding: 15px 0px;
  border-bottom: 1px solid #D2D2D2;
}

.contH301.foodH301 {
  color: #2F743A;
}

.contH301.foodH301::before {
  background-color: #2F743A;
}

.foodBage01 {
  box-sizing: border-box;
  padding: 4px;
  width: 126px;
  height: 126px;
  background-color: #C2AC6C;
  border-radius: 160px;
  position: absolute;
  top: -12px;
  left: 36px;
}

.foodBage01 p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 4px;
  width: 118px;
  height: 118px;
  border: 1px solid #ffffff;
  border-radius: 160px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
}

.reverse .foodBage01 {
  left: auto;
  right: 36px;
}

.mt-45 {
  margin-top: -45px;
}

.foodBtnWrap01 {
  margin-top: 48px;
}

.mainSlide01 {
  aspect-ratio: 237 / 139;
  width: 100%;
}

.mainSlide01:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.mainSlide01:not(.slick-initialized) > * {
  flex-shrink: 0;
  width: 100%;
}