﻿#mice .con_title .title_image {
  background: url("../images/mice/bg_mice.jpg");
  background-size: cover;
  background-position: center center;
}
ul.un_2col {
  display: flex;
  gap: 60px;
  justify-content: center;
}
ul.un_2col li {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
ul.un_2col li img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
ul.un_2col li h3 {
  font-size: max(1.375rem, 22px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5
}
@media only screen and (max-width: 767px) {
  ul.un_2col {
    flex-direction: column;
  }
  ul.un_2col li {
    width: 100%;
    gap: 20px;
  }
  ul.un_2col li h3 {
    font-size: 20px;
  }
}
ul.un_2col_slide {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 2%;
  justify-content: center;
}
ul.un_2col_slide > li {
  width: 49%;
  display: flex;
  flex-direction: column;
    margin: 0 0 20px;
  gap: 25px;
}
ul.un_2col_slide li ul.slide {
  margin: 0
}
ul.un_2col_slide li ul.slide li {
  height: auto;
    margin: 0 0 20px
}
ul.un_2col_slide li ul.slide .slick-dots {
  max-width: 100%;
  justify-content: flex-start;
}
ul.un_2col_slide li p.img {
  height: 250px;
  overflow: hidden
}
ul.un_2col_slide li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
 opacity: 1
}
ul.un_2col_slide li h3 {
  font-size: clamp(1.25rem, 1.563vw, 28px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5
}
@media only screen and (max-width: 767px) {
  ul.un_2col_slide {
    flex-direction: column;
    gap: 60px 2%;
  }
  ul.un_2col_slide > li {
    width: 100%;
    gap: 15px
  }
  ul.un_2col_slide li h3 {
    font-size: 20px
  }
}
.un_mice_wedding {
  margin: 0 30px 120px;
  max-width: 1440px;
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #407292
}
.un_mice_wedding .txt {
  padding: 60px 50px;
  width: 60%;
}
.un_mice_wedding .tit {
  font-size: 60px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #407292;
}
.un_mice_wedding h2 span {
  display: block;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  letter-spacing: .3em;
  margin: 10px 0 40px;
  color: #3F3F3F;
  line-height: 1.8
}
.un_mice_wedding .img {
  width: 52%;
  flex-shrink: 0
}
.un_mice_wedding .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.un_mice_wedding .btn {
  margin-top: 40px
}
.un_mice_wedding .btn:nth-of-type(n+3) {
  margin-top: 15px
}
.un_mice_wedding .btn a {
  padding: 15px 20px;
}
@media only screen and (max-width:767px) {
  .un_mice_wedding {
    width: auto;
    margin: 0 30px 120px;
    flex-direction: column-reverse;
    border-left: none;
    border-top: 4px solid #407292;
  }
  .un_mice_wedding .txt {
    padding: 20px 20px 40px;
    width: calc(100% - (20px *2));
  }
  .un_mice_wedding h2 {
    font-size: 50px;
  }
  .un_mice_wedding h2 span {
    margin: 10px 0 30px;
    letter-spacing: .15em;
  }
  .un_mice_wedding p {
    line-height: 1.8;
    text-align: justify;
  }
  .un_mice_wedding .img {
    width: 100%;
    height: 200px;
  }
}