@charset "UTF-8";

h2 {
    display: block;
    width: 526.28px;
    height: 49px;
    margin: 85px auto 0;
    background-image: url(../img/common/h2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    h2 {
        width: 80%;
        height: 31px;
        margin: 65px auto 0;
        font-size: 2.2rem;
    }
}


/*画像5つ
--------------------------------*/
.img5 {
    margin: 65px auto 110px;
}

@media screen and (max-width: 900px) {
    .img5 {
        margin: 52px auto 40px;
    }
}

.img5 h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .img5 h3 {
        font-size: 1.8rem;
        line-height: 1.6;
    }
}

.img5 h4 {
    font-size: 1.8rem;
    text-align: center;
    padding: 2.9rem 0 0;
}

@media screen and (max-width: 900px) {
    .img5 h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.img5 span {
    font-size: 3.0rem;
    font-weight: 600;
    color: #98801C;
}

@media screen and (max-width: 900px) {
    .img5 span {
        font-size: 2.6rem;
        line-height: 1.4;
    }
}

.img5 p {
    font-size: 1.6rem;
    padding: 1.5rem 0;
    line-height: 1.6;
}

@media screen and (max-width: 900px) {
    .img5 p {
        font-size: 1.4rem;
    }
}

.img5 ul {
    display: flex;
    justify-content: space-between;
    margin: 3.9rem auto;
}

@media screen and (max-width: 900px) {
    .img5 ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 1.5rem auto;
    }

    .img5 ul li {
        width: 30%;
        margin: 1%;
    }
}

/*生パスタ追加による修正--------------------*/
.img5 li {
    width: 14.8rem;
}

/*麺づくり一筋40年
--------------------------------*/
.appeal {
    position: relative;
    width: 100%;
    background-image: url(../img/common/washi.png);
    padding: 72px 0;
    margin-bottom: 106px;
}

@media screen and (max-width: 900px) {
    .appeal {
        padding: 42px 0 37px;
        margin-bottom: 40px;
    }
}

.back {
    position: absolute;
    content: '';
    bottom: -106px;
    left: 0;
    width: 387px;
    height: 293.47px;
}

@media screen and (max-width: 900px) {
    .back {
        width: 200px;
        height: 151.66px;
        bottom: -37px;
    }
}

.appeal-box {
    display: flex;
}

@media screen and (max-width: 900px) {
    .appeal-box {
        display: block;
    }
}

.appeal-box .left {
    width: 42%;
    margin-right: 5%;
    z-index: 2;
}

@media screen and (max-width: 900px) {
    .appeal-box .left {
        width: 100%;
        margin-right: 0;
    }
}

.appeal-box .left img {
    width: 100%;
    padding-bottom: 3rem;
}

.appeal-box .right {
    width: 53%;
}

@media screen and (max-width: 900px) {
    .appeal-box .right {
        width: 100%;
    }
}

.appeal-box .right p.txt2 {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 1.6;
}

@media screen and (max-width: 900px) {
    .appeal-box .right p.txt2 {
        font-size: 1.4rem;
    }
}

.right-box {
    width: 100%;
    background: #fff;
    padding: 3.8rem 3.0rem;
    box-sizing: border-box;
    box-shadow: 8px 8px 0px 1px #98801C;
}

@media screen and (max-width: 900px) {
    .right-box {
        padding: 3rem 2.5rem;
    }
}

.right-box h3 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.8rem;
}

@media screen and (max-width: 900px) {
    .right-box h3 {
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.6;
    }
}

.right-box p.name {
    font-size: 1.6rem;
    text-align: right;
    padding-bottom: 1.3rem;
}

@media screen and (max-width: 900px) {
    .right-box p.name {
        font-size: 1.4rem;
        text-align: left;
    }
}

.right-box p {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width: 900px) {
    .right-box p {
        font-size: 1.4rem;
    }
}

/*事例・実績紹介
--------------------------------*/
.case {
    padding: 14px 0 63px;
}

@media screen and (max-width: 900px) {
    .case {
        padding: 14px 0 40px;
    }
}

.case h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .case h3 {
        font-size: 1.6rem;
    }
}

.case ul.shop-list li.shop {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
    background: #EAE8E2;
    box-sizing: border-box;
    padding: 3.9rem 4.5rem;
    margin: 4.7rem auto;
}

@media screen and (max-width: 900px) {
    .case ul.shop-list li.shop {
        display: block;
        padding: 2.2rem 1.7rem;
        margin: 2rem auto;
    }
}

.case-left {
    width: 55%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .case-left {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.case-left img {
    width: 48%;
}

.case-right {
    margin-left: 3%;
    width: 42%;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    .case-right {
        margin-left: 0;
        width: 100%;
    }
}

.case-right h4 {
    font-size: 1.8rem;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .case-right h4 {
        font-size: 1.4rem;
    }
}

ul.shop-info {
    margin: 1.9rem 0;
}

@media screen and (max-width: 900px) {
    ul.shop-info {
        margin: 1rem 0;
    }
}

ul.shop-info li {
    margin-bottom: 5px;
}

ul.shop-info li:last-child {
    margin-bottom: 0;
}

ul.shop-info li span {
    font-size: 1.5rem;
}

@media screen and (max-width: 900px) {
    ul.shop-info li span {
        font-size: 1.2rem;
    }
}

ul.shop-info li span.info-title {
    width: 70px;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 0;
    margin-right: 1.5rem;
    border: 1px solid #98801C;
    text-align: center;
    font-size: 1.3rem;
    color: #98801C;
}

@media screen and (max-width: 900px) {
    ul.shop-info li span.info-title {
        width: 60px;
        font-size: 1.2rem;
        margin-right: 0.8rem;
    }
}

.case-right p {
    font-size: 1.5rem;
    line-height: 1.6;
}

@media screen and (max-width: 900px) {
    .case-right p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

/*完成までの流れ
--------------------------------*/
.flow {
    padding: 36px 0;
    background-image: url(../img/order/kikkou-03.png);
}

.flow h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding: 0 0 46px;
}

@media screen and (max-width: 900px) {
    .flow h3 {
        font-size: 1.6rem;
        padding: 0 0 20px;
    }
}

.flow-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .flow-box {
        display: block;
    }
}

.flow-box .flow-item {
    position: relative;
    display: block;
    width: 100%;
    height: 214px;
    padding: 37px 0;
    box-sizing: border-box;
    background-image: url(../img/order/flow-back.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 900px) {
    .flow-box .flow-item {
        height: calc(100vw / 2.6);
        padding: 11% 0 0;
        background-image: url(../img/order/flow-back-sp.png);
    }
}

.flow-box .flow-item .num {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #98801C;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .flow-box .flow-item .num {
        width: 36px;
        height: 36px;
        font-size: 1.8rem;
        top: -2px;
        left: -2px;
    }
}

.flow-box .flow-item .flow-inner {
    width: 150px;
    margin: 0 auto;
    padding-right: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    .flow-box .flow-item .flow-inner {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
}

.flow-box .flow-item h4 {
    position: relative;
    display: block;
    margin-bottom: 41px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .flow-box .flow-item h4 {
        display: block;
        width: 43%;
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.flow-box .flow-item h4:after {
    position: absolute;
    content: '';
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 84.27px;
    height: 2px;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 900px) {
    .flow-box .flow-item h4:after {
        border: none;
    }
}

.flow-txt {
    width: 112px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 900px) {
    .flow-txt {
        width: 57%;
        height: 60px;
        padding-left: 5%;
        box-sizing: border-box;
        border-left: 1px solid #000;
    }
}

p.flow-after {
    font-size: 1.6rem;
    padding-left: 1.5rem;
    padding-top: 1rem;
}

@media screen and (max-width: 900px) {
    p.flow-after {
        font-size: 1.4rem;
        padding-left: 0;
        line-height: 1.8;
    }
}

/*ご相談・お問い合わせ
--------------------------------*/
.order-inq {
    padding: 102px 0;
}

@media screen and (max-width: 900px) {
    .order-inq {
        padding: 60px 0;
    }
}

.order-inq .box {
    width: 335px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .order-inq .box {
        width: 85%;
    }
}

.box h3 {
    width: 130px;
    line-height: 1.5;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    border-right: 1px solid #000;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    .box h3 {
        font-size: 1.4rem;
    }
}

.box .right {
    box-sizing: border-box;
    text-align: center;
    padding-left: 5px;
}

.box p {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 900px) {
    .box p {
        font-size: 1.2rem;
    }
}

.box a {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 900px) {
    .box a {
        font-size: 1.6rem;
    }
}

.box a.form-link {
    display: block;
    width: 305px;
    height: 76px;
    line-height: 76px;
    background-color: rgba(152, 128, 28, 1);
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 34px;
}

@media screen and (max-width: 900px) {
    .box a.form-link {
        height: 60px;
        line-height: 60px;
        font-size: 1.6rem;
        margin-bottom: 2rem
    }
}