ul{
    padding-left: 0;
}
li{
    list-style-type: none;
}
.date{
    font-size: 1.8rem;
    text-align: right;
    color:#666666;
}
h2.h2ichinoden{
    border-bottom: 3px solid #9d2238;
    padding-bottom: 1rem;
}
.h3_wrap{
    border-top: solid 1px #eeeeee;
    padding-top: 30px;
}
h2.h2ichinoden + .h3_wrap{
    border-top: none;
    padding-top: 0;
}
h3.h3_ichinoden{
    border-left: solid 5px #9d2238;
    padding-left: 1rem;
    margin-top: 2rem;
}
img{
    display: block;
    margin-bottom: 10px;
}
h4{
    font-size: 2rem;
    margin: 2rem 0 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: solid 1px #cccccc;
}
h5{
    font-size: 2rem;
    margin: 1.6rem 0 1.6rem;
    padding-bottom: 1rem;
}
.ichinoden_news_flex{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.ichinoden_news_flex li{
    width: 49%;
    list-style-type: none;
}
div.gotoichinoden{
    text-align: center;
}
.gotoichinoden a{
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    line-height: 1.6;
    border: solid 1px #1E99D5;
    border-radius: 4px;
    padding: 10px;
}
svg.gotoarrow{
    width: 16px;
    height: 18px;
    vertical-align: top;
    fill: #1E99D5;
}
ul.room_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
ul.room_flex li{
    width: 49%;
    list-style-type: none;
}
ul.food_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
ul.food_flex li{
    width: 49%;
    list-style-type: none;
}
ul.food_flex li:nth-of-type(1){
    width: 100%;
    list-style-type: none;
}
ul.food_flex2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
ul.food_flex2 li{
    width: 49%;
    list-style-type: none;
}
ul.shop_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
ul.shop_flex li{
    width: 49%;
    list-style-type: none;
}
.info_dl dt{
    padding: 4px 10px 2px 10px;
    min-width: 100px;
    text-align: center;
    background-color: black;
    color: #ffffff;
    display: inline-block;
}
.memo:nth-of-type(1){
    padding: 15px 15px 0 15px;
    border: solid 1px #9d2238;
    border-radius: 8px;
    background-color:#fff0f0;
}
.memo{
    padding: 15px;
    border: solid 1px #9d2238;
    border-radius: 8px;
    background-color:#fff0f0;
}
@media screen and (max-width: 600px) {
    .date{
    font-size: 1.4rem;
    text-align: right;
    color:#666666;
    }
    #content .section {
    margin: 2rem auto 4rem;
    padding: 0;
    }
    h1{
        font-size: 2.4rem!important;
    }
    #content .singleContent .cont_header{
        margin: 2rem auto 3rem;
    }
    h2{
        font-size: 1.8rem;
        margin: 2.5rem 0 1.5rem;
    }
    h2.h2ichinoden a span{
        font-size: 1.4rem;
        margin-left: 15px;
        color: #1E99D5;
        padding-bottom: 1rem;
    }
    h3{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h4{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    p{
        font-size: 1.4rem;
    }
    ul.ichinoden_news_flex,
    ul.room_flex,
    ul.food_flex,
    ul.food_flex2,
    ul.shop_flex{
        display: block!important;
    }
    ul.ichinoden_news_flex li,
    ul.room_flex li,
    ul.food_flex li,
    ul.food_flex2 li,
    ul.shop_flex li{
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    .kitao_map iframe{
        min-height: 400px;
    }
}