@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
body {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1;
    font-family: "ヒラギノ角5 Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
}
.en {
    font-family: 'Marcellus', serif;
}


/* .header {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.header.fadeIn {
    opacity: 1;
} */

.header.fadein {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    padding: 0 40px;
    height: 80px;
    background: rgba(255,255,255,.8);
    z-index: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    top: 0;
    left: 0;
}
.main {
    margin-top: px;
    width: 100%;
    display: flex;
    padding-bottom: 180px;
    height: 844px;
}
.main_logo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.main_photo {
    width: 50%;
    overflow: auto;
    height: 100%;
}
img {
    max-width: 100%;
}
.logo.fade-up {
    width: 115px;
}
.sub_logo.fade-up2 {
    width: 200px;
}

.contents_block .full {
    max-width: 100%;
    display: flex;
}
section {
    display: block;
}
.photo {
    display: flex;
    width: 50%;
}
.text {
    display: flex;
    width: 50%;
}
.about {
    display: flex;
    align-items: center;
}
.text_inner {
    width: 57%;
    margin: 0 auto;
}
.text_inner span {
    font-size: 34px;
    font-family: Marcellus,serif;
}
h3.jp.fade.show {
    font-size: 24px;
    font-family: Noto Serif JP,serif;
    margin-top: 0px;
    line-height: 43px;
}
p.fade.show {
    font-size: 13px;
    margin-top: 55px;
    line-height: 34px;
}
.about .photo {
    justify-content: space-between;
    list-style: none;
}
.about .photo li,
.salon .photo li,
.menu .photo li{
  width: 45%;
}
.about .photo li:last-child,
.salon .photo li:first-child,
.menu .photo li:first-child{
  margin-top: 120px;
}
.btn_more_wrap.fade.show {
    margin-top: 60px;
}
.btn_more {
    font-size: 15px;
    font-family: 'Mercellus',serif;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
.salon .photo {
    justify-content: space-between;
    list-style: none;
}
.salon .photo {
    justify-content: space-between;
    list-style: none;
}
.salon {
    display: flex;
    align-items: center;
}
.contents_block.full.salon {
    padding-top: 183px;
}
#salon {
    flex-direction: row-reverse;
}
.menu .photo {
    justify-content: space-between;
    list-style: none;
}
.menu .photo {
    justify-content: space-between;
    list-style: none;
}
.menu {
    display: flex;
    align-items: center;
}
.contents_block.full.menu {
    padding-top: 183px;
}
.contents_block.full.flex.oneday.fade.show {
    height: 500px;
    display: flex;
    background: url(image/image13.jpg);
    width: 100%;
    background-position: center center;
    text-align: center;
    justify-content: center;
}
.contents_block.full.flex.oneday.fade.show {
    margin-top: 178px;
}
.oneday_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 800px;
    margin-top: -70px;
    width: 680px;
    height: 680px;
}
h3.jp {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    padding-top: 74px;
}
h2.en {
    font-size: 34px;
    font-family: 'Marcellus', serif;
}
.btn_more {
    font-size: 15px;
    font-family: 'Mercellus',serif;
    padding-top: 70px;
}
h2.enfade.txt {
    font-size: 34px;
    font-family: 'Marcellus', serif;
    margin-bottom: 36px;
}
p.title.jp {
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
}
.diary_list li {
    border-top: solid 1px #F0F0F0;
    padding: 30px 0 24px;
    list-style: none;
}
.diary_inner {
    padding: 140px;
}
.diary__list li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/common/img/circle_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 25px);
    right: 20px;
}
.btn_more {
    text-align: center;
    border-top: solid 1px #F0F0F0;
}
.reservation {
    content: " ";
    display: block;
    background: url(image/reservation_photo.jpg);
    height: 340px;
    background-size: cover;
    width: 100%;
}
.logo {
    width: 115px;
}
.logo_set .sub_logo {
    width: 200px;
    margin-left: 35px;
}
.reservation h2.en {
    position: absolute;
    align-items: center;
    color: #fff;
    display: flex;
}
.reservation a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.footer_contents {
    display: flex;
    margin: 100px 0 90px;
    justify-content: space-between;
    width: calc(100% - 160px);
    margin: 0 auto;
    padding: 100px 0;
    border-bottom: solid 1px
}

.footer_contents_info {
    display: block;
}
nav.footer_nav {
    display: flex;
}
.logo_set a {
    align-items: center;
    display: flex;
}
p.sub_address {
    display: flex;
    align-items: center;
    margin-top: 60px;
    font-family: 'Noto Serif JP', serif;
    font-size: 14.5px;
    letter-spacing: .05em;
}
.address {
    margin: 20px 0 24px;
}
.gnav_list li+li {
    margin-left: 30px;
}
ul.gnav_list {
    display: flex;
    align-items: center;
}
ul.gnav_list {
    font-family: 'Marcellus', serif;
    font-size: 14px;
}
p.copyright.en {
    text-align: center;
    font-size: 11px;
    padding: 60px 0;
}
ul.gallery{
    display: flex;
}
.gallery li{
    padding: 60px;
    display: flex;
    width: 33%;
    height: 100%;
    justify-content: space-between;
}
section.contents_block.photogallery {
    padding-top: 180px;
    padding-bottom: 80px;
    height: 100%;
}
.box {
    opacity: 0;
}
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from{
        opacity: 0;
        transform: translateY(100px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}


.delay-time02{
    animation-delay: 0.3s;
}
.delay-time04{
    animation-delay: 0.5s;
}
.photogallery_text {
    display: block;
    margin: 0 auto;
}
.photogallery_inner {
    text-align: center;
}
.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.zoomIn{
    transform: scale(1);
    transition: 0.5s ease-in-out;
}
.zoomIn li:hover img {
    transition: 0.5s;
    transform: scale(1.2);
}
.sp_only {
    display: none;
}
@media (max-width:768px) {
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
    /* .header.fadein {
        display: fixed;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        padding: 0 40px;
        height: 120px;
        background: rgba(255,255,255,.8);
        z-index: 1;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        top: 0;
        left: 0;
    } */
    .header {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        height: 60px;
        background: rgba(255,255,255,.8);
        z-index: 1;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        top: 0;
        left: 0;
        transition-duration: .6s;
        transition-property: background;
    }
    .main {
        margin-top: 50px;
        width: 100%;
        padding-bottom: 35px;
        height: 550px;
        flex-direction: column-reverse;
        
    }
    .main_logo {
        width: 100%;
    }
    .main_photo {
        padding: 20px;
        width: 90%;
        overflow: visible;
    }
    .logo{
        margin: 0 auto;
        padding-top: 0;
    }
    .photo{
        width: 100%;
    }
    .about{
        display: block;
    }
    .contents_block.full.about {
        margin-top: 50px;
    }
    .contents_block.full.salon{
        padding-top: 0;
    }
    .text{
        width: 100%;
    }
    .text_inner{
        width: 90%;
    }
    .text_inner span{
        font-size: 22px;
    }
    .btn_more_wrap.fade.show {
        margin-top: 20px;
    }
    .btn_more {
        padding-top: 10px;
    }
    h3.jp.fade.show {
        padding-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    p.fade.show {
        margin-top: 26px;
    }
    section#salon {
        margin-top: 50px;
    }
    section#menu {
        margin-top: 50px;
    }
    ul.gallery{
        display: block;
    }
    .gallery li {
        padding: 0;
        padding-bottom: 50px;
        width: 80%;
        margin: 0 auto;
        list-style: none;
    }
    section #gallery {
        padding-top: 50px;
        width: 100%;
    }
    .contents_block {
        padding-top: 0px;
        display: block;
    }
    .contents_block.full.menu {
        padding-top: 0px;
    }
    .footer_nav{
        display: none;
    }
    .diary_inner {
        padding: 0 10%;
    }
    .footer_contents_info {
        flex-direction: column-reverse;
    }
    
    .footer_contents {
        flex-direction: column-reverse;
        width: 80%;
    }
    ul.gnav_list {
        font-family: 'Marcellus', serif;
        font-size: 10px;
    }
    .gnav_list li+li {
        margin-left: 20px;
    }
    p.sub_address {
        display: flex;
        align-items: center;
        margin-top: 30px;
        font-family: 'Noto Serif JP', serif;
        font-size: 14.5px;
        letter-spacing: .05em;
    }
    .footer_contents_info .logo {
        margin-top: 20px;
    }
    .footer_contents {
        padding: 70px 0 30px;
        border-bottom: solid 1px;
    }
    .copyright.en {
        text-align: center;
        font-size: 11px;
        padding: 30px 0;
    }
    nav.gnav {
        /* position: absolute; */
        left: 36%;
    }
    .contents_block .diary{
        padding: 0px 10%;
        display: block;
    }
    .nav_toggle {
        display: block;
        position: relative;
        width: 1.75rem;
        height: 1.5rem;
      }
      .nav_toggle i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        transition: transform .5s, opacity .5s;
      }
      .nav_toggle i:nth-child(1) {
        top: 0;
      }
      .nav_toggle i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
      }
      .nav_toggle i:nth-child(3) {
        bottom: 0;
      }
      .nav_toggle.show i:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
      }
      .nav_toggle.show i:nth-child(2) {
        opacity: 0;
      }
      .nav_toggle.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
      }
      .nav {
        position: fixed;
        top: 3rem;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
      }
      .nav.show {
        opacity: 1;
        visibility: visible;
      }
      .header{
        display: none;
      }

}