    @charset "utf-8";
    html {
        font-size: 10px;
        font-size: 62.5%;
    }
    
    body {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "MS P明朝", "MS PMincho", serif;
        /* font-family: fot-tsukuardgothic-std, sans-serif; */
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 16px;
        font-size: 1.6em;
        text-align: justify;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        color: #333;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    a {
        text-decoration: none;
    }
    footer {
        font-family: 'Noto Serif JP', serif;
    }
    .font01 {
        /* font-family: fot-tsukuardgothic-std, sans-serif; */
        font-weight: 700;
        font-style: normal;
    }
    
    .font02 {
        /* font-family: fot-tsukuardgothic-std, sans-serif; */
        font-weight: 400;
        font-style: normal;
    }
    /* CSS Document */
    
    #all {
        /*background: url(img/vr_bg.jpg) center / cover no-repeat;*/
        background: #eeece6b3;
        /* background-repeat: repeat-y;
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center; */
    }
    
    .inner {
        padding: 0 40px;
        max-width: 1600px;
        margin: 0 auto;
        position: relative;
    }
    
    .section {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    
    #sec01 {
        /* background-color: #32a396; */
    }
    
    #sec02 {
        /* background: url(../img/bg_section02.png) repeat left; */
    }
    
    #sec03 {
        background: url(./img/bg02.png) center top / cover;
        position: relative;
        background-size: auto;
    }
    
    #sec01 {
        background: url(./img/bg02.png) center top / cover;
        position: relative;
        z-index: 1;

    }
    
    #sec01:before {
        /* content: ""; */
        background: url(../img/leaf_left.png) no-repeat left bottom / contain;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -120px;
        width: 22%;
        height: 550px;
        z-index: -10;
    }
    
    #sec01:after {
        content: "";
        background: url(../img/leaf_right.png) no-repeat right top / contain;
        display: inline-block;
        position: absolute;
        right: 0;
        top: -20px;
        width: 22%;
        height: 542px;
        z-index: -10;
    }
    
    #sec03:before {
        content: "";
        background: url(../img/leaf_left.png) no-repeat left bottom / contain;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 22%;
        height: 550px;
        z-index: 10;
    }
    
    #sec03:after {
        content: "";
        background: url(../img/leaf_right.png) no-repeat right top / contain;
        display: inline-block;
        position: absolute;
        right: 0;
        top: -50px;
        width: 22%;
        height: 542px;
        /* z-index: 10; */
    }
    
    .logo_box {
        background-color: #32a396;
    }
    /*---------------------------
header
---------------------------*/
    
    #header {
        background-color: #32a396;
    }
    
    #header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 40px;
    }
    
    #header .header_left {
        /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
    }
    
    #header .header_left p {
        font-size: 2.5rem;
        font-weight: bold;
    }
    
    #header .header_left p span {
        font-size: 3.5rem;
        font-weight: bold;
    }
    
    #header .text_box {
        margin-left: 20px;
        margin-top: 15px;
    }
    
    #header .logo_box img {
        /* width: 70%; */
    }
    
    #header .text_box img {
        width: 330px;
    }
    
    #slide_menu_box #slide_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    #slide_menu_box #slide_menu li {
        font-size: 2.0rem;
        padding-right: 40px;
    }
    
    #slide_menu_box #slide_menu li:nth-of-type(3) {
        padding-right: 0;
    }
    
    #slide_menu_box #slide_menu li a {
        color: #fff;
    }
    /*---------------------------
mainvisual
---------------------------*/
    
    .vr_eria {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
        padding-top: 20px;
    }
    
    .vr_eria .right_box {
        display: flex;
        justify-content: flex-start;
        flex-basis: 20%;
        position: relative;
    }
    /* 360°部分 */
    
    .vr_box {
        flex-basis: 75%;
        font-size: 32px;
        /* background: #CCC; */
        position: relative;
    }
    
    .vr_box iframe {
        width: 100% !important;
        height: 710px !important;
        border: 2px solid #333;
    }
    
    .vr_box .ricoh-theta-tour-image {
        width: 100% !important;
        height: auto !important;
    }
    /* メインビジュアル装飾 */
    
    .main_right_img {
        margin-top: 120px;
        margin-left: 20px;
    }
    
    .copy01 {
        width: 170px;
        /* margin-top: -40px; */
        margin-left: -20px;
        margin-bottom: 50px;
        position: absolute;
        left: 80px;
    }
    
    .copy02 {
        margin: 65px 10%;
        width: 700px;
        height: 70px;
    }
    /* サイドバナー */
    
    .rzv_box {
        position: fixed;
        right: 0;
        top: 200px;
        z-index: 100;
    }
    
    .rzv {
        border: 1px solid #f6f3ee;
        padding: 20px 25px;
        display: block;
    }
    
    .rzv_box .rzv01 img {
        /* width: 18px; */
        height: auto;
        margin: 0 auto;
    }
    
    .rzv_box .rzv02 img {
        width: 37px;
        height: auto;
    }
    
    .rzv01 {
        background-color: #bca99c;
    }
    
    .rzv02 {
        background-color: #f7d400;
    }
    /*---------------------------
sec01
---------------------------*/
    
    #sec01 {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    #sec01 .sec01_ttl_box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 40px;
    }
    
    #sec01 .sec01_ttl_box img {
        width: 130px;
        height: auto;
    }
    
    #sec01 .sec01_ttl_box p {
        font-size: 2.0rem;
        margin-top: 40px;
    }
    
    #sec01 .sec01_pic {
        width: 90%;
    }
    /* 設備紹介写真エリア */
    
    .slide_eria {
        width: 90%;
        max-width: 1500px;
        margin: 0 auto;
        font-weight: 700;
        font-style: normal;
    }
    
    .swiper-slide {
        height: 550px;
    }
    
    .slide_img01 {
        background: url(img/slide_pic01.jpg?082401) center / cover no-repeat;
    }
    
    .slide_img02 {
        background: url(img/slide_pic02.jpg?0824) center / cover no-repeat;
    }
    
    .slide_img03 {
        background: url(img/slide_pic03.jpg?0824) center / cover no-repeat;
    }
    
    .slide_img04 {
        background: url(img/slide_pic04.jpg?0824) center / cover no-repeat;
    }
    
    .slide_img05 {
        background: url(img/slide_pic05.jpg?082401) center / cover no-repeat;
    }
    
    .slide_img06 {
        background: url(img/slide_pic06.jpg?0824) center / cover no-repeat;
    }
    
    .swiper-container {
        width: 50%;
        height: 550px;
        float: left;
        border: 2px solid #333;
    }
    /* サムネイル */
    
    .thumb-list {
        width: 45%;
        height: 400px;
        float: left;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .thumb-item {
        list-style: none;
        width: 33.333%;
        height: auto;
        border: 2px solid #333;
        border-left: none;
    }
    
    .thumb-item:nth-of-type(1) {
        border-bottom: none;
    }
    
    .thumb-item:nth-of-type(2) {
        border-bottom: none;
    }
    
    .thumb-item:nth-of-type(3) {
        border-bottom: none;
    }
    
    .thumb-link {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .thumb-link p {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
    }
    
    .catch {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        color: #fff;
        width: 100%;
    }
    
    .swiper-slide h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .clear {
        clear: both;
    }
    /*---------------------------
sec02
---------------------------*/
    
    #sec02 .inner {
        display: flex;
        justify-content: space-around;
    }
    
    #sec02 .sec02_ttl {
        margin-top: -30px;
        width: 140px;

    }
    
    #sec02 .sec02_ttl img {
        width: 140px;
        height: auto;
    }
    
    #sec02 .right_box {
        /* flex-basis: 40%; */
        display: flex;
        justify-content: end;
        margin-left: 20px;
    }
    
    #sec02 .left_box {
        flex-basis: 60%;
    }
    
    #sec02 .left_box img {
        margin: auto;
        width: 30%;
    }
    
    #sec02 .left_box .name {
        margin-top: 20px;
        text-align: center;
        font-size: 2.6rem;
    }
    
    #sec02 .text_box {
        width: 350px;
    }
    /*---------------------------
sec03
---------------------------*/
    
    #sec03 .inner {
        display: flex;
        justify-content: space-between;
    }
    
    #sec03 .left_box {
        text-align: center;
        flex-basis: 40%;
    }
    
    #sec03 .left_box img {
        display: inline-block;
    }
    
    #sec03 .sec03_ttl {
        width: 110px;
        height: auto;
        margin-bottom: 40px;
    }
    
    #sec03 .right_box {
        flex-basis: 55%;
        border: 2px solid #333;
    }
    
    #sec03 .right_box a {
        width: 100%;
        height: auto;
    }
    
    #sec03 .right_box a img {
        width: 100%;
        height: auto;
    }
    
    #sec03 .right_box a {
        transition: 0.4s ease-in-out;
    }
    
    #sec03 .right_box a:hover {
        opacity: 0.5;
    }
    /*---------------------------
sec04(お問い合わせ)
---------------------------*/
    
    #sec04.section {
        padding: 40px 0 100px;
    }
    
    #sec04 .inner {
        display: flex;
        justify-content: center;
        padding-top: 80px;
    }
    /* #sec04 .left_box {
  flex-basis: 80%;
  background-color: #fff;
  border: 2px solid #333;
  padding: 40px 60px;
} */
    
    #sec04 .right_box {
        margin-top: -80px;
        margin-left: 20px;
    }
    
    #sec04 .right_box img {
        width: 130px;
    }
    
    #sec04 .left_box a img {
        transition: 0.4s ease-in-out;
        margin: 0 auto;
    }
    
    #sec04 .left_box a img:hover {
        opacity: 0.5;
    }
    
    form#mailformpro .mfp_buttons button {
        border-bottom: solid 3px #7b5d07;
    }
    /*---------------------------
footer
共通化の可能性あり！！！



---------------------------*/
    
    footer .ft_01 .flex04 {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
        color: #fff;
    }
    
    .footer_tel_wrap a {
        color: #fff;
        font-weight: normal;
        font-size: 35px;
        line-height: 50px;
        text-align: left;
    }
    
    footer .ft_01 .inner {
        background: #32a396;
        padding: 100px 40px;
        position: relative;
    }
    
    footer .ft_01 {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    footer .ft_01 h2 {
        position: absolute;
        /* top: -160px; */
        /* right: 0; */
        left: 20px;
    }
    
    footer .ft_01 h2 img {
        width: 130px;
        height: auto;
        margin: 0 auto 30px;
    }
    
    footer .access_box {
        /* flex-basis: 45%; */
    }
    
    footer .access_box ul {
        text-align: center;
        display: inline-block;
    }
    
    footer .map_box {
        text-align: center;
        flex-basis: 50%;
    }
    
    footer .map_box iframe {
        width: 100%;
        height: 450px;
    }
    
    footer .ft_01 .access_box ul li {
        font-weight: bold;
        color: #747373;
        margin-bottom: 15px;
        text-align: left;
        padding-left: 35px;
    }
    
    footer .ft_01 .access_box ul li:nth-of-type(1) {
        background: url(../../common/img/icon01.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: top left;
        vertical-align: middle;
    }
    
    footer .ft_01 .access_box ul li:nth-of-type(2) {
        background: url(../../common/img/icon03.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: left top;
    }
    
    footer .ft_01 .access_box .text_indent {
        text-indent: 3.0rem;
        display: inline-block;
    }
    
    footer .ft_01 .access_box .text_indent02 {
        text-indent: 3.4rem;
        display: inline-block;
    }
    
    footer .ft_01 .tel_img {
        width: 320px;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
        display: inline-block;
    }
    
    footer .hoken {
        border: solid 1px;
        padding: 10px 80px;
        margin-top: 30px;
        text-align: center;
        color: #fff;
        display: inline-block;
    }
    
    .footer_info_basic {
        width: 35%;
    }
    
    .footer_googlecalender {
        margin-left: 30px;
        width: 35%;
    }
    
    .footer_areainfo_ttl {
        font-family: "Shippori Mincho";
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.2em;
        line-height: 30px;
        text-align: center;
        color: #32a396;
    }
    
    .footer_areainfo_txt {
        font-family: "Noto Serif JP";
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0.2em;
        line-height: 30px;
        color: #474747;
        margin: 10px 80px 100px;
    }
    
    .googlemap iframe {
        overflow: hidden;
        width: 100%;
        height: 500px;
        border: none;
    }
    
    .footer_nav {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    
    .footer_nav li a {
        font-family: "Yu Gothic";
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0.15em;
        line-height: 30px;
        text-align: left;
        color: #32a396;
        padding: 0 7.5px;
    }
    
    .copy_right {
        background: #32A396;
        color: #fff;
        font-family: "Shippori Mincho";
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.2em;
        line-height: 50px;
        text-align: center;
        height: 50px;
    }
    
    .footer__logo:before {
        background-image: url(../img/logo_icon.svg);
    }
    
    .footer__top-content {
        max-width: 1200px;
    }
    /* .footer__top {
        margin: 0 15%;
    }
     */
    
    #access {
        /* position: absolute;
        left: 2%; */
        margin-bottom: auto;
        padding-bottom: 20px;
    }
    /*---------------------------
診療時間 .time_box
---------------------------*/
    
    .time_box_h3 {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .time_box_h3 span {
        padding-left: 20px;
        font-weight: normal;
        font-size: 1.6rem;
    }
    
    .time_box_text02 .text02_ttl {
        background: #83c0ea;
        color: #fff;
        padding: 4px 8px;
        margin-right: 10px;
        border-radius: 5px;
    }
    
    .time_box_text02 {
        margin-bottom: 10px;
    }
    
    .time_box_text03 {
        margin-bottom: 10px;
    }
    
    .time_box {
        border-collapse: collapse;
        margin-bottom: 10px;
    }
    
    .time_box th,
    .time_box td {
        padding: 3px 8px;
        text-align: center;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    
    .time_box td:nth-of-type(1) {}
    /* 上段。backgroundを書き換えれば背景色が変わります。 */
    
    .time_box th {
        font-weight: normal;
        color: #fff;
    }
    
    .footer__eria {
        padding: 80px 40px;
    }
    
    .footer__eria-inner {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .footer__eria-heading {
        font-size: 24px;
        color: #32a396;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .footer__eria-text {
        font-size: 14px;
    }
    
    .footer__nav-list {
        display: flex;
        justify-content: space-between;
        max-width: 900px;
        margin: 0 auto 20px;
    }
    
    .footer__nav-item a {
        font-size: 16px;
        color: #32a396;
    }
    /*================================

　ここからPC適用

================================*/
    
    @media(min-width: 897px) {
        .pc-none {
            display: none !important;
        }
        .pcTab-none {
            display: none !important;
        }
        /* test */
        .vr_box {
            /* max-width: 958px;
            height: 470px;
            background: #CCC;
            border: solid;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center; */
        }
        .vr_box .copy02 {
            position: absolute;
            bottom: -110px;
        }
        .vr_eria {
            /* padding-bottom: 40px; */
        }
        #sec02 .txt {
            padding-top: 30px;
            padding-right: 20px;
            -ms-writing-mode: tb-rl;
            -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
            font-family: "HiraginoMin";
            white-space: nowrap;
        }
        /* #sec02 .txt span{
            font-family: sans-serif;
        } */
        .footer__calendar img{
            margin-left: 10px;
        }
        .thumb-list {
            min-width: 510px;
        }
    }
    /*================================

　ここからタブレット横

================================*/
    
    @media(max-width: 1024px) and (min-width: 897px) {
        .vr_box iframe {
            height: 597px !important;
        }
        .copy01 {
            width: 140px;
        }
        .main_right_img {
            width: 45px;
            margin-top: 80px;
            margin-left: 10px;
        }
        #sec01 .sec01_ttl_box p {
            font-size: 1.6rem;
        }
        #sec04 .left_box {
            padding: 40px 20px;
        }
        .slide_eria {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
        .swiper-container {
            width: 100%;
            float: none;
            height: 550px;
            border-bottom: none;
        }
        .thumb-list {
            width: 470px;
        }
        .thumb-list {
            float: none;
            width: 94%;
            margin: 0 auto;
            height: auto;
            border-left: 2px solid #333;
        }
        .thumb-link {
            height: auto;
            padding-top: 100%;
        }
    }
    /*================================

　ここからTABLET・SP適用

================================*/
    
    @media(max-width: 896px) {
        .tabSp-none {
            display: none !important;
        }
        .inner {
            padding: 0 10px;
            width: 100%;
        }
        .copyright {
            padding-bottom: 10px;
        }
        /*---------------------------
  	  ハンバーガーメニュー
  	  ---------------------------*/
        .hm_menu_check {
            /* チェックボックスを隠す */
            display: none;
        }
        .hm_wrap {
            display: inline-block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            z-index: +9999999999;
            opacity: 0.8;
        }
        .hm_title {
            /* ハンバーガーメニューオープン時の見出し */
            position: relative;
            color: #fff;
            display: inline-block;
            float: left;
            font-weight: 100;
            line-height: 30px;
            margin: 0 0 0 15px;
            opacity: 0;
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
            -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
            transition: transform 0.6s, opacity 0.5s;
            z-index: +9999999999;
        }
        /* ▽▽メニューボタン▽▽ */
        .hm_btn {
            position: relative;
            width: 30px;
            height: 26px;
            cursor: pointer;
            display: block;
            float: right;
            z-index: +9999999999;
        }
        .hm_btn::before {
            -webkit-box-shadow: #333 0 8px 0;
            box-shadow: #333 0 12px 0;
        }
        .hm_btn::after {
            bottom: 0;
        }
        .hm_btn::before,
        .hm_btn::after {
            width: 30px;
            height: 2px;
            background: #333;
            display: block;
            content: '';
            position: absolute;
            -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
            transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
        }
        /* △△メニューボタン△△ */
        .hm_menu_wrap {
            margin-left: 45%;
            width: 60%;
            height: 10000px;
            background: rgb(255, 255, 255);
            position: absolute;
            left: 100%;
            top: 0;
            -webkit-transition: left 0.4s;
            transition: left 0.4s;
            /* opacity: 0.95;
      -moz-opacity: 0.95;
      -webkit-opacity: 0.95; */
        }
        /* ▽▽開閉時のアニメーション▽▽ */
        .hm_menu_check:checked~.hm_title {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
        .hm_menu_check:checked~.hm_btn::before {
            background: #333;
            -webkit-box-shadow: transparent 0 0 0;
            box-shadow: transparent 0 0 0;
            -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
            transform: rotate(45deg) translate3d(6px, 11px, 0);
        }
        .hm_menu_check:checked~.hm_btn::after {
            background: #333;
            -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
            transform: rotate(-45deg) translate3d(6px, -11px, 0);
        }
        .hm_menu_check:checked~.hm_menu_wrap {
            left: 0;
        }
        /* △△開閉時のアニメーション△△ */
        /* ▽▽メニュー内のリストスタイル▽▽ */
        .hm_list {
            list-style-type: none;
            margin: 50px 0 0;
            padding: 0;
        }
        .hm_list li {
            clear: both;
            font-size: 16px;
            text-align: left;
            border-bottom: 1px dotted #333;
            padding: 8px 22px;
            color: #333;
        }
        /* ページ完成後外す */
        .hm_list li a {
            font-size: 16px;
            color: #000;
            display: block;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            z-index: +99999999;
        }
        .hm_list li a::before {
            /* aタグマウスオーバー時の背景 */
            background: #fff;
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 100%;
            right: 0;
            -webkit-transition: bottom 0.4s;
            transition: bottom 0.4s;
            z-index: +99999999;
        }
        .hm_list li a:hover::before {
            bottom: 0;
        }
        .hm_list li a:hover::after {
            opacity: 0.5;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        .menu_recruit {
            display: block;
            position: absolute;
            margin-top: -35px;
            left: 50%;
            margin-left: 50px;
        }
        /*---------------------------
  mainvisual
  ---------------------------*/
        .logo_box img {
            width: 70%;
            padding: 10px;
        }
        .mainvisual {
            height: auto;
        }
        .vr_box iframe {
            height: 400px !important;
            border: 2px solid #333;
        }
        .vr_box .ricoh-theta-tour-image {
            height: 400px !important;
        }
        .vr_eria {
            flex-direction: column;
            padding-top: 0px;
        }
        .copy01_sp {
            margin-top: 40px;
            margin-bottom: 10px;
        }
        .copy02 {
            margin: 40px auto 30px;
            height: auto;
            width: auto;
        }
        .section {
            padding-top: 20px;
        }
        .vr_box p {
            height: 300px;
            border: solid;
        }
        /*---------------------------
sec01
---------------------------*/
        #sec01 {
            padding-top: 40px;
            margin-top: 50px;
        }
        #sec01 .sec01_ttl_box {
            flex-direction: column;
            margin-bottom: 20px;
        }
        #sec01 .sec01_ttl_box img {
            width: 90px;
            margin: 0 auto 20px;
        }
        #sec01 .sec01_ttl_box p {
            margin-top: 0;
            font-size: 1.6rem;
        }
        .swiper-slide {
            width: 100%;
            /* padding-top: 100%; */
            height: 400px;
        }
        .slide_eria {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
        .swiper-container {
            width: 100%;
            /* height: 0;
  padding-top: 100%; */
            float: none;
            border-bottom: none;
            height: 400px;
        }
        .thumb-list {
            float: none;
            width: 94%;
            margin: 0 auto;
            height: auto;
            border-left: 2px solid #333;
        }
        .thumb-link {
            height: auto;
            padding-top: 100%;
        }
        .thumb-link p {
            font-size: 14px;
        }
        .catch p {
            font-size: 14px;
        }
        /*---------------------------
  sec02
  ---------------------------*/
        #sec02 .inner {
            flex-direction: column;
        }
        #sec02 .right_box {
            order: 1;
        }
        #sec02 .left_box .text {
            margin: 20px 0;
            text-align: center;
        }
        #sec02 .left_box {
            order: 2;
        }
        #sec02 .left_box img {
            min-height: 380px;
            /* width: 50%; */
        }
        #sec02 .sec02_ttl {
            margin: 0 auto 20px;
        }
        /*---------------------------
sec03
---------------------------*/
        #sec03 .inner {
            flex-direction: column;
        }
        #sec03 .right_box {
            padding: 5px;
        }
        /*---------------------------
sec04
---------------------------*/
        #sec04 .inner {
            padding-top: 0;
            flex-direction: column;
        }
        #sec04 .left_box {
            order: 2;
            padding: 0;
        }
        #sec04 .right_box {
            order: 1;
            margin-top: 0;
            margin-left: 0;
        }
        #sec04 .right_box img {
            width: 90px;
            margin: 0 auto 20px;
        }
        /*---------------------------
    footer
    ---------------------------*/
        .footer__nav-list {
            max-width: 600px;
        }
        footer .ft_01 h2 img {
            margin: 0 auto 20px;
            width: 110px;
        }
        footer .ft_01 .flex04 {
            flex-direction: column;
        }
        footer .access_box {
            margin-bottom: 40px;
            text-align: left;
            display: inline-block;
        }
        footer .ft_01 {
            padding-top: 80px;
            text-align: center;
        }
        footer .ft_02 {
            flex-direction: column;
            padding: 40px 20px;
        }
        footer .area_box {
            order: 2;
        }
        footer .calendar {
            order: 1;
            margin-bottom: 20px;
            width: 100%;
        }
        footer .calendar iframe {
            width: 100%;
            height: 400px;
        }
        .time_box {
            display: inline-block;
        }
        .time_box th,
        .time_box td {
            font-size: 1.4rem;
        }
        footer .ft_01 {
            padding-bottom: 20px;
        }
        /*---------------------------

    画面下固定バナー

    ---------------------------*/
        .ft_fix {
            position: fixed;
            z-index: 999;
            left: 0;
            bottom: 0;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            /* background: rgba(84, 50, 23, 0.8); */
        }
        #footer_fix {
            bottom: 0;
            margin: 0;
            padding: 0;
            text-align: center;
            width: 100%;
            /* background: rgba(84, 50, 23, 0.68); */
            transition: height 0.3s ease;
            -webkit-transition: height 0.3s ease;
            -moz-transition: height 0.3s ease;
            -o-transition: height 0.3s ease;
            height: 10px;
        }
        #footer_fix.fixed {
            position: fixed;
            z-index: 200;
            height: auto;
            overflow: hidden;
        }
        #footer_fix .ft_sp {
            display: flex;
            justify-content: space-between;
        }
        #footer_fix .ft_sp a {
            font-size: 1.5rem;
            color: #333;
            display: inline-block;
            padding: 10px 0;
            width: 100%;
            line-height: 1.2;
        }
        #footer_fix .ft_sp a:nth-of-type(1) {
            background: #83c0ea;
            padding-top: 14px;
        }
        #footer_fix .ft_sp a:nth-of-type(2) {
            background: #f7d400;
        }
        #footer_fix .ft_sp a:nth-of-type(2) span {
            font-size: 1.4rem;
            display: inline-block;
        }
        #footer_fix .ft_sp a img {
            display: inline;
        }
        #footer_fix .ft_sp a:nth-of-type(1) img {
            width: 20px;
            margin-right: 5px;
            vertical-align: text-top;
        }
        #footer_fix .ft_sp a:nth-of-type(2) img {
            width: 18px;
            margin-right: 5px;
            vertical-align: text-top;
        }
        .footer_googlecalender {
            margin: 0;
        }
        .footer_info_basic p {
            display: inline-block;
        }
        .footer_info_basic dl {
            display: flex;
            justify-content: center;
        }
        .footer_info_basic dl dt {
            float: none;
        }
        .footer_info_basic dl dd {
            padding-left: 30px;
            text-align: center!important;
        }
        .footer_areainfo_txt {
            margin: 0 20px;
        }
        .copyRight {
            padding-bottom: 80px;
        }
        #sec01:before {
            width: 35%;
        }
        #sec01:after {
            width: 35%;
        }
        #sec03:before {
            width: 35%;
        }
        #sec03:after {
            width: 35%;
        }
    }
    /*================================

　ここからTABLETのみ適用
　※この中には基本的に書き込まないでください

================================*/
    
    @media(max-width: 896px) and (min-width: 481px) {
        .pcTab-none {
            display: none !important;
        }
        .tab-none {
            display: none !important;
        }
        form#mailformpro dl.mailform textarea {
            width: 90% !important;
        }
        .vr_box iframe {
            height: 600px !important;
        }
        .vr_box .ricoh-theta-tour-image {
            height: 600px !important;
        }
        form#mailformpro dl.mailform dd.mail_box input {
            width: 80%;
        }
    }
    /*================================

　ここからSP適用

================================*/
    
    @media(max-width: 480px) {
        .tabSp-none {
            display: none !important;
        }
        .sp-none {
            display: none !important;
        }
        .copy02 {
            margin: 50px auto 0;
            height: 30px;
            width: auto;
        }
        #sec02 .left_box img {
            min-height: 380px;
            width: 50%;
        }
        #sec04 .left_box a img {
            width: 300px;
            height: 77px;
        }
        #sec03 .left_box .sec03_txt {
            width: 300px;
            height: 130px;
        }
        .thumb-link p {
            font-size: 11px;
        }
        footer .hoken {
            display: block;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .footer_info_basic dl {
            flex-direction: column;
        }
        .footer_info_basic .link_btn a {
            padding: 3px 26px 3px;
        }
        .footer_areainfo_txt {
            margin: 0;
        }
        .footer__eria {
            padding: 60px 20px 30px;
        }
        .footer__eria-heading {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .footer__nav-list {
            justify-content: center;
            flex-wrap: wrap;
        }
        .footer__nav-item a {
            font-size: 14px;
            padding: 0 10px;
        }
        #sec01:before {
            width: 45%;
        }
        #sec01:after {
            width: 45%;
        }
        #sec03:before {
            width: 45%;
        }
        #sec03:after {
            width: 45%;
        }
        #sec03 .sec03_ttl {
            width: 90px;
            margin-bottom: 20px;
        }
        #sec02 .sec02_ttl img {
            width: 110px;
        }
        #sec01 .sec01_ttl_box img {
            width: 90px;
        }
        #sec04 .right_box img {
            width: 90px;
        }
    }