@charset "UTF-8";

/*メインのSlick slider カスタマイズ追記*/

.slick-initialized .slick-slide div li {
  display: -ms-flexbox!important;
  display: -webkit-box!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center;
  /*height: 87vh;多分成瀬くんの理想はこれ*/
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.slick-initialized .slick-slide div li img {
    height: 100%!important;
    width: auto!important;
    display: block!important;
    object-fit: cover;
}

.mainslidearea {
    position: relative;
}
.mainslidearea .slide-logo {
    position: absolute;
    width: 50%;
    max-width: 150px;
    height: 150px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    z-index: 100;
  margin: auto;
}
/*---タブレットとPC---*/
@media screen and (min-width:768px) {
    .slick-initialized .slick-slide div li {
        height: 80vh;
    }
    .slick-initialized .slick-slide div li img {
        height: auto!important;
        width: 100%!important;
    }
}
/*メインのSlick sliderここまで*/


/*===============
================*/


/*---スマホファースト---*/
.eaves {
    font-family: mrs-eaves-roman-all-petite-c, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.drawer-inner {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.drawerlogo {
    width: 25%;
    display: block;
    margin:70px auto 30px auto; 
}
.drawer-inner a {
    color: #fff;
    line-height: 100%;
}
.drawer-list {
    margin: 0 0 40px 0;
}
.drawer-list h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
}
.drawer-list h1 span {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.drawer-list p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
p.drawer-txt {
    text-align: center;
    border-top: solid 1px #fff;
    padding-top: 40px;
}
p.drawer-tel {
    text-align: center;
    font-size: 24px;
    font-family: 'Spartan', sans-serif;
    line-height: 170%;
    padding: 40px 0;
}

.main {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.main h1 {
    font-family: helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 26px;
    font-weight: bold;
    padding: 50px 0 35px 0;
}
.information {
    width: 85%;
    margin: 0 auto;
}
.information .informatino-address {
    margin: 50px auto 0 auto;
}
.information .informatino-tel {
    margin: 50px auto 0 auto;
    text-align: center;
}
.information .informatino-tel .telimg {
    width: 32%;
    margin: 0 auto 40px auto;
}
.information .informatino-tel .teltxt h2 {
    font-family: 'Spartan', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
}
.information .informatino-map {
    margin: 25px auto 0 auto;
    text-align: center;
    font-family: 'Spartan', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.information .informatino-map a {
    width: 100%;
    padding: 30px 0;
    display: block;
    border: solid 1px #000;
    margin-bottom: 1.5rem;
}
.news {
    width: 85%;
    margin: 80px auto 0 auto;
}
.news:before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.okazakisub:before {
    background-image: url(../img/okazaki-subimg.jpg);
}
.gamagorisub:before {
    background-image: url(../img/gamagori-subimg.jpg);
}
.news .news-area p {
    margin-bottom: 8px;
}

.alart {
    font-size: 10px;
    display: block;
    letter-spacing: 0;
    line-height: 170%;
    padding: 0 0 10px 0;
}
a.alart-link {
    display: block;
    width: 100%;
    text-align: center;
    border: solid 1px #000;
    padding: 10px 0;
    margin: 20px 0 0 0;
    font-size: 90%;
    font-weight: bold;
}
.telephone_number {
        font-family: 'Spartan', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
}







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

    .topmenu {
        width: 85%;
        margin: 2vh auto 0 auto;
        min-height: 18vh;
    }
    .topmenu-box {
        width: 25%;
    }
    .topmenu-box:last-child {
    margin-left: 5%;
    width: 20%;
}
    .topmenu-box a {
        color: #000;
    }
    .topmenu-box h1 {
        width: 90%;
        margin: 0;
        padding: 0 0 20px 0;
        /*font-size: 40px;*/
    font-size: 2.5vw;
        line-height: 100%;
    }
    .topmenu-box h1 span {
        display: inline-block;
        margin-left: 10px;
        font-size: 12px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 100%;
    }
    .topmenu-box p {
        width: 90%;
        font-size: 12px;
    }

    ul.topmenu-icon {
        justify-content: flex-end;
        margin-top: 20px;
    }
    ul.topmenu-icon li {
        justify-content: flex-end;
        width: 25%;
        text-align: right;
    }
    ul.topmenu-icon li img {
        width: 64%;
        height: auto;
    }
    .main {
        margin: 20px auto 50px auto;
    }
    .information {
        justify-content: center;
    }
    .information .informatino-address {
        width: 30%;
        margin-right: 5%;
        margin: 50px 0 0 0;
    }
    .information .informatino-address p {
        margin-bottom: 0.5rem;
    }
    .information .informatino-tel {
        width: 48%;
        align-items: center;
    }
    .information .informatino-tel .telimg {
        width: 13%;
margin: 0 4% 0 0;
    }
    .information .informatino-tel .teltxt {
        width: 83%;
        text-align: left;
    }
    .information .informatino-map {
        width: 20%;
        margin: 50px 0 0 0;
    }
    .news:before {
        height: 600px;
    }
    .news-info {
        margin-top: 120px;
    }
    .news-info .news-ttl {
        width: 7.5%;
        margin-right: 2%;
    }
    .news-info .news-area {
        width: 31.5%;
        margin: 40px 4% 0 0;
    }
    .news-info .link-ttl {
        width: 10%;
        margin-right: 2%;
    }
    .news-info .link-img {
        width: 43%;
    }
    a {
        cursor: pointer;
    }
    .alartbox {
    justify-content: space-between;
}
    a.alart-link {
    width: 45%;
}
    a.alart-link:hover {
        background-color: #E5E5E5;
}

}

