@charset "utf-8";

.img_flex{
	display:block;
	max-width:100%;
	height:auto;
}
.img_flex.inline{
	display:inline-block;
}
a.box_menu_btn01{
    background: #FFF url(images/icon/icon_arrow01.png) no-repeat 94% 50%;
}

/* =========================================================
top_mainvisual
========================================================= */
#top_mainvisual{
	max-width:1680px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#top_mainvisual:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transform: translate3d(0, 0, 0);
	animation: mv-anime 30s linear infinite;
	will-change: transform;
	backface-visibility: hidden;
	background:url(./images/top/bg_mainvisual_02.jpg) no-repeat center center/cover;
}
@keyframes mv-anime{
	0%{ transform: scale(1.3); }
	50%{ transform: scale(1); }
	100%{ transform: scale(1.3); }
}
#top_mainvisual > div{
	display:flex;
	align-items:center;
	height:590px;
	position:relative;
	z-index:1;
}
#top_mainvisual h1{
	max-width:680px;
}

/* =========================================================
top_mainvisual_slide
========================================================= */
#top_mainvisual_slide{
	background: #3a2210;
}

.top_mainvisual_slide_inner{
	max-height:1350px;
	overflow:hidden;
	opacity:0;
	max-width:1480px;
	margin:0 auto;
	transition:opacity 0.3s ease 0s;
}
.top_mainvisual_slide_inner.slick-initialized{
	max-height:100%;
	overflow:visible;
	opacity:1;
}
.top_mainvisual_slide_inner figure{
	img{
		width:100%;
	}
}
/* =========================================================
top_news
========================================================= */
#top_news{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:20px 0;
	box-sizing:border-box;
}
.top_news_wrap{
	margin:0 0 20px;
}
.top_news_wrap a{
	display:flex;
	align-items:center;
	position:relative;
	padding:13px 8px;
	margin:0 0 8px;
	border:solid 1px #888;
	border-radius:4px;
	box-sizing:border-box;
	background:#fff;
	line-height:1;
	vertical-align:middle;
	text-align:left;
	box-shadow: 1px 2px 3px -2px;
}
.top_news_wrap a:after{
	display: block;
	content: '';
	margin: 0 5px 0 0;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4.5px;
	border-right: 1px solid #f85f96;
	border-bottom: 1px solid #f85f96;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top_news_wrap a span{
	display:block;
}
.top_news_wrap a .cat{
	padding:0 10px 0 0;
	margin:0 13px 0 0;
	border-right:solid 1px #ddd;
	box-sizing:border-box;
	color:#f85f96;
}
.top_news_more a.box_menu_btn01 {
	display:inline-block;
	width:auto;
	font-size: 1.6rem;
	padding: 10px 40px 10px 20px;
	margin:0;
	background: #FFF url(images/icon/icon_arrow01.png) no-repeat 94% 50%/8px;
}

/* =========================================================
top_services
========================================================= */
#top_services > div{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
	padding:25px 0;
}
.top_services_btn{
	display:flex;
	justify-content:space-between;
	width:32%;
	max-width:360px;
	margin:15px 0;
	position:relative;
	top:0;
	background:#f7f2f3;
	border-radius:10px;
	text-decoration:none;
}
.top_services_btn figure{
	width:48%;
	position:relative;
}
.top_services_btn figure:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
}
.top_services_btn#top_services_btn_01 figure:before{
	background:url(./images/top/img_services_btn_01.png)  no-repeat center center/cover;
}
.top_services_btn#top_services_btn_02 figure:before{
	background:url(./images/top/img_services_btn_02.png)  no-repeat center center/cover;
}
.top_services_btn#top_services_btn_03 figure:before{
	background:url(./images/top/img_services_btn_03.png)  no-repeat center center/cover;
}
.top_services_btn#top_services_btn_04 figure:before{
	background:url(./images/top/img_services_btn_04.png)  no-repeat center center/cover;
}
.top_services_btn#top_services_btn_05 figure:before{
	background:url(./images/top/img_services_btn_05.png)  no-repeat center center/cover;
}
.top_services_btn#top_services_btn_06 figure:before{
	background:url(./images/top/img_services_btn_06.png)  no-repeat center center/cover;
}
.top_services_btn .text{
	width:52%;
	display:flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding:16px;
	box-sizing:border-box;
}
.top_services_btn .text p{
	font-size:1.2em;
	line-height:1;
}

/* =========================================================
top_customer
========================================================= */
#top_instagram h2,
#top_customer h2{
	padding:35px 0;
	margin:0 0 45px;
	font-size:3.5em !important;
	font-weight:bolder;
	line-height:1;
	color:#fff;
	text-shadow:0px 0px 7px rgba(0,0,0,0.4);
	background: #ff9899;
}
.top_customer_wrap{
	margin:0 auto 45px;
	display:flex;
	justify-content:space-between;
}
.top_customer_wrap figure{
	width:50%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.top_customer_wrap figure:last-child{
	justify-content:flex-end;
	border-left:solid 1px #ccc;
}
.top_customer_wrap figure img{
	max-width:588px;
}
#top_customer nav{
	margin:0 0 45px;
}

/* =========================================================
top_banner_01
========================================================= */
#top_banner_01{
	margin:0 auto 100px;
}
.banner_wide{
	display:block;
	margin:0 0 15px;
}
.banner_column{
	display:flex;
	justify-content:space-between;
}
.banner_column a{
	display:block;
	width:33%;
	max-width:392px;
}

/* =========================================================
top_about
========================================================= */
#top_about{
	margin:0 auto 100px;
}
#top_about h2{
	margin:0 0 50px;
	font-size: 3.1em !important;
	letter-spacing: 0.05em;
	line-height:1;
	color:#555;
}
#top_about .desc{
	margin:0 0 30px;
	font-size: 1.4em;
	line-height:1.7em;
}

/* =========================================================
top_dr
========================================================= */
#top_dr{
	margin:0 0 60px;
}
#top_dr h2{
	margin:0 0 45px;
	padding:35px 0;
	font-size:2.3em !important;
	font-weight:bolder;
	line-height:1.3em;
	color:#fff;
	background:#a59377;
}
#top_dr h2 strong{
	font-size:1.2em !important;
}
#top_dr h2 small{
	font-size:0.8em !important;
}
.top_dr_wrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:1000px;
	margin:0 auto 40px;
	padding:35px;
	box-sizing:border-box;
	border:solid 1px #e2e2e2;
	text-align:left;
}
.top_dr_image{
	width:30%;
}
.top_dr_text{
	width:66%;
}
.top_dr_text_cat{
	margin:0 0 8px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
}
.top_dr_text_name{
	margin:0 0 15px;
	font-size:2em;
	font-weight:bold;
}
.top_dr_text_desc{
	margin:0 0 15px;
	line-height:1.9em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.top_dr_text_btn{
	display:inline-block;
	min-width:280px;
	text-align:center;
	font-size: 1.2em;
	padding:10px 0;
	box-sizing:border-box;
	border-radius: 1px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 400;
	box-shadow: 1px 2px 3px -2px;
	background-image:url(images/icon/icon_arrow01.png), linear-gradient(to bottom,  #ffa4c2 0%,#ffe8f0 100%); 
	background-repeat:no-repeat;
	background-position:94% 50%, 0 0;
	/*background: #FFF url(images/icon/icon_arrow01.png) no-repeat 94% 50%;*/
}


/* =========================================================
top_submenu
========================================================= */
#top_submenu{
	background:#fdf3eb;
}
#top_submenu > div{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
	max-width:1100px;
	padding:45px 0;
}
.top_submenu_btn{
	display:block;
	width:25%;
	max-width:260px;
	margin:10px 0;
	background:#fff;
	border-radius:10px;
}

/* =========================================================
top_banner_02
========================================================= */
#top_banner_02{
	padding:40px 0;
}

/* =========================================================
top_instagram
========================================================= */
body.home .svg-inline--fa{
	display:none !important;
}
.top_instagram_inner{
	width: 100%;
	margin:0 auto;
	max-width: 800px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
}
.top_instagram_slide{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
#top_mainvisual_slide .slick-dots,
#top_instagram .slick-dots{
	bottom:-45px;
}
#top_mainvisual_slide .slick-dots li button:before,
#top_instagram .slick-dots li button:before{
	color:#111;
	font-size: 13px;
}
#top_mainvisual_slide .slick-dots li.slick-active button:before,
#top_instagram .slick-dots li.slick-active button:before {
	opacity:1;
	color:#bf2d00;
}
#top_instagram .slick-prev,
#top_instagram .slick-next{
	top:50%;
	display:block;
	width:16px;
	height:30px;
	margin-top:-15px;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	z-index:1;
	opacity:1;
	transition:opacity 0.2s ease 0s;
}
#top_instagram .slick-prev{
	left:-35px;
}
#top_instagram .slick-next{
	right:-35px;
}
#top_instagram .slick-prev:hover,
#top_instagram .slick-next:hover{
	opacity:0.7;
}
#top_instagram .slick-prev:before,
#top_instagram .slick-next:before{
	display:block;
	content:"" !important;
	width:16px;
	height:30px;
	background:url(./img/icon_arrow_prev_blk.svg) no-repeat center center transparent;
	opacity:1;
}
#top_instagram .slick-next:before{
	background:url(./img/icon_arrow_next_blk.svg) no-repeat center center transparent;
}

/*
#top_instagram .bx-viewport{
	min-height: 760px;
}
#top_instagram .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_instagram .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ff9899;
}
*/
/* ============================================================
Responsive
============================================================ */
@media print, screen and (min-width: 741px){
	.pc_hide{
		display:none !important;
	}
}
@media screen and (max-width:740px){
	.sp_hide{
		display:none !important;
	}


	/* =========================================================
	top_mainvisual
	========================================================= */
	@keyframes mv-anime{
		0%{ transform: scale(1.7); }
		50%{ transform: scale(1.3); }
		100%{ transform: scale(1.7); }
	}
	#top_mainvisual > div{
		display:block;
		height:auto;
		padding:0 2%;
		box-sizing:border-box;
	}
	#top_mainvisual h1{
		width: 80%;
		padding: 12px 0;
	}

	/* =========================================================
	top_news
	========================================================= */
	#top_news{
		padding:10px 3% 0;
	}
	.top_news_wrap a{
		padding:6px;
		font-size:0.8em;
	}
	.top_news_wrap a .ttl{
		padding:0 10px 0 0;
		box-sizing:border-box;
	}
	.top_news_wrap a .cat{
		padding:0 8px 0 0;
		margin:0 10px 0 0;
		white-space: nowrap;
	}
	.top_news_more a.box_menu_btn01 {
		margin:0 auto !important;
		font-size: 1.4rem !important;
	}

	/* =========================================================
	top_services
	========================================================= */
	#top_services > div{
		padding:10px 2%;
		box-sizing:border-box;
	}
	.top_services_btn{
		display:block;
		width:32%;
		max-width:100%;
		margin:5px 0;
	}
	.top_services_btn figure{
		width:100%;
	}
	.top_services_btn#top_services_btn_01 figure:before{
		background:url(./images/top/img_services_btn_01_sp.png?02)  no-repeat center center/cover;
	}
	.top_services_btn#top_services_btn_02 figure:before{
		background:url(./images/top/img_services_btn_02_sp.png?02)  no-repeat center center/cover;
	}
	.top_services_btn#top_services_btn_03 figure:before{
		background:url(./images/top/img_services_btn_03_sp.png?02)  no-repeat center center/cover;
	}
	.top_services_btn#top_services_btn_04 figure:before{
		background:url(./images/top/img_services_btn_04_sp.png?02)  no-repeat center center/cover;
	}
	.top_services_btn#top_services_btn_05 figure:before{
		background:url(./images/top/img_services_btn_05_sp.png?02)  no-repeat center center/cover;
	}
	.top_services_btn#top_services_btn_06 figure:before{
		background:url(./images/top/img_services_btn_06_sp.png?02)  no-repeat center center/cover;
	}
	.top_services_btn .text{
		width:100%;
		display:block;
		padding:10px 5px;
	}
	.top_services_btn .text p{
		font-size:0.7em;
		letter-spacing:0;
	}

	/* =========================================================
	top_customer
	========================================================= */
	#top_instagram h2,
	#top_customer h2{
		width:100%;
		padding:15px 0;
		margin:0 0 20px;
		font-size:1.5em !important;
	}
	.top_customer_wrap{
		padding:0 2%;
		margin:0 auto 20px;
	}
	.top_customer_wrap figure img{
		max-width:97%;
	}
	#top_customer nav{
		margin:0 0 20px;
	}

	/* =========================================================
	top_banner_01
	========================================================= */
	#top_banner_01{
		margin:0 auto 30px;
		padding:0 5%;
		box-sizing:border-box;
	}
	.banner_wide{
		margin:0 0 10px;
	}
	.banner_column{
		display:flex;
	}
	.banner_column a{
		width:32%;
	}

	/* =========================================================
	top_about
	========================================================= */
	#top_about{
		margin:0 auto 30px;
		padding:0 5%;
		box-sizing:border-box;
	}
	#top_about h2{
		width:100%;
		margin:0 0 10px;
		font-size: 1.2em !important;
		text-align:center;
	}
	#top_about .desc{
		margin:0 0 10px;
		font-size: 0.8em;
		line-height:1.7em;
	}

	/* =========================================================
	top_dr
	========================================================= */
	#top_dr{
		margin:0 0 10px;
	}
	#top_dr h2{
		width:100%;
		margin:0 0 20px;
		padding:15px 0;
		letter-spacing:0;
		font-size:0.95em !important;
	}
	#top_dr h2 strong{
		font-size:0.95em !important;
	}
	.top_dr_wrap{
		align-items: flex-start;
		max-width:90%;
		margin:0 auto 20px;
		padding:20px 10px;
	}
	.top_dr_text{
		font-size:0.7em;
		letter-spacing:0;
	}
	.top_dr_text_cat{
		font-size:1em;
	}
	.top_dr_text_name{
		margin:0 0 5px;
		font-size:1.5em;
	}
	.top_dr_text_desc{
		margin:0 0 10px;
		line-height:1.6em;
	}
	.top_dr_text_btn{
		display:block;
		min-width:0;
		font-size: 1.1em;
		padding:10px 0;
		background-size:8px, auto;
	}

	/* =========================================================
	top_submenu
	========================================================= */
	#top_submenu > div{
		padding:10px 5%;
	}
	.top_submenu_btn{
		display:block;
		width:23%;
		margin:5px 0;
	}

	/* =========================================================
	top_banner_02
	========================================================= */
	#top_banner_02{
		padding:10px 5%;
		box-sizing:border-box;
	}

	/* =========================================================
	top_instagram
	========================================================= */
	.top_instagram_inner{
		padding-bottom:40px;
	}

}
