@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 768px) {


.moshikomi-btn {
    width: 10%;
    max-width: 50px;
    position: fixed;
    top: 40%;
    right: -5px;
    z-index: 10;
    transition: all 0.2s;
}

.moshikomi-btn:hover {
    right: 0px;
}

.main-otoyo {
    margin: 0 !important;
    padding: 0 0 60px;
}

.otoyo-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.otoyo-wrap img {
    margin: 0;
    line-height: 70%;
}

.otoyo-wrap ul {
    margin: 0;
}

.otoyo-wrap h3 {
    border-bottom: none;
}

.otoyo-wrap h3:before {
    display: none;
}

.ot_mainimg {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 70%;
}

.ot-nav-space {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

/****NAVIGATION****/

ul.ot-nav {
    width: 98%;
    margin: 0 auto;
    padding: 10px 1%;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: dashed 1px #33701D;
    border-bottom: dashed 1px #33701D;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    font-size: 100%;
    line-height: 110%;
}

ul.ot-nav li {
    width: 48%;
    text-align: center;
}


ul.ot-nav li a {
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #004B00;
    transition: 0.2s;
}

ul.ot-nav li a:hover {
    text-decoration: none;
    opacity: 0.5;
}

ul.ot-nav li a:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 10px auto 0;
    background-color: #33701D;
}

/****INTRO****/

.ot-intro {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/intro_bk.jpg");
    background-size: cover;
}

.ot-intro .intro-mds {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

.ot-intro .intro-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 100%;
    line-height: 210%;
}

ul.intro-img-list {
    width: 100%;
    margin: 5px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul.intro-img-list li {
    width: 33%;
    line-height: 70%;
}

.ot-where-space {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.ot-where-space .ot-where-l {
    width: 100%;
}

.ot-where-space .ot-where-r {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 30px;
}

.ot-where-space .ot-where-r .where-mds {
    width: 100%;
    margin: 0 0 30px;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    font-size: 150%;
    line-height: 180%;
    color: #004B00;
}

.ot-where-space .ot-where-r .where-txt {   
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 100%;
    line-height: 240%;
}

.ot-where-space .ot-where-r .where-map {
    width: 80%;
    margin: 0 auto;
}

/****NERAI****/

.nerai-main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.ot-sec {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;   
}

section.ot-sec:last-child {
    padding: 100px 0 0;
}

section.ot-green-sec {
    background-color: #004B00;
}

section.ot-beige-sec {
    background-color: #F3F3F0;
}

.os-wrap {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

h2.ot-hd {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: normal;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 140%;
    color: #004B00;
    text-align: center;
}

h2.ot-hd:before {
    content: "";
    display: block;
    width: 80px;
    height: 30px;
    margin: 0 auto 10px;
    background-image: url("../img/h2_mtn-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

h2.ot-hd-white {
    color: #FFF;
}

h2.ot-hd-white:before {
    background-image: url("../img/h2_mtn-white.svg");
}

h3.nerai-hd {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: normal;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 180%;
    color: #004B00;
    text-align: left;
}

ul.nerai-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.nerai-list li {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

ul.nerai-list li:last-child {
    margin: 0;
}

ul.nerai-list li .nl-img {
    width: 100%;
    margin: 0 0 10px;
}

ul.nerai-list li .nl-r {
    width: 100%;
}

ul.nerai-list li .nl-r h4.nerai-mds {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: normal;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 140%;
    color: #004B00;
    text-align: left;
}

ul.nerai-list li .nl-r .nerai-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 90%;
    line-height: 240%;
} 

ul.nerai-img-list {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-inline-start:0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.nerai-img-list li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

/****GAIYO****/

.program-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #FFF;
}

.program-wrap .program-txt {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
}

.program-wrap iframe {
    margin: 0 auto;
    display: block;
}

.gaiyo-img {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/gaiyo_main.jpg");
    background-attachment:inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/****SCHEDULE****/

h3.ot-program {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: normal;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 180%;
    color: #004B00;
    text-align: center;
}

ul.schedule-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    list-style: none;
}

ul.schedule-list li {
    margin: 0 0 100px;
}

ul.schedule-list li:last-child {
    margin: 0;
}

ul.schedule-list li .mds-br {
    width: 100%;
    margin: 0 0 30px;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    
    background-color: #004B00;
    transform: skewX(-20deg);
}

ul.schedule-list li .mds-br h4.schedule-mds {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #FFF;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    transform: skewX(20deg);
    letter-spacing: 0.1em;
}

ul.schedule-list li .schedule-main {
    margin: 0 0 30px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    line-height: 210%;
}

ul.schedule-list li .schedule-txt {
    width: 95%;
    margin: 0 auto;
    font-size: 90%;
    line-height: 240%;
}

ul.day-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.day-list li.day {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 2.4%;
    position: relative;
    overflow: hidden;
    border: solid 1px #707070;
    display: block;
    justify-content: space-between;
    align-items: center;
}

ul.day-list li.day .day-img {
    width: 90%;
    margin: 0 auto 10px;;
}

ul.day-list li.day .day-r {
    width: 100%;
}

ul.day-list li.day .day-r h5.day-mds {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: normal;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 140%;
    color: #004B00;
    text-align: center;
}

ul.day-list li.day .day-r .day-txt {
    font-size: 90%;
    line-height: 210%;
}

ul.day-list li.arr {
    width: 100%;
    margin: 0;
}

ul.day-list li.arr:before {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    margin: 0 auto;
    background-image: url("../img/schedule_arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.small {
    font-size: 70%;
}

.program-merits {
    width: 95%;
    margin: 60px auto 0;
    padding: 30px 2.5% 40px;
    position: relative;
    overflow: hidden;
    border: solid 1px #33701D;
}

.program-merits h5.merits-mds {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: normal;
    text-align: center;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 140%;
    color: #004B00;
}

.program-merits h5.merits-mds:before {
    content: "";
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto 10px;
    background-image: url("../img/pgm_merits-rays.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.program-merits .merits-txt {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    font-family: "Hannari", YuMincho,'Yu Mincho',serif;
    line-height: 210%;
    color: #004B00;
}

/****FEE****/

.fee-main {    
    width: 100%;
    height: 260px;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/fee_bk.jpg");
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
}

.fee-main h2.ot-hd {
    margin: 0;
}

.fee-txt {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
}

.fee-kyocho {
    color: #004B00;
    font-size: 160%;
    font-weight: bold;
}

.fee-txt a {
    color: #FF4E00;
    text-decoration: underline;
}

.signup {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.signup .signup-btn {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 30px;
    background-color: #004B00;
    border-radius: 50px;
    font-size: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.signup .signup-btn:last-child {
    margin: 0 auto;
}

.signup .signup-btn:hover {
    letter-spacing: 0.2em;
    background-color: #ab4107;
}

.signup .signup-btn a {
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #FFF;
}

.signup .signup-btn a:hover {
    text-decoration: none;
}

/****Q and A****/

dl.qa-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

dl.qa-list dt {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #004B00;
    font-size: 110%;
    font-weight: bold;
}

dl.qa-list dd {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    border-bottom: solid 1px #707070;
}

dl.qa-list dd:last-child {
    margin: 0;
}

/****CONTACT****/

.contact-txt {
    margin: 0 0 60px;
    font-size: 110%;
    font-weight: bold;
    line-height: 210%;
    text-align: center;
}

.contact-btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #004B00;
    border-radius: 50px;
    font-size: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.contact-btn a {
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #FFF;
}

.contact-btn:hover {
    letter-spacing: 0.2em;
    background-color: #ab4107;
}

.contact-btn a:hover {
    text-decoration: none;
}

.final-img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 70%;
}

/****OTOYO ASUNOJINZAI NEWS****/

.main-otoyo .otoyo-news {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto;
}


/****PAST EVENTS****/

#anch-pastevents {
    background-image: url("../img/past-events_bk.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

ul.past-events {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
}

ul.past-events li {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    transition: all 0.3s;
}

ul.past-events li:nth-child(3n+3) {
    margin: 0 0 30px;
}

ul.past-events li:hover {
    opacity: 0.5;
}

ul.past-events li a {
    color: #FFF;
    text-decoration: none;
}


}