/*
Theme Name: テンプレート
Author: アルファージール
Version: 1
*/

/*==============================================*/
/*  PC  */
/*==============================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

html {
	scroll-behavior: smooth;
	scroll-padding-top : 80px; 
}
body {
	font-size: 18px;
    line-height: 1.6;
    font-feature-settings: 'palt' 1;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
	min-height: 100vh;
    display: grid;
    align-items: flex-start;
    font-family: 'Noto Sans JP', sans-serif;
}
body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

@media (min-width: 960px) {.pc_hide {display: none !important;}}
@media (min-width: 560px) and (max-width: 959px) { .tb_hide {display: none !important;}}
@media (max-width: 559px) {.sp_hide {display: none !important;}}

img{
    max-width: 100%;
    height: auto;
}
main {
	align-self: stretch;
  container-type: inline-size;
}
body.lower main {
  padding-top: 170px;
}
@media (max-width: 959px){
  body.lower main {
    padding-top: 110px;
  }
}
a:hover {
    transition: 0.3s;
    opacity: 0.7;
}
.disIB { display: inline-block;}

main p {
	margin-bottom: 1em;
}
main p:last-child {
	margin-bottom: 0em;
}

/*==========================================================================*/
/*==header==*/
/*==========================================================================*/
.header {
	display: grid;
	grid-template-columns: auto auto;
	background: #f3f3f3;
	padding: 0 0 0 0;
	justify-content: space-between;
    position: sticky;
    top: 0 !important;
    z-index: 100;
}
.header__logo img {
    max-height: 100%;
    width: auto;
}

@media (max-width: 959px){
	.header {
		height: 70px;
        grid-template-columns: 1fr auto;
        grid-gap: 20px;
	}
    .header__logo {
        height: 60px;
    }
}
@media (min-width: 960px){
    .header {
        height: 225px;
        grid-template-rows: 1fr 90px;
        align-items: center;
    }
    .header__logo {
        height: 100px;
    }
    
}

.header__left {
	padding-left: 35px;
}

.header__right {
	display: grid;
	grid-template-columns: auto auto auto;
    line-height: 1.2;
    height: 100%;
    align-items: center;
}


/*電話タグ*/
.header__right__tel__title {
	font-weight: bold;
    font-size: 85%;
}
.header__right__tel a {
	font-weight: 900;
	font-size: 150%;
	text-decoration: none;
	color: #000;
    letter-spacing: 0;
}
.header__right__tel__text {
	font-size: 80%;
    letter-spacing: 0;
}
@media (max-width: 959px){
	.header__right__tel {
		display: none;
	}
}

/*ヘッダーボタン*/
@media (min-width: 960px){
    .header__right__btn {
        display: grid;
        grid-template-rows: auto auto;
        grid-gap: 5px;
        margin-right: 20px;
    }
    .header__right__btn a {
        background: #999;
        color: #fff;
        display: block;
        text-decoration: none;
        padding: 10px 40px 10px 40px;
        font-size: 14px;
        text-align: center;
        position: relative;
    }
    .header__right__btn a::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 30px;
        height: 11px;
        transform: translateY(-50%);
        background: #fff;
        clip-path: polygon(0% 50%, 100% 50%, 66% 11%, 99% 40%);
    }
}
@media (max-width: 959px){
	.header__right__btn {
		display: none;
	}
}


/*ヘッダーメニュー*/

.header__menu {
	display: grid;
	cursor: pointer;
	width: 70px;
	height: 100%;
    align-items: center;
}
.header__menu:hover {
	opacity: 0.7;
}
.header__menu__box {
	display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.header__menu__border {
	height: 35px;
    width: 100%;
    width: 50px;
    display: grid;
    align-items: center;
    position: relative;
    justify-content: center;
	grid-row: 2 / 3;
}
.header__menu__border__text {
	grid-row: 3 / 4;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-size: 80%;
}

.header__menu__border span:nth-of-type(1) {
  top: 0;
}
.header__menu__border span:nth-of-type(2) {
  /*   top: 20px; */
  top: 50%;
  transform: translate(0%, -50%);
}
.header__menu__border span:nth-of-type(3) {
  bottom: -1px;
}
.header__menu__border span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(33,33,33,1);
  border-radius: 4px;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.header__menu__border_text {
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  white-space: nowrap;
  display: inline-block;
  padding-top: 36px;
  letter-spacing: 0;
    color: rgba(68,70,133,1);
}

#sidebar_flag:checked .header__menu {
  /*  right: calc(21.5vw + 40px);
  right: calc(24.8vw + 40px); */
/*  margin-right: 20px;*/
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  /* top: 120px; */
}
#sidebar_flag:checked .header__menu .header__menu__border span {
  background-color: #fff;
}
#sidebar_flag:checked ~ .header__menu .header__menu__border span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(3vw * 0.35)
}
#sidebar_flag:checked .header__menu .header__menu__border span:nth-of-type(2) {
  opacity: 0;
}
#sidebar_flag:checked .header__menu .header__menu__border span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(3vw * 0.35)
}
#sidebar_flag:checked .header__menu .header__menu__text {
  color: #fff;
}

/*==========================================================================*/
/*==header   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==header nav==*/
/*==========================================================================*/
.header__nav {
}
.header__nav {
	display: flex;
  align-items: center;
}
.header__nav a {
  height: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
  font-weight: bold;
  padding-right: 40px;
  font-size: 20px;
  position: relative;
}
.header__nav a:hover {
  color: rgb(37,99,235);
}
.header__nav a::before,
.header__nav a::after {
  content: "";
  position: absolute;
  rotate: -45deg;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 3px;
  border-radius: 2px;
}
.header__nav a::before {
  border-left: 3px solid #6197d7;
}
.header__nav a::after {
  border-bottom: 3px solid #6197d7;
}
@media (max-width: 1419px){
	.header__nav {
		display: none;
	}
}


.header__tel {
  line-height: 1;
}
.header__tel__text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.header__tel__num {
  padding-left: 45px;
  display: block;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  margin-top: 7px;
}
.header__tel__num::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: 50% 50% / contain no-repeat;
	background-image: url('data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpyZ2IoMjUyLCAxMDMsIDI0KTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTk0LjgxMSwyMS42OTZjLTM1LjE4LDIyLjgxNi00Mi4wOTEsOTQuMTM1LTI4LjgwOSwxNTIuMjYyYzEwLjM0NCw0NS4yNjYsMzIuMzM2LDEwNS45ODcsNjkuNDIsMTYzLjE2NQoJCWMzNC44ODYsNTMuNzksODMuNTU3LDEwMi4wMjIsMTIwLjY2OSwxMjkuOTI4YzQ3LjY1NywzNS44MzIsMTE1LjU5NCw1OC42MDgsMTUwLjc3NCwzNS43OTIKCQljMTcuNzg5LTExLjUzNyw0NC4yMTgtNDMuMDU4LDQ1LjQyNC00OC43MTRjMCwwLTE1LjQ5OC0yMy44OTYtMTguODk5LTI5LjE0bC01MS45NzItODAuMTM1CgkJYy0zLjg2Mi01Ljk1NS0yOC4wODItMC41MTItNDAuMzg2LDYuNDU3Yy0xNi41OTcsOS40MDQtMzEuODgyLDM0LjYzNi0zMS44ODIsMzQuNjM2Yy0xMS4zOCw2LjU3NS0yMC45MTIsMC4wMjQtNDAuODI4LTkuMTQyCgkJYy0yNC40NzctMTEuMjYyLTUxLjk5Ny00Ni4yNTQtNzMuOS03Ny45NDdjLTIwLjAwNS0zMi45MjMtNDAuNzMyLTcyLjMyMi00MS4wMzItOTkuMjY0Yy0wLjI0Ny0yMS45MjItMi4zNDEtMzMuMjk2LDguMzA0LTQxLjAwNgoJCWMwLDAsMjkuMjcyLTMuNjY2LDQ0LjYyNy0xNC45ODRjMTEuMzgxLTguMzkyLDI2LjIyOC0yOC4yODYsMjIuMzY2LTM0LjI0MmwtNTEuOTcyLTgwLjEzNGMtMy40MDEtNS4yNDQtMTguODk5LTI5LjE0LTE4Ljg5OS0yOS4xNAoJCUMxNTIuMTU5LTEuMTE3LDExMi42LDEwLjE1OSw5NC44MTEsMjEuNjk2eiI+PC9wYXRoPgo8L2c+Cjwvc3ZnPg==');
  rotate: -10deg;
}
.header__tel__num::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: 2px solid rgb(252, 103, 24);
	border-radius: 5px;
}
@media (min-width: 960px){
  .header__inner {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
/*==========================================================================*/
/*==header nav    ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer loop==*/
/*==========================================================================*/

.footerloop {
    display: flex;
    padding: 50px 0;
    overflow: hidden;
    max-width: 100vw;
}
.footerloop_box {
    display: flex;
    animation: footerloop_anime 95s infinite linear 0.5s both;
    align-items: center;
}
.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 / 4.5);
    }
}

/*==========================================================================*/
/*==footer loop   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer info==*/
/*==========================================================================*/

.footer_info_inner {
    padding: 50px;
    max-width: fit-content;
    margin: auto;
}
.footer_info_title {
    font-size: 37.8px;
    color: #e5e5e5;
    margin-bottom: 20px;
}
.footer_info_subtitle {
    font-size: 21px;
    color: #c1c1c1;
    margin-bottom: 20px;
}
.footer_info_contents {
    margin-bottom: 40px;
}

@media (min-width: 960px){
    .footer_info_inner {
        display: grid;
        align-items: center;
        justify-content: center;
        padding: 50px;
        gap: 0 20px;
        grid-template-columns: 1fr 1fr;
        max-width: fit-content;
        margin: auto;
    }
    .footer_info_title,
    .footer_info_subtitle {
        grid-column: 1 / 3;
        text-align: center;
    }
    .footer_info_contents {
        margin-bottom: 0;
    }
}
@media (max-width: 559px){
	.footer_info_inner {
		padding: 50px 3.75%;
	}
}

.footer_info_contents table {
    margin: 20px 0 10px;
}
.footer_info_contents thead th,
.footer_info_contents thead td {
    background-color: #3c4348;
    background-color: #947f70;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    padding: 0.2em 0.5em;
}

.footer_info_contents tbody th,
.footer_info_contents tbody td {
    border: none;
    padding: 0.5em;
    text-align: center;
    vertical-align: top;
    background: #fff;
}
.footer_info_contents thead th,
.footer_info_contents tbody th {
    width: 15em;
}


.footer_map {
    position: relative;
    width: 100%;
    height: 640px;
}
.footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (min-width: 960px){
    .footer_map {
        filter: grayscale(100%);
        transition: filter 0.7s ease;
    }
    .footer_map:hover {
        filter: grayscale(0%);
    }
}

.page__top {
    right: 15px;
    bottom: 130px;
    position: fixed;
    z-index: 1000;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.page__top a {
    text-decoration: none;
    display: grid;
    width: 100%;
    height: 100%;
    justify-content: center;
    border-radius: 100%;
    background: #000;
    color: #fff;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px 0 0;
    text-align: center;
}
.page__top .page__top__inner {
    position: relative;
}
.page__top .page__top__inner::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    clip-path: polygon( 50% 0,100% 100%,0 100%);
    background: #fff;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 960px){
    .page__top {
        width: 100px;
        height: 100px;
        right: 2%;
        bottom: 3%;
    }
    .page__top a {
        font-size: 18px;
        padding-top: 20px;
    }
    .page__top .page__top__inner::after {
        width: 20px;
        height: 17px;
        bottom: 15px;
    }
}

/*==========================================================================*/
/*==footer info   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer==*/
/*==========================================================================*/

.copyright {
	background: #333;
	color: #fff;
	padding: 5px;
	text-align: center;
	display: block;
}


/*==========================================================================*/
/*==footer   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==sp footer fixed==*/
/*==========================================================================*/

.sp__footer__fixed {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
    z-index: 100;
}
.sp__footer__fixed01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.sp__footer__fixed01 a {
	padding: 10px;
    display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
}
.sp__footer__fixed01 a .inner {}
.sp__footer__fixed01 a .title {
	display: block;
}
.sp__footer__fixed01 a .contents {
	display: block;
	font-size: 140%;
}

.sp__footer__fixed01__tel a {
	background: #999;
}
.sp__footer__fixed01__mail a {
	background: #555;
}


.sp__footer__fixed02 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sp__footer__fixed02 a {
	padding: 5px 10px;
	text-align: center;
    display: block;
	color: #fff;
	background: #333;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: none;
}
.sp__footer__fixed02 .inner {
	display: inline-block;
	padding-top: 20px;
	position: relative;
}
.sp__footer__fixed02 div:nth-child(2n) a {
	background: #444;
}
.sp__footer__fixed02 .inner::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 20px;
	height: 18px;
	top: 0;
	transform: translate(-50%, 0);
	background: 50% 50% / contain no-repeat;
}
.sp__footer__fixed02 .time .inner::after {
	background-image: url("img/common/ico_clock.png");
}
.sp__footer__fixed02 .access .inner::after {
	background-image: url("img/common/ico_access.png");
}
.sp__footer__fixed02 .map .inner::after {
	background-image: url("img/common/ico_map.png");
}
.sp__footer__fixed02 .train .inner::after {
	background-image: url("img/common/ico_train.png");
}
@media(max-width: 559px){
	.sp__footer__fixed01 a {
		font-size: 12px;
        letter-spacing: 0.05px;
	}
	.sp__footer__fixed02 a {
		font-size: 11px;
		padding: 5px 5px;
	}
}


/*==========================================================================*/
/*==sp footer fixed    ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==サイドバー　ハンバーガー ==*/
/*==========================================================================*/

.sidebar__flag {
  font-size: 50px;
    display: grid;
    line-height: 1;
}
.sidebar__flag__text {
  font-size: 16px;
    text-align: center;
  line-height: 0;
}
#sidebar__flag ~ #root .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 ~ #root .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(37,99,235, 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: 959px){
	.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__content {
	
}
.sidebar__content__menu + 
.sidebar__content__menu {
	margin-top: 40px;
}
.sidebar__content__menu__title {
    background: #3a4247;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 12px;
	text-align: center;
}
.sidebar__content ul > li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px .5em 8px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
	color: #464646;
}
.sidebar__content ul > li a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 18px;
    color: #d1d1d1;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-family: "メイリオ", Meiryo, sans-serif;
    content: "+";
}
/*==========================================================================*/
/*==サイドバー   ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　1カラム設定==*/
/*==========================================================================*/

.post_box_bg > .inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}

@media (max-width: 959px){
    .post_box_bg > .inner {
        padding-left: 3.75%;
        padding-right: 3.75%;
    }
}

/*==========================================================================*/
/*==固定ページ  1カラム設定 ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　2カラム設定==*/
/*==========================================================================*/


.page > .inner,
.single__page > .inner,
.category > .inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}
.page__2column .main__content .post_box_bg > .inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 959px){
    .page__2column {
        margin-bottom: 40px;
    }
     .sidebar__content {
         margin-top: 50px;
    }
    .page > .inner,
    .single__page > .inner,
	.category > .inner {
        padding-left: 3.75%;
        padding-right: 3.75%;
    }
}

@media (min-width: 960px){
    .page__2column {
        max-width: 1320px;
        padding: 0 40px;
        margin: 0 auto 60px;
        display: grid;
        grid-template-columns: 67.19% 23.86%;
        justify-content: space-between;
    }
    
}

/*==========================================================================*/
/*==固定ページ  2カラム設定 ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　hタグ==*/
/*==========================================================================*/

.page h2,
.single__page h2,
.category h2 {
/*    padding: 0.6em 1em 0.7em;*/
    border: none;
    color: #1e40af;
    font-size: 34px;
    outline-offset: 0px;
    text-shadow: none;
    text-align: center;
    filter: none;
    margin: 0 0 1.2em;
    font-weight: bold;
}
.page h3,
.single__page h3,
.category h3 {
    /* border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    border-left: 7px solid #b0b1b3; */
/*    padding: .8em .0;*/
    color: #1e40af;
    font-size: 24px;
    /* background: #f7f7f7; */
    margin: 0 0 1.2em;
}

.page h4,
.single__page h4,
.category h4 {
  font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*==========================================================================*/
/*==固定ページ  hタグ ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　キービジュアル==*/
/*==========================================================================*/

.keyvisual {
    position: relative;
    margin-bottom: 40px;
    height: 50px;
}
.keyvisual_title {
    position: absolute;
    mix-blend-mode: difference;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    transform: translateY(-50%);
}
.keyvisual_img {
    height: 100%;
    width: 100%;
}
.keyvisual img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/*==========================================================================*/
/*==固定ページ  キービジュアル ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==カテゴリー==*/
/*==========================================================================*/

.category {
	padding-bottom: 60px
}
.category__list li,
.top_blog_list li {
	padding: 5px 0;
	border-bottom: 1px solid #000;
}
.category__list li a,
.top_blog_list li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.post_date {
	padding-right: 0.5em;
	display: inline-block;
}

.pagination {
	margin-top: 20px;
	display: flex;
	gap: 0 20px;
	justify-content: center;
}
.pagination > a {
	display: inline-block;
	background: #000;
	color: #fff;
    padding: 15px;
	border: 1px solid #000;
	text-decoration: none;
}
.pagination > span {
	background: #fff;
	color: #000;
    padding: 15px;
	border: 1px solid #000;
}
@media (max-width: 959px){
	.pagination {
		position: relative;
		padding-bottom: 70px;
	}
	.pagination .prev,
	.pagination .next {
		position: absolute;
		bottom: 0;
	}
	.pagination .prev {
		left: 0;
	}
	.pagination .next {
		right: 0;
	}
}

/*==========================================================================*/
/*==カテゴリー  ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==アクセスマップ==*/
/*==========================================================================*/

.access_changemap_wrap {
    background: #333;
    
}
.access_changemap_contents {
    padding: 15px; 
}
.access_changemap_labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.access_changemap_labels > label {
    background: #EFEFEF;
    padding: 10px;
    text-align: center;
}
.access_changemap_labels > label > span {
    display: inline-block;
    position: relative;
    padding: 0 22px 0 0;
}
.access_changemap_labels > label > span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 11px;
    clip-path: polygon(0% 0%,100% 0, 50% 100%);
    background: #333;
    transform: translateY(-50%);
    top: 50%;
}
.access_changemap_contents .access_changemap_content {
    display: none;
}
#change_googlemap:checked ~ .access_changemap_labels label[for="change_googlemap"],
#change_illustmap:checked ~ .access_changemap_labels label[for="change_illustmap"] {
    background: #333;
    color: #fff;
}
#change_googlemap:checked ~ .access_changemap_labels label[for="change_googlemap"] > span::after,
#change_illustmap:checked ~ .access_changemap_labels label[for="change_illustmap"] > span::after {
    background: #fff;
}

#change_googlemap:checked ~ .access_changemap_contents .access_changemap_content:nth-child(1),
#change_illustmap:checked ~ .access_changemap_contents .access_changemap_content:nth-child(2) {
    display: block;
}
.access_changemap_content {
    position: relative;
    height: 500px;
    width: 100%;
}
.access_changemap_content iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.route__slide__wrap {
    margin-top: -60px;
    padding: 60px;
    position: relative;
}
.route__slide {
}
/* ページネーション共通のスタイル */
.route__slide__wrap .swiper-pagination-bullet {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  transition: transform .2s linear;
  width: 30px;
  letter-spacing: 0;
  border-radius: 0;
}
/* 現在のページネーションのスタイル */
.route__slide__wrap .swiper-pagination-bullet-active {
  background-color: #333;
  color: #fff;
}
/* ページネーションの余白(位置) */
.route__slide__wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.route__slide__wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 10px 0;
    position: relative;
}
/* 画像のサイズ調整 */
.route__slide .swiper-slide img {
  height: auto;
  width: 100%;
}
.route__slide__wrap .swiper-button-next, 
.route__slide__wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
    color: #000;
}
/*==========================================================================*/
/*==アクセスマップ ここまで==*/
/*==========================================================================*/

/*===================================================
歯科医師出勤予定のポップアップ
===================================================*/

.modalArea {
	display: none;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
    max-height: 100vh;
}
.modalWrapper.large {
	max-width: unset;
}
.modalWrapper h1 {
	font-size: 120%;
	font-weight: bold;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
@media (max-width: 959px){
	.modalWrapper {
    	overflow: scroll;
	}
}


.contactForm_box {
    max-width: fit-content;
    margin: auto;
}
.input-box {
    margin-bottom: 30px;
}
.input-box .error-message {
    

    display: none;
    color: #f00;
    font-size: 90%;
}
.input-box .wpcf7-not-valid-tip {
    display: none;
}
.input-box:has(.wpcf7-not-valid-tip) .error-message {
    display: block;
}

.input-wrappr {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #c8ccd4;
}
.input-wrappr input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 0.5em;
  height: 2.5em;
  font-size: 16px;
  font-weight: 500;
  background: none;
  border-radius: 0;
  transition: all 0.15s ease;
}


.input-wrappr .input-name {
  position: absolute;
  inset: 0.3em auto auto 1em;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.input-wrappr:has(textarea) .input-name,
.input-wrappr:has(select) .input-name,
.input-wrappr:has(input:focus) .input-name,
.input-wrappr:has(input:hover) .input-name,
.input-wrappr:has(input:not(:placeholder-shown)) .input-name {
    font-size: .8em;
/*    inset -1em; auto auto 1em;*/
    inset: -1em auto auto 1em;
    background: #fff;
    padding: 0 .5em;
}

.input-wrappr select {
    border: 0;
    padding: 15px 0.2em 10px 0.2em;
    width: 100%;    
}
.input-wrappr textarea {
    border: 0;
    padding: 15px 0.2em 10px 0.5em;
    width: 100%;
    height: 200px;
}

/*
.input-wrappr:has(input:focus) .input-name {
  color: #07f;
  transform: translateY(-26px) scale(0.75);
}
*/

.contactForm_box_btn {
    text-align: center;
}
.contactForm_box_btn input {
  -webkit-appearance: none;
  padding: 15px 20px;
  /* background: #1e3b8d; */
  border: 0;
  color: #fff;
  min-width: 200px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

.contactForm_box_btn input:hover {
  opacity: 0.7;
}
.contactForm_box_btn .remove_btn {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  margin-top: 40px;
}

.contactForm_box table {
    margin-bottom: 30px;
}
.contactForm_box table th,
.contactForm_box table td {
    padding: 0.8em 1em;
    text-align: left;
}
.contactForm_box table tr:nth-child(2n+1) th,
.contactForm_box table tr:nth-child(2n+1) td {
    background: #eee;
}
.contactForm_box .wpcf7-spinner {
    position: absolute;
}

.sidebar_contents_header_logo {
    max-width: fit-content;
    margin: 0 auto 40px;
}
.sidebar_contents_header_logo .logo_sub,
.sidebar_contents_header_logo .logo_main {
    color: #ffff;
}
.sidebar_contents_header_nav_column_title {
  margin-bottom: 0.5em;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 24px;
}

.sidebar_contents_header_nav ul {
	  margin-bottom: 40px;
}
.sidebar_contents_header_nav li a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 15px 30px 15px 15px;
    position: relative;
}
.sidebar_contents_header_nav li a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    border-radius: 50%;
    background: #fff;
    translate: 0 -50%;
}
.sidebar_contents_header_nav li a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    top: 50%;
    right: 0;
    translate: 0 -50%;
}
@media (min-width: 960px){
  .sidebar_contents_header_nav {
    max-width: 70%;
    gap: 0 3%;
    margin: 0 auto;
  }
  .sidebar_contents_header_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3%;
  }
}
@media (max-width: 559px){
    .sidebar_contents_header_nav > ul {
        max-width: 100%;
    }
}
@media (min-width: 1600px){
  .sidebar_contents_header_nav {
    max-width: 960px;
  }
}



/*

会社概要

*/

.company_table {
	width: 100%;
    margin-bottom: 40px;
}
.company_table th,
.company_table td {
	border-bottom: 1px solid #d6d1d2;
    padding: 27px 20px 26px;
    line-height: 2;
}
.company_table th {
	vertical-align: top;
	text-align: left;
	width: 192px;
    font-weight: normal;
}
@media (max-width: 559px){
    .company_table th,
    .company_table td {
        display: block;
        width: 100%;
        padding: 20px;
    }
    .company_table th {
    	background: #f4f3f3;
    }
    .company_table tr:first-child th {
	    border-top: 1px solid #d6d1d2;
    }
}



.contactForm_box input[type="checkbox"] {
  display: none;
}
.contactForm_box input[type="checkbox"] + .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
}
.contactForm_box input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.contactForm_box input[type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  opacity: 0;
}
.contactForm_box input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.link_privacy {
  text-align: center;
  margin-bottom: 20px;
}
.link_privacy a {
  display: inline-block;
  color: #00648b;
  padding-right: 2em;
  position: relative;
	border-bottom: 1px solid #00648b;
	text-decoration: none;
}
.link_privacy a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
	border-right: 2px solid #00648b;
	border-bottom: 2px solid #00648b;
	rotate: -45deg;
}

.highlighter {
	background:linear-gradient(transparent 60%, #f9ff34 60%);
}


.price_table th,
.price_table td {
    padding: 10px 25px;
	border: 1px solid #31A2E8;
	border-top: 2px dotted #31A2E8;
	border-bottom: 2px dotted #31A2E8;
  vertical-align: middle;
}
.price_table th {
  color: #32a2e8;
  font-weight: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  }
.price_table.price_table_head {
    background: #31A2E8;
    color: #fff;
    text-align: left;
}
.price_table.price_table_head th,
.price_table.price_table_head td {
    color: #fff;
}
.price_table.price_table_head td {
    text-align: right;
}
.price_table.price_table_head {
    margin-bottom: 0;
}
.price_table tbody th {
	width: 17em
}
.price_table tr:first-child th,
.price_table tr:first-child td {
	border-top: 1px solid #31A2E8;
}
.price_table tr:last-child th,
.price_table tr:last-child td {
	border-bottom: 1px solid #31A2E8;
}
.price_table td {
	text-align: left;
	letter-spacing: 1.5px;
}
.price_table td:first-of-type:nth-last-child(2) {
    width: 12em;
}


.price_table,
.price_text {
    margin: 0 auto 10px;
    width: 100%;
}
.price_table th,
.price_table td {
    padding: 10px 25px;
	border: 1px solid #31A2E8;
	border-top: 2px dotted #31A2E8;
	border-bottom: 2px dotted #31A2E8;
}
.price_table th {
    color: #32a2e8;
	font-weight: normal;
    font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
}
.price_table.price_table_head {
    background: #31A2E8;
    color: #fff;
    text-align: left;
}
.price_table.price_table_head th,
.price_table.price_table_head td {
    color: #fff;
}
.price_table.price_table_head td {
    text-align: right;
}
.price_table.price_table_head {
    margin-bottom: 0;
}
.price_table tbody th {
	width: 17em
}
.price_table tr:first-child th,
.price_table tr:first-child td {
	border-top: 1px solid #31A2E8;
}
.price_table tr:last-child th,
.price_table tr:last-child td {
	border-bottom: 1px solid #31A2E8;
}
.price_table td {
	text-align: left;
	letter-spacing: 1.5px;
}
.price_table td:first-of-type:nth-last-child(2) {
    width: 12em;
}
@media (min-width: 960px){
  .price_table td:last-child {
    font-size: 95%;
  }
}
@media (max-width: 959px){
	 .price_table {
	 	width: 100%;
	 }
	 .price_table th,
	 .price_table td {
	 	display: block;
	 	width: 100% !important;
	 	border-top-width: 0;
  }
	.price_table td:empty {
		display: none;
	}
    .price_table {
        border-top: 1px solid #31A2E8;
    }
	.price_table tr:first-child th,
	.price_table tr:first-child td {
		border-top: 0px solid transparent;
	}
	.price_table tr:last-child th,
	.price_table tr:last-child td {
		border-bottom: 2px dotted #31A2E8;
	}
	.price_table tr:last-child th:last-child,
	.price_table tr:last-child td:last-child {
		border-bottom: 1px solid #31A2E8;
	}
    .pack_price_open {
        margin: -10px -25px;
        padding: 10px 15px;
    }
    .price_table.price_table_head.price_table_head02,
    .price_table.price_table03 {
        border-top: 0 !Important;
    }
	.price_box_spcolumn {
		display: grid;
		grid-template-columns: auto 1px auto;
		align-items: center;
		grid-gap: 10px;
		text-align: center;
	}
	.price_box_spcolumn hr {
		border-top: 0 !important;
		border-left: 1px solid;
    	margin: 0 !important;
		height: 100%;
		width: 1px;
        background: #31A2E8;
	}
}

.sp__fixed__bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    gap: 1px;
  min-height: 60px;
}
.sp__fixed__bottom__tel,
.sp__fixed__bottom__mail {
  padding: 10px;
  display: block;
  color: #fff;
}
.sp__fixed__bottom__tel {
  background: rgb(6, 182, 212);
}
.sp__fixed__bottom__mail {
  background: #2366e8;
}
.sp__fixed__bottom__tel__box,
.sp__fixed__bottom__mail__box {
  max-width: fit-content;
  margin: auto;
}
.sp__fixed__bottom__tel__inner,
.sp__fixed__bottom__mail__inner {
  padding-left: 3em;
  position: relative;
  display: inline-block;
  font-size: 110%;
  height: 100%;
}
.sp__fixed__bottom__tel__inner::before,
.sp__fixed__bottom__mail__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 2.1em;
  background: #fff;
  mask: 50% 50% / contain no-repeat;
}
.sp__fixed__bottom__tel__inner::before {
  mask-image: url('data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEI0QjRCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjgxLjE0OCwzNDMuOTc1YzI3LjQ0Miw5Ljk0Myw0MS4wNzQtMi43NTQsNDYuMDk4LTExLjYxNGM1LjAzMy04Ljg2MSw5LjI4Ny0yMC45MzUsNS0yNi45NgoJCWMtNC4yNy02LjAyNC0xMC42NTUtMTEuOTI2LTIxLjYzMS0xNS41ODJjLTEwLjg1Mi0zLjU5OC0xMy43NTQtMi41NjYtMTcuMjMtMi40NjdjLTQuNDQyLDAuMTIzLTcuMjM4LDMuNjIzLTguODI3LDcuNzcKCQljLTEuNTgyLDQuMTQtNS4wMzMsMTEuNTA4LTguMzIsMTAuMDc0Yy0zLjI4Ny0xLjQ0Mi0xOC40NDMtMTMuNzU0LTM0LjQ1OS0zNi4yOTVjLTE2LjAwOC0yMi41NDEtMjIuNjQ4LTQwLjkwMS0yMi45MjctNDQuNDg0CgkJYy0wLjI3LTMuNTY2LDcuNzQ2LTMuOTc1LDEyLjE4LTQuMTE0YzQuNDI3LTAuMTQsOC42NTYtMS42MzIsMTAuMjM4LTUuNzc5YzEuMjQ2LTMuMjQ2LDMuMjM4LTYuMDU4LDMuNDEtMTcuNTA4CgkJYzAuMTcyLTExLjU2Ni0zLjMyLTE5LjU0OS03LjU5LTI1LjU1OGMtNC4yODctNi4wMTYtMTcuMDgyLTUuOTg0LTI3LjA5OC00LjE0N2MtMTAuMDMzLDEuODM2LTI2LjUwMSwxMC41MTYtMjYuMTU2LDM5LjcxMwoJCWMwLjM2OCwyOS4xODksMTguMDI0LDYzLjA2NiwzMC44Niw4MS4xMjNDMjI3LjUyNCwzMDYuMjA0LDI1My42OTcsMzM0LjAzMywyODEuMTQ4LDM0My45NzV6IiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9wYXRoPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM2MC4xODksMEgxNTEuODEyQzExOC45NiwwLDkyLjMyOCwyNi42MzIsOTIuMzI4LDU5LjQ4NHYzNTcuMzQ0YzAsNTIuNTY2LDQyLjYwNyw5NS4xNzIsOTUuMTcyLDk1LjE3MmgxMzcKCQljNTIuNTY0LDAsOTUuMTcxLTQyLjYwNyw5NS4xNzEtOTUuMTcyVjU5LjQ4NEM0MTkuNjcyLDI2LjYzMiwzOTMuMDQyLDAsMzYwLjE4OSwweiBNMjU2LDQ4MS4yMwoJCWMtOC4xMTUsMC0xNC42ODgtNi41NzQtMTQuNjg4LTE0LjY4OHM2LjU3NC0xNC42ODksMTQuNjg4LTE0LjY4OWM4LjExNSwwLDE0LjY4OCw2LjU3NCwxNC42ODgsMTQuNjg5UzI2NC4xMTUsNDgxLjIzLDI1Niw0ODEuMjN6CgkJIE0yMTguMjMsMjIuMzg1aDc1LjUzMmM0LjI1NSwwLDcuNjk3LDMuNDUxLDcuNjk3LDcuNjk3YzAsNC4yNDYtMy40NDIsNy42OTctNy42OTcsNy42OTdIMjE4LjIzYy00LjI1NCwwLTcuNjk3LTMuNDUxLTcuNjk3LTcuNjk3CgkJQzIxMC41MzMsMjUuODM2LDIxMy45NzYsMjIuMzg1LDIxOC4yMywyMi4zODV6IE0xMjUuOTAyLDQxNi44MjhWNzEuMzQ0aDI2MC4xOTd2MzQ1LjQ4M2MwLDMuODQ0LTAuNDAxLDcuNTktMS4wNzQsMTEuMjM4SDEyNi45NzYKCQlDMTI2LjMwNCw0MjQuNDE4LDEyNS45MDIsNDIwLjY3MiwxMjUuOTAyLDQxNi44Mjh6IiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9wYXRoPgo8L2c+Cjwvc3ZnPg==');
}
.sp__fixed__bottom__mail__inner::before {
  mask-image: url('data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEI0QjRCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDUyLjI5LDc0LjUzNUg1OS43MUMyNi43MjgsNzQuNTM1LDAsMTAxLjI2MywwLDEzNC4yMzZ2MjQzLjUyN2MwLDMyLjk3NCwyNi43MjgsNTkuNzAyLDU5LjcxLDU5LjcwMkg0NTIuMjkKCQljMzIuOTczLDAsNTkuNzEtMjYuNzI4LDU5LjcxLTU5LjcwMlYxMzQuMjM2QzUxMiwxMDEuMjYzLDQ4NS4yNjQsNzQuNTM1LDQ1Mi4yOSw3NC41MzV6IE00ODMuNDksMzkzLjg0OWwtMTEuMzY2LDEzLjQ2CgkJTDMxMi45NTcsMjc3LjQwN2wtMjQuNjUsMjMuNDU0Yy0xOC4yNjgsMTYuNzc2LTQ2LjM0NSwxNi43NzYtNjQuNjE0LDBsLTI0LjY1LTIzLjQ1NEwzOS44NzYsNDA3LjMwOWwtMTEuMzY2LTEzLjQ2bDE0OS40NC0xMzYuNTE3CgkJTDI3LjUzMSwxMTUuOTY4bDguODkzLTExLjc4M0wyNTYsMjcwLjU2bDIxOS41NzUtMTY2LjM3NWw4Ljg4NiwxMS43ODNsLTE1MC40MSwxNDEuMzY0TDQ4My40OSwzOTMuODQ5eiIgc3R5bGU9ImZpbGw6IHJnYig3NSwgNzUsIDc1KTsiPjwvcGF0aD4KPC9nPgo8L3N2Zz4=');
}

@media (max-width: 559px){
  .sp__fixed__bottom__tel__box,
  .sp__fixed__bottom__mail__box {
    font-size: 16px;
    line-height: 1.4;
  }
}


.price_table01 {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
.price_table01 thead th,
.price_table01 thead td {
  background: rgba(30,64,175,0.5);
  padding: 15px;
  text-align: left;
  font-weight: bold;
}
.price_table01 tbody {
  /*  background: rgba(30,64,175,0.2);*/
  background: rgb(210,217,239);
  overflow: hidden;
}
.price_table01 tbody th,
.price_table01 tbody td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.price_table_note {
  text-align: center;
  margin: 5px;
}
@media (min-width: 960px){
  .price_table01 thead th {
    width: 66.67%;
  }
  .price_table01 thead td {
    width: 33.33%;
  }
  .price_table01 tbody th,
  .price_table01 tbody td {
    width: 33.33%;
  }
  .price_table01 tbody th {
	  padding: 0;
	  background:#fff;
  }
	.price_table01 tbody td:last-child {
		text-align: right;
	}
}
@media (max-width: 959px){
	.price_table01 {
	  border-spacing: 0;
	  border-collapse: collapse;
	}
	.price_table01 thead {
		display: none;
	}
	.price_table01 tbody {
		background: none;
	}
	.price_table01 tbody th {
	  display: block;
	  text-align: center;
	  background: none;
	  /* border-bottom: 1px solid #000; */
	  margin-left: -3.75%;
	  margin-right: -3.75%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
	}
  .price_table01 tbody th .price_table01_title {
    display: block;
    position: relative;
    padding: 0 0 20px;
  }
	.price_table01 tbody th:not(:has(.price_table01_title))::after,
	.price_table01 tbody th .price_table01_title::after {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 5em;
    left: 50%;
    margin-left: -2.5em;
    height: 5px;
    z-index: -1;
    background: #ffff00;
    /* width: fit-content; */
  }
	.price_table01 tbody td {
		display: block;
		border-bottom: 0;
		padding-bottom: 0;
    font-size: 14px;
	}
	.price_table01 tbody td:first-of-type {
		padding: 15px 10px 15px;
    font-weight: bold;
    /* float: left; */
    padding: 10px;
    padding: 5px 10px 15px;
	}
	.price_table01 tbody td:last-child {
		text-align: right;
		padding: 0 10px 20px;
		max-width: fit-content;
		margin-left: auto;
		position: relative;
		z-index: 5;
    font-weight: bold;
    padding: 10px;
    /* float: right; */
    padding: 5px 10px 15px;
	}
	.price_table01 tbody td:last-child::before {
		content: "";
		position: absolute;
		right: 12px;
		width: calc(90vw - 20px);
		height: 10px;
		top: 10px;
	}
	.price_table01 tbody tr {
        position: relative;
        display: block;
        clear: both;
        padding-top: 10px;
        display: grid;
        /* grid-template-columns: 1fr auto; */
        align-items: center;
        grid-auto-flow: column;
 }
	.price_table01 tbody tr::before {
    content: "";
    position: absolute;
    left: -3.75%;
    right: -3.75%;
    border-bottom: 1px solid #ddd;
    z-index: -1;
    bottom: 0;
  }
  .price_table_note {
    font-size: 14px;
  }
}

.logo {
  line-height: 1.3;
  padding-left: 120px;
  position: relative;
}
.logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: url(https://alphazeal.xtwo.jp/dentalflyer/wp-content/uploads/2026/01/logo_ama.svg) 0% 50% / contain no-repeat;
}
.logo_sub,
.logo_main {
  display: block;
  font-weight: bold;
  color: #3d3c3c;
}
.logo_sub {
  font-size: 28px;
}
.logo_main {
  font-size: 45px;
}
@media (max-width: 1200px){
  .logo {
    padding-left: 80px;
  }
  .logo_sub {
    font-size: 18px;
  }
  .logo_main {
    font-size: 30px;
  }
}
@media (max-width: 1039px){
  .logo {
    padding-left: 60px;
  }
  .logo_sub {
    font-size: 14px;
  }
  .logo_main {
    font-size: 24px;
  }
}

.cotact_form_confirm {
    display: block;
    background: #ccc;
    padding: 10px 15px;
    border-radius: 10px;
}

.contactForm_box_btn {
    margin-top: 60px;
}



.price_table01_printed {
    display: grid;
    gap: 3%;
    grid-auto-flow: column;
}
.price_table01_printed_box.vertical {
  grid-column: span 5;
}
.price_table01_printed_box.horizontal {
  grid-column: span 7;
}
.price_table01_printed_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
    /*box-shadow: 0 0 10px rgba(0,0,0,0.3); */
}

.contents_sp_title {
    display: block;
    position: relative;
    padding: 0 0 20px;
	  text-align: center;
	  background: none;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.contents_sp_title::after {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 5em;
    left: 50%;
    margin-left: -2.5em;
    height: 5px;
    z-index: -1;
    background: #ffff00;
    /* width: fit-content; */
}
@media (min-width: 960px){
  .contents_sp_title {
    display: none;
  }
}

@media (max-width: 959px){
 .post_box_item:has(.contents_sp_title) .post_custom_box .post_custom_content .price_table01 th {
	 font-size: unset;
	 border-bottom: 0;
	 /* position: absolute; */
	 left: 0;
	 right: 0;
	 bottom: 100%;
    /* border-bottom: 1px solid #ddd; */
	 }
 .post_box_item:has(.contents_sp_title) .post_custom_box .post_custom_content .price_table01 th::after {
	 content: none;
  }
/*  .post_box_item:has(.contents_sp_title) .post_custom_box .post_custom_content .price_table01 tbody tr:has(th)::after {
    content: "";
    position: absolute;
    left: -3.75%;
    right: -3.75%;
    border-bottom: 1px solid #ddd;
    z-index: -1;
    top: 0;
  } */
}

@media (min-width: 768px){
  #root .footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
  #root .footer_nav {
    grid-column: 2 / 4;
  }
}
@media (min-width: 1240px){
  #root .footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }
  #root .footer_nav {
    grid-column: 2 / 4;
  }
}

  #root .footer_nav ul > li {
    margin: 0;
  }
  #root .footer_nav ul > li > a {
    display: block;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #fff;
	  position: relative;
  }
  #root .footer_nav ul > li > a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }

