@charset "utf-8";
#yumeouenjuku {
    position: relative;
    font-family: YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 4vw;
    line-height: 1.6;
    color: #000;
    transition: .5s;
}
#yumeouenjuku .inner {
    width: 96%;
    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-weight: 700;
    font-size: 110%;
    padding: 0.8em 2em;
    letter-spacing: 0.1em;
    border-radius: 6px;
    margin-top: 15vw;
}
#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 .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
}
#yumeouenjuku .mapCont {
    position: relative;
    width: 100%;
    padding-top: 40%;
    order: 1;
}
#yumeouenjuku .mapCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#yumeouenjuku section {
    padding: 50px 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: 250%;
}
#yumeouenjuku .ttlCont .sub {
    font-size: 35%;
    display: inline-block;
    margin-left: 0.5em;
}
#yumeouenjuku .slider .slick-list li {
    padding: 0 2.5vw;
    width: 72vw;
    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;
}
#yumeouenjuku .slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
#yumeouenjuku .slider .slick-dots li:hover button:before {
    background: #e40076;
    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: #e40076;
}



/*ヘッダーナビ*/

#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;
    font-size: 2.2vw;
}
#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 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 {
    width: 100%;
}

#yumeouenjuku #nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
#yumeouenjuku #nav li {
    margin: 0 .3em;
}
#yumeouenjuku #nav li a {
    text-align: center;
    line-height: 1.3;
    padding: 0.85em 0.6em;
    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: 53%;
    letter-spacing: 0.05em;
}



#yumeouenjuku .hero {
    background: #333333 !important;
    padding: 0;
}
#yumeouenjuku .heroPh {
    width: 100%;
    max-width: 1920px;
}
#yumeouenjuku h1 {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-size: cover;
    background-image: url("../images/heroph_sp.jpg");
}


#yumeouenjuku .bnCont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#yumeouenjuku .bnCont li {
    max-width: 300px;
    margin: 1%;
    width: 48%;
}
#yumeouenjuku .bnCont li img {
    width: 100%;
}
#topics .topicsList li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 2em 0;
}
#topics .topicsList .date {
    margin-bottom: 0.5em;
    font-size: 92.8%;
}
#topics .topicsList a .text {
    color: #0062af;
}



#contents li {
    padding: 1em 0;
    border-bottom: 1px solid #e5e5e5;
}
#contents li,
#contents a {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
#contents figure {
    position: relative;
    min-width: 30%;
    padding-top: 22%;
    margin: 0;
    margin-right: 3%;
    overflow: hidden;
}
#contents figure img {
    position: absolute;
    height: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: height .5s;
}
#contents .date {
    font-size: 92.8%;
    opacity: 0.6;
}
#contents .text {
    font-weight: 700;
    margin-top: 0.3em;
}
#contents a:hover img {
    height: 110%;
}
#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 .ttlCont {
    display: block;
    margin-bottom: 30px;
}
#contentsDetail .ttl {
    font-size: 128.5%;
    margin-bottom: 10px;
    font-weight: 700;
}
#contentsDetail .date {
    opacity: 0.8;
}
#contentsDetail .text {
    margin-top: 1em;
}
#contentsDetail .btn.prev {
    margin-top: 10vw;
}



#about .aboutInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#about h3 {
    text-align: center;
    display: inline-block;
    padding: 0.4em 1.5em 0.4em 0.4em;
    /* padding-left: calc(50% - 580px); */
    color: #fff;
    font-size: 110%;
    background: #0062af;
    position: relative;
    z-index: 5;
    margin-right: auto;
}
#about figure {
    margin: 0;
    position: relative;
    padding-top: 50%;
    margin-top: -1.2em;
    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 {
    width: 100%;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    padding: 1em 0.6em;
    background: #1c81c3;
    color: #fff;
    position: relative;
}



#backnumber .classification {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5em;
}
#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: 300%;
    color: #0062af;
    padding-left: 0.20em;
    position: sticky;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 0.1em;
    line-height: 1;
    transform: rotate(180deg);
}
#backnumber .classification ul {
    border-left: 1px solid #0062af;
    padding-left: 1.4em;
}
#backnumber .classification li {
    border-top: 1px solid #e5e5e5;
    padding: 1.5em 0;
}
#backnumber .classification li:first-of-type {
    border: none;
    padding-top: 0;
}
#backnumber .classification li:last-of-type {
    padding-bottom: 0;
}
#backnumber .classification figure {
    margin: 1.5em 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#backnumber .classification figure img {
    width: 48%;
    margin: 1%;
}

#backnumber .classification figure img:only-of-type {
    width: 100%;
    margin: 0;
}
#backnumber .classification li .ttl {
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 130%;
}




















#yumeouenjuku .sphide {
    display: none;
}