/*************全ページ共通のCSS*************/
/*************初期設定*************/
html {
    font-size: 10px;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 1.4rem;
    color: #1A1311;
    line-height: 1.6;
    background: url("/img/back.jpg");
    background-size: 100px 100px;
}

.wrapper {
    background: rgba(255,255,255,0.5);
}

p a {
    text-decoration: underline;
}

dd {
    margin: 0;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.4rem;
    }
}

.ja {
    font-family: kazuraki-sp2n, serif;
    font-weight: 300;
    font-style: normal;
}

.normal {
    font-family: serif;
}

.en {
  font-family: 'Russo One', sans-serif;
}

h1,h2,h3 ,h4 {
    font-weight: inherit;
}

.myButton {
    background: #BA0015;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    text-align: center;
    padding: 0 20px;
    height: 36px;
    font-size: 1.5rem;
    border-radius: 4px;
}

.paragraph {
    line-height: 1.6;
}

.c {
    color: #BA0015;
}

.hamburger {
    width: 20px;
    height: 14px;
    z-index: 1;
    background: url(/img/ham.svg) center center no-repeat;
    background-size: contain;
}

.hamburger.show,
.hamburger.true {
    background: url("/img/hamClose.svg") center center no-repeat;
    background-size: contain;
}

header {
    height: 66px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #fff;
}

header .inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.myGlobalNav {
    background: #FFF;
    padding: 100px 0;
    display: inherit;
    opacity: 1;
  left: -100%;
}

.myGlobalNav.show {
    left: 0;
}

.myGlobalNav.true {
  left: 0;
}

.myGlobalNav {
    background: #BA0015;
    color: #fff;
    padding: 65px 0 100px;
}

.myGlobalNavHeader {
    background: #930011;
    padding: 20px 0;
    text-align: left;
    font-size: 1.6rem;
}


.myGlobalNav .inner {
    height: 100%;
    padding: 0 20px;
}

.myGlobalNav ul {
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #555;
}

.myGlobalNav ul:last-of-type {
    border-bottom: 0;
}

.myGlobalNav li {
    font-size: 1.6rem;
    height: auto;
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    position: relative;
  z-index: 1;
    border-bottom: 1px solid #fff;
}

.myGlobalNav li i {
    font-size: 1.6rem;
    margin: 0 10px 0 20px;
}

.myGlobalNav li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #A0C3FF;
    opacity: 0;
    content: "";
    display: block;
    z-index: -1;
    -webkit-border-radius: 0 21px 21px 0;
    -moz-border-radius: 0 21px 21px 0;
    border-radius: 0 21px 21px 0;
}

.myGlobalNav li.active:before {
    opacity: 1;
}

.myGlobalNav li.active {
    color: #19448E;
}

.myMenuContainer {
    width: 100%;
}

.myImg {
    padding-top: 55%;
    overflow: hidden;
    height: 0;
}

.copyRights {
    background: #5F9997;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 160px;
        height: 87px;
        background-size: contain;
        padding: 18px 0 0 40px;
    }

    header .container {
        display: flex;
        justify-content: space-between;
    }

    .footerLogo.pc {
        display: block !important;
        position: relative;
        width: 13rem;
    }

    .footerNav {
        max-width: unset;
        width: 27rem;
        padding: 0 0 0 10rem !important;
    }

    .footerNavContainer {
        display: flex;
    }

    .footerInfo .inner {
        justify-content: space-between;
    }
}

@media screen and (min-width: 769px) {
    .myGlobalNav {
        width: 300px;
        padding: 65px 0;
    }
}

/*************追加分*************/

.hamburger {
    position: absolute;
    left: 20px;
    height: 25px;
    width: 25px;
}

.logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
}

.logo p {
    font-size: 1rem;
    margin: 0 0 4px;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
}

.logImg {
    width: 150px;
}

.main {
  min-height: 100vh;
}

.slick-track {
    width: calc(80vw * 8 + 1px) !important;
}

.myNewBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
}

.myButton i {
    margin: 0 0 0 1em;
}

.paragraph {
    border-bottom: #845B00 1px solid;
}

.paragraph:last-of-type {
    border-bottom: none;
}

.paragraph h2 {
    font-size: 1.8rem;
    margin: 0 0 42px;
    line-height: 1;
}

.myPostMeta p {
    display: inline-block;
    font-size: 13px;
    margin: 0 1em 0 0;
}

.myPostMeta p a {
    color: inherit;
    text-decoration: none;
}

.myPostMeta p i {
    margin: 0 0.5em 0 0;
}

.myPostMeta,
.myPostTitle h3,
.myPostExcerpt {
    /*border-bottom: 1px solid #ddd;*/
    /*padding: 0 0 10px;*/
    margin: 0 0 15px;
}

.myCategory {
    background: #BA0015;
    color: #fff;
    padding: 0.2em 2em;
    border-radius: 1em;
    font-weight: bold;
}

.myPostExcerpt {
    font-size: 13px;
}

.myTag li {
    display: inline-block;
    font-size: 13px;
    margin: 0 1em 0 0;
}

.myPostItem {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    margin: 0 0 20px;
}

.myPostView {
    overflow: hidden;
    padding-top: 60%;
}

.myPostTitle {
    padding: 20px 10px;
}

.myEventItem {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    margin: 0 0 20px;
}

.myEventView {
    overflow: hidden;
    padding-top: 60%;
}

.myEventTitle {
    padding: 20px 10px;
}

.myEventTitle h3 {
    margin-bottom: 20px;
}

.myEventTitle .myPostMeta p:first-child {
    margin-bottom: 10px;
}

.myPage span {
  color: #19448E;
}

.myPage span.active {
  color: inherit;
}

footer {
    background: #BA0015;
    color: #fff;
}

footer .container {
    padding: 50px 0;
}

.myFooterTitle {
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.myFooterMenu {
    margin: 0 0 40px;
}

.copyRights {
    background: #930011;
    padding: 20px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    padding: 20px 10px;
}

.pagination p {
    padding: 0 1em;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.5rem;
    }

    .logo {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 0;
    }
    .header, header, header .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
    }

    .logo p {
        width: 100%;
        text-align: center;
        line-height: 1;
        display: block;
        margin: 0 0 5px;
    }

    .inner {
        padding: 0 100px;
    }

    main .inner {
        padding: 0;
    }

    .myMax {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .ininner {
        width: calc(100% - 200px);
    }

    .myItem {
        margin: 0 auto 60px;
    }

    .paragraph {
        padding: 60px 0;
    }

    .mySection {
        padding: 100px 0;
    }

    .mySection .inner {
        /*max-width: 1180px;*/
        margin: 0 auto;
    }

    .mySection#mv .inner {
        max-width: unset;
    }

    .mySection.withBack {
        padding: 100px 0;
    }

    .myButton {
        border-radius: 10px;
        padding: 10px 40px;
        font-size: 14px;
    }

    .header, header, header .inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mySection#contact {
        padding: 0 0 100px;
    }

    section,
    .myRow {
        width: 100%;
    }


    .myPostItem {
        display: flex;
        flex-wrap: wrap;
    }

    .myPostView {
        padding-top: 55%;
        /*width: 40%;*/
        min-width: 290px;
    }

    .myPostTitle {
        padding: 0;
        /*width: 60%;*/
    }

    .myPostTitle .myButton {
        border-radius: unset;
        padding: 10px 30px;
        font-size: 14px;
        width: 60px;
        height: 100%;
    }

    .myPostText {
        padding: 15px 30px;
        width: calc(100% - 60px);
    }

    .myPostTitle h3 {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: bold;
    }

    .myPostTitle .myButton a {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        position: relative;
        padding: 10px 30px;
    }

    .myPostTitle .myButton i {
        margin: 0;
    }

    .myEventView {
        overflow: hidden;
        padding-top: 72%;
    }

    .myEventView img {
        max-width: unset;
        width: auto;
        height: 100%;
    }

    .myPostTitle,
    .myEventTitle{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .myEventTitle {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .myEventText,
    .myEventTitle .myPostMeta{
        padding: 20px 30px 0;
    }
    .myEventTitle .myPostMeta {
        /*margin-bottom: 20px;*/
    }

    .myEventTitle h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .myEventTitle .myButton {
        margin: 0;
        border-radius: unset;
    }

    footer .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .myFooterTitle {
        display: block;
        width: 100%;
    }

    footer .inner ul,
    footer .inner div {
        width: 50%;
    }

    .pagination {
        padding: 15px 30px;
    }
}

@media screen and (min-width: 1115px) {
    .myPostView {
        padding-top: 29%;
        width: 40%;
        min-width: 290px;
    }

    .myPostView img {
        height: 100%;
        width: auto;
    }

    .myPostTitle {
        padding: 0;
        width: 60%;
    }

    .myMax {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .myRow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #recent {
        width: calc( 70% - 20px);
        border: none;
    }

    #event {
        width: calc( 30% - 20px);
    }
}