﻿@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");

.bg-color {
    background-color: #f5cc50;
    color: #fff
}

a:link,
a:visited,
a:hover {
    color: #79664a;
    text-decoration: none
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    height: 100%;
    color: #555;
    font-size: 1rem;
    *font-size: small;
    *font: x-small;
    line-height: 2;
    margin: 0 auto;
    background: #fff
}

#body {
    font-size: 1.6rem;
    overflow: hidden
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.year .inner {
    width: 750px;
    margin: 0 auto
}

.year dl {
    float: left;
    width: 375px
}

.year dl::after {
    clear: both;
    content: "";
    display: block
}

.year dt {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.1em
}

.year dt li:first-child {
    float: left;
    border-radius: 50%;
    background: #4F75A7;
    color: #fff;
    font-size: 14px;
    width: 80px;
    height: 56px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 24px
}

.year dt li:last-child {
    width: 270px;
    padding-left: 25px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold
}

.year dt span {
    font-size: 34px
}

.year dd {
    border-left: 1px solid #884941;
    height: 30px;
    clear: both;
    display: block;
    margin: 0 0 0 40px
}

.year dd:last-child {
    border: none
}

.year p span {
    padding-bottom: 75px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em
}

@media screen and (max-width: 768px) {
    .year .inner {
        width: 100%
    }

    .year dl {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .year h2 {
        font-size: 12px;
        text-align: left;
        padding: 15% 5% 10%;
        line-height: 22px
    }

    .year dd:last-child {
        border-left: 1px solid #884941
    }

    .year dt li:last-child {
        width: auto;
        padding-left: 12px;
        height: 80px;
        display: table-cell;
        vertical-align: middle
    }

    .year dl:last-child dd:last-child {
        border: none
    }

    .year h3 {
        font-size: 16px;
        padding: 10% 0
    }

    .year p span {
        padding-bottom: 15%;
        display: block;
        text-align: left;
        letter-spacing: 0.1em;
        width: 90%;
        margin: 0 auto;
        font-size: 12px
    }
}

.img_sd2 {
    margin: 0 10px 32px 0;
    box-shadow: rgba(255, 124, 72, 0.2) 16px 16px 0
}

.yurayura {
    -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
    -webkit-animation-duration: 1.1s
}

@-webkit-keyframes horizontal1 {
    0% {
        -webkit-transform: translateX(-5px) translateY(-4px)
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px)
    }
}

.scr {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: 100;
    font-size: 3rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    -webkit-animation-name: scr;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: scr;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease
}

@-webkit-keyframes scr {
    0% {
        -webkit-transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -10px)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes scr {
    0% {
        -moz-transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, -10px)
    }

    100% {
        -moz-transform: translate(0, 0)
    }
}

.fuwafuwa {
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -10px)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, -10px)
    }

    100% {
        -moz-transform: translate(0, 0)
    }
}

.top_icon {
    text-align: center;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    padding-bottom: 100px
}

.top_icon+.mttl_cl {
    padding-top: 72px
}

@media (max-width: 479px) {
    .top_icon {
        text-align: center;
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;
        margin: 0 auto 0;
        padding-bottom: 20px
    }

    .top_icon img {
        width: 150px;
        height: auto
    }

    .top_icon+.mttl_cl {
        padding-top: 50px;
        margin-bottom: 20px
    }

    .top_icon+.mttl_cl img {
        width: 200px;
        height: auto
    }
}

.single {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0
}

.single_none {
    width: 100%;
    padding: 80px 0;
    position: relative
}

.single_none.h_none {
    width: 1200px;
    padding: 10px 0;
    position: relative;
    margin: 0 auto
}

.msingle {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px
}

@media (max-width: 768px) {
    .msingle {
        padding: 16px
    }
}

.lsingle {
    width: 49%;
    float: left
}

.rsingle {
    width: 49%;
    float: right
}

.txtbx p {
    margin-bottom: 16px
}

.topics_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.topics_box section {
    width: calc(50% - 160px);
    padding: 80px
}

@media (max-width: 768px) {
    .topics_box section {
        width: calc(100% - 16px);
        padding: 8px
    }
}

.bg_tone section:first-child {
    background: #D8E4BC
}

.bg_tone section:last-child {
    background: #fffbc4
}

.contactbx {
    text-align: center;
    margin: 15px 0
}

.contactbx li {
    margin: 0 5px 10px
}

.contactbx a {
    width: 100%;
    display: block;
    font-size: 20px
}

.contactbx .tl a {
    background: #fff;
    width: 100%;
    font-weight: bold;
    padding: 8px 0px;
    border: 1px solid #ff7c48;
    border-radius: 35px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}

@media (max-width: 768px) {
    .contactbx .tl a {
        font-size: 1.8rem
    }
}

.contactbx .ml a {
    background: #fff;
    width: 100%;
    font-weight: bold;
    padding: 8px 0px;
    border: 1px solid #ff7c48;
    border-radius: 35px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background: #ff7c48
}

@media (max-width: 768px) {
    .contactbx .ml a {
        font-size: 1.8rem
    }
}

.contactbx .ol a {
    background: #fff;
    width: 100%;
    font-weight: bold;
    padding: 8px 0px;
    border: 1px solid #ff7c48;
    border-radius: 35px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background: #ff7c48
}

@media (max-width: 768px) {
    .contactbx .ol a {
        font-size: 1.8rem
    }
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
    color: #555
}

.contactbx .tl a:hover {
    color: #fff;
    background: #ff7c48
}

.contactbx .tl a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 15px
}

.contactbx .ml a:link,
.contactbx .ml a:visited {
    color: #fff
}

.contactbx .ml a:hover {
    color: #fff;
    background: #ff7c48;
    opacity: 0.6
}

.contactbx .ol a {
    color: #fff !important
}

.contactbx .ol a:link,
.contactbx .ol a:visited {
    color: #fff !important
}

.contactbx .ol a:hover {
    color: #fff !important;
    background: #ffc5ae
}

.contactbx .ol a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    margin-right: 5px
}

@media screen and (max-width: 768px) {
    .contactbx .tl a {
        width: 100% !important;
        min-width: 300px !important;
        display: block;
        font-size: 1.7rem
    }

    .contactbx .ml a {
        width: 100% !important;
        min-width: 300px !important;
        display: block;
        font-size: 1.7rem
    }

    .contactbx .ol a {
        width: 100% !important;
        min-width: 300px !important;
        display: block;
        font-size: 1.7rem
    }
}

.bg-area {
    background-image: url(../img/bg-area.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 330px
}

.bg-area .lsingle {
    padding-bottom: 150px
}

@media screen and (max-width: 768px) {
    .bg-area {
        background: none;
        height: auto
    }

    .bg-area .lsingle {
        padding-bottom: 200px
    }
}

footer {
    width: 100%;
    text-align: center;
    color: #555;
    font-size: 1.3rem;
    background: url(../img/bg-gra.png)
}

#footer {
    margin: 0 auto;
    padding: 32px 0
}

address span {
    display: inline-block
}

.logo_f {
    display: block;
    margin: 32px 0
}

@media (max-width: 479px) {
    .logo_f {
        width: 220px;
        margin: 0 auto 8px
    }
}

.copyright {
    font-size: 1.2rem;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

#fnavi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0
}

#fnavi li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 32px;
    font-size: 1.5rem;
    border-left: 1px solid #aaa
}

#fnavi li:first-child {
    border-left: 0px solid #aaa
}

#fnavi li:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 5px;
    color: #333
}

#fnavi li a {
    color: #ff7c48 !important
}

#fnavi li a:link,
#fnavi li a:visited,
#fnavi li a:hover {
    color: #555 !important;
    text-decoration: none
}

#fnavi li a span {
    font-weight: bold
}

#fnavi li a b {
    display: none
}

#fnavi li .ul_child {
    display: none
}

@media (max-width: 768px) {
    #fnavi {
        display: none
    }
}

#fmenu-lg {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.3rem;
    padding: 16px 0
}

#fmenu-lg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#fmenu-lg li {
    width: calc(100% / 4.1);
    flex-direction: column;
    float: left;
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1rem
}

#fmenu-lg li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    margin-right: 5px;
    color: #ff7c48
}

#fmenu-lg li:last-child {
    border: none;
    margin: 0
}

#fmenu-lg a:link,
#fmenu-lg a:visited,
#fmenu-lg a:hover {
    color: #fff;
    text-decoration: none
}

#fmenu-lg li ul {
    margin-top: 15px
}

#fmenu-lg li ul li {
    width: 100% !important;
    font-weight: normal;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0rem;
    padding-left: 0em;
    border-right: 0px solid #aaa;
    height: auto;
    margin-bottom: 5px
}

#fmenu-lg li ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "・";
    margin-right: 5px;
    color: #FFF
}

.mtext1 {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

.mtext1.bmnone {
    margin-bottom: 0
}

.mtext1.bmnone2 {
    margin-bottom: -20px
}

.mtext1.tnone {
    position: relative;
    top: -25px;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

@media (max-width: 768px) {
    .mtext1 {
        font-size: 1.8rem
    }
}

@media (max-width: 768px) {
    .mtext1 {
        font-size: 1.5rem !important
    }
}

.mtext1 span {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #555;
    display: block
}

.mtext1 spn {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-weight: bold
}

@media (max-width: 479px) {
    .mtext1 spn {
        font-size: 1.5rem
    }
}

.mtext1.big {
    font-size: 3rem
}

@media (max-width: 768px) {
    .mtext1.big {
        font-size: 1.7rem !important
    }
}

.mtext1.big span {
    font-size: 1.5rem
}

.mtext1.lh {
    line-height: 1.8
}

.mtext2 {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

@media (max-width: 479px) {
    .mtext2 {
        font-size: 1.5rem
    }
}

@media (max-width: 768px) {
    .mtext2 {
        font-size: 1.3rem !important
    }
}

.mtext3 {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

@media (max-width: 768px) {
    .mtext3 {
        font-size: 1.8rem
    }
}

@media (max-width: 768px) {
    .mtext3 {
        font-size: 1.6rem !important
    }
}

.mtext3 span {
    font-size: 1.5rem
}

.sp {
    display: none;
    margin: 0 auto
}

.pc {
    display: block;
    margin: 0 auto
}

.map {
    width: 100%;
    height: 450px
}

.scrollbar-y {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll
}

.scrollbar-y::-webkit-scrollbar {
    width: 5px
}

.scrollbar-y::-webkit-scrollbar-track {
    border-radius: 10px;
    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;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

.news {
    overflow: hidden;
    line-height: 1.6;
    margin: 10px auto 0
}

.news dt {
    float: left;
    width: 8em;
    font-weight: bold;
    color: #ff7c48
}

.news dd {
    padding-left: 8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #ff7c48;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.news-bl dd:last-child {
    border-bottom: 0px
}

.news-bl.bdnone dd {
    border: none
}

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common.linenone li {
    border-bottom: 0px dotted #cccccc
}

.list_check {
    padding: 8px 0;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5
}

.list_check li {
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: -1.5em;
    border-bottom: dotted 1px #aaa
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px;
    color: #ff7c48
}

.list_check li:last-child {
    border-bottom: dotted 0px #aaa
}

.list_check li b {
    font-size: 1.9rem
}

.list_check li span {
    font-size: 1.4rem
}

@media screen and (max-width: 768px) {
    .list_check li b {
        font-size: 1.5rem
    }

    .list_check li span {
        font-size: 1.3rem
    }
}

.list_check2 {
    padding: 8px 0;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5
}

.list_check2 li {
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: -1.5em
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: #996C34
}

.list_check3 {
    padding: 8px 0;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5
}

.list_check3 li {
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: -1.5em
}

.list_check3 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 5px;
    margin-left: 2px;
    color: #f5cc50
}

.list_check4 {
    padding: 8px 0;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5
}

.list_check4 li {
    padding-left: 1.5em;
    padding-top: 4px;
    padding-bottom: 4px;
    text-indent: -1.5em
}

.list_check4 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
    margin-left: 2px;
    color: #cbcb5f
}

.file-btn {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    background: #aaa;
    cursor: pointer;
    font-size: 1.3rem
}

.file-btn:hover {
    background: #ccc
}

.file-btn input {
    display: none
}

.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 dt strong {
    color: #fff;
    background: #888;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    font-weight: normal;
    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 #bbb;
    width: calc(100% - 10px) !important;
    padding: 0 5px;
    border-radius: 2px
}

.textarea {
    height: 30px
}

textarea {
    height: 350px !important
}

.form-button {
    margin: 32px 0
}

#mailform button {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #ff7c48;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border: 1px solid #ff7c48;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover {
    background: #fff;
    color: #ff7c48
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-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: #f5cc50;
    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;
    box-shadow: 20px -1px rgba(255, 255, 255, 0.95)
}

label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #f7f6f6
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    display: inline-block;
    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: 10px;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #ff7c48;
    border-bottom: 3px solid #ff7c48;
    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;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-text {
    padding: 8px;
    margin: 16px 0;
    text-align: center;
    border: 2px solid #eee;
    background: #fff
}

#two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#two_column #sidenav {
    background: #fff;
    width: calc(260px - 0px);
    padding: 0px
}

#two_column #sidenav h1 {
    text-align: center;
    padding: 32px 0 0;
    margin-bottom: 0
}

#two_column #sidenav h1 img {
    width: 90%
}

#two_column #main {
    width: calc(100% - 260px);
    margin-left: 0px;
    background: #fff
}

@media (max-width: 768px) {
    #two_column #sidenav {
        width: calc(100% - 0px);
        padding: 16px 0
    }

    #two_column #sidenav .smenu {
        display: none
    }

    #two_column #sidenav h1 {
        padding: 0
    }

    #two_column #sidenav h1 img {
        width: 100px
    }

    #two_column #main {
        width: calc(100% - 0px)
    }
}

.smenu {
    padding: 0 16px
}

.smenu li {
    font-size: 12px;
    border-bottom: 1px solid #eee
}

.smenu a {
    padding: 6px 0px;
    font-size: 1.3rem;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-indent: 1em;
    display: block;
    text-decoration: none
}

.smenu a span {
    font-size: 1.3rem;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.smenu a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #ff7c48
}

.smenu a:link,
.smenu a:visited {
    color: #555
}

.bnr_onepoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px
}

.bnr_onepoint li {
    width: calc(33.33%);
    height: 450px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.bnr_onepoint li * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li:hover p {
    transform: translateY(-30px)
}

.bnr_onepoint li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.bnr_onepoint li figcaption {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px
}

.bnr_onepoint li div {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bnr_onepoint li div p {
    text-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3rem;
    color: #fff;
    line-height: 1.5;
    transform: translateY(0)
}

.bnr_onepoint li div p span {
    display: block !important;
    font-size: 1.5rem
}

.bnr_onepoint li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.bnr_onepoint li:hover img,
.bnr_onepoint li.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    transform: scale(1.1)
}

@media screen and (max-width: 768px) {
    .bnr_onepoint li {
        width: calc(100%);
        height: auto;
        margin-right: 0px;
        margin-bottom: 8px;
        position: relative;
        overflow: hidden;
        text-align: center;
        height: 200px
    }

    .bnr_onepoint li p {
        font-size: 1.5rem
    }

    .bnr_onepoint figcaption {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto
    }

    .bnr_onepoint figcaption img {
        width: 100%
    }
}

.list_btn {
    font-size: 1.2em;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list_btn li {
    width: calc(33.33% - 10px);
    position: relative;
    border-radius: 35px;
    border: 1px solid #ff7c48;
    text-align: center
}

.list_btn li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    position: absolute;
    left: 90%;
    bottom: 25%;
    color: #ff7c48;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.list_btn li:hover:before {
    left: 92%;
    color: #fff
}

.list_btn li a {
    width: 100%;
    height: 100%;
    display: block !important;
    padding: 10px 0px
}

.list_btn li a:link,
.list_btn li a:visited {
    color: #ff7c48
}

.list_btn li a:hover {
    color: #fff !important
}

.list_btn li:hover {
    background: #ff7c48
}

@media (max-width: 768px) {
    .list_btn li {
        width: calc(100%);
        margin: 0 0 10px
    }
}

.ol-list {
    counter-reset: li;
    list-style: none;
    margin: 10px 0;
    display: block
}

.ol-list li {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0px;
    background: #f2f2f2
}

.ol-list li:last-child {
    margin-bottom: 0px
}

.ol-list span {
    display: table-cell;
    position: relative;
    padding-left: 20px;
    color: #555;
    text-decoration: none;
    transition: all .3s ease-out
}

.ol-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    background-color: #ff7c48;
    margin-left: -3.5em;
    color: #fff;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px;
    background: transparent url("../img/bg_listflow.png") 42px 100% no-repeat
}

.listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
}

.listFlow dl {
    display: table;
    width: 100%
}

.listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #ff7c48;
    width: 100px;
    background: #ff7c48;
    font-size: 13px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.listFlow dl dt .num {
    display: block;
    font-size: 21px;
    font-size: 3.32rem
}

.listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: #fff
}

.listFlow dl dd h4 {
    font-size: 2rem;
    color: #ff7c48;
    border-bottom: 1px solid #f5cc50;
    margin-bottom: 5px
}

.greeting_ttl {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 0.3rem
}

.greeting_ttl span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    display: block
}

.greeting_txt {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 64px 0;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align: center
}

.greeting_bg {
    background-image: url("../img/greeting_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-background-size: contain;
    font-family: 'object-fit: contain;';
    padding: 100px 0 0
}

.greeting_bx {
    padding: 88px 80px 30px;
    max-width: 640px;
    margin: 24px auto;
    font-size: 1.8rem;
    box-shadow: #aaa 0 0 0 1px;
    position: relative
}

.greeting_img {
    text-align: center;
    margin: auto;
    transform: skewX(-180px);
    margin-top: 64px;
    margin-bottom: -180px;
    box-shadow: #aaa 0 0 0 1px;
    width: 700px
}

.greeting_img img {
    width: 100%
}

@media screen and (max-width: 768px) {
    .greeting_ttl {
        font-size: 2.5rem;
        line-height: 1.3;
        text-align: center
    }

    .greeting_txt {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 16px 0;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        text-align: center
    }

    .greeting_bx {
        padding: 32px;
        font-size: 1.5rem
    }

    .greeting_img {
        text-align: center;
        margin: auto;
        transform: skewX(-200px);
        margin-top: 32px;
        margin-bottom: -200px;
        width: 90%
    }
}

.mttl_yl {
    font-size: 3rem;
    color: #333 !important;
    text-align: center;
    position: relative;
    line-height: 1em;
    padding: 10px 0;
    display: table;
    margin: 0 auto 16px;
    font-weight: bold
}

.mttl_yl:after,
.mttl_yl:before {
    content: "";
    width: 2px;
    height: 1.2em;
    background: #ff7c48;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.mttl_yl:before {
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: -40px
}

.mttl_yl:after {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    right: -40px
}

.mttl_yl span {
    display: block;
    margin-top: 5px
}

@media screen and (max-width: 768px) {
    .mttl_yl {
        font-size: 2.2rem;
        font-weight: bold
    }

    .mttl_yl:before {
        left: -20px
    }

    .mttl_yl:after {
        right: -20px
    }
}

.col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.col_2 .side {
    width: 300px
}

.col_2 .main {
    width: calc(100% - 330px)
}

@media (max-width: 768px) {
    .col_2 {
        display: block
    }

    .col_2 .side {
        width: 100%
    }

    .col_2 .main {
        width: calc(100% - 0px)
    }
}

.news-col {
    border-top: solid 1px #aaa
}

.news-col dt {
    float: left;
    width: 7em;
    padding: 24px 0px;
    line-height: 1.3;
    text-align: center;
    margin: 2px 0 0
}

.news-col dd {
    padding-left: 8em;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.6;
    border-bottom: solid 1px #aaa
}

.news-col dd:first-child {
    border-top: solid 1px #aaa
}

@media screen and (max-width: 768px) {
    .news-col dt {
        float: none;
        width: 100%;
        margin: 2px 0;
        padding: 0;
        text-align: left
    }

    .news-col dd {
        padding-left: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 2px 0 16px
    }
}

.mttl_col {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #ff6a2f;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 1.2px
}

.mttl_col span {
    font-size: 1.2rem;
    display: block;
    color: #f5cc50;
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    .mttl_col {
        font-size: 2.3rem;
        margin-bottom: 24px;
        text-align: center
    }
}

.mttl_bar {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    position: relative;
    border-bottom: 2px solid #ff7c48;
    margin: 0 0px 16px;
    padding-bottom: 0px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333
}

@media (max-width: 768px) {
    .mttl_bar {
        font-size: 1.8rem
    }
}

.mttl_bar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    margin-right: 8px;
    color: #aaa
}

.mttl_bar:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #f4c946
}

.mttl_bar span {
    margin-left: 5px;
    margin-bottom: .2em;
    color: #555;
    font-size: .6em;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase
}

.mttl_cl {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
    font-size: 4rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.2rem
}

@media (max-width: 768px) {
    .mttl_cl {
        font-size: 4.2rem
    }
}

@media (max-width: 479px) {
    .mttl_cl {
        font-size: 2.2rem
    }
}

.mttl_cl span {
    font-size: 1.2rem;
    color: #555;
    display: block;
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal
}

.mttl_cl b {
    font-size: 2.5rem;
    color: #f5cc50;
    text-align: center;
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    margin-left: 5px
}

@media (max-width: 479px) {
    .mttl_cl b {
        font-size: 1.5rem
    }
}

@media (max-width: 479px) {
    .mttl_cl {
        font-size: 2.5rem;
        margin-bottom: 40px
    }

    .mttl_cl:after {
        top: 60px
    }
}

.mttl_cl2 {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 4rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 50px;
    color: #f3a246;
    position: relative;
    letter-spacing: 0.2rem
}

@media (max-width: 768px) {
    .mttl_cl2 {
        font-size: 4.2rem
    }
}

@media (max-width: 479px) {
    .mttl_cl2 {
        font-size: 2.2rem
    }
}

.mttl_cl2:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #f3a246;
    display: block;
    position: absolute;
    top: 70px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.mttl_cl2 span {
    font-size: 1.2rem;
    color: #333;
    display: block;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media (max-width: 479px) {
    .mttl_cl2 {
        font-size: 2rem;
        margin-bottom: 40px
    }

    .mttl_cl2:after {
        top: 60px
    }
}

.page_menu_bg {
    text-align: center;
    background: #eee;
    padding: 16px 0
}

.page_menu {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3px 3%
}

.page_menu li {
    width: calc(20% - 14px);
    position: relative;
    border: 2px solid #ff7c48;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.8rem;
    background: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 0 5px
}

.page_menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 20px;
    line-height: 1.3
}

.page_menu li a:link,
.page_menu li a:visited {
    color: #ff7c48
}

.page_menu li a:hover {
    background: #ff7c48;
    color: #FFF !important
}

.page_menu li.p02 {
    border: 2px solid #f3a246
}

.page_menu li.p02 a:link,
.page_menu li.p02 a:visited {
    color: #f3a246
}

.page_menu li.p02 a:hover {
    background: #f3a246;
    color: #FFF !important
}

@media screen and (max-width: 768px) {
    .page_menu {
        margin: 6px 0
    }

    .page_menu li {
        font-size: 1rem;
        margin: 0 2px 3px;
        width: calc(20% - 6px);
        border: 1px solid #ff7c48
    }

    .page_menu li a {
        padding: 0px 0px
    }
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    margin: 20px auto 100px
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 20px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 25px
}

.blog_sttl01 {
    background: #ff7c48;
    color: #fff;
    text-indent: 5px;
    font-size: 1.7rem;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

.blog_mttl {
    width: calc(100% - 20px);
    color: #ff7c48;
    font-size: 1.8rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #ff7c48;
    margin: 0px 0 20px;
    padding: 5px 10px;
    line-height: 1.8
}

.blog_time {
    padding-top: 0px;
    font-weight: normal
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    width: 100%
}

.page_next {
    float: left;
    width: 49%
}

.page_prev {
    float: right;
    text-align: right;
    width: 49%
}

.page_prev a {
    display: block;
    padding: 5px 10px;
    background: #ff7c48
}

.page_next a {
    display: block;
    padding: 5px 10px;
    background: #ff7c48
}

.page_prev a:hover,
.page_next a:hover {
    opacity: 0.6
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
    color: #fff
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
    color: #fff
}

.blog_side_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_side_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(100% - 0px) !important;
    font-size: 1.2rem;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.blog_side_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_side_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #ff7c48;
    float: none;
    padding: 0 0px
}

.blog_side_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list {
    position: relative;
    margin: 0 0 32px;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 40px) !important;
    font-size: 12px;
    margin: 10px;
    position: relative;
    padding: 10px 10px 10px
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%
}

.blog_top_list .blog_bx:hover {
    background: #111
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
    margin-bottom: 15px
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal;
    font-size: 1.6rem
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

.archive li {
    border-bottom: 1px dotted #aaa
}

.archive li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
    color: #ff7c48
}

@media (max-width: 768px) {
    .blog_top_list {
        margin-bottom: 0
    }

    .blog_top_list .blog_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 8px
    }

    .blog_top_list .blog_bx .blog_bx_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .blog_top_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 150px)
    }

    .blog_top_list .blog_bx figcaption {
        width: 130px;
        height: 100px;
        display: block;
        text-align: center;
        background-color: #f2f2f2;
        background-position: center center;
        background-repeat: no-repeat;
        float: left
    }

    .blog_top_list .blog_bx .ttl {
        font-weight: bold;
        font-size: 1.2rem;
        color: #ff7c48;
        float: none;
        padding: 0 0px
    }

    .blog_top_list .blog_bx .ttm {
        float: none;
        padding-top: 0px;
        font-size: 1.2rem;
        font-weight: normal;
        color: #888
    }

    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }

    .pages {
        position: static;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }

    .page_next {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .page_prev {
        float: none;
        text-align: left;
        width: 100%
    }
}

table {
    width: 100%
}

table caption {
    background: #ff7c48;
    color: #FFF;
    padding: 16px 0;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    display: none
}

@media (max-width: 768px) {
    table caption {
        font-size: 1.8rem
    }
}

table td b {
    color: #ff7c48
}

table.tbl-2l {
    margin: 16px 0
}

table.tbl-2l th {
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 0px solid;
    color: #555;
    background: none !important
}

table.tbl-2l tr:nth-child(odd) {
    background: #eee !important
}

table.tbl-2l td {
    padding: 15px 10px;
    border: #eee 0px solid !important;
    background: none
}

.bg_image1 {
    background-image: url(../img/bg_image1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center left
}

.bg_image2 {
    background-image: url(../img/bg_image2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image3 {
    background-image: url(../img/bg_image3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image4 {
    background-image: url(../img/bg_image4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image5 {
    background-image: url(../img/bg_image5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg-fix {
    background-attachment: fixed;
    background-size: cover
}

@media screen and (max-width: 768px) {
    .bg-fix {
        background-attachment: scroll
    }
}

.cp_button01 {
    text-align: center;
    margin: 20px auto 10px;
    position: relative;
    z-index: 1;
    width: 160px;
    padding: 0.35em;
    line-height: 1.4em;
    cursor: pointer;
    user-select: none;
    transition: transform 0.2s, color 0.2s;
    -webkit-transform: translate(0.5em -0.4em);
    transform: translate(0.5em -0.4em);
    border: 1px solid #555;
    border-radius: 0;
    background: transparent;
    font-size: 1.6rem;
    font-weight: bold
}

.cp_button01 a:link,
.cp_button01 a:visited,
.cp_button01 a:hover {
    color: #555 !important
}

@media screen and (max-width: 768px) {
    .cp_button01 {
        font-size: 1.4rem
    }
}

.cp_button01:before {
    position: absolute;
    z-index: -1;
    top: 12px;
    right: 5px;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform 0.2s, background-color 0.2s;
    -webkit-transform: translate(0.6em, -0.3em);
    transform: translate(0.6em, -0.3em);
    background-color: rgba(245, 204, 80, 0.5)
}

.cp_button01:hover {
    -webkit-transform: translate(0.2em, -0.1em);
    transform: translate(0.2em, -0.1em);
    color: #ff7c48
}

.cp_button01:hover:before {
    -webkit-transform: translate(0.25em, -0.6em);
    transform: translate(0.25em, -0.6em)
}

.btn-r {
    max-width: 1200px;
    margin: 16px auto;
    padding: 8px 0
}

.btn-r.m-none {
    margin: auto
}

.btn-r a {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #555;
    border: 2px solid #555;
    font-size: 1.5rem;
    display: block;
    max-width: 260px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    color: #555;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-r a:hover {
    color: #555 !important;
    background-color: #fff;
    border-color: #555
}

.btn-r a:link,
.btn-r a:visited,
.btn-r a:hover {
    color: #FFF;
    text-decoration: none
}

.btn-r a::before,
.btn-r a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #555
}

.btn-r a::before {
    right: 0
}

.btn-r a::after {
    left: 0
}

.btn-r a:hover::before,
.btn-r a:hover::after {
    width: 0;
    background-color: #555;
    border-radius: 20px
}

.btn-r a::before,
.btn-r a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    border-radius: 20px
}

.btn-r a::before,
.btn-r a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-r2 {
    max-width: 1200px;
    margin: 16px auto;
    padding: 8px 0
}

.btn-r2.m-none {
    margin: auto
}

.btn-r2 a {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #ff7c48;
    border: 2px solid #ff7c48;
    font-size: 1.5rem;
    display: block;
    max-width: 260px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    color: #ff7c48;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-r2 a:hover {
    color: #ff7c48 !important;
    background-color: #fff;
    border-color: #ff7c48
}

.btn-r2 a:link,
.btn-r2 a:visited,
.btn-r2 a:hover {
    color: #FFF;
    text-decoration: none
}

.btn-r2 a::before,
.btn-r2 a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #ff7c48
}

.btn-r2 a::before {
    right: 0
}

.btn-r2 a::after {
    left: 0
}

.btn-r2 a:hover::before,
.btn-r2 a:hover::after {
    width: 0;
    background-color: #ff7c48;
    border-radius: 20px
}

.btn-r2 a::before,
.btn-r2 a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    border-radius: 20px
}

.btn-r2 a::before,
.btn-r2 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn1 a {
    position: relative;
    z-index: 2;
    background: #ff7c48;
    border: 2px solid #ff7c48;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width: 768px) {
    .btn1 a {
        font-size: 1.8rem
    }
}

.btn1 a:link,
.btn1 a:visited {
    color: #fff;
    text-decoration: none
}

.btn1 a:hover {
    color: #ff7c48;
    text-decoration: none;
    background-color: #fff;
    border-color: #ff7c48
}

.btn1 a::before,
.btn1 a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background: #ff7c48
}

.btn1 a::before {
    right: 0
}

.btn1 a::after {
    left: 0
}

.btn1 a:hover::before,
.btn1 a:hover::after {
    width: 0;
    background: #ff7c48
}

.btn1 a::before,
.btn1 a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn1 a::before,
.btn1 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn_cline {
    position: relative;
    display: block;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto
}

@media print,
screen and (min-width: 751px) {
    .btn_cline {
        border: 1px solid #000000;
        margin: 16px auto
    }

    .btn_cline>span {
        pointer-events: none;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 54px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 0 20px;
        text-align: left;
        color: #000;
        font-size: 1.6rem;
        letter-spacing: 0.83px
    }

    .btn_cline>span:after {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0px;
        width: 40px;
        height: 1px;
        background: #fff;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    .btn_cline:before {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -40px;
        width: 80px;
        height: 1px;
        background: #000
    }

    .btn_cline:hover:before {
        width: 100%
    }

    .btn_cline:hover>span {
        color: #fff
    }

    .btn_cline:hover>span:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .btn_cline.white {
        border: 1px solid #fff
    }

    .btn_cline.white>span {
        color: #fff
    }

    .btn_cline.white>span:after {
        background: #000
    }

    .btn_cline.white:after,
    .btn_cline.white:before {
        background: #fff
    }

    .btn_cline.white:hover>span {
        color: #000
    }
}

@media screen and (max-width: 750px) {
    .btn_cline {
        border: 2px solid #000000;
        width: 80%
    }

    .btn_cline>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px 0 30px;
        text-align: left;
        color: #000;
        font-size: 1.5rem;
        letter-spacing: 1.33px;
        font-family: 'Montserrat', sans-serif
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -30px;
        width: 50px;
        height: 1px;
        background: #000
    }

    .btn_cline.white {
        border: 1px solid #fff !important
    }

    .btn_cline.white>span {
        color: #fff !important
    }

    .btn_cline.white:after {
        background: #fff !important
    }
}

.list4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.list4>li {
    width: 24%;
    box-sizing: border-box;
    padding: 10px
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3 li {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 10px
}

.list3 li:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .list3 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.linklist_sb {
    position: relative;
    margin: 0 0 32px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.linklist_sb .list_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 30px) !important;
    font-size: 12px;
    margin: 5px;
    position: relative;
    padding: 10px;
    background: #fff
}

.linklist_sb .list_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.linklist_sb .list_bx .btn {
    margin-top: 8px
}

.linklist_sb .list_bx .btn span {
    border: 1px solid #111;
    padding: 2px 24px
}

.linklist_sb .list_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.linklist_sb .list_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.linklist_sb .list_bx:hover {
    background: #EEE
}

.linklist_sb .list_bx figcaption {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.linklist_sb .list_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.linklist_sb .list_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.linklist_sb .list_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover
}

.linklist_sb .list_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.linklist_sb .list_bx .ttl {
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    float: left;
    padding: 0 15px;
    margin-bottom: 5px
}

.linklist_sb .list_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 10px;
    font-weight: normal;
    color: #333
}

.linklist_sb .list_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.linklist_sb .list_bx .list_ttl {
    clear: both;
    font-weight: bold;
    color: #ff7c48;
    font-size: 1.5rem;
    line-height: 1.5;
    border-bottom: 1px solid #f5cc50
}

@media screen and (max-width: 768px) {
    .linklist_sb .list_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 20px
    }
}

a#i01,
a#i02,
a#i03,
a#i04,
a#mail {
    display: block;
    padding-top: 120px;
    margin-top: -120px
}

.bg1 {
    background: url("../img/footer_bg.png") bottom center repeat-x
}

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 100
}

#page-top a {
    color: #fff;
    font-size: 2.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0;
    background: #ff7c48;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    border-radius: 50%
}

#page-top a:hover {
    background: #f5cc50;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    #page-top {
        bottom: 4px;
        right: 4px
    }

    #page-top a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 50%
    }
}

.bg01 {
    background: url("../img/sl1.jpg")
}

.bg-area {
    background-image: url(../img/bg-area.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 330px
}

.bg-area .lsingle {
    padding-bottom: 150px
}

@media screen and (max-width: 768px) {
    .bg-area {
        background: none;
        height: auto
    }

    .bg-area .lsingle {
        padding-bottom: 200px
    }
}

.bg-01 {
    position: relative
}

.bg-01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: url(../img/border-back.png) repeat-x bottom center;
    opacity: 0.7
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    background: #fff;
    width: calc(100% - 50px);
    margin: 0 auto;
    z-index: 1000
}

@media screen and (max-width: 768px) {
    #header {
        width: calc(100% - 100px)
    }
}

#header .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: center
}

#header .inner #logo img {
    height: 60px;
    -webkit-filter: drop-shadow(0px 0px 8px #fff);
    filter: drop-shadow(0px 0px 8px #fff);
    position: absolute;
    z-index: 55;
    top: 10px;
    left: 10px
}

@media screen and (max-width: 768px) {
    #header .inner #logo img {
        height: auto;
        width: 100%;
        filter: none;
        position: relative;
        top: 5px;
        left: 0;
        right: 0;
        margin: 0 auto 10px
    }
}

#header .head-right {
    display: flex;
    flex-wrap: wrap;
    width: 520px;
    justify-content: flex-end
}

@media (max-width: 768px) {
    #header .head-right {
        width: 380px;
        margin-right: 90px
    }
}

@media screen and (max-width: 768px) {
    #header .head-right {
        border-top: 1px solid #eee;
        padding-top: 3px;
        width: 100%;
        margin: 0;
        justify-content: center
    }
}

#header .head-comment {
    font-size: 1.3rem;
    color: #555
}

@media screen and (max-width: 768px) {
    #header .head-comment {
        font-size: 11px;
        width: 100%;
        text-align: center
    }
}

#header .head-tel,
#header .head-mail {
    font-size: 1.7rem
}

#header .head-tel a,
#header .head-mail a {
    color: #fff;
    display: block;
    max-width: 200px;
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    background: #f2be20
}

#header .head-tel a:hover,
#header .head-mail a:hover {
    background: #bb8f0b
}

#header .head-tel a:before,
#header .head-mail a:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px
}

@media (max-width: 768px) {

    #header .head-tel,
    #header .head-mail {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 768px) {

    #header .head-tel,
    #header .head-mail {
        font-size: 1.4rem
    }

    #header .head-tel a,
    #header .head-mail a {
        width: 148px
    }
}

#header .head-tel a {
    background: #ff7c48
}

#header .head-tel a:before {
    content: "\f095"
}

#header .head-tel a:hover {
    background: #ff5715
}

#header .head-mail a {
    font-size: 1.4rem;
    color: #111
}

#header .head-mail a:before {
    content: "\f0e0"
}

@media screen and (max-width: 768px) {
    #header .head-mail a {
        line-height: 1.3;
        padding: 4px 0
    }
}

#header.scrolled {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9997;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none
}

#header.scrolled #head-contact {
    display: none
}

#header.scrolled .inner .h1ttl {
    display: none
}

#header.scrolled .inner #logo img {
    height: 56px;
    z-index: 2;
    top: 8px;
    left: 5px
}

@media screen and (max-width: 768px) {
    #header.scrolled .inner #logo img {
        height: auto;
        width: 220px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.85);
        padding: 10px;
        border-radius: 10px
    }
}

#navi ul {
    width: 750px;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#navi ul .head-only {
    display: block
}

#navi ul li {
    position: relative;
    flex: 1 0 auto;
    text-align: center;
    padding: 1px 0
}

#navi ul li .ul_child {
    position: absolute;
    top: -1000px
}

#navi ul li .ul_child p a {
    font-size: 1.3rem;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background: #fff;
    color: #222;
    font-weight: bold;
    width: 100%;
    text-align: center
}

#navi ul li a {
    display: block;
    position: relative;
    line-height: 1.5;
    font-size: 1.8rem;
    padding: 8px 0;
    color: #ff7c48;
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    text-align: center;
    z-index: 2;
    letter-spacing: 1px
}

#navi ul li a span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    height: 30px;
    line-height: 30px
}

#navi ul li:hover {
    transition: all .3s ease-in;
    background: #ff7c48
}

#navi ul li:hover .ul_child {
    width: 100%;
    top: 75px
}

#navi ul li:hover .ul_child p a:hover {
    background: #f5cc50
}

#navi ul li:hover a {
    color: #f5cc50
}

#navi ul li:hover a span {
    color: #fff
}

#sp_navi {
    display: none
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px
}

.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: #fff;
    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: 0px;
    margin: 0px -40px
}

.slider1 .overview li p {
    text-align: center;
    font-weight: normal;
    font-size: 13px !important
}

.slider1 .overview li:nth-child(even) img {
    width: 200px;
    height: 210px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    vertical-align: middle;
    text-align: center;
    object-fit: cover;
    margin-bottom: 5px;
    z-index: 10
}

.slider1 .overview.p_none p {
    display: none
}

.slider1 img {
    width: 200px;
    height: 210px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    vertical-align: middle;
    text-align: center;
    object-fit: cover;
    margin-bottom: 5px
}

@media screen\0 {
    .slider1 .overview li {
        margin: 0px 10px
    }

    .slider1 .overview li:nth-child(even) img {
        width: 200px;
        height: 200px;
        border-radius: 0px;
        vertical-align: middle;
        text-align: center;
        object-fit: cover;
        margin-bottom: 5px
    }

    .slider1 img {
        width: 200px;
        height: 200px;
        border-radius: 0px;
        vertical-align: middle;
        text-align: center;
        object-fit: cover;
        margin-bottom: 5px
    }
}

@supports (-ms-ime-align: auto) {
    .slider1 .overview li {
        margin: 0px 10px
    }

    .slider1 .overview li:nth-child(even) img {
        width: 200px;
        height: 200px;
        border-radius: 0px;
        vertical-align: middle;
        text-align: center;
        object-fit: cover;
        margin-bottom: 5px
    }

    .slider1 img {
        width: 200px;
        height: 200px;
        border-radius: 0px;
        vertical-align: middle;
        text-align: center;
        object-fit: cover;
        margin-bottom: 5px
    }
}

.slick-slide {
    position: relative
}

.slick-slide:not(.slick-current) {
    opacity: .5
}

.slick-slide img {
    margin: 0 auto
}

.slick-slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    opacity: 0;
    transition: .6s ease;
    pointer-events: none
}

.slick-slide .caption>img {
    width: 60%
}

.slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
    bottom: 26%
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 2
}

.slick-prev {
    left: 25px
}

.slick-prev:before {
    content: '';
    border: 3px solid #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15%;
    border-top: none;
    border-right: none
}

.slick-next {
    right: 50px
}

.slick-next:before {
    content: '';
    border: 3px solid #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 15%;
    border-top: none;
    border-right: none
}

.square-dots {
    bottom: -100px
}

#mainView {
    overflow: hidden;
    position: relative;
    width: calc(100% - 50px);
    margin: 0 auto;
    border: 3px solid;
    border-image: linear-gradient(45deg, #f5cc50 30%, #f3a246 80%, #ff7c48 100%);
    border-image-slice: 1
}

@media screen and (max-width: 768px) {
    #mainView {
        height: auto;
        width: calc(100% - 6px)
    }
}

.slide0 {
    background-image: url(../bxslider/images/0.jpg);
    background-position: center center
}

.slide1 {
    background-image: url(../bxslider/images/1.jpg);
    background-position: center center
}

.slide2 {
    background-image: url(../bxslider/images/2.jpg);
    background-position: center center
}

.slide3 {
    background-image: url(../bxslider/images/3.jpg);
    background-position: center center
}

.slide0,
.slide1,
.slide2,
.slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    padding: 0px 0
}

@media screen and (max-width: 768px) {

    .slide0,
    .slide1,
    .slide2,
    .slide3 {
        background-attachment: scroll
    }
}

.slideimg {
    max-width: 1200px;
    height: auto;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .slideimg {
        height: auto
    }
}

.flashimg {
    width: 960px;
    max-width: 960px;
    height: 300px;
    position: absolute;
    padding: 0;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 30%;
    margin: auto;
    z-index: 100
}

.flashimg img {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(245, 204, 80, 0.3));
    filter: drop-shadow(0px 0px 5px rgba(245, 204, 80, 0.3))
}

@media screen and (max-width: 768px) {
    .flashimg {
        max-width: 70%;
        width: 70%;
        height: 72px;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 25%
    }
}

.svg_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1200px;
    max-height: 400px;
    z-index: 100
}

#s4u {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1200px;
    max-height: 400px
}

#s4u img {
    max-width: 1200px
}

@media (max-width: 768px) {
    .svg_wrap {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto
    }

    .svg_wrap #svg {
        width: 100%;
        max-width: 100%;
        height: 100%;
        top: 40%;
        display: none
    }

    #s4u {
        width: 100%;
        max-width: 100%;
        height: 100%;
        top: 70%;
        display: block
    }

    #s4u div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: auto
    }

    #s4u img {
        width: 100%;
        max-width: 100%
    }
}

.faq dt {
    color: #ff7c48;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px
}

.faq dt:before {
    content: "Q";
    margin-right: 5px;
    font-size: 20px;
    color: #fff;
    background: #ff7c48;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center
}

.faq dd {
    margin-bottom: 32px;
    background: #f2f2f2;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 40px;
    text-indent: -40px
}

.faq dd:before {
    content: "A";
    text-indent: 0px;
    font-size: 20px;
    margin-right: 7px;
    color: #fff;
    background: #ffeae1;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center !important
}

.faq b {
    padding: 3px 5px;
    margin: 10px 0;
    line-height: 40px;
    background: #dad2b9;
    font-size: 11px
}

#title_bg1 {
    background-image: url("../img/1.jpg")
}

#title_bg2 {
    background-image: url("../img/2.jpg")
}

#title_bg3 {
    background-image: url("../img/3.jpg")
}

#title_bg4 {
    background-image: url("../img/4.jpg")
}

#title_bg5 {
    background-image: url("../img/5.jpg")
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    background-attachment: scroll;
    background-color: #f3a246
}

@media (max-width: 768px) {

    #title_bg1,
    #title_bg2,
    #title_bg3,
    #title_bg4,
    #title_bg5 {
        padding-top: 0;
        background-size: cover;
        background-position: center center
    }
}

#title {
    padding: 10% 5%;
    margin: 0px auto 0
}

#title h2 {
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-weight: normal;
    font-size: 5rem;
    position: relative;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

#title h2 span {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px
}

@media screen and (max-width: 768px) {
    #title {
        letter-spacing: 1px;
        background-color: rgba(255, 124, 72, 0.8);
        padding: 60px 0
    }

    #title h2 {
        font-size: 2.2rem;
        text-align: center;
        color: #FFF
    }

    #title h2 span {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
    }
}

.photo {
    width: 100%;
    margin: 10px auto 20px
}

.photo ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.photo li {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 1.25%
}

@media screen and (min-width: 769px) {
    .photo li:nth-child(5n) {
        margin-right: 0
    }
}

.photo li a {
    background: rgba(247, 247, 247, 0);
    display: block;
    text-align: center;
    vertical-align: middle
}

.photo li a img {
    object-fit: cover;
    height: 200px;
    width: 100%
}

.photo li a:hover {
    color: #888
}

.photo li a:hover img {
    opacity: 0.7;
    transition: all 0.3s ease
}

.photo li p {
    text-align: center;
    color: #f3a246 !important;
    font-weight: normal;
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.photo.p_none li p {
    display: none
}

@media screen and (max-width: 768px) {
    .photo {
        margin: 5px auto 10px
    }

    .photo li {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 1.25%
    }

    .photo li:nth-child(3n) {
        margin-right: 0
    }

    .photo li a img {
        height: 90px
    }
}

.pvc strong {
    color: #ff7c48;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin: 8px 0
}

.pvc strong:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.pvc h4 {
    color: #ff7c48;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin: 8px 0
}

.pvc h4:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.mttl_check {
    margin: 15px 0;
    border-bottom: solid 2px #ccc;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #555;
    font-weight: bold;
    letter-spacing: 1.5px
}

@media (max-width: 768px) {
    .mttl_check {
        font-size: 1.8rem
    }
}

.mttl_check b {
    color: #ff7c48;
    font-size: 110%
}

.mttl_check:before {
    color: #f5cc50;
    margin-right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b"
}

.mttl_dot {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #ff7c48;
    display: table;
    margin-bottom: 5px;
    padding: 3px;
    font-weight: bold;
    border-bottom: 3px dotted #ff7c48
}

@media (max-width: 479px) {
    .mttl_dot {
        font-size: 1.5rem
    }
}

.mttl_dot.tcenter {
    margin-right: auto;
    margin-left: auto
}

.mttl_double {
    background: #ff7c48;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border: 4px double #fff;
    padding: 16px 0;
    line-height: 1.2;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .mttl_double {
        font-size: 1.8rem
    }
}

.mttl_double span {
    font-size: 1.8rem;
    background: #fff;
    padding: 4px 32px;
    border-radius: 30px;
    color: #333
}

.mttl_double i {
    font-size: 3rem
}

.mttl_double2 {
    background: #519d35;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    border: 4px double #fff;
    padding: 16px 0;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.mttl_double2 span {
    font-size: 1.5rem;
    background: #fff;
    padding: 3px 8px;
    border-radius: 30px;
    color: #519d35;
    margin-left: 10px;
    letter-spacing: 1.5px
}

.mttl_double2 i {
    font-size: 3rem
}

@media screen and (max-width: 768px) {
    .mttl_double2 {
        font-size: 1.8rem;
        padding: 10px 0
    }

    .mttl_double2 span {
        font-size: 1.3rem
    }

    .mttl_double2 i {
        font-size: 2.5rem
    }
}

.day_flow dt {
    background-color: #11bba4;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 3px
}

.day_flow dd {
    border-left: 4px dotted #11bba4;
    margin-left: 25px;
    padding: 10px 15px;
    box-sizing: border-box
}

.day_flow._ptn02 dt {
    background-color: #ffd000;
    color: #444
}

.day_flow._ptn02 dd {
    border-left: 4px dotted #ffd000;
    color: #444
}

.price_txt {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.price_txt .icn_circle {
    background: #ff7c48;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1.3;
    font-size: 1.6rem;
    border-radius: 50%;
    text-align: center;
    margin-right: 16px
}

.price_txt .icn_circle span {
    color: #ffd051
}

.price_txt div {
    line-height: 100px
}

.price_txt div b {
    font-size: 4.5rem;
    margin-right: 0.2rem;
    color: #F09EC1
}

.price_txt div b span {
    font-size: 3.2rem;
    margin-left: 0.5rem
}

.process li {
    margin: 0 1% 15px;
    background: #fff;
    padding: 8px 10px 8px 10px;
    border-radius: 25px;
    border: 2px solid #ff7c48;
    box-shadow: 0px 0px 0px rgba(255, 124, 72, 0.4);
    position: relative
}

.process li span {
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background: #ff7c48;
    margin-right: 14px;
    font-size: 1.8rem;
    border-radius: 50%;
    width: 32px;
    text-align: center
}

.process li:not(:last-child):before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: rgba(255, 124, 72, 0.5);
    left: 50%;
    bottom: -20px
}

.sttl_r {
    background: #ff77c4;
    position: absolute;
    font-weight: bold;
    top: -8px;
    left: -8px;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1.1;
    font-size: 2.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 1
}

.sttl_r.rb1 {
    background: #c54fc5
}

.sttl_r.rb2 {
    background: #f05338
}

.sttl_r.rb3 {
    background: #f3a246
}

.sttl_r.rb4 {
    background: #f5cc50
}

.sttl_r.rb5 {
    background: #cbcb5f
}

.sttl_r.rb6 {
    background: #a2ca46
}

.sttl_r.rb7 {
    background: #519d35
}

.sttl_r.rb8 {
    background: #349d9d
}

.sttl_r.rb9 {
    background: #59c9f2
}

.sttl_r.rb10 {
    background: #377bee
}

.sttl_r.rb11 {
    background: #6f20c3
}

.sttl_r span {
    font-size: 1.4rem;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-left: 1px
}

@media screen and (max-width: 768px) {
    .sttl_r {
        width: 50px;
        height: 50px;
        font-size: 2rem;
        top: 3px;
        left: 3px
    }

    .sttl_r span {
        font-size: 1.15rem
    }
}

.sttl_c {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1;
    font-size: 3rem;
    border-radius: 50%;
    text-align: center
}

.sttl_c span {
    font-size: 1.3rem
}

.flex_2,
.flex_3,
.flex_4,
.flex_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px
}

.flex_2 .bx {
    position: relative;
    background: #f2f2f2;
    margin-bottom: 16px
}

.flex_2 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_2 .bx div {
    padding: 10px 15px 0px
}

@media (max-width: 479px) {
    .flex_2 .bx {
        margin-bottom: 24px
    }
}

.flex_2 .bx:nth-child(odd) {
    width: calc(50% - 16px);
    margin-right: 16px
}

.flex_2 .bx:nth-child(even) {
    width: calc(50% - 16px);
    margin-left: 16px
}

.flex_3 .bx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    position: relative;
    background: #f2f2f2;
    margin-bottom: 16px
}

.flex_3 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_3 .bx div {
    padding: 10px 15px 0px
}

@media (max-width: 479px) {
    .flex_3 .bx {
        margin-bottom: 24px
    }
}

.flex_3 .bx:nth-child(1) {
    width: calc(33.33% - 16px);
    margin-right: 8px
}

.flex_3 .bx:nth-child(2) {
    width: calc(33.33% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_3 .bx:nth-child(3) {
    width: calc(33.33% - 16px);
    margin-left: 8px
}

.flex_3 .bx b {
    color: #f5cc50;
    border-bottom: 1px solid #f5cc50
}

.flex_4 .bx {
    position: relative;
    background: #f2f2f2;
    margin-bottom: 16px
}

.flex_4 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_4 .bx div {
    padding: 10px 15px 0px
}

@media (max-width: 479px) {
    .flex_4 .bx {
        margin-bottom: 24px
    }
}

.flex_4 .bx:nth-child(1) {
    width: calc(25% - 16px);
    margin-right: 8px
}

.flex_4 .bx:nth-child(2) {
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_4 .bx:nth-child(3) {
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_4 .bx:nth-child(4) {
    width: calc(25% - 16px);
    margin-left: 8px
}

.flex_5 .bx {
    position: relative;
    background: #f2f2f2;
    margin-bottom: 16px;
    box-shadow: 2px 2px 20px rgba(85, 85, 85, 0.3)
}

.flex_5 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_5 .bx div {
    padding: 10px 15px 0px
}

@media (max-width: 479px) {
    .flex_5 .bx {
        margin-bottom: 24px
    }
}

.flex_5 .bx:nth-child(1) {
    width: calc(20% - 16px);
    margin-right: 8px
}

.flex_5 .bx:nth-child(2) {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_5 .bx:nth-child(3) {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_5 .bx:nth-child(4) {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_5 .bx:nth-child(5) {
    width: calc(20% - 16px);
    margin-left: 8px
}

@media (max-width: 479px) {

    .flex_2,
    .flex_3 {
        display: block;
        flex-wrap: nowrap
    }

    .flex_2 .bx:nth-child(odd),
    .flex_3 .bx:nth-child(odd) {
        width: calc(100% - 0px);
        margin: 0px 0px 16px
    }

    .flex_2 .bx:nth-child(even),
    .flex_3 .bx:nth-child(even) {
        width: calc(100% - 0px);
        margin: 0px 0px 16px
    }
}

@media screen and (max-width: 479px) and (max-width: 768px) {

    .flex_2 .bx.bm50,
    .flex_3 .bx.bm50 {
        margin-bottom: 50px
    }
}

@media (max-width: 479px) {
    .flex_4 .bx:nth-child(1) {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .flex_4 .bx:nth-child(2) {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .flex_4 .bx:nth-child(3) {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .flex_4 .bx:nth-child(4) {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .flex_5 .bx {
        width: 100%;
        margin-right: 0
    }

    .flex_5 .bx:nth-child(1) {
        width: 100%;
        margin-right: 0
    }

    .flex_5 .bx:nth-child(2) {
        width: 100%;
        margin-right: 0
    }

    .flex_5 .bx:nth-child(3) {
        width: 100%;
        margin-right: 0
    }

    .flex_5 .bx:nth-child(4) {
        width: 100%;
        margin-right: 0
    }

    .flex_5 .bx:nth-child(5) {
        width: 100%;
        margin-right: 0
    }
}

table.cmp {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 8px
}

table.cmp th,
table.cmp td {
    padding: 15px 15px
}

table.cmp th {
    background: #ffb395;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal
}

table.cmp th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffb395;
    border-width: 10px;
    margin-top: -10px
}

table.cmp td {
    background: #fff;
    padding-left: 20px
}

@-moz-document url-prefix() {
    table.cmp th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #888 10px solid;
        margin-top: -10px
    }
}

.section_box_text_r {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse
}

.section_box_text_r p {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .section_box_text_r {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto
    }
}

.section_box_text_l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.section_box_text_l p {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .section_box_text_l {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto
    }
}

.section_box_text_box {
    width: 30%;
    vertical-align: middle;
    padding: 5% 5%;
    font-weight: 600
}

.section_box_img {
    flex: 1
}

.section_box_img img {
    width: 100%;
    height: 100%;
    object-position: 50% 50% !important;
    font-family: 'object-fit: cover;'
}

@media (max-width: 768px) {
    .section_box_text_box {
        width: calc(100% - 4%);
        vertical-align: middle;
        padding: 2% 2%
    }

    .section_box_img {
        flex: 1
    }

    .section_box_img img {
        object-fit: cover;
        text-align: center;
        width: 100%;
        height: auto;
        object-position: 50% 50%
    }
}

.blanket li {
    padding: 0px 0;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    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: #f5cc50 !important
}

.blanket li .image,
.blanket li .detailBox {
    width: 50%;
    box-sizing: border-box;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.blanket li .image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.blanket li .image img {
    box-shadow: rgba(255, 124, 72, 0.1) -50px 50px 0 0
}

.blanket li .detailBox {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.blanket li .textBox {
    background: #fff;
    padding: 50px 60px 100px
}

.blanket li .blanket_ttl_top {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.2rem;
    font-size: 5rem;
    font-weight: normal;
    margin-bottom: 10px;
    text-indent: 2rem;
    text-align: right;
    -webkit-transform: translateY(-100%);
    -ms-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: #ff7c48;
    margin-bottom: 10px
}

.blanket li .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
}

@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%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        padding: 20px 0
    }

    .blanket li .image img {
        box-shadow: rgba(255, 124, 72, 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%);
        -ms-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);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px)
    }

    .blanket .btn_slash {
        line-height: 1;
        color: #fff;
        text-align: center;
        margin: 25px auto 0
    }
}

#indexnav {
    width: 100%;
    margin-bottom: 50px
}

#indexnav li {
    display: inline;
    float: left;
    width: 25%;
    overflow: hidden
}

#indexnav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 330px;
    border-right: 1px solid #EEEEEE;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#indexnav li a .img-inav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center
}

#indexnav li a .img-inav img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#indexnav li a .ico-inav {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 66px;
    left: 50%;
    margin-left: -42px;
    z-index: 2
}

#indexnav li a .ico-inav img {
    width: 100%
}

#indexnav li a .box-inav-top {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 22px;
    background: url(../img/bg_inav.png) no-repeat top left;
    background-size: cover
}

#indexnav li a .box-inav {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding-top: 0px;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    z-index: 1;
    box-sizing: border-box
}

#indexnav li a .box-inav div {
    color: #000;
    font-size: 1.8rem;
    line-height: 1em;
    text-align: center
}

#indexnav li a .box-inav p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 30px;
    border-bottom: 2px solid #f5cc50;
    color: #f5cc50;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1em;
    text-align: center
}

#indexnav li a:hover .img-inav img {
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1.1);
    transform-origin: center center
}

#indexnav li:last-child a {
    border-right: none
}

@media screen and (max-width: 768px) {
    #indexnav {
        width: 100%
    }

    #indexnav li {
        display: inline;
        float: left;
        width: 50%;
        overflow: hidden
    }

    #indexnav li a {
        height: 220px
    }

    #indexnav li a .box-inav div {
        font-size: 1.2rem !important
    }

    #indexnav li a .img-inav img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

#indexnav2 {
    width: 100%;
    margin-bottom: 50px
}

#indexnav2 li {
    display: inline;
    float: left;
    width: 25%;
    overflow: hidden
}

#indexnav2 li a {
    position: relative;
    display: block;
    width: 100%;
    height: 330px;
    border-right: 1px solid #EEEEEE;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#indexnav2 li a .img-inav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center
}

#indexnav2 li a .img-inav img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#indexnav2 li a .ico-inav {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 66px;
    left: 50%;
    margin-left: -42px;
    z-index: 2
}

#indexnav2 li a .ico-inav img {
    width: 100%
}

#indexnav2 li a .box-inav-top {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 22px;
    background: url(../img/bg_inav.png) no-repeat top left;
    background-size: cover
}

#indexnav2 li a .box-inav {
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding-top: 0px;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    z-index: 1;
    box-sizing: border-box
}

#indexnav2 li a .box-inav div {
    color: #000;
    font-size: 1.8rem;
    line-height: 1em;
    text-align: center
}

#indexnav2 li a .box-inav p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 30px;
    border-bottom: 2px solid #f3a246;
    color: #f3a246;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1em;
    text-align: center
}

#indexnav2 li a:hover .img-inav img {
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1.1);
    transform-origin: center center
}

#indexnav2 li:last-child a {
    border-right: none
}

@media screen and (max-width: 768px) {
    #indexnav2 {
        width: 100%
    }

    #indexnav2 li {
        display: inline;
        float: left;
        width: 50%;
        overflow: hidden
    }

    #indexnav2 li a {
        height: 220px
    }

    #indexnav2 li a .box-inav div {
        font-size: 1.2rem !important
    }

    #indexnav2 li a .img-inav img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.btn_cline {
    position: relative;
    display: block;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto
}

@media print,
screen and (min-width: 751px) {
    .btn_cline {
        border: 1px solid #000000
    }

    .btn_cline>span {
        pointer-events: none;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 54px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 0 20px;
        text-align: left;
        color: #000;
        font-size: 2rem;
        letter-spacing: 0.83px
    }

    .btn_cline>span:after {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0px;
        width: 40px;
        height: 1px;
        background: #fff;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    .btn_cline:before {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -40px;
        width: 80px;
        height: 1px;
        background: #000
    }

    .btn_cline:hover:before {
        width: 100%
    }

    .btn_cline:hover>span {
        color: #fff
    }

    .btn_cline:hover>span:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .btn_cline.white {
        border: 1px solid #fff
    }

    .btn_cline.white>span {
        color: #fff
    }

    .btn_cline.white>span:after {
        background: #000
    }

    .btn_cline.white:after,
    .btn_cline.white:before {
        background: #fff
    }

    .btn_cline.white:hover>span {
        color: #000
    }
}

@media screen and (max-width: 750px) {
    .btn_cline {
        border: 2px solid #000000;
        width: 80%
    }

    .btn_cline>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px 0 30px;
        text-align: left;
        color: #000;
        font-size: 1.5rem;
        letter-spacing: 1.33px;
        font-family: 'Montserrat', sans-serif
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -30px;
        width: 50px;
        height: 1px;
        background: #000
    }

    .btn_cline.white {
        border: 1px solid #fff !important
    }

    .btn_cline.white>span {
        color: #fff !important
    }

    .btn_cline.white:after {
        background: #fff !important
    }
}

.product_list_info {
    font-size: 13px
}

.product_list_info dt {
    float: left;
    width: 6em;
    background: #ff7c48;
    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 * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.product_list ul {
    width: 100%;
    display: flex;
    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: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    text-align: center;
    font-family: "object-fit: cover;"
}

.product_list li {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 10px;
    padding: 10px 5px;
    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.5;
    transform: scale(1.2)
}

.product_list li:hover .btn {
    color: #FFF;
    background: #ff7c48
}

.product_list li .btn {
    padding: 2px 0px;
    margin: 5px auto;
    font-size: 1.2rem;
    border: 1px solid #ff7c48;
    display: block;
    width: 160px;
    text-align: center;
    color: #ff7c48
}

.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: #ff7c48;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-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: #ff7c48;
    color: #fff;
    margin-bottom: -10px;
    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: #ff7c48;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-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: #ff7c48
}

@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;
        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
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex li {
    width: 25%
}

.snip1445 {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 100%;
    height: 300px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #111
}

.snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top
}

.snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px 10px 10px
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%)
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
    width: 1px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}

.snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%)
}

.snip1445 h2,
.snip1445 h4 {
    margin: 0;
    text-transform: uppercase;
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #ff7c48;
    font-weight: normal
}

.snip1445 h2 {
    font-size: 2rem;
    letter-spacing: 2px
}

.snip1445 .click {
    display: block;
    font-weight: normal;
    width: 200px;
    margin-left: auto;
    background-color: #ff7c48;
    padding: 3px 10px;
    color: #fff;
    text-shadow: #fff 0px 0px 0px
}

.snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.snip1445 img {
    opacity: 0.6
}

.snip1445:hover img,
.snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.4;
    opacity: 0.4
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

@media screen and (max-width: 768px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .flex li {
        width: 100%;
        margin-bottom: 8px
    }

    .snip1445 {
        min-width: 230px;
        max-width: 100%;
        height: 200px
    }

    .snip1445 img {
        opacity: 0.6;
        width: 100%
    }
}

#sp_navi {
    display: none
}

@media screen and (max-width: 768px) {
    #sp_navi {
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        bottom: 0;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }

    #sp_navi li {
        font-size: 2.2rem;
        display: block;
        width: 33.33%;
        cursor: pointer;
        color: #ff7c48;
        text-align: center;
        line-height: 1.2;
        position: relative;
        padding: 5px 0
    }

    #sp_navi li span {
        font-size: 1.1rem;
        display: block
    }

    #sp_navi li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -999px
    }
}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ff7c48;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.se-l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.se-l_text_box {
    width: 470px;
    vertical-align: middle;
    padding: 20px 35px
}

.se-l_text_box .btn1 {
    margin-top: 30px
}

.se-l_img {
    flex: 1
}

.se-l_img img {
    width: 100%;
    height: 100%;
    object-position: 50% 50% !important;
    font-family: 'object-fit: cover;'
}

@media screen and (max-width: 768px) {
    .se-l {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto
    }

    .se-l_text_box {
        width: calc(100% - 40px);
        vertical-align: middle;
        padding: 20px 20px
    }

    .se-l_box_img {
        flex: 1;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .se-l_box_img img {
        object-fit: cover;
        text-align: center;
        width: 100%;
        height: 400px;
        object-position: 50% 50%
    }
}

#main {
    float: left;
    width: 70%;
    min-height: 350px
}

#side {
    float: right;
    width: 26%
}

@media screen and (max-width: 768px) {
    #main {
        float: none;
        width: 100%;
        min-height: 150px
    }

    #side {
        float: none;
        width: 100%
    }
}

.mbox {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border: solid 1px #ccc;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .mbox {
        padding: 10px
    }
}

.mtitle-bll {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #333;
    padding-bottom: 5px
}

.mtitle-bll span {
    font-size: 1.6rem;
    font-weight: normal
}

.mtitle-bll:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 5px;
    color: #ff7c48
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #ff7c48
}

@media screen and (max-width: 768px) {
    .mtitle-bll {
        font-size: 1.5rem
    }
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem
}

.mtitle_category:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #ff7c48
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap
}

.blog-wrap * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog-wrap>li {
    width: 19%;
    margin: 0 0.5% 15px 0.5%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background: #fff;
    background: #fcfcfc
}

@media (max-width: 768px) {
    .blog-wrap>li {
        width: 49%
    }
}

@media screen and (max-width: 768px) {
    .blog-wrap>li {
        width: 90%;
        margin: 0 auto 10px
    }
}

.blog-contents {
    padding: 10px 10px 15px
}

.blog-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #eee
}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    font-family: 'object-fit: cover;'
}

.blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-date,
.date2 {
    color: #ff7c48;
    font-size: 14px
}

.blog-date:before,
.date2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px
}

@media screen and (max-width: 768px) {

    .blog-date,
    .date2 {
        font-size: 12px
    }
}

.blog-title {
    font-weight: bold;
    color: #ff7c48;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog-txt {
    font-size: 13px;
    line-height: 1.5;
    color: #555
}

@media screen and (max-width: 768px) {
    .blog-txt {
        font-size: 12px
    }
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #DDDDDD
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #DDDDDD;
    background-color: #FFFFFF
}

.category_nav li a:before {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-right: 5px
}

.category_nav li a:hover {
    background: #eee
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_card {
    padding: 5px
}

.blog_card li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    margin-bottom: 10px
}

.blog_card li .blog-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_card li .blog_dt {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #280000
}

.blog_card li .blog_dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_card li .blog_img {
    width: 100px;
    text-align: center
}

.blog_card li .blog_img img {
    max-width: 100%
}

.blog_card li .blog_right {
    flex: 1;
    margin-left: 10px
}

.blog_card li .blog_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog_card li .blog_body {
    line-height: 1.2;
    font-size: 12px
}

.blog_card li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog_card li:last-child {
    border-bottom: none
}

.scrbr {
    width: 100%;
    padding: 0px 0px;
    max-height: 80px;
    overflow-y: scroll;
    overflow-x: hidden
}

.scrbr::-webkit-scrollbar {
    width: 5px
}

.scrbr::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrbr::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 768px) {
    .scrbr {
        width: 100%;
        padding: 2px 0px;
        max-height: 60px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.scrbr2 {
    width: 100%;
    padding: 0px 0px;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden
}

.scrbr2::-webkit-scrollbar {
    width: 5px
}

.scrbr2::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrbr2::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 768px) {
    .scrbr2 {
        width: 100%;
        padding: 2px 0px;
        max-height: 230px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.scrbr3 {
    width: 100%;
    padding: 0px 0px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden
}

.scrbr3::-webkit-scrollbar {
    width: 5px
}

.scrbr3::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrbr3::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 768px) {
    .scrbr3 {
        width: 100%;
        padding: 2px 0px;
        max-height: 240px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.color1 {
    color: #ff7c48 !important
}

.color2 {
    color: #f5cc50 !important
}

.color3 {
    color: #555 !important
}

.color4 {
    color: #f3a246 !important
}

.cp_blockdesign05 {
    position: relative;
    display: -webkit-inline-box
}

.cp_blockdesign05:before,
.cp_blockdesign05:after {
    position: absolute;
    width: 0;
    height: 51.95px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 0 0 1px;
    border-style: dashed;
    border-color: #ff7c48
}

.cp_blockdesign05:before {
    top: -15px;
    right: 10px
}

.cp_blockdesign05:after {
    bottom: -15px;
    left: 10px
}

@media screen and (max-width: 768px) {
    .bg_white2 {
        background: rgba(255, 255, 255, 0.7)
    }

    .bg_white2.wp10 {
        width: 90%;
        padding: 10px
    }
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px
}

@media screen and (max-width: 768px) {
    a.anchor {
        padding-top: 57px;
        margin-top: -57px
    }
}

.mttl_balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em auto 0;
    padding: 5px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background: #f5cc50;
    border-radius: 50px;
    letter-spacing: 3px;
    z-index: 100
}

.mttl_balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f5cc50
}

.mttl_balloon p {
    margin: 0 auto;
    padding: 0 auto;
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    .mttl_balloon {
        margin: 1.5em auto 0.2em;
        padding: 5px 15px;
        font-size: 1.8rem
    }
}

.mttl_bg {
    background: #ff7c48;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    padding: 3px
}

.mttl_bg2 {
    background: #f3a246;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    padding: 3px
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3.waku li {
    border: 2px solid #ccc;
    padding: 5px;
    box-sizing: border-box
}

.list3>li {
    width: 32.5%;
    margin: 0 1.25% 10px 0
}

@media screen and (min-width: 769px) {
    .list3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .list3 li {
        width: 100%;
        margin: 0 auto 10px
    }
}

.list2 {
    display: flex;
    flex-wrap: wrap
}

.list2>li {
    width: 49.5%;
    margin: 0 1% 10px 0
}

.list2>li:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .list2 li {
        width: 100%;
        margin: 0 auto 10px
    }
}

table.tbl_sinryou {
    margin: 10px 0;
    text-align: center;
    background: #fff
}

table.tbl_sinryou th {
    background: #eee;
    vertical-align: middle;
    padding: 10px 0px !important;
    line-height: 1.5;
    border-top: #ff7c48 1px solid;
    border-bottom: #ff7c48 1px solid;
    border-left: none;
    border-right: none;
    font-weight: bold !important;
    font-family: "YakuHanJP", "Kosugi Maru", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #ff7c48;
    font-size: 1.8rem
}

@media screen and (max-width: 768px) {
    table.tbl_sinryou th {
        font-size: 1.4rem
    }
}

table.tbl_sinryou td {
    vertical-align: middle;
    border-top: #ff7c48 1px solid;
    border-bottom: #ff7c48 1px solid;
    border-left: none;
    border-right: none
}

table.tbl_sinryou td b {
    color: #f5cc50;
    font-size: 2.5rem
}

@media screen and (max-width: 768px) {
    table.tbl_sinryou td b {
        font-size: 2rem
    }
}

table.tbl_sinryou td span {
    color: #F39800;
    font-weight: bold
}

.conbox {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.conbox li {
    width: 32.5%;
    background: rgba(153, 108, 52, 0.15);
    box-shadow: 3px 2px 10px rgba(153, 108, 52, 0.2);
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-right: 1.25%;
    position: relative
}

.conbox li:nth-child(3n) {
    margin-right: 0%
}

.conbox li .wideimg {
    width: 100%;
    margin: 0;
    padding: 0
}

.conbox li h4 {
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px
}

.conbox li p {
    padding: 0 9%;
    font-size: 90%
}

.conbox li p.button01 {
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.conbox li p.button01 a {
    font-size: 1.3rem;
    text-align: center;
    padding: 3px 0;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 180px;
    border-radius: 30px;
    background: #996C34;
    color: #fff;
    border: #996C34 2px solid
}

.conbox li p.button01 a:hover {
    background: none;
    color: #996C34
}

.conbox li .conbox-p {
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .conbox li {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0%
    }
}

.black2 {
    color: #555 !important
}

.ud_line {
    border-image: linear-gradient(45deg, #f5cc50 20%, #f3a246 70%, #ff7c48 100%);
    border-image-slice: 1;
    border-top: 3px solid;
    border-bottom: 3px solid
}

.ud_line p {
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto
}

.ud_line p span {
    font-size: 4rem
}

@media screen and (max-width: 768px) {
    .ud_line p span {
        font-size: 2.5rem
    }
}

.bold {
    font-weight: bold
}

.about-list>li {
    padding: 0;
    background: #c7db89;
    position: relative;
    overflow-x: hidden;
    z-index: 0;
    font-size: 1.6rem;
    font-weight: bold
}

.about-list>li .about-txt {
    position: relative;
    padding: 10px;
    z-index: 4
}

.about-list>li .about-txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -219px;
    transform: translateX(-50%);
    border: 174px solid transparent;
    border-bottom: 45px solid #c7db89;
    z-index: 20
}

.about-list>li .about-img {
    position: relative;
    z-index: 0
}

.about-list>li img {
    max-width: 100%;
    height: auto
}

.about-list .about-title {
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align: center;
    margin: -10px auto 10px;
    line-height: 1.1;
    color: #ff6a2f;
    font-size: 1.2rem;
    font-weight: normal
}

.about-list .about-title span {
    font-size: 3rem;
    display: block
}

@media screen and (max-width: 768px) {
    .about-list {
        margin-bottom: -15px
    }

    .about-list li {
        width: 90%;
        margin: 0 auto 15px;
        font-size: 1.4rem
    }
}

.w150 {
    width: 150px
}

@media screen and (max-width: 768px) {
    .w150 {
        width: 100%
    }
}

.bbig {
    font-size: 120%
}

.bbig2 {
    font-size: 150%
}

.bg-stp {
    background: -webkit-repeating-linear-gradient(-45deg, #fff0d3, #fff0d3 3px, #fff 3px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #fff0d3, #fff0d3 3px, #fff 3px, #fff 10px)
}

.bg-f8 {
    background: #f8f7f4
}

.bg-half {
    background: linear-gradient(90deg, rgba(199, 178, 153, 0.2) 0%, rgba(199, 178, 153, 0.2) 50%, rgba(199, 178, 153, 0.1) 50%, rgba(199, 178, 153, 0.1) 100%)
}

.bg-half2 {
    background: linear-gradient(90deg, rgba(199, 178, 153, 0.1) 0%, rgba(199, 178, 153, 0.1) 50%, rgba(199, 178, 153, 0.2) 50%, rgba(199, 178, 153, 0.2) 100%)
}

.mtitle-check {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 1.8rem;
    font-weight: bold
}

.mtitle-check span {
    font-size: 3rem
}

@media screen and (max-width: 768px) {
    .mtitle-check span {
        font-size: 2.5rem
    }
}

.mtitle-check span.big2 {
    font-size: 5rem
}

@media screen and (max-width: 768px) {
    .mtitle-check span.big2 {
        font-size: 3.5rem
    }
}

@media screen and (max-width: 768px) {
    .mtitle-check {
        font-size: 15px;
        line-height: 1.4
    }

    .mtitle-check span {
        font-size: 2rem
    }
}

.mtitle-check:before {
    margin-right: 6px;
    font-family: 'FontAwesome';
    content: "\f0a9";
    color: #f5cc50
}

.bg-waku {
    background: #fff;
    border-radius: 10px
}

.deltext {
    color: #f3a246;
    text-decoration: line-through
}

.deltext strong {
    color: #ff7c48
}

@media screen and (max-width: 768px) {
    .sp_max80 {
        max-width: 80% !important
    }
}

.mini {
    font-size: 1.35rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .mini {
        font-size: 1.15rem
    }
}

.board {
    position: relative;
    margin: 100px auto 20px;
    max-width: 800px;
    padding: 10px 20px 40px;
    box-sizing: border-box;
    text-align: center;
    background: #ffeec9;
    color: #333;
    border: 8px solid #c5aa4b;
    border-radius: 3px;
    box-shadow: 0 0 5px #333, 0 0 5px #555 inset
}

.board::before,
.board::after {
    position: absolute;
    content: ""
}

.board::before {
    right: 10px;
    border: solid 3px #b2771f;
    width: 20px;
    border-radius: 3px 2px 0 2px;
    bottom: 0
}

.board:after {
    width: 700px;
    height: 200px;
    background: url(../img/board-deco.png) no-repeat center top/contain;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.board .inner {
    position: relative;
    padding: 0 20px 0 60px;
    text-align: left
}

@media screen and (max-width: 768px) {
    .board .inner {
        padding: 0 10px
    }
}

.board .inner:before {
    position: absolute;
    content: "";
    width: 68px;
    height: 60px;
    background: url(../img/top-03.png) no-repeat center bottom/contain;
    left: -15px;
    bottom: -30px;
    z-index: 0;
    transform: rotate(-5deg)
}

@media screen and (max-width: 768px) {
    .board .inner:before {
        width: 60px;
        height: 42px;
        bottom: -30px;
        left: -5px
    }
}

@media screen and (max-width: 768px) {
    .board {
        margin: 40px auto 40px
    }

    .board:after {
        width: 90%;
        top: -60px
    }
}

.board.menu-board {
    margin-top: 0
}

.board.menu-board:after {
    display: none
}

.board_txt li {
    margin-bottom: 25px;
    border-bottom: rgba(194, 213, 8, 0.8) dotted 4px;
    padding-bottom: 10px
}

.board_txt li:last-child {
    margin-bottom: 30px;
    border: 0px
}

.board_txt li a {
    color: #454545
}

en {
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 100%;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #996C34
}

en.en_s {
    font-size: 90%
}

@media screen and (max-width: 768px) {
    en.en_s {
        font-size: 80%
    }
}

en2 {
    color: #996C34;
    font-family: "Fredoka One", "Quicksand", "Fredoka One", "Berkshire Swash", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 3px;
    font-weight: normal
}

en2.en_s {
    font-size: 90%
}

@media screen and (max-width: 768px) {
    en2.en_s {
        font-size: 80%
    }
}

.h1ttl {
    font-size: 1.2rem;
    text-indent: 140px;
    color: #f3a246
}

table.tbl_menu {
    margin: 15px 0;
    font-size: 1.7rem;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

table.tbl_menu tr:nth-child(odd) {
    background: #fafafa
}

table.tbl_menu tr:nth-child(even) {
    background: #fff
}

table.tbl_menu tr:hover {
    background: #f4f8f4
}

table.tbl_menu th {
    padding: 16px 10px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.5;
    border-top: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
    border-bottom: #aaa 1px solid;
    background: none;
    text-align: left;
    color: #333
}

table.tbl_menu td {
    font-size: 1.4rem;
    padding: 16px 10px;
    color: #333;
    font-weight: bold;
    width: auto;
    vertical-align: middle;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
    border-top: #aaa 1px solid;
    text-align: right !important
}

.minus20 {
    margin: 0 -20px -20px 0
}

.mini2 {
    font-size: 85%
}

.chosei {
    max-width: 120px;
    width: 25%
}

.board-ttl {
    margin: 0 auto 10px;
    font-size: 4.5rem;
    text-align: center;
    color: #996C34
}

@media screen and (max-width: 768px) {
    .board-ttl {
        font-size: 3rem
    }
}

.board-ttl span {
    margin-left: 10px;
    letter-spacing: 1.5px;
    font-size: 1.6rem
}

.board-ttl span:before {
    content: "- "
}

.board-ttl span:after {
    content: " -"
}

.ruby-r {
    font-size: 1.35rem;
    color: #f5cc50
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.snip {
    margin-bottom: 50px
}

.snip figure.snip1432 {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 50%;
    width: 100%;
    background: #000000
}

.snip figure.snip1432 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip figure.snip1432 img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip figure.snip1432 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip figure.snip1432 figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two h3,
.snip figure.snip1432 figcaption>div.two p {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5)
}

.snip figure.snip1432 figcaption>div.two h3 {
    bottom: 0;
    font-size: 3.3rem;
    font-weight: bold
}

.snip figure.snip1432 figcaption>div.two h3 span {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 1px
}

.snip figure.snip1432 figcaption>div.two p {
    display: none;
    top: 140px
}

.snip figure.snip1432:hover {
    background: #ff7c48
}

.snip figure.snip1432:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two p {
    display: block
}

.snip figure.snip1432:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip figure.snip1432 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.mtitle-contact {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid rgba(78, 53, 28, 0.5);
    padding-left: 10px;
    line-height: 1.4
}

.mtitle-contact:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: #f5cc50;
    left: 0;
    bottom: -2px
}

.mtitle-contact span {
    font-size: 3.5rem;
    color: #f5cc50;
    margin-right: 5px;
    font-weight: bold
}

.mtitle-contact span:first-letter {
    color: #555
}

@media screen and (max-width: 768px) {
    .mtitle-contact {
        padding-bottom: 5px
    }

    .mtitle-contact span {
        font-size: 3rem
    }
}

.concept-wrap {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    background-size: contain
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 70%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/fig_01.jpg")
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
    width: 650px;
    padding: 50px 30px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
    width: 250px;
    margin: 0 auto 20px
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
    font-size: 2.5rem;
    color: #ff7c48;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .concept-wrap {
        margin-bottom: 20px;
        padding: 0
    }

    .concept-wrap .figure {
        width: 100%;
        background-position: center
    }

    .concept-wrap .bg-back {
        display: none
    }

    .concept-wrap .concept-inner {
        margin: 0 auto !important
    }

    .concept-wrap .concept-inner .in-wrap {
        float: none;
        width: 95%;
        margin: 0 auto
    }

    .concept-wrap .concept-inner .in-wrap .concept-box {
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        padding: 5%;
        margin: auto;
        box-sizing: border-box
    }

    .concept-wrap .concept-inner .in-wrap .concept-box .conts-ttl {
        font-size: 2rem
    }
}

.iframe-class {
    width: 100%
}

.iframe-class iframe {
    height: 400px;
    background: #fff
}

@media screen and (max-width: 768px) {
    .iframe-class iframe {
        height: 250px !important
    }
}

.mtext_b {
    font-size: 105%;
    font-weight: bold
}

.num-ul {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .num-ul {
        width: 100%;
        display: block
    }
}

.num-ul li {
    position: relative;
    border-bottom: 1px solid #aaa;
    padding: 15px 0 15px 90px;
    margin-right: 4%;
    width: 48%;
    box-sizing: border-box
}

.num-ul li:nth-child(even) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .num-ul li {
        padding: 30px 0;
        width: 100%;
        margin-right: 0
    }
}

.num-ul li .namber {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid #333;
    border-radius: 50%
}

@media screen and (max-width: 768px) {
    .num-ul li .namber {
        position: initial;
        margin-bottom: 15px
    }
}

.num-ul li .namber span {
    text-align: center;
    display: flex;
    width: 1em;
    height: 1em;
    margin: auto;
    font-size: 1.6rem;
    line-height: 1em;
    margin-top: 17px
}

.num-ul li .namber span b {
    display: inline-block;
    font-size: 70%;
    text-align: right;
    margin-left: 1px
}

.num-ul li .read {
    font-size: 1.4rem;
    margin: 10px 0;
    text-align: left
}

.num-ul li .read span {
    font-size: 1.6rem;
    line-height: 1.8em;
    font-weight: 500;
    display: block
}

@media screen and (max-width: 768px) {
    .num-ul li .read {
        text-align: center
    }
}

.num-ul li.last-li {
    border: none;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover
}

.tbl_time {
    border-collapse: collapse;
    width: 100%
}

.tbl_time th {
    width: 180px;
    border-bottom: #f5cc50 2px solid;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    font-weight: bold;
    color: #555
}

.tbl_time td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 10px
}

@media screen and (max-width: 768px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%
    }

    .tbl_time {
        width: calc(100% - 20px)
    }

    .tbl_time th,
    .tbl_time td {
        border-bottom: none;
        display: block;
        width: 100%
    }

    .tbl_time th {
        border-bottom: none;
        text-align: center;
        background: #f5cc50;
        color: #fff
    }

    .tbl_time td {
        padding: 0;
        border-bottom: none;
        margin-bottom: 15px
    }
}

.bcc1 {
    color: #c54fc5
}

.bcc2 {
    color: #f05338
}

.bcc3 {
    color: #f3a246
}

.bcc4 {
    color: #f5cc50
}

.bcc5 {
    color: #cbcb5f
}

.bcc6 {
    color: #a2ca46
}

.bcc7 {
    color: #519d35
}

.bcc8 {
    color: #349d9d
}

.bcc9 {
    color: #59c9f2
}

.bcc10 {
    color: #377bee
}

.bcc11 {
    color: #6f20c3
}

.mtitle_box {
    background: #377bee;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.7rem;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: bold
}

.mtitle_box.ora {
    background: #f3a246
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f30a';
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

.time_ul {
    width: 100%;
    margin: auto
}

.time_ul li {
    position: relative;
    padding-left: 120px;
    padding-bottom: 20px
}

@media screen and (max-width: 768px) {
    .time_ul li {
        padding-left: 0
    }
}

.time_ul li:before {
    height: 100%;
    width: 5px;
    content: "";
    background: #349d9d;
    display: block;
    position: absolute;
    left: 48px
}

@media screen and (max-width: 768px) {
    .time_ul li:before {
        display: none
    }
}

.time_ul li.last:before {
    display: none
}

.time_ul li .time {
    position: absolute;
    left: 0;
    width: 100px;
    background: #349d9d;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .time_ul li .time {
        position: initial;
        display: block
    }
}

.time_ul li .time.long {
    width: 150px
}

.time_ul li .read {
    font-size: 1.5rem;
    line-height: 1.5em
}

.time_ul li img {
    display: block;
    width: 100%;
    margin: 5px 0
}

.rainbow {
    background: -webkit-linear-gradient(0deg, #ff7c48, #f3a246, #f5cc50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.w150 {
    width: 150px
}

@media screen and (max-width: 768px) {
    .w150 {
        width: 100%;
        margin-bottom: 10px
    }
}

.mtitle_box {
    background: #f3a246;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px
}

.mtitle_box span {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f30a';
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media screen and (max-width: 768px) {
    .mtitle_box {
        font-size: 16px
    }
}

.cut {
    overflow: hidden;
    zoom: 1
}

.txt {
    color: #555
}

.form .form-contents {
    padding: 0 0 10px;
    background: transparent;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form input {
    vertical-align: baseline;
}

.form .form-pattern-1 .submit-btn {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #ff7c48;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border: 1px solid #ff7c48;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #ff7c48;
}

.form .form-pattern-1 .submit-btn::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #ff7c48;
}