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

.pagetop{
	display: none;
}

.c-breadcrumb:last-of-type{
	margin: 30px auto 20px;
    padding-left: 4%;
}

.relative{
	position: relative;
}

.-pc{
	display: none;
}

.contents-wrap{
	background: #fffcf7;
}

@media screen and (min-width: 768px) {
	
.-sp{
	display: none;
}
	.-pc{
		display: block;
	}
}


.img-01{
    position: absolute;
    top: 11%;
    width: 24%;
    left: 12%;
}

.img-02{
	position: absolute;
    top: 22%;
    width: 30%;
    right: 10%;
}

.img-03{
	position: absolute;
    top: 30%;
    width: 26%;
    left: 9%;
}

.img-04{
    position: absolute;
    top: 43.7%;
    width: 28%;
    left: 62%;
}

.img-05{
	position: absolute;
    bottom: 15.5%;
    width: 96%;
    left: 2%;
}

.img-06{
	position: absolute;
    bottom: 1.3%;
    width: 96%;
    left: 2%;
}

.r-items-wrap h3,.r-review-wrap h3{
    text-align: center;
    padding: 10%;
    font-family: cochin-lt-pro, sans-serif;
    font-size: 2rem;
    font-weight: 100;
    color: #333;
}

.bnr-flex-wrap{
	padding-bottom: 20%;
}

.r-items-wrap h3::after{
    content: "";
    border-bottom: 1px solid #333;
    width: 20px;
    display: block;
    margin: 0 auto;
}
.r-review-wrap h3::after{
    content: "";
    border-bottom: 1px solid #333;
    width: 20px;
    display: block;
    margin: 0 auto;
}

.r-review-wrap p{
	    text-align: center;
    margin-bottom: 10%;
}

.flex-container a{
	    margin-bottom: 20%;
    display: block;
}

.itemlist-pagejump a{
	    padding: 4% 0;
    display: block;
    width: 80%;
    border: 1px solid;
    margin: 0 auto;
    text-align: center;
}



.bnr-camp{
	    width: 95%;
    margin: 10% auto;
}

.r-review-wrap{
	    margin: 20% 5%;
}


/*スライダー*/

.r-items-wrap {
  width: 100%;
	margin: 0 auto;
}

.sliderImg{
	width: 90vw;
	margin: 0 auto;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
	z-index: 100;
    position:absolute;
}

.prev-arrow {
    top: 40%;
    left: 3%;
	    transform: rotate(180deg);
}

.next-arrow{
	top: 40%;
    right: 3%;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
width: 15px;
    height: 15px;
    border-right: 2px solid  #750605;
    border-top: 2px solid  #750605;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}



@media screen and (min-width: 768px) {
	.img-01 {
    position: absolute;
    top: 9%;
    width: 10%;
    left: 29%;
}
	.img-02 {
    position: absolute;
    top: 19%;
    width: 13%;
    right: 25%;
}
	.img-03 {
    position: absolute;
    top: 29%;
    width: 11%;
    left: 26%;
}
	.img-04 {
    position: absolute;
    top: 42.7%;
    width: 28%;
    left: 64%;
}
	.img-05 {
    position: absolute;
    top: 59%;
    width: 50%;
    left: 25%;
}
	.img-06{
		position: absolute;
    top: 81%;
    width: 50%;
    left: 25%;
	}
	.bnr-flex-wrap{
		max-width: 1070px;
		        margin: 0 auto;

	}
	
	.flex-container{
		display: flex;
		gap: 2%;
        justify-content: center;
	}
	
	.flex-container a{
		width: 50%;
	}
	.flex-container a{
		margin-bottom: 7%;
	}
	.itemlist-pagejump a{
		    padding: 2% 0;
    display: block;
    width: 50%;
    border: 1px solid;
    margin: 0 auto;
    text-align: center;
	}
	.gallery-pictures-container{
		    max-width: 1070px;
    margin: 0 auto;
	}
	.bnr-camp {
    width: 40%;
    margin: 10% auto;
}
	.r-review-wrap {
    margin: 10% 5%;
}
	
	.r-items-wrap h3{
		    padding: 10% 0 0%;
	}
	
.r-review-wrap p{
    margin-bottom: 5%;
}
	.items-slider-wrap{
		width: 50%;
    margin: 0 auto;
	}
	.sliderImg{
		width: 700px;
		margin: 0 auto;
	}
	.sliderImg img{
		width: 100%;
	}
}


/* ------------------ふわっと出現・動き-----------------*/
.down.move {
    transform: translateY(0px);
    opacity: 1;
}

.down{
	transition: 0.6s;
    transform: translateY(-20px);
    opacity: 0;
}

.move{
	transform: translateY(0px);
    opacity: 1;
}

