@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #243548;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper, .wrapper02 {
  text-align: left;
  margin: 0 auto;
}
section ul, header ul, footer ul, .side ul, .main ul, nav ul, .side-content ul {
  list-style-type: none;
}
section h2, section h3, section h4, section h5 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #52a2ef;
  --color02: #02b8bf;
  --color03: #f2f2f2;
  --color04: #f1faff;
  --font01: 'Zen Maru Gothic', sans-serif;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #243548;
  text-decoration: none;
}
/*マウスオーバー時ゆっくり透過*/
a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0;
  z-index: 1000;
}
.header-logo {
  width: 495px;
  margin-top: 23px;
  margin-bottom: 30px;
  margin-left: max(calc(50% - 800px), 20px);
}
.header-logo a {
  display: block;
}
.logo-tit img {
  display: block;
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */
.gnav {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
.gnav-item {
  position: relative;
  font-family: var(--font01);
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}
.gnav-item a, .gnav-item span {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 15px 0.7em 15px 0.7em;
  margin: 0 auto;
}
.gnav-item a:hover, .gnav-item span:hover {
  color: var(--color01);
}
.menu-second {
  width: 240px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all .3s ease;
  transform: translate(-50%, 0);
  padding-top: 0;
}
.gnav-item:hover .menu-second {
  top: 55px;
  visibility: visible;
  opacity: 1;
}
.menu-second ul {
  border-radius: 10px;
  overflow: hidden;
  background-color: #247dd2;
}
.menu-second ul li {
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.menu-second ul li:last-child {
  border-bottom: none;
}
.menu-second ul li a {
  display: block;
  color: #fff;
  padding: 20px 0;
  transition: all .3s ease;
}
.menu-second ul li a:hover {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width:1300px) {
  .header-logo {
    width: 30%;
  }
  .gnav-item {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background-color: var(--color03);
  padding: 100px 0 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
.layout01, .layout02, .layout03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout-tc {
  align-items: center;
}
.layout01 .box01, .layout01 .box02 {
  width: 47%;
}
.layout02 .box01 {
  width: 50%;
}
.layout02 .box02 {
  width: 45%;
}
.layout03 .box01 {
  width: 65%;
}
.layout03 .box02 {
  width: 30%;
}
section h1 {
  margin-bottom: 50px;
}
section h2 {
  margin-bottom: 50px;
}
section h3 {
  margin-bottom: 40px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 30px;
}
section, article {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
section p {
  margin-bottom: 20px;
}
.section-min {
  overflow: hidden;
  margin-bottom: 60px;
}
.link-margin {
  margin-top: -100px;
  padding-top: 100px;
}
/*TITLE*/
.cmn-title01 {
  position: relative;
  font-size: 3.0rem;
  text-align: center;
  padding-top: 50px;
}
.cmn-title01::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 38px;
  border-radius: 5px;
  background-color: var(--color02);
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.cmn-title02 {
  position: relative;
  color: var(--color01);
  font-size: 2.6rem;
  border-bottom: solid 3px #eee;
  padding-bottom: 20px;
}
.cmn-title02 span {
  font-size: 60%;
}
.cmn-title02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color01);
  bottom: -3px;
  width: 20%;
}
.cmn-title03 {
  font-size: 2rem;
  background-color: #daebf5;
  padding: 15px;
}
.cmn-title04 {
  color: var(--color01);
  font-size: 2.2rem;
}
.cmn-title04 span{
  font-size: 70%;
}
/*BT*/
.cmn-btn01 a {
  min-width: 280px;
  display: inline-block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 20px 0;
}
.cmn-btn01 a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.icon-first a::before {
  background: url("../images/cmn-images/icon-first.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.icon-case a::before {
  background: url("../images/cmn-images/icon-case.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.icon-bell a::before {
  background: url("../images/cmn-images/icon-bell.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.img-radius {
  border-radius: 10px;
  overflow: hidden;
}
.bg01 {
  background-color: var(--color04);
  padding: 80px 0;
}
.cmn-cover01 {
  background-color: var(--color03);
  border-radius: 20px;
  padding: 40px 50px;
}
.li-cmn01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.li-cmn01 li a {
  color: var(--color01);
}
.li-cmn01 li:before {
  content: "\f14a";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}
.li-cmn02 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.li-cmn02 li a {
  color: var(--color01);
}
.li-cmn02 li:before {
  content: "\f0da";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}

.li-cmn03 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.li-cmn03 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.li-cmn03 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color02);
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.clm4-2, .clm2-1 {
  display: flex;
  flex-wrap: wrap;
}
.clm4-2 li {
  width: 25%;
}
.clm2-1 li {
  width: 50%;
}
.li-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.li-bn li {
  overflow: hidden;
  width: 30%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.li-bn li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: var(--font01);
  font-size: 2.0rem;
  font-weight: 500;
  text-align: left;
  background-color: var(--color02);
  padding: 7% 0 7% 30%;
}
.li-bn li a span {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #4ecdd2;
  padding: 5% 0 5% 5%;
}
.li-bn li a span::before {
  display: block;
  content: "";
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: 50px;
}
.li-bn .bn01 a span::before {
  background: url("../images/cmn-images/icon-home.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-bn .bn02 a span::before {
  background: url("../images/cmn-images/icon-item.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-bn .bn03 a span::before {
  background: url("../images/cmn-images/icon-hospital.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
/*info*/
.info {
  padding: 70px 0;
  background-color: #fff;
}
.foot-info {
  border-top: 1px solid #eee;
}
.info-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-layout .box01 {
  width: 48%;
}
.info-layout .box02 {
  width: 48%;
}
.info-inner {
  margin-bottom: 30px;
}
.time-table {
  border-top: solid 1px #9fadb3;
  border-left: solid 1px #9fadb3;
  border-right: solid 1px #9fadb3;
}
.time-table th {
  font-weight: normal;
  text-align: center;
  border-bottom: solid 1px #9fadb3;
  padding: 20px;
}
.time-table td {
  border-bottom: solid 1px #9fadb3;
  padding: 20px;
}
.time-table tr:first-child th, .time-table tr:first-child td {
  color: #fff;
  background-color: var(--color01);
}
.detail {
  display: flex;
  align-items: center;
  font-size: 90%;
  margin-bottom: 20px;
}
.detail-tit {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: var(--color01);
  border-radius: 3px;
  padding: 5px 0;
}
.detail-txt {
  flex: 1;
  padding-left: 20px;
}
.detail01 .detail-tit {
  background-color: #e94c4c;
}
.detail02 .detail-tit {
  background-color: #02b8bf;
}
.detail03 .detail-tit {
  background-color: #52a2ef;
}
.detail04 .detail-tit {
  background-color: #2e83d5;
}
.detail03 {
  border-top: 1px solid #9fadb3;
  border-bottom: 1px solid #9fadb3;
  padding: 10px 0;
}
.detail03 .detail-txt {
  font-family: var(--font01);
  font-size: 3rem;
  font-weight: 700;
}
.detail03 .detail-txt a, .detail03 .detail-txt span {
  color: var(--color01);
}
.gmap {
  margin-bottom: 20px;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  border: 1px solid #ccc;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.icon-car {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9fadb3;
  margin-bottom: 20px;
}
.icon-car::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/icon-car.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.icon-bus {
  position: relative;
  padding-left: 40px;
}
.icon-bus::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/icon-bus.png") 0 0 no-repeat;
  background-size: 100% auto;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  background-color: #e0f0f9;
  padding: 40px 0 20px 0;
}
.footer-nav {
  font-family: var(--font01);
  font-weight: 700;
  margin-bottom: 40px;
}
.fnav {
  display: flex;
  align-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.fnav-item {
  flex-grow: 1;
}
.fnav-item a:hover {
  color: var(--color01);
}
.footer-cp {
  font-family: var(--font01);
  color: var(--color01);
  font-weight: bold;
  text-align: center;
}
.side-box {
  position: fixed;
  top: 50%;
  right: -260px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--color02);
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  transition: all .3s ease;
  transform: translate(0, -50%);
}
.side-box:hover {
  right: 0;
}
.side-box .box01 {
  width: 60px;
  cursor: pointer;
}
.side-box .box02 {
  width: 260px;
  box-sizing: border-box;
  padding: 0 30px;
}
.side-box .inner {
  border: 1px solid #9cdbde;
  padding: 10px;
}
.side-box p, .side-box a {
  color: #fff;
}
.side-box .tit {
  font-family: var(--font01);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.side-box .tel {
  font-family: var(--font01);
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.side-box .txt {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.sp-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 200;
}
.sp-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.sp-nav ul li {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.sp-nav ul li:last-child {
  border-right: none;
}
.sp-nav ul li a, .sp-nav ul li span {
  display: block;
  color: #fff;
  background-color: var(--color01);
  font-size: 1rem;
  text-align: center;
  padding: 20px 0;
}
.sp-nav ul li a i, .sp-nav ul li span i {
  display: inline-block;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 4px;
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1300px) {
  body {
    min-width: 1280px;
  }
  .wrapper {
    width: 1280px;
    box-sizing: border-box;
  }
  .wrapper02 {
    width: 1180px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper, .wrapper02 {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .header-logo {
    width: 30%;
  }
  .gnav-item {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
@media screen and (min-width: 1025px) {
  tablet-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    margin-left: 10px;
  }
  /* SIDE
-----------------------*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  tablet-only {
    display: block;
  }
  .wrapper, .wrapper02 {
    width: 90%;
    margin: 0 auto;
  }
  .br-tablet {
    display: block;
  }
  .br-tabletonly {
    display: block;
  }
  .link-margin {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* HEADER
-----------------------*/
  .header {
    padding-bottom: 0;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 150;
  }
  .sp-menu {
    display: block;
    padding-top: 70px;
  }
  .sp-menu li {
    font-family: var(--font01);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  .sp-menu li a {
    display: block;
    color: var(--color01);
    font-size: 1.8rem;
  }
  /* CONTENTS
  -----------------------*/
  /*BT*/
  /*POST*/
  /* FOOTER
  -----------------------*/
  .footer {
    padding-bottom: 20px;
  }
  .info-layout .box01 {
    width: 45%;
    margin-right: 5%;
  }
  .info-layout .box02 {
    width: 50%;
  }
  .time-table {
    font-size: 1.4rem;
  }
  .time-table-tit {
    padding: 10px 5px;
  }
  .time-table-txt {
    padding: 10px 5px;
  }
  .fnav {
    display: inline-block;
  }
  .fnav-item {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
  /* SIDE
-----------------------*/
}
/* ==========================================================================
	SP - 800px
	========================================================================== */
@media screen and (max-width: 800px) {
  .tablet-only {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp {
    display: block;
    margin: 0;
  }
  .br-tabletonly {
    display: inline;
  }
  body {
    font-size: 1.5rem;
  }
  /* HEADER
-----------------------*/
  .header {
    position: static;
    z-index: 100;
    margin-bottom: 0;
  }
  .header-logo {
    width: 260px;
    margin: 20px auto 20px auto;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 15px;
    right: 15px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 60px 0;
    margin-bottom: 10px;
  }
  .page-tit {
    font-size: 2.4rem;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* LAYOUT
  -----------------------*/
  .layout01, .layout02, .layout03 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout02 .box02 {
    width: 100%;
  }
  .layout03 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout03 .box02 {
    width: 100%;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  /*TITLE*/
  .cmn-title01 {
    font-size: 2.0rem;
    padding-top: 35px;
  }
  .cmn-title01::after {
    width: 3px;
    height: 25px;
    border-radius: 5px;
  }
  .cmn-title02 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .cmn-title03 {
    font-size: 1.6rem;
  }
  .cmn-title04 {
    font-size: 1.7rem;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  /*BT*/
  .bt-cmn01 a {
    padding: 17px 0;
  }
  .gmap {
    padding-bottom: 70%;
  }
  .clm4-2 li {
    width: 50%;
  }
  .clm2-1 li {
    width: 100%;
  }
  .bg01 {
    padding: 40px 0;
  }
  .cmn-cover01 {
    border-radius: 10px;
    padding: 20px 25px;
  }
  .li-bn {
    width: 100%;
    margin: 0 auto -20px auto;
  }
  .li-bn li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .li-bn li a {
    font-size: 1.5rem;
  }
  .li-bn li a {
    min-height: 100px;
  }
  .li-bn li a span::before {
    width: 10%;
    height: 50px;
  }
  /* FOOTER
  -----------------------*/
  /*info*/
  .info {
    padding: 40px 0;
  }
  .info-layout {
    display: block;
  }
  .info-layout .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-layout .box02 {
    width: 100%;
  }
  .info-inner {
    margin-bottom: 30px;
  }
  .time-table th {
    padding: 10px;
  }
  .time-table td {
    padding: 10px;
  }
  .detail-tit {
  width: 100px;
  font-size: 90%;
}
  .footer {
    padding: 40px 0 100px 0;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-cp {
    font-size: 1.5rem;
  }
}