h3 {
  color: #e83437;
}
nav li {
  border: solid 1px #e83437;
}
nav li a {
  color: #e83437;
}
h2 img {
  height: 60px;
}
#page_top {
  background: rgba(208, 18, 27, 0.8);
}
#notes {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 70px;
  background: rgba(255, 255, 255, 0.95);
}
#notes h3 {
  text-align: left;
  padding-bottom: 20px;
}
#notes p {
  font-size: 1.1rem;
  line-height: 1.9em;
}

.top {
  position: relative;
  margin-top:80px;
  background: url(../img/main07.jpg) center top  / 100% auto no-repeat;
  width: 100%;
}
.top::before {
  content: "";
  display: block;
  padding-top: 60%; /* (height/width)*100 */
}

.top__inner{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top h1 {
  position: absolute;
  width: 90%;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top h1 .sp {
  display: none;
}
#timetable .inner {
  width: 100%;
  max-width: 810px;
  max-width: 810px;
  margin: 0 auto 40px;
  padding: 0;
}
#timetable .inner {
  margin-bottom: 40px;
}
#timetable .inner::before,
#timetable .inner::after {
  content: "";
  display: table;
}
#timetable .inner::after {
  clear: both;
}
#timetable .inner > dl dt span {
  margin: 0 1em 0 -0.5em;
  font-size: 1.3em;
  color: #e83437;
}
#timetable .inner > dl dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#timetable .inner dl dd dl dt {
  float: left;
}
#timetable .inner dl dd dl dd {
  margin-bottom: 0 !important;
  margin-left: 4em;
}
#timetable .cancel {
  text-decoration: line-through;
}
#timetable .hold {
  font-weight: bold;
}
#timetable .time {
  font-size: 20px;
  color: #007d4f;
  margin-bottom: 8px;
  font-weight: bold;
}
#timetable .time > span:not(.cancel) {
  font-size: 1.5em;
  font-weight: 500;
}
#timetable .right ul {
  margin-bottom: 20px;
}
#timetable li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.35em;
}
#timetable li::before {
  content: "◎";
  position: absolute;
  left: 0;
}
#timetable .wdot li::before {
  content: "●";
  color: #e83437;
  position: absolute;
  left: 0;
}
#timetable .right dt {
  color: #007d4f;
}
#timetable .wrap_image {
  display: flex;
}
#timetable .wrap_image .image {
  width: 100%;
}
#timetable .supporter {
  margin-top: 3em;
}
#timetable .supporter img.supporter_logo {
  float: right;
  width: auto;
  margin-left: 4em;
}
#timetable .supporter a.supporter_link {
  color: #505050;
}
#timetable .supporter a.supporter_link::before {
  content: "→";
  color: #f00;
}
#new ul {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
#new li:not(:last-child) {
  margin-bottom: 30px;
}
#new li::before,
#new li::after {
  content: "";
  display: table;
}
#new li::after {
  clear: both;
}
#new li .left {
  width: 50%;
  padding-right: 10px;
}
#new li .right {
  width: 50%;
  padding-left: 10px;
}
#new li .list_number {
  float: right;
  width: 50px;
  margin-bottom: 10px;
}
#new li .list_title {
  float: left;
  width: calc(100% - 50px);
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  /*	line-height: 50px;*/
  color: #e83437;
}
#new li p {
  clear: both;
}
#new .image {
  position: relative;
  overflow: hidden;
  padding-top: 45%;
}
#new .image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#future ul {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 60px;
  padding: 0 1em 0 2em;
}
#future li {
  line-height: 1.8;
  position: relative;
}
#future li::before {
  content: "●";
  color: #e83437;
  -webkit-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  display: block;
  position: absolute;
  /*	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 3px;
    margin-bottom: -2px;
	background: #007d4f;
	border-radius: 50%;*/
}
#how_to_use dl {
  width: 100%;
  max-width: 810px;
  margin: auto;
  padding: 0 20px 120px 20px;
  line-height: 1.8;
  border-bottom: 1px solid #e83437;
}
#how_to_use dt {
  color: #e83437;
}
#how_to_use dd:not(:last-child) {
  margin-bottom: 30px;
}
#origin {
  /*border-top: solid 1px #007d4f;*/
  margin-bottom: 120px;
}
#origin h3 {
  padding: 90px 20px 30px;
}
#origin p {
  width: 100%;
  max-width: 810px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
#origin p:not(:last-of-type) {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  #notes {
    height: 60vh;
    overflow: auto;
  }
  #timetable .inner {
    max-width: 440px;
  }
  #timetable .left,
  #timetable .right {
    float: none;
  }
  #timetable .left {
    margin-bottom: 20px;
  }
  #new ul {
    max-width: 440px;
  }
  #new li .left,
  #new li .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  #new li .right {
    max-width: 300px;
    margin: auto;
  }
  #new li .list_number,
  #new li .list_title {
    float: none;
    width: 100%;
  }
  #new li .list_number img {
    width: 40px;
    margin: auto;
  }
  #new li .list_title {
    text-align: center;
    line-height: 1;
  }
  #future ul {
    max-width: 440px;
  }
  #how_to_use dl {
    max-width: 440px;
  }
}
footer {
  color: #e83437;
  border-top: solid 1px #e83437;
}

@media (max-width: 540px) {
  #origin p {
    text-align: left;
  }
  #origin p br {
    display: none;
  }
}

@media (max-width: 414px) {
  nav::before {
    border-left: solid 1px #e83437;
  }
  #notes {
    padding: 30px;
  }
  #notes h3 {
    font-size: 1em;
  }
  #notes p {
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0;
  }
  .top {
    margin-top: 70px;
  }
  .top h1 .pc {
    display: none;
  }
  .top h1 .sp {
    display: block;
  }
  #timetable .inner > dl dt span {
    display: block;
  }
  #origin h3 {
    padding: 60px 20px 30px;
  }
}

/*lan0713*/

.event {
  font-size: 16px;
  line-height: 1.5;
}
.event:not(:last-child) {
  margin-bottom: 120px;
}
.event_type {
  margin-bottom: 32px;
  padding: 0 1.7em;
  font-size: 32px;
  color: #e83437;
  text-align: center;
  line-height: 1.5;
}
.event_type span {
  margin-top: 0.5em;
  display: block;
  font-size: 16px;
  color: #505050;
}

.event_row.col2 {
  display: flex;
}
.event_item {
  border: 1px solid #e83437;
}
.event_row.col2 .event_item {
  width: 50%;
}
.event_item .item_date {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #e83437;
  padding: 0.8em 1em;
  text-align: center;
}
.event_row.col2 .event_item:nth-of-type(2n + 1) .item_date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
.event_row.col2 .event_item .item_cont {
  padding: 20px 20px 50px;
}
.event_item .item_ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 0.5em;
  color: #e83437;
  text-align: center;
}
.event_item .item_desc {
  text-align: center;
  margin-top: 1em;
}
.event_row .event_item .item_cont {
  padding: 10px 30px 50px;
}
.item_subs_col3 {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.item_subs_col3 .item_sub {
  width: 32%;
}
.item_sub .sub_img {
  position: relative;
}
.item_sub .sub_date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  background-color: #e83437;
  padding: 0.25em 0.75em;
}
.item_sub .sub_ttl {
  margin: 0.5em 0 0;
  font-weight: bold;
  text-align: center;
}
.item_sub .sub_ttl span {
  font-weight: 500;
}
.item_sub .sub_ttl::before {
  content: "●";
  display: inline-block;
  color: #e83437;
}
.item_sub .sub_txt {
  margin-top: 1em;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}
.item_sub .sub_txt p {
  margin: 0 0 0.5em;
}
.item_subs_col2 {
  margin-top: 32px;
}
.item_subs_col2 .item_sub {
  display: flex;
  justify-content: space-between;
}
.item_subs_col2 .item_sub:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.item_subs_col2 .item_sub .sub_img {
  width: 50%;
}
.item_subs_col2 .item_sub .sub_cont {
  width: 47%;
  padding-top: 20px;
}
.item_subs_col2 .item_sub .sub_ttl {
  text-align: left;
}
.item_subs_col2 .item_sub .sub_txt {
  margin-bottom: 0.5em;
  text-align: justify;
}
.item_subs_col2 .item_sub .sub_txt b {
  font-weight: bold;
}
.event-lunch {
  margin-top: 120px;
}
.event-lunch .item_subs_col2 .item_sub:first-child .sub_cont {
  padding-top: 20px;
}
.item_subs_col1 {
  margin-top: 64px;
}
.item_subs_col1 .sub_cont {
  margin-top: 24px;
  padding: 0 46px;
}
.item_subs_col1 .item_sub:not(:last-child) .sub_cont {
  margin-bottom: 50px;
}
.item_subs_col1 .sub_ttl {
  text-align: left;
}
.event_plist {
  display: flex;
  flex-wrap: wrap;
}
.event_plist .event_item {
  width: 50%;
  padding: 50px 0;
}
.event_plist .item_img {
  text-align: center;
}
.event_plist .item_img img {
  display: inline-block;
  width: auto;
  height: 160px;
}
@media (max-width: 768px) {
  .event_type {
    font-size: 1.75em;
  }
  .event_row.col2 {
    flex-wrap: wrap;
  }
  .event_row.col2 .event_item {
    width: 100%;
  }
  .event_row.col2 .event_item:nth-of-type(2n + 1) .item_date::after {
    display: none;
  }
  .item_subs_col3 {
    flex-wrap: wrap;
  }
  .event_row .event_item .item_cont {
    padding: 20px 20px 50px;
  }
  .item_subs_col3 .item_sub {
    width: 100%;
    margin-bottom: 40px;
  }
  .item_subs_col2 .item_sub {
    flex-wrap: wrap;
  }
  .item_sub .sub_ttl {
    margin-top: 20px;
    text-align: left;
  }
  .item_subs_col2 .item_sub:not(:last-child) {
    margin-bottom: 40px;
  }
  .item_subs_col2 .item_sub .sub_img,
  .item_subs_col2 .item_sub .sub_cont {
    width: 100%;
  }
  .item_subs_col2 .item_sub .sub_cont,
  .event-lunch .item_subs_col2 .item_sub:first-child .sub_cont {
    padding-top: 0;
  }
  .item_subs_col1 .sub_cont {
    padding: 0;
  }
  .event_plist .event_item {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .event_type {
    font-size: 24px;
  }
  .event_item .item_ttl {
    font-size: 20px;
  }
}
