h1 {display: none;}

.dot_mark:before {content:"・";}
.kome_mark:before {content:"※";}
.tri_mark_up:before {content:"▲";}

.kaetsu_wrap {width:960px; margin: 0 auto;}

.washoku_menu {display: flex;justify-content: space-between; flex-wrap: wrap;}
.washoku_menu a {width: 25%; display: block; padding: 1em 0 !important; background-color: #eb7945 !important; color: #fff; text-align: center; text-decoration: none; border-right: 1px solid #fff;}
.washoku_menu a:last-child { border-right: 0;}
.washoku_menu a:hover {opacity: 0.5;}

.kaetsu_video {width: 80%;margin:1em auto;text-align: center;}
.pro_name { text-align: center; font-size: 1.5em; font-weight: bold;}
.pro_name br {display: none;}

span.wa_link { width: 80%; display: block; text-align: right; margin: 1em 0 0 auto; font-size: 85%;}

.kaetsu_wrap .theme {width: 100%; text-align: center; font-size: 2em; font-weight: bold; color: #f00;}

.kaetsu_info {display: flex;justify-content: space-between; align-items: start;}
.kaetsu_info p { width: 58%; margin: 0;}
.kaetsu_info .kaetsu_img {width:40%;text-align: right;}
.kaetsu_info .kaetsu_img img {width:100%;height:auto;margin: 0 0 0.5em;}

.kaetsu_wrap ol {line-height: 1.7;margin: 20px 0 30px 20px;}
 
.washoku_taishi {display: flex;justify-content: space-between; align-items: start;width:80%;margin:0 auto;}
.washoku_taishi img {width:45%;}

.award_wrap {display: flex;justify-content: space-between; align-items: start;}
.kaetsu_award {width:32%;text-align:center;}
.kaetsu_award img {width:100%;margin: 0 0 0.5em;}

.kaetsu_others {width:24%;text-align:center;}
.kaetsu_others img {width:100%;margin: 0 0 0.5em;}

.kaetsu_album {display: flex;justify-content: space-between; align-items: start;flex-wrap: wrap;}
.kaetsu_album img {width:24%;margin: 0 0 1em;}

@media screen and (max-width: 959px) {
.kaetsu_wrap {width:100%;}

}

@media screen and (max-width: 767px) {
.washoku_menu a {
    width:50%;border-bottom: 1px solid #fff;padding: 0.6em 0 !important;
}
.washoku_menu a:nth-child(even) {
    border-right: 0;
}
.kaetsu_video {
    width: 100%;
}

.pro_name {margin-bottom: -0.5em;}
.pro_name br {display: inline;}
.sub_name .pc_sp {display: none;}
.sub_name {
    font-size: 80%;
    margin: 0 auto 1em;
    border-bottom: 5px dotted #ccc;
    padding: 0 0 0.5em;
    width: 70%;
}
.kaetsu_info {
    flex-direction: column;
}
.kaetsu_info p {
    width: 100%;
}
.kaetsu_info .kaetsu_img {
    width: 85%;
    margin: 0 auto;
}
.washoku_taishi {
    flex-direction: column;
}
.washoku_taishi {
    flex-direction: column;
}
.washoku_taishi img {
    width: 80%;
    margin: 0 auto 1em;
}
.award_wrap {
    flex-wrap: wrap; margin: 0 0 -1em;
}
.kaetsu_award {
    width: 70%;
    margin: 0 auto 1em;
}
.kaetsu_others {
    width: 49%;
    margin: 0 0 2em;
}
.kaetsu_album img {
    width: 49%;
    margin: 0 0 0.5em;
}


}