﻿body,html {
    margin: 0px;
    padding: 0px;
    font-family : "さざなみゴシック","Sazanami Gothic","sans-serif",
                  "MS Trebuchet","ITC Avant Garde Gothic","MS Arial","MS Verdana",
                  Univers,Futura,"ITC Stone Sans","Gill Sans","Akzidenz Grotesk",Helvetica;

}

html{
    user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

ul {
    padding: 0px;
    margin: auto;
    list-style-type: none;
}

img{
    max-width:100%;
    width:100%;
}

header{
    display:block;
    color:#fff;
    margin:auto;
    text-align:center;
    background-size:100% 100%;
}

footer{
    display:block;
    margin:auto;
    text-align:center;
    background-color:#c7171e;
    color:#fff;
}

content{
    display:block;
    color:#666;
    margin:auto;
    text-align:center;
}

button{
    display:block;
    color:#c9171e;
    border:1px solid #c9171e;
    background-color:#fff;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
             border-radius: 6px;
}

button:hover{
    color:#fff;
    background-color:#c9171e;
}

button:active{
    color:#fff;
    border:1px solid #f00;
    background-color:#f00;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"] {
    color: black;
    text-align: left;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: black;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 2px;
    height: 24px;
    font-size: 120%;
    line-height: 20px;
    color: #000;
    vertical-align: middle;
    border-radius: 4px;
}

textarea{
    color:black;
    text-align: left;
    background: #fff;
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
             border-radius: 6px;
	border: 1px solid #ccc;
    color:black;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 2px;
    height: 20px;
    font-size:110%;
    font-weight:bold;
    line-height: 20px;
    color: #000;
    vertical-align: middle;
    border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
    background: #fff1f5;
    border-color: rgba(201, 23, 30, 0.8);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 240, 240, 0.6);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.radio {
  display: none;
}
.radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #999;
}

.radio:checked + .radio-icon:before {
  content: "\f3a7";
  color: #c9171e;
}

.radio-str{
  display:inline-block;
  vertical-align:text-bottom;
}

.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #999;
}
.checkbox:checked + .checkbox-icon:before {
  content: "\f374";
  color: #c9171e;
}

.checkbox-str{
  display:inline-block;
  vertical-align:text-bottom;
}

.planselectinfo{
    font-weight:bold;
    color:#c9171e;
}

.q_left{
    display:block;
}

.q_left .column {
    display:block;
}
.q_left .mark{
    display:block;
}

.q_right{
    display:block;
}

.q_right_w{
    display:block;
}

.q_right_w2{
    display:block;
}

.r_left{
    display:block;
}

.r_right{
    display:block;
}

.peoplesubtitle{
    display:inline-block;
}
.txtpeopleinput{
    display:inline-block;
    text-align:right !important;
}
.peoplesubafter{
    display:inline-block;
}

.reservebtn{
    background-color:#c9171e;
    color:#fff;
    font-weight:bold;
}

.reservebtn:hover{
    background-color:#fff;
    color:#c9171e;
}

.reservebtn:active{
    background-color:#fff;
    color:#fff;
}

/* inactive
===============================================*/
.sorry{
    display:block;
    width:100%;
    color:#c9171e;
}

.sorryimage{
    display:block;
}
/*===============================================
 inactive */

/* calender
===============================================*/
.datepicker{
    display:block;
    background-color:#fff;
    position:relative;
    z-index:9999;
}

.datepicker .yearmonth{
    display:block;
    border-top:1px solid #c9171e;
    border-right:1px solid #c9171e;
    border-left:1px solid #c9171e;
}

.datepicker .columns{
    display:block;
}

.datepicker .columns li{
    display:block;
    float:left;
    border-bottom:1px solid #c9171e;
    border-right:1px solid #c9171e;
}

.datepicker .columns .dss:hover{
    font-weight:bold;
    color:#f00;
    background-color:#fef;
}

.datepicker .columns .dss:active{
    font-weight:bold;
    color:#fff;
    background-color:#f00;
}


.datepicker .columns .top {
    border-top:1px solid #c9171e;
}

.datepicker .columns .left {
    border-left:1px solid #c9171e;
}

/*===============================================
  calender */

/* date selector
===============================================*/
.dateselectorwrap{
    display:block;
}

.dateselector{
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    overflow:hidden;
    border:1px solid #ccc;
    border-radius:6px;
    background:#fff url(../img/selectbg.png) no-repeat right center;
    position:relative;
    z-index:3;
}

.dateselector select{
    text-overflow:ellipsis;
    box-sizing:border-box;
    width:calc(100%);
      -webkit-appearance: none;
      -moz-appearance: none;
    padding: 0px 20px 0px 4px;
    margin-top: -4px;
    margin-bottom: 2px;
    height: 26px;
    font-size:110%;
    line-height: 24px;
    color: #000;
    background:transparent;
    border:none;
    border-radius:4px 3px 3px 4px;
    font-size:14px;font-size:1.4rem;line-height:1.5em;color:#333;
    white-space:normal;
    position:relative;
    z-index:99;
}

.dateselector select:focus {
    outline: 0px none;
    border-color: rgba(201, 23, 30, 0.8);
}

/*===============================================
  date selector */

/*
    error
=================================================*/
.reserveerror_wrap{
    position:relative;
    display:none;
}

.reserveerror{
    position:absolute;
    display:inline-block;
    color:black;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
             border-radius: 3px;
	border: 1px solid #f00;
    color:black;
    display: inline-block;
    padding-left:20px;
    padding-bottom:2px;
    padding-right:20px;
    font-size:80%;
    font-weight:bold;
    z-index:999;
}

.process,.currentprocess {
    display:inline-block;
    position:relative;
}

.process::after,.currentprocess::after{
    content:'  ';
	width: 0;
	height: 0;
    display:inline-block;
    position:absolute;
    top:0;
}

.currentprocess{
    background-color:#ffd8d8;
    font-weight:bold;
    color:#c9171e;
}

.process{
    background-color:#ccc;
    color:#666;
}

.processspc {
    display:inline-block;
}

.indicator{
    display:block;
    width:100%;
    height:auto;
    margin-bottom:20px;
}


.reserve_selectdate .info{
    color:#c7171e;
    font-weight:bold;
}
.reserve_selectdate .info2{
    font-size:70%;
}

.reserve .wait{
    display:block;
    margin:40px auto;
    width:32px;
    height:32px;
}

.inquiry_sendwait_wrap{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba( 0,0,0,0.6 );
    text-align:center;
    z-index:100,
}

.inquiry_sendwait{
    display:block;
    position:absolute;
    top:120px;
    left:0;
    right:0;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    border:2px #c9171e solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#c9171e;
    font-size:120%;
    font-weight:bold
}

.inquiry_sendwait img {
    display:block;
    max-width: 32px;
    margin-top:5px;
    margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
}

/*
    キャンセル料の説明画面
=======================================*/
#soptcheckwrap, #soptcheckwrap2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
}

.soptcheck, .soptcheck2 {
    display: block;
    color: #444;
    background-color: #fff;
    border: 2px solid #c9171e;
    border-radius: 6px;
    box-shadow: 3px 3px 10px -3px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.soptcheck .sopt_title, .soptcheck2 .sopt_title2 {
    background-color: #c9171e;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
}

.soptcheck .sopt_close, .soptcheck2 .sopt_close2 {
    position: absolute;
    top: -20px;
    right: -18px;
    display: block;
    cursor: pointer;
}

.soptcheck .soptcheck_guide, .soptcheck2 .soptcheck_guide2 {
    font-size: 90%;
}

.soptcheck .sopt_subtitle, .soptcheck2 .sopt_subtitle2 {
    font-weight: bold;
    color: #000;
}

.soptcheck .soptcheck_guide .sopt_p, .soptcheck2 .soptcheck_guide2 .sopt_p2 {
    font-weight: bold;
    color: #000;
}

.soptcheck .soptcheck_guide .sopt_button, .soptcheck2 .soptcheck_guide2 .sopt_button2 {
    display: block;
    text-align: center;
}

.soptcheck .soptcheck_guide .sopt_button button, .soptcheck2 .soptcheck_guide2 .sopt_button2 button {
    display: inline-block;
    font-weight: bold;
    font-size: 100%;
}

.timemessage {
    display: block;
    border: 1px solid #c9171e;
    border-radius:6px;
    color: #c9171e;
}

#biztimecalender_wait {
    display: none;
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#biztimecalender_wait img{
    display:block;
    width:32px;
    height:32px;
    margin:auto;
}

#soptcheckwrap3 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
}

.soptcheck3 {
    display: block;
    color: #444;
    background-color: #fff;
    border: 2px solid #c9171e;
    border-radius: 6px;
    box-shadow: 3px 3px 10px -3px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.soptcheck3 .sopt_title3 {
    background-color: #c9171e;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
}

.soptcheck3 .sopt_close3 {
    position: absolute;
    top: -20px;
    right: -18px;
    display: block;
    cursor: pointer;
}

.soptcheck3 .soptcheck_guide3 {
    font-size: 90%;
}

.soptcheck3 .sopt_subtitle3 {
    font-weight: bold;
    color: #000;
}

.soptcheck3 .soptcheck_guide3 .sopt_p3 {
    font-weight: bold;
    color: #000;
}

.soptcheck3 .soptcheck_guide3 .sopt_button3 {
    display: block;
    text-align: center;
}

.soptcheck3 .soptcheck_guide3 .sopt_button3 button {
    display: inline-block;
    font-weight: bold;
    font-size: 100%;
}
