<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&amp;display=swap&amp;subset=japanese);

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400
}

li,
ol,
ul {
    list-style-type: none
}

img {
    border: 0;
    vertical-align: bottom
}

@media only screen and (max-width:979px) {
    img {
        max-width: 100%;
        height: auto
    }
}

.container {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.header {
    position: relative;
    width: 100%;
    height: 250px;
    background-image: linear-gradient(to bottom, #e08400, #e08400), linear-gradient(to bottom, transparent, transparent);
    background-size: 100% 90%, 100% 10%;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom
}

@media print,
screen and (min-width:768px) {
    .header {
        height: 300px
    }
}

.header__title {
    position: relative;
    height: 100%
}

.header__logo {
    height: 100%
}

@media print,
screen and (min-width:768px) {
    .header__logo {
        position: absolute;
        width: 373px;
        height: auto;
        left: 0
    }
}

.sns__title {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 4rem
}

.sns__title img {
    width: 100%
}

.sns__twitter-frame {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 98%;
    max-width: 600px;
    margin: 0 auto 4rem;
    padding: 1rem 2rem 2rem;
    background-color: #000;
    border-radius: 5px
}

.sns__twitter-frame::before {
    display: block;
    background: url(../images/icon/twitter_icon.png) no-repeat top center;
    background-size: contain;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    content: ''
}

.sns__accounts {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 360px;
    margin: 0 auto
}

@media print,
screen and (min-width:768px) {
    .sns__accounts {
        justify-content: space-between
    }
}

.sns__accounts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/follow_us.png) no-repeat center;
    background-size: contain;
    width: calc(100% - (100px * 2));
    height: 25%
}

@media print,
screen and (min-width:768px) {
    .sns__accounts::before {
        height: 30%
    }
}

.sns__accounts li {
    width: 100px;
    height: 100px
}

.sns__accounts li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    text-indent: -99999px
}

.sns__accounts--twitter {
    background-image: url(../images/icon/sns_twitter.png)
}

.sns__accounts--insta {
    background-image: url(../images/icon/sns_insta.png)
}

.wrapper {
    background: url(../images/bg/bg.jpg);
    background-size: contain
}

@media print,
screen and (min-width:768px) {
    .wrapper {
        background: url(../image/main_bk.jpg) center
    }
}

.archive {
    margin: 2rem;
    text-align: center
}

.archive img {
    max-width: 280px
}

#in-header {
    position: relative
}

#in-header figure {
    text-align: center;
    margin: 0
}

@media print,
screen and (min-width:768px) {
    #in-header figure {
        position: absolute;
        right: 0;
        bottom: 0
    }
}

@media only screen and (max-width:767px) {
    #in-header figure {
        padding: 0 7rem;
        background-color: #fff
    }
}

.banner__area {
    width: 95%;
    max-width: 980px;
    margin-inline: auto;
    margin-bottom: 3rem
}

.banner__area figure {
    margin: 0
}

.banner__area img {
    max-width: 100%;
    height: auto
}

.recipes-container {
    padding: 1.5rem 1rem 3rem
}

@media print,
screen and (min-width:768px) {
    .recipes-container {
        padding: 1.5rem 0 4rem
    }
}

.recipes-container img {
    max-width: 100%
}

.recipes__name {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: .8rem
}

.recipes__name small {
    font-size: .75em
}

.recipes__name .number {
    font-size: 1.4em
}

@media print,
screen and (min-width:768px) {
    .recipes__name {
        font-size: 4.5rem;
        margin-bottom: .5rem
    }
}

.recipes__main {
    padding: 3rem 0
}

.recipes-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.recipes-list__title {
    width: 240px;
    margin: 1.5rem auto 0
}

.recipes-list__title img {
    width: 100%
}

.recipes-list__col {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 4rem
}

@media print,
screen and (min-width:768px) {
    .recipes-list__col {
        width: calc(100% / 3)
    }
}

.recipes__youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.recipes__youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.recipes-date {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #1a4e66
}

/* 繝ｬ繧ｷ繝碑ｩｳ邏ｰ螟画峩css */
.new_process_wrap {
    margin: 10% auto 5%;
}

.new_process {
    display: flex;
    justify-content: center;
    gap: 5%;
    text-align: left;
    margin-top: 5%;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}

.ingredients,
.how_to_make {
    width: calc(50% - 5%);
}

.new_process_ttl {
    text-align: center;
    background: url(../images/fusen.png) 100% no-repeat;
    background-size: cover;
    padding: 2% 0;
    box-shadow: 5px 8px 9px 0px #898989;
}

.new_process_txt {
    margin-top: 5%;
}

.new_archive {
    text-align: center;
    width: 100%;
    max-width: 980px;
    margin: 2rem auto;
}

.new_archive img {
    max-width: 500px;
    width: 100%;
}

.ingredients .new_process_txt .flex {
    display: flex;
}

.ingredients .new_process_txt span {
    white-space: nowrap;
}
.ingredients .new_process_txt li {
    padding-left: 20%;
    white-space: nowrap;
}

.how_to_make .new_process_txt ol {
    list-style: none;
    counter-reset: number;
}

.how_to_make .new_process_txt li {
    position: relative;
    padding-left: 1.5em;
}

.how_to_make .new_process_txt li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 8px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}

@media print,
screen and (max-width:768px) {

    .new_process {
        display: block;
        font-size: 4vw;
    }

    .ingredients,
    .how_to_make {
        width: 100%;
    }

    .how_to_make {
        margin-top: 5%;
    }

    .new_process_ttl {
        box-shadow: 3px 6px 5px 0px #898989;
    }

    .new_process_txt {
        padding-left: 5%;
    }

    .new_archive {
        width: 95%;
    }

    .how_to_make .new_process_txt {
        padding-left: 2%;
    }

    .how_to_make .new_process_txt li {
        padding-left: 6vw;
    }

    .how_to_make .new_process_txt li::before {
        top: 1.8vw;
        width: 3.5vw;
        height: 3.5vw;
        font-size: 2.6vw;
    }
}
</pre></body></html>