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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

.fontNotoSerif {
	font-family: "Noto Serif JP", serif;
}

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

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

/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
}

/* 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 {
    top: calc(50% - 15px);
    left: -25px;
  }
  
  .swiper-button-next {
    top: calc(50% - 15px);
    right: -25px;
  }
  
  .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%;
  
    width: 50px;
    height: 50px;
    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 */


/*-2024/02/06-----------------------------------*/

.contents {
	overflow: hidden;
}

.mainvisualWrap01 {
	background-image: url("/attending/kokunai/kiwami/images/pc/mainvisual_bg02.png"),  url("/attending/kokunai/kiwami/images/pc/mainvisual_bg01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: auto 100%, cover;
}
.posiRe01 {
	position: relative;
}
.mainPoint01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-image: url("/attending/kokunai/kiwami/images/pc/main_point_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 262px auto;
	width: 262px;
	height: 36px;
	color: #361501;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 500;
	position: absolute;
	right: 150px;
	bottom: 20px;
}

.contAncWrap01 {
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 170px auto;
	padding: 40px 0px 48px 0px;
}

.contText01 {
	color: #ffffff;
	font-size: 20px;
	line-height: 2.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
.contAncFlex01 {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.contAncFlex01 li {
	width: 31.8%;
	margin-left: 2.3%;
}
.contAncFlex01 li:first-child {
	margin-left: 0px;
}
.contAncFlex01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #432209;
	height: 66px;
	background-color: #efe8d6;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: #432209;
}
.contAncFlex01 a:link {	color: #432209;	text-decoration: none;}
.contAncFlex01 a:visited {	color: #432209;	text-decoration: none;}
.contAncFlex01 a:hover {
	color:#432209;
	text-decoration: none;
		filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contAncFlex01 a:active {	color:#432209;	text-decoration: none;}

.contAncFlex01 li a::after {
	content: "";
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -8px;
}

.contAncFlex01 li.link a::after {
    transform: rotate( -90deg );
}

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

.contAncBlock01 {
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_bg02.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 153px auto;
	padding: 75px 0px;
}

.contH201 {
	position: relative;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 500;
	color: #432209;
	padding-bottom: 38px;
	margin-bottom: 24px;
}
.contH201 .s01 {
	font-size: 28px;
}
.contH201 .s02 {
	color: #b60005;
}
.contH201 .s03 {
	font-size: 48px;
}
.contH201::after {
	content: "";
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_tit_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 64px auto;
	width: 64px;
	height: 18px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -32px;
}
.promiseFlex01 {
	display: flex;
	padding: 0px 15px;
	border: 1px solid #432209;
	background-color: #ffffff;
	margin-top: 8px;
	color: #432209;
	letter-spacing: -0.05em;
	font-weight: 500;
}
.promiseBox01 {
	box-sizing: border-box;
	width: 56px;
	padding: 16px 6px 16px 0px;
	flex-shrink: 0;
}
.promiseBox01 p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_num_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.0em;
	font-style: italic;
	padding: 0px 4px 4px 0px;
}

.promiseBox02 {
	width: 100%;
}
.promiseIn01 {
	padding: 20px 0px 15px 0px;
	border-bottom: 1px solid #432209;
	display: flex;
	align-items: flex-end;
}
.promiseIn01.promiseIn0102 {
	padding: 20px 0px 15px 0px;
	border-bottom: none;
	display: block;
}

.promiseIn02 {
	padding: 12px 0px 12px 0px;
}

.promiseText01 {
	color: #b60005;
	font-size: 28px;
	line-height: 1.4em;
}
.promiseUl01 {
	margin-left: 8px;
}
.promiseIn0102 .promiseUl01 {
	margin-left: 0px;
}

.promiseUl01 li {
	font-size: 14px;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}

.promiseText02 {
	font-size: 18px;
	line-height: 1.6em;
}

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

.contAncWrap02 {
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_bg03.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 170px auto;
	padding: 70px 0px 78px 0px;
}

.contAncFlex02 {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.contAncFlex02 li {
	width: 240px;
	margin: 0px 18px;
}
.contAncFlex02 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 66px;
	border: 1px solid #432209;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	color: #432209;
}
.contAncFlex02 a:link {	color: #432209;	text-decoration: none;}
.contAncFlex02 a:visited {	color: #432209;	text-decoration: none;}
.contAncFlex02 a:hover {
	color:#432209;
	text-decoration: none;
		filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contAncFlex02 a:active {	color:#432209;	text-decoration: none;}

.contAncFlex02 li a::after {
	content: "";
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -8px;
}

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

.contAncBlock02 {
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_bg04.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 33px auto;
	padding: 75px 0px;
}

/* モーダル */
.mfp-auto-cursor .mfp-content {
  text-align: center;
    position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 940px;
    height: auto;
	transform: translate(-50%, calc(-50% + 20px));
	transition: opacity 0.3s, transform 0.3s;
	/*pointer-events: none;*/
}

#inline-wrap {
	height: calc((1vh * 100) - 30px - 75px);
    overflow-y: auto;
}

.popup-modal-dismiss {
  position: relative;
  left: 0;
  right: 0;
  bottom: 5px;
  width: auto;
  height: auto;
  margin: 0 auto;
  /*text-indent: -9999px;*/
  cursor: pointer;
}
.mfp-container {
	padding-left: 60px;
	padding-right: 60px;
}
.mfp-close-btn-in .mfp-close {
	color: transparent;
	font-size: 0px;
	text-indent: -9999px;
	background-image: url("/attending/kokunai/kiwami/images/pc/modal_close01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	top: -25px;
	right: -25px;
	opacity: 1;
}

.modalBox01 {
	padding: 15px 20px 15px 20px;
}
.modalBox01 dt {
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.modalBox01 dd {
	font-size: 16px;
	line-height: 2.0em;
	text-align: left;
}

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

.contModalBtn01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.contModalBtn01 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 48px;
	padding: 10px 16px;
	background-color: #8b481f;
}
.contModalBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.contModalBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.contModalBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.contModalBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.contModalBtn01 a::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_modal_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 15px;
	margin-right: 6px;
}

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

.contModalBox01 {
	display: inline-block;
	background-color: #f6f3eb;
	padding: 25px;
	box-sizing: border-box;
	width: 940px;
}
.contModalFlex01 {
	display: flex;
	flex-wrap: wrap;
}
.contModalFlex01 li {
	width: 280px;
	margin: 0px 24px 24px 0px;
	color: #432209;
}
.contModalFlex01 li:nth-child(3n) {
	margin-right: 0px;
}
.contModalFlex01 li dt {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 10px auto 5px auto;
}
.contModalFlex01 li dd {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: -0.05em;
}

.popup-modal-dismiss a {
	position: relative;
	/*color: #ffffff;*/
	display: block;
	font-size: 0px;
	text-indent: -9999px;
	background-image: url("/attending/kokunai/kiwami/images/pc/modal_close02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 200px auto;
	width: 200px;
	height: 45px;
	margin: 0px auto 0px auto;
}

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

.contToursAncBox01 {
	background-color: #f6f3eb;
	border-radius: 16px;
	padding: 16px 16px 8px 16px;
}

.contToursFlex01 {
	display: flex;
	flex-wrap: wrap;
}
.contToursFlex01 li {
	width: 19.35%;
	margin: 0px 0.8% 8px 0px;
}
.contToursFlex01 li:nth-child(5n) {
	margin-right: 0px;
}

.contToursFlex01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #432209;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	padding: 4px 10px 25px 10px;
	min-height: 64px;
	height: 100%;
	width: 100%;
	transition-duration: 0.3s;
}
.contToursFlex01 li a:link {	color: #432209;	text-decoration: none;}
.contToursFlex01 li a:visited {	color: #432209;	text-decoration: none;}
.contToursFlex01 li a:hover {
	color:#ffffff;
	text-decoration: none;
	background-color: #432209;
	transition-duration: 0.3s;
}
.contToursFlex01 li a:active {	color:#432209;	text-decoration: none;}

.contToursFlex01 li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #432209;
  border-right: solid 2px #432209;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 16px;
	left: 50%;
	margin-left: -3px;
	transition-duration: 0.3s;
}
.contToursFlex01 li a:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
	transition-duration: 0.3s;
}

/*.contToursFlex01 li a.toursActive {
	color:#ffffff;
	background-color: #432209;
}
.contToursFlex01 li a.toursActive::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
	transition-duration: 0.3s;
}*/

.toursBoxWrap01 {
	margin-top: 50px;
}
.toursH301 {
	background-image: url("/attending/kokunai/kiwami/images/pc/cont_tit_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 33px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 70px;
	padding: 5px 10px;
	font-size: 24px;
	line-height: 1.6em;
	color: #ffffff;
	margin-bottom: 25px;
}

.toursBox01 {
	border: 1px solid #432209;
	background-color: #ffffff;
	padding: 20px;
	margin-top: 25px;
	color: #432209;
}
.toursH401 {
	font-size: 26px;
	line-height: 1.7em;
	font-weight: bold;
	/*text-decoration: underline;*/
	margin-bottom: 20px;
}
.toursH401 .s01:hover {
	border-bottom: 1px solid #432209;
}
.toursBoxFlex01 {
	display: flex;
	justify-content: space-between;
}
.toursFlexBox01 {
	width: 40.8%;
	flex-shrink: 0;
}
.toursFlexBox02 {
	width: 57.6%;
    display: flex;
    flex-direction: column;
}
.toursDl01 {
	text-align: center;
	margin-bottom: 25px;
	border: 1px solid #cccccc;
}
.toursDl01 dt {
	background-color: #f6f3eb;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
	padding: 4px 15px;
}
.toursDl01 dd {
	background-color: #ffffff;
	color: #b60005;
	font-size: 21px;
	line-height: 1.6em;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 15px 5px;
}
.toursDl01 dd .s01:hover {
	border-bottom: 1px solid #b60005;
}

.toursSlick01 {
	line-height: 0em;
}

.toursPointBox01 {
	background-color: #ede2cd;
	padding: 10px 18px 20px 18px;
    margin-bottom: 20px;
}

.toursPointFlex01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 6px;
}
.toursPointFlex01 .ul01 {
	display: flex;
}
.toursPointFlex01 .ul01 li {
	margin-left: 5px;
}

.toursPointUl01 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	padding-left: 1em;
}
.toursPointUl01 li {
	list-style: disc;
}

.toursBtnWrap01 {
	text-align: right;
	margin-top: auto;
}
.toursBtnWrap01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 320px;
	height: 66px;
	padding: 5px 10px;
	margin: auto 0px auto auto;
	background-color: #b60005;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.toursBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.toursBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.toursBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
.toursBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

.toursBtnWrap01 a::after {
	content: "";
	background-image: url("/attending/kokunai/kiwami/images/pc/tours_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

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

.slick-dots {
	text-align: center;
	margin-top: 15px;
}
.slick-dots li {
	display: inline-block;
	padding: 0px 4px;
}
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	background-color: #cccccc;
	border-radius: 20px;
	width: 8px;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.slick-dots li.slick-active button {
	background-color: #432209;
}

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

.Search__form {
	border: 1px solid #cccccc;
}


.slick-slide li img {
    width: 401px;
    height: 300px;
}

.Search__form-group--keyword {
    display: none !important;
}