<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    overflow-x:hidden;
    background: #d8cfb3;
}
/*-------------------
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
-------------------*/
#main {
    background: url(../images/main/main.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
#main:before {
    content: '';
    background: url(../images/main/main_before.png) no-repeat;
    height: 200px;
    width: 200px;
    position: absolute;
    background-size: contain;
    left: 5%;
}
img.rogo {
    width: 60em;
    margin: 10em auto -12em;
}
img.img_scroll {
    margin: 10em auto;
    width: 65px;
}
img.reserve_button {
    width: 30em;
    margin: 50px auto;
}
.concept {
    padding-bottom: 80px;
    position: relative;
    background: #d7cfb3;
    margin-top: 15em;
}
img.img_concept {
    width: 40em;
    margin-top: -15em;
}
.concept_img:before {
    content: '';
    padding-bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #d7cfb3;
    width: 45em;
    height: 45em;
    position: absolute;
    color: #d7cfb3;
    top: -15em;
    margin-left: -2em;
}

/*-------------------
photo menu
---------------------*/
.photo_menu {
    background: #000;
    padding: 60px 0 30px;
    color: #fff;
    position: relative;
}
.photo_menu:before {
    content: '';
    background: url(../images/photo_menu/photo_menu_bk.jpg);
    background-size: contain;
    height: 22px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}
.photo_menu:after {
    content: '';
    background: url(../images/photo_menu/photo_menu_bk.jpg);
    background-size: contain;
    height: 22px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
}
.photo_menu ul li img {
    border-radius: 20px;
}
.photo_menu img.rogo, .design img.rogo {
    width: 300px;
    margin-top: 30px;
    margin: 0 auto;
}
p.sub_txt {
    font-size: 15px;
    margin: 3% auto 5%;
}
.photo_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 985px;
    margin: 0 auto;
}
.photo_menu ul li {
    width: 33%;
    margin: 5px;
}
.photo_menu ul li img {
    border-radius: 20px;
}
.photo_menu ul li img,
.studio_reserve img {
  transition-duration: 0.3s;
}
.photo_menu ul li img:hover,
.studio_reserve img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
/*-------------------
reserve
---------------------*/
.reserve {
    padding: 5% 0;
}
.reserve p {
    background: #993737;
    padding: 15px 0 15px 0;
    letter-spacing: 3px;
    border-radius: 20px;
    position: relative;
    width: 400px;
    margin: 0 auto;
}
.reserve a {
    color: #fff;
    font-size: 15px;
}
.reserve a:after {
    content: '▶︎';
    background: #fff;
    color: #993737;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 4px 1px 4px 5px;
    margin-left: 20px;
}
/*-------------------
design
---------------------*/
.design {
    padding: 50px 0 0;
    background: url(../images/design/design_bk.jpg) no-repeat;
    background-size: contain;
}
.design_txt {
    margin: 30px auto;
    font-size: 15px;
}
.design ul.design_list li {
    background: #d7cfb3;
    margin: 25px 0;
    padding: 40px 30px;
}
.design ul.design_list li h3 {
    font-size: 23px;
    background: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
}
.design ul.design_list li p {
    font-size: 20px;
    letter-spacing: 2px;
}
.design ul.design_list li:nth-child(1), .design ul.design_list li:nth-child(3) {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-left: 26.1%;
    width: 70%;
    position: relative;
}
.design ul.design_list li:nth-child(2) {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 0;
    width: 70%;
    position: relative;
}
.design ul.design_list li &gt; div {
    width: 55em;
    text-align: left;
    margin: 0 150px;
}
.design ul.design_list li:nth-child(2) &gt; div {
    margin: 0 13em 0 auto;
}
.design ul.design_list li:nth-child(1):before {
    content: '01.';
    font-size: 7em;
    font-style: italic;
    position: absolute;
    left: 1em;
    top: 0.7em;
    font-family: 'Athelas';
}
.design ul.design_list li:nth-child(2):after {
    content: '02.';
    font-size: 7em;
    font-style: italic;
    position: absolute;
    right: 1em;
    top: 0.7em;
    font-family: 'Athelas';
}
.design ul.design_list li:nth-child(3):before {
    content: '03.';
    font-size: 7em;
    font-style: italic;
    position: absolute;
    left: 1em;
    top: 0.7em;
    font-family: 'Athelas';
}
.studio_reserve {
    background: #d7cfb3;
    width: 50%;
    margin: 0 auto;
}
.studio_reserve div {
    margin: 0 auto 10px;
}
/*-------------------
studio
---------------------*/
.studio {
    background: #d7cfb3;
    position: relative;
    margin-top: 10em;
}
.studio-01,
.studio-02 {
    background: #d7cfb3;
    position: relative;
}
.studio-02 {
    margin-top: 15%;
}
.studio-01 p {
    font-size: 20px;
    text-align: right;
}
.studio-01::before {
    content: '　';
    padding-bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #d7cfb3;
    padding-bottom: 50px;
    margin: 0 auto 0;
    width: 40vw;
    height: 40vw;
    position: absolute;
    left: 30%;
    z-index: 0;
    top: -10em;
}
.studio img {
    position: relative;
}

img.studio_nega {
    width: 100vw;
    margin: -10em auto;
}
.studio-02 p {
    font-size: 20px;
    text-align: left;
}
.studio_inner {
    width: 843px;
    margin: 0 auto 7%;
}

/*----------------------------
gallery
-----------------------------*/
.container {
    width: 81.25%;
    max-width: 1620px;
    margin: auto;
}
#gallery_bridal,#gallery_kids {
    padding: 2.93rem 0 5%;
    overflow: hidden;
    font-family: '秀英丸ゴシック L', 'Shuei MaruGo L', sans-serif;
    margin-top: 5%;
}
#gallery_bridal .ttl01,
#gallery_kids .ttl01 {
    margin-bottom: 2.17rem;
    color: #1e170d;
    display: block;
    text-align: left;
    font-size: 2.17rem;
    letter-spacing: .5em;
    margin-right: -.5em;
}
#gallery_bridal .ttl01:before,
#gallery_kids .ttl01:before  {
    content: '';
    height: 1.07rem;
    background-image: url(../images/ttl_studio.webp);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#gallery_bridal .box_studio01,
#gallery_kids .box_studio01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#gallery_bridal .box_studio01:nth-of-type(2n),
#gallery_kids .box_studio01:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#gallery_bridal .box_studio01,
#gallery_kids .box_studio01 {
    margin-bottom: 4.67rem;
    height: 35vw;
}
#gallery_bridal .box_studio01 &gt; * {
    width: 50%;
}
#gallery_kids .box_studio01 &gt; * {
    width: 50%;
}
#gallery_bridal .box_studio01 .content,
#gallery_kids .box_studio01 .content {
}
#gallery_bridal .box_studio01 .wrap_img01,
#gallery_kids .box_studio01 .wrap_img01 {
    position: relative;
}
#gallery_bridal .box_studio01 .img01,
#gallery_kids .box_studio01 .img01 {
    position: absolute;
    width: 45vw;
    height: 100%;
    margin-right: 5vw;
    right: 0;
    overflow: hidden;
}
#gallery_bridal .box_studio01 .img01 img,
#gallery_kids .box_studio01 .img01 img {
    max-width: none;
    width: 100%;
}
#gallery_bridal .box_studio01:nth-of-type(2n) .img01,
#gallery_kids .box_studio01:nth-of-type(2n) .img01 {
    margin-left: 5vw;
    margin-right: 0;
    left: 0;
    right: auto;
}
#gallery_bridal .box_studio01 .ttl02,
#gallery_kids .box_studio01 .ttl02 {
    display: flex;
    align-items: center;
    margin-bottom: 1.08rem;
    font-size: 1.3vw;
    letter-spacing: .3em;
}
#gallery_bridal .box_studio01 .ttl02::before,
#gallery_kids .box_studio01 .ttl02::before {
    content: '';
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#gallery_bridal .box_studio01 .txt03,
#gallery_kids .box_studio01 .txt03 {
    font-size: 1.5vw;
    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;
}

/* gallery_bridal */
#gallery_bridal .box_studio01:nth-of-type(1) .ttl02 {
    color: #a87373;
}
#gallery_bridal .box_studio01:nth-of-type(1) .ttl02::before {
    background-image: url(../images/bg_ttl_studio01.webp);
    width: 20.63rem;
    height: 4.83rem;
    margin-right: 2rem;
}
#gallery_bridal .box_studio01:nth-of-type(2) .ttl02 {
    color: #91b880;
}
#gallery_bridal .box_studio01:nth-of-type(2) .ttl02::before {
    background-image: url(../images/bg_ttl_studio02.webp);
    width: 12rem;
    height: 4.83rem;
   margin-right: 2rem;
}
#gallery_bridal .box_studio01:nth-of-type(3) .ttl02 {
    color: #826f59;
}
#gallery_bridal .box_studio01:nth-of-type(3) .ttl02::before {
    background-image: url(../images/bg_ttl_studio03.webp);
    width: 24.1rem;
    height: 4.83rem;
    margin-right: 2rem;
}
#gallery_bridal .box_studio01:nth-of-type(4) .ttl02 {
    color: #566882;
}
#gallery_bridal .box_studio01:nth-of-type(4) .ttl02::before {
    background-image: url(../images/bg_ttl_studio04.webp);
    width: 20.7rem;
    height: 4.83rem;
    margin-right: 2rem;
}

#gallery_bridal .box_studio01:nth-of-type(5) .ttl02 {
    color: #7f8256;
}
#gallery_bridal .box_studio01:nth-of-type(5) .ttl02::before {
    background-image: url(../images/bg_ttl_studio05.webp);
    width: 24rem;
    height: 4.83rem;
    margin-right: 2rem;
}

/* gallery_kids */
#gallery_kids .box_studio01:nth-of-type(1) .ttl02 {
    color: #a87373;
}
#gallery_kids .box_studio01:nth-of-type(1) .ttl02::before {
    background-image: url(../images/bg_ttl_studio06.webp);
    width: 25rem;
    height: 4.83rem;
    margin-right: 2rem;
}
#gallery_kids .box_studio01:nth-of-type(2) .ttl02 {
    color: #92b97f;
}
#gallery_kids .box_studio01:nth-of-type(2) .ttl02::before {
    background-image: url(../images/bg_ttl_studio07.webp);
    width: 25rem;
    height: 4.83rem;
    margin-right: 2rem;
}
/*-------------------
event
---------------------*/
.event {
    margin-top: 10%;
}
/*-------------------
bottom
---------------------*/
.access {
    margin-top: 5%;
}
#bottom .reserve {
    background: #d7cfb3;
    padding: 5% 0 10%;
}
/*-------------------
tab
---------------------*/
.tabs {
  padding-bottom: 40px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.tab_item {
    width: calc(100%/2);
    height: 40px;
    background: #000;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 5px 0 0;
  clear: both;
  overflow: hidden;
}
#access-01:checked ~ #access-01_content,
#access-02:checked ~ #access-02_content {
    display: block;
}
.tabs img {
    width: 500px;
    margin: 5% 0px;
}
.tabs input:checked + .tab_item {
    background: #fff;
    color: #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
/*-------------------
news
---------------------*/
.news {
    padding: 50px 0 0;
    background: url(../images/bottom/news_bk.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.news p.news_txt {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    width: 140px;
    margin: 5% auto 0;
}
.news img.rogo {
    width: 40em;
    margin: 3em auto -25px;
}
.bottom_last {
    margin-top: 10em;
}

/*--------------------------------------
SP
--------------------------------------*/
@media screen and (max-width:640px){
    div#wrapper {
        background: #d8cfb3;
    }
    .factory_lp {
        width: 100%;
        margin: 0 auto;
    }
    /*-------------------
    main
    ---------------------*/
    #main {
        background: url(../images/main/main_sp.jpg) no-repeat;
        background-size:contain;
        position: relative;
    }
    #main:before {
        content: '';
        background: url(../images/main/main_before.png) no-repeat;
        height: 120px;
        width: 120px;
        position: absolute;
        background-size: contain;
        left: 5%;
    }
    img.rogo {
        width: 100%;
        margin: 25vw auto -15px;
    }
    img.reserve_button {
        width: 70%;
        margin: -35px auto 0;
    }
    img.img_scroll {
        margin: 30vw 0;
        width: 65px;
    }
    img.reserve_button {
        width: 70%;
        margin: -35px auto 0;
    }
    .concept {
        padding-bottom: 50px;
        position: relative;
        background: #d7cfb3;
        margin-top: 15em;
    }
    .concept_img:before {
        content: '';
        padding-bottom: 0;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        background: #d7cfb3;
        width: 107%;
        height: 40em;
        position: absolute;
        color: #d7cfb3;
        top: -13em;
        margin-left: -21vw;
    }
    .concept_img img {
        margin-top: -15em;
        width: 65%;
    }
    /*--------------------
    intro photo_menu
    ---------------------*/
    .photo_menu {
        background: #000;
        padding: 50px 0 30px;
        color: #fff;
        position: relative;
    }
    .photo_menu:before {
        content: '';
        background: url(../images/photo_menu/photo_menu_bk.jpg) no-repeat;
        background-size: contain;
        height: 10px;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    .photo_menu:after {
        content: '';
        background: url(../images/photo_menu/photo_menu_bk.jpg) no-repeat;
        background-size: contain;
        height: 10px;
        width: 100vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .photo_menu img.rogo,
    .design img.rogo {
        width: 40%;
        margin-top: 0;
    }
    p.sub_txt {
        font-size: 12px;
        margin: 7% auto 5%;
    }
    .photo_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
         width: 100%;
     }
     .photo_menu ul li {
        width: 40%;
        margin: 5px;
    }
    .photo_menu ul li img {
        border-radius: 10px;
    }
    /*-------------------
    reserve
    ---------------------*/
    .reserve {
        padding: 5% 0;
    }
    .reserve p {
        background: #993737;
        padding: 10px 0px 10px 15px;
        letter-spacing: 3px;
        border-radius: 20px;
        position: relative;
        width: 75%;
        margin: 0 auto;
        font-size: 13px;
    }
    .reserve a {
        color: #fff;
        font-size: 13px;
    }
    .reserve a:after {
        content: '▶︎';
        background: #fff;
        color: #993737;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 4px 1px 4px 5px;
        margin-left: 5px;
    }
    /*-------------------
    design
    ---------------------*/
    .design_txt {
        font-size: 11px;
    }
    .design ul.design_list li:nth-child(1), .design ul.design_list li:nth-child(3) {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        margin-left: 5%;
        width: 100%;
        position: relative;
    }
    .design ul.design_list li:nth-child(2) {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        margin-right: 5%;
        width: 85%;
        position: relative;
    }
    .design ul.design_list li {
        background: #d7cfb3;
        margin: 25px 0;
        padding: 20px;
        font-style: italic;
        position: absolute;
        font-family: 'Athelas';
    }
    .design ul.design_list li h3 {
        font-size: 15px;
        background: #fff;
        padding: 0 10px;
        margin-bottom: 5px;
    }
    .design ul.design_list li &gt; div {
        width: 100%;
        text-align: left;
        margin: 0 60px;
    }
    .design ul.design_list li p {
        font-size: 11px;
        letter-spacing: .5px;
    }
    .design ul.design_list li:nth-child(1):before {
        content: '01.';
        left: 25px;
        top: 33px;
        font-size: 3.5em;
    }
    .design ul.design_list li:nth-child(2):after {
        content: '02.';
        right: 15px;
        top: 33px;
        font-size: 3.5em;
    }
    .design ul.design_list li:nth-child(3):before {
        content: '03.';
        font-size: 3.5em;
        left: 25px;
        top: 33px;
    }
    /*-------------------
    studio
    ---------------------*/
    .studio {
        background: #d7cfb3;
        position: relative;
        margin-top: 12em;
    }
    .studio-01::before {
        content: '';
        padding-bottom: 0;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        background: #d7cfb3;
        padding-bottom: 50px;
        margin: 0 auto 0;
        width: 114%;
        height: 40em;
        position: absolute;
        left: -30px;
    }
    .studio_reserve {
        background: #d7cfb3;
        padding: 0;
        width: 95%;
        margin: 30px auto;
    }
    .studio_reserve div {
        margin: 0 auto 10px;
    }
    .studio-01 {
        background: #d7cfb3;
    }
    .studio-02 {
        background: #d7cfb3;
        position: relative;
    }
    .studio_rogo{
        width: 55%;
        margin: 0 auto 10px;
    }
    img.studio_nega {
        width: 100%;
        margin: -10vw auto 0;
    }
    .studio-01 p {
        font-size: 14px;
        text-align: right;
        margin-right: 5%;
    }
    .studio-02 p {
        font-size: 14px;
        text-align: left;
        margin-left: 5%;
    }

    /*-------------------
    gallery
    -------------------*/
    #gallery_bridal,
    #gallery_kids {
        padding: 6.5vw 0 5%;
    }
    #gallery_bridal .ttl01,
    #gallery_kids .ttl01 {
        margin-bottom: 9.38vw;
        font-size: 3.3vw;
    }
    #gallery_bridal .ttl01::before,
    #gallery_kids .ttl01::before {
        height: 2.88vw;
    }
    #gallery_bridal .txt01,
    #gallery_kids .txt01 {
        font-size: 1.07rem;
        margin-bottom: 1.9rem;
    }
    #gallery_bridal .box_studio01,
    #gallery_kids .box_studio01 {
        margin-bottom: 12.13vw;
        height: auto;
    }
    #gallery_bridal .box_studio01:nth-of-type(2n),
    #gallery_kids .box_studio01:nth-of-type(2n) {
        flex-direction: column;
    }
    #gallery_bridal .box_studio01 &gt; * {
        width: 100%;
    }
    #gallery_kids .box_studio01 &gt; * {
        width: 100%;
    }
    #gallery_bridal .box_studio01 .wrap_img01,
    #gallery_kids .box_studio01 .wrap_img01 {
        width: 100vw;
        margin: 0 0 2.75vw -9.38vw;
    }
    #gallery_bridal .box_studio01 .img01,
    #gallery_kids .box_studio01 .img01 {
        position: relative;
        width: 100vw;
        margin: 0;
    }
    #gallery_bridal .box_studio01:nth-of-type(2n) .img01,
    #gallery_kids .box_studio01:nth-of-type(2n) .img01 {
        margin-left: 0;
    }
    #gallery_bridal .box_studio01 .ttl02,
    #gallery_kids .box_studio01 .ttl02 {
        font-size: .87rem;
        margin-bottom: 4.5vw;
        flex-direction: column;
        font-size: 3.3vw;
    }
    #gallery_bridal .box_studio01 .ttl02::before,
    #gallery_kids .box_studio01 .ttl02::before {
        display: block;
        margin: 0 0 2.63vw 0 !important;
        background-position: center;
    }
    #gallery_bridal .box_studio01:nth-of-type(1) .ttl02::before {
        background-image: url(../images/bg_ttl_studio01_sp.webp);
        width: 41vw;
        height: 14.38vw;
    }
    #gallery_bridal .box_studio01:nth-of-type(2) .ttl02::before {
        background-image: url(../images/bg_ttl_studio02_sp.webp);
        width: 168px;
        height: 57.8px;
    }
    #gallery_bridal .box_studio01:nth-of-type(3) .ttl02::before {
        background-image: url(../images/bg_ttl_studio03_sp.webp);
        width: 50vw;
        height: 14.38vw;
    }
    #gallery_bridal .box_studio01:nth-of-type(4) .ttl02::before {
        background-image: url(../images/bg_ttl_studio04_sp.webp);
        width: 40vw;
        height: 14.38vw;
    }
    #gallery_bridal .box_studio01:nth-of-type(5) .ttl02::before {
        background-image: url(../images/bg_ttl_studio05_sp.webp);
        width: 40vw;
        height: 14.38vw;
    }

    #gallery_kids .box_studio01:nth-of-type(1) .ttl02::before {
        background-image: url(../images/bg_ttl_studio06_sp.webp);
        width: 40vw;
        height: 14.38vw;
    }
    #gallery_kids .box_studio01:nth-of-type(2) .ttl02::before {
        background-image: url(../images/bg_ttl_studio07_sp.webp);
        width: 45vw;
        height: 14.38vw;
    }
    #gallery_bridal .box_studio01 .txt03,
    #gallery_kids .box_studio01 .txt03 {
        font-size: 3.3vw;
        line-height: 1.6;
        letter-spacing: .1em;
    }
    .gallery_box ul {
        justify-content: space-between;
    }
    #gallery_bridal .box_studio01:nth-of-type(4) .gallery_box ul,
     {
        justify-content: left;
    }
    #gallery_bridal .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;
    }

    /*-------------------
    inner
    --------------------*/
    .studio_inner {
        width: 100%;
        margin: 0 auto;
    }
    /*-------------------
    bottom
    ---------------------*/
    section#bottom {
        margin-top: 10%;
    }
    #bottom .reserve {
        background: #ede6e1;
        padding: 5% 0 10%;
    }
    /*-------------------
    tab
    ---------------------*/
    .tabs {
        padding-bottom: 40px;
        background: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .tab_item {
        width: calc(100%/2);
        height: 40px;
        background: #000;
        line-height: 40px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        margin: 0;
    }
    .tab_item:hover {
        opacity: 0.75;
    }
    input[name="tab_item"] {
        display: none;
    }
    .tab_content {
        display: none;
        padding: 5px 0 0;
        clear: both;
        overflow: hidden;
    }
    #access-01:checked ~ #access-01_content,
    #access-02:checked ~ #access-02_content {
        display: block;
    }
    .tabs img {
        width: 100%;
        margin: 5% 0px;
    }
    .tabs input:checked + .tab_item {
        background: #fff;
        color: #000;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    /*-------------------
    news
    ---------------------*/
    .news {
        padding: 50px 0 0;
        background: url(../images/bottom/news_bk.jpg) no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }
    .news p.news_txt {
        background: #000;
        color: #fff;
        font-size: 15px;
        padding: 5px 0;
        width: 140px;
        margin: 10% auto;
    }
    .news img.rogo {
        width: 60%;
        margin: 0 auto;
    }
    .bottom_last {
        margin-top: 5em;
    }
    footer .footer_wrapper {
        padding-bottom: 0;
    }
}
</pre></body></html>