@charset "UTF-8";
.sp:not(.pc), .tb:not(.pc) {
  display: none !important;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}

.drawer--navbarTopGutter {
  padding-top: 0 !important;
}

#header {
  border-top: 5px solid #4cc3d6;
  padding-bottom: 15px;
  height: 190px;
}

#header_inner {
  max-width: 1080px;
  height: 112px;
  margin: 0 auto;
  position: relative;
}

#header .header_content {
  position: absolute;
  right: 0;
  height: 112px;
  max-width: 38%;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#header .header_content ul {
  list-style-type: none;
  display: flex;
  width: 100%;
}

#header .header_content ul li {
  margin-right: 1em;
}

#header .header_content ul a.contact::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/img/icon/mail_blue.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  margin-right: .5em;
}

#header .header_content ul a.access::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/img/icon/car_blue.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  margin-right: .5em;
}

#header .header_content a {
  display: block;
  width: 100%;
}

#header .header_content p {
  display: block;
  margin-bottom: 10px;
}

#header .header_contact {
  width: 242px;
  max-width: 38%;
  margin-top: 30px;
}

#header .header_contact a {
  display: block;
  width: 100%;
}

#header .header_contact a img {
  display: block;
  width: 100%;
}

#header_menu {
  max-width: 1080px;
  position: relative;
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_menu h1 {
  width: 480px;
  margin: 0 0 0;
}
#header_menu h1 a {
  display: block;
  margin: 0;
  padding: 0;
}
#header_menu h1 a .logo_flex {
  display: flex;
}
#header_menu h1 a .logo_flex img {
  display: block;
}
#header_menu h1 a .logo_flex img.logo_icon {
  height: 060px;
}
#header_menu h1 a .logo_flex img.logo_title {
  width: 82%;
}
#header_menu h1 a .logo_flex span {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
#header_menu .header_map img {
  display: block;
  max-width: 33vw;
  width: 340px;
  filter: drop-shadow(-3px 0px 3px rgba(0, 0, 0, 0.5));
  transition: 0.5s ease-in-out;
}
#header_menu .header_map img:hover {
  filter: drop-shadow(-3px 0px 5px rgba(0, 0, 0, 0.5));
  transform: translate3d(0, -2px, 0);
}

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
.header nav {
  width: 100%;
  background: url("../img/header_bg.png") repeat-x center bottom;
  height: 73px;
  position: relative;
  z-index: 1;
}

/* ①メニューボタンのスタイル */
.menu {
  display: flex;
  position: relative;
}

.menu .menu_list {
  width: 33.33%;
}

.menu .menu_list a .lock::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("/img/icon/lock_black.svg");
  background-size: 100%;
  display: inline-block;
}

.menu .menu_list > a {
  display: flex;
  padding: 0;
  text-align: center;
  transition: .3s;
  height: 68px;
  line-height: 60px;
  font-size: 1.4rem;
  color: #323232;
  position: relative;
  width: 100%;
  align-items: center;
}

ul#header_lower_menu > li > a {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: min(1.4vw, 1.4rem);
  line-height: 1.3;
}

.menu .menu_list > a span {
  overflow: hidden;
  display: block;
  text-align: center;
  width: 100%;
}

ul#header_lower_menu > li a::after {
  content: "";
  width: 2px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: steelblue;
  background: -moz-linear-gradient(left, steelblue 50%, white 50%);
  background: -webkit-linear-gradient(left, steelblue 50%, white 50%);
  background: linear-gradient(to right, steelblue 50%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#ffffff',GradientType=1 );
}

ul#header_lower_menu::before {
  content: "";
  width: 2px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: steelblue;
  background: -moz-linear-gradient(left, steelblue 50%, white 50%);
  background: -webkit-linear-gradient(left, steelblue 50%, white 50%);
  background: linear-gradient(to right, steelblue 50%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#ffffff',GradientType=1 );
  z-index: 1;
  position: absolute;
}

ul#header_lower_menu > li > a {
  z-index: 1000;
  color: #444;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul#header_lower_menu > li:hover > a {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  text-shadow: #4cc3d6 1px 1px 0, #4cc3d6 -1px -1px 0, #4cc3d6 -1px 1px 0, #4cc3d6 1px -1px 0, #4cc3d6 0px 1px 0, #4cc3d6 -1px 0, #4cc3d6 -1px 0 0, #4cc3d6 1px 0 0;
}

ul#header_lower_menu > li > a.slct {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  text-shadow: #4cc3d6 1px 1px 0, #4cc3d6 -1px -1px 0, #4cc3d6 -1px 1px 0, #4cc3d6 1px -1px 0, #4cc3d6 0px 1px 0, #4cc3d6 -1px 0, #4cc3d6 -1px 0 0, #4cc3d6 1px 0 0;
}

ul#header_lower_menu > li.submenu.view > a::before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  bottom: -19px;
  width: 12px;
  height: 12px;
  border: 2px solid #4cc3d6;
  background: #fff;
  border-color: #4cc3d6 #4cc3d6 transparent transparent;
  transform: rotate(-45deg);
  z-index: 10000;
}

.menu .menu_list .menu_contents .flex_block {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 2px solid #4cc3d6;
  margin-top: 10px;
  background: #fff;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.menu .menu_list .menu_contents .flex_block h2 {
  font-size: 2rem;
  width: calc(100% - 260px);
}

.menu .menu_list .menu_contents .flex_block h2 i {
  font-size: 1.4rem;
  color: #4cc3d6;
}

.menu .menu_list .menu_contents .box {
  width: 240px;
  height: 240px;
  padding: 20px 0px 0px 20px;
  position: relative;
}

.menu .menu_list .menu_contents .box p {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.menu .menu_list .menu_contents .box p::after {
  content: "";
  background-image: url(/img/info_white.svg);
  height: 32px;
  width: 32px;
  display: block;
  margin-top: 20px;
  margin-left: 80px;
}

.menu .menu_list .menu_contents .box p.ename {
  color: #000;
  font-size: 4rem;
  position: absolute;
  margin: auto;
  top: 4.5rem;
  left: 2rem;
  /*white-space: nowrap;*/
  line-height: 1.2;
}

.menu .menu_list .menu_contents .box {
  background: #4cc3d6;
}

/* ②メガメニューのスタイル */
.menu_contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 260px;
}

.menu_contents ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 270px);
  height: 190px;
  margin-left: 10px;
  list-style-type: none;
}

.menu_contents li {
  min-width: 49%;
  max-width: 80%;
  line-height: 2em;
  margin-left: 10px;
  margin-top: 5px;
  border-bottom: 1px solid;
  font-size: 1.4rem;
}

.menu .menu_list li {
  padding-left: 3rem;
  opacity: 0;
}

.menu .menu_list li {
  border-bottom-color: rgba(141, 208, 210, 0);
  animation: fadein .5s ease forwards;
}

@media (min-width: 1080px) {
  .menu .menu_list .menu_contents .flex_block h2 {
    font-size: 2.4rem;
  }

  .menu .menu_list .menu_contents .flex_block h2 i {
    font-size: 1.6rem;
    color: #4cc3d6;
  }

  .menu_contents li {
    min-width: 49%;
    max-width: 53%;
    line-height: 2em;
    margin-left: 10px;
    margin-top: 5px;
    border-bottom: 1px solid;
    font-size: 1.8rem;
  }
}
@keyframes fadein {
  80% {
    border-bottom-color: rgba(141, 208, 210, 0);
  }
  100% {
    padding-left: 0;
    opacity: 1;
    border-bottom-color: #8dd0d2;
  }
}
.menu .menu_list li:nth-child(1) {
  animation-delay: .5s;
}

.menu .menu_list li:nth-child(2) {
  animation-delay: .6s;
}

.menu .menu_list li:nth-child(3) {
  animation-delay: .7s;
}

.menu .menu_list li:nth-child(4) {
  animation-delay: .8s;
}

.menu .menu_list li:nth-child(5) {
  animation-delay: .9s;
}

.menu .menu_list li:nth-child(6) {
  animation-delay: 1s;
}

.menu .menu_list li:nth-child(7) {
  animation-delay: 1.1s;
}

.menu_contents li a {
  color: #333;
  display: block;
  padding: 0 0 0 1rem;
}

ul#header_lower_menu {
  position: absolute;
  list-style: none;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68px;
  width: calc(100% - 2px);
  max-width: 1080px;
  margin: auto;
}

#pan {
  margin: 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 30px 0;
}

#pan ul {
  font-size: 1.4rem;
  width: 100%;
  max-width: 1080px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  line-height: 40px;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  overflow-y: hidden;
}

#pan ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

#pan ul li.plist_1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 0 .5rem;
  font-weight: 900;
  font-size: 2rem;
  color: #4682b4;
}

#pan ul li + li::after,
#pan ul li + li::before {
  content: "";
  width: 16px;
  height: 22px;
  border-right: 1px solid #666;
  display: inline-block;
  position: absolute;
}

#pan ul li + li::after {
  transform: rotate(15deg);
  left: -10px;
  bottom: 0;
}

#pan ul li + li::before {
  transform: rotate(-15deg);
  left: -10px;
  top: 0;
}

#pan ul li + li {
  padding-left: 30px;
}

 #body {
  font-size: 2rem;
}

#body h1 {
  text-align: left;
  font-size: 3.5rem;
  border-left: 9px solid #4cc3d6;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
  line-height: 1.1;
  color: #464646;
}

#body p {
  padding: 0 20px;
  line-height: 2;
  font-size: 1.8rem;
}

.main_col {
  max-width: 1080px;
  padding: 50px;
  font-size: 1.6rem;
  width: calc(100% - 80px);
  margin: auto;
  margin-top: -100px;
  opacity: .999;
  min-height: 140px;
  position: relative;
  background: #fff;
}

.main_col::before {
  content: "";
  position: absolute;
  font-size: 1.5rem;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  -moz-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  width: calc(100%);
  margin: auto;
  text-align: center;
  min-height: 140px;
  z-index: 0;
}

.blue {
  background: url("../img/dot.png");
}

.inner {
  max-width: 1080px;
  padding: 0 50px;
  font-size: 2rem;
  width: calc(100% - 80px);
  margin: auto;
  background: #fff;
}

h2.arrow_style {
  font-size: 3rem;
  margin-bottom: 0.75em;
  padding: 23px 0 18px 50px;
  position: relative;
}

h2.arrow_style::before {
  position: absolute;
  content: url(../img/arrow.png);
  margin: auto;
  top: 27px;
  left: 20px;
}

.svg h2.arrow_style::before {
  position: absolute;
  content: url("../img/arrow_green.svg");
}

h2.arrow_style.news {
  font-size: 3rem;
  margin-bottom: 0.75em;
  padding: 23px 0 18px 50px;
  background: url(../img/news_bg.png) left top repeat-x;
  border-bottom: 1px solid #71d4d5;
  position: relative;
}

.svg h2.arrow_style.news {
  background: url(../img/news_bg.svg) left top repeat-x;
}

h2.arrow_style.news a {
  position: absolute;
  right: 10px;
  font-weight: normal;
  background: #FF7C80;
  color: #fff;
  font-size: 1.8rem;
  padding: 0px 40px 0px 20px;
  top: 0;
  margin: auto;
  bottom: 0;
  height: 2em;
  line-height: 2em;
}

h2.arrow_style.news a::after {
  content: "";
  position: absolute;
  right: 10px;
  background: url("../img/h2_list.png") no-repeat center center;
  height: 13px;
  width: 19px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.svg h2.arrow_style.news a::after {
  background: url("../img/h2_list.svg") no-repeat center center;
}

h2.arrow_style.blue {
  font-size: 3rem;
  line-height: 2;
  margin-bottom: 0.75em;
  padding: 0px 0 0px 50px;
  color: #fff;
  background: #4cc3d6;
  background: -moz-linear-gradient(left, #4cc3d6 20%, white 100%);
  background: -webkit-linear-gradient(left, #4cc3d6 20%, white 100%);
  background: linear-gradient(to right, #4cc3d6 20%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc3d6', endColorstr='#ffffff',GradientType=1 );
}

h2.arrow_style.blue::before {
  position: absolute;
  content: url("../img/arrow_yellow.svg");
  margin: auto;
  top: 2px;
  left: 20px;
}

h3.under_line {
  font-size: 2.2rem;
  margin-bottom: 0.75em;
  padding: 12px 0 8px 30px;
  position: relative;
  color: #6ec8a0;
}

h3.under_line::after {
  content: "";
  display: block;
  height: 3px;
  background: #e2eaf1;
  background: -moz-linear-gradient(left, #e2eaf1 0%, #4cc3d6 100%);
  background: -webkit-linear-gradient(left, #e2eaf1 0%, #4cc3d6 100%);
  background: linear-gradient(to right, #e2eaf1 0%, #4cc3d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf1', endColorstr='#4cc3d6',GradientType=1 );
}

h4.border_style {
  margin: 25px 20px 8px 20px;
  padding: 0.25em 0 0.15em 0.75em;
  border-left: 6px solid #81C8A6;
  border-bottom: 1px solid #81C8A6;
  font-weight: bold;
}

#body {
  position: relative;
  z-index: 1;
}

#body .inner {
  max-width: 1080px;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  width: calc(100% - 40px);
}

.white {
  padding: 0;
}

.gray {
  background: #f7f7f7;
  padding: 0;
}

ul.bana {
  max-width: 980px;
  width: calc(100% - 140px);
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 64px 0 24px;
}

ul.bana li {
  margin-bottom: 40px;
  width: 100%;
}

ul.bana li a {
  display: block;
  width: 100%;
  position: relative;
}

ul.bana li a img {
  display: block;
  margin-left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
}

ul.bana li a.bana_keyword:hover img,
ul.bana li a.bana_branch:hover img,
ul.bana li a.bana_map:hover img {
  display: block;
  margin-left: 8px;
}

ul.bana li a.bana_branch {
  background: url("/img/bana/bana_branch.png?") no-repeat;
  display: block;
  background-size: 100%;
}

ul.bana li a.bana_map {
  background: url("/img/bana/bana_map.png?220722") no-repeat;
  display: block;
  background-size: 100%;
}

ul.bana li a.bana_keyword {
  background: url("/img/bana/bana_keyword.png?") no-repeat;
  display: block;
  background-size: 100%;
}

ul.bana2 {
  max-width: 980px;
  width: calc(100% - 140px);
  margin: auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
ul.bana2 li {
  margin-bottom: 30px;
  width: 31%;
}
ul.bana2 li a {
  display: block;
  width: 100%;
}
ul.bana2 li a img {
  display: block;
  width: 100%;
}

.p_flex {
  display: flex;
  max-width: 1080px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: -1;
}

.pagebox {
  width: 300px;
  height: 310px;
  border-bottom: 10px solid #574d4f;
}

.pagebox h1 {
  font-weight: 400;
  color: #fff;
  font-size: 2.4rem;
  padding-left: 30px;
  padding-top: 65px;
  white-space: nowrap;
}

.pagebox h2 {
  font-size: 5.4rem;
  font-weight: 400;
  padding-left: 30px;
  white-space: nowrap;
}

.pagebox h2::after {
  content: "";
  background-image: url(/img/icon/info_white.svg);
  height: 32px;
  width: 32px;
  display: block;
  margin-top: 20px;
}

.pagebox h2 span {
  display: block;
  font-size: 1.7rem;
}

.page_img {
  background-image: url("../img/header_image_bg.png");
  background-position: center top;
  background-repeat: repeat-y;
}

.double_col .inner {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.double_col .side {
  width: 300px;
  font-size: 2rem;
}

.double_col .side ul.pagelink {
  border-bottom: 10px solid #574d4f;
  margin-bottom: 30px;
  list-style-type: none;
}

.double_col .side ul.pagelink li {
  border-bottom: 1px solid #323232;
}

.double_col .side ul.pagelink li a {
  padding-left: 2em;
  color: #323232;
  padding: 16px 0 16px 1.6em;
  display: block;
  line-height: 1.1;
  list-style-position: outside;
  text-indent: -1em;
}

.double_col .side ul.pagelink li a::before {
  content: "・";
}

.double_col .cont {
  width: calc(100% - 300px);
}

.r {
  text-align: right;
}

.main_cont h1 {
  margin: 30px 0 50px;
  font-size: 3.8rem;
}

#footer_upper {
  justify-content: space-between;
}

#footer_lower {
  display: flex;
  justify-content: space-between;
}

#topBtn {
  margin: auto;
  position: fixed;
  /*固定*/
  bottom: 20px;
  /*場所を右下に移動*/
  right: 20px;
  /*場所を右下に移動*/
  display: block;
  /*aタグをblock要素に変更*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 100;
  opacity: .5;
}

#topBtn:hover {
  opacity: 1;
}

@media (min-width: 1080px) {
  #topBtn {
    right: 0;
    left: 0;
    transform: translateX(540px);
  }

  ul#header_lower_menu > li > a {
    font-size: 1.4rem;
  }
}
.single_col .catch {
  background: #fff;
  -moz-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: auto;
  margin-top: -100px;
  margin-top: -50px;
  margin-top: min(-4em, -50px);
  text-align: center;
  opacity: .999;
  min-height: 140px;
}

.single_col .catch h2 {
  padding: 30px;
  font-size: 3.4rem;
  line-height: 1.5;
}

.single_col .catch p {
  padding: 30px;
  font-size: 1.6rem;
}

#body .map_bana {
  margin: 60px auto 30px;
  width: 800px;
  max-width: calc(100% - 20px);
  display: block;
  background: url("../img/map_bg.jpg");
  border: 8px solid #72c29e;
  border-image: linear-gradient(to right, #72c29e 0%, #99cc00 100%);
  border-image-slice: 1;
  position: relative;
  transition: 0.5s ease-in-out;
}
#body .map_bana::after {
  position: absolute;
  content: url("../img/map_bg_icon.png");
  right: 0;
  bottom: 0;
}
#body .map_bana:hover {
  border: 8px solid #99cc00;
  border-image: linear-gradient(20deg, #72c29e 0%, #99cc00 100%);
  border-image-slice: 1;
}
#body .map_bana:hover a hgroup h2, #body .map_bana:hover a hgroup p {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
#body .map_bana a {
  color: #000;
}
#body .map_bana a hgroup h2 {
  transition: 0.5s ease-in-out;
  font-size: 4rem;
  padding: 60px 20px 0;
  font-weight: normal;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#body .map_bana a hgroup p {
  transition: 0.5s ease-in-out;
  font-size: 2rem;
  margin: 0;
  padding: 0 20px 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#body .map_bana a p {
  width: 50%;
  font-size: 1.5rem;
  padding-bottom: 40px;
}
