@charset "utf-8";

/* 庭サイト */
body {
  font-family:
    "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  background-color: #e6e6fa;
}

header h1,
nav.global a,
footer h2,
.header_01,
.slider,
.topics,
.topics_unit,
.about_garden,
.insta,
#Instagram {
  font-family: "Noto Serif JP", serif;
}

.wrapper {
  background-color: #e6fae6;
  width: 1100px;
  margin: 0 auto;
}

/* ヘッダー部分 */
header {
  padding: 20px 40px;
}

.header_01 {
  display: flex;
  justify-content: space-between;
  background-image: url(../images/icon_01.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.header_01 h1 {
  padding-left: 75px;
  text-decoration: none;
}

.sub_nav ul li a {
  color: #00552e;
  text-decoration: none;
}
/* スライド部分 */
.slider {
  width: 100%;
  height: 100%;
}

.slider img {
  width: 100%;
  object-fit: cover;
}
/* ↑スライド部分～終わり */

.global_nav {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.main_nav {
  border-right: 1px solid #00552e;
}

.main_nav:last-child {
  border-right: none;
}

.main_nav:hover {
  background-color: #8d998d;
  font-weight: bold;
}

.main_nav a {
text-decoration: none;
}

.main_nav a:hover {
  color: #fff;
}

.inner {
  align-items: center;
  color: #00552e;
  height: 30px;
  padding: 0 10px;
  position: relative;
}

ul.drop_nav {
  display: block;
  padding: 0 10px;
}

.drop_nav {
  display: none;
  position: absolute;
}

.drop_nav li {
  background-color: #8d998d;
  left: 0;
  width: max-content;
  height: 100%;
}
/* トピックス */
.wrapper h2.topics {
  padding: 40px;
  text-align: center;
  color: #00552e;
}

.topics_unit {
  padding: 10px 80px 50px 80px;
  display: flex;
  justify-content: space-evenly;
}

.topics_unit section h3 {
  margin: 5px 0;
  color: #00552e;
}

.slick-dots li button:before {
  font-size: 20px;
}

.slide-arrow {
  position: relative;
  padding: 20px;
}

.slide-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #00552e;
  border-right: solid 2px #00552e;
  position: absolute;
  left: 5px;
  top: 100px;
}

.slide-arrow.prev-arrow::before {
  transform: rotate(-135deg);
}

.slide-arrow.next-arrow::before {
  transform: rotate(45deg);
}

/* 安曇野ハーブ＆ローズガーデンについて */
.about_garden h2 {
  padding: 50px 0 20px 40px;
  color: #00552e;
}

.about_garden {
  background-image: url(../images/about_garden_01.png);
  background-repeat: no-repeat;
  background-position: 120px 100px;
  height: 450px;
}

.about_garden {
  height: 1030px;
}

.about_garden_comment {
  padding: 20px 0 0 160px;
}

.about_garden_comment p {
  color: #fff;
  font-size: 25px;
  line-height: 55px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.95);
}

.about_garden_02 {
  margin: -20px 0 0 600px;
}

.about_garden_03 {
  margin: -100px 0 20px 750px;
}

/* インスタ */
.insta {
  padding: 40px;
  text-align: center;
  color: #00552e;
}

#Instagram {
  padding: 20px;
}

#Instagram ul {
  max-width: 684px;
  min-height: 684px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-evenly;
  margin: auto;
}

#Instagram ul li {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#Instagram ul li .caption_wrapper .caption_mask .caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  padding: 1.2em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: none;
}

#Instagram ul li .caption_wrapper :hover {
  transform: scale(1.1, 1.1);
}










/* フッター */
footer {
  background-color: #00552e;
  color: #fff;
  padding: 10px 40px;
}

footer .content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

footer h2 {
  font-size: 22px;
  line-height: 34px;
  background-image: url(../images/icon_02.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 58px;
  margin-bottom: 20px;
}

address {
  font-size: 14px;
  margin-left: 60px;
}

address span.phone {
  background-image: url(../images/free_dial.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}

/* --------------------------------ナビ ローカル部分 */
.local {
  margin-top: 5px;
}

.local ul li {
  display: inline-block;
  margin-left: 30px;
}

.local ul li a {
  color: #fff;
  text-decoration: none;
}

.local ul li a:hover {
  border-bottom: 1px solid #fff;
}

hr {
  border: 0;
}

footer small {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

/* メディアクエリ */
@media screen and (max-width:768px) {
  .wrapper {
    width: 100%;
  }

  header {
    padding: 10px;
  }

  .header_01 {
    width: 100%;
  }

  .global, .global_nav, .main_nav {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .slider {
    width: 100%;
  }

  .topics_unit {
    padding: 0;
  }

  .about_garden {
    width: 100%;
  }

  .insta {
    padding: 0;
    width: 100%;
  }

  #Instagram {
    padding: 0;
    width: 100%;
  }

  footer {
    padding: 10px 0 0 10px;
  }

  footer .content {
    padding-bottom: 5px;
  }
  footer h2 {
    font-size: 14px;
    width: 100%;
  }

  .address span.phone {
    background-position: left;
    padding: 0;
  }

  .local {
    font-size: 13px;
    width: 55%;    
  }
}

/*------ max-width:480px ------*/
@media screen and (max-width: 480px) {

}