@charset "UTF-8";

/*******************************
 
下層共通 StyleCss
 
*******************************/
figcaption{
	padding-top: 10px;
	font-size: 14px;
}
.sup{
	font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    font-weight: normal;
}

#hero .main-ttl{
	padding: 70px 0;
}

#hero .crumb{
	background-color: #cecece;
	padding: 10px 0;
	text-align: left;
}
#hero .crumb .list li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
#hero .crumb .list li a{
	text-decoration: underline;
}
#hero .crumb .list li a:after{
	content: "";
    background-image: url(/common/img/common/crumb-arrow.png@2x.png);
    background-size: contain;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
}

/*--- slider ---*/
.main-slider img{
	width: 100%;
}
.slick-track{
	position: relative;
}
.slide-dots{
	position: absolute;
	bottom: 40px;
    left: 0;
    right: 0;
}
.slide-dots li{
	display: inline-block;
}
.slide-dots li button {
    text-indent: -9999px;
    display: block;
    border: solid 2px #bfbfbf;
	background-color: #000;
	border-radius: 50%;
	margin: 0 5px;
	width: 10px;
	height: 16px;
}
.slide-dots li.slick-active button{
	background-color: #bfbfbf;
	border: solid 2px #bfbfbf;
}

section{
	padding-bottom: 100px;
}

.inner{
	margin-bottom: 100px;
}



a.more-btn{
	border: solid 1px #dcdcdc;
    padding: 10px 60px;
    border-radius: 30px;
	display: inline-block;
}
a.more-btn:hover{
	background-color: #fdc230;
	color: #fff;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	h2{
        font-size: 18px;
    }
	section {
		padding-bottom: 40px;
	}
	.inner{
		margin-bottom: 60px;
	}
}

