@charset "UTF-8";
div,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dt,
dd,
dl {
    box-sizing: border-box;
    
}
#apply{
    font-family: "Zen Maru Gothic", serif;
}
a {
    display: inline-block;
}

.inner {
    max-width: 90%;
    margin: 0 auto;
}

.flex {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fadeIn {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
}

.fadeIn.scrolled {
    opacity: 1;
}

.only_pc{
    display: none;
}
.only_sp{
    display: block;
}
img {
    width: 100%;
    height: 100%;
}
#apply{
    overflow-x: hidden;
}

.inner{
    max-width: 100%;
}
:root {
	--main-color: #503200;
    --white-color: #ffffff;
    --black-color: #000000;
    --bg-color: #f5f5f5;
    --sub01-color: #d21e23;
}

/*sec mv*/
.sec_mv  .inner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 6.667vw 0 29.333vw;
}

.sec_mv {
    width: 100%;
    background: var(--bg-color);
}

.sec_mv .mv_content {
    height: 108vw;
    background: #bbe6f6;
    z-index: 1;
    position: relative;
}
.bg_sky{
    width: 100%;
    height: 100%;
    background: url(../img/sp/img_bg_sky.png) no-repeat top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: opacity 1s .4s;
}
.ttl_mv{
    width: 72vw;
    position: relative;
    z-index: 1;
    margin:  0 auto;
    opacity: 0;
    transition: opacity 1s .4s;
}
.fruit{
    opacity: 0;
    z-index: 1;
    position: absolute;
    transition: opacity .8s .7s cubic-bezier(0.86, 0, 0.07, 1),
    transform .8s .7s cubic-bezier(0.36, 1.43, 0.64, 1),
    -webkit-transform .8s .7s cubic-bezier(0.36, 1.43, 0.64, 1);
}
.fruit.show{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}
.fruit_01{
    left: 0;
    bottom: 6.667vw;
}
.fruit_02{
    left: 23.333vw;
    bottom: 0;
}
.fruit_03{
    right: 18vw;
    bottom: 2.667vw;
}
.fruit_04{
    right: 0;
    bottom: 6.667vw;
}

.fruit_01 img{
    width: 25.333vw;
    -webkit-animation: up_down_animate 3s .2s linear infinite;
    animation: up_down_animate 3s .2s linear infinite;
}
.fruit_02 img{
    width: 28vw;
    -webkit-animation: up_down_animate 4s linear infinite;
    animation: up_down_animate 4s linear infinite;
}
.fruit_03 img{
    width: 30.667vw;
    -webkit-animation: up_down_animate 4s linear infinite;
    animation: up_down_animate 4s linear infinite;
}
.fruit_04 img{
    width: 18.133vw;
    -webkit-animation: up_down_animate 3s .2s linear infinite;
    animation: up_down_animate 3s .2s linear infinite;
}

.bg_ground{
    width: 100%;
    height: 100%;
    background: url(../img/img_bg_ground.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    bottom: 6vw;
    left: 0;
    display: block;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
    opacity: 0;
}
.bg{
    transition: -webkit-transform .8s .2s;
    transition: transform .8s .2s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.42, 1.15);
}
.bg.show{
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}
.mv_nav{
    top: -7vw;
    position: relative;
    width: 100%;
    background: url(../img/sp/img_bg_nav.png) repeat-x;
   z-index: 1;
   background-color: var(--bg-color);
}
.mv_nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 28vw;
    margin: 0 auto;
}

.mv_nav li{
    height: auto;
    padding: 0 7.267vw;
    border-right: 1px solid var(--white-color);;
}
.mv_nav li:first-child{
    border-left: 0;
}
.mv_nav li:last-child{
    border-right: 0;
}
.mv_nav li a {
    display: block;
    align-items: center;
    height: 100%;
    color: var(--white-color);;
    transition: color .1s;
    font-weight: 500;
    font-size: 3.733vw;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.2;
}

.mv_nav li span{
    font-weight: 500;
    font-size:2.667vw;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.2;
}
.mv_nav li a img{
    width: 14vw;
    display: block;
    margin: 0 auto 2.667vw;
}
.mv_nav li a div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
}
.nav_img{
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
}
.fruit_cart{
    position: absolute;
    width: 10.333vw;
    height: auto;
    left: 6vw;
    bottom: -8vw;
    opacity: 0;
}
.character{
    position: absolute;
    width: 52.800vw;
    height: auto;
    right: 0;
    bottom: 0px;
    opacity: 0;
}

.nav_img img{
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    opacity: 0;
}
.char.show{
    -webkit-animation: bound .6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.2s forwards;
    animation: bound .6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.2s forwards;
}
.bounce.scrolled{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}
.bounce{
    --duration: .8s;
    --delay: .2s;
    -webkit-transform: translate3d(0, 20px, 0) scale(0.6);
    transform: translate3d(0, 20px, 0) scale(0.6);
    opacity: 0;
    transition: opacity var(--duration) var(--delay) cubic-bezier(0.86, 0, 0.07, 1),-webkit-transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1);
    transition: opacity var(--duration) var(--delay) cubic-bezier(0.86, 0, 0.07, 1),transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1);
    transition: opacity var(--duration) var(--delay) cubic-bezier(0.86, 0, 0.07, 1),transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1),-webkit-transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1);
}
.fbounce.scrolled{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}
.fbounce{
    --duration: .8s;
    --delay: .2s;
    -webkit-transform: translate3d(0, 20px, 0) scale(0.6);
    transform: translate3d(0, 20px, 0) scale(0.6);
    opacity: 0;
    transition: opacity var(--duration) var(--delay) cubic-bezier(0.86, 0, 0.07, 1),-webkit-transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1);
    transition: opacity var(--duration) var(--delay) cubic-bezier(0.86, 0, 0.07, 1),transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1);
    transition: opacity var(--duration) var(--delay) cubic-bezier(0.86, 0, 0.07, 1),transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1),-webkit-transform var(--duration) var(--delay) cubic-bezier(0.36, 1.43, 0.64, 1);
}


@-webkit-keyframes up_down_animate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes up_down_animate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes bound {
    0% {
        -webkit-transform: translateY(-36px);
        transform: translateY(-36px);
        opacity: 0
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    76% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    88% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    96% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bound {
    0% {
        -webkit-transform: translateY(-36px);
        transform: translateY(-36px);
        opacity: 0
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    76% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    88% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    96% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media print,
screen and (min-width: 641px) {
    .only_pc{
        display: block;
    }
    .only_sp{
        display: none;
    }
    .inner{
        max-width: 1210px;
    }
    .g_nav{
        margin-bottom: 20px;
        position: relative;
        z-index: 3;
    }
    .g_nav_inner{
        width: 940px;
        margin: 0 auto;
    }
    .g_nav_list{
        width: 100%;
    }
    .g_nav_list li + li::before {
        content: "＞";
        margin-right: 5px;
    }
    .g_nav_list li + li {
        margin-left: 2px;
    }
    .g_nav_list li {
        font-family: 'Zen Kaku Gothic New', sans-serif;
    }
    .g_nav_list li a{
        color: #333333;
        font-weight: 400;
    }
    .g_nav_list li strong{
        color: var(--black-color);
        font-weight: 500;
    }

    .g_nav_list li {
        display: inline-block;
        font-size: 12px;
        line-height: 1.2;
    }
    .sec_mv  .inner {
        max-width: 1210px;
        margin: 0 auto;
        padding: 60px 0 130px;
    }

    .sec_mv {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .sec_mv .mv_content {
        height: 680px;
    }
    .bg_sky{
        width: 100%;
        height: 100%;
        background: url(../img/img_bg_sky.png) no-repeat top center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ttl_mv{
        width: 650px;
    }
    .fruit_01{
        left: 15px;
        top: 0;
        bottom: initial;
    }
    .fruit_02{
        left: 0;
        bottom: 0;
    }
    .fruit_03{
        right: 90px;
        top: 0;
        bottom: initial;
    }
    .fruit_04 {
        right: -20px;
        bottom: 25px;
    }

    .fruit_01 img{
        width: 270px;
    }
    .fruit_02 img{
        width: 265px;
    }
    .fruit_03 img{
        width :178px;
    }
    .fruit_04 img{
        width: 193px;
    }
    
    .bg_ground{
        width: 100%;
        height: 100%;
        background: url(../img/img_bg_ground.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        position: absolute;
        bottom: 30px;
        left: 0;
    }
    .mv_nav{
        top: -80px;
        position: relative;
        width: 100%;
        background: url(../img/img_bg_nav.png) repeat-x;
    }
    .mv_nav ul{
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 980px;
        height: 80px;
        margin: 0 auto;
    }
    
    .mv_nav li{
        height: 32px;
        padding: 0 40px;
        border-right: 1px solid var(--white-color);;
    }
    .mv_nav li:last-child {
        border-right: 1px solid var(--white-color);;
    }
    .mv_nav li:first-child{
        border-left: 1px solid var(--white-color);;
    }
    .mv_nav li a {
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 22px;
    }
    .mv_nav li span{
        font-size: 22px;
    }
    .mv_nav li a img{
        width: 78px;
        margin: 0;
        height: auto;
    }
    .mv_nav li a div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 25px;
    }
    .nav_img{
        position: relative;
        max-width: 1140px;
        margin: 0 auto;
        height: 100%;
    }
    .fruit_cart{
        position: absolute;
        width: 140px;
        height: auto;
        left: 0;
        bottom: -60px;
        opacity: 0;
    }
    .character{
        position: absolute;
        width: 658px;
        height: auto;
        right: 0;
        bottom: 0px;
        opacity: 0;
    }
   
}
/*end of sec mv*/


/* sec notice */
.sec_notice{
    padding: 7.333vw 0;
    text-align: center;
    background: var(--bg-color);
    position: relative;
    z-index: 2;
}
.sec_notice .inner{
    position: relative;
    z-index: 2;
    padding: 0 4.667vw; 
}

.drops{
    width: 11.467vw;
    height: auto;
    position: absolute;
    left: -2vw;
    top: -16.333vw;
}

.sun{
    width: 19.333vw;
    height: auto;
    position: absolute;
    right: 6vw;
    top: -16.333vw;
}
.cloud{
    width: 21.333vw;
    height: auto;
    position: absolute;
    right: -10vw;
    top: -2vw;
}


.ttl_h4{
    font-size: 5.867vw;
    font-weight: 700;
    color: var(--sub01-color);
    position: relative;
    display: inline-block;
    margin-bottom: 4vw;
    margin-left: 15vw;
}

.sec_notice .ttl_h4::before,
.sec_notice .ttl_h4::after{
    content: '';
    position: absolute;
    width: 1.333vw;
    height: 1.333vw;
    border: 1px solid var(--sub01-color);
    border-radius: 10px;
    background: var(--sub01-color);
    top: 50%;
    transform: translateY(-50%);
}

.sec_notice .ttl_h4::before{
    left: -4.667vw;
}
.sec_notice .ttl_h4::after{
    right: -4.667vw;
}
.notice_box{
    background: var(--white-color);;
    border: 0.400vw solid var(--sub01-color);
    padding: 6.667vw 3.333vw;
    border-radius: 1.333vw;
    text-align: left;
    position: relative;
}
.notice_group{
    margin-bottom: 1.333vw;
}
.txt_date{
    font-size: 4.267vw;
    color: #e60013;
    font-weight: 500;
}
.ttl_notice{
    font-size: 4.800vw;
    font-weight: 700;
    color: var(--sub01-color);
}
.txt_notice_detail{
    font-size: 4vw;
    font-weight: 500;
    color: var(--black-color);
}
.doll{
    position: absolute;
    width: 20.267vw;
    height: auto;
    left: 6.667vw;
    top: -20vw;
    z-index: -1;
}

@media print,
screen and (min-width: 641px) {
    .sec_notice{
        padding: 55px 0;
    }
    .sec_notice .inner{
        padding: 0 125px; 
    }

    .drops{
        width: 86px;
        left: 45px;
        top: -145px;
    }

    .sun{
        width: 150px;
        right: 45px;
        top: -160px;
    }
    .cloud{
        width: 214px;
        right: -130px;
        top: 0px;
    }


    .ttl_h4{
        font-size: 32px;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .sec_notice .ttl_h4::before,
    .sec_notice .ttl_h4::after{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid var(--sub01-color);
        border-radius: 10px;
        background: var(--sub01-color);
        top: 50%;
        transform: translateY(-50%);
    }

    .sec_notice .ttl_h4::before{
        left: -35px;
    }
    .sec_notice .ttl_h4::after{
        right: -35px;
    }
    .notice_box{
        border: 3px solid var(--sub01-color);
        padding: 25px;
        border-radius: 10px;
    }
    .notice_group{
        margin-bottom: 10px;
    }
    .txt_date{
        font-size: 18px;
    }
    .ttl_notice{
        font-size: 22px;
    }
    .txt_notice_detail{
        font-size: 18px;
    }
    .doll{
        width: 152px;
        left: 100px;
        top: -150px;
    }
}
/* end of sec notice */


/* sec reservation */

.sec_reservation{
    background: var(--bg-color);
    text-align: center;
    padding: 20vw 0 10.667vw;
}
.sec_reservation .inner{
    position: relative;
}
.sec_reservation .img_reservation{
    width: 18.400vw;
    margin: 0 auto 8vw;
}
.apple_lg{
    position: absolute;
    width: 23.200vw;
    height: auto;
    left: -2.667vw;
    top: -20vw;
}
.apple_sm{
    position: absolute;
    width: 15.333vw;
    height: auto;
    right: -3vw;
    top: 18vw;
}
.ttl_h3{
    display: inline-block;
    font-size: 8vw;
    font-weight: 700;
    color: var(--main-color);;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    position: relative;
    margin-bottom: 7vw;
}
.ttl_h3 span{
    display: block;
    font-size: 6.933vw;
    font-weight: 700;
    color: var(--main-color);;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.ttl_h3.scrolled::after{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}
.ttl_h3::after{
    position: absolute;
    content: '';
    background: url(../img/img_line.png) no-repeat bottom center;
    background-size: cover;
    height: 1.4vw;
    bottom: -2.5vw;
    width: 91.333vw;
    left: 50%;
    transform: translateX(-50%);
    transition: -webkit-clip-path .8s .2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path .8s .2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path .8s .2s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path .8s .2s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
    -webkit-clip-path: polygon(0 0, 0.01% 0, 0.01% 100%, 0 100%);
    clip-path: polygon(0 0, 0.01% 0, 0.01% 100%, 0 100%);
}

.txt_reservation{
    font-size: 4vw;
    font-weight: 700;
    color: var(--main-color);;
    margin-bottom: 3.333vw;
    text-align: left;
    padding: 0 4.267vw;
}


.txt_note{
    font-size: 2.800vw;
    color: var(--main-color);;
    margin-bottom: 6.667vw;
}
.factory{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 22vw;
}
.factory_list{
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding: 0 10vw;
}
.factory_list li:first-child{
    margin-left: 0;
}

.factory_list li{
    width: 36vw;
    margin: 0 4.8vw 2.667vw 0;
}
.factory_list li:nth-child(even){
    margin-right: 0;
}

.factory_list li img{
    width: 100%;
    height: auto;
}

.factory_note{
    text-align: left;
    display: flex;
    margin: 0 0 0 10vw;
    justify-content: left;
}
.request_box{
    width: 90.667vw;
    margin: 0 auto;
    position: relative;
    padding: 19.733vw 5.333vw 10vw;
    background: var(--white-color);;
    border-radius: 4vw;
    margin-bottom: 22.667vw;
}
.request_box .ttl_h4{
    width: 100%;
    margin-left: 0;
    text-align: left;
    margin-bottom: 19.733vw;
}
.txt_request{
    font-size: 4vw;
    color: var(--black-color);
    font-weight: 500;
    text-align: left;
    text-indent: -1.600vw;
    padding-left: 1.600vw;
}
.txt_request span{
    color: var(--sub01-color);
}
.request_animate_group img{
    position: absolute;
}
.apple_cart{
    width: 19.467vw;
    height: auto;
    left: -7.333vw;
    top: -7.333vw;
}
.men{
    width: 30.133vw;
    height: auto;
    right: 0vw;
    top: -20.667vw;
}
.carrot{
    width: 21.867vw;
    height: auto;
    left: -8vw;
    bottom: -5.333vw;
}
.glass{
    width: 11.333vw;
    height: auto;
    right: 20.333vw;
    bottom: -4vw;
}
.eggplant{
    width: 16vw;
    height: auto;
    right: 0vw;
    bottom: -25.667vw;
}
.factory_mod{
    width:  100%;
    margin: 0 auto 36vw;
    padding: 87.667vw 0 43.200vw;
    position: relative;
}
.factory_mod.nasu{
    height: 194.667vw;
    background: url(../img/sp/img_bg_nasu.png) no-repeat center;
    background-size: cover;
}
.factory_mod.ibaraki{
    height: 204.533vw;
    padding: 87.667vw 0 43.200vw;
    background: url(../img/sp/img_bg_ibaraki.png) no-repeat center;
    background-size: cover;
}
.factory_mod.fujimi{
    height: 188.933vw;
    background: url(../img/sp/img_bg_fujimi.png) no-repeat center;
    background-size: cover;
}
.factory_mod.memorial{
    height: 184.267vw;
    background: url(../img/sp/img_bg_memorial.png) no-repeat center;
    background-size: cover;
    padding-top: 83.667vw;
}

.animal{
    position: absolute;
    width: 41.600vw;
    height: auto;
    right: 0; 
    top: 55vw;
    z-index: 3;
}

.mod_video_box{
    background: url(../img/img_video_bg.png) no-repeat center;
    background-size: cover;
    width: 94vw;
    height: 58.667vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mark_box{
    width: 70vw;
    position: absolute;
    right: 15vw;
    top: 25vw;
}

@media print,screen and (max-width: 640px) {
    .factory_mod.memorial .mark_box{
        width: 73vw;
        right: 12vw;
    }
}


.mark_box::before{
    width: 4.533vw;
    height: 6.533vw;
    position: absolute;
    content: '';
    background: url(../img/img_mark.png) no-repeat center;
    background-size: 100% auto;
    left: -6.667vw ;
    top: 0;
}
.txt_mark{
    display: inline-block;
    font-size: 4vw;
    color: var(--main-color);;
    font-weight: 500;
    padding: 2.667vw 0;
    text-align: left;
}


.txt_noti{
    font-size: 2.667vw;
    font-weight: 500;
    color: var(--main-color);;
    display: inline-block;
    text-align: left;
    width: 100%;
}
.btn_mod{
    background: #f01e64;
    display: inline-block;
    position: absolute;
    right: 4vw;
    top: 45vw;
    border-radius: 3.733vw;
    padding: 1.333vw 0;
    width: 37.333vw;
    box-shadow: 0.267vw 0.400vw 0.667vw rgba(0,0,0,0.45);
}
.factory_mod.ibaraki .btn_mod{
    background: #ff6e1e;
}
.factory_mod.fujimi .btn_mod{
    background: #00825a;
    top: 40vw;
}
.factory_mod.memorial .btn_mod{
    background: #9b4039;
    top: 43vw;
    padding: 2.333vw 0;
}
.btn_mod span{
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    color: var(--white-color);;
    position: relative;
    line-height: 1.3;
}
.btn_mod span::after{
    position: absolute;
    content: '';
    right: -3vw;
    top: 50%;
    border: solid var(--white-color);;
    border-width: 0 0.400vw 0.400vw 0;
    display: inline-block;
    padding: 0.800vw;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
}
.mod_video_box{
    padding: 3vw;
}
.txt_video{
    font-size: 3.1vw;
    color: var(--main-color);;
    font-weight: 700;
    margin-bottom: 0.667vw;
}
.video_box{
    width: 86vw;
    height: 46.4vw;
    background-color: var(--white-color);;
    margin: 0 auto;
}
.video_box iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bee_lg{
    position: absolute;
    width: 19.333vw;
    bottom: -12.667vw;
    left: 7.333vw;
    height: auto;
}
.bee_sm{
    position: absolute;
    width: 12.800vw;
    top: -13.333vw;
    left: 0;
    height: auto;
}
.birds{
    width: 43.467vw;
    position: absolute;
    height: auto;
    bottom: -40vw;
    left: 4vw;
}
.eggplant01{
    width: 16vw;
    right: 7vw;
    bottom: -15vw;
    position: absolute;
    height: auto;
}

.factory_fruit{
    position: absolute;
    width: 19.333vw;
    bottom: -22.333vw;
    right: 8.667vw;
    height: auto;
}
.factory_fruit02{
    position: absolute;
    width: 14.133vw;
    top: -35vw;
    right: 5vw;
    height: auto;
}
.factory_fruit03{
    position: absolute;
    width: 13.333vw;
    top: -45vw;
    left: 5vw;
    height: auto;
}
.girl{
    position: absolute;
    width: 21.333vw;
    bottom: -30vw;
    left: 10vw;
    height: auto;
}
.apple_cart01{
    position: absolute;
    width: 23.2vw;
    bottom: -18vw;
    right: 5vw;
    height: auto;
}

@media print,
screen and (min-width: 641px) {
    .sec_reservation{
        padding: 50px 0 80px;
    }
    .sec_reservation .img_reservation{
        width: 100px;
        margin: 0 auto 25px;
    }
    .apple_lg{
        position: absolute;
        width: 124px;
        height: auto;
        left: 30px;
        top: 0;
    }
    .apple_sm{
        position: absolute;
        width: 82px;
        height: auto;
        right: 30px;
        top: 100px;
    }
    .ttl_h3{
        display: inline-block;
        font-size: 42px;
        margin-bottom: 35px;
    }
    .ttl_h3 span{
        font-size: 32px;
        display: inline-block;
    }
    .ttl_h3::after{
        position: absolute;
        content: '';
        background: url(../img/img_line.png) no-repeat bottom center;
        background-size: cover;
        height: 6px;
        bottom: -10px;
        width: 655px;
        left: 50%;
        transform: translateX(-50%);
    }
    .txt_reservation{
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center;
        padding: 0;
    }
    .txt_note{
        font-size: 15px;
        margin-bottom: 50px;
    }
    .factory{
        width: 100%;
        /* max-width: 760px; */
        max-width: 875px;
        margin: 0 auto 22px;
    }
    .factory_list{
        width: 100%;
        position: relative;
        padding: 0;
        flex-wrap: nowrap;
    }
    .factory_list::before,
    .factory_list::after{
        position: absolute;
        content: '';
        height: 112px;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }
    .factory_list::before{
        background: url(../img/img_flower_l.png) no-repeat center;
        background-size: 100% auto;
        left: 0;
    }
    .factory_list::after{
        background: url(../img/img_flower_r.png) no-repeat center;
        background-size: 100% auto;
        right: 0;
    }
    .factory_list li{
        width: 182px;
        margin: 0 0 0 25px;
    }
    .factory_list li:first-child{
        margin: 0 0 0 40px;
    }
    .factory_list li img{
        width: 100%;
        height: auto;
    }
   
    .factory_list li:last-child{
        margin-right: 40px;
    }
    .factory_note{
        text-align: left;
        display: flex;
        margin: 0 25% 0 0;
        justify-content: right;
    }
    .request_box{
        width: 940px;
        margin: 0 auto;
        position: relative;
        padding: 40px;
        border-radius: 30px;
        margin-bottom: 170px;
    }
    .request_box .ttl_h4{
        margin-bottom: 30px;
        text-align: center;
    }
    .txt_request{
        font-size: 16px;
        text-align: left;
        text-indent: -12px;
        padding-left: 12px;
        margin-bottom: 5px;
    }
    .apple_cart{
        width: 146px;
        height: auto;
        left: -55px;
        top: -55px;
    }
    .men{
        width: 226px;
        height: auto;
        right: -160px;
        top: -290px;
    }
    .carrot{
        width: 118px;
        height: auto;
        left: -60px;
        bottom: -40px;
    }
    .glass{
        width: 74px;
        height: auto;
        right: 100px;
        bottom: -30px;
    }
    .eggplant{
        width: 86px;
        height: auto;
        right: -80px;
        bottom: -80px;
    }
    .factory_mod{
        width:  100%;
        margin: 0 auto 135px;
        padding: 140px 0 185px;
        position: relative;
    }
    .factory_mod.nasu{
        background: url(../img/img_bg_nasu.png) no-repeat center;
        background-size: cover;
        height: 750px;
    }
    .factory_mod.ibaraki{
        padding: 185px;
        background: url(../img/img_bg_ibaraki.png) no-repeat center;
        background-size: cover;
        height: 784px;
    }
    .factory_mod.fujimi{
        height: 730px;
        background: url(../img/img_bg_fujimi.png) no-repeat center;
        background-size: cover;
        margin: 0 auto 170px;
    }
    .factory_mod.memorial{
        height: 760px;
        background: url(../img/img_bg_memorial.png) no-repeat center;
        background-size: cover;
        padding-top: 160px;
    }
    .animal{
        position: absolute;
        width: 310px;
        height: auto;
        right: 45px; 
        top: 20%;
        z-index: 3;
    }
    
    .mod_video_box{
        background: url(../img/img_video_bg.png) no-repeat center;
        background-size: cover;
        width: 564px;
        height: 350px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .mark_box{
        width: 355px;
        position: absolute;
        right: 240px;
        top: 50px;
    }
    .factory_mod.fujimi .mark_box{
        top: 40px;
    }

    .factory_mod.memorial .mark_box{
        width: 432px;
        right: 186px;
        top: 60px;
    }
    .mark_box::before{
        width: 24px;
        height: 28px;
        position: absolute;
        content: '';
        background: url(../img/img_mark.png) no-repeat center;
        background-size: 100% auto;
        left: -20px ;
        top: 0;
    }
    .txt_mark{
        display: inline-block;
        font-size: 20px;
        padding: 20px 0;
        text-align: left;
    }
    .txt_noti{
        font-size: 15px;
    }
    .btn_mod{
        display: inline-block;
        position: absolute;
        right: 60px;
        top: 80px;
        border-radius: 28px;
        padding: 10px 0;
        width: 200px;
        box-shadow: 2px 3px 5px rgba(0,0,0,0.45);
    }
    .factory_mod.fujimi .btn_mod{
        top: 120px;
    }
    .factory_mod.memorial .btn_mod{
        top: 144px;
        right: 20px;
        padding: 10px 0;
    }
    .btn_mod span{
        font-size: 22px;
        line-height: 1.2;
    }
    .btn_mod span::after{
        position: absolute;
        content: '';
        right: -17px;
        top: 50%;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform: rotate(-45deg) translateY(-50%);
    }
    .mod_video_box{
        padding: 8px;
    }
    .txt_video{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .video_box{
        width: 516px;
        height: 290px;
    }
    .bee_lg{
        width: 139px;
        bottom: -50px;
        left: 55px;
    }
    .bee_sm{
        width: 96px;
        top: -100px;
        left: 0;
    }
    .birds{
        width: 326px;
        bottom: -185px;
        left: 0;
    }
    .eggplant01{
        width: 86px;
        height: auto;
        right: 15px;
        bottom: -120px;
    }
    .factory_fruit{
        width: 102px;
        bottom: -70px;
        right: -20px;
    }
    .factory_fruit02{
        width: 75px;
        top: -70px;
        right: -20px;
    }
    .factory_fruit03{
        width: 58px;
        top: -70px;
        left: -20px;
    }
    .girl{
        width: 160px;
        bottom: -140px;
        left: 55px;
        height: auto;
    }
    .apple_cart01{
        width: 174px;
        bottom: -170px;
        right: 35px;
        height: auto;
    }
    
}
/* end of sec reservation */

/* sec tour */

.sec_tour{
    background: var(--bg-color);
    text-align: center;
    padding: 6.667vw 0 43.333vw;
}
.sec_tour .inner{
    position: relative;
}
.sec_tour .img_reservation{
    width: 100px;
    margin: 0 auto 25px;
}
.tour_video_group{
    background: url(../img/sp/img_bg_tour.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 307.200vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.tour_list{
    width: 100%;
    margin: 0 auto;
    padding: 0  2.5vw 9.067vw;
}
.tour_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 32vw;
    position: relative;
    flex-direction: column-reverse;
    width: 100%;
}
.tour_list li:nth-child(2) .tour_detail{
    right: initial;
    left: 0;
}
.tour_list .mod_video_box{
    width: 94vw;
    height: 54.933vw;
    background: url(../img/img_video_tour_bg.png) no-repeat center;
    background-size: cover;
    padding: 4vw 2.667vw;
    margin-left: 0;
}
.tour_list li:nth-child(2) .mod_video_box{
    margin-left: 0;
}
.tour01{
    position: absolute;
    width: 36vw;
    height: auto;
    z-index: 1;
    right: 0;
    top: -20vw;
}
.tour02{
    position: relative;
    width: 248px;
    height: auto;
    z-index: 2;
}
.tour_detail{
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    height: 22vw;
    padding: 0 12vw;
}
.tour{
    width: 52vw;
    height: 41.467vw;
    position: relative;
    background: url(../img/img_tour_fruit01.png) no-repeat center;
    background-size: contain;
    right: initial;
    top: -12vw ;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tour02{
    left: 35vw;
    position: absolute;
    top: -25vw;
    width: 41.333vw;
}
.tour.tour_fruit02{
    width: 66.400vw;
    height: 62.667vw;
    background: url(../img/img_tour_fruit02.png) no-repeat center;
    background-size: contain;
    right: 20vw;
    top: -30vw;
}
.tour.tour_fruit03{
    width: 58.400vw;
    height: 41.600vw;
    background: url(../img/img_tour_fruit03.png) no-repeat center;
    background-size: contain;
    right: 20vw;
    top: -15vw;
}
.txt_fruit{
    font-size: 3.467vw;
    color: var(--main-color);;
    font-weight: 500;
    position: relative;
}
.tour_list li:nth-child(3) .mod_video_box{
    margin-left: 0;
}
.mark{
    width: 4vw;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: -11vw;
}
.tour_video_group .apple_lg{
    top: 0;
}
.txt_tour {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);;
    margin-bottom: 5vw;
    text-align: left;
    padding: 0 4vw;
}
.txt_recommend{
    padding: 0 4vw;
    margin-bottom: 50vw;
    font-size: 3.800vw;
    text-align: left;
    color: var(--main-color);
}
.apple_tour{
    position: absolute;
    width: 20.400vw;
    height: auto;
    left: -5vw;
    top: -40vw;
}
.tour_carrot{
    position: absolute;
    width: 16.8vw;
    height: auto;
    right: 0;
    bottom: 60vw;
}
.tour_drop01{
    position: absolute;
    width: 9.333vw;
    height: auto;
    right: 5vw;
    bottom: -75vw ;
}
.tour_drop02{
    position: absolute;
    width: 9.333vw;
    height: auto;
    left: initial;
    right: 5vw;
    bottom: -75vw;
}
.tour_drop03{
    position: absolute;
    width: 9.333vw;
    height: auto;
    right: 15vw;
    bottom: -8vw;
}
.tour03{
    position: absolute;
    width: 78.267vw;
    height: auto;
    right: -10vw;
    bottom: 65vw;
    z-index: 3;
}
.sec_tour .factory_fruit{
    left: 10vw;
    transform: initial;
    bottom: -10vw;
}

@media print,
screen and (min-width: 641px) {
    .sec_tour{
        padding: 50px 0 325px;
    }
    .sec_tour .img_reservation{
        width: 100px;
        margin: 0 auto 25px;
    }
    .tour_video_group{
        background: url(../img/img_bg_tour.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 1236px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .tour_list{
        width: 1088px;
        margin: 0 auto;
        padding: 68px;
    }
    .tour_list li{
        margin-bottom: 55px;
        flex-direction: initial;
        width: 100%;
    }
    .tour_list li:nth-child(2) .tour_detail{
        right: initial;
        left: -122px;
        height: auto;
        padding: 0;
    }
    .tour_list .mod_video_box{
        width: 564px;
        height: 330px;
        background: url(../img/img_video_tour_bg.png) no-repeat center;
        background-size: cover;
        padding: 20px;
        margin-left: 70px;
    }
    .tour_list li:nth-child(2) .mod_video_box{
        margin-left: 420px;
    }
    .tour01{
        position: relative;
        width: 216px;
        height: auto;
        z-index: 2;
        top: initial;
        right: initial;
    }
    .tour02{
        position: relative;
        width: 248px;
        height: auto;
        z-index: 2;
    }
    .tour_detail{
        width: 368px;
        position: absolute;
        right: 0;
        height: initial;
        padding: 0;
    }
    .tour{
        width: 312px;
        height: 300px;
        position: absolute;
        background: url(../img/img_tour_fruit01.png) no-repeat center;
        background-size: cover;
        right: -100px;
        top: -130px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tour02{
        left: 185px;
        top: initial;
    }
    .tour.tour_fruit02{
        width: 362px;
        height: 340px;
        background: url(../img/img_tour_fruit02.png) no-repeat center;
        background-size: cover;
        right: 0;
        top: -30px;
    }
    .tour.tour_fruit03{
        width: 350px;
        height: 280px;
        background: url(../img/img_tour_fruit03.png) no-repeat center;
        background-size: cover;
        right: -40px;
        top: -178px;
    }
    .txt_fruit{
        font-size: 20px;
        position: relative;
    }
    .tour_list li:nth-child(3) .mod_video_box{
        margin-left: 0;
    }
    .mark{
        width: 24px;
        height: auto;
        margin: 0 auto;
        padding-right: 125px;
        left: initial;
    }
    .tour_video_group .apple_lg{
        top: 0;
    }
    .txt_tour {
        font-size: 18px;
        margin-bottom: 85px;
        padding: 0;
        text-align: center;
    }
    .apple_tour{
        width: 109px;
        left: 50px;
        top: -55px;
    }
    .tour_carrot{
        width: 90px;
        right: -150px;
        bottom: 0px;
    }
    .tour_drop01{
        width: 50px;
        right: -90px;
        bottom: 60px;
    }
    .tour_drop02{
        width: 50px;
        left: 50px;
        bottom: -20px;
        right: initial;
    }
    .tour_drop03{
        width: 50px;
        right: 480px;
        bottom: -50px;
    }
    .tour03{
        
        width: 470px;
        right: 30px;
        bottom: -85px;
        z-index: 3;
    }
    .sec_tour .factory_fruit{
        left: 40%;
        transform: translateX(-40%);
        bottom: -100px;
    }
}
/* end of sec tour */

/* sec_nav */
.sec_nav .fruit_cart01{
    position: absolute;
    width: 29.600vw;
    height: auto;
    left: 30vw;
    bottom: -8vw;
}
.sec_nav .mv_nav{
    top: 0;
}

@media print,
screen and (min-width: 641px) {
   
    .sec_nav .fruit_cart01{
        position: absolute;
        width: 222px;
        height: auto;
        left: 0;
        bottom: -60px;
        opacity: 0;
        transform: initial;
    }
    
}
/* end of sec_nav */

.p-footer{
    margin: 0;
}
/* dialog */

.dialog{
    display: none;
    width: 90.667vw;
    border: 2vw solid #ed9ac4;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}
#dialog02.dialog{
    border: 2vw solid #fbbf53;
}
.dialog.show{
    display: block;
}
.dialog .dialog_content {
    width: 100%;
    background-color: var(--white-color);;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    outline: 0;
    z-index: 99999;
}
.dialog_header{
    width: 100%;
    height: 29vw;
    background: url(../img/img_bg_dialog_header.png) no-repeat center;
    background-size: cover;
    position: relative;
    background-color: #745339;
}
.dialog_header span{
    font-size: 5.733vw;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: var(--white-color);;
    display: inline-block;
    padding: 3.2vw 2.667vw;
    line-height: 1.2;
}
#dialog04 .dialog_header span{
    padding: 4.6vw 2.667vw;
}
.dialog_fadein.active {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
}
.close{
    width: 7.200vw;
    height: auto;
    position: absolute;
    right: 2.667vw;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.dfruit{
    width: 26.667vw;
    height: auto;
    position: absolute;
    right: 8vw;
    top: 0;
    z-index: 2;
}
.dialog_detail{
    display: block;
}
.dialog_detail .dialog_lft{
    width: 100%;
    padding: 3vw;
    text-align: center;
}
.dialog_detail .dialog_rgt{
    width: 100%;
    padding: 4vw;
}
.dialog_body{
    height: 120vw;
    overflow: auto;
}
.txt_dialog{
    font-size: 4.267vw;
    font-weight: 500;
    color: var(--main-color);;
    margin-bottom: 4vw;
    text-align: left;
}
.factory_tour{
    position: relative;
}

.factory_tour dl{
    border-bottom: 0.667vw dotted #ed9ac4;
    padding: 1.333vw 0;
}
.ttl_tour dt{
    font-size: 4vw;
    font-weight: 500;
    color: var(--white-color);;
    background: var(--sub01-color);
    width: 23.200vw;
    border-radius: 1.867vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.667vw;
}
.ttl_tour dd{
    font-size: 6.133vw;
    font-weight: 500;
    color: var(--sub01-color);
    background: var(--white-color);;
    text-align: left;
}
.txt_mod dt{
    font-size: 2.933vw;
    font-weight: 500;
    color: #5a4b37;
    background: #ed9ac4;
    width: 23.200vw;
    border-radius: 1.867vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
}
#dialog02 .txt_mod dt{
    background: #fcd9c6;
}
#dialog04 .txt_mod dt{
    background: #ffbdb3;
}
#dialog04 .ttl_tour dt,
#dialog04 .ttl_tour dd{
    font-size: 2.933vw;
}

#dialog04 .ttl_tour dd{
    padding: 2vw 0;
    color: var(--main-color);
}

#dialog04 .txt_mod dd.custom{
    -webkit-justify-content: space-around;
            justify-content: space-around;
            -webkit-align-items: center;
                    align-items: center;
}

#dialog04 .txt_mod dd.custom p span{
    font-size: 2.5vw;
}


.txt_mod dd{
    width: 55vw;
}
.txt_mod dd p{
    font-size: 2.933vw;
    font-weight: 500;
    color: var(--main-color);;
    background: var(--white-color);;
    text-indent: -1.333vw;
    padding-left: 1.333vw;
    text-align: left;
}

#dialog04 .txt_mod dd.custom p.custom{
    text-indent: 0;
}

.txt_mod dd p.txt_small{
    font-size: 2vw;
}
.txt_apply{
    width: 100%;
    padding: 6.667vw 0px 6.667vw 13.333vw;
    font-size: 3.467vw;
    color: var(--sub01-color);
    font-weight: 700;
    text-align: left;
}
.dialog .btn_mod{
    position: relative;
    left: 0;
    right: initial;
    top: initial;
    text-align: center;
    width: 64.800vw;
}
#dialog02 .btn_mod{
    background: #ff6e1e;
}
#dialog04{
    background: url(../img/img_bg_border.png) repeat;
    border: 0;
    padding: 13px;
    background-size: auto;
}
#dialog04 .btn_mod{
    background: #9b4039;
}
#dialog04 .dfruit{
    width: 15vw;
    bottom: -2vw;
    top: inherit;
    right: 12vw;
}

.map{
    width: 77.867vw;
    height: auto;
}
.map_box{
    margin-bottom: 2.667vw;
    position: relative;
}
.map_iframe{
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    width: 76vw;
    height: 74vw;
}

.map_iframe iframe{
    width: 100%;
    height: 100%;
}
.txt_address{
    font-size: 3.333vw;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: var(--main-color);;
}
.contact{
    width: 100%;
    text-align: center;
    margin-bottom: 4vw;
}
.contact a{
    display: inline-block;
    font-size: 7.200vw;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: var(--main-color);;
}
.contact span{
    display: inline-block;
    font-size: 3.333vw;
    font-weight: 500;
    color: var(--main-color);;
}
.time p{
    text-align: left;
    font-size: 3.333vw;
    font-weight: 500;
    color: var(--main-color);;
}
.dialog .btn_mod span::before,
.dialog .btn_mod span::after {
    position: absolute;
    content: '';
    border-color: var(--white-color);
}
.dialog .btn_mod span::before {
    left: -8.667vw;
    border-width: 0.8vw 0 0 0.8vw;
    display: inline-block;
    padding: 1.333vw;
}
.dialog .btn_mod span::after {
    right: -8.667vw;
    border-width: 0 0.8vw 0.8vw 0;
    display: inline-block;
    padding: 1.333vw;
}
.dialog .btn_mod span{
    font-size: 5.600vw;
}
.dialog .bee_lg {
    position: absolute;
    width: 20.533vw;
    bottom: -26.667vw;
    left: -7vw;
    height: auto;
}

@media print,screen and (min-width: 641px) {
    .dialog{
        width: 940px;
        border: 13px solid #ed9ac4;
    }
    #dialog02.dialog{
        border: 13px solid #fbbf53;
    }
    .dialog .dialog_content {
        width: 100%;
    }
    .dialog_header{
        width: 100%;
        height: 120px;
        background: url(../img/img_bg_dialog_header.png) no-repeat center;
        background-size: cover;
    }
    .dialog_header span{
        font-size: 38px;
        padding: 28px 20px;
    }
    #dialog04 .dialog_header span{
        padding: 10px 20px;
    }
    
    .close{
        width: 40px;
        height: auto;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .dfruit{
        width: 160px;
        height: auto;
        right: 80px;
        top: -48px;
    }
    #dialog04 .dfruit{
        width: 145px;
        bottom: 0;
        top: -55px;
        right: 81px;
    }
    .dialog_detail{
        display: flex;
    }
    .dialog_detail .dialog_lft{
        width: 495px;
        padding: 20px 0px 20px 20px;
        text-align: center;
    }
    .dialog_detail .dialog_rgt{
        width: 450px;
        padding: 20px;
    }
    .dialog_body{
        height: 500px;
    }
    .txt_dialog{
        font-size: 24px;
        margin-bottom: 30px;
        text-align: left;
    }
    
    
    .factory_tour dl{
        border-bottom: 3px dotted #ed9ac4;
        padding: 10px 0px;
    }
    
    .factory_tour dt{
        font-size: 18px;
        width: 180px;
        border-radius: 10px;
        margin-right: 20px;
    }
    .factory_tour dd{
        font-size: 34px;
    }
    .ttl_tour dl{
        border-bottom: 3px dotted #ed9ac4;
        padding: 10px 0px;
    }
    #dialog02 .ttl_tour dl{
        border-bottom: 3px dotted #fbbf53;
    }
    .ttl_tour dt{
        font-size: 18px;
        width: 135px;
        border-radius: 10px;
        margin-right: 20px;
    }
    .ttl_tour dd{
        font-size: 34px;
    }

    #dialog04 .ttl_tour dt,
    #dialog04 .ttl_tour dd{
        font-size: 20px;
        padding: 8px 0;
        
    }

    #dialog04 .ttl_tour dd{
        color: var(--main-color);
    }

    #dialog04 .txt_mod dd.custom{
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-align-items: center;
                align-items: center;
    }

    #dialog04 .txt_mod dd.custom p span.txt_note{
        font-size: 15px;
    }
    .txt_mod dt{
        font-size: 18px;
        width: 132px;
        border-radius: 10px;
        margin-right: 15px;
    }
    .txt_mod dd{
        width: 290px;
    }
    .txt_mod dd p{
        font-size: 16px;
        text-indent: -10px;
        padding-left: 10px;
    }
    .txt_mod dd p.txt_small{
        font-size: 12px;
    }
    .txt_apply{
        width: 100%;
        padding: 10px 0px 10px 80px;
        font-size: 20px;
    }
    .dialog .btn_mod{
        position: relative;
        left: 0;
        right: initial;
        top: initial;
        text-align: center;
        width: 320px;
    }
    .map{
        width: 390px;
        height: auto;
    }
    .map_box{
        margin-bottom: 20px;
    }
    .map_iframe{
        position: absolute;
        bottom: 3px;
        left: 3px;
        width: 384px;
        height: 370px;
    }
    .txt_address{
        font-size: 17px;
    }
    .contact{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact a{
        font-size: 36px;
    }
    .contact span{
        font-size: 17px;
    }
    .time p{
        font-size: 17px;
    }
   
    .dialog .btn_mod span::after {
        right: -35px;
        border-width: 0 3px 3px 0;
        padding: 6px;
    }
    .dialog .btn_mod span{
        font-size: 30px;
    }
    .dialog .bee_lg {
        position: absolute;
        width: 115px;
        bottom: -140px;
        left: -30px;
        height: auto;
    }
}
/* end of dialog */