@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------*/
/* food */
/*----------------------------------------------*/
#food_wrap{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.subpage_inner{
    width: 100%;
    max-width: 1348px;
    padding: 0 30px;
    margin: 150px auto;
}
.food_detail_wrap{
    width: 80%;
    margin: 100px auto;
}
.food_name{
    font-size: 40px;
    margin-bottom: 40px;
}
.detail_contents .lead_ja ,.detail_contents .lead_en{
    margin-bottom: 10px;
    font-size: 20px;
}
.contents_sub_lead{
    margin: 80px 0;
}
.contents_sub_lead p{
    line-height: 2;
    margin-bottom: 20px;
}
.detail_info{
    margin-top: 60px;
}
.detail_ja{
    margin-bottom: 10px;
}
p.detail_ja span{
    width: 120px;
    display: inline-block;
    border: 1px solid #414141;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    margin-right: 20px;
}
.detail_en{
    margin-bottom: 35px
}
.contents_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.img_l{
    width: 50%;
    overflow: hidden;
}
.lead_r{
    width: 40%;
}
.lead_r h3{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
}
.lead_r h3 span{
    font-size: 22px;
    line-height: 2.5;
    font-weight: 600;
}
.lead_r p{
    line-height: 2.5;
    border-top: 1px dotted #414141;
    padding-top: 16px;
    column-count: 2;
}
.equipment_wrap{
    margin-top: 150px;
}
table{
    text-align: left;
  border-collapse: collapse;
  width: 100%;
    margin: 50px 0;
    line-height: 2;
}
.tb01 th,
.tb01 td{
    font-weight: normal;
  padding: 25px 10px;
  border-bottom: solid 1px #CCCCCB;
  box-sizing:border-box;
}
.tb01 th{
    min-width: 150px;
}

.cancel_wrap{
    margin-top: 80px;
}
.cancel_info h4{
    margin-bottom: 20px;
}
.cancel_info p{
    line-height: 2;
}
.top_info_img_wrap{
    width: 100%;
    overflow: hidden;
}
.top_info_img_wrap img{
    width: 100%;
}
.img_ani01{
    transition: 1s ease-in-out;
    transform: scale(120%);
    transition-delay: .5s;
    opacity: 0;
    position: relative;    
}
.img-animation03 {
  transform: scale(100%);
  opacity: 1.0;
}
.equipment_info a{
    color: #2200c1;
    text-decoration: underline;
}