/*
Theme Name: Miyazaki-Hayate-202509
Theme URI: https://wavegondo.com
Description: 株式会社颯オリジナルテーマ202509
*/

html,body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-feature-settings: 'palt' 1;
	text-align: justify;
	letter-spacing: 0.025em;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p,ul { line-height: 1.6; font-family: 'UD Shin Go Conde90 R';}

h1,h2,h3,h4 { line-height: 1.4; }

.small { font-size: 14px;}

img {
	max-width: 100%;
	height:auto;
	display:block;
	margin: 0;
	padding: 0;
	border: none;
	object-fit: cover;
}

a[href^="tel:"] { cursor: default; }

a,
a:hover,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

address { font-style: normal; }

li { list-style: none; }

/* 初期状態（非表示） */
.fade {
  opacity: 0; /* 透明にする */
  transform: translateY(30px); /* 少し下にずらす */
  transition: opacity 1.5s, transform 1s; /* 変化にかかる時間 */
}

/* 表示されたときの状態（アクティブクラスが付与されたら） */
.fade.active {
  opacity: 1; /* 不透明にする */
  transform: translateY(0); /* 元の位置に戻す */
}

.welfare__guide-important br,
.consultation__example br { display: none; }

.common__business h2 br { display: block; }

.header__nav-companyname,
.home__contents h1,
.home__diaper h3,
.home__facility h3,
.page__heading h1,
.page__contents h2,
.taxt__qa h3,
.usage h3,
.post__container h1 {
    font-family: 'Jun 501';
}

.footer__logo { font-family: 'Jun 201'; }

.header__nav-companyname,
.home__contents h1,
.post__container h1 { color: #00a73c; }

.home__diaper,
.home__news ul,
.taxi__user-guide-section,
.welfare__guide-section,
.taxi__flow-inner,
.consultation__example-outer,
.consultation__example-hard,
.consultation__example,
.consultation__example-list { width: 100%; }

header {
    width: 100%;
    height: 60px;
    padding: 10px;
    background: url(images/common/header-bg@2x.webp) no-repeat center;
    background-size: 100% 150px;
    position: fixed;
    z-index: 2;
}

.header__nav {
    height: 40px;
    width: 100%;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}

.header__nav-companyname { font-size: 18px; }

.header__nav-menu {
    height: 40px;
    width: 50px;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    background: #00a73c;
}

.header__nav-menu nav {
        height: 100vh;
        width: 90%;
        position: fixed;
        z-index: 2;
        top: 50px;
        right: 0;
        transform: translateX(150%);
        transition: all 0.6s;
        background: #c7eaff;
}

.header__nav-menu nav.active { transform: translateX(0%); }

.header__nav-menu nav ul.header__nav-menu-list li {
    padding: 10px 20px;
    border-bottom: dotted 1px #fff;
}

.Toggle {
    width: 50px;
        display: block;
        position: fixed;
        right: 10px;
        top: 10px;
        width: 52px;
        height: 42px;
        cursor: pointer;
        z-index: 3;
}

.Toggle span {
        display: block;
        position: absolute;
        width: 40px;
        border-bottom: solid 3px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
}

.Toggle span:nth-child(1) { top: 9px; }

.Toggle span:nth-child(2) { top: 18px; }

.Toggle span:nth-child(3) { top: 27px; }

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__nav-menu-info ul,
.footer__nav-menu {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
}

.footer__nav-menu { gap: 2px; }

.header__nav-menu-phone { padding: 10px 20px; }

.header__nav-menu-phone span { display : block; }

.header__nav-menu-phone a {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 24px;
    font-weight: 700;
}

.header__nav-menu-phone a img { height: 20px; }

.header__nav-menu-info ul li a {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.footer__nav-menu li a {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
}

.footer__nav-menu li a img { height: 20px; }

.header__nav-menu-info li a img { height: 24px; }

.header__nav-menu-info ul li:first-of-type,
.footer__nav-menu li:first-of-type { background: #f77346; }

.header__nav-menu-info ul li:nth-of-type(2),
.footer__nav-menu li:nth-of-type(2) { background: #00a73c; }

.header__nav-menu-info ul li:last-of-type,
.footer__nav-menu li:last-of-type { background: #e74592; }

.home__contents-business-inner h2,
.home__news h3 { color: #e74592; }

.home__news h3 {
    position: relative;
    line-height: 1;
    margin: 0 0 .5em 45px;
}

.home__news h3::before {
    height: auto;
    width: 40px;
    content: "";
    display: block;
    content: url(images/common/news-icon.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
    left: -45px;
}

.home__container,
.post__container { margin: 80px auto 30px; }

.page__container,
.archive__container { margin: 60px auto 30px; }

.archive__container { width: 100%; }

.home__contents,
.home__news,
.page__contents,
.archive__contents,
.post__container { width: 90%; }

.home__contents { margin: 0 5% 30px; }

.home__news,
.page__contents,
.archive__contents { margin: 0 5%; }

.contents__people {
    width: 75%;
    max-width: 300px;
    margin: 0 auto 20px;
}

.home__contents h1 {
    margin: 0 auto 0.5em;
    font-size: 22px;
    text-align: center;
}

.home__contents-business {
    padding: 0 0 20px;
    gap: 20px;
}

.home__contents-business-inner h2 {
    line-height: 1;
    font-size: 20px;
}

.home__contents-business-inner figure { margin: 0 0 10px; }

.home__contents-business-button,
.home__facility-button {
    padding: 0 10px 0 0;
    line-height: 40px;
    position: relative;
    border-radius: 20px;
}

.home__contents-business-button { background: #ffd7ec; }

.home__facility-button { background: #fff; }

.home__contents-business-button a,
.home__facility-button a {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.home__facility-button a { color: #e74592; }

.home__contents-business-button::before,
.home__facility-button::before {
    content: "";
    position: absolute;
    top: calc(50% - -0.5px);
    right: 20px;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.home__contents-business-button::after,
.home__facility-button::after {
    content: "";
    position: absolute;
    top: calc(50% - -0.5px);
    right: 20px;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
        transform: rotate(-45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.home__diaper {
    margin: 0 auto 20px !important;
    padding: 20px 1em 90px;
    background-color: #fffce4;
    background-image: url(images/home/taxi-bg@2x.png);
    background-size: 100% auto;
    background-position: center bottom;
}

.home__diaper-heading {
    gap: 5px;
    height: 50px;
}

.home__diaper-heading figure { height: 20px;}

.home__diaper-heading figure img {
    height: 100%;
    width: auto;
}

.home__diaper h3 {
    font-size: 20px;
    color: #e4004f;
}

.home__diaper h3 br { display: none; }

.home__diaper-discount {
    margin: 1em auto 0;
    padding: 1em;
    gap: 0;
    background: #fff000;
}

.diaper {
    font-size: 18px;
    font-weight: bold;
}

.discount__price p {
    margin: 0 0 0.25em;
    line-height: 1;
}

.discount__price p span {
    font-size: 32px;
    font-weight: bold;
}

.home__facility {
    margin: 20px 0 0;
    padding: 1em;
    background: #dcf5ff;
    border-radius: 12px;
}

.home__facility h3 {
    color: #00a73c;
    font-size: 20px;
}

.home__facility-desc br { display: none; }

.home__facility-link { padding: 0.5em 0 0; }

.ggmap { margin: 0 0 30px; }

.home__news ul li {
    margin: 0 0 .75em;
    padding: 0 0 .75em;
    display: flex;
    flex-direction: column-reverse;
    border-bottom: dotted 1px;
}

.page__heading {
    margin: 0 0 30px 5%;
    padding: 10px 1em;
    display: inline-block;
    background: #e74592;
    border-radius: 0 0 10px 10px;
}

.page__heading h1 {
    font-size: 22px;
    color: #fff;
}

.taxi__image {
    padding: 0 0 20px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content max-content repeat(2, 1fr);
    gap: 0;
}

.taxi__image figure:first-of-type { grid-area: 1 / 1 / 2 / 3; }
.taxi__image figure:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
.taxi__image figure:last-of-type { grid-area: 2 / 2 / 3 / 3; }

.taxi__image figure { height: 100%; }

.taxi__image figure img {
    height: 100%;
    object-fit: cover;
}

.page__contents h2 {
    font-size: 20px;
    color: #00a73c;
}

.taxi__user-guide h3,
.welfare__guide h3,
.welfare__aboutsale h3,
.consultation__example h3,
.consultation__example-list h3 {
    margin: 0 0 .5em;
    padding: 0 0 0 0.25em;
    line-height: 1.25;
    font-size: 18px;
    color: #e74592;
    border-left: solid 4px;
}

.page__contents h2 br { display: none; }

.taxi__user-guide { padding: 0 0 20px; }

.welfare__guide { padding: 0 0 10px; }

.taxi__user-guide-section,
.welfare__guide-section {
    padding: 0 0 1em;
}

.taxi__user-guide-item,
.welfare__guide-item {
    margin: 0 0 .5em;
    padding: 0 1em;
    line-height: 2;
    color: #fff;
    background: #41b053;
}

.userguide__section { gap: 0.25em; }

.text-large,
.taxi__user-guide-section ul,
.welfare__guide-list,
.consultation__example ul,
.consultation__example-list ul,
.consultation__example-hard ul,
.welfare__guide-fee,
.userguide__section { font-size: 18px; }

.welfare__guide-list,
.taxi__user-guide-section ul { line-height: 1.6; }

 .taxi__user-guide table { letter-spacing: normal; }

.taxi__user-guide table td { border: solid 1px #bfbfbf; }

.taxi__user-guide table td:first-of-type {
    width: 150px;
    border-left: none;
    background: #fffbd0;
}

.taxi__user-guide table td:nth-of-type(2) { border-right: none; }

.taxi__qa-heading { align-items: baseline; }

.taxt__qa p {
    font-size: 26px;
    font-weight: 800;
    color: #e74592;
}

.taxt__qa h3 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.taxt__qa p span {
    font-size: 16px;
}

.taxi__qa dt {
    margin: 0 0 .5em;
    font-weight: 600;
}

.taxi__qa dt span,
.taxi__qa dd span { font-size: 20px; }

.taxi__qa dt span { color: #41b053; }

.taxi__qa dd span { color: #e74592; }

.taxi__qa dt::before,
.taxi__qa dd::before { margin-right: .4em; }

.taxi__qa dd {
    margin: 0 0 1em;
    padding: 1em 1.5em 1em 2.25em;
    text-indent: -1.25em;
    background-color: #fffbd0;
}

.taxi__qa dd:last-of-type { margin: 0; }

.usage { margin: 0 0 1em; }

.usage h3 {
    margin: 0;
    padding: 0 1em;
    line-height:2;
    display: inline-block;
    color: #fff;
    background:#41b053
}

.taxi__flow-information {
    padding: .5em 0 0;
    align-items: start;
}

.taxi__flow-order {
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    background:#41b053
}

.taxi__flow-desc {
    width: calc(100% - 30px);
}

.taxi__flow h4 {
    font-size: 18px;
    line-height: 1;
    color: #e74592;
}

.taxi__flow-inner { gap: 1em; }

.common__business-category { gap: 1em; }

.common__business h3 {
    font-size: 18px;
    color: #e74592;
    line-height: 1;
}

.welfare-illust figure { width: auto; }

.welfare-illust figure img {
    height: 80px;
    object-fit: contain !important;
}

.welfare-illust  { gap: 2em; }

.taxi__flow-section { margin: 0 0 20px; }

.taxi__flow-section:last-of-type { margin: 0; }

.welfare__aboutsale { gap: 0; }

.careplan__contact {
    margin: 0 0 20px !important;
    padding: 1em 1.5em;
    color: #fff;
    gap: 0.25em;
    background: #e74592;
    border-radius: 12px;
}

.careplan__contact-number {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 26px;
    font-weight: 800;
}

.careplan__contact-number img {
    height: 100%;
    height: 20px;
    object-fit: contain;
}

.consultation__example-outer {
    margin:20px 0 0 !important;
    padding: 1.5em;
    background: #fdeff5;
    border-radius: 12px;
}

.consultation__example,
.consultation__example-list { margin: 0 0 20px !important; }

.consultation__example h3,
.consultation__example-list h3 { margin: 0; }

.consultation__example-outer figure { margin: 0; }

.consultation__example-hard > div {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.consultation__example-hard figure {
    width: 250px;;
    margin:0;
}

.careplan__contact-free {
    font-size: 20px;
    font-weight: 800;
    color: #fff462;
    line-height: 1;
}

.post__list {
    margin: 0 0 .5em;
    padding: 0 0 .5em;
    border-bottom: dotted 1px;
}

.post__list time { font-size: 12px; }

.post__list h2 {
    font-size: 18px;
    font-weight: normal;
}

.pagination {
    margin: 20px 0 0;
    display: block
}

.pagination .page-numbers {
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #f77346;
    border-radius: 4px;
}

.pagination .current {
    color: #fff;
    background: #f77346;
}

.post__container h1 { font-size: 20px; }

.post__container h2 { font-size: 18px; }

.post__container h3 { font-size: 16px; }

.post__container time {
    margin: 0 0 0.5em;
    font-size: 12px;
}

.post__contents {
    margin: 0 0 20px;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: .5em;
    border-bottom: dotted 1px;
}

.post__contents-heading { margin: 0 0 .5em;}

.post__pager {
    display: flex;
    gap: 20px;
}

.post__pager-prev,
.post__pager-next {
    line-height: 40px;
    position: relative;
}

.post__pager-prev a,
.post__pager-next a {
    height: 40px;
    padding: 0 1em;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    background: #3f0101;
    border-radius: 12px;
}

.post__pager-prev a img,
.post__pager-next a img { height: 15px; }

.post__pager-next a img { transform: scale(-1, 1); }

.consultation__example ul,
.consultation__example-list ul { line-height: 1.6; }

.consultation__example ul li,
.consultation__example-list ul li {
    padding:0 0 0 1em;
    text-indent: -1em;
}

time { margin: 0 0 0.25em; }

.page__introduction,
.taxt__qa,
.taxi__flow,
.common__business-category,
.welfare__aboutsale { padding: 0 0 20px; }

.welfare-illust { padding: 20px 0; }

.common__business-category:last-of-type { padding: 0; }








.header__nav-menu-phone a,
.taxt__qa p,
.taxi__qa dt span,
.taxi__qa dd span,
.taxi__flow-order,
.careplan__contact-number {
    font-family: "Lato", sans-serif;
    font-style: normal;
}




footer {
    margin-top: auto;
    letter-spacing: normal;
    background: url(images/common/footer-bg@2x.png) no-repeat center;
    background-size: auto 100%;
}
    
.footer_inner {
    padding: 0 5% 10px;
    background-color: rgba(255, 255, 255, 0.5)
}

.footer__info,
.footer__content { margin:0 auto .5em; }
    

.footer__logo {
    font-size: 18px;
    color: #00a73c;
}

.footer__content ul#menu-footer {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer__content ul#menu-footer li {
    margin: 0 1.5em 0 0;
    line-height: 1.6;
    position: relative;
}

.footer__content ul#menu-footer li::before {
    content: "";
    position: absolute;
    top: calc(50% - -0.5px);
    right: -0.75em;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.footer__content ul#menu-footer li::after {
    content: "";
    position: absolute;
    top: calc(50% - -0.5px);
    right: -0.75em;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
    transform: rotate(-45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}








@media screen and (min-width: 430px) {

body { font-size: 16px; }

}


@media screen and (min-width: 768px) {

.home__diaper h3 br,
.page__contents h2 br,
.welfare__guide-important br { display: block; }

.home__contents h1 br,
.common__business h2 br { display: none; }

.contents__people { max-width: 400px; }

.home__contents h1 { font-size: 28px; }

.home__diaper h3,
.home__facility h3,
.page__contents h2 { font-size: 24px; }

.diaper { font-size: 22px; }

.taxi__user-guide h3,
.welfare__guide h3,
.welfare__aboutsale h3,
.consultation__example h3,
.consultation__example-list h3,
.taxt__qa h3 { font-size: 20px; }

.discount__price p span { font-size: 40px; }

.home__news ul li {
    margin: 0 0 1em;
    padding: 0 0 1em;
}

.home__contents-business {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
}

.home__diaper {
    width: 550px;
    margin: 0 auto 40px !important;
    padding: 20px 60px 100px;
}

.home__diaper-heading { font-size: 18px;}

.home__diaper p { text-align: center; }

.home__diaper h3 {
    margin: 0 0 .25em;
    text-align: center;
}

.home__diaper-discount { width: 340px; }

.discount__price { padding: 0 0 .5em; }

.discount__price p { margin: 0; }

.diaper { line-height: 1.5; }

.home__facility {
    padding: 2em;
    align-items: center !important;
}

.home__facility-link-outer {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: 1fr;
    gap: 30px;
}

.home__facility-link {
    align-items: center !important;
    gap: 1em;
}

.page__contents h2 { line-height: 1.6; }

.taxi__user-guide {
    width: 100%;
    padding: 0 0 30px;
}

.taxi__user-guide-section,
.welfare__guide-section { padding: 0 0 .5em; }

.taxi__user-guide-section > div,
.welfare__guide-section > div {
    width: 100%;
    display: flex;
    gap: 1em;
}

.taxi__user-guide-item,
.welfare__guide-item {
    width: 150px;
    margin: 0;
    padding: .25em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.taxi__user-guide-section ul,
.userguide__section,
.welfare__guide-section ul {
    width: calc(100% - 150px);
    display: flex;
    gap: 0;
}

.welfare__guide-section ul.welfare__guide-fee { width: 100%; }

.taxi__user-guide-section ul {
    align-items: initial;
    flex-direction: column;
}

.welfare__guide-section ul {
    line-height: 1.6;
    flex-wrap: wrap;
    align-items: initial;
}

.welfare__guide-section li { padding: 0 1em 0 0; }

.welfare-illust {
    width: 500px;
    margin: 0 auto !important;
}

.userguide__section { align-items: center; }

.taxi__user-guide table td { padding: 1em; }

.taxi__user-guide table td:first-of-type { width: 220px; }

.taxt__qa {
    width: 100%;
    margin: 0 0 30px !important;
    padding: 1.5em;
    background: #ebf3d8;
}

.taxi__qa {
    padding: 1.5em;
    background: #fff;
    border-radius: 12px;
}

.taxi__qa-heading {
    margin: 0 0 1em;
    justify-content: center;
}

.taxt__qa p { font-size: 32px; }

.taxi__flow {
    width: 100%;
    margin: 0 auto 30px !important;
    padding: 2em 40px;
    border: solid 3px #41b053;
    border-radius: 12px;
}

.taxi__flow-inner {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr);
}

.usage-flow {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, 1fr);
}

.taxi__flow-inner,
.usage-flow { gap: 1em 35px; }

.taxi__flow-section figure { position: relative; }

.taxi__flow-section figure::after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d0d0d0;
    border-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    right: -20px;
}

.taxi__flow-section:last-of-type figure::after { display: none; }

.common__business h2 { margin: 0 0 .5em; }

.common__business-section > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap:20px;
}

.consultation__example-outer { padding: 2.5em; }

.post__container { margin: 100px auto 30px; }

.post__container h1 { font-size: 24px; }

.post__contents-heading { margin: 0 0 1em; }

.post__contents figure { margin: 1em 0; }

.post__contents {
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.taxi__qa dt span,
.taxi__qa dd span { margin: 0 .25em 0 0; }

.usage {
    margin: 0 0 2em;
    text-align: center; 
}

.usage h3 {
    margin: 0 auto;
    padding: 0.25em 1.5em;
    border-radius: 12px;
}

.taxi__flow-desc p { letter-spacing: initial; }

.post__list {
    margin: 0 0 1em;
    padding: 0 0 1em;
}

.footer__content {
    display: flex;
    align-items: end;
}

.footer__nav-menu li {
    height: 40px;
    width: 120px;
}

.footer__nav-menu li a {
}

.footer__info { margin: 0 auto; }

.copyright { text-align: center; }



}




/* tablet */
@media screen and (min-width: 1024px) {

.consultation__example br { display: block; }

.home__diaper h3,
.home__facility h3,
.page__contents h2 { font-size: 28px; }

.taxi__user-guide h3,
.welfare__guide h3,
.welfare__aboutsale h3,
.consultation__example h3,
.consultation__example-list h3,
.taxt__qa h3,
.usage h3 { font-size: 22px; }

.taxt__qa p { font-size: 38px; }

.taxt__qa p span { font-size: 26px; }

.taxi__image {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content max-content repeat(2, 1fr);
}

.taxi__image figure:first-of-type { grid-area: 1 / 1 / 3 / 3; }

.taxi__image figure:nth-of-type(2) { grid-area: 1 / 3 / 2 / 4; }

.taxi__image figure:last-of-type { grid-area: 2 / 3 / 3 / 4; }

.taxi__image figure img { object-fit: cover; }

.taxt__qa { padding: 1.5em 3em 2.5em; }

.taxi__qa {
    padding: 2em 3em;
    font-size: 18px;
}

.taxi__qa dt span,
.taxi__qa dd span { font-size: 24px; }

.taxi__flow-inner {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr;
}

.common__business-section > div {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: 1fr;
}

.common__business h2 { margin: 0 auto .5em; }

.usage-flow {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr);
}

.welfare__guide { padding: 0 0 30px; }

.consultation__example-outer > div {
    display: flex;
    justify-content: space-between;
}

.taxi__flow,
.consultation__example { margin: 0 0 50px !important; }

.consultation__example-outer figure { width: 400px; }

.consultation__example-hard > div {
    justify-content: space-between;
    position: relative;
}

.consultation__example-hard figure {
    width: 350px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.consultation__example-list { margin: 0 auto !important; }

.careplan__contact {
    margin: 0 auto 40px !important;
    padding: 1.5em 2.5em;
}

.careplan__contact-free { font-size: 24px; }

.careplan__contact-number {
    gap: 6px;
    font-size: 35px;
}

.careplan__contact-number img { height: 30px; }

.ggmap { height: 450px; }

.welfare__aboutsale { padding: 0 0 50px; }

.welfare-illust { width: 650px; }

.welfare-illust figure img { height: 100px; }

footer { padding: 100px 0 0; }

.footer_inner {
    width: 90%;
    margin: 0 auto .25em;
    padding: 0;
    background: none;
}

.footer__content {
    margin: 0 auto .25em;
    padding: 20px 30px;
    background: #fff;
    border-radius: 12px;
}




}




/* PC */
@media screen and (min-width: 1180px) {

header { height: 90px; }

.header__nav {
    height: 70px;
    width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;

}

.header__nav-companyname {
    font-size: 22px;
    font-weight: bold;
}

.header__nav-menu {
    height: 100%;
    width: 100%;
    display: flex;
    position: initial;
    background: none;
}

.header__nav-menu-info ul {
    height: 60px;
    font-size: 14px;
}

.header__nav-menu nav,
.header__nav-menu-list,
.header__nav-menu-info{  display: flex; }

.header__nav-menu nav {
    height: auto;
    width: 100%;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
    position: initial;
    transform: none;
    transition: initial;
    background: none;
}

.header__nav-menu-info {
    height: 100%;
    align-items: center;
    gap: 20px;
}

.header__nav-menu-list {
    width: 400px;
    align-items: center;
    flex-wrap: wrap;
}

.header__nav-menu-phone { padding: 0; }

.header__nav-menu-phone a { line-height: 1; }

.header__nav-menu-list li::before {
    content: "";
    position: absolute;
    top: calc(50% - -0.5px);
    right: 20px;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.header__nav-menu-list li::after {
    content: "";
    position: absolute;
    top: calc(50% - -0.5px);
    right: 20px;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
    transform: rotate(-45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.header__nav-menu-info ul li a {
    height: 60px;
    padding: 10px .5em;
}

.header__nav-menu-info ul li a,
.header__nav-menu-phone,
.header__nav-companyname {
    white-space: nowrap;
}

.header__nav-menu nav ul.header__nav-menu-list li {
    height: 25px;
    padding: 0;
    border: none;
    position: relative;
}

.header__nav-menu nav ul.header__nav-menu-list li a {
    line-height: 25px;
    padding: 0 30px 0 0;
}

.Toggle,
.common__business h2 br { display: none; }

.home__container,
.post__container,
.page__introduction { width: 100%; }

.home__contents,
.home__contents-business,
.home__facility,
.page__container,
.archive__container,
.footer__infor { width: 1100px; }

.home__news,
.post__contents,
.post__pager,
.archive__contents,
.footer_inner { width: 900px; }

.page__contents { width: 100%; }

.page__heading { margin: 0 0 30px 0; }

.home__news,
.archive__contents,
.post__pager { margin: 0 auto; }

.home__container,
.page__container,
.archive__container,
.post__container { margin: 90px auto 30px; }

.page__contents { margin: 0; }

.home__contents { margin: 0 auto 60px; }

.post__contents { margin: 0 auto 30px; }

.consultation__example-outer { padding: 2.5em 80px; }

.consultation__example-outer figure { width: 450px; }


.contents__people {
    width: 600px;
    max-width: 600px;
    margin: 40px auto;
}

.post__contents { margin: 60px auto 30px; }

.home__contents h1 {
    margin: 0 auto 40px;
    font-size: 44px;
}

.home__contents-business { gap: 50px; }

.home__diaper h3,
.home__facility h3,
.page__contents h2 { font-size: 32px; }

.home__contents-business-inner h2,
.home__news h3 { font-size: 22px; }

.home__contents-business { padding: 0 0 60px; }

.home__diaper {
    width: 700px;
    margin: 0 auto 80px !important;
    padding: 30px 60px 120px;
}

.home__diaper-heading { font-size: 22px; }

.home__diaper-heading figure { height: 30px; }

.home__facility { padding: 3em 4em; }

.home__facility-link-outer { gap: 50px; }

.ggmap { margin: 0 0 60px; }

.page__heading { padding: 20px 2em; }

.page__heading h1 { font-size: 26px; }

.taxi__user-guide {
    flex-direction: initial !important;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.taxi__option { width: 500px; }

.post__container h1 { font-size: 28px; }

.footer__content { background-size: 100% 100%; }

footer { padding: 150px 0 0; }

.footer__info { background: none; }

.copyright-pc { display: block; }


}


@media screen and (min-width: 1200px) {



}