@charset "UTF-8";
* {
    box-sizing: border-box
}
html {
    font-size: 10px;
}
@media (max-width:699px) {
    html {
        font-size: 9px;
    }
}
body, button {
    /*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
    /*font-family: "Avenir Next", "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;*/
     font-family: "Avenir Next", "Open Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",MSPGothic,sans-serif; 
}
body {
    min-width: 320px;
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("../img/BG.jpg") repeat;
}
img {
    max-width: 100%;
    height: auto
}
b, optgroup, strong {
    font-weight: 700;
}
small {
    color: #999;
}
table {
    border-collapse: collapse;
}
@media (max-width:699px) {
    .maxWidth_li {
        max-width: 450px;
        margin: auto;
    }
}
.pricetax::after {
    content: "（税込）";
    font-size: 70%;
    margin: auto -0.7%;
}
.pcNone {
    display: none
}
@media (max-width:699px) {
    .pcNone {
        display: block
    }
}
.spNone {
    display: block
}
@media (max-width:699px) {
    .spNone {
        display: none !important;
    }
}
iframe[name=google_conversion_frame] {
    position: absolute;
    top: -100px
}
a {
    color: #0070c0;
    opacity: 1;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    opacity: .6;
    transition: 0.8s;
    cursor: pointer;
}
.link-btn:hover {
    background: #000;
    /*-ms-transform: translateY(-3px);
    transform: translateY(-3px)*/
}
@media (max-width:948px) {
    .link-btn:hover {
        /*-ms-transform: translateY(0);
        transform: translateY(0)*/
    }
}
h2 {
  height: 1em;
  text-align: center;
  overflow: visible;
}
h2 span {
    background: #fff;
    padding: 0 12px;
}
.cmn_baseLayout, .cmn_baseLayout__interval, .cmn_baseLayout__table, .footer-secondary, .footer-serviceOfAir, .footer-serviceOfCompany, .footer-specialFeature {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left
}

@media (max-width:699px) {
    .recommend-desc-ttl + img {
        margin-top: 7px
    }
}
.overlay-movie_btn {
    margin-top: 80px
}
@media (max-width:699px) {
    .overlay-movie_btn {
        margin-top: 30px
    }
}
.current-link {
    color: #646FAA
}
/* footer_start---- */
.footer {
    background-color: #cccac9;
    padding: 24px 20px 10px;
    text-align: center;
}
#footer ul {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    text-align: left;
    margin-bottom: 16px;
    justify-content: center;
}
#footer ul.footer-serviceList li:after {
    content: "|";
    margin: 0 10px;
    color: #eee
}
#footer ul > li:last-child:after {
    content: "";
    margin-right: 0px;
}
#footer ul > li a {
    color: #eee;
    text-decoration: none;
    font-size: 1.3rem
}
#footer p {
    color: #888;
    font-size: 1.4rem;
}
.footer-inner > p:last-child {
 margin-top: 1%;
}

#footer small {
    color: #999;
    font-size: 1.1rem;
}
@media (max-width:699px) {
        #footer {
        padding: 30px 20px 10px
    }
    .inputFormat {
        display: block;
        white-space: normal;
    }
    #footer ul {
        flex-flow: row wrap;
    }
    #footer ul > li::after {
        margin: 0 8px;
    }
}
/* footer_end---- */

h2.cmn_baseHeading {
    position: relative;
    margin-bottom: 56px;
    padding: 4px 0;
    color: #6f514c;
    font-size: 3.2rem;
    line-height: 1.2;
}
h3.cmn_baseHeading {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 12px;
}
h4.cmn_baseHeading {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
}
@media (max-width:699px) {
    h2.cmn_baseHeading {
        margin-bottom: 32px;
    }
}
.link-btn {
    display: inline-block;
    max-width: 380px;
    padding: 16px 80px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #999;
    text-decoration: none;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
    position: relative;
}

.FillArea {
    width: 100%;
    margin: 0 auto;
    padding: 96px 20px 48px;
}
.FillArea_w {
    background-color: #fff;
}
.FillArea_g {
    background-color: #fafafa;
    padding: 128px 20px;
}
.FillArea_g h2 span{
    background-color: #fafafa;
}
@media (max-width: 699px) {
    .FillArea, .FillArea_g {
        padding: 96px 20px;
    }
}
.slash {
 -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
}
/*  FORM STYLE_start------  */
.formList, .table {
    border-collapse: collapse;
    font-size: 1.3rem;
}
.formBlock__action .button--submit, .formBlock__body input[type="password"], .formList {
    width: 100%;
}

.inputFormat {
    color: #999;
}
#siteStoreUrlPrefix, .inputFormat {
    display: inline-block;
    white-space: nowrap;
}

/*JS用 ----start*/
/*.fade_in {
    opacity: 0;
    transition-duration: 800ms;
    transition-property: opacity, transform;
    transform: translate(0, 50px);
}
.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}*/
/*JS用 ----fin*/