@charset "UTF-8";
/*
Theme Name:キャンパーテック
Theme URI:
Description: Original Template
Version: 1.0
Author:
Author URI:
*/

/*************************************************/

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: #E7E6DE;
}

.videoIframeWrap {
    position: relative;
    padding-top: calc(100% * 3 / 4);
}

.videoIframeWrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:450px) {
    .videoIframeWrap {
        position: relative;
        padding-top: calc(100% * 3 / 4);
    }
}


@media screen and (max-width: 1300px) {
    html {
        font-size: 90%;
    }
}

@media screen and (max-width: 1080px) {
    html {
        font-size: 80%;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 70%;
        overflow-x: hidden;
    }
}


.wrapper {
    position: relative;
    width: 100%;
    display: block;
}

#page .wrapper {
    padding-top: 100px;
}

main {
    z-index: 1;
}

body {
    font-family: 'Noto Sans JP', serif;
    font-weight: 400;
    min-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

a {
    color: #887C52;
    text-decoration: none;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 998;
    background: #E7E6DE;
}

@media screen and (max-width: 768px) {
    header {
        height: 30px;
    }
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hd__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    padding-top: 20px;
}

.hd__navigation li a {
    padding: 0 12px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.hd__navigation img {
    height: 22.5px;
    width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 786px) {
    header nav {
        display: none;
    }

    .hd__logo {
        width: 160px;
    }

    .hd__navigation {
        padding-top: 15px;
        margin-right: 54px;
    }
}


#page header {
    background: rgba(255, 255, 255, 0.8);
}

.pankuzu {
    font-size: 0.9em;
    padding-left: 24px;
}

h2 {
    text-align: center;
    margin-bottom: 40px;
}

/** TOP
------------------------------------------**/




.bottom_nav {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}


/*========= 固定ボタン===============*/

#page-top_sp {
    position: fixed;
    z-index: 10000;
}

#page-top {
    position: fixed;
    z-index: 10000;
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}




.bottom_nav a {
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    color: #fff;
}

.bottom_nav a img{
        padding-right: 1rem;
    vertical-align: middle;
    }

@media screen and (max-width:1080px) {
    .bottom_nav a {
        padding: 16px;
        font-size: 9px;
        
    }
    
}


.btn_left {
    background-color: #887C52;
}

.btn_right {
    background-color: #77673D
}

.top-visual__area {
    background: url(img/keyvisual.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    /*: 124%*/
    height: 64vh;
    max-height: 500px;
    padding-top: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .top-visual__area {
    background-image: url(img/keyvisual_sp.jpg);
        height: 75vh;
        max-height: none;
    }
}


.main_logo__area {
    text-align: center;
    background: #E7E6DE;
    padding: 0 20px 30px;
}

@media screen and (max-width: 768px) {
    .main_logo__area img{
        width: 60%
    }
}

.copy__area {
    width: 100%;
    padding-left: 56%;
    text-align: left !important;
    position: absolute;
    top: 200px;
    font-size: 1.8em;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 5px;
}

.copy__area h2 {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .copy__area {
        padding: 0 6%;
        top: 17vh;
        text-align: right;
    }
    .copy__area h2 {
    text-align:right;
    }
    .copy__area h2 img{
        width: 60%;
    }
}

.copy__area_left {
    top: 63vh;
    position: absolute;
    padding-left: 5vw
}

.copy__area_v {
    top: 180px;
    width: 100%;
    text-align: right;
    position: absolute;
    padding-right: 70px;
}


.mouse__area {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 88vh;
}



#lineup h2 {
    display: flex;
    justify-content: space-between;
}

#lineup h2 img {
    width: 72%;
}

@media screen and (max-width: 768px) {
    #lineup h2 {
    flex-direction: column;
}
    #lineup h2 img {
    width: 79%;
}
}

@media screen and (max-width: 768px) {
    #lineup h2 img {
    width: 96%;
}
}

#lineup h2 .tit_link_btn {
    width: 25%;
    max-width: 240px;
    font-size: 18px;
    background: #000;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
}

@media screen and (max-width: 768px) {
    #lineup h2 .tit_link_btn {
        width: 50%;
        font-size: 14px;
            height: 50px;
    line-height: 50px;
    }
}

#lineup h2 .tit_link_btn a {
    color: #FFF;
}
#lineup h2 .tit_link_btn:hover{
    background:#998F6B ;
    opacity: 1;
}

.btn_link a {
    margin: auto;
    display: block;
    width: 33%;
    max-width: 408px;
    font-size: 18px;
    background: #000;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .btn_link a {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 408px;
        font-size: 1em;
    }
}

.btn_link a:hover{
    background:#998F6B ;
    opacity: 1;
}


@-webkit-keyframes fuwafuwa {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fuwafuwa {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.anime-fuwa {
    -webkit-animation: 3s fuwafuwa infinite;
    animation: 3s fuwafuwa infinite;
}


.top-slider__area {
    position: relative;
    overflow: hidden;
}

.slide__filter {
    width: 100%;
    height: 100%;
    min-height: 241px;
    background-image: url(img/filter.png);
    background-size: cover;
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    width: 100%;
    height: auto;
}

.slider .slick-slide {
    margin: 0;
    padding-right: 40px;
}

.slick-slider {
    margin-bottom: 0;
}


/** Action
-------------------------------------------**/

/* fadeUp */

.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late_2 {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

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

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

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


@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time06{
animation-delay: 0.6s;
}
.delay-time08{
animation-delay: 0.8s;
}



.fadeUpTrigger {
    opacity: 0;
}


/*========= ローディング画面のためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    text-align: center;
    color: #fff;
}

#splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg {
    display: none;
}

body.appear .splashbg {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: rgba(153, 230, 252, 0.9);
    /*伸びる背景色の設定*/
    -webkit-animation-name: PageAnime;
    animation-name: PageAnime;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50.001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes PageAnime {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50.001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/*画面遷移の後のコンテンツ設定*/
#container {
    opacity: 0.01;
}

body.appear #container {
    -webkit-animation-name: PageAnimeAppear;
    animation-name: PageAnimeAppear;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/** page
------------------------------------------**/

.title {
    font-size: 2.28em;
    font-weight: 700;
    color: #887C52;
}

.sub_title {
    font-size: 2.28em;
    font-weight: bold;
    line-height: 1.6;
}


@media screen and (max-width: 768px) {
    .sub_title {
        font-size: 1.5em;
    }
}

.page_sub_title{
    margin-top: 2rem;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
}


.page_title_middle{
    margin-top: 2rem;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
   #fee .page_title_middle{
        font-size: 1.1em;
    }  
}

.sub_title_gold{
    color: #887C52;
    margin-top: 2rem;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}

.bg_beige {
    background-color: #E7E6DE;
}

.bg_main {
    background: #D6D4C7;
}

main {
    width: 100%;
    display: block;
}

.content {
    margin: auto;
    max-width: 1080px;
    padding-top: 66px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1090px) {
    .content {
    width: 96%;
    }
    .content.step {
    width: 96%;
    padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .content {
        width: 90%;
    }
}


#flow .content {
    padding-top: 46px;
}

.page-visual__area {
    margin-bottom: 40px;
}

#page h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.9em;
}

#page h3 {
    font-size: 1.5em;
}

/*21px*/
#page h4 {
    font-size: 1.4em;
}

/*21px*/

.title {
    font-size: 1.9em;
}

@media screen and (max-width: 768px) {
    #fee .title{
        font-size: 1.4em;
        padding-bottom: 1rem;
    }
}

.title_middle {
    font-size: 1.5em;
}

.title_obi {
    background: #0071bc;
    color: #FFF;
}

.line_title_area {
    background-image: url(img/line_tit.svg);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
}

.line_title_area .title_line {
    color: #0071bc;
    display: inline-block;
    background: #FFF;
    text-align: center;
    padding: 20px;
    margin-bottom: 0 !important;
}

.box_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    #about .box_area{
        flex-wrap: wrap-reverse;
    }
}

.u-alignitem-center {
    align-items: center;
    align-content: center;

}
.box__half{
    width: 48.5%;
}

.box__img {
    width: 55%;
}

.box__text {
    width: 38%;
    align-self: center;
}

.box__mapL {
    width: 43%;
}

.box__mapR {
    width: 55%;
}

@media screen and (max-width: 768px) {
    .box__img {
        width: 100%;
        text-align: center;
    }

    .box__img img {
        margin-bottom: 24px;
    }

    .box__text {
        width: 100%;
    }

    .box__mapL {
        width: 100%;
    }

    .box__mapR {
        width: 100%;
    }
}

.box__photo {
    width: 24%;
}

.box__text_intro {
    width: 70%;
}

@media screen and (max-width: 768px) {
    .box__photo {
        width: 30%;
        margin-left: 70%;
    }

    .box__text_intro {
        width: 100%;
    }
}


#about h4 {
    font-size: 2em;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    #about h4 {
    font-size: 1.6em;
    }
}

#about p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    #about p {
    margin-bottom: 1.8rem;
}
}

.link_btn {
    background: #FFF;
    padding: 20px;
    width: 64%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .link_btn {
        padding: 12px;
        width: 100%;
        border: 1px solid #ccc;
    }
}


.information {
    border-bottom: 1px solid #0071bc;
    text-align: left;
    color: #0071bc;
}

.information span {
    display: inline-block;
    float: right;
    font-size: .5em;
    padding-top: 18px;
}

/****カテゴリー*******/
.cat00 {
    background: #29abe2;
    padding: 0 8px;
    color: #FFF;
    margin-left: 4px;
    display: inline-block;
}

.cat01 {
    background: #0e6996;
    padding: 0 8px;
    color: #FFF;
    margin-left: 4px;
    display: inline-block;
}

.cat02 {
    background: #0071bc;
    padding: 0 8px;
    color: #FFF;
    margin-left: 4px;
    display: inline-block;
}

.cat03 {
    background: #82969c;
    padding: 0 8px;
    color: #FFF;
    margin-left: 4px;
    display: inline-block;
}



dl.info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4d4d4d;
}

@media screen and (max-width: 768px) {
    dl.info a {
        display: block;
    }
}

dl.info dt {
    margin-right: 16px;
}

#map .tel {
    font-size: 2em;
    color: #0071bc;
    vertical-align: sub;
    padding-left: 4px;
}

.bg_blue {
    background: #e3edf4
}

.dot_line {
    background-image: url(img/line_dot.svg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 60px;
}


.innner_text {
    width: 80%;
    margin: auto;
    position: relative;
}

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

.more_link_text {
    text-align: right;
}

.links a {
    color: #FFF;
    display: block;
    text-align: center;
    height: 100%;
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(img/icon_arrow_fff.svg);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 1.6em;
}

.links .box2,
.links .box3 {
    height: 160px;
    background: #29abe2;
    margin-bottom: 1%;
}

.links .box2:hover {
    background: #0062a7;
}

.links .box3:hover {
    background: #0062a7;
}

.box2 {
    width: 49.5%;
}

.box3 {
    width: 32.5%;
}

.box4 img {
    width: 24%;
    margin: 0.5%;
}

@media screen and (max-width: 768px) {
    .box2 {
        width: 99.5%;
        margin-bottom: 32px;
    }

    .box2 img {
        padding-top: 16px;
    }

    .links .box2 {
        width: 49.5%;
    }

    .links .box2,
    .links .box3 {
        height: 60px;
        margin-bottom: 1%;
    }

    .links a {
        font-size: 1em;
    }

    .box4 {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 32px;
    }

    .box4 img {
        width: 45%;
        height: auto;
        margin-bottom: 2%;
    }

    .main_image img {
        padding: 2%;
    }
}




/** page format
------------------------------------------**/
.free_area h1 {
    color: #0071bc;
    text-align: center;
}

#page .free_area h2 {
    color: #0071bc;
    border-bottom: 1px solid;
    text-align: left;
}

#page .free_area h3 {
    font-size: 1.6em;
}

#page .free_area h4 {
    font-size: 1.3em;
}

#page .free_area a {
    text-decoration: underline;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.gallery img {
    max-width: 100%;
    height: auto;
    padding: 1px;
}

/** table
------------------------------------------**/

table {
    margin: 32px auto 40px;
    min-width: 760px;
}

th {
    width: 16%;
}

td:nth-child(2) {
    width: 10%;
}

th,
td {
    padding: 8px;
}

tr {
    border-bottom: 1px solid;
}


@media screen and (max-width: 768px) {
    table {
        min-width: 320px;
        font-size: .8em;
    }

    th,
    td {
        padding: .3%;
    }
    th {
        width: 13%;
    }

}


table.cancel_policy{
    width: 100%;
}


.cancel_policy tr{border-bottom: none;}
.cancel_policy th {
    width: 25%;
    text-align: center;
    background:#B5AA8B ;
    color: #FFF;
    border-right: 3px solid #E7E6DE;
}
.cancel_policy td{
    background: #FFF;
    border-right: 3px solid #E7E6DE;
}


@media screen and (max-width: 768px) {
    .cancel_policy th {
    width:13%;
    border-right: none;
    border-bottom:2px solid #E7E6DE;
}
.cancel_policy td{
    border-right: none;
    border-bottom:2px solid #E7E6DE;
    width: 16%;
    padding-left: 1rem;
}
}


/** table END
------------------------------------------**/

/** #lineup
------------------------------------------**/

.area {
    display: none;
    opacity: 0;
}

.area.is-active {
    display: block;
    /*表示*/
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px;
}

.area .inner_image {
    text-align: center;
    position: relative;
    padding-top: 60px;
}

.area li {
    width: 32%;
    padding: 1.5%;
    margin: 1% 0.5%;
    position: relative;
    padding-bottom: 1rem;
}

@media screen and (max-width: 880px) {
    .area li {
    width: 49%;
        padding-bottom: 40px;
    }
}

.area .inner_image img {
    width: 100%;
    margin-right: 12px;
}

@media screen and (max-width: 640px) {
    .area li {
        width: 99%;
        padding-bottom: 3rem;
    }

    .area .inner_image img {
        width: 100%;
        margin-right: 12px;
    }

    .area li p:not(.address) {
        clear: both;
        padding-top: 8px;
    }
}

.pet {
    position: absolute;
    top:-11px;
    right: -22px;
}
.area .inner_image .pet img{margin-right: 0;width: 60%;}

@media screen and (max-width: 880px) {
    /*.pet {
    top:inherit;
    bottom: 0;
}*/
}


.area dl {
    display: flex;
    /*background-image: url(img/line_detail.svg);*/
    background-repeat: no-repeat;
    background-position:left bottom;
    font-weight: bold;
    color: #000 !important;
    padding: 0 2%;
}

@media screen and (max-width: 640px) {
    .area dl {
        padding: 0;
    }
    
}

.area dl dt {
    width: 40%;
    border-bottom: 5px solid #998F6B;
}
.area dl dd{
    width: 60%;
    border-bottom: 1px solid #EEE;
    margin-bottom: 2px;
    padding-left: 8px;
}
.area h3 {
    color: #000000;
    font-size: 1.5em;
    line-height: 1.3;
    padding-top: 24px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    padding-left:2%;
    padding-right:2%;
}

.area .address {
    font-size: 0.8em;
}

.area p {
    line-height: 1.57;
    text-align: justify;
    color: #000000 !important;
}

.more_link {
    text-align: right;
    font-size: 0.9em;
    color: #0071bc;
    position: absolute;
    bottom: 2%;
    right: 6%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .area h3 {
        font-size: 1.3em;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .area p {
        font-size: 12px;
    }
}


.title_img {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 768px) {
    .title_img img{
        width: 50vw;
    }
}


.top_flow dl{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.top_flow dl dt{
    width:  48%;}
.top_flow dl dd{
    width:  48%;
    align-self: center;
    font-size: 17.5px;
    font-weight: bold;
}

.img_arrow{
    width: 48%;
    text-align: center;
    margin-bottom: 1rem;
}

/** modaal
------------------------------------------**/


.mo_box {
    padding: 0 3% 3%;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
}

.modaal-container {
    width: 100%;
   background-color: rgb(0 0 0 / 60%);
    padding-top: 3rem;
    color: #fff !important;
}

.modaal-wrapper .modaal-close {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mo_box {
    padding: 0;
        width: 100%;
}
    .mo_boxs {
    display: block;
    margin-bottom: 24px;
}
    .slider_modal-wrap{
        width: 100%;
        overflow: hidden;
    }
    .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 62.5%;
  }
    .modaal-content-container{
        padding: 0;
    }
}


.swiper {
    width: 100%;
    max-width: 720px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .swiper {
    width: 100%;
    max-width:600px;
}
}
@media screen and (max-width: 680px) {
    .swiper {
    width: 100%;
    max-width:500px;
}
}

@media screen and (max-width: 580px) {
    .swiper {
    width: 100%;
    max-width:400px;
}
}

@media screen and (max-width:440px) {
    .swiper {
    max-width:300px;
}
}


.thumb-media img{
   border-radius: 2px;

}
 .slider_modal-wrap .swiper-slide-thumb-active{opacity: 0.5;border: 1px solid #ccc;}


.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #FFF; 
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 20px;
    background: #000;
    padding: 8px 11px
}
.swiper-button-next, .swiper-button-prev {
    top: 38%;
}
@media screen and (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
    top: calc(50% + 22px);
}
}


.mySwiper2 figure{position: relative;margin-bottom: 1.5rem;}
figcaption{
    position: absolute;
    bottom: -1px;
    left: 0;
    background:rgb(0 0 0 / 50%);
    padding: 2px 8px;
}
figcaption span{
    font-size: .8em;
    padding-left: 1rem;
}

/** page_main_bg
------------------------------------------**/
.page_main{
    min-height: 500px;
    max-width: 1200px;

}

@media screen and (max-width: 1199px) {
    .page_main{
        padding-left: 5%;
        min-height: 400px;
        padding-bottom: 0;
    }

}

@media screen and (max-width: 960px) {
    .page_main{
        padding-left: 0;
    }

}


.bg_guide{
    background-image: url(img/page_guide_photo.png);
}

.page_main__area_clac{margin-top:25px;}

.page_main__area {
    margin-top:25px;
    background-position:top right;
    background-repeat: no-repeat;
    background-size: 70%;
}


@media screen and (max-width: 990px) {
    .page_main__area {
        background-size: 70%;
        margin-top: 2rem;
        background-position: top right -13vw;
    } 
    .page_main__area .page_sub_title{
        font-size: 1.5em;
        margin-bottom: 2.3rem;
    }
    .page_main__area_clac .page_sub_title{
        font-size: 1.5em;
        margin-bottom: 2.3rem;
    }
}


.page_main__area .content.nomal .text__center2{text-align: center;margin-top: 3rem;}

.page_main__area_clac .content.nomal .text__center2{text-align: center;margin-top:0;}

#fee.page_main__area_clac .content.nomal .title{text-align: center;margin-bottom: 0;}
#fee.page_main__area_clac .content.nomal .text{text-align: center;margin-top: 0; margin-bottom:2rem;}

@media screen and (max-width: 768px) {
    .page_main__area .page_sub_title{
        font-size: 1.3em;
    }
    .page_main__area {
        background-image: none;
    }
    .page_main__area .content{
        margin: auto 0 0 5%;
        padding-left: 0;
        width: 95%;
        padding-top: 0;
    }
    .page_main__area .content.nomal{
        margin: auto ;
        padding-left: 0;
        width: 90%;
    }
    .page_main__area_clac .content.nomal .text__center2{text-align: center;margin-top:3rem;}
    .page_main__area .content.nomal .text__center2{text-align: left !important;line-height: 1.6;}
    .page_main__area_clac .content.nomal .text__center2{text-align: left !important;line-height: 1.6;}
    
    .page_main__area_clac .page_sub_title{
        font-size: 1.3em;
    }
    
     .page_main__area_clac .content{
        margin: auto 0 0 5%;
        padding-left: 0;
        width: 95%;
        padding-top: 0;
    }
    .page_main__area_clac .content.nomal{
        margin: auto ;
        padding-left: 0;
        width: 90%;
    }
    
    .page_main__area_clac .content.nomal .text__center2{text-align: left !important;line-height: 1.6}
    
    
    .bg_guide.page_main__area h3.title img{
        max-width: 57%;
    }
    .bg_fee.page_main__area h3.title img{
        max-width:28%;
    }
    .page_main__area_clac .p_fee h3.title img{
        max-width:28%;
    }
    .bg_qa.page_main__area h3.title img{
        max-width:43.7%;
    }
    .page_main__area_clac .p_qa h3.title img{
        max-width:43.7%;
    }
}


.other_pages{
    display: flex;
    padding-top: 0;
    margin-right: 0;
    max-width:1600px;
    padding-left: 2%;
    justify-content: space-between;
    padding-bottom: 0;
}

.other_pages .title_area.p_fee{
    width: 350px;
    align-self: center;
}
@media screen and (max-width: 768px) {
    .other_pages .title_area.p_fee{
    width: 100%;
    }
}

.other_pages .keyvisual_area.p_fee{
    width: calc( 100% - 350px );
}



.other_pages .title_area.p_qa{
    width: 420px;
    align-self: center;
}
@media screen and (max-width: 768px) {
    .other_pages .title_area.p_qa{
    width: 100%;
    }
}

.other_pages .keyvisual_area.p_qa{
    width: calc( 100% - 420px );
}

@media screen and (max-width: 1080px) {
    .other_pages{
        width: 98%;
        padding-left: 0;
    }
}

@media screen and (max-width:940px) {
    .other_pages{
        overflow: hidden;
    }
    .other_pages .keyvisual_area.p_qa {
        width: 570px;
        margin-right: -10%;
    }
    .other_pages .keyvisual_area.p_fee {
        width: 570px;
        margin-right: -10%;
    }
}

@media screen and (max-width: 768px) {
    .other_pages{
        display:inherit;
        margin: auto 0 0 5%;
    }   
}


/** Guide -STEP
------------------------------------------**/
.step__area dl > *{
    box-sizing:border-box;
}

.step__area dl{
    background: #fff;
    display: flex;
    align-content:flex-start;
    align-items: center;
    padding: 2.7%;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
    .step__area dl{
        flex-direction: column;
        position: relative;
        padding: 4%;
    }
}

.step__area dl dt{
    font-family: 'Arial',sans-serif;
    color: #887C52;
    font-weight: bolder;
    font-size: 2.28em;
    padding-right:2.7%;
    margin-right: 2.7%;
    border-right: 2px solid #E7E6DE;
    width:auto;
    line-height: 2.8;
}
@media screen and (max-width: 800px) {
    .step__area{
        padding-top: 30px;
    }
    .step__area dl dd{
        width: 100%;
    }
    .step__area dl dd:last-child{
        width: 36%;
        position: absolute;
        top:8%;
        right: 6%;
    }
    .step__area dl dt{
        width: 54%;
        font-size: 1.5em;
        line-height: 1.8;
        margin-right: 46%;
        border-right: none;
        border-bottom:  2px solid #E7E6DE;
    }
}

.step__area dl .midashi{
    color: #887C52;
    font-weight: bolder;
    font-size: 2.14em;
    padding-right: 32px;
}

@media screen and (max-width: 800px) {
    .step__area dl .midashi{
        font-size: 1.21em;
    } 
}

.step__area dd{
    width: 58%;
    font-size: 15px;
}

.step__area dd p{  line-height : 27px;}

.step__area dd:last-child{
    width: 21%;
}



.notes{
    font-size: 0.9em;
}

.notes ul{
    padding-left: 80px;
    background:no-repeat url(img/icon_attention.svg);
    min-height: 61px;
    
}


@media screen and (max-width: 800px) {
    .notes ul{
    padding-left: 60px;
    background:no-repeat url(img/icon_attention.svg);
    background-size: 50px; 
        line-height: 1.6;
        margin-right: 5%;
}
}

ul.dsc{
    margin-top: 1rem;
    padding-left: 1.4rem;
}
ul.dsc li{
    list-style: disc;
    list-style-position: outside;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    ul.dsc{
        font-size: .8em;
    }   
}


.faq dl{
    border-top:2px solid #FFF;
    padding: 2rem 0;
}

.faq dl:first-child{
    border: none;
}
.faq dl dt{
    font-size: 1.85em;
    color: #887C52;
    text-indent: -2em;
  padding-left: 2em;
}
.faq dl dd{
    font-size: 1.1em;
    line-height: 1.6;
    
}

.faq dl dd.note{
    font-size: .92em;
}

@media screen and (max-width: 800px) {
 .faq dl dt{
     font-size: 1.2em;
     margin-bottom: .5rem;
     line-height: 1.6;
    }
.faq dl dd{
    font-size: .9em;
    }
    .faq dl dd.note{
    font-size: .68em;
}
}

.address{
    font-size: 1.285em;
}

@media screen and (max-width: 800px) {
    .address{
    font-size: .8em;
}
}

.outline{
    margin-top: 18px;
}

.outline dl{
    border-top:2px solid #FFF;
    padding: 2rem 0;
    display: flex;
}
.outline dl:last-child{
    border-bottom:2px solid #FFF;
}

.outline dl dt{
    font-size: 1.285em;
    width: 18%;
}
.outline dl dd{
    font-size: 1.285em;
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    .outline dl dt{
    font-size: .8em;
    width: 18%;
}
.outline dl dd{
    font-size: .8em;
    margin-bottom: 0;
}
}


@media screen and (max-width: 800px) {
    #outline .box__half{
        width: 100%;
        margin-bottom: 1rem;
    }
    #outline .box__half .outline_logo img{
        width: 50%;
        margin: auto;
        display: block;
    }
    #outline .box__half .sub_title_gold{
        font-size:1em ;
        text-align: center;
    }
    #outline p{
        font-size: .8em;
    }
    #outline .title{
        font-size: 1.1em!important;
    }
}



/** footer
------------------------------------------**/

footer {
    background: #998F6B;
    color: #FFF;position: relative;
    padding-bottom: 50px;
}

footer a {
    color: #FFF;
}

.logo {
    font-size: 0.8em;
    margin-bottom: 2px;
}

.footers {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media screen and (max-width: 856px) {
    .footer_area .content{
        width: 84%;
    }
    .footers{
        flex-wrap: wrap-reverse;
    }
}

.footers p {
    line-height: 1.3;
    margin-bottom: .4rem
}


.footer__menu {
    padding: 0 0 16px 16px;
    display: flex;
    margin: 0;
}

.footer__menu li {
    margin-right: 2rem;
}

@media screen and (max-width: 856px) {
    
.footer__menu li {
    margin-right: 0;
    margin: 1.5rem 0;
}

}

.footer__menu a {
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 856px) {
    .logo {
        margin-top: 24px;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .footer__menu {
        width: 100%;
        flex-direction: column;
        font-size: 1.2em;
    }
}

.footer__menu dt {
    font-size: 1em;
}

.footer__menu dd {
    font-size: .8em;
    margin-bottom: 0;
}

.botton_banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.botton_banner img {
    height: 60px;
    width: auto;
    margin: 0 16px;
}

@media screen and (max-width: 768px) {
    .botton_banner img {
        margin-bottom: 16px;
    }
}

.footer__bottom {
    padding-top: 28px;
    text-align: right;
}

.ft__navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    ;
    margin-bottom: 1.5rem;
    align-content: flex-start;
}

.ft__navigation li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0 3rem;
    margin-right: 3rem;
    line-height: 1;
    align-self: center;
}

@media screen and (max-width: 856px) {
    .ft__navigation {
        margin-bottom: 3rem;
    }
    .ft__navigation li{
        border: none;
        padding: 3rem;
        margin-right: 0;
        font-size: 1.2em;
    }
}

.ft__navigation li.icon_img {
    margin-right: 0;
    align-self: center;
    border: none;
    padding: 0;
}

.copy {
    margin-right: 8px;
    font-size: .7em;
}

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

    .copy {
        width: 100%;
        font-size: .6em;
    }
}

.ft__navigation img {
    margin: 0 8px;
}

@media screen and (max-width: 856px) {
    .ft__navigation {
        border-top:1px solid #fff; 
        justify-content: flex-end;
        flex-direction: column;
    }
    .footer_right{
        width: 100%;
    }
    .copy.text__right{
        position: absolute;
        bottom: 90px;
        width: 84%;
        margin-right: 0;
        text-align: center !important;
    }
}

.top_link{
    position:absolute;
    bottom: 90px;
    right: 0;
}

/** Utility
***************************************************************/
.u-fs-2em {
    font-size: 2em;
}

.u-fs-1_9em {
    font-size: 1.9em;
}

.u-fs-1_8em {
    font-size: 1.8em;
}

.u-fs-1_7em {
    font-size: 1.7em;
}

.u-fs-1_6em {
    font-size: 1.6em;
}

.u-fs-1_5em {
    font-size: 1.5em;
}

.u-fs-1_4em {
    font-size: 1.4em;
}

.u-fs-1_3em {
    font-size: 1.3em;
}

.u-fs-1_2em {
    font-size: 1.2em;
}

.u-fs-1_1em {
    font-size: 1.1em;
}

.u-fs-1em {
    font-size: 1em;
}

.u-fs-09em {
    font-size: .9em;
}

.u-fs-08em {
    font-size: .8em;
}

.u-fs-07em {
    font-size: .7em;
}

.u-fs-06em {
    font-size: .6em;
}

.u-fs-05em {
    font-size: .5em;
}

.u-lh--2 {
    line-height: 2;
}

.u-mt-80 {
    margin-top: 80px;
}

.u-mt-63 {
    margin-top: 63px;
}

.u-mt-56 {
    margin-top: 56px;
}

.u-mt-48 {
    margin-top: 48px;
}

.u-mt-40 {
    margin-top: 40px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mt-20 {
    margin-top: 20px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mr-8 {
    margin-right: 8px;
}

.u-mr-16 {
    margin-right: 16px;
}

.u-mt-16 {
    margin-top: 16px;
}

.u-mt-8 {
    margin-top: 8px;
}

.u-mt-0 {
    margin-top: 0;
}

.u-mb-16 {
    margin-bottom: 16px;
}

.u-mb-32 {
    margin-bottom: 32px;
}

.u-mb-64 {
    margin-bottom: 64px;
}

.u-mb-80 {
    margin-bottom: 80px;
}

.u-mb-0 {
    margin-bottom: 0px;
}

.u-pb-0 {
    padding-bottom: 0;
}

.u-pt-0 {
    padding-top: 0;
}

.u-pt-40 {
    padding-top: 40px;
}

.u-min-h-200 {
    min-height: 200px;
}

.u-over__hidden {
    overflow: hidden;
}

.text__center {
    text-align: center !important;
}

.text__left {
    text-align: left !important;
}

.text__right {
    text-align: right !important;
}

.dash {
    letter-spacing: -2px;
    margin-right: 4px;
}

.bold {
    font-weight: 700;
}

.chu {
    font-size: .6em;
}
}

.u-c-red {
    color: #d7003a;
}

.u-c-blue {
    color: #0071bc !important;
}

.u-c-fff {
    color: #fff;
}

.u-line {
    border-bottom: 1px solid #0071bc;
    display: inline-block;
}

.u-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-flex img {
    height: auto;
    max-width: 240px;
    padding: 1px;
}


/* media Query
========================================================= */
@media screen and (max-width: 768px) {
    .u-pconly {
        display: none !important;
    }
}

@media screen and (min-width:769px) {
    .u-sponly {
        display: none !important;
    }

}