@charset "utf-8";
:root {
    --font-sans-serif:"Roboto" , 'Noto Sans JP','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,sans-serif;
    --font-serif:'Playfair Display', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro' , serif;
  }

/*サイドバー「Latest Feature」非表示*/
.side_collist{
    display:none !important;
}

.mv{
    width:100%;
    aspect-ratio:100 / 44.36 ;
    max-height:606px;
    background:#000 url(../img/mv_img.jpg) no-repeat center center / cover;
    padding:30px 15px 60px;
    margin-bottom:60px;
}
.mv .mv_inner{
    max-width: 1100px;
    height:100%;
    padding: 0 5px;
    margin: auto;
    display: flex;
    justify-content: end;
    align-items: end;
}
.mv .page_title{
    font-size:42px;
    font-size:clamp( 4vw , 42px);
    line-height: 1.3;
    font-weight: 300;
    color:#fff;
}
.mv .page_title span{
    font-family: var(--font-serif)!important;
    font-size:74px;
    font-size:clamp( 7vw , 74px);
    letter-spacing: 0.04em;
    font-weight: 400;
    display:block;
}
.hiking_izumisano {
    font-family: var(--font-sans-serif)!important;
    font-size:16px;
    line-height: 1.75;
}
.hiking_page .intro{
    margin-bottom:45px;
}
.hiking_page .intro > p{
    font-size:20px;
    color:#333;
    margin-bottom:25px;
}
.hiking_page .intro_title{
    font-family: var(--font-sans-serif)!important;
    color: #333;
    font-size:43px;
    letter-spacing: 0.04em;
    margin-bottom:20px;
}
.author{
    padding-top:20px;
    margin-top: 25px;
    margin-bottom:25px;
    border-top:1px solid #C9C9C9;
}
.author.flex{
    display:flex;
    align-items:flex-start;
    gap:20px;
}
.author figure{
    width: 120px;
    aspect-ratio: 1 / 1 ;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ccc;
}
.author figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.author_profile{
    flex:1;
}
.author_title{
    font-size:19px;
    font-weight: 500;
}
.day_head{
    display: block;
    width: 100%;
    font-size:29px;
    font-weight: 500;
    text-align: center;
    color:#333;
    padding:5px;
    background: #F2F2F2;
    margin-bottom:35px;
}
.sec_title{
    font-family: var(--font-serif)!important;
    font-size:36px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color:#333;
    margin-bottom:20px;
    padding-bottom:8px;
    border-bottom:1px solid #C9C9C9;
}
.sec_title span{
    font-family: var(--font-sans-serif)!important;
    display: block;
    font-size:17px;
    letter-spacing: 0;
    font-weight: 500;
    color:#EE0A0A;
}
.course_contents{
    margin-bottom:60px;
}
.course_contents p{
    font-size:20px;
    line-height: 1.5;
    margin-bottom:25px;
}

.course_contents > p + figure {
    margin-top:60px;
}
.course_contents figure {
    margin-bottom: 40px;
}
.course_contents dl{
    display:flex;
    gap:40px 30px;
    flex-wrap: wrap;
}
.course_contents dl dt{
    width:90px;
    font-size:20px;
    font-weight: 500;
    flex-shrink: 0;
}
.course_contents dl dd{
    width:calc(100% - 120px);
    font-size:20px;
}
.course_contents span.italic{
    font-style: italic;
}
.higashiosaka_journey section a {
    color: #F17210;
    text-decoration: underline;
}
.higashiosaka_journey section figure figcaption {
/*    background-color: rgba(153, 210, 87, .15);*/
    background-color: #e8ffcf26;    
/*    color: #99D257;*/
    color: #81c92f;
    padding: 1em;
    display: flex;
    justify-content: center;
}
.higashiosaka_journey section.intro figure {
    margin-bottom: 40px;
}
.higashiosaka_journey .inner .flex{
    display: flex;
    gap: 35px;
    margin: 0 0 40px;
}
.higashiosaka_journey .text h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}
.higashiosaka_journey .flex figure {
    min-width: 300px;
}
.higashiosaka_journey .flex .text a {
    color: #F17210;
    text-decoration: underline;
}

/*Mapリンク追加*/
.higashiosaka_map_icon a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
p.higashiosaka_map_icon a:before {
    background-image: url(../img/higashiosaka_map_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 10%;
    width: 20px;
    height: 20px;
    content: "";
}

@media (max-width: 600px) { 
    .hiking_izumisano {
        line-height: 1.5;
    }
    .mv{
        aspect-ratio:100 / 122.93 ;
        max-height:461px;
        background-image:url(../img/mv_img_sp.jpg);
        padding:30px 40px 45px;
        margin-bottom:30px;
    }
    .mv .mv_inner{
        padding: 0 5px;
        justify-content: center;
        align-items: end;
    }
    .mv .page_title{
        font-size:26px;
        font-size:clamp( 2vw , 26px);
    }
    .mv .page_title span{
        font-size:36px;
        font-size:clamp( 3vw , 36px);
    }
    .hiking_page .intro_title{
        font-size:28px;
        margin-bottom:10px;
    }
    .hiking_page .intro > p{
        font-size:16px;
    }

    .author{
        padding-top:25px;
        margin-top: 30px;
        margin-bottom:30px;
        border-top:1px solid #C9C9C9;
    }
    .author.flex{
        align-items:flex-start;
        gap:25px;

    }
    .author figure{
        width: 87px;
        aspect-ratio: 1 / 1 ;
    }
    .day_head{
    /*    width: 285px;*/
        font-size:22px;
        margin:0 auto 15px;
        margin-bottom:15px;
    }
    .sec_title{
        font-size:20px;
        line-height: 1.3;
        text-align: center;
        padding-bottom:10px;
        border-bottom:1px solid #C9C9C9;
    }
    .sec_title span{
        font-size:16px;
        text-align: center;
    }
    .course_contents{
        margin-bottom:30px;
    }
    .course_contents p{
        font-size:16px;
        margin-bottom:30px;
    }
    
    .course_contents > p + figure {
        margin-top:30px;
    }
    .course_contents figure {
        margin-bottom: 25px;
    }
    .course_contents dl{
        flex-direction: column;
        gap:10px;
    }
    .course_contents dl dt{
        width:100%;
        font-size:15px;
    }
    .course_contents dl dd{
        width:100%;
        font-size:16px;
    }    
    .course_contents dl dd + dt{
        margin-top:30px;
    }
    .higashiosaka_journey section a {
        font-size: 11px;
    }
    .higashiosaka_journey .inner .flex{
        flex-direction: column;
        gap: 25px;
        margin: 20px;
    }
    .higashiosaka_journey .text h4 {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    .higashiosaka_journey .text a {
        font-size: 9px;
    }    
    .text p.higashiosaka_map_icon a:before {
        top: 0;
    }
}