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

.sidebar-btn, .sidebar {
  display: none;
}

#header {
  padding-top: 60px;
}

#header_inner {
  width: 100%;
  height: 133px;
  margin: 0 auto;
  position: relative;
}

#header h1 {
  float: left;
  width: 448px;
  margin: 0;
}

#header h1 a {
  display: block;
  width: 448px;
  margin: 0;
  padding: 0;
}

#header_menu {
  width: 100%;
  height: 133px;
  position: relative;
}

.logo_s {
  width: 100%;
  display: block;
  height: auto;
}

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
ul#header_lower_menu {
  position: absolute;
  list-style: none;
  display: flex;
  bottom: 0;
  height: 63px;
  width: 100%;
}

ul#header_lower_menu li {
  position: relative;
  flex: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul#header_lower_menu > li {
  position: relative;
  height: 63px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

ul#header_lower_menu > li a::after {
  content: "";
  width: 2px;
  height: 63px;
  margin: 0;
  padding: 0;
  background: url("../img/navi_bg.png") no-repeat;
}

ul#header_lower_menu > li:first-child a::before {
  content: "";
  width: 2px;
  height: 63px;
  margin: 0;
  padding: 0;
  background: url("../img/navi_bg.png") no-repeat;
}

ul#header_lower_menu > li > a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 63px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 100;
}

ul#header_lower_menu > li > a span {
  display: inline-block;
  margin: auto;
  padding: 0;
  font-weight: 100;
}

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

#pan ul {
  font-size: 1.4rem;
  width: 100%;
  max-width: 1180px;
  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;
}

#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: -18px;
  bottom: 0;
}

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

.main_col {
  max-width: 1180px;
  padding: 20px;
  font-size: 1.5rem;
  width: calc(100% - 30px);
  margin: auto;
  margin-top: -30px;
  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;
}

#body {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.4rem;
}

#main {
  padding-top: 10px;
}

.main_col {
  margin-bottom: 20px;
}

#footer_upper {
  flex-direction: column;
}

#footer_lower {
  flex-direction: column;
}

address {
  margin: 0 10px 10px;
}

#body {
  font-size: 1.4rem;
}

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

#body h2 {
  font-size: 1.8rem;
}

#body h4 {
  font-size: 1.6rem;
}

.inner {
  font-size: 1.4rem;
  margin: auto 15px;
  background: #fff;
}

h2.arrow_style {
  font-size: 1.6rem;
  margin-bottom: 0.75em;
  padding: 10px 0 10px 16px;
  position: relative;
}

h2.arrow_style::before {
  position: absolute;
  background: url(../img/arrow.png) left top no-repeat;
  content: "";
  margin: auto;
  top: 12px;
  left: 0px;
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
}

.svg h2.arrow_style::before {
  background: url(../img/arrow_green.svg) left top no-repeat;
  background-size: contain;
}

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

h2.arrow_style.news::before {
  top: 25px;
  left: 10px;
}

.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.2rem;
  padding: 0px 35px 0px 10px;
  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 {
  line-height: 2;
  margin-bottom: 0.75em;
  padding: 0px 0 0px 30px;
  color: #fff;
  background: #4cc3d6;
  background: -moz-linear-gradient(left, #4cc3d6 80%, white 100%);
  background: -webkit-linear-gradient(left, #4cc3d6 80%, white 100%);
  background: linear-gradient(to right, #4cc3d6 80%, white 100%);
}

h2.arrow_style.blue::before {
  position: absolute;
  content: url("../img/arrow_yellow.svg");
  background-size: contain;
  margin: auto;
  top: 4px;
  left: 10px;
}

h3.under_line {
  font-size: 1.6rem;
  margin-bottom: 0.75em;
  padding: 12px 10px 8px 10px;
  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 0 8px;
  padding: 0.25em 0 0.15em 0.75em;
  border-left: 6px solid #81C8A6;
  border-bottom: 1px solid #81C8A6;
  font-weight: bold;
}

ul.bana {
  margin: 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 0;
}

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

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

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_keyword {
  background: url("/img/bana/bana_keyword.png?") no-repeat;
  display: block;
  background-size: 100%;
  width: 100%;
}

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

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

ul.bana2 {
  margin: 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 24px;
}

ul.bana2 li {
  margin-bottom: 10px;
  width: 48%;
}

ul.bana2 li a {
  display: block;
  width: 100%;
}

ul.bana2 li img {
  display: block;
  width: 100%;
}

#footer_upper {
  margin: auto;
  max-width: 1180px;
  width: calc(100% - 20px);
  position: relative;
}

#footer_upper address {
  list-style-type: none;
  font-style: normal;
  font-size: 1.2rem;
}

#footer_upper .pagetop {
  width: 15%;
}

#footer p {
  text-align: right;
  padding: 30px 0;
  max-width: 1180px;
  width: calc(100% - 20px);
  margin: auto;
  color: #fff;
  font-size: 1.2rem;
}

#body .map_bana {
  display: block;
  width: 800px;
  max-width: calc(100% - 20px);
  margin: 60px auto 30px;
  background: url("../img/map_bg.jpg");
  background-size: cover;
  background-position: right bottom;
  border: 6px solid #c21500;
  border-image: linear-gradient(to right, #72c29e 0%, #99cc00 100%);
  border-image-slice: 1;
  position: relative;
  color: #000;
}
#body .map_bana::after {
  position: absolute;
  right: 0px;
  bottom: 0;
  content: "";
  background: url("../img/map_bg_icon.png");
  width: 20vw;
  height: 20vw;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
#body .map_bana a {
  color: #000;
}
#body .map_bana a hgroup h2 {
  font-size: 2rem;
  padding: 30px 10px 0;
  font-weight: normal;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#body .map_bana a hgroup p {
  font-size: 1.3rem;
  margin: 0;
  padding: 0 10px 20px;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#body .map_bana a p {
  padding: 0 10px 20px;
  font-size: 1.2rem;
  padding-bottom: 40px;
}
