    @charset "UTF-8";
    #main {
        font-size: 62.5%;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    
    #main img {
        width: 100%;
    }
    
    #main figure {
        margin: 0;
    }
    
    #main h2,
    #main h3 {
        font-weight: normal;
        text-align: center;
    }
    
    .main {
        background-color: #CAB7A7;
        padding-bottom: 50px;
    }
    
    .main p {
        font-size: calc(1.2em + (1vw - 0.32em) * 0.5000);
        /*12-20*/
        line-height: 1.5;
        margin: 1em 0;
    }
    
    .main a {
        display: block;
        text-decoration: none;
        color: inherit;
    }
    
    .main h3 {
        font-size: calc(1.5em + (1vw - 0.32em) * 1.5625);
        /*15-45*/
    }
    
    .main h4 {
        font-size: calc(1.3em + (1vw - 0.32em) * 1.5000);
        /*13-37*/
        margin: 0;
    }
    
    .main a {
        font-size: calc(1.1em + (1vw - 0.32em) * 1.0000);
        /*10-27*/
    }
    
    .main .font-small {
        font-size: 10px;
    }
    
    .heroimg {
        position: relative;
    }
    
    .heroimg::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        /* height: 66vw; */
        height: 55vw;
        /* background-position: top; */
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .heroimg::after {
        content: '';
        width: 100%;
        padding-top: 55%;
        display: block;
        top: 0;
        left: 0;
    }
    /* ヒーロー下ロゴ */
    
    .hero h2 div {
        width: 40%;
        margin: 3.2em auto -0.5rem auto;
        max-width: 200px;
        /* display: none; */
        font-size: 1rem;
    }
    
    .hero .maintext {
        text-align: center;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 1em;
        padding-bottom: 1em;
        margin: 0 auto 3em;
    }
    
    .hero .maintext_1 {
        width: 90%;
        max-width: 500px;
        margin: 5em auto 3em;
    }
    
    .hero .maintext_2 {
        width: 90%;
        max-width: 500px;
        margin: 3em auto;
    }
    
    .hero .maintext_2 p {
        margin: 0 auto;
        text-align: center;
    }
    
    section[class^="point"] {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
        width: 83%;
        max-width: 910px;
        padding: 30px 0;
        position: relative;
    }
    
    section[class^="point"]:not(:last-of-type) {
        margin: 50px auto;
    }
    
    section[class^="point"]:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }
    
    section[class^="point"]::before {
        position: absolute;
        content: '';
        width: 3em;
        height: 3em;
        max-width: 70px;
        top: 0;
        left: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    section[class^="point"]::after {
        position: absolute;
        content: '';
        width: 3em;
        height: 3em;
        max-width: 70px;
        top: 0;
        right: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    section[class^="point"] .point {
        width: 32%;
        margin: auto;
        max-width: 180px;
    }
    
    section[class^="point"] h3 {
        margin: 0.5em 0 0;
    }
    
    .point1 {
        overflow: hidden;
    }
    
    .point1 .mainillust {
        margin: auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: calc(10em + (1vw - 0.32em) * 33.4821);
        /*100-250px*/
    }
    
    .point1 .mainillust::before {
        position: absolute;
        padding-top: 50%;
        width: 100%;
        content: '';
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .point1 .mainillust .point,
    .point1 .mainillust h3 {
        position: relative;
    }
    
    .point2_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 83%;
        margin: 30px auto;
    }
    
    .point2_flex:first-of-type {
        margin-top: 50px;
    }
    
    .point2_img {
        -webkit-box-flex: 37%;
        -ms-flex: 37%;
        flex: 37%;
    }
    
    .point2_text {
        -webkit-box-flex: 60%;
        -ms-flex: 60%;
        flex: 60%;
        margin-left: 3%;
    }
    
    .point2_text p:first-of-type {
        font-size: calc(1.3em + (1vw - 0.32em) * 1.6875);
        /*13-40*/
    }
    
    .point2_text p:last-of-type {
        color: #707070;
        font-size: 10px;
    }
    
    .point2_text .addspan {
        line-height: 1;
    }
    
    .lastillust {
        width: 50%;
        max-width: 300px;
        margin: 50px auto 0;
    }
    
    .point1 article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .title1 p {
        position: relative;
        font-size: 20px;
        text-align: center;
        margin-top: 50px;
        padding: 1px;
    }
    
    .title1 p::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 150%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0%;
        bottom: 60%;
    }
    
    .title1 p::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 150%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0%;
        bottom: -110%;
    }
    
    .title2 p {
        position: relative;
        font-size: 20px;
        text-align: center;
        margin-top: 50px;
        padding: 2px;
    }
    
    .title2 p::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 160%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0%;
        bottom: 60%;
    }
    
    .title2 p::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 160%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0%;
        bottom: -120%;
    }
    
    .point1 article:first-of-type .point1_text::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -50%;
        bottom: 25%;
        z-index: -1;
    }
    
    .point1 article:nth-of-type(2) .point1_text::after {
        position: absolute;
        content: '';
        width: 60%;
        height: 60%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 40%;
        bottom: 80%;
        z-index: -1;
    }
    
    .point1 article:nth-of-type(3) .point1_text::after {
        position: absolute;
        content: '';
        width: 70%;
        height: 70%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -57%;
        bottom: 10%;
    }
    
    .point1 article:nth-of-type(4) .point1_text::after {
        position: absolute;
        content: '';
        width: 70%;
        height: 40%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -57%;
        bottom: 10%;
        top: auto;
    }
    
    .point1 article:nth-of-type(4) .point1_text::after {
        position: absolute;
        content: '';
        width: 11em;
        height: 5em;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -30%;
        top: 26%;
    }
    
    .point1 article:last-of-type .point1_text::after {
        position: absolute;
        content: '';
        width: 50%;
        height: 60%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -20%;
        bottom: 50%;
    }
    
    .point1_img {
        -webkit-box-flex: 33%;
        -ms-flex: 33%;
        flex: 33%;
        max-width: 180px;
    }
    
    .point1_text {
        text-align: center;
        -webkit-box-flex: 67%;
        -ms-flex: 67%;
        flex: 67%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        position: relative;
        z-index: 2;
    }
    
    .point1_text .tea_icon {
        width: 2rem;
        height: 2rem;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 1em;
        position: relative;
    }
    
    .point1 article:nth-of-type(2) .tea_icon::before {
        position: absolute;
        content: '';
        width: 180px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        left: 100%;
        bottom: -630%;
    }
    
    .point1_text .tea_icon::before {
        position: absolute;
        content: '';
        width: 300%;
        height: 200%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        left: -30%;
        bottom: 0;
    }
    
    .point1_text h4 {
        position: relative;
    }
    
    .point1_text p {
        position: relative;
        z-index: 2;
        font-size: calc(1.2em + (1vw - 0.32em) * 1.5625);
        /*12-37*/
    }
    
    .point1_text::before {
        position: absolute;
        content: '';
        width: 6em;
        height: 4em;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        left: 2%;
        bottom: 0;
    }
    
    .point1_text a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .point1_text .detail {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 3em;
        height: 3em;
        margin-left: 1em;
    }
    
    .point3 .point34_flex,
    .point4 .point34_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 83%;
        margin: auto;
    }
    
    .point3 .point34_flex .point_img_wrapper,
    .point4 .point34_flex .point_img_wrapper {
        height: 300px;
    }
    
    .point3 .point34_flex .point_text_wrapper,
    .point4 .point34_flex .point_text_wrapper {
        -webkit-box-flex: 70%;
        -ms-flex: 70%;
        flex: 70%;
    }
    
    .point3 .sp_wrapper,
    .point4 .sp_wrapper {
        width: auto;
    }
    
    .point4 a {
        width: 83%;
        margin: auto;
    }
    /* header */
    
    .header_top img {
        width: 100%;
        margin-bottom: -6px;
    }
    /*menu*/
    /*menu*/
    
    .menu {
        height: 12px;
        right: 24px;
        top: 30px;
        width: 30px;
        z-index: 99;
        position: fixed;
    }
    
    .menu__line {
        background: #A5896A;
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        width: 100%;
    }
    
    .menu__line--bottom {
        bottom: 0;
    }
    
    .menu__line--bottom.active {
        bottom: 6px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        background: #A5896A;
    }
    
    .menu__line--top.active {
        top: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #A5896A;
    }
    
    .menu__title {
        font-size: 10px;
        font-weight: 600;
        position: absolute;
        bottom: -28px;
        color: #A5896A;
        letter-spacing: -.1em;
        font-family: "MS Pゴシック", sans-serif;
        line-height: 1 !important;
        font-size: 10px !important;
    }
    /*gnav*/
    
    .gnav {
        background-position: center;
        display: none;
        height: 50%;
        position: fixed;
        width: 100%;
        z-index: 98;
        background-color: antiquewhite;
        opacity: 93%;
        top: 0%;
    }
    
    .gnav__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        -webkit-transition: .2s;
        transition: .2s;
    }
    
    .gnav__menu {
        width: 100%;
        list-style: none;
    }
    
    .gnav__menu__item {
        margin: 1rem 0;
    }
    
    .gnav__menu__item a {
        color: #A5896A;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0.5rem;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        color: #A5896A !important;
        display: block;
        text-align: left;
        padding-left: 1em;
    }
    
    .gnav__menu__item a:hover {
        opacity: .8;
    }
    
    .gnav__menu__item .sns_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .sns_icon {
        display: inline-block;
        font-weight: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0.2rem;
    }
    
    .sns_icon.instagram:before {
        content: '\f16d';
        font-family: FontAwesome;
    }
    
    .sns_icon.twitter:before {
        content: '\f099';
        font-family: FontAwesome;
    }
    
    #pc_menu>* {
        display: none !important;
    }
    
    #pc_menu {
        background-color: #ffffff;
    }
    /* insta */
    
    .instagram_icon {
        width: calc(4rem + (1vw - 0.32rem) * 7.1809);
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        /*40-175*/
        max-width: 175px;
        margin-bottom: calc(3rem + (1vw - 0.32rem) * 4.7872);
        /*30-120*/
    }
    
    .instagram_icon img {
        width: 100%;
        height: auto;
    }
    
    .instagram .iframe_wrapper {
        position: relative;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 2000px;
        padding-top: 66.6%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .instagram .iframe_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }
    
    @media screen and (min-width: 768px) {
        .point1 article {
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }
        .point1 article:first-of-type .point1_text::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            right: -50%;
            bottom: 25%;
            z-index: -1;
        }
        .point1 article:nth-of-type(2) .point1_text::after {
            position: absolute;
            content: '';
            width: 60%;
            height: 60%;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            right: 40%;
            bottom: 80%;
            z-index: -1;
        }
        .point1 article:nth-of-type(3) .point1_text::after {
            position: absolute;
            content: '';
            width: 70%;
            height: 70%;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            right: -57%;
            bottom: 10%;
        }
        .point1 article:nth-of-type(4) .point1_text::after {
            position: absolute;
            content: '';
            width: 70%;
            height: 40%;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            right: -57%;
            bottom: 10%;
            top: auto;
        }
        .title1 p {
            font-size: 28px;
            margin-top: 70px;
        }
        .title2 p {
            font-size: 28px;
            margin-top: 70px;
        }
        .point1_img {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }
        .point1_text {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }
        .point1_text .tea_icon::before {
            width: 600%;
            height: 400%;
        }
        .point1 article:nth-of-type(2) .tea_icon::before {
            width: 250px;
            bottom: -930%;
        }
        .sp_only {
            display: none;
        }
        .herowrapper {
            position: relative;
        }
        .hero h2 {
            position: absolute;
            margin: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.7);
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .hero h2 div {
            max-width: 150px;
            margin: 2em auto;
        }
        .point1 .mainillust {
            padding-top: 160px;
        }
        .point1 .mainillust::before {
            padding-top: 230px;
        }
        .point2_flexwrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 30%;
            -ms-flex: 30%;
            flex: 30%;
            width: 83%;
            margin: auto;
        }
        .point2_flexwrapper .point2_flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .point2_flexwrapper .point2_flex:not(:last-of-type) {
            margin-right: 5%;
        }
        .point2_flexwrapper .point2_flex p:first-of-type {
            text-align: center;
        }
        .point3 .point34_flex,
        .point4 .point34_flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 83%;
            margin: auto;
        }
        .point3 .point34_flex .point_img_wrapper,
        .point4 .point34_flex .point_img_wrapper {
            height: 300px;
        }
        .point3 .point34_flex .point_text_wrapper,
        .point4 .point34_flex .point_text_wrapper {
            -webkit-box-flex: 70%;
            -ms-flex: 70%;
            flex: 70%;
        }
        .point3 .sp_wrapper,
        .point4 .sp_wrapper {
            width: auto;
        }
        .point4 a {
            width: 83%;
            margin: auto;
        }
        .point1_text::before {
            position: absolute;
            content: '';
            width: 7em;
            height: 6em;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
            left: -1%;
            bottom: 0;
        }
        /* header_top */
        #sp_menu,
        #sp_menu a {
            display: none;
        }
        #pc_menu>* {
            display: block !important;
        }
        .gnav {
            background-image: none;
            display: block;
            height: auto;
            position: relative;
            background-color: #ffffff
        }
        .gnav__wrap {
            width: 100%;
            padding: 0;
            top: auto;
            left: auto;
            -webkit-transform: inherit;
            transform: inherit;
            -webkit-transition: .5s;
            transition: .5s;
            position: relative;
            -webkit-transition: .2s;
            transition: .2s;
        }
        .gnav__menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto;
            width: 60%;
            align-items: center;
            height: 80px;
            max-width: 1200px;
            list-style: none;
        }
        .gnav__menu__item {
            width: 20%;
        }
        .gnav__menu__item.menu_sns {
            width: 10%;
        }
        .gnav__menu__item a {
            font-size: calc(2rem + (1vw - 0.77rem) * 0.5587);
            /* 20-28px */
            line-height: 1.1;
            letter-spacing: .1rem;
            padding-top: .5em;
            padding-bottom: 0.5em;
            padding-left: 0;
            text-align: center;
        }
        .sns_icon {
            margin: 0;
        }
        .pc_none {
            display: none;
        }
        .instagram_icon {
            margin-top: 90px;
        }
        .hero h2 {
            position: absolute;
            margin: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.7);
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
    
    @media screen and (min-width: 1090px) {
        .main p {
            font-size: 16px;
        }
        .main h3 {
            font-size: 28px;
        }
        .main h4 {
            font-size: 24px;
        }
        .main a {
            font-size: 19px;
        }
        .heroimg::before {
            height: 545px;
        }
        .heroimg::after {
            padding-top: 545px;
        }
        .point1_text p {
            font-size: 24px;
        }
        .point2_text p:first-of-type {
            font-size: 24px;
        }
        .point3 p,
        .point4 p {
            color: #707070;
        }
        .point3 .sp_wrapper,
        .point4 .sp_wrapper {
            width: 83%;
            margin: auto;
        }
        .point3 .point_img_wrapper,
        .point4 .point_img_wrapper {
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 100%;
            width: 50%;
        }
        .heroimg::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 66vw;
            background-position: 0 -100px;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .heroimg::after {
            content: '';
            width: 100%;
            /* padding-top: 60%; */
            padding-top: 50%;
            display: block;
            top: 0;
            left: 0;
        }
        .point1 article:nth-of-type(2) .tea_icon::before {
            width: 250px;
            top: 730%;
        }
        .title1 p {
            font-size: 32px;
            margin-top: 90px;
        }
        .title2 p {
            font-size: 32px;
        }
        .heroimg::before {
            height: 545px;
        }
    }
    
    @media screen and (min-width: 2200px) {
        .gnav__menu__item a {
            font-size: 28px;
        }
        .instagram_icon {
            margin-bottom: 120px;
        }
        .instagram .iframe_wrapper {
            padding-top: 1333px;
        }
    }
    /*# sourceMappingURL=bibi_teatime_hand.css.map */