/*! Writen  by SCSS */
.train_map {
  max-width: 908px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .train_map .t_cap_b_l {
      font-size: calc(8vw / 4.8); } }

div.container {
  max-width: 100%;
  padding: 50px 0 0;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    div.container {
      padding: 30px 0 0; } }

.sec00 .ttl01 {
  color: #00561f; }
.sec00 .read01 {
  font-size: 24px;
  color: #5d615e; }
  @media screen and (max-width: 768px) {
    .sec00 .read01 {
      font-size: calc(24vw / 7.67); } }
  @media screen and (max-width: 480px) {
    .sec00 .read01 {
      font-size: calc(18.5vw / 4.8); } }

.sec01 .inner {
  max-width: 976px; }

/*! Writen  by SCSS */
.main_wrap {
  position: relative;
  margin-bottom: 40px; }

.main_wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 26.25%; }

@media screen and (max-width: 767px) {
  .main_wrap::before {
    padding-top: 62.5%; } }
/*.main_text{
	max-width: 302px;
	width: (302% / 16);
	right:6.5%;
	margin: 0 auto;
	@include mq($br_tb){
		right:3%;
		bottom:15%;
		width: 32%;
	}
}
*/
.gallery_content {
  position: relative;
  /*	width: 100%;*/
  /*	max-width: 100%;*/ }
  @media screen and (max-width: 480px) {
    .gallery_content {
      margin-inline: -20px; } }

.container {
  max-width: 100%;
  padding: 0; }

.slider_item {
  margin: 0 15px 0 13px;
  /*	padding: 0 15px;*/ }
  .slider_item .wf {
    width: fit-content; }
    .slider_item .wf .cap {
      font-size: 20px;
      background: #231815;
      width: 280px;
      text-align: center;
      letter-spacing: -0.05em; }
      @media screen and (max-width: 768px) {
        .slider_item .wf .cap {
          width: 200px;
          font-size: 12px; } }
      @media screen and (max-width: 480px) {
        .slider_item .wf .cap.cap_s {
          width: 100px; } }
    .slider_item .wf .cap01 {
      right: 47.8%; }

.slider_arrows {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  padding: 0 20px;
  padding: 0 20px 30px\0;
  position: relative;
  max-width: 1000px;
  position: absolute;
  top: 35%;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .slider_arrows {
      top: 27%; } }

.slick-prev,
.slick-next {
  position: unset;
  display: block;
  font-size: 0;
  width: 85px;
  height: 23px;
  transform: none;
  transition: all 0.3s ease-in-out 0s; }

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.4; }

.slick-prev {
  background: url("../images/model/left.png") no-repeat left center/100% 100% !important;
  left: 0; }

.slick-next {
  background: url("../images/model/right.png") no-repeat right center/100% 100% !important;
  right: 0; }

.slick-prev:before,
.slick-next:before {
  content: none; }

.slider_thumbnail {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  padding: 0 20px;
  box-sizing: content-box;
  max-width: 1230px;
  padding-inline: 0;
  text-align: left;
  margin-top: 10px; }

.thumbnail_item {
  position: relative;
  display: inline-block;
  width: calc(196% / 12.3);
  margin-right: calc(10% / 12.3);
  margin-bottom: calc(20% / 12.3);
  cursor: pointer;
  transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 480px) {
    .thumbnail_item {
      width: calc(225% / 9.6); } }
  .thumbnail_item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #231815;
    opacity: .6;
    z-index: 1; }
  .thumbnail_item .txt {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.05em;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .thumbnail_item .txt {
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .thumbnail_item .txt {
        font-size: 11px;
        text-align: center; } }

.thumbnail_item.thumbnail-current,
.thumbnail_item:hover {
  opacity: 0.5; }

.thumbnail_item:nth-child(6n) {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .thumbnail_item:nth-child(4n) {
    margin-right: 0; }

  .thumbnail_item:nth-child(6n) {
    margin-right: calc(20% / 9.6); }

  .container {
    padding: 0; }

  .slider_item {
    margin: 0; }

  .slider_arrows {
    max-width: 100%;
    margin: 20px 0;
    padding: 0 10px; }

  .slick-prev,
  .slick-next {
    width: 80px;
    height: 16px; }

  .slider_thumbnail {
    max-width: 100%;
    padding: 0 0px;
    margin-inline: 20px; }

  .thumbnail_item {
    margin-right: calc(20% / 9.6);
    margin-bottom: 12px; } }
.slick-next {
  right: 5px !important; }

.slick-next:before, .slick-prev:before {
  color: #fff !important; }

/*# sourceMappingURL=model.css.map */
