@charset "utf-8";
/* Ichiran */
.mv-bg{background: url("../img/ichiran/mv.jpg") no-repeat center center/cover;}

/* Subnav */
.subnav{display: flex; flex-wrap: wrap; padding: 0 0 55px;}
.subnav a{color: #1f9042; border: 1px solid #1f9042; text-align: center; font-size: 1.4rem; font-weight: bold;}
.subnav a:hover{background: #1f9042; color: #fff;}

@media (min-width: 768px){
	.subnav a{width: 16.2%; margin: 0 0.56% 0.56% 0; padding: 18px 0;}
	.subnav a:nth-of-type(6n){margin-right: 0;}
}

@media (max-width: 767px){
	.subnav{padding: 0 0 40px;}
	.subnav a{width: 24.25%; margin: 0 1% 1% 0; padding: 12px 0;}
	.subnav a:nth-of-type(4n){margin-right: 0;}
}

/* Info */
.info-box{border: 1px solid #D8D8D8; margin: 0 0 40px;}
.info-tit{padding: 29px; text-align: left; margin: 0; line-height: 1; position: relative; cursor: pointer; font-weight: 500;}
.info-tit:before,
.info-tit:after{content: ''; position: absolute; background: #229244;}
.info-tit:before{top: 45px; right: 20px; width: 15px; height: 1px;}
.info-tit:after{top: 38px; right: 27px; width: 1px; height: 15px;}
.info-tit.is-open:after{display: none;}

.info-box:nth-of-type(1) .info-tit,
.info-box:nth-of-type(2) .info-tit{pointer-events: none !important;}
.info-box:nth-of-type(1) .info-tit:before,
.info-box:nth-of-type(1) .info-tit:after,
.info-box:nth-of-type(2) .info-tit:before,
.info-box:nth-of-type(2) .info-tit:after{display: none !important;}

.info-list{padding: 0 29px; margin-bottom: 29px; display: none;}
.info-item{border-bottom: 1px solid #D8D8D8;}

.info-time{display: flex; align-items: center; margin: 0 0 12px;}
.info-time time{font-size: 1.4rem; margin: 0 15px 0 0; font-family: 'Josefin Sans', sans-serif;}
.info-time span{font-size: 1.2rem; color: #9A9A9A; border: 1px solid #9A9A9A; width: 116px; text-align: center; height: 22px; line-height: 19px;}

.info-show{padding: 27px 40px 25px 0; position: relative; cursor: pointer; transition: .4s;}
.info-show:before,
.info-show:after{content: ''; position: absolute; background: #229244;}
.info-show:before{top: 57px; right: 15px; width: 15px; height: 1px;}
.info-show:after{top: 50px; right: 22px; width: 1px; height: 15px;}

.info-show.is-open:hover{box-shadow: none !important; background: #f9f9f9; padding-left: 0;}
.info-show.is-open:after{display: none;}

.info-hide{display: none; padding: 10px 0 15px;}
.info-hide p{margin: 0 0 1em 0;}

.info-hide a{text-decoration: underline; color: #1F9042; word-break: break-all;}
.info-hide a:hover{opacity: .8;}
.info-hide a[target="_blank"]:after{content: ''; background: url("../img/common/ic_exlink_green.svg") no-repeat top left/100% 100%; width: 12px; height: 12px; display: inline-block; margin: 0 2px 0 5px;}

@media (min-width: 768px){
    .info-show:hover{box-shadow: 0 2px 10px 0 rgba(0,0,0,.2); padding-left: 20px;}    
}

@media (max-width: 767px){
    .info-box{margin: 0 0 30px;}
    .info-tit{padding: 17px 15px 20px;}
    .info-tit:before{top: 29px; right: 10px;}
    .info-tit:after{top: 22px; right: 17px;}
    
    .info-list{padding: 0 15px; margin-bottom: 17px;}
    .info-show{padding: 27px 20px 25px 0;}
    .info-show:before{top: 37px; right: 0px;}
    .info-show:after{top: 30px; right: 7px;}
}