@charset "UTF-8";
/* コンテンツ */

.yoyaku {
    display: inline-block;
    padding: 0.5em 0.8em;
    line-height: 1;
    color:#c00;
    border: 1px solid #c00;
    margin-top: 0.5em;
}
.fc {
    text-align: center;
}
.fc span {
    display: inline-block;
    border-top: 1px solid #37b4e7;
    border-bottom: 1px solid #37b4e7;
    line-height: 0;
    padding: 0.5em 1em;
}
.fc span img {
    width:300px;
}
.shop_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_name {
    width: 575px;
    text-align: center;
    line-height: 1.7;
    margin-right: 50px;
}
.shop_name h3 {
    font-size: 2.6em;
    border-bottom: 2px solid #19b2c7;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.shop_name p {
    color: #19b2c7;
}
.shop_map {
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 575px;
}
.shop_map p img {
    width: 100%;
}
.stel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.stel h4 {
    display: inline-block;
    font-family: 'Ropa Sans', sans-serif;;
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px;
}
.stel strong img {
    height: 36px;
}
.slogo {
    margin-bottom: 30px;
}
.slogo img {
    width: 150px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
    vertical-align: middle;
}

.shimg li {
    float: left;
    width: calc((100% / 3) - (40px / 3));
    margin-right: 20px;
}
.shimg li:last-child {
    margin-right: 0;
}
.shimg li img {
    width: 100%;
}

.swaku {
    padding: 40px;
    background-color: #f1fafd;
    border-radius: 30px;
}
.swaku strong {
    color: #19b2c7;
}

@media screen and (min-width: 500px) {
.swaku {
    margin-left: 100px;
    margin-right: 100px;
}
}

@media screen and (max-width: 499px) {
.fc span img {
    width:200px;
}
.contadj {
    padding: 60px 15px 40px;
}
.shop_box {
    display: block;
}
.shop_name {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}
.shop_name h3 {
    font-size: 2em;
}
.shop_map {
    width: auto;
    padding: 10px;
}
.stel h4 {
    font-size: 34px;
    line-height: 34px;
    margin-right: 10px;
}
.stel strong img {
    height: 28px;
}

.shimg li {
    float: left;
    width: calc((100% / 2) - (10px / 2));
    margin-right: 0;
}
.shimg li:first-child {
    width: 100%;
    margin-bottom: 10px;
}
.shimg li:nth-child(2) {
    margin-right: 10px;
}

.swaku {
    padding: 25px;
}
}
