@charset "UTF-8";
/*  ▼ 共通ボタン
------------------------------------- */
.cmn_btn a {
  width: 160px;
  padding: 15px;
  background-color: #90d635;
  border-radius: 22px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cmn_btn a {
    padding: 17px 15px 12px;
  }
}
/*  ▼ 見出し h3
------------------------------------- */
.cmn_ttl {
  position: relative;
  margin-bottom: 85px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .cmn_ttl {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.cmn_ttl::before {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/top/ttl_icon01.png) no-repeat center/contain;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cmn_ttl::before {
    width: 30px;
    height: 30px;
    top: -30px;
  }
}
.cmn_ttl::after {
  content: "";
  width: 25px;
  height: 6px;
  background-color: #90d635;
  border-radius: 3px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cmn_ttl::after {
    bottom: -15px;
  }
}

/*  ▼ header
------------------------------------- */
.hd {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hd {
    background-color: inherit;
    box-shadow: 0 0 0;
  }
}
.hd_outer {
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 10px;
}
@media screen and (max-width: 767px) {
  .hd_outer {
    padding: 0;
  }
}
.hd_haed {
  flex: 1;
  max-width: 490px;
  width: 100%;
  margin-right: 10px;
  letter-spacing: 0;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .hd_haed {
    flex: none;
  }
}
.hd_box {
  align-items: center;
  margin-bottom: 10px;
}
.hd_info {
  align-items: center;
  margin-right: 20px;
  padding: 5px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.02em;
}
.hd_add {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #90d635;
}
.hd_tel {
  align-items: center;
}
.hd_tel > p {
  width: 50px;
  margin-right: 7px;
  padding: 5px;
  background-color: #90d635;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.hd_text p a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hd-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .hd-wrap .gnav {
    width: 100%;
  }
  .hd-wrap .gnav-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .hd-wrap .gnav-inner li {
    transition: .3s;
  }
  .hd-wrap .gnav-inner a, .hd-wrap .gnav-inner span {
    display: inline-block;
    padding: 10px 14px;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
  }
  .hd-wrap .gnav-inner a:hover, .hd-wrap .gnav-inner span:hover {
    background-color: #90d635;
    color: #fff;
  }
  .hd .gnav-inner_level02 {
    display: none;
    width: 300%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 4px #333;
    position: absolute;
  }
  .hd .toggle {
    position: relative;
  }
  .hd .toggle:hover span {
    background-color: #90d635;
    color: #fff;
  }
  .hd .toggle:hover .gnav-inner_level02 {
    display: block;
    height: 300%;
  }
  .hd .toggle:hover .gnav-inner_level02 a {
    width: 100%;
    border-bottom: 1px solid #333;
  }
}

@media screen and (max-width: 767px) {
  header h1 {
    display: flex;
    align-items: center;
    width: 250px !important;
    height: auto !important;
  }
  header h1 img {
    width: 100%;
  }

  header .ptn03-inner span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px 7px;
    transition: all 0.4s;
  }
  header .ptn03-inner span::after {
    content: '\f0da';
    font-size: 0.8em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }

  header .ptn01-inner_level02 {
    top: 0 !important;
  }
}
.visual {
  position: relative;
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .visual {
    margin-top: 50px;
  }
}

.slider {
  width: 88%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .slider {
    width: 95%;
  }
}
.slider li {
  width: 100%;
  height: 830px;
}
@media screen and (max-width: 767px) {
  .slider li {
    height: 260px;
  }
}
.slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.catch {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1;
  position: absolute;
  bottom: 120px;
  left: 8%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .catch {
    font-size: 2.6rem;
    letter-spacing: 0;
    bottom: 30px;
    left: 3%;
  }
}
.catch span {
  display: inline-block;
  padding: 6px 12px 12px;
  background-color: #90d635;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .catch span {
    padding: 3px 6px 6px;
  }
}
.catch span:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .catch span:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.sub_visual {
  position: relative;
  width: 88%;
  height: 480px;
  margin: 136px 0 0 auto;
  background: url(../img/common/sub_bg.png) no-repeat center/cover;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .sub_visual {
    width: 95%;
    margin: 50px 0 0 auto;
    height: 140px;
  }
}
.sub_visual .catch {
  top: 50%;
  bottom: auto;
  left: -90px;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sub_visual .catch {
    top: 70%;
    left: -10px;
  }
}

.reserve {
  position: fixed;
  bottom: 230px;
  right: 0;
  z-index: 10;
}

/*  ▼ footer
------------------------------------- */
.ft {
  padding: 70px 0 50px;
  background: url(../img/common/ft_bg.jpg) repeat center;
}
@media screen and (max-width: 767px) {
  .ft {
    padding: 40px 15px;
  }
}
.ft_outer {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.ft_logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ft_logo {
    margin-bottom: 30px;
  }
}
.ft .hd_box {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ft .hd_box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
.ft .hd_info {
  margin-right: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ft .hd_info {
    flex-direction: column;
    margin-bottom: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ft .hd_add {
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
    border-right: none;
  }
  .ft .hd_tel > p {
    width: 40px;
  }
  .ft .hd_text p a {
    margin-right: 5px;
    font-size: 1.8rem;
  }
}
.ft .cmn_btn a {
  background-color: #fff000;
  color: #222;
}
.ft_inner {
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ft_inner {
    flex-direction: column;
    align-items: center;
  }
  .ft_inner > nav {
    margin-bottom: 15px;
  }
}
.ft_inner li {
  font-size: 1.2rem;
}
.ft_inner li:not(:last-of-type) {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #333;
}
.ft .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .ft .copyright {
    font-size: 1rem;
  }
}
.ft .copyright a {
  display: inline-block;
}

/*  ▼ cmn-news
------------------------------------- */
@media screen and (min-width: 768px) {
  .newsUnder {
    padding: 100px 0;
  }
}
.newsDetail-body {
  min-height: 40vh;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.newsDetail-body a {
  display: inline-block !important;
  text-decoration: underline;
}
.newsDetail time {
  display: block;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .newsDetail {
    padding: 100px 0;
  }
  .newsDetail-title {
    margin: 0 0 25px;
    font-size: 2.4rem;
  }
  .newsDetail-body {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .newsDetail {
    padding: 50px 0 60px;
  }
  .newsDetail-title {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .newsDetail-body {
    padding: 20px 15px;
  }
}

/*  ▼ postView
------------------------------------- */
.postView {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  position: relative;
}
.postView-prev {
  margin-right: auto;
}
.postView-next {
  margin-left: auto;
}
.postView-home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .postView {
    text-align: center;
    font-size: 1.3rem;
  }
}

/*  ▼ pagenation
------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
}
.pagenation li {
  background-color: #ccc;
}
.pagenation li:not(:last-child) {
  margin-right: 10px;
}
.pagenation li:not(.current):hover {
  opacity: 0.7;
}
.pagenation li.current {
  background-color: #333;
}
.pagenation a {
  padding: 5px 10px;
  text-decoration: underline;
}
.pagenation span {
  display: block;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .pagenation {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin: 30px 0 0;
  }
}

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {

}
.breadcrumbs-wrap {
  justify-content: flex-start;
}
.breadcrumbs li {
  list-style: none;
  overflow: hidden;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.breadcrumbs li:last-child {
  flex: 1 1 0%;
}
.breadcrumbs li:not(:last-child)::before {
  content: ' ';
  display: block;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 7px 0;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 30px;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 8px;
    height: 8px;
    right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 8px 0;
    font-size: 1.2rem;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 22px;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 7px;
    height: 7px;
    right: 10px;
  }
  .breadcrumbs a {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .hd_tel > p {
    padding: 7px 5px 3px;
  }

  *::-ms-backdrop, .catch span {
    padding: 20px 12px 0px;
  }
}
