@charset "UTF-8";

/* 全体 */
body{
    font-family: YuGothic, "Yu Gothic M", "Yu Gothic Medium", sans-serif;
    color: #4e352e;
    background-color: #e0ffff;
    margin:0px;
    padding: 0px;
    margin: 0% auto;
    width: 1280px; 
}

.all {
    background-color: #ffffff;
    width: 90%;
    margin: 0px auto;
    padding: 10px;
}


/* ヘッダー */
#header {
    width: 100%;
    height: 200px;
    padding: 10px 30px 0px;
    display: flex;
    justify-content: space-between;
    justify-items: flex-end;
    position:relative;
    top: 0;
    box-sizing: border-box;
    z-index: 1;
}

/* ヘッダー　メインロゴ */
.logo img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
/* ヘッダー　SNS */
#sns{
    position: absolute;
    top: 20px;
    left: 0px;
}
    
.snsmenu{
    list-style: none;
    display: block;
   
}


.snsmenu li{
    float: left;
    margin: 5px;
}


/* ヘッダー　お問い合わせ */
#nav{
    position: absolute;
    top: 20px;
    right: 0px;
}

.navmenu{
    list-style: none;
    display: block;
}

.navmenu li{
    display: inline-block;
    font-size: 15px;
}
/* リンク */
a:link{
    color: #4e352e;
}

a:visited{
    color: #4e352e;
}

a:hover{
    color: #40e0d0;
}

a{
    text-decoration: none;
}

/*メイン　ナビ */
.mainnav{
    display: flex;
    justify-content: space-around;
}

.menu::after{
    content: "メニュー";
    display: block;
    font-size:x-small;
    margin: 3px;
}

.photo::after{
    content: "ギャラリー";
    display: block;
    font-size:x-small;
    margin: 3px;
}

.coupon::after{
    content: "クーポン";
    display: block;
    font-size:x-small;
    margin: 3px;
}

.contact::after{
    content: "お問い合わせ";
    display: block;
    font-size:x-small;
    margin: 3px;
}

.mainnav a:hover:after{
    transform: translate(0, 0);
}

.mainnav a:after {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #40e0d0;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    content: "";
}

.mainnav a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/*メイン　画像 */

.mainimg{
    width: 100%;
    padding-bottom: 70px;
    animation: SlideIn 3.6s ;
}

@keyframes SlideIn {
    0% {
        opacity: 0;
        transform: translateY(64px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

/*メイン　セクション1 */
.concept{
    text-align: center;
}

.concept h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.concept p{
    padding-bottom: 70px;
    text-align: center;
}

span.uline{
    background: linear-gradient(transparent 70%, #dfc3bc 0%);
}

/*メイン　セクション2*/
.salonphoto{
    text-align: center;
}

.salonphoto h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.salonphotoimg{
    width: 100%;
    padding-bottom: 50px;

}


/*メイン　セクション3*/
.salondata{
    text-align: center;
}

.salondata h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.salonmenu{
    border-collapse: collapse;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.salonmenu tr{
    border-bottom: 1px dashed #967b7b;
}

.salonmenu th{ 
    padding: 3%;
    width: 40%;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}

.salonmenu td{
    padding: 3%;
    width: 40%;
    text-align: left;
    box-sizing: border-box;
}

iframe{
    padding-top: 50px;
}

/*パンくずリスト*/
ol li{
    display: inline;
    margin-right: 5px;
    font-size: 80%;
}

/*写真*/
.photolist{
    text-align: center;
}

.photolist h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 20px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.photolist p{
    padding-bottom: 30px;
}

.photo1{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.photo2{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.photo3{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.photo4{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

/*メニュー　セット*/
.setmenu{
    text-align: center;
}

.setmenu h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.setmenu table{
    width: 90%;
    margin: 0 0 50px 0;
    border-collapse: collapse;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.setmenu ul{
    text-align: left;
}

.setdata tr{
    border-bottom: 1px dashed #967b7b;
}

.setdata th{ 
    padding: 3%;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}

.setdata td{
    padding: 3%;
    text-align: left;
    box-sizing: border-box;
}

/*メニュー　オプション*/
.optionmenu{
    text-align: center;
}

.optionmenu h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.optionmenu table{
    width: 80%;
    margin: 0 0 50px 0;
    border-collapse: collapse;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.optionmenu ul{
    text-align: left;
}

.optiondata tr{
    border-bottom: 1px  dashed #967b7b;
}

.optiondata th{ 
    padding: 3%;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    box-sizing: border-box;
}

.optiondata td{
    padding: 3%;
    text-align: left;
    box-sizing: border-box; 
}

.optiontanpin tr{
    border-bottom: 1px  dashed #967b7b;
    text-align: center;　
}

.optiontanpin th{ 
    padding: 3%;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

.optiontanpin td{
    padding: 3%;
    box-sizing: border-box; 
    text-align: left;
}

/*サイドメニュー*/
aside ul{
    margin-right: 20px;
    list-style: none;
    
}

aside li{
    padding: 15px;
    background: url(../img/hasami.png) no-repeat;
    background-position:left;
    background-size:40px;
}

aside a{
    display: block;
    padding-left: 30px;
}

.set{
    background-color: #f7f1f1;
}

.opt{
    background-color: #e0d0d0;
}

/*サイドメニュー回り込み設定*/
.menulist{
    float: left;
    width: 100%;
}

aside{
    float: right;
    
}

#footer{
    clear: both;
}

/*クーポン*/
.couponmenu{
    text-align: center;
}

.couponmenu h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.daimei{
    margin-right: auto;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    background: #e0ffff;
    border-radius: 50px;
}

.daimei2{
    margin-right: auto;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    background: #b0e0e6;
    border-radius: 50px;
}

.flex{
    display: flex;
    justify-content:space-around;
    padding-left: 300px;
    padding-right: 330px;
}

.off{
    padding-bottom: 40px;
    font-size: 25px;
    font-weight:bold;
}

/*クーポン　ポイントカード*/
.pointcard{
    text-align: center;
}

.pointcard h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.pointimg{
    width: auto;
}

.pointcard_ul ul{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}
    


/*お問い合わせ*/
.contactmenu{
    text-align: center;
}

.contactmenu h1{
    font-family: 'Architects Daughter', cursive;
    padding-top: 50px;
    padding-bottom: 20px;
    background: url(../img/nikukyu.png) no-repeat top;
    background-size: 55px 55px;
}

.contactmenu p{
    padding-top: 20px;
    padding-bottom: 80px;
}

/*お問い合わせ フォーム*/

form{
    position: relative;
    text-align: center;
}

form p{
    padding: 15px 0;
    margin: 0;
}

form p label{
    position: absolute;
}

form img{
    padding-left: 10px;
    padding-right: 30px;
}

form p input{
    margin-left: 200px;
    width: 400px;
    height: 30px;
}

textarea{
    margin-left: 200px;
    width: 400px;
    height: 100px;
}

button{
    width: 180px;
    padding: 10px;
}

/*フッター*/
html{
    scroll-behavior: smooth;
 }

.sentou{
    position: fixed;
    bottom: 0;
    right: 0;
}

#footer{
    padding-top: 50px;
}

.footer_list{
    display: flex;
    justify-content: space-around;
    background-color: #9ef7f7;
    color: #000000;
    font-size: 25px;
}


.address{
    display: block;
}

.open{
    display: block;
}

.footer_contact{
    display: block;
}

/*フッター　コピーライト*/
.copyright{
    background-color: #9ef7f7;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    
}


/*600px*/
@media(max-width:600px){
    body{
        max-width: 100%;
    }
    iframe{
        width: 100%;
    }
    #header{
       max-width: 100%;
    }
    .pointimg{
        width: 100%;
    }
    form p input{
        width: 200px;
    }
    
    textarea{
        width: 200px;
    }
}

/*750px*/
@media(max-width:750px){
    body{
        max-width: 100%;
    }
    iframe{
        width: auto;
    }
    #header{
        max-width: 100%;
    }
    .pointimg{
        width: 100%;
    }
    form p input{
        width: 200px;
    }
    
    textarea{
        width: 200px;
    }
}

/*1125px*/
@media(max-width:1125px){
    body{
        max-width: 100%;
    }
    iframe{
        width: auto;
    }
    #header{
        max-width: 100%;
    }
    .pointimg{
        width: 100%;
    }
}



/*ヘッダー部分

ギャラリー　写真
クーポン

*/