@charset "utf-8";

ul.breadlist li:nth-child(2){
	margin-right:2em;
}
ul.breadlist li:nth-child(2):after{
	content: "　";
	display: block;
	margin-right: 0.5em;
	width: 0.6em;
	height: 0.6em;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top: 0em;
	position: absolute;
	right: -1.5em;
	top: 0.5em;
	transform: rotate(-45deg);
}

.bukken_h_img_one img{
	width: 100%;

}
.header .swiper-slide .topbox{
	background-color:inherit;
	left:15%;
	height:50px;
}
.swiper-slide .topbox{
	
}
.section_gallery{
	background-color:#F1F2ED;
	position: relative;
}
.section_gallery .inner{
	max-width:1100px;
	margin:0 auto;
}
.maingallerydiv{
	margin: 100px 0 100px 0;
}
.maingallerydiv .gallery {
	margin:0 auto;
	padding: 20px;
	background-color: #FFF;
}
.gallery_thum{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 20px;
	background-color: #FFF;
}
.gallery_thum div{
	width: 11%;
	padding: 0 1% 0px 1%;
	margin-bottom: 20px;
	position:relative;
}

.gallery_thum div img{
	position:relative;
	width: 100%;
	height: 100%;
}
.gallery_thum div:after{
	position:absolute;
	content:"";
	width: 82%;
	height:100%;
	left: 9%;
	top: 0;
	display: block;
	background-color: #ded8d8;
	/* padding-top: 100px; */
	opacity: 0.6;
	/* margin: 0 1% 0px 1%; */
}
.gallery_thum div.activeslide:after{
	content:none;
}
.prev-arrow.slick-arrow{
	left: 0%;
	transform: translatex(-100%) translatey(-100%);
	background-image: url(../img/slide_left.png);
	/* width: 60px; */
	/* height: 60px; */
	/* background-color: inherit; */
	transform: translate(-50%, -50%);
	z-index: 1;
}

.next-arrow.slick-arrow{
	left: 100%;
	transform: translatex(0%) translatey(-100%);
	background-image: url(../img/slide_right.png);
	transform: translate(-60%, -50%);
}

.section_gaiyo{

}

.section_gaiyo .inner{
    max-width: 1100px;
    margin: 5em auto;
}

.section_gaiyo h2{
	text-align: center;
	font-size: 2.3em;
	letter-spacing: 0.1em;
}
.section_gaiyo p.subtitle {
	text-align: center;
	font-size: 1em;
	color: #8E979E;
	margin: 0.8em 0 4em 0;
}
.outline{
	width: 100%;
	font-weight: 400;
	font-size: 1.05em;
}
.outline tr{
	border: 1px solid #CCC;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	/* width: 25%; */
	display: flex;
	width: 100%;
}
.outline tr:nth-last-child(1){
	border-bottom: 1px solid #CCC;
}
.outline tr td:nth-child(1){
	width: 25%;
	padding: 2em 0;
}
.outline tr td:nth-child(2){
	padding: 2em 0;
}

#gmap_filter {
    height: 47vh;
    width: 100%;
    filter: grayscale(100%);
    margin: 0;
    padding: 0;
}
#gmap_filter iframe{
	width:100%;
	margin: 0;
	padding: 0;
}
.section_gmap p{
	width: 100%;
	height: 30vh;
	background-color: #CCAE62;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.section_gmap p a{
	padding: 1.0em 0em;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #000;
	width: 25em;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	background-color: #FFF;
	border-radius: 2em;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1em;
	font-weight: 500;
	box-shadow: 0px 5px 24px -7px #777777;
	transition-duration: 200ms;
}
.section_gmap p a:before{
	content:"";
	position: absolute;
	left: 1.25em;
	width: 1.5em;
	height: 1.5em;
	background-image: url(../img/room.png);
	background-size: cover;
	transform: translate(0px, -0.325em);
}
.section_gmap p a:after{
	content: "";
	position: absolute;
	height: 0.6em;
	width: 0.6em;
	display: block;
	border-top: 2px solid #CCAE62;
	border-right: 2px solid #CCAE62;
	right: 1.2em;
	transform: translate(0px, -0.325em) rotate(45deg);
	top: 50%;
}
.section_gmap p a:hover{background-color: #CF476A;color: #FFF;}
.section_gmap p a:hover:before{background-image: url(../img/room_h.png);}
.section_gmap p a:hover:after{
    border-top-color: #FFF;
    border-right-color: #FFF;
}
.scrimgga{
	position: absolute;
	top: 10%;
	right: 5%;
}

@media (max-width: 1600px){
	.scrimgga{
	top: 13%;
	right: 2%;
	width: 80px;
	}
	.header .swiper-slide .topbox{
	left:10%;
	}
}
@media (max-width: 1500px){
	.scrimgga{
	top: 17%;
	right: 2%;
	width: 70px;
	}
	.header .swiper-slide .topbox{
	left:2%;
	}
}
@media (max-width: 1400px){
	.scrimgga{
	top: -200px;
	left: 50%;
	width: 70px;
	transform: rotate(90deg);
	}
}
@media (max-width: 768px){
	.scrimgga{
	top: -120px;
	left: 45%;
	width: 40px;
	transform: rotate(90deg);
	}
	.section_gallery .inner{
		width:90%;
	}
	.maingallerydiv .gallery{
		padding: 15px;
	}
	.gallery_thum{
		padding: 0 15px;
		display: block;
	}
	.outline tr{
		flex-wrap:wrap;
	}
	.outline tr{
		/* border:0; */
	}
	.outline tr td{
		width:100%;
		text-align:center;
	}
	.outline tr td:nth-child(1),.outline tr td:nth-child(2){
		width:100%;
		padding: 1em 0;
		/* border-top: 1px solid #CCC; */
	}
	.outline tr td:nth-child(1){
		background-color: #F5F5F5;
		font-weight: 600;
	}
	.section_gaiyo .inner{
		width: 95%;
		margin: 3em auto 0em auto;
	}
	.section_gmap p a{
		width: 90%;
	}
	.section_gmap p{
		height: 10em;
	}
	#gmap_filter {
    height: 80vw;
	 }
	#gmap_filter iframe{
		height: 100%;
	}
	.maingallerydiv{
		margin: 60px 0 50px 0;
	}
	.section_gaiyo p.subtitle{
		margin: 0.8em 0 2em 0;
	}
	.gallery_thum div{
		width: 100%;
	}
	.gallery_thum div:after{
	position:absolute;
	content:"";
	width: 95%;
	height:100%;
	left: 3%;
	}
	.gallery_thum div img{
		width:100px;
		height:auto;
	}
	.gallery_thumsp .slick-slide{
		opacity:0.4;
	}
	.gallery_thumsp .slick-slide.slick-current{
		opacity:1.0;
	}
}
@media (max-width: 500px){
	.scrimgga{
	top: -25vw;
	left: 45%;
	width: auto;
	height:65vw;
	transform: rotate(90deg);
	}
	.section_gmap p a{
		width: 90%;
		font-size: 1.1em;
	}
}
@media (max-width: 1100px){
	.section_achielist .bukken .one{
	font-size: 2.3vw;
	width: calc(30%);
	margin: 0.5em 0px;
	}
}

@media (max-width: 768px){
	.section_achielist .bukken .one{
	font-size: 6.8vw;
	width: 100%;
	margin: 0.5em auto;
	}
}