@charset "UTF-8";

/*追加　３つのブロックを中央ぞろえ*/
.cover,
main,
footer {
    width: 90%;
    margin: 0 auto;
}
/* Home */
html {
    font-size: 100%;
    font-family: "Lato", sans-serif;
    color: #444444;
    background-color: #f6f1ed;
}
body {
    font-family: "Lato", sans-serif;
    line-height: 1.7;
    color: #444444;
}
.cover {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    margin: 0 auto;
}
.cover-home {
    background: url(../images/三日月A.webp);
    background-repeat: no-repeat;
    background-size: 35%;
    height: 290px;
    position: relative;
}
.mic {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 15%;
}
.cover-title {
    color: #444444;
    padding-top: 100px;
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
}
.home-contents {
    margin-top: 30px;
}
/* 見出し */
.post {
    margin-bottom: 3rem;
}
.post-title {
    font-weight: normal;
    font-family: "Lato", sans-serif;
    color: #444444;
    margin-bottom: 1rem;
    text-align: center;
    margin-top: -5rem;
}

/* .post-thumbnail {
    border-radius: 16px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
} */
.post p {
    margin-bottom: 1.5rem;
    line-height: 2;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
p img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* サイドバーの見出し */
.font-english {
    font-family: "Lato", sans-serif;
    color: #444444;
    font-weight: normal;
}
.page-title,
.heading-large,
.heading-medium {
    font-size: 2rem;
    text-align: center;
}
.cp_pricetable3 *,
.cp_pricetable3 *:before,
.cp_pricetable3 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
}
.cp_pricetable3 {
    width: 100%;
    margin: 0 auto;
    border-spacing: 1px 0;
    border-collapse: separate;
}
.cp_pricetable3 th,
.cp_pricetable3 td {
    padding: 10px;
}
/* Headerブロック */
/* .cp_pricetable3 th:after {
    font-family: "FontAwesome";
    font-size: 5em;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -30px;
    left: 0;
    content: "\f0d7";
} */
.cp_pricetable3 th.group1 {
    background: #ffffe6;
}
.cp_pricetable3 th.group2 {
    background: #eaf6fd;
}
/* メインブロック */
.cp_pricetable3 tr td {
    padding-top: 15px;
    text-align: center;
    border: none;
}
/* .cp_pricetable3 tr:last-child td {
    border-radius: 0 0 5px 5px;
} */
.cp_pricetable3 tr:nth-child(2n + 1) td.group1 {
    background: #ffffe6;
}
.cp_pricetable3 tr:nth-child(2n + 0) td.group1 {
    background: #ffffe6;
}
.cp_pricetable3 tr:nth-child(2n + 1) td.group2 {
    background: #eaf6fd;
}
.cp_pricetable3 tr:nth-child(2n + 0) td.group2 {
    background: #eaf6fd;
}
/* フッター */
.info {
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
}
.info th,
.info td {
    border-bottom: 1px solid #444444;
}
.info th {
    text-align: left;
    font-weight: normal;
    padding: 1rem;
}
.info td {
    padding: 1rem;
}
.location {
    margin-bottom: 3.5rem;
}
.location-info {
    margin-bottom: 2rem;
}
.location-info .info {
    padding: 0;
}
.qr {
    width: 20%; /*QRコードのサイズを変更*/
}
/* スライドショー */
#slide {
    height: 250px;
}
#waku1,
#waku2 {
    position: absolute;
    border-radius: 20px;
    height: 250px;
    max-width: 470px;
}
.fadeout {
    opacity: 0;
    transition: 3s ease-in-out;
    -webkit-transition: 3s ease-in-out;
}
.fadein {
    opacity: 1;
    transition: 3s ease-in-out;
    -webkit-transition: 3s ease-in-out;
}

/* デスクトップ版 */
@media (min-width: 800px) {
    /* 見出し */
    .page-title {
        font-size: 5rem;
    }
    .post-title {
        font-size: 2rem;
    }

    /* ヘッダー */
    /* ホーム */
    .home-contents {
        display: flex;
        /* justify-content: space-between; */
    }

    /*footer のinformationとmapを横並び*/
    .location {
        display: flex;
        justify-content: space-around;
    }
}
.post-thumbnail {
    width: 70%;
}
.sidebar {
    width: 40%;
}
.sidebar .heading-medium {
    line-height: 1;
    margin-bottom: 1rem;
}
/* スライドショー */
#slide {
    height: 250px;
}

/* フッター */
/* .location {
    display: flex;
    gap: 2rem;
}
.location-info {
    width: 32%;
}
.location-info .info th {
    padding-left: 2rem;
}
.location-map {
    width: 64%;
} */
/* スマホ版 */
@media (max-width: 767px) {
    .cp_pricetable3 {
        width: 250%;
    }
}
