@charset "UTF-8";

/*	reset
-------------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

*:focus {
    outline: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


/*	body
-------------------------------------------------------------------*/

body {
    background-color: #fff;
    color: #333;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.bg_y {
    background-color: #F5ECD6;
}

.bg_y2 {
    background-color: #FFFBF0;
}

.bg_w {
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 320px) {
    .container {
        padding: 0 10px;
        box-sizing: border-box;
    }
}


/*	ac
-------------------------------------------------------------------*/

.ac {
    display: block;
    margin-top: -163px;
    padding-top: 163px;
}

@media screen and (max-width: 1024px) {
    .ac {
        display: block;
        margin-top: -60px;
        padding-top: 60px;
    }
}


/*	font
-------------------------------------------------------------------*/

.bold,
.top_img_txt p,
.top_sv_single .link a,
.top_sv_single dl dt,
.top_reason_single dd,
#top_reason_txt .link a,
#footer_info dl dt,
.sp_nav_list li a,
#about01 p:nth-of-type(1),
.about04_t01 dl dt,
.about04_t02 dl dt,
.about04_t01 dl dd,
.about04_t02 dl dd,
.about_link a,
#company01_01 table th,
#company02_01 .img span#pd_name span,
.menu_seek_single span.kcal,
.menu_week_set h3,
#menu06_set p,
#company02_01 .txt span,
.voice_box h3,
.price_singel,
#price02_txt01,
#price03_head_txt span,
#price03_box02,
#price03_box03,
#price03_box04 a,
#price_voice_txt,
.area_box div h3,
.area_box div dl dt,
.sv_point ul,
#service01_02_01 dl dt,
#service02_02_01,
#service02_03 h3,
#service02_03_box h4,
.service02_03_koutei .txt dl dt,
#service03_02_txt01,
#bento_ex .bento_ex_single .txt dl,
#service03_03 dl dt,
#service03_03 h2,
#service03_03_box ul li,
#service03_03_box h3,
#service03_02 h3,
#service04_02_01 dl,
#service04_02_01 ol li,
#service04_02_03 p,
#youtube_title,
#service04_point div dl dt,
#service04_05 h2,
#service04_05_txt,
#eraberu_box h4,
.eraberu_info .txt dl dt,
#eraberu_box h4 span:nth-of-type(2),
#service01_txt p span,
.img_txt_set .txt dl dt,
.page_commodity h3,
#contact_tel_txt02,
.form dl dt,
.form_ck .form_ck_single,
#contact02_txt02,
#contact02_txt03,
.contact02_kaiketsu_single p,
.ct_date .blog_ct,
.blog_list .blog_title,
.single_title,
#warmerbin_bn span,
.topic_profile_title,
.sblog_back {
    font-weight: 400;
}

.header_menu li a,
.blog_nav ul li,
.blog_header .date {
    font-weight: 500;
}

.header_tel_fax,
#menu_flow_set div.menu_flow_single .number {
    font-weight: 700;
}

.header_tel_fax span {
    font-weight: 400;
}

.top_sv_single dl dt span {
    font-weight: 300;
}


/*	header
-------------------------------------------------------------------*/

@media screen and (min-width: 1025px) {
    .header_and_nav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .header {
        background-color: #fff;
        position: relative;
    }
    .header .inner {
        max-width: 940px;
        margin: 0 auto;
        height: 95px;
    }
    .header .inner .logo {
        margin-top: 4px;
        width: 400px;
        float: left;
    }
    .header .inner .logo img {
        height: 70px;
        width: auto;
    }
    .header .inner .logo p {
        margin-top: 4px;
        line-height: 1;
        font-size: 10px;
        color: #333;
    }
    .header_menu {
        width: 300px;
        height: 75px;
        margin-top: 10px;
        list-style: none;
        float: left;
    }
    .header_menu li {
        width: 93px;
        margin-right: 7px;
        float: left;
    }
    .header_menu li a {
        display: block;
        height: 75px;
        color: #895410;
        text-align: center;
        font-size: 13px;
        text-decoration: none;
    }
    .header_menu li:nth-of-type(1) {
        background: url(../img/head_menu01.png) center top no-repeat;
        background-size: cover;
    }
    .header_menu li:nth-of-type(2) {
        background: url(../img/head_menu02.png) center top no-repeat;
        background-size: cover;
    }
    .header_menu li:nth-of-type(3) {
        background: url(../img/head_menu03.png) center top no-repeat;
        background-size: cover;
    }
    .header_menu li:nth-of-type(1) a {
        background: url(../img/head_menu01.png) center top no-repeat;
        background-size: cover;
        line-height: 1.2;
    }
    .header_menu li:nth-of-type(2) a {
        background: url(../img/head_menu02.png) center top no-repeat;
        background-size: cover;
        line-height: 1.2;
    }
    .header_menu li:nth-of-type(3) a {
        background: url(../img/head_menu03.png) center top no-repeat;
        background-size: cover;
        line-height: 1.2;
    }
    .header_menu li:nth-of-type(1) a:hover {
        background: url(../img/head_menu01_on.png) center top no-repeat;
        background-size: cover;
    }
    .header_menu li:nth-of-type(2) a:hover {
        background: url(../img/head_menu02_on.png) center top no-repeat;
        background-size: cover;
    }
    .header_menu li:nth-of-type(3) a:hover {
        background: url(../img/head_menu03_on.png) center top no-repeat;
        background-size: cover;
    }
    .header_menu li a span {
        display: block;
    }
    .header_menu li:nth-of-type(1) a span,
    .header_menu li:nth-of-type(3) a span {
        padding-top: 19px;
    }
    .header_menu li:nth-of-type(2) a span {
        padding-top: 8px;
    }
    .header_tel_fax {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1;
        color: #FF7600;
        list-style: none;
        float: left;
    }
    .header_tel_fax span {
        font-size: 16px;
        display: inline-block;
        width: 34px;
    }
    .header_tel_fax a {
        text-decoration: none;
        color: #FF7600;
    }
    .cp_info {
        width: 60px;
        margin-top: 16px;
        background: url(../img/head_menu04.svg) center top no-repeat;
        float: right;
    }
    .cp_info a {
        height: 14px;
        padding-top: 46px;
        display: block;
        font-size: 14px;
        line-height: 1;
        color: #804C00;
        text-decoration: none;
        background: url(../img/head_menu04.svg) center top no-repeat;
    }
    .cp_info a:hover {
        background: url(../img/head_menu04_on.svg) center top no-repeat;
    }
}

@media screen and (max-width: 1024px) {
    header .header_menu,
    header .header_tel_fax,
    header .cp_info {
        display: none;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        height: 60px;
        background-color: #fff;
        z-index: 102;
    }
    .header .inner .logo {
        padding: 4px 0 0 10px;
    }
    .header .inner .logo img {
        height: 37px;
        width: auto;
    }
    .header .inner .logo p {
        margin-top: 3px;
        line-height: 1;
        font-size: 9px;
        color: #333;
    }
}


/*	main_nav
-------------------------------------------------------------------*/

@media screen and (min-width: 1025px) {
    .main_nav {
        width: 100%;
        height: 68px;
        background-color: #895410;
        position: relative;
    }
    .main_nav>ul {
        max-width: 1000px;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        list-style: none;
    }
    .main_nav>ul>li {
        width: calc(100%/8);
        text-align: center;
    }
    .main_nav>ul>li>a {
        height: 68px;
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 1;
        font-size: 16px;
    }
    .main_nav>ul>li>a:hover {
        color: #FBE386;
    }
    span.kai {
        display: block;
        margin-top: 5px;
    }
    .nav_type01_nav {
        list-style: none;
    }
    .nav_type01_nav>li {
        display: block;
    }
    .nav_type01_nav>li>a {
        display: block;
    }
    .nav_type01 ul {
        display: none;
    }
    .nav_type01:hover ul {
        display: block;
        width: 150px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .nav_type01 ul li a {
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        font-size: 15px;
        line-height: 40px;
        color: #804C00;
        text-decoration: none;
        transition: all .2s ease;
    }
    .nav_type01 ul li a:hover {
        background: rgba(255, 255, 255, 1);
        color: #FF7600;
    }
    .nav_type01 ul li:last-child a {}
    .nav_type02 {}
    .nav_type02 div {
        width: 100vw;
        height: 0px;
        position: absolute;
        left: 0;
        background: url(../img/menu_back01.png) center bottom repeat-x;
        padding: 0;
        margin: 0;
        opacity: 0;
        transition: all .2s ease;
    }
    .nav_type02:hover div.nav_type02_nav {
        display: block;
        opacity: 1;
        height: 323px;
    }
    .nav_type02 div.nav_type02_nav dl {
        display: none;
    }
    .nav_type02:hover div.nav_type02_nav dl {
        display: block;
        max-width: 940px;
        margin: 0 auto;
        text-align: left;
        padding: 26px 0 0 76px;
        box-sizing: border-box;
    }
    .nav_type02:hover div.nav_type02_nav dl dt {
        font-size: 20px;
        line-height: 1;
        color: #804C00;
        margin-bottom: 16px;
    }
    .sv_menu dd,
    .it_menu dd {
        width: 157px;
        float: left;
        margin-right: 15px;
        line-height: 1;
    }
    .sv_menu dd a,
    .it_menu dd a {
        color: #804C00;
        font-size: 16px;
        text-decoration: none;
        transition: all .2s ease;
    }
    .sv_menu dd a:hover,
    .it_menu dd a:hover {
        color: #FF7600;
    }
    .sv_menu dd a img,
    .it_menu dd a img {
        margin-bottom: 6px;
    }
    .sv_menu dd a span {
        line-height: 1.6;
    }
    .it_menu dd a span {
        line-height: 1;
        display: block;
        text-align: center;
    }
    .nav_type02:hover div.nav_type02_nav dl dt span {
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
        font-size: 35px;
        color: #FF7600;
        display: block;
        margin-bottom: 10px;
    }
    .nav_type01:hover>a,
    .nav_type02:hover>a {
        color: #FBE386;
    }
    .nav_type01>a span.pt01,
    .nav_type02>a span.pt01 {
        display: block;
        padding-top: 18px;
    }
    .nav_type01:hover>a span.pt01,
    .nav_type02:hover>a span.pt01 {
        padding-top: 12px;
    }
    .nav_type01>a span.pt02,
    .nav_type02>a span.pt02 {
        display: block;
        padding-top: 26px;
    }
    .nav_type01:hover>a span.pt02,
    .nav_type02:hover>a span.pt02 {
        padding-top: 19px;
    }
    span.pt01 {
        display: block;
        padding-top: 18px;
        transition: all .2s ease;
    }
    a:hover span.pt01 {
        padding-top: 12px;
    }
    span.pt02 {
        display: block;
        padding-top: 26px;
        transition: all .2s ease;
    }
    a:hover span.pt02 {
        padding-top: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .main_nav {
        display: none;
    }
}


/*	sp_nav
-------------------------------------------------------------------*/

.sp_nav {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sp_nav {
        display: block;
    }
    .sp_nav .drawer-hamburger {
        padding: 0px 15px 10px 15px;
        height: 60px;
        width: 60px;
        box-sizing: border-box;
    }
    .sp_nav .drawer-hamburger-icon,
    .sp_nav .drawer-hamburger-icon:before,
    .sp_nav .drawer-hamburger-icon:after {
        border-radius: 2px;
        height: 2px;
        background-color: #895410;
    }
    .drawer-open .sp_nav .drawer-hamburger-icon {
        background-color: transparent;
    }
    .drawer-nav {
        width: 100%;
        background-color: #FBE386;
        box-sizing: border-box;
    }
    .drawer--right .drawer-nav {
        right: -100%;
    }
    .sp_nav_list {
        list-style: none;
        padding: 70px 15px 0 15px;
        width: 290px;
        margin: 0 auto;
    }
    .sp_nav_list li {}
    .sp_nav_list li a {
        display: block;
        text-align: left;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        transition: all 0.3s;
        color: #895410;
        font-size: 16px;
    }
    .sp_nav_sns {
        width: 211px;
        margin: 0 auto;
        list-style: none;
    }
    .sp_nav_sns li {
        width: 60px;
        float: left;
    }
    .sp_nav_sns li:last-child {
        width: 31px;
        float: left;
    }
    .sp_nav_sns li img {
        width: 30px;
        height: 30px;
    }
    .sp_nav_sns li:last-child img {
        width: 31px;
        height: 30px;
    }
    .sp_nav_bottom {
        display: table;
        width: 290px;
        height: 170px;
        padding-bottom: 10px;
        margin: 0 auto 0 auto;
        list-style: none;
    }
    .sp_nav_bottom li {
        display: table-cell;
        vertical-align: bottom;
    }
    .sp_nav_bottom li:nth-of-type(1) {
        width: 105px;
        text-align: left;
    }
    .sp_nav_bottom li:nth-of-type(2) {
        width: 75px;
        text-align: center;
    }
    .sp_nav_bottom li:nth-of-type(3) {
        width: 95px;
        text-align: right;
    }
    .sp_nav_bottom li img {
        max-width: 100%;
    }
    .sp_nav_list .dd_menu {
        background-color: inherit;
        padding: 10px 5px;
        background-color: #f5ecd6;
        font-size: 14px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        box-sizing: border-box;
        border: solid 2px #ff7600;
        width: 100%;
        margin-bottom: 10px;
    }
    .sp_nav_list .dd_menu a {
        display: block;
        text-align: left;
        height: 36px;
        line-height: 36px;
        text-decoration: none;
        transition: all 0.3s;
        color: #895410;
        font-size: 14px;
        text-align: left;
        padding-left: 10px;
    }
}


/*	footer
-------------------------------------------------------------------*/

footer {
    border-top: solid 17px #fbe386;
    color: #804C00;
    background-color: #F5ECD6;
}

footer ul {
    list-style: none;
}

.footer_inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 40px 0 60px 0;
}

#footer_info {
    width: 335px;
    float: left;
    position: relative;
}

#footer_nav {
    width: 500px;
    float: right;
    padding-top: 50px;
}

#footer_info dl {
    margin-top: 20px;
    margin-bottom: 26px;
}

#footer_info dl dt {
    font-size: 20px;
    line-height: 1;
}

#footer_info dl dt span {
    font-size: 14px;
}

#footer_info dl dd {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 6px;
}

#footer_info ul li {
    font-size: 22px;
    line-height: 1;
}

#footer_info ul li:nth-of-type(1) {
    margin-bottom: 6px;
}

#footer_info ul li span {
    width: 46px;
    display: inline-block;
}

#footer_info ul li a {
    text-decoration: none;
    color: #804C00;
}

#footer_info #footer_txt {
    font-weight: 400;
    font-size: 16px;
    color: #804C00;
}

#footer_info .mail {
    width: 47px;
    height: 47px;
    background-color: #FF7600;
    display: block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    right: 80px;
    transition: all .2s ease;
}

#footer_info .mail:hover {
    background-color: #FBE386;
}

#footer_info .mail img {
    padding: 12px 8px;
}

#footer_nav h2 {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 16px;
}

#footer_nav ul {
    width: 50%;
    float: left;
}

#footer_nav div {
    width: 50%;
    float: left;
}

#footer_nav ul li a {
    font-size: 15px;
    line-height: 1;
    display: block;
    color: #804C00;
    padding: 8px 0;
    text-decoration: none;
}

#footer_nav ul li a:hover {
    color: #FF7600;
    transition: all .2s ease;
}

#footer_nav div a {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    color: #804C00;
    padding: 8px 0;
    text-decoration: none;
}

#footer_nav div a:hover {
    color: #FF7600;
    transition: all .2s ease;
}

#footer_nav div dl {
    margin-bottom: 10px;
}

#footer_nav div dl dd {}

#gmap,
#gmap iframe {
    height: 260px;
    width: 100%;
}

.copy {
    height: 70px;
    line-height: 70px;
    background-color: #804C00;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    footer {
        padding-bottom: 60px;
    }
    #footer_info {
        float: none;
        margin: 0 auto;
    }
    #footer_nav {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    footer h1 {
        text-align: center;
    }
    footer h1 img {
        width: 300px;
        height: auto;
    }
    .footer_inner {
        padding: 20px 0 30px 0;
    }
    #footer_info {
        width: 300px;
    }
    #footer_info dl {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    #footer_info dl dt {
        font-size: 16px;
    }
    #footer_info dl dt span {
        font-size: 12px;
    }
    #footer_info dl dd {
        font-size: 14px;
        margin-top: 6px;
    }
    #footer_info ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    footer h1 img {
        width: 280px;
        height: auto;
    }
    #footer_info {
        width: 280px;
    }
    #footer_info .mail {
        right: 60px;
    }
}


/*	right nav + pagetop
-------------------------------------------------------------------*/

#slideR {
    z-index: 9;
    cursor: pointer;
    position: fixed;
    top: 30%;
    right: -164px;
    width: 220px;
    padding-left: 7px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 16px;
    background: url(../img/side_nav_back.svg) left bottom no-repeat;
}

#slideR .inner {
    background-color: #fff;
}

#slideR a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #804C00;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s ease;
}

#slideR a:hover {
    color: #FF7600;
}

#slideR a .sm {
    display: inline-block;
    font-size: 12px;
}

#slideR a .mail {
    padding-left: 30px;
    background: url(../img/side_mail.svg) left center no-repeat;
}

#slideR ul {
    position: relative;
    padding: 0px 0px 0px 56px;
    list-style: none;
}

#slideR .nav-tab {
    position: absolute;
    font-size: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    line-height: 56px;
    color: #895410;
    display: block;
    width: 56px;
    height: auto;
    border-top: solid 20px #FF7600;
    padding-top: 20px;
    box-sizing: border-box;
    letter-spacing: 6px;
}

#slideR .nav-tab span {
    position: absolute;
    right: -166px;
    top: -46px;
}

#slideR .nav-tab:hover span {
    color: #FF7600;
}


/* ページトップへ戻るボタン */

#page-top {
    display: none;
    position: fixed;
    right: 6px;
    top: calc(30% + 280px);
    margin: 0;
    z-index: 9;
    transition: .3s all;
}

#move-page-top {
    opacity: 1.0;
    /* ボタンの透明度 */
    display: block;
    cursor: pointer;
}

#move-page-top:hover {
    opacity: 1.0;
    /* マウスを重ねたときのボタンの透明度*/
}

#page-top img {
    width: 76px;
    /* ボタンの横幅 */
    height: auto;
}

@media screen and (max-width: 599px) {
    #slideR {
        display: none;
    }
    #slideR {
        z-index: 9;
        cursor: pointer;
        position: fixed;
        top: auto;
        bottom: 46px;
        right: -157px;
        width: 187px;
        padding-left: 3px;
        padding-bottom: 8px;
        color: #fff;
        font-size: 10px;
        background: url(../img/side_nav_back.svg) left bottom no-repeat;
        background-size: 30px auto;
    }
    #slideR a {
        color: #fff;
        display: block;
        height: 30px;
        line-height: 30px;
        color: #804C00;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
        transition: all .2s ease;
    }
    #slideR a .sm {
        display: inline-block;
        font-size: 10px;
    }
    #slideR .nav-tab {
        position: absolute;
        font-size: 10px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 30px;
        color: #895410;
        display: block;
        width: 30px;
        height: auto;
        border-top: solid 10px #FF7600;
        padding-top: 10px;
        box-sizing: border-box;
        letter-spacing: 0.2em;
    }
    #slideR .nav-tab span {
        position: absolute;
        right: -156px;
        top: -26px;
    }
    #page-top {
        display: none;
        position: fixed;
        right: 6px;
        top: auto;
        bottom: 70px;
        margin: 0;
        z-index: 9;
        transition: .3s all;
    }
    #move-page-top {
        display: block;
    }
    #page-top img {
        width: 40px;
        /* ボタンの横幅 */
        height: auto;
    }
}


/*	sp_footer_nav（旧ナビ） sp_footer_nav2
-------------------------------------------------------------------*/

@media screen and (min-width: 1025px) {
    .sp_footer_nav,
    .sp_footer_nav2 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .sp_footer_nav {
        width: 100%;
        position: fixed;
        bottom: 0px;
        height: 40px;
        background-color: #FF7600;
        z-index: 9;
    }
    .sp_footer_nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        background-color: #FF7600;
        list-style: none;
    }
    .sp_footer_nav ul li {
        width: 25%;
        font-size: 10px;
    }
    .sp_footer_nav ul li a {
        display: block;
        height: 40px;
        text-align: center;
        padding-top: 26px;
        box-sizing: border-box;
        text-decoration: none;
        color: #fff;
    }
    .sp_footer_nav ul li:nth-of-type(1) a {
        background: url(../img/f_nav01.svg) center top 6px no-repeat;
        background-size: 25px auto;
        line-height: 1.2;
    }
    .sp_footer_nav ul li:nth-of-type(2) a {
        background: url(../img/f_nav02.svg) center top 6px no-repeat;
        background-size: 12px auto;
        line-height: 1.2;
    }
    .sp_footer_nav ul li:nth-of-type(3) a {
        background: url(../img/f_nav03.svg) center top 6px no-repeat;
        background-size: 20px auto;
        line-height: 1.2;
    }
    .sp_footer_nav ul li:nth-of-type(4) a {
        background: url(../img/f_nav04.svg) center top 6px no-repeat;
        background-size: 20px auto;
        line-height: 1.2;
    }
    .sp_footer_nav2 {
        width: 100%;
        position: fixed;
        bottom: 0px;
        height: 60px;
        z-index: 9;
    }
    .sp_footer_nav2 ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        list-style: none;
    }
    .sp_footer_nav2 ul li:nth-of-type(1) {
        width: 48%;
        background-color: #6EB65A;
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
    }
    .sp_footer_nav2 ul li:nth-of-type(2) {
        width: calc((100% - 48%) / 2);
        background-color: #FF8901;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
    }
    .sp_footer_nav2 ul li:nth-of-type(3) {
        width: calc((100% - 48%) / 2);
        background-color: #776539;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
    }
    .sp_footer_nav2 ul li:nth-of-type(1) img {
        vertical-align: middle;
        padding-bottom: 3px;
        margin-right: 5px;
    }
    .sp_footer_nav2 ul li:nth-of-type(1) span:nth-of-type(1) {
        display: block;
        font-size: 13px;
        margin-top: 2px;
        font-weight: 500;
    }
    .sp_footer_nav2 ul li:nth-of-type(1) span:nth-of-type(2) {
        display: block;
        font-size: 13px;
        margin-top: 2px;
        font-weight: 500;
    }
    .sp_footer_nav2 ul li:nth-of-type(2) span {
        display: block;
        margin-bottom: 5px;
    }
    .sp_footer_nav2 ul li:nth-of-type(3) span {
        display: block;
        margin-bottom: 5px;
    }
    .sp_footer_nav2 ul li a {
        height: 60px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }
    .sp_footer_nav2 ul li:nth-of-type(1) a {
        padding-top: 5px;
    }
    .sp_footer_nav2 ul li:nth-of-type(2) a {
        padding-top: 8px;
    }
    .sp_footer_nav2 ul li:nth-of-type(3) a {
        padding-top: 6px;
    }
}

@media screen and (max-width: 499px) {
    .sp_footer_nav2 ul li:nth-of-type(1) {
        width: 182px;
    }
    .sp_footer_nav2 ul li:nth-of-type(2) {
        width: calc((100% - 182px) / 2);
    }
    .sp_footer_nav2 ul li:nth-of-type(3) {
        width: calc((100% - 182px) / 2);
    }
}

@media screen and (max-width: 374px) {
    .sp_footer_nav2 ul li:nth-of-type(1) span:nth-of-type(1) {
        font-size: 12px;
        margin-top: 3px;
    }
    .sp_footer_nav2 ul li:nth-of-type(1) span:nth-of-type(2) {
        font-size: 12px;
        margin-top: 2px;
    }
    .sp_footer_nav2 ul li:nth-of-type(2) {
        font-size: 10px;
    }
    .sp_footer_nav2 ul li:nth-of-type(3) {
        font-size: 10px;
    }
}


/*	top_img
-------------------------------------------------------------------*/

.top_img {
    padding-top: 163px;
    position: relative;
}

.top_img .swiper-slide img {
    width: 100%;
    height: auto;
}

.top_img .swiper-pagination {
    text-align: center;
}

.top_img_txt {
    width: 100%;
    max-width: 940px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 30px;
    z-index: 3;
}

.top_img_txt p {
    font-size: 25px;
    color: #804C00;
    line-height: 60px;
    height: 60px;
}

.top_img_txt p:nth-of-type(2) {
    margin-top: 7px;
}

.top_img_txt p:nth-of-type(3) {
    margin-top: 2px;
}

.top_img_txt p span.bg_cl {
    padding: 12px 10px;
    background-color: #fff;
}

.top_img_txt p span.ft_og {
    font-size: 35px;
    color: #FF7600;
}

@media screen and (max-width: 1024px) {
    .top_img {
        padding-top: 60px;
    }
}

@media screen and (max-width: 999px) {
    .top_img_txt p {
        font-size: 18px;
        color: #804C00;
        line-height: 50px;
        height: 50px;
    }
    .top_img_txt p span.ft_og {
        font-size: 25px;
        color: #FF7600;
    }
}

@media screen and (max-width: 599px) {
    .top_img_txt {
        position: relative;
        text-align: center;
        top: 10px;
    }
}


/*	top_about
-------------------------------------------------------------------*/

#top_about {
    border-bottom: solid 17px #FBE386;
    padding: 60px 0 40px 0;
}

#top_about_inner {
    width: 100%;
    max-width: 1005px;
    height: 383px;
    background: url(../img/mokumoku.svg) center top no-repeat;
    margin: 0 auto;
    padding: 52px 20px 0 20px;
    box-sizing: border-box;
}

#top_about h1 {
    width: 260px;
    margin: 0 auto;
    font-size: 13px;
    color: #895410;
    line-height: 1;
    text-align: center;
    padding: 16px 73px 10px 73px;
    background: url(../img/top_about01.svg) left top no-repeat;
}

#top_about h1 span {
    font-size: 35px;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

#top_about .txt {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
}

#top_about .link_btn {
    width: 336px;
    margin: 17px auto 0 auto;
}

#top_about .link_btn a {
    display: block;
    background-color: #FBE386;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 7px 14px;
    line-height: 1;
    text-decoration: none;
    color: #804C00;
    font-size: 18px;
    letter-spacing: -1px;
    text-align: center;
}

#top_about .link_btn a span {
    display: block;
    border: solid 3px #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 12px 18px;
    transition: all .2s ease;
}

#top_about .link_btn a:hover span {
    border: solid 3px #ff7600;
}

#top_about_footer {
    display: none;
}

@media screen and (max-width: 768px) {
    #top_about_inner {
        height: auto;
        background: url(../img/mokumoku_up.svg) center top no-repeat;
        background-color: #fff;
        padding: 70px 20px 0 20px;
    }
    #top_about_footer {
        display: block;
        height: 90px;
        background: url(../img/mokumoku_bottom.svg) center bottom no-repeat;
    }
}

@media screen and (max-width: 599px) {
    #top_about {
        border-bottom: solid 8px #FBE386;
        padding: 30px 0 20px 0;
    }
    #top_about h1 {
        width: 200px;
        font-size: 10px;
        padding: 10px 43px 10px 43px;
        background: url(../img/top_about01.svg) left top no-repeat;
        background-size: 40px auto;
    }
    #top_about h1 span {
        font-size: 24px;
        margin-bottom: 8px;
    }
    #top_about .txt {
        font-size: 14px;
    }
    #top_about .link_btn {
        width: calc(100% - 40px);
        max-width: 336px;
    }
    #top_about .link_btn a {
        display: block;
        background-color: #FBE386;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        padding: 7px 14px;
        line-height: 1;
        text-decoration: none;
        color: #804C00;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
    }
}


/*	top_pickup
-------------------------------------------------------------------*/

#top_pickup {
    padding: 110px 0 108px 0;
}

#top_pickup h1 {
    font-size: 20px;
    color: #804C00;
    line-height: 1;
    text-align: center;
}

#top_pickup h1 span {
    display: block;
    font-size: 35px;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    margin-bottom: 7px;
}

#top_pickup .swiper-slide {
    width: 240px;
}

#top_pickup .swiper-slide a {
    display: block;
    position: relative;
    text-decoration: none;
}

#top_pickup .swiper-slide span.img {
    display: block;
}

#top_pickup .swiper-slide img {
    width: 100%;
    height: auto;
}

#top_pickup .swiper-slide p {
    background: url(../img/top_picup_cv2.png) center bottom no-repeat;
    background-size: 100% auto;
    background-color: #F5ECD6;
    min-height: 84px;
    padding: 16px 16px 16px 16px;
    font-size: 16px;
    color: #333;
    transition: all .2s ease;
}

#top_pickup .swiper-slide a:hover p {
    color: #FF7600;
}

#top_pickup .swiper-slide span.kcal {
    width: 66px;
    height: 50px;
    padding-top: 16px;
    background-color: #FBE386;
    color: #804C00;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    top:140px;
    right: 8px;
}

#top_pickup .swiper-slide span.kcal span {
    display: block;
    margin-top: 4px;
}

.top_pickup_set {
    width: 100%;
    max-width: 940px;
    position: relative;
    padding: 0 70px;
    box-sizing: border-box;
    margin-top: 55px;
}

.slider2 {
    width: 100%;
    max-width: 776px;
}

.slider2 .swiper-button-next {
    background: url(../img/sankaku01.svg) center bottom no-repeat;
}

.pickup_text{
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 599px) {
    #top_pickup {
        padding: 40px 0 50px 0;
    }
    #top_pickup h1 {
        font-size: 14px;
    }
    #top_pickup h1 span {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .top_pickup_set {
        padding: 0 60px;
        box-sizing: border-box;
        margin-top: 40px;
    }
    #top_pickup .swiper-slide span.kcal {
        top: 28%;
        right: 8px;
    }
    #top_pickup .swiper-slide p {
        font-size: 14px;
    }
    .pickup_text{
        font-size: 14px;
    }
}


/*	top_service
-------------------------------------------------------------------*/

#top_service {
    padding: 100px 0 130px 0;
}

#top_service h1 {
    font-size: 20px;
    line-height: 1;
    color: #804C00;
    padding-left: 74px;
    background: url(../img/top_sv01.svg) left top 10px no-repeat;
    margin-bottom: 60px;
}

#top_service h1 span {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
    display: block;
    color: #FF7600;
}

.top_sv_single {
    width: 100%;
    height: 200px;
    max-width: 776px;
    margin: 0 auto 90px auto;
    display: table;
}

.top_sv_single:last-child {
    margin: 0 auto 0px auto;
}

.top_sv_single .img {
    width: 300px;
    display: table-cell;
}

.top_sv_single dl {
    width: 330px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.top_sv_single .link {
    width: 146px;
    display: table-cell;
    vertical-align: bottom;
}

.top_sv_single dl dt {
    width: 203px;
    height: 60px;
    padding: 10px 0 0 30px;
    background: url(../img/top_sv02.svg) left top no-repeat;
    background-size: 100% auto;
    color: #804C00;
    line-height: 1;
    font-size: 20px;
    position: relative;
    top: -15px;
    left: -34px;
}

.top_sv_single dl dt span {
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}

.top_sv_single dl dd {
    padding: 0px 18px 0 18px;
    font-size: 16px;
    line-height: 1.8;
}

.top_sv_single .link a {
    text-decoration: none;
    color: #333;
    display: block;
    height: 46px;
    font-size: 16px;
    transition: all .2s ease;
}

.top_sv_single .link a span {
    display: inline-block;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    background: url(../img/sankaku02.svg) left 14px center no-repeat;
    background-color: #FBE386;
    border: solid 3px #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    transition: all .2s ease;
}

.top_sv_single .link a:hover {
    color: #FF7600;
}

.top_sv_single .link a:hover span {
    background: url(../img/sankaku02.svg) left 14px center no-repeat;
    background-color: #fff;
    border: solid 3px #FBE386;
}
.service-box {
    margin-top: 50px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .top_sv_single {
        width: 100%;
        height: auto;
        margin: 0 auto 90px auto;
        display: block;
        position: relative;
    }
    .top_sv_single .img {
        width: 300px;
        display: block;
        float: left;
    }
    .top_sv_single dl {
        width: calc(100% - 300px);
        display: block;
        position: relative;
        float: right;
        padding-bottom: 60px;
    }
    .top_sv_single .link {
        width: 146px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 599px) {
    #top_service {
        padding: 50px 0 60px 0;
    }
    #top_service h1 {
        font-size: 16px;
        padding-left: 50px;
        background: url(../img/top_sv01.svg) left top 10px no-repeat;
        background-size: 40px auto;
        margin-bottom: 30px;
    }
    #top_service h1 span {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .top_sv_single {
        margin: 0 auto 45px auto;
    }
    .top_sv_single .img {
        width: 100%;
        float: none;
    }
    .top_sv_single .img img {
        width: 100%;
        height: auto;
    }
    .top_sv_single dl {
        width: 100%;
        float: none;
        padding-bottom: 46px;
    }
    .top_sv_single dl dt {
        font-size: 18px;
        top: -20px;
        left: -10px;
    }
    .top_sv_single dl dt span {
        font-size: 12px;
    }
    .top_sv_single dl dd {
        padding: 0px 0px 0 0px;
        font-size: 14px;
        line-height: 1.8;
    }
    .top_sv_single .link {
        width: 120px;
    }
    .top_sv_single .link a {
        height: 36px;
        font-size: 14px;
    }
    .top_sv_single .link a span {
        display: inline-block;
        width: 36px;
        height: 36px;
        background: url(../img/sankaku02.svg) left 12px center no-repeat;
        background-size: 10px auto;
        background-color: #FBE386;
        margin-right: 8px;
    }
    .top_sv_single .link a:hover span {
        background: url(../img/sankaku02.svg) left 12px center no-repeat;
        background-size: 10px auto;
        background-color: #fff;
        border: solid 3px #FBE386;
    }
}


/*	top_ft
-------------------------------------------------------------------*/

#top_ft {
    padding: 0px 0 130px 0;
    border-bottom: solid 17px #FBE386;
}

#top_ft h1 {
    font-size: 20px;
    line-height: 1;
    color: #804C00;
    padding-left: 74px;
    background: url(../img/top_ft01.svg) left top 10px no-repeat;
    margin-bottom: 40px;
}

#top_ft h1 span {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
    display: block;
    color: #FF7600;
}

.top_ft_box {
    width: 100%;
    max-width: 774px;
    margin: 0 auto;
}

#top_ft01,
#top_ft02 {
    margin-bottom: 34px;
}

#top_ft01 a,
#top_ft02 a {
    display: table;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: #804C00;
    font-size: 25px;
    line-height: 1;
    transition: all .2s ease;
    width: 100%;
}

#top_ft01 a:hover,
#top_ft02 a:hover {
    background-color: #F5ECD6;
}

#top_ft01 p,
#top_ft02 p {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

#top_ft02 p {
    text-align: center;
}

#top_ft01 p:nth-of-type(2) {
    padding-left: 30px;
    letter-spacing: -2px;
}

#top_ft01 p:nth-of-type(2) span {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    width: 130px;
    height: 94px;
    padding-top: 36px;
    border-radius: 50%;
    background-color: #FBE386;
    line-height: 1.5;
    letter-spacing: -1px;
    vertical-align: middle;
    margin-left: 20px;
}

.top_ft_box2 {
    width: 100%;
    max-width: 774px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_ft_single {
    width: 50%;
    box-sizing: border-box;
}

#top_ft03 {
    margin-bottom: 34px;
}

.top_ft_single:nth-of-type(odd) {
    padding-right: 0px;
}

.top_ft_single:nth-of-type(even) {
    padding-left: 16px;
}

.top_ft_single a {
    width: 371px;
    display: table;
    font-size: 25px;
    line-height: 1.6;
    color: #804C00;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all .2s ease;
}

.top_ft_single a:hover {
    background-color: #F5ECD6;
}

.top_ft_single p:nth-of-type(1) {
    width: 200px;
    display: table-cell;
}

.top_ft_single p:nth-of-type(2) {
    width: 171px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .top_ft_box {
        margin: 0 auto 20px auto;
    }
    #top_ft01 a,
    #top_ft02 a {
        font-size: 18px;
    }
    #top_ft01 p:nth-of-type(2) {
        padding-left: 30px;
        letter-spacing: -2px;
    }
    #top_ft01 p:nth-of-type(2) span {
        font-size: 16px;
        width: 100px;
        height: 75px;
        padding-top: 25px;
        margin-left: 20px;
    }
    #top_ft03 {
        margin-bottom: 20px;
    }
    .top_ft_single a {
        width: 100%;
        display: table;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    #top_ft01 a,
    #top_ft02 a {
        display: table;
        margin: 0 auto;
        width: 100%;
        max-width: 387px;
        font-size: 16px;
    }
    #top_ft01 p {
        display: block;
        width: 100%;
        text-align: center;
    }
    #top_ft01 p img {
        width: 100%;
        height: auto;
    }
    #top_ft02 p img {
        max-width: 100%;
        height: auto;
    }
    #top_ft01 p:nth-of-type(2) {
        padding: 10px 5px;
        letter-spacing: auto;
    }
    .top_ft_box2 {
        max-width: 387px;
    }
    .top_ft_single {
        width: 100%;
    }
    .top_ft_single:nth-of-type(odd) {
        padding-right: 0px;
    }
    .top_ft_single:nth-of-type(even) {
        padding-left: 0px;
    }
    #top_ft01,
    #top_ft02,
    #top_ft03,
    #top_ft04 {
        margin-bottom: 20px;
    }
    .top_ft_single p:nth-of-type(1) {
        width: 50%;
    }
    .top_ft_single p:nth-of-type(1) img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    #top_ft {
        padding: 0px 0 60px 0;
    }
    #top_ft h1 {
        font-size: 16px;
        padding-left: 50px;
        background: url(../img/top_ft01.svg) left top 10px no-repeat;
        background-size: 40px auto;
        margin-bottom: 30px;
    }
    #top_ft h1 span {
        font-size: 26px;
        margin-bottom: 6px;
    }
    #top_ft02 p:nth-of-type(2) span {
        display: block;
        margin-top: 6px;
    }
}


/*	top_reason
-------------------------------------------------------------------*/

#top_reason {
    padding: 74px 0 110px 0;
}

#top_reason h1 {
    text-align: center;
    line-height: 1;
    font-size: 20px;
    color: #804C00;
    margin-bottom: 40px;
}

#top_reason h1 span {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 35px;
    display: block;
    margin-bottom: 15px;
}

#top_reason_inner {
    width: 100%;
    max-width: 985px;
    margin: 0 auto;
}

#top_reason_set01 .top_reason_single,
#top_reason_set02 .top_reason_single {
    float: left;
}

#top_reason_01,
#top_reason_02,
#top_reason_04,
#top_reason_05,
#top_reason_06 {
    margin-right: 15px;
}

#top_reason_set01 {
    width: 735px;
    margin: 0 auto 0 auto;
}

#top_reason_set02 {
    width: 985px;
    margin: 5px auto 0 auto;
}

.top_reason_single {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}

.top_reason_single dt {
    font-size: 45px;
    font-weight: 700;
    color: #FBE386;
    letter-spacing: 4px;
    text-shadow: 2px 2px 1px #804c00, -2px 2px 1px #804c00, 2px -2px 1px #804c00, -2px -2px 1px #804c00, 2px 0px 1px #804c00, 0px 2px 1px #804c00, -2px 0px 1px #804c00, 0px -2px 1px #804c00;
    line-height: 1;
    margin-bottom: 16px;
}

.top_reason_single dd {
    color: #804C00;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1px;
}

#top_reason_01 dd {
    padding-top: 10px;
    padding-bottom: 76px;
    background: url(../img/top_re01.svg) center bottom no-repeat;
}

#top_reason_02 dd {
    padding-bottom: 60px;
    background: url(../img/top_re02.svg) center bottom no-repeat;
}

#top_reason_03 dd {
    padding-bottom: 66px;
    background: url(../img/top_re03.svg) center bottom no-repeat;
}

#top_reason_04 dd {
    padding-bottom: 60px;
    background: url(../img/top_re04.svg) center bottom no-repeat;
}

#top_reason_05 dd {
    padding-bottom: 66px;
    background: url(../img/top_re05.svg) center bottom no-repeat;
}

#top_reason_06 dd {
    padding-bottom: 66px;
    background: url(../img/top_re06.svg) center bottom no-repeat;
}

#top_reason_07 dd {
    padding-top: 10px;
    padding-bottom: 80px;
    background: url(../img/top_re07.svg) center bottom no-repeat;
}

#top_reason_txt {
    max-width: 780px;
    margin: 50px auto 0 auto;
    position: relative;
}

#top_reason_txt .txt {
    width: calc(100% - 180px);
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 2.5;
}

#top_reason_txt .link {
    width: 180px;
    float: right;
}

#top_reason_txt .link a {
    text-decoration: none;
    color: #333;
    display: block;
    height: 46px;
    font-size: 16px;
    transition: all .2s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}

#top_reason_txt .link a span {
    display: inline-block;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    background: url(../img/sankaku02.svg) left 14px center no-repeat;
    background-color: #FBE386;
    border: solid 3px #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    transition: all .2s ease;
}

#top_reason_txt .link a:hover {
    color: #FF7600;
}

#top_reason_txt .link a:hover span {
    background: url(../img/sankaku02.svg) left 14px center no-repeat;
    background-color: #fff;
    border: solid 3px #FBE386;
}

@media screen and (max-width: 1024px) {
    #top_reason_set02 {
        width: 485px;
        margin: 5px auto 0 auto;
    }
    #top_reason_04 {
        margin-bottom: 20px;
    }
    #top_reason_05 {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #top_reason_txt {
        padding: 0 20px;
    }
    #top_reason_txt .txt {
        width: 100%;
        float: none;
        padding-bottom: 60px;
    }
    #top_reason_txt .link a {
        right: 20px;
    }
}

@media screen and (max-width: 799px) {
    #top_reason_set01 {
        width: 485px;
        margin: 5px auto 0 auto;
    }
    #top_reason_02 {
        margin-right: 0px;
    }
    #top_reason_set01 .top_reason_single#top_reason_03 {
        float: none;
        margin: 0 auto;
        clear: both;
    }
}

@media screen and (max-width: 599px) {
    #top_reason {
        padding: 40px 0 50px 0;
    }
    #top_reason h1 {
        font-size: 14px;
    }
    #top_reason h1 span {
        font-size: 24px;
        margin-bottom: 4px;
    }
    #top_reason_set01 .top_reason_single,
    #top_reason_set02 .top_reason_single {
        float: none;
    }
    #top_reason_set01,
    #top_reason_set02 {
        width: 235px;
    }
    .top_reason_single {
        margin-bottom: 20px;
    }
    #top_reason_set01 .top_reason_single#top_reason_03 {
        margin-bottom: 20px;
    }
    #top_reason_txt {
        margin-top: 30px;
    }
    #top_reason_txt .txt {
        font-size: 14px;
        line-height: 2;
        padding-bottom: 46px;
    }
    #top_reason_txt .link {
        width: 120px;
    }
    #top_reason_txt .link a {
        height: 36px;
        font-size: 14px;
    }
    #top_reason_txt .link a span {
        display: inline-block;
        width: 36px;
        height: 36px;
        background: url(../img/sankaku02.svg) left 12px center no-repeat;
        background-size: 10px auto;
        background-color: #FBE386;
        margin-right: 8px;
    }
}


/*	top_howto
-------------------------------------------------------------------*/

#top_howto {
    padding: 110px 0 110px 0;
    background: url(../img/nami01.svg) left top repeat-x;
    background-color: #fff;
}

#top_howto h1 {
    text-align: center;
    line-height: 1;
    font-size: 20px;
    color: #804C00;
    margin-bottom: 40px;
}

#top_howto h1 span {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 35px;
    display: block;
    margin-bottom: 15px;
}

#top_howto_set {
    display: table;
}

.top_howto_single {
    display: table-cell;
    width: 265px;
}

.top_howto_next {
    display: table-cell;
    width: 72px;
    background: url(../img/sankaku03.svg) center center no-repeat;
}

.top_howto_single dl dt {
    color: #804C00;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 6px;
}

.top_howto_single dl dd {
    border: solid 1px #707070;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    height: 200px;
    padding: 15px;
    display: table-cell;
    /* IE8から使用可能 */
    vertical-align: top;
}

.top_howto_single dl dd p:nth-of-type(1) {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.top_howto_single dl dd p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.8;
}

.top_howto_single dl dd p:nth-of-type(1) a {
    display: block;
    text-decoration: underline;
    color: #333333;
    transition: all .2s ease;
}

.top_howto_single dl dd p:nth-of-type(1) a:hover {
    color: #FF7600;
}

#top_howto_contact {
    padding-top: 70px;
    position: relative;
}

#top_howto_contact .link a {
    margin: 0 auto;
    width: 320px;
    height: 70px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 70px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    display: block;
    text-align: left;
    background: url(../img/mail_off.svg) left 30px center no-repeat;
    background-color: #FF7600;
    box-sizing: border-box;
    padding-left: 80px;
    border: solid 2px #FF7600;
    transition: all .2s ease;
}

#top_howto_contact .link a:hover {
    color: #FF7600;
    background: url(../img/mail_on.svg) left 30px center no-repeat;
    background-color: #fff;
}

#top_howto_contact .anime {
    position: absolute;
    right: 0;
    top: 30px;
}

@media screen and (max-width: 1024px) {
    #top_howto_set {
        display: block;
        width: 400px;
        margin: 0 auto;
    }
    .top_howto_single {
        display: block;
        width: 400px;
    }
    .top_howto_next {
        display: block;
        width: 400px;
        background: url(../img/sankaku04.svg) center center no-repeat;
        height: 80px;
    }
    .top_howto_single dl dt {
        margin-bottom: 10px;
    }
    .top_howto_single dl dd {
        height: auto;
        padding: 30px;
    }
    #top_howto_contact .anime {
        position: relative;
        text-align: center;
        top: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 599px) {
    #top_howto {
        padding: 80px 0 60px 0;
        background: url(../img/nami01.svg) left top repeat-x;
        background-color: #fff;
    }
    #top_howto h1 {
        font-size: 14px;
    }
    #top_howto h1 span {
        font-size: 24px;
        margin-bottom: 4px;
    }
    #top_howto_set {
        width: 100%;
        margin: 0 auto;
    }
    .top_howto_single {
        display: block;
        width: 100%;
    }
    .top_howto_next {
        display: block;
        width: 100%;
        background: url(../img/sankaku04.svg) center center no-repeat;
        height: 80px;
    }
    .top_howto_single dl dt {
        font-size: 18px;
    }
    .top_howto_single dl dd {
        padding: 20px;
    }
    .top_howto_single dl dd p:nth-of-type(1) {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .top_howto_single dl dd p:nth-of-type(2) {
        font-size: 14px;
    }
    #top_howto_contact {
        padding-top: 35px;
    }
    #top_howto_contact .link a {
        width: 280px;
        height: 56px;
        font-size: 16px;
        line-height: 56px;
        background: url(../img/mail_off.svg) left 46px center no-repeat;
        background-size: 22px auto;
        background-color: #FF7600;
        padding-left: 80px;
    }
    #top_howto_contact .link a:hover {
        color: #FF7600;
        background: url(../img/mail_on.svg) left 46px center no-repeat;
        background-color: #fff;
        background-size: 22px auto;
    }
}


/*	page
-------------------------------------------------------------------*/

/* main.page {
    padding-top: 163px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    main.page {
        padding-top: 60px;
    }
} */


/*	page_head
-------------------------------------------------------------------*/

#page_head_about {
    background: url(../img/head_img_about.jpg) center top repeat-x;
}

#page_head_reason {
    background: url(../img/head_img_reason.jpg) center top repeat-x;
}

#page_head_menu {
    background: url(../img/head_img_menu.jpg) center top repeat-x;
}

#page_head_voice {
    background: url(../img/head_img_voice.jpg) center top repeat-x;
}

#page_head_price {
    background: url(../img/head_img_price.jpg) center top repeat-x;
}

#page_head_delivery {
    background: url(../img/head_img_delivery.jpg) center top repeat-x;
}

#page_head_service01 {
    background: url(../img/head_img_service01.jpg) center top repeat-x;
}

#page_head_service02 {
    background: url(../img/head_img_service02.jpg) center top repeat-x;
}

#page_head_service03 {
    background: url(../img/head_img_service03.jpg) center top repeat-x;
}

#page_head_service04 {
    background: url(../img/head_img_service04.jpg) center top repeat-x;
}

#page_head_commodity {
    background: url(../img/head_img_commodity.jpg) center top repeat-x;
}

#page_head_company {
    background: url(../img/head_img_company.jpg) center top repeat-x;
}

#page_head_contact {
    background: url(../img/head_img_contact.jpg) center top repeat-x;
}

.page_head_img p {
    text-align: center;
    margin-top: 163px;
}

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

.page_head h1 {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1;
    color: #895410;
    padding: 40px 0;
}

.page_head h1 span {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 50px;
    display: block;
    margin-bottom: 4px;
}

.page_head h1.type2 {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1;
    color: #895410;
    padding: 40px 0;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.page_head h1.type2 span {
    font-size: 33px;
    display: block;
    margin-top: 6px;
    margin-bottom: 0px;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .page_head h1,
    .page_head h1.type2 {
        box-sizing: border-box;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 599px) {
    .page_head h1 {
        font-size: 14px;
        padding: 20px;
    }
    .page_head h1 span {
        font-size: 25px;
        margin-bottom: 4px;
    }
    .page_head h1.type2 {
        font-size: 16px;
    }
    .page_head h1.type2 span {
        font-size: 20px;
    }
}


/*	page h2
-------------------------------------------------------------------*/

.page_h2 {
    width: 580px;
    height: 60px;
    background: url(../img/h2_back.svg) right bottom -10px no-repeat;
    padding: 0 10px 10px 0;
}

.page_h2 span {
    display: block;
    width: 580px;
    box-sizing: border-box;
    border-left: solid 20px #FBE386;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #895410;
    background-color: #F8F7F6;
    padding-left: 20px;
}

#voice02 .page_h2 span {
    border-left: solid 20px #5D886D;
}

#voice03 .page_h2 span {
    border-left: solid 20px #FF9191;
}

#voice04 .page_h2 span {
    border-left: solid 20px #FFE17D;
}

@media screen and (max-width: 1024px) {
    .page_head_img p {
        margin-top: 60px;
    }
    .page_h2 {
        width: 500px;
    }
    .page_h2 span {
        width: 500px;
        border-left: solid 15px #FBE386;
        font-size: 16px
    }
    #voice02 .page_h2 span {
        border-left: solid 15px #5D886D;
    }
    #voice03 .page_h2 span {
        border-left: solid 15px #FF9191;
    }
    #voice04 .page_h2 span {
        border-left: solid 15px #FFE17D;
    }
}

@media screen and (max-width: 768px) {
    #voice_fukidashi01 p:nth-of-type(1) {}
}

@media screen and (max-width: 599px) {
    .page_h2 {
        width: 300px;
    }
    .page_h2 span {
        width: 300px;
        border-left: solid 10px #FBE386;
        font-size: 14px;
        padding-left: 10px;
    }
    .page_h2_sm span {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .page_h2 {
        width: 280px;
    }
    .page_h2_sm span {
        width: 280px;
        border-left: solid 10px #FBE386;
        font-size: 11px;
    }
}


/*	about
-------------------------------------------------------------------*/

#about01 {
    padding: 40px 0 36px 0;
    text-align: center;
}

#about01 p:nth-of-type(1) {
    font-size: 40px;
    line-height: 1;
    color: #FF7600;
}

#about01 p:nth-of-type(1) span {
    display: inline-block;
    background: url(../img/line01.png) left bottom repeat-x;
    padding: 0 10px 2px 10px;
    margin-bottom: 18px;
}

#about01 p:nth-of-type(1) span:nth-of-type(2) {
    margin: 0 50px;
}

#about01 p:nth-of-type(2) {
    font-size: 18px;
}

#about02 {
    padding: 100px 0 140px 0;
}

#about02_01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 720px;
    margin: 60px auto 0 auto;
}

#about02_01 .img {
    width: 34%;
}

#about02_01 .txt {
    width: 66%;
    box-sizing: border-box;
    padding-left: 10px;
}

#about02_01 .txt ul {
    margin-left: 1.5em;
    font-size: 16px;
}

#about02_01 .txt ul .bold,
#about02_02 .txt ul .bold,
#about02_03 .txt ul .bold {
    color: #FF7600;
}

#about02_02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#about02_02 .img {
    width: 11%;
}

#about02_02 .txt {
    width: 67%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

#about02_02 .img02 {
    width: 22%;
}

#about02_02 .txt ul {
    margin-left: 1.5em;
    font-size: 16px;
}

#about02_03 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    margin: 60px auto 0 auto;
}

#about02_03 .img {
    width: 37%;
}

#about02_03 .txt {
    width: 63%;
    box-sizing: border-box;
    padding-left: 10px;
}

#about02_03 .txt ul {
    margin-left: 1.5em;
    font-size: 16px;
}

#about02_01 img,
#about02_02 img,
#about02_03 img {
    max-width: 100%;
    height: auto;
}

#about03 {
    padding-bottom: 120px;
}

#about03 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    margin: 40px auto 0 auto;
    list-style: none;
}

#about03 ul li {
    width: calc(100% / 3);
    box-sizing: border-box;
}

#about03 ul li:nth-of-type(1),
#about03 ul li:nth-of-type(4) {
    text-align: left;
    padding-right: 4px;
}

#about03 ul li:nth-of-type(2),
#about03 ul li:nth-of-type(5) {
    text-align: center;
    padding: 0 2px;
}

#about03 ul li:nth-of-type(3),
#about03 ul li:nth-of-type(6) {
    text-align: right;
    padding-left: 4px;
}

#about03 ul li:nth-of-type(1),
#about03 ul li:nth-of-type(2),
#about03 ul li:nth-of-type(3) {
    margin-bottom: 40px;
}

#about03 ul li img {
    max-width: 100%;
    height: auto;
}

#about04 {
    margin-bottom: 100px;
}

#about04_set {
    margin-top: 60px;
}

.about04_t01 {
    position: relative;
    margin-bottom: 50px;
}

.about04_t02 {
    position: relative;
    margin-bottom: 50px;
}

.about04_t01 dl {
    width: 55%;
    position: relative;
    float: right;
}

.about04_t01 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: auto;
}

.about04_t01 dl dt {
    padding-left: 14%;
    font-size: 25px;
    color: #FF7600;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.about04_t01 dl dt span {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-color: #FF7600;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    margin-right: 10px;
}

.about04_t01 dl dd {
    background-color: #F0E3AF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
    padding: 48px 11.5% 20px 11.5%;
    min-height: 266px;
    top: -18px;
    position: relative;
    font-size: 16px;
}

.about04_t02 dl {
    width: 55%;
    position: relative;
    float: left;
}

.about04_t02 img {
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: auto;
}

.about04_t02 dl dt {
    padding-left: 5%;
    font-size: 25px;
    color: #FF7600;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.about04_t02 dl dt span {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-color: #FF7600;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    margin-right: 10px;
}

.about04_t02 dl dd {
    background-color: #F0E3AF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
    padding: 48px 11.5% 20px 11.5%;
    min-height: 266px;
    top: -18px;
    position: relative;
    font-size: 16px;
}

.about_link a {
    display: block;
    width: 465px;
    height: 93px;
    line-height: 93px;
    border: solid 8px #FBE386;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #895410;
    background: url(../img/logo01.svg) left 60px center no-repeat;
    transition: all .2s ease;
}

.about_link a span {
    display: block;
    height: 93px;
    padding-left: 60px;
}

.about_link a:hover {
    border: solid 8px #FF7600;
}

.about_link {
    padding-bottom: 120px;
}

@media screen and (max-width: 999px) {
    #about01 p:nth-of-type(1) {
        font-size: 4.0vw;
    }
    #about01 p:nth-of-type(2) {
        font-size: 1.8vw;
    }
    #about02_01 .txt ul,
    #about02_02 .txt ul,
    #about02_03 .txt ul {
        font-size: 1.6vw;
    }
    #about03 ul li:nth-of-type(1),
    #about03 ul li:nth-of-type(2),
    #about03 ul li:nth-of-type(3) {
        margin-bottom: 10px;
    }
    .about04_t01 dl dt,
    .about04_t02 dl dt {
        font-size: 2.5vw;
    }
    .about04_t01 dl dt span,
    .about04_t02 dl dt span {
        font-size: 25px;
    }
    .about04_t01 dl dd,
    .about04_t02 dl dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 599px) {
    #about01 {
        padding: 20px 0 20px 0;
        text-align: center;
    }
    #about01 p:nth-of-type(1) {
        font-size: 18px;
        padding: 0 5px 2px 5px;
    }
    #about01 p:nth-of-type(1) span:nth-of-type(2) {
        margin: 0 10px;
    }
    #about01 p:nth-of-type(2) span.sp {
        display: block;
    }
    #about02 {
        padding: 50px 0 70px 0;
    }
    #about02_01,
    #about02_02,
    #about02_03 {
        margin: 30px auto 0 auto;
    }
    #about02_01 .txt ul,
    #about02_02 .txt ul,
    #about02_03 .txt ul {
        font-size: 10px;
    }
    #about03 {
        padding-bottom: 40px;
    }
    #about03 ul {
        margin: 20px auto 0 auto;
    }
    #about03 ul li {
        width: calc(100% / 2);
        box-sizing: border-box;
    }
    #about03 ul li:nth-of-type(1),
    #about03 ul li:nth-of-type(3),
    #about03 ul li:nth-of-type(5) {
        text-align: left;
        padding: 0 4px 4px 0;
    }
    #about03 ul li:nth-of-type(2),
    #about03 ul li:nth-of-type(4),
    #about03 ul li:nth-of-type(6) {
        text-align: right;
        padding: 0 0 4px 4px;
    }
    #about04 {
        margin-bottom: 50px;
    }
    #about04_set {
        margin-top: 30px;
    }
    .about04_t01 {
        margin-bottom: 25px;
    }
    .about04_t02 {
        margin-bottom: 25px;
    }
    .about04_t01 dl,
    .about04_t02 dl {
        width: 100%;
        position: relative;
        float: none;
        top: -10px;
    }
    .about04_t01 img,
    .about04_t02 img {
        position: relative;
        left: 0;
        top: 0;
        width: 60%;
        margin-left: 40%;
        height: auto;
        padding-left: 0%;
    }
    .about04_t01 dl dt,
    .about04_t02 dl dt {
        padding-left: 10px;
        font-size: 18px;
    }
    .about04_t01 dl dd,
    .about04_t02 dl dd {
        background-color: #F0E3AF;
        padding: 20px;
        min-height: auto;
        top: -10px;
        position: relative;
        font-size: 14px;
    }
    .about_link {
        padding-bottom: 60px;
    }
    .about_link a {
        width: 280px;
        height: 60px;
        line-height: 60px;
        border: solid 4px #FBE386;
        font-size: 16px;
        background: url(../img/logo01.svg) left 30px center no-repeat;
        background-size: 40px auto;
    }
    .about_link a span {
        height: 60px;
        padding-left: 50px;
    }
    .about_link a:hover {
        border: solid 4px #FF7600;
    }
}


/*	reason
-------------------------------------------------------------------*/

#reason01 {
    padding: 40px 0 60px 0;
}

.reason01_single {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 40px auto;
}

.reason01_single dt {
    width: 230px;
    background: url(../img/sankaku05.svg) right -5px center no-repeat;
}

.reason01_single dd {
    width: calc(100% - 230px);
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
}

#reason02 {
    padding: 100px 0 120px 0;
}

#reason_table {
    margin-top: 70px;
    text-align: center;
}

#reason_table img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 599px) {
    #reason01 {
        padding: 30px 0 30px 0;
    }
    .reason01_single {
        margin: 0 auto 20px auto;
    }
    .reason01_single dt {
        width: 160px;
        background: url(../img/sankaku05.svg) right -20px top 30px no-repeat;
    }
    .reason01_single dt img {
        width: 140px;
        height: auto;
    }
    .reason01_single dd {
        width: calc(100% - 160px);
        font-size: 14px;
    }
    #reason02 {
        padding: 50px 0 60px 0;
    }
    #reason_table {
        margin-top: 35px;
    }
}


/*	company
-------------------------------------------------------------------*/

#company01 {
    padding: 10px 0 40px 0;
}

#company01_01 {
    margin-top: 40px;
}

#company01_01 table {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    border-top: solid 1px #895410;
    border-collapse: collapse;
    box-sizing: border-box;
}

#company01_01 table th {
    text-align: left;
    color: #895410;
    font-size: 18px;
    vertical-align: middle;
    border-bottom: solid 1px #895410;
    font-weight: normal;
    padding: 30px 0;
    white-space: nowrap;
    width: 200px;
    box-sizing: border-box;
    padding-left: 10px;
}

#company01_01 table td {
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
    border-bottom: solid 1px #895410;
    padding: 30px 0;
    width: calc(100% - 200px);
    box-sizing: border-box;
}

#company01_01 table td iframe {
    width: 100%;
    max-width: 500px;
}

#company01_01 table td span {
    display: block;
    font-size: 16px;
}

#company02 {
    padding-bottom: 70px;
    background: url(../img/back_w.gif) left top repeat-x;
    background-color: #F5ECD6;
}

#company02_01 {
    width: 100%;
    max-width: 915px;
    margin: 60px auto 0 auto;
}

#company02_01 .img {
    width: 46%;
    float: right;
    text-align: right;
    box-sizing: border-box;
    padding-left: 3%;
}

#company02_01 .txt {
    width: 54%;
    float: left;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類 */
}

#company02_01 .txt span {
    color: #FF7600;
}

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

#company02_01 .img span#pd_name {
    display: block;
    line-height: 1;
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
}

#company02_01 .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

#saiyo_bn {
    max-width: 1090px;
    margin: 0px auto 80px auto;
}

#saiyo_bn img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    #company01_01 table th,
    #company01_01 table td {
        font-size: 16px;
    }
    #company01_01 table th {
        width: 140px;
    }
    #company01_01 table td {
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 599px) {
    #company01 {
        padding: 10px 0 40px 0;
    }
    #company01_01 table th,
    #company01_01 table td {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    #company01_01 table th {
        padding: 10px 5px 5px 5px;
        border-bottom: dotted 1px #ccc;
    }
    #company01_01 table td {
        padding: 10px 5px 15px 5px;
    }
    #company01_01 table td span {
        font-size: 10px;
    }
    #company02_01 {
        margin: 30px auto 0 auto;
    }
    #company02_01 .img {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
    #company02_01 .txt {
        width: 100%;
        float: none;
        padding: 15px;
    }
    #company02_01 .txt p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #company02_01 .img span#pd_name {
        font-size: 18px;
        margin-top: 16px;
    }
    #saiyo_bn {
        max-width: 1090px;
        margin: 0px 20px 40px 20px;
    }
}


/*	menu
-------------------------------------------------------------------*/

#menu01 {
    padding: 10px 0 80px 0;
}

#menu03 {
    padding: 30px 0 140px 0;
}

#menu01 ul,
#menu03 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

#menu01 ul li,
#menu03 ul li {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

#menu01 ul li img,
#menu03 ul li img {
    max-width: 100%;
    height: auto;
}

#menu01 ul li:nth-of-type(1),
#menu03 ul li:nth-of-type(1) {
    padding-right: 5px;
}

#menu01 ul li:nth-of-type(2),
#menu03 ul li:nth-of-type(2) {
    padding-left: 5px;
}

#menu_head_txt {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.menu_week_set h3 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #895410;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
}

.menu_week_set#sunday h3,
.menu_week_set#sunday .menu_seek_single p.menu_name {
    background-color: #F5ECD6;
}

.menu_week_set#monday h3,
.menu_week_set#monday .menu_seek_single p.menu_name {
    background-color: #FFE3E3;
}

.menu_week_set#tuesday h3,
.menu_week_set#tuesday .menu_seek_single p.menu_name {
    background-color: #E0F0FF;
}

.menu_week_set#wednesday h3,
.menu_week_set#wednesday .menu_seek_single p.menu_name {
    background-color: #D9E3DD;
}

.menu_week_set#thursday h3,
.menu_week_set#thursday .menu_seek_single p.menu_name {
    background-color: #FFE4C4;
}

.menu_week_set#friday h3,
.menu_week_set#friday .menu_seek_single p.menu_name {
    background-color: #E9E1EF;
}

.menu_week_set#saturday h3,
.menu_week_set#saturday .menu_seek_single p.menu_name {
    background-color: #FFC2B7;
}

.menu_seek_single {
    width: 240px;
    position: relative;
}

.menu_seek_single span.day_time {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 40px;
    background-color: #ddd;
}

.menu_seek_single span.day_time.morning {
    background: url(../img/day_time01.svg) left center no-repeat;
}

.menu_seek_single span.day_time.lunch {
    background: url(../img/day_time02.svg) left center no-repeat;
}

.menu_seek_single span.day_time.dinner {
    background: url(../img/day_time03.svg) left 5px center no-repeat;
}

.menu_week_set .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 24px auto 64px auto;
}

.menu_week_set .inner .menu_seek_single {
    width: calc(100% / 3);
}

.menu_seek_single div {
    width: 240px;
    position: relative;
    margin: 0 auto;
}

.menu_seek_single span.img {
    display: block;
}

.menu_seek_single img {
    width: 100%;
    height: auto;
}

.menu_seek_single p.menu_name {
    background: url(../img/top_picup_cv2.png) center bottom no-repeat;
    background-size: 100% auto;
    min-height: 84px;
    padding: 16px 16px 16px 16px;
    font-size: 16px;
    color: #333;
}

.menu_seek_single span.kcal {
    width: 66px;
    height: 50px;
    padding-top: 16px;
    background-color: #FBE386;
    color: #804C00;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    top: 200px;
    right: 8px;
}

#menu04 {
    padding: 0px 0 60px 0;
}

.menu_seek_single span.kcal span {
    display: block;
    margin: top: 4px;
}

#menu_flow_set {
    margin-top: 60px;
    padding-left: 20px;
}

#menu_flow_set .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 526px;
    margin: 0px auto 0 auto;
}

#menu_flow_set .inner div {
    width: calc(100% / 3);
    position: relative;
    margin-bottom: 60px;
}

#menu_flow_set div.menu_flow_single {
    width: 46%;
}

#menu_flow_set div.next {
    width: 8%;
    background: url(../img/sankaku06.svg) center top 40px no-repeat;
    background-size: 60% auto;
}

#menu_flow_set div.next.sp {
    display: none;
}

#menu_flow_set div.menu_flow_single .number {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #FF7600;
    color: #fff;
    font-size: 25px;
    line-height: 62px;
    display: block;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -20px;
}

#menu_flow_set div.menu_flow_single img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

#menu05 {
    padding: 60px 0;
}

#menu05 h2,
#menu06 h2 {
    font-size: 20px;
    line-height: 1;
}

#menu05_set {
    width: 100%;
    max-width: 920px;
    margin: 30px auto 0 auto;
}

#menu05_set .mov {
    width: 500px;
    float: right;
    position: relative;
}

#menu05_set .txt {
    width: calc(100% - 500px);
    float: left;
}

#menu05_set .txt p {
    padding: 120px 40px 0 16px;
    font-size: 16px;
}

#menu05_set .mov video {
    width: 100%;
    max-width: 500px;
    height: auto;
    box-sizing: border-box;
    border: solid 6px #fff;
}

#menu05_set .mov span {
    position: absolute;
    top: -20px;
    left: -190px;
}

#menu06 {
    padding: 80px 0 130px 0;
}

#menu06_set {
    max-width: 850px;
    margin: 40px auto 0 auto
}

#menu06_set ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin-bottom: 40px;
}

#menu06_set ul li {
    width: 50%;
    box-sizing: border-box;
}

#menu06_set ul li img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

#menu06_set ul li:nth-of-type(1) {
    padding-right: 5px;
}

#menu06_set ul li:nth-of-type(2) {
    padding-left: 5px;
}

#menu06_set p {
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    text-align: center;
    background-image: url("img/kirakira01.svg"), url("img/kirakira01.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding: 0 60px;
}

#menu07 {
    padding: 60px 0 80px 0;
    text-align: center;
}

.menu07_set {
    width: 100%;
    height: 406px;
    background: url(../img/mokumoku01.svg) center top no-repeat;
}

.menu07_set .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.menu07_set .inner p:nth-of-type(1) {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 130px 30px 0 10px;
}

.menu07_set .inner p:nth-of-type(2) {
    width: 40%;
    float: right;
    box-sizing: border-box;
    padding: 90px 10px 0 0;
}

.menu07_set .inner p:nth-of-type(1) img {
    max-width: 100%;
    height: auto;
}

.menu07_set .inner p:nth-of-type(2) img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .menu_week_set .inner {
        max-width: 540px;
        margin: 24px auto 64px auto;
    }
    .menu_week_set .inner .menu_seek_single:nth-of-type(1),
    .menu_week_set .inner .menu_seek_single:nth-of-type(2) {
        width: 50%;
        margin-bottom: 20px;
    }
    .menu_week_set .inner .menu_seek_single:nth-of-type(3) {
        width: 100%;
    }
    #menu_flow_set div.menu_flow_single .number {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        top: -15px;
        left: -10px;
    }
    #menu_flow_set div.menu_flow_single img {
        margin-bottom: 10px;
    }
    #menu_flow_set div.menu_flow_single p {
        font-size: 14px;
    }
    #menu05_set .mov {
        width: 100%;
        max-width: 500px;
        float: none;
        position: relative;
        margin: 140px auto 0 auto;
    }
    #menu05_set .txt {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
    #menu05_set .txt p {
        padding: 10px 0px 0 0px;
        font-size: 16px;
    }
    #menu05_set .mov span {
        position: absolute;
        top: -120px;
        left: -30px;
    }
}

@media screen and (max-width: 999px) {
    #menu06_set p {
        font-size: 2.3vw;
        padding: 0 30px;
        background-size: 30px;
    }
}

@media screen and (max-width: 599px) {
    #menu01 {
        padding: 10px 0 40px 0;
    }
    #menu03 {
        padding: 30px 0 70px 0;
    }
    #menu01 ul,
    #menu03 ul {
        width: 90%;
        margin: 0 auto;
    }
    #menu01 ul li,
    #menu03 ul li {
        width: 100%;
    }
    #menu01 ul li:nth-of-type(1),
    #menu03 ul li:nth-of-type(1) {
        padding-right: 0px;
        margin-bottom: 10px;
    }
    #menu01 ul li:nth-of-type(2),
    #menu03 ul li:nth-of-type(2) {
        padding-left: 0px;
    }
    .menu_week_set h3 {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        padding-left: 16px;
    }
    .menu_week_set .inner {
        margin: 20px auto 40px auto;
    }
    .menu_week_set .inner .menu_seek_single:nth-of-type(1),
    .menu_week_set .inner .menu_seek_single:nth-of-type(2) {
        width: 100%;
        margin-bottom: 16px;
    }
    .menu_week_set .inner .menu_seek_single:nth-of-type(3) {
        width: 100%;
    }
    .menu_seek_single span.day_time {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 40px;
    }
    .menu_seek_single p.menu_name {
        min-height: auto;
        font-size: 14px;
    }
    #menu04 {
        padding: 0px 0 30px 0;
    }
    #menu_flow_set {
        margin-top: 30px;
        padding-left: 0px;
    }
    #menu_flow_set .inner div {
        position: relative;
        margin-bottom: 30px;
    }
    #menu_flow_set div.next.sp {
        display: block;
    }
    #menu_flow_set div.next {
        background: url(../img/sankaku06.svg) center top 40px no-repeat;
        background-size: 60% auto;
    }
    #menu_flow_set div.menu_flow_single p {
        font-size: 12px;
    }
    #menu05 {
        padding: 30px 0;
    }
    #menu05 h2,
    #menu06 h2 {
        font-size: 16px;
    }
    #menu05_set .mov {
        margin: 100px auto 0 auto;
    }
    #menu05_set .mov span {
        position: absolute;
        top: -80px;
        left: -10px;
    }
    #menu05_set .mov span img {
        width: 120px;
        height: auto;
    }
    #menu06_set ul {
        margin-bottom: 20px;
    }
    #menu05_set .txt p {
        padding: 10px 0px 0 0px;
        font-size: 14px;
    }
    #menu06 {
        padding: 40px 0 60px 0;
    }
    #menu06_set p {
        font-size: 12px;
        line-height: 1.4;
        background-size: 30px;
        height: 30px;
        padding: 0 20px;
        background-size: 20px;
    }
    #menu06_set p span.sp {
        display: block;
    }
    .menu07_set .inner p:nth-of-type(1) {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 60px 0px 0 0px;
    }
    .menu07_set .inner p:nth-of-type(2) {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 20px 0px 0 0;
    }
    .menu07_set .inner p:nth-of-type(1) img {
        width: 300px;
    }
}

@media screen and (max-width: 320px) {
    #menu_flow_set div.menu_flow_single .number {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        top: -15px;
        left: -5px;
    }
    #menu05 h2,
    #menu06 h2 {
        font-size: 14px;
    }
}


/*	voice
-------------------------------------------------------------------*/

#voice01 {
    padding: 10px 0 80px 0;
}

#voice01 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

#voice01 ul li {
    width: 30%;
    box-sizing: border-box;
    position: relative;
}

#voice01 ul li:nth-of-type(1),
#voice01 ul li:nth-of-type(2) {
    margin-right: 5%;
}

#voice01 ul li a {
    display: block;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    height: 105px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    color: #895410;
    vertical-align: middle;
    transition: all .2s ease;
    padding-top: 6px;
}

#voice01 ul li a span {
    display: block;
}

#voice01 ul li:nth-of-type(1) a {
    border: solid 8px #5D886D;
}

#voice01 ul li:nth-of-type(2) a {
    border: solid 8px #FF9191;
}

#voice01 ul li:nth-of-type(3) a {
    border: solid 8px #FFE17D;
}

#voice01 ul li:nth-of-type(1) a:hover,
#voice01 ul li:nth-of-type(2) a:hover,
#voice01 ul li:nth-of-type(3) a:hover {
    border: solid 8px #FF7600;
}

.voice_box h3 {
    font-size: 25px;
    line-height: 1;
    color: #895410;
    margin: 20px 0 30px 0;
    padding-left: 5px;
}

.voice_box h3 span {
    font-size: 18px;
    display: inline-block;
    margin-left: 20px;
}

.voice_set dl {
    margin-bottom: 40px;
}

.voice_set dl dt {
    margin-bottom: 20px;
}

.voice_set dl dt span,
.voice_set dl dd span {
    display: block;
    font-size: 36px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    float: left;
}

.voice_box {
    padding: 0px 0 80px 0;
    margin-top: -163px;
    padding-top: 163px;
}

#voice02 .voice_set dl dt span,
#voice02 .voice_set dl dd span {
    background-color: #5D886D;
}

#voice03 .voice_set dl dt span,
#voice03 .voice_set dl dd span {
    background-color: #FF9191;
}

#voice04 .voice_set dl dt span,
#voice04 .voice_set dl dd span {
    background-color: #FFE17D;
}

#voice04 .voice_set {
    margin-bottom: 80px;
}

.voice_set dl dt p {
    color: #FF7600;
}

.voice_set dl dt p,
.voice_set dl dd p {
    width: calc(100% - 50px);
    float: right;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    font-size: 18px;
}

#voice_fukidashi {
    padding-bottom: 100px;
}

.voice_fukidashi_single {
    max-width: 940px;
    margin: 0 auto;
}

.voice_fukidashi_single img {
    max-width: 100%;
}

#voice_fukidashi01 p:nth-of-type(1) {
    width: 79%;
    height: 220px;
    float: right;
    position: relative;
    background: url(../img/voice_waku01.svg) left top no-repeat;
    background-size: auto 100%;
    padding: 50px 100px 0px 100px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#voice_fukidashi01 p:nth-of-type(2) {
    width: 21%;
    float: left;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

#voice_fukidashi01 p:nth-of-type(2) span {
    display: block;
    position: relative;
    top: -20px;
    left: 10px;
}

#voice_fukidashi02 p:nth-of-type(1) {
    width: 76%;
    height: 191px;
    float: left;
    position: relative;
    background: url(../img/voice_waku02.svg) right top no-repeat;
    background-size: auto 100%;
    padding: 50px 100px 0px 120px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#voice_fukidashi02 p:nth-of-type(2) {
    width: 24%;
    float: left;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

#voice_fukidashi02 p:nth-of-type(2) span {
    display: block;
    position: relative;
}

#voice_fukidashi03 p:nth-of-type(1) {
    width: 77%;
    height: 190px;
    float: right;
    position: relative;
    background: url(../img/voice_waku03.svg) left top no-repeat;
    background-size: auto 100%;
    padding: 60px 120px 0px 100px;
    box-sizing: border-box;
}

#voice_fukidashi03 p:nth-of-type(2) {
    width: 23%;
    float: left;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

#voice_fukidashi03 p:nth-of-type(2) span {
    display: block;
    position: relative;
    top: 10px;
}

@media screen and (max-width: 1024px) {
    #voice01 ul li a {
        font-size: 20px;
        padding-top: 12px;
    }
    .voice_box {
        margin-top: -60px;
        padding-top: 60px;
    }
    .voice_fukidashi_single p {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #voice_fukidashi01 p:nth-of-type(1) {
        padding: 50px 70px 0px 100px;
        margin-bottom: 0px;
    }
    #voice_fukidashi02 p:nth-of-type(1) {
        padding: 50px 100px 0px 60px;
        margin-bottom: 0px;
    }
    #voice_fukidashi03 p:nth-of-type(1) {
        padding: 60px 70px 0px 100px;
    }
}

@media screen and (max-width: 599px) {
    #voice01 {
        padding: 10px 0 40px 0;
    }
    #voice01 ul li {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 6px;
    }
    #voice01 ul li:nth-of-type(1),
    #voice01 ul li:nth-of-type(2) {
        margin-right: 0%;
    }
    #voice01 ul li a {
        font-size: 16px;
        height: 80px;
        padding-top: 8px;
    }
    #voice01 ul li:nth-of-type(1) a {
        border: solid 6px #5D886D;
    }
    #voice01 ul li:nth-of-type(2) a {
        border: solid 6px #FF9191;
    }
    #voice01 ul li:nth-of-type(3) a {
        border: solid 6px #FFE17D;
    }
    #voice01 ul li:nth-of-type(1) a:hover,
    #voice01 ul li:nth-of-type(2) a:hover,
    #voice01 ul li:nth-of-type(3) a:hover {
        border: solid 6px #FF7600;
    }
    .voice_box h3 {
        font-size: 18px;
    }
    .voice_box h3 span {
        font-size: 14px;
    }
    .voice_set dl dt span,
    .voice_set dl dd span {
        display: block;
        font-size: 24px;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .voice_set dl dt p,
    .voice_set dl dd p {
        width: calc(100% - 40px);
        font-size: 14px;
    }
    .voice_set dl {
        margin-bottom: 20px;
    }
    .voice_set dl dt {
        margin-bottom: 10px;
    }
    .voice_box {
        padding: 0px 0 40px 0;
        margin-top: -60px;
        padding-top: 60px;
    }
    #voice04 .voice_set {
        margin-bottom: 40px;
    }
    #voice_fukidashi {
        padding-bottom: 50px;
    }
    #voice_fukidashi01 p:nth-of-type(1) {
        width: 100%;
        height: 180px;
        float: none;
        padding: 36px 10px 0px 100px;
        background: url(../img/voice_waku01.svg) left 20px top no-repeat;
        background-size: auto 180px;
        font-size: 11px;
    }
    #voice_fukidashi01 p:nth-of-type(2) {
        width: 100px;
        float: none;
        text-align: left;
        padding-top: 0px;
        padding-left: 20px;
        box-sizing: border-box;
        top: -40px;
    }
    #voice_fukidashi01 p:nth-of-type(2) span {
        display: block;
        position: relative;
        top: -10px;
        left: 36px;
    }
    #voice_fukidashi02 p:nth-of-type(1) {
        width: 100%;
        height: 180px;
        float: none;
        position: relative;
        background: url(../img/voice_waku02.svg) right 20px top no-repeat;
        background-size: auto 100%;
        padding: 50px 100px 0px 20px;
        box-sizing: border-box;
        font-size: 11px;
    }
    #voice_fukidashi02 p:nth-of-type(2) {
        width: 100%;
        float: none;
        padding-top: 0px;
        box-sizing: border-box;
        position: relative;
        text-align: right;
        padding-right: 20px;
        top: -20px;
    }
    #voice_fukidashi02 p:nth-of-type(2) img {
        width: 80px;
        height: auto;
    }
    #voice_fukidashi02 p:nth-of-type(2) span {
        display: block;
        position: relative;
        right: 30px;
    }
    #voice_fukidashi03 p:nth-of-type(1) {
        width: 100%;
        height: 180px;
        float: none;
        padding: 50px 10px 0px 100px;
        background: url(../img/voice_waku01.svg) left 20px top no-repeat;
        background-size: auto 180px;
        font-size: 11px;
    }
    #voice_fukidashi03 p:nth-of-type(2) {
        width: 100px;
        float: none;
        text-align: left;
        padding-top: 0px;
        padding-left: 20px;
        box-sizing: border-box;
        top: -40px;
    }
    #voice_fukidashi03 p:nth-of-type(2) span {
        display: block;
        position: relative;
        left: 20px;
    }
}

@media screen and (max-width: 320px) {
    #voice_fukidashi01 p:nth-of-type(1) {
        font-size: 10px;
        background: url(../img/voice_waku01.svg) left 10px top no-repeat;
        background-size: auto 180px;
    }
    #voice_fukidashi02 p:nth-of-type(1) {
        background: url(../img/voice_waku02.svg) right 10px top no-repeat;
        background-size: auto 100%;
        padding: 40px 90px 0px 20px;
        box-sizing: border-box;
    }
}


/*	price
-------------------------------------------------------------------*/

#price01 {
    padding: 10px 0 30px 0;
    background: url(../img/back_w.gif) center top repeat-x;
    background-size: 30px;
    background-color: #F5ECD6;
}

.price_singel {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
    position: relative;
}

.price_singel dl dt {
    font-size: 25px;
    line-height: 1;
    color: #895410;
}

.price_singel dl dd {
    font-size: 20px;
}
.price_singel .price-category {
    font-size: 20px;
    font-weight: bold;
}
.price_singel .price-category_detail {
    font-size: 25px;
    font-weight: bold;
    color: #895410;
}

.price_singel p {
    font-size: 28px;
    line-height: 1;
    color: #FF562E;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.price_singel p span {
    font-size: 49px;
    font-weight: 700;
}

#price01_01 {
    margin: 30px 0 20px 0;
}

#price01_01 #price01_01_01 {
    width: 460px;
    height: 220px;
    float: left;
}

#price01_01 #price01_01_02 {
    width: 460px;
    height: 220px;
    float: right;
}

#price01_01 #price01_01_01 .img {
    width: 240px;
    float: left;
}

#price01_01 #price01_01_01 .txt {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
}

#price01_01 #price01_01_01 .txt dt span {
    display: block;
}

#price01_01 #price01_01_02 .img {
    width: 240px;
    float: left;
}

#price01_01 #price01_01_02 .txt {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
}

#price01_02 #price01_02_10,
#price01_02 #price01_02_11,
#price01_02 #price01_02_12 {
    float: left;
}

#price01_02 #price01_02_10,
#price01_02 #price01_02_11 {
    margin-right: 20px;
    padding-bottom: 70px;
}
#price01_02_02 #price01_02_13,
#price01_02_02 #price01_02_14,
#price01_02_02 #price01_02_15 {
    float: left;
}

#price01_02_02 #price01_02_13,
#price01_02_02 #price01_02_14 {
    margin-right: 20px;
    padding-bottom: 70px;
}

#price01_02 .img {
    text-align: center;
}

#price01_02 .txt {
    width: 240px;
    height: 100px;
}
#price01_02.clear {
    margin-top: 20px;
    margin-bottom: 100px;
}

#price01_02_02 .img {
    text-align: center;
}

#price01_02_02 .txt {
    width: 240px;
    height: 100px;
}
#price01_02_02.clear {
    margin-top: 20px;
    margin-bottom: 100px;
}

#price02 {
    padding: 50px 0 0 0;
}

#price02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

#price02 ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}

#price02 ul li img {
    max-width: 100%;
    height: auto;
}

#price02_txt01 {
    font-size: 35px;
    line-height: 1;
    color: #FF7600;
    text-align: center;
    margin: 24px 0 48px 0;
}

#price02_next {
    background: url(../img/back_w.gif) center top repeat-x;
    background-color: #F5ECD6;
    background-size: 43px;
    padding: 0 20px 50px 20px;
}

#price02_next p {
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
}

#price02_next p img {
    max-width: 100%;
    height: auto;
}

#price02_next .otameshi_link {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

#price02_next .otameshi_link img {
    max-width: 100%;
    height: auto;
}
.otameshi_banne {
    margin-top: 100px;
    padding-top: 100px;
}

#price03 {
    padding: 100px 0 100px 0;
}

#price03_head_img {
    margin-top: 30px;
}

#price03_head_img img {
    max-width: 100%;
}

#price03_head_txt {
    font-size: 16px;
    padding: 30px 20px 0 20px;
    line-height: 1.8;
}

#price03_head_txt span {
    color: #FF7600;
}

#price03_box {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #F5ECD6;
    padding: 50px 20px 20px 20px;
    margin-top: 60px;
}

#price03_box01 {
    text-align: center;
}

#price03_box01 img {
    max-width: 100%;
    height: auto;
}

#price03_box02 {
    color: #FF562E;
    line-height: 1;
    font-size: 29px;
    text-align: center;
    margin: 40px 0 20px 0;
}

#price03_box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    list-style: none;
}

#price03_box ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}

#price03_box ul li:nth-of-type(2) {
    padding-top: 30px;
}

#price03_box ul li img {
    max-width: 100%;
    height: auto;
}

#price03_box03 {
    text-align: center;
    color: #895410;
    line-height: 1;
    font-size: 20px;
    margin: 30px 0 50px 0;
}

#price03_box04 {
    position: relative;
}

#price03_box04 a {
    display: block;
    width: 225px;
    height: 40px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    background-color: #895410;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    right: 0px;
    margin: 0 0 0 auto;
    transition: all .2s ease;
}

#price03_box04 a span {
    margin-right: 10px;
    display: inline-block;
}

#price03_box04 a:hover {
    background-color: #FF562E;
}

#price_voice {
    margin: 100px 0 20px 0;
    padding: 0 20px;
    text-align: center;
}

#price_voice img {
    max-width: 100%;
    height: auto;
}

#price_voice_txt {
    text-align: center;
    color: #895410;
    font-size: 20px;
}
#price02_next_bgnone {
    background: none;
    text-align: center;
}
#price02_next_bgnone img{
    max-width: 100%;
    height: auto;
}
#price02_next_bgnone.otameshi_banner {
    margin-top: 75px;
}
price02_next_bgnone

@media screen and (max-width: 1099px) {
    #price01_01 {
        width: 100%;
        max-width: 580px;
        margin: 30px auto 20px auto;
    }
    #price01_02 {
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }
    #price01_01 #price01_01_01 {
        width: 100%;
        max-width: 580px;
        height: auto;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
    #price01_01 #price01_01_02 {
        width: 100%;
        max-width: 580px;
        height: auto;
        float: none;
    }
    #price01_01 #price01_01_01 .txt,
    #price01_01 #price01_01_02 .txt {
        padding-left: 20px;
        padding-top: 20px;
    }
    #price01_01 #price01_01_01 .txt dt span {
        display: inline-block;
    }
    #price01_01 #price01_01_02 .img {
        width: 240px;
    }
    #price01_02 #price01_02_01,
    #price01_02 #price01_02_02,
    #price01_02 #price01_02_03 {
        width: 280px;
    }
    #price01_02 #price01_02_01,
    #price01_02 #price01_02_02 {
        margin-bottom: 20px;
    }
    #price01_02 #price01_02_02 {
        margin-right: 0px;
    }
}

@media screen and (max-width: 999px) {
    #price_voice_txt {
        font-size: 2.0vw;
    }
}

@media screen and (max-width: 699px) {
    .price_singel dl dt {
        font-size: 20px;
    }
    .price_singel dl dd {
        font-size: 14px;
    }
    .price_singel p {
        font-size: 20px;
    }
    .price_singel p span {
        font-size: 40px;
    }
    #price01_02 {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    #price01_02 #price01_02_01 {
        margin-right: 0px;
    }
}

@media screen and (max-width: 599px) {
    #price01_01 {
        width: 280px;
    }
    #price01_01 #price01_01_01 .img,
    #price01_01 #price01_01_02 .img {
        float: none;
    }
    #price01_01 #price01_01_01 .txt,
    #price01_01 #price01_01_02 .txt {
        padding-left: 0px;
        padding-top: 20px;
        float: none;
        height: 80px;
        width: 100%;
    }
    #price01_02 .txt {
        height: 80px;
    }
    #price02 ul li {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    #price02 ul li img {
        max-width: 60%;
        height: auto;
    }
    #price02_txt01 {
        font-size: 30px;
        margin: 0px 0 24px 0;
    }
    #price02_next {
        background: url(../img/back_w.gif) center top repeat-x;
        background-color: #F5ECD6;
        background-size: 20px;
        padding: 0 20px 30px 20px;
    }
    #price02_next p {
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
    }
    #price03 {
        padding: 50px 0 50px 0;
    }
    #price03_head_img {
        margin-top: 15px;
    }
    #price03_head_txt {
        font-size: 14px;
        padding: 15px 0px 0 0px;
    }
    #price03_box {
        padding: 20px 10px 20px 10px;
        margin-top: 30px;
    }
    #price03_box02 {
        font-size: 20px;
        margin: 20px 0 20px 0;
    }
    #price03_box02 span {
        display: block;
        margin-top: 10px;
    }
    #price03_box03 {
        font-size: 16px;
        margin: 15px 0 25px 0;
    }
    #price03_box03 span {
        display: block;
        margin-top: 6px;
    }
    #price03_box04 a {
        display: block;
        width: 225px;
        height: 40px;
        border-radius: 45px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        background-color: #895410;
        color: #fff;
        line-height: 45px;
        font-size: 16px;
        margin: 0 auto 0 auto;
    }
    #price_voice {
        margin: 50px 0 10px 0;
        padding: 0 10px;
        text-align: center;
    }
    #price_voice_txt {
        font-size: 12px;
    }
    #price_voice_txt span {
        display: block;
    }
}


/*	delivery
-------------------------------------------------------------------*/

.mokumoku_head {
    padding: 24px 0 75px 0;
}

.mokumoku_head .inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
}

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

.mokumoku_head .i01 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.mokumoku_head .i02 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.mokumoku_head .i01 img,
.mokumoku_head .i02 img {
    max-width: 100%;
    height: auto;
}

#delivery02 {
    background: url(../img/back_w.gif) center top repeat-x;
    background-color: #F5ECD6;
    background-size: 20px;
    padding-bottom: 60px;
}

#deli_area {
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0 auto;
}

#deli_area .img {
    width: 460px;
    float: left;
    text-align: center;
}

#deli_area .txt {
    width: 440px;
    float: right;
}

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

.area_box {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 10px;
    padding: 9px;
}

.area_box div {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px;
}

.area_box div h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
}

.area_box div dl dd,
.area_box div p {
    font-size: 16px;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類 */
}

.area_box div#area01 {
    border: solid 3px #FF9191;
}

.area_box div#area01 h3,
.area_box div#area01 dl dt {
    color: #DB0E45;
}

.area_box div#area01 h3 {
    line-height: 1.6;
}

.area_box div#area02 {
    border: solid 3px #FFE17D;
}

.area_box div#area02 h3,
.area_box div#area02 dl dt {
    color: #F7380B;
}

.area_box div#area03 {
    border: solid 3px #B4D19E;
}

.area_box div#area03 h3,
.area_box div#area03 dl dt {
    color: #5D886D;
}

.area_box div#area04 {
    border: solid 3px #D6C5B7;
}

.area_box div#area04 h3,
.area_box div#area04 dl dt {
    color: #895410;
}

.area_box div#area04 a {
    margin: 20px auto;
    width: 300px;
    height: 70px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 70px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    display: block;
    text-align: left;
    background: url(../img/mail_off.svg) left 30px center no-repeat;
    background-color: #FF7600;
    box-sizing: border-box;
    padding-left: 80px;
    border: solid 2px #FF7600;
    transition: all .2s ease;
}

.area_box div#area04 a:hover {
    color: #FF7600;
    background: url(../img/mail_on.svg) left 30px center no-repeat;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .mokumoku_head .i01 {
        position: absolute;
        left: 0px;
        top: -20px;
    }
    .mokumoku_head .i02 {
        position: absolute;
        right: 0px;
        top: -20px;
    }
    .mokumoku_head .i01 img,
    .mokumoku_head .i02 img {
        max-width: 60%;
        height: auto;
    }
    #deli_area .img {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    #deli_area .txt {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 599px) {
    .mokumoku_head {
        padding: 24px 0 40px 0;
    }
    .mokumoku_head .i01 {
        left: 10px;
        top: -40px;
        text-align: left;
    }
    .mokumoku_head .i02 {
        right: 10px;
        top: -40px;
        text-align: right;
    }
    .mokumoku_head .i01 img,
    .mokumoku_head .i02 img {
        width: 40%;
        height: auto;
    }
    #deli_area {
        margin: 20px auto 0 auto;
    }
    #deli_area .img {
        padding-top: 0px;
        margin-bottom: 20px;
    }
    #delivery02 {
        padding-bottom: 30px;
    }
    .area_box div h3 {
        font-size: 18px;
    }
    .area_box div dl dd,
    .area_box div p {
        font-size: 14px;
    }
    .area_box div#area04 a {
        width: 100%;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        background: url(../img/mail_off.svg) left 20px center no-repeat;
        background-size: 26px auto;
        background-color: #FF7600;
        box-sizing: border-box;
        padding-left: 60px;
        border: solid 2px #FF7600;
    }
    .area_box div#area04 a:hover {
        color: #FF7600;
        background: url(../img/mail_on.svg) left 20px center no-repeat;
        background-size: 26px auto;
        background-color: #fff;
    }
}


/*	service
-------------------------------------------------------------------*/

.sv_point {
    width: 100%;
    max-width: 620px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 0 auto;
}

.sv_point ul {
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}

.sv_point .i03 {
    position: absolute;
    bottom: 0px;
    right: -40px;
    width: 142px;
}

#service01_02 .sv_point {
    background-color: #5D886D;
    color: #fff;
}

#service02_02 .sv_point {
    background-color: #4093C7;
    color: #fff;
}

#service03_02 .sv_point {
    background-color: #FFF2C1;
    color: #895410;
}

#service04_02 .sv_point {
    background-color: #FFEAEA;
    color: #895410;
}

#service04_02 .sv_point ul {
    font-size: 16px;
}

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

.sv_next {
    margin: 25px 0 0 0;
    padding: 0 20px;
    text-align: center;
}

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

#step_set {
    display: table;
    margin-top: 40px;
}

.step_single {
    display: table-cell;
    width: 265px;
}

.step_next {
    display: table-cell;
    width: 72px;
    background: url(../img/sankaku03.svg) center center no-repeat;
}

.step_single dl dt {
    color: #804C00;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 6px;
}

.step_single dl dd {
    border: solid 1px #707070;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
}

.step_single dl dd p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 6px;
}

.step_single dl dd p:nth-of-type(1) {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.step_single dl dd p:nth-of-type(1) a {
    display: block;
    text-decoration: underline;
    color: #333333;
    transition: all .2s ease;
}

.step_single dl dd p:nth-of-type(1) a:hover {
    color: #FF7600;
}

#service04_step_t span {
    display: block;
}

.step_single dl dd p .bold {
    color: #FF7600;
    display: block;
    margin-bottom: 6px;
}

#service01_06 .step_single dl dd {
    height: 200px;
}

#service03_04 .step_single dl dd {
    height: 320px;
}

#service03_04 #top_howto_contact {
    padding-bottom: 80px;
}

#service04_04 .step_single dl dd {
    height: 300px;
}

#service04_04 #top_howto_contact {
    padding-bottom: 80px;
}

#voice_link {
    padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
    #service01_02 .sv_point ul,
    #service02_02 .sv_point ul,
    #service03_02 .sv_point ul {
        font-size: 14px;
    }
    #service04_02 .sv_point ul {
        font-size: 13px;
    }
    #step_set {
        display: block;
        width: 400px;
        margin: 40px auto 0 auto;
    }
    .step_single {
        display: block;
        width: 400px;
    }
    .step_next {
        display: block;
        width: 400px;
        background: url(../img/sankaku04.svg) center center no-repeat;
        height: 80px;
    }
    .step_single dl dt {
        margin-bottom: 10px;
    }
    .step_single dl dd {
        height: auto;
        padding: 30px;
    }
    #service04_step_t span {
        display: inline-block;
    }
    #service03_04 .step_single dl dd,
    #service04_04 .step_single dl dd,
    #service01_06 .step_single dl dd {
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .sv_point {
        padding: 20px 10px 160px 10px;
        margin: 0 auto;
    }
    .sv_point .i03 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
        margin: auto;
    }
    .sv_next {
        margin: 20px 0 0 0;
        padding: 0 0px;
    }
    .sv_next img {
        max-width: 60%;
        height: auto;
    }
    #service01_02 .sv_point ul {
        font-size: 12px;
    }
    #service04_02 .sv_point ul {
        font-size: 10px;
    }
    #step_set {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .step_single {
        display: block;
        width: 100%;
    }
    .step_next {
        display: block;
        width: 100%;
        background: url(../img/sankaku04.svg) center center no-repeat;
        height: 80px;
    }
    .step_single dl {
        display: block;
        width: 100%;
    }
    .step_single dl dt {
        font-size: 18px;
    }
    .step_single dl dd {
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .step_single dl dd p:nth-of-type(1) {
        font-size: 14px;
    }
    #service03_04 #top_howto_contact {
        padding-bottom: 40px;
    }
    #voice_link {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 320px) {
    #service01_02 .sv_point ul {
        font-size: 11px;
    }
}


/*	service01
-------------------------------------------------------------------*/

#service01_02 {
    padding-bottom: 70px;
}

#service01_02 .sv_point {
    margin-top: 30px;
}

#service01_02_01 {
    width: 100%;
    max-width: 678px;
    background: url(../img/back_w.gif) center top repeat-x;
    background-color: #F5ECD6;
    background-size: 12px;
    margin: 25px auto 0 auto;
}

#service01_02_01 dl {
    padding: 0 80px 25px 80px;
}

#service01_02_01 dl dt {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    color: #FF7600;
    margin-bottom: 20px;
}

#service01_02_01 dl dd {
    font-size: 16px;
}

#service01_03 {
    padding: 10px 0 120px 0;
    background: url(../img/back_w.gif) center top repeat-x;
    background-size: 30px;
    background-color: #F5ECD6;
}

#eraberu_box {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    position: relative;
    padding: 60px 0 0 0;
    margin-top: 100px;
}

#eraberu_box h3 {
    position: absolute;
    top: -80px;
}

#eraberu_box h3 img {
    max-width: 100%;
    height: auto;
}

#eraberu_box h4 {
    background-color: #F5ECD6;
    color: #5D886D;
    font-size: 24px;
    position: relative;
    padding-left: 60px;
    background-image: url("img/back_w.gif"), url("img/back_w.gif");
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    background-size: 5px;
}

#eraberu_box h4 span:nth-of-type(1) {
    line-height: 1;
    left: 0px;
    top: -4px;
    position: absolute;
    font-size: 45px;
    font-weight: 700;
    display: block;
    color: #5D886D;
    letter-spacing: 2px;
    margin-right: 5px;
    text-shadow: 2px 2px 1px #804c00, -2px 2px 1px #804c00, 2px -2px 1px #804c00, -2px -2px 1px #804c00, 2px 0px 1px #804c00, 0px 2px 1px #804c00, -2px 0px 1px #804c00, 0px -2px 1px #804c00;
}

#eraberu_box h4 span:nth-of-type(2) {
    display: inline-block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    width: 150px;
    background-color: #FF7600;
    font-size: 16px;
    margin-left: 10px;
}

#eraberu_box .youtube {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
    position: relative;
    padding-top: 56.25%;
}

#eraberu_box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.eraberu_info_set {
    padding: 0 20px 60px 20px;
}

.eraberu_info_set2 {
    padding: 30px 20px 60px 20px;
}

.eraberu_info {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 20px auto;
}

.eraberu_info .img {
    width: 40%;
    float: left;
}

.eraberu_info .txt {
    width: 60%;
    float: right;
    box-sizing: border-box;
    padding-left: 24px;
    padding-top: 20px;
}

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

.eraberu_info .txt dl dt {
    font-size: 20px;
    color: #FF7600;
}

.eraberu_info .txt dl dd {
    font-size: 16px;
    margin-top: 20px;
}

.eraberu_info .link {
    display: table-cell;
    vertical-align: bottom;
    padding-top: 20px;
}

.eraberu_info .link a {
    text-decoration: none;
    color: #333;
    display: block;
    height: 46px;
    font-size: 16px;
    transition: all .2s ease;
}

.eraberu_info .link a span {
    display: inline-block;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    background: url(../img/sankaku02.svg) left 14px center no-repeat;
    background-color: #FBE386;
    border: solid 3px #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    transition: all .2s ease;
}

.eraberu_info .link a:hover {
    color: #FF7600;
}

.eraberu_info .link a:hover span {
    background: url(../img/sankaku02.svg) left 14px center no-repeat;
    background-color: #fff;
    border: solid 3px #FBE386;
}

.service01_txt_box {
    padding-bottom: 100px;
    margin-bottom: 100px;
}

#service01_txt {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#service01_txt p {
    font-size: 16px;
}

#service01_txt p span {
    color: #FF7600;
}

#service01_05 {
    padding: 0 0 100px 0;
}

#service01_06 {
    padding: 70px 0 60px 0;
}

#service01_06_table {
    background-color: #fff;
    padding: 28px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 80px 0 0 0;
}

#service01_06_table p {
    text-align: center;
}

#service01_06_table img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    #service01_02_01 dl {
        padding: 0 20px 25px 20px;
    }
    .eraberu_info .txt dl dt {
        font-size: 18px;
    }
    .eraberu_info .txt dl dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 599px) {
    #service01_02_01 dl dt span {
        display: block;
        margin-top: 6px;
    }
    #service01_03 {
        padding: 10px 0 60px 0;
    }
    .eraberu_info_set {
        padding: 0 20px 40px 20px;
    }
    .eraberu_info_set2 {
        padding: 20px 20px 30px 20px;
    }
    .eraberu_info .img {
        width: 100%;
        float: none;
    }
    .eraberu_info .img img {
        width: 100%;
    }
    .eraberu_info .txt {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-top: 10px;
    }
    .eraberu_info .txt dl dt {
        font-size: 16px;
    }
    .eraberu_info .txt dl dd {
        font-size: 14px;
        margin-top: 10px;
    }
    #eraberu_box {
        padding: 40px 0 0 0;
        margin-top: 60px;
    }
    #eraberu_box h3 {
        top: -40px;
    }
    #eraberu_box h3 img {
        width: 200px;
        height: auto;
    }
    #eraberu_box h4 {
        background-color: #F5ECD6;
        color: #5D886D;
        font-size: 18px;
        position: relative;
        padding-left: 40px;
        background-image: url("img/back_w.gif"), url("img/back_w.gif");
        background-repeat: repeat-x, repeat-x;
        background-position: left top, left bottom;
        background-size: 5px;
    }
    #eraberu_box h4 span:nth-of-type(1) {
        line-height: 1;
        left: 0px;
        top: -2px;
        position: absolute;
        font-size: 26px;
        font-weight: 700;
        display: block;
        color: #5D886D;
        letter-spacing: 2px;
        margin-right: 5px;
        text-shadow: 1px 1px 1px #804c00, -1px 1px 1px #804c00, 1px -1px 1px #804c00, -1px -1px 1px #804c00, 1px 0px 1px #804c00, 0px 1px 1px #804c00, -1px 0px 1px #804c00, 0px -1px 1px #804c00;
    }
    #eraberu_box h4 span:nth-of-type(2) {
        position: absolute;
        display: block;
        right: 5px;
        top: -2px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        color: #fff;
        text-align: center;
        height: 30px;
        line-height: 30px;
        width: 120px;
        background-color: #FF7600;
        font-size: 12px;
    }
    .eraberu_info .link a {
        height: 36px;
        font-size: 14px;
    }
    .eraberu_info .link a span {
        display: inline-block;
        width: 36px;
        height: 36px;
        background: url(../img/sankaku02.svg) left 12px center no-repeat;
        background-size: 10px auto;
        background-color: #FBE386;
        margin-right: 8px;
    }
    .eraberu_info .link a:hover span {
        background: url(../img/sankaku02.svg) left 12px center no-repeat;
        background-color: #fff;
        border: solid 3px #FBE386;
        background-size: 10px auto;
    }
    .service01_txt_box {
        padding-bottom: 50px;
    }
    #service01_txt {
        padding: 20px;
    }
    #service01_txt p {
        font-size: 14px;
    }
    #service01_05 {
        padding: 0 0 50px 0;
    }
    #service01_06_table {
        background-color: #fff;
        padding: 10px;
        margin: 40px 0 0 0;
    }
}

@media screen and (max-width: 320px) {
    #eraberu_box h4 span:nth-of-type(2) {
        width: 100px;
        font-size: 10px;
        right: 0px;
    }
}


/*	service02
-------------------------------------------------------------------*/

#service02_02 {
    padding-bottom: 70px;
}

#service02_02 .sv_point {
    margin-top: 30px;
}

#service02_02_01 {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    color: #FF7600;
    margin-top: 20px;
}

#service02_03 {
    padding: 10px 0 30px 0;
    background: url(../img/back_w.gif) center top repeat-x;
    background-size: 30px;
    background-color: #F5ECD6;
}

#service02_03 h3 {
    font-size: 25px;
    line-height: 1;
    color: #4093C7;
    margin-top: 60px;
    padding: 0 0 10px 10px;
}

#service02_03_box {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    padding: 30px 30px 100px 30px;
}

#service02_03_head_txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 70px;
}

#service02_03_box h4 {
    color: #4093C7;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

#service02_03_box h4:nth-of-type(2) {
    margin-top: 70px;
}

#service02_03_box .inner {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.service02_03_koutei {
    margin-bottom: 30px;
}

.service02_03_koutei .img {
    width: 40%;
    float: left;
}

.service02_03_koutei .txt {
    width: 60%;
    float: left;
    box-sizing: border-box;
}

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

.service02_03_koutei .txt dl {
    padding: 10px 0 0 20px;
}

.service02_03_koutei .txt dl dt {
    font-size: 20px;
    line-height: 1;
    color: #FF7600;
    margin-bottom: 10px;
}

.service02_03_koutei .txt dl dd {
    font-size: 16px;
    margin-bottom: 20px;
}

.service02_03_koutei .txt dl dd span {
    background-color: #E3F1FF;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
}

#koutei_img {
    text-align: center;
}

#koutei_img img {
    max-width: 100%;
    height: auto;
}

#service02_04 {
    padding-bottom: 70px;
}

@media screen and (max-width: 999px) {
    .service02_03_koutei .txt dl dt {
        font-size: 2.0vw;
    }
    .service02_03_koutei .txt dl dd {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 599px) {
    #service02_02 {
        padding-bottom: 35px;
    }
    #service02_02 .sv_point {
        margin-top: 15px;
    }
    #service02_02_01 {
        font-size: 18px;
        margin-top: 10px;
    }
    #service02_03_box {
        padding: 20px 20px 50px 20px;
    }
    #service02_03 h3 {
        font-size: 18px;
        margin-top: 30px;
    }
    #service02_03_head_txt {
        font-size: 14px;
        margin-bottom: 35px;
    }
    #service02_03_box h4 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .service02_03_koutei .img {
        width: 100%;
        float: none;
    }
    .service02_03_koutei .txt {
        width: 100%;
        float: none;
    }
    .service02_03_koutei .txt dl {
        padding: 10px 0 0 0px;
    }
    .service02_03_koutei .txt dl dt {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .service02_03_koutei .txt dl dd {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .service02_03_koutei .txt dl dd span {
        background-color: #E3F1FF;
        display: inline-block;
        margin: 10px 0;
        padding: 10px 10px;
        font-size: 14px;
    }
    #service02_04 {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 320px) {
    #service02_02_01 {
        font-size: 16px;
        margin-top: 10px;
    }
}


/*	service03
-------------------------------------------------------------------*/

#service03_02 .sv_point {
    margin-top: 30px;
}

#service03_02_txt01 {
    font-size: 25px;
    color: #FF7600;
    text-align: center;
    margin: 30px 0 60px 0;
}

#bento_ex .bento_ex_single {
    width: 460px;
    border: solid 3px #FFE17D;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 18px;
}

#bento_ex .bento_ex_single:nth-of-type(1) {
    float: left;
}

#bento_ex .bento_ex_single:nth-of-type(2) {
    float: right;
}

#bento_ex .bento_ex_single .img {
    width: 200px;
    float: left;
}

#bento_ex .bento_ex_single .txt {
    float: right;
    width: 200px;
    height: 157px;
    padding-top: 16px;
    position: relative;
    box-sizing: border-box;
}

#bento_ex .bento_ex_single .txt dl dt {
    font-size: 18px;
    line-height: 1;
    color: #804C00;
    margin-bottom: 12px;
}

#bento_ex .bento_ex_single .txt dl dd {
    font-size: 35px;
    line-height: 1;
    color: #FF7600;
    text-align: center;
}

#bento_ex .bento_ex_single .txt dl dd span {
    font-weight: 700;
    margin-right: 4px;
}

#bento_ex .bento_ex_single .txt p {
    position: absolute;
    bottom: 0;
}

#bento_ex_kome {
    margin-top: 25px;
}

#bento_ex_kome p {
    font-size: 16px;
}

#service03_bn {
    margin: 55px 0;
    text-align: center;
}

#service03_bn img {
    max-width: 100%;
}

#service03_03 {
    padding: 70px 0 90px 0;
}

#service03_03 h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1;
    color: #FF7600;
    margin-bottom: 35px;
}

#service03_03_head {
    position: relative;
}

#service03_03_head img:nth-of-type(1) {
    max-width: 100%;
    height: ahto;
    border-radius: 15px;
}

#service03_03_head img:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 21%;
    height: auto;
}

#service03_03 dl {
    margin: 30px 0 50px 0;
}

#service03_03 dl dt {
    font-size: 20px;
    color: #804C00;
    text-align: center;
    margin-bottom: 10px;
}

#service03_03 dl dd {
    font-size: 16px;
    text-align: center;
}

#service03_03_box {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 30px;
}

#service03_03_box h3 {
    font-size: 25px;
    line-height: 1;
    color: #804C00;
    padding-left: 45px;
    margin: 30px 0;
}

#service03_03_box ul {
    list-style: none;
}

#service03_03_box ul li {
    width: 130px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background-color: #FF7600;
    float: left;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
}

#service03_03_info01 {
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}

#service03_03_info01 .img {
    width: 246px;
    float: left;
}

#service03_03_info01 .txt {
    width: calc(100% - 246px);
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

#service03_03_box_mokumoku {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#service03_03_box_mokumoku img {
    max-width: 100%;
    height: auto;
}

#service03_03_info02 {
    width: 100%;
    max-width: 812px;
    margin: 30px auto 0 auto;
}

#service03_03_info02 div {
    width: 382px;
    height: 311px;
    background-color: #FFF8DE;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-sizing: border-box;
}

#service03_03_info02 div:nth-of-type(1) {
    float: left;
}

#service03_03_info02 div:nth-of-type(2) {
    float: right;
}

#service03_03_info02 div:nth-of-type(1) p:nth-of-type(1) {
    text-align: center;
    padding: 30px 0;
}

#service03_03_info02 div:nth-of-type(2) p:nth-of-type(1) {
    text-align: center;
    padding: 60px 0 30px 0;
}

#service03_03_info02 div:nth-of-type(1) p:nth-of-type(2),
#service03_03_info02 div:nth-of-type(2) p:nth-of-type(2) {
    padding: 0 50px;
    font-size: 16px;
}


@media screen and (max-width: 1024px) {
    #bento_ex {
        width: 460px;
        margin: 0 auto;
    }
    #bento_ex .bento_ex_single:nth-of-type(1) {
        float: none;
        margin-bottom: 20px;
    }
    #bento_ex .bento_ex_single:nth-of-type(2) {
        float: none;
        margin-bottom: 20px;
    }
    #bento_ex_kome {
        width: 460px;
        margin: 0 auto;
    }
    #service03_03_box ul li {
        width: 100px;
        height: 46px;
        line-height: 46px;
        margin-right: 10px;
        font-size: 16px;
    }
    #service03_03_info02 {
        width: 100%;
        max-width: 382px;
        margin: 30px auto 0 auto;
    }
    #service03_03_info02 div {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }
    #service03_03_info02 div img {
        max-width: 100%;
        height: auto;
    }
    #service03_03_info02 div:nth-of-type(1) {
        float: none;
        margin-bottom: 20px;
    }
    #service03_03_info02 div:nth-of-type(2) {
        float: none;
    }
    #service03_03_info02 div:nth-of-type(1) p:nth-of-type(1) {
        text-align: center;
        padding: 0px 0 30px 0;
    }
    #service03_03_info02 div:nth-of-type(2) p:nth-of-type(1) {
        text-align: center;
        padding: 0px 0 30px 0;
    }
    #service03_03_info02 div:nth-of-type(1) p:nth-of-type(2),
    #service03_03_info02 div:nth-of-type(2) p:nth-of-type(2) {
        padding: 0 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 999px) {
    #service03_02_txt01 {
        font-size: 2.5vw;
    }
    #service03_03 h2 {
        font-size: 3.5vw;
    }
    #service03_03 dl dt {
        font-size: 2.0vw;
    }
    #service03_03 dl dd {
        font-size: 1.6vw;
    }
    #service03_03_box h3 {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 599px) {
    #service03_02_txt01 {
        font-size: 18px;
        margin: 15px 0 30px 0;
    }
    #service03_02_txt01 span {
        display: block;
    }
    #bento_ex {
        width: 246px;
        margin: 0 auto;
    }
    #bento_ex .bento_ex_single {
        width: 246px;
    }
    #bento_ex .bento_ex_single .img {
        width: 200px;
        float: none;
    }
    #bento_ex .bento_ex_single .txt {
        float: none;
        width: 200px;
        height: 130px;
        padding-top: 16px;
    }
    #bento_ex_kome {
        width: 100%;
    }
    #bento_ex_kome p {
        font-size: 12px;
    }
    #service03_bn {
        margin: 30px 0;
        text-align: center;
    }
    #service03_03 {
        padding: 35px 0 45px 0;
    }
    #service03_03 h2 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    #service03_03_head img:nth-of-type(2) {
        width: auto;
        height: 95%;
    }
    #service03_03 dl {
        margin: 15px 0 25px 0;
    }
    #service03_03 dl dt {
        font-size: 16px;
        color: #804C00;
        text-align: center;
        margin-bottom: 10px;
    }
    #service03_03_box {
        padding: 20px;
    }
    #service03_03_box ul li {
        width: 60px;
        height: 30px;
        line-height: 30px;
        margin-right: 6px;
        font-size: 10px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    }
    #service03_03 dl dt span {
        display: block;
    }
    #service03_03 dl dd {
        font-size: 14px;
        text-align: left;
    }
    #service03_03_box h3 {
        font-size: 16px;
        line-height: 1.6;
        margin: 15px 0;
        padding: 0;
    }
    #service03_03_box h3 span {
        display: block;
    }
    #service03_03_info01 {
        padding-bottom: 40px;
    }
    #service03_03_info01 .img {
        width: 100%;
        float: none;
        text-align: center;
    }
    #service03_03_info01 .txt {
        width: 100%;
        float: none;
        padding-left: 0px;
        font-size: 14px;
        margin-top: 20px;
    }
    #service03_03_box_mokumoku {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    #service03_03_info02 {
        margin: 0px auto 0 auto;
    }
    #service03_03_info02 div:nth-of-type(1) p:nth-of-type(2),
    #service03_03_info02 div:nth-of-type(2) p:nth-of-type(2) {
        padding: 0 0px;
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    #service03_03_box {
        padding: 20px 10px;
    }
}
/* price04 
-------------------------------------------------------------------*/
#price04 img {
    max-width: 300px;
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 20px;
} 

#price04_02 img {
    max-width: 300px;
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 20px;
} 

/*	service04
-------------------------------------------------------------------*/

#service04_02 {
    padding: 0 0 130px 0;
}

#service04_02 h3 {
    font-size: 35px;
    line-height: 1;
    color: #EA6C6C;
    text-align: center;
    margin: 20px 0 30px 0;
}

#service04_02_01 {
    width: 100%;
    max-width: 678px;
    background: url(../img/back_w.gif) center top repeat-x;
    background-color: #F5ECD6;
    background-size: 12px;
    margin: 25px auto 0 auto;
}

#service04_02_01 dl {
    padding: 0 0px 25px 0px;
}

#service04_02_01 dl dt {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #FF7600;
    margin-bottom: 20px;
    letter-spacing: -0.1em;
}

#service04_02_01 dl dd {
    font-size: 24px;
    color: #EA6C6C;
    text-align: center;
    line-height: 1;
}

#service04_02_02 {
    list-style: none;
    width: 100%;
    max-width: 760px;
    margin: 40px auto;
}

#service04_02_02 li {
    font-size: 25px;
    margin-bottom: 10px;
}

#service04_02_02 li span {
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    color: #ffeaea;
    letter-spacing: 2px;
    margin-right: 5px;
    text-shadow: 2px 2px 1px #804c00, -2px 2px 1px #804c00, 2px -2px 1px #804c00, -2px -2px 1px #804c00, 2px 0px 1px #804c00, 0px 2px 1px #804c00, -2px 0px 1px #804c00, 0px -2px 1px #804c00;
}

#service04_02_03 {
    border: solid 5px #EA6C6C;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding-bottom: 30px;
    background-color: #fff;
}

#service04_02_03 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    padding: 20px;
}

#service04_02_03 ul li {
    box-sizing: border-box;
    width: calc(100% / 4);
    padding: 0 5px;
    margin-bottom: 20px;
}

#service04_02_03 ul li img {
    max-width: 100%;
    height: auto;
}

#service04_02_03 ul li span {
    font-size: 12px;
}

#service04_02_03 p {
    font-size: 25px;
    color: #FF7600;
    text-align: center;
}

#service04_02_04 {
    padding: 0px 0 90px 0;
    background: url(../img/back_w.gif) center top repeat-x;
    background-size: 30px;
    background-color: #F5ECD6;
}

#service04_02_04_box {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    padding: 60px 20px;
    margin-top: 40px;
}

#service04_02_04_box .youtube {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%;
}

#service04_02_04_box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#youtube_title {
    font-size: 28px;
    line-height: 1;
    color: #895410;
    text-align: center;
    margin-top: 30px;
}

#youtube_title span.ol {
    color: #FF7600;
}

#service04_point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
}

#service04_point div {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 5px;
}

#service04_point div dl {
    width: 100%;
    max-width: 269px;
    margin: 0 auto;
}

#service04_point div dl dt {
    background-color: #FFEAEA;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
    color: #895410;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 16px;
    height: 52px;
}
#service04_point .service04_point01 {
    line-height: 52px;
}


#service04_point div dl dd img {
    max-width: 100%;
    height: auto;
}

#service04_point div dl dd p {
    font-size: 16px;
    margin-top: 20px;
}

#service04_05 {
    padding: 0 0 90px 0;
}

#service04_05 h2 {
    font-size: 35px;
    line-height: 1;
    color: #EA6C6C;
    text-align: center;
}

#service04_05_txt {
    font-size: 20px;
    color: #804C00;
    margin: 30px 0;
    text-align: center;
}

#service04_05_box {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 40px;
}

#service04_05_box p {
    font-size: 16px;
}

#service04_bn {
    text-align: center;
    margin-top: 20px;
}

#service04_bn img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 999px) {
    #service04_02 h3 {
        font-size: 3.5vw;
    }
    #service04_02_01 dl dt,
    #service04_02_01 dl dd {
        font-size: 2.4vw;
    }
    #service04_02_03 p {
        font-size: 2.5vw;
    }
    #youtube_title {
        font-size: 2.8vw;
    }
    #service04_point div dl dt {
        font-size: 1.8vw;
        padding: 10px 5px;
    }
    #service04_point div dl dd p {
        font-size: 1.6vw;
    }
    #service04_05 h2 {
        font-size: 3.5vw;
    }
    #service04_05_txt {
        font-size: 2.0vw;
    }
    #service04_02_02 li {
        font-size: 2.5vw;
    }
    #service04_02_02 li span {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 599px) {
    #service04_02 {
        padding: 0 0 60px 0;
    }
    #service04_02 h3 {
        font-size: 16px;
        margin: 14px 0 18px 0;
    }
    #service04_02_01 dl dt,
    #service04_02_01 dl dd {
        font-size: 16px;
    }
    #service04_02_01 dl dt span,
    #service04_02_01 dl dd span {
        display: block;
        margin-top: 6px;
    }
    #service04_02_02 {
        margin: 20px auto;
    }
    #service04_02_02 li {
        font-size: 11px;
        margin-bottom: 6px;
    }
    #service04_02_02 li span {
        font-size: 14px;
        font-weight: 700;
        text-shadow: 1px 1px 1px #804c00, -1px 1px 1px #804c00, 1px -1px 1px #804c00, -1px -1px 1px #804c00, 1px 0px 1px #804c00, 0px 1px 1px #804c00, -1px 0px 1px #804c00,
    }
    #service04_02_03 {
        border: solid 3px #EA6C6C;
    }
    #service04_02_03 ul {
        padding: 10px 5px;
    }
    #service04_02_03 ul li {
        box-sizing: border-box;
        width: calc(100% / 2);
        padding: 0 3px;
        margin-bottom: 20px;
    }
    #service04_02_03 p {
        font-size: 18px;
    }
    #service04_02_03 p span {
        display: block;
    }
    #service04_02_04 {
        padding: 0px 0 45px 0;
    }
    #service04_02_04_box {
        margin-top: 20px;
    }
    #service04_02_04_box {
        padding: 20px 20px;
    }
    #youtube_title {
        font-size: 20px;
        line-height: 1.6;
        margin-top: 15px;
    }
    #youtube_title span.sp {
        display: block;
    }
    #service04_point {
        margin-top: 30px;
    }
    #service04_point div {
        width: 100%;
        padding: 0;
    }
    #service04_point div dl {
        margin-bottom: 30px;
    }
    #service04_point div dl dt {
        font-size: 16px;
    }
    #service04_point div dl dd p {
        font-size: 14px;
        margin-top: 10px;
    }
    #service04_05 {
        padding: 0 0 45px 0;
    }
    #service04_05 h2 {
        font-size: 14px;
    }
    #service04_05_txt {
        font-size: 16px;
        color: #804C00;
        margin: 15px 0;
        text-align: center;
    }
    #service04_05_txt span {
        display: block;
    }
    #service04_05_box {
        padding: 20px;
    }
    #service04_05_box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    #service04_02 h3 {
        font-size: 14px;
    }
    #service04_02_02 li {
        font-size: 10px;
    }
    #service04_02_02 li span {
        font-size: 16px;
    }
    #service04_05 h2 {
        font-size: 12px;
    }
    #service04_05_txt {
        font-size: 14px;
    }
}


/*	imf txt
-------------------------------------------------------------------*/

.img_txt_set {
    width: 100%;
    max-width: 850px;
    margin: 20px auto 30px auto;
}

.img_txt_set .img {
    width: 40%;
    float: left;
}

.img_txt_set .txt {
    width: 60%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
}

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

.img_txt_set .txt dl dt {
    font-size: 20px;
    color: #FF7600;
    margin-bottom: 10px;
}

.img_txt_set .txt dl dd {
    font-size: 16px;
}

.img_txt_set .txt dl dd span {
    background-color: #E3F1FF;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
}

@media screen and (max-width: 999px) {
    .img_txt_set .txt dl dt {
        font-size: 2.0vw;
    }
    .img_txt_set .txt dl dd {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 599px) {
    .img_txt_set .img {
        width: 100%;
        float: none;
    }
    .img_txt_set .txt {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-top: 10px;
    }
    .img_txt_set .txt dl dt {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .img_txt_set .txt dl dd {
        font-size: 14px;
    }
    .img_txt_set .txt dl dd span {
        background-color: #E3F1FF;
        display: inline-block;
        margin: 10px 0;
        padding: 10px 10px;
        font-size: 14px;
    }
}


/*	commodity
-------------------------------------------------------------------*/

#commodity01 {
    padding: 30px 0 80px 0;
}

#commodity01 .img_txt_set:nth-of-type(1) {
    margin: 60px auto 30px auto;
}

#commodity02 {
    padding: 0px 0 80px 0;
}

#commodity03 {
    padding: 0px 0 80px 0;
}

#commodity04 {
    padding: 0px 0 40px 0;
}

.page_commodity h3 {
    font-size: 25px;
    color: #895410;
    width: 100%;
    max-width: 850px;
    margin: 20px auto 0 auto;
}

#commodity03_01 {
    background-color: #F5ECD6;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 30px;
    margin-top: 60px;
}

#commodity03_01 .txt {
    font-size: 25px;
    color: #895410;
}

#commodity03_01 .img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

#commodity03_01 .img p {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

#commodity03_01 .img p img {
    max-width: 100%;
    height: auto;
}

#commodity03_01 .img p:nth-of-type(1) {
    padding-right: 15px;
}

#commodity03_01 .img p:nth-of-type(2) {
    padding-left: 15px;
}

#warmerbin_bn {
    text-align: center;
    margin-top: 86px;
}

#warmerbin_bn span {
    display: block;
    font-size: 18px;
    display: block;
    color: #FF7600;
    margin-bottom: 10px;
}

#warmerbin_bn img {
    width: 100%;
    max-width: 545px;
    height: auto;
}

@media screen and (max-width: 999px) {
    .page_commodity h3 {
        font-size: 2.5vw;
    }
    #commodity03_01 .txt {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 599px) {
    #commodity01 {
        padding: 50px 0 40px 0;
    }
    #commodity01 .img_txt_set:nth-of-type(1) {
        margin: 30px auto 15px auto;
    }
    #commodity02 {
        padding: 0px 0 40px 0;
    }
    #commodity03 {
        padding: 0px 0 40px 0;
    }
    #commodity04 {
        padding: 0px 0 40px 0;
    }
    .page_commodity h3 {
        font-size: 18px;
    }
    #commodity03_01 {
        padding: 15px;
        margin-top: 30px;
    }
    #commodity03_01 .txt {
        font-size: 12px;
    }
    #commodity03_01 .img {
        margin-top: 10px;
    }
    #commodity03_01 .img p:nth-of-type(1) {
        padding-right: 5px;
    }
    #commodity03_01 .img p:nth-of-type(2) {
        padding-left: 5px;
    }
    #warmerbin_bn {
        text-align: center;
        margin-top: 40px;
    }
    #warmerbin_bn span {
        font-size: 12px;
        margin-bottom: 6px;
    }
}


/*	contact
-------------------------------------------------------------------*/

#contact01 {
    padding: 30px 0 70px 0;
}

#contact01 .inner {
    padding: 40px 40px 0 40px;
}

#contact_tel {
    font-size: 50px;
    line-height: 1;
    color: #895410;
    font-weight: 700;
    margin-bottom: 10px;
}

#contact_tel img {
    margin-right: 20px;
    vertical-align: top;
}

#contact_tel_txt01 {
    font-size: 20px;
    color: #895410;
    margin-bottom: 10px;
}

#contact_tel_txt02 {
    font-size: 25px;
    color: #FF7600;
}

#contact02 {
    padding: 0px 0 130px 0;
}

#contact02 h2 {
    text-align: center;
}

#contact02 h2 img {
    max-width: 100%;
    height: auto;
}

#contact02_txt01 {
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
}

#contact02_txt02 {
    font-size: 25px;
    color: #FF7600;
    line-height: 1;
    text-align: center;
    margin: 50px 0 20px 0;
}

#contact02_minasama {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    max-width: 750px;
    margin: 0 auto;
}

#contact02_minasama li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}

#contact02_minasama li img {
    max-width: 100%;
    height: autol
}

#contact02_txt03 {
    text-align: center;
    width: 100%;
    max-width: 640px;
    margin: 60px auto 30px auto;
    height: 71px;
    line-height: 71px;
    color: #fff;
    background-color: #FF7600;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    font-size: 20px;
}

#contact02_kaiketsu {}

.contact02_kaiketsu_single {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    max-width: 920px;
    margin: 0 auto 26px auto;
}

.contact02_kaiketsu_single ul {
    width: 408px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: solid 5px #FF7600;
    box-sizing: border-box;
    padding: 30px;
    font-size: 16px;
}

.contact02_kaiketsu_single ul li {
    margin-left: 1em;
    margin-bottom: 10px;
}

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

.contact02_kaiketsu_single p {
    width: 104px;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    color: #FF7600;
    box-sizing: border-box;
    padding-top: 30px;
}

.contact02_kaiketsu_single p span {
    display: block;
    margin-bottom: 10px;
}

.contact02_kaiketsu_single:nth-of-type(1) ul:nth-of-type(1) {
    border: solid 5px #FF9191;
}

.contact02_kaiketsu_single:nth-of-type(2) ul:nth-of-type(1) {
    border: solid 5px #5D886D;
}

.contact02_kaiketsu_single:nth-of-type(3) ul:nth-of-type(1) {
    border: solid 5px #FFE17D;
}

#contact02_flow {
    text-align: center;
    margin-top: 35px;
}

#contact02_flow img {
    max-width: 100%;
    height: auto;
}

.form {
    padding: 60px 0 140px 0;
}

.form dl {
    display: table;
    width: 100%;
    border-top: solid 1px #895410;
    padding: 30px 0;
}

.form dl dt {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
    color: #895410;
    font-size: 18px;
    line-height: 1;
    box-sizing: border-box;
}

.form dl dd {
    display: table-cell;
    width: calc(100% - 240px);
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 20px;
}

.form dl dt span {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #FF7600;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-left: 10px;
}

input.form_txt {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    background-color: #F2F2F2;
    transition: all .2s ease;
}

.form_txt_area {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    background-color: #F2F2F2;
    transition: all .2s ease;
    height: 140px;
}

input.form_txt:focus,
.form_txt_area:focus {
    background-color: #F5ECD6;
}

input.form_txt.form_post {
    width: 200px;
}

#add p {
    margin-bottom: 10px;
}

#post_icon {
    font-size: 16px;
    margin-right: 10px;
}

::placeholder {
    color: #999;
    font-size: 14px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

.form_ck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.form_ck .form_ck_single {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #895410;
}

.form_ck .form_ck_single p {
    margin-bottom: 6px;
}

.form_ck .form_ck_single img {
    width: 100%;
    max-width: 260px;
    height: auto;
}

.form_ck .form_ck_single span {
    display: inline-block;
    margin-left: 6px;
    line-height: 1;
}

.form_ck label {
    cursor: pointer;
    transition: all .2s ease;
}

.form_ck label:hover {
    color: #FF7600;
}

.form_ck input {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    border: solid 1px #895410;
}

.send {
    border-top: solid 1px #895410;
    padding: 50px 20px 0 20px;
    text-align: center;
}

.send input {
    width: 164px;
    height: 41px;
    border: solid 1px #895410;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    line-height: 41px;
    background-color: #fff;
    color: #895410;
    transition: all .2s ease;
}

.send input:hover {
    background-color: #FF7600;
    border: solid 1px #FF7600;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #contact_tel_txt01 {
        font-size: 2.0vw;
        color: #895410;
        margin-bottom: 10px;
    }
    #contact_tel_txt02 {
        font-size: 2.4vw;
    }
    #contact02_txt03 {
        font-size: 16px;
    }
    .contact02_kaiketsu_single {
        margin-bottom: 60px;
    }
    .contact02_kaiketsu_single ul {
        width: 100%;
        padding: 20px;
        font-size: 16px;
    }
    .contact02_kaiketsu_single p {
        width: 100%;
        font-size: 23px;
        padding: 10px 0;
    }
    .contact02_kaiketsu_single p span {
        margin-bottom: 4px;
    }
    .contact02_kaiketsu_single p img {
        transform: rotate(90deg);
    }
    .form dl dt {
        width: 200px;
        font-size: 16px;
    }
    .form dl dd {
        width: calc(100% - 200px);
        padding-right: 0px;
    }
    .form dl dt span {
        width: 50px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 899px) {
    .form_ck .form_ck_single {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 599px) {
    #contact01 {
        padding: 20px 0 35px 0;
    }
    #contact01 .inner {
        padding: 20px 20px 0 20px;
    }
    #contact_tel {
        font-size: 25px;
        margin-bottom: 5px;
    }
    #contact_tel img {
        width: 30px;
        height: auto;
        margin-right: 10px;
    }
    #contact_tel_txt01 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    #contact_tel_txt01 span {
        display: block;
    }
    #contact_tel_txt02 {
        font-size: 14px;
    }
    #contact02 {
        padding: 0px 0 30px 0;
    }
    #contact02_txt01 {
        font-size: 12px;
        margin-top: 10px;
    }
    #contact02_txt02 {
        font-size: 18px;
        margin: 25px 0 10px 0;
    }
    #contact02_txt03 {
        margin: 30px auto 15px auto;
        height: auto;
        line-height: 1.6;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
    }
    #contact02_txt03 span {
        display: block;
    }
    .contact02_kaiketsu_single {
        margin-bottom: 30px;
    }
    .contact02_kaiketsu_single ul {
        padding: 15px;
        font-size: 14px;
    }
    .contact02_kaiketsu_single ul li {
        margin-bottom: 5px;
    }
    .contact02_kaiketsu_single p {
        font-size: 18px;
        padding-top: 15px;
    }
    .contact02_kaiketsu_single p span {
        display: block;
        margin-bottom: 5px;
    }
    .contact02_kaiketsu_single p img {
        width: 20px;
        height: auto;
    }
    #contact02_flow {
        margin-top: 20px;
    }
    .form {
        padding: 30px 0 70px 0;
    }
    .form dl {
        display: block;
        width: 100%;
        border-top: solid 1px #895410;
        padding: 15px 0;
    }
    .form dl dt {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .form dl dd {
        display: block;
        width: 100%;
    }
    .form dl dt span {
        width: 36px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        margin-left: 5px;
    }
    input.form_txt {
        font-size: 16px;
    }
    .form_txt_area {
        font-size: 16px;
        height: 140px;
    }
    .form_ck {
        max-width: 280px;
        margin: 20px auto 0 auto;
    }
    .form_ck .form_ck_single {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .form_ck .form_ck_single img {
        width: 100%;
        max-width: 160px;
        height: auto;
    }
}


/*	contact kakunin
-------------------------------------------------------------------*/

#contact_kakunin {
    padding: 60px 0 0 0;
}

#contact_kakunin_box {
    padding: 30px 0 60px 0;
}

#form_err_title {
    font-weight: 400;
    line-height: 1;
    font-size: 26px;
    color: #FF7600;
    margin-bottom: 10px;
}

#contact_kakunin_box .mail_txt {
    font-size: 16px;
    margin-bottom: 20px;
}

#contact_kakunin_box .err_box {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: solid 3px #FF7600;
    padding: 20px;
    font-size: 20px;
}

.error_messe {
    color: #804C00;
    line-height: 1.8;
    margin-bottom: 4px;
}

.err_send {
    border: none;
}

#kakunin_form {
    border-collapse: collapse;
    width: 100%;
}

#kakunin_form tr {
    background-color: #fff;
    transition: all .2s ease;
}

#kakunin_form tr:hover {
    background-color: #FFF8DE;
}

#kakunin_form th {
    border-top: solid 1px #895410;
    border-right: dotted 1px #ccc;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    width: 200px;
    color: #895410;
    font-size: 14px;
    box-sizing: border-box;
    padding: 20px 0 20px 5px;
}

#kakunin_form td {
    border-top: solid 1px #895410;
    width: calc(100% - 200px);
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 16px;
    padding: 20px 5px 20px 20px;
}

@media screen and (max-width: 1024px) {
    #contact_kakunin {
        padding: 30px 0 0 0;
    }
    #kakunin_form th {
        width: 160px;
        font-size: 12px;
    }
    #kakunin_form td {
        width: calc(100% - 160px);
        box-sizing: border-box;
        padding-right: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 599px) {
    #form_err_title {
        font-size: 18px;
    }
    #contact_kakunin_box .mail_txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #contact_kakunin_box .err_box {
        padding: 20px 10px;
        font-size: 16px;
    }
    #kakunin_form th {
        display: block;
        border-top: solid 1px #895410;
        border-right: dotted 0px #ccc;
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
        width: 100%;
        color: #895410;
        font-size: 12px;
        box-sizing: border-box;
        padding: 10px 0 0px 5px;
    }
    #kakunin_form td {
        display: block;
        width: 100%;
        border-top: solid 0px #895410;
        vertical-align: middle;
        box-sizing: border-box;
        padding-right: 20px;
        font-size: 16px;
        padding: 10px 5px 10px 20px;
    }
    .sp_send_btn {
        display: block;
    }
    .sp_back_btn {
        display: block;
    }
}


/*	contact thanks
-------------------------------------------------------------------*/

#contact_thanks {
    padding: 0px 0 60px;
}

#contact_thanks_box {
    padding: 30px 20px 0 20px;
}

#contact_thanks_box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.thanks_head {
    margin-top: 163px;
}

@media screen and (max-width: 1024px) {
    .thanks_head {
        margin-top: 60px;
    }
}

@media screen and (max-width: 599px) {
    #contact_thanks_box {
        padding: 15px 10px 0 10px;
    }
    #contact_thanks_box p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}


/*	jyunbityu
-------------------------------------------------------------------*/

.jyunbityu {
    box-sizing: border-box;
    position: relative;
}

.jyunbityu img.jyunbityu01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.jyunbityu .jyunbityu_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #895410;
    z-index: 9;
    font-size: 30px;
    font-weight: 400:
}

.jyunbityu .jyunbityu_txt span {
    background-color: #fff;
    display: inline-block;
    padding: 6px;
}

#menu_jyunbityu {
    position: relative;
}

#menu_jyunbityu .menu_week_set {
    opacity: 0.2;
}

#menu_jyunbityu .jyunbityu_txt {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
    color: #895410;
    font-size: 60px;
    font-weight: 400:
}

#menu_jyunbityu .jyunbityu_txt span {
    background-color: #fff;
    display: inline-block;
    padding: 6px;
}

#area_jyunbityu {
    position: relative;
}

#area_jyunbityu #deli_area {
    opacity: 0.3;
}

#area_jyunbityu .jyunbityu_txt {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
    color: #895410;
    font-size: 60px;
    font-weight: 400:
}

#area_jyunbityu .jyunbityu_txt span {
    background-color: #fff;
    display: inline-block;
    padding: 6px;
}

@media screen and (max-width: 1024px) {
    #menu_jyunbityu .jyunbityu_txt {
        font-size: 6.0vw;
    }
    #area_jyunbityu .jyunbityu_txt {
        font-size: 6.0vw;
    }
}

@media screen and (max-width: 599px) {
    #menu_jyunbityu .jyunbityu_txt,
    #area_jyunbityu .jyunbityu_txt {
        font-size: 30px;
        width: 200px;
        left: 0%;
        right: 0;
        transform: translateX(0%);
        -webkit- transform: translateX(0%);
        margin: 0 auto;
    }
    #menu_jyunbityu .jyunbityu_txt span,
    #area_jyunbityu .jyunbityu_txt span {
        background-color: #fff;
        display: block;
        padding: 6px;
        text-align: center;
    }
}


/*	download
-------------------------------------------------------------------*/

#download h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #804C00;
    margin-bottom: 16px;
}

#dl01 {
    height: 95px;
    line-height: 95px;
    font-weight: 700;
    font-size: 30px;
    color: #804C00;
    text-align: center;
    margin-bottom: 16px;
}

#dl01 span {
    display: inline-block;
    width: 140px;
    height: 95px;
    background: url(../img/dl_01.svg) center center no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

#dl_img {
    text-align: center;
    margin-bottom: 25px;
}

#dl_img img,
#dl_next img {
    max-width: 100%;
    height: ahto;
}

#dl02 {
    height: 97px;
    line-height: 97px;
    background-color: #FFE17D;
    font-weight: 700;
    font-size: 30px;
    color: #804C00;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 30px;
}

#dl_next {
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 999px) {
    #dl02 {
        font-size: 3.0vw;
    }
}

@media screen and (max-width: 599px) {
    #download h2 {
        font-size: 14px;
        margin-bottom: 16px;
    }
    #dl01 {
        height: auto;
        line-height: 1;
        font-size: 30px;
        color: #804C00;
        margin-bottom: 20px;
    }
    #dl01 span {
        display: block;
        width: 140px;
        height: 95px;
        background: url(../img/dl_01.svg) center center no-repeat;
        background-size: 100% 100%;
        margin: 0 auto 15px auto;
        line-height: 95px;
    }
    #dl02 {
        height: auto;
        line-height: 1.6;
        font-size: 18px;
        color: #804C00;
        margin-bottom: 15px;
        padding: 14px 0;
    }
    #dl02 span {
        display: block;
    }
    #dl_next {
        width: 200px;
        margin: 0 auto 40px auto;
    }
}


/*	blog
-------------------------------------------------------------------*/

#blog {
    padding-bottom: 100px;
}

.blog_nav ul {
    list-style: none;
}

.blog_nav ul li {
    display: inline-block;
    width: 168px;
    box-sizing: border-box;
}

.blog_nav ul li:not(:last-child) {
    margin-right: 20px;
}

.blog_nav ul li a {
    display: block;
    height: 52px;
    line-height: 52px;
    border: 3px solid #333;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
    text-decoration: none;
    color: #895410;
    background-color: #fff;
    transition: all .2s ease;
    font-size: 16px;
}

.blog_nav ul li a:hover {
    background-color: #F5ECD6;
}

.blog_nav ul li:nth-of-type(1) a {
    border: 3px solid #5D886D;
}

.blog_nav ul li:nth-of-type(2) a {
    border: 3px solid #FFE17D;
}

.blog_nav ul li:nth-of-type(3) a {
    border: 3px solid #FF9191;
}

.blog_nav ul li:nth-of-type(4) a {
    border: 3px solid #FF7600;
}

.blog_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    margin: 100px auto 0 auto;
    box-sizing: border-box;
}

.blog_list .blog_list_single {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 35px;
    margin-bottom: 100px;
}

.blog_list .ct_date {
    position: relative;
    margin: 13px 0 15px 0;
}

.blog_list .ct_date .blog_ct {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
}

.blog_list .ct_date .blog_ct.ct_sblog_menu {
    border: solid 2px #5D886D;
}

.blog_list .ct_date .blog_ct.ct_sblog_event {
    border: solid 2px #FFE17D;
}

.blog_list .ct_date .blog_ct.ct_sblog_communication {
    border: solid 2px #FF9191;
}

.blog_list .ct_date .blog_ct.ct_sblog_diary {
    border: solid 2px #FF7600;
}

.blog_list .ct_date .blog_date {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 12px;
    line-height: 1;
    color: #895410;
}

.blog_list .blog_title {
    font-size: 18px;
    line-height: 1.6
}

.blog_list_single a {
    color: #895410;
    text-decoration: none;
    transition: all .2s ease;
}

.blog_list_single a:hover p {
    background-color: #F5ECD6;
    transition: all .2s ease;
}

.blog_sm img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .blog_nav ul li {
        display: inline-block;
        width: 100px;
    }
    .blog_nav ul li:not(:last-child) {
        margin-right: 10px;
    }
    .blog_nav ul li a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .blog_list {
        margin: 80px auto 0 auto;
        padding: 0 40px 0 0;
    }
    .blog_list .blog_list_single {
        width: calc(100% / 2);
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .blog_list .blog_title {
        font-size: 16px;
    }
    .blog_list .ct_date .blog_date {
        font-size: 12px;
    }
}

@media screen and (max-width: 599px) {
    #blog {
        padding-bottom: 60px;
    }
    .blog_nav ul li {
        display: inline-block;
        width: 70px;
    }
    .blog_nav ul li:not(:last-child) {
        margin-right: 4px;
    }
    .blog_nav ul li a {
        font-size: 10px;
        height: 36px;
        line-height: 36px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    .blog_nav ul li:nth-of-type(1) a {
        border: 2px solid #5D886D;
    }
    .blog_nav ul li:nth-of-type(2) a {
        border: 2px solid #FFE17D;
    }
    .blog_nav ul li:nth-of-type(3) a {
        border: 2px solid #FF9191;
    }
    .blog_nav ul li:nth-of-type(4) a {
        border: 2px solid #FF7600;
    }
    .blog_list {
        margin: 40px auto 0 auto;
        padding: 0 0px 0 0;
    }
    .blog_list .blog_list_single {
        width: 100%;
        padding: 0 0px;
        margin-bottom: 40px;
    }
    .blog_list .blog_title {
        font-size: 14px;
    }
    .blog_list .ct_date .blog_ct {
        display: block;
        width: 110px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .blog_list .ct_date .blog_date {
        top: 8px;
    }
}


/*	pagination
-------------------------------------------------------------------*/

.pagination {
    text-align: center;
    margin-top: 100px;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 3px;
}

.pagination ul li a {
    text-decoration: none;
    color: #895410;
}

.pagination ul li a:hover {
    color: #FF7600;
}

.pagination ul li span.current {
    font-weight: 700;
}

@media screen and (max-width: 599px) {
    .pagination {
        margin-top: 60px;
    }
}


/*	blog single
-------------------------------------------------------------------*/

.blog_header {
    margin-bottom: 30px;
}

.blog_header .blog_ct {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    float: left;
    color: #895410;
}

.blog_header .blog_ct.ct_sblog_menu {
    border: solid 2px #5D886D;
}

.blog_header .blog_ct.ct_sblog_event {
    border: solid 2px #FFE17D;
}

.blog_header .blog_ct.ct_sblog_communication {
    border: solid 2px #FF9191;
}

.blog_header .blog_ct.ct_sblog_diary {
    border: solid 2px #FF7600;
}

.blog_header .date {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 23px;
    float: left;
    color: #895410;
}

.single_title {
    font-size: 26px;
    color: #895410;
    margin-bottom: 95px;
}

.single_pager {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    font-size: 16px;
    background: url(../img/line02.png) center top repeat-y;
}

.sblog_prev {
    width: 50%;
    float: left;
}

.sblog_next {
    width: 50%;
    float: right;
}

.single_pager a {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    color: #895410;
    transition: all .2s ease;
}

.single_pager a:hover {
    color: #FF7600;
}

.single_pager_box_prev,
.single_pager_box_next {
    margin-top: 10px;
    display: table;
    width: 100%;
}

.single_pager #prev {
    text-align: left;
    color: #000;
}

.single_pager #next {
    text-align: right;
    color: #000;
}

.single_pager_box_prev .img,
.single_pager_box_next .img {
    display: table-cell;
    width: 140px;
    height: 95px;
}

.single_pager_box_prev .txt,
.single_pager_box_next .txt {
    display: table-cell;
    width: calc(100% - 140px);
    height: 95px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0 20px;
}

.single_pager_box_next .txt {
    text-align: right;
}

.topic_profile {
    width: 100%;
    max-width: 780px;
    margin: 50px auto 0 auto;
}

.topic_profile .inner {
    border: solid 1px #895410;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 30px;
}

.topic_profile_box .img {
    width: 100px;
    float: left;
}

.topic_profile_box .img img {
    border-radius: 50%;
    /* 角丸の半径を50%に*/
    width: 100px;
    height: 100px;
}

.topic_profile_box .txt {
    width: calc(100% - 120px);
    float: right;
}

.topic_profile_title {
    font-size: 18px;
    color: #895410;
    line-height: 1;
    margin-bottom: 20px;
}

.topic_profile_name {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.topic_profile_pro {
    font-size: 16px;
    color: #333;
}

.sblog_back {
    text-align: center;
    padding: 100px 20px;
}

.sblog_back a {
    text-decoration: none;
    color: #895410;
    line-height: 1;
    font-size: 16px;
    transition: all .2s ease;
}

.sblog_back a:hover {
    color: #FF7600;
}

@media screen and (max-width: 1024px) {
    .single_title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .single_pager {
        width: 100%;
        max-width: 600px;
        font-size: 14px;
    }
    .single_pager_box_prev .img,
    .single_pager_box_next .img {
        display: table-cell;
        width: 70px;
        height: auto;
    }
    .single_pager_box_next .img img,
    .single_pager_box_prev .img img {
        width: 100%;
        height: auto;
    }
    .single_pager_box_prev .txt,
    .single_pager_box_next .txt {
        display: table-cell;
        width: calc(100% - 70px);
        height: auto;
        padding: 0 20px;
    }
    .topic_profile {
        max-width: 600px;
        margin: 30px auto 0 auto;
    }
    .topic_profile .inner {
        padding: 20px;
    }
    .topic_profile_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .topic_profile_box .img {
        width: 60px;
    }
    .topic_profile_box .img img {
        border-radius: 50%;
        /* 角丸の半径を50%に*/
        width: 60px;
        height: 60px;
    }
    .topic_profile_box .txt {
        width: calc(100% - 80px);
    }
    .topic_profile_name {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .topic_profile_pro {
        font-size: 14px;
    }
    .sblog_back {
        text-align: center;
        padding: 60px 20px;
    }
    .sblog_back a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .single_pager {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .single_pager_box_prev .img,
    .single_pager_box_next .img {
        display: none;
    }
    .single_pager_box_prev .txt,
    .single_pager_box_next .txt {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    .topic_profile {
        box-sizing: border-box;
        padding: 0 20px;
    }
}


/*	sblog_container
-------------------------------------------------------------------*/

.sblog_container {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    font-size: 16px;
}


/* Text elements */

.sblog_container h2 {
    font-size: 20px;
    margin-bottom: 30px;
    border-left: solid 7px #FF7600;
    padding: 18px 13px 18px 13px;
}

.sblog_container img {
    max-width: 100%;
}

.sblog_container p {
    margin-bottom: 30px;
    line-height: 1.6;
}

.sblog_container ul {
    list-style-type: square;
    margin: 0 0 18px 1.5em;
}

.sblog_container ol {
    list-style-type: decimal;
    margin: 0 0 18px 1.5em;
}

.sblog_container ol ol {
    list-style-type: upper-alpha;
}

.sblog_container ol ol ol {
    list-style-type: lower-roman;
}

.sblog_container ol ol ol ol {
    list-style-type: lower-alpha;
}

.sblog_container ul ul,
.sblog_container ol ol,
.sblog_container ul ol,
.sblog_container ol ul {
    margin-bottom: 0;
}

.sblog_container ul li,
.sblog_container ol li {
    padding: 4px 0px;
}

.sblog_container dl {
    margin: 0 0 24px 0;
}

.sblog_container dt {
    font-weight: bold;
}

.sblog_container dd {
    margin-bottom: 18px;
}

.sblog_container dt {
    border-bottom: solid 1px #f29600;
    padding: 10px 10px 6px 10px;
    margin-bottom: 10px;
}

.sblog_container dd {
    padding: 0px 0px 0px 36px;
}

.sblog_container strong {
    font-weight: bold;
}

.sblog_container cite,
.sblog_container em,
.sblog_container i {
    font-style: italic;
}

.sblog_container big {
    font-size: 131.25%;
}

.sblog_container ins {
    background: #ffc;
    text-decoration: none;
}

.sblog_container blockquote {
    font-style: italic;
    padding: 0 3em;
}

.sblog_container blockquote cite,
.sblog_container blockquote em,
.sblog_container blockquote i {
    font-style: normal;
}

.sblog_container pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

.sblog_container abbr,
.sblog_container acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.sblog_container sup,
.sblog_container sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

.sblog_container sup {
    bottom: 1ex;
}

.sblog_container sub {
    top: .5ex;
}

.sblog_container input[type="text"],
.sblog_container textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
}

.sblog_container a:link {
    color: #895410;
}

.sblog_container a:visited {
    color: #895410;
}

.sblog_container a:active,
.sblog_container a:hover {
    color: #FF7600;
}

@media screen and (max-width: 1024px) {
    .sblog_container {
        font-size: 14px;
    }
    .sblog_container h2 {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 10px 10px 10px 10px;
    }
}


/* =Images
-------------------------------------------------------------- */


/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other
images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force
them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect
ratio. */
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}


/*	soon
-------------------------------------------------------------------*/

.soon {
    width: 100%;
    text-align: center;
    padding: 100px 20px;
    box-sizing: border-box;
}

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


/*	clearfix
-------------------------------------------------------------------*/

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear:before {
    content: "";
    display: block;
    clear: both;
}

.clear {
    display: block;
}


/*20220702編集レイアウト*/

.price03_20220702_imgbox {
    margin: 20px 0 25px;
}

.price03_20220702_imgbox img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 599px) {
    .price03_20220702_imgbox {
        margin: 40px 0 50px;
    }
}


/*ここまで*/

/* 11/8追加分 */
.menu_seek_pickup_text{
margin: 20px auto 0;
}
/*	top_pickup
-------------------------------------------------------------------*/

/* #menu02_pickup {
    padding: 110px 0 108px 0;
} */

/* #menu02 h1 {
    font-size: 20px;
    color: #804C00;
    line-height: 1;
    text-align: center;
} */

/* #menu02 h1 span {
    display: block;
    font-size: 35px;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    margin-bottom: 7px;
} */

#menu02 .swiper-slide {
    width: 240px;
}

#menu02 .swiper-slide a {
    display: block;
    position: relative;
    text-decoration: none;
}

#menu02 .swiper-slide span.img {
    display: block;
}

#menu02 .swiper-slide img {
    width: 100%;
    height: auto;
}

#menu02 .swiper-slide p {
    background: url(../img/top_picup_cv2.png) center bottom no-repeat;
    background-size: 100% auto;
    background-color: #F5ECD6;
    min-height: 84px;
    padding: 16px 16px 16px 16px;
    font-size: 16px;
    color: #333;
    transition: all .2s ease;
}

#menu02 .swiper-slide a:hover p {
    color: #FF7600;
}

#menu02 .swiper-slide span.kcal {
    width: 66px;
    height: 50px;
    padding-top: 16px;
    background-color: #FBE386;
    color: #804C00;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    top:140px;
    right: 8px;
}

#menu02 .swiper-slide span.kcal span {
    display: block;
    margin-top: 4px;
}

/* .top_pickup_set {
    width: 100%;
    max-width: 940px;
    position: relative;
    padding: 0 70px;
    box-sizing: border-box;
    margin-top: 55px;
}

.slider2 {
    width: 100%;
    max-width: 776px;
}

.slider2 .swiper-button-next {
    background: url(../img/sankaku01.svg) center bottom no-repeat;
}

.pickup_text{
    text-align: center;
    margin-top: 20px;
} */

@media screen and (max-width: 599px) {
    /* #top_pickup {
        padding: 40px 0 50px 0;
    }
    #menu02 h1 {
        font-size: 14px;
    }
    #menu02 h1 span {
        font-size: 24px;
        margin-bottom: 4px;
    } */
    /* .top_pickup_set {
        padding: 0 60px;
        box-sizing: border-box;
        margin-top: 40px;
    } */
    #menu02 .swiper-slide span.kcal {
        top: 28%;
        right: 8px;
    }
    #menu02 .swiper-slide p {
        font-size: 14px;
    }
    /* .pickup_text{
        font-size: 14px;
    } */
}
