@charset "UTF-8";

/* KV */
#home #main {
	background: url(../images/home/kv.jpg) center bottom /cover no-repeat;
	position: relative;
}
#main:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/home/bg_main.svg) no-repeat right top;
	background-size: auto 100%;
}
#main #page-title {
	max-width: 800px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	margin: -160px -400px;
}

/*
	#main #page-title {
		max-width: 430px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		right: 50%;
		bottom: 50%;
		margin: -130px -225px;
	}
	#main #page-title h2 {
	color: #fff;
	font: normal 60px/1 'akashi' ,serif;
	margin: 7px 0;
	text-shadow: 0 0 5px rgba(255,255,255,.8);
}*/
#main #page-title h2 {
	color: #fff;
	font: normal 52px/1 'akashi' ,serif;
	line-height: 140%;
	margin: 7px 0;
	text-shadow: 0 0 5px rgba(255,255,255,.8);
}
#main #page-title h2:before {
	content: '';
	background: url(../images/home/icon_main01.svg) no-repeat left top / 100% auto;
	width: 125%;
	height: 100%;
	position: absolute;
	left: -12.5%;
	top: -30%;
	z-index: 0;
}
/* 180320 FIX */
/*
#main #page-title h2:before {
	content: '';
	background: url(../images/home/icon_main01.svg) no-repeat left top / 100% auto;
	width: 125%;
	height: 100%;
	position: absolute;
	left: -12.5%;
	top: -23%;
	z-index: 0;
}
	#main #page-title h2 small {
	font: normal 26px/1 'baskerville',serif;
	letter-spacing: .1rem;
	display: block;
	margin: 15px 0 40px;
}*/
#main #page-title h2 small {
	font: normal 44px/1 'baskerville',serif;
	letter-spacing: .1rem;
	display: inline;
	margin: 15px 0 40px;
}

/*180320 ADD */
#main #page-title h2 span {
	margin: 20px 0 0 0;
}
/*180320 ADD */
/*180320 FIX */
/*#main #page-title h2 span.border {
	display: block;
    font: 12px/1 'humnst',serif;
    letter-spacing: .55em;
	position: relative;
	padding: 3em 0;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}*/

#main #page-title h2 span.border {
	display: block;
    font: 22px/1 'humnst',serif;
    letter-spacing: .55em;
	position: relative;
	padding: 2em 0;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}
#main #page-title h2 span.border:before,
#main #page-title h2 span.border:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	box-shadow: 0 0 5px 2px rgba(255,255,255,.6);
	position: absolute;
	left: 0;
}
#main #page-title h2 span.border:before {
	top: 0;
}
#main #page-title h2 span.border:after {
	bottom: 0;
}
#main #page-title h2 .icon {
	margin: 0 .1em;
}


/* home01 */
#home01{}
#home01 .container {
	padding: 100px 0 0;
}
#home01 h3,
#home02 h3,
#home04 h3,
#home05 h3 {
	font: normal 40px/1 'baskerville',serif;
	text-align: center;
	margin-bottom: 100px;
	color: #000;
}
#home01 h3 small,
#home02 h3 small,
#home04 h3 small,
#home05 h3 small {
	font: normal 12px/1 'nscjk',sans-serif;
    display: block;
    margin: 4px 0 0;
	color: #878787;
}

.home-box01 {
	position: relative;
	height: 37.5vw;
}
.home-box01 a {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.home-box01 a:hover,
.home-box01 a:focus {
	opacity: .75;
}
.home-box01 .news-img {
	height: 25vw;
	position: relative;
	display: block;
}
.home-box01 .news-img:before {
	content: '';
	background: rgba(0,0,0,.15);
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}
.home-box01 .news-img .inner {
	display: table;
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	display: block;
}
.home-box01 .news-img .news-date-inner {
	border: 1px solid #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 5.5vw;
	height: 6.4vw;
	text-align: center;
	font: normal 35px/1 'humnst',sans-serif;
	color: #fff;
	z-index: 100;
}
.home-box01 .news-img .news-date-inner small {
	font: 300 12px 'lato',sans-serif;;
	display: block;
	margin: 0 -.4em 5px 0;
	letter-spacing: .4em;
}
.home-box01 .news-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.home-box01 .news-box01,
.home-box01 .news-box02,
.home-box01 .news-box03,
.home-box01 .news-box04 {
	width: 25vw;
    position: absolute;
    top: 0;
    bottom: 0;
}
.home-box01 .news-box01 {
	left: 0;
}
.home-box01 .news-box02 {
	left: 25vw;
}
.home-box01 .news-box03 {
	left: 50vw;
}
.home-box01 .news-box04 {
	left: 75vw;
}
.home-box01 .news-data {
	padding: 15px;
	background: #fff;
	position: relative;
	height: 12.5vw;
}
.home-box01 .news-box01 .news-data,
.home-box01 .news-box03 .news-data {
	background: #f2f2f2;
}
.home-box01 a:hover .news-data,
.home-box01 a:focus .news-data {
	opacity: .75;
}
.home-box01 .news-data .news-ctg {
	width: 120px;
	display: inline-block;
	margin: 0 0 15px;
	padding: 5px;
	border-radius: 2px;
	font: 12px/1 'nscjk',sans-serif;
	text-align: center;
	color: #fff;
}
.home-box01 .news-box01 .news-data .news-ctg {
	background: #008DB8;
}
.home-box01 .news-box02 .news-data .news-ctg {
	background: #008DB8;
}
.home-box01 .news-box03 .news-data .news-ctg {
	background: #008DB8;
}
.home-box01 .news-box04 .news-data .news-ctg {
	background: #008DB8;
}
.home-box01 .news-data .news-tit {
	font: bold 14px/1.5 'nscjk',sans-serif;
	color: #000;
}
.home-box01 .news-data .news-date {
	position: absolute;
	bottom: 10px;
	left: 15px;
	font: 12px/1 'roboto',sans-serif;
	color: #7d7d7d;
}
.home-box01 .news-data .news-more {
	position: absolute;
	width: 21%;
	bottom: 10px;
	right: 0;
	font: 12px/1 'roboto',sans-serif;
	color: #636363;
}
.home-box01 .news-data .news-more:before {
	content: "+";
	font: 300 18px/1 'roboto',sans-serif;
	float: right;
	padding: 0 5px 0 0;
	position: absolute;
	right: 3px;
	top: -5px;
}
.home-box01 .news-data .news-more:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #636363;
	display: block;
	position: absolute;
	bottom: -10px;
	right: 0;
}



/* home02 */
#home02{}
#home02 .container {
	padding: 110px 0 90px;
}

.home-box02 .event-box {
	background: #fff;
	padding: 2.4vw 12.5vw;
	position: relative;
}
.home-box02 .event-box a {
	display: block;
}
.home-box02 .event-box a:hover,
.home-box02 .event-box a:focus {
	opacity: .75;
}
.home-box02 .event-box:after {
	content: "";
    clear: both;
    display: table;
}
.home-box02 .event-box:nth-child(even) {
	background: #f2f2f2;
}
.home-box02 .event-box:nth-child(odd) {
	background: #fafafa;
}
.home-box02 .event-box .inner {
	position: relative;
}
.home-box02 .event-box .inner:before {
	content: '';
	width: 5px;
	height: 100%;
	background: #e4e4e4;
	position: absolute;
	top: 0;
	left: 31%;
}
.home-box02 .event-date {
	width: 35%;
}
.home-box02 .date-txt {
	font: normal 32px/1 'roboto',sans-serif;
	color: #000;
}
.home-box02 .date-txt .week {
	border-radius: 2px;
	background: #000;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	padding: .5em;
	margin: 0 0 0 10px;
	font-size: 1.3vw;
	font-weight: bold;
}
.home-box02 .time-txt {
	font: normal 22px/1 'roboto',sans-serif;
	color: #7d7d7d;
	letter-spacing: .05em;
	display: inline-block;
	margin: 5px 0 0;
}
.home-box02 .time-txt small {
	font-size: 13px;
}
.home-box02 .event-txt {
	width: 65%;
}
.home-box02 .table {
	position: relative;
}
.home-box02 a > .table:before,
.home-box02 a > .table:after {
	content: '';
	background: #636363;
	position: absolute;
	top: 50%;
}
.home-box02 a > .table:before {
	width: 1px;
	height: 20px;
	right: 10px;
	margin: -10px 0 0;
}
.home-box02 a > .table:after {
	width: 20px;
	height: 1px;
	right: 0;
	margin: -1px 0 0;
}
.home-box02 .event-txt p {
	font: normal 20px/1.8 'nscjk',sans-serif;
	color: #303030;
}
.home-box02 .event-txt p small {
	font-size: 13px;
	color: #636363;
	display: block;
}

@media screen and (min-width:799px) {
.home-box02 .date-txt {
	font-size: 2.6vw;
}
.home-box02 .table {
    font-size: 1.6vw;
    line-height: 20px;
}
}



/* home03 */
#home03{}
#home03 .container {
	padding: 0;
}

.home-box03 {
	position: relative;
	height: 37.5vw;
}
.home-box03 a {
	padding-bottom: 37.5vw;
	display: block;
	position: relative;
}
.home-box03 a:hover,
.home-box03 a:focus {
	opacity: .75;
}
.home-box03 .inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12.5vw;
	padding: 15px;
	background: rgba(40,132,101,.95);
	color: #fff;
}
.home-box03 .inner:before {
	content: '';
	width: 4px;
	height: 12.5vw;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.home-box03 .inner p {
	font: 300 13px/1.5 'nscjk',sans-serif;
}
.home-box03 .inner .link-tit {
	font: normal 17px/1.5 'baskerville',serif;
}
.home-box03 .inner .link-tit small {
	display: block;
	font: normal 10px/1.5 'nsan',sans-serif;
}
.home-box03 .link-box01 .link-tit {
	padding-left: 50px;
	background: url(../images/home/icon_link_box01.svg) no-repeat left center;
	background-size: 40px auto;
}
.home-box03 .link-box02 .link-tit {
	padding-left: 55px;
	background: url(../images/home/icon_link_box02.svg) no-repeat left center;
}
.home-box03 .link-box03 .link-tit {
	padding-left: 40px;
	background: url(../images/home/icon_link_box03.svg) no-repeat left center;
}
.home-box03 .link-box04 .link-tit {
	padding-left: 45px;
	background: url(../images/home/icon_link_box04.svg) no-repeat left center;
}
.home-box03 .link-box01,
.home-box03 .link-box02,
.home-box03 .link-box03,
.home-box03 .link-box04 {
	width: 25vw;
	position: absolute;
	top: 0;
}
.home-box03 .link-box01:before,
.home-box03 .link-box02:before,
.home-box03 .link-box03:before,
.home-box03 .link-box04:before {
	content: '';
	width: 4px;
	height: 25vw;
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.home-box03 .link-box01 {
	left: 0;
}
.home-box03 .link-box02 {
	left: 25vw;
}
.home-box03 .link-box03 {
	left: 50vw;
}
.home-box03 .link-box04 {
	left: 75vw;
}
/*.home-box03 .link-box01 a {
	background: url(../images/home/link-box01.jpg) no-repeat center center / cover;
}
.home-box03 .link-box02 a {
	background: url(../images/home/link-box02.jpg) no-repeat center center / cover;
}
.home-box03 .link-box03 a {
	background: url(../images/home/link-box03.jpg) no-repeat center bottom / 120% auto;
}
.home-box03 .link-box04 a {
	background: url(../images/home/link-box04.jpg) no-repeat right center / cover;
}*/


/* home04 */
#home04{}
#home04 .container {
	padding: 110px 0 0;
}

.home-box04 {
	position: relative;
	height: 75vw;
}
.home-box04 a {
	display: block;
}
.home-box04 a:hover,
.home-box04 a:focus {
	opacity: .75;
}
.home-box04 .content-box01,
.home-box04 .content-box02,
.home-box04 .content-box03,
.home-box04 .content-box04,
.home-box04 .content-box05,
.home-box04 .content-box06,
.home-box04 .content-box07,
.home-box04 .content-box08 {
	position: absolute;
}
.home-box04 .content-box01,
.home-box04 .content-box06 {
	width: 50vw;
}
.home-box04 .content-box02,
.home-box04 .content-box03,
.home-box04 .content-box04,
.home-box04 .content-box05,
.home-box04 .content-box07,
.home-box04 .content-box08 {
	width: 25vw;
}
.home-box04 .content-box01 a,
.home-box04 .content-box02 a,
.home-box04 .content-box03 a,
.home-box04 .content-box06 a,
.home-box04 .content-box07 a,
.home-box04 .content-box08 a {
	padding-bottom: 25vw;
}
.home-box04 .content-box04 a,
.home-box04 .content-box05 a {
	padding-bottom: 50vw;
}
.home-box04 .content-box01,
.home-box04 .content-box02,
.home-box04 .content-box03 {
	top: 0;
}
.home-box04 .content-box01,
.home-box04 .content-box04 {
	left: 0;
}
.home-box04 .content-box05 {
	left: 25vw;
}
.home-box04 .content-box02,
.home-box04 .content-box06,
.home-box04 .content-box07 {
	left: 50vw;
}
.home-box04 .content-box03,
.home-box04 .content-box08 {
	left: 75vw;
}
.home-box04 .content-box04,
.home-box04 .content-box05,
.home-box04 .content-box06 {
	top: 25vw;
}
.home-box04 .content-box07,
.home-box04 .content-box08 {
	top: 50vw;
}
.home-box04 .inner {
	position: absolute;
	top: 0.6vw;
	left: 0.6vw;
	width: 23.8vw;
	height: 23.8vw;
	padding: 1.8vw 1.8vw 1.8vw 2.8vw;
}
.home-box04 .inner.wh {
	color: #fff;
}
.home-box04 .inner h4 {
	font: 200 32px/1.4 'roboto',sans-serif;
	position: relative;
	margin: 0 0 30px;
}
.home-box04 .inner h4 small {
	font: 14px 'nscjk',sans-serif;
	letter-spacing: .15em;
	display: block;
}
.home-box04 .inner h4 small.txt_long {
	letter-spacing: normal;
}
.home-box04 .inner h4:before,
.home-box04 .inner h4:after {
	content: '';
	width: 4px;
	position: absolute;
	left: -1.4vw;
}
.home-box04 .inner h4:before {
	height: 65%;
	background: rgba(0,0,0,.4);
	top: 0;
}
.home-box04 .inner h4:after {
	height: 35%;
	background: rgba(0,0,0,.78);
	bottom: 0;
}
.home-box04 .inner.wh h4:before {
	background: rgba(255,255,255,.6);
}
.home-box04 .inner.wh h4:after {
	background: #fff;
}
.home-box04 .content-box04 .inner {
	background: rgba(86,123,89,.5);
}
.home-box04 .content-box05 .inner {
	background: rgba(177,162,98,.5);
	bottom: 0.6vw;
	top: auto;
}
.home-box04 .content-box06 .inner {
	background: rgba(110,116,120,.5);
	left: auto;
	right: 0.6vw;
}
.home-box04 .content-box08 .inner:before {
	content: '';
	width: 100%;
	height: 11.9vw;
	background: rgba(0,0,0,.19);
	position: absolute;
	top: 0;
	left: 0;
}
.home-box04 .inner p {
	font: normal 12px/1.8 'nscjk',sans-serif;
}
.home-box04 .inner p + p {
	margin: 20px 0 0;
}
.home-box04 .inner .more {
	font: 12px/3vw 'roboto',sans-serif;
	color: #636363;
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding-right: 35px;
	letter-spacing: .1em;
}
.home-box04 .inner.wh .more {
	color: #fff;
}
.home-box04 .inner .more span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: rgba(0,0,0,.07);
	display: block;
}
.home-box04 .inner.wh .more span {
	background: rgba(255,255,255,.07);
}
.home-box04 .inner .more span:before,
.home-box04 .inner .more span:after {
	content: '';
	position: absolute;
	background: #636363;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.home-box04 .inner .more span:before {
	width: 45%;
	height: 2px;
}
.home-box04 .inner .more span:after {
	width: 2px;
	height: 45%;
}
.home-box04 .inner.wh .more span:before,
.home-box04 .inner.wh .more span:after {
	background: #fff;
}
.home-box04 .content-box01 a {
	background: url(../images/home/content-box01.jpg) no-repeat center center / cover;
}
.home-box04 .content-box01 .inner {
	background: rgba(255,255,255,.95);
}
.home-box04 .content-box02 a {
	background: url(../images/home/content-box02.jpg) no-repeat center center / cover;
}
.home-box04 .content-box03 a {
	background: url(../images/home/content-box03.jpg) no-repeat center center / cover;
}
.home-box04 .content-box04 a {
	background: url(../images/home/content-box04.jpg) no-repeat center center / cover;
}
.home-box04 .content-box05 a {
	background: url(../images/home/content-box05.jpg) no-repeat center center / cover;
}
.home-box04 .content-box06 a {
	background: url(../images/home/content-box06.jpg) no-repeat center top / cover;
}
.home-box04 .content-box07 a {
	background: url(../images/home/content-box07.jpg) no-repeat center center / cover;
}
.home-box04 .content-box08 a {
	background: url(../images/home/content-box08.jpg) no-repeat center center / cover;
}


/* home05 */
#home05{
	overflow: hidden;
}
#home05 .container {
	padding: 110px 0 0;
}

.home-box05 {
	position: relative;
	height: 62.5vw;
}
.main_calendar {
	height: 62.5vw;
	position: relative;
}
.main_calendar a,
.main_calendar a:hover,
.main_calendar a:focus {
	display: block;
	color: #fff;
}
.main_calendar .slide-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	padding: 2.4vw 4.166vw 130px;
}
.main_calendar .slide-active {
	margin: 0 0 40px;
}
.main_calendar .slide-active:after {
	content: '';
	display: table;
	clear: both;
}
.main_calendar .cal-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 7.2vw;
	height: 7.2vw;
	text-align: center;
    font: normal 45px/1 'humnst',sans-serif;
    color: #fff;
	background: #eccf00;
}
.main_calendar .cal-date small {
    font: normal 14px/1 'lato',sans-serif;
    display: block;
    margin: 0 -.4em 5px 0;
    letter-spacing: .4em;
}
.main_calendar .calendar-tit,
.main_calendar .slide-txt {
	float: left;
	color: #fff;
}
.main_calendar .calendar-tit {
	width: 33.3333333%;
	padding: 0 0 0 15px;
	font: 300 30px/1.2 'roboto',sans-serif;
	color: rgba(255,255,255,.78);;
	letter-spacing: .1em;
	border-left: 4px solid rgba(255,255,255,.78);
	position: relative;
}
.main_calendar .calendar-tit .jp {
	font: 16px 'nsckj',sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: .15em;
	display: block;
	margin: 5px 0 0;
	position: relative;
}

.main_calendar .calendar-tit .jp:before {
	content: '';
	width: 4px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: -19px;
	bottom: 0;
}
.main_calendar .slide-txt {
	width: 66.6666666%;
}
.slide-txt .date {
	font: 300 35px/1 'roboto',sans-serif;
	margin: 0 0 5px;
}
.slide-txt .description {
	font:  normal 14px/1.5 'nscjk',sans-serif;
}
.main_calendar .slide-thumb {
	margin: 0 -5px;
}
.slick-dots {
	overflow: hidden;
}
.slick-dots a,
.slick-dots a:hover,
.slick-dots a:focus {
	display: block;
	color: #fff;
}
.slick-dots .column-3 {
	width: 100%;
	padding: 0 5px;
	height: 9.6vw;
	overflow: hidden;
	display: block;
}
.slick-dots img {
	position: absolute;
	z-index: 50;
	width: 100%;
	height: auto;
	opacity: .7;
    left: 0;
}
.slick-dots .inner {
	font: normal 14px/1.4 'roboto',sans-serif;
	text-align: center;
	letter-spacing: .1em;
	position: relative;
	height: 100%;
	background: #000;
}
.slick-dots .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	z-index: 100;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
}
.slick-dots .column-3:hover .overlay,
.slick-dots .column-3:focus .overlay {
	background: rgba(230,207,0,.78);
	opacity: 1;
}
.slick-dots .inner small {
	font: normal 12px 'nscjk',sans-serif;
	letter-spacing: .2em;
	display: block;
	margin: 5px 0 0;
}

.slick-thumbs {
    position:absolute;
    left: -9999px;
}

.home-box05 .calendar-list:after {
	content: '';
	display: table;
	clear: both;
}
.home-box05 .calendar-list a {
	display: block;
	padding-bottom: 32.7vw;
	position: relative;
}
.home-box05 .calendar-list a:hover,
.home-box05 .calendar-list a:focus {
	opacity: .75;
}
.calendar-list .cal-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 6.4vw;
	height: 6.4vw;
	text-align: center;
    font: normal 35px/1 'humnst',sans-serif;
    color: #fff;
}
.calendar-list .calendar-list01 .cal-date,
.calendar-list .calendar-list02 .cal-date,
.calendar-list .calendar-list03 .cal-date,
.calendar-list .calendar-list04 .cal-date {
	background: rgba(201,49,49,1);
}
.calendar-list .calendar-list05 .cal-date,
.calendar-list .calendar-list06 .cal-date,
.calendar-list .calendar-list07 .cal-date,
.calendar-list .calendar-list08 .cal-date {
	background: rgba(37,124,95,1);
}
.calendar-list .calendar-list09 .cal-date,
.calendar-list .calendar-list10 .cal-date,
.calendar-list .calendar-list11 .cal-date,
.calendar-list .calendar-list12 .cal-date {
	background: rgba(0,126,186,1);
}
.calendar-list .cal-date small {
	font: normal 12px/1 'lato',sans-serif;
	display: block;
    margin: 0 -.4em 5px 0;
    letter-spacing: .4em;
}
.calendar-list .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}
.calendar-list .calendar-tit {
	padding: 0 0 0 10px;
	font: 300 25px/1.2 'roboto',sans-serif;
	color: rgba(255,255,255,.78);;
	letter-spacing: .1em;
	border-left: 4px solid rgba(255,255,255,.78);
	position: relative;
}
.calendar-list .calendar-tit small {
	font: normal 15px 'nscjk',sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: .15em;
	display: block;
	margin: 5px 0 0;
}
.calendar-list .calendar-tit:before {
	content: '';
	width: 4px;
	height: 17.25%;
	background: #fff;
	position: absolute;
	left: -4px;
	bottom: 0;
}
.calendar-list .calendar-list01 a,
.calendar-list .calendar-list05 a,
.calendar-list .calendar-list09 a {
	background: url(../images/home/calendar-list01.jpg) no-repeat left center / cover;
}
.calendar-list .calendar-list02 a,
.calendar-list .calendar-list06 a,
.calendar-list .calendar-list10 a {
	background: url(../images/home/calendar-list02.jpg) no-repeat center center / cover;
}
.calendar-list .calendar-list03 a,
.calendar-list .calendar-list07 a,
.calendar-list .calendar-list11 a {
	background: url(../images/home/calendar-list03.jpg) no-repeat center center / cover;
}
.calendar-list .calendar-list04 a,
.calendar-list .calendar-list08 a,
.calendar-list .calendar-list12 a {
	background: url(../images/home/calendar-list04.jpg) no-repeat center center / cover;
}
.calendar-list .calendar-list01 .inner,
.calendar-list .calendar-list02 .inner,
.calendar-list .calendar-list03 .inner,
.calendar-list .calendar-list04 .inner {
	background: rgba(201,49,49,.84);
}
.calendar-list .calendar-list05 .inner,
.calendar-list .calendar-list06 .inner,
.calendar-list .calendar-list07 .inner,
.calendar-list .calendar-list08 .inner {
	background: rgba(37,124,95,.85);
}
.calendar-list .calendar-list09 .inner,
.calendar-list .calendar-list10 .inner,
.calendar-list .calendar-list11 .inner,
.calendar-list .calendar-list12 .inner {
	background: rgba(0,126,186,.85);
}


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

	.home-box03 .inner .link-tit {
		font: normal 15.5px/1.5 'baskerville',serif;
	}

}

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

	/* KV */
	#main-bg {
		margin-top: 0;
	}
	#main {
		height: 250px;
	}
	#main:before {
		width: 50%;
		height: 100%;
		background: url(../images/home/bg_main.svg) no-repeat left top;
		background-size: auto 100%;
	}
	#main #page-title {
    	max-width: 100%;
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: -14% auto;
	}
	/*180320 FIX */
	/*#main #page-title h2 {
		font: normal 35px/1 'akashi',serif;
		position: relative;
		padding: 6%;
	}*/
	/*#main #page-title h2:before {
		width: 100%;
		background: url(../images/home/icon_main01.svg) no-repeat center top / 92% auto;
		left: 0;
		top: -8%;
	}*/
	#main #page-title h2 {
		font: normal 18px/1 'akashi',serif;
		line-height: 128%;
		position: relative;
		padding: 6%;
	}

	#main #page-title h2:before {
		width: 100%;
		background: url(../images/home/icon_main01.svg) no-repeat center top / 92% auto;
		left: -2%;
		top: -16%;
	}*

	#main #page-title h2 .icon {
		width: auto;
		height: 26px;
	}
	/*180320 FIX */
	/*#main #page-title h2 small {
		font: 17px/1 'baskerville',serif;
		margin: 5px 0 20px;
	}	*/
	#main #page-title h2 small {
			font: 12px/1 'baskerville',serif;
			margin: 5px 0 20px;
	}
	#main #page-title h2 span.border {
		padding: 1.5em 0;
		font: 10px/1 'humnst',serif;
		letter-spacing: .45em;
	}
	/*180320 ADD */
	#main #page-title h2 span {
		margin: 10px 0 0 0;
	}
	/*180320 ADD */

	/* home01 */
	#home01 .container {
		padding: 45px 0 0;
	}
	#home01 h3,
	#home02 h3,
	#home04 h3,
	#home05 h3 {
		font: normal 30px/1 'baskerville',sans-serif;
    	margin-bottom: 45px;
	}
	.home-box01 {
		height: 150vw;
	}
	.home-box01 .news-box01,
	.home-box01 .news-box02,
	.home-box01 .news-box03,
	.home-box01 .news-box04 {
		width: 50vw;
	}
	.home-box01 .news-box01,
	.home-box01 .news-box03 {
		left: 0;
	}
	.home-box01 .news-box02,
	.home-box01 .news-box04 {
		left: 50vw;
	}
	.home-box01 .news-box01,
	.home-box01 .news-box02 {
		top: 0;
	}
	.home-box01 .news-box03,
	.home-box01 .news-box04 {
		top: 75vw;
	}
	.home-box01 .news-img {
    	height: 45vw;
	}
	.home-box01 .news-img .news-date-inner {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 22.4vw;
		height: 22.4vw;
		font: normal 10.24vw/1 'humnst',sans-serif;
	}
	.home-box01 .news-img .inner .news-date-inner small {
    	font-size: 3.52vw;
	}
	.home-box01 .news-data {
		padding: 10px;
		height: 30vw;
	}
	.home-box01 .news-data .news-ctg {
		margin: 1px 0 6px;
		padding: 2px 3px;
		width: 90px;
		font: 10px/1 'nscjk',sans-serif;
	}
	.home-box01 .news-data .news-tit {
    	font: bold 12px/1.3 'nscjk',sans-serif;
	}
	.home-box01 .news-data .news-date {
    	font: 3vw/1 'roboto',sans-serif;
		left: 10px;
		bottom: 5px;
	}
	.home-box01 .news-data .news-more {
		font: 10px/1 'roboto',sans-serif;
		width: 31.25%;
		bottom: 5px;
	}
	.home-box01 .news-data .news-more:before {
		font-size: 16px;
	}
	.home-box01 .news-data .news-more:after {
		content: none;
	}
	.home-box01 .news-box01 .news-data,
	.home-box01 .news-box04 .news-data {
		border-bottom: 3px solid #c6c6c6;
		background: #f2f2f2;
	}
	.home-box01 .news-box02 .news-data,
	.home-box01 .news-box03 .news-data {
		border-bottom: 3px solid #e0e0e0;
		background: #fff;
	}


	/* home02 */
	#home02 .container {
		padding: 45px 0 35px;
	}
	.home-box02 .event-box {
		padding: 15px;
	}
	.home-box02 .event-box .inner:before {
		content: none;
	}
	.home-box02 .event-date,
	.home-box02 .event-txt {
		width: 100%;
		display: block;
	}
	.home-box02 .date-txt {
    	font: 25px/1 'roboto',sans-serif;
	}
	.home-box02 .date-txt .week {
		font: bold 11px/1 'nscjk',sans-serif;
		padding: 1.75vw;
		margin: 0 7px;
	}
	.home-box02 .date-txt,
	.home-box02 .time-txt {
		display: inline-block;
	}
	.home-box02 .time-txt {
    	font: 16px 'roboto',sans-serif;
	}
	.home-box02 .time-txt small {
		font: 10px/1 'lato',sans-serif;
	}
	.event-txt {
		margin: 15px 0 0;
	}
	.home-box02 .event-txt p {
    	font: bold 14px/1.6 'nscjk',sans-serif;
		padding: 0 35px 0 0;
	}
	.home-box02 .event-txt p small {
		font-size: 12px;
	}
	.home-box02 .table:before {
		height: 25px;
		right: 11.5px;
		margin: -12.5px 0 0;
	}
	.home-box02 .table:after {
		width: 25px;
		margin: -1px 0 0;
	}


	/* home03 */
	.home-box03 {
		height: 200vw;
	}
	.home-box03 a {
    	padding-bottom: 50vw;
	}
	.home-box03 .link-box01,
	.home-box03 .link-box02,
	.home-box03 .link-box03,
	.home-box03 .link-box04 {
		width: 100vw;
		left: 0;
	}
	.home-box03 .link-box02 {
		top: 50vw;
	}
	.home-box03 .link-box03 {
		top: 100vw;
	}
	.home-box03 .link-box04 {
		top: 150vw;
	}
	.home-box03 .inner {
		width: 50vw;
    	height: 50vw;
		padding: 0 15px 15px;
	}
	.home-box03 .link-box01:before,
	.home-box03 .link-box02:before,
	.home-box03 .link-box03:before,
	.home-box03 .link-box04:before,
	.home-box03 .inner:before {
		content: none;
	}
	.home-box03 .link-box01 .inner,
	.home-box03 .link-box03 .inner {
		left: 0;
	}
	.home-box03 .link-box02 .inner,
	.home-box03 .link-box04 .inner {
		left: 50vw;
	}
	.home-box03 .inner .link-tit {
		text-align: center;
		font: normal 18px/1 'baskerville',sans-serif;
		padding: 70px 0 0;
		margin: 0;
	}
	.home-box03 .inner .link-tit small {
		font-size: 9px;
		margin: 0;
	}
	.home-box03 .link-box01 .link-tit {
		background: url(../images/home/icon_link_box01.svg) no-repeat center 20px / 40px auto;
	}
	.home-box03 .link-box02 .link-tit {
		background: url(../images/home/icon_link_box02.svg) no-repeat center 20px / 40px auto;
	}
	.home-box03 .link-box03 .link-tit {
		background: url(../images/home/icon_link_box03.svg) no-repeat center 15px / 30px auto;
	}
	.home-box03 .link-box04 .link-tit {
		background: url(../images/home/icon_link_box04.svg) no-repeat center 15px / 40px auto;
	}
	.home-box03 .inner p {
		font: normal 11px/1.2 'nscjk',sans-serif;
		margin: 13px 0 0;
	}


	/* home04 */
	#home04 .container {
		padding: 45px 0 0;
	}
	.home-box04 {
		height: 300vw;
	}
	.home-box04 .content-box01,
	.home-box04 .content-box06 {
		width: 100vw;
	}
	.home-box04 .content-box02,
	.home-box04 .content-box03,
	.home-box04 .content-box04,
	.home-box04 .content-box05,
	.home-box04 .content-box07,
	.home-box04 .content-box08 {
		width: 50vw;
	}
	.home-box04 .content-box01 a,
	.home-box04 .content-box02 a,
	.home-box04 .content-box03 a,
	.home-box04 .content-box06 a,
	.home-box04 .content-box07 a,
	.home-box04 .content-box08 a {
		padding-bottom: 50vw;
	}
	.home-box04 .content-box04 a,
	.home-box04 .content-box05 a {
		padding-bottom: 100vw;
	}
	.home-box04 .content-box02,
	.home-box04 .content-box06,
	.home-box04 .content-box07 {
		left: 0;
	}
	.home-box04 .content-box03,
	.home-box04 .content-box05,
	.home-box04 .content-box08 {
		left: 50vw;
	}
	.home-box04 .content-box02,
	.home-box04 .content-box03 {
		top: 50vw;
	}
	.home-box04 .content-box04,
	.home-box04 .content-box05 {
		top: 100vw;
	}
	.home-box04 .content-box06 {
		top: 200vw;
	}
	.home-box04 .content-box07,
	.home-box04 .content-box08 {
		top: 250vw;
	}
	.home-box04 .inner {
		top: 0.6vw;
		left: 0.6vw;
		width: 48.8vw;
		height: 48.8vw;
		padding: 4.8vw 3.2vw 4.8vw 6.25vw;
	}
	.home-box04 .inner h4 {
		font: 300 21px/1.1 'roboto',sans-serif;
		margin: 0 0 10px;
	}
	.home-box04 .inner h4:before,
	.home-box04 .inner h4:after {
		left: -3.4vw;
	}
	.home-box04 .inner h4 small {
		font: 12px/1 'nscjk',sans-serif;
		margin: 3px 0 0;
	}
	.home-box04 .inner h4 small.txt_long {
		letter-spacing: -.15em;
	}
	.home-box04 .inner h4:after {
    	height: 40%;
	}
	.home-box04 .inner p {
		font: 10px/1.3 'nscjk',sans-serif;
	}
	.home-box04 .inner p + p {
		margin: 5px 0 0;
	}
	.home-box04 .inner .more {
    	font: 12px/1.5 'roboto',sans-serif;
		padding-right: 6.65vw;
		right: 3.2vw;
    	bottom: 3.2vw;
	}
	.home-box04 .inner .more span {
		width: 5.2vw;
		height: 5.2vw;
		margin-top: -2.6vw;
	}


	/* home05 */
	#home05 .container {
		padding: 45px 0 0;
	}
	.main_calendar {
		height: 85.6vw;
	}
	.main_calendar .cal-date {
		width: 22.4vw;
		height: 22.4vw;
		font: normal 11.2vw/1 'humnst',sans-serif;
	}
	.main_calendar .cal-date small {
    	font-size: 3.84vw;
	}
	.main_calendar .slide-box {
		padding: 3.2vw 4.166vw;
	}
	.main_calendar .slide-active {
		margin: 0;
	}
	.main_calendar .calendar-tit,
	.main_calendar .slide-txt {
		width: 100%;
		float: none;
	}
	.main_calendar .calendar-tit {
		font: 300 21px/1.2 'roboto',sans-serif;
		letter-spacing: .05em;
		padding: 0 0 0 10px;
		margin: 0 0 10px;
		display: block;
	}
	.main_calendar .calendar-tit:before {
		height: 40%;
	}
	.main_calendar .calendar-tit .jp {
    	font: normal 14px 'nscjk',sans-serif;
	}
	.main_calendar .calendar-tit .jp:before {
		left: -14px;
	}
	.slide-txt .description {
		font: 12px/1.2 'nscjk',sans-serif;
	}
	.slide-btn button.prev:before,
	.slide-btn button.next:before {
		content: none;
	}
	.slide-btn button.prev {
		right: 3.2vw;
	}
	.slide-btn button.next {
		left: 3.2vw;
	}
	.home-box05 .calendar-list a {
		padding-bottom: 55.25vw;
	}
	.calendar-list .inner {
		padding: 2.56vw 3.2vw;
	}
	.calendar-list .cal-date {
    	width: 14.4vw;
    	height: 14.4vw;
		font: normal 25px/1 'humnst',sans-serif;
	}
	.calendar-list .cal-date small {
    	font-size: 9px;
	}
	.calendar-list .calendar-tit {
		font: 300 14px/1.1 'roboto',sans-serif;
	}
	.calendar-list .calendar-tit small {
    	font: normal 10px 'nscjk',sans-serif;
	}

}

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

	.home-box01 .news-data {
    	padding: 5px 10px;
	}

	.home-box03 .inner {
		padding: 0 10px 10px;
	}
	.home-box03 .inner p {
		font-size: 10px;
		margin: 8px 0 0;
	}
	.home-box03 .inner .link-tit {
		padding: 50px 0 0;
		font-size: 16px;
	}
	.home-box03 .link-box01 .link-tit {
		background: url(../images/home/icon_link_box01.svg) no-repeat center 12px / 32px auto;
	}
	.home-box03 .link-box02 .link-tit {
		background: url(../images/home/icon_link_box02.svg) no-repeat center 12px / 32px auto;
	}
	.home-box03 .link-box03 .link-tit {
		background: url(../images/home/icon_link_box03.svg) no-repeat center 10px / 25px auto;
	}
	.home-box03 .link-box04 .link-tit {
		background: url(../images/home/icon_link_box04.svg) no-repeat center 10px / 32px auto;
	}

	.main_calendar .calendar-tit {
    	font: 300 18px/1.2 'roboto',sans-serif;
	}

	.home-box04 .inner h4 small.txt_long {
		font-size: 10px;
	}

}
