@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	/*background-image: url(../images/bg_img.jpg);
	background-repeat: repeat-y;
	background-position:center;*/
background-color: #e8dfd1;
background-size: 4px 4px;
background-image: repeating-linear-gradient(45deg, #faf5e5 0, #faf5e5 0.4px, #e8dfd1 0, #e8dfd1 50%);
}


/* ***** リンク設定 ***** */
a {
	color: #06F; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

a:visited {
	color: #06F;/*リンクの色*/
}

a:hover {
	color: #666; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/* MRT logo マウスオーバー時 */
/*
.●● a:hover {
    margin: 15px 0 0 0px;
}
/*

/* ***** 画像リンク ***** */
img{
	border: none;
}

a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
	opacity:0.80;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.80;           /* Firefox 0.9より前 */
}
	
a img:hove {
	position : relative;
	top : 1pt;
	left : 1pt;
}


/* ***** footer ***** */

#foot{
	clear:both;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
	height: auto;
	width:960px;
	clear: none;
	margin: auto;
	background-color:#fff;
	padding:5px 0 5px 0; */
}

/* ***** 大枠 ***** */

/* ■基本 */

#uppaer_wrap{
	width:960px;
	height: auto;
	margin: auto;
	background-color: #fff;
}

#wrap{
	width:920px;
	height: auto;
	margin: auto;
	background-color: #ffffff;
	padding:10px 10px 30px 10px;

}

#movie_area {
	width: 900px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#youtubeplay {
	clear: none;
	float: left;
	/*background-color: #900001;*/
	width: 896px;
	margin-right: 10px;
	margin-left: 2px;
	margin-top: 20px;
	margin-bottom: 25px;
}

#list_area {
	clear: none;
	float: left;
	height: auto;
	width: 880px;
	margin-top: 10px;
}
.list_box {
	width: 800px;
	margin-right: 40px;
	margin-left: 40px;
	clear: none;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}
.list_box p {
	font-size: 16px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

ul {
	list-style: none;
	font-size: 15px;
}

.oa_area {
	clear: none;
	float: left;
	height: auto;
	width: 920px;
	margin:0 0 10px 0;
	list-style: none;
}
.oa_area ul {
	float: left;
	height: auto;
	width: 896px;
	clear: none;
	list-style: none;
}
.oa_area li {
	width: 846px;
	clear: none;
	float: left;
	height: auto;
	font-size: 15px;
	color:#333;
	/*color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;*/
	margin: 10px 10px 10px 10px;
	padding: 0 20px 0px 15px ;
	list-style-type: none;
	line-height: 29px;

}

/* ***** header ***** */

#uppaer_wrap h1 img{
	margin-bottom:20px;
}

.info{
	font-size:14px;
	margin: 0 20px 40px 20px;
	padding:30px 25px 0px 25px;
	/*line-height:35px;*/
	border-bottom: 1px dashed #ccc;
}

h1{
	width:960px;
}


h2{
	width:900px;
	background-color: #68cac1;
	background-size: 9px 9px;
	background-image: repeating-linear-gradient(45deg, #62beb5 0, #62beb5 0.9px, #68cac1 0, #68cac1 50%);
	margin:40px 10px 35px 10px;
	font-size:20fpx;
	color:#fff;
	font-weight:600;
	letter-spacing: 0.1em;
	padding:12px 0 5px 0;
	border-radius:5px;
}

.btn,
a.btn,
button.btn {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin:10px 0 10px 0;
}

a.btn-gradient {
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	color: #fff;
	border-radius: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(90deg, #53dfb8 0%, #ffdc53 100%);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient:hover {
	-webkit-transform: skew(0);
	transform: skew(0);
	color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}




/* list area */
.year_title{
	clear: none;
	float: left;
	width: 880px;
	margin:50px 20px 40px 20px;
	height: auto;
	text-align: center;
	font-size:20px;
	font-weight:600;
	letter-spacing: 0.1em;
	color:#fff;
}

.y_marker{
	background-color: #68cac1;
	background-size: 9px 9px;
	background-image: repeating-linear-gradient(45deg, #7cdbd2 0, #7cdbd2 0.9px, #68cac1 0, #68cac1 50%);
	padding:5px 0 0px 0;
}

.oa_list{
	clear: none;
	float: left;
	width: 860px;
	margin:50px 50px 40px 50px;
	height: auto;
	
	}
.oa {
	height: auto;
	width: 900px;
	color: #666;
	clear: none;
	float: left;
	margin:20px 0 35px 0;
	padding:0 10px 0 10px;
	/* oa サムネイル用　flex指定*/
	display: flex;
	flex-wrap:wrap;
	/*background-color:#cfcfcf;*/
}

.oa_box {
	width: 280px;
	background-color: #ff8692;
	margin-top: 10pv;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:10px;
	border-radius:5px;
	align-items: center
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.oa_box_img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
}

 .oa_box_img img {
	width:280px;
	border-radius:5px 5px 0 0;
 }


/* マウスオーバー時の背景色 */
.oa_box:hover {
    background-color: #ffe4ef;
    }

.midashi {
	/*letter-spacing: 0.1em;*/
	text-align: center;
	font-size: 20px;
	margin:20px 0 40px 0;
	padding: 10px 0 5px 0;
	background: #88b9b0;
	color:#fff;
	border-radius:5px;
}

.day {
	/*letter-spacing: 0.1em;*/
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	color:#fff;
}

.title {
	text-align: center;
	font-size: 13px;
	padding:0 10px 5px 10px;
	color:#fff;
	font-weight:600;
}


.oa a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	/*letter-spacing: 0.1em;*/
	color: #666;
	text-decoration: none;
	}
	
.oa a:hover {
	background-color: #ffe4ef;
	color:#fff;
	text-decoration: none;
	filter: alpha( opacity=70 );  /* IE */
	opacity:0.70;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.70;           /* Firefox 0.9より前 */
    }
	
.oa a:visited {
	color:#fff;/*リンクの色*/
}

/* link option*/

.link {
	clear: none;
	width: 520px;
	text-align: center;
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 50px;
	margin-left: 200px;
}

.link a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff959f;
  border: 1px solid #ff959f;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.link a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.link a.btn:hover {
  background: #fff;
  color: #ff959f;
}
.link a.btn:hover:before {
  border-top: 2px solid #ff959f
  border-right: 2px solid #ff959f;
}

