@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

#top-page{
background:url(../img/top/top_bg.svg) no-repeat top center / 100% auto;
}

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

#top-header{
	position:relative;
	z-index:100;
	margin-bottom:30px;
}
#top-header a{
	text-decoration:none;
}
#top-header{
	position:relative;
	z-index:100;
}
#top-header .navi-child{
	width:100%;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-header .gnavi{
}
#top-header .gnavi .dropdwn > a{
	position:relative;
	display:block;
	padding:20px 1.2vw 20px 1.2vw;
	margin-right:1vw;
	color:#fff;
}
#top-header .gnavi .dropdwn_menu{
	top:50px;
}


#top-header .header-txt{
	width:50%;
	color:#fff;
	padding-left:3vw;
	padding-top:10px;
}
#top-header .top-header-right{
	width:50%;
	-webkit-box-pack: flex-end; -ms-flex-pack: flex-end; -webkit-justify-content: flex-end; justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end;
}
#top-header .top-header-logo{
	width:100%;
	margin-bottom:30px;
	text-align:center;
}
#top-header .top-header-logo img{
	width:200px;
}
#top-header .top-header-right .instagram{
	width:25px;
	margin-right:20px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-header .top-header-right .instagram img{
	vertical-align:middle;
}
#top-header .top-header-right .tel{
	font-size:27px;
	line-height:1;
	font-weight:700;
	color:#fff;
	margin-right:20px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-header .top-header-right .tel .icon{
	display:inline-block;
	padding-left:1.1em;
	background: url(../img/top/icon_tel.svg) no-repeat left center / auto 100%;
}


#top-header .contact-btn a{
	display:block;
	height:100%;
	padding:20px 30px;
	background:#004592;
	border-radius:0 0 0 30px;
	color:#fff;
	font-size:18px;
	line-height:1;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-header .contact-btn .icon-mail{
	display:inline-block;
	padding-left:1.5em;
	background: url(../img/common/icon_mail.svg) no-repeat left center / auto 90%;
}

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

#mv{
	position:relative;
}
.mv-slider ul{
	width: 60%;
	margin: 0 auto 5vw;
}
.mv-slider .slick-list {
	overflow: visible !important;
}
.mv-slider li{
	padding:0 1vw;
}
.mv-slider .slick-slide img {
	display:inline;
	border-radius:40px;
	border: solid 8px #fff;
}


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

#top-news{
	padding-bottom:10vw;
}
#top-news .content-area{
	position: relative;
}
#top-news .news-list{
	width:60%;
	min-height:15vw;
	margin-bottom:30px;
}
#top-news .news-list li{
	padding:20px 30px;
	border-bottom: solid 2px #715345;
}
#top-news .news-list li a{
	text-decoration:none;
	color: #2B2B2B;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-align: flex-start; -ms-flex-align: flex-start; -webkit-align-items:flex-start; align-items:flex-start;
}
#top-news .news-list .day{
	width:12%;
	margin-right:3%;
	font-size:12px;
}
#top-news .news-list .cat{
	width:20%;
	margin-right:3%;
	background-color:#004592;
	border-radius:1000px;
	color:#fff;
	text-align:center;
	font-size:12px;
}
#top-news .news-list .ttl{
	width:62%;
	line-height:1.5;
}
#top-news .news-ttl .en{
	display:block;
	color:#715345;
	font-size:36px;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}
#top-news .news-ttl .jp{
	font-size:18px;
}
#top-news .news-l-slider{
	position:absolute;
	top:-7vw;
	right:-0%;
	width:40%;
	border-radius:1000000px;
	border: solid 8px #fff;
	overflow: hidden;
}
#top-news .news-m-slider{
	position:absolute;
	top:50%;
	right:-5%;
	width:23%;
	border-radius:1000000px;
	border: solid 8px #fff;
	overflow: hidden;
}

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

#top-event{
	margin-bottom:8vw;
	padding:50px 0 80px;
	background-image:url(../img/top/event_deco_left.svg) , url(../img/top/event_deco_right.svg);
	background-repeat:no-repeat , no-repeat;
	background-position:left top , right top;
	background-size:15% auto , 15% auto;
	background-color:#715345;
}
#top-event .content-area{
	max-width:980px;
}
#top-event .event-ttl{
	margin-bottom:30px;
	text-align:center;
	line-height:1;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	color:#fff;
}
#top-event .event-ttl .en{
	display:block;
	font-size:36px;
	margin-bottom:16px;
}
#top-event .event-ttl .jp{
	display: inline-block;
	font-size:20px;
	padding-top:20px;
	background:url(../img/top/event_ttl_deco.svg) no-repeat top center / 80% auto;
}
#top-event .event-list{
}
#top-event .event-list li{
	width:47.5%;
	margin-right:5%;
}
#top-event .event-list li:nth-child(2n),
#top-event .event-list li:last-child{
	margin-right:0;
}
#top-event .event-list .thumb{
	margin-bottom:20px;
	border-radius:20px;
    position: relative;
    overflow: hidden;
	width:100%;
}
#top-event .event-list .thumb:before{
    content: "";
    padding-top:70%;
    display: block;
}
#top-event .event-list .thumb img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
	border-radius:20px;
}


#top-event .event-list .base-btn{
	width:70%;
	margin: 0 auto;
}
/*----------------------*/

#top-instagram{
	margin-bottom:8vw;
}

#top-instagram .instagram-ttl{
	margin-bottom:20px;
	color:#715345;
	font-size:36px;
	font-weight:700;
	text-align:center;
	font-family: "M PLUS Rounded 1c", serif;
}
#top-instagram .instagram-feed{
	width:680px;
	margin:0 auto 30px;
}

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

#top-business{
}
#top-business .business-ttl{
	text-align:center;
	margin-bottom:50px;
}
#top-business .business-ttl span{
	display:inline-block;
	color:#715345;
	font-size:36px;
	font-weight:700;
	padding:10px 5%;
	font-family: "M PLUS Rounded 1c", serif;
	background-image:url(../img/top/business_ttl_left.svg) , url(../img/top/business_ttl_right.svg);
	background-repeat:no-repeat , no-repeat;
	background-position:left center , right center;
	background-size:auto 100% , auto 100%;
}
.business-cover-bnr{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.business-cover-bnr li{
	width:48%;
	margin-right:4%;
	margin-bottom:80px;
}
.business-cover-bnr li:nth-child(2n),
.business-cover-bnr li:last-child{
	margin-right:0;
}
.business-cover-bnr .thumb{
	margin-bottom:10px;
	overflow:hidden;
	border-radius:20px;
	border: solid 8px #715345;
}
.business-cover-bnr .thumb a img{
	transition: all 0.3s;
}
.business-cover-bnr .thumb a:hover img{
	transform: scale(1.1);
}
.business-cover-bnr .thumb a:hover{
	opacity:1;
}
.business-cover-bnr .ttl{
	color:#715345;
	font-size:26px;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}





}

@media screen and (min-width:768px) and ( max-width:1366px) {
	


}
@media (max-width: 768px) {
	
	
	#top-page{
		background:url(../img/top/top_bg.svg) no-repeat top center / auto 50vh;
	}
	
	/*----------------------*/
	
	#top-header{
		position:relative;
		z-index:100;
		margin-bottom:5vw;
	}
	#top-header{
		position:relative;
		z-index:100;
	}
	#top-header .header-txt{
		width:50%;
		color:#fff;
		font-size:12px;
		padding:2vw 0 0 2vw;
	}
	
	#top-header .top-header-right{
		display:none;
	}
	#top-header .top-header-logo{
		width:100%;
		padding-top:3vw;
		text-align:center;
	}
	#top-header .top-header-logo img{
		width:55%;
	}


	/*----------------------*/
	
	#mv{
		position:relative;
		overflow:hidden;
	}
	.mv-slider ul{
		width: 90%;
		margin: 0 auto 5vw;
	}
	.mv-slider .slick-list {
		overflow: visible !important;
	}
	.mv-slider li{
		padding:0 1vw;
	}
	.mv-slider .slick-slide img {
		display:inline;
		border-radius:4vw;
		border: solid 4px #fff;
	}
	
	
	/*----------------------*/
	
	#top-news{
		padding-bottom:10vw;
	}
	#top-news .content-area{
		position: relative;
		padding-top:26vw;
	}
	#top-news .news-list{
		width:100%;
		min-height:15vw;
		margin-bottom:5vw;
		border-top: solid 1px #715345;
	}
	#top-news .news-list li{
		padding:5vw 0;
		border-bottom: solid 1px #715345;
	}
	#top-news .news-list li a{
		text-decoration:none;
		color: #2B2B2B;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
		-webkit-box-align: flex-start; -ms-flex-align: flex-start; -webkit-align-items:flex-start; align-items:flex-start;
	}
	#top-news .news-list .day{
		width:20%;
		font-size:10px;
	}
	#top-news .news-list .cat{
		width:30%;
		background-color:#004592;
		border-radius:1000px;
		color:#fff;
		text-align:center;
		font-size:10px;
	}
	#top-news .news-list .ttl{
		width:100%;
		padding-top:3vw;
		line-height:1.5;
	}
	#top-news .news-ttl{
		padding-bottom:5vw;
	}
	#top-news .news-ttl .en{
		display:block;
		color:#715345;
		font-size:30px;
		line-height:1.2;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	#top-news .news-ttl .jp{
		font-size:14px;
	}
	#top-news .news-l-slider{
		position:absolute;
		top:-10vw;
		right:13vw;
		width:44%;
		border-radius:1000000px;
		border: solid 4px #fff;
		overflow: hidden;
	}
	#top-news .news-m-slider{
		position:absolute;
		top:18vw;
		right:4vw;
		width:28%;
		border-radius:1000000px;
		border: solid 4px #fff;
		overflow: hidden;
	}
	
	/*----------------------*/
	
	#top-event{
		margin-bottom:8vw;
		padding:5vw 0 8vw;
		background-image:url(../img/top/event_deco_left.svg) , url(../img/top/event_deco_right.svg);
		background-repeat:no-repeat , no-repeat;
		background-position:left top , right top;
		background-size:20% auto , 20% auto;
		background-color:#715345;
	}
	#top-event .content-area{
	}
	#top-event .event-ttl{
		margin-bottom:5vw;
		text-align:center;
		line-height:1;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		color:#fff;
	}
	#top-event .event-ttl .en{
		display:block;
		font-size:30px;
		margin-bottom:4vw;
	}
	#top-event .event-ttl .jp{
		display: inline-block;
		font-size:20px;
		padding-top:6vw;
		background:url(../img/top/event_ttl_deco.svg) no-repeat top center / 80% auto;
	}
	#top-event .event-list{
	}
	#top-event .event-list li{
		width:100%;
		margin-bottom:10vw;
	}
	#top-event .event-list li:nth-child(2n){
		margin-bottom:0;
	}
	#top-event .event-list .thumb{
		margin-bottom:3vw;
		border-radius:20px;
		position: relative;
		overflow: hidden;
		width:100%;
	}
	#top-event .event-list .thumb:before{
		content: "";
		padding-top:70%;
		display: block;
	}
	#top-event .event-list .thumb img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		border-radius:20px;
	}
	
	#top-event .event-list .base-btn{
		width:80%;
		margin: 0 auto;
	}
	/*----------------------*/
	
	#top-instagram{
		margin-bottom:12vw;
	}
	
	#top-instagram .instagram-ttl{
		margin-bottom:5vw;
		color:#715345;
		font-size:26px;
		font-weight:700;
		text-align:center;
		font-family: "M PLUS Rounded 1c", serif;
	}
	
	
	#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone {
		left: 0;
		margin-left: 0 !important;
	}	
		
	
	/*----------------------*/
	
	#top-business{
		margin-bottom:12vw;
	}
	#top-business .business-ttl{
		text-align:center;
		margin-bottom:5vw;
	}
	#top-business .business-ttl span{
		display:inline-block;
		color:#715345;
		font-size:26px;
		line-height:1.5;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	.business-cover-bnr{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.business-cover-bnr li{
		width:100%;
		margin-bottom:10vw;
	}
	.business-cover-bnr li:last-child{
		margin-bottom:0;
	}
	.business-cover-bnr .thumb{
		margin-bottom:10px;
		overflow:hidden;
		border-radius:20px;
		border: solid 4px #715345;
	}
	.business-cover-bnr .thumb a img{
		transition: all 0.3s;
	}
	.business-cover-bnr .thumb a:hover img{
		transform: scale(1.1);
	}
	.business-cover-bnr .thumb a:hover{
		opacity:1;
	}
	.business-cover-bnr .ttl{
		color:#715345;
		font-size:16px;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
}
