/* 
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 #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ここから書き始める */
body {
    text-size-adjust: 100%;
    overflow-x: hidden;
    color: black;
    /* font: 300 14px / 1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
    font: 500 14px / 1.8 YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

a {
    color: black;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: bottom;
}

.wrapper {
    display: flex;
}

/* SideBar */
.side-bar {
    width: 15%;
    min-width: 200px;
    position: fixed;
    height: 100%;
    letter-spacing: 0.1em;
}

.side-contents {
    padding-left: 16%;
}

.side-logo {
    padding: 25px 0 50px 0;
    width: 80px;
}

.side-menu li a {
    color: black;
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
    font-size: 14px;
    display: block;
    padding: 15px 0px;
}

.side-menu li a:hover {
    color: #cccccc;
}

.fa-twitter {
    padding-top: 15px;
}

/* header */
header {
    position: fixed;
    z-index: 999;
    height: 90px;
    width: 100%;
    background: #fff;
    display: none;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #F2F2F2;
}

header h1 {
    padding-left: 25px;
}

.header-logo {
    width: 80px;
}

/*menu-btn*/
header .menu_btn{
    display: block;
    position:absolute;
    cursor:pointer;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
}
header .menu_btn_icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    margin: 0 0 0 -15px;
    background: #3C3835;
    transition-duration: .2s;
    transition-property: transform;
}
header .menu_btn_icon:before,
header .menu_btn_icon:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #3C3835;
    transition-duration: .2s;
    transition-property: transform;
}
header .menu_btn_icon:before{
    margin-top: -10px;
}
header .menu_btn_icon:after{
    margin-top: 10px;
}
header .menu_btn .close{
    background: transparent;
}
header .menu_btn .close:before,
header .menu_btn .close:after{
    margin-top: 0;
    width: 30px;
    background: #3C3835;
}
header .menu_btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
header .menu_btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* header gnav */

header .gnav {
    display: none;
    position: absolute;
    top: 90px;
    width: 100%;
    height: 100vh;
    background: #fff;
}

header .gnav ul li {
    border-bottom: solid 1px #F2F2F2;
    text-align: center;
    padding: 20px;
}

.header-icon {
    padding-left: 15px;
}

/* Main */
.main {
    width: 100%;
    padding-left: 200px;
    /* position: absolute; */
    /* right: 0; */
    /*これがないと右側に余白ができる*/
    overflow: hidden;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.zoom {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-image {
    width: 100%;
    height: auto;
    /* animation: animationZoom1 12s ease-in-out infinite; */
}

.sp {
    display: none;
}

@keyframes animationZoom1 {
    50% { transform: scale(1.1)}
}

/* MESSAGE */
.message-wrapper {
    text-align: center;
}

.heading {
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
    font-size: 26px;
    letter-spacing: 0.15em;
    padding: 80px 0 20px 0;
    margin-bottom: 60px;
    border-bottom: 3px solid black;
    display: inline-block;
}

.description_area {
    padding-bottom: 80px;
    display: flex;
    align-items: flex-start;
    line-height: 2.0;
}

.description_text{
    width: 35%;
    text-align: left;
    padding-left: 5%;
}

.description_image {
    width: 60%;
    box-shadow: 8px 8px 9px #444343;
}

.greeting_area {
    padding-bottom: 120px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    line-height: 2.0;
}

.greeting_image {
    width: 60%;
    box-shadow: 8px 8px 9px #444343;
}

.greeting_text {
    width: 35%;
    text-align: left;
    padding-right: 5%;
}

hr {
    border-top: 4px dashed rgb(156, 151, 151);;
    height: 3em;
    width: 90%;
    margin: 0 auto;
    overflow: visible;
}

hr::after {
    content: url("../img/scissors_32px.png");
    background: white;
    color: rgb(156, 151, 151);
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    top: -1em;
    padding: 0 0.25em;
    font-size: 32px;
}

/* HAIRSTYLE */
.hairstyle-wrapper {
    text-align: center;
}

.hairstyle-image img {
    width: 33.33%;
}

.btn-instagram, .btn-gallery {
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
    font-size: 18px;
    border: 2px solid black;
    padding: 7px 80px;
    margin: 70px 0 120px 0;
    width: 150px;
    display: inline-block;
}

.fujita-instagram {
    padding: 7px 80px;
    margin: 70px 25px 120px 25px;
    width: 200px;
}

.akano-instagram {
    padding: 7px 80px;
    margin: 70px 25px 120px 25px;
    width: 200px;
}

/* GALLERY */
.gallery-wrapper {
    text-align: center;
}

.gallery-left {
    text-align: left;
}

.gallery-right {
    text-align: right;
    padding-top: 50px;
}

.gallery_image_left, .gallery_image_right{
    width: 60%;
    box-shadow: 8px 8px 9px #444343;
}

/* STAFF */

.staff-container {
    width: 30%;
    height: 350px;
    margin: 0 auto;
}

.flip_box1,
.flip_box2,
.front,
.back {
    width: 100%;
    height: 350px;
}

.staff-container,
.flip_box1,
.flip_box2 {
    position: relative;
}

.front,
.back {
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.staff-container {
    transform: perspective(1200px);
    -webkit-perspective: 1200px;
    perspective: 1200px;
    margin-bottom: 90px;
}

.flip_box1,
.flip_box2 {
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front {
    background-color: #fff;
    border: 4px solid #000;
    margin-left: -4px;
    margin-bottom: -4px;
    display: flex;
    justify-content: space-around;
}

.back {
    background-color: #fff;
    border: 4px solid #000;
    margin-left: -4px;
    margin-bottom: -4px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: left;
}

.b_headline {
    margin: 20px;
    font-size: 20px;
}

.b_text {
    margin: 20px;
}

.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.r_wrap {
    position: absolute;
    right: 40px;
    bottom: 38px;
}

.b_round1,
.b_round2,
.s_round1,
.s_round2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #000;
    transition: all 0.2s linear;
}

.b_round1,
.b_round2 {
    opacity: 0;
    background-color: #000;
}

.b_round_hover {
    transform: scale(1.37);
    opacity: 0.4;
}

.b_round_back_hover {
    background-color: #000;
}

.s_round_click {
    transform: scale(1.7);
}

.s_round_back {
    background-color: #000;
}

.s_arrow1,
.s_arrow2 {
    width: 52px;
    height: 52px;
    background-image: url('../img/arrow.png');
    background-color: transparent;
    transition: all 0.35s linear;
}

.s_arrow_rotate {
    transform: rotate(-180deg);
}

.staff-wrapper {
    text-align: center;
}

.staff-introduction {
    display: flex;
    justify-content: space-around;
}

.staff-heading {
    text-align: right;
    margin-top: 15px;
}

.staff-heading h1 {
    font-size: 32px;
    font-weight: normal;
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.staff-heading h3 {
    font-size: 20px;
    font-weight: normal;
    color: #666161;
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.staff-heading h2 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.staff-icon {
    height: 100%;
}

.staff-img {
    width: 30%;
}

/* MENU */
.menu-wrapper {
    text-align: center;
}

.menu-wrapper .container {
    margin-bottom: 80px;
}

.menu-table {
    width: 60%;
    margin: 0 auto;
}

.menu-table td{
    text-align: right;
}

.menu-table th {
    text-align: left;
}

.menu-table td,.menu-table th{
    padding: 20px 10px;
    border-bottom: dotted 1px #DEDEDE;
    font-size: 18px;
    font-weight: normal;
}

.under-line {
    text-decoration: underline;
}

.menu-image {
    padding-bottom: 120px;
}

.menu-image img {
    width: 33.33%;
}

/* ACCESS */
.access-wrapper {
    text-align: center;
}

.access-wrapper .container {
    padding-bottom: 160px;
    display: flex;
}

.ggmap {
    overflow: hidden;
    margin-right: 5%;
    width: 50%;
    padding-bottom: 30%;
    position: relative;
    }

.ggmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.info {
    width: 45%;
}

.access-table {
    width: 100%;
}

.access-table td,.access-table th{
    padding: 15px 5px;
    border-bottom: dotted 1px #DEDEDE;
    text-align: left;
    font-weight: normal;
}

.access-table tr:first-child td,.access-table tr:first-child th{
    padding: 0 5px 15px;
}

/* RESERVATION */
.reservation-wrapper {
    text-align: center;
}

.reservation-wrapper .container {
    padding-bottom: 50px;
    display: flex;
}

.reservation-contents {
    margin: 0 auto;
    width: 80%;
}

.reservation-content {
    padding-bottom: 50px;
    display: flex;
}

.btn {
    font-size: 24px;
    color: white;
    background-color: black;
    width: 50%;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    box-shadow: 0px 7px #444343;
    margin:  0 auto;
}

.btn:active {
    box-shadow: none;
    position: relative;
    top: 7px;
  }

/* SHOP */
.shop-wrapper {
    text-align: center;
}

.shop-image img {
    width: 33.33%;
}

/* footer */
footer {
    width: 90%;/*containerと同じ幅*/
    height: 60px;
    line-height: 60px;
    background-color: black;
    color: white;
    margin: 0 auto;
    text-align: center;
}

/* fade */
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
  }
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}
.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
}
.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}