@charset "utf-8";

/* -----------------------------
■カラーコード
ポイントパープル：#8C57D8;

■ゴシックフォント
font-family: "Noto Sans JP", sans-serif;
■丸フォント
font-family: "Zen Maru Gothic", sans-serif;
--------------------------------*/

/* -------------------------------
メインイメージセクション
---------------------------------*/
.mainimg-sec {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .mainimg-sec {
    margin-bottom: 6.4rem;
  }
}

.mainimg-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 90%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainimg-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.mainimg-text-container {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .mainimg-text-container {
    position: relative;
    transform: translate(0, 0);
    order: 2;
  }
}

.mainimg-text-sitename {
  color: #8C57D8;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mainimg-text-sitename {
    font-size: 2.4rem;
  }
}

.mainimg-text-sitename-subtitle {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mainimg-text-sitename-subtitle {
    font-size: 1.6rem;
  }
}

.mainimg-img-container {
  width: 60rem;
}

@media screen and (max-width: 767px) {
  .mainimg-img-container {
    width: 100%;
    order: 1;
  }
}

.mainimg-img-container img {
  width: 100%;
  vertical-align: bottom;
}

/* -------------------------------
サイト説明文セクション
---------------------------------*/
.sitedesc-sec {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .sitedesc-sec {
    margin-bottom: 6.4rem;
  }
}

.sitedesc-container {
  width: fit-content;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sitedesc-text {
  /* font-weight: 700; */
  /* font-size: 2rem; */
}

@media screen and (max-width: 767px) {
  .sitedesc-text {
    font-size: 1.6rem;
  }
}

/* -------------------------------
謹慎期間セクション
---------------------------------*/
.suspension-sec {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .suspension-sec {
    margin-bottom: 6.4rem;
  }
}

.suspension-container {
  width: 90%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.suspension-title {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
} 

@media screen and (max-width: 767px) {
  .suspension-title {
    font-size: 2.4rem;
  } 
}

.suspension-daystext {
  font-size: 2rem;
  font-weight: 700;
  color: #8C57D8;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;

  line-height: 1.5;
  margin-bottom: 3.2rem;
  position: relative;
}
.suspension-daystext::before {
  content: '';
  width: .2rem;
  height: 50%;
  background-color: #8C57D8;
  position: absolute;
  bottom: 1.5rem;
  left: -2rem;
  transform: rotate(-30deg);
}
.suspension-daystext::after {
  content: '';
  width: .2rem;
  height: 50%;
  background-color: #8C57D8;
  position: absolute;
  bottom: 1.5rem;
  right: -2rem;
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .suspension-daystext {
    font-size: 1.6rem;
  }
}

.suspension-daystext-number {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .suspension-daystext-number {
    font-size: 4rem;
  }
}

.suspension-imgbox {
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.suspension-imgbox img {
  width: 100%;
  vertical-align: bottom;
  filter:
    drop-shadow( 5px   0   0 #8C57D8)
    drop-shadow(-5px   0   0 #8C57D8)
    drop-shadow(  0   5px  0 #8C57D8)
    drop-shadow(  0  -5px  0 #8C57D8);
}


/* -------------------------------
お知らせセクション
---------------------------------*/
.news-sec {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .news-sec {
    margin-bottom: 6.4rem;
  }
}

.news-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .news-container {
    display: block;
  }
}

.news-child01 {
  width: 32rem;
}

@media screen and (max-width: 1023px) {
  .news-child01 {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

.news-child02 {
  width: calc(100% - 38rem);
}

@media screen and (max-width: 1023px) {
  .news-child02 {
    width: 100%;
  }
}

.news-list {
  list-style: none;
}

.news-list-item {

}

.news-list-item-link {
  display: block;
  text-decoration: none;
  color: #333;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-right: 5rem;
  border-bottom: 1px solid #8C57D8;
  position: relative;
}
.news-list-item-link::after {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../img/common/icon_arrow_right_bk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.news-list-item-link:hover::after {
  transform: translate(.5rem, -50%);
}

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

.news-list-item-link-date {
  margin-right: 2rem;
}

@media screen and (max-width: 1023px) {
  .news-list-item-link-date {
    margin-right: 0;
    display: block;
  }
}

.news-list-item-link-title {

}

@media screen and (max-width: 1023px) {
  .news-list-item-link-title {
    display: block;
  }
}


/* -------------------------------
LINKSセクション
---------------------------------*/
.links-sec {
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .links-sec {
    margin-bottom: 12rem;
  }
}

.links-container {
  width: 90%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .links-container {
    display: block;
  }
}

.links-child {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .links-child {
    width: 100%;
  }
  .links-child:first-child {
    margin-bottom: 3.2rem;
  }
}


