﻿@charset "utf-8";
/***  メインビジュアル　フェード  ***/

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15 {
	width: 94%;
	margin: 0 auto;
	text-align: left;
	padding: 2em 0;
}


/*メインビジュアル*/

.top_slid00img {
	position: relative;
	height: 100vh;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	object-fit: cover;
	z-index: -1;
}

.top_slid00img img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	object-position: center center;
}

.top_slid00img::after {
	content: '';
	position: absolute;
	background: rgba(35, 24, 21, 0);
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
}

.line_bg .top_slid00img {
	position: relative;
	height: auto;
}

.line_bg .top_slid00img img {
	object-fit: cover;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	object-position: center center;
}

.line_bg .top_slid00img::after {
	content: '';
	position: absolute;
	background: rgba(35, 24, 21, 0.3);
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
}

.top_slid00 {
	position: relative;
}

.video_block video {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	object-position: center bottom;
}


.top_slid00text {
	width: 90%;
	color: #FFFFFF;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 3;
}

.top_slid_top .top_slid00text {
	top: 35%;
}



/*====================
	コンテンツ
===================*/

.mainasu_01 {
	margin: -4em auto 0;
}
.top01_bg{
	background: url("../img/top/top_07@1.5x.jpg") no-repeat bottom center;
	background-size: cover;
	padding: 0 0 380px 0;
}

.top01_02 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin: -8em auto 2em;
	background: #FFFFFF;
	padding: 1em;
	box-sizing: border-box;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.top01_02title {
	width: 100%;
}

.top01_02text {
	width: 100%;
	padding: 1em 0 0 0;
	box-sizing: border-box;
}

.top01_02block a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.top01_02block dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top01_02block dl>dt {
	width: 40%;
}

.top01_02block dl>dd {
	width: 60%;
	padding: 1em 2em;
	box-sizing: border-box;
}

.top01_01>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top01_01>ul>li{
	width:48%;
	margin:0 1% 1em;
}


.top02_01 {
	padding: 1em 1.5em;
	box-sizing: border-box;
	border: #CCCCCC 2px dashed;
}

.top05_01{
	width:100%;
}



.top02_02cate>ul>li,
.top02_02cate>ul>li a,
.top02_02cate>ul>li span {
	display: inline-block;
}

.top02_02cate>ul>li a,
.top02_02cate>ul>li span {
	border-radius: 50px;
	color: #998675;
	background: #F0ECE5;
	border: #F0ECE5 1px solid;
	padding: 0.2em 1em;
	box-sizing: border-box;
	margin: 0.1em;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top02_02cate>ul>li a:hover {
	color: #F0ECE5;
	background: #998675;
}

.slick__images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.slick__image {
	width: 48%;
	height: auto !important;
	margin: 0 1% 2em;
}

.top03_01block {
	height: 100%;
}

.top03_01block a {
	display: block;
	height: 100%;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	background: #FFFFFF;
}

.top03_01text {
	padding: 0.5em 0.7em 1.5em;
	box-sizing: border-box;
}

.top03_03>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.top03_03>ul>li {
	width: 90%;
	margin: 0 5% 2em;
}


.icon_top_cale,
.icon_top_time,
.icon_top_map,
.icon_top_tel,
.icon_top_map_FFF,
.icon_top_tel_FFF{
	position: relative;
	padding: 0 0 0 2.5em;
	box-sizing: border-box;
}

.icon_top_cale::before {
	content: '';
	background: url("../img/top/icon_cale.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	position: absolute;
	top: 3px;
	left: 0;
}

.icon_top_time::before {
	content: '';
	background: url("../img/top/icon_time.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}

.icon_top_map::before {
	content: '';
	background: url("../img/top/icon_map.svg") no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.icon_top_tel::before {
	content: '';
	background: url("../img/top/icon_tel.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	position: absolute;
	top: 5px;
	left: 0;
}

.icon_top_map_FFF::before {
	content: '';
	background: url("../img/common/icon_map02_FFF.svg") no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 2px;
	left: 0;
}

.icon_top_tel_FFF::before {
	content: '';
	background: url("../img/common/icon_tel_FFF.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	position: absolute;
	top: 5px;
	left: 0;
}



.top06_00>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top06_00>ul>li:nth-child(1){
	width:100%;
	padding:0;
	margin:-4em 0 0 0;
	order: 1;
	box-sizing: border-box;
}
.top06_00>ul>li:nth-child(2){
	width:50%;
	margin:1em 0 0 50%;
	order:2;
}



.top06_01>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:-9em 0 0 0;
}

.top06_01>ul>li {
	width: 48%;
	margin: 3em 1% 1em;
}

.top06_01>ul>li a {
	display: block;
	height: 100%;
	text-decoration: none;
	background: #FFFFFF;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.top06_01>ul>li a:hover {
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.top06_01pick {
	position: absolute;
	top: -1em;
	left: 0.5em;
	z-index: 3;
}

.top06_01pick span {
	background: #14508C;
	display: inline-block;
	padding: 0.7em 1.4em;
	border-radius: 50px;
	color: #FFFFFF;
}

.top06_01text {
	padding: 0.7em 0.7em 1.5em 0.7em;
	box-sizing: border-box;
}

.top06_01cate>ul>li {
	display: inline-block;
	padding: 0 0 0 1em;
}

.top06_01cate>ul>li::before {
	content: "#";
	color: #B3B3B3;
}

.top06_01cate>ul>li a,
.top06_01cate>ul>li span {
	color: #B3B3B3;
}

.top06_01btn a,
.top06_01btn_FFF a {
	display: block;
	text-decoration: none;
	width: 90%;
	max-width: 550px;
	padding: 1.3em 3em;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
	background: linear-gradient(to right, #14508C, #084170);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.top06_01btn_FFF a {
	width: 98%;
	max-width: 620px;
	color: #084170;
	background: #FFFFFF;
	
}

.top06_01btn a:after,
.top06_01btn_FFF a:after {
	content: '';
	background: url("../img/top/top_arrow_FFFFFF.svg") no-repeat;
	width: 15px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%, -50%);
}

.top06_01btn_FFF a:after {
	background: url("../img/top/top_arrow.svg") no-repeat;
	
}

.top06_01btn a:hover,
.top06_01btn_FFF a:hover {
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.top13_01title{
	margin:-6em 0 0 0;
}

.top03_01title{
	margin:-4em 0 0 0;
}

.top08_01title{
	margin:-5em 0 0 0;
}


.top08_01>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:0;
}

.top08_01>ul>li {
	width: 80%;
	margin: 0.5em auto;
}



.top07_01{
	margin:-6em 0 0 0;
}

.top07_01>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top07_01>ul>li {
	width: 49%;
	margin: 1em 0.5% 1em;
}

.top07_01>ul>li a {
	display: block;
	height: 100%;
	text-decoration: none;
	background: #FFFFFF;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.top07_01>ul>li a:hover {
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.top07_01prof>dl {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	align-items: center;
	margin: -0.8em auto 0;
}

.top07_01prof>dl>dt {
	width: 25%;
}

.top07_01prof>dl>dd {
	width: 75%;
	padding: 0 0.5em;
	box-sizing: border-box;
}

.top07_01cate>ul>li,
.top07_01cate>ul>li a,
.top07_01cate>ul>li span {
	display: inline-block;
}

.top07_01cate>ul>li a,
.top07_01cate>ul>li span {
	color: #998675;
	background: #F0ECE5;
	border: #F0ECE5 1px solid;
	padding: 0.2em 1em;
	box-sizing: border-box;
	margin: 0.1em;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top07_01text {
	padding: 0 1em 2em;
	box-sizing: border-box;
}

.top02_02cate>ul>li a:hover {
	color: #F0ECE5;
	background: #998675;
}

.top07_01cate>ul>li a:hover {
	color: #F0ECE5;
	background: #998675;
}


.top10_02>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.top10_02>ul>li {
	width: 100%;
	margin: 0 0 1em;
	box-sizing: border-box;
}

.top10_02>ul>li a{
	text-decoration: none;
	display: block;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.top10_02>ul>li a:hover{
	 -ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.top10_02>ul>li>a>dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-end;
}

.top10_02>ul>li>a>dl>dt{
	width: 50%;
	padding:0 2em 0 0;
	box-sizing: border-box;
}
.top10_02>ul>li>a>dl>dd{
	width: 50%;
}

.top10_02more{
	position: relative;
	padding:0 3em 0 0;
}
.top10_02more::after{
	content: '';
	background: url("../img/top/icon_staff.svg") no-repeat;
	background-size: contain;
	width:21px;
	height:21px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);

}

.top10_00title>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content:space-between;
	align-items: center;
}

.top10_00title>ul>li:nth-child(1){
	width:100%;
	margin:0;
}
.top10_00title>ul>li:nth-child(2){
	width:100%;
	margin:0;
}

.top10_01title>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
}

.top10_01title>ul>li:nth-child(1){
	width:100%;
	margin:0;
}
.top10_01title>ul>li:nth-child(2){
	width:100%;
	margin:0;
}

.top10_01more a{
	display: inline-block;
	padding:0 0 0 2em;
	text-decoration: none;
	position: relative;
}

.top10_01more a::before{
	content: '';
	background: url("../img/top/top_arrow_CCCCCC.svg") no-repeat;
	background-size: contain;
	width:16px;
	height:10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);

}


.top10_01>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top10_01>ul>li {
	width: 100%;
	margin: 0 0 1em;
	box-sizing: border-box;
}

.top10_01>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: #000000 2px solid;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top10_01>ul>li>a:hover{
	border: #219fc1 2px solid;
	
}

.top10_01>ul>li>a>dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.top10_01>ul>li>a>dl>dt {
	width: 52%;
}

.top10_01>ul>li>a>dl>dd {
	width: 48%;
	padding: 0.8em;
	box-sizing: border-box;
}


.top11_00>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top11_00>ul>li:nth-child(1){
	width:100%;
	padding:0;
	margin:4em 0 0 0;
	order: 1;
	box-sizing: border-box;
}
.top11_00>ul>li:nth-child(2){
	width:40%;
	margin:0 0 0 60%;
	order:2;
}

.top11_01>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top11_01>ul>li{
	background: #FFFFFF;
	width:48%;
	margin:0 1% 1em;
	box-sizing: border-box;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}


.top11_01btn_01 a,
.top11_01btn_02 a,
.top11_01btn_03 a,
.top11_01btn_04 a{
	display: block;
	text-decoration: none;
	width: 90%;
	max-width: 255px;
	padding: 0.8em 1.5em;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.top11_01btn_01 a {
	background: #084170;
}
.top11_01btn_02 a {
	background: #4d4d4d;
}
.top11_01btn_03 a {
	background: #219fc1;
}
.top11_01btn_04 a {
	background: #f7931e;
}

.top11_01btn_01 a:after,
.top11_01btn_02 a:after,
.top11_01btn_03 a:after,
.top11_01btn_04 a:after {
	content: '';
	background: url("../img/top/top_arrow_FFFFFF.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(-50%, -50%);
}

.top11_01btn_01 a:hover,
.top11_01btn_02 a:hover,
.top11_01btn_03 a:hover,
.top11_01btn_04 a:hover {
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.top11_01btn_none{
	display: none;
}

.top12_01{
	position: relative;
}
.top12_01::after{
	content: '';
	background: url("../img/top/top_area_map.png") no-repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height:40%;
	bottom:0;
	right:0;
	z-index: 0;
}

.top12_01>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-end;
}

.top12_01>ul>li:nth-child(1){
	width:100%;
	position: relative;
	z-index: 2;
}

.top12_01>ul>li:nth-child(2){
	width:100%;
	padding:2em 0 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.top12_01>ul>li:nth-child(3){
	width:100%;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.top12_02>ul>li>dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top12_02>ul>li>dl>dt{
	width:100%;
}

.top12_02>ul>li>dl>dd{
	width:100%;
	padding:0;
	box-sizing: border-box;
}


/*========================
	マップ
========================*/

.map_block {
	position: relative;
	padding-bottom: 89.841269%;
	/* 100/横*縦*/
	height: 0;
	overflow: hidden;
}

.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/***  メインビジュアル　フェード  ***/

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15 {
	width: 96%;
}


/**** メインコンテンツ　****/
	
.top01_01>ul>li{
	width:23%;
	margin:0 1% 1em;
}

.top01_bg{
	padding: 0 0 580px 0;
}
	
.top01_02 {
	width: 83.33333%;
	padding: 2em;
}

.top01_02block dl>dt {
	width: 35%;
}

.top01_02block dl>dd {
	width: 65%;
	padding: 2em;
}

.top02_01 {
	padding: 2em 4em;
}
	
.top06_00>ul>li:nth-child(1){
	width:65%;
	padding:0 0 0 2em;
	margin:-4em 0 0 0;
	order: 2;
}
.top06_00>ul>li:nth-child(2){
	width:35%;
	margin:4em 0 0 0;
	order:1;
}
	
.top06_01text {
	padding: 2em;
}
	
.top06_01btn a {
	letter-spacing: 3px;
}
	
.top13_01title{
	margin:-7em 0 0 0;
}

.top03_01text {
	padding: 1em 2em;
}
	
.top05_01{
	width:72%;
	margin:0 auto;
}
	
.top08_01>ul {
	margin:-6em 0 0 0;
}

.top08_01>ul>li {
	width: 32.66666%;
	margin: 3em 0.3% 1em;
}

.top03_03>ul>li {
	width: 48.571428571%;
	margin: 0 0 2em;
}

.icon_top_cale::before {
	content: '';
	width: 20px;
	height: 21px;
	left: 0;
}

.icon_top_time::before {
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: 4px;
}

.icon_top_map::before {
	content: '';
	width: 21px;
	height: 21px;
	left: 0;
	top: 3px;
}

.top06_01>ul>li {
	width: 31.3333%;
	margin: 3em 1% 1em;
}

.top10_01>ul>li {
	width: 48%;
	margin: 0 1% 1em;
}
	
.top10_01>ul>li>a>dl>dt {
	width: 47%;
}

.top10_01>ul>li>a>dl>dd {
	width: 53%;
	padding: 1.5em;
}
	
.top10_02>ul>li {
	width: 23%;
	margin: 0 1% 1em;
}
	
.top10_02>ul>li>a>dl>dt{
	width: 100%;
	padding:0;
}
.top10_02>ul>li>a>dl>dd{
	width: 100%;
}

	
.top10_00title>ul>li:nth-child(1){
	width:50%;
	margin:0;
}
.top10_00title>ul>li:nth-child(2){
	width:15%;
	margin:0 0 1em 10%;
}
	
.top10_01title>ul>li:nth-child(1){
	width:50%;
	margin:0 0 0 25%;
}
.top10_01title>ul>li:nth-child(2){
	width:15%;
	margin:0 0 1em 10%;
}
	
.top11_00>ul>li:nth-child(1){
	width:65%;
	padding:4em 0 1em 2em;
	margin:0;
	order: 2;
}
.top11_00>ul>li:nth-child(2){
	width:35%;
	margin:4em 0 0 0;
	order:1;
}
	
	
.top11_01btn_none{
	display: inline;
}
	
.top12_01>ul>li:nth-child(1){
	width:45%;
}

.top12_01>ul>li:nth-child(2){
	width:55%;
	padding:4em 0 0 3em;
}

.top12_01>ul>li:nth-child(3){
	width:53%;
	margin:4em auto 2em;
}
	
.top12_01::after{
	content: '';
	width: 40%;
	height:60%;
}
	
.top12_02>ul>li>dl>dt{
	width:15%;
}

.top12_02>ul>li>dl>dd{
	width:85%;
	padding:0 0 0 2em;
}

/*========================
マップ
========================*/

.map_block {
	position: relative;
	padding-bottom: 40%;
	/* 100/横*縦*/
	height: 0;
	overflow: hidden;
}

}

@media (min-width : 1024px) {


/**** メインコンテンツ　****/

.top07_01>ul>li {
	width: 24%;
	margin: 3em 0.5% 1em;
}


.top07_01prof>dl {
	margin: -1.5em auto 0;
}

.top07_01text {
	padding: 0 2em 2em;
}
}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1200px) {

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15 {
	max-width: 1200px;
	padding: 40px 0;
}

.top_slid00text {
	width: 50%;
	top: 52%;
	left: 50%;
}
	
.top_slid_top .top_slid00text {
	top: 38%;
}


/**** メインコンテンツ　****/

.top01_02title {
	width: 30%;
}

.top01_02text {
	width: 70%;
	padding: 0 0 0 2em;
}

.top11_01>ul>li{
	width:23.466666%;
	margin:0 0.7% 2em;
}

}


/*=================================================================================*/
/** 1600px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1400px) {

/*メインコンテンツ*/


}



/*=================================================================================*/
/** 矢印がまとまってるスライドショー設定**/


@media (min-width : 768px) {

.top03_01block {
	width: 100%;
	margin: 0 0 2em;
}

.slick__inner {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 20px;
}

.slick__container {
	position: relative;
	/* インナー幅から片側をはみ出させる */
	width: calc(100% + (100vw - 100%) / 2);
	/* / インナー幅から片側をはみ出させる */
}

.slick__images {
	display: block;
	padding: 120px 0 60px 0;
}


.slick__prev,
.slick__next {
	position: absolute;
	top: 40px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #cccccc;
	background: none;
	cursor: pointer;
}

.slick__prev {
	/* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
	right: calc((100vw - 100%) + (30px + 50px + 15px));
}

.slick__next {
	/* (インナー幅の右端) + (画像のマージン) */
	right: calc((100vw - 100%) + (30px));
}

.slick__prev:before,
.slick__next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	opacity: 1;
	content: '';
}

.slick__prev:before {
	transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
	transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
	position: relative;
	width: 400px;
	margin: 0 0 2em;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
	margin-right: 30px;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.slick__image:hover {
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.slick__image:before {
	display: block;
	/*padding-top: calc((2 / 3) * 100%);*/
	content: '';
}

.slick__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

}