@charset "UTF-8";

* {
    box-sizing: border-box;
}

/*.flex {
    display: flex;
    justify-content: space-between;
}*/

/*.inner {
    width: 80%;
    margin: auto;
}*/
html{
    scroll-behavior: smooth;
}
/*header{
    border-bottom: 5px solid #deb068;
    height: 125px;
    background-color: white;
    box-sizing: border-box;
}
header figure{
    margin-top: 0;
    padding-top: 0;
}

header p{
    color: #f0908d;
    font-size: 25px;
    padding-left: 25px;
    background-image: url(images/iconSP.png);
    background-repeat: no-repeat;
    line-height: 50px;
    box-sizing: border-box;

}*/

h3{
    text-align: center;
    margin-top: 80px;
    font-size: 1.5em;
}
main{
    text-align: center;
    width: 100%;
}
main p{
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-top: 30px;
    line-height: 160%;
}
.thumb-item {
    padding-top: 20px;
    width: 80%;
    margin: auto;
    text-align: center;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.thumb-item-nav{
    width: 100%;
    margin: auto;
    padding-bottom: 200px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
    
}


/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/*footer{
    height: 400px;
    background-color: white;
    background-image: url(images/dummy_footer.png);
    background-repeat: no-repeat;
    border-top: 3px solid #deb068;
}

.copyright{
    color: transparent;
    line-height: 0;
}*/

