@charset "utf-8";

/* @import */
@import url(all.min.css);

/* CSS Document */
html {
    font-size: 62.5%;
    /*ベース10px*/
    height: 100%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #5D4848;
    background-image: linear-gradient(135deg, #3a92e8 25%, transparent 25%), linear-gradient(225deg, #3a92e8 25%, transparent 25%), linear-gradient(45deg, #3a92e8 25%, transparent 25%), linear-gradient(315deg, #3a92e8 25%, #4094e9 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}

/*ノートPC用*/
@media screen and (max-width: 450px) {
    body {
        background-color: #fff;
        background-image: none;
    }
}

* {
    box-sizing: border-box;
}

/* ＝＝＝＝＝＝＝header大枠＝＝＝＝＝＝＝＝ */
header {
    text-align: center;
    margin: 0 auto !important;
    background-color: #fff;
    max-width: 800px;
}

@media screen and (max-width: 1300px) {
    header {
        max-width: 800px;
    }
}

@media screen and (max-width: 1024px) {
    header {
        max-width: 100%;
    }
}

/* ＝＝＝＝＝＝＝ヘッダースタイル＝＝＝＝＝＝＝＝ */
.header_bar {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*position: fixed;*/
    width: 100%;
    max-width: 800px;
    /*height: 60px;*/
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
}

.header_bar h1 {
    max-width: 310px;
    width: 100%;
    line-height: 1;
}

.pre_book_sp {
    display: none;
}

@media screen and (max-width: 1300px) {
    .header_bar h1 {
        max-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .header_bar {
        max-width: 100%;
        background-color: #1e8de1;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 640px) {
    .header_bar {
        /*height: 50px;*/
        padding: 10px 10px;
    }

    .header_bar h1 {
        max-width: 240px;
    }
}

@media screen and (max-width: 440px) {
    .header_bar h1 {
        max-width: 240px;
    }
}

@media screen and (max-width: 390px) {
    .header_bar h1 {
        max-width: 220px;
    }
}

/* ＝＝＝＝＝＝＝左右要素枠＝＝＝＝＝＝＝＝ */

.l_area {
    position: fixed;
    top: 25px;
    left: 130px;
    padding: 0 20px;
    z-index: 2;
}

.r_area {
    position: fixed;
    top: 25px;
    right: 130px;
    padding: 0 20px;
    z-index: 2;
}

.pr_img {
    max-width: 300px;
}

.pr_img a {
    display: block;
}

@media screen and (max-width: 1600px) {
    .l_area {
        left: 30px;
        padding: 0 5px;
    }

    .r_area {
        right: 30px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1300px) {

    .pr_img {
        max-width: 220px;
    }

    .l_area {
        left: 10px;
        padding: 0 5px;
    }

    .r_area {
        right: 10px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1200px) {
    .pr_img {
        max-width: 200px;
    }

    .l_area {
        left: 5px;
        padding: 0 5px;
    }

    .r_area {
        right: 5px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1024px) {

    .l_area,
    .r_area {
        display: none;
    }
}


/* ＝＝＝＝＝＝＝main大枠＝＝＝＝＝＝＝＝ */
main {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    background-color: #fff;
}

@media screen and (max-width: 1300px) {
    main {
        max-width: 800px;
    }
}

@media screen and (max-width: 1024px) {
    main {
        max-width: 100%;
    }
}

/* ＝＝＝＝＝＝＝コンテンツ内容汎用＝＝＝＝＝＝＝＝ */
.contentarea {}

.contentarea_inner {
    width: 100%;
    padding: 30px 20px 30px;
    margin: 0px auto 0px;
    font-size: 1.6rem;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .contentarea_inner {
        width: 100%;
        padding: 20px 10px 20px;
        margin: 0px auto 0px;
        font-size: 1.4rem;
    }
}

/* ＝＝＝＝＝＝＝記入欄＝＝＝＝＝＝＝＝ */
#input_screen .input_contents {
    position: relative;
    padding-bottom: 240px;
}

@media screen and (max-width: 440px) {
    #input_screen .input_contents {
        position: relative;
        padding-bottom: 300px;
    }
}

/* ＝＝＝＝＝＝＝footerスタイル＝＝＝＝＝＝＝＝ */

footer {
    text-align: center;
    margin: 0 auto !important;
    max-width: 800px;
}

@media screen and (max-width: 1300px) {
    footer {
        max-width: 800px;
    }
}

@media screen and (max-width: 1024px) {
    footer {
        max-width: 100%;
    }
}


/* ＝＝＝＝＝＝＝footer内容＝＝＝＝＝＝＝＝ */

.fotter_inner {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0 0;
    background-color: #fff;
}

.wrap_foot_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 760px;
    margin: 0 auto 0;
    padding-bottom: 50px;
}


.foot_navi {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.foot_navi li {
    list-style-image: none;
    width: 40%;
    margin-bottom: 5px;
}

.foot_navi li i {
    margin-right: 3px;
}

.foot_navi a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #5D4848;
}

.foot_navi a:hover {
    opacity: 0.8;
}

.pmark {
    width: 100%;
    max-width: 75px;
}

.pmark img {
    width: 100%;
    max-width: 75px;
    background-color: #fff;
}

.copyright {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0;
    padding: 10px;
    background-color: #5D4848;
    color: #fff;
    font-size: 1.2rem;
}

/*タブレット用*/
@media screen and (max-width: 1300px) {
    .wrap_foot_navi {
        max-width: 500px;
    }

    .foot_navi li {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .fotter_inner {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
    }

    .copyright {
        max-width: 100%;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {

    .wrap_foot_navi {
        max-width: 100%;
        margin: 0 auto 0;
        padding: 0 15px 20px;
    }

    .copyright {
        padding: 5px;
        font-size: 0.8rem;
    }
}

/*スマホ用*/
@media screen and (max-width: 440px) {
    .fotter_inner {
        padding: 10px 0 0;
    }

    .wrap_foot_navi {
        padding-bottom: 15px;
    }

    .foot_navi li {
        width: 50%;
    }

    .foot_navi a {
        font-size: 1.1rem;
    }

    .pmark {
        max-width: 50px;
    }

}

/* ＝＝＝＝＝＝＝page_top＝＝＝＝＝＝＝＝ */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #5D4848;
    /*opacity: 0.6;*/
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 2.0rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    #page_top {
        display: none !important;
    }
}

/* ＝＝＝＝＝＝＝固定背景＝＝＝＝＝＝＝＝ */

.bg_town {
    background-image: url(../images/inquiry/bg_town.webp);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
  }

  @media screen and (max-width: 1024px) {
    .bg_town {
        background-image: none;
      }
}