@charset "utf-8";
@import url("reset.css");

/*--Base------------------------------------------------------------*/
html,body {
    width: 100%;
}
html {
    height: 100%;
    overflow-y: scroll;
}
/*--Reset-----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
ul,ol {
    list-style: none;
}
/*--Text------------------------------------------------------------*/
body {
    background: #FFF000;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
/*--Link------------------------------------------------------------*/
a,
a:link {
    color: #333333;
}
a:visited {
    color: #333333;
}
a:hover,
a:active {
    color: #777777;
}
a:focus {
    outline: none;
}
a:hover{
    color:#E48E00;
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
a:not([href]):not([tabindex]) {
    color: #333333;
    text-decoration: none;
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
    display: block;
}
/*--font-----------------------------------------------------------*/
.f10{
    font-size: 10px;
}
.f12{
    font-size: 12px;
//    line-height: 12px;
}
/*--layout----------------------------------------------------------*/
.h50{
    height:50px;
}
.h150{
    height:150px;
}
.w100 {
    width: 100px;
}
h2 {
    padding: 10px 0;
}
#wrapper {
    width: 100%;
}
h1 {
}
span.nobr {
   display: inline-block;
}
.center{
    text-align: center;
}
/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
header{
}
#header {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#contents {
    max-width: 960px;
    margin: 0 auto;
}
.toplogo{
    max-width: 80%;
}
.list_icon{
    max-width: 60px;
}
.allow_icon{
    max-width: 14px;
}
/*--------------------------------------------------------------------
右サイドバー
--------------------------------------------------------------------*/
#main {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0 -260px 0 0;
}
#main-inner {
    max-width: 960px;
    min-width: 587px;
    margin: 0 auto;
}
/*------------------------------------------------------------------*/
#contents_link{
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size:14px;
}
.box_under{
    height: 130px;
    margin: 10px 10px;
}
.box_under a{
    text-decoration:underline;
}
.box_under img{
    margin: 10px;
}
#contents_link h6{
    text-decoration:underline;
}
/*------------------------------------------------------------------*/
#foot_com{
    overflow: hidden;
    width: 100%;
    background: #fff;
}
#foot_com section{
    width: 960px;
    margin: 0 auto;
    font-size:14px;
}
#foot_com p{
    padding: 20px 0 ;
    width: 50%;
    background: #fff;
}
/*------------------------------------------------------------------*/
footer {
    text-align:center;
    margin: 20px auto 0;
}
#footer footer {
    margin: 0 auto;
    padding: 6px 0 ;
    background: #fff;
}
#header header,#navi
#contents,
#footer footer {
    max-width: 960px;
}
/*--common----------------------------------------------------------*/
#header h1,
#header h2,
#contents h3,
#header p,
#contents p,
#contents ul,
#footer p {
    padding: 4px;
}
.left{
float:left;
}
.right{
float:right;
}
.clear{
float:none;
clear:both;
}
/*------------------------------------------------------------------*/
.btn_next {
    display: block;
    width: 220px;
    margin: 30px auto;
    text-align: center;
    font-size: 24px;
    padding: 20px 40px;
    background-color: #248;
    background: -moz-linear-gradient(top,#0099CC 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
/*------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);

@prim: #53e3a6;

#shop{
    color: #2c596f;
    max-width: 90%;
    max-width: 840px;
    margin: 0 auto;
}
form input[type=text],form input[type=password],form input[type=date] ,form input[type=time] ,form input[type=tel] ,form input[type=number],form input[type=email] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #2c596f;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    display: inline-block;
    font-size: 18px;
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    outline: 0;
    padding: 10px 10px;
    margin: 0 auto 15px auto;
    vertical-align: baseline;
    max-width: 100%;
//    width: 540px;
}
form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #2c596f;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    display: block;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    margin: 0 auto 10px auto;
    max-width: 100%;
    outline: 0;
    padding: 10px 20px;
}
#cltel1, #cltel2, #cltel3,#stel1, #stel2, #stel3,#otel1, #otel2, #otel3, #zip1, #zip2, #lat, #lon{
    display: inline-block;
    max-width: 25%;
    width: 160px;
}
@media screen and (max-width:400px){
#cltel1, #cltel2, #cltel3,#stel1, #stel2, #stel3,#otel1, #otel2, #otel3, #zip1, #zip2, #lat, #lon{
    width: 100px;
}
}
#lat, #lon{
    max-width: 90%;
}
input[type=time].time{
    width: 114px;
    display: inline-block;
}
table.input{
    max-width: 90%;
    margin: 0 auto;
}
.input div{
    vertical-align: top;
}
.input div.last{
    padding: 0;
/*    width: 260px;*/
    max-width: 90%;
}
div.input{
    width: 540px;
    max-width: 90%;
    margin: 0 auto;
}

.lnk_button{
    appearance: none;
    background-color: white;
    border: 0;
    border-radius: 12px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 10px 15px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    max-width: 600px;
}
form button ,form #submit_button ,a.button,form input#return_button,#chk_return_button,label.button,#area.button,input#submit_buttons,.submit_button{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #009fe8;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    outline: 0;
    padding: 10px 15px;
    width: 250px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

form input#return_button,#chk_return_button{
    width: 150px;
}

.preview_btn{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    padding: 10px 15px;
    color: #53e3a6;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background: #FFF000;
    margin: 20px auto 0px auto;
    text-align: center;
}
#top li,#list li,#area li,#stafflist li{
    text-align: center;
    margin: 0 auto;
    padding: 4px 0px;
}

.w250{
    width: 260px;
    margin: 0 auto;
}

.w180{
    width: 180px;
    margin: 0 auto;
}

#top .w250 li{
    width: 80px;
}

#top .m5{
    margin:0 5px 0 0
}

.button3{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 5px;
    color: #53e3a6;
    border-radius: 3px;
    width: 80px;
    height:50px;
    line-height:40px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    
    ::-webkit-input-placeholder { /* WebKit browsers */
        font-family: 'Source Sans Pro', sans-serif;
            color:    white;
        font-weight: 300;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-family: 'Source Sans Pro', sans-serif;
         color:    white;
         opacity:  1;
        font-weight: 300;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-family: 'Source Sans Pro', sans-serif;
         color:    white;
         opacity:  1;
        font-weight: 300;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        font-family: 'Source Sans Pro', sans-serif;
         color:    white;
        font-weight: 300;
    }
}

.wrapper{
//    background: #50a3a2;
//    background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
//    background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
//    background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
//    background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
    
//    position: absolute;
//    top: 50%;
//    left: 0;
    width: 100%;
//    height: 400px;
//    margin-top: -200px;
    overflow: hidden;
    
    &.form-success{
        .container{
            h1{
                transform: translateY(85px);
            }
        }
    }
}

.container{
    max-width: 600px;
    margin: 0 auto;
//    padding: 80px 0;
//    height: 400px;
    text-align: center;
    
    h1{
        font-size: 40px;
        transition-duration: 1s;
        transition-timing-function: ease-in-put;
        font-weight: 200;
    }
}

form{
    padding: 0 0 20px 0;
    position: relative;
    z-index: 2;
/*    
    input[type=text]{
        display: block;
        appearance: none;
        outline: 0;
        border: 1px solid fade(white, 40%);
        background-color: fade(white, 20%);
        width: 250px;
        
        border-radius: 3px;
        padding: 10px 15px;
        margin: 0 auto 10px auto;
        display: block;
        text-align: center;
        font-size: 18px;
        
        color: white;
        
        transition-duration: 0.25s;
        font-weight: 300;
        
        &:hover{
            background-color: fade(white, 40%);
        }
        
        &:focus{
            background-color: white;
            width: 300px;
            
            color: @prim;
        }
    }
*/    
    button{
        appearance: none;
        background-color: white;
        border: 0;
        border-radius: 12px;
        color: @prim;
        cursor: pointer;
        font-size: 18px;
        outline: 0;
        padding: 10px 15px;
        transition-duration: 0.25s;
        width: 250px;
        
        &:hover{
            background-color: rgb(245, 247, 249);
        }
    }
}


@-webkit-keyframes square {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-700px) rotate(600deg); }
}
@keyframes square {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-700px) rotate(600deg); }
}
/*------------------------------------------------------------------*/
h2 {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
h2:first-letter {
    margin-right: .1em;
    font-size: 1.5em;
}
.supplement{
    font-size: 12px;
}
#manage table.input{
    max-width: 100%;
}
#manage form input[type=text]{
    width: 100%;
}
#com td{
    text-align: left;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #fff;
    width: 254px;
    border-radius: 3px;
    padding: 10px 10px;
    margin: 0 auto 10px auto;
    display: block;
    font-size: 18px;
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}
#manage textarea {
    width: 100%;
}
#login-button,form input#submit_button,input#chk_return_button,input#preview,input#submit_buttons,.submit_button{
    color:#000;
    display:block;
    margin: 20px auto 0;
}
form input#return_button{
    margin: 0px auto;
    display:block;
}
.input th{
    vertical-align: top;
}
#manage tr{
}
@media screen and (max-width:400px){
.input th{
    vertical-align: top;
    width: 65px;
}
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------
list
------------------------------------------------------------------*/
#list .off {
    background-color: #e67168;
    color: #fff;
}
.check{
    display:none;
}
.drop_box{
    padding: 10px 0;
}
.drop_box_area{
    float: right;
    padding: 0 5px 0;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
#area .all_view {
    background-color: #FF9966;
    color: #fff;
}
#area .area_choice {
    background-color: #6666CC;
    color: #fff;
}
/*------------------------------------------------------------------
top
------------------------------------------------------------------*/
#top .banner {
    display: inline-block;
    width: 250px;
    background-color: #FF9966;
    color: #000;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #ccc;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 4px 4px;
}
/*------------------------------------------------------------------

------------------------------------------------------------------*/
#super_table{
    color: #000;
}
/*------------------------------------------------------------------

------------------------------------------------------------------*/
#shoplist .error{
    background: #FF9966;
}
.menu_link_button{
    text-align: center;
    padding: 10px 15px;
    width: 150px;
    margin: 0px auto;
    display:block;
    background-color: #a1b91d;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
.close_button{
    text-align: center;
    padding: 10px 15px;
    width: 100px;
    margin: 0px auto;
    display:block;
    background-color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.return_button{
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    padding: 10px 15px;
    width: 100px;
    margin: 0px auto 20px;
    display:block;
}
.del_btn{
    text-align: center;
    background-color: #FFF;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    margin: 0 10px;
    padding: 10px;
    width: 40px;
}
#menu input[type=text]{
    margin: 4px;
}
.add_menu{
    text-align: center;
    padding: 2px 15px;
    display:block;
    background-color: #FFF;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}
#menu .table{
    width: 500px;
    margin: 0px auto;
}
img.imgView {
    max-width: 460px;
/*    max-height: 200px;*/
}

#manage {
    padding: 0 5px;
}
.tittle{
    background:#2c596f;
    color:#fff;
    padding:6px 0 ;
    text-align:center;
}
.shop_name{
    background:#fff;
    color:#2c596f;
    padding:10px 0 ;
    text-align:center;
}
@media screen and (min-width: 600px){
  .sp{
    display: none;
  }
  .spbr{
    display: none;
  }
}
.imgInput{
    margin: 10px ;
}
.img_tittle{
    background:#2c596f;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color:#fff;
    padding:10px 20px ;
    text-align:center;
    margin: 10px ;
}
.label_tittle ,.label_tittle span{
    font-weight: bold;
    line-height: 1.5;
}
.sns_tittle ,.sns_tittle span{
    background:#2c596f;
    color:#fff;
    font-weight: bold;
    line-height: 1.2;
    padding:1.5rem 0 !important;
    text-align: center;
}
.submit01{
    background:#cccccc;
    border: none;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    display: inline-block;
    padding:4px 20px;
    text-align: center;
}
.upload-limit {
    margin: 10px;
}