@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*リンク透過*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*リンク透過*/
/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/
*
{
    line-height: normal;

    margin: 0;
    padding: 0;

    outline: none;
}

*,
*:after,
*:before
{
    box-sizing: border-box;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

img
{
    vertical-align: bottom;

    border: none;
}

iframe
{
    border: none;
}

ul,
ol
{
    list-style: none;
}

br
{
    letter-spacing: 0;
}

a
{
    text-decoration: none;

    color: #fff;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

/* -----------------------------------------------------------------------
スマホ用
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------

style

----------------------------------------------------------------------- */
html
{
    font-size: 62.5%;
    /*16px*/

    word-break: break-all;
}

body
{
    font-family: 'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #333;
}

.lower
{
    width: 100%;

    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.lower .wrapper
{
    width: 100%;
}

@media only screen and (min-width: 769px)
{
    .lower .wrapper
    {
        height: auto;
    }
}

.lower .main
{
    position: relative;

    padding-top: 300px;
}

@media only screen and (min-width: 769px)
{
    .lower .main
    {
        padding-top: 580px;
    }
}

.lower .main .section
{
    position: relative;

    background-color: #fff;
}

.lower .main .section__heading
{
    font-family: 'Roboto', Sans-Serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.0;

    position: relative;

    padding: 70px 20px;

    text-align: center;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__heading
    {
        font-size: 3.6rem;

        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
        padding: 80px;
    }
}

.lower .main .section__heading::after
{
    position: absolute;
    bottom: 0;
    left: 20px;

    display: block;

    width: calc(100% - 40px);
    height: 1px;

    content: '';

    background-color: #649193;
}

.lower .main .section__contents
{
    padding: 45px 20px 0;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents
    {
        max-width: 820px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 80px;
    }
}

.lower .main .section__contents::after
{
    left: 0;

    display: block;

    width: 100%;
    height: 1px;
    margin-top: 45px;

    content: '';

    opacity: .2;
    background-color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents::after
    {
        margin-top: 75px;
    }
}

.lower .main .section__contents__description
{
    font-size: 1.3rem;
    line-height: 1.85;

    margin-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__description
    {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.lower .main .section__contents__heading
{
    font-size: 1.8rem;
    font-weight: 700;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__heading
    {
        font-size: 2.5rem;
    }
}

.lower .main .section__contents__subheading
{
    font-size: 1.8rem;
    font-weight: 700;

    margin-bottom: 10px;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__subheading
    {
        margin-bottom: 19px;
    }
}

.lower .main .section__contents__text
{
    font-size: 1.3rem;
    line-height: 1.85;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__text
    {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.lower .main .section__contents__table
{
    width: 100%;

    border-top: 1px solid #d5d9db;
    border-left: 1px solid #d5d9db;
}

.lower .main .section__contents__table tr
{
    width: 100%;
}

.lower .main .section__contents__table th
{
    font-size: 1.2rem;

    width: 36%;
    padding: 20px 5px;

    color: #fff;
    border-right: 1px solid #d5d9db;
    background-color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__table th
    {
        font-size: 1.6rem;

        padding: 30px;
    }
}

.lower .main .section__contents__table td
{
    font-size: 1.2rem;
    line-height: 1.5;

    padding: 20px 17px;

    border-right: 1px solid #d5d9db;
    border-bottom: 1px solid #d5d9db;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__table td
    {
        font-size: 1.6rem;
        line-height: 1.6;

        padding: 30px;
    }
}

.lower .main .section__contents__child::before
{
    display: block;

    width: 100%;
    height: 1px;
    margin-bottom: 40px;

    content: '';

    opacity: .2;
    background-color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .main .section__contents__child::before
    {
        margin-bottom: 70px;
    }
}

.lower .page-nav
{
    padding: 60px 20px;

    background-color: #fff;
}

@media only screen and (min-width: 769px)
{
    .lower .page-nav
    {
        padding: 80px 20px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower .page-nav__contents
    {
        display: table;

        margin: 0 auto;
    }
    .lower .page-nav__contents::after
    {
        display: block;
        clear: both;

        content: '';
    }
}

.lower .page-nav__link
{
    font-family: 'Roboto', Sans-Serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0;

    position: relative;

    display: table;

    width: 55%;
    margin: 0 auto;

    text-align: center;

    color: #649193;
    border: 1px solid #649193;
    border-radius: 30px;
}

@media only screen and (min-width: 769px)
{
    .lower .page-nav__link
    {
        font-size: 1.4rem;
        font-weight: 500;

        width: 215px;
    }
}

.lower .page-nav__link--top
{
    display: none;

    padding: 10px 5px 10px 0;

    color: #fff;
    background-color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower .page-nav__link--top
    {
        display: block;
        float: right;

        margin-left: 30px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .lower .page-nav__link--top:hover::before
    {
        top: 32%;
    }
}

.lower .page-nav__link--top::before
{
    right: 10px;
    left: auto;

    transition: top .3s;
    -webkit-transform: rotate(-90deg) translateX(50%);
            transform: rotate(-90deg) translateX(50%);

    background-image: url(../img/common/arrow-type1_white.svg);
}

.lower .page-nav__link--back
{
    padding: 10px 0 10px 10px;
}

@media only screen and (min-width: 769px)
{
    .lower .page-nav__link--back
    {
        float: left;

        padding-top: 7px;
        padding-bottom: 7px;
    }
    .lower .page-nav__link--back:hover::before
    {
        left: 5px;
    }
}

.lower .page-nav__link--back::before
{
    left: 10px;

    transition: left .3s;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);

    background-image: url(../img/common/arrow-type1_color.svg);
}

.lower .page-nav__link::before
{
    position: absolute;
    z-index: 1;
    top: 50%;

    width: 8px;
    height: 8px;

    content: '';

    background-repeat: no-repeat;
    background-size: cover;
}

.lower.news
{
    background-image: url(../img/index/news-bg.jpg);
    background-position: left 50% top;
    background-size: 150% auto;
}

@media only screen and (min-width: 769px)
{
    .lower.news
    {
        background-size: cover;
    }
}

.lower.news .main .section__heading::after
{
    bottom: -25px;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section__heading::after
    {
        bottom: -34px;
    }
}

.lower.news .main .section__tab-area
{
    width: 100%;
    margin-top: -10px;
    margin-bottom: 55px;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section__tab-area
    {
        max-width: 1120px;
        margin-right: auto;
        margin-bottom: 95px;
        margin-left: auto;
    }
}

.lower.news .main .section__tab-area > ul
{
    display: table;

    margin: 0 auto;
}

.lower.news .main .section__tab-area > ul::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.news .main .section__tab-area > ul > li
{
    font-size: 1.6rem;
    font-weight: 700;

    display: block;
    float: left;

    margin: 0 7px;

    transition: .4s;

    opacity: .4;
    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section__tab-area > ul > li
    {
        font-size: 2.0rem;

        margin: 0 35px;

        cursor: pointer;
        transition: .4s;
    }
    .lower.news .main .section__tab-area > ul > li:hover
    {
        opacity: 1;
    }
}

.lower.news .main .section__tab-area .select
{
    pointer-events: none;

    opacity: 1;
}

.lower.news .main .section__news-area
{
    padding: 0 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section__news-area
    {
        max-width: 820px;
        margin-right: auto;
        margin-left: auto;
    }
}

.lower.news .main .section .tab-contents:nth-of-type(n+2)
{
    display: none;
}

.lower.news .main .section .news-list__item
{
    margin: 30px 0;

    border-bottom: 1px solid rgba(57, 74, 97, .2);
}

.lower.news .main .section .news-list__item:last-of-type
{
    margin-bottom: 0;
}

.lower.news .main .section .news-list__item > a
{
    display: block;

    transition: .4s;

    color: #333;
}

.lower.news .main .section .news-list__item > a:hover
{
    color: #649193;
}

.lower.news .main .section .news-list__item__time
{
    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section .news-list__item__time
    {
        font-size: 1.3rem;
    }
}

.lower.news .main .section .news-list__item__country-flag
{
    display: inline-block;

    margin-left: 10px;
    padding-left: 25px;

    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 20px 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section .news-list__item__country-flag
    {
        font-size: 1.3rem;

        margin-left: 17px;
        padding-left: 27px;

        background-position: left top 4px;
    }
}

.lower.news .main .section .news-list__item__country-flag--jp
{
    background-image: url(../img/news/common/icon-ja.png);
}

.lower.news .main .section .news-list__item__country-flag--us
{
    background-image: url(../img/news/common/icon-us.png);
}

.lower.news .main .section .news-list__item__heading
{
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;

    margin: 10px 0 30px;
}

@media only screen and (min-width: 769px)
{
    .lower.news .main .section .news-list__item__heading
    {
        font-size: 1.6rem;
        line-height: 1.375;

        margin: 12px 0 32px;
    }
}

.lower.news-detail .main .section__heading::after
{
    bottom: 0;
}

.lower.news-detail .main .section__contents
{
    position: relative;
}

.lower.news-detail .main .section__contents__time
{
    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__time
    {
        font-size: 1.3rem;
    }
}

.lower.news-detail .main .section__contents__country-flag
{
    display: inline-block;

    margin-left: 10px;
    padding-left: 25px;

    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 20px 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__country-flag
    {
        font-size: 1.3rem;

        margin-left: 17px;
        padding-left: 27px;

        background-position: left top 4px;
    }
}

.lower.news-detail .main .section__contents__country-flag--jp
{
    background-image: url(../img/news/common/icon-ja.png);
}

.lower.news-detail .main .section__contents__country-flag--us
{
    background-image: url(../img/news/common/icon-us.png);
}

.lower.news-detail .main .section__contents__heading
{
    line-height: 1.4;

    margin-top: 7px;
    margin-bottom: 25px;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__heading
    {
        font-size: 2.5rem;
        line-height: 1.5;

        margin-top: 28px;
        margin-bottom: 35px;
    }
}

.lower.news-detail .main .section__contents__subheading
{
    margin-top: 26px;
}

.lower.news-detail .main .section__contents__text
{
    font-size: 1.3rem;
    line-height: 1.85;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__text
    {
        font-size: 1.6rem;
        line-height: 1.75;
    }
}

.lower.news-detail .main .section__contents__text:nth-of-type(n+2)
{
    margin-top: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__text:nth-of-type(n+2)
    {
        margin-top: 26px;
    }
}

.lower.news-detail .main .section__contents__text:last-of-type
{
    text-align: right;
}

.lower.news-detail .main .section__contents__text--left:last-of-type
{
    text-align: left;
}

.lower.news-detail .main .section__contents__text > a
{
    transition: opacity .3s;
    word-wrap: break-word;

    color: #649193;
}

.lower.news-detail .main .section__contents__text > a:hover
{
    opacity: .8;
}

.lower.news-detail .main .section__contents__text + .section__contents__deflist
{
    margin-top: 26px;
}

.lower.news-detail .main .section__contents__text--bold
{
    text-align: bold;
}

.lower.news-detail .main .section__contents__text__note
{
    color: #da1025;
}

.lower.news-detail .main .section__contents__deflist
{
    font-size: 1.3rem;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__deflist
    {
        font-size: 1.6rem;
    }
}

.lower.news-detail .main .section__contents__deflist__term
{
    font-weight: bold;

    margin-bottom: 5px;
}

.lower.news-detail .main .section__contents__deflist__term--normal
{
    font-weight: normal;
}

.lower.news-detail .main .section__contents__deflist__description
{
    line-height: 1.85;

    margin-bottom: 15px;
    margin-left: 10px;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .main .section__contents__deflist__description
    {
        margin-bottom: 20px;
        margin-left: 20px;
    }
}

.lower.news-detail .main .section__contents__deflist__description:last-of-type
{
    margin-bottom: 0;
}

.lower.news-detail .section__contents__table
{
    font-size: 1.3rem;
}

.lower.news-detail .section__contents__table tr:first-of-type th
{
    border-top: none;
}

.lower.news-detail .section__contents__table tr:last-of-type th
{
    border-bottom: none;
}

.lower.news-detail .section__contents__table th
{
    font-weight: normal;

    width: 65px;
    padding: 2px 0;

    text-align: left;
    vertical-align: top;

    color: #333;
    border-top: none;
    background-color: transparent;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail .section__contents__table th
    {
        width: 90px;
    }
}

.lower.news-detail .section__contents__table td
{
    padding: 2px 0;

    border: none;
}

.lower.news-detail.en .section__contents__list
{
    font-size: 1.3rem;
    line-height: 1.85;

    margin-left: 25px;

    list-style-type: disc;
}

.lower.news-detail.en .section__contents__list:first-of-type
{
    margin-top: 15px;
}

.lower.news-detail.en .section__contents__list > a
{
    transition: opacity .3s;
    word-wrap: break-word;

    color: #649193;
}

.lower.news-detail.en .section__contents__list > a:hover
{
    opacity: .8;
}

@media only screen and (min-width: 769px)
{
    .lower.news-detail.en .section__contents__list
    {
        font-size: 1.6rem;
        line-height: 1.75;

        margin-left: 50px;
    }
    .lower.news-detail.en .section__contents__list:first-of-type
    {
        margin-top: 26px;
    }
}

.lower.news-detail.en .section__contents__text:last-of-type
{
    text-align: left;
}

.lower.price
{
    background-image: url(../img/price/visual-bg.jpg);
    background-position: center top;
    background-size: 170%;
}

@media only screen and (min-width: 769px)
{
    .lower.price
    {
        background-position: center top;
        background-size: cover;
    }
}

.lower.price table + p
{
    padding-top: 20px;
}

.lower.price .section__contents__subhtitle
{
    font-size: 1.2rem;

    width: 100%;
    padding: 20px 5px;

    text-align: center;

    color: #fff;
    border-right: 1px solid #d5d9db;
    background-color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.price .section__contents__subhtitle
    {
        font-size: 1.6rem;

        padding: 30px;
    }
}

.lower.price .sub_title
{
    background-color: #eaf3f1;
}

.lower.price .section__contents__child img
{
    width: 100%;
    height: auto;
}

.lower.price .section__contents__child iframe
{
    width: 100%;
    height: 400px;
}

.lower.price .rental__price
{
    font-size: 2.6rem;
    font-weight: bold;

    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.price .rental__price
    {
        font-size: 4.0rem;

        padding-bottom: 40px;
    }
}

.lower.price table span
{
    font-size: 2.0rem;
    font-weight: bold;
}

.lower.price .contents__rental__column3
{
    margin-top: 40px;
}

.lower.price .contents__rental__column3::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.price .contents__rental__column3 .rental__information
{
    float: left;

    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    padding: 10px;

    width: cacl(100% / 3);
}

.lower.price .contents__rental__column3 .rental__information .rental__txt
{
    margin-top: 30px;
}

.lower.price .contents__rental
{
    padding-top: 40px;
}

.lower.price .contents__rental::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.price .contents__rental h3
{
    padding-bottom: 20px;
}

.lower.price .contents__rental .rental__img
{
    float: left;

    width: 50%;
}

.lower.price .contents__rental .rental__txt
{
    float: right;

    width: 50%;
    padding-left: 20px;

    text-align: left;
}

.lower.price .contents__rental .rental__txt span
{
    display: block;

    padding-top: 40px;
}

.lower.price .contents__rental .rental__txt span strong
{
    font-size: 1.8rem;
}

.lower.price .price-nav
{
    margin-top: 50px;
    padding: 0 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.price .price-nav
    {
        max-width: 820px;
        margin: 90px auto 0;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.price .price-nav__list::after
    {
        display: block;
        clear: both;

        content: '';
    }
}

@media only screen and (min-width: 769px)
{
    .lower.price .price-nav__list__item
    {
        font-size: 1.8rem;

        float: left;

        width: 50%;

        letter-spacing: -.05rem;
    }
    .lower.price .price-nav__list__item:nth-of-type(1),
    .lower.price .price-nav__list__item:nth-of-type(2)
    {
        border-bottom: 1px solid #fff;
    }
    .lower.price .price-nav__list__item:nth-of-type(1),
    .lower.price .price-nav__list__item:nth-of-type(3)
    {
        border-right: 1px solid #fff;
    }
}

.lower.price .price-nav__list__item:nth-of-type(n+2)
{
    margin-top: 10px;
}

@media only screen and (min-width: 769px)
{
    .lower.price .price-nav__list__item:nth-of-type(n+2)
    {
        margin-top: 0;
    }
}

.lower.price .price-nav__list__item > a
{
    display: block;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.price .price-nav__list__item > a
    {
        padding: 35px 0;

        transition: opacity .5s;
        text-align: center;

        background-color: #649193;
    }
    .lower.price .price-nav__list__item > a:hover
    {
        opacity: .85;
    }
}

.lower.price .price-nav__list__item > a > span
{
    padding-left: 15px;

    background-image: url(../img/common/arrow-type2_color.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.price .price-nav__list__item > a > span
    {
        padding-left: 25px;

        color: #fff;
        background-image: url(../img/common/arrow-type2_white.svg);
        background-size: 17px 17px;
    }
}

.lower.price .main .section
{
    font-size: 1.3rem;
    line-height: 1.4;
}

@media only screen and (min-width: 769px)
{
    .lower.price .main .section
    {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.lower.price .main .section .phone_number
{
    font-size: 2.4rem;
    font-weight: bold;
}

.lower.price .main .section iframe
{
    margin-bottom: 40px;
}

.lower.price .main .section__contents__heading
{
    margin-bottom: 40px;
}

.lower.price .main .section__contents__check
{
    font-size: 1.8rem;

    margin-top: 0;
    margin-bottom: 20px;

    color: #649193;
}

.lower.price .main .section__contents__child
{
    margin: 0 0 40px 0;
}

.lower.price .main .section__contents__child ul
{
    /* デフォルトのアイコンを消す */
    margin: 0;
    /* デフォルト指定上書き */
    padding: 0;

    list-style: none;
    /* デフォルト指定上書き */
}

.lower.price .main .section__contents__child ul li:before
{
    /* 要素を丸くする */
    position: relative;
    /* 位置調整 */
    top: -1px;
    /* 高さ指定 */

    display: inline-block;
    /* 空の要素作成 */

    width: 3px;
    /* 幅指定 */
    height: 3px;
    /* 位置調整 */
    margin-right: 10px;

    content: '';
    /* 背景色指定 */

    border-radius: 50%;
    /* インラインブロックにする */
    background-color: #000;
    /* 余白指定 */
}

.lower.price .main .section__contents__child--1::before
{
    display: none;
}

.lower.price .main .section__contents__child--2
{
    margin-top: 80px;
}

.lower.price .main .section__contents__child--2 h3
{
    text-align: center;
}

.lower.guide
{
    background-image: url(../img/guide/visual-bg.jpg);
    background-position: center top;
    background-size: 170%;
}

@media only screen and (min-width: 769px)
{
    .lower.guide
    {
        background-position: center top;
        background-size: cover;
    }
}

.lower.guide table + p
{
    padding-top: 20px;
}

.lower.guide .section__contents__subhtitle
{
    font-size: 1.2rem;

    width: 100%;
    padding: 20px 5px;

    text-align: center;

    color: #fff;
    border-right: 1px solid #d5d9db;
    background-color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.guide .section__contents__subhtitle
    {
        font-size: 1.6rem;

        padding: 30px;
    }
}

.lower.guide .sub_title
{
    background-color: #eaf3f1;
}

.lower.guide .section__contents__child img
{
    width: 100%;
    height: auto;
}

.lower.guide .section__contents__child iframe
{
    width: 100%;
    height: 400px;
}

.lower.guide .rental__price
{
    font-size: 2.6rem;
    font-weight: bold;

    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.guide .rental__price
    {
        font-size: 4.0rem;

        padding-bottom: 40px;
    }
}

.lower.guide table span
{
    font-size: 2.0rem;
    font-weight: bold;
}

.lower.guide .contents__rental__column3
{
    margin-top: 40px;
}

.lower.guide .contents__rental__column3::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.guide .contents__rental__column3 .rental__information
{
    float: left;

    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    padding: 10px;

    width: calc(100% / 3);
}

.lower.guide .contents__rental__column3 .rental__information .rental__txt
{
    margin-top: 30px;
}

.lower.guide .contents__rental
{
    padding-top: 40px;
}

.lower.guide .contents__rental::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.guide .contents__rental h3
{
    padding-bottom: 20px;
}

.lower.guide .contents__rental .rental__img
{
    float: left;

    width: 50%;
}

.lower.guide .contents__rental .rental__txt
{
    float: right;

    width: 50%;
    padding-left: 20px;

    text-align: left;
}

.lower.guide .contents__rental .rental__txt span
{
    display: block;

    padding-top: 40px;
}

.lower.guide .contents__rental .rental__txt span strong
{
    font-size: 1.8rem;
}

.lower.guide .main .section
{
    font-size: 1.3rem;
    line-height: 1.4;
}

@media only screen and (min-width: 769px)
{
    .lower.guide .main .section
    {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.lower.guide .main .section .phone_number
{
    font-size: 2.4rem;
    font-weight: bold;
}

.lower.guide .main .section iframe
{
    margin-bottom: 40px;
}

.lower.guide .main .section__contents__heading
{
    margin-bottom: 40px;
}

.lower.guide .main .section__contents__check
{
    font-size: 1.8rem;

    margin-top: 0;
    margin-bottom: 20px;

    color: #649193;
}

.lower.guide .main .section__contents__child
{
    margin: 0 0 40px 0;
}

.lower.guide .main .section__contents__child ul
{
    /* デフォルトのアイコンを消す */
    margin: 0;
    /* デフォルト指定上書き */
    padding: 0;

    list-style: none;
    /* デフォルト指定上書き */
}

.lower.guide .main .section__contents__child ul li:before
{
    /* 要素を丸くする */
    position: relative;
    /* 位置調整 */
    top: -1px;
    /* 高さ指定 */

    display: inline-block;
    /* 空の要素作成 */

    width: 3px;
    /* 幅指定 */
    height: 3px;
    /* 位置調整 */
    margin-right: 10px;

    content: '';
    /* 背景色指定 */

    border-radius: 50%;
    /* インラインブロックにする */
    background-color: #000;
    /* 余白指定 */
}

.lower.guide .main .section__contents__child--1::before
{
    display: none;
}

.lower.guide .main .section__contents__child--2
{
    margin-top: 80px;
}

.lower.guide .main .section__contents__child--2 h3
{
    text-align: center;
}

.lower.faq
{
    background-image: url(../img/faq/visual-bg.jpg);
    background-position: center top;
    background-size: 170%;
}

@media only screen and (min-width: 769px)
{
    .lower.faq
    {
        background-position: center top;
        background-size: cover;
    }
}

.lower.faq .main .section__contents__title
{
    font-size: 2.0rem;
    line-height: 1.0;

    margin-top: 10px;

    text-align: center;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__title
    {
        font-size: 2.6rem;

        margin-top: 0;
    }
}

.lower.faq .main .section__contents__nav
{
    margin: 30px 0;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__nav
    {
        margin-bottom: 75px;
    }
}

.lower.faq .main .section__contents__nav__list::after
{
    display: block;
    clear: both;

    content: '';
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__nav__list
    {
        display: table;

        margin: 0 auto;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__nav__list__item
    {
        float: left;

        margin: 0 25px;
    }
}

.lower.faq .main .section__contents__nav__list__item:nth-child(n+2)
{
    margin-top: 10px;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__nav__list__item:nth-child(n+2)
    {
        margin-top: 0;
    }
}

.lower.faq .main .section__contents__nav__list__item > a
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0;

    display: block;

    transition: opacity .3s;
    text-align: center;

    color: #649193;
}

.lower.faq .main .section__contents__nav__list__item > a:hover
{
    opacity: .8;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__nav__list__item > a
    {
        font-size: 1.5rem;
    }
}

.lower.faq .main .section__contents__heading
{
    margin-bottom: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__heading
    {
        margin-bottom: 29px;
    }
}

.lower.faq .main .section__contents__child
{
    padding-top: 40px;
}

.lower.faq .main .section__contents__child:first-child
{
    padding-top: 0;
}

.lower.faq .main .section__contents__child ul
{
    font-size: 1.6rem;

    padding-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__child
    {
        padding-top: 70px;
    }
}

.lower.faq .main .section__contents__child__child
{
    padding-top: 24px;
}

@media only screen and (min-width: 769px)
{
    .lower.faq .main .section__contents__child__child
    {
        padding-top: 42px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.faq.en .section__contents__nav__list
    {
        padding-right: 0;
    }
    .lower.faq.en .section__contents__nav__list .section__contents__nav__list__item
    {
        margin-bottom: 15px;
    }
    .lower.faq.en .section__contents__nav__list .section__contents__nav__list__item:last-of-type
    {
        margin-bottom: 0;
    }
}

.lower.faq.en .section__contents__description
{
    margin-top: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.faq.en .section__contents__description
    {
        margin-top: 40px;
    }
}

.lower.faq.en .section__contents__description:first-of-type
{
    margin-top: 0;
}

.lower.faq.en .section__contents__text
{
    margin-top: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.faq.en .section__contents__text
    {
        margin-top: 26px;
    }
}

.lower.faq.en .section__contents__text:first-of-type
{
    margin-top: 0;
}

.lower.faq.en .section__contents__text .section__contents__text_bold
{
    font-weight: bold;
}

.lower.camping-car
{
    background-image: url(../img/camping-car/visual-bg.jpg);
    background-position: center top;
    background-size: 170%;
}

@media (max-width: 1500px)
{
    .lower.camping-car
    {
        background-image: url(../img/camping-car/visual-bg-sp.jpg);
    }
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car
    {
        background-position: center top;
        background-size: cover;
    }
}

.lower.camping-car .section__contents__child
{
    padding-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .section__contents__child
    {
        padding-top: 60px;
    }
}

.lower.camping-car .section__contents__child .section__contents__subheading
{
    padding-top: 40px;
}

.lower.camping-car .section__contents__child p
{
    font-size: 1.6rem;

    padding-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .section__contents__child p
    {
        padding-top: 40px;
    }
}

.lower.camping-car .section__contents__child img
{
    width: 100%;
    height: auto;
}

.lower.camping-car .section__contents__child ul
{
    width: 100%;
    margin: 0 auto;
}

.lower.camping-car .section__contents__child ul::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.camping-car .section__contents__child ul li
{
    font-size: 1.6rem;

    float: left;

    width: calc(100% / 2);
    padding: 10px;

    text-align: center;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .section__contents__child ul li
    {
        padding: 30px 10px 10px 10px;
    }
}

.lower.camping-car .section__contents__child ul li figcaption
{
    margin-top: 10px;

    text-align: left;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .section__contents__child ul li figcaption
    {
        padding: 30px;
    }
}

.lower.camping-car .section__contents__child .txt-red
{
    font-weight: bold;
}

.lower.camping-car .main .section__contents__heading
{
    margin-bottom: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .main .section__contents__heading
    {
        margin-bottom: 25px;
    }
}

.lower.camping-car .main .section__contents__text:nth-of-type(n+2)
{
    margin-top: 10px;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .main .section__contents__text:nth-of-type(n+2)
    {
        margin-top: 20px;
    }
}

.lower.camping-car .main .section__contents__child--1::before
{
    display: none;
}

.lower.camping-car .main .section__contents__child--2
{
    margin-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .main .section__contents__child--2
    {
        margin-top: 70px;
    }
}

.lower.camping-car .main .section__contents__child--3
{
    margin-top: 50px;
}

@media only screen and (min-width: 769px)
{
    .lower.camping-car .main .section__contents__child--3
    {
        margin-top: 80px;
    }
}

.lower.atg
{
    background-image: url(../img/corporate/atg/visual-bg.jpg);
}

.lower.atg .main .section
{
    background-image: url(../img/corporate/atg/contents-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (min-width: 769px)
{
    .lower.atg .main .section
    {
        background-position: center 188px;
        background-size: 740px 754px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.atg .main .section__contents
    {
        max-width: 1060px;
        padding-bottom: 80px;
    }
    .lower.atg .main .section__contents::after
    {
        display: block;
        clear: both;

        content: '';
    }
    .lower.atg .main .section__contents::after
    {
        position: relative;
        top: 80px;
    }
}

.lower.atg .main .section__contents__heading
{
    margin: 40px 0 20px;

    text-align: center;
    letter-spacing: -.05rem;
}

@media only screen and (min-width: 769px)
{
    .lower.atg .main .section__contents__heading
    {
        margin: -10px 0 30px;
    }
}

.lower.atg .main .section__contents__subheading
{
    line-height: 1.6;

    text-align: center;
}

@media only screen and (min-width: 769px)
{
    .lower.atg .main .section__contents__subheading
    {
        font-size: 2.0rem;

        margin: -10px 0 15px;
    }
}

.lower.atg .main .section__contents__text:nth-of-type(n+2)
{
    margin-top: 25px;
}

.lower.history .main .section__contents::after
{
    display: none;
}

.lower.history .main .section__contents__heading
{
    margin-bottom: 22px;
}

@media only screen and (min-width: 769px)
{
    .lower.history .main .section__contents__heading
    {
        margin-bottom: 42px;
    }
}

.lower.history .main .section__contents__list
{
    width: 100%;

    border-top: 1px solid #d5d9db;
    border-bottom: 1px solid #d5d9db;
}

.lower.history .main .section__contents__list__item
{
    padding: 20px 0;
}

.lower.history .main .section__contents__list__item::after
{
    display: block;
    clear: both;

    content: '';
}

@media only screen and (min-width: 769px)
{
    .lower.history .main .section__contents__list__item
    {
        padding: 30px 0;
    }
}

.lower.history .main .section__contents__list__item:nth-of-type(n+2)
{
    border-top: 1px solid #d5d9db;
}

.lower.history .main .section__contents__list__item__time
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;

    float: left;

    width: calc(27% + 10px);

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.history .main .section__contents__list__item__time
    {
        font-size: 1.8rem;
        line-height: 1.6;
    }
}

.lower.history .main .section__contents__list__item__text
{
    font-size: 1.3rem;
    line-height: 1.4;

    float: left;

    width: calc(73% - 10px);
}

@media only screen and (min-width: 769px)
{
    .lower.history .main .section__contents__list__item__text
    {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.lower.message .main .section__contents__heading
{
    margin-bottom: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.message .main .section__contents__heading
    {
        margin-bottom: 26px;
    }
}

.lower.message .main .section__contents__text
{
    margin: 18px 0;
}

.lower.environment .main .section__contents__heading
{
    margin-bottom: 25px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__heading
    {
        margin-bottom: 35px;
    }
}

.lower.environment .main .section__contents__num-list
{
    margin-top: 20px;
}

.lower.environment .main .section__contents__num-list__item
{
    margin-top: 20px;
}

.lower.environment .main .section__contents__num-list__item::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.environment .main .section__contents__num-list__item:nth-of-type(n+2)
{
    margin-top: 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__num-list__item:nth-of-type(n+2)
    {
        margin-top: 18px;
    }
}

.lower.environment .main .section__contents__num-list__item__number
{
    float: left;

    width: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__num-list__item__number
    {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.lower.environment .main .section__contents__num-list__item__text
{
    font-size: 1.3rem;
    line-height: 1.4;

    float: left;

    width: calc(100% - 20px);
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__num-list__item__text
    {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.lower.environment .main .section__contents__list
{
    margin: 25px 0;
    padding: 25px 20px;

    border: 1px solid #d5d9db;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__list
    {
        width: 100%;
        margin-top: 40px;
    }
}

.lower.environment .main .section__contents__list__item
{
    font-size: 1.3rem;
    line-height: 1.2;

    position: relative;

    padding-left: 25px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__list__item
    {
        font-size: 1.4rem;
    }
}

.lower.environment .main .section__contents__list__item::before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 7px;
    height: 2px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #333;
}

.lower.environment .main .section__contents__list__item:nth-of-type(n+2)
{
    margin-top: 13px;
}

.lower.environment .main .section__contents__text--caption
{
    font-size: 1.2rem;

    margin-bottom: -12px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__text--caption
    {
        font-size: 1.4rem;
    }
}

.lower.environment .main .section__contents__text--supp
{
    font-size: 1.2rem;

    margin-top: 30px;

    opacity: .6;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__text--supp
    {
        font-size: 1.4rem;
    }
}

.lower.environment .main .section__contents__text > .small
{
    font-size: 1.1rem;
    font-weight: 700;

    opacity: .6;
}

.lower.environment .main .section__contents__img
{
    width: 150px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__img
    {
        margin-top: 15px;
    }
}

.lower.environment .main .section__contents__child__child:nth-child(n+2)
{
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__child__child:nth-child(n+2)
    {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__child__child__block
    {
        margin-top: 15px;
    }
}

.lower.environment .main .section__contents__child--1 .section__contents__heading
{
    letter-spacing: -.05rem;
}

.lower.environment .main .section__contents__child--1 .section__contents__subheading
{
    margin-top: 30px;
    margin-bottom: 15px;
}

.lower.environment .main .section__contents__child--1 .section__contents__text--supp
{
    line-height: 1.2;

    margin-top: 25px;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__child--1 .section__contents__text--supp
    {
        font-size: 1.4rem;

        margin-top: 40px;
    }
}

.lower.environment .main .section__contents__child--2 .section__contents__text--supp
{
    line-height: 1.2;

    margin-top: 30px;
    margin-bottom: 35px;

    text-align: right;
}

@media only screen and (min-width: 769px)
{
    .lower.environment .main .section__contents__child--2 .section__contents__text--supp
    {
        margin-top: 25px;
    }
}

.lower.terms .header
{
    background-color: #fff;
}

.lower.terms .main
{
    padding-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.terms .main
    {
        padding-top: 60px;
    }
}

.lower.terms .section__contents__title
{
    font-size: 1.8rem;

    margin-bottom: 0;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.terms .section__contents__title
    {
        font-size: 2.5rem;
    }
}

.lower.terms .section__contents__description
{
    margin-top: 12px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.terms .section__contents__description
    {
        margin-top: 20px;
        margin-bottom: 70px;
    }
}

.lower.terms .section__contents__heading
{
    margin-bottom: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.terms .section__contents__heading
    {
        margin-bottom: 20px;
    }
}

.lower.terms .section__contents__subheading
{
    margin-top: 20px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 769px)
{
    .lower.terms .section__contents__subheading
    {
        margin-top: 30px;
    }
}

.lower.terms .section__contents__child--1
{
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.terms .section__contents__child--1
    {
        margin-bottom: 70px;
    }
}

.lower.privacy .header
{
    background-color: #fff;
}

.lower.privacy .main
{
    padding-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .main
    {
        padding-top: 60px;
    }
}

.lower.privacy .section__contents::after
{
    margin-top: 0;
}

.lower.privacy .section__contents__title
{
    font-size: 1.8rem;

    margin-bottom: 0;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__title
    {
        font-size: 2.5rem;
    }
}

.lower.privacy .section__contents__description
{
    margin-top: 20px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__description
    {
        margin-bottom: 70px;
    }
}

.lower.privacy .section__contents__heading
{
    margin-bottom: 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__heading
    {
        margin-bottom: 30px;
    }
}

.lower.privacy .section__contents__text
{
    margin-top: 12px;
}

.lower.privacy .section__contents__text--supp
{
    font-size: 1.3rem;
    line-height: 1.4;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__text--supp
    {
        font-size: 1.6rem;
    }
}

.lower.privacy .section__contents__text > a
{
    position: relative;

    transition: opacity .3s;

    color: #649193;
}

.lower.privacy .section__contents__text > a:hover
{
    opacity: .8;
}

.lower.privacy .section__contents__text > a::after
{
    position: absolute;
    bottom: 2px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #649193;
}

.lower.privacy .section__contents__list
{
    margin-top: 20px;
}

.lower.privacy .section__contents__list__item::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.privacy .section__contents__list__item:nth-of-type(n+2)
{
    margin-top: 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item:nth-of-type(n+2)
    {
        margin-top: 20px;
    }
}

.lower.privacy .section__contents__list__item__number
{
    float: left;

    width: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item__number
    {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.lower.privacy .section__contents__list__item__text
{
    font-size: 1.3rem;
    line-height: 1.4;

    float: left;

    width: calc(100% - 20px);
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item__text
    {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.lower.privacy .section__contents__list__item > ol
{
    clear: both;

    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item > ol
    {
        padding-top: 20px;
    }
}

.lower.privacy .section__contents__list__item > ol > li::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.privacy .section__contents__list__item > ol > li:nth-of-type(n+2)
{
    margin-top: 8px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item > ol > li:nth-of-type(n+2)
    {
        line-height: 1.3;

        margin-top: 15px;
    }
}

.lower.privacy .section__contents__list__item > ol > li > span
{
    font-size: 1.2rem;
    line-height: 1.4;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item > ol > li > span
    {
        font-size: 1.5rem;
    }
}

.lower.privacy .section__contents__list__item > ol > li > span:nth-of-type(1)
{
    float: left;

    width: 25px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item > ol > li > span:nth-of-type(1)
    {
        width: 30px;
    }
}

.lower.privacy .section__contents__list__item > ol > li > span:nth-of-type(2)
{
    float: left;

    width: calc(100% - 25px);
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__list__item > ol > li > span:nth-of-type(2)
    {
        width: calc(100% - 30px);
    }
}

.lower.privacy .section__contents__child
{
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy .section__contents__child
    {
        margin-bottom: 70px;
    }
}

.lower.privacy .section__contents__child--5 .section__contents__heading,
.lower.privacy .section__contents__child--6 .section__contents__heading,
.lower.privacy .section__contents__child--7 .section__contents__heading,
.lower.privacy .section__contents__child--8 .section__contents__heading
{
    margin-bottom: 20px;
}

.lower.privacy.en .section__contents__description
{
    margin-top: 12px;
    margin-bottom: 0;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy.en .section__contents__description
    {
        margin-bottom: 20px;
    }
}

.lower.privacy.en .section__contents__description:first-of-type
{
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy.en .section__contents__description:first-of-type
    {
        margin-top: 30px;
    }
}

.lower.privacy.en .section__contents__description:last-of-type
{
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy.en .section__contents__description:last-of-type
    {
        margin-bottom: 70px;
    }
}

.lower.privacy.en .section__contents__list__item__subtext
{
    font-size: 1.3rem;
    line-height: 1.4;

    display: inline-block;

    padding-top: 12px;
    padding-left: 20px;
}

.lower.privacy.en .section__contents__list__item__subtext:last-of-type
{
    padding-top: 0;
}

@media only screen and (min-width: 769px)
{
    .lower.privacy.en .section__contents__list__item__subtext
    {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.lower.personaluse .header
{
    background-color: #fff;
}

.lower.personaluse .main
{
    padding-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .main
    {
        padding-top: 60px;
    }
}

.lower.personaluse .section__contents__title
{
    font-size: 1.8rem;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__title
    {
        font-size: 2.5rem;
    }
}

.lower.personaluse .section__contents__description
{
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__description
    {
        margin-top: 30px;
    }
}

.lower.personaluse .section__contents__description > a
{
    position: relative;

    transition: opacity .3s;

    color: #649193;
}

.lower.personaluse .section__contents__description > a:hover
{
    opacity: .8;
}

.lower.personaluse .section__contents__description > a::after
{
    position: absolute;
    bottom: 1px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #649193;
}

.lower.personaluse .section__contents__list
{
    margin-top: 20px;
}

.lower.personaluse .section__contents__list__item
{
    margin-top: 20px;
}

.lower.personaluse .section__contents__list__item::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.personaluse .section__contents__list__item:nth-of-type(n+2)
{
    margin-top: 12px;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__list__item:nth-of-type(n+2)
    {
        margin-top: 18px;
    }
}

.lower.personaluse .section__contents__list__item__number
{
    float: left;

    width: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__list__item__number
    {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.lower.personaluse .section__contents__list__item__text
{
    font-size: 1.3rem;
    line-height: 1.4;

    float: left;

    width: calc(100% - 20px);
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__list__item__text
    {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.lower.personaluse .section__contents__text
{
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__text--1
    {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__text--2
    {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__text--3
    {
        margin-top: 30px;
    }
}

.lower.personaluse .section__contents__child
{
    padding-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.personaluse .section__contents__child
    {
        padding-top: 70px;
    }
}

.lower.contact
{
    background-image: url(../img/contact/visual-bg.jpg);
    background-position: center;
}

.lower.contact .main.conf{
    padding-top: 0;
}

.lower.contact .main .section__title
{
    font-size: 2.6rem;
    font-weight: bold;

    text-align: center;

    color: #649193;
}

.lower.contact .main .section__contact
{
    font-size: 1.6rem;
    line-height: 1.6rem;

    padding: 20px;

    border: 1px solid #f5f5f5;
}

.lower.contact .main .section__contact span
{
    font-size: 2.4rem;
    font-weight: bold;

    display: inline-block;

    padding: 5px 10px 0 10px;
}

.lower.contact .main .section__contents a
{
    text-decoration: underline;

    color: #649193;
}

.lower.contact .main .section__contents__nav
{
    margin: 50px 0 0;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__nav
    {
        margin-bottom: 0;
    }
    .lower.contact .main.conf{
        padding-top: 580px;
    }
}

.lower.contact .main .section__contents__nav__list::after
{
    display: block;
    clear: both;

    content: '';
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__nav__list
    {
        display: table;

        margin: 0 auto;
        padding-right: 20px;
    }
}

.lower.contact .main .section__contents__nav__list__item
{
    float: left;

    width: calc(100% / 3);
    margin-top: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__nav__list__item
    {
        float: left;

        width: auto;
        margin: 0 25px;
    }
}

.lower.contact .main .section__contents__nav__list__item:first-of-type,
.lower.contact .main .section__contents__nav__list__item:nth-of-type(2),
.lower.contact .main .section__contents__nav__list__item:nth-of-type(3)
{
    margin-top: 0;
}

.lower.contact .main .section__contents__nav__list__item > a
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0;

    display: block;

    transition: opacity .3s;
    text-align: center;

    color: #649193;
}

.lower.contact .main .section__contents__nav__list__item > a:hover
{
    opacity: .8;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__nav__list__item > a
    {
        font-size: 1.5rem;
    }
}

.lower.contact .main .section__contents__table
{
    width: 100%;
    margin-top: 40px;

    table-layout: fixed;
}

.lower.contact .main .section__contents__table textarea
{
    width: 100%;
    height: 150px;

    border: 1px solid #d5d9db;
}

.lower.contact .main .section__contents__table img
{
    width: 100%;
    height: auto;
}

.lower.contact .main .section__contents__table select
{
    display: inline-block;

    height: 30px;
    margin: 0 10px;

    border: 1px solid #d5d9db;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__table select
    {
        width: 20%;
    }
}

.lower.contact .main .section__contents__table select:first-child
{
    margin-left: 0;
}

.lower.contact .main .section__contents__table select + input
{
    margin-top: 10px;
}

.lower.contact .main .section__contents__table select + li
{
    display: inline-block;
}

.lower.contact .main .section__contents__table input
{
    margin-right: 10px;

    border: 1px solid #d5d9db;
}

.lower.contact .main .section__contents__table input::-webkit-input-placeholder
{
    padding-left: 10px;

    color: #d5d9db;
}

.lower.contact .main .section__contents__table input:-ms-input-placeholder
{
    padding-left: 10px;

    color: #d5d9db;
}

.lower.contact .main .section__contents__table input::placeholder
{
    padding-left: 10px;

    color: #d5d9db;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__table input::-webkit-input-placeholder
    {
        font-size: 1.6rem;
    }
    .lower.contact .main .section__contents__table input:-ms-input-placeholder
    {
        font-size: 1.6rem;
    }
    .lower.contact .main .section__contents__table input::placeholder
    {
        font-size: 1.6rem;
    }
}

.lower.contact .main .section__contents__table input[type='text']
{
    width: 100%;
    height: 30px;
}

.lower.contact .main .section__contents__table input + input
{
    margin-top: 10px;
}

.lower.contact .main .section__contents__table ul
{
    width: 100%;
    margin: 0 auto;
}

.lower.contact .main .section__contents__table ul::after
{
    display: block;
    clear: both;

    content: '';
}

.lower.contact .main .section__contents__table ul li
{
    font-size: 1.6rem;

    float: left;

    width: calc(100% / 2);
    padding: 10px;

    text-align: center;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__table ul li
    {
        padding: 10px;
    }
}

.lower.contact .main .section__contents__table ul li figcaption
{
    text-align: left;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__table ul li figcaption
    {
        padding: 30px;
    }
}

.lower.contact .main .section__contents__table tr
{
    width: 100%;
}

.lower.contact .main .section__contents__table tr th,
.lower.contact .main .section__contents__table tr td
{
    font-size: 1.6rem;

    padding: 15px 10px;

    word-wrap: break-word;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__table tr th,
    .lower.contact .main .section__contents__table tr td
    {
        width: 70% !important;
        padding: 20px 15px;
    }
}

.lower.contact .main .section__contents__table tr th a,
.lower.contact .main .section__contents__table tr td a
{
    transition: opacity .3s;

    color: #649193;
}

.lower.contact .main .section__contents__table tr th a:hover,
.lower.contact .main .section__contents__table tr td a:hover
{
    opacity: .8;
}

.lower.contact .main .section__contents__table tr th:nth-of-type(n+2)
{
    border-left: 1px solid #fff;
}

.lower.contact .main .section__contents__table tr th:nth-of-type(2)
{
    width: 15%;
}

.lower.contact .main .section__contents__table tr th:nth-of-type(3)
{
    width: 8%;
}

.lower.contact .main .section__contents__table tr th:nth-of-type(4)
{
    width: 8%;

    border-right: 1px solid #649193;
}

.lower.contact .main .section__contents__table tr td
{
    display: block;

    width: 100%;

    text-align: left;

    border-top: none;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__table tr td
    {
        display: table-cell;

        width: 70% !important;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__subheading
    {
        font-size: 2.0rem;
    }
}

.lower.contact .main .section__contents__child h4
{
    font-size: 1.8rem;

    margin-top: 40px;
}

.lower.contact .main .section__contents__child p
{
    font-size: 1.6rem;
    line-height: 2.8rem;

    margin-top: 20px;
}

.lower.contact .main .section__contents__child p + table
{
    margin-top: 40px;
}

.lower.contact .main .section__contents__child .sub_title
{
    background-color: #eaf3f1;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__child .sub_title
    {
        width: 30% !important;
    }
}

.lower.contact .main .section__contents__child::before
{
    display: none;
}

.lower.contact .main .section__contents__child--1
{
    margin-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .main .section__contents__child--1
    {
        margin-top: 60px;
    }
}

.lower.contact .main .section__contents__child:nth-of-type(n+2)
{
    margin-top: 0;
    padding-top: 60px;
}

.lower.contact .contact-nav
{
    margin-top: 50px;
    padding: 0 20px;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav
    {
        max-width: 820px;
        margin: 90px auto 0;
    }
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav__list::after
    {
        display: block;
        clear: both;

        content: '';
    }
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav__list .btn__reset a,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--back input
    {
        text-decoration: none;

        background-color: #d5d9db !important;
    }
    .lower.contact .contact-nav__list .btn__reset a span,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--back input
    {
        color: #649193 !important;
        background-image: url(../img/common/arrow-type2_color.svg);
    }
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav__list__item
    {
        font-size: 1.8rem;

        float: left;

        width: 50%;

        letter-spacing: -.05rem;
    }
    .lower.contact .contact-nav__list__item:nth-of-type(1),
    .lower.contact .contact-nav__list__item:nth-of-type(2)
    {
        border-bottom: 1px solid #fff;
    }
    .lower.contact .contact-nav__list__item:nth-of-type(1),
    .lower.contact .contact-nav__list__item:nth-of-type(3)
    {
        border-right: 1px solid #fff;
    }
}

.lower.contact .contact-nav__list__item:nth-of-type(n+2)
{
    margin-top: 10px;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav__list__item:nth-of-type(n+2)
    {
        margin-top: 0;
    }
}
.lower.contact .contact-nav__list__item > .contact-nav__list__item--send input,
.lower.contact .contact-nav__list__item > .contact-nav__list__item--back input{
    background-color: #fff;
    font-family: 'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
    font-size: 1.4rem;
    text-decoration: none;
    border: none;
}


.lower.contact .contact-nav__list__item > a,
.lower.contact .contact-nav__list__item > .contact-nav__list__item--back input,
.lower.contact .contact-nav__list__item > .contact-nav__list__item--send input
{
    display: block;

    color: #649193;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav__list__item > a,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--back input,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--send input
    {
        padding: 35px 0;

        transition: opacity .5s;
        text-align: center;

        background-color: #649193;
    }
    .lower.contact .contact-nav__list__item > a:hover,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--back input,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--send input
    {
        opacity: .85;
        cursor: pointer;
    }
}



.lower.contact .contact-nav__list__item > a > span,
.lower.contact .contact-nav__list__item > .contact-nav__list__item--back input,
.lower.contact .contact-nav__list__item > .contact-nav__list__item--send input
{
    padding-left: 15px;

    
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 12px;
    width: 100%;
    padding: 20px;
    background-position: 30%;
}

.lower.contact .contact-nav__list__item > .contact-nav__list__item--back input{
    background-image: url(../img/common/arrow-type2_color.svg);
    background-size: 17px;
}

.lower.contact .contact-nav__list__item > .contact-nav__list__item--send input{
    background-image: url(../img/common/arrow-type2_white.svg);
    background-size: 17px;
}

.lower.contact .contact-nav__list__item > .contact-nav__list__item--back input{
    background-color: #d5d9db !important;
    color: #649193;
}


.lower.contact .contact-nav__list__item > .contact-nav__list__item--send input{
    background-color: #649193;
    color: #fff;
}

@media only screen and (min-width: 769px)
{
    .lower.contact .contact-nav__list__item > a > span,
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--send input
    {
        padding-left: 25px;

        color: #fff;
        /* background-image: url(../img/common/arrow-type2_white.svg); */
        background-size: 17px 17px;
    }
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--send input{
        display: block;
        width: 100%;
        font-size: 1.8rem;
        text-decoration: none;
    }
    .lower.contact .contact-nav__list__item > .contact-nav__list__item--back input{
        display: block;
        width: 100%;
        font-size: 1.8rem;
        text-decoration: none;
    }
}

.lower.companies
{
    background-image: url(../img/corporate/atg/visual-bg.jpg);
}

.lower.companies .main .section__contents__nav
{
    margin: 50px 0 0;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__nav
    {
        margin-bottom: 0;
    }
}

.lower.companies .main .section__contents__nav__list::after
{
    display: block;
    clear: both;

    content: '';
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__nav__list
    {
        display: table;

        margin: 0 auto;
        padding-right: 20px;
    }
}

.lower.companies .main .section__contents__nav__list__item
{
    float: left;

    width: calc(100% / 3);
    margin-top: 15px;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__nav__list__item
    {
        float: left;

        width: auto;
        margin: 0 25px;
    }
}

.lower.companies .main .section__contents__nav__list__item:first-of-type,
.lower.companies .main .section__contents__nav__list__item:nth-of-type(2),
.lower.companies .main .section__contents__nav__list__item:nth-of-type(3)
{
    margin-top: 0;
}

.lower.companies .main .section__contents__nav__list__item > a
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0;

    display: block;

    transition: opacity .3s;
    text-align: center;

    color: #649193;
}

.lower.companies .main .section__contents__nav__list__item > a:hover
{
    opacity: .8;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__nav__list__item > a
    {
        font-size: 1.5rem;
    }
}

.lower.companies .main .section__contents__table
{
    table-layout: fixed;
}

.lower.companies .main .section__contents__table tr th,
.lower.companies .main .section__contents__table tr td
{
    width: 29%;
    padding: 15px 10px;

    word-wrap: break-word;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__table tr th,
    .lower.companies .main .section__contents__table tr td
    {
        padding: 20px 15px;
    }
}

.lower.companies .main .section__contents__table tr th a,
.lower.companies .main .section__contents__table tr td a
{
    transition: opacity .3s;

    color: #649193;
}

.lower.companies .main .section__contents__table tr th a:hover,
.lower.companies .main .section__contents__table tr td a:hover
{
    opacity: .8;
}

.lower.companies .main .section__contents__table tr th:nth-of-type(n+2)
{
    border-left: 1px solid #fff;
}

.lower.companies .main .section__contents__table tr th:nth-of-type(2)
{
    width: 15%;
}

.lower.companies .main .section__contents__table tr th:nth-of-type(3)
{
    width: 8%;
}

.lower.companies .main .section__contents__table tr th:nth-of-type(4)
{
    width: 8%;

    border-right: 1px solid #649193;
}

.lower.companies .main .section__contents__table tr td
{
    border-top: none;
}

.lower.companies .main .section__contents__table tr td:nth-of-type(1)
{
    border-left: 1px solid #d5d9db;
}

.lower.companies .main .section__contents__table tr td:nth-of-type(2)
{
    width: 15%;

    text-align: center;
}

.lower.companies .main .section__contents__table tr td:nth-of-type(3)
{
    width: 8%;

    text-align: center;
}

.lower.companies .main .section__contents__table tr td:nth-of-type(4)
{
    width: 8%;

    text-align: center;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__subheading
    {
        font-size: 2.0rem;
    }
}

.lower.companies .main .section__contents__child::before
{
    display: none;
}

.lower.companies .main .section__contents__child--1
{
    margin-top: 40px;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__child--1
    {
        margin-top: 60px;
    }
}

.lower.companies .main .section__contents__child:nth-of-type(n+2)
{
    margin-top: 0;
    padding-top: 60px;
}

@media only screen and (min-width: 769px)
{
    .lower.companies .main .section__contents__child:nth-of-type(n+2)
    {
        margin-top: 0;
        padding-top: 60px;
    }
}

.lower.notfound .main
{
    padding-top: 0;
}

.lower.notfound .main__heading
{
    font-family: 'Roboto', Sans-Serif;
    font-size: 10rem;
    font-weight: 500;
    line-height: .75;

    height: 300px;
    padding-top: 125px;

    text-align: center;

    color: #fff;
    background-color: #4f7389;
}

@media only screen and (min-width: 769px)
{
    .lower.notfound .main__heading
    {
        font-size: 20rem;
        line-height: .73;

        height: 580px;
        padding-top: 215px;
    }
}

.lower.notfound .main__heading span
{
    font-size: 2.0rem;
    font-weight: 600;

    display: block;
}

@media only screen and (min-width: 769px)
{
    .lower.notfound .main__heading span
    {
        font-size: 4.0rem;
    }
}

.lower.notfound .main .section__contents__description
{
    margin-top: 0;
}

.camper-img-small {
    max-width: 263px;
    margin: 0 auto;
    display: block;
}
