@charset "utf-8";

/* overwrite
--------------------------------- */

.Column-detail .sec .flexbox {
  align-items: flex-start;
}
.Column-detail .lead {
  font-size: 1.8rem;
}

/* sec01
--------------------------------- */
.sec01 .photowrap {
  display: flex;
  justify-content: space-between;
}
.sec01 .photowrap .photo {
  width: 24.5%;
}


/* sec02
--------------------------------- */
.sec02 .photowrap {
  display: flex;
  justify-content: space-between;
}
.sec02 .photowrap .photo {
  width: 49.5%;
}

/* sec03
--------------------------------- */
.sec03 .txt {
  margin-top: 30px;
}

/* sec04
--------------------------------- */
.sec04 .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec04 .item-box {
  display: flex;
  margin-top: 50px;
  padding: 32px;
  background: #ffffff;
  border-top: 3px solid #d5d5d5;
  justify-content: space-between;
  flex-wrap: wrap;
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.05));
}
.sec04 .item-box.reserve {
  flex-flow: row-reverse;
}
.sec04 .item-box.item03, .sec04 .item-box.item04, .sec04 .item-box.item06 {
  display: block;
  width: 48%;
}
.sec04 .item-box.item05 {
  width: 48%;
}
.sec04 .item-box .txtwrap {
  width: 48%;
}
.sec04 .item-box .txtwrap .en {
  margin-bottom: 8px;
  color: #EA9C4A;
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1;
}
.sec04 .item-box .txtwrap .txt a {
  font-weight: 600;
  transition: .4s;
}
.sec04 .item-box .txtwrap .txt a:hover {
  text-decoration: underline;
}
.sec04 .item-box .photowrap {
  display: flex;
  width: 48%;
  justify-content: space-between;
}

.sec04 .item-box.item01 .photowrap .photo:nth-child(1) {
  width: 63.33%;
}
.sec04 .item-box.item01 .photowrap .photo:nth-child(2) {
  width: 35.83%;
}
.sec04 .item-box.item03 .photowrap .photo:nth-child(1) {
  width: 57.14%;
}
.sec04 .item-box.item03 .photowrap .photo:nth-child(2) {
  width: 41.6%;
}
.sec04 .item-box.item04 .photowrap .photo:nth-child(1) {
  width: 49.8%;
}
.sec04 .item-box.item04 .photowrap .photo:nth-child(2) {
  width: 49.2%;
}
.sec04 .item-box.item06 .photowrap .photo:nth-child(1) {
  width: 50.71%;
}
.sec04 .item-box.item06 .photowrap .photo:nth-child(2) {
  width: 48.57%;
}
.sec04 .item-box.item05 .txtwrap {
  width: 33%;
}
.sec04 .item-box.item03 .txtwrap,
.sec04 .item-box.item04 .txtwrap,
.sec04 .item-box.item06 .txtwrap,
.sec04 .item-box.item03 .photowrap,
.sec04 .item-box.item04 .photowrap,
.sec04 .item-box.item06 .photowrap {
  width: 100%;
}
.sec04 .item-box.item03 .photowrap,
.sec04 .item-box.item04 .photowrap,
.sec04 .item-box.item06 .photowrap {
  margin-top: 30px;
}
.sec04 .item-box.item05 .photowrap {
  width: 63%;
}
.sec04 .item-box.item07 {
  justify-content: flex-end;
}
.sec04 .item-box.item07 .txtwrap {
  width: 60%;
  margin-left: 30px;
}
.sec04 .item-box.item07 .photowrap {
  width: 36%;
}
.sec04 .item-box.item07 .photowrap > div figure:last-child {
  margin-top: 4px;
}

.caption-bottom {
  margin-top: 20px;
  color: #898989;
  font-size: 1.2rem;
}

@media screen and (max-width:1024px) {

  /* sec04
  --------------------------------- */
  .sec04 .item-box.item05 .txtwrap,
  .sec04 .item-box.item05 .photowrap {
    width: 100%;
  }
  .sec04 .item-box.item05 .photowrap {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {

  .Column-detail .lead {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  
  /* sec01
  --------------------------------- */
  .sec01 .flexbox > .txtwrap .txt {
    margin-top: 0;
  }
  .sec01 .photowrap {
    margin-top: 4px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .sec01 .photowrap .photo {
    width: calc(50% - 2px);
  }

  /* sec02
  --------------------------------- */
  .sec02 .flexbox > .txtwrap .txt {
    margin-top: 0;
  }
  .sec02 .photowrap .photo {
    margin-top: 0;
  }

  /* sec03
  --------------------------------- */
  .sec03 .txt {
    margin-top: 20px;
  }

  /* sec04
  --------------------------------- */
  .sec04 .flexbox > .txtwrap .txt {
    margin-top: 0;
  }
  .sec04 .item-wrap {
    margin-top: 10px;
  }
  .sec04 .item-box {
    display: block;
    margin-top: 30px;
    padding: 7% 5%;
    border-top: 2px solid #E3E3E3;
  }
  .sec04 .item-box.item03, .sec04 .item-box.item04, .sec04 .item-box.item05, .sec04 .item-box.item06 {
    width: 100%;
  }
  .sec04 .item-box .txtwrap {
    width: 100%;
  }
  .sec04 .item-box .txtwrap .en {
    font-size: 2.0rem;
  }
  .sec04 .item-box .photowrap {
    width: 100%;
  }
  .sec04 .item-box.item05 .txtwrap {
    width: 100%;
  }
  .sec04 .item-box.item03 .txtwrap,
  .sec04 .item-box.item04 .txtwrap,
  .sec04 .item-box.item06 .txtwrap,
  .sec04 .item-box.item03 .photowrap,
  .sec04 .item-box.item04 .photowrap,
  .sec04 .item-box.item06 .photowrap {
    width: 100%;
  }
  .sec04 .item-box .photowrap {
    margin-top: 20px !important;
  }
  .sec04 .item-box.item05 .photowrap {
    width: 100%;
  }
  .sec04 .item-box.item07 {
    justify-content: flex-end;
  }
  .sec04 .item-box.item07 .txtwrap {
    width: 100%;
    margin-left: 0;
  }
  .sec04 .item-box.item07 .photowrap {
    width: 100%;
    gap: 4px;
  }
  .sec04 .item-box.item07 .photowrap > figure {
    width: 48.5%;
  }
  .sec04 .item-box.item07 .photowrap div {
    width: 50.8%;
  }
}
