@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,600&display=swap&subset=japanese');
:root {
    --base-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    --sub-font: "source-han-serif-japanese", serif;
    --sub-font01: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
    --base-color: #000;
    --sub-color01: #23819E;
    --sub-color02: #FA6E78;
    --sub-color03: #fff;
    --sub-color04: #fafab4;
    --bg-color01: #FA6E78;
    --bg-color02: #E9F2F5;
    --bg-color03: #23819e;
    --bg-color04: #f2f2f2;
    --bg-color05: #fff;
}
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    min-width: 1100px;
    font-family: var(--base-font);
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--base-color);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: justify;
    background-color: var(--bg-color05);
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
:focus {
    outline: 0;
}
.sub-font {
    font-family: var(--sub-font);
    font-style: normal;
    font-weight: 500;
}
a {
    color: var(--base-color);
    transition: .3s;
    text-decoration: none;
}
br {
    line-height: inherit;
}
span, a, strong, small {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}
.wrap {
    width: 94rem;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
/*
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
*/
#main {
    display: block;
    border-bottom: 0.1rem solid #E2E2E2;
}
#container {
/*    padding-top: 10rem;*/
    position: relative;
    text-align: left;
    overflow: hidden;
}
@media(min-width: 769px) {
    .sp {
        display: none !important;
    }
}
@media(max-width: 768px) {
    html {
        font-size: 2.66vw;
    }
    body {
        font-size: 1.5rem;
        min-width: inherit;
    }
    p {
        line-height: 2;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    .wrap {
        width: 100%;
        padding: 0 2rem;
        box-sizing: border-box;
    }
    .row {
        display: block;
    }
    #main {
        border: none;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: 9999;
}
#header .container {
    width: 100%;
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1200px;
}
.h-right-sp {
    display: none;
}
.logo {
    margin: 0 0 0 50px;
    width: 123px;
}
.h-right {
    display: flex;
    align-items: center;
}
.h-tel {
    margin: 0;
    font-size: 12px;
    font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1.49em;
    font-feature-settings: normal;
}
.h-right-info {
    margin-left: 20px;
}
.h-tel-num {
    display: block;
    font-size: 21px;
    letter-spacing: 0;
    font-weight: bold;
    margin: 1px 0 0;
    line-height: 1;
}
.h-btn {
    margin: 0;
    line-height: 1.9em;
    letter-spacing: 0;
}
.h-btn a {
    display: block;
    text-decoration: none;
    padding: 27px 30px 21px;
    padding: 22px 30px 23px;
    position: relative;
    z-index: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}
.h-btn a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2d527a;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skewX(-30deg);
}
.h-btn-en {
    display: block;
    font-size: 26px;
    font-family: 'Cormorant Garamond', serif;
}
/*============================Gnavi===============================*/
#gnavi {
    margin-right: 10px;
}
.gnavi {
    display: flex;
}
.gnavi > li {
    position: relative;
    z-index: 0;
}
.gnavi > li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #22819e;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: skewX(-30deg);
    will-change: left;
    transition: all 0.5s ease;
}
.gnavi > li:hover:before {
    width: 100%;
    left: 0;
}
.gnavi > li > a, .gnavi > li > span {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 39px 18px 31px;
    font-size: 16px;
    transition: all 0.5s ease;
    letter-spacing: 0;
    font-feature-settings: normal;
}
.gnavi > li:hover > a, .gnavi > li:hover > span {
    color: #fff;
}
.gnavi > li:first-child > a {
    background: url("../images/common/gnv_icon_home.png") no-repeat center;
    background-size: 22px auto;
    text-indent: -500000000px;
    padding: 35px 23px 34px;
    line-height: 1.6em;
}
.gnavi > li:first-child > a:hover {
    background-image: url("../images/common/gnv_icon_home_hv.png");
}
.submenu {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    width: 560px;
    left: calc(50% - 300px);
    display: none;
}
.submenu li {
    float: left;
    width: 280px;
}
.submenu a {
    display: block;
    text-decoration: none;
    background: rgba(34, 129, 158, 0.9);
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
    transition: all 0.5s ease;
    letter-spacing: 0;
    font-size: 14px;
    font-feature-settings: normal;
}
.submenu a:hover {
    opacity: 0.7;
}
.h-right-btn {
    display: flex;
    justify-content: center;
}

.h-right-btn li {
  background: #22819E;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 20px;
  margin: 0 2px;
  line-height: 1.5em;
}

.h-right-btn li:nth-child(2) {
  background: #333333;
}

.h-right-btn li:nth-child(3) {
  background: #2d527a;
}
.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  #index #mainvisual h2 {
    font-size: 50px;
  }
  .main-txt li {
    font-size: 25px;
  }
  .logo {
    margin: 0;
  }
}
@media all and (min-width: 641px) and (max-width: 768px) {
    #header .sp {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .f_banner {
        display: block;
        margin: 35px 0 0 0;
    }
    .f_banner p {
        margin: 0 auto
    }
	
	 .f_banner p:last-child a { width: 350px; background: #0DC755;  margin: 10px auto; padding: 2px 0;font-size: 16px;align-items: center;}

    #wrapper {
        min-width: 100%;
        padding-top: 89px;
    }
    .container {
        width: 100%;
        padding: 0 3%;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /*header*/
    #header .container {
        min-width: 100%;
    }
    #header {
        visibility: visible;
        top: 0;
        opacity: 1;
        padding: 10px 0;
    }
    .h-btn, .h-tel {
        display: none;
    }
    .logo {
        margin: 0;
    }
    .h-right-sp {
        display: flex;
        align-items: center;
    }
    .h-sp-btn a {
        text-decoration: none;
        color: #fff;
        background: #22819e;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 5px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1em;
        white-space: nowrap;
        letter-spacing: 0;
        font-feature-settings: normal;
    }
    .h-right-btn {
        display: none;
    }
    .h-sp-btn {
        margin: 0 5px 0 0;
    }
    .h-sp-tel {
        margin: 0 5px 0 0;
    }
    .h-sp-tel a {
        text-decoration: none;
        color: #fff;
        background: #22819e;
        font-weight: bold;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
    }
    .h-sp-tel a img {
        flex-shrink: 0;
        max-height: 100%;
        width: auto;
    }
    /*Gnavi*/
    .h-right {
        margin: 0;
        position: fixed;
        top: 89px;
        background: rgba(255, 255, 255, 0.95);
        left: 0;
        height: calc(100% - 89px);
        width: 100%;
        display: none;
        overflow: auto;
    }
    #gnavi {
        margin-right: 0;
    }
    .gnavi {
        display: block;
    }
    .gnavi > li:before {
        display: none;
    }
    .gnavi > li:first-child > a {
        text-indent: inherit;
        background: #2d527a;
        padding: 15px 20px;
        line-height: 1.49em;
    }
    .gnavi > li > a, .gnavi > li > span {
        color: #fff;
        text-align: center;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
        font-size: 14px;
        background: #2d527a;
    }
    .gnavi > li.over > span:after, .gnavi > li.over > span:before {
        content: '';
        position: absolute;
        background: #fff;
        transition: all 0.5s ease;
    }
    .gnavi > li.over > span:after {
        width: 16px;
        height: 2px;
        right: 3%;
        top: calc(50% - 1px);
    }
    .gnavi > li.over > span:before {
        width: 2px;
        height: 16px;
        right: calc(3% + 7px);
        top: calc(50% - 8px);
    }
    .gnavi > li.over.active > span:before {
        transform: rotate(90deg);
    }
    .submenu {
        position: relative;
        width: 100%;
        left: 0;
    }
    .submenu li {
        float: none;
        width: 100%;
    }
    .submenu a {
        border-right: none;
        padding: 15px 20px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .close-menu {
        width: 220px;
        margin: 30px auto;
        text-align: center;
        background: #333;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.08em;
        padding: 13px;
    }
    /* MENU-ICON */
    .menu-icon {
        margin: 0;
        width: 46px;
        height: 42px;
        box-sizing: border-box;
        background: #2d527a;
        text-align: center;
        padding: 19px 7px 0;
    }
    .menu-icon span {
        display: block;
        margin: 0;
        width: 32px;
        height: 3px;
        background-color: #fff;
        -webkit-transition-duration: 0;
        -moz-transition-duration: 0;
        -ms-transition-duration: 0;
        -o-transition-duration: 0;
        transition-duration: 0;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu-icon span::after, .menu-icon span::before {
        display: block;
        content: '';
        position: absolute;
        width: 32px;
        height: 3px;
        background-color: #fff;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
        -moz-transition-delay: 0.2s, 0;
        -ms-transition-delay: 0.2s, 0;
        -o-transition-delay: 0.2s, 0;
        transition-delay: 0.2s, 0;
    }
    .menu-icon span::before {
        margin-top: -10px;
    }
    .menu-icon span::after {
        margin-top: 10px;
    }
    .menu-icon.active span {
        background-color: transparent;
    }
    .menu-icon.active span::before, .menu-icon.active span::after {
        margin-top: 0px;
        -webkit-transition-delay: 0, 0.2s;
        -moz-transition-delay: 0, 0.2s;
        -ms-transition-delay: 0, 0.2s;
        -o-transition-delay: 0, 0.2s;
        transition-delay: 0, 0.2s;
    }
    .menu-icon.active span::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-icon.active span::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /*Mainvisual*/
    #index #mainvisual .container {
        padding: 0;
    }
    .main-cnt-left {
        width: 100%;
        position: absolute;
        z-index: 99;
        padding: 20px 3%;
    }
    .main-logo {
        display: none;
    }
    #index #mainvisual h2 {
        font-size: 8vmin;
        margin-top: 15vmin;
    }
    .main-txt li {
        font-size: 3vmin;
    }
    .main-line {
        display: none;
    }
    .main-slide {
        width: 100%;
        padding-left: 30%;
    }
    .main-slide-thumb {
        width: 80%;
        left: 10%;
        margin-top: -15%;
    }
    .main-slide-lager li.slick-slide {
        height: 550px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .main-slide-lager li.slick-slide img {
        flex-shrink: 0;
        height: 100%;
        max-width: none;
        width: auto;
    }
    .main-info {
        width: 94%;
        padding: 5% 10% 15%;
    }
    .main-info-logo {
        width: 40%;
        max-width: 176px;
    }
    .main-info-time {
        font-size: 13vw;
        margin: 0 0 5vw;
    }
    .main-info-txt {
        font-size: 3.5vw;
        margin: 0 0 3vw;
    }
    .main-info-note {
        font-size: 3vw;
        padding-top: 3vw;
        margin: 0 0 10px;
    }
    .main-info:before {
        width: 16%;
        left: 42%;
    }
    .main-info .idx-btn a {
        font-size: 13px;
        padding-right: 25px;
    }
    .main-info .idx-btn a:after {
        transform: translateX(232px);
    }
    @-webkit-keyframes btn-hover1 {
        0% {
            -webkit-transform: translateX(232px);
            transform: translateX(232px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes btn-hover1 {
        0% {
            -webkit-transform: translateX(232px);
            transform: translateX(232px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
}
/*============================Footer===============================*/
.footer01 {
    padding: 45px 0 71px;
    letter-spacing: 0;
    font-feature-settings: normal;
}
.footer01 .container {
    display: flex;
    justify-content: space-between;
}
.f01-left {
    width: 50%;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
}
.f01-right {
    width: 50%;
}
.f01-logo {
    width: 176px;
    margin: 0 auto 50px;
}
.f01-add {
    font-size: 16px;
    line-height: 1.7em;
    margin: 0 0 10px;
}
.f01-tel {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0;
}
.f01-tel a {
    text-decoration: none;
    color: #333;
}
.f01-time {
    font-size: 16px;
    margin: 0 0 41px;
    line-height: 1.8em;
}
.f01-calendar {
    margin: 0;
}
.f01-calendar-ttl {
    font-weight: bold;
    display: block;
    margin: 0 0 24px;
    font-size: 14px;
}
.f01-list {
    display: flex;
    justify-content: center;
    margin: 21px 0 30px;
}
.f01-list li {
    width: 90px;
    text-align: center;
    font-size: 12px;
}
.f01-list li img {
    margin: 0 auto;
}
.f01-map {
    margin: 0 0 23px;
}
.f01-itm-txt {
    display: block;
    letter-spacing: 0;
    line-height: 1.49em;
    font-feature-settings: normal;
}
.footer01 .idx-btn {
    text-align: right;
}
.footer01 .idx-btn:before {
    display: none;
}
.footer01 .idx-btn a {
    width: 150px;
    color: #808080;
    border-color: #808080 !important;
}
.idx-btn a {
    display: inline-block;
    text-decoration: none;
    color: rgb(128, 128, 128);
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    width: 110px;
    position: relative;
    border-bottom: 1px solid rgb(179, 179, 179);
    text-align: left;
    z-index: 0;
    padding: 0px 0px 3px;
    transition: all 0.5s ease 0s;
    line-height: 1em;
}
.footer01 .idx-btn a::after {
    transform: none;
    left: auto;
    right: 0;
    animation: none;
    background: #808080;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: -3px;
}
.footer02 {
    background: #2d527a;
    padding: 46px 0 50px;
    color: #fff;
}
.footer02 .container {
    display: flex;
}
.f02-link {
    display: flex;
    border-right: 1px solid #fff;
    padding-right: 129px;
    margin-right: 60px;
    line-height: 1.4;
}
.f02-link-home {
    margin: 0 79px 0 0;
}
.f02-link-home a {
    display: flex;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.f02-link-home img {
    flex-shrink: 0;
    width: 22px;
}
.f02-link-home a:hover {
    opacity: 0.8;
}
.f02-link-col-ttl {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 15px 0 21px;
    letter-spacing: 0;
    font-feature-settings: normal;
}
.f02-link-col a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 0;
    font-feature-settings: normal;
}
.f02-link-col a:hover {
    text-decoration: none;
}
.f02-link-col:not(:last-child) {
    margin-right: 75px;
}
.f02-link-col li:not(:last-child) {
    margin: 0 0 5px;
    line-height: 1.49em;
}
.f02-link-col:last-child {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
}
.f02-link-col:last-child ul:not(:last-child) {
    margin-right: 60px;
}
.copyright {
    font-size: 16px;
    margin: 2px 0 0;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
    line-height: 1.9em;
}
.f-call {
    display: none;
}
.f_banner {
    display: flex;
    justify-content: space-between;
    margin: 35px 0px 0 0;
}
    .f_banner p:last-child a {
    width: 500px;
    background: #0DC755;
    display: flex;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 20px;
    align-items: center;
    height: 60px;
    flex-wrap: nowrap;
    justify-content: center;
	text-decoration: none;
}
.f_banner p:last-child a img {
    height: 36px;
    width: auto;
}
.f01-img {
    margin-top: 20px;
}
.f01-img dt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px;
}
.f01-img dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.f01-img dd span {
    width: 11%;
    height: 50px;
    margin: 0px 0.5% 7px;
    border: 1px solid rgb(241, 241, 241);
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.f01-img dd img {
    flex-shrink: 0;
    max-height: 100%;
}
.idx_bn, .idx_bn .idx_bn_sub > div {
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.idx_bn .idx_bn_main img {
    max-width: 400px;
}
.idx_bn .idx_bn_sub img {
    max-width: 240px;
}
.idx_bn .idx_bn_main p, .idx_bn .idx_bn_sub > div p:first-of-type {
    margin-right: 2.4rem;
    margin-bottom: 1.55em;
}
.idx_bn .idx_bn_main p {
    margin-bottom: 1.3em;
}
.idx_bn .idx_bn_sub > p {
    margin-bottom: 0.5rem;
}
.idx_bn {
    margin-top: 2.2em;
    align-items: center;
}
.f_bnr {
    display: flex;
    width: 100%;
    margin: 0px auto;
    justify-content: space-between;
}
.f_bnr li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix_flex {
    display: block !important;
}
.f_bnr li:first-child img {
    width: 110px;
}
.f_bnr li:nth-child(3) img {
    width: 155px;
}
#totop {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 10;
    margin-bottom: 0;
    width: 60px;
}
#totop a {
    display: block;
    transition: all 0.5s ease;
}
#totop a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 640px) {
    #footer img {
        width: auto;
    }
    .f_bnr li, .f_bnr {
        display: block;
    }
    .f_bnr li {
        text-align: center;
        margin: 30px 0px;
    }
    .f_bnr li:last-child {
        margin-bottom: 0px;
    }
    #totop {
        width: 40px;
        right: 3%;
		bottom:90px;
    }
 .f-call {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .f-call ul:nth-child(1) {
    display: block;
    width: 100%;
	}
  .f-call ul:nth-child(2) {
    display: flex;
    width: 100%;
  }	
	
  .f-call li {
    width: 100%;
  }
  .f-call li.txt{
	background: #666;
	font-size:14px;
	font-weight: bold;
	color:#fff;
	text-align: center;
    text-decoration: none;
	line-height: 1.6;
	letter-spacing: 0.1em;}
  .f-call a {
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2d527a;
    padding: 10px 5px;
    font-weight: bold;
    height: 100%;
    font-size: 17px;
	align-items: stretch;
  }
 .f-call a:before{
    content: "";
    width: 30px;
    height: 25px;
    background: url(../../../images/calender.svg) no-repeat left center / 2rem;
	display: inline-block;
}
  .f-call li:first-child a {
    background: #0DC755;
	
  }
	.f-call li:first-child a:before{
    content: "";
    width: 30px;
    height: 25px;
    background: url("../../../images/icon_LINE.png") no-repeat left center / 3rem;
	display: inline-block;
	margin-right:5px;
}
    .footer01 {
        padding: 40px 0;
    }
    .box07 .container, .footer01 .container, .footer02 .container {
        display: block;
    }
    .f01-left {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }
    .f01-logo {
        margin-bottom: 20px;
    }
    .f01-add, .f01-time {
        font-size: 14px;
    }
    .f01-tel {
        font-size: 24px;
        margin: 0 0 5px;
    }
    .f01-time {
        margin: 0 0 17px;
    }
    .f_banner {
        display: block;
        margin: 35px 0 0 0;
    }
    .f_banner p {
        margin: 0 auto;
    }
    .f_banner p:last-child a { width: 350px; background: #0DC755;  margin: 10px auto; padding: 2px 0;font-size: 16px;align-items: center;}
    .f01-right {
        width: 100%;
    }
    .idx_bn, .idx_bn .idx_bn_sub > div {
        display: block;
    }
    .f_bnr li, .f_bnr {
        display: block;
    }
    .idx_bn .idx_bn_main p, .idx_bn .idx_bn_sub > div p:first-of-type {
        margin-right: 0;
    }
    .idx_bn, .idx_bn .idx_bn_sub > div {
        display: block;
    }
    .idx_bn .idx_bn_main p, .idx_bn .idx_bn_sub > div p:first-of-type {
        margin-right: 0;
    }
    .idx_bn .idx_bn_main img, .idx_bn .idx_bn_sub img {
        max-width: 100%;
    }
    .f_bnr li {
        text-align: center;
        margin: 30px 0;
    }
    .f_bnr li:last-child {
        margin-bottom: 0;
    }
    .footer02 {
        padding: 15px 0;
        margin: 0 0 51px;
    }
    .f02-link {
        display: none;
    }
    .copyright {
        margin: 0;
        text-align: center;
        font-size: 12px;
        line-height: 1.92em;
    }
    .f_bnr li img {
        margin: 0 auto;
        max-width: 100%;
        width: auto;
    }
    .idx_bn .idx_bn_main p, .idx_bn .idx_bn_sub > div p:first-of-type {
        margin-bottom: 1.45em;
    }
    .idx_bn_sub p {
        margin-bottom: 1.5em;
        line-height: 1.49em;
    }
    .f01-calendar-ttl {
        margin-bottom: 20px;
    }
    .f_banner p img {
/*        margin: 0 auto;*/
        max-width: 100%;
        width: auto;
    }
    .f01-list li img {
        max-width: 100%;
        width: auto;
    }
    .f01-map {
        margin-bottom: 19px;
    }
    .f01-img {
        margin-top: 18px;
    }
    .f01-img dd img {
        width: auto;
    }
    .idx_bn {
        margin-top: 1.5em;
    }
    .idx_bn_sub.center img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 425px) {
  .main-slide {
    padding-left: 20%;
  }
  .main-slide-lager li.slick-slide {
    height: 400px;
  }
  .main-slide-thumb li img {
    width: 100%;
    height: auto;
  }
  .f01-img dd span {
    width: 24%;
    height: 70px;
  }
  .flex_center .item .txt_flex .txt01{
    font-size: 16px;
  }
  .flow__item {
    width: 90%;
    margin: 0 auto 20px;
    position: relative;
  }
}
@media screen and (max-width: 320px) {
  .flow__item:nth-child(7) {
    width: 84%;
  }
}
/*------------------------------------------------------------
	heading01
------------------------------------------------------------*/
.heading01 {
    margin-bottom: 5.8rem;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
.heading01-txt {
    margin-top: 0rem;
    display: block;
}
.heading01-txt__sub {
    padding: 0 3.7rem;
    font-size: 5rem;
    background: url("../images/common/icon01.svg") left bottom 1rem, url("../images/common/icon02.svg") right bottom 1rem;
    background-repeat: no-repeat;
    background-size: 2rem;
}
.heading01-txt__sub--col {
    color: var(--sub-color01);
}
.heading01-txt__sub__num {
    margin-bottom: -0.4rem;
    padding: 0 0.5rem;
    display: inline-block;
    font-size: 9rem;
    font-family: var(--sub-font01);
    vertical-align: bottom;
    line-height: 1;
}
@media all and (max-width: 768px) {
    .heading01 {
        margin-bottom: 3.5rem;
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .heading01-txt__sub {
        padding: 0.5rem 3.3rem;
        display: inline-block;
        font-size: 3.4rem;
        background: url("../images/common/sp_icon01.svg") left bottom 1rem, url("../images/common/sp_icon02.svg") right bottom 0.4rem;
        background-size: 4rem;
        background-repeat: no-repeat;
    }
    .heading01-txt {
        margin-top: 0.3rem;
        line-height: 1.15;
    }
    .heading01-txt__sub__num {
        padding: 0;
        margin-bottom: -0.8rem;
        font-size: 6rem;
    }
}
/*------------------------------------------------------------
	heading02
------------------------------------------------------------*/
.heading02 {
    margin-bottom: 7.5rem;
    text-align: center;
    color: var(--sub-color03);
    font-size: 6rem;
    letter-spacing: 0.08em;
}
@media all and (max-width: 768px) {
    .heading02 {
        margin-bottom: 3.8rem;
        font-size: 3.4rem;
        line-height: 1.5;
    }
}
/*------------------------------------------------------------
	heading03
------------------------------------------------------------*/
.heading03 {
    margin-bottom: 6.8rem;
    font-family: var(--sub-font);
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.08em;
}
.heading03-txt {
    margin-top: 1.5rem;
    display: block;
    position: relative;
    color: var(--sub-color01);
    letter-spacing: 0.08rem;
    font-size: 4rem;
}
.heading03-txt--bg {
    padding: 0 1.5rem;
    position: relative;
    background-color: var(--bg-color04);
}
.heading03-txt::before {
    position: absolute;
    content: "";
    letter-spacing: 0;
    margin-top: 0.5rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--bg-color03);
}
@media all and (max-width: 768px) {
    .heading03 {
        margin-bottom: 3.3rem;
        font-size: 2.2rem;
    }
    .heading03-txt {
        margin-top: 1rem;
        font-size: 3rem;
    }
    .heading03-txt--bg {
        padding: 0;
        background: none;
    }
    .heading03-txt::before {
        display: none;
    }
}
/*------------------------------------------------------------
	com-payment
------------------------------------------------------------*/
.com-payment {
    padding: 9.4rem 2rem 10rem;
    background: url("../images/common/com_payment_bg.jpg") no-repeat top center/cover;
}
.com-payment__httl {
    margin-bottom: 3.9rem;
    color: var(--sub-color02);
    font-size: 5rem;
    letter-spacing: 0.06em;
    text-align: center;
}
.com-payment_httl__img {
    margin: -1rem 1.8rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
.com-payment__text {
    margin-bottom: 4.3rem;
    color: var(--sub-color03);
    font-size: 1.8rem;
    line-height: 2.2;
    text-align: center;
}
.com-payment__text--col {
    color: var(--sub-color02);
    font-weight: bold;
}
.com-payment__text--big {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}
.com-payment01 {
    padding: 9.5rem 2rem 9rem;
    position: relative;
}
.com-payment01::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 35rem;
    height: 45rem;
    background: url("../images/common/webp/com_payment_img01.webp") no-repeat right bottom/100%;
}
.com-payment__text01 {
    margin-bottom: 2.5rem;
    line-height: 2.7;
}
.com-payment__httl01 {
    margin-bottom: 2.9rem;
}
@media all and (max-width: 768px) {
    .com-payment {
        padding: 5rem 2rem 7.1rem;
        background-image: url("../images/common/webp/sp_com_payment_bg.webp");
    }
    .com-payment__httl {
        margin-bottom: 3.3rem;
        font-size: 2.6rem;
    }
    .com-payment_httl__img {
        margin: 0 auto 2.1rem;
        width: 3.8rem;
        display: block;
        text-align: center;
    }
    .com-payment__text {
        margin-bottom: 4.2rem;
        font-size: 1.5rem;
        line-height: 2;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .com-payment__text--big {
        font-size: 1.8rem;
        line-height: 1.88;
    }
    .com-payment__text--special {
        display: block;
        margin-top: 0.3rem;
    }
    .com-payment01 {
        padding: 4.9rem 2rem 7.1rem;
        background-image: url("../images/common/webp/sp_com_payment_bg02.webp");
    }
    .com-payment01::before {
        width: 20rem;
        height: 33rem;
        background-image: url("../images/common/webp/sp_com_payment_img01.webp")
    }
    .com-payment__text01 {
        margin-bottom: 2.55rem;
        line-height: 2.25;
    }
    .com-payment__httl01 {
        margin-bottom: 2.7rem;
    }
}
/*------------------------------------------------------------
	com-link
------------------------------------------------------------*/
.com-link {
    margin: 0 auto;
    width: 40rem;
    position: relative;
    z-index: 1;
}
.com-link__btn {
    display: block;
    padding: 1.5rem 9rem 1.5rem 3rem;
    font-size: 2rem;
    font-weight: 600;
    color: var(--sub-color03);
    background: var(--bg-color01) url("../images/common/icon04.svg") no-repeat right 2.7rem center/6.3rem;
}
.com-link__btn:hover {
    opacity: 0.4;
}
@media all and (max-width: 768px) {
    .com-link {
        width: auto;
        max-width: 33.5rem;
    }
    .com-link__btn {
        padding: 1.6rem 6rem 1.7rem 1.9rem;
        font-size: 1.8rem;
        background-image: url("../images/common/sp_icon04.svg");
        background-position: right 1.7rem center;
        background-size: 4.4rem;
    }
}