@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* 冷凍うどんができるまで */

/* common setting */

/* 画像リンク */
#main a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    transition:0.5;
    transition-duration:0.3s;
}

body {
    position:relative;
    overflow-x:hidden;
}

#navHeader {
    margin-bottom:0 !important;
    z-index:100;
}

.pc {}
.sp {display:none;}

#contents ruby {
    ruby-align: center;
}


/* common setting END */


/* PCレイアウト */
/*-------------------------------------------*/
#contents {
    background-color: #9fd9f6;
    font-family: 'Noto Sans JP', sans-serif;
    line-height:1.8;
    font-size:1.4em;
    font-weight: 400;
    color:#000000;
}
#contents img {
    max-width:100%;
    height:auto;
}

#contents * {box-sizing: border-box;}

.sp {display:none;}

#contents ruby {
    ruby-align: center;
}

section {
    position: relative;
}
section .inner {
    position: relative;
    width:100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
section p {
    line-height: 2.2;
    font-weight: bold;
}


/* main */
section#main h2 {
    padding-bottom: 80px;
}
section#main .illust {
    position: absolute;
    top: -35px;
    right: 0;
    width: 34.737%;
}
section#main .udon-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: url("../images/main_line_v.png");
    margin-bottom: 60px;
}
section#main .udon-block {
    width: 49%;
    padding-bottom: 3.5%;
}
section#main .udon-block:nth-child(-n+2) {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url("../images/main_line_h.png");
}
section#main .udon-block p {
    width:80%;
    margin: 0 auto;
    text-align: left;
}


/* sec01 */
section#sec01 h3 {
    margin-bottom: 10px;
}
section#sec01 p {
    width: 80%;
    margin: 0 auto 1.5em;
    text-align: center;
}
section#sec01 .img02 {
    padding-bottom: 60px;
}
section#sec01 .sec01-block {
    position: relative;
    padding-bottom: 120px;
}
section#sec01 .illust {
    position: absolute;
    margin: auto;
}
section#sec01 .illust01 {
    right: 3%;
    bottom: 0;
    width: 27.37%;
}
section#sec01 .illust02 {
    left: 0;
    right: 0;
    bottom: 3%;
    width: 28.947%;
}
section#sec01 .illust03 {
    right: 3%;
    bottom: 0;
    width: 21.579%;
}


/* sec02 */
section#sec02 {
    margin-bottom: 60px;
}
section#sec02 ul {
    display: flex;
}

section#sec02 .illust {
    width: 26.316%;
    margin: 0 auto;
}

section#sec02 p.btn {
    padding: 20px 2% 80px;
    text-align: right;
}
section#sec02 p.btn a {
    display: inline-block;
    width: 30.526%;
}



/* 949px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 949px) {

/* common setting */

img, object, embed, video {
    max-width:100%;
    height:auto;
}

#navHeader {
    height:20px;
}

.pagetop_sp {z-index:9999;} 

/* common setting END */

#contents {
    font-size:1.2em;
}




}
/*-------------------------------------------*/
/* 949px以下 END */



/* 750px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 750px) {

/* common setting */

#navHeader {
    height:1.5em;
}

.pagetop_sp {z-index:9999;}

.pc {display:none;}
.sp {display:block;}

/* common setting END */


/* main */
section#main h2 {
    padding-bottom: 0;
}
section#main .illust {
    position: static;
    width: 100%;
    margin-bottom: 8%;
}
section#main .udon-wrap {
    display: block;
    background-image: none;
    margin-bottom: 8%;
}
section#main .udon-block {
    width: 87%;
    margin: 0 auto;
    padding-bottom: 3.5%;
}
section#main .udon-block,
section#main .udon-block:nth-child(-n+2) {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../images/main_line_sp.png");
    background-size: contain;
}
section#main .udon-block h3 {
    margin-bottom: 1em;
}
section#main .udon-block p {
    width:80%;
    margin: 0 auto 2em;
}


/* sec01 */
section#sec01 h3 {
    margin-bottom: 1em;
}
section#sec01 p {
    width: 80%;
    margin: 0 auto 1.5em;
    text-align: left;
}
section#sec01 .img01 {
    padding-bottom: 8%;
}
section#sec01 .img02 {
    padding-bottom: 0;
}
section#sec01 .img03 {
    padding-bottom: 10%;
}
section#sec01 .sec01-block {
    margin-bottom: 5%;
    padding-bottom: 28%;
}
section#sec01 .illust {
}
section#sec01 .illust01 {
    right: 5%;
    bottom: 0;
    width: 46%;
}
section#sec01 .illust02 {
    left: 0;
    right: 0;
    bottom: 3%;
    width: 46%;
}
section#sec01 .illust03 {
    right: 3%;
    bottom: 0;
    width: 32%;
}


/* sec02 */
section#sec02 {
    margin-bottom: 60px;
}
section#sec02 ul {
    display: block;
}
section#sec02 ul li {
    width: 70%;
    margin: 0 auto 1em;
}

section#sec02 .illust {
    width: 48%;
    margin-left: 10%;
    margin-right: auto;
}

section#sec02 p.btn {
    padding: 20px 2% 10%;
    text-align: right;
}
section#sec02 p.btn a {
    width: 38.666%;
}





}
/*-------------------------------------------*/
/* 750px以下 END */



/* 640px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 640px) {

#navHeader {
    height:4.5em;
}

}
/*-------------------------------------------*/
/* 640px以下 END */



/* 420px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 420px) {

#navHeader {
    height:5.5em;
}

}
/*-------------------------------------------*/
/* 420px以下 END */












