@font-face {
    font-family: "shirokuma";
    src: url("../fonts/shirokuma.woff2") format("woff2"), url("../fonts/shirokuma.woff") format("woff"), url("../fonts/shirokuma.ttf") format("truetype")
}

body {
    color: #6C6C6C;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    position: relative;
    letter-spacing: 0.1rem;
    background: url("../img/canvas.png") repeat
}

@media all and (max-width: 1200px) {
    body {
        background-size: auto 900px
    }
}

@media all and (max-width: 639px) {
    body {
        background-size: auto 360px
    }
}

a {
    color: #f0a;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: bold
}

@media all and (max-width: 639px) {
    #wrapper {
        overflow: hidden
    }
}

h2,
h3 {
    line-height: 1.4
}

.mincho {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: normal
}

@-webkit-keyframes view-zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes view-slideup {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fdfdfd;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader::after {
    -webkit-animation: loader 0.5s linear infinite;
    animation: loader 0.5s linear infinite;
    border: 1px solid #f6c;
    border-radius: 50%;
    border-right: 1px solid rgba(255, 102, 204, 0.2);
    border-top: 1px solid rgba(255, 102, 204, 0.2);
    content: "";
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hd-scrolled {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

#l-header {
    width: 100%;
    position: relative;
    border-top: 3px solid #f6c
}

#l-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1400px;
    min-width: 1024px;
    margin: 8px auto 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 890px) {
    #l-header .inner {
        min-width: initial
    }
}

#l-header #logo-wrap {
    padding-left: 10px
}

@media all and (max-width: 320px) {
    #l-header #logo-wrap {
        padding-left: 0
    }
}

#l-header #logo {
    width: 320px;
    position: relative
}

@media all and (max-width: 1200px) {
    #l-header #logo {
        width: 235px
    }
}

#l-header .head-right_txt {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #745b45;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 3px 0
}

#l-header .head-right_txt:after {
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    font-weight: bold;
    margin-left: 5px
}

#l-header .head-right_txt.non:after {
    display: none
}

#l-header .head-right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px
}

@media all and (max-width: 890px) {
    #l-header .head-right {
        display: none
    }
}

#l-header .head-right_contact {
    margin-left: 20px
}

#l-header .head-right_tel a,
#l-header .head-right_mail a {
    display: block;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 1.8rem;
    font-weight: bold
}

#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
    margin-right: 5px
}

#l-header .head-right_tel a {
    color: #FFB63F;
    font-size: 1.7rem;
    background: #f6c;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px
}

#l-header .head-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: bold
}

#l-header .head-right_tel a:hover {
    color: #f6c;
    background: #eee
}

#l-header .head-right_mail a {
    background: url(../img/pattern-orange.jpg);
    color: #fefefe
}

#l-header .head-right_mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold
}

#l-header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    -webkit-animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    background: rgba(254, 254, 254, 0.95)
}

#header_nav {
    position: relative;
    width: 600px;
    position: relative;
    z-index: 300;
    margin-top: 10px
}

@media all and (max-width: 1200px) {
    #header_nav {
        width: 575px
    }
}

#header_nav ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header_nav ul li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
}

#header_nav ul li:last-child {
    margin-right: 0;
    border-right: 0
}

#header_nav ul li a {
    display: block;
    position: relative;
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 5px 0;
    font-weight: normal;
    color: #333333;
    text-align: center
}

#header_nav ul li a span {
    display: block;
    color: #eb89b5;
    font-family: "YakuHanJP", "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0
}

#header_nav ul li a img {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto 3px
}

#header_nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
    background: #eb89b5;
    -webkit-transition: 0.2s width ease-in;
    transition: 0.2s width ease-in;
    z-index: -2
}

#header_nav ul li a:hover,
#header_nav ul li a.active {
    -webkit-transition: 0.2s color ease-in;
    transition: 0.2s color ease-in
}

#header_nav ul li a:hover:after,
#header_nav ul li a.active:after {
    width: 50px
}

#header_nav ul li:nth-child(1) a:before {
    background: url(../img/icon01.png) no-repeat center/contain
}

#header_nav ul li:nth-child(2) a:before {
    background: url(../img/icon02.png) no-repeat center/contain
}

#header_nav ul li:nth-child(3) a:before {
    background: url(../img/icon03.png) no-repeat center/contain
}

#header_nav ul li:nth-child(4) a:before {
    background: url(../img/icon04.png) no-repeat center/contain
}

#header_nav ul li:nth-child(5) a:before {
    background: url(../img/icon05.png) no-repeat center/contain
}

#header_nav ul li:nth-child(6) a:before {
    background: url(../img/icon06.png) no-repeat center/contain
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 999;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 187, 56, 0.8)), to(rgba(255, 232, 115, 0.8)));
    background-image: linear-gradient(to bottom, rgba(87, 187, 56, 0.8) 0%, rgba(255, 232, 115, 0.8) 100%);
    background: url(../img/pattern-green01.jpg);
    padding: 10px 5px
}

#header_nav .dropdown .dropdown-li {
    border-right: 0;
    margin: 0 0;
    background: #fff;
    border-radius: 10px
}

#header_nav .dropdown .dropdown-li:not(:last-child) {
    margin-bottom: 10px
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 140px;
    color: #745b45;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0
}

#header_nav .dropdown .dropdown-li.foot_only {
    display: none
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1500
}

#page-top a {
    display: block;
    background: #fefefe;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #f6c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

@media all and (max-width: 639px) {
    #page-top {
        bototm: 20px
    }
}

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#slide-bg {
    background: url("../img/bg-wood.png");
    padding: 25px 0 20px
}

@media all and (max-width: 639px) {
    #slide-bg {
        padding: 20px 0 30px
    }
}

#slideshow {
    position: relative;
    margin: 0 auto;
    max-width: 1400px
}

#slideshow .slide01 {
    background: url(../img/slide1.png) no-repeat center/cover
}

#slideshow .slide02 {
    background: url(../img/slide2.png) no-repeat center/cover
}

#slideshow .slide03 {
    background: url(../img/slide3.png) no-repeat center/cover
}

.slide-img {
    max-width: 1400px;
    margin: 0 auto
}

#catch {
    z-index: 200;
    position: absolute;
    right: 1%;
    bottom: 15%;
    opacity: 0;
    width: 600px;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in
}

#catch.on {
    opacity: 1
}

@media all and (max-width: 890px) {
    #catch {
        width: 40%
    }
}

@media all and (max-width: 639px) {
    #catch {
        right: 0;
        width: 60%;
        bottom: -5%
    }
}

.slide0 {
    background-image: url(../bxslider/images/0.jpg);
    background-position: center center
}

.slide1 {
    background-image: url(../bxslider/images/1.jpg);
    background-position: center center
}

.slide2 {
    background-image: url(../bxslider/images/2.jpg);
    background-position: center center
}

.slide3 {
    background-image: url(../bxslider/images/3.jpg);
    background-position: center center
}

.slide0,
.slide1,
.slide2,
.slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll;
    padding: 0px 0
}

.contact_lead {
    font-size: 1.1em;
    text-align: center
}

@media all and (max-width: 639px) {
    .contact_lead {
        font-size: 1em
    }
}

.contact_bnr>li:not(:last-child) {
    margin-right: 10px
}

@media all and (max-width: 639px) {
    .contact_bnr>li:not(:last-child) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li {
        width: 100%
    }
}

.contact_bnr>li .bnr_tel {
    color: #fff;
    font-size: 2.8rem;
    white-space: nowrap;
    border: 2px solid #f6c
}

.contact_bnr>li .bnr_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold
}

.contact_bnr>li .bnr_tel:hover {
    color: #f6c;
    background: #ddd
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_tel {
        font-size: 2rem
    }
}

.contact_bnr>li .bnr_login {
    color: #fff;
    font-size: 2rem;
    white-space: nowrap;
    border: 2px solid #f6c
}

.contact_bnr>li .bnr_login:hover {
    color: #f6c;
    background: #fff
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_login {
        font-size: 1rem
    }
}

.contact_bnr>li .bnr_mobile {
    background: #f6c;
    border: 2px solid #f3b
}

.contact_bnr>li .bnr_mobile:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: bold
}

.contact_bnr>li .bnr_mobile:hover {
    background: #dc552c
}

.contact_bnr>li .bnr_fax {
    background: #ffffff;
    border: 2px solid #f6c;
    color: #f6c;
    font-size: 2.8rem
}

.contact_bnr>li .bnr_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: bold
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_fax {
        font-size: 2rem
    }
}

.contact_bnr>li .bnr_mail {
    background: #f6c;
    color: #fefefe
}

.contact_bnr>li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold
}

.contact_bnr>li .bnr_mail:hover {
    background: #ff52c5;
    color: #fff
}

.contact_bnr>li a,
.contact_bnr>li span {
    display: block;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    border-radius: 30px;
    letter-spacing: 0.1em;
    background: #f6c;
    text-align: center
}

.contact_bnr>li a:before,
.contact_bnr>li span:before {
    margin-right: 5px
}

@media all and (max-width: 890px) {
    .contact_bnr>li a,
    .contact_bnr>li span {
        width: 100%;
        font-size: 1.5rem
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li a,
    .contact_bnr>li span {
        font-size: 1.4rem;
        letter-spacing: 0.1rem
    }
}

.footer-map-btn {
    text-align: center
}

.footer-map-btn a {
    display: block;
    width: 250px;
    color: #f6c;
    padding: 5px 15px;
    border: 2px solid #f6c;
    border-radius: 30px;
    background: #fefefe;
    font-weight: 600
}

.footer-map-btn a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5a0";
    font-weight: bold;
    margin-right: 5px
}

@media all and (max-width: 890px) {
    .footer-map-btn a {
        margin: 0 auto
    }
}

#l-footer {
    font-size: 1.4rem;
    position: relative;
    background: url("../img/bg-wood.png") repeat
}

#l-footer:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 70%;
    bottom: 0px;
    z-index: 2
}

#l-footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    font-weight: 400;
    position: relative;
    z-index: 4
}

@media all and (max-width: 1200px) {
    #l-footer {
        background-attachment: scroll
    }
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 1.2rem
    }
    #l-footer .inner {
        width: 90%;
        padding: 20px
    }
}

.footer-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    background: url(../img/bg-border.png) left bottom repeat-x;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 639px) {
    .footer-info-box {
        background: none
    }
}

.footer-info-box .footer-info-left {
    width: 43%;
    padding: 15px;
    margin-bottom: 10px
}

.footer-info-box .footer-info-left img {
    border-radius: 15px 0 15px 0
}

.footer-info-box .footer-info-right {
    width: 57%;
    padding: 15px
}

@media all and (max-width: 639px) {
    .footer-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-info-box .footer-info-left,
    .footer-info-box .footer-info-right {
        width: 100%;
        padding: 0
    }
    .footer-info-box .footer-info-left {
        margin-bottom: 20px;
        display: none
    }
}

.footer_navi {
    padding: 10px 0;
    max-width: 900px;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .footer_navi {
        display: none
    }
}

.footer_navi ul {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer_navi ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 4px;
    position: relative;
    text-align: center
}

.footer_navi ul li a {
    color: #745b45;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1.5;
    font-weight: 600
}

.footer_navi ul li a img {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto
}

.footer_navi ul li a span {
    display: none
}

.footer_navi ul li a:hover {
    color: #f6c
}

.footer_navi ul li .dropdown {
    display: none
}

.flogo {
    max-width: 450px;
    margin: 0 auto 10px
}

@media all and (max-width: 639px) {
    .flogo {
        margin: 0 auto
    }
}

.address {
    font-size: 1.3rem;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    .address {
        font-size: 12px
    }
}

.copyright {
    font-size: 1.2rem;
    position: relative;
    z-index: 4;
    font-weight: 400;
    text-align: center;
    background: #f6c;
    padding: 10px 0;
    color: #fefefe
}

@media all and (max-width: 639px) {
    .copyright {
        font-size: 12px;
        text-align: center
    }
}

.news-box {
    padding: 15px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    background: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (max-width: 639px) {
    .news-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        padding: 10px
    }
}

.news-title {
    text-align: center;
    font-weight: bold;
    padding: 5px 20px;
    white-space: nowrap;
    border-bottom: 0;
    position: relative;
    color: #777
}

.news-title span {
    font-size: 4rem;
    font-weight: 400;
    color: #f6c;
    text-transform: uppercase;
    display: block;
    margin-bottom: -10px
}

@media all and (max-width: 639px) {
    .news-title {
        padding: 5px 10px;
        width: 100%;
        -webkit-transform: initial;
        transform: initial
    }
    .news-title span {
        font-size: 3rem
    }
}

.news-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    background: #f6f4eb
}

@media all and (max-width: 639px) {
    .news-right {
        width: 100%;
        margin: 10px 0 0
    }
}

.top-01 {
    background: #fff;
    margin-top: 30px
}

@media all and (max-width: 639px) {
    .top-01 {
        padding-top: 20px
    }
}

.top-02 {
    position: relative
}

.top-02:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/bg-01.jpg) center top/cover;
    z-index: -1
}

.top-img {
    position: relative;
    width: 130%;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
}

.top-img img {
    width: 100%
}

@media all and (max-width: 639px) {
    .top-img {
        width: 100%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

.top-title01 {
    text-align: center;
    margin: 0px auto 20px
}

.greet-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px
}

.greet-wrap:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/greet-img01.jpg) no-repeat center/contain
}

@media all and (max-width: 639px) {
    .greet-wrap:before {
        width: 100%;
        height: 220px
    }
}

.top-txt {
    line-height: 2;
    position: relative;
    z-index: 2;
    width: 58%;
    margin-left: auto
}

@media all and (max-width: 639px) {
    .top-txt {
        font-size: 1.3rem;
        width: 100%;
        padding: 230px 15px 15px 15px
    }
}

.top-menulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 60px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.top-menulist li {
    width: 32%;
    position: relative;
    text-align: center
}

.top-menulist li a {
    display: block;
    z-index: 4;
    margin-bottom: 20px;
    position: relative
}

.top-menulist li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
    transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1)
}

.top-menulist li:hover:before {
    -webkit-transform: scale(0.97, 0.98);
    transform: scale(0.97, 0.98);
    border-radius: 20px;
    background: none
}

.top-menulist li:hover .top-menulist_img img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.top-menulist li:hover .more {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

@media all and (max-width: 1200px) {
    .top-menulist {
        margin-top: 40px;
        padding: 10px
    }
    .top-menulist li {
        width: 48%;
        margin-bottom: 25px
    }
}

@media all and (max-width: 639px) {
    .top-menulist li {
        width: 90%;
        margin: 0 auto 5%
    }
}

.top-menulist .more {
    position: absolute;
    left: -1%;
    top: -17%;
    width: 75px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    z-index: -1;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

@media all and (max-width: 639px) {
    .top-menulist .more {
        font-size: 1.2rem;
        width: 110px
    }
}

.top-menulist .top-menulist_img {
    width: 100%;
    height: 260px;
    border-radius: 20px 0 20px 0;
    border: 6px solid rgba(254, 254, 254, 0.5);
    overflow: hidden
}

.top-menulist .top-menulist_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    display: block;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform-origin: 50% 90%;
    transform-origin: 50% 90%
}

@media all and (max-width: 639px) {
    .top-menulist .top-menulist_img {
        height: 230px
    }
}

.top-menulist .top-menulist_ttl {
    margin: -50px auto 0;
    position: relative;
    z-index: 5;
    letter-spacing: 0.2rem;
    max-width: 370px;
    font-size: 2.2rem;
    color: #745b45;
    padding: 10px 5px 5px
}

.top-menulist .top-menulist_ttl span {
    border-bottom: 1px dashed #dc552c
}

@media all and (max-width: 639px) {
    .top-menulist .top-menulist_ttl {
        font-size: 1.6rem
    }
}

.top-menulist .top-menulist_txt {
    padding: 15px;
    color: #333;
    text-align: left;
    font-weight: 400
}

.top-box1 {
    max-width: 900px;
    margin: 55px auto 0;
    background: #fefefe;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    border: 3px solid #f6c
}

.top-box1:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 34px;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/board-top.png) no-repeat center bottom/contain;
    z-index: 0
}

@media all and (max-width: 639px) {
    .top-box1 {
        padding: 20px 15px
    }
}

.info-box {
    background: #fefefe;
    padding: 30px 15px;
    margin: 0 auto;
    border-radius: 0 0 20px
}

@media all and (max-width: 639px) {
    .info-box {
        width: 95%;
        margin: 0 auto;
        border-radius: 10px
    }
}

.pdf-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px
}

.pdf-list li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 10px
}

.pdf-list li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .pdf-list li:nth-child(3n) {
        margin-right: auto
    }
}

.pdf-list li a {
    display: block;
    background: #745b45;
    padding: 3px 5px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff
}

.pdf-list li a:hover {
    background: #7c2020
}

.pdf-list li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: bold;
    margin-right: 4px
}

.pdf-list li a.long {
    line-height: 1.4;
    padding-top: 10px
}

.pdf-list li.jpg a:before {
    content: "\f1c5"
}

@media all and (max-width: 639px) {
    .pdf-list li {
        width: 90%;
        margin: 0 auto 10px
    }
    .pdf-list li a {
        font-size: 1.3rem
    }
}

.single {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.single02 {
    margin: 0 auto;
    padding: 80px 0
}

@media all and (max-width: 639px) {
    .single02 {
        padding: 5em 0
    }
}

.single03 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.margin-top {
    margin-top: -60px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox {
    background: #fefefe;
    padding: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 3px 10px #f2b5d0;
    box-shadow: 2px 3px 10px #f2b5d0
}

.mbox.transparent {
    background: none
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 15px
    }
}

.mbox2 {
    border: 3px solid #efbcce;
    background: #fefefe;
    margin-right: auto;
    margin-left: auto;
    padding: 30px
}

@media all and (max-width: 639px) {
    .mbox2 {
        padding: 15px
    }
}

.small-box {
    max-width: 850px;
    margin: 0 auto
}

.about-box {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 20px;
    background: lemonchiffon;
    border: 2px solid #FFB63F
}

.bg-grid {
    background: rgba(255, 255, 255, 0.9);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
    background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-map {
    padding: 60px 0 90px;
    background: url(../img/map.png) no-repeat right center/auto 130%
}

@media all and (max-width: 639px) {
    .bg-map {
        background-size: auto 280px;
        padding: 80px 0 70px
    }
}

#main {
    float: left;
    width: 76%
}

#main .mbox {
    margin-bottom: 50px;
    border: 0.9px solid #f6c;
    -webkit-box-shadow: 12px 12px rgba(255, 102, 204, 0.2);
    box-shadow: 12px 12px rgba(255, 102, 204, 0.2);
    min-height: 250px
}

@media all and (max-width: 890px) {
    #main {
        float: none;
        width: 100%
    }
}

#side {
    float: right;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

@media all and (max-width: 890px) {
    #side {
        float: none;
        width: 95%;
        position: static;
        margin: 40px auto 0
    }
}

.mtitle {
    line-height: 1.5;
    margin-bottom: 48px;
    position: relative;
    text-align: center;
    letter-spacing: 1.6px;
    font-weight: 600;
    color: #f6c
}

.mtitle .eng {
    display: block;
    font-size: 2rem;
    font-family: "YakuHanJP", "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    margin-bottom: -5px;
    color: #eb89b5;
    line-height: 1.5
}

.mtitle .ja {
    font-size: 3rem
}

.mtitle.type1 .eng {
    color: #fff
}

.mtitle:after {
    position: absolute;
    content: "●●●";
    left: 50%;
    bottom: -20px;
    font-size: 10px;
    letter-spacing: 0.5em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #f6c
}

.mtitle.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.mtitle.white span {
    color: #fff
}

.mtitle.center {
    text-align: center
}

.mtitle.center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mtitle.mtitle_left {
    text-align: left
}

.mtitle.mtitle_left:after {
    left: 0;
    -webkit-transform: inherit;
    transform: inherit
}

@media all and (max-width: 639px) {
    .mtitle {
        font-size: 1.8rem;
        text-align: center
    }
    .mtitle .eng {
        font-size: 1.5rem
    }
    .mtitle .ja {
        font-size: 2rem
    }
}

.mtitle2 {
    color: #745b45;
    font-size: 2rem;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFB63F
}

.mtitle2 span {
    font-size: 2rem;
    margin-right: 10px;
    color: #f6c;
    font-family: "YakuHanJP", "Rounded Mplus 1c", sans-serif;
    font-weight: 500
}

@media all and (max-width: 639px) {
    .mtitle2 {
        font-size: 1.2rem
    }
    .mtitle2 span {
        font-size: 2.5rem
    }
}

.mtitle3 {
    font-size: 2.8rem;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #745b45;
    margin-bottom: 40px
}

.mtitle3.white {
    color: #fefefe
}

.mtitle3:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    height: 3px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffe873), to(#f6c));
    background-image: linear-gradient(to right, #ffe873, #f6c)
}

@media all and (max-width: 639px) {
    .mtitle3 {
        font-size: 1.7rem
    }
}

.mtitle-bll {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 3px solid #eeeeee;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-bottom: 5px
}

.mtitle-bll:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 5px;
    color: #f6c
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background: #f6c
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.4rem
    }
}

.mtitle4 {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.1rem
}

.mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%
}

.mtitle4 span:before,
.mtitle4 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #f6c
}

.mtitle4 span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle4 span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.mtitle4.white span:before,
.mtitle4.white span:after {
    background-color: #ffe873
}

@media all and (max-width: 639px) {
    .mtitle4 {
        font-size: 2rem
    }
}

@media all and (max-width: 320px) {
    .mtitle4 span:before {
        left: -3px
    }
    .mtitle4 span:after {
        right: -3px
    }
}

.mtitle-area {
    font-size: 2.8rem;
    margin-bottom: 20px
}

.mtitle-area span {
    padding: 5px 8px;
    background: #222;
    color: #fff;
    font-size: 7rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .mtitle-area {
        font-size: 2rem
    }
    .mtitle-area span {
        font-size: 4rem
    }
}

.mtitle_sub {
    padding-left: 0.5em;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #ffe873;
    margin: 8px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #ffa30c
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #FFB63F
}

@media all and (max-width: 639px) {
    .mtitle_sub {
        font-size: 1.4rem
    }
}

.mtitle_box {
    background: #f6c;
    background-size: 300px;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold
}

.mtitle_box span {
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    font-weight: bold;
    display: block;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

@media all and (max-width: 639px) {
    .mtitle_box {
        font-size: 1.5rem
    }
}

.mtitle_box2 {
    background: #F9E5EC;
    font-size: 2rem;
    color: #f6c;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    padding: 15px 10px 15px 20px;
    margin-bottom: 25px;
    letter-spacing: 0.1rem
}

.mtitle_box2 .small-cap {
    font-weight: 700;
    font-size: 14px
}

.mtitle_box2:before {
    background-color: #f6c;
    content: "";
    display: block;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    position: absolute;
    bottom: -10px;
    right: -150px;
    width: 300px;
    height: 280px
}

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 10px 10px 15px;
        padding-right: 60px
    }
    .mtitle_box2 span {
        font-size: 12px
    }
    .mtitle_box2:before {
        width: 215px;
        right: -170px
    }
}

.mtext1 {
    font-size: 2.3rem;
    line-height: 1.5
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.6rem
    }
}

.mtext2 {
    font-size: 3rem;
    line-height: 1.4
}

.mtext2 .eng {
    display: block;
    font-size: 4.5rem;
    color: #FFB63F;
    font-family: "YakuHanJP", "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px
}

@media all and (max-width: 890px) {
    .mtext2 .eng {
        font-size: 3rem
    }
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 2rem
    }
}

.mtext3 {
    font-size: 3rem;
    line-height: 1.5
}

@media all and (max-width: 639px) {
    .mtext3 {
        font-size: 2rem
    }
}

.mtext4 {
    font-size: 1.8rem;
    line-height: 1.25
}

@media all and (max-width: 639px) {
    .mtext4 {
        font-size: 1rem
    }
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700
}

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-weight: bold;
    margin-right: 5px;
    color: #f6c
}

.btn01 a {
    background: #fefefe;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    color: #f6c;
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    border-radius: 35px;
    border: 3px solid #f6c
}

.btn01 a:hover {
    background: rgba(235, 137, 181, 0.2)
}

@media all and (max-width: 639px) {
    .btn01 a {
        width: 95%
    }
}

.btn02 {
    width: 300px;
    margin: 20px auto 20px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #FFB63F;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn02 a:hover i {
    width: 34px
}

@media all and (max-width: 639px) {
    .btn02 {
        width: 280px
    }
    .btn02 a {
        font-size: 1.3rem
    }
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news dt {
    width: 6em;
    padding: 3px 5px;
    background: #f6c;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 20px
}

.news dd {
    padding: 5px;
    color: #fefefe;
    width: calc(100% - 7em);
    margin-left: 10px;
    border-bottom: 1px dashed #F9E5EC
}

.news dt:not(:last-child),
.news dd:not(:last-child) {
    margin-bottom: 10px
}

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px 5px;
    line-height: 1.3;
    border: 1px solid #FFB63F;
    color: #FFB63F;
    text-align: center;
    font-weight: normal;
    border-radius: 20px;
    font-size: 1.5rem
}

.news-bl dd {
    padding: 0 0 13px 9.2em;
    line-height: 1.6
}

.news-bl dd a {
    color: #745b45
}

.news-bl dd a:hover {
    color: #FFB63F
}

.news-bl dd:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px dashed #F9E5EC
}

@media all and (max-width: 639px) {
    .news-bl dt {
        float: none;
        font-size: 1.2rem
    }
    .news-bl dd {
        padding: 8px 0
    }
}

.page-title {
    position: relative;
    z-index: 1;
    margin: 10px auto;
    background: url(../img/page-title.jpg) no-repeat top/cover
}

.page-title .inner {
    margin: 0 auto;
    padding: 180px 0 10px;
    overflow: hidden
}

.page-title .inner .page-lead {
    text-align: center;
    color: #eb89b5;
    line-height: 1.3;
    font-size: 2.7rem;
    position: relative;
    z-index: 4;
    letter-spacing: 0.3rem;
    position: relative
}

.page-title .inner .page-lead:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -130px;
    width: 350px;
    height: 220px;
    background: #fefefe;
    background: url("../img/canvas.png") repeat;
    border-radius: 50%;
    z-index: -1
}

@media all and (max-width: 639px) {
    .page-title .inner .page-lead:before {
        width: 230px;
        height: 210px
    }
}

.page-title .inner .page-lead span {
    font-size: 1.5rem;
    display: block;
    color: #eb89b5;
    font-family: "YakuHanJP", "Rounded Mplus 1c", sans-serif;
    font-weight: 500
}

@media all and (max-width: 639px) {
    .page-title .inner .page-lead {
        margin-bottom: 5px;
        font-size: 1.8rem
    }
    .page-title .inner .page-lead span {
        font-size: 1.3rem;
        margi-bottom: -10px;
        letter-spacing: .1rem
    }
}

@media all and (max-width: 890px) {
    .page-title .inner {
        width: 99%;
        padding: 150px 0 10px
    }
}

.bg-02 {
    background: url("../img/body_bg.png") repeat;
    z-index: -5
}

.bg-03 {
    background: url("../img/bg02.png") repeat;
    z-index: -10
}

.bg-04 {
    background: url("../img/bg03.png") repeat;
    z-index: -10
}

.bg-01 {
    position: relative
}

.bg-01:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 97%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(lemonchiffon), to(#FFB63F));
    background-image: linear-gradient(to right bottom, lemonchiffon 0%, #FFB63F 100%)
}

@media all and (max-width: 639px) {
    .bg-01:before {
        width: 100%
    }
}

.bg-dot {
    background-image: radial-gradient(rgba(249, 229, 236, 0.83) 7%, transparent 10%), radial-gradient(rgba(249, 229, 236, 0.83) 7%, transparent 10%);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px
}

.bg-gradient {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(254, 254, 254, 0.5)), color-stop(50%, rgba(238, 238, 238, 0.7)), to(rgba(170, 170, 170, 0.5)));
    background-image: linear-gradient(to right bottom, rgba(254, 254, 254, 0.5) 0%, rgba(238, 238, 238, 0.7) 50%, rgba(170, 170, 170, 0.5) 100%)
}

.bg-base {
    background: rgba(235, 137, 181, 0.2) url("../img/bg01.png");
    position: relative;
    overflow: hidden
}

.bg-base.type1 {
    padding-bottom: 40px
}

.bg-maru1 {
    position: relative
}

.bg-maru1:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fefefe;
    border-radius: 20px;
    z-index: 0
}

.bg-blue {
    background: #fafcb4
}

.bg-gray {
    background: #f6f4eb
}

.bg-beige {
    background: #F9E5EC
}

.bg-wood {
    background: url(../img/bg-wood.png)
}

.tbl {
    width: 100%
}

.tbl .table-category td {
    background: rgba(255, 102, 204, 0.2)
}

.tbl th,
.tbl td {
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #f6c;
    font-size: 1.5rem;
    text-align: center;
    height: 60px
}

.tbl th {
    background: rgba(255, 102, 204, 0.1);
    color: #f6c
}

.tbl th span {
    font-size: 1.4rem
}

.tbl td {
    background: #fefefe
}

.tbl .cell01 {
    width: 25%
}

@media all and (max-width: 639px) {
    .tbl th,
    .tbl td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl_new {
    width: 100%
}

@media all and (max-width: 639px) {
    .tbl_new th {
        width: 36%
    }
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px
}

.tbl_new tr th {
    font-weight: 700;
    width: 27%;
    color: #f6c
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: rgba(235, 137, 181, 0.2)
}

.tbl-border {
    width: 100%
}

.tbl-border th,
.tbl-border td {
    padding: 15px;
    border-bottom: 0.9px solid #ccc;
    vertical-align: middle
}

.tbl-border th {
    width: 35%
}

@media all and (max-width: 639px) {
    .tbl-border th {
        width: 30%
    }
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 15px 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 25%;
    position: relative;
    background: #f6c;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FFFFFF;
    border-width: 10px;
    border-left-color: #f6c;
    margin-top: -10px
}

.company td {
    background: #FFFFFF;
    padding-left: 20px;
    border: 1px solid #f6c
}

.timetable {
    border-collapse: separate;
    border-radius: 3px;
    border-right: 2px solid #FFB63F;
    border-bottom: 2px solid #FFB63F;
    border-left: 2px solid #FFB63F;
    width: 100%;
    margin: 0 0 28px;
    color: #FFB63F;
    line-height: 1.5
}

@media all and (max-width: 639px) {
    .timetable {
        margin: 0 0 5px
    }
}

.timetable tr.tr-line th,
.timetable tr.tr-line td {
    border-top: 1px solid #CCE0EF
}

.timetable th,
.timetable td {
    padding: 8px;
    text-align: center;
    vertical-align: middle
}

@media all and (max-width: 639px) {
    .timetable th,
    .timetable td {
        padding: 5px
    }
}

.timetable .circle {
    color: #f6c
}

.timetable .time-txt {
    font-size: 12px
}

.timetable th {
    background: #E5EFF7;
    width: auto;
    padding: 5px 0 7px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.1em
}

.timetable th.th-1 {
    width: 30%
}

@media all and (max-width: 639px) {
    .timetable th.th-1 {
        width: 25%
    }
}

.timetable td {
    border: 1px solid #eee
}

.timetable tr:first-child th {
    background: #FFB63F;
    border-left: 1px solid #3381C0;
    padding: 11px 0;
    color: #F6F5F0;
    font-weight: 600;
    letter-spacing: 0
}

.ggmap {
    position: relative;
    padding-bottom: 40.25%;
    height: 0;
    height: 300px;
    border-radius: 20px;
    border: 2px solid #f6c;
    overflow: hidden
}

@media all and (max-width: 639px) {
    .ggmap {
        height: 250px
    }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc
}

.list_common li:before {
    content: "●";
    color: #f6c;
    margin-right: 5px
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check {
    padding: 5px;
    margin-bottom: 30px
}

.list_check li {
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.list_check li a {
    color: #745b45
}

.list_check li .inner {
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    padding: 10px;
    background: #f6f4eb;
    margin-top: 10px
}

.list_check li:not(:last-child) {
    margin-bottom: 15px
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    margin-right: 10px;
    color: #dc552c
}

@media all and (max-width: 639px) {
    .list_check li {
        width: 98%;
        margin: 0 auto 10px;
        font-size: 1.3rem
    }
}

.list_check2 li {
    margin-bottom: 5px;
    text-align: center;
    background: #f6c;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #f6c
}

.list_check2 li a {
    color: #fff
}

.list_check2 li:hover {
    background: #fff;
    color: #f6c
}

.list_check2 li:hover a {
    color: #f6c
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    margin-right: 5px
}

.list_kujou li {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ccc
}

.list_kujou li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5ad";
    font-weight: bold;
    margin-right: 5px;
    color: #f6c
}

.ol-list {
    counter-reset: number;
    list-style: none;
    padding: 0
}

.ol-list li {
    line-height: 2;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, right top, from(lemonchiffon), color-stop(80%, lemonchiffon), to(#ffe873));
    background-image: linear-gradient(to right, lemonchiffon 0%, lemonchiffon 80%, #ffe873 100%);
    padding: 5px 5px 5px 60px;
    border-bottom: 2px solid #ffe873
}

.ol-list li span {
    font-weight: 700;
    display: block;
    padding: 10px;
    line-height: 1.6
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: #FFB63F;
    position: absolute;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2rem;
    color: #222;
    margin-right: 0.3em;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 639px) {
    .ol-list li {
        font-size: 1.3rem
    }
    .ol-list li span {
        font-size: 0.9em
    }
    .ol-list li:before {
        font-size: 1.8rem
    }
}

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

.list-btn li {
    width: 32%;
    margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}

.list-btn li a {
    display: block;
    border: 1px solid #f6c;
    font-weight: 600;
    padding: 10px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0
}

.list-btn li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f56d";
    font-weight: bold;
    margin-right: 5px
}

.list-btn li a:hover {
    background: #f6c
}

.list-btn li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list-btn li {
        width: 90%;
        margin: 0 auto 10px
    }
    .list-btn li a {
        font-size: 1.2rem
    }
    .list-btn li:nth-child(3n) {
        margin-right: auto
    }
}

.blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.blog-wrap * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.blog-wrap>li {
    width: 24%;
    margin: 0 0.5% 3%;
    background: lemonchiffon;
    position: relative
}

@media all and (max-width: 1200px) {
    .blog-wrap>li {
        width: 32%
    }
}

@media all and (max-width: 890px) {
    .blog-wrap>li {
        width: 48%;
        margin: 0 1% 3%
    }
}

.blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 80%;
        margin: 0 auto 3%
    }
}

.blog-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.blog-img:before,
.blog-img:after {
    content: "";
    display: block;
    width: 86px;
    height: 109px;
    background-color: #fff;
    position: absolute;
    z-index: 2
}

.blog-img:before {
    -webkit-transform: translate3d(-34px, -64px, 0) rotate(60deg);
    transform: translate3d(-34px, -64px, 0) rotate(60deg);
    border-right-color: #fff;
    left: 0;
    top: 0
}

.blog-img:after {
    -webkit-transform: translate3d(34px, -64px, 0) rotate(-60deg);
    transform: translate3d(34px, -64px, 0) rotate(-60deg);
    border-left-color: #fff;
    right: 0;
    top: 0
}

.blog-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: "object-fit: cover;"
}

.blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-detail {
    padding: 10px
}

.blog-title {
    font-weight: 600
}

.blog-date {
    color: #f6c;
    display: block;
    font-size: 0.9em;
    font-weight: 600
}

.blog-date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: bold;
    margin-right: 5px
}

.blog-date2 {
    color: #FFB63F;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: 600
}

.blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px
}

.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

.pages .page_next,
.pages .page_prev {
    width: 48%;
    position: relative
}

.pages .page_next a,
.pages .page_prev a {
    color: #f0a;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    line-height: 1.6;
    display: block;
    text-align: center
}

.pages .page_next:before,
.pages .page_prev:before {
    position: absolute;
    left: 50%;
    top: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pages .page_next {
    margin-right: 3%
}

.pages .page_next:after {
    position: absolute;
    content: "";
    right: -2%;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 1
}

.category_nav {
    border: 1px solid #dddddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #dddddd;
    background-color: #ffffff
}

.category_nav li a:before {
    font-family: "FontAwesome";
    content: "\f0a9";
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f6f4eb
}

.category_nav li:last-child a {
    border-bottom: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

@media all and (max-width: 639px) {
    .pcbr {
        display: none
    }
}

.color1 {
    color: #FFB63F
}

.color2 {
    color: #f6c
}

.color3 {
    color: #dc552c
}

.num a {
    color: #FFB63F;
    font-size: 3rem;
    text-align: center
}

.num a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold;
    margin-right: 5px;
    color: #f6c
}

.num a:hover {
    color: #FFB63F
}

@media all and (max-width: 639px) {
    .num a {
        font-size: 2.2rem
    }
}

.telbox {
    max-width: 700px;
    margin: 20px auto 40px;
    padding: 20px;
    background: rgba(235, 137, 181, 0.3);
    text-align: center;
    font-size: 1.4rem
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

@media all and (max-width: 639px) {
    .telbox {
        font-size: 12px
    }
}

.coming {
    padding: 50px 0
}

.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px 20px;
    z-index: 4;
    border-radius: 0 5px 5px 0;
    font-size: 1.2rem
}

.breadcrumb li {
    display: inline;
    color: #222
}

.breadcrumb li a {
    color: #f6c
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

@media all and (max-width: 639px) {
    .breadcrumb {
        padding: 8px 10px;
        font-size: 1.1rem;
        margin-bottom: 20px
    }
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: bold
}

.form dl dt span {
    color: #fff;
    background: #f6c;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #cccccc
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    display: block;
    color: #111;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #f6c;
    border: 1px solid #f6c;
    border-radius: 25px;
    color: #fff
}

.form button:hover {
    background: #fff;
    color: #f6c
}

.form button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold;
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: 0.75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #f6c
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3
}

.form label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #f6c;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    -webkit-box-shadow: 20px -1px #fff;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    -webkit-box-shadow: 20px -1px #eeebda;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block
}

.form label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
    padding: 1px
}

.form label.checkbox_text:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #f6c;
    border-bottom: 3px solid #f6c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-box-shadow: 41px 0px #fff;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    -webkit-box-shadow: 40px 0px #666;
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    -webkit-box-shadow: 41px 0px #eee;
    box-shadow: 41px 0px #eee
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px
}

.normal {
    font-weight: normal
}

.select-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-content+.select-content {
    margin-top: 5px
}

.select-content .select-txt {
    padding: 0 5px
}

@media all and (max-width: 639px) {
    .select-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .select-content+.select-content {
        margin-top: 15px
    }
    .select-content span {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }
}

.memo {
    border: 2px solid rgba(249, 229, 236, 0.5);
    background: url(../img/bg01.jpg);
    padding: 15px
}

.thanks {
    padding: 40px;
    border: 3px solid #f6c;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 102, 204, 0.2);
    box-shadow: 0 0 0 8px rgba(255, 102, 204, 0.2);
    max-width: 700px;
    margin: 0 auto;
    background: #fefefe
}

@media all and (max-width: 639px) {
    .thanks {
        max-width: 90%;
        padding: 30px 20px
    }
}

.shadow {
    -webkit-box-shadow: 0 0 10px rgba(116, 91, 69, 0.15);
    box-shadow: 0 0 10px rgba(116, 91, 69, 0.15)
}

.policy {
    padding: 30px;
    background: #777;
    color: #fefefe;
    font-weight: 700
}

@media all and (max-width: 639px) {
    .policy {
        font-size: 1.1rem
    }
}

.mtitle_small {
    position: relative;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #f6c
}

.mtitle_small:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #f6c;
    position: absolute;
    left: 0;
    bottom: -5px
}

.mtitle_small.tcenter:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media all and (max-width: 639px) {
    .mtitle_small {
        font-size: 1.5rem
    }
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 4px;
    position: absolute;
    top: 0.6em;
    left: 0
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery.col3 li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 25px 0
}

.gallery.col3 li:nth-child(3n) {
    margin-right: 0
}

.gallery.col3 li a {
    height: 250px
}

.gallery.col4 li {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 25px 0
}

.gallery.col4 li:nth-of-type(4n) {
    margin-right: 0
}

.gallery.col4 li a {
    height: 200px
}

.gallery li a {
    display: block;
    text-align: center;
    padding: 0px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 15px 0 15px 0
}

.gallery li p {
    line-height: 1.6;
    margin-top: 5px
}

@media all and (max-width: 890px) {
    .gallery.col3 li:nth-child(3n) {
        margin: 0 4% 20px 0
    }
    .gallery.col3 li a {
        height: 250px
    }
}

@media all and (max-width: 890px) and (max-width: 639px) {
    .gallery.col3 li a {
        height: 180px
    }
}

@media all and (max-width: 890px) {
    .gallery.col3 li,
    .gallery.col4 li {
        width: 48%;
        margin: 0 4% 20px 0
    }
    .gallery.col3 li:nth-child(2n),
    .gallery.col4 li:nth-child(2n) {
        margin-right: 0
    }
    .gallery.col4 li a {
        height: 150px
    }
}

@media all and (max-width: 890px) and (max-width: 639px) {
    .gallery.col4 li a {
        height: 120px
    }
}

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

.list2.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 890px) {
    .list2.align-center {
        text-align: center
    }
    .list2.align-center .child {
        width: 100%
    }
}

.list2.type1 li {
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 15px
}

.list2>li,
.list2 .child {
    width: 48%;
    margin: 0 1% 15px
}

@media all and (max-width: 639px) {
    .list2>li,
    .list2 .child {
        width: 100%;
        margin: 10px auto 0
    }
    .list2>li:last-child,
    .list2 .child:last-child {
        margin-bottom: 10px
    }
}

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

.list3>li {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 30px 0
}

.list3>li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3>li:nth-child(3n) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    .list3>li {
        width: 90%;
        margin: 0 auto 25px
    }
}

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

.list4>li {
    width: 24%;
    margin: 0 calc(1% + (1% / 3)) 20px 0
}

.list4>li:nth-child(4n) {
    margin-right: 0
}

@media all and (max-width: 890px) {
    .list4>li {
        width: 48%;
        margin: 0 4% 20px 0
    }
    .list4>li:nth-child(2n) {
        margin-right: 0
    }
}

.list4.type1 {
    max-width: 97%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list4.type1>li {
    position: relative;
    border-radius: 15px 0 15px 0
}

.list4.type1>li img {
    border: 3px double #eb89b5;
    border-radius: 30px
}

.list4.type1>li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    bottom: 0;
    left: 0;
    background: #F9E5EC;
    z-index: -1;
    border-radius: 10px
}

.list4.type1>li:hover img {
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    border-radius: 50%
}

@media all and (max-width: 639px) {
    .list4.type1>li {
        padding: 0 10px 10px
    }
}

.prv dt {
    color: #f6c;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

.note {
    padding: 15px;
    margin-bottom: 20px;
    background: #F9E5EC
}

.flow-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0
}

.flow-dl dt {
    background: #f6c;
    font-size: 3rem;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-right: 20px
}

.flow-dl dt span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: -10px
}

.flow-dl dd {
    width: calc(100% - 80px)
}

.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child) {
    margin-bottom: 20px
}

.txt1 {
    padding-left: 10px
}

.fee-box {
    margin: 10px 0 20px;
    font-weight: bold;
    background: lemonchiffon;
    padding: 5px
}

.fee-box span {
    display: block;
    font-weight: 700
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-month ul li {
    width: 90%;
    padding: 3px;
    text-align: center;
    font-size: 1.4rem;
    background: #f6f4eb;
    margin: 0 0 5px
}

.blog-month ul li a {
    color: #745b45
}

@media all and (max-width: 890px) {
    .blog-month ul li {
        width: 48%;
        font-size: 1.1rem
    }
    .blog-month ul li:nth-child(even) {
        margin-left: 1%
    }
}

.price {
    font-weight: bold;
    color: #ffe873;
    font-size: 1.2em;
    padding-right: 5px
}

.list-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-center li {
    max-width: 250px
}

.list-center li:not(:last-child) {
    margin: 0 5px 5px
}

@media all and (max-width: 639px) {
    .list-center li {
        width: 220px
    }
    .list-center li:not(:last-child) {
        margin: 0 0 5px
    }
}

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

.faq-dl .faq-inner {
    width: 49%;
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(255, 232, 115, 0.6);
    margin-bottom: 35px;
    padding-bottom: 20px
}

.faq-dl .faq-inner:nth-child(even) {
    margin-left: 2%
}

@media all and (max-width: 639px) {
    .faq-dl .faq-inner:nth-child(even) {
        margin-left: auto
    }
}

@media all and (max-width: 639px) {
    .faq-dl .faq-inner {
        width: 100%;
        margin-bottom: 20px
    }
}

.faq-dl dt,
.faq-dl dd {
    position: relative;
    padding: 10px 10px 10px 55px
}

.faq-dl dt:before,
.faq-dl dd:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0
}

.faq-dl dt {
    color: #f6c;
    margin-bottom: 10px
}

.faq-dl dt:before {
    content: "Q";
    font-size: 3rem;
    color: #f6c
}

.faq-dl dd:before {
    content: "A";
    color: #dc552c;
    font-size: 3rem;
    background: #fff
}

.container-box {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.box-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box-column2 .box-container {
    width: 49%;
    padding: 10px;
    position: relative
}

@media all and (max-width: 639px) {
    .box-column2 .box-container {
        width: 100%
    }
    .box-column2 .box-container.order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.voice-dl>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0
}

.voice-dl>div:not(:last-of-type) {
    background: url(../img/bg-border.png) repeat-x left bottom
}

.voice-dl dt {
    width: 30%;
    text-align: center
}

.voice-dl dd {
    width: calc(100% - 32%)
}

.voice-dl .voice-txt {
    padding: 8px;
    margin-bottom: 10px
}

@media all and (max-width: 890px) {
    .voice-dl>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .voice-dl dt,
    .voice-dl dd {
        width: 100%
    }
}

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

.voice-list li {
    width: calc((100% / 3) - 3%);
    margin: 0 1.5% 3%
}

.voice-list li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .voice-list li:nth-child(3n) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    .voice-list li {
        width: 90%;
        margin: 0 auto 20px
    }
}

.voice-comment {
    padding: 10px;
    background: rgba(255, 232, 115, 0.7);
    width: 95%;
    margin: 0 auto 0;
    border-radius: 15px 20px 15px 20px
}

.board {
    position: relative;
    margin: 2em auto;
    max-width: 1200px;
    padding: 25px;
    background-color: #202020;
    color: #fff;
    border: 8px solid #d1c55d;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
    box-shadow: 0 0 5px #333, 0 0 5px #555 inset
}

.board::before,
.board::after {
    position: absolute;
    content: "";
    bottom: 0
}

.board::before {
    right: 10px;
    border: solid 3px #fff;
    width: 20px;
    border-radius: 3px 2px 0 2px
}

.board::after {
    right: 40px;
    border: solid 3px #ffff6b;
    width: 15px;
    border-radius: 8px 5px 2px 5px
}

@media all and (max-width: 890px) {
    .board {
        width: 90%
    }
}

.btn-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 30px auto -120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10
}

.btn-03 li {
    width: 31%
}

.btn-03 li:not(:last-child) {
    margin-right: 3%
}

@media all and (max-width: 639px) {
    .btn-03 li:not(:last-child) {
        margin-right: 1.5%
    }
}

@media all and (max-width: 639px) {
    .btn-03 {
        margin: 30px auto -80px;
        padding: 5px
    }
    .btn-03 li {
        width: 32%
    }
}

.calendar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calendar-inner {
    width: 23%;
    margin: 0 calc(2% + (2% / 3)) 30px 0;
    -webkit-box-shadow: 0 2px 3px rgba(116, 91, 69, 0.15);
    box-shadow: 0 2px 3px rgba(116, 91, 69, 0.15);
    background: lemonchiffon;
    position: relative
}

.calendar-inner:nth-child(4n) {
    margin-right: 0
}

.calendar-inner .month {
    position: absolute;
    left: -5px;
    top: -10px;
    background: #FFB63F;
    color: #745b45;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 600
}

.calendar-inner .calendar-txt {
    padding: 10px;
    margin-top: 20px;
    line-height: 1.6
}

@media all and (max-width: 639px) {
    .calendar-inner {
        width: 48%;
        margin: 0 4% 25px 0
    }
    .calendar-inner:nth-child(2n) {
        margin-right: 0
    }
}

.feature-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feature-title .balloon {
    position: relative;
    display: inline-block;
    margin: 0.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #f6c;
    font-size: 1.5rem;
    font-weight: bold;
    background: #FFB63F;
    border-radius: 50%
}

.feature-title .balloon:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -12px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #FFB63F;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.feature-title .lead {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #FFB63F
}

@media all and (max-width: 639px) {
    .feature-title .balloon {
        font-size: 1.3rem
    }
    .feature-title .lead {
        font-size: 1.6rem
    }
}

.base {
    color: #f6c
}

.hd_text span {
    border-right: 2px solid #f6c;
    padding: 0 10px;
    margin: 0 10px 0 0
}

@media all and (max-width: 639px) {
    .hd_text span {
        display: block;
        border-right: 0px solid #f6c;
        border-bottom: 2px solid #f6c;
        padding: 10px 0;
        margin: 0 0 10px 0
    }
}

.info {
    font-size: 2rem;
    color: #333;
    margin-top: 20px
}

.info span {
    background: #f6c;
    color: #fff;
    margin: 0 5px;
    padding: 1px 10px;
    border-radius: 20px
}

@media all and (max-width: 639px) {
    .info {
        font-size: 1.5rem
    }
    .info span {
        display: block
    }
}

.demo {
    margin: 0 auto;
    padding: 10px 0;
    font-family: sans-serif;
    font-size: 1.5rem;
    color: #f6c
}

.heading {
    margin: 10px 0
}

.demo3 .heading {
    color: #f6c;
    text-align: center;
    overflow: hidden
}

.demo3 .heading span {
    display: inline-block;
    position: relative
}

.demo3 .heading span:before,
.demo3 .heading span:after {
    content: "";
    border-bottom: 1px solid #f6c;
    width: 45px;
    margin: 0 15px;
    position: absolute;
    bottom: 14px
}

.demo3 .heading span:before {
    right: 100%
}

.demo3 .heading span:after {
    left: 100%
}

#blog_flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: 40px auto
}

@media (max-width: 960px) {
    #blog_flexwrap {
        width: calc(100% - 16px)
    }
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 40px
}

#blog_flexwrap #blog_side section {
    margin-bottom: 25px
}

#blog_flexwrap #blog_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#blog_flexwrap #blog_main section {
    padding: 24px;
    margin-bottom: 25px
}

.blog_sttl01 {
    text-indent: 5px;
    border-top: 2px solid #f6c;
    border-bottom: 2px solid #f6c;
    color: #f6c;
    background: #F9E5EC;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center
}

.blog_mttl {
    width: calc(100% - 20px);
    color: #f6c;
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
    overflow: hidden;
    font-weight: bold;
    margin: 0px 0 16px;
    line-height: 1.8
}

@media (max-width: 1200px) {
    .blog_mttl {
        font-size: 1.8rem
    }
}

.blog_time {
    padding-top: 0px;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: right
}

@media (max-width: 479px) {
    .blog_time {
        font-size: 1.2rem
    }
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 16px 0
}

.pages {
    width: calc(100% - 20px);
    margin-top: 40px;
    font-size: 1.2rem
}

.pages a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #f6c;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pages a:link,
.pages a:visited {
    color: #f6c
}

.pages a:hover {
    opacity: 0.6
}

.pages .page_next {
    float: left;
    width: calc(45% - 20px)
}

.pages .page_prev {
    float: right;
    text-align: right;
    width: calc(45% - 20px)
}

.archive * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.archive ul {
    margin: 8px 0 0
}

.archive li {
    background: #F9E5EC;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
    background: #fff
}

.archive li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px
}

.archive li a:link,
.archive li a:visited {
    color: #333
}

.archive li a:hover {
    color: #f6c
}

.blog_side_list {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog_side_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100% !important;
    border: 1px solid #ccc;
    position: relative;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px);
    padding: 0
}

.blog_side_list .blog_bx:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: rgba(17, 17, 17, 0.2) 0px 5px 10px 5px;
    box-shadow: rgba(17, 17, 17, 0.2) 0px 5px 10px 5px
}

.blog_side_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    -webkit-box-shadow: rgba(17, 17, 17, 0.1) 0 0 1px 1px;
    box-shadow: rgba(17, 17, 17, 0.1) 0 0 1px 1px
}

.blog_side_list .blog_bx * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #f6c;
    float: none;
    background: #fff;
    padding: 0 0px;
    border-bottom: 1px dashed #f6c
}

.blog_side_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    color: #f6c;
    font-size: 1.5rem;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blog_top_list {
    position: relative;
    margin: 0 0px 16px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog_top_list:after {
    content: "";
    display: block;
    width: 31%
}

.blog_top_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: calc(33.33% - 16px) !important;
    font-size: 12px;
    margin: 25px 0;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #FFFFFF;
    border: 1px solid #f6c;
    padding: 10px
}

.blog_top_list .blog_bx:nth-child(3) {
    margin-right: 0px
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%;
    padding: 16px
}

.blog_top_list .blog_bx:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 3px 3px 10px #9E9E9E;
    box-shadow: 3px 3px 10px #9E9E9E
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none
}

.blog_top_list .blog_bx * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #f6c;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    padding-top: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #aaa
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin: 0 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    font-size: 1.6rem;
    color: #f6c
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

@media (max-width: 960px) {
    .blog_top_list {
        position: relative;
        margin: 0 0 16px !important;
        padding: 0 !important;
        width: 100% !important;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .blog_top_list .blog_bx {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 100% !important;
        border: 1px solid #ccc;
        position: relative;
        padding: 8px;
        margin-bottom: 8px;
        background: #fff
    }
    .blog_top_list .blog_bx a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1
    }
    .blog_top_list .blog_bx .blog_bx_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .blog_top_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 120px);
        padding: 0
    }
    .blog_top_list .blog_bx:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: rgba(17, 17, 17, 0.2) 0px 5px 10px 5px;
        box-shadow: rgba(17, 17, 17, 0.2) 0px 5px 10px 5px
    }
    .blog_top_list .blog_bx figcaption {
        width: 100px;
        height: 100px;
        display: block;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        margin-bottom: 0px;
        -webkit-box-shadow: rgba(17, 17, 17, 0.1) 0 0 1px 1px;
        box-shadow: rgba(17, 17, 17, 0.1) 0 0 1px 1px
    }
    .blog_top_list .blog_bx * {
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
    .blog_top_list .blog_bx img {
        vertical-align: middle;
        height: 100px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }
    .blog_top_list .blog_bx:hover img {
        opacity: 1 !important
    }
    .blog_top_list .blog_bx .ttl {
        font-weight: bold;
        font-size: 1.2rem;
        color: #f6c;
        float: none;
        background: #fff;
        padding: 0 0px;
        border-bottom: 1px dashed #f6c
    }
    .blog_top_list .blog_bx .ttm {
        float: none;
        padding-top: 0px;
        font-size: 1.2rem;
        color: #888;
        font-weight: normal
    }
    .blog_top_list .blog_bx .ttm:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f017";
        margin-right: 5px;
        font-weight: normal
    }
    .blog_top_list .blog_bx .blog_ttl {
        clear: both;
        font-weight: bold;
        color: #f6c;
        font-size: 1.5rem;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .blog_top_list .blog_bx {
        width: calc(50% - 16px)
    }
    .blog_top_list .blog_bx figcaption {
        border-radius: 0
    }
    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }
    #blog_flexwrap #blog_main {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 32px
    }
    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }
    .pages {
        width: 100%
    }
    .pages .page_next {
        float: none;
        width: calc(100% - 20px);
        margin-bottom: 8px
    }
    .pages .page_prev {
        float: none;
        text-align: left;
        width: calc(100% - 20px)
    }
}

.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative
}

.timeline-date {
    width: 130px;
    float: left;
    text-align: left;
    margin-top: 10px;
    color: #f6c;
    font-weight: bold
}

.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #ccc solid;
    padding: 10px 0 10px 30px
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #f6c;
    position: absolute;
    left: 126px;
    top: 17px;
    border-radius: 100%
}

@media screen and (max-width: 768px) {
    .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative
    }
    .timeline-date {
        width: 10em;
        float: left;
        text-align: left;
        margin-top: 10px
    }
    .timeline-content {
        width: 50%;
        float: left;
        border-left: 3px #ccc solid;
        padding: 10px 0 20px 20px
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #f6c;
        position: absolute;
        left: 9.6em;
        top: 17px;
        border-radius: 100%
    }
}

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

.flex .col2 {
    width: 48.44%
}

@media screen and (max-width: 890px) {
    .flex .col2 {
        width: 95%
    }
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px
}


/*# sourceMappingURL=basis.css.map */