@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap');

.fontShipporiMincho {
  font-family: "Noto Serif JP", serif;
}
.fontMarcellus {
  font-family: "Outfit", sans-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;
	letter-spacing: 0.07em;
	color: #282828;
}


/*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/izumotaisha/images/pc/slide_ar_plev01.png");
	top: calc(50% - 15px);
	left: -20px;
}

.swiper-button-next {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/slide_ar_next01.png");
	top: calc(50% - 15px);
	right: -20px;
}

.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: 44px;
	height: 44px;
	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/izumotaisha/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/izumotaisha/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: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
}

.Tour_box .price {
    font-size: 18px;
    font-weight: 600;
    color: #DF1515;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
	font-family: "Outfit", "Noto Sans JP";
}
.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/izumotaisha/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
}

/*----------------------------*/

.mainBlock01 {
  padding: 40px 0px 55px;
  overflow: hidden;
}
.mainBlockIn01 {
  text-align: center;
  padding: 64px 0px 56px;
}
.text15_20_n {
  font-size: 15px;
  line-height: 2.0em;
}

/*-------------------------------*/

.ancBlock01 {
  /*background-color: #FFFFFF;
  padding: 24px 0px;*/
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
}
.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 #DCDCDC;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  position: relative;
}
.ancNaviFlex01 li:first-child a {
  border-left: 1px solid #DCDCDC;
}
/*.ancNaviFlex01 li a .s01::after {
  content: "";
  display: inline-block;
  background-image: url("/attending/kokunai/izumotaisha/images/pc/anc_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
*/

.ancNaviFlex01 li a::after {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/anc_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

/*-----------------------------*/

.toursBlock01 {
  padding: 136px 0px 88px;
}
.contH201 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.contH201::before {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/tit_deco01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 86px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
}

.contH201 .s01 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.0em;
  font-weight: 500;
}
.contH201 .s02 {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.0em;
  margin-top: 24px;
  color: #CC4B61;
}

.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/izumotaisha/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/izumotaisha/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/izumotaisha/images/pc/ac_icon_minus01.png");
}

.acBox01 .ac01 {
  width: 40px;
  flex-shrink: 0;
}
.acBox01 .ac02 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}

.acContIn01 {
  display: flex;
  align-items: center;
  gap: 0px 16px;
  padding-top: 20px;
}
.acContIn01 .ac01 {
  width: 40px;
  flex-shrink: 0;
}
.acContIn01 .ac02 {
  font-size: 14px;
  line-height: 1.6em;
}

/*------------------------*/

.aboutFlex01 {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.aboutFlex01 .box01 {
  width: 400px;
  height: auto;
  position: relative;
}
.aboutImg01 img {
  width: auto;
  height: 100%;
  position: relative;
  top: 0px;
  right: 0px;
}

.aboutFlex01 .box02 {
  width: 450px;
}

.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/izumotaisha/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/izumotaisha/images/pc/about_bg01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  width: 100%;
  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;
  padding: 3px 9px;
  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;
}
.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/izumotaisha/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/izumotaisha/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/izumotaisha/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;
  margin-top: 5px;
}

.aboutBox01 {
  position: relative;
  border: 1px solid #2F743A;
  background-color: #ffffff;
  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/izumotaisha/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;
  text-decoration: underline;
  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 );
}

.spotAncBtn01 {
  position: absolute;
  top: 126px;
  left: 423px;
}
.spotAncBtn02 {
  position: absolute;
  top: 327px;
  left: 584px;
}
.spotAncBtn03 {
  position: absolute;
  top: 181px;
  left: 611px;
}
.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: 500;
}
.lSpacing-002 {
  letter-spacing: -0.02em;
}

.spotBtnWrap01 {
  text-align: center;
  margin-top: 32px;
}
.spotBtnWrap01 button {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/spot_btn_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 450px;
  height: 66px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

.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/izumotaisha/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/izumotaisha/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/izumotaisha/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/izumotaisha/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: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.reverse .foodBage01 {
  left: auto;
  right: 36px;
}

.mt-45 {
  margin-top: -45px;
}
.foodBtnWrap01 {
  margin-top: 48px;
}


/*--------------------------------------
  出雲大社特集_改修 2026/05/07
---------------------------------------*/


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*.fadeIn {
  animation-name: fadeIn;
}*/
.fadeIn {
  animation-name: fadeIn;
  opacity: 0;
  animation-duration: 1.0s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.animated {
  /*animation-duration: .4s;*/
  animation-fill-mode: both;
}

.mainTit01 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

/*--------------------------*/

.mainBlock01 {
  padding: 0px;
}

.izumoMainBlock01 {
  position: relative;
}
.mainSlide01 li {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.alr {
  text-align: right;
}
.mainSlideText01 {
  display: inline-block;
  background-color: rgba( 0,0,0,0.5 );
  padding: 1px 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 10px;
}

.mainSlide01 .slide01 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/main_PG21-023149D.jpg");
}
.mainSlide01 .slide02 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/main_SP25-013460D.jpg");
}
.mainSlide01 .slide03 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/main_SP19-104792D.jpg");
}

.mainSlide01 {
  height: 600px;
  width: 100%;
}

.mainSlide01:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.mainSlide01:not(.slick-initialized) > * {
  flex-shrink: 0;
  width: 100%;
}

.izumoMainBlock01 .Common21__inner {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.mainTit01 {
  width: 250px;
  margin: auto;
}

/*---------------------*/

.contH301 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 20px;
  text-align: center;
}
.contH301::before {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/tit_deco02_left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 41px;
  height: 17px;
  background-color: transparent;
  display: inline-block;
  margin-right: 0px;
}
.contH301::after {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/tit_deco02_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 41px;
  height: 17px;
  background-color: transparent;
  display: inline-block;
  margin-right: 0px;
}

.tour__photo {
  box-sizing: border-box;
  padding: 15px 15px 0px;
    width: 100%;
    height: auto;
   /* border-radius: 6px 6px 0 0;*/
    overflow: hidden;
}
.Tour_box .tour .point {
    margin-top: 15px;
    background: #282828;
    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 .depart {
    width: 48.5%;
  background-color: #A48E6E;
  border: 1px solid #A48E6E;
  color: #ffffff;
  border-radius: 2px;
}
.Tour_box .icon {
    width: 48.5%;
  border: 1px solid #282828;
  color: #282828;
  border-radius: 2px;
}

.swiper-scrollbar-drag {
  background-color: #B1B1B1;
}

.swiper01Wrap01 .swiper-button-prev {
	background-image: url("/attending/kokunai/izumotaisha/images/pc/slide_ar_plev01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	height: 44px;
	left: -22px;
}
.swiper01Wrap01 .swiper-button-next {
	background-image: url("/attending/kokunai/izumotaisha/images/pc/slide_ar_next01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	height: 44px;
	right: -22px;
}

.toursBlock01 {
  padding: 136px 0px 70px;
}

/*-----------------------*/

.searchBlock01 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  background-color: #ECE7D5;
  padding: 106px 0px 20px;
}

.contH201 .fontSm01 {
  font-size: 18px;
	display: inline-block;
	margin-bottom: 7px;
}

/*----------------------*/

.faqBlock01 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  padding: 104px 0px 88px;
}

/*------------------------*/

.contBg02 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_bg02.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
}

.titBg01::after {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_tit_bg01.png");
  background-size: 601px auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 104px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.aboutH301 {
  text-align: center;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 20px;
}
.aboutH301::before {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/about_tit_deco01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 24px;
  height: 40px;
  display: block;
}
.aboutH301::after {
  content: "";
  background-image: url("/attending/kokunai/izumotaisha/images/pc/about_tit_deco02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 24px;
  height: 40px;
  display: block;
}

.infoBox01 {
  margin-top: 70px;
}

.infoAcBox01 {
  background-color: #FFFFFF;
  border-left: 3px solid #CC4B61;
  margin-top: 18px;
  padding: 0px 30px;
}
.infoAcBox01 .ac {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 90px 10px 0px;
  height: 66px;
  cursor: pointer;
}
.infoAcBox01 .ac .p01 {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 500;
}
.infoAcBox01 .ac .p02 {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  margin-left: 5px;
}
.infoAcCont01 {
  display: none;
}
.infoAcContIn {
  border-top: 1px solid #EDEDED;
  padding: 20px 0px 25px;
}
.infoAcClose {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.infoAcClose .closeText01 {
  font-size: 14px;
  line-height: 1.0em;
}
.infoAcClose .closeIcon01 {
  line-height: 0px;
}
.infoAcClose.close01 {
  display: flex;
}
.infoAcClose.close02 {
  display: none;
}
.open .infoAcClose.close01 {
  display: none
}
.open .infoAcClose.close02 {
  display: flex;
}

.infoBox02 {
  background-color: #EFEFEF;
  padding: 60px;
  margin-top: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0px 50px;
}
.infoBox02 .box01 {
  width: 100%;
}
.infoBox02 .box02 {
  width: 400px;
  flex-shrink: 0;
}

.infoSlide01 .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0px 15px;
  margin-top: 15px;
  font-size: 0px;
  line-height: 0px;
}
.infoSlide01 .slick-dots button {
  text-indent: -9999px;
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  border-radius: 30px;
}
.infoSlide01 .slick-dots .slick-active button {
  background-color: #CC4B61;
}

.infoH301 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  width: 374px;
  height: 78px;
  margin: auto auto 28px;
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 500;
  background-image: url("/attending/kokunai/izumotaisha/images/pc/about_tit_deco03.png"), url("/attending/kokunai/izumotaisha/images/pc/about_tit_deco03.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}

.infoBoxDeco01 {
  width: 35px;
  position: absolute;
  top: 27px;
  left: 37px;
}
.infoBoxDeco01 {
  width: 35px;
  position: absolute;
  top: 27px;
  left: 37px;
}
.infoBoxDeco02 {
  width: 65px;
  position: absolute;
  /*top: 396px;*/
  left: 535px;
  bottom: 29px;
}

.infoBox03 {
  position: relative;
  padding: 70px 0px;
}
.text18_15_n {
  font-size: 18px;
  line-height: 1.5em;
}

.infoMap01 {
  width: 687px;
  margin: 0px auto 0px;
  padding-top: 60px;
}

.infoRootBox01 {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 8px 8px 10px;
  width: 178px;
  position: absolute;
}
.infoDl01 {
  margin-top: 8px;
}
.infoDl01 dt {
  color: #cc4b61;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 6px;
}
.infoDl01 dd {
  font-size: 12px;
  line-height: 1.3em;
}

.infoBoxNum01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-bottom: 2px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.0em;
  font-weight: 500;
  background-color: #cc4b61;
  border: 2px solid #ffffff;
  border-radius: 50px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.infoRootBox01.box01 {
  top: 453px;
  left: 70px;
}
.infoRootBox01.box02 {
  top: 518px;
  right: 37px;
}
.infoRootBox01.box03 {
  top: 245px;
  right: 37px;
}
.infoRootBox01.box04 {
  top: 128px;
  left: 48px;
}
.infoRootBox01.box05 {
  top: -10px;
  right: 37px;
}

.infoContBlock01 {
  width: 800px;
  margin: 100px auto 0px;
}
.infoContBox01 {
  position: relative;
  background-color: #F2F1EF;
  padding: 45px 30px 30px 50px;
}

.infoH401 {
  width: 210px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.infoContFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
.infoContFlex01 .box01 {
  width: 100px;
  flex-shrink: 0;
}

.infoNum01 {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: 500;
  background-color: #CC4B61;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 1px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.infoUl01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.infoUl01 li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.infoUl01 li .s01 {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 500;
}

.infoContBox02 {
  margin-top: 40px;
}
.infoTable01 {
  width: 100%;
}
.infoTable01 th {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  background-color: #282828;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  border-top: 1px solid #EDEDED;
  box-sizing: border-box;
  width: 240px;
}
.infoTable01 td {
  text-align: left;
  vertical-align: middle;
  padding: 15px 20px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  border-top: 1px solid #EDEDED;
}

/*-------------------------------*/

.spotSwiperBox01 {
}
.text20_16_n {
  font-size: 20px;
  line-height: 1.6em;
}
.spotDl01 dt {
  margin: 15px 0px 10px;
}
/*.textLink01 {
  color: #CC4B61;
  text-decoration: underline;
}*/
a.textLink01:link {	color: #CC4B61;	text-decoration: underline;}
a.textLink01:visited {	color: #CC4B61;	text-decoration: underline;}
a.textLink01:hover {	color:#CC4B61;	text-decoration: none;}
a.textLink01:active {	color:#CC4B61;	text-decoration: none;}

.contBtn01 button {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/spot_btn_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 450px;
  height: 66px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: 500;
  text-align: center;
  margin: auto;
}
.contBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/attending/kokunai/izumotaisha/images/pc/spot_btn_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 450px;
  height: 66px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: 500;
  margin: auto;
}

.contBtn01.btn02 a {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/food_btn_bg01.png");
}

.contBtnWrap01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0px;
  text-align: center;
  margin-top: 40px;
}
.contBtnWrap01 > div {
  width: 100%;
}

.contBtn01 button:hover,
.contBtn01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*-------------------------*/

.spotDl02 {}
.spotDl02 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  width: 220px;
  height: 62px;
  background-image: url("/attending/kokunai/izumotaisha/images/pc/food_tit_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 20px auto 15px;
}

.contBtnBlock01 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_bg03.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  padding: 30px 0px 50px;
}

.featuresBlock01 {
  background-image: url("/attending/kokunai/izumotaisha/images/pc/cont_bg03.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  padding: 70px 0px 90px;
}

.lineTop01 {
  position: relative;
}
.lineTop01::before {
  content: "";
  width: 1024px;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #E8E8E8;
}

/*----------------------------*/

.infoContBox01 {
  border: 1px solid #A48E6E;
}

.infoDeco01 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.infoDeco02 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.infoDeco03 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.infoDeco04 {
  line-height: 0px;
  width: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}













