@charset "UTF-8";
/* color */
/* company */
/* -------------------------- */
/* h2 font */
/* -------------------------- */
h2 {
  font-family: 'Jost', sans-serif;
  font-size: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  margin-bottom: 0.1rem;
  position: relative;
}

h3 {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.10em;
  margin-bottom: 0.30rem;
}

p,
.page-404 a{
  line-height: 2;
  font-size: 0.15rem;
}
.page-404{
  text-align: center;
  padding-bottom:0.6rem;
}


.page_navi_wrap {
    padding: 0.2rem 0 0.2rem;
    white-space: nowrap;
}


/*=============================
カレンダー
=============================*/
#schedule_wrap {
	padding-top: 1.30rem;
	padding-bottom: 0.10rem;
	position: relative;
}

@media screen and (max-width: 499px) {
#schedule_wrap {
	padding: 0.75rem 0.10rem 0.10rem;
}
}

#schedule_wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 7.10rem;
	background-image: url(../img/top/cal_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}


@media screen and (max-width: 499px) {
#schedule_wrap::before {
	height:1.90rem;
}
}

#schedule_wrap .in {
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
#schedule_wrap .in {
}
}

#schedule_wrap .in .cal_wrap {
	padding: 0.80rem;
	min-height: 8.20rem;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
#schedule_wrap .in .cal_wrap {
	padding: 0.20rem 0;
	min-height: 4.20rem;
	box-sizing: border-box;
}
}

.sp_schedule_caption {
	font-size: 0.11rem;
	padding-top: 0.1rem;
	line-height: 1.6;
	text-indent: -0.11rem;
	padding-left: 0.11rem;
}

/* add 20210425*/
#schedule_wrap .des{
    font-size: 0.15rem;
    letter-spacing: 0.10em;
    text-align: center;
    padding-bottom: 0.50rem;
    line-height: 2;
}
#schedule_wrap .des a{
	color: #111;
}

/*
プラグイン
*/

@media screen and (max-width: 499px) {

	.cal_wrap .fc-view-container {
		overflow-x: scroll;
	}

	.cal_wrap .fc-view-container .fc-view {
		width: 8.00rem;
		display: block;
	}

	/*
	.eo-fullcalendar {
	width: 6rem;
}
	*/
}

/* 曜日 */
.fc-widget-header .fc-day-header {
	height: 0.25rem;
	vertical-align: middle;
}

/* 年月 */
.fc-toolbar h2 {
	font-size: 0.16rem!important;
	font-weight: 700 !important;
}

@media screen and (max-width: 499px) {
	.fc-toolbar {
		text-align: left!important;
	}
	.fc-toolbar h2 {
		margin-bottom: 0.15rem!important;
	}
}

.fc-basic-view tbody .fc-row {
	min-height: 1rem!important;
}

/* カレンダー上部の曜日 */
.fc-day-header {
	font-size: 0.14rem !important;
	padding: 0.06rem !important;
	font-weight: 400 !important;
}

.fc-widget-header {
	/*	padding: 0.04rem !important;*/
}

/* カレンダー内の日付 */
.fc-day-number {
	font-size: 0.14rem !important;
}

.fc-day-number::before {
	content: "";
	display: block;
	padding: 0.04rem;
}

.fc-day-number::after {
	content: "";
	display: block;
	padding: 0.04rem;
}

.fc-ltr .fc-basic-view .fc-day-number {
	padding-right: 0.04rem !important;
}

/* リンクオフ */
.fc-event.fc-draggable,
.fc-event[href] {
	/*
	pointer-events: none;
	cursor: default;
	*/
	padding: 0.04rem;
	font-size: 0.12rem !important;
	border-radius: 3px;
	margin-top: 0.02rem;
}

/* 本日 */
.eo-fullcalendar-reset.fc-unthemed .fc-today {
	font-weight: 700;
	background: none !important;
}

/* スマホ時のカレンダー送りボタン郡 */
@media screen and (max-width: 499px) {
	.fc-toolbar .fc-left {
		float: left !important;
	}

	.fc-toolbar .fc-right {
		float: right !important;
		position: relative;
		top: -0.04rem;
		display: flex;
	}
}

/* リンクオフ */
.fc-event-container a {
	pointer-events: none;
}

/*
コンタクトタイトル
*/
#contact_line .sec_title {
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.7rem;
	padding-left: 0;
}
@media screen and (max-width: 499px) {
	#contact_line .sec_title {
		font-size: 0.22rem;
		margin-bottom: 0.5rem;
	}
}

.contact_line_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}

.contact_line_top h3 {
	font-size: 0.18rem;
	text-align: center;
	padding-bottom: 0.15rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #000;
}

.contact_line_top_left {
	width: 45%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_left {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.contact_line_top_left ul {
	list-style: disc inside;
}

.contact_line_top_left li {
	font-size: 0.15rem;
	line-height: 2;
	margin-bottom: 0.1rem;
	padding-left: 0.15rem;
	text-indent: -0.15rem;
}

.contact_line_top_right {
	width: 45%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_right {
		width: 100%;
	}
}

.contact_line_top_right ul {
	margin-bottom: 0.2rem;
}

.contact_line_top_right li {
	font-size: 0.15rem;
	line-height: 2;
	margin-bottom: 0.1rem;
}

.contact_line_top_right p {
	font-size: 0.15rem;
	line-height: 2;
}

.contact_line_top_right p span {
	font-size: 0.13rem;
	display: block;
}

/*
LINE 電話
*/
.contact_line_top_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.7rem;
	background: #eaeaea;
	padding: 0.3rem 0.2rem;
}

.contact_line_top_bottom_left {
	width: 46.5%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_left {
		width: 100%;
		margin-bottom: 0.2rem;
		border-bottom: 1px solid #CCC;
		padding-bottom: 0.320rem;
	}
}

.contact_line_top_bottom_left dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	height: 0.8rem;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_left dl {
		height: auto;
		justify-content: flex-start;
	}
}

.contact_line_top_bottom dt {
	font-size: 0.16rem;
	font-weight: bold;
	padding-right: 0.5rem;
}

@media screen and (max-width: 499px) {
	.contact_line_top_bottom dt {
		padding-right: 0;
		display: block;
		text-align: center;
		margin-bottom: 0.2rem;
		width: 100%;
	}
}

.contact_line_top_bottom_left dd a {
	font-size: 0.2rem;
	font-weight: 700;
	background: #00b900;
	color: #fff;
	text-decoration: none;
	padding: 0.12rem 0.5rem;
	border-radius: 5px;
	display: block;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_left dd  {
		margin: 0 auto;
	}
}

.contact_line_top_bottom_left dd a:hover {
	opacity: 0.7;
}

.contact_line_top_bottom_right {
	width: 46.5%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_right {
		width: 100%;
	}
}

.contact_line_top_bottom_right dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 0.8rem;
}

.contact_line_top_bottom_right dd a {
	font-family: 'Jost', sans-serif;
	font-size: 0.32rem;
	text-decoration: none;
	color: #000;
	display: block;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	.contact_line_top_bottom .contact_line_top_bottom_right dt {
		margin-bottom: 0;
	}
	.contact_line_top_bottom_right dd  {
		margin: 0 auto;
	}
	.contact_line_top_bottom_right dd a {
		font-size: 0.24rem;
		text-decoration: underline;
	}
}
