* {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    scroll-behavior: smooth;
}

a {
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    cursor: pointer;
    opacity: .7;
}

br {
    line-height: inherit;
}

span,
a,
strong,
small {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body {
    background-color: #fff;
}

.linkwrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.body-wrap {
    overflow: hidden;
    position: relative;
}
.container img{ height: auto;}

.sp {
    display: none;
}

.pc {
    display: block;
}

.mincho {
    font-family: 游明朝, YuMincho, yu-mincho-pr6, sans-serif;
    font-weight: 500;
    font-style: normal;
}

header {
    width: 100%;
    height: 110px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 900;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

header a.logo img {
    width: 270px;
    margin: 23px 0 0 50px;
}

header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .right .social {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
    padding: 20px 0;
}

@media(min-width: 769px){
    header .right .social.has-china{
        width: 300px;
    }
}

header .right .social a {
    width: 40px;
}

header .right .social a:last-child {
    width: 100%;
    color: #836c25;
    text-decoration: underline;
    letter-spacing: .09em;
    white-space: nowrap;
}

header .right .social a[href="https://www.chinese.ochanomizubiyou.com/"]{
    position: relative;
}

header .right .social a[href="https://www.chinese.ochanomizubiyou.com/"]:after {
    content: '中国語';
    font-size: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

header .right .booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .right .booking a {
    width: 120px;
    height: 110px;
    background: #836c25;
    display: inline-block;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-family: 游明朝, YuMincho, yu-mincho-pr6, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 65px;
}

header .right .booking a:first-of-type {
    background: url(../images/common/webp/lineicon.webp) no-repeat top 25px center/25px, #836c25;
}

header .right .booking a:nth-of-type(2) {
    background: url(../images/common/webp/calendar-w.webp) no-repeat top 25px center/25px, #836c25;
}

header .right .booking a:nth-of-type(3) {
    background: url(../images/common/webp/phone-w.webp) no-repeat top 25px center/25px, #836c25;
}

header .right .booking a:nth-of-type(4) {
    background: url(../images/common/webp/mail-w.webp) no-repeat top 30px center/25px, #836c25;
}

.no-webp header .right .booking a:first-of-type {
    background-image: url(../images/common/lineicon.png);
}

.no-webp header .right .booking a:nth-of-type(2) {
    background-image: url(../images/common/calendar-w.png);
}

.no-webp header .right .booking a:nth-of-type(3) {
    background-image: url(../images/common/phone-w.png);
}

.no-webp header .right .booking a:nth-of-type(4) {
    background-image: url(../images/common/mail-w.png);
}

header .right .toggle {
    width: 120px;
    height: 110px;
    background: url(../images/common/webp/open.webp) no-repeat top 40px center/55px, #f0f0f0;
    padding-top: 60px;
    cursor: pointer;
}

.no-webp header .right .toggle {
    background-image: url(../images/common/open.png);
}

header .right .toggle.close {
    background: url(../images/common/webp/close.webp) no-repeat top 40px center/55px, #f0f0f0;
}

.no-webp header .right .toggle.close {
    background-image: url(../images/common/close.png);
}


header .right .toggle p {
    text-align: center;
    color: #836c25;
}

.glonav {
    width: 480px;
    height: 100vh;
    position: fixed;
    right: -480px;
    padding: 140px 90px 90px 90px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    overflow-y: scroll;
    z-index: 800;
}

.glonav.active {
    right: 0;
}

.glonav ul li {
    font-size: 16px;
    color: #836c25;
    line-height: 3;
}

.glonav ul li span{font-size: 13px;}

.glonav ul li:last-child {
    margin-bottom: 20px;
}

.glonav ul li.special {
    width: 300px;
    border: 1px solid #836c25;
    border-top-left-radius: 30px;
    padding-left: 20px;
    margin-bottom: 5px
}

.glonav ul li.special.one {
    margin-top: 20px;
    background: url(../images/common/webp/special1.webp) no-repeat right/120px;
}

.glonav ul li.special.two {
    background: url(../images/common/webp/special2.webp) no-repeat right/120px;
}

.glonav ul li.special.three {
    background: url(../images/common/webp/special3.webp) no-repeat right/120px;
   
}

.glonav ul li.special.three {
    background: url(../images/common/webp/special3.webp) no-repeat right/120px;
   
}
.no-webp .glonav ul li.special.one {
    background-image: url(../images/common/special1.jpg);
}

.no-webp .glonav ul li.special.two {
    background-image: url(../images/common/special2.jpg);
}

.no-webp .glonav ul li.special.three {
    background-image: url(../images/common/special3.jpg);
	 margin-bottom: 20px;
}

 .glonav ul li.special.four {
        background: url(../images/common/webp/special4.webp) no-repeat right/120px;;
    }

 .glonav ul li.special.five {
        background: url(../images/common/webp/special5.webp) no-repeat right/120px;
    }

.glonav ul li.special.six{
        background: url(../images/common/webp/special6.webp) no-repeat right/120px;
    }


.glonav ul li.link-china a{
    display: flex;
    align-items: center;
}  

.glonav ul li.link-china a img{
    width: auto;
    margin-right: 5px;
}

/*button*/

.more {
    color: #836c25;
    font-weight: 700;
    position: relative;
    min-width: 100px;
    display: inline-block;
    padding-right: 60px;
}

.more::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.no-webp .more::before {
    background-image: url(../images/common/arrow-b.png);
}


.more::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 1px solid #836c25;
    position: absolute;
    top: -5px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.more:hover::before {
    right: 10px;
}

.more:hover::after {
    top: -13px;
    width: 50px;
    height: 50px;
}

.more.white {
    color: #fff;
}

.more.white::before {
    background: url(../images/common/webp/arrow-w.webp) no-repeat;
    background-size: contain;
}

.no-webp .more.white::before {
    background-image: url(../images/common/arrow-w.png);
}

.more.white::after {
    border: 1px solid #fff;
}


/*column*/

.column {
    padding: 150px 0;
    background: url(../images/index/webp/course-bg.webp) center/cover;
}

.no-webp .column {
    background: url(../images/index/course-bg.jpg);
}

.column h2.title {
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
}

.column h2.title span {
    display: block;
    text-align: center;
    font-size: 16px;
}

.column .content {
    width: 700px;
    margin: 100px auto;
}

.column .content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.column .content .item img {
    width: 180px;
}

.column .content .item .inner {
    width: 500px;
}

.column .content .item .inner .tags p {
    display: inline-block;
    background: #b5a77c;
    color: #fff;
    padding: 0 10px;
    line-height: 1.8;
    margin-bottom: 5px
}

.column .content .item .inner h3 {
    font-size: 28px;
    color: #7d7d7d;
    line-height: 1.7;
}

.column .content .item .inner h3::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat center/contain;
    position: relative;
    top: -8px;
    left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.no-webp .column .content .item .inner h3::after {
    background-image: url(../images/common/arrow-b.png);
}

.column .content .item .inner p {
    line-height: 1.8;
    margin-bottom: 1em;
}

.column .content .item .inner p:last-child {
    margin-bottom: 0;
}

.column .content .item .inner .linkwrap:hover + h3::after {
    left: 20px;
}


.column a.more {
    display: block;
    width: 150px;
    margin: 0 auto;
}

/*contact*/

.contact {
    padding: 100px 0;
    background: url(../images/common/webp/contact-bg.webp) no-repeat center/cover;
    border-top: 10px solid #b5a77c;
}

.no-webp .contact {
    background-image: url(../images/common/contact-bg.jpg);
}

.contact .content {
    width: fit-content;
    margin: 0 auto;
}

.contact .content .inner {
    width: 270px;
}

.no-calendar-map .content .inner {
    margin: auto;
}

.contact .content .inner h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}

.contact .content .inner .item p {
    width: 100%;
    height: 25px;
    display: block;
    color: #fff;
    text-align: center;
    background: #000;
}

.contact .content .inner .item:nth-of-type(2) p {
    background: #000;
}
.contact .content .inner .item:nth-of-type(3) p {
    background: #836c25;
}

.contact .content .inner .item:nth-of-type(5) p {
    background: #3a821c;
}

.contact .content .inner .item a {
    font-size: 24px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.contact .content .inner .item:first-of-type a {
    background: url(../images/common/webp/contact1.webp) no-repeat top 10px center/contain;
}

.contact .content .inner .item:nth-of-type(2) a {
    background: url(../images/common/webp/contact2.webp) no-repeat top 10px center/contain;
}

.contact .content .inner .item:nth-of-type(3) a {
    background: url(../images/common/webp/contact3.webp) no-repeat top 10px center/contain;
}

.contact .content .inner .item:nth-of-type(4) a {
    background: url(../images/common/webp/contact4.webp) no-repeat top 10px center/contain;
}

.contact .content .inner .item:nth-of-type(4) a {
    background: url(../images/common/webp/contact4.webp) no-repeat top 10px center/contain;
}

.no-webp .contact .content .inner .item:first-of-type a {
    background-image: url(../images/common/contact1.png);
}

.no-webp .contact .content .inner .item:nth-of-type(2) a {
    background-image: url(../images/common/contact2.png);
}

.no-webp .contact .content .inner .item:nth-of-type(3) a {
    background-image: url(../images/common/contact3.png);
}

.no-webp .contact .content .inner .item:nth-of-type(4) a {
    background-image: url(../images/common/contact4.png);
}

.contact .content .inner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact .content .inner .social img {
    width: 50px;
}

/*calendar*/

.calendar {
    width: 50%;
    margin: -645px 0 0 auto;
    padding: 90px;
    background: #fff;
    border-top-left-radius: 80px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.calendar .content {
    width: 400px;
}

.calendar .content img {
    width: 250px;
    display: block;
    margin: 0 auto 40px;
}

.calendar .content p:first-of-type {
    margin: 20px 0;
}

.calendar .content p.train {
    font-size: 16px;
    font-weight: 700;
    padding-left: 22px;
    background: url(../images/common/webp/train-b.webp) no-repeat center left 0/15px;
}

.no-webp .calendar .content p.train {
    background-image: url(../images/common/train-b.png);
}

.map {
    height: 500px;
    overflow: hidden;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-top: -150px;
    position: relative;
    z-index: -1;
}

.map iframe {
    margin-top: -150px
}

footer {
    background: #b5a77c;
}

footer .top {
    padding: 100px 0;
    border-bottom: 1px solid #836c25;
}

footer .top .content {
    width: 700px;
    margin: 0 auto;
}

footer .top .content h2 {
    color: #836c25;
    font-size: 30px;
    margin-bottom: 40px;
}

footer .top .footer-link {
    -webkit-columns: 5;
    columns: 5;
    margin-bottom: 50px;
}

footer .top .footer-link li {
    color: #fff;
}

footer .top .content img {
    width: 320px;
	margin: 0 10px 10px 0;
}

footer .bottom {
    padding: 100px 0;
}

footer .bottom .content {
    width: 700px;
    margin: 0 auto;
}

footer .bottom .content p {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: justify;
}

footer .bottom .content p.title {
    font-weight: 700;
}

footer .copyright {
    width: 100%;
    height: 100px;
    background: #836c25;
    color: #fff;
    text-align: center;
    padding: 40px;
    display: block;
}

.foot_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.foot_bnr>a {
    width: 50%;
    padding: 10px;
}

#invi {
    height: 0;
    width: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 700;
}

#invi.active {
    height: 100vh;
    width: 100%;

}

.glonav ul li.special.one a{
	display: block;
}
.contact  div.content div.group{
    justify-content: space-between;
}
.contact  div.content .group_inner{
    width: 800px;
    margin-bottom: 60px;
}

.contact  div.content .group_inner h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.contact  div.content .group_inner table {
   margin-bottom: 30px;

}

.contact  div.content .group_inner table tr:first-child {
    border-top: 1px solid #7d7d7d;
}
.contact  div.content .group_inner table tr {
    border-bottom: 1px solid #7d7d7d;
}
.contact  div.content .group_inner table td {
   padding: 15px;
    vertical-align: middle;
}
.contact  div.content .group_inner table tr th, .contact  div.content .group_inner table tr td {
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}
.tel_ttl{
     font-size: 20px;
    color: #fff;
    margin-bottom: 10px;

   
}
.time_ttl{
     font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    
    }

.tel_ttl a{
   background: url(../images/common/webp/phone-w.webp) no-repeat left / contain;
    text-align: center;
    color: #fff;
   padding-left: 20px;
    
   
}



@media (min-width:751px) and (max-width:1100px) {
    
    
    header a.logo img {
        width: 200px;
        margin-right: 30px;
    }
    
    header .right .social {
        height: 100px;
    }
}



@media (min-width:751px) and (max-width:1000px) {

    header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 215px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header a.logo img {
        margin-bottom: 10px;
    }

    header .right {
        margin-left: auto;
    }

    .calendar {
        width: 55%;
        padding: 90px 30px;
    }
}



@media (max-width:750px) {

    * {
        font-size: 3.47vw;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    header {
        height: 14.67vw;
    }

    header a.logo img {
        width: 36vw;
        margin: 3.33vw 2vw;
    }

    header .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header .right .social {
        width: 43vw;
        margin-right: 1vw;
		margin-left:0;
        padding: 3.33vw 0;
		display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        column-gap: 1vw;
    }

    header .right .social a {
        width: 9.07vw;
    }

    header .right .social a:last-child {
        display: none;
    }

    header .right .booking {
        display: none;
    }

    header .right .toggle {
        width: 16vw;
        height: 14.67vw;
        background: url(../images/common/webp/open.webp) no-repeat top 4vw center/10vw, #f0f0f0;
        padding-top: 8vw;
    }

    header .right .toggle.close {
        background: url(../images/common/webp/close.webp) no-repeat top 4vw center/10vw, #f0f0f0;
    }

    header .right .toggle p {
        font-size: 2.67vw;
    }

    .glonav {
        width: 100vw;
        height: 100vh;
        right: -100vw;
        padding: 28.13vw 16.67vw 30vw 16.67vw;
    }

    .glonav ul li {
        font-size: 3.47vw;
        line-height: 2.5;
    }
	
	.glonav ul li span{font-size: 2.77vw;}

    .glonav ul li:last-child {
        margin-bottom: 13.33vw;
    }

    .glonav ul li.special {
        width: 66.67vw;
        border-top-left-radius: 4vw;
        padding-left: 5.33vw;
        margin-bottom: 1.33vw;
    }

    .glonav ul li.special.one {
        margin-top: 20px;
        background: url(../images/common/webp/special1.webp) no-repeat right/26.67vw;
    }

    .glonav ul li.special.two {
        background: url(../images/common/webp/special2.webp) no-repeat right/26.67vw;
    }

    .glonav ul li.special.three {
        background: url(../images/common/webp/special3.webp) no-repeat right/26.67vw; 
    }
	
	 .glonav ul li.special.four {
        background: url(../images/common/webp/special4.webp) no-repeat right/26.67vw;
      
    }
	 .glonav ul li.special.five {
        background: url(../images/common/webp/special5.webp) no-repeat right/26.67vw;
		  
    }
	.glonav ul li.special.six {
        background: url(../images/common/webp/special6.webp) no-repeat right/26.67vw;
		  margin-bottom: 20px;
    }
    .glonav ul li.link-china a img{
        width: 5vw;
    }
    /*button*/

    a.more {
        min-width: 26.67vw;
        padding-right: 16vw;
    }

    a.more::before {
        width: 8vw;
        height: 1.33vw;
        right: 4.8vw;
        top: 2.67vw;
    }

    a.more::after {
        width: 9.33vw;
        height: 9.33vw;
        border-radius: 9.33vw;
        top: -1.33vw;
    }

    a.more:hover::before {
        right: 2.67vw;
    }

    a.more:hover::after {
        top: -3.47vw;
        width: 13.33vw;
        height: 13.33vw;
    }

    /*column*/

    .column {
        padding: 20vw 0;
        background: url(../images/index/webp/course-bg-sp.webp) center/cover;
    }

    .column h2.title {
        font-size: 8vw;
    }

    .column h2.title span {
        font-size: 3.73vw;
    }

    .no-webp .column {
        background: url(../images/index/course-bg-sp.jpg);
    }

    .column .content {
        width: 86.67vw;
        margin: 13.33vw auto;
    }

    .column .content .item {
        padding-bottom: 6.67vw;
        margin-bottom: 6.67vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column .content .item img {
        width: 33.33vw;
    }

    .column .content .item .inner {
        width: 50.67vw;
    }

    .column .content .item .inner .tags p {
        padding: 0 2.67vw;
        margin-bottom: 1.33vw;
    }

    .column .content .item .inner h3 {
        font-size: 5.07vw;
        line-height: 1.5;
    }

    .column .content .item .inner h3::after {
        width: 8vw;
        height: 1.33vw;
        top: -2.13vw;
        left: 2.67vw;
    }

    .column .content .item > p {
        line-height: 1.8;
        margin-bottom: 1em;
    }

    .column .content .item > p:last-child {
        margin-bottom: 0;
    }

    .column .content .item .inner .linkwrap:hover + h3::after {
        left: 5.33vw;
    }


    .column a.more {
        display: block;
        width: 150px;
        margin: 0 auto;
    }

    /*contact*/

    .contact {
        padding: 20vw 0 33.33vw;
        background: url(../images/common/webp/contact-bg-sp.webp) no-repeat center/cover;
    }

    .no-webp .contact {
        background-image: url(../images/common/contact-bg-sp.jpg);
    }

    .contact .content {
        width: 86.67vw;
    }

    .contact .content .inner {
        width: 66.67vw;
        margin: 0 auto;
    }

    .contact .content .inner h2 {
        font-size: 6.67vw;
        margin-bottom: 13.33vw;
    }

    .contact .content .inner .item p {
        width: 100%;
        height: 5.33vw;
        font-size: 3.2vw;
    }

    .contact .content .inner .item a {
        font-size: 5.33vw;
        margin-bottom: 10.67vw;
    }

    .contact .content .inner .item:first-of-type a {
        background: url(../images/common/webp/contact1.webp) no-repeat top 2.67vw center/contain;
    }

    .contact .content .inner .item:nth-of-type(2) a {
        background: url(../images/common/webp/contact2.webp) no-repeat top 2vw center/contain;
    }

    .contact .content .inner .item:nth-of-type(3) a {
        background: url(../images/common/webp/contact3.webp) no-repeat top 2vw center/contain;
    }

    .contact .content .inner .item:nth-of-type(4) a {
        background: url(../images/common/webp/contact4.webp) no-repeat top 2vw center/contain;
    }

    .contact .content .inner .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact .content .inner .social img {
        width: 14.67vw;
    }

    /*calendar*/

    .calendar {
        width: 100%;
        margin: -13.33vw 0 0 0;
        padding: 20vw 6.67vw 13.33vw;
        border-top-left-radius: 13.33vw;
        border-top-right-radius: 13.33vw;
    }

    .calendar .content {
        width: 100%;
    }

    .calendar .content img {
        width: 53.33vw;
        margin: 0 auto 6.67vw;
    }

    .calendar .content p:first-of-type {
        margin: 5.33vw 0 0;
    }

    .calendar .content p.train {
        font-size: 3.73vw;
        font-weight: 700;
        padding-left: 5.33vw;
        background: url(../images/common/webp/train-b.webp) no-repeat top 1.2vw left 0/3.33vw;
    }

    .map {
        height: 66.67vw;
        margin-top: 0;
    }

    .map iframe {
        margin-top: -70vw;
    }

    footer .top {
        padding: 13.33vw 0;
    }

    footer .top .content {
        width: 66.67vw;
    }

    footer .top .content h2 {
        font-size: 6.67vw;
        margin-bottom: 10.67vw;
        text-align: center;
    }

    footer .top .footer-link {
        -webkit-columns: 1;
        columns: 1;
        margin-bottom: 6.67vw;
    }

    footer .top .footer-link li {
        color: #fff;
    }

    footer .top .footer-link > li {
        border-bottom: 0.13vw solid #fff;
        padding-bottom: 1.33vw;
        margin-bottom: 1.33vw
    }

    footer .top .footer-link li.sublink {
        position: relative;
    }

    footer .top .footer-link li.sublink::after {
        content: '';
        display: block;
        width: 4vw;
        height: 4vw;
        background: url(../images/common/webp/sublink-plus.webp) no-repeat center/contain;
        position: absolute;
        top: 1.5vw;
        right: 0;
    }

    .no-webp footer .top .footer-link li.sublink::after {
        background-image: url(../images/common/sublink-plus.png);
    }

    footer .top .footer-link li.sublink.active::after {
        background: url(../images/common/webp/sublink-minus.webp) no-repeat center/contain;
    }

    .no-webp footer .top .footer-link li.sublink::after {
        background-image: url(../images/common/sublink-minus.png);
    }

    footer .top .footer-link li.sublink ul {
        height: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .5s;
        transition: .5s;
    }

    footer .top .footer-link li.sublink.active ul {
        height: 100%;
        max-height: 100vh;
    }

    footer .top .content img {
        width: 100%;
    }

    footer .bottom {
        padding: 13.33vw 0;
    }

    footer .bottom .content {
        width: 86.67vw;
        margin: 0 auto;
    }

    footer .bottom .content p {
        font-size: 2.93vw;
        margin-bottom: 8vw;
    }

    footer .copyright {
        width: 100%;
        height: 36vw;
        background: #836c25;
        color: #fff;
        text-align: center;
        padding: 10.67vw;
        margin-bottom: 20vw;
    }

    .cta.sp {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        position: fixed;
        bottom: 0;
        z-index: 900;
        box-sizing: border-box;
    }

    .cta.sp a {
        height: 24vw;
        min-height: 70px;
        min-width: 0;
        text-align: center;
        background: #836c25;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #fff;
        padding-top: 60px;
        box-sizing: border-box;
        font-family: 游明朝, YuMincho, yu-mincho-pr6, sans-serif;
        font-weight: 600;
        font-size: 3vw;
        line-height: 1.2;
        text-decoration: none;
        overflow-wrap: break-word;
        word-break: break-word;
        background-repeat: no-repeat;
        background-position: top 25px center;
        background-size: 25px auto;
    }

    .cta.sp a:nth-child(1) {
        background: url(../images/common/webp/phone-w.webp) no-repeat top 25px center/25px, #836c25;
    }

    .cta.sp a:nth-child(2) {
        background: url(../images/common/webp/lineicon.webp) no-repeat top 25px center/25px, #836c25;
    }

    .cta.sp a:nth-child(3) {
        background: url(../images/common/webp/calendar-w.webp) no-repeat top 25px center/25px, #836c25;
    }

    .cta.sp a:nth-child(4) {
        background: url(../images/common/webp/mail-w.webp) no-repeat top 30px center/25px, #836c25;
        border-right: none;
    }

    .cta.sp a:nth-child(5),
    .cta.sp a:last-child {
        grid-column: 1 / -1;
        height: auto;
        min-height: 44px;
        padding: 10px 8px;
        background: #fff;
        background-image: none;
        color: #836c25;
        text-decoration: underline;
        font-size: 2.9vw;
        border-right: none;
        border-top: 1px solid #eee;
    }

    .no-webp .cta.sp a:nth-child(1) {
        background: url(../images/common/phone-w.png) no-repeat top 25px center/25px, #836c25;
    }

    .no-webp .cta.sp a:nth-child(2) {
        background: url(../images/common/lineicon.png) no-repeat top 25px center/25px, #836c25;
    }

    .no-webp .cta.sp a:nth-child(3) {
        background: url(../images/common/calendar-w.png) no-repeat top 25px center/25px, #836c25;
    }

    .no-webp .cta.sp a:nth-child(4) {
        background: url(../images/common/mail-w.png) no-repeat top 30px center/25px, #836c25;
    }
    
    .foot_bnr>a {
    width: 100%;
    padding: 0;
}
    
.foot_bnr {
    flex-flow: column;
}
}


.entry-content iframe{
      aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 100%;
    height: auto;
}



.footer-menu{

  padding:40px 30px 50px;
  background: #f0f0f0;
}

.footer-menu .content{
  max-width: 1000px;
    margin: 0 auto;
}

.footer-menu_heading{
      font-size: 20px;
          margin-bottom: 30px;
    border-bottom: 1px solid #836c25;
}

.footer-menu .content .footer-menu_list{
display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

.footer-menu .content .footer-menu_list li > p{
  font-weight: bold;
}

.footer-menu .content .footer-menu_list li ul{
  margin-left: 1em; 
}

@media (max-width: 750px) {
  .footer-menu .content .footer-menu_list{
      grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-menu_heading ~ .footer-menu_heading{
    margin-top: 30px;
  }
}



.slick-dots {
    bottom: -30px;
    width: 100%;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
        content: '';
    width: 100%;
    height: 100%;
    background: #a5a5a5;
    border-radius: 50px;
    opacity: .5;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
        border-radius: 35px;
    background: #fff !important;
    border: 1px solid #836c25;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;

    outline: none;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    width: 35px;
    height: 35px;
    
    line-height: 1;
    border: 1px solid 
    opacity: .75;
    color: white;
}

.slick-prev
{
    left: 0;
    z-index: 2;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{

    content: '';
     background: url(../images/common/webp/arrow-b-right.webp) no-repeat center center;
         background-size: 80% auto;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
       

    
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
     background: url(../images/common/webp/arrow-b.webp) no-repeat center center;
         background-size: 80% auto;
         
    
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}



.oc-case-list{
  max-width: 1000px;
  margin-inline:auto;
  margin-bottom: 50px;
}

.oc-case-list_items {
     display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

.oc-case-list_item-img {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.oc-case-list_item-img-public {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.oc-case-list_item-img-public-txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.oc-case-list_item-img img.is-mosaic {
  filter: blur(20px);
}



h2.oc-case-list_item-ttl,
.oc-case-list_item-ttl{
  background: transparent;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 18px;
  min-height: inherit !important;
  color: #000;
  font-weight: bold !important;
  text-align: left;
}

.oc-case-list_item-ttl a{
  font-weight: bold !important;
}
.oc-case-list_item-detail{
  height: 10em;
  overflow: hidden;
  position: relative;
  transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.oc-case-list_item-detail.is-active{
  height: auto;
  padding-bottom: 35px;
}

.oc-case-list_item-txt dt{
  color: #7b7b7b;
}

.oc-case-list_item-more {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #b5a77c;
  font-weight: bold;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}

.oc-case-list_item-more:before{
      display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2.81%, rgba(255, 255, 255, 0)), color-stop(82.81%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.81%, #fff 82.81%);
    position: absolute;
    bottom: 2px;
    left: 0;
    -webkit-transition: .3s 
ease-in-out;
    transition: .3s 
ease-in-out;
    z-index: -1;
    transform: all .1s ease;
}

.oc-case-list_item-detail.is-active .oc-case-list_item-more:before{
  opacity: 0;
}

.oc-case-list_item-more-open{
      text-align: center;
    color: #b5a77c;
     font-weight: bold;
}

.oc-case-list_item-detail.is-active .oc-case-list_item-more-open{
  display: none;
}

.oc-case-list_item-more-close{
  display: none;
  text-align: center;
  color: #b5a77c;
  font-weight: bold;
}

.oc-case-list_item-detail.is-active .oc-case-list_item-more-close{
  display: block;
}

@media (max-width: 750px) {

 .oc-case-list{
   width: 86.67vw;
        margin: 0 auto;
        padding-bottom: 13.33vw;
   }
 
  .oc-case-list_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
  }
  
  h2.oc-case-list_item-ttl,
  .oc-case-list_item-ttl{
    font-size: 4vw;
  }
  
  .oc-case-detail_gallery{
        display: flex;
                justify-content: flex-start;
        width: 100vw;
        overflow-y: scroll;
        margin-inline: calc(50% - 50vw);
        padding-left: 0;
            grid-gap: 10px;
  }
  .oc-case-detail_gallery-img{
    width: 86.67vw;
    max-width: inherit;
    flex: 0 0 auto;
    
}
  .oc-case-detail_detail table{
        border-top: 1px solid #595959;
  }
  .oc-case-detail_detail tr{
    border: 0 !important;
  }
  .oc-case-detail_detail th{
     display: block;
    width: 100%;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .oc-case-detail_detail td{
    display: block;
    width: 100%;
    border-top: 0  !important;
    padding-top: 0 !important;
    
  }
  
  .oc-case-detail_doctor-media{
    margin-top: 0 !important;
            padding:0 16px 16px;
  }
  .oc-case-detail_doctor-media > img {
    width: 100% !important;
    margin-inline:auto;
  }

}


.obc-pagetop{
 position: fixed;
 right: 10px;
 bottom: 10px;
}

.obc-pagetop a{
  width: 60px;
  height: 60px;
   background: #836c25;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 color: #fff;
}

.obc-pagetop a:before{
  content: ' ';
  display: block;
  width:  10px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCI+CiAgPHBhdGggaWQ9IuODkeOCuV8xIiBkYXRhLW5hbWU9IuODkeOCuSAxIiBkPSJNMjEsMzFhMSwxLDAsMCwxLS43MDctMS43MDdMMjUuNTg2LDI0bC01LjI5My01LjI5M2ExLDEsMCwwLDEsMS40MTQtMS40MTRsNiw2YTEsMSwwLDAsMSwwLDEuNDE0bC02LDZBMSwxLDAsMCwxLDIxLDMxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3IDI4KSByb3RhdGUoLTkwKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K")  no-repeat center center;
  
}

/* ご予約（LINE/WEB）ポップアップ：common.jsで使用（static HTMLでresponsive.cssを読まないページ用） */
.reservation-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.reservation-modal-overlay.is-active {
  display: flex;
}
.reservation-modal {
  position: relative;
  background: #fff;
  width: 90vw;
  max-width: 480px;
  max-height: 90vh;
  padding: 24px 20px 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.reservation-modal-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}
.reservation-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.reservation-modal-section {
  margin-bottom: 18px;
}
.reservation-modal-section:last-child {
  margin-bottom: 0;
}
.reservation-modal-note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 12px;
}
.reservation-modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.reservation-modal-list li {
  margin: 0;
  padding: 0;
  flex: 1 1 120px;
  max-width: 160px;
}
.reservation-modal-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 10px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.2s;
  aspect-ratio: 1;
  min-height: 140px;
  gap: 1rem;
  box-sizing: border-box;
  place-content: center;
}
.reservation-modal-link:hover {
  opacity: 0.85;
}
.reservation-modal-link_clinic {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}
.reservation-modal-link_icon {
  width: 36px;
  height: 36px;
  margin: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.reservation-modal-link_icon--line {
  background-image: url(../images/common/webp/lineicon.webp);
}
.reservation-modal-link_icon--web {
  background-image: url(../images/common/webp/calendar-w.webp);
}
.no-webp .reservation-modal-link_icon--web {
  background-image: url(../images/common/calendar-w.png);
}
.reservation-modal-link_label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.reservation-modal-link--line {
  border: 1px solid #06c755;
  background: #06c755;
  color: #fff;
}
.reservation-modal-link--web {
  border: 1px solid #836c25;
  background: #836c25;
  color: #fff;
}
.reservation-modal[data-type="line"] .reservation-modal-section--web {
  display: none;
}
.reservation-modal[data-type="web"] .reservation-modal-section--line {
  display: none;
}