@charset "UTF-8";

body {
    color: #000000;
    font-size: 100%;
    margin: 0 auto;
    background: #ddd;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    max-width: 1600px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
    transition: opacity 0.3s;
}

a:hover,
a img:hover,
button:hover {
    opacity: 0.75;
    cursor: pointer;
    transition: opacity 0.3s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style-position: outside;
    list-style-type: none;
}

/* Text */
.small {
    font-size: 14px !important;
}

.medium {
    font-size: 16px !important;
}

.large {
    font-size: 18px !important;
}

.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-old-mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}

.text-indigo {
    color: #17184b;
}

/*========================================
  汎用CSS
========================================*/

.bg-gray {
    background: #f1f4f6;
}

.img-invert-white {
    filter: brightness(0) invert(1);
}

.under-arrow-link {
    text-decoration: none;
    color: #000;
}

.under-arrow-link span {
    display: block;
}

.under-arrow-link img {
    width: 60%;
}

.info-block {
    background-image: url("../img/common/bg-mark-center.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    will-change: opacity;
}

.bg-mark-left-block {
    background-image: url("../img/common/bg-mark-left.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    will-change: opacity;
}

.bg-mark-right-block {
    background-image: url("../img/common/bg-mark-right.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    will-change: opacity;
}

.bg-gradation-beige-block {
    background: linear-gradient(
        to bottom,
        rgba(232, 219, 209, 0.3) 0%,
        rgba(232, 219, 209, 1) 40%,
        rgba(232, 219, 209, 1) 60%,
        rgba(232, 219, 209, 0.3) 100%
    );
}

.flame-gray-block {
    background: #f1f4f6;
}

.btn-reserve-block img {
    width: 450px;
    height: auto;
    object-fit: contain;
}

.img-hover {
    transition: opacity 0.3s;
}

.img-hover:hover {
    opacity: 0.6;
}

.slider-main img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.slider-nav img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    display: block;
    padding: 0 0.15rem;
}

@media (max-width: 991.98px) {
    .btn-reserve-block img {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .btn-reserve-block img {
        width: 200px;
    }
}

/*========================================
  header, footer
========================================*/

/* header */
.navbar-brand {
    display: block;
}

.navbar-brand {
    width: 30%;
}

.mail-block {
    background: #4d4d4d;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-block img {
    width: 17px;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 991.98px) {
    .navbar-brand {
        width: 65%;
    }

    .mail-block {
        width: 100%;
        height: 2rem;
    }
}

/* footer */
footer {
    background-color: #17184b;
}

footer ul {
    list-style: none;
}

footer ul li {
    position: relative;
    padding-left: 1rem;
}

footer ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    color: #fff;
}

footer ul li a {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
}

footer .copyright {
    font-size: 87.5%;
    color: #fff;
    text-align: end;
}

/* Topへ戻るボタン */
.to_top {
    width: 7%;
    position: fixed;
    right: 1.5%;
    bottom: 0;
    margin-bottom: 11%;
    display: none;
    z-index: 999;
}

@media (max-width: 767.98px) {
    .to_top {
        width: 15%;
    }
}

/* 予約するボタン */
.btn-reserve-side {
    width: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

/*========================================
  共通パーツ
========================================*/

/* パンくずリスト */
.breadcrumb {
    padding: 2rem 0;
    margin: 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    text-decoration: none;
    color: #666666;
}

.breadcrumb li:after {
    content: "＞";
    padding: 0 0.5rem;
}

.breadcrumb li:last-child:after {
    content: "";
}

/* ページネーション */
.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 1rem;
}

.page-numbers li {
    padding: 0.3rem;
}

.page-numbers li a {
    color: #999999 !important;
    text-decoration: none;
    background: #fff;
    border: 1.5px solid #999999;
    padding: 0.3rem 0.75rem;
}

.page-numbers li span {
    color: #fff !important;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    padding: 0.3rem 0.75rem;
}

/* テーブル */
.table-wrap {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.info-table td {
    border-bottom: none;
}

.info-table td:first-child {
    width: 25vw;
    padding: 0.35rem 0rem;
}

.info-table td:last-child {
    width: 75vw;
    padding: 0.35rem 0rem;
}

.info-table td a {
    color: initial;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .info-table td:first-child {
        width: 40vw;
    }

    .info-table td:last-child {
        width: 60vw;
    }
}

@media (max-width: 767.98px) {
    .info-table td {
        display: block;
    }

    .info-table td:first-child {
        width: 100%;
        padding: 0.5rem 0.5rem 0;
    }

    .info-table td:last-child {
        width: 100%;
        padding: 0.5rem 0.5rem;
    }
}

/* サイトマップ */
.sitemap-list a {
    text-decoration: none;
    color: #000 !important;
}

.sitemap-list .children {
   padding-left: 1.5em;
}

.sitemap-list > li {
    position: relative;
    padding: 0 0 0 2rem;
    margin-bottom: 2rem;
}

.sitemap-list > li:before {
    position: absolute;
    content: url(../img/icon-circle-arrow.svg);
    top: 1px;
    left: 0;
}

.sitemap-list li > ul > li:before,
.sitemap-list li > ul > li > ul > li:before {
    content: "＞";
    padding-right: 0.5em;
}

.sitemap-list li > ul > li > ul > li {
    padding-left: 1.5em;
}

/* twitter */
.twitter-block .title a {
    color: #000;
    text-decoration: none;
}

.twitter-block .title a img {
    width: 30px;
    margin-right: 0.75rem;
}

.twitter-block .card {
    border: none;
    border-radius: 0;
}

.twitter-block .card-body {
    padding: 1rem 0;
}

.twitter-block iframe {
    max-width: 100%;
}

/* カテゴリーバッジ */
.badge {
    padding: 0.35em 1em;
    font-weight: normal;
    border-radius: 0;
    background-color: #e5e5e5;
    color: #000;
}

/*========================================
  トップページ
========================================*/

.d-lg-flex img {
    flex: 1;
    width: 50%;
}

.senshinsou-block .logo {
    width: 60%;
}

.art-garary-ise-block .logo {
    width: 60%;
}

.woodstock-camp-base-block .logo {
    width: 100%;
}

@media (max-width: 991.98px) {
    .senshinsou-block .logo {
        width: 40%;
    }

    .art-garary-ise-block .logo {
        width: 50%;
    }

    .woodstock-camp-base-block .logo {
        width: 70%;
    }
}

/*========================================
  第二階層ページ 汎用CSS
========================================*/

.main-visual-block > img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.main-visual-block .logo {
    width: 30vw;
}

@media (max-width: 991.98px) {
    .main-visual-block .logo {
        width: 45vw;
    }
}

/*========================================
  洗心荘ページ
========================================*/

.about-senshinsou-block {
    background-image: url("../img/senshinsou/img-senshinsou-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
}

.about-artgallery-block {
    background-image: url("../img/artgallery/img-artgallery.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
}

.about-ochateikan-block {
    background-image: url("../img/senshinsou/img-ochateikan-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
}

/*========================================
  第二階層ページ 汎用CSS
========================================*/

.main-title-block > img {
    height: 250px;
    object-fit: cover;
    object-position: right;
}

.main-title-block .title-box {
    width: 100%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 991.98px) {
    .main-title-block > img {
        object-position: 70% center;
    }

    .main-title-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.45);
        z-index: 1;
    }

    .main-title-block .title-box {
        left: 0;
    }
}

/*========================================
  固定汎用　 page
========================================*/
.entry-header {
    background: #f1f4f6;
}

.entry-header h2,
.entry-header p {
    font-weight: bold;
}

.entry-header .content-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 120px;
    height: 100%;
    display: flex;
}

.entry-header .content-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
}

.entry-header .text-box {
    width: 60%;
}

.entry-content {
    min-height: 300px;
    overflow: hidden;
}

/* font, margin */
.entry-header h2 {
    font-size: 212.5%;
}

.entry-header p {
    font-size: 112.5%;
    margin-top: 3%;
}

.entry-content {
    margin-bottom: 5rem;
}

@media (max-width: 1199.98px) {
    .entry-header .text-box {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .entry-header .content-inner {
        background: rgba(233, 242, 251, 0.75);
    }

    .entry-header .text-box {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .entry-header .content-wrap {
        min-height: auto !important;
    }

    /* font, margin */
    .entry-header h2 {
        font-size: 120%;
    }

    .entry-header p {
        font-size: 100%;
        margin-top: 4%;
    }

    .entry-content {
        margin-bottom: 3rem;
    }
}

/*========================================
  投稿汎用 single
========================================*/
#news .entry-header .text-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#news .entry-header .text-box div {
    font-weight: bold;
}

@media (max-width: 767.98px) {
    #news .entry-header .text-box {
        display: block;
    }

    #news .entry-header .text-box div {
        text-align: right;
        margin-top: 3%;
    }
}

/*========================================
  アートギャラリーページ追加
========================================*/

@media (max-width: 767.98px) {
    #artgallery .bg-mark-left-block .justify-content-center {
        flex-direction: column-reverse;
    }

    #artgallery .col-lg-5.align-self-center {
        margin-top: 0 !important;
    }
}

.access-block table {
    line-height: 1.5;
}

.access-block table th {
    font-weight: normal;
    width: 70px;
    text-align: justify;
    text-align-last: justify;
}

.access-block a {
    display: inherit;
    color: #4d4d4d;
}

/*========================================
  共通追加
========================================*/
@media (max-width: 767.98px) {
    .sp-mt-0 {
        margin-top: 0 !important;
    }
    .sp-mb-0 {
        margin-bottom: 0 !important;
    }
    .sp-pt-0 {
        padding-top: 0 !important;
    }
    .sp-pb-0 {
        padding-bottom: 0 !important;
    }
    .sp-mt-2 {
        margin-top: 0.5rem !important;
    }
    .sp-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .sp-pt-3 {
        padding-top: 1.0rem !important;
    }
    .sp-pb-3 {
        padding-bottom: 1.0rem !important;
    }
}

body.en-language {
    font-family: "Noto Serif", serif;
}

body.en-language .zen-old-mincho-regular {
    font-family: "Noto Serif", serif;
}

body.zhtw-language {
    font-family: "Noto Serif TC", serif;
}

body.zhtw-language .zen-old-mincho-regular {
    font-family: "Noto Serif TC", serif;
}

.hero-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  min-height: auto;
}

.hero-video__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-video__bg iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
}