@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

p {
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: justify;
  font-size: 18px;
}
@media (max-width: 899px) {
  p {
    font-size: 16px;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.space {
  padding: 20px;
}

.inner {
  width: 980px;
  margin: auto;
}

.home-link__btn {
  background-color: #0086cd;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
  margin: 5px 0;
}
.home-link__btn a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}
.home-link__btn a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .home-link__btn {
    width: 90%;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.header-primary {
  background: #fff;
}

.header-primary__inner {
  display: flex;
  max-width: 1200px;
  margin: auto;
  height: 146px;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .header-primary__inner {
    height: 100%;
  }
}

.header-primary__content {
  display: flex;
  color: #0086cd;
}

@media (max-width: 899px) {
  .header-right {
    margin-right: 70px;
  }
}

.header-logo > a {
  display: block;
  width: 150px;
  padding: 8px 8px 0;
}
@media (max-width: 899px) {
  .header-logo > a {
    width: 80px;
  }
}
.header-logo__item {
  max-width: 100%;
}

.header-tel__wrapper {
  margin-top: 5px;
  color: #0086cd;
  text-align: right;
}
.header-tel__wrapper p {
  text-align: right;
  margin-right: 20px;
}
@media (max-width: 899px) {
  .header-tel__wrapper {
    display: none;
  }
}

.tel-sp i {
  color: #0086cd;
  display: none;
}
@media (max-width: 899px) {
  .tel-sp i {
    display: block;
    margin-top: 25px;
    margin-right: 5px;
  }
}

.tel {
  font-size: 25px;
  margin-right: 0 !important;
}

.opentime {
  font-size: 15px;
}

.fa-phone {
  margin-right: 5px;
  transform: scaleX(-1);
  font-size: 1.5rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 65px;
}
@media (max-width: 899px) {
  .footer-nav {
    display: none;
    padding: 0;
  }
}
.footer-nav li {
  position: relative;
}
.footer-nav a {
  padding: 0 1.2rem;
  font-size: 1rem;
  position: relative;
  display: block;
}
@media (max-width:1100px) {
  .footer-nav a {
    padding: 0 0.9rem;
  }
}
@media (max-width: 1024px) {
  .footer-nav a {
    font-size: 14px;
    padding: 0 8px;
  }
}
@media (max-width: 850px) {
  .footer-nav a {
    padding: 0 4px;
    font-size: 12px;
  }
}
.footer-nav a::after {
  border-bottom: solid 2px #000;
  bottom: 10px;
  content: "";
  display: block;
  transition: width 0.3s ease;
  width: 0%;
}
.footer-nav a:hover::after {
  width: 100%;
}
.footer-nav .sub-menu {
  display: none;
}
@media (max-width: 899px) {
  .footer-nav .sub-menu {
    display: block;
  }
}
.footer-nav .menu-item:hover .sub-menu {
  display: block;
  background: rgb(0, 126, 0);
  opacity: 0.9;
  position: absolute;
  width: 260px;
}
.footer-nav .menu-item:hover .sub-menu li {
  border-bottom: 1px solid #fff;
}
.footer-nav .menu-item:hover .sub-menu a::before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  margin-right: 2px;
}

.home-section {
  padding: 50px 10px 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-section {
    padding: 40px 10px;
  }
}

.home-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.home-section__title {
  font-size: 30px;
  color: #0086cd;
  padding: 15px 0 30px;
}
@media (max-width: 899px) {
  .home-section__title {
    font-size: 24px;
    padding: 15px 0;
  }
}

.page-section {
  padding: 50px 10px;
  text-align: center;
}

.page-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.box-shadow {
  background: #fff;
  box-shadow: 0px 0px 3px gray;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 899px) {
  .box-shadow {
    padding: 15px;
  }
}

.page-title {
  margin-bottom: 40px;
  font-size: 40px;
  color: #0086cd;
}
@media (max-width: 899px) {
  .page-title {
    font-size: 28px;
  }
}

.page-wrap {
  margin-top: 30px;
  text-align: left;
  border-radius: 5px;
}

.page-content__title {
  color: #eb8cb4;
  border-bottom: 3px dotted #eb8cb4;
  text-align: left;
  margin: 0 0 20px;
  padding: 10px 10px 20px;
}
@media (max-width: 899px) {
  .page-content__title {
    padding: 10px;
    margin: 0 0 10px;
  }
}
.page-content__title .active-title__bg {
  position: relative;
  background: #eb8cb4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: -10px;
}
@media (max-width: 899px) {
  .page-content__title .active-title__bg {
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
  }
}
.page-content__title .active-title__number {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-content__first {
  background: #ECF8F0;
  border-radius: 5px;
}

.page-about__content {
  width: 100%;
  border-collapse: collapse;
}
.page-about__content tr {
  border-bottom: 3px dotted #eb8cb4;
  padding: 10px;
}
.page-about__content th {
  color: #eb8cb4;
  padding: 10px 0;
  text-align: left;
}
.page-about__content td {
  text-align: left;
  padding: 10px 0px 10px 30px;
  line-height: 1.5rem;
}
.page-about__content .houjinn-title {
  width: 54px;
}

.fa-arrow-circle-right:before {
  margin-left: 10px;
}

/****************** サイドオープン時にメインコンテンツを覆う部分 ******************/
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  font-size: 16px;
  background: #0086cd;
  z-index: -1;
}
.side-menu li {
  text-align: center;
  padding: 10px 0;
}
.side-menu a {
  color: #fff;
}

.side-open .side-menu {
  visibility: visible;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  display: none;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}
@media (max-width: 899px) {
  .side-menu-btn {
    display: block;
  }
}
.side-menu-btn .point {
  position: absolute;
  width: 40px;
  height: 5px;
  margin: 10px 0;
  background: #0086cd;
  display: block;
}
.side-menu-btn .top {
  top: 0;
}
.side-menu-btn .mid {
  top: 13px;
}
.side-menu-btn .bot {
  bottom: 0;
}

.side-open .point {
  background: #fff;
}

/* サイドメニューオープン */
.side-open main,
.side-open .header-inner,
.side-open footer,
.side-open .overlay {
  transform: translate3d(-300px, 0, 0);
}

/******************************** トップページ *******************************/
.main {
  padding-top: 146px;
}
@media (max-width: 1024px) {
  .main {
    padding-top: 126px;
  }
}
@media (max-width: 899px) {
  .main {
    padding-top: 70px;
  }
}

.mv-btn {
  background: linear-gradient(#f4a760 0%, #e99547 100%);
  padding: 20px 40px;
  font-size: 30px;
  z-index: 2;
  position: relative;
}
@media (max-width: 899px) {
  .mv-btn {
    padding: 10px;
    font-size: 20px;
  }
}

.home-mv {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 899px) {
  .home-mv {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .home-mv {
    width: 100%;
    height: 180px;
  }
}

.slider {
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
}
.slider img {
  width: 100%;
  height: 100%;
}

.slider-img {
  margin: 0 20px;
  width: auto !important;
  display: block !important;
}

.home-bg__green {
  background: linear-gradient(#fff9dd 0%, #fff9dd 75%, #fff 75%, #fff 100%);
  margin-top: -100px;
  padding-bottom: 0;
}
@media (max-width: 899px) {
  .home-bg__green {
    background: linear-gradient(#fff9dd 0%, #fff9dd 90%, #fff 90%, #fff 100%);
    margin-top: -30px;
  }
}

.home-menu__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home-menu__wrap {
    display: block;
  }
}

.home-menu__content {
  padding: 30px;
  width: 250px;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@media (max-width: 899px) {
  .home-menu__content {
    padding: 20px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .home-menu__content {
    margin: 20px auto;
    width: 90%;
  }
}
.home-menu__content h3 {
  color: #0086cd;
  padding-bottom: 10px;
  border-bottom: 2px solid #0086cd;
}
@media (max-width: 899px) {
  .home-menu__content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .home-menu__content h3 {
    font-size: 20px;
  }
}
.home-menu__content ul {
  margin: 15px 0 0;
}
.home-menu__content ul > li {
  margin-top: 10px;
  text-align: left;
}
.home-menu__content ul > li > a {
  display: flex;
  align-items: baseline;
}
@media (max-width: 899px) {
  .home-menu__content ul > li {
    font-size: 14px;
  }
}
.home-menu__content ul > li .fa-arrow-circle-right:before {
  margin-right: 5px;
  margin-left: 0;
  color: #f9d6e5;
}
.home-menu__content a:hover {
  color: #f4c6cb;
}

.gaiyo a:hover {
  color: #0086cd;
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-bg {
  background-image: url(../img/top-bg.png);
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 899px) {
  .top-bg {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .top-bg {
    padding: 0;
  }
}

.home-news__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-news__flex {
    display: block;
  }
}
.home-news__flex .home-section__title {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .home-news__flex .home-section__title {
    margin-top: 0;
  }
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-wrapper {
    display: block;
  }
}

.home-news-item {
  width: 237px;
  padding: 30px 19px 40px;
  margin: 13px;
  transition: 1s;
}
@media (max-width: 899px) {
  .home-news-item {
    margin: 20px auto;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .home-news-item {
    margin: 20px auto;
    width: 90%;
  }
}
.home-news-item:hover {
  transform: scale(1.05, 1.05);
}
.home-news-item img {
  max-width: 100%;
  border: 3px solid #f4c6cb;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 899px) {
  .home-news-item img {
    width: 190px;
  }
}
.home-news-item dd {
  text-align: left;
  margin-left: 5px;
  font-size: 20px;
  line-height: 1.3;
}

.date {
  color: rgb(252, 182, 231);
  text-align: left;
  padding: 10px 0;
  margin-left: 5px;
}

.animation2 {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  visibility: visible !important;
}

@-webkit-keyframes animation2 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animation2 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-access__wrap {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 899px) {
  .home-access__wrap {
    padding-bottom: 0;
  }
}

.home-access__content {
  position: absolute;
  top: 350px;
  left: 50px;
  width: 600px;
  padding: 20px;
  box-shadow: 0px 0px 8px gray;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .home-access__content {
    position: static;
    width: 90%;
  }
}
.home-access__content .home-section__title {
  border-bottom: 3px solid #0086cd;
  padding: 5px;
  text-align: left;
}
.home-access__content p {
  padding: 5px;
}
.home-access__content .link-wrapper {
  text-align: left;
}

.access-table {
  margin-top: 10px;
  text-align: left;
  line-height: 1.5rem;
}
.access-table th {
  width: 100px;
  padding: 10px 0;
}

.g-map iframe {
  border-radius: 10px;
}

.footer-banner {
  margin: 0 0 20px;
  text-align: center;
}
.footer-banner__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.footer-banner__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-banner__list > li {
  max-width: 200px;
}
.footer-banner__list > li > a {
  display: block;
  border: 1px solid #ccc;
}
.footer-banner__list > li > a:hover {
  opacity: 0.7;
}
.footer-banner__list > li img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .footer-banner {
    padding: 8px;
  }
  .footer-banner__list > li {
    max-width: calc(50% - 5px);
  }
}

/******************************** 下層ページ *******************************/
/******************************** 事業案内 *******************************/
.page-service__w50 {
  width: calc(50% - 20px);
  margin: 20px 0 200px 0;
  position: relative;
}
@media (max-width: 899px) {
  .page-service__w50 {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .page-service__w50 {
    width: 100%;
    margin: 20px 0;
  }
}

.service-content {
  position: absolute;
  bottom: -200px;
  width: 400px;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 899px) {
  .service-content {
    width: 90%;
    height: 260px;
    position: static;
    transform: translateX(0%);
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .service-content {
    height: auto;
  }
}
.service-content h3 {
  font-size: 22px;
}

#service ul {
  margin: 0 20px;
}
#service li {
  list-style: outside;
  text-align: left;
  font-size: 17px;
  line-height: 1.7rem;
}

.page-flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#member {
  background-image: url(../img/member-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 767px) {
  #member {
    margin-top: -30px;
    padding-top: 30px;
  }
}

.member-title {
  color: #fff;
  background: #eb8cb4;
  font-size: 20px;
  padding: 10px 0;
}

.member-w25 {
  width: calc(25% - 14px);
}
@media (max-width: 899px) {
  .member-w25 {
    width: calc(50% - 10px);
  }
}

.member-w75 {
  width: calc(75% - 5px);
}

.member-content {
  width: calc(25% - 15px);
  margin: 10px 0 30px;
}
.member-content p {
  font-size: 15px;
}
@media (max-width: 899px) {
  .member-content {
    width: calc(50% - 10px);
  }
}

.mamber-br {
  padding-left: 40px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 10px;
}

.member-img img {
  width: 100%;
  border-radius: 10px;
}

.member-name {
  margin: 10px 0;
  font-size: 13px;
}
.member-name span {
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 899px) {
  .member-name span {
    font-size: 20px;
  }
}

.sikaku {
  margin: 5px 0;
  font-size: 13px !important;
}
.sikaku span {
  color: #fff;
  background: #eb8cb4;
  padding: 3px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 13px;
}

.member-lastrow {
  justify-content: start;
}
@media (max-width: 899px) {
  .member-lastrow {
    justify-content: space-between;
  }
}
.member-lastrow .member-title {
  margin-right: 20px;
}
@media (max-width: 899px) {
  .member-lastrow .member-title {
    margin-right: 0;
  }
}
.member-lastrow .member-content {
  margin-right: 20px;
}
@media (max-width: 899px) {
  .member-lastrow .member-content {
    margin-right: 0;
  }
}

/******************************** 法人概要 *******************************/
.page-content__w50 {
  width: calc(50% - 90px);
  margin: 20px 0;
}
@media (max-width: 899px) {
  .page-content__w50 {
    width: 90%;
    margin: 20px auto;
  }
}

.daihyou-img img {
  border-radius: 10px;
  width: 500px;
}
@media (max-width: 899px) {
  .daihyou-img img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .daihyou-img img {
    width: 100%;
  }
}

.daihyou-name {
  font-weight: bold;
  text-align: right;
}

.catch-copy {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
}
@media (max-width: 899px) {
  .catch-copy {
    font-size: 20px;
    text-align: center;
  }
}

.page-wrap {
  position: relative;
}

.page-about {
  position: absolute;
  width: 46%;
  top: 50px;
  right: 0;
  padding: 50px;
}
@media (max-width: 899px) {
  .page-about {
    width: 50%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .page-about {
    position: static;
    width: 80%;
    margin: auto;
  }
}

#daihyou, #service {
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  #daihyou {
    margin-top: 50px;
    padding-top: -50px;
  }
}

#active {
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  margin-top: -300px;
  padding-top: 180px;
}
@media (max-width: 899px) {
  #active {
    padding-top: 220px;
  }
}
@media (max-width: 767px) {
  #active {
    margin-top: -230px;
    padding-top: 80px;
  }
}
#active .home-section__title {
  padding: 50px 0;
}
#active .page-flex__wrap {
  margin-top: 30px;
}

#about {
  background-image: url(../img/bg-img.png);
}
@media (max-width: 767px) {
  #about {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.houjinn, .ennkaku {
  padding: 50px;
  width: calc(50% - 130px);
  font-size: 18px;
}
@media (max-width: 899px) {
  .houjinn, .ennkaku {
    width: 90%;
    padding: 20px;
  }
}
.houjinn h3, .ennkaku h3 {
  text-align: left;
}

.enkaku-date {
  display: inline-block;
  padding-top: 5px;
  color: #eb8cb4;
}

.enkaku-content {
  border-bottom: 3px dotted #eb8cb4;
  display: block;
  padding: 5px 10px 10px;
}

/******************************** 名前の由来 *******************************/
#name {
  background-image: url(../img/name-bg-img.png);
  background-size: cover;
  padding: 56px 0 200px;
}
@media (max-width: 899px) {
  #name {
    padding: 50px 0;
  }
}

.name-img {
  margin-top: 64px;
}
.name-img img {
  border-radius: 10px;
  width: 600px;
}
@media (max-width: 899px) {
  .name-img img {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .name-img img {
    width: 100%;
  }
}

.about-img img {
  width: 100%;
}

/******************************** 観光案内 *******************************/
#kanko {
  background-image: url(../img/kanko-bg.png);
  background-size: cover;
  padding: 56px 0 100px;
}
@media (max-width: 899px) {
  #kanko {
    padding: 50px 0;
  }
}

.page-kanko__w33 {
  width: calc(33% - 10px);
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-kanko__w33 {
    width: 90%;
    margin: 20px auto;
  }
}

.kanko-content {
  position: absolute;
  bottom: -10px;
  width: 310px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 899px) {
  .kanko-content {
    width: 210px;
  }
}

.page-kanko__title {
  position: absolute;
  bottom: 25px;
  width: 310px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 899px) {
  .page-kanko__title {
    font-size: 20px;
    width: 200px;
    bottom: 20px;
  }
}

.kanko-title {
  position: relative;
}
@media (max-width: 899px) {
  .kanko-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .kanko-title {
    font-size: 20px;
  }
}

.kanko-hurigana {
  position: absolute;
  font-size: 16px;
  left: 0px;
}
@media (max-width: 899px) {
  .kanko-hurigana {
    font-size: 10px;
  }
}

/******************************** news *******************************/
#news-archive, #news {
  background-image: url(../img/news-bg.png);
  background-size: cover;
}

.news-item {
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  padding: 20px;
  margin: 10px;
}
@media (max-width: 899px) {
  .news-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .news-item {
    width: auto;
  }
}
.news-item img {
  box-sizing: border-box;
  border: 3px solid #f4c6cb;
  height: 280px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news-item dt {
  color: rgb(252, 182, 231);
  text-align: left;
  padding: 5px 0;
}
.news-item dd {
  text-align: left;
  padding: 5px 0;
}

#news {
  /* アイコン */
}
#news img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#news .page-wrap img {
  height: 100%;
}
@media (max-width: 767px) {
  #news .page-wrap img {
    height: 100%;
  }
}
#news .wp-block-image {
  margin: 0;
}
#news p {
  font-size: 16px;
}
#news h1 {
  font-size: 32px;
}
#news h2 {
  font-size: 22px;
  background: #dfdfdf;
  border-left: 7px solid #00a1e9;
  border-radius: 5px;
  padding: 10px;
  margin: 30px 0;
}
#news h3 {
  font-size: 20px;
  margin: 20px 0;
}
#news h3::before {
  content: "ー";
  margin: 0 10px;
  font-weight: bold;
  border-radius: 5px;
}
#news h4 {
  font-size: 18px;
  margin: 15px 10px;
  border-bottom: 2px dashed #000;
  display: inline-block;
}
#news h5 {
  font-size: 16px;
  margin: 10px;
}
#news ul {
  list-style: disc;
  margin-left: 20px;
  margin: 30px 20px;
}
#news ol {
  list-style: decimal;
  margin: 30px 20px;
}
#news li {
  line-height: 1.5rem;
}
#news a {
  color: #00a1e9;
  text-decoration: underline;
}
#news a:hover {
  color: #ccc;
}
#news .has-small-font-size {
  font-size: 12px;
}
#news blockquote {
  position: relative;
  margin: 1em auto;
  border-left: 2px solid #000;
}
#news blockquote::before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 2rem;
  color: #ccc;
  content: "\f10d";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  margin-right: 20px;
}
#news blockquote p {
  margin-left: 50px;
  padding: 1rem;
}

.news-title {
  padding: 40px 0 0px;
}

.pagenavi {
  margin-top: 50px;
  font-size: 25px;
}
.pagenavi .pages {
  display: none;
}
.pagenavi .page {
  color: #bcbcbc;
  border: none;
  margin: 0 30px;
}
.pagenavi .current {
  border: none;
}
.pagenavi .nextpostslink {
  border: none;
}

/******************************** フッター *******************************/
footer {
  color: #fff;
  background: #0086cd;
}

.footer-inner {
  display: flex;
  margin: auto;
  max-width: 1200px;
  height: 150px;
  justify-content: space-evenly;
}

.footer-logo a {
  line-height: 150px;
}

.footer-logo__item {
  vertical-align: middle;
}

.footer-nav-bottom {
  text-align: center;
  padding: 24px 0 0;
}
.footer-nav-bottom > li {
  display: inline-block;
  padding: 8px 0;
  color: #fff;
}
.footer-nav-bottom > li:not(:last-child)::after {
  content: "|";
  margin: 0 16px;
}
.footer-nav-bottom > li > a {
  color: #fff;
}
@media (max-width: 767px) {
  .footer-nav-bottom > li {
    display: block;
    padding: 0;
  }
  .footer-nav-bottom > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-nav-bottom > li:not(:last-child)::after {
    content: none;
  }
  .footer-nav-bottom > li > a {
    display: block;
    padding: 1em;
    text-align: left;
  }
}

.sns {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.sns a {
  margin: 0 1rem;
}
@media (max-width: 1024px) {
  .sns a {
    margin: 0 10px;
  }
}
.sns i {
  color: #0086cd;
}

.copyright {
  text-align: center;
  padding: 40px 0 16px;
  font-size: 12px;
}

.page-contents__wrap {
  background: #ECF7F1;
  margin-top: 40px;
  padding: 50px;
  text-align: left;
  border-radius: 5px;
}
@media (max-width: 899px) {
  .page-contents__wrap {
    padding: 50px 20px;
  }
}

/******************************** コンタクトフォーム *******************************/
.contact-wrapper {
  background: #ECF9F0;
  border-radius: 5px;
  margin: 40px auto 0;
  width: 900px;
}
@media (max-width: 899px) {
  .contact-wrapper {
    width: 100%;
  }
}

.contact-controls {
  padding: 50px;
}
@media (max-width: 767px) {
  .contact-controls {
    padding: 30px;
  }
}

.contact-item {
  padding: 20px 0;
  display: flex;
  border-bottom: #6c967a 1px solid;
}
@media (max-width: 767px) {
  .contact-item {
    display: block;
  }
}
.contact-item dt {
  margin-right: 30px;
  width: 210px;
  text-align: left;
  position: relative;
}
.contact-item dd {
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .contact-item dd {
    width: 100%;
    margin-top: 10px;
  }
}
.contact-item dd input {
  width: calc(100% - 22px);
  padding: 7px;
}
.contact-item dd textarea {
  width: calc(100% - 10px);
  height: 80px;
}

.contact-label {
  display: inline-block;
  padding: 7px;
}

.contact-label-required::after {
  position: absolute;
  content: "必須";
  width: 46px;
  left: auto;
  right: 0;
  top: 5px;
  display: block;
  background: red;
  color: rgb(255, 253, 253);
  border-radius: 5px;
  padding: 3px;
  text-align: center;
}

.submit {
  background: #0B572F;
  transition: all 0.5s ease 0s;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
}
.submit:hover {
  opacity: 0.6;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px;
}

.wpcf7-not-valid-tip {
  text-align: center;
}

.wpcf7 .ajax-loader {
  margin: 0;
  width: 0 !important;
  height: 0 !important;
}

/******************************** サイドバー *******************************/
.side-column__wrapper {
  display: flex;
  margin: auto;
  max-width: 1000px;
}
@media (max-width: 899px) {
  .side-column__wrapper {
    display: block;
  }
}

.sidebar {
  width: 250px !important;
  min-width: 250px;
}
@media (max-width: 899px) {
  .sidebar {
    width: 100% !important;
  }
}

.sidebar-content {
  margin-top: 100px;
  margin-left: 30px;
}
@media (max-width: 899px) {
  .sidebar-content {
    margin: 10px;
  }
}
.sidebar-content h2 {
  padding: 20px;
  color: #07592F;
  font-size: 20px;
}
.sidebar-content li {
  padding: 5px 0;
}
.sidebar-content .sidebar-menu {
  border: 2px solid #a7b6ac;
  border-radius: 5px;
  padding: 20px;
}
.sidebar-content .sidebar-menu li:hover {
  background: #07592F;
}
.sidebar-content .sidebar-menu .select {
  background: #07592F;
}
.sidebar-content .sidebar-menu .select a {
  color: #fff;
}
.sidebar-content .sidebar-menu a:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-span {
  color: #a7b6ac;
  margin-right: 5px;
}

/******************************** slick *******************************/
.slick-dots {
  bottom: 150px;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 25px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a2ffc1;
}

.slick-dots li button:before {
  opacity: 1;
  color: #ccc;
  font-size: 20px;
  margin: 10px;
}

#kanko {
  overflow: hidden;
}

.kanko:not(:last-child) {
  margin-bottom: 80px;
}
.kanko-image {
  margin: 0 -40px;
}
.kanko-image img {
  width: 100%;
  height: auto;
}
.kanko-body {
  position: relative;
  width: 60%;
  margin: -120px 0 0;
  padding: 32px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 899px) {
  .kanko-body {
    margin: -80px 0 0;
    padding: 24px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .kanko-body {
    margin: -40px auto 0;
    padding: 16px;
    width: auto;
    border-radius: 8px;
  }
}
.kanko-body__title {
  padding: 0 0 0.5em;
  border-bottom: 2px dotted #eb8cb4;
  color: #eb8cb4;
  text-align: left;
}
.kanko-body__title rt {
  margin-bottom: -0.4em;
}
@media (max-width: 899px) {
  .kanko-body__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .kanko-body__title {
    font-size: 20px;
  }
}
.kanko-body__text {
  margin: 0.5em 0 0;
}
.kanko-body__text p {
  font-size: 16px;
}
@media (max-width: 899px) {
  .kanko-body__text p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .kanko-body__text p {
    font-size: 15px;
  }
}
.kanko-body__text dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 0 0;
  padding: 8px;
  background-color: rgba(235, 140, 180, 0.1);
}
.kanko-body__text dl > dd a {
  display: block;
  margin: 0 0 0 1em;
  padding: 0.4em 1em;
  border-radius: 0.2em;
  background-color: #0086cd;
  color: #fff;
}
@media (max-width: 767px) {
  .kanko-body__text dl {
    font-size: 14px;
  }
}
.kanko:nth-of-type(2n) .kanko-body {
  margin-right: auto;
}
@media (max-width: 899px) {
  .kanko:nth-of-type(2n) .kanko-body {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .kanko:nth-of-type(2n) .kanko-body {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.kanko:nth-of-type(2n+1) .kanko-body {
  margin-left: auto;
}
@media (max-width: 899px) {
  .kanko:nth-of-type(2n+1) .kanko-body {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .kanko:nth-of-type(2n+1) .kanko-body {
    margin-left: 8px;
    margin-right: 8px;
  }
}/*# sourceMappingURL=style.css.map */