@charset "utf-8";
main{
    color: #dbc5a4;
}

.about_item{
    padding: 40px 0;
    border-top: solid 1px #dbc5a4;
}
.about_item:last-child{
    padding-bottom: 0;
}
.about_ttl{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 auto 40px;
}
.about_ttl::before{
    content: "";
    display: block;
    background: #bc1616;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: relative;
    top: 0.1em;
}
.info_ttl{
    font-size: 32px;
    margin-bottom: 30px;
}
.info_ttl .en{
    font-size: 42px;
    margin-right: 0.5em;
}
.info_list li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.info_list li:not(:last-child){
    margin-bottom: 10px;
}
.info_list_ttl{
    font-size: 14px;
    border: solid 1px #dbc5a4;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 100px;
    white-space: nowrap;
}
.info_list_dtl{
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.info_list_dtl a{
    text-decoration: underline;
    transition: 0.3s;
}
.info_list_dtl a:hover{
    opacity: 0.6;
}
.info_cap{
    display: block;
    font-size: 12px;
}


.map_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map{
    width: 50%;
    height: 350px;
    /* aspect-ratio: 600 / 350; */
}
.map iframe{
    width: 100%;
    height: 100%;
}
.address{
    width: 46%;
    line-height: 2;
    font-size: 14px;
}
.address a{
    font-size: 12px;
    text-decoration: underline;
    transition: 0.3s;
}
.address a:hover{
    opacity: 0.6;
}


@media(max-width: 1300px){

}

@media(max-width: 1100px){

}

@media(max-width: 1000px){
.info_ttl {
    font-size: 26px;
}
.info_ttl .en {
    font-size: 36px;
}
.about_ttl {
    margin: 0 auto 20px;
}
}



@media(max-width: 800px){

}

@media(max-width: 768px){
.info_list_ttl {
    font-size: 12px;
}
.info_list_dtl {
    font-size: 12px;
}
}


@media(max-width: 650px){
.info_ttl {
    font-size: 22px;
}
.info_ttl .en {
    font-size: 30px;
    display: block;
    margin-bottom: 0.3em;
}
.info_list li{
    flex-wrap: wrap;
}
.info_list li:not(:last-child) {
    margin-bottom: 15px;
}
.info_list li {
    gap: 5px;
}
.info_list_dtl{
    width: 100%;
}
.about_ttl {
    margin: -10px auto 20px;
}
.map_flex{
    flex-wrap: wrap;
}
.map{
    width: 100%;
    aspect-ratio: 600 / 350;
    height: auto;
}
.address{
    width: 100%;
    margin: 1em auto 0;
}
}