@charset "utf-8";

/* ===================================================================
//CSS information

// file name  :  top.css
// style info :  スタイル指定
=================================================================== */
.mt130 {
  margin-top: 130px;
}

.topTxt p {
  margin: 50px auto;
  text-align: center;
  border: none;
  font-size: 28px;
  color: #006655;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .topTxt p {
    margin: 0 auto;
    font-size: 19px;
  }
}

.topTxt h3 {
  margin-bottom: 50px;
  text-align: center;
  border: none;
  font-size: 24px;
  color: #006655;
  font-weight: normal;
}

.topTxt h4 {
  font-size: 18px;
  font-weight: normal;
  background: #008b8b;
  color: #fff;
  padding: 10px 15px;
}

.topTxt h4 span {
  font-size: 24px;
}

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
p.catch {
  position: absolute;
  z-index: 1;
  font-size: 40px;
  line-height: 2;
  top: 75px;
  left: 0px;
  padding-left: 10px;
  /*	text-align: end;
  margin-left: calc(50% - 680px - 69px);*/
  background: rgba(255, 255, 255, 0.6);
  padding-right: 10px;
}

p.catch span {
  display: block;
}

@media screen and (max-width: 1200px) {
  p.catch {
    top: 6%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  p.catch {
    font-size: 5vw;
    line-height: 1.5;
  }

  .b_t_sp {
    border-top: 1px solid #828282;
    padding: 25px 0;
  }

  .b_b_sp {
    border-bottom: 1px solid #828282;
  }
}

.topPoint {
  margin: 50px auto;
}

.topPoint div {
  text-align: center;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topPoint div {
    height: auto;
  }
}

.box5 {
  width: 90%;
  padding: 1em 1em;
  margin: 1.5em 1em;
  background: #ebe8e5;
  box-shadow: 0px 0px 0px 10px #ebe8e5;
  border: solid 1px black;
}

.box5 p {
  margin: 0;
  padding: 0;
}

.topPoint {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 767px) {
  .topPoint {
    flex-direction: row;
  }

  .b-r {
    border-right: 1px solid #232323;
  }

  .b-l {
    border-left: 1px solid #232323;
  }
}

.txt_neon {
  /*	color:#fff !important;*/
  text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff;
}

/* -----------------------------------------------------
	news
----------------------------------------------------- */
.news h2 {
  font-size: 16px;
  color: #006655;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: #999 1px solid;
}

.news dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 20px;
}

.news dl dt.newsDay {
  font-size: 18px;
  width: 115px;
}

.news dl dd.newsTitle {
  font-size: 18px;
  width: calc(100% - 115px);
}

.newsTitle.arrow::before {
  content: "▲";
  color: #333;
  font-size: 8px;
  transform: rotate(90deg) translateX(1px);
  display: inline-block;
  padding-right: 5px;
}

.news dl dd.newsTxt {
  padding-top: 10px;
}

.news dl dd.newsTxt p {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .news dl dd.newsTxt {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news dl {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .news dl dd.newsTitle {
    width: 100%;
  }
}

.newsLink {
  display: inline-block;
  color: #006655 !important;
  font-size: 14px;
  padding: 0 25px 5px;
  transition: all 0.3s;
  position: relative;
}

.newsLink + div {
  display: none;
}

.newsLink::before {
  content: "▼";
  color: #006655;
  font-size: 8px;
  display: inline-block;
  padding-right: 10px;
  transform: translateY(-2px);
  transition: all 0.3s;
}

.newsLink::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.newsLink:hover {
  color: #999 !important;
}

.newsLink:hover::before {
  color: #999 !important;
}

.newsLink:hover::after {
  width: 0%;
}

@media screen and (max-width: 420px) {
  .newsLink {
    padding: 0 10px 5px;
  }
}

/* -----------------------------------------------------
	imgBox
----------------------------------------------------- */
.imgBoxWrap {
  background: #ebe8e5;
}

.imgBox {
  display: flex;
  align-items: center;
}

.imgBox.reverse {
  flex-flow: row-reverse;
}

.imgItem {
  width: 50%;
}

.txtItem {
  width: 650px;
  padding: 0 15px;
}

@media screen and (max-width: 1239px) {
  .txtItem {
    width: 540px;
  }
}

@media screen and (max-width: 1099px) {
  .txtItem {
    width: 473px;
  }
}

.txtItem .leftTxt {
  width: 90%;
}

.txtItem .leftTxt,
.txtItem .rightTxt {
  width: 90%;
  margin: 0 auto;
}

.txtItem h2.bellefair {
  font-size: 48px;
  font-weight: normal;
  color: #006655;
}

.txtItem h2 {
  font-size: 36px;
  font-weight: normal;
  color: #006655;
}

.txtItem p {
  line-height: 1.7;
}

@media screen and (max-width: 1200px) {
  .txtItem h2.bellefair {
    font-size: 3.5vw;
  }

  .txtItem h2 {
    font-size: 3vw;
  }

  .txtItem .leftTxt,
  .txtItem .rightTxt {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .imgBoxWrap {
    padding: 60px 0;
  }

  .imgBoxWrap .imgBox:nth-child(n + 2) {
    padding-top: 80px;
  }

  .imgBox,
  .imgBox.reverse {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    flex-flow: column-reverse wrap;
  }

  .imgItem {
    width: 100%;
    padding: 30px 15px 0;
  }

  .txtItem {
    width: 100%;
  }

  .txtItem h2.bellefair {
    font-size: 30px;
  }

  .txtItem h2 {
    font-size: 26px;
  }
}

a.linkb:link {
  color: #363636;
  text-decoration: underline;
}

a.linkb:visited {
  color: #363636;
}

a.linkb:hover {
  color: #363636;
  text-decoration: none;
}

a.linkb:active {
  color: #363636;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 420px) {
}

/* -----------------------------------------------------
	renewal
----------------------------------------------------- */
@media screen and (max-width: 767px) {
  .more {
    text-align: center;
  }
}

.more a {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 30px 5px 40px;
  font-size: 14px;
  border: 1px solid #666;
  position: relative;
  cursor: pointer;
}

.more a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 17px;
  width: 5px;
  height: 5px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.more a:hover::before {
  left: 20px;
}

.visual {
  text-align: center;
}

.visual img {
  max-width: 454px;
  width: 100%;
}
