@charset "UTF-8";

:root{
--black: #3c3c3c;
--green: #46645A;
--lightgreen: #94bec0;
--brown: #8f785f;
--lightblue: #e8eef4;
--grey: #eae5da;
--darkgrey :#efefef;
--yellow: #fff791;
--white: #fff;
}

html{
    color: var(--black);
    font-size: 62.5%;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    /* font-family: "Noto Sans JP", sans-serif; */
    /* font-family: "Shippori Mincho", serif; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "din-2014", sans-serif; */
    /* font-family: "adobe-garamond-pro", serif; */
    } 

img{
   width: 100%;
} 

/* =====共通===== */
@media screen and (max-width: 768px){
    .sub_title{
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "din-2014", sans-serif;
    text-align: center;
    letter-spacing: 0.08rem;
    margin-bottom: 10px;
}

h2{
        font-size: 2.4rem;
        font-weight: 400;
        text-align: center;
    }

    h3{
        font-size: 2.4rem;
        font-weight: 400;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
    }

    .btn{
        display: block;
        border: 0.5px solid var(--black);
        background-color: var(--white);
        width: 220px;
        height: 45px;
        margin: 30px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
        position: relative;
    }
     .btn::after{
        content: "";
        width: 1px;
        height: 18px;
        position: absolute;
        top: 13px;
        right: 10px;
        background: url(/images/btn_arrow.svg) no-repeat center;
        width: 15px;
        height: 15px;
    }

    .plan_btn{
        display: block;
        width: 220px;
        height: 30px;
        margin: 0 auto;
        font-size: 1.5rem;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
        position: relative;
        color: var(--white);
        position: relative;
         display: flex;
        align-items: center;
        justify-content: center;
    }
    .plan_btn::after{
       content: "";
        width: 1px;
        height: 18px;
        position: absolute;
        top: 8px;
        right: 5px;
        color: var(--white);
        background: url(/images/btn_arrow_white.svg) no-repeat center;
        width: 15px;
        height: 15px;
    }

    .marker{
        background-color: var(--yellow);
    }
}



/* =============== マイページ=============== */

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

    .mypageheader_inner{
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 5%;
    }
    .header_nav ul{
        display: flex;
        align-items: center;
        gap: 8px;
       
    }

     .header_nav ul img{
        width: 15px;
        height: 15px;
        text-align: center;
     }

     .header_nav_flexbox{
        text-align: center;
     }
     .mypage_logo{
        font-size: 2.4rem;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.05rem;
        line-height: 1;
     }

    .header_nav ul a{
        font-size: 1rem;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
    }

    input[type="text"]{
        border: 1px solid #aaaaaa;
        border-radius: 2px;
        padding: 8px 10px;
        width: 85%;
        margin-right: 5px;
       font-family: "Noto Sans JP", sans-serif;
    }

    .search_area{
       width: 90%;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
    }

    .searchbox{
        background-color: #656363;
        padding: 3px 10px;
        text-align: center;
        border-radius: 2px;
    }
    .searchbox img{
        width: 12px;
        height: 12px;
    }

    button{
        color: var(--white);
        line-height: 1;
        font-size: 1rem;
    }

    .mypage_main .top_image{
        width: 100%;
        margin-top: 20px;
    }
   .mypage_main img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: left -10px bottom 0px;
    zoom: 0.9;
    }

.mypage_main{
    position: relative;
}

.mypage_main h1 {
        position: absolute;
        text-align: center;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.08rem;
        color: var(--white);
        font-family: "Shippori Mincho", serif;
    }

    .mypage_main .main_visual_txtboxflex {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        text-align: center;
        font-size: 2.6rem;
        font-weight: 500;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

     .mypage_main .main_visual_subtxt{
        position: absolute;
        text-align: center;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
     }

    .main_menu{
        width: 85%;
        margin: 15px auto 30px;
    }

    .menu_item_box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        
    }

    .menu_item{
        background: #E5DDD1;
        background: linear-gradient(90deg,rgba(229, 221, 209, 1) 0%, rgba(229, 221, 209, 1) 50%, rgba(243, 238, 232, 1) 100%);
        width: 160px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .menu_item p{
        text-align: center;
        font-size: 1.4rem;
        font-weight: 400;
        color: #8f785f;
        font-family: "Noto Sans JP", sans-serif;
    }

    .main_menu .wide{
         background: #E5DDD1;
        background: linear-gradient(90deg,rgba(229, 221, 209, 1) 0%, rgba(229, 221, 209, 1) 50%, rgba(243, 238, 232, 1) 100%);
        width: 100%;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mypage_footer{
        height: 80px;
    }

    .mypage_footer .footer_nav_box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

     .mypage_footer .footer_nav_item {
        width: 50%;
     }

    .mypage_footer .footer_nav {
        background-color: var(--green);
        position: fixed;
        width: 100%;
        bottom: 0;
    }

    .main_visual_txtboxflex .img{
        width: 70%;
    }

  .footer_nav{
        background-color: var(--green);
        position: fixed;
        width: 100%;
        bottom: 0;
         box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.5);
    }
    .footer_nav_box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer_nav_item{
        width: 50%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-right: 1px solid var(--white);
    }
    .footer_nav_item:last-child{
        border-right: none;
    }
    
    .footer_nav_item a{
        display: block;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: 500;
        color: var(--white);
        font-family: "Noto Sans JP", sans-serif;
    }

    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    .footer{
        margin-top: -10px;
        height: 80px;
        background-color: var(--brown);
    }

    .main_visual_subtxt {
        font-size: 1.4rem;
        color: var(--white);
        font-weight: 400;
        letter-spacing: 0.08rem;
        position: absolute;
        text-align: center;
        top: 240px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        color: var(--brown);
        font-family: "Noto Sans JP", sans-serif;
        padding: 6px 8px;
        width: 280px;
        background-color: var(--white);
    }

    .mypage_main .main_visual_txtboxflex .big img{
        width: 70%;
        height: auto;
    }
}

