@charset "UTF-8";
/* コンテンツ */
#title {
    position: relative;
    background-image: url("../../img/square2.png");
    background-position: center center;
    background-size: 50px;
}
.maker {
    text-align: center;
    line-height: 0;
}
.maker img {
    height: 25px;
}
.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}

.loc_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.loc_box1 ul li {
    width: 30%;
    margin-bottom: 3em;
}
.loc_box1 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.loc_box1 ul li h6 {
    text-align: center;
}
.loc_box1 ul li img {
    width: 70%;
}
.loc_box1 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
}
.wtx1 {
    border: 1px solid #666;
    text-align: center;
    line-height: 1.4;
    padding: 0.5em;
}

.loc_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.loc_box2 ul li {
    width: 40%;
    margin-bottom: 3em;
}
.loc_box2 ul li:nth-child(2) {
    width: 5% !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.loc_box2 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}
.loc_box2 ul li h6 {
    text-align: center;
}
.loc_box2 ul li img {
    width: 100%;
}
.loc_box2 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-bottom: 1em;
}

.loc_waku {
    border: 1px solid #666;
    padding: 0 2em 2em 0;
}
.loc_option ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.loc_option ul li:first-child {
    width: 20%;
    margin-right: 2em;
    flex-shrink: 0;
}
.loc_option ul li img {
    width: 100%;
}
.loc_option ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.op_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 2em;
    margin-bottom: -3em;
}
.op_box ul li {
    width: 37%;
    margin-bottom: 3em;
}
.op_box ul li:last-child {
    width: 17%;
}
.op_box ul li img {
    width: 100%;
}
.op_box ul li h4 {
    font-size: 1.16em;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
    background-color: #eee;
    margin-bottom: 0.5em;
}
.op_box ul li h6 img {
    width: 70%;
}
.op_box ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    margin-bottom: 1em;
}
.op_box ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.5em;
}


@media screen and (max-width: 1100px) {


}

@media screen and (max-width: 960px) {
.loc_box1 ul {
    justify-content: space-around;
}
.loc_box1 ul li {
    width: 42%;
}

.loc_box2 ul li {
    width: 42%;
}

.loc_waku {
    padding: 0 1.5em 1.5em 0;
}
.loc_option ul {
    align-items: flex-start;
}
.loc_option ul li:first-child {
    margin-right: 1.5em;
}
.loc_option ul li:last-child {
    padding-top: 1.5em;
}

.op_box ul {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 1.5em;
}
.op_box ul li {
    width: 35%;
}
.op_box ul li:last-child {
    width: 20%;
}
.op_box ul li h4 {
    font-size: 1em;
}
.op_box ul li h5 {
    font-size: 1em;
}
.op_box ul li h6 img {
    width: 80%;
}
}


@media screen and (max-width: 520px) {
.maker img {
    height: 22px;
}
.tx1 {
    font-size: 1.32em;
}

.loc_box1 ul li {
    width: 80%;
}
.loc_box1 ul li p {
    line-height: 1.5;
}

.loc_box2 ul {
    justify-content: space-around;
    margin-bottom: -2em;
}
.loc_box2 ul li {
    width: 80%;
    margin-bottom: 2em;
}
.loc_box2 ul li:nth-child(2) {
    width: 80% !important;
}
.loc_box2 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}
.loc_box2 ul li h6 {
    text-align: center;
}
.loc_box2 ul li img {
    width: 100%;
}
.loc_box2 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-bottom: 1em;
}

.op_box ul {
    justify-content: space-around;
    padding-left: 1.5em;
    margin-bottom: -2em;
}
.op_box ul li {
    width: 100%;
    margin-bottom: 2em;
}
.op_box ul li:last-child {
    width: 60%;
}
.op_box ul li h6 img {
    width: 90%;
}
.op_box ul li p {
    line-height: 1.5;
}

}

