@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

.contents .tit-red em{
	margin-bottom: 0;
	color: #425bab;
	font-size: 5rem;
}
.event-box{
  background: #f0eeed;
  margin: 50px calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
}
.event-box .date{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.event-box .date dt{
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  max-width: 140px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin-right: 15px;
  background: #c6002f;
}
.event-box .date dd{
  flex: 1 auto;
  font-size: 1.5rem;
  font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.event-box h2{
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 50px;
  margin-bottom: 40px;
  color: #425bab;
  position: relative;
}
.event-box h2 span{
	font-weight: bold;
	font-size: 2.4rem;
}
.event-box h2::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100vw; height: 6px;
  background: #cac1b8;
  left: calc(50% - 50vw); bottom: 0;
}
.event-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}

.event-info::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100vw; height: 1px;
  background: #cac1b8;
  left: calc(50% - 50vw); bottom: 0;
}
.event-info.nobdr{
	padding-bottom: 0;
}
.event-info.nobdr::before{
	background: none;
}
.event-info .img-box,.event-info .event-txt{
  width: calc(465/980*100%);
}
.event-info .img-box img{
  max-width: none;
  width: 100%; height: auto;
}
.event-info .img-box .end,.event-info .img-box .report a{
	display: block;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 0;
  line-height: 1;
  margin-bottom: 40px;
  color: #c6002f;
  border: 3px solid #c6002f;
}
.event-info .img-box .report a{
	text-decoration: none;
	position: relative;
	color: #fff;
	background: #3c5ab1;
	border: none;
}
.event-info .img-box .report a::before{
	content: "";
	position: absolute;
	width: 8px; height: 8px;
	right: 15px; top: 0; bottom: 0;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.event-info .img-box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event-info .img-box li{
	width: 48%;
	margin-bottom: 15px;
}
.event-info .img-box li.big{ width: 100%;}
.event-info .img-box li p{
	font-size: 1.3rem;
	line-height: 1.4;
}
.event-txt dl{ overflow: hidden;}
.event-txt dt{
  float: left;
  width: 4.5em;
}
.event-txt dd{ padding-left: 4.5em;}
.event-txt .red-txt{
  color: #c6002f;
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #cac1b8;
}
.event-txt p:not(.red-txt){ margin-bottom: 30px;}
.event-txt h3{
	color: #425bab;
	font-weight: bold;
	font-size: 2rem;
}
.event-txt .note{
	font-size: 1.2rem;
}
.profile{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.prof-txt{  width: calc(465/980*100%);}
.prof-txt h3{
  color: #425bab;
  font-weight: bold;
  font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.prof-txt h3 span{
	color: #000;
	font-size: 1.4rem;
	display: inline-block;
}
.update{
  font-size: 1.2rem;
  color: #af8c46;
  margin-top: 20px;
}
.profile figure{
  width: calc(465/980*100%);
}

.other-box { margin-bottom: 60px; position: relative; }
.other-box h2{
  font-size: 1.1em !important;
  font-weight: bold;
  color: #000;
  height: 70px;
  background: #f0eeed;
  padding: 13px 0 0 15px;
  margin-bottom: 30px !important;
  text-align: left !important;
}
.other-box h2 span{
	font-family: 'Roboto', sans-serif;
  font-size: 25px; font-size: 2.5rem;
  font-weight: bold;
  padding-right: 15px;
  vertical-align: middle;
}
.other-box h2::before{
  content: "";
  position: absolute;
  display: block;
  width: 100vw; height: 70px;
  left: calc(50% - 50vw); top: 0;
  background: linear-gradient(90deg, #425bab 0%,#425bab 50%,#f0eeed 50%,#f0eeed 100%);
  z-index: -1;
}
.other-list{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.other-info {
  width: calc(310/980*100%);
  background: #f0eeed;
}
.other-info > a{
  display: flex;
  flex-flow: column-reverse wrap;
  text-decoration: none;
}
.other-info > a:hover{ opacity: .7; }
.other-info .post-txt{
  padding: 10px 20px 20px;
}
.other-info .post-txt p{
	font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #326496;
  font-weight: bold;
}
.other-info dl{
  font-size: 12px; font-size: 1.2rem;
  line-height: 1.6;
}
.other-info dt{
  color: #326496;
  font-weight: bold;
  font-size: 15px; font-size: 1.5rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.other-info dt em{
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
}
.other-info dt span{
	font-family: 'Roboto', sans-serif;
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}
.back .btn a{
  position: absolute;
  top: 18px; right: 0;
  background: #ffeb00;
  color: #000;
  font-size: 11px; font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
}
.back .btn a:hover{ opacity: .7; }

.contact{ margin-bottom: 50px;}

.bkn-info{
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	word-break: break-all;
}
.bkn-info dt{ color: #425bab;}
.bkn-info dd a{
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.bkn-info dd a:hover{ text-decoration: none; }
.bkn-info .bt a{
	display: block;
	background: #425bab;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	position: relative;
}
.bkn-info .bt a::before{
	content: "";
	position: absolute;
	display: block;
	width: 9px; height: 9px;
	top: 0; bottom: 0; right: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
}
.bkn-info .comment{
	border-top: 2px solid #a0add5;
	padding-top: 15px;
	margin-top: 15px;
}
.bkn-info .comment .bdb{
  padding-bottom: 10px;
  border-bottom: 1px solid #a0add5;
}
.bkn-info .comment p+p{
  margin-top: 10px;
}
/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	.sp-only { display: none; }

	.bkn h3::before{
  background: linear-gradient(90deg, #425bab 0%,#425bab 50%,#f0eeed 50%,#f0eeed 100%);
}

	
/*PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	
	
	
/*tablet PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet　only)  769～960px
---------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 960px) {
	
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	
	.pc-only { display: none; }
  .other-box{ display: none;}
  .contents { padding: 0 15px;}
	.contents .tit-red em{
		font-size: 2.3rem;
	}
  .event-box{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .event-box .date dt{
    font-size: 1.1rem;
    padding: 8px 0;
  }
  .event-box h2{
    font-size: 1.7rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
	.event-box h2 span{
		font-size: 1.4rem;
	}
  .event-box h2::after{ height: 3px;}
  .event-info{ margin-bottom: 20px; padding-bottom: 20px;}
  .event-info .img-box,.event-info .event-txt{ width: 100%;}
  .event-info .img-box .end{
    font-size: 1.6rem;
    padding: 10px 0;
    margin-bottom: 20px;
    border-width: 2px;
  }
	.event-info .img-box li{ width: 100%;}
  .event-info .img-box li p{ font-size: 1.1rem;}
  .event-txt .red-txt{
    margin: 20px 0;
    padding-bottom: 20px;
  }
  .event-txt p:not(.red-txt){ margin-bottom: 15px;}
	.event-txt .note{
	font-size: 1.0rem;
}
  .profile{ flex-direction: column; }
  .prof-txt,.profile figure{ width: 100%; }
  .event-txt h3,.prof-txt h3{ font-size: 1.6rem;}
	.prof-txt h3 span{ font-size: 1.3rem;}
  .profile figure img{
    max-width: none;
    width: 100%;
  }
  .prof-txt{ margin-top: 15px;}
  .contact{ margin-bottom: 30px;}
  .rec > .btn a{
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 15px 50px;
    display: block;
    background:#ffeb00 url(/month/img/ico_arrow.png) right 15px center / 32px auto no-repeat;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0;
  }
	.bkn{
		margin: 0 -15px;
	}
	.bkn h3{ border-color: #425bab;}
	.bkn-info .bt a{ font-size: 1.4rem; text-align: left; padding-left: 15px;}
	/*smartPhone END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 320px) {
	
	.bkn-info .bt a{ font-size: 1.2rem; padding-left: 10px;}

/*smartPhone END*/
}