﻿body{
    color: #555555;
    font-family:"EB Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    margin: 0;
    padding: 80px 0 0 0;
    
/*    background-image: url("../img/backimage.png");  全体の背景画像 
    background-repeat: no-repeat;             背景を繰り返さない 
    background-position: 50% 50%;             背景画像の位置は画面中央 
    background-attachment:fixed;              背景画像を固定する 
    background-size:100% auto;*/

}

body::before {
  background:url('../img/backimage.png') no-repeat left top;
  background-size: 100% auto;
  background-position: 50% 50%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

.full_overlay{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url("../img/overlay.png");
    z-index: -100;
    opacity:0.2;
}

a {
    text-decoration: none;
    transition: all .4s;
}

.instagram-button {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    line-height: 50px;
    transition: all .4s;
    text-align: center;
    margin: 10px auto;
    background-image: url("../img/overlay.png");
    opacity:0.8;
    width: 200px;
}
.instagram-button:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
    border-radius: 10px;
    background-image:initial;
}

.content_title{
    text-align: center;
    width: 250px;
    margin : 0 auto;
    font-size:30px;
    margin-bottom: 30px;
}
.content_title:before{
    content: '-'
}
.content_title:after{
    content: '-'
}

.sentence {
    font-size: 9pt;
}

.row {
  margin-top: -90px;
  padding-top: 90px;
}

.salon-info{
  margin: 0;  
}

#navbar{
    background-color: #363636;
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
}

.navbar-right{
    margin-right: 0px;
}

.navbar-brand img{
    margin-top: -10px;
}

/*************** gallery ***************/

#gallery{
    margin-left: -15px;
}

figure p{
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding: 8px;
}

figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    background-image: url("../img/overlay.png");
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}

.ig-style{
    overflow: hidden;
    width: 25%;/* トリミングしたい枠の幅 親要素に対して */
    height: 80px;/* トリミングしたい枠の高さ */
    position: relative;
    //margin: 0 10px 20px;
    float:left;
}

.instaimg{
    width: 100%;/* 親要素に対して */
}

.cf:after{
    content:"";
    display: block;
    clear: both;
}

/*************** stylist ***************/

ul.staff_status{
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
    display: inline-block;
}

ul.staff_status li{
    font-size: 12px;
}

.prof{
    font-size: 16px;
}

.staff_image img{
    width: 100%;
}

/************** menu **************/
#cut-menu .attention{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}


.menu_type{
    border-bottom: 1px dotted #888;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.left_cell {
    width:200px;
}
/************** salon-info **************/

#stylist{
    margin-top: 60px;
    margin-bottom: 60px
}

.reserve{
    color:#fff;
    background-color:#28a7e1;
    padding:8px 0 5px;
    font-size: 10px;
    text-align: center;
    margin: auto;
}

.reserve span{
    font-size:12px;
}

/************** google map **************/
#map_canvas{
    width: 100%;
    height: 250px;
}

/* footer */
.footer {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

/************** media query **************/
@media (min-width:480px) 
{
    #map_canvas{
        width: 100%;
        height: 400px;
    }
    
    .left_cell {
        width:400px;
    }
    
    .prof{
        font-size: 20px;
    }
    
    .ig-style{
        height: 135px;
    }
    
    .staff_image img{
        max-width: 278px;
    }
    
    ul.staff_status{
        padding-left: 40px;
        margin-bottom: 20px;
        list-style-type: none;
        display: inline-block;
    }
    
    .table{
        width: 800px;
        margin: 20px auto;
    }
    
    .reserve{
        max-width: 450px;
    }
    
    .footer {
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }
}