body, html {
    height: 100%;
    padding: 0;
    margin: 0
}
body {
    font-size: 14px;
    font-family: YuMincho, serif;
    color: #251e1c;
    font-weight: 600
}
.bogo-language-switcher{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 2px 0;
    background-color: #eee;
    margin: 0;
}

.bogo-language-switcher li{
    width: 120px;
}

@media only screen and (max-width: 737px){
    .bogo-language-switcher li{
        width: 30%;
    }
}

a:not(:disabled) {
    transition: opacity .2s
}
a:not(:disabled):hover {
    opacity: .6
}
.spacer {
    flex: 1 1 auto
}
.maw1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}
.tac {
    text-align: center
}
.tac img {
    vertical-align: middle
}
.divider {
    height: 1px;
    background-color: rgba(0, 0, 0, .3)
}
.line-wrapped-head {
    background-color: rgba(145, 129, 90, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    max-width: 980px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: 0 auto 70px
}
@media screen and (max-width:768px) {
    .line-wrapped-head {
        font-size: 16px;
        background-color: rgba(145, 129, 90, .06);
        height: 40px
    }
}
.sp-br {
    display: none
}
@media screen and (max-width:768px) {
    .sp-br {
        display: block
    }
}
.i-b {
    display: inline-block
}
header {
    position: relative;
    height: 100%
}
header nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 25px
}
@media screen and (max-width:768px) {
    header nav {
        padding: 12px 15px
    }
}
header nav .logo {
    flex: 0 0 auto
}
@media screen and (max-width:768px) {
    header nav .logo {
        flex-basis: 105px
    }
}
header nav .logo img {
    max-width: 100%
}
header nav .right {
    flex: 0 1 auto;
    min-width: 0;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding: 0
}
@media screen and (max-width:768px) {
    header nav .right {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        background-color: #251e1c;
        z-index: 3;
        justify-content: center;
        flex-direction: column;
        transition: opacity .2s, transform 0s .2s;
        opacity: 0;
        transform: translateY(-200%)
    }
    header nav .right li {
        transition: opacity 0s .2s, transform 0s .2s;
        opacity: 0;
        transform: scale(.1, .6)
    }
}
@media screen and (max-width:768px) {
    header nav .right.active {
        transition: opacity .2s, transform 0s;
        opacity: 1;
        transform: translateY(0)
    }
    header nav .right.active li:nth-of-type(1) {
        transition: opacity .2s .17s cubic-bezier(.2, .65, .52, 1.64), transform .2s .17s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(2) {
        transition: opacity .2s .19s cubic-bezier(.2, .65, .52, 1.64), transform .2s .19s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(3) {
        transition: opacity .2s .21s cubic-bezier(.2, .65, .52, 1.64), transform .2s .21s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(4) {
        transition: opacity .2s .23s cubic-bezier(.2, .65, .52, 1.64), transform .2s .23s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(5) {
        transition: opacity .2s .25s cubic-bezier(.2, .65, .52, 1.64), transform .2s .25s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(6) {
        transition: opacity .2s .27s cubic-bezier(.2, .65, .52, 1.64), transform .2s .27s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(7) {
        transition: opacity .2s .29s cubic-bezier(.2, .65, .52, 1.64), transform .2s .29s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(8) {
        transition: opacity .2s .31s cubic-bezier(.2, .65, .52, 1.64), transform .2s .31s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(9) {
        transition: opacity .2s .33s cubic-bezier(.2, .65, .52, 1.64), transform .2s .33s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(10) {
        transition: opacity .2s .35s cubic-bezier(.2, .65, .52, 1.64), transform .2s .35s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(11) {
        transition: opacity .2s .37s cubic-bezier(.2, .65, .52, 1.64), transform .2s .37s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(12) {
        transition: opacity .2s .39s cubic-bezier(.2, .65, .52, 1.64), transform .2s .39s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(13) {
        transition: opacity .2s .41s cubic-bezier(.2, .65, .52, 1.64), transform .2s .41s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(14) {
        transition: opacity .2s .43s cubic-bezier(.2, .65, .52, 1.64), transform .2s .43s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(15) {
        transition: opacity .2s .45s cubic-bezier(.2, .65, .52, 1.64), transform .2s .45s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(16) {
        transition: opacity .2s .47s cubic-bezier(.2, .65, .52, 1.64), transform .2s .47s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(17) {
        transition: opacity .2s .49s cubic-bezier(.2, .65, .52, 1.64), transform .2s .49s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(18) {
        transition: opacity .2s .51s cubic-bezier(.2, .65, .52, 1.64), transform .2s .51s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(19) {
        transition: opacity .2s .53s cubic-bezier(.2, .65, .52, 1.64), transform .2s .53s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
    header nav .right.active li:nth-of-type(20) {
        transition: opacity .2s .55s cubic-bezier(.2, .65, .52, 1.64), transform .2s .55s cubic-bezier(.2, .65, .52, 1.64);
        opacity: 1;
        transform: scale(1, 1)
    }
}
header nav .right li {
    display: block
}
header nav .right li a {
    text-decoration: none
}
header nav .right .text {
    margin-right: 35px
}
header nav .right .text.last {
    margin-right: 50px
}
@media screen and (max-width:768px) {
    header nav .right .text.last {
        margin-right: 0;
        margin-bottom: 25px
    }
}
@media screen and (max-width:768px) {
    header nav .right .text {
        margin-right: 0;
        margin-bottom: 18px;
        height: 10px
    }
}
header nav .right .text a {
    display: block;
    height: 100%;
    color: #fff;
}
header nav .right .text a img {
    display: block;
    height: 100%
}
header nav .right .stroke {
    margin-left: 7px
}
@media screen and (max-width:768px) {
    header nav .right .stroke {
        display: none;
        width: 125px;
        max-width: 100%
    }
}
header nav .right .stroke.sp {
    display: none
}
@media screen and (max-width:768px) {
    header nav .right .stroke.sp {
        margin-left: 0;
        margin-bottom: 8px;
        display: block
    }
}
@media screen and (max-width:768px) {
    header nav .right .stroke img {
        width: 100%
    }
}
header nav .btn-sp-nav {
    position: fixed;
    top: 30px;
    right: 15px;
    width: 5.3%;
    display: none
}
@media screen and (max-width:768px) {
    header nav .btn-sp-nav {
        display: block;
        z-index: 4
    }
}
header nav .btn-sp-nav .on {
    display: none
}
header nav .btn-sp-nav img {
    width: 100%;
    vertical-align: bottom
}
header nav .btn-sp-nav.active .off {
    display: none
}
header nav .btn-sp-nav.active .on {
    display: block
}
header .hero {
    background-image: url(./images/koshitsu/hero@2x-100.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%
}
header .hero .copy {
    position: absolute;
    top: 21.5%;
    height: 34%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2
}
header .hero .copy img {
    height: 100%;
    vertical-align: bottom
}
header .hero .logo {
    position: absolute;
    top: 55%;
    height: 30%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center
}
header .hero .logo img {
    height: 100%;
    vertical-align: bottom;
    max-width: 90%
}
header .scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
header .scroll-down .color {
    height: 70px;
    position: relative;
    background-color: #91815a;
    display: flex;
    justify-content: center;
    align-items: center
}
header .scroll-down .color .line {
    width: 1px;
    height: 23px;
    position: absolute;
    left: 50%
}
header .scroll-down .color .line.outer {
    bottom: 100%;
    background-color: #91815a
}
header .scroll-down .color .line.inner {
    top: 0;
    background-color: #fff
}
main>section {
    margin-bottom: 90px
}
main #about {
    background-color: #ede7dc
}
main #about .card {
    margin-bottom: -44px;
    background-color: #251e1c;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2
}
@media screen and (max-width:768px) {
    main #about .card {
        margin-bottom: 0
    }
}
main #about .card .left {
    flex: 3 1 400px;
    padding: 60px 75px;
    min-width: 0
}
@media screen and (max-width:768px) {
    main #about .card .left {
        padding-left: 10px;
        padding-right: 10px
    }
}
main #about .card .left h2 {
    margin-bottom: 30px
}
main #about .card .left h2 img {
    max-width: 100%;
    vertical-align: middle;
        width: 383px;
}
main #about .card .left p {
    white-space: pre-line
}
main #about .card .right {
    flex: 1 0 310px;
    max-width: 100%;
    min-height: 390px;
    background-image: url(./images/koshitsu/img-about@2x-100.jpg);
    background-size: cover;
    background-position: center center
}
@media screen and (max-width:768px) {
    main #about .card .right {
        display: none
    }
}
main #about .video {
    position: relative;
    z-index: 1
}
@media screen and (max-width:768px) {
    main #about .video {
        height: 300px
    }
}
main #about .video video {
    width: 100%;
    height: 100%;
    background-color: #000
}
main #course h2 {
    margin-bottom: 40px
}
main #course h2 img {
    max-width: 90%;
    width: 281px;
}
main #course .sub-head {
    width: 670px;
    max-width: 90%;
    line-height: 2;
    margin: 0 auto 80px
}
main #course .courses {
    width: 980px;
    max-width: 100%;
    margin: 0 auto
}
main #course .courses .course {
    margin: 80px 0;
    text-align: center;
    width: 100%
}
main #course .courses .course img {
    max-width: 90%;
    width: 720px;
    vertical-align: middle
}
main #course .table {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center
}
main #course .table table {
    width: 100%;
    border-collapse: collapse;
    margin: 60px auto
}
main #course .table table thead th {
    font-size: 16.5px;
    color: #fff;
    font-weight: 600;
    background-color: #91815a;
    height: 65px
}
@media screen and (max-width:768px) {
    main #course .table table thead th {
        font-size: 13px
    }
}
main #course .table table th {
    background-color: rgba(145, 129, 90, .05)
}
main #course .table table td, main #course .table table th {
    font-size: 16.5px;
    font-weight: 600;
    border: 1px solid #91815a;
    height: 50px
}
@media screen and (max-width:768px) {
    main #course .table table td, main #course .table table th {
        font-size: 11px
    }
}
main #course .table table td small, main #course .table table th small {
    font-size: 12px;
    display: block
}
@media screen and (max-width:768px) {
    main #course .table table td small, main #course .table table th small {
        font-size: 10px
    }
}
main #course .kinniku {
    max-width: 980px;
    width: 90%;
    margin: 0 auto
}
main #course .kinniku h2 {
    margin: 80px 0;
    font-size: 22px;
    color: #91815a;
    font-weight: 600;
    text-align: center
}
main #course .kinniku .menus-container {
    max-width: 675px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden
}
main #course .kinniku .menus-container .menus {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -25px;
    overflow: hidden
}
@media screen and (max-width:768px) {
    main #course .kinniku .menus-container .menus {
        display: block
    }
}
main #course .kinniku .menus-container .menus .menu {
    flex: 1 0 46%;
    min-width: 0;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box
}
main #course .kinniku .menus-container .menus .menu h3 {
    padding: 12px 4px;
    color: #91815a;
    border-bottom: 1px solid #91815a;
    font-size: 18px;
    font-weight: 600
}
main #course .kinniku .menus-container .menus .menu p {
    font-size: 15px;
    white-space: pre-line;
    letter-spacing: .15em;
    font-feature-settings: "palt";
    margin: 0
}
@media screen and (max-width:768px) {
    main #course .kinniku .menus-container .menus .menu p {
        font-size: 12px
    }
}
main #course .kinniku .menus-container .menus .menu p small {
    display: block;
    font-size: 12px;
    padding-top: 10px
}
@media screen and (max-width:768px) {
    main #course .kinniku .menus-container .menus .menu p small {
        font-size: 11px
    }
}
main #course .kinniku .menus-container .menus .menu .menu-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .15em;
    font-feature-settings: "palt";
    font-size: 15px
}
@media screen and (max-width:768px) {
    main #course .kinniku .menus-container .menus .menu .menu-price {
        font-size: 12px
    }
}
main #course .kinniku .menus-container .menus .menu .menu-price .menu-price-name {
    flex: 0 0 auto
}
main #course .kinniku .menus-container .menus .menu .menu-price .menu-price-dot {
    flex: 1 1 auto;
    overflow: hidden;
    min-width: 0;
    margin-right: 5px
}
main #course .kinniku .menus-container .menus .menu .menu-price .menu-price-price {
    flex: 0 0 auto
}
main #guide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 605px;
    background-image: url(./images/koshitsu/bg-about-icons@2x-100.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center
}
main #guide ul {
    padding: 0;
    list-style-type: none;
    width: 880px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
@media screen and (max-width:768px) {
    main #guide ul {
        flex-direction: column;
        height: 334px;
        max-height: 100%
    }
}
main #guide ul li {
    display: block;
    flex: 0 0 21.5%
}
main #guide ul li .box {
    color: #fff;
    text-align: center
}
@media screen and (max-width:768px) {
    main #guide ul li .box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left
    }
}
main #guide ul li .box .icon {
    margin-bottom: 45px
}
@media screen and (max-width:768px) {
    main #guide ul li .box .icon {
        margin-bottom: 0;
        flex: 0 0 23%;
        margin-right: 12px
    }
}
main #guide ul li .box .icon img {
    max-width: 100%;
    width: 144px
}
main #guide ul li .box .texts h3 {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: 600
}
@media screen and (max-width:768px) {
    main #guide ul li .box .texts h3 {
        margin-top: 6px;
        margin-bottom: 6px;
        font-size: 16px
    }
}
main #guide ul li .box .texts p {
    font-size: 15px;
    margin: 0
}
@media screen and (max-width:768px) {
    main #guide ul li .box .texts p {
        margin-bottom: 0;
        font-size: 12px
    }
}
main #information {
    margin-top: -90px;
    padding-top: 90px;
    background-image: url(./images/koshitsu/bg-guide.svg);
    background-position: 90% -30px;
    background-repeat: no-repeat
}
main #information h2 {
    margin-bottom: 55px
}
main #information h2 img {
    max-width: 90%
}
main #information .image {
    text-align: center;
    width: 635px;
    max-width: 90%;
    margin: 0 auto
}
@media screen and (max-width:768px) {
    main #information .image {
        width: auto;
        max-width: none;
        background-color: #fff;
        box-shadow: 0 0 20px 20px #fff;
        padding: 20px;
        margin: -20px 0
    }
}
main #information .image img {
    width: 100%
}
@media screen and (max-width:768px) {
    main #information .image img {
        width: 635px;
        max-width: 100%
    }
}
main #information .guides-container {
    max-width: 90%;
    width: 1100px;
    margin: -112px auto 0;
    overflow: hidden
}
main #information .guides-container .guides {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -40px
}
main #information .guides-container .guides .guide {
    flex: 1 1;
    margin-left: 40px;
    margin-right: 40px
}
main #information .guides-container .guides .guide.large {
    flex-basis: 47%
}
main #information .guides-container .guides .guide.medium {
    flex-basis: 43%
}
main #information .guides-container .guides .guide.small {
    flex-basis: 35%
}
main #information .guides-container .guides .guide.small .guide-box {
    margin-bottom: 40px
}
main #information .guides-container .guides .guide .guide-box {
    margin-bottom: 80px
}
main #information .guides-container .guides .guide .guide-box h3 {
    font-size: 15px;
    color: #91815a;
    padding: 3px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
main #information .guides-container .guides .guide .guide-box p {
    padding: 15px 0;
    font-size: 13px;
    line-height: 2;
    white-space: pre-line
}
main #information .guides-container .guides .guide .guide-box a {
    display: block;
    white-space: nowrap
}
main #information .guides-container .guides .guide .guide-box a .i-b {
    text-decoration: underline
}
main #information .guides-container .guides .guide .guide-box .col-3 {
    columns: 3
}
@media screen and (max-width:768px) {
    main #information .guides-container .guides .guide .guide-box .col-3 {
        columns: 2
    }
}
main #slider {
    margin-bottom: 0
}
main #slider-app {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}
main #slider-app img {
    width: 500px;
    height: 267px;
    vertical-align: bottom
}
main #access {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}
main #access iframe {
    width: 100%;
    height: 358px;
    filter: grayscale(1);
    vertical-align: middle
}
main #news {
    width: 100%;
    background-color: #ede7dc;
    padding: 125px 0;
    box-sizing: border-box;
    margin: 0 auto
}
main #news h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #91815a;
    margin: 0 0 50px;
    text-align: center
}
main #news h2 small {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #251e1c
}
main #news .list-news-container {
    overflow: hidden
}
main #news .list-news-container .list-news {
    margin: 0 -4px;
    display: flex;
    justify-content: center;
    align-items: stretch
}
@media screen and (max-width:768px) {
    main #news .list-news-container .list-news {
        display: block;
        padding: 0 10px
    }
}
main #news .list-news-container .list-news .news {
    padding: 0 4px;
    flex: 0 1 33.33%;
    min-width: 0;
    box-sizing: border-box;
    width: calc(33.33% - 4px);
}
@media screen and (max-width:768px) {
    main #news .list-news-container .list-news .news {
        margin-bottom: 10px;
        width: auto;
    }
}
main #news .list-news-container .list-news .news .image {
    width: 100%;
    height: 166px
}

#news .news_img {
    padding-top: 77.4725%;
    background-size: cover;
    background-position: center;
}

main #news .list-news-container .list-news .news .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle
}
main #news .list-news-container .list-news .news .content {
    background-color: #fff;
    padding: 35px 30px
}
main #news .list-news-container .list-news .news .content h3 {
    font-size: 15px;
    color: #91815a;
    font-weight: 500;
    min-height: 50px;
    line-height: 25px;
    margin: 0 0 25px
}
main #news .list-news-container .list-news .news .content p {
    margin: 0 0 25px;
    font-size: 12px;
    line-height: 20px;
    min-height: 60px
}
main #news .list-news-container .list-news .news .content time {
    font-size: 14px
}
.bnr {
    width: 674px;
    max-width: 90%;
    margin: 70px auto
}
.bnr a {
    text-decoration: none
}
.bnr a img {
    width: 100%;
    vertical-align: middle
}
footer {
    padding: 20px 0;
    text-align: center
}