@charset "utf-8";
/* *****************************************************************
index
***************************************************************** */
:root {
    --main_color: #773b00;
}

/* *****************************************************************
index
***************************************************************** */
.home .main{
    width: 100%;
    max-width: 656px;
    margin: 80px auto 34px;
    padding: 30px;
}
.home .main div {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.home .main .no_sp {
    margin-top: 40px;
    padding-top: 56.222%;
}
.home .main .sp {
    padding-top: 149.333%;
}
.home div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
ul.topic_list{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 50px;
}
ul.topic_list li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
ul.topic_list li .txt_area{
    width: 75.75%;
}
ul.topic_list li .txt_area .title{
    font-size: 20px;
}
ul.topic_list li .photo{
    width: 24.25%;
}
.home .story p{
    text-align: center;
    padding: 30px 0px 0px 0 ;
}
.home .menu .menu_box{
    width: 100%;
    max-width: 850px;
    margin: auto;
    overflow: hidden;
    text-align:center;
}
.home .menu .menu_box .photo{
    margin:100px auto 0;
}
.home .menu .menu_box .cake_photo{
    max-width:342px;
}
.home .menu .menu_box .drink_photo{
    max-width:270px;
}
.home .menu .menu_box .dish_photo{
    max-width:484px;
}
.home .menu .menu_box .txt_area .title{
    font-size: 22px;
    margin: 25px 0 20px;
}
.home .menu .menu_box .txt_area .link_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}
.home .menu .menu_box .txt_area .link_area a{
    margin: 0 10px 10px 0;
}
.home .locations .flex{
    display: flex;
    flex-wrap: wrap;
}
.home .locations .image_area{
    margin: 35px auto 45px;
}
.home .locations .left{
    width: calc(100% - 44.6%);
    padding-right: 1.5em;
    font-size: 18px;
}
.home .locations .left .map_link{
    width: 140px;
    height: 30px;
    display: block;
    color: #c30e23;
    border: 1px solid #c30e23;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 1.5em 0;
    position: relative;
}
.home .locations .left .map_link::after{
    content: ">";
    position: absolute;
    right: 5px;
}
.home .locations .left .map_link:hover{
    background-color: #c30e23;
    color: #fff;
}
.home .locations .left .title{
    font-size: 22px;
}
.home .locations .map{
    width: 44.6%;
}
.home .locations .map .iframe{
    width: 100%;
    position: relative;
    padding-top: 68.617%;
}
.home .locations .map .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 850px) {
    .home .main{
        margin: 0 auto 20px;
    }
    .home .menu .menu_box.box3{
        margin-top: 50px;
    }
    .home .menu .menu_box .txt_area .link_area{
        padding-top: 20px;
    }
}
@media only screen and (max-width: 520px) {
    .home .main{
        padding: 15px;
    }
    ul.topic_list li .txt_area{
        width: 100%;
    }
    ul.topic_list li .photo{
        width: 80%;
        margin: 1em auto 0; 
    }
    .home .menu .menu_box .photo{
	margin:50px auto 0;
	}
    .home .menu .menu_box .cake_photo{
	max-width:280px;
	}
    .home .menu .menu_box .txt_area .link_area {
        justify-content: center;
        padding-top: 1em;
    }
    .home .menu .menu_box .txt_area .link_area a {
        display: block;
        width: 80%;
        margin: 0 auto 1em!important;
    }
    .home .locations .image_area {
        margin-bottom: 0;
    }
    .home .locations .left{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .home .locations .left .map_link {
        margin-left: auto;
        margin-right: auto;
    }
    .home .locations .map{
        width: 100%;
        margin-top: 1em;
    }
    .home .locations .map .iframe{
        padding-top: 100%;
    }
}