@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
html {
	visibility: hidden;
  }
  html.wf-active {
	visibility: visible;
  }
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1200px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 20px;
	}
}
/*------------------------------------------------------------
	headLin01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 99px;
	font-size: 4.5rem;
	color: #2d2e5b;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 700;
	text-align: center;
}
.headLine01 .sml {
	margin-bottom: 8px;
	font-size: 2.2rem;
	color: #555;
	display: block;
	letter-spacing: 0.08em;
}
.headLine01 .icon {
	position: absolute;
	width: 178px;
	right: -14px;
	top: -82px;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 40px;
		font-size: 2.5rem;
	}
	.headLine01 .sml {
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	.headLine01 .icon {
		margin-right: -155px;
		width: 80px;
		right: 50%;
		top: -70px;
	}
}
/*------------------------------------------------------------
	headLin02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 0 30px 6px;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	color: #2d2e5b;
	font-weight: 700;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 15px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLin03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 20px;
	font-size: 3rem;
	text-align: center;
	color: #2d2e5b;
	position: relative;
}
.headLine03 .small {
	margin-top: 18px;
	font-size: 1.6rem;
	display: block;
	color: #000;
	line-height: 1.625;
}
.headLine03 .img {
	position: absolute;
	width: 131px;
	top: 14px;
	left: 279px;
	display: block;
}
.telBox .headLine03 .img {
	top: -19px;
}	
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 0px;
		font-size: 2rem;
	}
	.headLine03 .small {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.headLine03 .img {
		margin-left: -140px;
		width: 45px;
		top: -36px;
		left: 50%;
	}
	.telBox .headLine03 .img {
		top: 14px;
	}	
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 200px;
}
.comBtn a {
	padding: 18px 10px;
	display: block;
	color: #fff;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 5px;
	background-color: #00c1e0;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		max-width: 200px;
		width: auto;
		text-align: center;
	}
	.comBtn a {
		padding: 14px 10px;
	}
}

/*------------------------------------------------------------
	Calendar
------------------------------------------------------------*/
.xo-event-calendar {
    margin: 0 auto;
}
.xo-months {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xo-month-wrap {
    width: 43%;
    background-color: #F3F3F3;
    padding: 30px;
    border-radius: 25px;
}
.xo-event-calendar table.xo-month .month-header {
    margin: 0px 0 24px !important;
    color: #2D2E5B;
    font-size: 18px;
}
.xo-event-calendar table.xo-month>thead th {
    padding: 10px 0;
}
.holiday-titles{
	margin-top: 15px;
}
.holiday-holiday{
	color:#F86F6F;
}
@media screen and (max-width: 896px) {
    .xo-event-calendar {
        width: auto;
    }
    .xo-months {
        display: block;
    }
    .xo-month-wrap {
        width: auto;
    }
    .xo-month-wrap:last-child {
        display: none;
    }
}

/***************pager***************/
.pagenation{
	margin-top: 60px !important;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 auto;
}
.pagenation ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.pagenation .active{
    background-color: #000;
    padding: 10px 15px;
    color: white;
}
.pagenation a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    background-color: #a9a9a9;
    border-right: 1px solid white;
}
.pagenation li{
    margin: 0px 10px;
}
.pagenation .next a, .pagenation .prev a{
    background-color: #fff;
}
.pagenation .next a img, .pagenation .prev a img{
    width: 12px;
    height: 16px;
    position: relative;
    top: 2px;
}

@media all and (min-width: 867px) and (max-width: 1300px) {
	.content {
		width: fit-content;
		max-width: 1000px;
		margin: 0 auto;
	}
	body{
		min-width: 1000px;	
	}
	.headLine01 .icon {
		width: 158px;
		right: -34px;
	}
	.headLine01 {
		font-size: 3.8rem;
	}
}