/*--------------------------------------------------------------------------------

--------------------------------------------------------------------------------*/
body,
html {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    width: 100%;
}

body {
    background-color: #fff;
    color: #221815;
    font-size: 1.6rem;
    font-style: normal;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    opacity: .8 !important;
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr th {
    font-weight: normal;
    text-align: left;
}

ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
}

ul > li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------------------------------------------------

--------------------------------------------------------------------------------*/
.inner-box {
    max-width: 1000px;
    margin: 0 auto;
}

.pc-br::before {
    content: "\A";
    white-space: pre;
}

.anchor {
}

.flex-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.flex-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.list {
    font-size: 0;
    margin: 0;
    padding-bottom: 0;
}

/*--------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------*/
.header {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header > .inner-box {
    align-items: center;
    max-width: 1280px;
}

.header .logo {
    font-size: 0;
    width: 50%;
}

.header .logo > a {
    color: #fff;
}

/*--------------------------------------------------------------------------------
  nav
--------------------------------------------------------------------------------*/
#nav-toggle {
    font-size: 0;
    text-align: right;
    width: 50%;
    z-index: 999;
}

#nav-toggle > img {
    width: 70px;
}

#nav-toggle > .nav-close {
    display: none;
}

.open #nav-toggle > .nav-close {
    display: inline;
}

.open #nav-toggle > .nav-open {
    display: none;
}

.header.open .nav-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    height: 100vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 5% 0 0;
    position: absolute;
    transition: .5s;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 998;
}

.header.open .nav-wrap .inner-box {
    max-width: 70%;
}

.header.open .nav-list {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
}

.header.open .nav-list > li {
    margin: 5px auto;
    text-align: center;
}

.header.open .nav-list > li > a {
    color: #fff;
    display: inline-block;
    font-size: 3rem;
    padding: 5px 10px;
}

.header .sp-nav {
    font-size: 0;
}

.header.open .sp-nav {
    border: 3px solid #fff;
    margin: 30px auto 0;
    max-width: 600px;
    padding: 20px 8%;
}

.header.open .sp-nav > p {
    color: #fff;
    font-size: 3rem;
    margin: 0 auto 20px;
}

.header.open .contact-list-sp > li {
    width: 100%;
}

.header.open .contact-list-sp > li:nth-child(1) {
    margin: 0 auto 20px;
}

.header.open .contact-list-sp > li > a {
    background-color: #c2a138;
    display: block;
    font-size: 1.6rem;
    padding: 20px 10px;
}

/*--------------------------------------------------------------------------------
  蜈ｱ騾�
--------------------------------------------------------------------------------*/
.sec-tit {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: .5rem;
    margin: 0 auto 30px;
    text-align: center;
}

section {
    padding: 30px 0;
}

/*--------------------------------------------------------------------------------
  縺顔筏縺苓ｾｼ縺ｿ縺ｯ縺薙■繧� contact-wrap
--------------------------------------------------------------------------------*/
.contact-wrap {
    background-color: #c2a138;
    padding: 30px 0 40px;
}

.contact-wrap .sec-tit {
    color: #fff;
    font-size: 5rem;
}

.contact-list > li {
    text-align: center;
    width: 49%;
}

.contact-list > li:nth-child(1) {
    margin-right: 1%;
}

.contact-list > li:nth-child(2) {
    margin-left: 1%;
}

.contact-list > li > a {
    background-color: #d51212;
    color: #fff;
    display: block;
    font-size: 2rem;
    padding: 25px 10px;
}

.contact-list > li > a:hover {
    opacity: .8;
    transition: 1s;
}

/*--------------------------------------------------------------------------------
  main-wrap
--------------------------------------------------------------------------------*/
.main-wrap {
    padding: 50px 0 30px;
}

.main-wrap > .inner-box {
    max-width: 1240px;
}

.main-wrap img {
    width: 100%;
}

/*--------------------------------------------------------------------------------
  髢句ぎ讎りｦ� overview-wrap
--------------------------------------------------------------------------------*/
.overview-wrap {
    background-color: #e3d3a2;
}

.o-table {
    margin: 0 auto;
    max-width: 800px;
}

.o-table tr th {
    background-color: #9b906d;
    border-bottom: 1px solid #e3d3a2;
    border-right: 1px solid #e3d3a2;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    width: 18%;

}

.o-table tr td {
    background-color: #fff;
    border-bottom: 1px solid #e3d3a2;
    padding: 10px;
    width: 82%;
}

.o-table tr p {
    color: #343434;
    font-size: 1.4rem;
    font-weight: 400;
}

/*--------------------------------------------------------------------------------
 explanation-wrap
--------------------------------------------------------------------------------*/
.explanation-wrap {
    padding: 50px 0;
}

.ex-logo {
    text-align: center;
}

.explanation-wrap p {
    font-size: 2.2rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2em;
    margin: 30px 0 0 0;
    text-align: center;
}

.explanation-wrap .br::before {
    content: "\A";
    white-space: pre;
}

/*--------------------------------------------------------------------------------
 schedule-wrap
--------------------------------------------------------------------------------*/
.schedule-wrap {
    background-color: #ededed;
    padding: 50px 0;
}

.schedule-wrap .dl-box {
    font-size: 2.4rem;
    margin: 0 auto;
    max-width: 600px;
}

.schedule-wrap dt {
    background-color: #fff;
    float: left;
    padding: 8px 20px;
    width: 30%;
}

.schedule-wrap dd {
    background-color: #fff;
    margin: 0 auto 10px;
    padding: 8px 20px 8px 30%;
    width: 100%;
}

.schedule-wrap dd::after {
    content: "";
    clear: both;
    width: 100%;
}

/*--------------------------------------------------------------------------------
 memorial-wrap
--------------------------------------------------------------------------------*/
.memorial-wrap {
    padding: 50px 0;
}

.memorial-wrap .sub-tit {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}

.memorial-wrap .pl-tit {
    border-bottom: 1px solid #acacac;
    color: #acacac;
    font-size: 2rem;
    letter-spacing: .5rem;
    margin: 0 0 20px;
}

.profile {
    padding: 50px 0;
    width: 100%;
}

.p-left {
    padding: 0 8% 0 0;
    width: 60%;
}

.p-name {
    padding: 0 0 60px 0;
}

.p-name p {
    font-size: 2rem;
}

.p-name span {
    font-size: 3.6rem;
}

.overview {
    padding: 30px 0 0 25px;
}

.overview li {
    font-size: 1.8rem;
    list-style: disc;
    padding: 3px 0;
}

.p-right {
    width: 40%;
}

/*--------------------------------------------------------------------------------
 special-wrap
--------------------------------------------------------------------------------*/
.special-wrap {
    background-color: #ededed;
    padding: 50px 0;
}

.sp-left {
    background-color: #fff;
    margin: 0 2% 4% 0;
    width: 48%;
}

.sp-right {
    background-color: #fff;
    margin: 0 0 4% 2%;
    width: 48%;
}

.sp-img {
    margin: 30px auto 0;
    text-align: center;
    width: 100%;
}

.sp-etxt {
    padding: 22px 30px;
}

.number {
    background-color: #000;
    color: #fff;
    font-size: 2.4rem;
    padding: 13px 0;
    text-align: center;
}

.number span {
    color: #c2a138;
}

.txt-tit {
    color: #c7000b;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}

.sp-txt {
    border-bottom: 1px solid #000;
    margin: 10px auto;
    padding-bottom: 15px;
}

.plo-cmp {
    color: #221815;
    font-size: 2.2rem;
}

.plo-name {
    color: #221815;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 auto;
}

.sp-exp {
    color: #595757;
    font-size: 1.8rem;
    padding-left: 1em;
    text-indent: -1em;
}

/*--------------------------------------------------------------------------------
 movie-wrap
--------------------------------------------------------------------------------*/
.movie-wrap {
    padding: 50px 0;
}

.movie-list > li {
    margin: 0 auto 30px;
    text-align: center;
    width: 32%;
}

.movie-list > li:nth-child(3n - 1) {
    margin: 0 2% 30px;
}

.movie-list > li > p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.frame-movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.movie-list .frame-movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

/*--------------------------------------------------------------------------------
 patronage-wrap
--------------------------------------------------------------------------------*/
.patronage-wrap {
    background-color: #ededed;
    padding: 50px 0;
}

/*--------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------*/
.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.foot-tel {
    font-size: 3rem;
}

.foot-tel a {
    color: #fff;
}

.foot-tel span::before {
    content: "/";
    display: inline-block;
    padding: 0 10px;
}

.foot-mail {
    font-size: 1.4rem;
}

.footer .copy {
    font-size: 1.2rem;
    margin-top: 100px;
}


@media screen and (max-width:1024px) {

    /*--------------------------------------------------------------------------------

    --------------------------------------------------------------------------------*/
    .inner-box {
        max-width: 100%;
        padding: 0 7%;
    }

    .pc-block {
        display: none;
    }

    .sp-block {
        display: block;
    }

    .contact-wrap .sec-tit {
        font-size: 3rem;
        letter-spacing: 0;
    }

    /*--------------------------------------------------------------------------------
      header
    --------------------------------------------------------------------------------*/
    .header > .inner-box {
        max-width: 100%;
        padding: 0 3%;
    }

    .contents {
        padding-top: 30px;
    }

    /*--------------------------------------------------------------------------------
      explanation-wrap
    --------------------------------------------------------------------------------*/
    .explanation-wrap p {
        font-size: 1.7rem;
    }

    /*--------------------------------------------------------------------------------
      special-wrap
    --------------------------------------------------------------------------------*/
    .number span {
        display: block;
    }

    /*--------------------------------------------------------------------------------
     movie-wrap
    --------------------------------------------------------------------------------*/
    .movie-list > li {
        margin: 0 0 30px;
        width: 48%;
    }

    .movie-list > li:nth-child(3n - 1) {
        margin: 0 0 30px;
    }

    .movie-list > li:nth-child(odd) {
        margin-right: 2% !important;
    }

    .movie-list > li:nth-child(even) {
        margin-left: 2% !important;
    }

}

@media screen and (max-width: 767px) {

    body {
        font-size: 1.4rem;
    }

    /*--------------------------------------------------------------------------------
      蜈ｱ騾�
    --------------------------------------------------------------------------------*/
    .sp-br::before {
        content: "\A";
        white-space: pre;
    }

    .pc-br::before {
        content: "";
        white-space: inherit;
    }

    .flex-box {
        display: block;
    }

    .sec-tit {
        font-size: 2.8rem;
        letter-spacing: 0;
    }

    /*--------------------------------------------------------------------------------
      縺顔筏縺苓ｾｼ縺ｿ縺ｯ縺薙■繧� contact-wrap
    --------------------------------------------------------------------------------*/
    .contact-wrap .sec-tit {
        font-size: 2.8rem;
    }

    .contact-list {
        display: block;
    }

    .contact-list > li {
        width: 100%;
    }

    .contact-list > li:nth-child(1) {
        margin: 0 auto 10px;
    }

    .contact-list > li {
        margin: 0 auto;
    }

    .contact-list > li > a {
        font-size: 1.8rem;
    }

    /*--------------------------------------------------------------------------------
      header
    --------------------------------------------------------------------------------*/
    .header > .inner-box {
        display: flex;
        padding: 0;
    }

    .header .logo {
        padding-left: 3%;
    }

    .header .logo > a > img {
        width: 250px !important;
    }

    /*--------------------------------------------------------------------------------
      nav
    --------------------------------------------------------------------------------*/
    #nav-toggle > img {
        width: 35px;
    }

    .header.open .nav-wrap .inner-box {
        max-width: 100%;
    }

    .header.open .nav-list > li > a {
        font-size: 2rem;
        padding: 5px;
    }

    .header.open .sp-nav > p {
        font-size: 2rem;
    }

    /*--------------------------------------------------------------------------------
      main-wrap
    --------------------------------------------------------------------------------*/
    .main-wrap {
        padding: 0;
    }

    /*--------------------------------------------------------------------------------
      explanation-wrap
    --------------------------------------------------------------------------------*/
    .explanation-wrap {
        padding: 20px 0 30px;
    }

    .ex-logo {
        margin: 0 auto;
        width: 20%;
    }

    .explanation-wrap p {
        font-size: 1.5rem;
        line-height: 1.8em;
        margin: 10px auto 0;
        text-align: left;
    }

    .explanation-wrap .br::before {
        content: "";
    }

    /*--------------------------------------------------------------------------------
      overview-wrap
    --------------------------------------------------------------------------------*/
    .o-table tr th,
    .o-table tr td {
        border-bottom: none;
        display: block;
        text-align: left;
        width: 100%;
    }

    /*--------------------------------------------------------------------------------
      schedule-wrap
    --------------------------------------------------------------------------------*/
    .schedule-wrap {
        padding: 30px 0;
    }

    .schedule-wrap .dl-box {
        font-size: 1.8rem;
    }

    /*--------------------------------------------------------------------------------
      memorial-wrap
    --------------------------------------------------------------------------------*/
    .memorial-wrap {
        padding: 30px 0;
    }

    .sec-tit {
        margin: 0 auto 20px;
    }

    .memorial-wrap .sub-tit {
        font-size: 1.8rem;
    }

    .profile {
        display: flex;
        flex-direction: column-reverse;
        padding: 30px 0;
    }

    .p-left {
        padding: 0;
        width: 100%;
    }

    .p-right {
        margin-bottom: 10%;
        width: 100%;
    }

    .number {
        font-size: 2rem;
    }

    .p-name {
        padding: 0 0 30px 0;
    }

    .p-name p {
        font-size: 1.6rem;
    }

    .p-name span {
        font-size: 2.8rem;
    }

    .txt-tit {
        font-size: 1.7rem
    }

    .overview {
        padding-left: 20px;
    }

    .overview li {
        font-size: 1.5rem;
    }

    /*--------------------------------------------------------------------------------
      special-wrap
    --------------------------------------------------------------------------------*/
    .special-wrap {
        padding: 30px 0;
    }

    .sp-left {
        margin: 0 0 4%;
        width: 100%;
    }

    .sp-right {
        margin: 0 0 4%;
        width: 100%;
    }

    .plo-cmp {
        font-size: 1.6rem;
    }

    .plo-name {
        font-size: 2.5rem;
    }

    .sp-exp {
        font-size: 1.5rem;
    }

    /*--------------------------------------------------------------------------------
     movie-wrap
    --------------------------------------------------------------------------------*/
    .movie-wrap {
        padding: 30px 0;
    }

    /*--------------------------------------------------------------------------------
     footer
    --------------------------------------------------------------------------------*/
    .footer .foot-tel {
        font-size: 2rem;
    }

    .foot-tel span {
        display: block;
    }

    .foot-tel span::before {
        display: none;
    }

    .footer .copy {
        font-size: 1.1rem;
        margin: 50px auto 0;
    }
}