@charset "utf-8";
#yumeouenjuku {
    background: #fff;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    font-family: YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    transition: .5s;
}
#yumeouenjuku .ttlCont .btn {
    margin-top: 0;
}
#yumeouenjuku .inner {
    max-width: 1160px;
    margin: 0 auto;
}
#yumeouenjuku a {
    text-decoration: none;
    color: #000;
    transition: opacity .3s;
}
#yumeouenjuku a:hover {
    opacity: .8;
}
#yumeouenjuku .btn {
    display: block;
    background: #0062af;
    text-align: center;
    color: #fff;
    font-size: 131%;
    font-weight: 700;
    padding: 0.8em 3.5em;
    border-radius: 6px;
}
#yumeouenjuku .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#yumeouenjuku .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#yumeouenjuku .mapCont {
    position: relative;
    width: 100%;
    padding-top: 25%;
    order: 1;
}
#yumeouenjuku .mapCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#yumeouenjuku .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
}
#yumeouenjuku section {
    padding: 75px 0;
}
#yumeouenjuku section:nth-of-type(odd) {
    background: #f3f4f6;
}

#yumeouenjuku .ttlCont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
#yumeouenjuku .ttlCont h2 {
    font-family: 'Roboto Condensed', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 428%;
}
#yumeouenjuku .ttlCont .sub {
    font-size: 30%;
    display: inline-block;
    margin-left: 0.5em;
}
#yumeouenjuku .slider .slick-list li {
    padding: 0 20px;
    width: 252px;
    box-sizing: content-box;
}
#yumeouenjuku .slider .slick-list a {
    display: block;
    width: 100%;
}
#yumeouenjuku .slider .slick-list figure {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
#yumeouenjuku .slider .slick-list figure img {
    position: absolute;
    width: 100%;
    max-width: none;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .5s;
}
#yumeouenjuku .slider .slick-list .date {
    font-size: 92.8%;
    opacity: 0.6;
}
#yumeouenjuku .slider .slick-list .text {
    font-weight: 700;
    margin-top: 0.3em;
}
#yumeouenjuku .slider .slick-list a:hover img {
    width: 110%;
}
#yumeouenjuku .slider .slick-dots {
    position: relative;
    margin-top: 25px;
}
#yumeouenjuku .slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
}
#yumeouenjuku .slider .slick-dots li:hover button:before {
    background: #0062af;
    transition: .3s;
}
#yumeouenjuku .slider .slick-dots li button:before {
    font-family: none;
    content: "";
    background: #b3b3b3;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: .3s;
}
#yumeouenjuku .slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #0062af;
}



/*ヘッダーナビ*/
#yumeouenjuku #header {
    background: #0062af;
    color: #fff;
    font-family: 'Roboto Condensed', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
}
#yumeouenjuku #header:after {
    content: "";
    position: absolute;
    bottom: -40px;
    height: 40px;
    width: 100%;
    background: linear-gradient(to bottom, #000 0%, rgb(0 0 0 / 0%) 100%);
    opacity: 0.05;
    z-index: 1;
}
#yumeouenjuku #header .menuCover,
#yumeouenjuku #header .menuBtn {
    display: none;
}
#yumeouenjuku #header a {
    display: block;
    text-decoration: none;
    padding: 0.4em;
    font-size: 200%;
    color: inherit;
}
#yumeouenjuku .headerLogo {
    margin-right: 5%;
}
#yumeouenjuku #header .headerLogo a {
    padding: 0;
}
#yumeouenjuku #nav ul {
    display: flex;
    justify-content: center;
}
#yumeouenjuku #nav li {
    margin: 0 .3em;
}
#yumeouenjuku #nav li a {
    text-align: center;
    line-height: 1.3;
    padding: 0.85em;
    font-weight: bold;
    transition: .5s;
}
#yumeouenjuku #nav li a:hover {
    background: rgb(255 255 255 / 25%);
    opacity: 1;
}
#yumeouenjuku #nav li a.current {
    background: rgb(255 255 255 / 15%);
}
#yumeouenjuku #nav li a.gray {
    color: rgb(255 255 255 / 50%);
    background: transparent;
    cursor: auto;
}
#yumeouenjuku #nav li .sub {
    display: block;
    font-size: 42.85%;
    letter-spacing: 0.05em;
}
@media screen and (max-width:1280px){
    #yumeouenjuku #header {
        font-size:1.25vw;
    }
}

#yumeouenjuku .hero {
    background: #c7fffe !important;
    padding: 0;
}
#yumeouenjuku .heroPh {
    width: 100%;
    max-width: 1920px;
}
#yumeouenjuku h1 {
    width: 100%;
    height: 0;
    padding-top: 25%;
    background-size: cover;
    background-image: url("../images/heroph_pc.jpg");
    position: relative;
}
#yumeouenjuku h1:before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(90deg,#c7fffe 0, transparent 150px,transparent 1770px,#c7fffe);
    z-index: 1;
}



#yumeouenjuku #links .inner {
    max-width: 1280px;
}
#yumeouenjuku .bnCont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#yumeouenjuku .bnCont li {
    max-width: 300px;
    margin: 10px;
}
#yumeouenjuku .bnCont li img {
    width: 100%;


}


#topics a.btn.more {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 2em;
}
#topics .topicsList li,
#topics .topicsList li a {
    width: 100%;
    display: flex;
}
#topics .topicsList li {
    border-bottom: 1px solid #e5e5e5;
    padding: 2.5em 0;
}
#topics .topicsList .date {
    width: 15%;
    display: flex;
    align-items: center;
    min-width: 180px;
}
#topics .topicsList .text {
    min-width: 85%;
    font-size: 114.28%;
}
#topics .topicsList a .text {
    color: #0062af;
}





#contents a.btn.more {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 2em;
}
#contents ul {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-gap: 45px 4%;
}
#contents li {
}
#contents a {
    display: block;
    width: 100%;
}
#contents figure {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
#contents figure img {
    position: absolute;
    width: 100%;
    max-width: none;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .5s;
}
#contents .date {
    font-size: 92.8%;
    opacity: 0.6;
}
#contents .text {
    font-weight: 700;
    margin-top: 0.3em;
}
#contents a:hover img {
    width: 110%;
}
#contentsDetail .inner {
    max-width: 900px
}
#contentsDetail .ttlCont {
    display: block;
    margin-bottom: 30px;
}
#contentsDetail figure {
    position: relative;
    padding-top: 56.25%;
    margin: 0;
}
#contentsDetail figure img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#contentsDetail .ttl {
    font-size: 200%;
    margin-bottom: 10px;
    font-weight: 700;
}
#contentsDetail .date {
    opacity: 0.8;
    font-size: 114.28%;
}
#contentsDetail .text {
    margin-top: 1em;
    font-size: 114.28%;
}
#contentsDetail .btn.prev {
    max-width: 350px;
    margin: 75px auto 0;
}





#about .aboutInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
}
#about h3 {
    text-align: center;
    display: inline-block;
    padding: 0.4em 3em 0.4em 2em;
    padding-left: calc(50% - 580px);
    color: #fff;
    font-size: 200%;
    background: #0062af;
    position: relative;
    z-index: 5;
    margin-right: auto;
}
#about figure {
    margin: -2em 0 -4em 0;
    position: relative;
    padding-top: 30%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
#about figure img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#about p {
    font-size: 130%;
    font-weight: bold;
    padding: 1.5em 3.5em;
    padding-right: calc(50% - 580px);
    background: #1c81c3;
    color: #fff;
    position: relative;
    margin-left: auto;
}
@media screen and (max-width:1159px){
    #about h3 {
        padding: 0.4em 3em 0.4em 0.3em;
        font-size: 180%;
    }
    #about p {
        padding: 1.5em;
        font-size: 110%;
    }
    #about figure {
        margin: -2em 0;
        padding-top: 40%;
    }
}








#backnumber .classification {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6em;
}
#backnumber .classification:last-of-type {
    margin-bottom: 0em;
}
#backnumber .classification h3.ttl {
    font-family: 'Roboto Condensed', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 428%;
    color: #0062af;
    padding-left: 0.35em;
    position: sticky;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 0.2em;
    line-height: 1;
    transform: rotate(180deg);
}
#backnumber .classification ul {
    border-left: 1px solid #0062af;
    padding-left: 2.5em;
}
#backnumber .classification li {
    border-top: 1px solid #e5e5e5;
    padding: 3em 0;
}
#backnumber .classification li:first-of-type {
    border: none;
    padding-top: 0;
}
#backnumber .classification li:last-of-type {
    padding-bottom: 0;
}
#backnumber .classification .itemData.twoColumn {
    display: flex;
    justify-content: space-between;
}
#backnumber .classification .itemData .detail {
    font-size: 120%;
}
#backnumber .classification li a.btn {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 1.5em;
}
#backnumber .classification .itemData figure {
    margin: 1.5em 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#backnumber .classification figure img {
    max-width: 300px;
    margin: 5px;
}
#backnumber .classification .itemData.twoColumn > *:first-of-type:nth-last-child(2) {
    padding-right: 1.5em;
}
#backnumber .classification .itemData.twoColumn figure {
    align-self: self-start;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#backnumber .classification .itemData.twoColumn figure img {
    width: auto;
    margin: 0;
}
#backnumber .classification .itemData.twoColumn figure img:first-of-type:nth-last-child(2) {
    margin-right: 10px;
}
#backnumber .classification li .ttl {
    font-size: 199%;
    font-weight: 700;
    margin-bottom: 1em;
}
@media screen and (max-width:999px){
    #backnumber .classification .itemData.twoColumn {
    flex-wrap: wrap;
    }
    #backnumber .classification .itemData.twoColumn figure {
        width: 100%;
        margin: 1.5em 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }
}


























#yumeouenjuku .pchide {
    display: none;
}