@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&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;
}

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

/*おすすめ特集*/

.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%; 
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url("/attending/longstay/images/pc/arrow.png") !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/longstay/images/pc/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

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

.contents {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	background-image: url("/attending/longstay/images/pc/bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 50px auto;
    overflow: hidden;
}

.mainvisualWrap01 {
	position: relative;
}

.mainslideCont {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 550px;
}
.mainslideCont.slide01 {
	background-image: url("/attending/longstay/images/pc/main_BP25-011742D.jpg");
}
.mainslideCont.slide02 {
	background-image: url("/attending/longstay/images/pc/main_BP24-049764D.jpg");
}
.mainslideCont.slide03 {
	background-image: url("/attending/longstay/images/pc/main_BP25-009454D.jpg");
}
.mainslideCont.slide04 {
	background-image: url("/attending/longstay/images/pc/main_BP18-050372D.jpg");
}
.mainslideCont.slide05 {
	background-image: url("/attending/longstay/images/pc/main_BP25-009456D.jpg");
}

.mainTitWrap01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.mainTitWrap01 img {
	width: 548px;
	height: auto;
}
.contTextBox01 {
	text-align: center;
	margin: 40px auto;
}
.text16_18_n {
	font-size: 16px;
	line-height: 1.8em;
}
.fWM {
	font-weight: 500;
}
.fWB {
	font-weight: bold;
}

.contH201Wrap01 {
	position: relative;
	padding: 32px 0px 0px;
	margin-bottom: 72px;
	text-align: center;
}
.contH201Wrap01 .h201 {
	position: relative;
	display: inline;
	background-image: url("/attending/longstay/images/pc/tit01_line01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 17px;
	font-size: 33px;
	line-height: 1.3em;
	font-weight: 500;
}
.contH201Wrap01 .h201.h202 {
	background-image: url("/attending/longstay/kokunai/images/pc/tit_line_02.png");
}

.contH201Wrap01::before {
	content: "";
	background-image: url("/attending/longstay/images/pc/tit01_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.contH201Wrap01 .h201::before {
	content: "";
	background-image: url("/attending/longstay/images/pc/tit01_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 126px auto;
	width: 126px;
	height: 77px;
	position: absolute;
	top: -32px;
	left: -190px;
}
.contH201Wrap01 .h201::after {
	content: "";
	background-image: url("/attending/longstay/images/pc/tit01_deco03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 69px auto;
	width: 69px;
	height: 94px;
	position: absolute;
	bottom: -32px;
	right: -153px;
}

.contFlex01 {
	display: flex;
	justify-content: space-between;
}
.contFlex01 li {
	width: 490px;
}
.contBox01 {
	margin-bottom: 70px;
}

.contFlex02 {
	display: flex;
	justify-content: center;
	gap: 30px 29px;
	margin-top: 30px;
}
.contFlex02 li {
	width: 322px;
	background-color: #FDFCF8;
}
.contTextBox02 {
	padding: 15px 15px 20px;
}

.contH301 {
	color: #987831;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 500;
	margin-bottom: 13px;
}
.contH301 .s01 img {
	width: auto;
	height: 26px;
	margin-right: 22px;
}
.text15_15_n {
	font-size: 15px;
	line-height: 1.5em;
}

.contBlock01 {
	background-color: #E6DCCD;
	padding: 70px 0px;
}
.contH202Wrap01 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 40px;
}
.contH202Wrap01 .h202 {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 500;
}
.contH202Wrap01 .h202::before {
	content: "";
	background-image: url("/attending/longstay/images/pc/tit01_deco04.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 26px;
	display: inline-block;
	width: 57px;
	height: 26px;
	margin-right: 40px;
}
.contH202Wrap01 .h202::after {
	content: "";
	background-image: url("/attending/longstay/images/pc/tit01_deco04.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 26px;
	display: inline-block;
	width: 57px;
	height: 26px;
	margin-left: 40px;
}


/* ------------------------- */
/* タブ */
/* ------------------------- */
.tab-area {
  display: flex;
	justify-content: center;
	gap: 0px 10px;
  cursor: pointer;
	border-bottom: 1px solid #987831;
}
.tab.tab01 {
  display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	width: 300px;
	height: 70px;
  padding: 10px;
  background-color: #F2F0E7;
	color: #C1737C;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
}
.tab.tab01.active {
  background-color: #C1737C;
  color: #fff;
}

.tab.tab02 {
  display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	width: 300px;
	height: 70px;
  padding: 10px;
  background-color: #F2F0E7;
	color: #4791AC;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
}
.tab.tab02.active {
  background-color: #4791AC;
  color: #fff;
}

/* ------------------------- */
/* タブの中身 */
/* ------------------------- */
.panel {
  display: none;
}
.panel.active {
  display: block;
}

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

.contFlex03 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 29px;
	margin-top: 30px;
}
.contFlex03 li {
	position: relative;
	width: 322px;
	background-color: #FDFCF8;
	border: 1px solid #987831;
	padding-bottom: 73px;
}

.flexBox01 {
	padding: 20px 15px 15px;
}
.contH302 {
	color: #987831;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 14px;
}
.btnWrap01 {
	display: flex;
	justify-content: space-between;
	width: calc( 100% - 30px );
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.btnWrap01 .btn01 {
	width: 47.9%;
}
.btnWrap01 .btn02 {
	width: 47.9%;
}

.btnWrap01 .btn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 46px;
	background-color: #C1737C;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.btnWrap01 .btn01 a:link {	color: #FFFFFF;	text-decoration: none;}
.btnWrap01 .btn01 a:visited {	color: #FFFFFF;	text-decoration: none;}
.btnWrap01 .btn01 a:hover {	color:#FFFFFF;	text-decoration: none;}
.btnWrap01 .btn01 a:active {	color:#FFFFFF;	text-decoration: none;}

.btnWrap01 .btn02 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 46px;
	border: 1px solid #987831;
	background-color: #FDFCF8;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.btnWrap01 .btn02 a:link {	color: #987831;	text-decoration: none;}
.btnWrap01 .btn02 a:visited {	color: #987831;	text-decoration: none;}
.btnWrap01 .btn02 a:hover {	color:#987831;	text-decoration: none;}
.btnWrap01 .btn02 a:active {	color:#987831;	text-decoration: none;}

.recommendBlock01 {
	padding: 70px 0px 94px;
}

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

.kaigai .btnWrap01 .btn01 a {
	background-color: #4791AC;
}

/*---*/

/*BOT*/
.Group__dept {
    background-color: #fdfcf8;
    border: 1px solid #987831;
    padding: 30px 40px;
    margin: 60px 0;
}
.Heading__h3__dept {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #987831;
    font-weight: 500;
}
.Dept__items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.Dept__item {
    position: relative;
    transition: color 0.5s;
}
.Dept__item:hover {
	color: #987831;
}
.Dept__link {
    display: block;
}
.Dept__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #987831;
    border-right: 2px solid #987831;
    transform: translateY(-50%) rotate(45deg);
}
















