@charset "UTF-8";

/*/////////////////////////////////////
    mobile first
/////////////////////////////////////*/
.contents-text-container {
    margin-bottom: -10% !important;
}
#top_txt  span {
text-align: center;font-size:14px !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    line-height: 2em !important;
    color: #595757 !important;
}


@media screen and (min-width:768px) {
#top_txt  span {font-size:18px !important;}
}


/*-------------------------------
global
-------------------------------*/

body {
    font-size: 14px;
}

img {
    max-width: 100%;
}


/*-------------------------------
header
-------------------------------*/

header {
    background-color: #C30D23;
}

.global-nav {
    list-style: none;
}

nav {
    max-width: 1200px;
    margin: 0 auto 0 auto;
}

.global-nav {
    display: flex;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    flex-flow: column;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    justify-content: space-around;
	align-items: center;
}

.global-nav li {
    text-align: center;
}

.global-nav li.hamburger {
    align-self: flex-end;
}

.global-nav li.hamburger a {
    padding: 5px;
    font-size: 24px;
}

.global-nav li a {
    display: block;
    border-radius: 4px;
    padding: 15px;
    color: white;
    text-decoration: none;
}

.global-nav li a:hover {
    background-color: #680918;
}

.global-nav li img {
    /*height: 34px;*/
    width: auto;
}

.menu {
    display: none;
}


/*-------------------------------
contents
-------------------------------*/

.contents {
    width: 100%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 2em;
    color: #595757;
}

.contents-inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
}

.contents h1 {
    margin: 4vh;
}

.contents h1 + p {
    margin-top: -1em;
}

.contents h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.contents p {
    line-height: 3em;
    color: #646262;
}

.copyright {
    margin-top: 50px;
    display: block;
}

.contents .mv p {
    margin: 0;
}

.contents .mv img {
    width: 100%;
    height: auto;
}


/*-------------------------------
footer
-------------------------------*/

footer {
    border-top: solid 5px #111;
    background-color: #C30D23;
    overflow: hidden;
    padding: 30px 0 20px 0;
}

.footer-inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    /*--- IE10 ---*/
    display: -ms-flexbox;
    -ms-flex-direction: column;
}

.footer-primary,
.footer-secondary {
    padding: 10px;
    justify-content: center;
    padding: 0 15vw 0 15vw;
    text-align: center;
    width: 100vw;
    box-sizing: border-box;
    word-wrap: normal;
}

footer h2 {
    margin: 0;
}

footer p {
    color: #fff;
    line-height: 1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 0.5em;
}

.phone-num,
.fax-num {
    letter-spacing: 0;
}

.phone-num a,
.fax-num a {
    text-decoration: none;
    color: #fff;
}


/*-------------------------------
home
-------------------------------*/

.home .contents {
    background-image: url(images/home-bg-contents.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fact-container {
    margin-top: 3em;
}



.fact-container dt {
    display: inline-block;
}

.fact-container dt:after {
    content: '／';
    margin-left: 0.5em;
}

.fact-container dd {
    display: inline-block;
    margin-left: 0;
}


/*
news
*/

.news-list {
    max-width: 960px;
    margin: 25px auto 15px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #595757;
}

.news-list__item {
    display: flex;
    padding: 15px;
}

.news-list__heading {
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding: 0 0 0 0;
}

.news-list__heading:after {
    content: "";
    display: block;
    height: 5px;
    margin-top: 0.2em;
    background: linear-gradient(to right, #fff 0%, #fff 10%, #C30D23 10%, #C30D23 30%, #999 30%, #999 100%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}

.news-list__text {
    max-width: 640px;
    line-height: 1.8em;
    padding: 0 15px 0 0;
}

.news-list__update {
    font-family: sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0 1em;
    line-height: 1em;
    text-align: right;
}

.news-list__photo {
    max-width: 320px;
}

.non-disp {
    display: none;
}


/*-------------------------------
events
-------------------------------*/

.events .contents-bg {
    background-image: url(images/event-bg-contents.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 40vh;
}

.events .contents p {
    text-shadow: 1px 1px 5px #FFF;
}

.list-gothic {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    padding: 0;
    list-style: none;
    margin: 0 0 3em 0;
    letter-spacing: 0.2em;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}

.list-gothic dt,
.list-gothic dd {
    width: 50%;
    box-sizing: border-box;
    margin-left: 0;
}

.list-gothic dt {
    text-align:center;
}

.list-gothic dd {
    text-align: left;
    padding-left: 1em;
}

.annotation {
    width: 70%;
    font-size: 12px;
    margin: 4em auto 0 auto;
    text-align: center;
}

.annotation p {
    line-height: 1.6em;
    text-align: left;
    margin: 0.5em 0 0.5em 0;
}


/*-------------------------------
tomb
-------------------------------*/

ul.cages {
    list-style: none;
    display: flex;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    flex-direction: column;
    margin: 20px auto 20px auto;
    justify-content: center;
    padding-left: 0;
}

.cages li {
    margin: 10px;
}

.flex-list {
    max-width: 700px;
    margin: 15px auto 15px auto;
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.flex-list li:before {
    content: "●";
    color: #C30D23;
    margin-right: 5px;
    letter-spacing: 0.1em;
}

p.text-combined {
    display: block;
    max-width: 700px;
    text-align: left;
    line-height: 2em;
    margin: 15px auto 35px auto;
}

p.text-small {
    font-size: small;
    letter-spacing: 0;
}

.recommend {
    max-width: 470px;
    margin: auto;
    background-color: #DBDCDC;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    overflow: hidden;
}

.recommend h3 {
    background-color: #C30D23;
    color: #FFF;
    display: block;
    font-size: 16px;
    margin: 0;
}

.recommend ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin: 1em 1em 1em 3em;
    font-size: 14px;
    color: #231815;
}

.recommend ul li:before {
    content: "◇";
    margin-right: 0.2em;
}


/*-------------------------------
access
-------------------------------*/

.access-list {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.access-list dt {
    float: left;
    text-align: center;
    width: 6em;
    background-color: #C9CACA;
    border-radius: 6px;
}

.access-list dd {
    margin: 0 0 1em 6em;
    padding-left: 1em;
    text-align: left;
}


/*/////////////////////////////////////
    only Tablet
/////////////////////////////////////*/

@media screen and (min-width:441px) and ( max-width:768px) {}


/*/////////////////////////////////////
    only PC
/////////////////////////////////////*/

@media screen and (min-width:768px) {
    body {
        font-size: 18px;
    }
    /*-------------------------------
    header
    -------------------------------*/
    .header {
        height: 100px;
        padding-top: 10px;
        box-sizing: border-box;
    }
    .global-nav {
        display: flex;
        display: -ms-flexbox;
        /*--- IE10 ---*/
        flex-flow: row;
        margin: 0;
        list-style-type: none;
    }
    .global-nav li.hamburger {
        display: none;
    }
    .menu {
        display: block;
    }
    /*-------------------------------
    content
    -------------------------------*/
    .contents p {
        letter-spacing: 0.1em;
    }
    /*-------------------------------
    footer
    -------------------------------*/
    .footer-inner {
        flex-direction: row;
        /*--- IE10 ---*/
        display: -ms-flexbox;
        -ms-flex-direction: row;
    }
    .footer-primary,
    .footer-secondary {
        padding: 10px;
    }
    .footer-primary {
        width: 57%;
        text-align: right;
    }
    .footer-secondary {
        width: 43%;
        margin-right: flex-end;
        text-align: left;
    }
    footer h2 {
        width: auto;
    }
    .phone-num,
    .fax-num {
        letter-spacing: 0.1em;
    }
    /*-------------------------------
    home
    -------------------------------*/
    .fact-container dl {
        letter-spacing: 0.1em;
    }
    .fact-container dt {
        letter-spacing: 0.1em;
    }
    /*-------------------------------
    events
    -------------------------------*/
    .events .contents-bg {
        background-size: contain;
        background-position: center top;
    }
    /*-------------------------------
    tomb
    -------------------------------*/
    ul.cages {
        width: 980px;
        max-width: 100vw;
        list-style: none;
        display: flex;
        display: -ms-flexbox;
        /*--- IE10 ---*/
        flex-direction: row;
        margin: 35px auto 25px auto;
    }
    .cages li {
        margin: 10px;
    }
    .recommend h3 {
        font-size: 18px;
    }
    .recommend ul {
        width: 400px;
        font-size: 16px;
        margin: 1em auto 1em auto;
    }
    /*-------------------------------
    info
    -------------------------------*/
}

.contents #fact_txt  p {margin-top:0;line-height: 2em !important;margin-bottom:14%;}