@charset "utf-8";
/*==================================================
スライダーのためのcss
===================================*/
#slider {
  width: 100%;
  height: calc(550/1920*100vw) !important;
  max-height: 550px;
  min-height: 400px;
}
.slider-txt {
  font-size: clamp(25px, 2.5vw, 47px);
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: #34591f 0 0 15px;
  margin: 4% 10% 1% auto;
}
.slider-foot {
  height: calc(200/1920*100vw);
  max-height: 200px;
  min-height: 185px;
  background-image: url("../image/sitetop/img-slider-foot.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #F5F7F2;
}
.slider-foot p {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  #slider {
    height: calc(480/767*100vw) !important;
    min-height: inherit;
  }
  .slider-txt {
    font-size: clamp(18px, 3.8vw, 29px);
    margin: 5% auto;
  }
  .slider-foot {
    background-image: url("../image/sitetop/img-slider-foot-s.png");
  }
  .slider-foot p {}
  .vegas-slide, .vegas-slide-inner {
    background-position: right center !important;
  }
}
#zone_middle_floor {
  max-width: 100% !important;
  padding: 0 !important;
}
.line_wave {
  display: block;
  width: 360px;
  height: 12px;
  text-align: center;
  margin: 0 auto 1em auto;
}
/* ============================ info ============================ */
.s_info_area_wrap {
  padding-bottom: 3em;
}
.s_info_area h2 {
  padding: 1em 0 0 0;
  font-size: clamp(1.5rem, 1.114rem + 1.93vw, 2.563rem);
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.s_info_area {
  max-width: 1200px;
  margin: 0 auto;
}
.s_info_grid_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-bottom: 5em;
}
.s_info_grid_wrap > div {
  height: 100%;
  background: #FFFDF5;
  border-radius: 10px;
  padding: 1em;
}
.s_info_grid_wrap > div h4 {
  font-size: 1.3em;
  border-bottom: 1px solid #F9EB80;
  padding-left: .5em;
  font-weight: normal;
}
.s_info_area p {
  padding-bottom: 1em;
}
.s_info_area ul {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.s_info_area ul li {
  border-radius: 8px;
  padding: .5em;
  font-size: .95em;
  line-height: 1.5;
}
.s_info_area ul li div:first-child {
  padding: 0 .5em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: .5em;
}
.s_info_area ul li div:first-child span:first-child {}
.s_info_area ul li div:first-child span.tag1 {
  display: block;
  font-size: .7em;
  background: #FAB280;
  color: #fff;
  border-radius: 100px;
  padding: 0 1em;
}
.s_info_area ul li div:first-child span.tag2 {
  display: block;
  font-size: .7em;
  background: #FF99A8;
  color: #fff;
  border-radius: 100px;
  padding: 0 1em;
}
.s_info_area ul li div:first-child span.tag3 {
  display: block;
  font-size: .7em;
  background: #C7C7C7;
  color: #fff;
  border-radius: 100px;
  padding: 0 1em;
}
.s_info_area ul li p {
  padding: 0 .5em;
}
.s_info_area ul li:hover {
  background: #FDF9E9;
}
@media (max-width: 768px) {
  .s_info_area {
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
	.s_info_grid_wrap {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.s_info_grid_wrap > div{
		margin-bottom: 1em;
	}
  .s_info_area ul li {
    display: block;
	  border-radius: 0;
    border-bottom: 1px dashed #EDE7D0;
  }
}
/* ============================ LCHって何？ ============================ */
.s_area_research {
  width: auto;
  background: url("../image/sitetop/bg-blue-01.jpg")no-repeat;
  background-size: cover;
}
.s_area_research > div {
  color: #4A3D3B;
  max-width: 900px;
  margin: 0 auto;
  padding: 4em 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.s_area_research > div div:first-child h4 {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: normal;
  line-height: 1.5;
}
.s_area_research > div div:first-child h4 span {
  display: block;
  line-height: 1.5;
  font-size: .6em;
}
@media (max-width: 768px) {
	.s_area_research {
		background-position: left 40% center;
	}
  .s_area_research > div {
    display: block;
    text-align: center;
  }
  .s_area_research > div img {
    max-width: 300px;
  }
}
/* ============================ ご挨拶 ============================ */
ul.s_area_menupanel {
  width: auto;
  background: url("../image/sitetop/bg-blue-02.jpg")no-repeat;
  background-size: cover;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
ul.s_area_menupanel li a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  text-decoration: none;
  color: #4A3D3B !important;
  font-size: clamp(1.063rem, 0.835rem + 1.14vw, 1.688rem);
  line-height: 1.5;
  padding: 2em 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 100px;
  transition: .4s;
}
ul.s_area_menupanel li a div {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 20px;
}
ul.s_area_menupanel li a img {
  display: inline-block;
  width: 90px;
}
ul.s_area_menupanel li a:hover {
  background: rgba(255, 255, 255, .6);
  text-decoration: none;
}
@media (max-width: 768px) {
	ul.s_area_menupanel {
		grid-template-columns: 1fr 1fr;
	}
	ul.s_area_menupanel li a{
		height: 60px;
	}
	ul.s_area_menupanel li a img{
		width: 30px;
		display: block;
		margin: 0 auto;
	}
	ul.s_area_menupanel li a div{
		display: block;
		text-align: center;
	}
}
/* ============================ リンクボタン ============================ */
.s_area_link {
  width: auto;
  background: url("../image/sitetop/bg-blue-03.jpg")no-repeat;
  background-size: cover;
  text-align: center;
  padding: 3em 0;
}
.s_area_link ul {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em;
  margin: 0 auto;
}
@media (max-width: 768px) {
	.s_area_link ul{
		display: block;
	}
}
/* ============================ お問い合わせ ============================ */
.col_midashi_txtsheet.contact {
  max-width: 900px;
  width: calc(95% - 30px);
  margin: 7em auto 3em auto;
  text-align: center;
  background-color: #fff;
  border: solid 1px #FDC6A2;
}
.col_midashi_txtsheet.contact h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 10px 0;
  font-size: 2em;
  text-align: center;
  font-weight: normal;
}
.col_midashi_txtsheet.contact h2 img:first-child {
  display: block;
  height: 80px;
  width: 80px;
}
.col_midashi_txtsheet.contact h2 img:nth-child(2) {
  display: block;
  height: 70px;
}
.col_midashi_txtsheet.contact p {
  text-align: center;
  margin: 20px 0;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .col_midashi_txtsheet.contact {
    width: 75%;
  }
  .col_midashi_txtsheet.contact h2 img:first-child {
    height: 40px;
    width: 50px;
  }
  .col_midashi_txtsheet.contact h2 img:nth-child(2) {
    height: 30px;
  }
}