@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1024px) {
    .flex {
        max-width: none;
        margin: 0;
    }

    .flexc {
        max-width: none;
    }

    .flexs {
        max-width: none;
    }

    .flexb {
        max-width: none;
    }
}

.shubhead .logo a img {
    width: 40%;
}

#header h1 {
    height: 1px;
    text-indent: -9999px;
    margin-top: -1px;
}

#header h1[data-element-id] {
    height: auto;
    text-indent: 0;
    margin-top: 0;
}

.subhead .logo {
    text-align: center;
    padding: 35px 2.5% 15px 2.5%;
}

.subtit {
    position: relative;
    border-bottom: 10px solid #633418;
}

.subtit h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    width: 95%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 32px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media only screen and (max-width: 1024px) {
    .subtit h2 {
        font-size: 20px;
    }

    .subtit .img {
        width: 100%;
    }

    .subtit {
        border-bottom: 5px solid #633418;
    }
}

#wrapper {
    overflow: hidden;
}

#gnav li {
    font-size: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    border-left: 1px solid #5d3e16;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 8);
}

#gnav li:last-child {
    border-right: 1px solid #5d3e16;
}

#gnav li a {
    display: block;
    text-align: center;
}

#gnav ul {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    padding: 28px 0;
}

#gnav {
    width: 100%;
    border: 1px solid #dadada;
    background: rgba(255, 255, 255, 0.8);
}

#gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

#gnav.fixed[data-element-id] {
    position: static;
}

#footer #map {
    width: 100%;
    height: 400px;
}

#footer .footnav {
    background: #633418;
    padding: 20px 0 20px 0;
}

.footnav .inner {
    max-width: 1000px;
    margin: 0 auto;
}

.footnav ul {
    width: 25%;
}

.footnav li a {
    color: #fff;
}

.footnav li {
    padding: 0 0 5px 0;
}

#footer .copy {
    text-align: center;
    width: 95%;
    padding: 8px 2.5%;
    color: #fff;
    background: #689b0e;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

#gnav li.pull {
    position: relative;
}

#gnav li.pull .pull2 dt a {
    pointer-events: none;
}

#gnav li.pull:after {
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: -10px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 100%;
    color: #724e30;
    width: 100%;
    display: block;
}

#gnav li.pull ul {
    position: absolute;
    top: 0;
    width: 140%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    z-index: 20;
    padding-top: 10px;
}

#gnav li.pull ul[data-element-id] {
    height: auto;
    top: 110%;
    visibility: visible;
    position: relative;
}

#gnav li.pull:hover ul {
    visibility: visible;
    height: auto;
    top: 110%;
}

#gnav li.pull ul li {
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    visibility: hidden;
    height: 0;
    margin-bottom: 2px;
    border: none;

    font-size: 14px;
}

#gnav li.pull ul li[data-element-id] {
    visibility: visible;
    height: auto;
    display: block;
}

#gnav li.pull:hover ul li {
    visibility: visible;
    height: auto;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

#gnav li.pull ul li a {
    padding: 10px 5px;
}

#gnav li.pull ul li a:hover {
    background: #633418;
    color: #fff;
    opacity: 1;
}

#gnav li.pull ul li:last-child {
    border-bottom: none;
}

#gnav li.pull dt {
    display: block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

#snav {
    display: none;
    background: #f4f4f4;
}

#snav[data-element-id] {
    display: block;
}

#mobile-bar-trigger {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #gnav {
        display: none;
    }

    #mobile-bar-trigger {
        display: block;
        position: fixed;
        top: 0;
        margin: 0;
        height: 65px;
        text-align: center;
        line-height: 1.1;
        font-weight: 700;
        z-index: 102;

    }

    #mobile-bar-contact {
        right: 65px;
        width: 85px;
    }

    #mobile-bar-contact a {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 0;
        height: 100%;
        color: #ffa302;
        text-decoration: none;
        font-size: 10px;
    }

    #mobile-bar-contact a:before {
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: icon-obuaozora;
        content: "\28";
        display: block;
        margin: 0 0 5px;
        font-size: 22px;
    }

    #mobile-bar-trigger {
        right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0;
        width: 65px;
        color: #fff;
        font-size: 10px;
        background: #633418;
        cursor: pointer;
    }

    #mobile-bar-trigger:before {
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "FontAwesome";
        content: "\f0c9";
        display: block;
        margin: 0 0 5px;
        font-size: 29px;
        line-height: 29px;
    }

    #wrapper.overlay #mobile-bar-trigger:before {
        content: "\f067";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

    }

    #wrapper.overlay {
        overflow: hidden;
        position: fixed;
        width: 100%;
        -webkit-transform: translate(-235px, 0);
        transform: translate(-235px, 0);

    }

    #wrapper {
        background: #fff;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);

    }

    #wrapper.overlay+.set {
        display: none;
    }


    #snav.action {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 235px;
        height: 100%;
        z-index: 101;
    }

    #snav .in {
        display: block;
        width: auto;
        height: 100%;
        overflow-y: auto;
        padding: 0;
    }

    #snav ul {
        padding-bottom: 90px;
    }

    #snav li {
        border-bottom: 1px dotted #cacad9;
    }

    #snav li a {
        height: auto;
        display: block !important;
        padding: 10px;
        font-size: 14px;
        line-height: 160%;
    }

    .footnav ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 3px;
        padding-right: 3px;
    }

    .totop {
        bottom: 90px;
    }

    #snav .timetable {

        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: 1px solid #666666;
        margin-bottom: 10px;

    }

    #snav .timetable thead th,
    #snav thead td {

        background: #e6e6e6;
        height: 32px;
        color: #000;
        font-size: 14px;

    }

    #snav .timetable th {

        border: none;
        font-size: 13px;
        height: 35px;

    }

    #snav .timetable td {

        border: none;
        font-size: 13px;

    }

    #snav .times {
        padding: 50px 2.5% 20px 2.5%;
    }

    #snav .times p {
        font-size: 12px;
    }

    #snav .times dd a {
        color: #633418;
    }

    #snav .times dd img {
        margin-right: 5px;
    }

    #snav .times dd {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
        font-size: 20px;
        text-align: center;
        padding: 5px 0;
    }

    .home-main .info dl {
        display: none;
    }

    .home-main .info .table {
        display: none;
    }

    .home-main .logo:after {
        display: none !important;
    }

    .home-main .logo {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .footnav ul {
        width: 50%;
    }

    .totop {
        max-width: 40px;
        bottom: 50px;
    }
}

.footfix {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);

}

.footfix[data-element-id] {
    display: block;
    position: static;
}

.footfix .tel {
    width: 65%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: bold;

}

.footfix .tel img {
    vertical-align: middle;
    margin-right: 5px;
    max-width: 20px !important;
}

.footfix .contactbtn {

    width: 30%;

}

.footfix .tel a {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333;
    font-size: 22px;
    position: relative;
    text-align: center;

}

.footfix .tel .m {
    font-size: 12px;
}

.footfix .contactbtn a {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
    background: #70b92c;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px;
    border-radius: 5px;

}

@media only screen and (max-width: 1024px) {
    .footfix {
        display: block;
    }

    .footfix .flexb {
        max-width: 600px;
    }

    #footer {
        padding-bottom: 36px;
    }
}

@media only screen and (max-width: 599px) {
    .footfix .tel a {
        font-size: 18px;
    }
}

#main {
    padding-top: 100px;
}

#main.home {
    padding-top: 0;
}

.bk1 {
    background: #faf8f4;
    border-top: 1px solid #dadada;

}

.bk1:before {
    content: "";
    width: 160px;
    height: 7px;
    margin: 0 auto;
    margin-top: -1px;
    background: #633418;
    display: block;
    position: relative;
    z-index: 3;
}


.h3s {
    text-align: center;
    font-size: 30px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
    padding: 10px 0 20px 0;
    margin-bottom: 0;
}

/*first*/

.first1 p {
    padding: 0 0 20px 0;
}

.first1 .wrap {
    border: 1px solid #633418;
    border-radius: 20px;
    padding: 50px 0 30px 0;
    margin-bottom: 30px;
}

.first1 dl {
    width: 45%;
    padding: 0 2% 0 2%;
}

.first1 dt {
    font-size: 20px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    background: url(/import/tenant_1/153.126.169.27/html3/images/firist/maru.png) 0 8px no-repeat;
    padding: 0 0 5px 25px;
}

.first1 dd {
    padding: 0 0 20px 0;
}

.first1 .txt {
    max-width: 940px;
    margin: 0 auto;
}

.first1 .mores {
    text-align: center;
}

.first1 .mores a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block !important;
    border: 2px solid #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #633418;
    padding: 18px 2.5%;
    border-radius: 25px / 50%;
}

.first1 {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    #main {
        padding-top: 8%;
    }

    .h3s {
        font-size: 20px;
    }

    .first1 dt {
        font-size: 16px;
        background-position: 0 3px;
    }
}

@media only screen and (max-width: 599px) {
    .first1 dl {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .first1 .wrap {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

.rpic {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}

.bkw {
    border-top: 1px #dadada solid;
    margin-top: 2px;
}

.bkw:before {
    content: "";
    width: 160px;
    height: 7px;
    margin: 0 auto;
    margin-top: -1px;
    background: #633418;
    display: block;
}

.first2 .box {
    border: 1px solid #bfbfbf;
    padding: 30px 3% 10px 3%;
}

.first2 .box .img {
    width: 41.58%;
}

.first2 .box .tbox {
    width: 49.84%;
}

.first2 .box p {
    padding: 0 0 20px 0;
}

.first2 .box h4 {
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #633418;
    font-weight: normal;
}

.first2 .box h4 .st {
    display: inline-block !important;
    background: #93d436;
    color: #fff;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
}

.first2 .box p.book {
    padding-top: 10px;
}

.first2 .box p.book a {
    display: block;
    background: #93d436 url(/import/tenant_1/153.126.169.27/html3/images/firist/icon_02.gif) calc(100% - 1em) center no-repeat;
    padding: 20px 2.15%;
    border-radius: 10px;
    max-width: 510px;

}

.first2 .box p.book a img {
    float: left;
}

.first2 .box p.book a .w {
    display: block;
    padding-left: 95px;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 30px;
}

.first2 .box p.book a .w .s {
    display: block;
    font-size: 15px;
}

.first2 .box+.box {
    margin-top: 87px;
    position: relative;
}

.first2 {
    padding-bottom: 100px;
}

.first2 .box+.box:before {
    content: url(/import/tenant_1/153.126.169.27/html3/images/firist/first_flow.gif);
    position: absolute;
    top: -58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.first2 .box dt {
    background: url(/import/tenant_1/153.126.169.27/html3/images/firist/maru2.gif) 0 8px no-repeat;
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 0 0 15px 25px;
    color: #93d436;
}

.first2 .box dl {
    padding: 0 0 25px 0;
}

.first2 .mores a {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block !important;
    border: 2px solid #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #633418;
    padding: 18px 2.5%;
    border-radius: 25px / 50%;

}

.first2 .txt {
    background: #f9f8f4;
    padding: 30px 2.98% 10px 2.98%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.first2 .txt h5 {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media only screen and (max-width: 1024px) {
    .first2 .box h4 {
        font-size: 18px;
    }

    .first2 .box dt {
        font-size: 16px;
        background-position: 0 3px;
    }
}

@media only screen and (max-width: 599px) {
    .first2 .box .img {
        width: 80%;
        margin: 0 auto;
    }

    .first2 .box .tbox {
        width: 100%;
    }

    .first2 .box p.book a {
        text-align: center;
    }

    .first2 .box p.book a .w {
        font-size: 18px;
        padding-left: 0;
        padding-top: 10px;
    }

    .first2 .box p.book a img {
        float: none;
    }

    .first2 .box p.book a .w .s {
        font-size: 12px;
    }
}


/*about*/

.about1 .table {
    max-width: 785px;
    margin: 0 auto;
}

.timetable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #666666;
}

.timetable td {
    width: 99px;
    border: 1px solid #666666;
    text-align: center;
    font-size: 28px;
}

.timetable th {
    border: 1px solid #666666;
    width: 180px;
    height: 68px;
    font-size: 20px;
    font-weight: normal;

}

.timetable thead th,
.timetable thead td {
    background: #633418;
    border-color: #633418;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    height: 50px;
    font-size: 20px;
}

.about1 .table p {
    padding: 10px 0 20px 0;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.about1 {
    padding-bottom: 80px;
}

.about .h3s {
    margin-bottom: 20px;
}

.about2 .flexb {
    max-width: 930px;
    margin: 0 auto;
}

.about2 .flexb dl {
    width: 48.06%;
    padding-bottom: 25px;
}

.about2 .flexb dt {
    font-size: 20px;
    color: #633418;
    font-weight: bold;
    border-left: 5px solid #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 0 0 0 28px;
    margin-bottom: 25px;
}

.about2 .flexb dd {
    padding: 0 0 0 19px;
    margin-left: 33px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    background: url(/import/tenant_1/153.126.169.27/html3/images/about/icon_01.gif) 0 center no-repeat;
    color: #633418;
}

.about2 {
    padding-bottom: 40px;
}

.about3 #map2 {
    width: 100%;
    padding-bottom: 41.6%;
    margin-bottom: 60px;
}

.about3 .sec1 {
    max-width: 930px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.about3 .sec1 dl {
    width: 48.06%;
    padding-bottom: 30px;
}

.about3 .sec1 dt {

    font-size: 20px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    background: url(/import/tenant_1/153.126.169.27/html3/images/firist/maru.png) 0 8px no-repeat;
    padding: 0 0 15px 25px;

}

.h4s {

    font-size: 20px;
    color: #633418;
    font-weight: bold;
    border-left: 5px solid #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 0 0 0 28px;
    margin-bottom: 25px;

}

.about3 .sec2 dl {
    width: 29.2%;
    padding-bottom: 40px;
}

.about3 .sec2 dt {
    position: relative;
    margin-bottom: 20px;
}

.about3 .sec2 dt strong {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #71ad2a;
    font-size: 80px;
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    line-height: 0.5;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

.about3 .sec2 dl+dl {
    padding-left: 6.2%;
}

.about3 .sec2 dl+dl dt:before {
    content: url(/import/tenant_1/153.126.169.27/html3/images/about/about_flow.png);
    top: 50%;
    left: -14%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about3 .sec2 {
    padding-bottom: 45px;
}

.about3 .sec3 {
    max-width: 930px;
    margin: 0 auto;
}

.about3 .sec3 h5 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 15px;
    margin-bottom: 10px;
}

.about3 .sec3 p {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 0 0 20px 0;
}

.about3 {
    padding-bottom: 140px;
}

.subtit.sd h2 {
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

@media only screen and (max-width: 1024px) {

    .timetable thead th,
    .timetable thead td {
        font-size: 16px;
    }

    .timetable th {
        font-size: 16px;
    }

    .timetable td {
        font-size: 20px;
    }

    .about2 .flexb dt {
        font-size: 16px;
    }

    .about2 .flexb dd {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about3 .sec1 dt {

        font-size: 16px;
        background-position: 0 3px;

    }

    .about3 .sec2 dt strong {
        font-size: 60px;
    }

    .subtit h2 {
        text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    }
}

@media only screen and (max-width: 599px) {
    .timetable th {
        height: 40px;
    }

    .timetable thead th,
    .timetable thead td {
        height: 30px;
    }

    .about2 .flexb dl {
        width: 100%;
    }

    .about3 .sec1 dl {
        width: 100%;
    }

    .about3 .sec2 dl {
        width: 43.8%;
    }

    .about3 .sec2 dl+dl {
        padding-left: 12.4%;
    }

    .about3 .sec2 dl+dl dt:before {
        left: -18%;
    }
}

/*concept*/

.concept .h3s {
    margin-bottom: 30px;
}

.concept1 {
    max-width: 935px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.concept1 .tbox {
    width: 50.27%;
}

.concept1 .img {
    width: 41.71%
}

.concept1 h4 {
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
    color: #633418;
    margin-bottom: 20px;
}

.concept1 p {
    padding: 0 0 20px 0;
}

.concept2 dl {
    width: 25%;
    padding-bottom: 10px;
}

.concept2 dl:nth-child(1) {
    background: #633418;
}

.concept2 dl:nth-child(2) {
    background: #7d7976;
}

.concept2 dl:nth-child(3) {
    background: #689b0e;
}

.concept2 dl:nth-child(4) {
    background: #7d7976;
}

.concept2 dd {
    position: relative;
}

.concept2 dd strong {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #71ad2a;
    font-size: 80px;
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    line-height: 0.5;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    z-index: 1;
}

.concept2 dt {
    padding: 45px 2.5% 5px 2.5%;
    color: #fff;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.concept2 dt+dd {
    padding: 0 2.5% 20px 2.5%;
    max-width: 170px;
    margin: 0 auto;
    color: #fff;
    font-family: "游ゴシック", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    line-height: 130%;
}

.concept .bk1 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
    .concept1 h4 {
        font-size: 16px;
    }

    .concept2 dd strong {
        font-size: 60px;
    }

    .h4s {
        font-size: 16px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .concept1 .img {
        width: 80%;
        margin: 0 auto;
    }

    .concept1 .tbox {
        width: 100%;
    }

    .concept2 dl {
        width: 50%;
    }

    .concept2 dd .img {
        width: 100%;
    }

    .concept2 dd .img img {
        width: 100%;
        height: auto;
    }

}

.incho1 {
    padding: 40px 0 0 0;
    background: url(/import/tenant_1/153.126.169.27/html3/images/incho/icon_01.png) right calc(100% - 20px) no-repeat;
    margin-bottom: 60px;
}

.incho1 h3 {
    text-align: left;
    margin-bottom: 40px;
}

.incho1 dl {
    width: 39%;
    text-align: center;
}

.incho1 dd {
    display: inline-block !important;
    border-radius: 50%;
    padding: 12px;
    background: url(/import/tenant_1/153.126.169.27/html3/images/incho/inchobk.gif) 0 0 repeat;
    -webkit-box-shadow: 0px 0px 6px 3px #a6a6a1;
    box-shadow: 0px 0px 6px 3px #a6a6a1;
}

.incho1 dd .trimmingInner {
    border-radius: 50%;
}

.incho1 dt {
    text-align: center;
    padding: 25px 0 20px 0;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.incho1 dt strong {
    display: block;
    font-weight: normal;
    padding-top: 5px;
}

.incho1 .tbox {
    width: 55%;
}

.incho1 p {
    padding: 45px 0 20px 0;
}

.incho2 {
    background: #ebefdd;
    margin-bottom: 30px;
    padding: 25px 3% 25px 3%;
    border-radius: 10px;
}

.incho2 h4,
.incho3 h4 {
    border-color: #669900;
    color: #669900;
}

.incho2 .table {
    padding: 0 0 0 53px;
}

.incho2 .table dt {
    float: left;
}

.incho2 .table dd {
    padding: 0 0 0 100px;
}

.incho2 .table dl {
    padding-bottom: 15px;
}

.incho3 .box {
    background: #ebefdd;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 3% 25px 3%;
    border-radius: 10px;
    margin-bottom: 30px;
}

.incho3 .box ul {
    padding: 0 0 0 53px;
}

.incho3 .box li {
    padding-bottom: 15px;
}

.incho4 {
    background: #ebe4de;
}

.incho4 h4 {
    color: #663300;
    border-color: #663300;
}

.incho .bk1 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
    .incho2 .table {
        padding-left: 25px;
    }

    .incho3 .box ul {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 599px) {
    .incho1 dl {
        width: 100%;
    }

    .incho1 .tbox {
        width: 100%;
    }

    .incho1 {
        background-image: none;
    }

    .incho2 .table {
        padding-left: 0;
    }

    .incho3 .box ul {
        padding-left: 0;
    }

    .incho2 .table dt {
        float: none;
    }

    .incho2 .table dd {
        padding-left: 0;
    }

    .incho3 .box {
        width: 100%;
    }
}

/*faq*/

.faq .img {
    margin-top: -6px;
    padding-bottom: 130px;
}

.faqlist:before {

    content: "";
    width: 160px;
    height: 7px;
    margin: 0 auto 40px auto;
    margin-top: 0px;
    margin-top: -1px;
    background: #633418;
    display: block;
    position: relative;
    z-index: 3;

}

.faqlist .box {
    padding-bottom: 37px;
}

.faqlist .box h3 {
    padding: 20px 85px;
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #fff;
    background: #633418;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}

.faqlist .box h3:before {
    content: url(/import/tenant_1/153.126.169.27/html3/images/qa/icon_02.gif);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.faqlist .box h3 .q {
    position: absolute;
    top: 50%;
    left: 15px;
    background: #fff;
    font-size: 28px;
    color: #633418;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faqlist .box h3.active:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faqlist .a {
    background: #fff;
    padding: 45px 85px 25px 85px;
    position: relative;
    display: none;
}

.faqlist .a p {
    padding: 0 0 20px 0;
}

.faqlist .a h4 {
    position: absolute;
    top: 35px;
    left: 15px;
    font-size: 28px;
    width: 50px;
    line-height: 50px;
    background: #689b0e;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.faqlist .a p {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.faqlist {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .faqlist .box h3 {
        font-size: 16px;
        padding-left: 55px;
        padding-right: 30px;
    }

    .faqlist .box h3 .q {
        font-size: 20px;
        width: 35px;
        line-height: 35px;
        left: 10px;
    }

    .faqlist .box h3:before {
        content: url(/import/tenant_1/153.126.169.27/html3/images/qa/icon_02s.gif);
        right: 8px;
    }

    .faqlist .a h4 {
        font-size: 20px;
        width: 35px;
        line-height: 35px;
        left: 10px;
    }

    .faqlist .a {
        padding-left: 55px;
        padding-right: 2.5%;
    }

}

/*ear*/

.bk0 {
    position: relative;

}

.bk0:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 7px;
    background: #633418;
    z-index: 3;

}

.ear1 .img {
    text-align: center;
    padding: 0 0 55px 0;
}

.ear1 h3 {
    text-align: center;
    font-size: 30px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    background: url(/import/tenant_1/153.126.169.27/html3/images/ear/dot.png) center bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}

.ear1 p {
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    line-height: 210%;
    padding: 0 0 20px 0;
}

.ear1 {
    padding-bottom: 60px;
}

.ear2 h3 {
    text-align: center;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 30px;
    border: 10px solid #633418;
    background: url(/import/tenant_1/153.126.169.27/html3/images/ear/logo.gif) calc(100% - 3.2%) 50% no-repeat;
    padding: 45px 2.5%;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

.ear2 .box .img {
    width: 38.6%;
}

.ear2 .box .tbox {
    width: 52.5%;
    padding-top: 20px;
}

.ear2 .box h5 {
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #663300;
    border-left: 5px solid #633418;
    padding-left: 25px;
    line-height: 140%;
    margin-bottom: 20px;
}

.ear2 .box .txt h5 {
    color: #689b0e;
    border-color: #689b0e;
}

.ear2 .box h4 {
    font-size: 24px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    margin-bottom: 20px;
}

.ear2 .box h4:before {
    content: "";
    display: inline-block !important;
    width: 148px;
    height: 1px;
    vertical-align: middle;
    background: #633418;
    margin-right: 1em;
}

.ear2 p {
    padding: 0 0 20px 0;
}

.ear2 .box .txt {
    padding-top: 30px;
}

.ear2 .box {
    padding-bottom: 40px;
}

.ear2 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    .ear1 h3 {
        font-size: 20px;
    }

    .ear2 h3 {
        font-size: 20px;

    }

    .ear2 .box h4 {
        font-size: 18px;
    }

    .ear2 .box h4:before {
        width: 0.5em;
        padding-right: 0.25em;
    }

    .ear2 .box h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .ear2 .box .img {
        width: 80%;
        margin: 0 auto;
    }

    .ear2 .box .tbox {
        width: 100%;
    }

    .ear2 h3 {
        background-image: url(/import/tenant_1/153.126.169.27/html3/images/ear/logo2.gif);
        border-width: 5px;
    }

}

/*kounenki*/

.org .bk0:before {
    background: #f58220;
}

.org .ear1 h3 {
    color: #f58220;
}

.org .ear2 h3 {
    color: #f58220;
    border-color: #f58220;
}

.org .ear2 .box h4 {
    color: #f58220;
}

.org .ear2 .box h4:before {
    background-color: #f58220;
}

.org .ear2 .box h5 {
    color: #f58220;
    border-color: #f58220;
}

.org .ear2 .txt {
    border: 1px solid #bfbfbf;
    padding: 30px 3% 10px 3%;
    margin-top: 20px;
}

.org .ear2 .txt .tbox {
    padding-top: 0;
    width: 50%;
}

.org .ear2 .txt .tbox h5 {
    border: none;
    background: #93d436;
    width: 120px;
    color: #fff;
    padding: 2px 0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.org .ear2 .txt .img {
    width: 41.06%;
}

.org .ear2 {
    padding-bottom: 30px;
}

.kounenki1 .flex {
    padding-top: 20px;
}

.kounenki1 dl {
    width: 29.2%;
    margin: 0 6.2% 30px 0;
}

.kounenki1 dl:nth-child(3n) {
    margin-right: 0;
}

.kounenki1 dt {
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 15px 0;
}

.kounenki1 {
    padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
    .kounenki1 dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;

    }

    .kounenki1 dl .img {
        width: 100%;
        margin: 0 auto;

    }

    .org .ear2 .txt .img {
        width: 100%;
        text-align: center;
    }

    .org .ear2 .txt .tbox {
        width: 100%;
    }
}

.kounenki2 {
    padding-top: 70px;
}

.kounenki {
    padding-bottom: 70px;
}

/*memai*/

.memai1 .img {
    width: 30.1%;
}

.memai1 .tbox {
    width: 67.42%;
}

.memai1 h3 {
    padding-bottom: 70px;
}

.memai1 .txt h3 {
    padding-bottom: 15px;

}

.memai1 p {
    padding: 0 0 20px 0;
}

.memai1 .txt {
    padding-bottom: 40px;
    max-width: 970px;
    margin: 0 auto;
}

.memai1 .box {
    max-width: 970px;
    margin: 0 auto;

}

.memai1 .box {
    padding: 0 0 15px 0;
}

.memai1 .box h4 {
    font-size: 15px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    margin-bottom: 10px;
}

.memai1 .box:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.memai2 .box {
    border: 1px solid #bfbfbf;
    padding: 25px 3% 5px 3%;
}

.memai2 p {
    padding: 0 0 20px 0;
}

.memai2 ul {
    padding-bottom: 20px;
}

.memai2 li {
    padding: 0 10% 0 0;
}

.memai2 {
    padding: 40px 0 70px 0;
}

.memai2 h4 {
    color: #633418;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media only screen and (max-width: 1024px) {
    .memai2 h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .memai1 .img {
        width: 80%;
        margin: 0 auto;
    }

    .memai1 .tbox {
        width: 100%;
    }
}

/*constitution*/

.constitution1 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.kounenki1 .txt h3 {
    padding-bottom: 15px;
}

.kounenki1 .txt {
    padding-bottom: 30px;
}

.ear2 .box h4.l:before {
    max-width: 45px;
}

/*news*/

.newslist dt {
    float: left;
    padding: 4px 0;
}

.newslist {
    border-top: 2px solid #e5e5e5;
    padding-bottom: 70px;
}

.newslist dl {
    border-bottom: 2px solid #e5e5e5;
    padding: 20px 0;
}

.newslist dd {
    padding: 0 0 0 125px;
    font-size: 20px;
}

.newslist dd a {
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.pagenav li a {
    display: block;
    width: 30px;
    line-height: 30px;
    background: #bfbfbf;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.pagenav li {
    padding: 0 10px 10px 10px;
}

.pagenav li.st a,
.pagenav li a:hover {
    background: #93d436;
    opacity: 1;
}

.pagenav {
    padding-bottom: 90px;
}

#side dl {
    width: 45%;
    padding-bottom: 30px;
}

#side dt {
    text-align: center;
    color: #fff;
    background: #633418;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 0;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

#side dd {
    margin-bottom: 1px;
}

#side dd a {
    background: #e5e5e5;
    display: block;
    padding: 20px 2.5% 20px 10%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

#side {
    padding-bottom: 70px;
}

.toblog {
    text-align: center;
    padding-bottom: 100px;
}

.toblog a {
    display: inline-block !important;
    border: 10px solid #633418;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 373px;
    width: 100%;
    padding: 15px 0;
}

.toblog a strong {
    display: inline-block !important;
    vertical-align: middle;
    text-align: left;
    color: #633418;
    font-size: 26px;
    line-height: 140%;
    padding-right: 0.5em;
}

.toblog a img {
    vertical-align: middle;
}

@media only screen and (max-width: 599px) {
    .toblog a {
        border-width: 5px;
    }

    .toblog a img {
        max-width: 50% !important;
    }

    .toblog a strong {
        font-size: 24px;
    }

    #side dl {
        width: 100%;
    }

    .newslist dt {
        float: none;
    }

    .newslist dd {
        padding-left: 0;
    }
}

.single .c {
    background: #93d436;
    font-size: 14px;
    color: #fff;
    padding: 3px 1.25em;
    border-radius: 3px;
    margin-right: 1em;
}

.single .c+li {
    padding-top: 3px;
}

.single .meta {
    padding-bottom: 35px;
}

.single p {
    padding: 0 0 20px 0;
}

.single .txt p {
    padding: 0 0 25px 0;
    line-height: 210%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.single .txt {
    padding-bottom: 100px;
}

.single .back {
    text-align: center;

}

.single .back a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    width: 100%;
    max-width: 450px;
    display: inline-block !important;
    font-size: 20px;
    color: #fff;
    background: #633418;
    padding: 20px 0;
    font-weight: bold;

}

.single {
    padding-bottom: 95px;
}

/*blog*/

.blog .bnr {
    border: 10px solid #633418;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0;
    letter-spacing: -5px;
    margin-bottom: 40px;
}

.blog .bnr h3 {
    text-align: left;
    display: inline-block !important;
    vertical-align: middle;
    font-size: 72px;
    line-height: 120%;
    color: #633418;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    letter-spacing: 0;
}

.blog .bnr .img {
    display: inline-block !important;
    vertical-align: middle;
    width: 60%;
    text-align: center;
    letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
    .blog .bnr h3 {
        width: 50%;
        font-size: 55px;
        padding-left: 5%;
    }

    .blog .bnr .img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .blog .bnr h3 {
        font-size: 24px;
    }

    .blog .bnr {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        border-width: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.bloglist dl {
    width: 30%;
    padding-bottom: 45px;
}

.bloglist dl:nth-child(3n+2) {
    margin: 0 5%;
}

.bloglist .img {
    padding-bottom: 30px;
}

.bloglist .c {
    background: #93d436;
    display: inline-block !important;
    color: #fff;
    border-radius: 5px;
    padding: 3px 1.5em;
    margin-right: 1em;
    vertical-align: middle;
}

.bloglist .d {
    display: inline-block !important;
    vertical-align: middle;
}

.bloglist dd+dd {
    padding-bottom: 10px;
}

.bloglist dt {
    font-size: 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.bloglist dt a {
    color: #633418;
    line-height: 130%;
}

.bloglist {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .bloglist dt {
        font-size: 15px;
    }

    .bloglist .img {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 599px) {
    .bloglist dl {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
}

.blog1 h4 {
    border-bottom: 10px solid #633418;
    padding-bottom: 15px;
    font-size: 22px;
    color: #633418;
}

.blog1 h4 .p {
    display: inline-block !important;
    vertical-align: middle;
    padding-left: 1.5em;
}

@media only screen and (max-width: 1024px) {
    .blog1 h4 .p {
        max-width: 80px;
        padding-left: 1em;
    }

    .blog1 h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .blog1 h4 .p {
        width: 50px;
    }
}

/*top*/

.home-main {
    position: relative;
    overflow: hidden;
    /* padding: 60px 0; */
}

.home-main .bk {
    position: relative;
    padding-top: 40%;
    min-height: 500px;
    box-sizing: border-box;
}

.home-main .bk img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'object-fit cover object-position 50% 0%';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.home-main .in {
    position: absolute;
    z-index: 1;
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
    left: 2.5%;
    top: calc(50% + 30px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-main .info {
    max-width: 330px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 0 15px;
    border-radius: 10px;
}

.home-main .logo:after {
    content: "";
    width: 175px;
    height: 1px;
    background: #633418;
    margin: 15px auto;
    display: block;

}

.home-main .info dt {
    text-align: center;
}

.home-main .info dd {
    text-align: center;
    font-size: 38px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.home-main .info dd img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.home-main .timetable thead th,
.timetable thead td {
    background: #e6e6e6;
    height: 32px;
    color: #000;
    font-size: 14px;
}

.home-main .timetable {
    border: none;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.home-main .info dd a {
    color: #633418;
}

.home-main .timetable th {
    border: none;
    font-size: 13px;
    height: 35px;
}

.home-main .timetable td {
    border: none;
    font-size: 13px;
}

.home-main .table p {
    font-size: 13px;
    padding: 0 0 20px 0;
}

.home-main .book {
    text-align: right;
    margin-top: -127px;
    margin-bottom: 30px;
}

.home-main .book a {
    display: inline-block !important;
    width: 166px;
    height: 166px;
    background: url(/import/tenant_1/153.126.169.27/html3/images/incho/inchobk.gif) 0 0 no-repeat;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.home-main .book a .w {
    display: inline-block !important;
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 26px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    line-height: 130%;
    font-weight: bold;

}

.home-main .book a .w .u {
    display: block;
    padding: 14px 0 0 0;
}

.home-main .book a .w .d {
    display: block;
    padding: 8px 0 0 0;
}

@media only screen and (max-width: 599px) {
    .home-main {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .home-main .book {
        margin-top: 20px;
    }

    .home-main .book a {
        width: 100px;
        height: 100px;
    }

    .home-main .book a .w {
        font-size: 14px;
    }

    .home-main .book a .w .u img {
        width: 15px;
    }

    .home-main .book a .w .u {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .home-main .book a .w .d img {
        width: 10px;
    }

    .home-main .book a .w .d {
        padding-top: 5px;
    }

    .home-main .info dd {
        font-size: 25px;
        padding-bottom: 10px;
    }
}

.home-post {
    background: url(/import/tenant_1/153.126.169.27/html3/images/top/ita.jpg) center 0 repeat;
    padding: 50px 0;
}

.home-post .in {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 4.17% 1px 4.17%;
}

.home-blog {
    margin-bottom: 29px;
    width: 48.18%;
    overflow: hidden;
}

.home-news {
    margin-bottom: 29px;
    width: 48.18%;
    overflow: hidden;

}

.home-post .table {
    height: 210px;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.home-post .table::-webkit-scrollbar {
  width: 10px;
}

.home-post h3 {
    font-size: 20px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    margin-bottom: 10px;
    float: left;
    font-weight: normal;
}

.home-post h3 span {
    font-size: 15px;
    padding-right: 5px;
}

.home-post h3 img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.home-post .tit p {
    text-align: right;
    padding-bottom: 15px;
}

.home-post .tit p a {
    display: inline-block !important;
    border: 1px solid #646362;
    font-size: 14px;
    padding: 3px 20px 3px 10px;
    background: url(/import/tenant_1/153.126.169.27/html3/images/top/icon_ar.gif) calc(100% - 5px) center no-repeat;
    border-radius: 5px;
}

.home-post .tit {
    border-bottom: 1px solid #414141;
    margin-bottom: 20px;
}

.home-news dt {
    float: left;
    font-size: 14px;
}

.home-news dd {
    padding: 0 0.5em 0 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news dl {
    margin: 0 25px 10px 0;
    border-bottom: 1px dotted #6f5a51;
    padding-bottom: 10px;
}

.home-blog .box {
    margin: 0 25px 15px 0;
    border-bottom: 1px dotted #6f5a51;
}

.home-blog dl {
    width: 76.86%;
    padding-bottom: 15px;
}

.home-blog .img {
    width: 19.61%;
    padding: 0 0 15px 0;
}

.home-blog dd {
    font-size: 14px;
    padding: 0 0.5em 0 0;
}

.home-blog dt {
    font-size: 20px;
    padding: 2px 0 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .home-news {
        width: 100%;
    }

    .home-blog {
        width: 100%;
        padding-top: 10px;
    }

    .home-post h3 {
        font-size: 18px;
    }

    .home-post .table {
        height: 150px;
    }
}

@media only screen and (max-width: 599px) {
    .home-post h3 {
        float: none;
    }

    .home-post h3 strong {
        display: block;
        padding-left: 30px;
    }

    .home-blog dt {
        font-size: 16px;
    }

    .home-blog .img {
        width: 50%;
        margin: 0 auto;
    }

    .home-blog dl {
        width: 100%;
    }

    .home-news dt {
        float: none;
    }

    .home-news dd {
        padding-left: 0;
    }

    .home-blog dd {
        padding-right: 0;
    }

    .home-news dd {
        padding-right: 0;
    }
}

/*home-menu*/

.home-menu {
    max-width: 1200px;
    padding: 40px 0 30px 0;
}

.home-menu .wrap {
    width: 48.33%;
    background: url(/import/tenant_1/153.126.169.27/html3/images/top/dot.gif) 0 0 repeat;
    margin-bottom: 40px;
}

.home-menu h3 {
    margin-bottom: 30px;
}

.home-menu a:hover li {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

.home-menu li {
    margin-bottom: 10px;
    background-color: #fff;
    background-image: url(/import/tenant_1/153.126.169.27/html3/images/top/t_menu_arrow.gif), url(/import/tenant_1/153.126.169.27/html3/images/top/libk.gif);
    background-repeat: no-repeat, repeat-y;
    background-position: calc(100% - 5px) center, right 0;
    padding: 0 30px 0 0;
}

.home-menu li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-menu li .img {
    width: 28%;
}

.home-menu ul {
    padding: 0 3.45% 20px 3.45%;
}

.home-menu li .w {
    display: inline-block !important;
    width: 72%;
    padding: 10px 0 10px 2.97%;
    vertical-align: middle;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-menu li .w strong {
    display: block;
    font-size: 20px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
}

.home-menu .wrap h3 {
    position: relative;
    font-size: 48px;
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.home-menu .wrap h3 strong {
    position: absolute;
    font-weight: normal;
}

.home-menu .wrap:nth-child(1) h3 strong {
    right: 6.9%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-menu .wrap:nth-child(2) h3 strong {
    left: 6.9%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .home-menu li .img {
        width: 143px;
    }

    .home-menu li .w {
        display: block;
        width: 368px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-menu .wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 580px;
    }
}

@media only screen and (max-width: 599px) {
    .home-menu .wrap h3 {
        font-size: 24px;
    }

    .home-menu li .w strong {
        font-size: 18px;
    }
}

.home-pick {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 248, 244, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(250, 248, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.home-pick .inner {
    max-width: 1100px;
    padding-bottom: 40px;
}

.home-pick dl {
    width: 29.09%;
    margin: 0 6.36% 35px 0;
}

.home-pick dl:nth-child(3n) {
    margin-right: 0;
}

.home-pick dt {
    position: relative;
    margin-bottom: 20px;
}

.home-pick dt .c {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: bold;
}

.home-pick dt strong {

    position: absolute;
    bottom: 0;
    left: -0.25em;
    color: #71ad2a;
    font-size: 80px;
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    line-height: 0.5;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    z-index: 1;
}

.home-pick dt .img {
    width: 100%;
}

.home-pick dd {
    font-size: 14px;
}

.home-pick .mores {
    text-align: center;
    padding: 0 0 20px 0;
}

.home-pick .mores a {
    display: inline-block !important;
    border: 1px solid #666;
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    background: url(/import/tenant_1/153.126.169.27/html3/images/top/more_arrow.gif) calc(100% - 10px) center no-repeat;
}

@media only screen and (max-width: 1024px) {
    .home-pick dt .c {
        font-size: 20px;
    }

    .home-pick dt strong {
        font-size: 60px;
    }
}

@media only screen and (max-width: 599px) {
    .home-pick dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .home-pick dt strong {
        left: 0;
    }
}

.home-incho {
    position: relative;
    overflow: hidden;
}

.home-incho .bk {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-incho .bk img {
    width: 100%;
    height: auto;
}

.home-incho .inner {
    max-width: 1100px;
    position: relative;
    z-index: 1;
    padding: 50px 0 60px 0;
}

.home-incho h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 30px;
    color: #633418;
    font-weight: normal;
    margin-bottom: 15px;
}

.home-incho .txt {
    width: 59.09%;
    height: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 4% 20px 3.73%;
}

.home-incho .txt p {
    padding: 0 0 20px 0;
    line-height: 210%;
}

.home-incho .txt ul {
    width: 50%;
}

.home-incho .txt li {
    line-height: 210%;
}

@media only screen and (max-width: 1024px) {
    .home-incho .txt {
        padding-right: 2.73%;
    }

    .home-incho h3 {
        font-size: 24px;
    }

    .home-main .book {
        display: none;
    }

    .home-main .in {
    top: 50%;
    }

    .home-main .bk {
      position: relative;
      display: block;
      padding-top: 40%;
      min-height: 150px;
    }

    .home-main {
        padding:0;
        /* padding-bottom: 0; */
    }

    .home-main .info {
        width: 330px;
        max-width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .home-incho .txt {
        width: auto;
    }

    .home-incho .txt ul {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    #wrapper .sp-left {
        text-align: left;
    }
}

/* 12/12 追記 */

.home-main .uk-flex.uk-flex-middle{
    position: relative;
    padding-top: 40%;
    min-height: 500px;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
 .home-main .uk-flex.uk-flex-middle{
    position: relative;
    display: block;
    padding-top: 40%;
    min-height: 150px;
}
}

.home-main .uk-flex.uk-flex-middle img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'object-fit cover object-position 50% 0%';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

/**TOP美人百花**/
.magazine {
  padding: 80px 0;
}
.magazine .inbox {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.magazine .inbox .midashi {
  color: #f58423;
  font-size: 36px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
  width: fit-content;
  margin: 0 auto 20px;
}

.magazine .inbox .midashi:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, #FF9800, transparent);
}

.magazine .inbox .txt {
  text-align: center;
  margin-bottom: 30px;
}
.magazine .inbox .img {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
}
.magazine .inbox .img .i01 {
  width: 30%;
  margin-right: 3%;
}
.magazine .inbox .img .i02 {
  width: 67%;
}
.magazine .inbox .img img {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .magazine .inbox .midashi {
    font-size: 30px;
  }
}

@media screen and (max-width:599px) {
  .magazine {
    padding: 50px 0;
  }
  .magazine .inbox .midashi {
    font-size: 24px;
  }
  .magazine .inbox .img {
    width: 90%;
  }
/*   .magazine .inbox .img .i01 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.magazine .inbox .img .i02 {
  width: 90%;
  margin: 20px auto 0;
} */
}

.ibaraki-robots{
  width: 75%;
    margin: 0 auto 30px;
}


@media screen and (max-width:599px) {
.ibaraki-robots {
    width: 90%;
}
}


.home-main .info dd {
    text-align: center;
    font-size: 14px;
}

.mb15{
  margin-bottom: 15px;
}

/* 2025/05/13 */
.home-main .info dd.gothic {
font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}

.home-main .info dd.gothic a {
    color: #000;
}

.home-main .info dd.telwrap{
  margin-top: 20px;
  margin-bottom: 5px;
}

.home-main .info dd.telwrap a{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.home-main .info dd.telwrap a::before{
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url('/import/tenant_1/153.126.169.27/html3/images/top/hd_tel.gif');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.pc-telfix-btn{
  width: fit-content;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #689b0e;
  padding: 15px;
}

.pc-telfix-btn .txt01,
.pc-telfix-btn .txt02,
.pc-telfix-btn .txt03{
  color: #fff;
}

.pc-telfix-btn .txt01{
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-telfix-btn .txt01 img{
  height: 12px !important;
  width: auto;
}

.pc-telfix-btn .txt02{
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0.25em;
}

.pc-telfix-btn .txt03{
  font-size: 30px;
  line-height: 1;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media(max-width:1024px){
.pc-telfix-btn{
  display: none;
  opacity: 0;
  height: 0;
}

.pc-telfix-btn.versp{
  display: block;
  opacity: 1;
  height: auto;
  width: 100%;
  bottom: 36px;
  padding: 10px 0;
}

.pc-telfix-btn.versp a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-telfix-btn.versp .txt01{
  font-size: 14px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.pc-telfix-btn.versp .txt01 img{
  height: 28px !important;
  margin-right: 5px;
}
}

@media(max-width:599px) {
.pc-telfix-btn.versp .txt01{
  margin-right: 10px;
  padding-right: 10px;
}    
}

[data-element-id].pc-telfix-btn{
  position: relative;
}

/* 2025/06/11 */
.textwrap{
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  font-size: 18px;
  line-height: 2;
  color: #633418;
}

.imgwrap.ver02{
  margin-top: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.imgwrap.w300{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.facial-container{
  margin-top: 100px;
  margin-bottom: 100px;
}

.facial-ttl01{
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  color: #633418;
}

.facial-ttl01.white{
  color: #fff;
}

.facial-ttl01 .en{
  display: block;
  text-align: center;
  border-bottom: 1px solid #00addb;
}

.facial-ttl01.white .en{
  border-bottom: 1px solid #fff;
}

.facial-ttl01 .ja{
  display: block;
  text-align: center;
  font-size: 70%;
  color: #00addb;
}

.facial-ttl01.white .ja{
  color: #fff;
}

.facial-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facial-ttl02{
  font-size: 24px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  color: #00addb;  
}

.facial-flex+.facial-flex{
  margin-top: 1em;
}

.facial-wrap{
  background-color: #a8d2dd;
  padding: 50px;
}

.facial-wrap02+.facial-wrap02{
  margin-top: 50px;
}

.facial-list.ver02{
  width: 48%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.facial-list.ver03{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facial-list.ver05{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facial-list li{
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
  font-size: 18px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.facial-list.ver02 li{
  width: 50%;
}

.facial-list.ver02 li{
  color: #633418;
}

.facial-list.ver03 li{
  color: #633418;
  width: 50%;
}

.facial-list.ver04 li{
  color: #633418;
}

.facial-list.ver05 li{
  color: #633418;
  width: 50%;
}

.facial-list li+li{
  margin-top: 1em;
}

.facial-list.ver02 li+li{
  margin-top: 0;
}

.facial-list.ver03 li+li{
  margin-top: 0;
}

.facial-list.ver05 li+li{
  margin-top: 0;
}

.facial-list li::before{
  content: "■";
}

.facial-list.ver02 li::before{
  content: "・";
}

.facial-list.ver04 li::before{
  content: "・";
}

.facial-list.ver05 li::before{
  content: "✓";
}

.list-facial dl{
  display: flex;
}

.list-facial dl .item{
  box-sizing: border-box;
  width: calc( 100% / 3);
  border-bottom: 1px solid #633418;
  text-align: center;
  font-size: 18px;
  color: #633418;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  padding: 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}


.list-facial.ver02 dl .item.item01 {
  width: 10%;
  flex-grow: 1;
  text-align: left;
  display: block;
}

.list-facial.ver02 dl .item.item02 {
  width: 20%;
  flex-shrink: 1;
}

.first2 .box.verfacial {
    border-radius: 20px;
}

.first2 .box.verfacial h4 .st {
    background: none;
    border-radius: 0;
    color: #00addb;
    font-size: 1.5em;
    width: fit-content;
}

.first2 .box.verfacial+.box.verfacial:before {
    content: none;
}

.first2 .box.verfacial .tbox {
    margin-right: auto;
}

.first2.verfacial .box+.box {
    margin-top: 20px;
}

.first2.verfacial {
    padding-bottom: 0;
}

.first2.verfacial .box p {
    color: #633418;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.facial-box{
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 20px;
}

.facial-box+.facial-box{
  margin-top: 1em;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.facial-box .ttl{
  font-size: 18px;
  color: #00addb;
  margin-bottom: 1em;
  font-weight: bold;
}

.facial-box02{
  display: flex;
  align-items: center;
  gap: 10px;
}

.facial-box02 .item01{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #94c6a8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.facial-box02 .item02{
  width: 30%;
}

.facial-box02 .item03{
  width: 40%;
  flex-grow: 1;
}

.facial-box02+.facial-box02{
  margin-top: 1em;
}

.facial-flex02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facial-flex02.ver02{
  justify-content: center;
}

.facial-flex02 li{
  box-sizing: border-box;
  width: calc( 100% / 3);
  padding: 20px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.facial-flex02 li+li{
  border-left: 1px solid #633418;
}

.facial-flex02 li .ttl{
  color: #633418;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.facial-copy{
  text-align: center;
}

.up-fw-bold{
  font-weight: bold;
}

.mt20{
  margin-top: 20px;
}

.list-mokuji{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 100px;
}

.list-mokuji li{
  box-sizing: border-box;
  width: calc((100% - 10px) / 2);
}

.list-mokuji li a{
  box-sizing: border-box;
  color: #00addb;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #00addb;
  background-color: #d6f1f7;
  font-weight: bold;
  padding: 0.5em;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.hosoku{
  color: #633418;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

[class*='up-ofi'] {
  width: 100%;
  display: block;
  position: relative;
}

[class*='up-ofi'] img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

[class*='up-ofi-']::after {
  content: '';
  display: block;
}

[class*='up-ofi-'] img {
  position: absolute;
  top: 0;
  left: 0;
}

.up-ofi-60::after {
  padding-top: 60%;
}

.up-ofi-80::after {
  padding-top: 80%;
}

.up-ofi-100::after {
  padding-top: 100%;
}



@media(max-width:599px) {
.textwrap{
  font-size: 16px;
}  
  
.facial-container{
  margin-top: 50px;
  margin-bottom: 50px;
}  
  
.facial-ttl01{
  font-size: 24px;
}  
  
.facial-flex{
  flex-direction: column-reverse;
}

.facial-flex.ver02{
  flex-direction: initial;
}

.facial-list li{
  font-size: 16px;
}

.list-facial dl .item{
  text-align: left;
  font-size: 16px;
  display: block;
}

.facial-list.ver02 {
  width: 100%;
}


.facial-box02 {
  align-items: initial;
}

.facial-box02 .item01 {
  display: block;
}

.facial-list.ver05 li {
  width: 100%;
}

.facial-list.ver05 li+li {
  margin-top: 0.5em;
}

.facial-flex02 li {
  padding: 5px;
}

.facial-flex02 li .ttl {
  font-size: 12px;
}

.list-facial.ver02 dl {
  flex-wrap: wrap;
}

.list-facial.ver02 dl .item.item01 {
  width: 100%;
  padding: 0 0.5em;
  border-bottom: 0;
}

.list-facial.ver02 dl .item.item02 {
  width: 100%;
  text-align: right;
}

.list-facial.ver02 dl+dl {
  margin-top: 1em;
}

.list-mokuji li{
  width: 100%;
}

#snav.ver02 ul {
    padding-bottom: 100px;
}
}

.imgwrap.alink{
  width: 50%;
  margin: 30px auto;
}

.imgwrap.alink a{
  display: block;
  width: 100%;
  height: 100%;
}

@media(max-width:1024px) {
.imgwrap.alink{
  width: 60%;
}    
}

@media(max-width:599px) {
.imgwrap.alink{
  width: 90%;
}    
}

.facial-container.bgc{
  background-color: #a8d2dd;
  padding: 50px 0;
  margin-top: 0;
}

.obi{
  font-size: 24px;
  text-align: center;
  background-color: #fff;
  color: #00addb;
  padding: 0.5em 0;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  margin-bottom: 1em;
}

.price-strong{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price-strong .ttl{
  width: 80%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}

.price-strong .price{
  width: 20%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  color: #FFE973;
  font-size: 40px;
  text-align: right;
  font-weight: bold;
}

.tel3{
  text-align: center;
}

.tel-btn a{
  background-color: #00addb;
  padding: 1em;
  border-radius: 100px;
  color: #fff;
  font-size: 30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media(max-width:1024px) {
.price-strong .ttl{
  font-size: 32px;
}

.price-strong .price{
  font-size: 36px;
}
}

@media(max-width:599px) {
.price-strong .ttl{
  width: 100%;
  font-size: 24px;
}
.price-strong .ttl span {
  display: inline-block;
}
.price-strong .price{
  width: 100%;
  font-size: 24px;
  text-align: right;
}

.tel-btn a{
  font-size: 24px;
}
}

.mb80 {
  margin-bottom: 80px;
}
#footer .map {
  height: 400px;
}
}
