@charset "utf-8";
.ib {
    display: inline-block;
}

.skip-link {
    position: absolute;
    top: -100px;
    font-size: 10px;
    width: 10em;
}

.skip-link:focus {
    top: 0px;
}

/* ハンバーガーボタン */
.hamburger {
    width: var(--burg-btn-size);
    height: var(--burg-btn-size);
    position: absolute;
    right: 10px;
    top: 1px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.burg-line-tc {
    display: block;
}

.burg-line-tc::before {
    content: "";
    display: block;
    background-color: #FFF;
    width: var(--burg-size);
    height: var(--burg-line-thick);
    border-radius: var(--burg-border-radius);
    position: absolute;
    top: 5px;
    left: 1px;
}

.burg-line-tc::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: var(--burg-size);
    height: var(--burg-line-thick);
    border-radius: var(--burg-border-radius);
    position: absolute;
    top: 15px;
    left: 1px;
}

.burg-line-b {
    display: block;
    background-color: #FFF;
    width: var(--burg-size);
    height: var(--burg-line-thick);
    border-radius: var(--burg-border-radius);
    position: absolute;
    top: 25px;
    left: 1px;
}

.burg-text {
    display: block;
}

.burg-text::before {
    content: "menu";
    position: absolute;
    top: 27px;
    left: 4px;
    font-size: 12px;
    color: #FFF;
}

/* ハンバーガーボタン クリック後 */
.js-open .burg-line-tc::before {
    transform: rotate(45deg);
    transform-origin: 50%;
    width: 32px;
    top: 15px;
}

.js-open .burg-line-tc::after {
    transform: rotate(-45deg);
    transform-origin: 50%;
    width: 32px;
    top: 15px;
}

.js-open .burg-line-b {
    width: 0px;
}

.js-open .burg-text::before {
    content: "close";
}

/* グローバルナビゲーション */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-darkblue);
    color: #FFF;
    z-index: 1000;
    a {
        color: #FFF;
    }
}
.header-spacer {
    height: 159px;
}
.header-container {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
    width: 1200px;
    max-width: 100%;
    padding: 5px 10px;
}

.header-upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-upper-contact {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
.header-upper-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items:stretch;
}
.header-lower {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}
.header-mail {

}
.header-mail a {
    font-family: var(--font-serif);
    font-size: var(--fs-20);
    font-weight: bold;
    color: var(--color-accent);
    width: 100%;
    display: block;
    border: 2px solid var(--color-accent);
    border-radius: 2em;
    text-align: center;
    letter-spacing: 4px;
    padding: 5px 25px 5px 29px;
    line-height: 1;
}
.header-tel a {
    font-size: var(--fs-28);
    font-weight: 600;
    letter-spacing: 2px;
}
.header-tel i {
    margin-right: 5px;
}

.toggle-menu {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-y: visible;
}

.menu-item a {
    display: block;
    padding: 2px 1em;
    color: inherit;
    font-size: var(--fs-18);
    letter-spacing: 2px;
    font-family: var(--font-serif);
    line-height: 1.1;
}

:where(.menu-item:not(:last-child)) > a {
    border-right: 1px solid #FFF;
}

.menu-item a:hover {
    background-color: #FFF3;
}

.header-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 30px;
    margin-left: 40px;
    margin-right: 20px;
}

.sp-add-menu {
    display: none;
}

.hamburger {
    display: none;
}

.header-logo {
    color: var(--color-accent);
    font-family: var(--font-serif);
    font-size: clamp(20px, 3.8vw, 40px);
    letter-spacing: 1px;
}
.logo-kanji {
    margin: 0 3px;
    font-weight: 600;
}
.header-logo a {
    color: var(--color-accent);
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-logo img {
    height: 44px;
    width: auto;
    margin-right: 5px;
}

.toggle-menu {
    display: flex;
    position: relative;
}

.toggle-menu .sub-menu {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
}

.toggle-menu :where(.menu-item:hover)>.sub-menu {
    height: auto;
}


.page_item_has_children {}


/* breadcrumb パンくずリスト */
.breadcrumb {
    padding: 10px ;
    width: 100%;
    max-width: var(--container);
    margin: auto;
    br {
        display: none;
    }
}

:where(.breadcrumb) ul {
    list-style: none;
    padding: 0;
}

:where(.breadcrumb) li {
    display: inline-block;
    margin-right: 1em;
}

:where(.breadcrumb) li:not(:last-child)::after {
    content: ">";
    margin-left: 0.5em;
}

:where(.breadcrumb) a:link,
:where(.breadcrumb) a:visited {
    color: var(--color-text);
}

:where(.breadcrumb) a:hover,
:where(.breadcrumb) a:active {
    color: var(--color-link-text);
}

/* footer */
.footer {
    padding-top: 40px;
    background-color: var(--color-theme);
    color: var(--color-theme-text);
}

.footer h2 {
    font-family: var(--font-serif);
    letter-spacing: 2px;
    font-size: var(--fs-20);
    color: #FFF;
    margin: 0 0 20px;
    line-height: 1;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: var(--container);
    max-width: 100%;
    margin: auto;
    gap: 20px;
}

.footer-nav-container {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
}

.footer-nav-container a {
    border: none;
    font-size: var(--fs-16);
    font-family: var(--font-sanserif);
    padding: 5px 0;
}

.footer-nav {
    width: 170px;
}

.footer-nav2 {
    width: 190px;
}

.footer-menu {
    display: flex;
    width: 100%;
}

.footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer a {
    color: #FFF;
}

.footer-info {
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 0 10px;
}

.footer h3 {
    margin: 0 0 10px;
    font-size: var(--fs-28);
    font-family: var(--font-serif);
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #FFF;
}
.footer-tel {
    margin: 5px 0;
}
.copyright {
    clear: both;
    text-align: center;
    font-weight: 200;
    padding: 10px 10px;
    margin-top: 160px;
}

/* ボタン */
.button {
    text-align: center;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.button a {
    font-family: var(--font-sanserif);
    background-color: var(--color-theme);
    color: #FFF;
    display: inline-block;
    padding: 0.8em 3em;
    border-radius: 2em;
}
.button a[target="_blank"] {
    font-family: var(--font-sanserif);
    background-color: #FFF;
    color: var(--color-theme);;
    display: inline-block;
    padding: 0.8em 3em;
    border: 1px solid var(--color-theme);
    border-radius: 2em;
}
.button a[target="_blank"]::after {
	font-family: "fa";
	content: "\f35d";
	font-weight: 900;
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin-left: 0.5em;
	color: inherit;
}

.button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 3em 6px 2em;
    border: 1px solid var(--color-blue);
    font-size: var(--fs-14);
    color: var(--color-text);
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
}
.button-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1em;
    color: var(--color-accent);
}

.button-link-accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1em;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: var(--color-accent);
    color: var(--color-text-reverse);
}

.button-white a {
    background-color: #FFF;
    color: var(--color-darkblue);
    font-family: var(--font-serif);
    line-height: 1.2;
    padding: 1em 3em;
    border-radius: 2em;
    display: inline-block;
    width: fit-content;
    margin-block: 1.5em 1em;
    border: 2px solid var(--color-theme);
}

/* ページ送り　pagenation ページネーション */

.pagenation {
    width: 100%;
    text-align: center;
}

.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    min-height: 40px;
    min-width: 40px;
    line-height: 1;
    border-radius: 2em;
    background: linear-gradient(-45deg, #EEE 0%, #F5F5F5 100%);
    box-shadow: 2px 2px 10px #CCC;
    margin: 0 4px;
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
}

.page-numbers:hover {
    border-bottom: none;
}

.current {
    background-color: #EEE;
    box-shadow: none;
}

/* カードレイアウト */
.card {
    position: relative;
    padding: 0 0 60px 0;
    background-color: #FFF;
}

.card-post-title {
    font-size: 1rem;
    margin: 10px;
}

.card-post-excerpt {
    font-size: var(--fs-14);
    margin: 10px;
}

.no-img {
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 3;
    justify-content: center;
    align-items: center;
    background-color: #DDD;
}

.small-img {
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 3;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.small-img img {
    width: 100%;
    height: auto;
}

.card-more {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.card-more-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    padding: 0.5em 0.75em;
    min-width: 8em;
    border-radius: 2px;
    background-color: var(--color-theme);
    color: var(--color-theme-text);
    box-shadow: var(--box-shadow);

}

/* セクションレイアウト */
article {
    margin: 0 auto 40px;
}

/* トップページ */
.top-kv {
    width: 100%;
    margin: 0;
    line-height: 1;
    position: relative;
}

.top-kv::after {
    content: "";
    display: block;
    clear: both;
}

.top-kv img {
    width: 100%;
    vertical-align: top;
    margin: 0;
}

/* トリプラ予約ウィジェット */
#tripla-searching-app {
    margin-top: -180px;
    margin-inline: auto;
    max-width: 1180px;
}
#tripla-searching-app > div {
    z-index: 100 !important;
    float: right;
}
/* top-news */
.top-info {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.top-info .info-list-box {
    width: 640px;
    max-width: 100%;
    margin: 0;
    padding-left: 2.2rem;
}
.top-info h2 {
    margin-left: -1em;
}
.info-list {
    margin: 0.5em 0;
    list-style: none;
    padding: 0;
}
.info-list-item {
    border-bottom: 2px solid var(--color-accent);
    padding: 5px;
    margin: 0;
}
.info-list-link {
    padding: 5px 2em 5px 0;
    display: flex;
    width: 100%;
    position: relative;
    line-height: 1;
    color: var(--color-darkblue);
}
.info-list-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1em;
    color: var(--color-accent);
}
.info-list-date {
    background-color: var(--color-darkblue);
    min-width: 11ex;
    color: #FFF;
    margin-right: 2em;
    font-size: var(--fs-14);
    display: inline-block;
    padding: 2px 0.5em 4px;
}

/* top-concept */
.top-concept {
    background-image: url("../img/concept_ovimg.webp"),  url("../img/concept_bg.webp");
    background-repeat: no-repeat;
    background-size: 250px, auto 650px;
    background-position: top right -60px, top 50px right 2vw;
    padding: 20px 10px;
}
.top-concept-leadimg {
    float: left;
    margin: 0 8px 0 0;
}
.top-concept-title {
    padding-top: 70px;
    margin: 0 0 1em 0;
    clear: none;
    line-height: 1.3;
    font-size: var(--fs-24);
    color: #FFF;
}
.top-concept-title img {
    margin-right: 1em;
}
.top-concept-title-text {
    display: inline-block;
}
.top-concept-main {
    display: flex;
}
.top-concept-hotelimg {
    width: 480px;
}
.top-concept h3 {
    font-family: var(--font-serif);
    color: var(--color-accent);
    line-height: 1.3;
    border-bottom: 2px solid var(--color-accent);
    position: relative;
    letter-spacing: 0.1em;
    padding: 0 0 5px 10px;
}
.top-concept h3::before {
    content: "";
    display: block;
    height: 2px;
    width: 1.4em;
    background-color: var(--color-accent);
    position: absolute;
    right: calc(100% - 1px);
    top: calc(100% - 1px);
    transform: rotate(-45deg);
    transform-origin: bottom right;
}
.top-concept-textbox {
    color: #FFF;
    width: calc(100% - 480px);
    padding-right: 6%;
}
.top-concept .button-white {
    text-align: right;
}

/* top-access */
.bg-ocean {
    background-image: url("../img/access_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
.top-access {
    padding: 20px 10px;
}
.top-access-img {
    float: right;
    max-width: 50%;
    margin: -125px 0 0 15px;
}
.top-access-title {
    font-size: var(--fs-24);
}
.top-access-title img {
    margin-right: 10px;
}
.top-access-text h3 {
    font-family: var(--font-serif);
    color: var(--color-blue);
    letter-spacing: 1px;
    font-size: var(--fs-24);
}

/* top-breakfast 朝食 */
.top-breakfast {
    padding: 40px 0 0;
    position: relative;
    overflow: hidden;
}
.top-breakfast::before {
    content: "";
    display: block;
    width: 250px;
    height: 260px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/breakfast_ovimg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 2;
}
.top-breakfast-container {
    width: 100%;
    max-width: calc(50% + 660px);
    margin: 30px 0 30px auto;
    background-color: var(--color-theme);
    color: #FFF;
    border-radius: 40px 0 0 40px;
    padding: 1px 5vw 30px 60px;
}
.top-breakfast-container::after {
    content: "";
    display: block;
    clear: both;
}
.top-breakfast-leadimg {
    margin: -30px 10px 0 0;
    float: left;
}
.top-breakfast-title {
    margin-top: 50px;
    color: #FFF;
    font-size: var(--fs-24);
}
.top-breakfast-title img {
    margin-right: 10px;
}
.top-breakfast-text {
    margin-top: 40px;
    max-width: 1000px;
}
.top-breakfast-gallery {
    margin-top: 60px;
    width: calc(100% - 80px);
    float: left;
}
.top-breakfast-gallery::after {
    content: "";
    display: block;
    clear: both;
}
.pic-1 {
    max-width: 65.5%;
    float: left;
}
.pic-2 {
    max-width: 32%;
    float: left;
    margin: 0 0 0.5% 1%;
}

.top-breakfast .button-white {
    text-align: center;
}

/* top-room Gest Room 客室 */
.top-room {
    background-color: var(--color-accent);
    padding: 40px 0 0;
    margin-bottom: 40px;
    overflow: hidden;
}
.top-room-textbox {
    max-width: 960px;
    margin: -80px auto 0px;
    padding: 20px;
    position: relative;
    background-color: var(--color-accent);
}
.top-room-textbox h2 {
    color: #FFF;
    font-size: var(--fs-24);
}
.top-room-textbox h2 img {
    margin-right: 10px;
    width: clamp(150px,53vw,391px);
}
.top-room-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top-room-lead1 {
    color: var(--color-blue);
    font-size: 1.5rem;
    font-family: var(--font-serif);
    letter-spacing: 1px;
    margin: 0.6em 0;
}
.top-room-lead2 {
    color: var(--color-blue);
    font-size: 1.25rem;
    font-family: var(--font-serif);
    letter-spacing: 1px;
    margin: 0.6em 0;
}
/* スライドショー */
.slide {
    width: 100%;
}
/* suggestion */
.bg-wave {
    padding: 10px;
    background-image: url("../img/suggestions_img_07.webp"), url("../img/suggestions_img_06.webp"),url("../img/suggestions_img_08.webp") ,url("../img/suggestions_bg.webp");
    background-repeat: no-repeat;
    background-size: auto, auto, 250px, contain;
    background-position: top 8% right -100px ,top 20% right 5% ,center left ,center bottom;
}
.top-sug {
    margin-bottom: 30px;
}
.top-sug-title {
    margin: 40px 0;
    padding: 0 0 20px 0;
    background-image: url("../img/suggestions_img_02.webp");
    background-repeat: no-repeat;
    background-position: center left 70%;
    background-size: contain;
}
.top-sug-title img {
    margin-right: 10px;
}
.top-sug-img {
    width: 90%;
    margin: 0 auto 10px;
    aspect-ratio: 1 / 1 ;
    border-radius: 50%;
    overflow: hidden;
}
.top-sug-img img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.top-sug-box h3 {
    font-size: var(--fs-18);
    font-family: var(--font-serif);
    text-align: left;
    color: var(--color-theme);
    margin: 1em auto;
    padding: 0 0 0.5em 30px;
    height: 4em;
    width: 100%;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    background-repeat: no-repeat;
    background-position: center left;
}
.top-sug-title-1 {
    background-image: url("../img/suggestions_img_03.webp");
    background-size: contain;
}
.top-sug-title-2 {
    background-image: url("../img/suggestions_img_04.webp");
    background-size: auto;
}
.top-sug-title-3 {
    background-image: url("../img/suggestions_img_05.webp");
    background-size: auto;
}
.top-sug .button-white {
    text-align: right;
}

/* top-blog */
.top-blog .button-link {
    padding: 1em 3em;
    border-radius: 2em;
}
.top-blog-title {
    margin-bottom: 2em;
}
.top-blog-title img {
    margin-right: 10px;
}

/* お知らせ　コーナー */

.post-list {}

.post-list-item {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    align-items: flex-start;
}

.post-list-img {
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
}

.post-list-info {}

.post-list-title {}

.post-list-heading {
    font-size: var(--fs-16);
    margin: 0;
}

.post-date {
    font-weight: normal;
}

.post-list-excerpt {
    padding-left: 1em;
}

/* サイドバー（フッター上） */
.sidebar {
    background-color: var(--color-accent);
    text-align: center;
    font-family: var(--font-serif);
    font-size: var(--fs-18);
    padding: 60px 10px;
    position: relative;
    margin-top: 100px;
}
.sidebar::before {
    content: "";
    display: block;
    width: 100%;
    height: 136px;
    background-image: url("../img/sidebar-top.webp");
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.contact-title {
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    color: var(--color-darkblue);
    font-weight: 600;
}
.sidebar p {
    letter-spacing: 1px;
}
.contactarea-tel a {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: var(--color-darkblue);
    font-weight: bold;
}
.sidebar .button a {
    width: 18em;
}

#tripla-icon-message,
#tripla-chat-circle-icon {
}
/* 固定ページ */
.page-kv {
    width: 100%;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.page-kv img {
    width: 100%;
    height: auto;
}

:where(.page) section {
    margin-bottom: 30px;
}
:where(.page) h2 {
    text-align: center;
    font-size: 2rem;
}
.home h2 {
    text-align: left;
    font-size: var(--fs-24);
}
h2.contact-title {
    text-align: center;
}

.concept-text h2 {
    text-align: left;
}

.bg-gray {
    background-color: var(--color-theme);
    color: #FFF;
}
.bg-gray a,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6 {
    color: #FFF;
}

.amenity-items {
    background-color: var(--color-darkblue);
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
    align-items: flex-end;
    padding: 20px;
}
.amenity-items img {
    max-width: 100px;
    max-height: 100px;
}
.amenity-items li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 160px;
    font-size: var(--fs-14);
}
.lead {
    letter-spacing: 1px;
    font-size: 1.1rem;
    color: var(--color-theme);
    width: fit-content;
    margin-inline: auto;
}
.service {
    padding: 30px 0;
}
.service h3 {
    font-size: var(--fs-18);
    min-height: 2.6em;
    line-height: 1.3;
    display: flex;
    align-items: flex-end;
    margin: 0 auto 0.5em;
    text-align: center;
}
.service-item {
}

/* FAQページ */
dl {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
dt {
    margin-top: 2em;
    font-size: 1.2em;
}
dd {
    margin-top: 0.5em;
}
.faq {
    dl {
        width: 800px;
        max-width: 100%;
        margin: auto;
    }
    dt {
        margin-left: 1.3em;
        margin-top: 1.5em;
        font-size: 1.2em;
        color: var(--color-blue);
    }
    dt::before {
        content: "Q";
        margin-right: 0.5em;
        margin-left: -1.2em;
    }
    dd {
        margin-left: 3em;
        margin-top: 0.5em;
    }
    dd::before {
        content: "A";
        margin-right: 0.5em;
        margin-left: -1.2em;
    }
}

/* 過ごし方関連ページ */
.reason {
    max-width: 100%;
    width: 800px;
    margin: 60px auto;
    background-color: var(--color-bg-gold);
    border: 4px solid var(--color-blue);
    border-radius: 4px;
    padding: 1.5em 1em;
    h2 {
        margin-top: 0;
        font-size: var(--fs-24);
        font-family: var(--font-sanserif);
    }
}
.check {
    list-style: none;
    li {
        margin-bottom: 0.3em;
    }
    li::before {
        content: "\f14a";
        font-family: "Font Awesome 6 Free";
        color: var(--color-blue);
        margin-left: -1em;
        margin-right: 0.5em;
    }
}

.stay-text {
    padding: 0 2rem;
    h2 {
        font-size: var(--fs-24);
        text-align: left;
        margin-top: 0.5em;
    }
    .button {
        margin-top: 2rem;
    }
}

/* 客室 */
.subpage-title {
    font-size: 2rem;
}
:where(.subpage) {
    h2 {
        font-size: 1.6rem;
    }
}

/* archiveページ */
.archive-list {
    list-style: none;
    padding: 0 0 3em 0;
    border-top: 2px solid var(--color-accent);
}

.archive-list-item {
    padding: 0.5em;
    border-bottom: 2px solid var(--color-accent);
}

/* 投稿ページ */
.post-nav {
    width: 100%;
    max-width: var(--container);
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--color-bg-gray);
}

.post-nav a {
    padding: 10px 0;
    display: inline-block;
}

.single-post .slick-slide img,
.page .slick-slide img {
    width: auto;
    max-height: 400px;
}

.single-post .slick-slide,
.page .slick-slide {
    margin: 0 10px;
}

/* パララックス設定 */
.imgcontainer {
    min-height: 100vh;
}

.paracontent {
    min-height: 100vh;
}