html,body{
    overflow-x:hidden ;
}
img
{
    max-width: 100%;
}
/* Loder */
.loader {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    perspective: 100px;
    width: 100%;
    height: 100vh;
}
.loader::after {
    -webkit-animation: loader 12s linear infinite;
            animation: loader 12s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    content: "";
    height: 110px;
    width: 86px;
    display: block;
}

.loading-panel {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.left.loading-panel {
    left: 0;
    background: #EDFFBE;
    opacity: 0.5;
    -webkit-animation: panel-to-right 20s ease-out infinite;
            animation: panel-to-right 20s ease-out infinite;
}

.right.loading-panel {
    right: 0;
    background: #EEE8AA;
    opacity: 0.5;
    -webkit-animation: panel-to-left 20s ease-out infinite;
            animation: panel-to-left 20s ease-out infinite;
}

/* Animations */
@-webkit-keyframes panel-to-left {
    0% {
        transform: translate(-100%);
    }
    10% {
        transform: translate(0);
    }
    80% {
        transform: translate(0);
    }
    90% {
        transform: translate(-100%);
    }
    100% {
        transform: translate(-100%);
    }
}
@keyframes panel-to-left {
    0% {
        transform: translate(-100%);
    }
    10% {
        transform: translate(0);
    }
    80% {
        transform: translate(0);
    }
    90% {
        transform: translate(-100%);
    }
    100% {
        transform: translate(-100%);
    }
}
@-webkit-keyframes panel-to-right {
    0% {
        transform: translate(100%);
    }
    10% {
        transform: translate(0);
    }
    80% {
        transform: translate(0);
    }
    90% {
        transform: translate(100%);
    }
    100% {
        transform: translate(100%);
    }
}
@keyframes panel-to-right {
    0% {
        transform: translate(100%);
    }
    10% {
        transform: translate(0);
    }
    80% {
        transform: translate(0);
    }
    90% {
        transform: translate(100%);
    }
    100% {
        transform: translate(100%);
    }
}

/* ヘッダー */
header{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    background-color: #fff;
    z-index: 9998;
}

header h1{
    margin-left: 20px;
}

header .head-right{
    position: absolute;
    top: 0;
    right: 0;
}

header .contact-nav{
    display: flex;
    font-size: 14px;
    color: #fff;
    background-color: #fff;
    justify-content: flex-end;
    padding-right: 30px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

header .contact-nav li{
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

header .contact-nav li:nth-child(1){
    background-color: #A1A10C;
    margin-right: 5px;
    position: relative;
    width: 135px;
    height: 45px;
}

header .contact-nav li:nth-child(1)::after{
    position: absolute;
    content: "";
    background: url(../images/Icon\ feather-monitor.png) no-repeat center center / contain;
    display:inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

header .contact-nav li:nth-child(2){
    background-color: #94C514;
    margin-right: 15px;
    position: relative;
    width: 135px;
    height: 45px;
}

header .contact-nav li:nth-child(2)::after{
    position: absolute;
    content: "";
    background: url(../images/Icon\ feather-map-pin.png) no-repeat center center / contain;
    display:inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
}

header .contact-nav li:nth-child(1) a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 23px;
}

header .contact-nav li:nth-child(2) a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 13px;
}

header .contact-nav li:nth-child(1):hover, header .contact-nav li:nth-child(2):hover{
    background-color: #7c725e;
}

.contact-nav__youtube {
    width: 44px;
    position: absolute;
    top: 0;
    left: 160px;
    &:hover {
      opacity: 0.7;
    }
  }
  

.head-nav{
    background-color: #fff;
    border-radius: 0 0 0 10px;
    height: 70px;
    border-bottom: 2px #5C4500 solid;
    position: relative;
}

.head-nav-menu{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.head-nav-menu li{
    border-right: 1px #D5D5D5 dashed;
    position: relative;
}

.head-nav-menu li:nth-last-of-type(1){
    border: none;
}

.head-nav-menu a{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding: 10px 15px 10px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.head-nav-menu a:hover{
    color: #997F2E;
}

.head-nav-menu li span{
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-family: 'Cinzel', serif;
}

/* 診療案内プルダウンメニュー */
.medical-info-sub{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding-top: 20px;
    
}

.medical-info-sub li{
    border-bottom: 1px #997f2e solid;
    line-height: 3;
    width: 260px;
    background: rgba(255, 255, 255, .8);
}

.medical-info-sub li a{
    font-size: 14px;
}

.nav-toggle{
    display: none;
}

.sub-nav{
    display: none;
}

@media screen and (max-width: 896px) {
    /* ヘッダー */
    header{
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        position: fixed;
        background-color: #fff;
        z-index: 9998;
    }

    header h1{
        margin-left: 20px;
        width: 60%;
    }

    header .head-right{
        display: none;
    }

    /* ナビゲーション */
    .nav-toggle{
        width: 70px;
        height: 70px;
        position: absolute;
        top:5px;
        right: 15px;
        background-color: #997F2E;
        z-index: 9997;
        display: block;
    }

    .nav-toggle span{
        position: absolute;
        font-size: .9em;
        color: #fff;
        bottom: 5px;
        left: 13px;
    }

    .nav-toggle ul{
        display: flex;
    }

    .nav-toggle ul li {
        position:relative;
        width: 80%;
    }

    .nav-toggle ul li span {
        display: inline-block;
        position: absolute;
        height: 2px;
        background: #fff;
        width: 50%;
        left: 20px;
        transition: all 0.4s;
    }
    .nav-toggle ul li span:nth-child(1) {
        top: 21px;
    }
    .nav-toggle ul li span:nth-child(2) {
        top: 29px;
    }
    .nav-toggle ul li span:nth-child(3) {
        top: 37px;
    }

    .sp-active span:nth-child(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .sp-active span:nth-child(2) {
        opacity: 0;
    }
    .sp-active span:nth-child(3) {
        transform: translateY(-8px) rotate(45deg);
    }

    .head-l-sp {
        width: 57px;
        height: 70px;
        border-radius: 50%;
    }

    .sub-nav{
        background-color: #fff;
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        left: 50;
        z-index: 9996;
        opacity: 0;
        transition: all 0.4s;
        display: flex;
        align-items: center;
        visibility: hidden;
    }

    .sub-disp{
        opacity: 1;
        visibility: visible;
    }

    .sp-on{
        overflow: hidden;
    }

    .sp-menu{
        width: 80%;
        margin: auto;
        font-size: .9em;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .sp-menu a{
        padding: 10px 10px;
        display: block;
    }

    .sp-menu li{
        width: 100%;
        text-align: center;
    }

    .sp-menu li span{
        color: #997f2e;
        display: block;
        margin-bottom: 5px;
    }
    
    .sp-medical-info-sub{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sp-medical-info-sub li{
        width: 49%;
        background-color: #f2edde;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub-nav ul li {
        opacity: 0;
        transform: translateX(200px);
        transition: transform 0.3s ease, opacity 0.2s ease;
    }
    .sub-nav ul li:nth-child(2) {
        transition-delay: 0.1s;
    }
    .sub-nav ul li:nth-child(3) {
        transition-delay: 0.2s;
    }
    .sub-nav ul li:nth-child(4) {
        transition-delay: 0.3s;
    }
    .sub-nav ul li:nth-child(5) {
        transition-delay: 0.4s;
    }
    .sub-nav ul li:nth-child(6) {
        transition-delay: 0.5s;
    }

    .sub-nav .sp-medical-info-sub .m-l{
        transition: none;
    }

    .sp-on .sub-nav li {
        opacity: 1;
        transform: translateX(0);
        transition: transform 1s ease, opacity 0.9s ease;
    }
    .table-style01.sp-block {
		border: 1px solid #e1dbd3;
	}
	.table-style01.sp-block colgroup {
		display: none;
	}
	.table-style01.sp-block th,
	.table-style01.sp-block td {
		border: none;
		display: block;
		width: 100%;
	}
	.table-style01 th,
	.table-style01 td {
		font-size: 16px;
		line-height: 1.5;
	}
	.table-style02 th,
	.table-style02 td {
		font-size: 16px;
		line-height: 1.5;
	}
	.table-scroll {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table-scroll:before {
		content: "※横にスクロールできます。";
		font-size: 13px;
		color: #F44336;
	}
	.table-scroll table {
		width: 800px;
	}
	.balloon-layout {
		display: block;
	}
	.balloon-layout .l-img {
		margin: 0 auto 35px;
	}
	.balloon-layout .l-desc {
		padding: 20px;
	}
    
    
}

/* フローティングナビ */
.fix-nav{
    position:fixed;
    right: 30px;
    bottom: 70px;
    z-index: 9997;
    opacity: 0;
    transition: .5s;
    width: 70px;
    height: 70px;
    background-color: #5C4500;
    border-radius: 50%;
}

.fix-nav a{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.fix-nav a::after{
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-20%,-50%);
}

.active{
    opacity: 1;
}

@media screen and (max-width: 896px) {
    /* フローティングナビ */
	.fix-nav{
		right: 20px;
		bottom: 90px;
	}
}

/* fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger{
    opacity: 0;
}

/* fadeLeft */
.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeLeftAnime{
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeLeftTrigger{
    opacity: 0;
}

/* Button */
.button{
    width: 280px;
    background-color: #5C4500;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
}

.button a{
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.button-recruit{
    width: 280px;
    background-color: #5C4500;
    color: #fff;
    margin: 0 0 0 25%;
    text-align: center;
    font-size: 1.2em;
}

.button-recruit a{
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 896px) {
    /* Button */
    .button{
        width: 280px;
        background-color: #5C4500;
        color: #fff;
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }

    .button a{
        display: block;
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    .button-recruit{
        width: 280px;
        background-color: #5C4500;
        color: #fff;
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }

    .button-recruit a{
        display: block;
        padding: 20px;
        width: 100%;
        height: 100%;
    }
}

/* Footer */
footer{
    background: url(../images/footer_bg.png) no-repeat center center / cover;
    padding: 90px 0 0;
}

.f-title{
    width: 400px;
    text-align: center;
    margin: 0 auto 70px;
}

.f-title img{
    width: 100%;
}

.f-box{
    display: flex;
    width: 80%;
    margin: 0 auto 77px;
    justify-content: space-between;
}

.f-box-l{
    width: 50%;
}

.f-youtube-wrapper {
    width: 90%;
    margin-inline: auto;
    @media screen and (max-width: 896px) {
      margin-top: -40px;
      margin-bottom: 10px;
    }
  }
  
  .f-youtube {
    display: inline-block;
    width: 44px;
  }

.f-box-r{
    width: 45%;
}

iframe.f-map {
    width: 100%;
    min-width: 400px;
    aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}

.f-bt{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    justify-content: space-evenly;
}

.f-bt li{
    width: 40%;
    border-radius: 10px;
    font-size: 1.2em;
}

.f-bt li a{
    padding: 15px;
    display: block;
    color: #fff;
    text-align: center;
}

.f-bt li:nth-child(1){
    background-color: #997F2E;
    position:relative;
}

.f-bt li:nth-child(1)::after{
    position: absolute;
    content: url(../images/Icon\ feather-phone-call.png);
    top: 55%;
    transform: translateY(-50%);
    left: 10%;
}

.f-bt li:nth-child(2){
    background-color: #CC515E;
    position:relative;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
}

.f-bt li:nth-child(2)::after{
    position: absolute;
    content: url(../images/Icon\ feather-monitor.png);
    top: 55%;
    transform: translateY(-50%);
    left: 20%;
}

.calendar{
    width: 90%;
    border-top: 1px #5C4500 solid;
    border-bottom: 1px #5C4500 solid;
    margin: 0 auto 15px;
    font-size: 1vw;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.calendar .week{
    border-bottom: 1px #5C4500 solid;
    padding: 10px 0;
}

.calendar .time-1{
    border-bottom: 1px #5C4500 solid;
}
.week th, .week td, .time-1 th, .time-1 td, .time-2 th, .time-2 td{
    padding: 20px 0;
}

.calendar th{
    width: 30%;
    font-size: 1.1em;
}

.calendar td{
    text-align: center;
    width: calc((100% - 30%) / 7);
}

.calendar td span{
    color: #997F2E;
    display: block;
}

.week td{
    font-weight: bold;
}

.c-txt{
    width: 90%;
    margin: auto;
    font-size: 1.3em;
    display: flex;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.c-txt span{
    color: #997F2E;
    font-size: 1.2em;
    display: block;
}

.f-nav{
    display: flex;
    width: 70%;
    margin: 0 auto 110px;
    justify-content: center;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
}

.f-nav li{
    width: calc(100% / 7);
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 160px;
}

.f-nav li a{
    position: relative;
}

.f-nav li a::after{
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    border-bottom: 5px #997F2E solid;
    height: 5px;
    width: 16px;
    transform: translateY(-50%);
}

.f-nav li a{
    padding: 5px;
}

.copy{
    background-color: #5C4500;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-2
{
    width: 48%;
}
.flex-3
{
    width: 31%;
}
.tc
{
    text-align: center;
}
.bg_box
{
    padding: 2vw 3vw;
    background: #F2F8C9;
    border-radius: 20px;
}
.min
{
    font-family: yu-mincho-pr6n, sans-serif;
}
.sub_ttl
{
    font-size: max(1vw , 18px);
    font-weight: 700;
    padding-bottom: 1%;
    margin-bottom: 3%;
    border-bottom: 1px solid #5B4023;
    font-family: yu-mincho-pr6n, sans-serif;
}
@media screen and (max-width: 896px) {
    footer{
        background: url(../images/footer_bg.png) no-repeat center center / cover;
        padding: 90px 0 0;
    }
    
    .f-title{
        width: 400px;
        text-align: center;
        margin: 0 auto 70px;
    }
    
    .f-title img{
        width: 70%;
    }
    
    .f-box{
        display: block;
        width: 90%;
        margin: 0 auto 77px;
        justify-content: space-between;
    }
    
    .f-box-l{
        width: 100%;
    }
    
    .f-box-r{
        width: 100%;
    }
    
    iframe.f-map {
        width: 100%;
        min-width:initial;
        aspect-ratio: 16/9; 
    }
    
    .f-bt{
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        justify-content: space-evenly;
    }
    
    .f-bt li{
        width: 45%;
        border-radius: 10px;
        font-size: 1.2em;
    }
    
    .f-bt li a{
        padding: 45px 15px 10px;
        display: block;
        color: #fff;
        text-align: center;
        font-size: .9em;
    }
    
    .f-bt li:nth-child(1){
        background-color: #A1A10C;
        position:relative;
    }
    
    .f-bt li:nth-child(1)::after{
        position: absolute;
        content: url(../images/Icon\ feather-phone-call.png);
        top: 30%;
        transform: translate(-50%,-50%);
        left: 50%;
        /* transform: translateX(-50%); */
    }
    
    .f-bt li:nth-child(2){
        background-color: #94C514;
        position:relative;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.2em;
    }
    
    .f-bt li:nth-child(2)::after{
        position: absolute;
        content: url(../images/Icon\ feather-monitor.png);
        top: 30%;
        transform: translate(-50%,-50%);
        left: 50%;
    }
    
    .calendar{
        width: 90%;
        border-top: 1px #5C4500 solid;
        border-bottom: 1px #5C4500 solid;
        margin: 0 auto 15px;
        font-size: .9em;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .calendar .week{
        border-bottom: 1px #5C4500 solid;
        padding: 10px 0;
    }
    
    .calendar .time-1{
        border-bottom: 1px #5C4500 solid;
    }
    .week th, .week td, .time-1 th, .time-1 td, .time-2 th, .time-2 td{
        padding: 20px 0;
    }
    
    .calendar th{
        width: 30%;
        font-size: 1.1em;
    }
    
    .calendar td{
        text-align: center;
        width: calc((100% - 30%) / 7);
    }
    
    .calendar td span{
        color: #997F2E;
        display: block;
    }
    
    .week td{
        font-weight: bold;
    }
    
    .c-txt{
        width: 90%;
        margin: 0 auto 50px;
        font-size: 1em;
        display: flex;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .c-txt span{
        color: #997F2E;
        font-size: 1em;
        display: block;
    }
    
    .f-nav{
        display: flex;
        width: 90%;
        margin: 0 auto 110px;
        justify-content: space-between;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.2em;
        flex-wrap: wrap;
        padding: 0 0 0 25px;
    }
    
    .f-nav li{
        width: 45%;
        position: relative;
        display: flex;
        justify-content: left;
    }
    
    .f-nav li a{
        position: relative;
    }
    
    .f-nav li a::after{
        position: absolute;
        content: "";
        top: 50%;
        left: -20px;
        border-bottom: 5px #997F2E solid;
        height: 5px;
        width: 16px;
        transform: translateY(-50%);
    }
    
    .f-nav li a{
        padding: 5px;
    }
    
    .copy{
        background-color: #5C4500;
        padding: 15px 0;
        color: #fff;
        text-align: center;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .flex-2
{
    width: 100%;
    margin-bottom: 30px;
}
    .wrap {
  max-width: calc(100% + 6%);
  padding: 3%;
}
}

@media screen and (min-width: 897px) and (max-width:1300px){
    /* Footer */
    footer{
        background: url(../images/footer_bg.png) no-repeat center center / cover;
        padding: 90px 0 0;
    }

    .f-title{
        width: 400px;
        text-align: center;
        margin: 0 auto 70px;
    }

    .f-title img{
        width: 100%;
    }

    .f-box{
        display: flex;
        width: 80%;
        margin: 0 auto 77px;
        justify-content: space-between;
    }

    .f-box-l{
        width: 50%;
    }

    .f-box-r{
        width: 45%;
    }

    iframe.f-map {
        width: 100%;
        min-width: 400px;
        aspect-ratio: 16/9; 
    }

    .f-bt{
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        justify-content: space-evenly;
    }

    .f-bt li{
        width: 45%;
        border-radius: 10px;
        font-size: 1.2em;
    }

    .f-bt li a{
        padding: 15px 0 15px 20px;
        display: block;
        color: #fff;
        text-align: center;
    }

    .f-bt li:nth-child(1){
        background-color: #A1A10C;
        position:relative;
        font-size:1em;
    }

    .f-bt li:nth-child(1)::after{
        position: absolute;
        content: url(../images/Icon\ feather-phone-call.png);
        top: 55%;
        transform: translateY(-50%);
        left: 2vw;
    }

    .f-bt li:nth-child(2){
        background-color: #94C514;
        position:relative;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1em;
    }

    .f-bt li:nth-child(2)::after{
        position: absolute;
        content: url(../images/Icon\ feather-monitor.png);
        top: 55%;
        transform: translateY(-50%);
        left: 4vw;
    }

    .calendar{
        width: 90%;
        border-top: 1px #5C4500 solid;
        border-bottom: 1px #5C4500 solid;
        margin: 0 auto 15px;
        font-size: 1vw;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .calendar .week{
        border-bottom: 1px #5C4500 solid;
        padding: 10px 0;
    }

    .calendar .time-1{
        border-bottom: 1px #5C4500 solid;
    }
    .week th, .week td, .time-1 th, .time-1 td, .time-2 th, .time-2 td{
        padding: 20px 0;
    }

    .calendar th{
        width: 30%;
        font-size: 1.1em;
    }

    .calendar td{
        text-align: center;
        width: calc((100% - 30%) / 7);
    }

    .calendar td span{
        color: #997F2E;
        display: block;
    }

    .week td{
        font-weight: bold;
    }

    .c-txt{
        width: 90%;
        margin: auto;
        font-size: 1.3em;
        display: flex;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .c-txt span{
        color: #997F2E;
        font-size: 1.2em;
        display: block;
    }

    .f-nav{
        display: flex;
        width: 70%;
        margin: 0 auto 110px;
        justify-content: center;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.2em;
    }

    .f-nav li{
        width: calc(100% / 7);
        position: relative;
        display: flex;
        justify-content: center;
        min-width: 160px;
    }

    .f-nav li a{
        position: relative;
    }

    .f-nav li a::after{
        position: absolute;
        content: "";
        top: 50%;
        left: -20px;
        border-bottom: 5px #997F2E solid;
        height: 5px;
        width: 16px;
        transform: translateY(-50%);
    }

    .f-nav li a{
        padding: 5px;
    }

    .copy{
        background-color: #5C4500;
        padding: 15px 0;
        color: #fff;
        text-align: center;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
}

/*SPフローティングボタン*/
.sp-fixed-buttons {
	display: none;
	width: 100%;
	/*height: 80px;*/
	position: fixed;
	z-index: 1;
	bottom: 0;
	/* display: grid; */
	grid-template-columns: repeat(3, 1fr);
	.button {
		background-color: #997F2E;
		color: #ffffff;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		border-top: 1px solid #ffffff;
		padding: 10px 0;
		&:not(:last-of-type) {
			border-right: 1px solid #ffffff;
		}
	}
	.icon-wrapper {
		width: 100%;
		display: grid;
		place-items: center;
	}
	.icon {
		width: 25px;
		margin-inline: auto;
		margin-bottom: 0.5rem;
	}
}
@media (max-width: 896px) {
	body {
		margin-bottom: 80px;
	}
	.sp-fixed-buttons {
		display: grid;
	}
}

/*LINEフローティングボタン*/
.line_bnr {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9998;
	max-width: 350px;
}

.line_bnr:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.line_bnr a {
    cursor: pointer;
}

.line_bnr_close {
    font-weight: bold;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 9999;
    padding: 7px 7px;
    background-color: #fff;
    border-radius: 25px;
    cursor: pointer;
    color: #333;
    border: 0.5px solid #dbdbdb;
}

.line_bnr_close:hover {
    opacity: 0.8;
    transition: 0.5s;
}

@media screen and (max-width: 896px) {
	.line_bnr {
		bottom: 90px;
		max-width: 300px;
	}
	.line_bnr_close {
		top: -15px;
		right: -15px;
	}
}
@media screen and (max-width: 430px) {
	.line_bnr {
		max-width: 220px;
	}
}