@charset "UTF-8";

/* ---------------
  ★共通
--------------- */

html {
    font-size: 62.5%;
}

body {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
    background: #fff;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: normal;
    max-width: 100%;
    font-family: HirakakuPro-W6;
}

object {
    pointer-events: none;
}

.sp {
    display: none !important;
}

.no_link {
    pointer-events: none !important;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.inner {
    max-width: 900px;
    position: relative;
    width: 96%;
    margin: 0 auto;
}

.color_bk22 {
    color: #222222;
}

.bdr_ra {
    border-radius: 20px;
    overflow: hidden;
}

.bshadow {
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.bder_s1_gr {
    border: solid 1px #ababab;
}

.max_none {
    max-width: unset;
}


/* ---------------
  ★フォントファミリー
--------------- */

.Df_mincho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Hiragino {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.Df_Roboto {
    font-family: Roboto, sans-serif;
}

.Df_Helvetica {
    font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_NSJ {
    font-family: "Noto Sans JP", sans-serif;
}

.AF_acumin {
    font-family: acumin-pro, sans-serif;
}

.AF_TM {
    font-family: fot-tsukumin-pr6n, sans-serif;
}

.AF_CG {
    font-family: century-gothic, sans-serif;
}


/* ---------------
  ★背景
--------------- */

.bk_gry {
    background-color: #d3d6d8;
}

.bk_gry02 {
    background-color: #eeece8;
}

.bk_green {
    background-color: #0ba580;
}

.bk_blue {
    background-color: #2f5080;
}

.bk_blue02 {
    background-color: #3d83f0;
}

.bk_white {
    background-color: #fff;
}

.bk_white_op04 {
    background-color: rgba(255, 255, 255, 0.4);
}

.bk_white_op06 {
    background-color: rgba(255, 255, 255, 0.6);
}

.bk_white_op075 {
    background-color: rgba(255, 255, 255, 0.75);
}


/* .bk_black {
    background-color: black;
} */

.bk_black_op02 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bk_black_op75 {
    background-color: rgba(0, 0, 0, 0.75);
}

.bk_op_af {
    position: relative;
}

.bk_op_af:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bk_op_af.opb020:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.bk_op_af.opb040:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.bk_op_af.opb060:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.bk_op_af.opblu030:before {
    background-color: rgba(106, 200, 255, 0.3);
}

.bk_op_af.opblu040:before {
    background-color: rgba(125, 174, 248, 0.4);
}


/* ---------------
  ★LIST
--------------- */

.disc {
    margin-left: 20px;
    list-style-type: disc;
}

.disc>li {
    list-style-type: disc;
    line-height: 1.1;
}

.disc>li:not(:last-child) {
    padding-bottom: 10px;
}

.decimal {
    margin-left: 20px;
    list-style-type: decimal;
}

.decimal>li {
    list-style-type: decimal;
}

.decimal>li:not(:last-child) {
    padding-bottom: 5px;
}

.note {
    font-size: 1.4rem;
}

.note>li {
    padding-left: 17px;
    position: relative;
}

.note>li:not(:last-child) {
    margin-bottom: 5px;
}

.note>li::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    content: "※";
    position: absolute;
    left: 0px;
    top: 0;
}


/* ---------------
  ★BASE
--------------- */

.small {
    font-size: 85%;
}

main {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#wb_wrap {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}

.text-shadow {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
    padding: 0 0 56.6%;
    width: 100%;
}

.movie_wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.yt_wrap {
    padding: 0 0 66.6%;
    width: 100%;
}

.gmap_wrap {
    padding: 0 0 400px;
    width: 100%;
}

.iframe_wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.iframe_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sToggle dl>dd {
    display: none;
}

.plus_wrap {
    position: absolute;
    right: 30px;
    width: 20px;
    content: "";
    display: block;
    height: 20px;
    top: -5px;
    bottom: 0;
    margin: auto;
}

.plus_wrap span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e88c00;
    top: 50%;
    bottom: 0;
    position: absolute;
    margin: 0;
}

.pl02 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.togg .pl02 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}


/* ---------------
  ★タイトル
--------------- */

.tit02 {
    margin-bottom: 40px;
    position: relative;
}

.tit02>em {
    display: block;
    font-size: 4rem;
    font-family: century-gothic, sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.5;
}

.tit02>span {
    font-size: 2.6rem;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 15px;
}

.tit02_02.cr_whi>b {
    color: #fff;
}

.tit03 {
    margin: 0 auto 20px;
    position: relative;
}

.tit03 b {
    font-size: 2.4rem;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    font-weight: 500;
}


/* ---------------
  ★テキスト
--------------- */

.cr_red {
    color: red !important;
}

.cr_blue {
    color: #0068ad;
}

.cr_white {
    color: white;
}

.cr_black {
    color: black !important;
}

.cr_gry {
    color: #808080;
}


/* ---------------
  ★ボタン
--------------- */

.c_btn01 {
    color: #000;
    position: relative;
    font-size: 1.5rem;
    display: inline-block;
    min-width: 190px;
    overflow: hidden;
    line-height: 1.3;
    font-family: century-gothic, sans-serif;
    padding: 15px 0;
}

.c_btn01>span {
    position: relative;
    display: block;
    padding-right: 40px;
}

.c_btn01>span::before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #000;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c_btn01>span::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    position: absolute;
}

.c_btn01::before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.c_btn01::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ceebff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.c_btn01.cr_white {
    color: #fff;
}

.c_btn01.cr_white::before {
    background-color: #fff;
}

.c_btn01.cr_white>span::before {
    background-color: #fff;
}

.c_btn01.cr_white>span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* ---------------
  ★アニメーション
--------------- */

.whi_sli {
    overflow: hidden;
    position: relative;
}

.whi_sli::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.whi_sli.isShow::before {
    right: -100%;
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInyoko {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInyoko {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInyoko {
    -webkit-animation-name: fadeInyoko;
    animation-name: fadeInyoko;
}

@-webkit-keyframes fadeInyoko2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInyoko2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInyoko2 {
    -webkit-animation-name: fadeInyoko2;
    animation-name: fadeInyoko2;
}

@-webkit-keyframes fadeDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeDown {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* ---------------
  ★ヘッダー
--------------- */

header {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: fixed;
    max-width: 900px;
    width: 96%;
    margin: 0 auto;
    z-index: 100;
    left: 0;
    right: 0;
}

.top-btn {
    display: flex;
    justify-content: space-between;
}

.top-btn a {
    display: block;
    color: #fff;
    font-weight: 900;
    width: calc(100% / 2);
    text-align: center;
    border-radius: 10px;
    margin: 6px;
    font-size: 16px;
}

.top-btn a span {
    position: relative;
    display: inline-block;
    padding: 41px 0 10px;
}

.top-btn a span img {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

.h_logo {
    display: block;
    max-width: 140px;
}

.close {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.close::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    z-index: 10;
}

.close::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
}


/* ---------------
  ★フッター
--------------- */

footer {
    position: relative;
}

.f_front_inner>dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_front_inner>dl>dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_front_inner>dl>dd .boxx {
    margin: 0 10px;
}

.f_front_inner>dl>dd .teltoi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_logo>a {
    display: block;
}


/* ---------------
  ★ハンバーガーメニーュ
--------------- */

.menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 22px;
}

.menu-trigger em {
    opacity: 0.6;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    left: -3px;
    top: 26px;
    position: absolute;
    font-size: 1.1rem;
    text-align: center;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
}

.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    width: 100%;
}


/* ---------------
  ★グローバルナビゲーション
--------------- */

.spnaviwrap {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 40px 70px 30px 40px;
    background: black;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    overflow-y: auto;
    width: 80%;
    max-width: 480px;
    opacity: 0;
}

.spnaviwrap .nav_site .hnav_inner .nlogo_wp {
    margin-bottom: 30px;
}

.spnaviwrap .nav_site .hnav_inner .box01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl {
    width: 48%;
    margin: 0 1% 20px;
    line-height: 1.3;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl a {
    color: #fff;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dt {
    overflow: hidden;
    color: #fff;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dt a {
    font-size: 1.7rem;
    -webkit-transition: 1.3s;
    transition: 1.3s;
    -webkit-transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
    transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
    position: relative;
    top: 100px;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dt a b {
    font-family: century-gothic, sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dt a span {
    font-size: 80%;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dd {
    position: relative;
    padding: 10px 0;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dd>div {
    margin-bottom: 5px;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dd a {
    font-size: 1.6rem;
    -webkit-transition: 1.3s;
    transition: 1.3s;
    -webkit-transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
    transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
    position: relative;
    top: 100px;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dd a span {
    font-size: 80%;
    padding-left: 10px;
    display: inline-block;
}

.spnaviwrap .nav_site .hnav_inner .box01>dl dd a span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    content: "";
    position: absolute;
    top: 22%;
    left: 0%;
    -webkit-transform: translateY(50%) translateX(0%);
    transform: translateY(50%) translateX(0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #bbbbbb;
}

.spnaviwrap.active {
    display: block;
    right: 0;
    opacity: 1;
}

.spnaviwrap.active.spnaviwrap .nav_site .hnav_inner .box01>dl dt a,
.spnaviwrap.active.spnaviwrap .nav_site .hnav_inner .box01>dl dd a {
    top: 0;
}

.n_logo {
    max-width: 150px;
    display: block;
    margin-bottom: 30px;
}

.nav_site {
    position: relative;
}


/* ---------------
  ★TOTOP
--------------- */

#totop {
    width: 80px;
    height: 80px;
    display: block;
}

#totop span {
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    letter-spacing: 2.5px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 4px 0;
    color: #fff;
    line-height: 1.1;
    top: 27px;
    display: none;
}

#totop .icon-totop {
    display: block;
    width: 100%;
    text-align: center;
}

#totop .icon-totop::before {
    font-size: 5rem;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.totop_wrap {
    position: fixed;
    right: 18px;
    bottom: 15px;
    z-index: 7;
    display: none;
}


/* =======================================
	★TABLE
========================================== */

.c_table_01 table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
    border: 1px solid #000;
}

.c_table_01 table tbody tr td {
    border: 1px solid #000;
    vertical-align: top;
    padding: 18px;
    word-break: break-all;
}


/* =======================================
	★TOP
========================================== */

.mf_slider_wp {
    max-width: 1300px;
    margin: 0 auto 40px;
    width: 96%;
}

.works_lia .slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.works_lia .sbox {
    padding: 10px;
}

.works_lia .sbox>a {
    display: block;
    position: relative;
}

.works_lia .sbox>a>.img_box {
    margin-bottom: 5px;
    position: relative;
}

.works_lia .sbox>a .bs {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px 15px;
}

.works_lia .sbox>a .bs .c_btn01 {
    padding: 10px 0;
}

.compa_sec02 .cl33>li {
    padding: 20px;
    background-color: #fff;
}

.compa_sec02 .cl33>li .img_box {
    margin-bottom: 10px;
}

.compa_sec02 .txt01 {
    margin-top: -2%;
}

.compa_sec03 .box {
    padding: 0 0 0 40px;
}

.compa_sec03 .box .img_box {
    float: right;
    margin-left: 40px;
}

.compa_sec03 .box .txt_box .daihyou_mai {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.compa_sec03 .box .txt_box .daihyou_mai small {
    display: block;
}

.compa_sec03 .box01 {
    margin-bottom: 6%;
}

.dokokara_wp {
    margin-bottom: 5px;
    margin-top: 24px;
    text-align: left;
    margin-left: 55%;
    margin-right: 10%;
}

.dokokara {
    margin-bottom: 15px;
}

.dokokara>li {
    position: relative;
    padding-left: 20px;
}


/* ==== ★ history ==== */

.o_08 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}

.o_08 dl dt {
    float: left;
    width: 55%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #000;
    margin-bottom: 31px;
}

.o_08 dl dt .enen {
    display: inline-block;
    font-size: 80%;
}

.o_08 dl dt:not(.last_pd) {}

.o_08 dl dd {
    float: right;
    width: 40%;
    position: relative;
}

.o_08 dl dd .imgBOX {
    float: right;
    max-width: 400px;
    width: 45%;
    margin: 10px 80px 20px 30px;
}


/* =======================================
	★フォーム
========================================== */

.c_form01 {
    margin-bottom: 50px;
    padding: 30px;
}

.c_form01 table {
    /* margin-bottom: 70px; */
    width: 100%;
    border: solid 0px #e8e8e8;
    /* IE */
    /* Edge */
}


/* .c_form01 table tbody tr {
    border-bottom: solid 1px #e8e8e8;
} */

.c_form01 table tbody tr th,
.c_form01 table tbody tr td {
    padding: 10px;
    display: block;
}

.c_form01 table tbody tr th {
    vertical-align: top;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    font-size: 1.8rem;
}

.c_form01 table tbody tr th span {
    /* float: right; */
}

.c_form01 table tbody tr td {
    vertical-align: top;
}

.c_form01 table tbody tr td select {
    padding: 0;
    width: 400px;
    padding: 11px;
}

.c_form01 table tbody tr td label {
    margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
    padding: 15px 10px;
    font-size: 1.6rem;
    border: 0px solid #afafaf;
    border-radius: 10px;
    background: #f4f4f4;
    width: 100%;
    max-width: 100%;
}

.c_form01 table .inp01 input[type="text"],
.c_form01 table .inp02 input[type="text"] {
    font-size: 1.6rem;
}

.c_form01 table .inp_txtarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 90%;
    height: 200px !important;
    border: 0px solid #afafaf;
    border-radius: 10px;
    width: 100%;
    background: #f4f4f4;
    max-width: 100%;
}

.c_form01 table input:-ms-input-placeholder {
    color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
    color: #a9a9a9;
}

.c_form01 .submit_wrap {
    margin-bottom: 0%;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #a9a9a9;
}

input:-ms-input-placeholder {
    color: #a9a9a9;
}

input::-ms-input-placeholder {
    color: #a9a9a9;
}

input::placeholder {
    color: #a9a9a9;
}

input.short {
    width: 25% !important;
}

input.middle {
    width: 50%;
}

input.long {
    width: 90%;
}

.hissu {
    padding: 3px 5px;
    background: #ff0000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 1.3rem;
    word-break: keep-all;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
    position: relative;
    top: -3px;
}

.nini {
    padding: 3px 4px 2px 4px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    width: 40px;
    text-align: center;
    float: right;
    color: #222;
    font-weight: bold;
    font-size: 11px;
}

.inp_checkbox>li {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.tenp_l {
    display: block !important;
    margin-bottom: 7px !important;
}

.tenp_l span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
}

.c_form01 .yubin_wp {
    margin-bottom: 10px;
}

.c_form01 .yubin_wp>em {
    display: inline-block;
    margin-right: 5px;
}

.c_form01 .adre_wp>input {
    margin-bottom: 5px;
}

.c_form01 .kojin_wrap {
    padding: 30px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #a7a7a7;
    margin: 20px;
    text-align: left;
    height: 160px;
    overflow: auto;
}

.c_form01 .kojin_wrap strong {
    margin-bottom: 5px;
    display: block;
}

.c_form01 .kojin_wrap>p {
    margin-bottom: 5px;
}

.c_form01 .kojin_wrap .txt_link {
    color: #6ac8ff;
}

.c_form01 .note {
    font-weight: normal;
}


/* =======================================
	★よくある質問
========================================== */


/* ==== ★ faq ==== */

.faq_txtbox {
    margin-bottom: 60px;
}

.c_faq_box_01 .sToggle {
    counter-reset: numb2;
    z-index: 1;
}

.c_faq_box_01 .sToggle dl dt.togg::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: sTog 0.7s;
    animation: sTog 0.7s;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
}

@-webkit-keyframes sTog {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
        transform: translateY(-50%) translateX(-50%) rotate(135deg);
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
        transform: translateY(70%) translateX(-50%) rotate(135deg);
    }
    50.1% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
        transform: translateY(70%) translateX(-50%) rotate(315deg);
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
        transform: translateY(-20%) translateX(-50%) rotate(315deg);
    }
}

@keyframes sTog {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
        transform: translateY(-50%) translateX(-50%) rotate(135deg);
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
        transform: translateY(70%) translateX(-50%) rotate(135deg);
    }
    50.1% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
        transform: translateY(70%) translateX(-50%) rotate(315deg);
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
        transform: translateY(-20%) translateX(-50%) rotate(315deg);
    }
}


/* ---------------
  ★media Screen
--------------- */

@media screen and (min-width: 1950px) {
    .hcover_wp .hcover .slider_h_wp .img_box img {
        width: 100%;
    }
}


/* ---------------
  ★IE
--------------- */


/* IE11 にのみ適用される */

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .hissu {
        vertical-align: middle;
        padding: 7px 5px 2px;
    }
}


/*--------------------------------------------------------------------
ハックルベリー様用
--------------------------------------------------------------------*/


/*----------------
イラスト・写真
----------------*/

h2>img {
    margin-left: auto;
    margin-right: auto;
}

.top_cover {
    position: relative;
    padding-bottom: 820px;
}

.f-view {
    position: absolute;
    max-width: 720px;
    margin: 0 auto;
    width: 96%;
    left: 50%;
    top: 44%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.f-view>.maintxt-img {
    position: absolute;
    right: 0;
    max-width: 510px;
    width: 90%;
}

.illust>img {
    width: 120px;
}

.img_1 {
    position: absolute;
    top: -86%;
    right: -1%;
    max-width: 150px;
    width: 30%;
}

.img_2 {
    position: absolute;
    top: -40px;
    left: 0;
    max-width: 160px;
    z-index: 100;
    width: 30%;
}

.img_3 {
    position: absolute;
    top: -77px;
    right: -1%;
    max-width: 210px;
    width: 35%;
}

.img_4 {
    position: absolute;
    top: -75px;
    left: 0;
    max-width: 160px;
    z-index: 100;
    width: 30%;
}

.img_5 {
    position: absolute;
    top: -18px;
    right: -6px;
    max-width: 210px;
    width: 30%;
}

.img_6 {
    position: absolute;
    top: 568px;
    left: 20%;
    max-width: 210px;
    width: 39%;
}

.img_7 {
    position: absolute;
    top: 665px;
    left: 0;
    max-width: 210px;
    width: 38%;
}

.img_8 {
    position: absolute;
    top: -80px;
    right: 0%;
    max-width: 150px;
    width: 30%;
}

.img_9 {
    position: absolute;
    top: -20px;
    left: 0;
    max-width: 210px;
    z-index: 100;
    width: 34%;
}

.img_10 {
    position: absolute;
    top: -76px;
    right: -2%;
    max-width: 210px;
    width: 30%;
    z-index: 0;
}

.img_11 {
    position: absolute;
    top: -77px;
    right: 0%;
    max-width: 160px;
    width: 30%;
}

.bg-bwave::after {
    content: "";
    display: block;
    width: 172px;
    height: 13px;
    background-image: url(../img/wave.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
}

.bg-bwave-flow::after {
    content: "";
    display: block;
    width: 172px;
    height: 13px;
    background-image: url(../img/wave.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -13px;
}

.bg-wwave::after {
    content: "";
    display: block;
    width: 172px;
    height: 13px;
    background-image: url(../img/wave-w.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}


/*----------------
トップボタン
----------------*/

article.gaps.ptb60 {
    height: 10%;
}

.rela {
    /* max-width: 900px; */
    text-align: center;
}

.top01 {
    background-color: #148080;
}

.top02 {
    background-color: #00b900;
}

.top03 {
    background-color: #2b80af;
}


/*----------------
施設写真
----------------*/

.bg-blue {
    background-color: #c3e4ff;
    padding-top: 56px;
    padding-bottom: 24px;
    text-align: center;
}

.tit_wp {
    text-align: center;
}

.tit_wp p {
    text-align: center;
    font-weight: bold;
}

.works_lia .sbox .tit_wp {
    text-align: left;
    color: #1b1d25;
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 88%;
    width: 92%;
    margin: -50px auto 0;
    box-shadow: 1px 1px 3px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mf_butoon1,
.mf_butoon2 {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border-style: none;
    color: #fff;
    cursor: pointer;
}

.mf_butoon1 {
    position: absolute;
    top: 35%;
    right: 15px;
    z-index: 10;
}

.mf_butoon2 {
    position: absolute;
    top: 35%;
    left: 15px;
    z-index: 10;
}

.mf_butoon1::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #005c88;
    border-right: 2px solid #005c88;
    position: absolute;
    top: 50%;
    right: 6px;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    z-index: 10;
}

.mf_butoon2::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #005c88;
    border-right: 2px solid #005c88;
    position: absolute;
    top: 50%;
    left: 16px;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
    transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}


/*----------------
予約からチェックアウトまでの流れ
----------------*/

.flow-bg {
    color: #fff;
    margin-bottom: 17px;
    display: block;
    position: relative;
    padding-left: 14px;
}

.flow-bg::after {
    content: "";
    display: block;
    background-image: url(../img/flow-bg.png);
    width: 172px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

dd.flow-bg p {
    text-align: left;
}

.listbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* background-image: url(../img/blueline.png);
    background-repeat: no-repeat; */
    width: 100%;
    /* background-size: contain;
    background-position: left 25% bottom 10%; */
    top: 0;
    text-align: left;
}

@media screen and (min-width: 901px) {
    .listbox {
        display: flex;
    }
    a[href^="tel:"] {
        pointer-events: none;
        color: #000;
    }
}

.flow-txt {
    margin-top: 0;
    text-align: left;
    line-height: 1.8;
}

span.f-blue>a {
    color: #005c88;
    border-bottom: 1px solid #005c88;
}

.flow-txt>a {
    color: #00b900;
    border-bottom: 1px solid #00b900;
}

.flow-txt a span .f-blue {
    color: #005c88;
    border-bottom: 1px solid #005c88;
}


/* .bluline {
  background-image: url(../img/blueline.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  background-position: left 25% bottom 10%;
} */

.content_box {
    margin: 20px;
}

.c-red {
    color: red;
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.5;
}

.blueline::after {
    content: "";
    display: block;
    background-image: url(../img/blueline.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 15vh;
    width: 5px;
    z-index: -1;
    position: absolute;
    top: 24%;
    left: 28%;
    display: none;
}

.blueline2 span::after {
    content: "";
    display: block;
    background-image: url(../img/blueline.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 24vh;
    width: 5px;
    z-index: -1;
    position: absolute;
    top: 37%;
    left: 28%;
    display: none;
}

.blueline2 span {
    position: relative;
    display: block;
}


/*----------------
施設情報
----------------*/

.c_table_01 table tbody tr th {
    border-bottom: 1px solid #000000;
    vertical-align: top;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    width: 35%;
    word-break: break-all;
}

.intro {
    background-color: #80a10d;
    padding-top: 56px;
    padding-bottom: 32px;
}

.intro h2 {
    color: #fff;
}

.bg-color th {
    background-color: #dcdad6;
}

.bg-color td {
    background-color: #fff;
}

.red {
    color: red;
    font-size: 32px;
    text-align: left;
    line-height: 0;
}

.sizeup {
    font-size: 24px;
}

.tuiki {
    background: #f2db7a;
    margin-top: 24px;
    padding: 16px;
    text-align: left;
}


/*----------------
マップ
----------------*/

.compa_sec03 {
    padding-top: 54px;
}

.color-blue {
    color: #005c88;
}

.iframe_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* li.gmap-btn {
  margin-left: 65%;
} */


/*----------------
カレンダー
----------------*/

.calendar {
    background-color: #c3e4ff;
    padding-top: 56px;
    padding-bottom: 48px;
    width: 100%;
}

#calendar {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.calendar-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.fc-toolbar-chunk {
    margin: 10px;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.fc .fc-toolbar-title {
    font-size: 1.65em;
    margin: 10px;
}


/*----------------
予約
----------------*/

.reserve {
    padding-top: 56px;
    padding-bottom: 48px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.reserve p {
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 2rem;
}

.reserve p>a {
    color: #005c88;
    border-bottom: 1px solid #005c88;
    padding: 0 3px;
    margin: 0 8px;
    font-size: 2.5rem;
}

.reserve>a>img {
    margin: 0 auto;
}


/*----------------
よくある質問
----------------*/

.faq_sec01 {
    background-color: #eecd00;
}

.faq-max {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.c_faq_box_01 .sToggle dl dt {
    padding: 10px 35px 10px 60px;
    font-size: 1.7rem;
    position: relative;
    font-weight: bold;
    color: #e88c00;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    word-break: break-all;
    /* background: #fff; */
    /* border-radius: 10px; */
}

.c_faq_box_01 .sToggle dl dt::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "Q";
    /* content: "Q.01"; */
    /* display: block; */
    position: absolute;
    font-weight: bold;
    color: #fff;
    top: 47%;
    left: 29px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #e88c00;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_faq_box_01 .sToggle dl dd::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "A";
    /* content: "A" counter(numb2); */
    /* content: "A.01"; */
    display: block;
    position: absolute;
    font-weight: bold;
    color: #fff;
    top: 8px;
    left: 29px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    /* font-family: "Lora", serif; */
    background-color: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_faq_box_01 .sToggle dl {
    counter-increment: numb2;
    margin: 0 0 30px;
    /* border: solid 1px #191919; */
    background: #fff;
    border-radius: 10px;
    text-align: left;
}

.c_faq_box_01 .sToggle dl dd {
    padding: 10px 35px 10px 60px;
    display: none;
    position: relative;
    word-break: break-all;
    /* background: #fff; */
    /* border-radius: 10px; */
}

.faq_sec01 h2 {
    color: #fff;
}

.pTB80 {
    padding-top: 80px;
    /* padding-bottom: 10px; */
    padding-bottom: 140px;
}

.pl01,
.pl02 {
    color: #e88c00;
}


/*----------------
Instagram
----------------*/

.sec_insta {}

.sec_insta .insta {
    padding: 70px 0;
    text-align: center;
}

.instagram_wrap {
    margin-bottom: 60px;
}

.instagramcont>li a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.instagramcont>li a img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/*----------------
予約フォーム
----------------*/

.form {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.submit_wrap .submit_btn {
    max-width: 300px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 45px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 2rem;
    cursor: pointer;
    background: #005c88 !important;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    border: solid 0px;
    position: relative;
    top: 0;
    left: 0;
}

.reserve-form {
    padding-top: 56px;
    padding-bottom: 24px;
    background-color: #c3e4ff;
}

.form_wp {
    background: #fff;
    border-radius: 10px;
}


/*----------------
フッター
----------------*/

.f_under {
    background-color: #000;
}

.f_under .copyright {
    text-align: center;
    font-size: 1.4rem;
    padding: 10px 0;
    color: #fff;
}

.teltoi {
    color: #608252;
    padding-top: 24px;
}

.boxx1 {
    width: 60%;
}

.boxx1>img {
    padding: 10px;
}

.boxx2 {
    width: 40%;
}

.boxx.boxx3 {
    position: absolute;
    top: 0;
    right: -1%;
}

.boxx.boxx3 a {
    display: block;
    margin-bottom: 10px;
}

.f_front_inner>dl>dd .teltoi a {
    color: #608252;
    /* margin-right: 15px; */
}

footer .f_front {
    padding: 30px 20px;
}

.font-big {
    font-size: 25px;
}

.data_input {
    text-align: left !important;
}

form#mailformpro {
    padding: 0 !important;
}

@media screen and (min-width: 901px) {
    .ssp {
        display: none;
    }
    .conts_box.works_lia {
        display: flex;
        flex-wrap: wrap;
    }
    .sbox {}
    .tit_wp p {}
    .works_lia .sbox .tit_wp {
        padding: 16px;
    }
    .o_08 dl dt {
        width: 100%;
    }
    .o_08 dl dd {
        width: 100%;
    }
    .o_08 dl {
        display: block;
        width: 100%;
        margin: 10px;
    }
    .o_08 dl>dt>span {
        position: relative;
        display: block;
    }
    .o_08 dl:not(:last-child)>dt>span::before {
        display: block;
        content: "";
        width: 5px;
        height: 95px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        right: -20px;
        background-image: url(../img/blueline.png);
        background-size: 100%;
        z-index: -1;
    }
    .blueline::after {
        top: 25%;
        left: 31%;
        transform: rotate(90deg);
        display: none;
    }
    .blueline2::after {
        top: 20%;
        left: 64%;
        transform: rotate(89deg);
    }
    .pc {
        display: none;
    }
    .instagramcont>li {
        width: 32.666%;
        margin-bottom: 1%;
    }
    .instagramcont>li:not(:nth-child(3n)) {
        margin-right: 1%;
    }
    .img_7 {
        position: absolute;
        bottom: -60px;
        left: 0;
        max-width: 210px;
        width: 38%;
        z-index: -1;
        top: unset;
    }
    .works_lia .sbox .tit_wp {
        min-height: 120px;
    }
}

@media screen and (min-width: 1920px) {}

.btn_wp {}

.btn_wp>a {
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .instagramcont>li {
        width: 48%;
        margin-bottom: 2%;
    }
    .instagramcont>li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    p {
        font-size: 3.6vw;
    }
    .f_front_inner>dl>dd {
        display: block;
    }
    .f_front_inner>dl>dd .boxx {
        margin: 0 10px;
        margin: 0 auto;
    }
    .tit02 {
        font-size: 4.6vw;
        margin-bottom: 4%;
    }
    .bg-wwave::after,
    .bg-bwave::after {
        background-size: 80%;
    }
    .bg-bwave-flow::after {
        background-size: 80%;
        width: 50%;
        height: 13px;
        bottom: 0;
    }
    .tit03 {
        font-size: 4vw;
        margin-bottom: 3%;
        text-shadow: 2px 2px 1px #fff;
    }
    .tit02>span {
        font-size: 7vw;
        line-height: 1.3;
    }
    span .bg-bwave-flow {
        font-size: 3.6vw;
    }
    .spnone {
        display: none;
    }
    .top-btn a {
        width: calc(100% / 2);
        border-radius: 0px;
        margin: 0px;
    }
    header {
        width: 100%;
    }
    .top_cover {
        margin-top: 80px;
        position: relative;
        padding-bottom: 110%;
    }
    .c_table_01 table {
        display: block;
    }
    .c_table_01 table tbody tr {
        display: block;
    }
    .c_table_01 table tbody tr th {
        display: block;
        width: 100%;
    }
    .c_table_01 table tbody tr td {
        display: block;
        width: 100%;
    }
    .gmap_wrap {
        padding: 0 0 66.6%;
        width: 100%;
    }
    .c-red {
        color: red;
        font-size: 7vw;
        text-align: left;
    }
    .f-view {
        top: 36%;
    }
    .content_box {
        margin: 0;
    }
    /* ==== ★ history ==== */
    .o_08 dl {
        display: flex;
        margin: 0 auto 8%;
        justify-content: space-between;
        width: 100%;
    }
    .o_08 dl dt {
        width: 48%;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.2em;
        color: #000;
        margin-bottom: 31px;
    }
    .o_08 dl dt .enen {
        display: inline-block;
        font-size: 80%;
    }
    .o_08 dl dt span {
        display: block;
        position: relative;
    }
    .o_08 dl:not(:last-child)>dt>span::before {
        display: block;
        content: "";
        width: 5px;
        padding-bottom: 120%;
        position: absolute;
        left: 50%;
        bottom: -150%;
        transform: translateX(-50%);
        background-image: url(../img/blueline.png);
        background-size: 100%;
        z-index: -1;
    }
    .o_08 dl dd {
        width: 48%;
        position: relative;
    }
    .o_08 dl dd .imgBOX {
        float: right;
        max-width: 400px;
        width: 45%;
        margin: 10px 80px 20px 30px;
    }
    .pTB80 {
        padding-top: 18%;
        padding-bottom: 8%;
    }
    .dokokara_wp {
        margin: 6% 0 0 0;
    }
    .dokokara_wp .btn_wp {}
    .dokokara {
        margin-bottom: 3%;
        font-size: 4.2vw;
    }
    .dokokara>li {}
    .img_6 {
        top: 70%;
        left: 65%;
    }
    .img_7 {
        top: 86%;
        left: 68%;
    }
    .img_8 {
        top: -9%;
        right: -4%;
    }
    body {
        font-size: 3.6vw;
    }
    #calendar {
        padding: 3%;
    }
    .fc .fc-toolbar-title {
        font-size: 5.9vw;
        margin: 0%;
    }
    #calendar .tit02 {}
    .fc .fc-toolbar {}
    .fc-toolbar-chunk {
        margin: 3%;
    }
    .fc .fc-button-primary:disabled {}
    .fc-direction-ltr .fc-toolbar>*> :not(:first-child) {}
    .fc .fc-button-group {}
    .img_10 {
        display: none;
    }
    /* =======================================
	★フォーム
========================================== */
    .c_form01 {
        margin-bottom: 50px;
        padding: 3%;
    }
    .c_form01 table {
        /* margin-bottom: 70px; */
        width: 100%;
        border: solid 0px #e8e8e8;
        /* IE */
        /* Edge */
    }
    /* .c_form01 table tbody tr {
      border-bottom: solid 1px #e8e8e8;
  } */
    .c_form01 table tbody tr th,
    .c_form01 table tbody tr td {
        display: block;
    }
    .c_form01 table tbody tr th {
        vertical-align: top;
        color: #000000;
        font-weight: bold;
        position: relative;
        width: 100%;
        font-size: 4.4vw;
        padding: 2% 2% 0;
    }
    .c_form01 table tbody tr th span {
        /* float: right; */
    }
    .c_form01 table tbody tr td {
        vertical-align: top;
        padding: 1% 2% 3%;
    }
    .c_form01 table tbody tr td select {
        padding: 0;
        width: 400px;
        padding: 11px;
    }
    .c_form01 table tbody tr td label {
        margin-right: 10px;
    }
    .c_form01 table .inp01,
    .c_form01 table .inp02 {
        padding: 3%;
        font-size: 3.6vw;
        border: 0px solid #afafaf;
        border-radius: 5px;
        background: #f4f4f4;
        width: 100%;
        max-width: 100%;
    }
    .c_form01 table .inp01 input[type="text"],
    .c_form01 table .inp02 input[type="text"] {
        font-size: 1.6rem;
    }
    .c_form01 table .inp_txtarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 90%;
        height: 200px !important;
        border: 0px solid #afafaf;
        border-radius: 10px;
        width: 100%;
        background: #f4f4f4;
        max-width: 100%;
    }
    .c_form01 table input:-ms-input-placeholder {
        color: #a9a9a9;
    }
    .c_form01 table input::-ms-input-placeholder {
        color: #a9a9a9;
    }
    .c_form01 .submit_wrap {
        margin-bottom: 0%;
        text-align: center;
    }
    input::-webkit-input-placeholder {
        color: #a9a9a9;
    }
    input:-ms-input-placeholder {
        color: #a9a9a9;
    }
    input::-ms-input-placeholder {
        color: #a9a9a9;
    }
    input::placeholder {
        color: #a9a9a9;
    }
    input.short {
        width: 55% !important;
    }
    input.middle {
        width: 50%;
    }
    input.long {
        width: 90%;
    }
    .hissu {
        padding: 3px 5px;
        background: #ff0000;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        line-height: 1;
        font-size: 1.3rem;
        word-break: keep-all;
        color: #fff;
        margin-left: 10px;
        border-radius: 4px;
        position: relative;
        top: -3px;
    }
    .nini {
        padding: 3px 4px 2px 4px;
        background: #efefef;
        border: 1px solid #ccc;
        border-radius: 4px;
        display: block;
        width: 40px;
        text-align: center;
        float: right;
        color: #222;
        font-weight: bold;
        font-size: 11px;
    }
    .inp_checkbox>li {
        display: inline-block;
        margin: 0 20px 10px 0;
    }
    .tenp_l {
        display: block !important;
        margin-bottom: 7px !important;
    }
    .tenp_l span {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .c_form01 .yubin_wp {
        margin-bottom: 10px;
    }
    .c_form01 .yubin_wp>em {
        display: inline-block;
        margin-right: 5px;
    }
    .c_form01 .adre_wp>input {
        margin-bottom: 5px;
    }
    .c_form01 .kojin_wrap {
        padding: 3%;
        margin-bottom: 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #a7a7a7;
        margin: 20px;
        text-align: left;
        height: 160px;
        overflow: auto;
    }
    .c_form01 .kojin_wrap strong {
        margin-bottom: 5px;
        display: block;
    }
    .c_form01 .kojin_wrap>p {
        margin-bottom: 5px;
    }
    .c_form01 .kojin_wrap .txt_link {
        color: #6ac8ff;
    }
    .c_form01 .note {
        font-weight: normal;
    }
    .f_front_inner>dl {
        display: block;
    }
    .f_front_inner>dl>dd .teltoi {
        display: block;
    }
    .font-big {
        font-size: 4.5vw;
    }
    .boxx1 {
        width: 80%;
        max-width: 320px;
        text-align: center;
        padding-top: 40px;
    }
    .boxx2 {
        width: 100%;
        text-align: center;
    }
    .boxx.boxx3 a {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .sp {
        display: block !important;
    }
}

@media screen and (max-width: 450px) {
    .reserve>a>img {
        margin: 0 auto;
        width: 96%;
    }
}

@media screen and (min-width: 901px) {
    .top_scl01 {
        left: 0%;
        content: "";
        top: 0;
        width: 200%;
        height: 188px;
        position: absolute;
        display: flex;
        overflow: hidden;
    }
    .top_scl01::before,
    .top_scl01::after {
        background-image: url(../img/top_cover01.jpg);
        background-repeat: repeat-x;
        background-position: top center;
        background-size: 2020px;
        position: relative;
        content: "";
        z-index: -1;
        width: calc(100% / 2);
        height: 188px;
    }
    .top_scl01::before {
        animation: infinity-scroll-left 95s infinite linear 0.5s both;
    }
    .top_scl01::after {
        animation: infinity-scroll-left 95s infinite linear 0.5s both;
    }
    .top_scl02 {
        left: 0%;
        content: "";
        bottom: 0;
        width: 200%;
        height: 188px;
        position: absolute;
        display: flex;
        overflow: hidden;
    }
    .top_scl02::before,
    .top_scl02::after {
        background-image: url(../img/top_cover02.jpg);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: 2020px;
        position: relative;
        content: "";
        z-index: -1;
        width: calc(100% / 2);
        height: 188px;
    }
    .top_scl02::before {
        animation: infinity-scroll-left2 95s infinite linear 0.5s both;
    }
    .top_scl02::after {
        animation: infinity-scroll-left2 95s infinite linear 0.5s both;
    }
    .mf_butoon1 {
        right: -50px;
    }
    .mf_butoon2 {
        left: -50px;
    }
}

@media screen and (max-width: 900px) {
    .top_scl01 {
        left: 0%;
        content: "";
        top: 0;
        width: 200%;
        position: absolute;
        display: flex;
        overflow: hidden;
    }
    .top_scl01::before,
    .top_scl01::after {
        background-image: url(../img/top_sp_cover01.jpg);
        background-repeat: repeat-x;
        background-position: top center;
        background-size: cover;
        position: relative;
        content: "";
        z-index: -1;
        width: calc(100% / 2);
        padding-bottom: 15.3%;
    }
    .top_scl01::before {
        animation: infinity-scroll-left 95s infinite linear 0.5s both;
    }
    .top_scl01::after {
        animation: infinity-scroll-left 95s infinite linear 0.5s both;
    }
    .top_scl02 {
        left: 0%;
        content: "";
        bottom: 0;
        width: 200%;
        position: absolute;
        display: flex;
        overflow: hidden;
    }
    .top_scl02::before,
    .top_scl02::after {
        background-image: url(../img/top_sp_cover02.jpg);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: cover;
        position: relative;
        content: "";
        z-index: -1;
        width: calc(100% / 2);
        padding-bottom: 15.3%;
    }
    .top_scl02::before {
        animation: infinity-scroll-left2 95s infinite linear 0.5s both;
    }
    .top_scl02::after {
        animation: infinity-scroll-left2 95s infinite linear 0.5s both;
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left2 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

div#err_textbox {
    color: red;
    display: none;
    font-size: 1.2rem;
}

p.original_t>a {
    color: #005c88;
    border-bottom: 1px solid #005c88;
}

.listbox.base dl dd span {
    font-weight: bold;
}

.listbox.base dl dt {
    font-weight: 100;
}

.base_t {
    text-align: center;
}

p.base_t a {
    color: #005c88;
    border-bottom: 1px solid #005c88;
}