#photo_gallery {
    padding-bottom: 50px;
}
#photo_gallery dt {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
#photo_gallery .explanation_txt {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.012em;
    color: #4c4c4c;
    text-align: center;
    width: 614px;
    margin: 50px auto 50px auto;
    box-sizing: border-box;
}
#schedule_plan{
    margin-bottom: 100px;
}
#schedule_plan .plan_wanco .plan_wanco_block {
    margin-left: 60px;
    margin-right: 60px;
}
#schedule_plan .plan_wanco .plan_wanco_explanation {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
#schedule_plan .plan_wanco .plan_wanco_explanation .explanation_info {
    margin: 20px auto 20px auto;
}
#schedule_plan .plan_wanco .plan_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#schedule_plan .plan_wanco .plan_price li {
    margin-top: 50px
}
#schedule_plan .plan_wanco .plan_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#schedule_plan .plan_wanco .plan_img li {
    margin-top: 20px;
}
#option .ttl_option{
    margin: 100px 60px 30px 60px;
}
.option_wrap_wanco .option_name_price {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.option_wrap_wanco .ttl_option {
    text-align: center;
}
.option_wrap_wanco .option_name_price .option_price {
    margin-left: 12px;
}
.option_wrap_wanco .option_price_0_txt {
    margin-top: -10px;
    margin-left: 30px;
}
.option_wrap_wanco .option_list li {
    margin-left: 60px;
    margin-right: 60px;
}
#thoughts_on_dogs .thoughts_on_dogs_explanation {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.012em;
    color: #4c4c4c;
    text-align: center;
    width: 614px;
    margin: 50px auto 50px auto;
    box-sizing: border-box;
}
#thoughts_on_dogs .thoughts_on_dogs_info {
    width: 626px;
    margin: auto;
    padding-bottom: 100px;
}
#thoughts_on_dogs .thoughts_on_dogs_info dt {
    line-height: 0;
    text-align: center;
}
#thoughts_on_dogs .thoughts_on_dogs_info dd {
    padding-left: 5px;
    margin-top: 26px; 
}
#thoughts_on_dogs .thoughts_on_dogs_info .promises_block, #thoughts_on_dogs .thoughts_on_dogs_info .personal_effects_block{
    margin-top: 100px;
}
#thoughts_on_dogs .thoughts_on_dogs_info .promises, #thoughts_on_dogs .thoughts_on_dogs_info .personal_effects {
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.012em;
    color: #4c4c4c;
    width: 614px;
    box-sizing: border-box;
}
#thoughts_on_dogs .thoughts_on_dogs_info .strictly_observed {
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.012em;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
    #hattriryokuchi {
        max-width: 768px;
        margin: auto;
        width: 100%;
    }
}