/*common_css*/
@charset "utf-8";
/* -------------------------------------
hr
------------------------------------- */
.hr {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.hr::after {
  content: "";
  display: block;
  width: 50px;
  height: 14px;
  border-bottom: 1px solid #008ad4;
}

/* -------------------------------------
content-box
------------------------------------- */
.content-box {
  padding: 50px 80px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .content-box {
    padding: 30px;
  }
}
/* -------------------------------------
枠
-------------------------------------*/
/*frame*/
.frame {
  background: #fff;
  border: 1px solid #008ad4;
  position: relative;
}

/* -------------------------------------
公開日
-------------------------------------*/
.time {
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
  padding: 5px 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .time {
    font-size: 11px;
  }
}

/* -------------------------------------
list
-------------------------------------*/
.list li {
  display: flex;
  margin-bottom: 10px;
}
.list li::before {
  content: "check_circle";
  font-family: "Material Icons";
  font-size: 30px;
  color: #008cd9;
  line-height: 1;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .list li::before {
    font-size: 24px;
  }
}

/* -------------------------------------
list2
-------------------------------------*/
.list2 li {
  display: flex;
  margin-bottom: 10px;
}
.list2 li::before {
  content: "●";
  color: #008cd9;
  margin-right: 4px;
}

/* -------------------------------------
anc-list
-------------------------------------*/
.anc-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 12px 8px;
}
.anc-list a {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 220px;
  margin: 0 4px;
  padding: 20px 10px 20px 20px;
  color: #6ca1bd;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #008ad4;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.anc-list a:hover {
  color: #fff;
  background: #008ad4;
}
.anc-list a::after {
  content: "\e5cc";
  margin: auto 0;
  height: 1em;
  font-family: "Material Icons";
  line-height: 1;
}
.anc-list span {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .anc-list {
    --row: 2;
    --gap: 10px;
    justify-content: flex-start;
    gap: var(--gap);
    padding: 0 7%;
  }
  .anc-list a {
    width: calc((100% - var(--gap) * calc(var(--row) - 1)) / var(--row));
    margin: 0;
    padding: 14px 6px 14px 10px;
  }
}

/* -------------------------------------
お問い合わせ
------------------------------------- */
#contact table th {
  padding-right: 80px;
}
/*label 縦並び*/
#contact form label {
  display: block;
  margin: 14px 0;
}

@media screen and (max-width: 768px) {
  #contact table th {
    padding-right: 60px;
  }
}

/* -------------------------------------
asd_contact
------------------------------------- */
.asd-contact {
  background: #eee;
}
.asd-contact i {
  display: none;
}
.asd-contact > .flx {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* 基本 */
.asd-base .catch {
  margin-bottom: 10px;
}
.asd-base .asd_l {
  padding-right: 5%;
  padding-top: 30px;
  border-right: 1px solid #008ad4;
}
.asd-base .asd_r {
  flex: 1;
  max-width: 480px;
  padding-left: 5%;
}
.asd-base .asd_r p {
  display: flex;
}
.asd-base .asd_r p a {
  margin-left: 20px;
}
.asd-base .btn {
  margin: 20px 0 0;
}

/* 施設別 */
.asd-branch .catch {
  margin-bottom: 10px;
}
.asd-branch .asd_l {
  padding-right: 5%;
  border-right: 1px solid #008ad4;
}
.asd-branch .asd_r {
  padding-left: 5%;
}
.asd-branch .btn {
  margin: 20px 0 0;
}

@media (max-width: 768px) {
  .asd-contact i {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .asd-contact > .flx {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  /* 基本 */
  .asd-base .asd_l {
    padding: 0;
    border-right: none;
  }
  .asd-base .asd_r {
    max-width: 100%;
    padding-left: 0;
  }
  .asd-base .asd_r p {
    justify-content: center;
  }
  .asd-base .asd_r p a {
    margin-left: 10px;
  }
  .asd-base .btn {
    margin: 15px auto 0;
  }

  /* 施設別 */
  .asd-branch .asd_l {
    padding-right: 0;
    border-right: none;
  }
  .asd-branch .asd_l .asd_tel {
    justify-content: center;
    font-size: 24px;
  }
  .asd-branch .asd_r {
    padding-left: 0;
  }
  .asd-branch .asd_r .catch {
    display: none;
  }
  .asd-branch .btn {
    margin: 15px auto 0;
  }
}

/**================================================================================
ヘッダー
================================================================================**/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
header .inner {
  width: 1000px;
  margin: 0 auto;
}
header .inner h1 {
  margin-bottom: 10px;
  font-size: 12px;
}
header .inner .logo {
  width: 52%;
  margin: 0;
  padding: 6px 0 20px;
}
header .inner .logo img {
  width: 200px;
}
header .inner .textsize {
  left: 34%;
}

/*nav*/
header nav ul.menu1 {
  --menu1-height: 16px;
  display: flex;
  justify-content: flex-end;
}
header nav ul.menu1 li {
  flex: auto;
  position: relative;
}
header nav ul.menu1 li::after {
  content: "";
  display: block;
  width: 1px;
  height: var(--menu1-height);
  background: #2f2f2f;
  position: absolute;
  right: 0;
  top: 20px;
}
header nav ul.menu1 li:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: var(--menu1-height);
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 20px;
}
header nav ul li a {
  display: block;
  padding: 20px;
  font-size: 0.95em;
  line-height: 1;
  text-align: center;
  position: relative;
}
header nav ul li a:hover {
  color: var(--grn);
}
header nav ul li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background: #008cd8;
  position: absolute;
  left: 10%;
  bottom: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
header nav ul li a:hover::after {
  width: 80%;
}

/*menu2*/
header nav .menu2 {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
}
header nav .menu2 p {
  display: flex;
  flex-flow: column;
  margin: 4px auto 0 0;
  font-size: 0.75em;
  line-height: 1.3;
}
header nav .menu2 p span::before {
  content: "▶";
  color: #008cd8;
}
header nav .menu2 a[href^="tel"] {
  color: #008cd8;
}
header nav .menu2 a[href^="tel"] + a[href^="tel"] {
  margin-bottom: 4px;
}
header nav .menu2 a[href^="tel"] em {
  display: inline-block;
  width: 10em;
  font-size: 0.65em;
  color: #2f2f2f;
}
header nav .menu2 a[href^="tel"] img {
  width: 15px;
  padding-top: 5px;
}
header nav .menu2 a.h-btn-wrapper {
  display: flex;
  flex-flow: column;
}
header nav .menu2 a.h-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 36px;
  margin: 20px 0 0;
  border-radius: 20px;
}
header nav .menu2 a.h-btn.h-toi {
  background: #f9cb00;
}
header nav .menu2 a.h-btn.h-toi:hover {
  background: #ffeb99;
}
header nav .menu2 a.h-btn.h-acs {
  color: #fff;
  background: var(--grn);
  border: 2px solid var(--grn);
}
header nav .menu2 a.h-btn.h-acs:hover {
  color: var(--grn);
  background: #fff;
}

@media screen and (max-width: 979px) {
  header nav ul.menu1 {
    margin-left: calc((100% - 100vw) / 2 * -1);
    margin-right: calc((100% - 100vw) / 2 * -1);
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
  }
  header .inner h1 {
    display: none;
  }
  header .inner .logo {
    width: fit-content;
    padding: 10px 0 0 5%;
    height: 50px;
  }
  header .inner .logo img {
    width: 110px;
  }

  #menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1500;
    width: 50px;
    height: 50px;
    background: #008cd8;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #menu:before {
    color: #fff;
    content: "\e3c7";
    font-size: 30px;
    font-family: "Material Icons";
    line-height: 36px;
  }
  .on #menu:before {
    content: "\e5cd";
  }
  #menu:after {
    display: block;
    margin: -5px auto;
    color: #fff;
    content: "MENU";
    font-size: 10px;
    font-weight: bold;
  }
  .on #menu:after {
    content: "CLOSE";
  }
  /*nav*/
  header nav {
    display: none;
    width: 100% !important;
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
  header nav ul.menu1 {
    display: block;
    margin: 20px 0;
    padding: 20px 0;
    font-size: 15px;
    background: url(/images/bg-ptn2.jpg) no-repeat center top / cover;
  }
  header nav ul.menu1 li {
  }
  header nav ul.menu1 li::after {
    display: none;
  }
  header nav ul.menu1 li:first-child::before {
    display: none;
  }
  header nav ul.menu1 li a {
    padding: 14px 10%;
    line-height: 1.2;
  }

  /*menu2*/
  header nav .menu2 {
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: static;
  }
  header nav .menu2 p {
    margin: 10px auto;
    text-align: center;
  }
  header nav .menu2 p span {
    padding-bottom: 8px;
  }
  header nav .menu2 a[href^="tel"] {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  header nav .menu2 a[href^="tel"] + a[href^="tel"] {
    margin-bottom: 10px;
  }
  header nav .menu2 a[href^="tel"] img {
    width: 15px;
  }
  header nav .menu2 a.h-btn-wrapper {
    display: flex;
    flex-flow: column;
  }
  header nav .menu2 a.h-btn {
    width: 60vw;
    margin: 10px 0 0;
    height: 40px;
  }
}

/**================================================================================
フッター
================================================================================**/
footer {
  color: #fff;
}
footer .inner,
footer .f-bnr-wrapper {
  padding-left: calc((100vw - 1100px) / 2);
  padding-right: calc((100vw - 1100px) / 2);
}
footer .inner {
  justify-content: space-between;
}
footer .inner .inner_L {
  width: 41%;
}
footer .inner .inner_L .logo {
  width: 60%;
}

/*nav*/
footer nav {
}
footer nav ul {
  -webkit-column-count: 2;
  column-count: 2; /*列数*/
  -webkit-column-gap: 50px;
  column-gap: 10px; /*ブロック要素同士の間隔*/
}
footer nav ul li {
  break-inside: avoid;
}
footer nav a {
  display: block;
  padding: 10px;
}
footer nav a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(/images/footer-arrow.svg) no-repeat center / contain;
  margin-right: 4px;
}
footer nav a:hover {
  color: var(--grn);
}

footer .inner .inner_R {
  width: 53%;
  display: flex;
  flex-direction: column;
}
footer .inner .inner_R li {
  display: grid;
  grid-template-columns: 184px 1fr;
  align-items: start;
  gap: 20px;
  padding-block: 12px;
}
footer .inner .inner_R li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
footer .inner .inner_R li figure {
  border: 2px solid #fff;
}
footer .inner .inner_R li a[href^="tel"] {
  display: block;
  margin-top: 5px;
  color: #fff;
}

/** コピーライト **/
.copyright small {
  display: block;
  width: 100%;
  padding: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  footer .inner,
  footer .f-bnr-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .inner {
    flex-flow: column;
  }
  footer .inner .inner_L {
    width: 100%;
  }
  footer .inner .inner_L .logo {
    width: 180px;
    margin-bottom: 20px;
  }
  /*nav*/
  footer nav a {
    padding: 8px 0 8px 4px;
    font-size: 0.85rem;
  }
  footer .inner .inner_R {
    width: 100%;
    margin-top: 40px;
    border-block: 1px dotted #fff;
  }
  footer .inner .inner_R li {
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 16px;
    padding-block: 10px;
  }
  footer .inner .inner_R p {
    font-size: 0.8rem;
  }
  footer .inner .inner_R li a[href^="tel"] {
    margin-bottom: 2px;
  }
  footer .inner .inner_R p a {
    display: block;
  }

  /** コピーライト **/
  .copyright small {
    margin-bottom: 50px;
    padding: 14px 14px 30px;
  }
}

/**================================================================================
スマホ固定
================================================================================**/
@media (max-width: 768px) {
  /*sp-fix*/
  .sp-fix {
    width: 100vw;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    z-index: 900;
  }
  .sp-fix a {
    width: 28%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 50px;
    font-size: 12px;
    color: #2f2f2f;
    text-align: center;
    line-height: 1.2;
    background: #dbf4ff;
  }
  .sp-fix a img {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .sp-fix a.fix-tel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #008cd8;
  }
  .sp-fix a.fix-tel em {
    width: 100%;
    margin-top: 2px;
    font-size: 10px;
    color: #2f2f2f;
  }
  .sp-fix a.fix-toi {
    background: #f9cb00;
  }
  .sp-fix a.fix-acs {
    color: #fff;
    background: #008cd8;
  }
}
/*widget:bd09cd40-8204-46b6-8be6-69f215fbe726*/[data-lib="565"] .category{display: flex;
	justify-content: center;
	flex-flow: row-reverse;
	align-items: center;
	margin:0 5%;
	text-align:center;}[data-lib="565"] time{display: block;
	margin: 5px 10px;}[data-lib="565"] .ctgr{margin:5px 10px;
	color: #fff;
	background: #323232;}[data-lib="565"] figure{margin: 20px 0;}[data-lib="565"] .youtube{margin: 20px 0;}[data-lib="565"] .richtext{margin: 20px 0;
	padding:0 10%;}[data-lib="565"] .entry-content{border:1px dotted #a6a5a5;
	padding:20px 30px;
	margin:50px 10% 0;}[data-lib="565"] .entry-content dt{text-align:center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a6a5a5;}[data-lib="565"] .entry-content dd{counter-increment: list;
	padding:15px 0 0 1.2em;
	text-indent: -1.2em;}[data-lib="565"] .entry-content dd:before{content: counter(list)". ";}[data-lib="565"] .entry-content dd a{text-decoration: underline;}[data-lib="565"] .entry-content dd a:hover{text-decoration: none;}[data-lib="565"] .fixnum{padding:1px 0;}[data-lib="565"] .fixnum .titE{margin: 50px auto 30px;
	position: relative;}[data-lib="565"] .sns{display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;
	display: none;}[data-lib="565"] .sns > *{margin: 0 5px 5px 0;
	color: #fff;
	padding: 3px 0;
	width: 100px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;}[data-lib="565"] .sns  i{margin: 0 5px 0 0;}[data-lib="565"] .sns .line{background: #00b900;}[data-lib="565"] .sns .line i{width: 20px;
	height: 20px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;}[data-lib="565"] .sns .line i:before{position: absolute;
	top: -5px;
	left: -5px;
	color: #00b900;
	background: #fff;
	font-size: 30px;}[data-lib="565"] .sns .gb{background: #3a5b97;}[data-lib="565"] .sns .ht{background: #4e73b5;}[data-lib="565"] .sns .pk{background: #ec4058;}[data-lib="565"] .sns .pr{background: #d7071d;}[data-lib="565"] .sns .tw{background: #50aff0;}@media screen and (max-width: 768px){[data-lib="565"] .richtext{margin: 20px 0;
	padding:0 4%;
	font-size: 0.9em;
	line-height: 1.8;}[data-lib="565"] .entry-content{padding:15px;
	margin:30px 5% 0;
	font-size: 0.9em;}[data-lib="565"] .entry-content dt{text-align:center;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #381c01;}}/*widget:bb1bacc6-4ea8-4ba3-bc9d-7cb363d093fb*/[data-lib="1862"] .news-list li{padding: 20px 0;
	border-bottom: 1px solid #969696;}[data-lib="1862"] .news-list a{display: block;}[data-lib="1862"] .news-list .boxLR{-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:0 0 14px;}[data-lib="1862"] .news-list figure{margin-right: 15px;
	width: 130px;
	float: left;
	overflow: hidden;}[data-lib="1862"] .news-list .text{min-height: 120px;}[data-lib="1862"] .news-list em{display: inline-block;
	min-width: 130px;
	max-width: 200px;
	margin-right: 15px;
	padding: 4px 8px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2;
	background: #323232;}[data-lib="1862"] .news-list time{font-size: 0.9em;
	color: #008ad4;}[data-lib="1862"] .news-list h4{margin-bottom: 4px;
	font-size: 1.1em;}[data-lib="1862"] .news-list p{font-size: 0.9em;}[data-lib="1862"] .news-list .branch{display: inline-block;
	min-width: 7em;
	margin-top: 10px;
	padding: 4px 1em;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.0;
	border: 1px solid #666;
	border-radius: 20px;}[data-lib="1862"] .news-list .boxLR .branch{margin: 0 10px 0 0;}@media  screen and (max-width: 768px){[data-lib="1862"] .nb-wrap .inner{width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 34px;
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,0.2);
	box-shadow:3px 3px 10px rgba(0,0,0,0.2);}[data-lib="1862"] .nb-wrap .inner + .inner{margin-top: 30px;}[data-lib="1862"] .nb-wrap .btn{width: 100%;}[data-lib="1862"] .news-list li{padding: 15px 0;}[data-lib="1862"] .news-list li em{font-size: 13px;}[data-lib="1862"] .news-list figure{width: 90px;}[data-lib="1862"] .news-list .text{min-height: 84px;}[data-lib="1862"] .news-list h4{font-size: 1rem;}}@media screen and (max-width: 480px){}