@charset "utf-8";

.pc,
.PC-Separate { display: block !important;}
.sp,
.SP-Separate { display: none !important;}

.maincont {
	max-width: 980px;
	margin: 0 auto;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}
.main img { width: 100%;}
.main .lead {
	background-image: url(../img/bk_pink.webp);
	width: 100%;
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	padding: 25px 0;
}
.festival {
	max-width: 880px;
	margin: 60px auto;
}
.festival_flex {
	display: flex;
    justify-content: space-between;
	margin-bottom: 60px;
}
.festival_flex .txt {
	width: 38%;
	line-height: 1.5;
}
.festival_flex h2 {
	font-family: "Kaisei Decol", serif;
	font-weight: 500;
	color: #C26B7C;
	font-size: 26px;
	margin: 0;
	text-align: left;
}
.festival_flex h3 {
	position: relative;
	font-family: "Kaisei Decol", serif;
	font-size: 1em;
	font-weight: 400;
	margin: 5px 0 30px;
}
.festival_flex h3 img {
	position: absolute;
    top: -25px;
    left: -20px;
	width: 200px;
	z-index: -1;
}

.festival_flex h3 span {
	font-size: 16px;
	margin-top: 10px;
	vertical-align: middle;
	position: relative;
	margin-left: 25px;
}
.festival_flex h3 span::before {
	content: url(../img/sakura.webp);
	margin-right: 5px;
	position: absolute;
    top: 3px;
    left: -25px;
}
.festival_flex p {
	margin: 20px 0;
	line-height: 1.5;
}
.festival_flex ul li.tel a { color: #333 !important;}
.festival_flex ul li.tel i {
	transform: rotateY(180deg);
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
}
.festival_flex .txt .contact { font-size: 16px;}
.festival_flex ul li { margin-bottom: 5px;}
.festival_flex .pic{
	width: 55%;
	background-color: #FFF7F8;
	border-radius: 10px;
	padding: 30px 0 30px 30px;
	overflow: hidden;
}
.pic_flex { display: flex;}

.pic_flex_c,
.swiper_carousel .swiper-slide {
	width: 100%;
	max-width: 380px;
	margin-right: 20px;
}

.pic_flex_c h4,
.swiper_carousel .swiper-slide h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 20px 0;
}
.pic_flex_c img, .swiper_carousel .swiper-slide img {
	width: 100%;
	border-radius: 10px;
}
.pic_flex_c p,
.swiper_carousel .swiper-slide p {
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
}
.swiper_carousel .swiper-wrapper{
	margin-left: -60px;
	margin-right: 0;
	max-width: 900px;
}
.swiper_carousel{
	position: relative;
	padding-left: 10px;
	padding-right: 40px;
}
.swiper_carousel .swiper-scrollbar {
	background-color: #D9D9D9;
	width: 92% !important;
	height: 3px !important;
	bottom: -20px !important;
}
.swiper_carousel .swiper-scrollbar-drag { background-color: #333;}
.live img {
	width: 225px;
	margin-bottom: 30px;
}
.hotel_cont01 {
	background-image: url(../img/bk_hotel.webp);
	padding: 185px 30px 10px;
	position: relative;
	z-index: 0;
	max-width: 880px;
	margin: 0 auto;
}
.hotel_cont02 {
	background-image: url(../img/bk_hotel.webp);
	padding: 60px 30px 2cqb;
	position: relative;
	z-index: 0;
	max-width: 880px;
	margin: 0 auto;
}
.hotel_cont01 h2,
.hotel_cont02 h2 {
	font-family: "Kaisei Decol", serif;
	font-weight: 500;
	color: #3D3333;
	font-size: 30px;
	position: absolute;
	text-align: center;
	margin: 0 0 70px 0;
    letter-spacing: 0.3px;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 3;
}
.hotel_cont01 h2 img,
.hotel_cont02 h2 img {
	position: absolute;
    bottom: -40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 245px;
	z-index: -1;
}
.hotel_flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-bottom: 30px;
}
.hotel_flex .hotel_flex_ttl { width: 53%;}
.hotel_flex .picture-box { width: 42%;}
.hotel_flex img {
    width: 100%;
    border-radius: 6px;
}
.hotel_flex_ttl h3 {
	font-family: "Kaisei Decol", serif;
	font-weight: 500;
	font-size: 23px;
	margin-bottom: 16px;
}
.hotel_flex_ttl h3 a { color: #C26B7C !important;}
.hotel_flex p {
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 1.7;
}
.hotel_flex p.btnarea {
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1.75;
}
.hotel_flex p.btnarea a {
	width: 240px;
	font-size: 16px;
}
.hotel_flex .swiper-pagination { position: unset;}
.hotel_flex .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
	margin-top: 10px;
}
.hotel_flex .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #D9D9D9;
    opacity: 1;
}
.hotel_flex .swiper-pagination-bullet-active {
    opacity: 1;
    background: #9A9A9A;
}
.hotel_box { margin: 10px 20px;}
#free {
	max-width: 880px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	background: #FBF6EC;
	z-index: -1;
}
#free:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 32px solid transparent;
	border-top: 32px solid #FBF6EC;
}
#free h3 {
	font-family: "Kaisei Decol", serif;
	font-weight: 500;
	color: #3D3333;
	font-size: 23px;
	line-height: 1.6;
	letter-spacing: 0.3;
	margin-bottom: 24px;
	position: relative;
}
#free h3 img.free_sakura {
	position: absolute;
    width: 270px;
    bottom: -23px;
	left: 0;
	right: 0;
	z-index: -1;
}
#free .free_flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
    align-items: center;
}
#free .pic {
	width: 35%;
	position: relative;
}
#free .pic img.sakura_l {
	position: absolute;
	top: -7px;
    left: 0;
	width: 100px;
}
#free .pic img.sjz_pic {
	width: 100%;
	max-width: 240px;
	border-radius: 6px;
	display: block;
	margin: 0 0 0 90px;
}
#free .txt{
	width: 45%;
	position: relative;
}
#free .txt img.sakura_r {
	position: absolute;
    top: 0;
    right: -65px;
	width: 100px;
}
.btn02 a.plan {
	width: 160px !important;
	margin-right: 5px;
}
.btn02 a.dog { width: 265px !important;}
.btn02 .btn-primary {
    padding: 17px 15px 17px 5px;
	margin-bottom: 15px;
	font-size: 15px !important;
}
.btn02 .btn-primary:after { right: 8px;}

#visitor_page-top { display: block!important;}

.visitor #visitor_page-top a,
.visitor #content .topic-path a {
	text-decoration: none;
	opacity: 1;
	transition: all .2s ease-in-out;
}
.visitor #visitor_page-top a:hover,
.visitor #content .topic-path a:hover {
	text-decoration: none;
	opacity: .65;
}

@media only screen and (max-width: 1050px){
	.lead p { font-size: 17px;}
	#free h3 { font-size: 2.6vw;}
	#free p { font-size: 2vw;}
	#free .pic img.sjz_pic { margin: 0;}
	#free .pic img.sakura_l { left: -55px;}
	.btn02 a.plan { width: 100% !important;}
	.btn02 a.dog { width: 100% !important;}
}
@media only screen and (max-width: 700px){
	.pc,
	.PC-Separate { display: none !important;}
	.sp,
	.SP-Separate { display: block !important;}

	#page.visitor { padding-bottom: 5%;}
	.main .lead { padding: 5px;}
	.lead p {
		font-size: 16px;
		text-align: left;
		margin: 15px;
	}
	.festival { margin: 20px auto;}
	.festival_flex { flex-wrap: wrap;}
	.festival_flex .txt {
		width: 100%;
		padding: 20px;
	}
	.festival_flex .pic {
		width: 100%;
		border-radius: 0;
		padding: 30px 20px;
	}
	.pic_flex_c h4 {
		font-size: 16px;
		margin: 16px 0 8px;
	}
	.pic_flex_c { min-width: 290px;}
	#doi .pic { order: 2;}
	.hotel_cont01 {
		padding: 155px 20px 5px;
		background-image: url(../img/bk_hotel_sp.webp);
		background-size: cover;
	}
	.hotel_cont02 {
		padding: 60px 20px 20px;
		background-image: url(../img/bk_hotel_sp.webp);
		background-size: cover;
	}
	.hotel_cont01 h2,
	.hotel_cont02 h2 { font-size: 25.5px;}
	.hotel_flex {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.hotel_flex .hotel_flex_ttl { width: 100%;}
	.hotel_flex .picture-box { width: 100%;}
	.hotel_flex p.btnarea a {
		width: 100%;
		font-size: 16px;
	}
	.hotel_flex_ttl h3 { font-size: 20px;}
	#ito .hotel_flex_ttl,
	#szj .hotel_flex_ttl { order: 2;}
	.hotel_flex_ttl h3 { margin-top: 10px;}
	.hotel_flex p { font-size: 14px;}
	.festival_flex p.live { margin: 20px 0 0;}
	.live img {
		margin-bottom: 10px;
		width: 192px;
	}
	.festival_flex p { margin: 16px 0;}
	.festival_flex#doi .txt {
        width: 100%;
        padding: 0 20px 20px;
    }
	.festival_flex h2 { font-size: 24px;}
	.festival_flex h3 {
		font-size: 16px;
		margin: 8px 0 20px;
	}
	.festival_flex .txt .contact { font-size: 14px;}
	.pic_flex_c p {
		line-height: 1.6;
		margin: 0 0 16px;
	}
	.festival_flex ul li.tel { margin-bottom: 16px;}
	.swiper_carousel .swiper-wrapper {
		margin-left: -30px;
		margin-right: 0;
	}
	#free { padding: 10px;}
	#free .txt { width: 55%;}
	#free h3 { font-size: 3.8vw;}
	#free p { font-size: 2.8vw;}
	#free h3 img.free_sakura { width: 95%;}
	.btn02 .btn-primary{
		font-size: 16px !important;
        padding: 10px 15px 10px 10px;
	}
	/* パンくずreset */
	.visitor #content { position: relative;}
	.visitor #content { padding-bottom: 35px;}
	.visitor #content .topic-path {
		width: 100%;
		display: block!important;
		position: absolute;
		bottom: 0;
		padding: 9px 20px;
		box-sizing: border-box;
		background-color: #f5f5f5;
		z-index: 10;
	}
	.visitor #content .topic-path ol li {
		display: inline;
		font-size: 13px;
	}
	.visitor #footer-renew-202404 { border-top: none;}
    .visitor .hotel_cont02 { padding-bottom: 15%;}
	/* /パンくずreset */
}
@media only screen and (max-width: 500px){
	.hotel_cont01 h2,
	.hotel_cont02 h2{ font-size: 6.5vw;}
	.hotel_flex_ttl h3 { font-size: 5.4vw;}
	.hotel_cont01 h2 img, .hotel_cont02 h2 img {
		bottom: -35px;
		width: 207px;
	}
	.swiper_carousel .swiper-scrollbar { width: 95% !important;}
	#free h3 {
        font-size: 4.8vw;
		margin-bottom: 10px;
    }
	#free p { font-size: 3.8vw;}
	#free:before { left: 45%;}
	.btn02 .btn-primary{
		font-size: 16px !important;
        padding: 10px 13px 10px 8px;
	}
	.swiper_carousel { padding-right: 10px;}
}
@media only screen and (max-width: 355px){
    .pic_flex_c { min-width: 250px;}
}