@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  top.css
// style info :  スタイル指定
=================================================================== */
.mt130 {
  margin-top: 130px;
}
/* -----------------------------------------------------
	kv
----------------------------------------------------- */
p.catch {
  position: absolute;
  z-index: 1;
  font-size: 40px;
	color: #333;
  line-height: 1.5;
  top: 50px;
  left: 0px;
	padding-left: 20px;
	padding-right: 10px;
/*	text-align: end;
  margin-left: calc(50% - 680px - 69px);
	background:rgba(255,255,255,0.6);*/
}
p.catch span {display:block;  font-size: 60px;}

.txt_neon {
  text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff;
}
.txt_neon span {
  text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff;
}
.toplogo {
  position: absolute;
  z-index: 1;
bottom: 35px;
right: 10px;
background:rgba(255,255,255,0.8);
}
.toplogo img{width: 250px;
}
	
@media only screen and (max-width: 1550px) {
  p.catch {
  }
}
@media screen and (max-width: 1200px) {
  p.catch {
    top: 6%;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  p.catch {
  top:25px;
    font-size: 7vw;
    line-height: 1.5;
  }
p.catch span {display:block;  font-size: 24px;}
.toplogo {
	bottom: 105px;right: 0;
}
.toplogo img{width: 100px;
}
}

.topentry{padding: 25px 0; margin: 25px auto; border: 1px solid var(--color04); text-align: center;}

a.topentrybtn {
    display: block;
    width: 400px;
    margin: 30px auto 0;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    background: #7d554d;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
    transition: .3s all ease-in-out;
}
a.topentrybtn:hover {
    box-shadow: 0 0 0 rgba(0,0,0,.1);
    transform: scale(.97);
}
@media screen and (max-width: 767px) {
.topentry{padding: 25px 10px; margin: 10px; border: 1px solid var(--color04); text-align: center;}
	a.topentrybtn {width: 90%;
}
}

/* -----------------------------------------------------
	news
----------------------------------------------------- */
.news h2 {
  font-size: 16px;
  color: var(--color05);
  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: #35a067 !important;
  font-size: 14px;
  padding: 0 25px 5px;
  transition: all .3s;
  position: relative;
}
.newsLink + div {
    display: none;
}
.newsLink::before {
  content: "▼";
  color: #35a067;
  font-size: 8px;
  display: inline-block;
  padding-right: 10px;
  transform: translateY(-2px);
  transition: all .3s;
}
.newsLink::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .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: var(--color02);
}
.imgBox {
  display: flex;
  align-items: center;
}
.imgBox.reverse {
  flex-flow: row-reverse;
}
.imgBox p{color:#000;}
.imgItem {
  width: 50%;
}
.txtItem {
  width:  600px;
  padding: 0 15px;
}
@media screen and (max-width: 1239px) {
  .txtItem {
    width:  540px;
  }
}
@media screen and (max-width: 1099px) {
  .txtItem {
    width:  473px;
  }
}
.txtItem .leftTxt {
  width: 80%;
  margin: 0 auto;
}
.txtItem .rightTxt {
  width: 80%;
  margin: 0 auto;
}
.txtItem h2.bellefair {
  font-size: 40px;
  font-weight: normal;
  color: #523622;
}
.txtItem h2 {
  font-size: 36px;
  font-weight: normal;
  color: var(--color05);
}
.txtItem p {
  line-height: 1.5;
}
@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(2n) {
    padding-top: 50px;
  }
  .imgBoxWrap .imgBox:nth-child(3n) {
    padding-top: 50px;
  }
  .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;
  }
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}


.yokoku {
  align-items: center;
  margin: 80px auto;
}

.yokoku dt {
  padding: 15px 0;
  border: 1px solid var(--color04);
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
}

.yokoku dd {
  font-size: 12px !important;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
.yokoku {
  display: flex;
}
.yokoku dt {
  width: 10em;
}
.yokoku dd {
  width: calc(100% - 10em);
  padding: 0 0 0 20px;
}
}
@media screen and (max-width: 767px) {
	.yokoku dt {margin-bottom: 15px;}
}
