@charset "UTF-8";

/* HEADER */
.logo {
    width: 250px;
    margin-top: 10px;
    position:absolute;
    /* z-index:2; */
    /* mix-blend-mode: multiply; */
}

html {
    font-size:100%;
}

body{
    font-family:sans-serif;
    line-height: 1.7;
    color: #432;
}

a {
    text-decoration: none;
    /* font-family: 'M PLUS Rounded 1c', sans-serif; */
}

img{
    max-width: 100%;
}

h1{
    background-color: white;
}

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 40px;
    list-style:none;
}

.main-nav li{
    margin-left:36px;
}
.main-nav a {
    color: #432;
}

.main-nav a:hover{
    color: #0bd;
}

.page-header{
    display: flex;
    justify-content: space-between;
}
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
.home-content{
    text-align: center;
    margin-top: 10%;
}
.home-content p{
    font-size: 1.125rem;
    margin: 10px 0 42px;
}
/* 見出し */
.page-title {
    font-size: 4rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}

.button:hover{
    background: #0090aa;
}
/* 大きな背景画像 */
.big-bg{
    background-size: cover;
    background-position: center top;
}
#home{
    background-image: url(../img/back-ground3.jpeg);
    min-height: 100vh;
}

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

/* NEWS */
#news {
    background-image:url(../img/back-ground-sky.jpeg);
    height: 270px;
    margin-bottom: 40px;
}

.page-title {
    text-align: center;
    /* color:#fff
     */
}

/* フッター */
footer {
    background: #432;
    text-align: center;
    padding: 26px 0;
}

footer p{
    color:#fff;
    font-size: 0.875rem;
}

/* 記事部分 */
article{
    width: 74%;
}
.news01{
    margin:0px 0px 20px 0px;
}
/* サイドバー */
aside{
    width: 22%;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.post-info{
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;

}
.post-date{
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span{
    font-size: 1rem;
    border-top: 1px rgba(255, 255, 255, .5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title{
    font-family:"Yu Mincho", "YuMincho", serif;
    font-size: 1.8rem;
    font-weight: normal;
}
.post-title, .post-cat, .post-title-important{
    margin-left: 120px;
}
.post-title-important{
    font-family:"Yu Mincho", "YuMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: red;
}

table {
    border-collapse: collapse;
}
th {
    text-align: center;
    border: solid 1px;
    /* padding: 5px; */
    width: 250px;
    height: 40px;
}

td {
    text-align: center;
    border: solid 1px;
    /* padding: 5px; */
    width: 250px;
    height: 40px;
}

#price-table {
    margin-bottom: 10px;
}
#grooming {
    background-color:#eaf6fd;
    font-weight: bold;
    padding:20px;
    margin-bottom:20px;
}
#hr1{
    margin:20px 0px 20px 0px;
}
.sub-title{
    font-size: 1.375rem;
    padding: 0 0 0 2px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}
#hotel_attention{
    padding:20px 20px 20px 30px;
}
/* モバイル版 */
@media (max-width: 600px){
    .page-title{
        font-size: 2rem;
    }
    /* HEADER */
    .main-nav{
        font-size: 1rem;
        margin-top: 80px;
    }
    .main-nav li{
        margin: 0 20px;
    }
    .logo {
        width: 200px;
        margin: 0px 0px 10px 0px;
        position:absolute;
        /* z-index:2; */
        /* mix-blend-mode: multiply; */
    }
    /* HOME */
    .home-content{
        margin-top:20px;
    }
    .page-header{
        flex-direction: column;
        align-items: center;
    }
    #kakaku{
        color:#fff
    }
    /* NEWS */
    .news-contents{
        flex-direction: column;
    }
    article,aside{
        width: 100%;
    }
    #news {
        background-image:url(../img/back-ground-sky.jpeg);
        height: 180px;
        margin-bottom: 40px;
    }
}