@charset "utf-8";
/* CSS Document */
/*カレンダーここから*/
body{
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    margin: 0;
	width: 100%;
}
p{
    font-size: 16px;
}
a{
    text-decoration: none;
    color: #333;
	display: block;
}
h2.date{
    background-color: #666666;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
	padding: 12px 0;
	margin-bottom: 20px;
}
.flex{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 20px;
}
.flex.right{
	justify-content: flex-end;
	margin: 30px 20px 50px 0;
}
.flex-color{
    display: flex;
}
.flex-color p{
    padding-right: 10px;
	font-weight: bold;
}

.flex-color .close{
    color: #FFDDDD;
    padding-right: 10px;
}
.flex-color .today{
    color: #FFFFB7;
    padding-right: 10px;
}
.flex .btn-month{
    position: relative;
    font-size: 18px;
	font-weight: bold;
    border: solid 1px #333333;
    border-radius: 10px;
    padding: 10px 60px 10px 45px;
}
.flex .btn-month::before{
    content: '';
    position: absolute;
    top: 38%;
    right: 22%;
    background: #333;
    height: 12px;
    width: 16px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(270deg);
}

.days {
    padding: 0;
}
.days li{
    font-size: 16px;
	font-weight: bold;
    list-style: none;
    border-top: solid 1px #B7B7B7;
    padding: 10px 20px;
}
.days li:last-child{
    border-bottom: solid 1px #B7B7B7;
}

.days li.st{
    color: #3366FF;
}
.days li.sun{
    color: #FF0000;
}
.days li.today{
    background-color: #FFFFB7;
	max-width: 100%;
}
.days li.close{
    background-color: #FFDDDD;
	max-width: 100%;
}
.days li .yoyaku-time{
    border-bottom: dotted 1px #B7B7B7;
    padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
    color: #000;
}
.days li .yoyaku-time span{
    font-feature-settings: "palt";
}

.days li .yoyaku-time .btn-yoyaku {
	display: block;
	padding: 10px 0;
	text-align: center;
	background: #fff;
	margin-top: 10px;
	border-radius: 10px;
	border: solid 1px #B7B7B7;
}
.days li .yoyaku-time .btn-yoyaku.reception_closed {
	opacity: 0.5;
}
footer p {
	text-align: center;
}
img {width:100%;}
@media (max-width: 352px){
	.flex-color .close {
		padding-right: 5px;
	}
	.flex .btn-month {
		padding: 10px 30px 10px 15px;
	}
	.flex .btn-month::before {
		right: 9%;}
}
@media (max-width: 290px){
	.flex-color p {
		font-size: 14px;
	}
	.flex .btn-month {
		font-size: 16px;
	}
	}
/*カレンダーここまで*/

/*フォームここから*/
.btn-back {
	position: relative;
	display: block;
	text-align: center;
	padding: 8px 0;
	border :solid 1px #333333;
	margin: 20px;
	border-radius: 10px;
}
.btn-back a {
	font-size: 20px;
	font-weight: bold;
	padding-left: 16px;
}
.btn-back a::before {
	content: '';
    position: absolute;
    top: 40%;
    left: 28%;
    background: #333;
    height: 12px;
    width: 16px;
    clip-path: polygon(0 100%, 100% 100%, 50% 0%);
    transform: rotate(270deg);
}
p.pdg_20 {
/*	width: 100%;*/
	font-weight: normal;
	margin-bottom: 20px;
    padding: 0 20px;
}
.form_tbl {
	width: 100%;
	padding: 0 20px;
}
.form_tbl th,.form_tbl td {
	display: block;
	width: 100%;
	text-align: left;
}
.slct_box {
	position: relative;
}
.form_tbl td input,.form_tbl td select,.form_tbl td textarea {
	min-width: -webkit-fill-available;
	height: 35px;
	border: solid 1px #B7B7B7;
	padding: 5px;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.form_tbl .input_date input {
	border-radius: 0;
}
.slct_box select {
-webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  background-image: url("../img/Icon ionic-ios-arrow-dropdown-circle.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
.form_tbl td input.input-radio {
	height: inherit;
}
.form_tbl td.radio {
	display: inline-block;
	padding: 12px 0;
	font-weight: bold;
}
.form_tbl td.radio input {
	min-width: inherit;
	margin-right: 10px;
	transform: scale(1.5);
}
.form_tbl td select {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
    border-radius: 10px;
}
.form_tbl td.radio label {
	margin-right: 18px;
}
.form_tbl td input.select_date {
	border: none;
	border-bottom: 1px solid #B7B7B7;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.form_tbl th {
	margin-top: 20px;
}
.form_tbl td .notes {
	height: 60px;
	width: 96%;
}
.btn-check {
	background: #666666;
	text-align: center;
	margin: 30px 20px 50px 20px;
	border-radius: 10px;
	padding: 10px 0;
}
.btn-check a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*フォームここまで*/

/*確認画面ここから*/
.confirmation_box {
	padding: 0 20px;
}
.confirmation_tbl {
	width: 100%;
	border: solid 1px #B7B7B7;
	border-collapse: collapse;	
}
.confirmation_tbl tr {
	border-bottom: solid 1px #B7B7B7;
}
.confirmation_tbl tr:last-child {
	border-bottom: none;
}
.confirmation_tbl th,.confirmation_tbl td {
	padding: 20px 12px;
	font-size: 12px;
	font-weight: bold;
}
.confirmation_tbl th {
	background: #EFEFEF;
	white-space: nowrap;
}
.btn-check.cfmt {
	margin-top: 20px;
	margin-bottom: 10px;
}
.btn-back.cfmt {
	margin-top: 10px;
}
.btn-back.cfmt a {
	font-size: 18px;
	padding-left: 19px;
}
.btn-back.cfmt a::before {
	top: 37%;
	left: 30%;
}
@media (max-width: 315px){
	.btn-back.cfmt a::before {
		left: 24%;
	}
}
/*確認画面ここまで*/