@charset "UTF-8";

.sp_box {
    padding: 2em;
    border-radius: 1em;
    line-height: 1.7;
    box-sizing: border-box;
    border: 2px solid #f08b00;
}
.sp_box h3 {
    background-color: #f08b00;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
    border-radius: 1em;
    margin-bottom: 1.5em;
}
.sp_box h5 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.sp_box h4 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    color: #f08b00;
}
.sp_box h6 {
    background-color: #fff;
    font-weight: normal;
    line-height: 2em;
    padding: 0 1em;
    display: inline-block;
    border: 1px solid #999;
    margin-top: 1em;
    margin-bottom: 1em;
}
.sp_doc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.sp_img {
    margin-right: 50px;
}
.sp_img img {
    max-width: 400px;
    max-height: 400px;
}
.sp_tx {
   flex-grow: 1;
}

.s_menu {
    margin-left: 10px;
    margin-right: 10px;
}
.s_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.s_menu ul li {
    width: 30%;
    line-height: 1.4;
    margin-bottom: 3em;
}
.s_menu ul li img {
    width: 100%;
}
.s_menu ul li h4 {
    font-size: 1.8em;
    border-bottom: 1px solid #ee6f83;
    margin-bottom: 0.2em;
    font-weight: bold;
}
.s_menu ul li h4 span {
    font-size: 0.6em;
    margin-left: 0.5em;
}
.s_menuimg {
    position: relative;
    margin-bottom: 0.5em;
}
.s_menuimg span {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20%;
}
.s_price_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.s_price_box h6 {
    border: 1px solid #999;
    font-weight: normal;
    line-height: 1.5em;
    width: 4em;
    text-align: center;
    margin-top: 0.2em;
}
.s_price {
    margin-left: 1em;
}
.s_price p {
    font-size: 0.84em;
}
.s_price h5 {
    font-size: 1.8em;
    line-height: 1;
    color: #ee6f83;
    font-weight: bold;
}
.s_price h5 span {
    font-size: 0.6em;
}
.s_menutx {
    margin-top: 0.5em;
}
.s_menutx p {
    font-size: 0.84em;
}

.s_iwai {
    padding: 2em 2.5em;
    border: 1px solid #ee6f83;
    border-radius: 1em;
}
.s_iwai ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.s_iwai ul li {
    width: 48%;
    line-height: 1.5;
}
.s_iwai ul li img {
    width: 100%;
}
.s_iwai ul li p {
    text-align: center;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.5em;
}
.s_iwai h3 {
    font-size: 1.24em;
    line-height: 1.5;
    color: #ee6f83;
    text-align: center;
    margin-bottom: 1.5em;
}
.s_iwai h6 {
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    margin-top: 2em;
}

.s_with {
    background-color: #fff4fa;;
    padding: 2em 2.5em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_with h4 {
    width: 6em;
    height: 6em;
    background-color: #ee6f83;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 2em;
    flex-shrink: 0;
}
.s_with p {
    line-height: 1.7;
}

@media screen and (max-width: 499px) {
.sp_doc {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.sp_img {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.sp_img img {
    max-width: 100%;
    max-height: 500px;
}
.sp_tx {
    width: 100%;
}

.sp_box {
    padding: 1.5em;
}
.sp_box h3 {
    margin-bottom: 1em;
}
.sp_box h5 {
    font-size: 1.6em;
}

.s_menu ul li {
    width: 100%;
}

.s_iwai {
    padding: 2em 2em;
}
.s_iwai ul li {
    width: 100%;
}
.s_iwai ul li:first-child {
    margin-bottom: 2em;
}
.s_iwai h3 {
    text-align: left;
}

.s_with {
    padding: 2em 2em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.s_with h4 {
    width: 8em;
    height: 2em;
    border-radius: 1em;
    margin-right: 0;
    margin-bottom: 1em;
}

}

@media screen and (min-width: 500px) {

}