@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #252525;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper {
  overflow: hidden;
  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: #3484ac;
  --color02: #4da7a4;
  --color03: #83d6e9;
  --color04: #e3f1f9;
  --color05: #99d6ed;
  --font01: "Zen Maru Gothic", sans-serif;
  --font02: "Lexend", sans-serif;
}
.bg01 {
  background: url("../images/cmn-images/bg01.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
  padding: 80px 0 1px 0;
  margin-bottom: 0;
}
.bg02 {
  background-color: var(--color04);
  padding: 80px 0 1px 0;
  margin-bottom: 80px;
}
.bg03 {
  background-color: #eef6fb;
  padding: 80px 0 1px 0;
  margin-bottom: 80px;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #252525;
  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 {
  padding: 15px 0 35px 0;
}
.header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-tit {
  display: block;
  width: 100%;
  max-width: 417px;
}
.header-info {
  text-align: right;
}
.header-address {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.header-info .tel-cmn {
  margin-bottom: 6px;
}
.tel-cmn {
  width: 100%;
  max-width: 272px;
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */
.nav {
  margin-bottom: 20px;
}
.gnav {
  display: flex;
}
.gnav-item {
  font-family: var(--font01);
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}
.gnav-item a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  margin: 0 auto;
}
.gnav-item a:hover {
  color: var(--color02);
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background: url("../images/cmn-images/bg01.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
  border-top: 1px solid #dbf4f0;
  border-bottom: 1px solid #dbf4f0;
  padding: 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
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;
}
.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: 60%;
}
.layout03 .box02 {
  width: 35%;
}
/*TITLE*/
.cmn-tit01 {
  font-size: clamp(2.0rem, 3.2vw, 3.2rem);
  text-align: center;
}
.cmn-tit01 span {
  display: block;
  color: var(--color01);
  font-size: 50%;
  padding-top: 10px;
}
.cmn-tit02 {
  position: relative;
  color: var(--color01);
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  border-bottom: solid 3px #d8d7cb;
  padding-bottom: 20px;
}
.cmn-tit02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color01);
  bottom: -3px;
  width: 20%;
}
.cmn-tit03 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  background-color: var(--color05);
  padding: 15px;
}
.cmn-tit04 {
  color: #252525;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
}
.cmn-tit04 span {
  color: #000;
}
/*LIST*/
.li-cmn01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn01 li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color01);
  margin-right: 10px;
}
.li-cmn02 li {
  list-style-type: none;
  counter-increment: number;
  padding-left: 1.7em;
  text-indent: -1.7em;
  margin-bottom: 10px;
}
.li-cmn02 li::before {
  content: counter(number) ".";
  margin-right: 10px;
  color: #E31B1E;
}
.li-cmn03 li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.li-cmn03 li:before {
  position: absolute;
  content: "※";
  left: 0;
}
.li-cmn04 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.li-cmn04 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.li-cmn04 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%;
}
.li-cmn05 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn05 li:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color01);
  margin-right: 10px;
}
.clm4-2 {
  display: flex;
  flex-wrap: wrap;
}
.clm4-2 li {
  width: 25%;
}
/*BT*/
.bt-cmn01 {
  width: 280px;
  margin: 0 auto;
}
.bt-cmn01 a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-cmn01 a::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
/*contents*/
.li-bn {
  display: flex;
  flex-wrap: wrap;
}
.li-bn li {
  width: 31%;
  background-color: #83d6e9;
  border-radius: 20px;
  margin-right: 3.5%;
  transition: 0.4s ease-in-out;
}
.li-bn li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
.li-bn li:nth-child(3n) {
  margin-right: 0;
}
.li-bn li div {
  width: 30%;
}
.li-bn li h3 {
  width: 60%;
  color: #fff;
  font-family: var(--font01);
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 0;
}
.li-bn li h3 span {
  display: block;
  font-family: var(--font02);
  font-size: 60%;
  padding-top: .6em;
}
/*info*/
.info {
  font-size: 1.6rem;
  padding: 70px 0;
  background-color: var(--color04);
  margin-bottom: 40px;
}
.info-top {
  background: linear-gradient(#ffffff, #e3f1f9);
  padding: 0 0 70px 0;
  margin-bottom: 80px;
}
.info-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-layout .box01 {
  width: 50%;
}
.info-layout .box02 {
  width: 45%;
}
.info .tel {
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}
.info .txt01 {
  padding-left: 22%;
}
.info ul li {
  position: relative;
  border-bottom: 1px dotted #000;
  padding: 15px 0 15px 50px;
}
.info ul li:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/cmn-images/icon-bus.png") 0 0 no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.info ul li:nth-child(2)::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/cmn-images/icon-car.png") 0 0 no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.info-inner {
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
  border: solid 2px var(--color01);
  margin-bottom: 20px;
}
.time-table-tit {
  font-weight: normal;
  text-align: center;
  border-bottom: solid 2px var(--color01);
  padding: 20px;
}
.time-table-txt {
  color: var(--color01);
  border-bottom: solid 2px var(--color01);
  padding: 20px;
}
.time-table tr:first-child .time-table-txt {
  color: #252525;
}
.time-table tr:last-child .time-table-tit, .time-table tr:last-child .time-table-txt {
  border-bottom: none;
}
.detail {
  display: flex;
  align-items: center;
  font-size: 90%;
  margin-bottom: 20px;
}
.detail-tit {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #4da7a4;
  border-radius: 3px;
  padding: 5px 0;
}
.detail-tit-closed {
  background-color: #ca5173;
}
.detail-txt {
  flex: 1;
  padding-left: 20px;
}
.detail-txt span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.info .txt02 {
  margin-bottom: 0;
}
.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%;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  padding-bottom: 100px;
}
.footer-nav {
  font-family: var(--font01);
  font-weight: 700;
  margin-bottom: 40px;
}
.footer-nav .wrapper {
  text-align: center;
}
.fnav {
  display: flex;
}
.fnav-item {
  flex-grow: 1;
}
.fnav-item a:hover {
  color: var(--color02);
}
.footer-cp {
  color: var(--color01);
  font-family: var(--font01);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
/* PAGETOP
-----------------------*/
.btm-fix {
  position: fixed;
  display: flex;
  width: 500px;
  overflow: hidden;
  border-top-left-radius: 10px;
  bottom: 0;
  right: 0;
  z-index: 140000;
}
.btm-fix .tel {
  width: 85%;
  background-color: #3484ac;
  cursor: pointer;
}
.btm-fix .page-top {
  width: 15%;
  background-color: #42bae8;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .footer {
    padding-bottom: 100px;
  }
  .btm-fix {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
  }
}
@media screen and (max-width:500px) {
  .footer {
    padding-bottom: 20%;
  }
  .btm-fix {
    border-top-left-radius: 0;
  }
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1180px;
  }
  .wrapper {
    width: 1180px;
    box-sizing: border-box;
  }
  .header .wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@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;
  }
  .gnav-item {
    border-right: 1px solid #808080;
  }
  .gnav-item:last-child {
    border-right: none;
  }
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  tablet-only {
    display: block;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .br-tablet {
    display: block;
  }
  .br-tabletonly {
    display: block;
  }
  .link-margin {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* HEADER
-----------------------*/
  .logo-txt {
    font-size: 1.1rem;
  }
  .header-info {
    width: 100px;
  }
  .header-info .tel-cmn {
    margin: 5px 70px 0 0;
  }
  .header .tel-cmn::before {
    content: "";
    margin-right: 0;
  }
  /* NAVIGATION
-----------------------*/
  .nav {
    margin-bottom: 0;
  }
  .gnav {
    display: block;
  }
  .gnav-item {
    font-family: var(--font01);
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
  }
  .gnav-item a {
    color: #4b4b4b;
    padding: 15px 0;
  }
  /*panel*/
  #panel {
    position: fixed;
    top: 0;
    z-index: 130000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 0;
  }
  #panel-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--color01);
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -11px;
  }
  #panel-btn-icon:after {
    margin-top: 9px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    width: 100%;
    height: 100%;
    color: #3e3e3e;
    text-align: left;
    background-color: var(--color04);
    box-sizing: border-box;
    margin: 0;
  }
  /* CONTENTS
  -----------------------*/
  /*BT*/
  /*POST*/
  /* FOOTER
  -----------------------*/
  .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;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@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;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  .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%;
  }
  .bg01 {
    background: url("../images/cmn-images/bg01.jpg") 100% 50% repeat;
    background-size: 100% auto;
    padding: 40px 0 1px 0;
    margin-bottom: 0;
  }
  .bg02 {
    padding: 40px 0 1px 0;
    margin-bottom: 40px;
  }
  .bg03 {
    padding: 40px 0 1px 0;
    margin-bottom: 40px;
  }
  /* HEADER
-----------------------*/
  .header {
    padding: 20px 0;
  }
  .logo-tit {
    width: 250px;
  }
  .logo img {
    display: block;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 5px;
    right: 5px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 60px 0;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  /*BT*/
  .bt-cmn01 {
    width: 60%;
  }
  .bt-cmn01 a {
    padding: 17px 0;
  }
  .clm4-2 li {
    width: 50%;
  }
  .li-bn {
    display: block;
    width: 80%;
    margin: 0 auto -30px auto;
  }
  .li-bn li {
    width: 100%;
    border-radius: 15px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .li-bn li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
  }
  .li-bn li:nth-child(3n) {
    margin-right: 0;
  }
  .li-bn li div {
    width: 30%;
  }
  .li-bn li h3 {
    font-size: 1.8rem;
  }
  /*info*/
  .info {
    font-size: 1.4rem;
    padding: 35px 0;
    margin-bottom: 40px;
  }
  .info-top {
    padding: 0 0 35px 0;
    margin-bottom: 40px;
  }
  .info-layout {
    display: block;
  }
  .info-layout .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-layout .box02 {
    width: 100%;
  }
  .info .tel {
    width: 90%;
    margin-bottom: 10px;
  }
  .info .txt01 {
    padding-left: 30%;
  }
  .info-inner {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .time-table-tit {
    padding: 10px 5px;
  }
  .time-table-txt {
    padding: 10px 5px;
  }
  .detail {
    display: block;
  }
  .detail-tit {
    margin-bottom: 10px;
  }
  .detail-txt {
    padding-left: 0;
  }
  .info .txt02 {
    margin-bottom: 0;
  }
  .gmap {
    padding-bottom: 80%;
  }
  /* FOOTER
-----------------------*/
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-cp {
    font-size: 1.3rem;
  }
}
/* ==========================================================================
	SP - 350px
	========================================================================== */
@media screen and (max-width: 350px) {}