/* 最大幅1200px */

/* 共通 */

.otokui-color{
    color: #99774C;
}

.otokui-base-color{
    background-color: #f1ebe3;
}

.base_yellow{
    background-color: yellow;
}

.pink-text{
    color: #e4007f;
}

.red-text{
    color: #ff0000;
}
.blue-text{
    color: #083EA0;
}

.white-text{
    color: #fff;
}

.text-center{
    text-align: center;
}

.mb80{
    margin-bottom: 80px;
}

.mb40{
    margin-bottom: 40px;
}

.mb24{
    margin-bottom: 24px;
}

.mb20{
    margin-bottom: 20px;
}


.mb1{
    margin-bottom: 1rem;
}

.mb2{
    margin-bottom: 2rem;
}

.mb2h{
    margin-bottom: 2.5rem;
}

.mb4{
    margin-bottom: 4rem;
}

.mb8{
    margin-bottom: 8rem;
}

.mb04{
    margin-bottom: 4px;
}

.mt20{
    margin-top: 20px;
}

.mt40{
    margin-top: 40px;
}

.pt10{
    padding-top: 10px;
}

.pt20{
    padding-top: 20px;
}

.padding24{
    padding: 24px;
}










/* PC */

.otokuisama{
 
    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;
}


.hero{
    width: 100%;
    height: auto;
}



.big-title-area-2column{
    display: flex;
    gap: 3%;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
} 



.guidance-container{    
    
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
}

.guidance-container > h1{
    margin-top: -10px;
}

.guidance-inner{
    display: flex;
    gap: 5%;
}

.map-aria{
padding-top: 25px;
}
/*
.map{
    width: 50%;
    height: auto;
}

.present{
    width: 50%;
    height: auto;
}*/

.present > h2{
    font-size: 2rem;
}



.big-title-area{
    /* width: 94%; */
    height: 100px;
    border: #99774C 3px solid;
    background-color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
}

/* .big-title-area img{
    width: 100%;
} */


.big-title{
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.4rem;
    margin-bottom: -10px;
}



.item-box{
    display: flex;
	flex-wrap: wrap;
    
}



.item-heading-deco{
    border-top: solid 4px #99774C;
}
.item-heading-deco2{
    border-top: solid 4px #fff;
}

.line-deco{
    position: relative;
}

.line{
    background-color: #99774C;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0;
}

.line2{
    background-color: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0;
}


.item-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
    row-gap: 40px;
    padding-left: 3%;
    padding-right: 3%;
}

.item-heading{
    font-size: 1.8rem;
    font-weight: bold;
}

.item-title{
    font-size: 1.6rem;
    line-height: 1.5em;
} 
.text-size20{
    font-size: 2rem;
}

.item-title-s{
    font-size: 2rem;
    font-weight: normal;
}

.item-session{
    font-size: 1.5rem;
}

.annotation_text{
    font-size: 1.2rem;
}
.annotation_text_bold{
    font-weight: bold;
}

.item-photo{
    display: table;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
}
    
.item-phto__fig{
    font-size: 1.2rem;
    position: absolute;
    bottom: 1%;
    right: 1%;
}
.caption__fig{
    font-size: 1.2rem;
    position: absolute;
    bottom: 1%;
    left: 1%;
}

.plitem-phto__fig{
    font-size: 1.2rem;
    position: absolute;
    bottom: 1%;
    right: 1%;
}
.plesent-photo{
    display: table;
    margin-left: 30%;
    margin-right: 30%;
    position: relative;   
}
.plesent-size_l{
    margin-left: 15%;
    margin-right: 15%;     
}

.btq-logo{
    display: table;
    
}

.outside-2-5{
    bottom: -1.8%;
    right: 0%;
}
.outside-2{
    bottom: -2%;
    right: 0%;
}
.outside-1{
    bottom: -3%;
    right: 0%;
}
.outside{
bottom: -4%;
right: 0%;
}
.outside2{
    bottom: -5%;
    right: 0%;
}
.outside3{
    bottom: -8%;
    right: 0%;
}
.name_outside{
    bottom: -12%;
    right: 16%;
    text-align: right;
}

.outside2rem{
    bottom: -2rem;
    right: 0%;
}

.pl_outside{
    bottom: -15%;
    right: 0%;
}
.pl_outside2{
    bottom: -20%;
    right: 0%;
}


.text-icon{
padding: 1px 5px;
background-color: #000000;
font-size: 1.4rem;
}
.gs-icon{
    padding: 0 2px;
    background-color:#F8F808;
    }

.enclosure{
    padding: 10px;
    border: #e4007f 1px solid;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.enclosure-btq{
    padding: 10px;
    border: #99774C 1px solid;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.enclosure-btq_title{
   background-color: #99774C;
   padding: 1px 0 5px;
   font-weight: bold;

}

.pc-only{
    display: block;
}

.sp-only{
    display: none;
}

.flex{
    display: flex;
}

.item-box > article{
    margin-bottom: 40px;
} 

.black-btn{
    background-color: #000;
    width: 300px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.black-btn2{
    background-color: #000;
    width: 300px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.note2{
    font-size: 0.8rem;
    vertical-align:40%;
}



  


/* タブレット */
@media (max-width:768px){
    .hero{
        width: 100%;
        height: auto;
    }

    .item-container{
        display: block;
    }

    .guidance-inner{
        display: block;
    }
    /*
    .present{
        width: 100%;
        height: auto;
    }*/
}


/* SP */
@media (max-width:600px){
    .otokuisama{
        font-size: 1.2rem;
    }
    
    .hero{
        width: 100%;
        height: auto;
    }

    .mi-mark{
        font-size: 1rem;
    }

    .pc-only{
        display: none;
    }

    .sp-only{
        display: block;
    }
    .map-aria{
        padding-top: 0px;
        }
    /*
    .map{
        width: 100%;
        height: auto;
    }*/
    .present{
        margin-top: -30px;
    }
    .plesent-photo{
        display: table;
        margin-left: 15%;
        margin-right: 15%;  
    }
    .plesent-size_l{
        margin-left: 0%;
        margin-right: 0%;     
    }

    .big-title{
        font-size: 1.8rem;
    }

    .big-title-area{
        height: 88px;
    }

    .item-heading{
        font-size: 1.4rem;
    }
    .ls_hed{
    letter-spacing: -0.005em;
    }

    .item-title{
        font-size: 1.4rem;
    } 

    .item-title-s{
        font-size: 1.4rem;
    }

    .item-session{
        font-size: 1.4rem;
    }

    .item-container > article{
        margin-bottom: 40px;
    } 

    .outside-2-5{
        bottom: -3%;
        right: 0%;
    }
    .outside-2{
        bottom: -4%;
        right: 0%;
    }
    .outside-1{
        bottom: -5%;
        right: 0%;
    }
    .outside{
        bottom: -6%;
        right: 0%;
    }
    .outside2{
        bottom: -8%;
        right: 0%;
    }
    
    .outside3{
        bottom: -10%;
        right: 0%;
    }
    .name_outside{
        bottom: -18%;
        right: 16%;
        text-align: right;
    }


    .text-icon{
        font-size: 1.2rem;
        }

    .black-btn{
        width: 240px;
    }
    .black-btn2{
        width: 240px;
    }

        

}
