/*
Theme Name: たか歯科ファミリークリニックのホームページ
Author: アルファージール
Version: 1
*/

@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
vertical-align:top;
}



/*==============================================*/
/*  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: 1920px) {
  .pc_hide_1920 {
    display: none !important;
  }
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
  .pc_hide {
    display: none !important;
  }
}
.mg_center {
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}
@media (min-width: 960px) and (max-width: 1439px) {
  .pc_hide02 {
    display: none;
  }
}
@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: 97%;
  }
}
@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: #35A913;
}
.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 #35A913;
  color: #35A913;
  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 #35A913;
  border-right: 1px solid #35A913;
  rotate: 45deg;
}
.header__tel__number a {
  color: #35A913;
  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;
  mask: url("img/common/ico_phone_talk.svg") 50% 50% / contain no-repeat;
  background: #35A913;
}
@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 > a, .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 > a {
  background: #8DA5A0;
}
.header__yoyaku a:hover {
  opacity: 0.7;
}
.h__hamburger {
  background: #487C37;
}
.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 > a {
    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(72,124,55,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(72,124,55,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(72,124,55,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 {
  padding: 70px 20px 60px;
  font-family: "Noto Sans JP", sans-serif;
  /* background: url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_01.svg) 10% 102% / 60px auto no-repeat,
  url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_02.svg) 26% 103% / 80px auto no-repeat,
  url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_03.svg) 71% 101% / 50px auto no-repeat,
  url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_04.svg) 100% 101% / 80px auto no-repeat; */
  background: url(https://alphazeal.xtwo.jp/taka/wp-content/themes/taka/img/common/img_footer_leaf_01_4x.png) 10% 101% / 60px auto no-repeat,
  url(https://alphazeal.xtwo.jp/taka/wp-content/themes/taka/img/common/img_footer_leaf_02_4x.png) 26% 101% / 80px auto no-repeat,
  url(https://alphazeal.xtwo.jp/taka/wp-content/themes/taka/img/common/img_footer_leaf_03_4x.png) 71% 100% / 50px auto no-repeat,
  url(https://alphazeal.xtwo.jp/taka/wp-content/themes/taka/img/common/img_footer_leaf_04_4x.png) 100% 100.5% / 80px auto no-repeat;
  background-color: rgba(141, 165, 160, 0.1);
}
.footer_inner {
  display: block; /* スマホでは縦並び */
  max-width: fit-content;
  margin: auto;
  padding: 0 0 40px;
}

/* ロゴ・基本情報 */
.footer_logo {
  max-width: 80%;
  margin: 0 auto 25px;
  text-align: center;
}

.footer_box_info {
  line-height: 1.4;
}

.footer_box_info th {
  padding-right: 4vw;
  padding-bottom: 20px;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

.footer_box_info td {
  padding-bottom: 20px;
  color: rgba(34, 24, 24, 1);
}

.footer_box_info td a {
  color: inherit;
  text-decoration: none;
}

/* 営業時間テーブル */
.footer_box_02 {
  padding-top: 25px;
}

.footer_box_time {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 0;
  border-collapse: collapse; /* ボーダーの重なり調整 */
}

.footer_box_time th, 
.footer_box_time td {
  padding: 15px 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_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;
}

.footer__tel {
  color: #35A913;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.footer__tel a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.footer__tel__text {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 0.1em;
}
.footer__tel__number {
    border: 1px solid #35A913;
    padding: 10px;
    border-radius: 10vw;
    line-height: 1.2;
    max-width: 310px;
    margin: auto;
}
.footer__tel__number__inner {
  font-size: 29px;
  padding-left: 1em;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
.footer__tel__number__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.7em;
  bottom: 0;
  mask: url("img/common/ico_phone_talk.svg") 15% 60% / contain no-repeat;
  background: #35A913;
}

/* Google Map */
.footer_googlemap {
  width: 100%;
  height: 500px;
  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: 15px 20px;
  }
}
@media (min-width: 960px) {
  .footer {
    padding-bottom: 0;
    /* background: url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_01.svg) calc(50% - 710px) 90% / 90px auto no-repeat,
    url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_02.svg) calc(50% - 790px) 85% / 140px auto no-repeat,
    url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_03.svg) calc(50% + 640px) 78% / 90px auto no-repeat,
    url(https://alphazeal.xtwo.jp/taka/wp-content/uploads/2026/02/img_footer_leaf_04.svg) calc(50% + 730px) 100% / 110px auto no-repeat; */
    background-position: calc(50% - 710px) 90% , calc(50% - 790px) 85%, calc(50% + 640px) 78%, calc(50% + 730px) 100%;
    background-size: 60px auto, 110px auto, 90px auto, 110px auto;
    background-color: rgba(141, 165, 160, 0.1);
  }

  .footer_inner {
    display: grid; /* 横並びに変更 */
    grid-template-columns: auto auto;
    grid-gap: 0 3vw; /* 1140px未満を考慮した可変ギャップ */
    max-width: 1345px;
    justify-content: center;
    padding: 0 20px 40px;
  }

  .footer_logo {
    margin: 0 0 25px;
    text-align: left;
    max-width: none;
  }

  .footer_box_info th {
    padding-right: 60px;
    padding-bottom: 35px;
  }
  .footer_box_info tr:last-child th,
  .footer_box_info tr:last-child td {
    padding-bottom: 10px;
  }

  .footer_box_02 {
    display: grid;
    padding-top: 0;
    grid-template-rows: auto 1fr auto;
  }

  .footer_box_contacts {
    order: 1;
  }

  .footer_box_time_wrap {
    order: 2;
    margin-left: auto;
    text-align: left;
  }

  .footer_box_time {
    max-width: fit-content;
  }
  
  .footer__tel {
    order: 1;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: 1px solid #35A913;
    padding: 5px 20px;
    border-radius: 50px;
    width: 100%;
  }
  .footer__tel__number {
    border: 0;
  }

  .footer__tel__arrow {
    position: relative;
    height: 12px;
    width: 12px;
        margin: auto;
  }
  .footer__tel__arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #35A913;
    border-right: 1px solid #35A913;
    rotate: 45deg;
  }
  .footer_cashless {
        /* order: 3; */
    margin-left: -180px;
    margin-top: 20px;
  }
}
.footer_cashless02 {
    margin-top: 40px;
    margin-left: -8em;
}
@media (min-width: 960px) and (max-width: 1139px){
  .footer_inner {
    display: block;
    max-width: 600px;
  }
  .footer_box_info {
    margin-bottom: 20px;
  }
  .footer_cashless02 {
      margin-top: 20px;
      margin-left: -10em;
  }
}

@media (min-width: 1140px) {
  .footer_inner {
    grid-gap: 0 56px;
  }
}

@media (min-width: 1140px) {
  .footer_cashless02 {
    display: none;
  }
}
@media (max-width: 1139px) {
  .footer_cashless {
    display: none;
  }
}
/*==========================================================================*/
/*==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: 268px;
  }
}
/*==========================================================================*/
/*==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: #487C37;
  text-decoration: none;
  line-height: 1.3;
  padding: 20px 10px 10px;
  border: 1px solid #487C37;
  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 #487C37;
  border-left: 2px solid #487C37;
  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: #487C37;
    color: #fff;
  }
  .sp_footer_fixed_tel a {
    background: #35a913;
    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: #487C37;
  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: #487C37;
}

.btn01 {
  text-align: right;
  margin-top: 20px;
}
.btn01 a {
  display: inline-block;
  padding: 10px 40px 10px 15px;
  text-decoration: none;
  background: #36aa14;
  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: #487C37;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 8px;
}

.btn03 {
  text-align: center;
}
.btn03 a {
  display: inline-block;
  background: rgba(197, 221, 35, 1);
  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 > li,
.top_infomation_list > li {
  padding-left: 10px;
  font-size: 95%;
}
.category__list a, .top_infomation_list a {
  display: inline-block;
}
.category__list a .post_date, .top_infomation_list a .post_date {
  margin-right: 0.8em;
  display: inline-block;
  color: #35A913;
}
.category__list a:hover,
.top_infomation_list a:hover {
  opacity: 0.7;
}



.staff_comments {
    padding-left: 100px;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 80px;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 30px;
/*    font-family: "noto sans jp", sans-serif;*/
}
.staff_comments::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-blend-mode: soft-light;
}
.staff_comments_name {
    font-weight: bold;
}
.staff_comments_en {
    font-size: 80%;
    font-family: yuji-syuku;
    letter-spacing: 0.05px;
}
.staff_comments01::before {
    background:url() 0 0 / contain no-repeat;
}

.mg_contents {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/*

.footer_cashless {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 60px;
    display: grid;
    grid-template-columns: 5.4em 16.1em 1fr;
    gap: 2em;
}
@media (min-width: 960px){
    
  .footer_cashless {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px 60px;
      display: grid;
      grid-template-columns: 5.4em 16.1em 1fr;
      gap: 2em;
  }
}
  */
.bg_lightgreen {
  position: relative;
  padding-bottom: 5px;
}
.bg_lightgreen::before {
  content: "";
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(53, 169, 19, 0.1);
  position: absolute;
  width: 100vw;
}

.bg_lightblue {
  position: relative;
  padding-bottom: 5px;
}
.bg_lightblue::before {
  content: "";
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(53,128,184,0.1);
  position: absolute;
  width: 100vw;
}
/* 基本的に上に余白を付ける */
.bg_lightgreen, .bg_lightblue {
  padding-top: 40px;
}
/* 同じクラスが連続した場合だけ、後ろの要素の余白を消す */
.bg_lightgreen + .bg_lightgreen,
.bg_lightblue + .bg_lightblue {
  padding-top: 0;
}
.bg_lightgreen + .post_box:not(.bg_lightgreen,.bg_lightblue),
.bg_lightblue + .post_box:not(.bg_lightgreen,.bg_lightblue) {
  margin-top: 60px;
}
@media (min-width: 960px){
  .bg_lightgreen, .bg_lightblue {
    padding-top: 60px;
  }
}

body.lower article.bg_lightblue h3 {
  color: #1397a9;
}

.grid4 > * {
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .grid4 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  } 
  .grid4 > * {
    margin-bottom: 0;
  }
}
@media (min-width: 960px){
  .grid4 {
    grid-template-columns: repeat(4,1fr);
  } 
}


@media (min-width: 960px){
  .movie_box {
    max-width: 960px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.youtube_icon {
  position: relative;
  background: #fff;
}
.youtube_icon::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  width: 10%;
  padding-top: 10%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJfeDMyXyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0id2lkdGg6IDI1NnB4OyBoZWlnaHQ6IDI1NnB4OyBvcGFjaXR5OiAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojNEI0QjRCO30gPC9zdHlsZT4gPGc+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNTYsMEMxMTQuNjI1LDAsMCwxMTQuNjI1LDAsMjU2YzAsMTQxLjM3NCwxMTQuNjI1LDI1NiwyNTYsMjU2YzE0MS4zNzQsMCwyNTYtMTE0LjYyNiwyNTYtMjU2IEM1MTIsMTE0LjYyNSwzOTcuMzc0LDAsMjU2LDB6IE0zNTEuMDYyLDI1OC44OThsLTE0NCw4NS45NDVjLTEuMDMxLDAuNjI2LTIuMzQ0LDAuNjU3LTMuNDA2LDAuMDMxIGMtMS4wMzEtMC41OTQtMS42ODctMS43MDItMS42ODctMi45Mzd2LTg1Ljk0NnYtODUuOTQ2YzAtMS4yMTgsMC42NTYtMi4zNDMsMS42ODctMi45MzhjMS4wNjItMC42MDksMi4zNzUtMC41NzgsMy40MDYsMC4wMzEgbDE0NCw4NS45NjJjMS4wMzEsMC41ODYsMS42NDEsMS43MTgsMS42NDEsMi44OUMzNTIuNzAzLDI1Ny4xODcsMzUyLjA5NCwyNTguMjk3LDM1MS4wNjIsMjU4Ljg5OHoiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAwLCAwKTsiPjwvcGF0aD4gPC9nPiA8L3N2Zz4=');
  translate: -50% -50%;
  z-index: 5;
}
.youtube_icon img {
  transition: 0.3s;
}
.youtube_icon:hover img {
  opacity: 0.5;
}