/*
Theme Name: 相模原駅ビル歯科のホームページ
Author: アルファージール
Version: 1
*/
/*==============================================*/
/*  PC  */
/*==============================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-padding-top: 120px;
}
body {
  font-size: 17px;
  line-height: 1.9;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.disIB {
  display: inline-block !important;
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
  .pc_hide {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  .tb_hide {
    display: none !important;
  }
  .tb_mg_center {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }
}
@media (max-width: 559px) {
  .sp_hide {
    display: none !important;
  }
  .sp_mg_center {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1240px) {
  .tel {
    pointer-events: none;
  }
}
.taC {
  text-align: center;
}
.mb30 {
  margin-bottom: 30px;
}
h2 {
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
ol:not([class]) > li {
  list-style: decimal;
  margin-left: 40px;
}
*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body.lower {
  overflow-x: hidden;
}
.lower main {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.15em;
}
@media (min-width: 960px) {
  .lower main {
    width: 90%;
  }
}
@media (max-width: 559px) {
  .lower main {
    padding-top: 20px;
  }
}
/*  ヘッダー  */
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 5px;
  z-index: 100;
  background: #fff;
  /*  height: 65px;*/
  gap: 0 30px;
}
.header__left {
  padding-left: 5px;
}
.header__logo {
  padding-left: 10px;
  padding-bottom: 5px;
}
.header__logo img {
  /*  width: 22vw;*/
  width: 420px;
}
.header__h1 {
  font-size: 12px;
  color: #00648B;
  text-align: left;
  margin-bottom: 4px;
}
.header__center {
  margin-left: auto;
  padding-bottom: 5px;
}
.header__nav > ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
  text-align: center;
}
.header__nav > ul > li {
  padding: 4px 20px;
  position: relative;
  font-size: 14px;
}
.header__nav > ul > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #00648B;
}
.header__nav > ul > li:last-child {
  padding-right: 0;
}
.header__nav > ul > li:last-child::after {
  content: none;
}
.header__nav > ul > li a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header__nav > ul > li a:hover {
  opacity: 0.7;
}
@media (max-width: 1419px) {
  .header__nav {
    display: none;
  }
}
.header__tel {
  padding: 5px 24px;
  border-radius: 40px;
  border: 1px solid #00648B;
  color: #00648B;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  max-width: fit-content;
  margin: 10px 0 7px auto;
  line-height: 1.2;
}
.header__tel__text {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  text-box-trim: trim-both;
}
.header__tel__arrow {
  position: relative;
  height: 12px;
  width: 12px;
  margin: 0 20px 0 10px;
}
.header__tel__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #00648B;
  border-right: 1px solid #00648B;
  rotate: 45deg;
}
.header__tel__number a {
  color: #00648B;
  text-decoration: none;
  font-size: 33.75px;
  font-weight: 500;
  position: relative;
  text-box-trim: trim-both;
}
.header__tel__number a .header__tel__number__inner {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.header__tel__number a .header__tel__number__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 19.5px;
  background: url("img/common/ico_phone_talk.svg") 50% 50% / contain no-repeat;
}
@media (min-width: 960px) {
  .header__right {
    white-space: nowrap;
    grid-template-columns: repeat(3,86px);
  }
}
@media (max-width: 1319px) {
  .header__tel {
    grid-template-columns: auto 1fr;
    justify-content: center;
  }
  .header__tel__number {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .header__tel__arrow {
    margin: 0 0 5px 10px;
  }
  .header__tel__arrow::before {
    rotate: 135deg;
  }
}
@media (max-width: 1100px) {
  .header__tel {
    display: none;
  }
}
.header__right {
  display: grid;
  grid-template-columns: repeat(3, 86px);
  font-size: 18px;
  height: 86px;
  letter-spacing: 0;
  align-self: start;
}
.header__contact > a, .header__yoyaku > span, .h__hamburger {
  color: #fff;
  display: grid;
  align-items: center;
  grid-template-rows: 40px auto;
  padding: 10px 5px 4px;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  height: 100%;
}
.header__contact a {
  background: #C5DD23;
  border-radius: 0 0 0 30px;
}
.header__contact a:hover {
  opacity: 0.7;
}
.header__yoyaku > span {
  background: #8DA5A0;
}
.h__hamburger {
  background: rgb(0,100,139);
}
.h__hamburger:hover {
  opacity: 0.7;
}
.header__contact img, .header__yoyaku img {
  margin: auto;
}
@media(max-width: 959px) {
  .header {
    height: 76px;
    padding: 0 0 0 15px;
  }
  .header__center {
    flex-basis: 0;
  }
  .header__left {
    flex-basis: 280px;
    height: 41px;
  }
  .header__logo {
    padding-left: 0;
    padding-bottom: 0;
    height: 100%;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .header__h1 {
    display: none;
  }
  .header__contact > a,
  .header__yoyaku > span {
    font-size: 14px;
    grid-template-rows: auto auto;
    height: 76px;
    align-items: center;
    padding: 20px 4px 8px;
  }
  .header__contact img, .header__yoyaku img {
    width: 24px;
  }
  .header__contact {
    display: none;
  }
}
@media(max-width: 559px) {
  .header {
    gap: 0 2vw;
    padding: 0 0 0 15px;
  }
  .header__left {
/*    flex-basis: 45vw;*/
    flex-basis: unset;
/*    flex-basis: calc(100% - 100px);*/
    flex-basis: calc(100% - 170px);
  }
}
@media(max-width: 959px) {}
@media(max-width: 559px) {}
/*ハンバーガーメニュー*/
.h__hamburger {
  display: inline-block;
  /* width: 30px; */
  /* height: 20px; */
  /* vertical-align: middle; */
  position: relative;
  cursor: pointer;
  padding-top: 46px;
  /* color: #fff; */
  /* letter-spacing: 0; */
  /* font-size: 11px; */
  text-align: center;
}
/*3本線*/
.h__hamburger__icon, .h__hamburger__icon::before, .h__hamburger__icon::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  top: 20px;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  /* max-width: fit-content; */
  /* margin: auto; */
  /* padding-left: 0px; */
  /* translate: 10px 0; */
}
.h__hamburger__icon {
  translate: 20px;
}
.h__hamburger__icon:before {
  top: 10px;
}
.h__hamburger__icon:after {
  top: 20px;
}
/*中身*/
/*チェックボックスにチェックが入ったら表示*/
#h__hamburger__menu:checked ~ .h__hamburger .h__hamburger__icon {
  background: transparent;
}
#h__hamburger__menu:checked ~ .h__hamburger .h__hamburger__icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  z-index: 999;
  background: #fff;
}
#h__hamburger__menu:checked ~ .h__hamburger .h__hamburger__icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  z-index: 999;
  background: #fff;
}
#h__hamburger__menu:checked ~ .h__nav__background {
  display: block; /*カバーを表示*/
  opacity: .8;
}
#h__hamburger__menu:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
.h__hamburger .h__hamburger__icon, .h__hamburger .h__hamburger__icon::before, .h__hamburger .h__hamburger__icon::after, .h__hamburger {
  /* height: 32px; */
}
@media (min-width: 960px) {
  .h__hamburger {
    /* height: 25px; */
  }
}
@media (max-width: 959px) {
  .header__right {
    height: 76px;
/*
    width: 76px;
    flex-basis: 76px;
    grid-template-columns: auto;
*/
    width: 152px;
    flex-basis: 152px;
    grid-template-columns: 1fr 1fr;
  }
  .h__hamburger {
    padding: 43px 0 0;
    font-size: 14px;
    height: 76px;
  }
  .h__hamburger__icon {
    left: 50%;
    translate: -50% 0;
  }
  .h__hamburger__icon, .h__hamburger__icon::before, .h__hamburger__icon::after {
    width: 36px;
  }
}
/*  サイドバー  */
#sidebar__flag ~ .sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(101vw);
  -ms-transform: translateX(101vw);
  -moz-transform: translateX(101vw);
  -o-transform: translateX(101vw);
  transform: translateX(101vw);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
}
#sidebar__flag:checked ~ .sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -moz-transform: translateX(0vw);
  -o-transform: translateX(0vw);
  transform: translateX(0vw);
}
.sidebar_contents {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 110;
}
.sidebar_contents_box {
  position: relative;
}
.sidebar_contents_box_inner {
  height: 100vh;
  width: 100%;
  z-index: 10;
  background: rgba(0,100,139,0.95);
  padding: 90px 20px 20px;
  overflow-y: auto;
  gap: 0 2vw;
  color: #fff;
}
.sidebar_menu_close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 767px) {
  .sidebar_menu_close {
    top: 20px;
  }
}
.sidebar_menu_close:hover {
  opacity: 0.7;
}
.sidebar_menu_close > span {
  border-top: 3px solid #fff;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sidebar_menu_close > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sidebar_menu_close > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sidebar__contents__link__wrap {
  max-width: fit-content;
  margin: 10px auto 40px;
  padding: 0 3.75%;
  font-size: 16px;
}
.sidebar__contents__link__title {
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.sidebar__contents__link {
  margin-bottom: 40px;
}
.sidebar__contents__link > li > a,
.sidebar__contents__link > li > span {
  color: #fff;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px 40px 10px 25px;
  position: relative;
}
.sidebar__contents__link > li > a:hover {
  opacity: 0.7;
}
.sidebar__contents__link a::before,
.sidebar__contents__link > li > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.sidebar_contents_header_logo_inner {
  text-decoration: none;
  height: 100%;
}
.sidebar_contents_header_logo a {
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 70px auto;
}
.sidebar_contents_header_logo img {
  max-height: 100%;
  width: auto;
}
.sidebar_contents__mark {
  height: 100%;
}
.sidebar_contents__text {
  line-height: 1.2;
  padding-left: 15px;
}
	.sidebar_contents_header_logo .sidebar_contents__en {
		font-size: 18.4px;
    display: block;
    letter-spacing: 0.05em;
	}
	.sidebar_contents_header_logo .sidebar_contents__jp {
		font-size: 45.5px;
    display: block;
    letter-spacing: 0.13em;
	}
.sidebar__contents__link > li > a, .sidebar__contents__link > li > span {
  white-space: nowrap;
}
@media (max-width: 959px){
	.sidebar_contents__text {
		white-space: nowrap;
	}
}
@media (max-width: 559px){
  .sidebar_contents_header_logo a {
    grid-template-columns: auto auto;
  }
	.sidebar_contents__mark {
   	width: 9.7vw;
    height: auto;
	}
  .sidebar_contents__text {
    padding-left: 1.7vw;
  }
	.sidebar_contents_header_logo .sidebar_contents__en {
		font-size: 2.85vw;
	}
	.sidebar_contents_header_logo .sidebar_contents__jp {
		font-size: 6.4vw;
	}
}
@media (min-width: 560px){
	.sidebar__contents__link {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 40px;
	}
}
@media (min-width: 960px){
  .sidebar_contents_header_logo {
    height: 100px;
    white-space: nowrap;
  }
  .sidebar__contents__link {
    grid-template-columns: repeat(4,1fr);
  }
	.sidebar_contents__text {
		white-space: nowrap;
		line-height: 1.2;
	}
	.sidebar_nav {
		display: grid;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}


.sidebar__contents__contacts {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 20px;
	font-size: 28px;
    line-height: 1;
    justify-content: center;
    margin-bottom: 40px;
}
.sidebar__contents__tel {
	display: grid;
	align-items: center;
}
.sidebar__contents__tel a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding-left: 1.7em;
	position: relative;
}
.sidebar__contents__tel a::before {
	content: "";
	position: absolute;
	width: 1.4em;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	mask: url(img/common/ico_phone.svg) 0 50% / contain no-repeat;
}
.sidebar__contents__tel__text {
    /* font-weight: bold; */
    font-size: 55%;
    display: block;
    /* text-align: center; */
}
.sidebar__contents__mail a,
.sidebar__contents__mail > span {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding-left: 2.4em;
	position: relative;
	height: 100%;
	display: grid;
	align-items: center;
	background: #fff;
	color: rgba(0,100,139,1);
	border-radius: 4px;
	padding-top: 16px;
	padding-bottom: 18px;
	padding-right: 15px;
    font-size: 20px;
}
.sidebar__contents__mail a::before,
.sidebar__contents__mail > span::before {
	content: "";
	position: absolute;
	width: 1.5em;
	left: 0.4em;
	top: 0;
	bottom: 0;
  background: rgba(0,100,139,1);
	mask: url(img/common/ico_calender.svg) 0 50% / contain no-repeat;
}


.sidebar__contents__time {
  max-width: 500px;
  margin: 0 auto 40px;
  letter-spacing: 0;
}
.sidebar__contents__time table {
	width: 100%;
	margin-bottom: 10px;
}
.sidebar__contents__time th,
.sidebar__contents__time td {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 559px){
  .sidebar__contents__contacts {
    grid-template-columns: auto;
  }
  .sidebar__contents__time th, .sidebar__contents__time td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sidebar__contents__mail {
    max-width: fit-content;
    margin: auto;
  }
}
@media (min-width: 960px){
  .sidebar__contents__bottom {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    max-width: fit-content;
    margin: auto;
    gap: 0 60px;
    direction: rtl;
  }
  .sidebar__contents__contacts {
    grid-template-columns: unset;
    grid-template-rows: auto auto;
    direction: ltr;
    margin-bottom: 0;
    margin-left: auto;
  }
  .sidebar__contents__time {
    direction: ltr;
  }
  .sidebar__contents__time__notice {
    font-size: 16px;
  }
}

@supports (display: contents) {
  @media (min-width: 960px){
    .sidebar__contents__bottom {
      justify-content: space-between;
    }
    .sidebar__contents__time {
      display: contents;
    }
    .sidebar__contents__time > * {
      direction: ltr;
    }
    .sidebar__contents__time__notice {
      grid-column: 1 / 3;
      grid-row: 2 / 3;
    }
  }
}

/*  フッター  */
.footer {
  background: rgba(141, 165, 160, 0.1);
  padding: 70px 20px 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer_inner {
  max-width: 1345px;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0 56px;
  justify-content: center;
  padding-bottom: 40px;
}
.footer_logo {
  margin-bottom: 25px;
}
.footer_box_info th {
  padding-right: 60px;
  padding-bottom: 35px;
  text-align: left;
  font-weight: normal;
}
.footer_box_info td {
  color: rgba(34, 24, 24, 1);
}
.footer_box_info td a {
  color: inherit;
  text-decoration: none;
}
.footer_box_contacts {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0;
  margin-bottom: 20px;
}
.footer_box_contact_tel a {
  background: #fff;
  text-decoration: none;
  padding: 7px 20px;
  display: block;
  line-height: 1.2;
  height: 85px;
}
.footer_box_contact_tel_sub {
  color: rgba(0, 81, 164, 1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer_box_contact_tel_main {
  color: rgba(34, 24, 24, 1);
  padding-left: 52px;
  display: block;
  position: relative;
  font-family: yu-mincho-pr6n, sans-serif;
  letter-spacing: 0;
  font-size: 40px;
}
.footer_box_contact_tel_main::before {
  content: "";
  position: absolute;
  left: 0;
  width: 38px;
  top: 0;
  bottom: 0;
  background: url(img/common/ico_phone_talk.svg) 50% 50% / contain no-repeat;
}
/*footer_box_icons*/
.footer_box_contacts_icon {
  display: grid;
  grid-gap: 0;
  grid-template-columns: auto auto auto;
  margin-left: auto;
}
.footer_box_rev {
  height: 100%;
}
.footer_box_rev a {
  background: #3CC4A5;
  width: 85px;
  height: 85px;
  display: grid;
  font-size: 18px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  letter-spacing: 0;
}
.footer_box_rev a img {
  width: 23px;
}
.footer_box_access a {
  background: rgba(197, 221, 35, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  letter-spacing: 0;
  display: grid;
  align-items: center;
  width: 85px;
  font-size: 18px;
  height: 85px;
}
.footer_box_access a:hover {
  opacity: 0.7;
}
.footer_box_access img {
  width: 20px;
  margin-top: 10px;
}
.footer_box_mail a {
  background: rgba(141, 165, 160, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  letter-spacing: 0;
  display: grid;
  align-items: center;
  width: 85px;
  font-size: 18px;
  height: 85px;
}
.footer_box_mail a:hover {
  opacity: 0.7;
}
.footer_box_mail img {
  width: 26px;
  margin-top: 10px;
}
.footer_box_rev > span {
  background: rgba(0, 100, 139, 1);
  color: #fff;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  padding: 5px;
  letter-spacing: 0;
  display: grid;
  align-items: center;
  width: 85px;
  font-size: 18px;
  height: 85px;
}
.footer_box_rev img {
  width: 26px;
  margin-top: 10px;
}
.footer_box_info {
  line-height: 1.4;
}
.footer_box_time {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.footer_box_time th, .footer_box_time td {
  padding: 10px 5px;
  vertical-align: middle;
}
.footer_box_time thead th {
  color: #221818;
  text-align: left
}
.footer_box_time tbody th, .footer_box_time tbody td {
  border-top: 1px solid #abafb5;
}
.footer_box_time h2 {
  text-align: center;
}
.footer_googlemap {
  width: 100%;
  height: 300px;
  position: relative;
}
.footer_googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer_copyright {
  text-align: center;
}
@media (min-width:560px) {
  .footer_box_time {
    margin: 0 auto 10px;
  }
  .footer_box_time th, .footer_box_time td {
    padding: 10px;
    padding: 15px 20px;
  }
}
@media (min-width:960px) {
  .footer {
    padding-bottom: 0;
  }
  .footer_box_time_wrap {
    margin-left: auto;
    text-align: left;
  }
  .footer_box_time {
    max-width: fit-content;
  }
  .footer_box_02 {
    display: grid;
  }
  .footer_box_contacts {
    order: 1;
  }
  .footer_box_time_wrap {
    order: 2;
  }
}
@media (max-width:1239px) and (min-width: 960px) {
  .footer_box_info th {
    padding-right: 20px;
    white-space: nowrap;
  }
}
@media (max-width:1139px) and (min-width: 960px) {
  .footer_inner {
    grid-gap: 0 3vw;
  }
}
@media (max-width:959px) {
  .footer_logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer_box_02 {
    border-top: 1px solid #0051a4;
    padding-top: 25px;
  }
  .footer_box_access a,
  .footer_box_mail a,
  .footer_box_rev > span {
    font-size: 16px;
  }
}
@media (max-width:559px) {
  .footer_logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer_box_info th {
    padding-right: 20px;
    white-space: nowrap;
    padding-bottom: 20px;
  }
  .footer_box_info td {
    padding-bottom: 20px;
  }
  .footer_box_time th, .footer_box_time td {
    padding: 15px 5px;
  }
}
@media (max-width:429px) {
  .footer_box_contact_tel_main {
    font-size: 30px;
    padding-left: 32px;
    margin-top: 5px;
  }
  .footer_box_contact_tel_main::before {
    width: 22px;
  }
}
.footer_box_time_hosoku {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.footer_box_time_notice {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width:959px) {
  .footer_inner {
    display: block;
    padding: 0 5%;
    max-width: fit-content;
    margin: auto;
  }
  .footer_box_contacts {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .footer_box_contact_tel a {
    display: inline-block;
  }
  .footer_box_contacts_icon {
    margin-top: 20px;
    justify-content: center;
  }
}
/*==========================================================================*/
/*==footer loop==*/
/*==========================================================================*/
.footerloop {
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  padding: 30px;
  grid-gap: 30px;
}
.footerloop_box {
  display: flex;
  animation: footerloop_anime 95s infinite linear 0.5s both;
  align-items: center;
  grid-gap: 30px;
}
.footerloop .slide {
  width: calc(100vw / 1.5);
}
@keyframes footerloop_anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  .footerloop .slide {
    width: calc(100vw / 2.5);
  }
}
@media (min-width: 960px) {
  .footerloop .slide {
    width: calc(100vw / 5.5);
  }
}
/*==========================================================================*/
/*==footer loop   ここまで==*/
/*==========================================================================*/

.sp_footer_fixed {
  display: none;
}
.page_top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 50;
}
.page_top a {
  width: auto;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #00617b;
  text-decoration: none;
  line-height: 1.3;
  padding: 20px 10px 10px;
  border: 1px solid #00617b;
  border-radius: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.page_top a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  border-top: 2px solid #00617b;
  border-left: 2px solid #00617b;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
}
.page_top a:hover {
  opacity: .7;
}
@media (max-width: 959px) {
  .sp_footer_fixed {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 20;
  }
  .sp_footer_fixed_web, .sp_footer_fixed_tel {
    flex-grow: 1;
    flex-basis: 50%;
  }
  .sp_footer_fixed_web {
    background: hsl(200, 81%, 81%);
  }
  .sp_footer_fixed_tel {
    background: #f6b9a8;
  }
  .sp_footer_fixed_web a,
  .sp_footer_fixed_web > span,
  .sp_footer_fixed_tel a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
  }
  .sp_footer_fixed_web a,
  .sp_footer_fixed_web > span {
    background: #00759c;
    color: #fff;
  }
  .sp_footer_fixed_tel a {
    background: #64b8c3;
    color: #fff;
  }
  .sp_footer_fixed_web a span,
  .sp_footer_fixed_web > span > span,
  .sp_footer_fixed_tel a span {
    display: inline-block;
    position: relative;
    padding-left: 36px;
  }
  .sp_footer_fixed_web a span::before,
  .sp_footer_fixed_web > span > span::before {
    content: "";
    width: 3vw;
    left: 0;
    height: 100%;
    position: absolute;
    -webkit-mask-image: url("./img/common/ico_pc.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50%;
    -webkit-mask-size: contain;
    mask-image: url("./img/common/ico_pc.svg");
    mask-repeat: no-repeat;
    mask-position: 50%;
    mask-size: contain;
    background: #fff;
    margin-top: 1px;
  }
  .sp_footer_fixed_tel a span::before {
    content: "";
    width: 3vw;
    left: 0;
    height: 100%;
    position: absolute;
    -webkit-mask-image: url("./img/common/ico_phone.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50%;
    -webkit-mask-size: contain;
    mask-image: url("./img/common/ico_phone.svg");
    mask-repeat: no-repeat;
    mask-position: 50%;
    mask-size: contain;
    background: #fff;
    margin-left: 6px;
    margin-top: 1px;
  }
  #page-top {
    bottom: 75px;
  }
}
@media (max-width: 559px) {
  .sp_footer_fixed_web a span::before,
  .sp_footer_fixed_web > span > span::before {
    width: 5vw;
  }
  .sp_footer_fixed_tel a span::before {
    width: 5vw;
  }
  .page, .single__page {
    padding: 0 0 0;
  }
  .bg_gradient01 {
    background: #DCEFF3;
  }
}
@media (max-width: 399px) {
  .sp_footer_fixed_web a span,
  .sp_footer_fixed_web > span > span,
  .sp_footer_fixed_tel a span {
    letter-spacing: 0;
    padding-left: 28px;
  }
}

.tel_box a {
  color: #00759c;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.4em;
  display: inline-block;
  position: relative;
  padding: 20px 0 20px 1.3em;
  line-height: 1;
  text-decoration: none;
}
.tel_box a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.2em;
  mask: url(img/common/ico_phone_pink.svg) 50% 50% / contain no-repeat;
  background: #00759c;
}

.btn01 {
  text-align: right;
  margin-top: 20px;
}
.btn01 a {
  display: inline-block;
  padding: 10px 40px 10px 15px;
  text-decoration: none;
  background: #7fb1ea;
  color: #fff;
  border-radius: 40px;
  position: relative;
  transition: opacity 0.3s;
}
.btn01 a:hover {
  opacity: 0.7;
}
.btn01 a::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  rotate: 45deg;
}
.btn02 {
  text-align: center;
}
.btn02 a {
  display: inline-block;
  background: #00759c;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 8px;
}


.category__list {
  max-width: 960px;
  margin: 0 auto 40px;
}
.category__list > li {
  border-bottom: 1px solid #000;
  padding: 10px;
}
.category__list a {
  color: #000;
  text-decoration: none;
}
.category__list a, .top_infomation_list a {
  display: inline-block;
  font-weight: bold;
}
.category__list a .post_date, .top_infomation_list a .post_date {
  margin-right: 0.8em;
  display: inline-block;
  color: #00648B;
}