@charset "UTF-8";
/* CSS Document */
.header {
  background-color: rgba(0, 0, 0, 0.3);
}
@media(max-width:1000px) {
  .header {
    background-color: #3C3C3C;
  }
}
.main {
  background-color: #f6f8f9;
  padding-bottom: 50px;
  font-family: 'VDL Ｖ７明朝 L'sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section-top {
  height: 49vw;
  background-image: url("../images/top_image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_top__co {
  display: none;
}
.top_p {
	display: none;
}
@media(max-width:500px) {
  .section-top {
    background-image: url("../images/yuudaiTOP.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
  }
  .section_top__co {
    background-color: rgba(0, 0, 0, 0.60);
    height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }
  .top_p {
		display: block;
    margin: 0 auto;
  }
  .top_p h2 {
    display: block;
    font-size: 1.6rem;
    border-bottom: 2px solid #219f94;
    padding-bottom: 10px;
    width: 100%;
  }
  .top_p p {
    padding-top: 10px;
    font-size: 1.2rem;
    width: 100%;
  }
}
.section-about {
  position: relative;
  background-size: cover;
}
.section-about__wrapper {
  display: flex;
  overflow: hidden;
}
.section-about img {
  /* height: 700; */
  object-fit: cover;
}
.about_title {
  display: none;
}
.about_img__mb {
  display: none;
}
.section-about span {
  right: 0;
  margin: auto;
  width: 50%;
}
.section-about h2 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  padding-left: 2.0rem;
  padding-bottom: 20px;
}
.section-about p {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 2.0rem;
  line-height: 1.45;
  font-size: 1.2rem;
}
.section-about a {
  position: relative;
  float: left;
  padding: 3.5% 27%;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 2px solid #219f94;
  transition: 0.5s;
  margin-left: 2.0rem;
  margin-right: 60px;
  font-size: 1.2rem;
}
.section-about a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #219f94;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform 0.5s;
  content: '';
  z-index: -1;
}
.section-about a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.section-about a:hover {
  color: #fff;
}
@media (max-width: 1120px) {
  .section-about {
    background-image: url("../images/about_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
  }
  .section-about__wrapper {
    display: block;
    width: 100%;
  }
  .about_img__pc {
    display: none;
  }
  .about_img__wrapper {
    display: flex;
    position: relative;
    background-color: #219f94;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    max-height: 350px;
    object-fit: cover;
  }
  .about_img__mb {
    display: inline-block;
    margin-right: -20px;
    width: 100%;
    margin-left: 20px;
    object-fit: fill;
    object-position: center;
  }
  .about_title {
    display: inline-block;
    font-size: 3rem;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    letter-spacing: 1vw;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    color: rgba(255, 255, 255, 0.50);
    margin: 0;
  }
  .section-about h2, .section-about p {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .section-about span {
    /* width: 100%; */
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
  .about_ex {
    display: block;
    background-color: rgba(193, 222, 174, 0.50);
    padding: 20px 0;
  }
  .about_ex a {
    display: block;
    /* margin: 0; */
    margin: 20px 0;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.50);
  }
}
.section-gallery {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 70px;
}
.section-gallery h2 {
  display: block;
  color: #219f94;
  font-size: 3.0rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.4rem;
  margin-bottom: 30px;
}
.section-gallery a {
  text-decoration: none;
}
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 30vw;
  height: auto;
}
@media(max-width:1000px) {
  .slider img {
    width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
}
a:hover, a:active {
  text-decoration: none;
}
.inquiry a {
  text-decoration: none;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
}