@import url("https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400;500;600;700&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.zoomin {
    -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-03s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animated.delay-05s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animated.delay-07s {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@media all and (max-width: 769px) {

    .animated.delay-1s,
    .animated.delay-2s,
    .animated.delay-3s,
    .animated.delay-4s,
    .animated.delay-5s {
        -webkit-animation-duration: .3s;
        animation-duration: .3s
    }
}

.innerA {
    display: table;
    width: 100%;
    table-layout: fixed
}

.innerA .left_s {
    width: 30%;
    float: left
}

.innerA .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

.innerB {
    display: table;
    width: 100%;
    table-layout: fixed
}

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

.innerB .left,
.innerB .right {
    width: 48%;
    float: left
}

@media all and (max-width: 639px) {

    .innerB .left,
    .innerB .right {
        width: 100%;
        float: none
    }
}

.innerB .right {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right {
        margin-left: 0;
        margin-top: 15px
    }
}

.innerB .left_s {
    width: 30%;
    float: left
}

@media all and (max-width: 639px) {
    .innerB .left_s {
        width: 100%;
        float: none
    }
}

.innerB .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right_l {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        float: none
    }
}

.innerC {
    display: table;
    width: 100%;
    table-layout: fixed
}

.innerC .left,
.innerC .right {
    width: 48%;
    float: left
}

.innerC .right {
    margin-left: 4%
}

.innerC .left_s {
    width: 30%;
    float: left
}

.innerC .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

#entry {
    padding-bottom: 80px
}

#entry .entry__cotent {
    background: #fff;
    padding: 30px;
    font-family: "Zen Maru Gothic", sans-serif
}

@media all and (max-width: 769px) {
    #entry .entry__cotent {
        padding: 15px
    }
}

#entry .entry__cotent .data span {
    background: #f5f5f5;
    padding: .3em .5em
}

#entry .entry__cotent .page_sec_title {
    margin: 10px 0;
    border-bottom: 1px solid #8FB412
}

@media all and (max-width: 769px) {
    #entry .entry__cotent .entry__cotent__text {
        font-size: 14px
    }
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 1rem;
    *font-size: small;
    *font: x-small;
    line-height: 1.8;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500
}

body.is-opened {
    height: 100%;
    overflow: hidden
}

#body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    background: #fcfbf7
}

#page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

a:link,
a:visited,
a:hover {
    color: #fcf0f5;
    text-decoration: none
}

.tbox {
    border: 2px solid #fcf0f5;
    padding: 15px;
    width: calc(100% - 34px)
}

.sign_ttl {
    border-bottom: 1px solid #111;
    font-size: 1.5rem;
    padding: 5px 0;
    text-align: center;
    max-width: 300px;
    margin: 0 auto
}

.top_bg01 {
    background: url("../img/top_bg01.png") no-repeat center top;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.top_bg01 section {
    padding: 50px 0
}

@media screen and (max-width: 768px) {
    .top_bg01 {
        margin-bottom: 0px;
        padding-bottom: 40px
    }
}

.infiniteslide1 {
    height: 200px !important;
    overflow: hidden;
    border-top: 3px solid #aaa;
    border-bottom: 3px solid #aaa
}

.infiniteslide1 li img {
    height: 200px !important
}

@media screen and (max-width: 768px) {
    .infiniteslide1 {
        height: 100px
    }

    .infiniteslide1 img {
        height: 100px
    }
}

.nbl {
    overflow: hidden
}

.nbl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    color: #fff;
    background: #fcf0f5;
    text-align: center;
    margin: 0px 0
}

.grid .nbl dt {
    width: 4em
}

.grid .nbl dd {
    padding-left: 6em
}

.nbl dd {
    padding-left: 9em;
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 0px 0 10px
}

.gallery {
    background: #f2f2f2;
    width: 100%;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px
}

.grid {
    position: relative;
    margin: 0 0 30px !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
}

.grid-item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: calc(33% - 30px) !important;
    font-size: 12px;
    background: #fff;
    padding: 10px 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px
}

.grid-item a {
    display: block;
    text-align: center;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../img/pgb.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px
}

.grid-item * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.grid-item h5 {
    font-size: 1.6rem;
    text-align: center;
    color: #fcf0f5
}

.grid-item p {
    line-height: 1.6em;
    font-size: 13px
}

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

.grid-item a:hover img {
    opacity: 0.1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.split_bx {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../img/bg_top.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.split_bx img {
    top: 35%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    display: block;
    position: absolute
}

@media screen and (max-width: 768px) {
    .split_bx {
        top: 0
    }
}

.split {
    visibility: hidden;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #fcf0f5;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff,
        -2px 2px 0 #fff, 2px 2px 0 #fff
}

@media screen and (max-width: 768px) {
    .split {
        font-size: 1.8rem
    }
}

.scr2 {
    z-index: 999999999
}

.blanket li {
    padding: 0px 0;
    height: auto;
    position: relative;
    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;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: -150px
}

.blanket li:nth-child(2n) {
    display: block
}

.blanket li:nth-child(2n) .image {
    margin: 0 auto
}

.blanket li:nth-child(2n) .blanket_ttl_top {
    text-align: left;
    color: #8FB412 !important
}

.blanket li .image,
.blanket li .detailBox {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.blanket li .image {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.blanket li .image img {
    -webkit-box-shadow: rgba(252, 240, 245, 0.1) -50px 50px 0 0;
    box-shadow: rgba(252, 240, 245, 0.1) -50px 50px 0 0
}

.blanket li .detailBox {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.blanket li .textBox {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 60px;
    border: 1px solid #fcf0f5
}

.blanket li .blanket_ttl_top {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 0.2rem;
    font-size: 5rem;
    font-weight: normal;
    margin-bottom: 10px;
    text-indent: 2rem;
    text-align: right;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative
}

.blanket li .blanket_ttl_top span {
    display: block;
    font-size: 1.8rem
}

.blanket li .blanket_ttl {
    font-size: 2.4rem;
    font-weight: normal;
    color: #fcf0f5;
    margin-bottom: 10px
}

.blanket li .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
}

.btn_slash {
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 270px;
    margin: 0 auto
}

.btn_slash:before {
    background: #8FB412;
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: 2
}

.btn_slash:after {
    -webkit-transform: skew(-12deg) translate(8px, 8px);
    transform: skew(-12deg) translate(8px, 8px);
    border-color: #8FB412;
    z-index: 1
}

.btn_slash:before,
.btn_slash:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #8FB412;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.btn_slash a {
    padding: 20px 0 21px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-decoration: none
}

.btn_slash:hover:before {
    border-color: #02672c;
    background-color: #02672c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
}

.btn_slash:hover:after {
    border-color: #02672c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
}

.btn_slash:hover a {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px)
}

@media screen and (max-width: 768px) {
    .blanket li {
        display: block;
        margin: 0
    }

    .blanket li:nth-child(2n) {
        display: block
    }

    .blanket li:nth-child(2n) .image {
        margin: 0 auto
    }

    .blanket li:nth-child(2n) .blanket_ttl_top {
        text-align: left
    }

    .blanket li .image,
    .blanket li .detailBox {
        width: 100%
    }

    .blanket li .detailBox {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        padding: 20px 0
    }

    .blanket li .image img {
        -webkit-box-shadow: rgba(252, 240, 245, 0.1) -10px 10px 0 0;
        box-shadow: rgba(252, 240, 245, 0.1) -10px 10px 0 0
    }

    .blanket li .textBox {
        width: calc(100% - 20px);
        background: #fff;
        padding: 15px 10px
    }

    .blanket li .blanket_ttl_top {
        font-size: 3rem;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        text-align: left;
        margin-bottom: 0;
        text-indent: 1rem
    }

    .blanket li .blanket_ttl_top span {
        font-size: 1.3rem
    }

    .blanket li .blanket_ttl {
        font-size: 2rem;
        font-weight: normal
    }

    .blanket li .btn {
        width: 90% !important;
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: translate(0%, 0px);
        transform: translate(0%, 0px)
    }

    .blanket .btn_slash {
        line-height: 1;
        color: #fff;
        text-align: center;
        margin: 25px auto 0
    }
}

.bg_text1 {
    background: url("../img/bg_text1.png") no-repeat top center
}

.mtext1 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 10px 0;
    color: #fcfbf7;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

@media screen and (max-width: 768px) {
    .mtext1 {
        font-size: 1.5rem !important
    }
}

.mtext2 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .mtext2 {
        font-size: 1.5rem !important
    }
}

.mtext2 span {
    font-size: 1.5rem
}

.border01 {
    border-top: 2px solid #8FB412;
    max-width: 400px;
    margin: 0 auto;
    padding: 0
}

.mtext02 {
    font-size: 2.3rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.mtext_big {
    font-size: 3rem
}

#flashA {
    width: 100%;
    overflow: hidden;
    padding: 0
}

#flash {
    height: 414px;
    min-width: 950px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    overflow: hidden
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 414px
}

.wideslider ul {
    float: left;
    display: inline
}

.wideslider ul li {
    float: left;
    display: inline
}

.wideslider ul li img {
    width: 100%;
    display: none
}

.wideslider_base {
    top: 0;
    position: absolute
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer
}

.slider_prev {
    background: #fff url(../photo/prev.jpg) no-repeat right center
}

.slider_next {
    background: #fff url(../photo/next.jpg) no-repeat left center
}

.pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #a6aaa9
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important
}

@media screen and (max-width: 800px) {
    #flash {
        width: 100%;
        height: auto
    }

    #flashA {
        min-width: 100%
    }
}

.mttl_top01 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .mttl_top01 {
        font-size: 2.2rem
    }
}

.mttl_02 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.3rem;
    line-height: 1.2;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .mttl_02 {
        font-size: 2.2rem
    }
}

.mttl_03 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: normal;
    font-size: 4vw;
    letter-spacing: 0.3rem;
    line-height: 1.2;
    margin-bottom: 10px
}

.facebook {
    width: 500px;
    margin: 30px auto 0
}

@media screen and (max-width: 768px) {
    .facebook {
        width: 100%
    }
}

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

.news-ttl {
    width: 300px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    vertical-align: middle;
    text-align: left;
    color: #fcf0f5;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2
}

.news-ttl span {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem !important;
    display: block;
    color: #333
}

.news-bx {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 20px);
    padding: 0 10px
}

.news {
    overflow: hidden;
    line-height: 1.6;
    margin: 10px auto 0
}

.news dt {
    float: left;
    width: 8em;
    font-weight: bold;
    color: #fcf0f5
}

.news dd {
    padding-left: 8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px
}

.message {
    overflow: hidden;
    line-height: 1.6;
    margin: 30px auto;
    max-width: 900px;
    color: #fff;
    font-size: 2rem;
    display: table;
    font-weight: bold
}

.message dt {
    display: table-cell;
    vertical-align: middle
}

.message dd {
    display: table-cell;
    text-align: left;
    padding-left: 30px
}

@media screen and (max-width: 768px) {
    .message {
        overflow: hidden;
        line-height: 1.6;
        margin: 20px auto;
        max-width: 100%;
        color: #fff;
        font-size: 1.5rem;
        display: block;
        text-align: center
    }

    .message dt {
        display: block;
        margin-bottom: 20px
    }

    .message dd {
        display: block;
        padding-left: 0
    }
}

@media screen and (max-width: 768px) {
    .newsbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-ttl {
        width: 100% !important;
        border-right: 0px solid #fcf0f5;
        border-bottom: 1px solid #fcf0f5;
        padding: 5px 0;
        text-align: center
    }

    .news-ttl span {
        font-size: 1.2rem !important
    }

    .news-bx {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 0px);
        padding: 0 0px
    }

    .scrbr {
        width: 100%;
        padding: 15px 0px;
        max-height: 100px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.f_flex {
    line-height: 1.5;
    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-bottom: 50px
}

.f_flex li {
    margin: 0 10px
}

.f_flex04 {
    padding: 5px 0;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    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
}

.f_flex04 li {
    width: calc(25% - 10px);
    margin: 0 5px
}

@media screen and (max-width: 768px) {
    .f_flex04 li {
        width: calc(50% - 10px)
    }
}

.f_flex04 li img {
    width: 100%
}

@media screen and (max-width: 768px) {
    .f_flex04 {
        margin-bottom: 30px
    }
}

.staff_bg1 {
    background-image: url(../img/staff_bg1.jpg);
    background-position: center right
}

.staff_bg2 {
    background-image: url(../img/staff_bg2.jpg);
    background-position: center left
}

.staff_bg3 {
    background-image: url(../img/staff_bg3.jpg);
    background-position: center right
}

.staff_bg4 {
    background-image: url(../img/staff_bg4.jpg);
    background-position: center left
}

.staff_bg1a {
    background-image: url(../img/interview2/staff_bg1.jpg);
    background-position: center right
}

.staff_bg2a {
    background-image: url(../img/interview2/staff_bg2.jpg);
    background-position: center left
}

.staff_bg3a {
    background-image: url(../img/interview2/staff_bg3.jpg);
    background-position: center right
}

.staff_bg4a {
    background-image: url(../img/interview2/staff_bg4.jpg);
    background-position: center left
}

.staff_bg5 {
    background-image: url(../img/staff_bg5.jpg)
}

.staff_bg1,
.staff_bg2,
.staff_bg3,
.staff_bg4,
.staff_bg5,
.staff_bg1a,
.staff_bg2a,
.staff_bg3a,
.staff_bg4a,
.staff_bg5a {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

@media screen and (max-width: 768px) {

    .staff_bg1,
    .staff_bg2,
    .staff_bg3,
    .staff_bg4,
    .staff_bg5,
    .staff_bg1a,
    .staff_bg2a,
    .staff_bg3a,
    .staff_bg4a,
    .staff_bg5a {
        background-image: none;
        background-color: #fff
    }
}

.business_bg1 {
    background-image: url(../img/business_bg1.jpg);
    background-position: center right
}

.business_bg2 {
    background-image: url(../img/business_bg2.jpg);
    background-position: center left
}

.business_bg3 {
    background-image: url(../img/business_bg3.jpg);
    background-position: center right
}

.business_bg1,
.business_bg2,
.business_bg3 {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.int_ttl {
    max-width: 1160px;
    margin: 0 auto;
    height: 300px;
    position: relative
}

.int_ttl img {
    position: absolute;
    top: -60px
}

@media screen and (max-width: 768px) {
    .int_ttl {
        height: auto
    }

    .int_ttl img {
        position: static;
        width: 90%;
        max-width: 558px;
        top: 0;
        z-index: 500
    }
}

.int_ttl02 {
    max-width: 1160px;
    margin: 0 auto;
    height: 300px;
    position: relative
}

.int_ttl02 img {
    position: absolute;
    top: -60px;
    right: 0
}

@media screen and (max-width: 768px) {
    .int_ttl02 {
        height: auto
    }

    .int_ttl02 img {
        position: static;
        width: 90%;
        max-width: 558px;
        top: 0;
        z-index: 500
    }
}

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

.bg-image1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    padding: 80px 0;
    margin: 80px 0
}

@media screen and (max-width: 768px) {
    .bg-image1 {
        padding: 0px 0;
        margin: 0px 0
    }
}

.bg-image2 {
    background-image: url(../img/bg-image2.jpg)
}

.bg-image2 {
    background-position: top center;
    background-repeat: no-repeat
}

.produxt_listpage_image {
    border: 2px solid #eee;
    position: relative;
    width: 100%;
    height: 350px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.produxt_listpage_image img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    text-align: center
}

.product_list_info {
    font-size: 13px
}

.product_list_info dt {
    float: left;
    width: 6em;
    background: #fcf0f5;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0
}

.product_list_info dd {
    padding-left: 7em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.product_list_info dd:last-child {
    border-bottom: 0px
}

.product_list {
    width: 100%;
    margin: 10px auto 0
}

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

.product_list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product_list figcaption {
    position: relative;
    width: 95%;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.product_list figcaption img {
    height: 100%;
    width: 250px;
    margin: 0 auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    text-align: center
}

.product_list li {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 10px;
    padding: 10px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px
}

.product_list li:hover {
    background: rgba(242, 242, 242, 0.2)
}

.product_list li:hover img {
    opacity: 0.8
}

.product_list li:hover .btn {
    color: #fff;
    background: #fcf0f5
}

.product_list li .btn {
    padding: 2px 0px;
    margin: 5px auto;
    font-size: 1.2rem;
    border: 1px solid #fcf0f5;
    display: block;
    width: 160px;
    text-align: center;
    color: #fcf0f5
}

.product_list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.product_list li h3 {
    font-size: 1.6rem;
    color: #fcf0f5;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin: 10px 0;
    text-align: center
}

.product_list li .catch {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    z-index: 9999;
    top: -20px;
    left: -10px;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background: #fcf0f5;
    color: #fff;
    margin-bottom: -10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px
}

.product_list li .product_list_ttl {
    font-size: 1.8rem;
    margin: 10px 0;
    text-align: center;
    font-weight: normal;
    color: #fcf0f5;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.product_list li .text {
    text-align: left;
    font-size: 13px
}

.product_list li .text:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 3px;
    color: #fcf0f5
}

@media screen and (max-width: 768px) {
    .product_list ul {
        display: block
    }

    .product_list figcaption {
        background: #fff;
        width: 95%;
        height: auto
    }

    .product_list li {
        width: 93%;
        margin-right: 0px;
        margin-bottom: 40px;
        padding: 0 5px 5px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px
    }

    .product_list_btn {
        position: relative
    }
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px
}

.slider1 h3 {
    font-size: 1.2rem;
    color: #000;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin: 10px 0
}

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 240px;
    position: relative
}

.slider1 .buttons {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    position: absolute;
    top: 85%;
    bottom: 0;
    left: -10px;
    width: 50px;
    height: 100%;
    color: #fcf0f5;
    text-decoration: none;
    margin: 0 auto;
    z-index: 5;
    cursor: pointer;
    font-size: 1.5em;
    text-align: center;
    vertical-align: bottom
}

.slider1 .next {
    right: -10px;
    left: auto;
    top: 85%;
    bottom: 0
}

.slider1 .buttons:hover {
    opacity: 0.6
}

.slider1 .disable {
    visibility: hidden
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: -1px
}

.slider1 .overview li {
    width: 200px;
    height: 230px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 99999;
    overflow: hidden;
    font-weight: bold;
    padding: 2px 0 0;
    margin: 0px 10px
}

.slider1 .overview li p {
    text-align: center;
    font-weight: normal;
    font-size: 13px !important;
    background: #F1E7CD
}

.slider1 .overview li a {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    z-index: 100;
    border: 1px solid #fcf0f5
}

.slider1 img {
    width: 190px;
    height: 190px;
    vertical-align: middle;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.contact {
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0 10px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.mttl_contact {
    float: left;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #fcf0f5;
    text-align: center;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.1rem
}

.mttl_contact span {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 2rem;
    margin-left: 10px;
    border-left: 2px solid #ccc;
    padding-left: 10px
}

header {
    width: 100%;
    z-index: 2;
    padding: 23px 0;
    position: absolute
}

@media all and (max-width: 639px) {
    header {
        padding: 10px 0 8px
    }
}

@media screen and (max-width: 768px) {
    header #head {
        width: 100%;
        left: 0;
        top: 0
    }
}

header #head .inner {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header #head .inner .in_left {
    width: 30%
}

header #head .inner .in_right {
    width: 70%
}

@media all and (max-width: 639px) {
    header #head .inner .in_right {
        display: none
    }
}

header #head .logo {
    margin: 0;
    width: 389px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media all and (max-width: 639px) {
    header #head .logo {
        width: auto;
        left: 9px;
        position: relative;
        top: auto
    }
}

header #head .logo a {
    display: block;
    width: 100%;
    position: relative
}

@media all and (max-width: 639px) {
    header #head .logo a {
        width: 280px;
        line-height: 1em
    }
}

header #head .logo a:link,
header #head .logo a:visited,
header #head .logo a:hover {
    color: #fff;
    text-decoration: none
}

header #head .logo img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: -4px
}

@media all and (max-width: 639px) {
    header #head .logo img {
        width: auto;
        margin-top: 0
    }
}

header #head .hed_tellink ul {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: -24px
}

header #head .hed_tellink ul li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #fff;
    padding: 12px 23px;
    background: #fcf0f5
}

header #head .hed_tellink ul li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 12px 23px;
    background: #8FB412
}

header #head .head_nav {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    header #head .head_nav {
        display: none
    }
}

header #head .head_nav li:nth-child(n+2) {
    margin-left: 30px
}

header #head .head_nav li a,
header #head .head_nav li p {
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 1em;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 400
}

header #head .head_nav li a span,
header #head .head_nav li p span {
    display: block;
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 5px
}

header #head .head_nav li ul {
    position: absolute;
    top: 90px;
    display: block !important
}

header #head .head_nav li ul li {
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    width: 100%;
    height: 0;
    background: #fff;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;
    padding: 0 0 !important;
    margin: 0 1px 1px !important;
    width: 250px !important
}

header #head .head_nav li ul li a {
    padding: 10px 0 !important;
    margin: 0 0px !important;
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 10px;
    font-size: 13px
}

header #head .head_nav li ul li a:link,
header #head .head_nav li ul li a:visited {
    color: #333;
    font-weight: normal
}

header #head .head_nav li ul li a:hover {
    color: #333;
    font-weight: normal
}

header #head .head_nav li:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 40px
}

header #head .head_nav_sub {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 10px
}

@media all and (max-width: 639px) {
    header #head .head_nav_sub {
        display: none
    }
}

header #head .head_nav_sub li:nth-child(n+2) {
    margin-left: 40px
}

header #head .head_nav_sub li a {
    color: #fcfbf7;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 400
}

header.fixd {
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 9
}

.scrollbar-y {
    width: 100%;
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (max-width: 768px) {
    .scrollbar-y {
        height: 200px
    }
}

.scrollbar-y::-webkit-scrollbar {
    width: 5px
}

.scrollbar-y::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrollbar-y::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

#contentwrap {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.single {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 80px 0
}

@media all and (max-width: 1181px) {
    .single {
        width: 95%
    }
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    z-index: 100
}

footer #footer {
    width: 1160px;
    margin: 0 auto 0;
    padding: 40px 0
}

footer #footer address {
    margin-top: 10px
}

footer .copyright {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 1rem;
    color: #666;
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .1em;
    position: relative;
    z-index: 2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%)
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 990
}

#page-top a {
    display: block
}

#page-top a img {
    display: block;
    width: 36px
}

@media all and (max-width: 639px) {
    #page-top a img {
        width: 22px
    }
}

table {
    margin: 10px 0
}

table th {
    vertical-align: middle;
    padding: 3px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 1px solid;
    background: #fcf0f5;
    color: #fff
}

table td {
    padding: 5px 10px;
    vertical-align: middle;
    border: #ddd 1px solid
}

table td b {
    color: #fcf0f5;
    font-size: 12px
}

@media screen and (max-width: 800px) {
    table.rstable {
        width: 100%
    }

    table.rstable td {
        display: block;
        text-align: center;
        width: calc(100% - 2px) !important;
        padding: 5px 0
    }

    table.rstable th {
        display: block;
        width: calc(100% - 2px) !important;
        overflow: hidden;
        padding: 5px 0
    }
}

.form {
    margin: 10px 0 10px
}

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

.form dl {
    margin: 10px 0;
    font-size: 1.6rem
}

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

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

.form dd p {
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
    border-radius: 2px;
    border: 1px solid #ddd
}

.textarea {
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 5px
}

.form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0
}

#mailform button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #8FB412;
    font-weight: bold;
    border: 2px solid #8FB412
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover {
    background: #fff;
    color: #8FB412
}

#mailform button * {
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -webkit-transition: 0.2s;
    transition: 0.2s
}

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

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
}

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

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
}

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

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

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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
}

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

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

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

.fm-text {
    padding: 10px;
    margin: 10px 0;
    text-align: center
}

.single_new {
    width: 90%;
    width: calc(100% - 100px);
    margin: auto
}

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

div,
section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#top_main {
    width: 100%;
    position: relative;
    height: 90vh
}

@media all and (max-width: 639px) {
    #top_main {
        margin-top: 0;
        height: 54vh
    }
}

#top_main .top_main_vis {
    width: 100%;
    height: 90vh;
    margin-left: auto
}

@media all and (max-width: 639px) {
    #top_main .top_main_vis {
        margin-top: 0;
        width: 100%;
        height: 54vh
    }
}

#top_main .top_main_vis .telbtn a {
    position: absolute;
    background: #fff;
    right: 1vh;
    bottom: 5vh;
    padding: 5px 10px;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 34px;
    letter-spacing: .1em;
    font-weight: 600;
    color: #d64763;
    margin-top: 30px;
    z-index: 500;
}

#top_main .top_main_vis .telbtn a:hover {
    opacity: 0.9;
}

@media all and (max-width: 1181px) {
    #top_main .top_main_vis .telbtn a {
        font-size: 2rem;
    }
}

@media all and (max-width: 639px) {
    #top_main .top_main_vis .telbtn a {
        position: absolute;
        bottom: -6.5vh;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        text-align: center;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
}


#top_main ul.slider {
    width: 100%
}

#top_main ul.slider li {
    width: 100%;
    height: 90vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/slide250918_001.jpg)
}

@media all and (max-width: 639px) {
    #top_main ul.slider li {
        height: 54vh
    }
}

#top_main ul.slider li:nth-child(2) {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/slide250918_002.jpg)
}

@media all and (max-width: 639px) {
    #top_main ul.slider li:nth-child(2) {
        background-position: left center
    }
}

#top_main ul.slider li:nth-child(3) {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/slide250918_003.jpg)
}

#top_main ul.slider li img {
    display: none
}

#top_main .top_main_box {
    height: 27vh;
    display: block;
    margin: auto;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 333
}

@media all and (max-width: 1181px) {
    #top_main .top_main_box {
        width: 90%;
        height: auto
    }
}

@media all and (max-width: 639px) {
    #top_main .top_main_box {
        height: 10vh;
        bottom: 40px;
        left: 0;
        width: auto;
        padding: 0 10px;
    }
}

#top_main .top_main_box img {
    width: auto;
    height: 100%;
    margin: auto;
    display: block
}

#top_main.under {
    height: auto;
    position: relative;
    background-image: url(https://placehold.jp/150x150.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#top_main.under.page_puppy {
    /* background-image: url(../img/page_puppy.jpg) */
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/page_puppy.jpg)
}

#top_main.under.page_patation {
    /* background-image: url(../img/page_patation.jpg) */
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/page_patation.jpg)
}

#top_main.under.page_company {
    /* background-image: url(../img/page_company.jpg) */
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/page_company.jpg)
}

#top_main.under.page_contact {
    /* background-image: url(../img/page_contact.jpg) */
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/page_contact.jpg)
}

#top_main.under.page_dogs {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/page_dogs.jpg)
}

@media all and (max-width: 639px) {
    #top_main.under {
        padding: 0 0 0
    }
}

#top_main.under .read_en {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 95px;
    letter-spacing: .1em;
    line-height: 1em;
    color: #fff;
    text-align: center;
    opacity: .1;
    padding-top: 100px
}

@media all and (max-width: 639px) {
    #top_main.under .read_en {
        font-family: "Edu VIC WA NT Beginner", cursive;
        font-weight: 500;
        font-size: 35px;
        letter-spacing: .1em
    }
}

#top_main.under .read {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 29px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    margin-top: -39px;
    color: #fff
}


#top_1 .main {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 500;
    line-height: 2em;
    color: #8FB412
}

@media all and (max-width: 639px) {
    #top_1 {
        margin-top: 5vh;
    }

    #top_1 .main {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        letter-spacing: .1em;
        font-weight: 500
    }
}

#top_1 .main img.top_1_bottom_read {
    display: block;
    width: auto;
    height: 40px;
    margin: 15px auto 0
}

#top_1 .inner {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media all and (max-width: 639px) {
    #top_1 .inner {
        display: block
    }
}

#top_1 .inner .in_text {
    width: 40%;
    padding: 250px 150px 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media all and (max-width: 1181px) {
    #top_1 .inner .in_text {
        width: 70%;
        padding: 30px 15px
    }
}

@media all and (max-width: 639px) {
    #top_1 .inner .in_text {
        width: 100%;
        padding: 30px 15px
    }
}

#top_1 .inner .in_text .read_en {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 120px;
    letter-spacing: .1em;
    letter-spacing: 0;
    position: absolute;
    line-height: 1em;
    top: 100px;
    color: #e2df57
}

@media all and (max-width: 1181px) {
    #top_1 .inner .in_text .read_en {
        font-family: "Edu VIC WA NT Beginner", cursive;
        font-weight: 500;
        font-size: 30px;
        letter-spacing: .1em;
        position: relative;
        top: auto
    }
}

#top_1 .inner .in_text .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 500;
    color: #8FB412
}

@media all and (max-width: 639px) {
    #top_1 .inner .in_text .read {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 22px;
        letter-spacing: .1em;
        font-weight: 500;
        font-weight: 500
    }
}

#top_1 .inner .in_text .top_1_item-1_text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 500;
    margin-top: 40px;
    color: #37383C
}

#top_1 .inner .in_right {
    width: 60%;
    background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20340/top_1_item-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: auto
}

@media all and (max-width: 1181px) {
    #top_1 .inner .in_right {
        width: 27%
    }
}

@media all and (max-width: 639px) {
    #top_1 .inner .in_right {
        display: none
    }
}

#top_2 {
    position: relative;
    background-image: url(../img/top_2_bg.svg);
    background-size: 100%;
    background-position: top center;
    margin-top: 100px
}

#top_2:before {
    display: none
}

@media all and (max-width: 639px) {
    #top_2:before {
        display: block;
        content: "";
        background: #f7f3f2;
        width: 100%;
        height: 90%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        display: block
    }
}

#top_2 .single {
    padding: 0 0 100px
}

@media all and (max-width: 639px) {
    #top_2 .single {
        z-index: 2
    }
}

#top_2 .read {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 110px;
    letter-spacing: .1em;
    letter-spacing: 0;
    text-align: center;
    color: #e2df57
}

#top_2 ul {
    width: 80%;
    margin: auto
}

@media all and (max-width: 639px) {
    #top_2 ul {
        width: 100%
    }
}

#top_2 ul li a {
    display: block;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #655046;
    -webkit-transition: .4s;
    transition: .4s
}

#top_2 ul li a .data {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1em;
    color: #655046
}

#top_2 ul li a .data span {
    border: 1px solid #655046;
    color: #655046;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 500;
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
    padding: 0 1em
}

#top_2 ul li a .title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #666;
    margin-top: 8px
}

#top_2 ul li a .icon {
    position: absolute;
    height: 1em;
    line-height: 1em;
    right: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #8FB412
}

#top_2 ul li a:hover {
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

#top_2 ul li a:hover .icon {
    right: 15px;
    -webkit-transition: .4s;
    transition: .4s
}

#top_3 {
    position: relative;
    background-image: url(../img/top_3_bg.svg);
    background-size: 100%;
    background-position: top center;
    padding-top: 40px
}

#top_3 .read {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 110px;
    letter-spacing: .1em;
    letter-spacing: 0;
    text-align: center;
    line-height: 1em;
    color: #f7f3f2
}

#top_3 .sub_read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #37383C
}

#top_3 .main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 500;
    text-align: center;
    color: #37383C
}

#top_3 img {
    display: block;
    width: 100%
}

#top_3 img.mid_read {
    height: 100px;
    width: auto;
    margin: 0 0 20px
}

#top_3 .mid_text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#top_3 .mid_main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #655046
}

#top_3 .mid_main i {
    color: #b28247
}

#top_3 .top_3_mid {
    background: #fcfbf7;
    padding: 50px 80px;
    margin-top: 50px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px
}

@media all and (max-width: 639px) {
    #top_3 .top_3_mid {
        padding: 50px
    }
}

#top_3 .top_3_mid .innerB {
    margin-top: 30px
}

#top_3 .top_3_mid .innerB.w-70 {
    width: 70%;
    margin: 0 auto 30px
}

@media all and (max-width: 639px) {
    #top_3 .top_3_mid .innerB.w-70 {
        width: 100%
    }
}

#top_4 {
    background: #e2df57;
    padding-bottom: 90px
}

#top_4 .single {
    padding-top: 0
}

#top_4 ul {
    /* width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    gap: 10px;
}
@media (max-width: 1024px) {
    #top_4 ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 639px) {
    #top_4 ul {
        display: block
    }
}

#top_4 ul li {
    /* width: 23.5%;
    margin-right: 2% */
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 639px) {
    #top_4 ul li {
        width: 100%;
        margin-right: 0
    }
}

#top_4 ul li:nth-child(4) {
    /* margin-right: 0 */
}

@media all and (max-width: 639px) {
    #top_4 ul li:nth-child(n+2) {
        margin-top: 30px
    }
}

#top_4 ul li a {
    display: block;
    background: rgba(0, 0, 0, 0.05);
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#top_4 ul li .top_4_read {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 19px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #655046
}

#top_4 ul li .top_4_read span {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: .1em;
    display: block;
    letter-spacing: 0;
    color: #f7f3f2
}

#top_4 ul li img {
    display: block;
    border-radius: 50%;
    width: 60%;
    margin: 20px auto
}

#top_4 ul li .more {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    padding: .8em 0;
    width: 90%;
    margin-top: auto;       /* 上の要素との間隔を自動で埋める */
    margin-left: auto;      /* 横方向中央寄せ */
    margin-right: auto;     /* 横方向中央寄せ */
    color: #37383C;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
}

#top_5 {
    position: relative;
    background: #f7f3f2
}

#top_5 .read {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 110px;
    letter-spacing: .1em;
    letter-spacing: 0;
    text-align: center;
    line-height: 1em;
    position: absolute;
    z-index: 22;
    left: 50px;
    top: -70px;
    color: #fcfbf7
}

@media all and (max-width: 639px) {
    #top_5 .read {
        left: 0;
        top: -50px;
        font-family: "Edu VIC WA NT Beginner", cursive;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: .1em
    }
}

#top_5 ul li img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

footer {
    display: block
}

footer .pagetop {
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 80px
}

@media all and (max-width: 639px) {
    footer .pagetop {
        right: 0;
        bottom: 0px;
        width: 60px
    }
}

footer .pagetop img {
    display: block;
    width: 100%
}

footer #foot_you {
    background: #f7f3f2;
    position: relative;
    width: 100%
}

footer #foot_you .juuso {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    margin-top: 20px
}

footer #foot_you a.tete_link {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 34px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 600;
    color: #8FB412;
    margin-top: 30px
}

footer #foot_you a.tete_link i {
    font-size: 80%
}

footer #foot_you .tete_under {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

footer #foot_you .tete_under span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #b28247
}

footer #foot_you .mail_link {
    display: block;
    color: #b28247;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    border: 1px solid #b28247;
    padding: .8em;
    border-radius: 100px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

footer #foot_you .mail_link:hover {
    background: #b28247;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

footer #foot_you .foot_nav {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px
}

@media all and (max-width: 639px) {
    footer #foot_you .foot_nav {
        display: none
    }
}

footer #foot_you .foot_nav li a {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    padding: 0 2em;
    border-right: 1px solid rgba(17, 17, 17, 0.2);
    text-align: center
}

footer #foot_you .foot_nav li a span {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .1em
}

footer #foot_you .foot_nav li:first-child a {
    border-left: 1px solid rgba(17, 17, 17, 0.2)
}

footer #foot_you .copy {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
    background: #d64763
}

footer #foot_you ._sp_only {
    display: none
}

@media all and (max-width: 639px) {
    footer #foot_you ._sp_only {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fcfbf7
    }

    .footer #foot_you .copy {
        margin-bottom: 15%;
    }
}

footer #foot_you ._sp_only ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer #foot_you ._sp_only ul li {
    width: 25%
}

footer #foot_you ._sp_only ul li:nth-child(even) {
    background: #f5f5f5
}

footer #foot_you ._sp_only ul li:nth-child(odd) {
    background: #fcfcfc
}

footer #foot_you ._sp_only ul li a {
    display: block;
    text-align: center;
    padding: 8px 10px;
    font-size: 20px;
    color: #fcfbf7
}

#hanb_nav {
    position: fixed;
    padding: 15px 15px 40px;
    background: #fff;
    right: 0;
    width: 96px;
    height: 82px;
    z-index: 99999;
    display: none
}

@media all and (max-width: 639px) {
    #hanb_nav {
        width: 76px;
        height: 62px;
        display: block
    }
}

.menu {
    height: 20px;
    position: fixed;
    right: 30px;
    top: 32px;
    width: 30px;
    z-index: 99999;
    cursor: pointer;
    cursor: hand
}

@media all and (max-width: 769px) {
    .menu {
        display: block
    }
}

@media all and (max-width: 639px) {
    .menu {
        right: 21px;
        top: 18px
    }
}

.menu__line {
    background: #d64763;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%
}

.menu__line--center {
    top: 9px
}

.menu__line--bottom {
    bottom: 0
}

.menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu__line--center.active {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.gnav {
    background: #e2df57;
    opacity: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1) all;
    transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1) all
}

.gnav.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.gnav__wrap {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #fcf0f5;
    overflow-y: auto
}

@media all and (max-width: 639px) {
    .gnav__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 70px 0 40px
    }
}

.sp-logo {
    max-width: 350px;
    margin: 0 auto 50px
}

.sp-logo img {
    max-width: 100%
}

@media all and (max-width: 639px) {
    .sp-logo {
        max-width: 180px
    }
}

.gnav__menu {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gnav__menu__item {
    text-align: left
}

.gnav__menu__item:not(:last-of-type) {
    margin-bottom: 20px
}

.gnav__menu__item .item_read {
    color: #d64763;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 600;
    padding: 0;
    display: block;
    letter-spacing: 0.2em
}

.gnav__menu__item .item_read.js-sp-parent {
    position: relative;
    display: block;
    cursor: pointer
}

.gnav__menu__item .item_read.js-sp-parent:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.gnav__menu__item .item_read.js-sp-parent.is-open:after {
    content: "\f068"
}

.gnav__menu__item .gnav__menu_sub {
    display: none
}

.gnav__menu__item .gnav__menu_sub li {
    margin-top: 8px
}

.gnav__menu__item .gnav__menu_sub li a {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 500;
    color: #fff
}

.gnav__menu__item a:hover {
    color: #000
}

#puppy_1 .single_new {
    margin-top: 50px;
    margin-bottom: 50px
}

#puppy_1 .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 27px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.6em;
    color: #d64763;
    text-align: center;
    color: #b28247
}

#puppy_1 .read span {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: .1em;
    margin-right: 10px;
    display: block;
    color: #8FB412;
    line-height: 1em;
    letter-spacing: 0
}

#puppy_1 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media all and (max-width: 639px) {
    #puppy_1 ul {
        display: block
    }
}

#puppy_1 ul li {
    width: 30%;
    margin-right: 5%;
    background: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    #puppy_1 ul li {
        width: 100%;
        margin-right: 0
    }
}

#puppy_1 ul li:nth-child(3n) {
    margin-right: 0
}

#puppy_1 ul li:nth-child(n+4) {
    margin-top: 50px
}

@media all and (max-width: 639px) {
    #puppy_1 ul li:nth-child(n+4) {
        margin-top: 40px
    }
}

@media all and (max-width: 639px) {
    #puppy_1 ul li:nth-child(n+2) {
        margin-top: 40px
    }
}

#puppy_1 ul li a {
    display: block
}

#puppy_1 ul li a img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0
}

#puppy_1 ul li a .item_main_cont {
    padding: 20px
}

#puppy_1 ul li a .item_main_cont table {
    width: 100%
}

#puppy_1 ul li a .item_main_cont table th,
#puppy_1 ul li a .item_main_cont table td {
    background: none;
    border: none;
    border-bottom: 1px dashed #eee;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#puppy_1 ul li a .item_main_cont .more {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    border: 1px solid #8FB412;
    color: #8FB412;
    border-radius: 100px;
    padding: .8em 0;
    margin-top: 15px;
    -webkit-transition: .4s;
    transition: .4s
}

#puppy_1 ul li a:hover .more {
    background: #8FB412;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

#puppy_single_1 .single_new {
    margin-top: 50px;
    margin-bottom: 50px
}

#puppy_single_1 .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 27px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.6em;
    color: #d64763;
    text-align: center;
    color: #b28247
}

#puppy_single_1 .read span {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: .1em;
    margin-right: 10px;
    display: block;
    color: #8FB412;
    line-height: 1em;
    letter-spacing: 0
}

#puppy_single_1 .slide {
    margin-top: 50px
}

#puppy_single_1 .thumb-item {
    max-width: 960px;
    margin: 0 auto 5px;
    padding: 0 5px
}

#puppy_single_1 .thumb-item li {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 5px;
    padding: 0 5px;
    text-align: center
}

#puppy_single_1 .thumb-item li a {
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: block
}

#puppy_single_1 .thumb-item li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

#puppy_single_1 .thumb-item-nav li {
    overflow: hidden;
    height: 100px
}

#puppy_single_1 .thumb-item-nav li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

#puppy_single_1 .innerB {
    margin-top: 40px
}

#puppy_single_1 table {
    width: 100%;
    border: 1px solid #eee
}

#puppy_single_1 table th,
#puppy_single_1 table td {
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    background: rgba(255, 255, 255, 0.3);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    padding: .8em
}

#puppy_single_1 table th {
    white-space: nowrap
}

#puppy_single_1 table tr:nth-child(even) th,
#puppy_single_1 table tr:nth-child(even) td {
    background: rgba(238, 238, 238, 0.3)
}

#patation_1 .single_new {
    margin-top: 50px;
    margin-bottom: 50px
}

#patation_1 .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 27px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.6em;
    color: #d64763;
    text-align: center;
    color: #b28247
}

#patation_1 .read span {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: .1em;
    margin-right: 10px;
    display: block;
    color: #8FB412;
    line-height: 1em;
    letter-spacing: 0
}

#patation_1 ul.flow_list {
    width: 80%;
    margin: 60px auto 0
}

@media all and (max-width: 639px) {
    #patation_1 ul.flow_list {
        width: 100%
    }
}

#patation_1 ul.flow_list li {
    background: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 30px 40px 30px 0
}

#patation_1 ul.flow_list li:nth-child(n+2) {
    margin-top: 30px
}

#patation_1 ul.flow_list li .flow_in {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#patation_1 ul.flow_list li .flow_in .in_left {
    width: 15%
}

@media all and (max-width: 639px) {
    #patation_1 ul.flow_list li .flow_in .in_left {
        width: 25%
    }
}

#patation_1 ul.flow_list li .flow_in .in_right {
    width: 85%;
    padding-left: 40px;
    border-left: 1px solid #e2df57
}

@media all and (max-width: 639px) {
    #patation_1 ul.flow_list li .flow_in .in_right {
        width: 75%;
        padding-left: 20px
    }
}

#patation_1 ul.flow_list li .flow_in .item_no {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 44px;
    letter-spacing: .1em;
    color: #8FB412;
    text-align: center;
    line-height: 1em
}

@media all and (max-width: 639px) {
    #patation_1 ul.flow_list li .flow_in .item_no {
        font-family: "Edu VIC WA NT Beginner", cursive;
        font-weight: 500;
        font-size: 38px;
        letter-spacing: .1em;
        line-height: 1em
    }
}

#patation_1 ul.flow_list li .flow_in .item_no span {
    display: block;
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #patation_1 ul.flow_list li .flow_in .item_no span {
        font-family: "Edu VIC WA NT Beginner", cursive;
        font-weight: 500;
        font-size: 19px;
        letter-spacing: .1em
    }
}

#patation_1 ul.flow_list li .flow_in .floe_list_read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #655046
}

@media all and (max-width: 639px) {
    #patation_1 ul.flow_list li .flow_in .floe_list_read {
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 18px;
        letter-spacing: .1em;
        font-weight: 500;
        font-weight: 600
    }
}

#patation_1 ul.flow_list li .flow_in .floe_list_main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#patation_1 .bottom {
    background: #fff
}

#patation_1 .bottom .bootom_read {
    border-bottom: 1px dashed #b28247;
    border-top: 1px dashed #b28247;
    color: #b28247;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: 500;
    padding: .5em 0
}

#patation_1 .bottom .bootom_read.sec {
    margin-top: 60px
}

#patation_1 .bottom .col-2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width: 639px) {
    #patation_1 .bottom .col-2 {
        display: block
    }
}

#patation_1 .bottom .col-2 li {
    width: 48%
}

@media all and (max-width: 639px) {
    #patation_1 .bottom .col-2 li {
        width: 100%
    }
}

#patation_1 .bottom .col-2 li:nth-child(even) {
    margin-left: auto
}

#patation_1 .bottom .col-2 li:nth-child(n+3) {
    margin-top: 40px
}

@media all and (max-width: 639px) {
    #patation_1 .bottom .col-2 li:nth-child(n+2) {
        margin-top: 40px
    }
}

#patation_1 .bottom .col-2 li .bottom_item_read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #b28247
}

#patation_1 .bottom .col-2 li img {
    display: block;
    width: 100%;
    border-radius: 50%
}

#patation_1 .bottom .col-2 li .bottom_item_main {
    margin-top: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    line-height: 1.6em
}

#patation_1 .bottom .col-2 li .bottom_item_main.min {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500
}

#company_1 .single_new {
    margin-top: 50px;
    margin-bottom: 50px
}

#company_1 .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 27px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.6em;
    color: #d64763;
    text-align: center;
    color: #b28247
}

#company_1 .read span {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: .1em;
    margin-right: 10px;
    display: block;
    color: #8FB412;
    line-height: 1em;
    letter-spacing: 0
}

#company_1 .item_gaiyou {
    margin-top: 60px;
    background: #fff
}

#company_1 .item_gaiyou .innerB {
    margin-top: 30px
}

#company_1 .item_gaiyou table {
    width: 100%;
    border-top: 1px solid #eee;
    margin: 0
}

#company_1 .item_gaiyou table th,
#company_1 .item_gaiyou table td {
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    padding: .8em
}

@media all and (max-width: 639px) {

    #company_1 .item_gaiyou table th,
    #company_1 .item_gaiyou table td {
        display: block
    }
}

@media all and (max-width: 639px) {
    #company_1 .item_gaiyou table th {
        background: rgba(238, 238, 238, 0.2)
    }
}

#contact_1 .single_new {
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px
}

#contact_1 .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 27px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.6em;
    color: #d64763;
    color: #b28247
}

#contact_1 .read.sec {
    margin-top: 60px
}

#contact_1 .read span {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: .1em;
    margin-right: 10px;
    display: block;
    color: #8FB412;
    line-height: 1em;
    letter-spacing: 0
}

#contact_1 .innerB {
    margin-top: 60px
}

#contact_1 .tete_link {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 44px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #655046;
    line-height: 1em;
    margin-bottom: 15px;
    display: block
}

@media all and (max-width: 639px) {
    #contact_1 .tete_link {
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 36px;
        letter-spacing: .1em;
        font-weight: 500;
        text-align: center
    }
}

#contact_1 .tete_link i {
    font-size: 60%
}

#contact_1 .tete_bottom {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#contact_1 .main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    text-align: center
}

#contact_1 .main a {
    text-decoration: underline;
    color: #8FB412
}

#contact_1 .company_1__main {
    width: 100%;
    margin: 50px auto
}

@media all and (max-width: 639px) {
    #contact_1 .company_1__main {
        width: 100%
    }
}

#contact_1 .company_1__main .form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media all and (max-width: 639px) {
    #contact_1 .company_1__main .form {
        padding: 15px 0
    }
}

#contact_1 .company_1__main dl {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

#contact_1 .company_1__main dt,
#contact_1 .company_1__main dd {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#contact_1 .company_1__main dt .textarea,
#contact_1 .company_1__main dt textarea,
#contact_1 .company_1__main dt .dropdown,
#contact_1 .company_1__main dd .textarea,
#contact_1 .company_1__main dd textarea,
#contact_1 .company_1__main dd .dropdown {
    width: 98%;
    border: none;
    background: #fcfcfc;
    border: 1px solid #eee
}

#contact_1 .company_1__main dt .textarea.item-2,
#contact_1 .company_1__main dt textarea.item-2,
#contact_1 .company_1__main dt .dropdown.item-2,
#contact_1 .company_1__main dd .textarea.item-2,
#contact_1 .company_1__main dd textarea.item-2,
#contact_1 .company_1__main dd .dropdown.item-2 {
    width: 200px;
    margin-bottom: 5px
}

#contact_1 .company_1__main dt select,
#contact_1 .company_1__main dd select {
    height: 30px
}

#contact_1 .company_1__main a {
    color: #fcfbf7;
    text-decoration: underline
}

#contact_1 .company_1__main dt span {
    border-radius: 100px;
    padding: .2em 1em;
    background: #d64763
}

#contact_1 .company_1__main dd {
    border-color: #eee
}

#contact_1 .company_1__main .fm-text p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#contact_1 .form-button button {
    border-radius: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    border: 1px solid #d64763;
    background: #fff;
    color: #d64763;
    padding: 1em 3em
}

#contact_1 .form-button button:hover {
    background: #d64763;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

#contact_1 .accbox {
    margin-top: 40px
}

#contact_1 .accbox label {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

#contact_1 .accbox label .more {
    display: block;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    width: 100%;
    padding: .8em 0;
    margin: 15px auto 0;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: auto
}

@media all and (max-width: 639px) {
    #contact_1 .accbox label .more {
        margin-left: 0
    }
}

#contact_1 .accbox label:hover .more {
    background: #eee;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

#contact_1 .accbox label .single {
    padding: 0
}

#contact_1 .accbox input {
    display: none;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

#contact_1 .accbox .accshow_1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    position: relative
}

#contact_1 .accbox .accshow_1 .single {
    padding: 40px 0 0
}

#contact_1 .accbox .accshow_1 .read {
    margin-top: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C
}

#contact_1 .accbox .accshow_1 .main {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #37383C;
    text-align: left
}

#contact_1 .accbox .accshow_1 .main span {
    display: block;
    font-weight: bold;
    margin-top: 20px
}

#contact_1 .cssacc_1:checked+.accshow_1 {
    height: auto;
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

#contact_1 .thanks_text {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    margin-top: 30px
}

#infomation_post .single_new {
    background: #fff;
    margin: 50px auto
}

#infomation_post .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width: 639px) {
    #infomation_post .inner {
        display: block
    }
}

#infomation_post .inner .left {
    width: 70%
}

@media all and (max-width: 639px) {
    #infomation_post .inner .left {
        width: 100%
    }
}

#infomation_post .inner .right {
    width: 27%;
    margin-left: auto
}

@media all and (max-width: 639px) {
    #infomation_post .inner .right {
        width: 100%;
        margin: 50px 0 0
    }
}

#infomation_post .inner .right .side_titem {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 25px;
    letter-spacing: .1em;
    font-weight: 500;
    font-weight: 500;
    color: #8FB412
}

#infomation_post .inner .right .side_titem span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    display: block
}

#infomation_post .inner .right ul.post_list li {
    border-bottom: 1px solid #eee
}

#infomation_post .inner .right ul.post_list li a {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .1em;
    position: relative;
    padding: .8em;
    -webkit-transition: .4s;
    transition: .4s
}

#infomation_post .inner .right ul.post_list li a .data {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #444;
    position: relative
}

#infomation_post .inner .right ul.post_list li a .data span {
    background: #e2df57;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 9px;
    letter-spacing: .1em;
    font-weight: 500;
    border-radius: 100px;
    display: inline-block;
    padding: 0 1.8em;
    margin-left: 15px
}

#infomation_post .inner .right ul.post_list li a .title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    letter-spacing: .2em;
    color: #111;
    display: block;
    margin-top: 4px
}

#infomation_post .inner .right ul.post_list li a:after {
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    font-weight: 900;
    content: "\f105";
    font-size: 80%;
    display: block;
    position: absolute;
    right: .81em;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 25px;
    color: #111
}

#infomation_post .inner .right ul.post_list li a:hover {
    background: #f5f5f5;
    -webkit-transition: .4s;
    transition: .4s
}

#infomation_post .entry .data {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #b28247
}

#infomation_post .entry .title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 21px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.8em;
    font-weight: 500;
    color: #8FB412
}

#infomation_post .entry .main_cont {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    margin-top: 30px
}

#infomation_post .entry .main_cont img {
    max-width: 100%;
    display: block
}

.form-contents dl dt:not(.pattern-exclusion) span.required::before,
.form-contents .submit-btn {
    background: #d64763 !important;
    border: 1px solid #d64763 !important;
}

.form-contents :not(.pattern-exclusion) button:hover {
    color: #d64763 !important;
    background: #fff !important;
    border: solid 2px #d64763 !important;
}

.form-contents .submit-btn:hover::before {
    background-color: #d64763 !important;
}

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px;
    position: relative;
    top: -2px;
}

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff !important;
    background: #999 !important;
}

.form-contents dl dt:not(.pattern-exclusion) span {
    background-color: #fff !important;
    color: inherit !important;
}

.in_right .head-right_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-bottom: 5px;
}

.in_right .head-right_tel a,
.in_right .head-right_mail a {
    display: block;
    padding: 4px 15px;
    transition: all 0.2s ease-in;
    border-radius: 5%;
    background: #8e6146;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}

.in_right .head-right_tel a:before,
.in_right .head-right_mail a:before {
    margin-right: 5px;
}

.in_right .head-right_tel a:hover,
.in_right .head-right_mail a:hover {
    color: #65ABFF;
}

.in_right .head-right_tel a {
    background: transparent;
    padding: 0;
    color: #8FB412;
    /* font-size: 2.2rem; */
    font-size: 30px;
    position: relative;
}

.in_right .head-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
}

.in_right .head-right_tel a:hover {
    color: #f66009;
}

#sp_navi {
    display: none;
}

@media all and (max-width: 639px) {
    #sp_navi {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background: #8FB412;
        border-top: 1px solid #A9783F;
    }

    #sp_navi ul {
        display: table;
        width: 100%;
    }

    #sp_navi ul li {
        display: table-cell;
        width: 33.33%;
        border-right: 1px solid #A9783F;
    }

    #sp_navi ul li:last-child {
        border-right: none;
    }

    #sp_navi ul li a {
        display: block;
        padding: 10px 0;
        font-family: "Font Awesome 5 Free";
        text-align: center;
        color: #FFFFFF;
        font-size: 1.4rem;
    }

    #sp_navi ul li a span {
        display: block;
        font-size: 1rem;
    }
}

.bg_maincolor {
    background: #d64763;
}

/* 5カラムのグリッド */
.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: start;
}

/* カードスタイル（中身は自由に入れてOK） */
.card {
    display: flex;
    flex-direction: column;
    min-height: 80px;
}

.card h3 {
    margin: 8px 0 8px 0;
    font-size: 14px;
}

.card p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

/* レスポンシブ：画面幅が狭くなるにつれて列数を減らす */
@media (max-width: 1200px) {
    .grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }

    /* 1200px未満で4列 */
}

@media (max-width: 950px) {
    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    /* 950px未満で3列 */
}

@media (max-width: 680px) {
    .grid-5 {
        grid-template-columns: 1fr;
    }

    /* スマホ縦では1列 */
}

/* 親犬紹介ページ
----------------------------------------------------------*/
.dog-introduction {
    margin-top: 40px;
}

.dog-introduction--female {
    margin-top: 100px;
}

.dog-introduction__title {
    font-size: 22px;
    text-align: left;
    color: #8FB412;
}

.dog-introduction__grid {
    margin-top: 20px;
}

.dog-card__image {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.dog-card a:hover .dog-card__image {
    opacity: 0.8;
}

.dog-card__name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #37383C;
}

.dog-card__image--position-bottom {
    object-position: center bottom;
}

.bootom_read {
    border-bottom: 1px dashed #b28247;
    border-top: 1px dashed #b28247;
    color: #b28247;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 500;
    padding: .5em 0;
}

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