@charset "UTF-8";


/*-----------------------------------

	topBanner_block

-----------------------------------*/
#mainvisual {
    position: relative;
}
#mainvisual .banner_50th {
    position: fixed;
    right: 6vw;
    bottom: 60px;
    z-index: 1;
}
#mainvisual .banner_50th a {
    transition: all .2s ease;
}
#mainvisual .banner_50th a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1200px) {
    #mainvisual .banner_50th {
        position: fixed;
        right: 6vw;
        bottom: 120px;
    }
}
@media screen and (max-width: 840px) {
    #mainvisual .banner_50th {
        bottom: 320px;
    }
}
@media screen and (max-width: 640px) {
    #mainvisual .banner_50th {
        position: absolute;
        right: 3vw;
        bottom: 5px;
        width: 100px;
    }
}

/*-----------------------------------

	topBanner_block

-----------------------------------*/
#topBanner_block {
    padding: 50px 0;
}
#topBanner_block ul li{
    float: left;
    width: 24%;
    margin-right: 1.33%;
}
#topBanner_block ul li a {
    transition: all .2s ease;
}
#topBanner_block ul li a:hover{
    opacity: 0.6;
}
#topBanner_block ul li:last-child{
    margin-right: 0;
}
@media screen and (max-width: 640px) {
    #topBanner_block {
        padding: 30px 0;
    }
    #topBanner_block ul li{
        width: 48%;
        margin-right: 4%;
    }
    #topBanner_block ul li:nth-child(1){
        margin-bottom: 10px;
    }
    #topBanner_block ul li:nth-child(2){
        margin-bottom: 10px;
        margin-right: 0;
    }
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
    padding: 0 0 50px;
}

#news_block a{
		text-decoration:underline;
}

#news_block .h2_area{
    position: relative;
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#news_block .h2_area h2{
    font-size: 21px;
    font-weight: 700;
		display:inline-block;
		vertical-align:top;
		width:5em;
}
@media screen and (max-width: 640px) {
	#news_block .h2_area h2{
			display:block;
	}
}
#news_block .h2_area .more{
    border: 1px solid #000;
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    width: 100px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
		text-decoration:none;
}
#news_block .h2_area .more:hover{
	background-color:#fce2d0;
}

#news_block dd{
	padding-left:7.5em;
	text-indent:-7.5em;
}

#news_block .category {
    font-size: 11px;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    width: 100px;
    text-align: center;
    margin-right: 5px;
		font-weight:bold;
	text-indent:0;

}
#news_block .category01 {
    background: #c9557d;    
}
#news_block .category02 {
    background: #bf8814;    
}
#news_block .category03 {
    background: rgba(60, 140, 195, 0.9);    
}
#news_block .category04 {
    background: rgba(70, 180, 125, 0.9);    
}
#news_block .category05 {
    background: rgba(50, 170, 180, 0.9);    
}
#news_block .category06 {
    background: #5d5d5d;    
}
#news_block dl dt,
#news_block dl dd {
	margin-bottom:1.2em;
/*	line-height: 2.4; */
}
@media screen and (max-width: 640px) {
    #news_block {
        padding: 0 0 30px;
    }
}

.icon-ext::after,
.icon-pdf::after,
.icon-mov::after {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 0.8;
    content: '';
    width: 22px;
    height: 22px;
}
.icon-ext::after {
    background: url('../img/lower/icon_ext.png') center center no-repeat;
/*    background-size: auto; */
}
.icon-mov:after {
    background: url('../img/icon_mov.png?1487183758') center center no-repeat;
    background-size: auto;
}
.icon-pdf::after {
    background: url('../img/lower/icon_pdf.png') center center no-repeat;
    background-size: auto;
}

/*-----------------------------------

	btmBanner_block

-----------------------------------*/
#btmBanner_block {
    padding: 0 0 50px;
    text-align: center;
}
#btmBanner_block ul {
    display: inline-block;
		width:700px;
}
@media screen and (max-width: 640px) {
	#btmBanner_block ul {
			width:100%;
	}
}
#btmBanner_block ul li{
    float: left;
    margin-right: 2%;
}
#btmBanner_block ul li a {
    transition: all .2s ease;
}
#btmBanner_block ul li a:hover{
    opacity: 0.6;
}
#btmBanner_block ul li:last-child{
    margin-right: 0;
}
@media screen and (max-width: 640px) {
    #btmBanner_block {
        padding: 0 0 30px;
    }
    #btmBanner_block ul li{
        width: 100%;
        margin-bottom: 4%;
    }
}

/*-----------------------------------

    notes

-----------------------------------*/
.notes {
    font-size: 0.8em;
    line-height: 1;
/*    padding-top: 100px !important; */
    padding-bottom: 100px !important; 
    color: #777777;
}
.inline.icon-ext {
    padding-right: 2px;
    display: inline-block;
    vertical-align: middle;
}
.icon-ext {
/*    color: #046db0 !important; */
    text-decoration: underline !important;
}
.icon-ext::after {
    background: url(../img/lower/icon_ext.png) center center no-repeat;
    background-size: contain;
}
.icon-ext::after, .icon-pdf::after, .icon-mov::after {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 0.8;
    content: '';
    width: 22px;
    height: 22px;
}

/*-----------------------------------

    notice

-----------------------------------*/
.notice{
display: inline-block;
/* width:60em; */
/*	height:5em;*/
/*  display: flex; */
/*	font-size:120%; */
  align-items: center;
  justify-content: center;
	margin:0 auto 50px auto;
	padding: 1em;
	text-align:center;
	line-height:150%;
	border:1px solid #333;
	background-color:#f1ecd3;
}

.notice h3{
	line-height:150%;
	font-size:120%;
	font-weight:bold;
	background-color:#3399ff;
	color:white;
	padding:0 5px;
	width:50%;
	margin:3px auto 5px auto;
}

.notice p.mainText{
	font-size:90%;
	margin-bottom:0.5em;
}

.notice a{
	text-decoration:underline;
	color:#4682B4;
}
.notice a:hover{
	text-decoration:underline;
	color:#00CED1;
}




  @media screen and (max-width: 960px) {
	.notice{
		width:90%;
	}
	.notice br{
		display:none;
	}
}

/*-----------------------------------

    スライダー

-----------------------------------*/
#slider {
  width: 100%;
  position: relative;
/*	height: auto;		*/
	overflow: hidden;
	height: calc(100vh - 170px);
}
/*
#slider::after {
	content: '';
	display: inline-block;
	padding-top: 39.15%;
}	
*/
#slider .img_area .img_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  display: none;
}
#slider .img_area .img_item:nth-of-type(1) {
  background: url(../img/index/mainvisual01.jpg) no-repeat center;
	background-size: cover;
}
#slider .img_area .img_item:nth-of-type(2) {
  background: url(../img/index/mainvisual02.jpg) no-repeat center;
	background-size: cover;
}
#slider .img_area .img_item:nth-of-type(3) {
  background: url(../img/index/mainvisual03.jpg) no-repeat center;
	background-size: cover;
}
#slider .img_area .img_item:nth-of-type(4) {
  background: url(../img/index/mainvisual04.jpg) no-repeat center;
	background-size: cover;
}

#slider .text_area .text_item {
  position: absolute;
  display: none;
 max-height: 80% !important; 
}
#slider .text_area .text_item:nth-of-type(1) {
    top: 10% !important;
    left: 50%;
    transform: translateX(-50%);
}
#slider .text_area .text_item:nth-of-type(2) {
  bottom: 40% !important;
    left: 60% !important;
}
#slider .text_area .text_item:nth-of-type(3) {
  left: 10%;
  bottom: 10%;
}
#slider .text_area .text_item:nth-of-type(4) {
  top: 10% !important;
  left: 50%;
  transform: translateX(-50%);
}
 
/*
@media screen and (min-width: 1200px) {
	#slider {
		height: calc(100vh - 170px);
	}
}
*/

@media screen and (max-width: 1200px) {
	#slider {
		height: 700px !important;
	}
	#slider .text_area .text_item {
		max-height: 70% !important;
	}
}

@media screen and (max-width: 840px) {
	#slider {
		height: 550px !important;
	}	
}

@media screen and (max-width: 640px) {
	#slider {
		height: 260px !important;
	}	
}
/*--------------------------------------------

    animation

--------------------------------------------*/
@keyframes zoom {
    100% {
      transform: scale(1.05);
    }
}
@keyframes zoomSp {
    100% {
      transform: scale(1.1);
    }
}
#slider .img_area .img_item.zoom {
  animation-name: zoom;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@media screen and (max-width: 840px) {
	#slider .img_area .img_item.zoom {
		animation-name: zoomSp;
	}	
}

.holyday{
	border:1px solid #f57832;
	padding:10px;
	width:550px;
}

@media screen and (max-width: 840px) {
	.holyday{
	width:90%;
	padding:0;
	}
}

.holyday_info{
	color:#03a;
	margin-left:1em;
	display:inline-block;
	font-weight:700;
	font-size:85%;
}

@media screen and (max-width: 840px) {
.holyday_info{
	width:100%;
	}
}

.holday_border{
	border:1px solid red;
	border-radius:15px;
	text-align:center;
	font-weight:normal;
	color:#000;
	padding:10px;
	margin-left:10%;
}

.holday_border_2{
	border:1px solid blue;
	border-radius:15px;
	text-align:center;
	font-weight:normal;
	color:#000;
	padding:10px;
	margin-left:10%;
}

@media screen and (max-width: 840px) {
	.holday_redborder{
		width:100%;
		margin-top:5px;
		margin-left:0;
	}
}

.holyday_info a{
	color:#03a;
}

.holday_noborder{
	text-align:center;
	color:#000;
	margin-left:10%;
	font-size:100%;
	font-weight:normal;
}
@media screen and (max-width: 840px) {
	.noSP{
	display:none;
	}
}


.info_norborder{
	display:inline-block;
	text-align:center;
	margin-left:10%;
}

@media screen and (max-width: 840px) {
	.info_norborder{
		width:100%;
		margin-top:5px;
		margin-left:0;
	}
}


