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

.cate1 .imgbox{
	gap: 20px;
}
.cate1 .imgbox img:first-of-type{
	width: 100%;
}
.cate1 .imgbox img:not(:first-of-type){
	width: calc(50% - 10px);
}
.cate1 .boxwrap{}
.cate1 .boxwrap .box{
	padding: 20px 10px;
	border-bottom: 1px solid #D9D2D5;
}
.cate1 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.cate1 .boxwrap .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row;
}
.cate1 .boxwrap .box h3{
	width: 30%;
	color: #e6b6c3;
}
.cate1 .boxwrap .box > div{
	width: 70%;
	padding-left: 20px;
}
.cate1 .insta{
	padding: 20px 10px 0;
}
.cate1 .insta a p,.cate1 .insta a i{
	color: #C0363A;
}

.cate2 .map{
	position: relative;
	height: 500px;
	width: 100%;
}
.cate2 .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}
.bottom_slide.swiper-container{
	overflow: hidden;
}
.bottom_slide.swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.bottom_slide.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	aspect-ratio: 1.6 / 1;
	border-radius: 20px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .map{
		height: 450px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .boxwrap .box h3{
		width: 100%;
		margin-bottom: 8px;
	}
	.cate1 .boxwrap .box > div{
		width: 100%;
		padding-left: 0px;
	}
	.cate2 .map{
		height: 350px;
	}
.bottom_slide.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	aspect-ratio: 1.6 / 1;
	border-radius: 10px;
}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

