<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
    font-size: 1.5vw;
}  
body {
	overflow: hidden;
}
.obihiro_lp h2,
.obihiro_lp h3 {
    display: block;
}
/*-------------------
animate
-------------------*/
.fade_up {
  transition: all 1s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  opacity: 0;
}
.fade_up.scrollin {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/*----------------------------
main
-----------------------------*/
.header_img {
    background: #555958;
}
img.header-rogo {
    width: 150px;
    height: auto;
    padding: 20px 0;
}
.main_img {
    position: relative;
    background: url(../images/main_bg.jpg) no-repeat;
    background-size: cover;
    height: 95vw;
}

.main_img .main_rogo {
    width: 43vw;
    position: absolute;
    top: 13%;
    left: 29%;
}

.main_img .main_kids {
    width: 45vw;
    position: absolute;
    top: 49%;
    left: 29%;
}

.main_img .slide .slick-slide img {
    width: 100%;
}

/* intro -*/
.intro {
    padding: 3em 0 0;
    color: #555958;
}
.intro h2 {
    font-size: 25px;
    margin: 2em auto;
}
.intro p {
    margin-bottom: 10px;
    font-size: 17px;
}

/* reserve_start -*/
.reserve_start {
    background-image: url("../images/reserve_start_back.jpg");
    background-size: cover;
    padding: 123px 0 150px;
}
.reserve_start h3 img {
    width: 40%;
    margin: 20px 0;
}
.reserve_start p.start_txt {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.reserve_start img {
    width: 65%;
}

/* floormap -*/
.floormap {
    padding: 9em 0 3em;
}
.floormap img {
    width: 50vw;
}

/* reserve -*/
.reserve {
    margin: 8em 0 5em;
}
.reserve p {
    padding: 20px 73px;
    letter-spacing: 3px;
    border-radius: 41px;
    position: relative;
    width: 18em;
    margin: 0 auto 23px;
    font-size: 17px;
}
.reserve .yoyaku_web{
    background-color:#555958 ;
    border:1px #555950 solid;
}
.reserve .yoyaku_tel{
    background-color:#fff ;
    border:1px #555950 solid;
}
.reserve p:hover {
    opacity: 0.7;
}
.reserve .yoyaku_web a {
    color: #fff;
    font-size: 28px;
    margin-left: 41px;
}
.reserve .yoyaku_tel a {
    color: #555958;
    font-size: 28px;
    margin-left: 41px;
}

.reserve .yoyaku_web a:before {
    content: '';
    background: url(../images/icon-mail.png)no-repeat;
    position: absolute;
    top:19px;
    height: 45px;
    width: 45px;
    background-size: contain;
    margin-left: -58px;
}
.reserve .yoyaku_tel a:before {
    content: '';
    background: url(../images/icon-tel.png)no-repeat;
    position: absolute;
    top:19px;
    height: 45px;
    width: 45px;
    background-size: contain;
    margin-left: -58px;
}

/* reserve_banner -*/
.reserve_banner{
    margin:57px 59px 57px auto;
    width: 89%;
}
.reserve_banner:hover {
    opacity: 0.9;
}
.reserve_banner a:hover img{
    position: relative;
    top:3pt;
    left:3pt;
}

.event {
    margin-bottom: 10%;
}
/*----------------------------
studio
-----------------------------*/
#studio div.studio_outer {
    max-width: 700px;
    margin: 0 auto;
}

div#studio {
    color: #555958;
}
div#studio h2 {
    font-size: 29px;
    margin: 20px auto 15px;
    display: block;
    letter-spacing: 0.1em;
}
p.concept_txt {
    font-size: 19px;
    margin: 22px auto 0;
}

/*----------------------------
gallery
-----------------------------*/
.container {
    width: 81.25%;
    max-width: 1620px;
    margin: auto;
}
#gallery {
    background: #fff;
    padding: 2.93rem 0 10.65vw;
    overflow: hidden;
    margin-top: 5%;
    font-family: '秀英丸ゴシック L', 'Shuei MaruGo L', sans-serif;
}
#gallery .ttl01 {
    margin-bottom: 2.17rem;
    color: #1e170d;
}
#gallery .ttl01:before {
    content: '';
    height: 1.07rem;
    background-image: url(../images/ttl_studio.webp);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#gallery .box_studio01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#gallery .box_studio01:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#gallery .box_studio01 {
    margin-bottom: 4.67rem;
    height: 35vw;
}
#gallery .box_studio01 &gt; * {
    width: 50%;
}
#gallery .box_studio01 .content {
}
#gallery .box_studio01 .wrap_img01 {
    position: relative;
}
#gallery .box_studio01 .img01 {
    position: absolute;
    width: 45vw;
    height: 100%;
    margin-right: 5vw;
    right: 0;
    overflow: hidden;
}
#gallery .box_studio01 .img01 img {
    max-width: none;
    width: 100%;
}
#gallery .box_studio01:nth-of-type(2n) .img01 {
    margin-left: 5vw;
    margin-right: 0;
    left: 0;
    right: auto
}
#gallery .box_studio01 .ttl02 {
    display: flex;
    align-items: center;
    margin-bottom: 1.08rem;
    font-size: .87rem;
    letter-spacing: .3em;
}
#gallery .box_studio01 .ttl02::before {
    content: '';
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#gallery .box_studio01:nth-of-type(1) .ttl02 {
    color: #53568a;
}
#gallery .box_studio01:nth-of-type(1) .ttl02::before {
    background-image: url(../images/bg_ttl_studio01.webp);
    width: 8.63rem;
    height: 1.83rem;
    margin-right: 1rem;
}
#gallery .box_studio01:nth-of-type(2) .ttl02 {
    color: #c7aeba;
}
#gallery .box_studio01:nth-of-type(2) .ttl02::before {
    background-image: url(../images/bg_ttl_studio02.webp);
    width: 12rem;
    height: 1.83rem;
    margin-right: 1rem;
}
#gallery .box_studio01:nth-of-type(3) .ttl02 {
    color: #826f59;
}
#gallery .box_studio01:nth-of-type(3) .ttl02::before {
    background-image: url(../images/bg_ttl_studio03.webp);
    width: 11.1rem;
    height: 1.83rem;
    margin-right: 1rem;
}
#gallery .box_studio01:nth-of-type(4) .ttl02 {
    color: #889bb5;
}
#gallery .box_studio01:nth-of-type(4) .ttl02::before {
    background-image: url(../images/bg_ttl_studio04.webp);
    width: 7.7rem;
    height: 1.83rem;
    margin-right: .7rem;
}
#gallery .box_studio01:nth-of-type(5) .ttl02 {
    color: #afa873;
}
#gallery .box_studio01:nth-of-type(5) .ttl02::before {
    background-image: url(../images/bg_ttl_studio05.webp);
    width: 15.3rem;
    height: 1.83rem;
    margin-right: 1.13rem;
}
#gallery .box_studio01:nth-of-type(6) .ttl02 {
    color: #b39d7b;
}
#gallery .box_studio01:nth-of-type(6) .ttl02::before {
    background-image: url(../images/bg_ttl_studio06.webp);
    width: 10.97rem;
    height: 1.83rem;
    margin-right: .93rem;
}
#gallery .box_studio01 .txt03 {
    font-size: 1rem;
    letter-spacing: .08em;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1.13rem;
}
.gallery_box ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.gallery_box ul li {
    width: 22.22%;
}
.gallery_box ul li:not(:nth-of-type(4n)) {
    margin-right: 3.7%;
}
.gallery_box ul li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
    margin-top: .9rem;
}
.gallery_box ul li img:hover {
    opacity: 0.7;
}
.ttl01 {
    display: block;
    text-align: left;
    font-size: 1.17rem;
    letter-spacing: .5em;
    margin-right: -.5em;
    color: #FFF;
}
/*----------------------------
bottom
-----------------------------*/
.spirits {
    padding: 11em 0 5em;
    background-image: url("../images/spirits_back.jpg");
    background-size: cover;
    margin: -5px;
}
.spirits p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.spirits .spirits_inner p {
    line-height: 2;
}
.spirits .spirits_inner p:nth-of-type(1) {
    margin-top: 51px;
}
.spirits .reserve a{
    font-size: 25px;
}
.insta_qr {
    margin: 80px auto 30px;
    width: 550px;
}
img.qr_code {
    width: 300px;
}
.insta_qr h3 {
    margin: 30px auto;
    font-size: 20px;
    color: #dba48b;
}
p.insta_txt {
    margin-bottom: 20px auto;
    font-size: 15px;
    color: #dba48b;
    margin-bottom: 20px;
}

/*---------------------------------------------------
SP
---------------------------------------------------*/
@media screen and (max-width:640px){
    /*-------------------
animate
-------------------*/
    .fade_up_sp {
        transition: all 1s;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }
    .fade_up_sp.scrollin {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    /*-------------------
    main
-------------------*/
    img.header-rogo {
        width: 80px;
        height: auto;
        padding: 15px 0;
    }
    .main_img .main_rogo {
        width: 57%;
        left: 20%;
    }
    .main_img .main_kids {
        width: 51%;
        left: 24%;
        top:61%;
    }
    .main_img {
        position: relative;
        background: url(../images/main_bg_sp.jpg) no-repeat;
        background-size: cover;
        height: 96vw;
    }
    /* intro -*/
    .intro {
        padding: 0;
        color: #555958;
    }
    .intro h2 {
        font-size: 15px;
        margin: 4em auto 1em;
    }
    .intro p {
        margin-bottom: 10px;
        font-size: 11px;
    }
    /* reserve_start -*/
    .reserve_start {
        background-image: url("../images/reserve_start_back_sp.jpg");
        background-size: cover;
        padding: 21px 5px 35px 5px;
    }
    .reserve_start h3 img {
        width: 65%;
        margin: 15px 0;
    }
    .reserve_start p.start_txt {
        color: #fff;
        font-size: 11px;
        width: 95%;
        margin: 0 auto 15px;
    }
    .reserve_start img {
        width: 100%;
    }
    /* renewal_open -*/
    .renewal_open{
        margin-bottom: 35px;
    }
    /* floormap -*/
    .floormap {
        padding: 2em 0 1em;
    }
    .floormap img {
        width: 100%;
    }
    /* reserve -*/
    .reserve {
        margin: 3em 0 10%;
    }
    .reserve p {
        background: #e46d5a;
        padding: 14px 32px 10px;
        letter-spacing: 3px;
        border-radius: 30px;
        position: relative;
        width: 61%;
        margin: 0 auto 10px;
    }
    .reserve a {
        color: #fff;
        font-size: 14px;
        margin-left: 20px;
    }
    .reserve .yoyaku_web a, .reserve .yoyaku_tel a {
        font-size: 15px;
    }
    .reserve .yoyaku_web a:before,.reserve .yoyaku_tel a:before {
        top:7px;
        left:105px;
        height: 34px;
        width: 34px;
    }
    /* reserve_banner -*/
    .reserve_banner{
        margin:15px 8% 15px auto;
    }
    /*-------------------
    studio
    -------------------*/
    .catch {
        background-repeat: repeat-x;
        background: url(../images/img-catch.jpg);
        height: 75px;
        background-size: cover;
    }
    div#studio {
        color: #555958;
    }
    div#studio h2 {
        font-size: 17px;
        margin: 20px;
    }
    p.concept_txt {
        font-size: 12px;
    }
    #studio ul .slider-item {
        margin: 30px 0;
    }
    #studio ul .slider-item li {
        margin-bottom: 30px;
    }
    #studio ul .slider-item li h3 {
        font-size: 15px;
        position: relative;
    }
    #studio ul .slider-item li h3:before {
        content: '';
        background: url(../images/icon-pin.png)no-repeat;
        position: absolute;
        height: 20px;
        width: 20px;
        background-size: contain;
        margin-left: -1.5em;
    }
    .studio_txt {
        padding: 10px;
        border: solid 1px #555958;
        width: 85%;
        margin: 15px auto;
        border-radius: 53px;
        position: relative;
    }
    .studio_txt p {
        font-size: 10px;
    }
    #studio div.studio_img {
        margin: 45px 0;
    }
    #studio div.studio_img div.studio_inner:nth-child(1) {
        border-top: none;
        padding-top: 13px;
    }
    #studio div.studio_img div.studio_inner:nth-child(1),
    #studio div.studio_img div.studio_inner:nth-child(2),
    #studio div.studio_img div.studio_inner:nth-child(3),
    #studio div.studio_img div.studio_inner:nth-child(4) {
        border-bottom: none;
    }
    #studio div.studio_img div.studio_inner {
        margin-bottom: 50px;
            padding-bottom: 30px;
        }
    #studio div.studio_img div.studio_inner {
        padding-bottom: 15px;
    }
    #studio div.studio_img div.studio_inner:nth-child(5) {
        margin-bottom: 0;
            padding-bottom: 0;
        }
    #studio div.studio_img h3 {
        font-size: 15px;
    }
    #studio div.studio_img h3:before {
        content: '';
        background: url(../images/icon-pin.png)no-repeat;
        position: absolute;
        height: 26px;
        width: 26px;
        background-size: contain;
        margin-left: -2em;
        top:-3px;
    }

    /*-------------------
    gallery
    -------------------*/
    #gallery {
        padding: 6.5vw 0 19.38vw;
    }
    #gallery .ttl01 {
        margin-bottom: 9.38vw;
        font-size: 3.3vw;
    }
    #gallery .ttl01::before {
        height: 4.88vw;
    }
    #gallery .txt01 {
        font-size: 1.07rem;
        margin-bottom: 1.9rem;
    }
    #gallery .box_studio01 {
        margin-bottom: 12.13vw;
        height: auto;
    }
    #gallery .box_studio01:nth-of-type(2n) {
        flex-direction: column;
    }
    #gallery .box_studio01 &gt; * {
        width: 100%;
    }
    #gallery .box_studio01 .wrap_img01 {
        width: 100vw;
        margin: 0 0 2.75vw -9.38vw;
    }
    #gallery .box_studio01 .img01 {
        position: relative;
        width: 100vw;
        margin: 0;
    }
    #gallery .box_studio01:nth-of-type(2n) .img01 {
        margin-left: 0;
    }
    #gallery .box_studio01 .ttl02 {
        font-size: .87rem;
        margin-bottom: 4.5vw;
        flex-direction: column;
        font-size: 3.3vw;
    }
    #gallery .box_studio01 .ttl02::before {
        display: block;
        margin: 0 0 2.63vw 0 !important; 
        background-position: center;
    }
    #gallery .box_studio01:nth-of-type(1) .ttl02::before {
        background-image: url(../images/bg_ttl_studio01_sp.webp);
        width: 36.38vw;
        height: 14.38vw;
    }
    #gallery .box_studio01:nth-of-type(2) .ttl02::before {
        background-image: url(../images/bg_ttl_studio02_sp.webp);
        width: 34.25vw;
        height: 14.25vw;
    }
    #gallery .box_studio01:nth-of-type(3) .ttl02::before {
        background-image: url(../images/bg_ttl_studio03_sp.webp);
        width: 35vw;
        height: 14.38vw;
    }
    #gallery .box_studio01:nth-of-type(4) .ttl02::before {
        background-image: url(../images/bg_ttl_studio04_sp.webp);
        width: 23vw;
        height: 14.38vw;
    }
    #gallery .box_studio01:nth-of-type(5) .ttl02::before {
        background-image: url(../images/bg_ttl_studio05_sp.webp);
        width: 38.38vw;
        height: 14.38vw;
    }
    #gallery .box_studio01:nth-of-type(6) .ttl02::before {
        background-image: url(../images/bg_ttl_studio06_sp.webp);
        width: 38.25vw;
        height: 14.38vw;
    }
    #gallery .box_studio01 .txt03 {
        font-size: 3.3vw;
        line-height: 1.6;
        letter-spacing: .1em;
    }
    .gallery_box ul {
        justify-content: space-between;
    }
    #gallery .box_studio01:nth-of-type(4) .gallery_box ul {
        justify-content: left;
    }
    #gallery .box_studio01:nth-of-type(4) .gallery_box ul li {
        margin: 1.2%!important;
    }
    .gallery_box ul li {
        width: 30.77%;
        margin: 0 !important;
    }
    .gallery_box ul li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
        margin-top: 3.13vw !important;
    }

    /*-------------------
    spirits
    -------------------*/
    .spirits_inner {
        width: 90%;
        margin: 5% auto;
    }
    img.spirits_rogo {
        width: 145px;
        margin-bottom: 20px;
    }
    .spirits_inner p {
        font-size: 11px;
    }
    .spirits .reserve {
        margin: 2em 0;
    }
    /*-------------------
    bottom
    -------------------*/
    .spirits {
        padding: 5px 0;
        background-image: url("../images/spirits_back_sp.jpg");
        background-size: cover;
    }
    .spirits .spirits_inner p:nth-of-type(1) {
        margin-top: 13px;
    }
    .insta_qr {
        margin: 30px auto;
        width: 80%;
    }
    img.qr_code {
        width: 240px;
    }
    .insta_qr h3 {
        margin: 15px auto;
        font-size: 15px;
        color: #dba48b;
    }
    p.insta_txt {
        margin-bottom: 20px auto;
        font-size: 12px;
        color: #dba48b;
        margin-bottom: 10px;
    }
    footer .footer_wrapper {
        padding-bottom: 0;
    }
}</pre></body></html>