/* mv
============================================================ */
.minami-mv {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41rem;
  background: url(../img/minaminokaze/img-mv-01.jpg) no-repeat 50% 0;
  background-size: cover;
}

.minami-mv-ttl {
  color: #da796e;
}

.minami-mv-ttl span {
  display: inline-block;
  background: #fff;
  padding: .3em .5rem;
  letter-spacing: .1em;
}

.minami-mv-ttl-sub {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.minami-mv-ttl-main {
  font-size: 3rem;
  margin-top: 1rem;
}

@media screen and (max-width: 1140px) {
  .minami-mv {
    height: 24rem;
  }
  .minami-mv-ttl span {
    padding: .2em .5rem .3em;
  }
  .minami-mv-ttl-sub {
    font-size: 1.2rem;
  }
  .minami-mv-ttl-main {
    font-size: 2.2rem;
    margin-top: .5rem;
  }
}

/* nav
============================================================ */
.minami-nav {
  background: rgba(102, 91, 84, 0.9);
  border-bottom: 5px solid #b6a297;
}

.minami-nav-list {
  display: flex;
}

.minami-nav-list li {
  flex: 1 0 0%;
  line-height: 1.4;
  box-sizing: border-box;
  border-right: 2px solid #8d8580;
}

.minami-nav-list li:first-child {
  border-left: 2px solid #8d8580;
}

.minami-nav-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.minami-nav-list a:hover {
  background: rgba(102, 91, 84, 0.5);
}

@media screen and (max-width: 1140px) {
  .minami-nav {
    border-bottom-width: 2px;
  }
  .minami-nav .sec-inner {
    padding: 0;
  }
  .minami-nav-list {
    flex-wrap: wrap;
    border-left: 1px solid #8d8580;
    border-top: 2px solid #8d8580;
  }
  .minami-nav-list li {
    font-size: 1.2rem;
    flex: 0 0 25%;
    border-right: 1px solid #8d8580;
  }
  .minami-nav-list li:first-child {
    border-left: 0;
  }
  .minami-nav-list li:nth-child(n+5) {
    flex: 0 0 33.33%;
    border-top: 1px solid #8d8580;
  }
  .minami-nav-list a {
    height: 4.5rem;
  }
}

/* common
============================================================ */
.com-sec {
  background: #f6f5ea;
}

.minami-sec-ttl {
  line-height: 1.4;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1em;
}

.minami-sec-ttl-main {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}

.minami-sec-ttl-main::before, .minami-sec-ttl-main::after {
  content: "";
  display: block;
  flex: 1 0 0%;
  height: .8em;
  background: url(../img/minaminokaze/bg-line-01.png) repeat-x 0 50%;
}

.minami-sec-ttl-main span {
  display: inline-block;
  padding: 0 1em;
}

.minami-sec-ttl-sub {
  display: block;
  font-size: 1.6rem;
  color: #da796e;
  letter-spacing: .1em;
  margin-top: .5em;
  text-transform: uppercase;
  font-family: "Fanwood Text", serif;
  font-weight: normal;
}

@media screen and (max-width: 1140px) {
  .minami-sec-ttl {
    font-size: 2rem;
  }
  .minami-sec-ttl-sub {
    font-size: 1.2rem;
  }
}

/* message
============================================================ */
.minami-message {
  padding: 7rem 0 0;
  background: url(../img/minaminokaze/bg-message-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.minami-message-copy {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  margin-bottom: .5em;
}

.minami-message-philosophy {
  display: flex;
  align-items: stretch;
  text-align: center;
  transform: translateY(50%);
}

.minami-message-philosophy-ttl {
  background: #8d8580;
  font-size: 2rem;
  flex: 0 0 22.47%;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 1.8em 0;
  font-family: "Noto Serif JP", serif;
}

.minami-message-philosophy-txt {
  flex: 1 0 0%;
  display: flex;
  justify-content: center;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  border: 2px solid #8d8580;
  align-items: center;
  box-sizing: border-box;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .minami-message {
    padding: 4rem 0;
  }
  .minami-message-copy {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1em;
  }
  .minami-message-philosophy {
    transform: none;
  }
  .minami-message-philosophy-ttl {
    font-size: 1.5rem;
    flex: 0 0 6em;
  }
  .minami-message-philosophy-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    padding: 0 1rem;
  }
}

/* goal
============================================================ */
.minami-goal {
  padding: 11.5rem 0 7rem;
}

.minami-goal-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.minami-goal-list-item {
  flex: 0 0 30.61%;
  height: 30rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #da796e;
}

.minami-goal-list-item-icon {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background: #da796e url(../img/minaminokaze/icon-sprout-01.png) no-repeat 50% 50%;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.minami-goal-list-item-ttl {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

.minami-goal-list-item-txt {
  display: block;
  color: #e66700;
  font-size: 1.8rem;
}

@media screen and (max-width: 1140px) {
  .minami-goal {
    padding: 5rem 0 40vw;
  }
  .minami-goal-list {
    display: flex;
    margin: 0 -1.5rem;
  }
  .minami-goal-list-item {
    flex: 0 0 33.33vw;
    height: 33.33vw;
  }
  .minami-goal-list-item:nth-child(1) {
    transform: translate(40%, 90%);
  }
  .minami-goal-list-item:nth-child(3) {
    transform: translate(-40%, 90%);
  }
  .minami-goal-list-item-icon {
    width: 4rem;
    height: 4rem;
    background-size: 50% auto;
    margin-bottom: 0;
  }
  .minami-goal-list-item-ttl {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .minami-goal-list-item-txt {
    font-size: 1.2rem;
  }
}

/* policy
============================================================ */
.minami-policy-copy {
  margin-bottom: 8rem;
}

/* feature
============================================================ */
.minami-feature {
  position: relative;
  margin-bottom: -8rem;
}

.minami-feature::before {
  content: "";
  width: 100%;
  height: 40rem;
  background: #151b28;
  position: absolute;
  top: 0;
  left: 0;
}

.minami-feature-contents {
  background: #fff;
  padding: 4rem;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  top: -16rem;
  position: relative;
}

.minami-feature-contents-img {
  margin-bottom: 1.8em;
}

.minami-feature-contents-img img {
  width: 100%;
}

.minami-feature-contents-copy {
  margin-bottom: 1.8em;
}

.minami-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2rem;
  counter-reset: number;
}

.minami-feature-list-item {
  flex: 0 0 48.88%;
  max-width: 48.88%;
  margin-bottom: 2rem;
  padding: 3.4rem 4rem 3.8rem;
  box-sizing: border-box;
  background: #f9f7f5;
  position: relative;
}

.minami-feature-list-item::before, .minami-feature-list-item::after {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: .8;
}

.minami-feature-list-item::before {
  content: "FEATURE";
  font-size: 2rem;
  right: 8rem;
}

.minami-feature-list-item::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 6rem;
  right: 0;
}

.minami-feature-list-item.full {
  flex: 0 0 100%;
  max-width: none;
}

.minami-feature-list-item-ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
  color: #da796e;
}

@media screen and (max-width: 1140px) {
  .minami-feature::before {
    height: 20rem;
  }
  .minami-feature-contents {
    padding: 2rem 1.5rem;
    top: -16rem;
  }
  .minami-feature-contents-img {
    margin-bottom: 1.8em;
  }
  .minami-feature-contents-copy {
    margin-bottom: 1.8em;
  }
  .minami-feature-list {
    display: block;
    margin-bottom: -1rem;
  }
  .minami-feature-list-item {
    max-width: none;
    margin-bottom: 1rem;
    padding: 1.6rem 1.5rem 2rem;
  }
  .minami-feature-list-item::before {
    content: "FEATURE";
    font-size: 1.5rem;
    right: 6rem;
  }
  .minami-feature-list-item::after {
    font-size: 3.5rem;
  }
  .minami-feature-list-item-ttl {
    font-size: 1.5rem;
    margin-bottom: .8em;
  }
}

/* schedule
============================================================ */
.minami-schedule {
  padding: 0 0 8rem;
}

.minami-schedule-list {
  padding: 0 8.5rem;
}

.minami-schedule-list-item-img {
  margin-bottom: 4rem;
}

.minami-schedule-list-item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.minami-schedule-list-item-list li {
  flex: 0 0 26.54%;
  max-width: 26.54%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.minami-schedule-list-item-list li:not(:last-child)::before {
  content: "";
  width: 4.8rem;
  height: .6rem;
  background: url(../img/minaminokaze/bg-line-02.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23%;
}

.minami-schedule-list-item-list-date {
  flex: 0 0 10rem;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  border-radius: 50%;
  background: #da796e;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  display: inline-block;
}

.minami-schedule-list-item-list-txt {
  flex: 1 0 0%;
  text-align: center;
}

.minami-schedule-list-item-list-txt span {
  display: inline-block;
  text-align: left;
}

.minami-schedule-list .slick-arrow::before {
  content: "";
  opacity: 1;
  width: 2rem;
  height: 2rem;
  border-top: 4px solid #8d8580;
  border-right: 4px solid #8d8580;
  position: absolute;
  top: 50%;
  left: 50%;
}

.minami-schedule-list .slick-arrow.slick-prev {
  left: 0;
}

.minami-schedule-list .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.minami-schedule-list .slick-arrow.slick-next {
  right: 0;
}

.minami-schedule-list .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1140px) {
  .minami-schedule {
    padding: 0 0 5rem;
  }
  .minami-schedule-list {
    padding: 0 1.5rem;
  }
  .minami-schedule-list-item-img {
    margin-bottom: 2rem;
  }
  .minami-schedule-list-item-list {
    align-items: flex-start;
  }
  .minami-schedule-list-item-list li {
    flex: 0 0 26.54%;
    max-width: 26.54%;
    display: block;
    text-align: center;
  }
  .minami-schedule-list-item-list li:not(:last-child)::before {
    width: 5.79vw;
    height: .72vw;
    right: -7vw;
    transform: none;
    top: 1.8rem;
  }
  .minami-schedule-list-item-list-date {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.1rem;
    margin-bottom: .5rem;
  }
  .minami-schedule-list-item-list-txt {
    display: block;
  }
  .minami-schedule-list .slick-arrow::before {
    width: 1.5rem;
    height: 1.5rem;
    border-top: 2px solid #8d8580;
    border-right: 2px solid #8d8580;
  }
  .minami-schedule-list .slick-arrow.slick-prev {
    left: -.5rem;
  }
  .minami-schedule-list .slick-arrow.slick-next {
    right: -.5rem;
  }
}

/* event
============================================================ */
.minami-event {
  padding: 0 0 8rem;
  overflow: hidden;
}

.minami-event-list {
  display: flex;
  justify-content: space-between;
}

.minami-event-list-item {
  flex: 0 0 22.24%;
  max-width: 22.24%;
}

.minami-event-list-item-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.4em;
}

.minami-event-list-item-ttl-main {
  display: inline-block;
  font-size: 6rem;
  padding: 1rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  line-height: 1;
  margin-bottom: .5rem;
  color: #da796e;
}

.minami-event-list-item-ttl-sub {
  display: block;
  color: #8d8580;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.minami-event-list-item:nth-child(1) .minami-event-list-item-ttl-main {
  background-image: url(../img/minaminokaze/bg-event-01.png);
}

.minami-event-list-item:nth-child(2) .minami-event-list-item-ttl-main {
  background-image: url(../img/minaminokaze/bg-event-02.png);
}

.minami-event-list-item:nth-child(3) .minami-event-list-item-ttl-main {
  background-image: url(../img/minaminokaze/bg-event-03.png);
}

.minami-event-list-item:nth-child(4) .minami-event-list-item-ttl-main {
  background-image: url(../img/minaminokaze/bg-event-04.png);
}

.minami-event-list-item-month {
  background: #8d8580;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: .2em 0 .3em;
  text-align: center;
}

.minami-event-list-item-list {
  margin-bottom: 3rem;
}

.minami-event-list-item-list li {
  padding: .5em 1rem .6em;
  line-height: 1.4;
  background: #fff;
}

.minami-event-list-item-list li:nth-child(odd) {
  background: #f2eee2;
}

.minami-event-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #da796e;
  background: #fff;
  border: 4px solid;
  font-size: 2rem;
  font-weight: bold;
  height: 8rem;
  margin-bottom: 8rem;
}

.minami-event-img-list .slick-slide {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.minami-event-img-list .slick-arrow {
  width: 5rem;
  height: 5rem;
  background: #8d8580 no-repeat 50% 50%/23px auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.minami-event-img-list .slick-arrow.slick-prev {
  left: 2rem;
  background-image: url(../img/common/icon-arrow-left-01.png);
}

.minami-event-img-list .slick-arrow.slick-next {
  right: 2rem;
  background-image: url(../img/common/icon-arrow-right-01.png);
}

.minami-event-img-list .slick-arrow::before {
  content: none;
}

@media screen and (max-width: 1140px) {
  .minami-event {
    padding: 0 0 4rem;
  }
  .minami-event-list-item-ttl {
    margin-bottom: 1.2em;
  }
  .minami-event-list-item-ttl-main {
    font-size: 3rem;
  }
  .minami-event-list-item-ttl-sub {
    font-size: 1.2rem;
  }
  .minami-event-list-item-month {
    font-size: 1.4rem;
  }
  .minami-event-list-item-list {
    margin-bottom: 2rem;
  }
  .minami-event-list-item-list li {
    padding: .3em 1rem .4em;
    font-size: 1.1rem;
  }
  .minami-event-copy {
    border-width: 2px;
    font-size: 1.6rem;
    height: 4.5rem;
    margin-bottom: 4rem;
  }
  .minami-event-img-list .slick-slide {
    padding: 0 .5rem;
  }
  .minami-event-img-list .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 12px auto;
    opacity: .9;
  }
  .minami-event-img-list .slick-arrow.slick-prev {
    left: 0;
  }
  .minami-event-img-list .slick-arrow.slick-next {
    right: 0;
  }
}

/* about
============================================================ */
.minami-about {
  background: #fff;
  padding: 7.5rem 0 8rem;
}

.minami-about .minami-sec-ttl-main::before, .minami-about .minami-sec-ttl-main::after {
  background: none;
}

.minami-about-media {
  display: flex;
  align-items: stretch;
  padding: 4rem;
  background: #f6f5ea;
}

.minami-about-media-left {
  flex: 0 0 43.25%;
  max-width: 43.25%;
  margin-right: 4.49%;
}

.minami-about-media-left iframe {
  width: 100%;
  height: 100%;
}

.minami-about-media-right {
  flex: 1 0 0%;
  order: 1;
}

.minami-about-media-list-item {
  display: flex;
  padding: .8em 0;
  border-bottom: 1px solid #e5dcc9;
}

.minami-about-media-list-item:first-child {
  border-top: 1px solid #e5dcc9;
}

.minami-about-media-list-item.sequence {
  padding-bottom: 0;
  border-bottom: 0;
}

.minami-about-media-list-item.sequence + .minami-about-media-list-item {
  padding-top: 0;
}

.minami-about-media-list-item-ttl {
  font-weight: bold;
  flex: 0 0 15rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

.minami-about-media-list-item-txt {
  flex: 1 0 0%;
}

.minami-about-media-list-item a {
  text-decoration: none;
}

@media screen and (max-width: 1140px) {
  .minami-about {
    padding: 3.5rem 0 4rem;
  }
  .minami-about-media {
    display: block;
    padding: 1.5rem;
  }
  .minami-about-media-left {
    max-width: none;
    margin: 0;
  }
  .minami-about-media-left iframe {
    height: 24rem;
  }
  .minami-about-media-right {
    margin: 0 0 3rem;
  }
  .minami-about-media-list-item-ttl {
    flex: 0 0 12rem;
  }
}
