@charset "utf-8";
#appcal-sp{
	text-align: center;
}
.appcalendar{
	width:100vw;
	overflow-y: hidden;
	height: 400px;
	margin-left: 2.5vw;
	border-collapse:collapse;
	border:0px;
	
}
#page-ndatail .submit-button{
	margin-right:140px;
}
.calnplink-sp{
width:90%;
text-align: center;
font-family: 'BellL';
font-size: 26px;
margin: 0 auto;
}
.calnplink-sp #calnen{
width:100%;
text-align: left;
display:block;
font-size: 50px;
}
.calnplink-sp .konsyu{
clear:both;
}
.caldesc-sp{
width:90%;
text-align:left;
margin: 3vw auto 0;
}
.nowrap{
white-space: nowrap;
}
.caldesc-sp a{ z-index: 100;}

.appcalendar thead,
.appcalendar tbody {
  display: block;
  width:120vw;
  
}
.appcalendar thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.appcalendar tbody {
	display: block;
    overflow-y: scroll;
    height: 450px;
    table-layout: fixed;
}
.appcalendar th,
.appcalendar td {
  width: 8vw;
}
.appcalendar button{
	width: 100%;
	height: 40px;
	font-size: 24px;
	cursor: pointer;
	background:none;
	border: none;
	position: relative;
	padding: 0;
	z-index:100;
}
.appcalendar button span{
	font-size: 12px;
}
.appcalendar th,.appcalendar td{
white-space: nowrap;
text-align:center;
}
.cal-border-ccc{
	border:1px solid #999;

}
.cal-bg-red{
	/*background:#FFDDDD;*/
	background-color:rgba(254,220,220,0.5);
}
.cal-bg-blue{
	/*background:#87CEEB;*/
	background-color:rgba(135,206,235,0.5);
}
.cal-bg-white{
	background-color:rgba(255,255,255,0.5);
}
.cal-bg-green{background-color:rgba(171,255,127,0.5);}
.appcalendar th{
	background-color:rgba(0,0,0,0.8);
	color: #fff;
}
.cal-border-3{
border:1px solid #999;
border-top:3px solid #999;
}
/*　ここから追加　*/
.page-template-tmp_appointment #page-ncon .white-box{
	padding:20px 70px;
}

#step1,#step2,#step3,#step4,#step5{
width: 20%;height: 98px;
border: 1px solid #000;
text-align: center;
line-height: 1;
position: relative;
float: left;
margin-top: 20px;
}
#step2,#step3,#step4,#step5{
margin-left: 4%;
}
#step1 .bell-l,#step2 .bell-l,#step3 .bell-l,#step4 .bell-l,#step5 .bell-l{
margin: 24px 0 0 0;
display: block;
}
#step1:after,#step2:after,#step3:after{
    content:'';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 30px;
    left: 108%;
	border-left: 12px solid #333;
}
.current-step,.current-step span{
	background: #87b400;
	color: #fff;
}
#appointment{
	margin-top: 100px;
	position: relative;
	min-height: 500px;
}
#menu-rect{
	position: relative;
	min-height: 500px;
	text-align: center;
	padding-top: 20px;
}
.page-template-tmp_appointment #page-ncon{ margin-bottom: 90px; }
.form-sp{
	margin: 0px auto;
	display: block;
	width: 70%;
	text-align: left;
}
.form-sp div{
	margin-top: 30px;
}
.form-sp label{font-weight:bold;}

.w20par{width:20%;}
.w80par{width:80%;}
.w60par{width:60%;}
.w100par{width:96%;}
.form-sp .bt-sp{text-align: center;}
.form-sp p{
font-size: 16px;
background: #ffffff;
padding: 5px 10px;
}
#appointment .menu-li{
	width:50%;
	margin: 50px auto;
	position: relative;
	min-height: 500px;
	display: inherit;
}
#appointment dl{
	width:94%;
	position: absolute;
	top: 30px;left: 3%;
	padding: 0;
	text-align:center;
}
#appointment dt,#appointment dd{
	min-height: 60px;width:100%;
	font-weight: bold;
	letter-spacing: 2px;
	
	display:inline-block;
}
#appointment dt{
	padding: 0;
	margin-top: 60px;
	margin-bottom: 40px;
}
#appointment dd{
	border-bottom: 2px dotted #000;
	padding: 14px 2% 10px;
	width: 90%;
	margin: 0;
	text-align: left;
	position: relative;
	display: inline-block;
}
#appointment dd .right{
	position:absolute;
	right: 2vw;bottom: 5px;
}

/*
#appointment dd .left{
	border: 1px solid red;
}*/
#appointment .more-bt{
	position: absolute;
	bottom: 2vw;left: 44%;
	width: 150px;
	text-align:left;
}
#appointment .more-bt::after {
	bottom: 52px;
}
.menutxt{
font-weight: normal;
margin-left: 42px;
display:inline-block;
padding-right:150px;
}

/*チェックボックス装飾*/
input[type="checkbox"],input[type="radio"]  {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
	z-index: 100;
}

input[type="checkbox"]:checked ,input[type="radio"]:checked {
    /*Other Browser
    background: #99cc00;*/
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );*/
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked:before{
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
	-ms-transform: rotate(-53deg);
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

input[type="text"],input[type="email"],textarea ,select{
border:0;
padding:5px;
font-size:1.2em;
font-family:Arial, sans-serif;
border:solid 1px #999;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

input::placeholder{ color: #DEDEDE }
/* IE */
input:-ms-input-placeholder { color: #DEDEDE }
/* Edge */
input::-ms-input-placeholder { color: #DEDEDE }

.result-sp{
margin-top: 280px;
text-align: center;
}
.result-sp h3{
margin: -95px 0 0 0;
height: 120px;
}
.result-sp ul,.result-sp .butt-sp{
width:80%;
margin-left:10%;
}
.result-sp .butt-sp{
text-align:center;
}
.result-sp li{
padding: 0 50px;
display: inline-block;
width: 80%;
}
.result-sp span {
line-height: 1.2;
}
.result-sp #reslistul{
margin-top: 20px;

}
.result-sp .li-sen{
border-top: 1px #666 dotted;
}
#page-ndatail #fix-submit-button {
position:fixed;
left: -10%;
bottom: 0px;
z-index:120;
width:120%;
display: none;
}
input.submit-button {
    padding: 10px 8%;
    font-size: 1.2em;
    background-color: #336633;
    color: #fff;
    border-style: none;
	cursor: pointer;
}
input.submit-button:hover {
  background-color: #628962;
}
.form-sp .white-box .font-16{
width:100%;
display:block;
text-align:center;
}
.form-sp .result-sp ul{
width:100%;
margin-left:0;
}
/*
#appointment-confirmform div,#appointment-confirmform .white-box{
	position: relative;
	width: 60%;
	margin: 0 auto;
	text-align: left;
}
#appointment-confirmform div p{
font-size: 16px;
background: #ffffff;
padding: 5px 10px;
}
*/

@media only screen and (max-width:1200px){
/*
#step1,#step2,#step3,#step4,#step5{
	width: 16%;
}
#step1:after,#step2:after,#step3:after,#step4:after{
    left: 102%;
}
*/
.result-sp ul,.result-sp .butt-sp{
width:90%;
margin-left:5%;
}
.result-sp li{
padding: 0;
width: 100%;
}
.appcalendar{
	margin-left: 20px;
}
.appcalendar th,
.appcalendar td {
  width: 9vw;
}

}

@media only screen and (max-width:1020px){
#appointment{ width: 100%; }
#appointment .menu-li{
	width: 76%;
}
.page-template-tmp_appointment #page-ncon .white-box{
	padding:20px 10px;
}
}
@media only screen and (max-width:940px){

#page-ncon{
width: 100%;
margin: 0 100px 0 0;

}
.result-sp h3{
margin: -75px 0 0 0;
}
/*
.result-sp li{
padding: 0 5px;
width: 96%;
}
*/
.appcalendar{
	margin-left: 6vw;
}
.form-sp .result-sp h3{
	margin-top: -75px;
	
}

}
@media only screen and (max-width:740px){

#appointment .menu-li{
	width: 95%;
}
#appointment dd{
	padding: 14px 0px 0px;
	width: 94%;
	min-height: 120px;
}
.menutxt{
padding-right:5px;
}
#appointment dd .font-16,#appointment dd .menutxt{
/*font-size: 14px;*/
letter-spacing: 0px;
}
/*
#appointment dd .right{
top:100px;height: 20px;
}
*/
.result-sp{
margin-top: 380px;
}
#page-ndatail #submit-button {
display: none;
}
#appointment dl{
	top: 0;
}
.appcalendar th,
.appcalendar td {
  width: 9.4vw;
}
/*ここから修正*/
.page-template-tmp_appointment #main-sp h2{display:none;}
.page-template-tmp_appointment #main-sp #page-ndatail{
margin:0;
padding:0;
width: 100%;
}

}
@media only screen and (max-width:640px){

.appcalendar th,
.appcalendar td {
  width: 64px;
}
.calnplink-sp .konsyu{
font-size: 16px;
}
.appcalendar th,
.appcalendar td {
  width: 9.2vw;
}
#appointment dd .font-16{
font-size: 14px;
}

}
@media only screen and (max-width:600px){
.appcalendar th,
.appcalendar td {
font-size: 12px;
padding: 0;
}
.appcalendar button{
font-size: 20px;
}
.appcalendar th,
.appcalendar td {
  width: 10.3vw;
}
.appcalendar{
	margin-left: 4.5vw;
}
#page-ndatail p{font-size:14px;}
.w60par{width:96%;}
.w80par{width:96%;}
.w20par{width:40%;}
/*.result-sp li{ height:60px; }*/
.form-sp{width:90%;}

}
@media only screen and (max-width:400px){
#main-sp,#page-ncon{
width: 100%;
}
.calnplink-sp .left,.calnplink-sp .right{
font-size: 16px;
}
.mwaku{display:none;}
#appointment{
padding:0;
margin:0;
box-shadow: 0 0 0 2px #000 inset;
}
#appointment dl{
	width: 90%;
	left: 5%;
}
.result-sp{
margin-top: 100px;
}
.appcalendar th,
.appcalendar td {
  width: 11.5vw;
}
.appcalendar{
	margin-left: 0;
}
#main-sp{
	margin:0;
}
#page-ndatail p{font-size:12px;}
input[type="text"],input[type="email"],textarea {
font-size:1em;
}
.form-sp{width:96%;}
#step1:after,#step2:after,#step3:after,#step4:after{
    left: 100%;
}
}

@media only screen and (max-width:340px){
.appcalendar th{
font-size:10px;
}
.appcalendar td button{
width: 32px;
}
}
