@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;
}

html {
    scroll-behavior: smooth;
}

.main-page {
    margin-bottom: 80px;
    padding: 20px 0;
    font-size: 120%;
    background: #c0b283;
}

.main-page-inner {
    margin: 0px 20px 0;
    padding-bottom: 80px;
    background: #fff;
    border-radius: 500px 500px 0 0;
}

.main-page h1 {
    margin-bottom: 80px;
    padding-top: 150px;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    border: none;
}

.main-page h1 img {
    max-width: 50%;
    margin-bottom: 4%;
}

.main-page h2 {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: #770a0a;
}

.main-page h3 {
    width: 70%;
    margin: 0 auto;
    line-height: 90px;
    position: relative;
    height: 90px;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    background: #c0b283;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  .main-page h3:before,
  .main-page h3:after {
    position: absolute;
    top: 0;
    display: block;
    height: 90px;
    content: '';
    border: 45px solid #c0b283;
  }
  
  .main-page h3:before {
    left: -50px;
    border-left-width: 30px;
    border-left-color: transparent;
  }
  
  .main-page h3:after {
    right: -50px;
    border-right-width: 30px;
    border-right-color: transparent;
  }

.main-page h4 {
    position: relative;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-page h4:before {
    content: '';
    position: absolute;
    bottom: -30px;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
    border-radius: 100px;
  }

  .main-page h5 {
    text-align: center;
  }

/* INDEX */

.wrap-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.5%;
}

.index-img {
    display: flex;
    align-items: center;
    width: 12%;
    background: #c0b283;
}

.wrap-index-content {
    width: 80%;
    padding: 40px 20px 30px;
    background: #f4f4f4;
}

.index-title {
    width: 80%;
    margin: 0 auto;
    line-height: 70px;
    position: relative;
    height: 70px;
    text-align: center;
    font-weight: 600;
    color: #9a8d5f;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.index-title:before,
.index-title:after {
    position: absolute;
    top: 0;
    display: block;
    height: 70px;
    content: '';
    border: 35px solid #fff;
}

.index-title:before {
  left: -40px;
  border-left-width: 20px;
  border-left-color: transparent;
}

.index-title:after {
    right: -40px;
    border-right-width: 20px;
    border-right-color: transparent;
}

.index-text {
    margin: 30px 0;
    text-align: center;
}

.index-btn {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 12px;
    display: block;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 150px;
    text-decoration: none;
}

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

.index-btn-right {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 12px;
    display: block;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 150px;
    text-decoration: none;
}

.index-btn-right::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);
}

/* コンテンツ */

.wrap-content {
    margin: 100px 0;
}

.background {
    margin: 10px 0;
    padding: 80px 0;
    background: #f4f4f4;
}

.main-text {
    margin: 60px 30px;
    line-height: 1.6;
}

.wrap-img {
    margin: 80px 0;
    padding: 0 50px;
    text-align: center;
}

/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 50px;
    padding: 25px;
    text-align: center;
    color: #fff;
    background-color: #333;
    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);
}

.sub-btn {
    text-decoration: underline;
}

/* 共通 */

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

.note {
    margin-top: 10px;
    font-size: 75%;
    padding-left: 1em;
    text-indent: -1em;
}
}