
@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

.str-inner {
    margin: 0 auto;
    padding: 0;
}

.str-outer:not(.of-full), .mod-tab .tab-panel {
    padding-right: 0;
    padding-left: 0;
}

.main-page {
    font-size: 120%;
}

.main-page h1 {
    margin: 0;
    text-align: center;
    border: none;
}

.main-page h2 {
    margin: 0 20px 30px;
    padding: 25px 0;
    font-size: 150%;
    text-align: center;
    border-top: 3px solid #c0b283;
    border-bottom: 3px solid #c0b283;
}

.main-page h3 {
    margin-bottom: 90px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
    color: #fff;
    background: #c0b283;
}

.main-page h4 {
    position: relative;
    text-align: center;
    margin: 70px 240px 50px;
    padding: 10px;
    color: #fff;
    background: #c0b283;
    border-radius: 100px;
}

.main-page h4:before, .main-page h4:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #c0b283;
  }

  .main-page h4:before {
    left: -150px;
  }

  .main-page h4:after {
    right: -150px;
  }

.title-text {
    margin: 0;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
}

/* コンテンツ */

.wrap-contents {
    margin: 150px 0 0;
}

.main-text {
    margin: 50px;
}

.main-text li {
    margin-bottom: 15px;
    font-weight: 600;
}

.main-img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

/*  ボタン  */

.right-arrow  {
    display: block;
    position: relative;
    margin: 50px;
    padding: 20px;
    text-align: center;
    background: #333;
    color: #fff;
    text-decoration: none;
}

.right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

/* 共通 */

.contents_inner {
    padding-top: 60px;
    margin-top: -60px;
}

html {
    scroll-behavior: smooth;
  }

.note {
    margin: 30px;
    font-size: 80%;
    padding-left: 1em;
    text-indent: -1em;
}
}