@charset "UTF-8";
@media screen and (max-width: 992px) {
  .col.m12 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .row.flex {
    justify-content: center;
  }

  .row.flex .col.m12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 660px) {
  .container {
    padding: 0 15px;
  }

  .col.s12 {
    max-width: 400px;
  }

  .scroll-table {
    margin: 3rem 0;
    overflow: auto;
  }
  .scroll-table table td, .scroll-table table th {
    white-space: nowrap;
  }
}
.imgbox.full {
  width: 100%;
}
.imgbox.full p {
  margin-bottom: 0 !important;
}

#contents img.wh {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 120px;
}
@media screen and (max-width: 660px) {
  #contents img.wh {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  #contents img.wh {
    width: 60px;
  }
}

#contents {
  font-family: serif;
  background: #000 url(/contents/chaji/img/bg.png);
  background-size: 185px 98px;
  background-repeat: repeat;
}
#contents a.u {
  text-decoration: underline;
}
#contents a.underline {
  color: #333;
  text-decoration: underline;
}
#contents img {
  width: 100%;
}
#contents ol li, #contents ul li {
  margin: .5rem 0;
  line-height: 1.6;
}

.green {
  background-color: #69845E !important;
  color: white;
}
.green a {
  color: white;
}

.black a {
  color: white;
}

.beige {
  background-color: #F1EEE9 !important;
}

.bg {
  background-image: url(/contents/chaji/img/bg.png);
  background-size: 185px 98px;
  background-repeat: repeat;
}

.bgbox {
  background-color: rgba(255, 255, 255, 0.4);
}
.bgbox.gold {
  background-color: rgba(230, 190, 0, 0.5);
}
.bgbox.darkgreen {
  background: #152910;
}

#mainvisual {
  background-image: url(/contents/chaji/img/mv-bg.dk.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  #mainvisual {
    background-size: 130% auto;
  }
}
#mainvisual .mainvisual {
  position: absolute;
  width: 48%;
  max-width: 750px;
  top: -5%;
}
@media screen and (max-width: 480px) {
  #mainvisual .mainvisual {
    width: 60%;
    top: -2%;
  }
}
#mainvisual h1 {
  margin-top: 120%;
}
@media screen and (max-width: 1280px) {
  #mainvisual h1 {
    margin-top: 80%;
  }
}
@media screen and (max-width: 992px) {
  #mainvisual h1 {
    margin-top: 60vw;
  }
}
#mainvisual .term {
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 660px) {
  #mainvisual .term {
    font-size: 110%;
  }
}
#mainvisual .term .date {
  display: inline-block;
}
#mainvisual .term .date span {
  font-size: 160%;
}
@media screen and (max-width: 660px) {
  #mainvisual .term .date span {
    font-size: 130%;
  }
}
#mainvisual .term .indent {
  margin-left: 4.3rem;
}
@media screen and (max-width: 660px) {
  #mainvisual .term .indent {
    margin-left: 3.8rem;
  }
}
#mainvisual .place {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 120%;
}
@media screen and (max-width: 992px) {
  #mainvisual .place {
    font-size: 110%;
  }
}
@media screen and (max-width: 660px) {
  #mainvisual .place {
    font-size: 100%;
  }
}
#mainvisual .desc {
  font-size: 86%;
}
#mainvisual a {
  color: white;
}

.bgbox {
  padding: 30px;
}
.bgbox.whatis {
  padding: 50px;
}
.bgbox.whatis {
  margin-top: -40%;
}
@media screen and (max-width: 992px) {
  .bgbox.whatis {
    margin-top: 30px;
    padding: 30px;
  }
}
.bgbox.whatis p {
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .bgbox.whatis p {
    padding-right: 0;
  }
}
.bgbox h2 {
  font-size: 160%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .bgbox h2 {
    font-size: 130%;
  }
}

.photo-chaji {
  margin-top: 5%;
  margin-left: -20%;
  width: 120%;
}
@media screen and (max-width: 992px) {
  .photo-chaji {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

ul.pointing li {
  margin: .5rem 0;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
ul.pointing li a:before {
  content: "・  ";
}
ul.pointing li a:hover {
  text-decoration: underline;
}

a.btn {
  font-size: 110%;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
}

.btn.green {
  background: #152910 !important;
}

.content.feature {
  padding: 0;
  display: flex;
}
@media screen and (max-width: 992px) {
  .content.feature {
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) {
  .content.feature.reverse {
    flex-direction: row-reverse;
  }
  .content.feature.reverse .feature-text {
    align-items: flex-end;
  }
  .content.feature.reverse .feature-text .text {
    margin: 0 8% 0 0;
  }
}
.content.feature a {
  text-decoration: underline;
  font-weight: bold;
}
.content.feature .feature-slider {
  width: 50%;
  height: 100%;
  height: 500px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 992px) {
  .content.feature .feature-slider {
    width: 100%;
    height: 60vw;
  }
}
.content.feature .feature-slider .slider-for {
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .content.feature .feature-slider .slider-for {
    height: 60vw;
    min-height: 60vw;
  }
}
.content.feature .feature-slider .slider-for div {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.content.feature .feature-slider .slider-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0 0 20px;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .content.feature .feature-slider .slider-nav {
    bottom: -10%;
    max-width: 600px;
    padding: 0;
  }
}
.content.feature .feature-slider .slider-nav div div {
  background-size: cover;
  background-position: center center;
}
.content.feature .feature-text {
  display: flex;
  width: 50%;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .content.feature .feature-text {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .content.feature .feature-text {
    padding: 70px 0 40px;
  }
}
.content.feature .feature-text .text {
  width: 80%;
  margin: 0 0 0 8%;
}
@media screen and (max-width: 992px) {
  .content.feature .feature-text .text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content.feature .feature-text .text h3 {
  margin-bottom: 15px;
}
.content.feature .feature-text .text p {
  font-size: 85%;
}

.hexagon {
  display: block;
  position: relative;
  width: 200px;
  height: 7vw;
  background: white;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
}
@media screen and (max-width: 992px) {
  .hexagon {
    height: 14vw;
  }
}
.hexagon .hexagon {
  width: calc(100% - 6px);
  height: calc(7vw - 6px);
  left: 3px;
  top: 3px;
}
@media screen and (max-width: 992px) {
  .hexagon .hexagon {
    height: calc(14vw - 6px);
  }
}

#btn-wrapper {
  padding-top: 60px;
}

@media screen and (max-width: 480px) {
  #naosuke h2 {
    font-size: 140% !important;
  }
}
#naosuke p {
  font-size: 90%;
}

#detail hr {
  border-color: #ccc;
}
#detail table.bordered tr {
  border-color: #ddd;
}
#detail table.bordered tr:first-child {
  border-top: 1px solid #ddd;
}
