@charset "UTF-8";

/*------------------------------------------------------------MainPhoto*/
header {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  background: url("../img/index_img/main_bg.jpg") center center no-repeat;
  background-size: cover;
}

#mainimage {
  position: relative;
  height: calc(100vh - 40px);
  height: 100%;

}

#mainimage .main_catch {
  position: absolute;
  top: 42.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mainimage .logo {
  position: absolute;
  top: 48.3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------contents*/
/* intro */
section#intro {
  padding-top: calc(80px + 40px);
}
section#intro .movie_box {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto 40px;
}
section#intro .cts_p {
  margin-bottom: 2em;
}

section#intro .more_btn {
  min-height: 64px;
  line-height: 64px;
  font-size: 20px;
  background: url(../img/index_img/bg_info_btn.png) no-repeat center center;
  background-size: 412px 64px;
  transition: 0.2s;
}

section#intro .more_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
}

section#intro .more_btn:hover {
  opacity: 0.7;
}

/* #corona */
#corona {
	margin-top: 40px;
	margin-bottom: -80px;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
#corona .container {
	position: relative;
}

#corona .ph_right img {
	position: absolute;
	top: 20%;
	right: 0;
	width: 250px;
	height: auto;
}
#corona .ph_left img {
	position: absolute;
	top: 5%;
	left: 0;
	width: 280px;
	height: auto;
}

/* #season_menu */
section#season_menu {
  color: #fff;
  margin-top: 80px;
  height: 740px;
  background: url(../img/index_img/bg_bnrarea.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
section#season_menu .sub_title {}

section#season_menu em.em_tx {
  margin: 48px auto 40px;
  font-size: 30px;
  display: block;
}

.menu_bnr {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_bnr li {
  margin: 0 8px;
  cursor: pointer;
}

.menu_bnr li a {
  transition: 0.2s;
}

.menu_bnr li a:hover {
  opacity: 0.7;
}

/* menu_info */
#menu_info {
  padding-bottom: 80px;
}

#menu_info .btn_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu_info .btn_ul li {
  margin: 0 6px;
  width: 288px;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}

#menu_info .btn_ul li:nth-of-type(1) {
  background: url(../img/index_img/bg_menubtn01.png) no-repeat center center;
}

#menu_info .btn_ul li:nth-of-type(2) {
  background: url(../img/index_img/bg_menubtn02.png) no-repeat center center;
}

#menu_info .btn_ul li:nth-of-type(3) {
  background: url(../img/index_img/bg_menubtn03.png) no-repeat center center;
}

#menu_info .btn_ul li a {
  display: block;
  width: 288px;
  height: 64px;
  color: #fff;
  text-decoration: none;
}

#menu_info .btn_ul li:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------News_rendo（更新プログラム連動）*/
/*一覧リンク*/
.newstitle_box {
  position: relative;
}

#btn_newslist {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  background: url(../img/common_img/arrow.gif) no-repeat left 3px;
  padding-left: 10px;
  margin-top: 12px;
}

#btn_newslist a {
  color: #666;
  text-decoration: none;
}

#btn_newslist a:hover {
  text-decoration: underline;
}

/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
}

#news01 dl {
  padding: 0 0 10px 0;
}

#news01 dl dt {
  float: left;
}

#news01 dl dd {
  padding: 0 0 0 100px;
}

#news01 dl dd .newstitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*------------------------------------------------------------News_kanketsu（更新プログラムTOP完結）*/
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
  width: 100%;
}

#news02 .newsbox {
  overflow: hidden;
  /* for modern browser */
}

#news02 .newsbox .news_text_area {
  zoom: 1;
  /*ie6*/
  overflow: hidden;
}

#news02 .newsbox .news_text {
  line-height: 1.5;
}

#news02 .newsbox img {
  margin-bottom: 10px;
}

#news02 .newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

#news02 .newstitle {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}

#news02 .newstitle span {
  font-size: 12px;
}

#news02 .newstitle br {
  display: none;
}

#news02 .pdf_link {
  margin-top: 10px;
}

#news02 .pdf_link li {
  margin-bottom: 5px;
  text-align: left;
}

#news02 .pdf_link li a {
  padding: 2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}

#news02 .pdf_link li a:hover {
  text-decoration: none;
}

section#corona .cts_p {
  margin-bottom: 2em;
	text-align: left;
	margin-left: 320px;
}

.bnr_koshitsu{
	margin-top: -40px;
	margin-bottom: 30px;
}
.flex{
	display: flex;
  justify-content: center;
  align-items: center;
}