@charset "UTF-8";

#calendar.device_sp .l-main.page-home {
	margin-top: -15px !important;
}

.calendarbox {
	padding: 60px 0;
	position: relative;
	width: 700px;
	margin: 0 auto;
}

.device_sp .calendarbox {
	width: 100%;
	padding: 0;
	margin-top: 60px;
}

#calendar_wrap {
	position: relative;
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.device_sp .wp-calendar-nav {
	top: 0;
}

.calendar-title .title .month {
	font-size: 5.5rem;
	display: inline-block;
	margin-right: 15px;
}

#calendar_wrap td a {
	display: flex;
	background: #000;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
}

.device_sp #calendar_wrap td a {
	width: 30px;
	height: 30px;
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
	position: relative;
	color: #fff;
}

.wp-calendar-nav-prev a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(-135deg);
}

.device_sp .wp-calendar-nav-prev a:before {
	top: 15px;
}

.wp-calendar-nav-next a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}

.device_sp .wp-calendar-nav-next a:before {
	top: 15px;
}

.calendarbox .note {
	text-align: center;
	position: absolute;
	top: 130px;
	width: 100%;
}

.device_sp .calendarbox .note {
	text-align: center;
	top: 45px;
	margin-left: 1em;
	text-indent: -1em;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1;
}

.calendar_wrap table {
	table-layout: fixed;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.calendar_wrap table thead th {
	font-size: 2rem;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	background: #F3F3F3;
}

.device_sp .calendar_wrap table thead th {
	font-size: 1.2rem;
}

.calendar_wrap table td {
	padding: 20px 25px;
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
}

.device_sp .calendar_wrap table td {
	font-size: 1.8rem;
	padding: 8px 11px;
}

.calendar_wrap caption {
	font-family: 'Montserrat', sans-serif;
	font-size: 4.0rem;
	width: 80%;
	font-weight: 600;
	text-align: center;
	vertical-align: 4px;
	margin: 0 auto 100px;
}

.calendar_wrap caption span {
	font-size: 2.0rem;
	font-weight: normal;
}

.device_sp .calendar_wrap caption {
	margin: 0 auto 30px;
	font-size: 2.6rem;
}

.searchbox {
	padding: 60px 0;
	position: relative;
	width: 700px;
	margin: 0 auto;
}

.device_sp .searchbox {
	width: 100%;
	padding: 10px 0;
	margin: 10px auto 0;
}

.device_sp .searchbox .p-input__content {
	justify-content: center;
}

.searchbox .p-input__content {
	display: flex;
	width: 100% !important;
	justify-content: center;
}

.searchbox .p-input__content + .p-input__content {
	padding-top: 20px;
	border-top: 1px solid #E3E3E8;
	border-bottom: 1px solid #E3E3E8;
}

.device_sp .searchbox .p-input__content + .p-input__content {
	padding-top: 10px;
}

.device_sp .p-input.p-input--check-mark .p-input__content.place {
	flex-wrap: wrap;
	justify-content: center;
}

.searchbox .p-input__content .p-input__item {
	width: calc(100% / 3);
}

.device_sp .searchbox .p-input__content.place .p-input__item {
	width: auto;
	margin-right: 9px;
}

.searchbox .p-input.p-input--check-mark .p-input__wrap {
	justify-content: center;
	cursor: pointer;
}

.device_sp .searchbox .p-input.p-input--check-mark .p-input__wrap {
	padding: 0 0 1.5rem;
}

.searchbox .p-input.p-input--check-mark .p-input__wrap .p-txt {
	width: auto;
}

.device_sp .p-check-mark {
	margin-right: 8px;
}

.device_sp .p-input.p-input--check-mark .p-input__content.place .p-input__wrap {
	justify-content: flex-start;
}

.device_sp .searchbox .p-input.p-input--check-mark .p-input__content.cate .p-input__wrap {
	justify-content: flex-start;
}

.device_sp .searchbox .p-input.p-input--check-mark .p-input__wrap .p-txt {
	font-size: 1.2rem;
}

.device_sp .searchbox .p-input__content.cate .p-input__item {
	width: auto;
	margin-right: 20px;
}

.js-ds_switch_controll {
	display: flex;
	margin-top: 50px;
}

.device_sp .js-ds_switch_controll {
	margin-top: 20px;
}

.device_sp .js-ds_switch_controll > * {
	font-size: 1.4rem;
	padding: 8px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.js-ds_switch_controll > * {
	width: calc(100% / 5);
	border-right: 1px solid #E3E3E8;
	border-top: 1px solid #E3E3E8;
	border-left: 1px solid #E3E3E8;
	padding: 15px;
	text-align: center;
	margin-top: 50px;
	cursor: pointer;
	background: #F3F3F3;
	height: 55px;
	margin: 0 2px -10px;
}

.js-ds_switch_controll > *.is_active {
	height: 60px;
	position: relative;
	top: -5px;
	background: #fff;
	padding: 20px 0 15px;
}

.detail {
	border-top: 1px solid #E3E3E8;
	margin-top: 5px;
	padding-top: 25px;
}

.detail a {
	display: block;
	transition: .3s;
}

.detail a:hover {
	transition: .3s;
	opacity: 0.7;
}

.detail .textbox {
	padding: 20px 10px;
}

.detail .textbox .btn {
	margin-top: 10px;
}

.detail .textbox .btn {
	color: #E56767;
	text-decoration: underline;
}

.label {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
}

.label label {
	border: 1px solid #666;
	font-size: 1.2rem;
	padding: 0 5px;
	color: #333;
	margin-right: 10px;
	margin-bottom: 5px;
}

.label .cate {
	display: flex;
	align-items: flex-start;
	width: auto;
}

.device_sp .label label {
	margin-right: 5px;
}
/* 
.device_sp .label .cate {
	width: 53px;
} */

.label .cate label {
	background: #666;
	color: #fff;
	position: relative;
	display: inline-block;
  white-space: nowrap;
}

.label .label-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.label.kaitori label {
	border: 1px solid #004896;
	color: #004896;
}

.label.kaitori .cate label {
	background: #004896;
	color: #fff;
}

.label.hanbai label {
	border: 1px solid #960000;
	color: #960000;
}

.label.hanbai .cate label {
	background: #960000;
	color: #fff;
}

.device_sp .p-header.p-header--top .p-logo {
	margin: auto auto auto 0;
	left: 0;
}

.l-footer {
	padding-top: 0;
}

.device_sp .p-authorization {
	padding: 2rem 0 2rem;
}

.p-input.p-input--check-mark .p-input__item label.p-input__wrap {
	background: #fff !important;
}