@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Serif+JP:wght@300;600&display=swap");
.main {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .main * {
    min-height: 0%; }
  .main .mv_inner {
    width: 66.6667%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .main .mv_inner * {
      min-height: 0%; }
    .main .mv_inner .mv01 {
      width: 100%; }
    .main .mv_inner .mv02 {
      width: 50%; }
    .main .mv_inner .mv03 {
      width: 50%; }
  .main .mv_inner2 {
    width: 33.3333%; }
    .main .mv_inner2 .mv04 {
      width: 100%; }

.section-content .txt {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #A16036; }

.point ul {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .point ul * {
    min-height: 0%; }
  .point ul li {
    width: 50%;
    margin-top: 3rem;
    padding: 3rem .5rem;
    text-align: center;
    border-right: dashed 1px #A16036; }
    .point ul li:nth-of-type(2n+1) {
      border-left: dashed 1px #A16036; }
    .point ul li.li-l {
      width: 100%;
      border-right: none;
      border-left: none; }
  .point ul:last-of-type {
    max-width: 100%; }
@media screen and (max-width: 640px) {
  .point ul li {
    width: 100%;
    border-right: none;
    border-bottom: dashed 1px #A16036;
    padding: 2rem .5rem; }
    .point ul li:nth-of-type(2n + 1) {
      border-left: none; }
    .point ul li:first-of-type {
      border-top: dashed 1px #A16036; }
    .point ul li.li-l {
      border-bottom: none;
      border-top: none; } }

.point-ttl {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: #A16036;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4; }

.p-txt {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8; }

.kukaku {
  padding-top: 8rem;
  text-align: center; }
  .kukaku .k-ttl {
    /*font-size: 2rem;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;*/
    display: inline-block;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 2rem;
    line-height: 1;
    background: #00A0C8;
    margin: auto;
    color: #fff; }
  .kukaku.kukaku_e .k-ttl {
    margin-bottom: 2rem; }
  @media screen and (max-width: 640px) {
    .kukaku .k-ttl {
      position: relative;
      top: auto;
      left: auto; } }
