@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    line-height: 2.125;
    color: #222;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.spview_only,
.tabsp_only {
    display: none;
}

body .comming_soon,
body .hide {
    display: none !important;
}

.font_serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.pagetop a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagetop {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.icon::before {
    display: block;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    transition-property: opacity filter;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    /*    opacity: 0.83;*/
    filter: brightness(1.17);
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
    position: relative;
    /*    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);*/
}


.container {
    width: 100%;
    position: relative;
    /*    z-index: -1;*/
}

.cont {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*    z-index: 1;*/
}

.inner {
    max-width: 1440px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    /*    padding-left: 140px;*/
    /*    padding-right: 140px;*/
}

.inner_area_lead {
    max-width: 1040px;
}

.inner_area_plan {
    max-width: 1020px;
}

.inner_1190 {
    width: 1190px;
}

.inner_1280 {
    max-width: 1280px;
}

.inner_wide {
    max-width: 1440px;
}

.inner_map_index {
    max-width: 1340px;
    /*    padding-right: 90px;*/
    max-width: 1240px;
    padding: 37px 0;
}

.toggle,
.nav_tel {
    display: none;
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fff;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

#header.header_fixed {
    width: 100%;
    position: fixed;
}


.js_mouseover .head_logo:hover,
.head_logo:hover {
    opacity: .96;
    box-shadow: 0 0px 70px 0px rgb(0 0 0 / 16%);
}

body.nav_show {
    overflow: hidden;
    height: 100vh;
}

body.nav_show #main {
    opacity: 0;
}

body.js_mouseover .pagetop a:hover {
    opacity: .9;
    height: 84px;
    width: 84px;
}

div#navi {
    margin-bottom: 0;
    padding: 15px 0;
    height: 76px;
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
}

.outer_nav {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
}

a.head_logo {
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

ul.nav>* {
    list-style: none;
    margin: 0 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

ul.nav>li:nth-of-type(1),
ul.nav>li:nth-of-type(4) {
    /*    white-space: nowrap;*/
}

ul.nav>li>a:hover {
    text-decoration: underline;
    opacity: .6;
}

ul.nav>li>a>span {
    display: inline-block;
}




/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */


.txtSS {
    font-size: 12px;
}

.txtS {
    font-size: 14px;
}

.txtN {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txtM {
    font-size: 22px;
}

.txt20 {
    font-size: 20px;
    line-height: 1.3;
}

.txt24 {
    font-size: 24px;
    line-height: 1.3;
}

.txt32 {
    font-size: 32px;
    line-height: 1.2;
}

.txt35 {
    font-size: 35px;
    line-height: 1.2;
}

.txt40 {
    font-size: 40px;
    line-height: 1.2;
}

.txt45 {
    font-size: 45px;
    line-height: 1.1;
}

.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.txt55 {
    font-size: 55px;
    line-height: 1.1;
}

.btnArea {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.btn {
    background-color: #217165;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    margin: auto;
    width: 548px;
    max-width: 100%;
    padding: 26px 60px 26px 60px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    position: relative;
    /*    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);*/
}

.btn.btn_txtL {
    font-size: 28px;
    font-weight: 500;
    width: 740px;
}

.btn>span {
    position: relative;
}

.btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 40px;
    background: transparent url(../img/icon_arrow_r.svg) no-repeat center;
    background-size: 60% auto;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.btn.icon_back:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: auto;
    left: 50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn.icon_blank:before {
    background: transparent url(../img/icon_blank_w.png) no-repeat center;
    background-size: 100% auto;
    right: 34px;
}


.bg_white.btn:before {
    background: transparent url(../img/icon_arrow_black.svg) no-repeat center;
    background-size: 60% auto;
    right: 20px;
}

.no_icon.btn_mini:before,
.no_icon.btn:before {
    opacity: 0;
}

.no_link {
    pointer-events: none !important;
}

.btn:focus,
body.js_mouseover .btn:hover {
    text-decoration: underline;
}

body.js_mouseover .btn:hover:before {
    /*    right: 44px;*/
}


.btn_mini {
    border: 2px solid #45988C;
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 34px 8px 12px;
    white-space: normal;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}

.btn_mini:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 20px;
    background: transparent url(../img/icon_arrow_g.svg) no-repeat center;
    background: transparent url(../img/icon_arrow_nrml.svg) no-repeat center;
    background-size: 80% auto;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.btn_mini:focus,
body.js_mouseover .btn_mini:hover {
    /*    background-color: #45988C;*/
    /*    color: #fff;*/
    opacity: 1;
    text-decoration: underline;
}

.btn_mini:focus:before,
body.js_mouseover .btn_mini:hover:before {
    /*    right: 10px;*/
    /*    background: transparent url(../img/icon_arrow_clear.svg) no-repeat center;*/
    /*    background-size: 80% auto;*/

}

img.img_round {
    border-radius: 16px;
    border-radius: 15px;
}

i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_normal {
    color: inherit;
}

.clr_white {
    color: #fff;
}

.clr_red {
    color: #EB2727;
}

.clr_blue {
    color: #1E5376;
}

.clr_green {
    color: #217165;
}

.bd_orange {
    border-color: #E5913D;
}

.bd_brown {
    border-color: #7F732A;
}

.bd_blue {
    border-color: #456598;
}

.bd_green {
    border-color: #397971;
}

.bg_white {
    background-color: #fff;
}

.bg_cream {
    background-color: #FFFBEF;
}

.bg_blue {
    background-color: #1E5376;
}

.bg_green {
    background-color: #217165;
}

.bg_skin {
    background-color: #EFEBDD;
}

.bg_brown {
    background-color: #43382C;
}

.bg_lightBrown {
    background-color: #9B6025;
}

.bg_lightGrey {
    background-color: #E6F2F2;
}

.bg_deepGrey {
    background-color: #818181;
    background-color: #6A6A6A;
}

.bg_darkGrey {
    background-color: #6A6A6A;
}

.bg_grad_grey {
    background-image: linear-gradient(180deg,
        hsl(180deg 26% 86%) 0%,
        hsl(175deg 26% 87%) 8%,
        hsl(169deg 26% 88%) 17%,
        hsl(163deg 26% 88%) 25%,
        hsl(156deg 25% 89%) 33%,
        hsl(148deg 24% 90%) 42%,
        hsl(139deg 22% 90%) 50%,
        hsl(126deg 20% 91%) 58%,
        hsl(110deg 20% 92%) 67%,
        hsl(96deg 22% 92%) 75%,
        hsl(83deg 24% 92%) 83%,
        hsl(71deg 25% 93%) 92%,
        hsl(60deg 26% 93%) 100%);
}

.bg_town {
    background: transparent url(../img/bg_town.jpg) no-repeat center;
    background-size: cover;
}

.bg_town2 {
    background: transparent url(../img/bg_town2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 16px;
    padding: 40px 75px 15px;
}

.bg_ami {
    /* .container に付与して使う  */
    position: relative;
}

.bg_ami:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/bg_ami.png) no-repeat left top;
    background: transparent url(../img/bg_ami_dot.png) repeat-y left top;
    background: transparent url(../img/bg_screen.png) repeat left top;
    opacity: 0.88;
    opacity: 0.17;
    opacity: 0.22;
    mix-blend-mode: multiply;
    /* 背景色と網掛け画像の合成モード (必要であれば) */
    mix-blend-mode: hard-light;
    /* 背景色と網掛け画像の合成モード (必要であれば) */
    z-index: 0;
}

.access_place.bg_ami > * {
    position: relative;
}
/*.bg_cloud .block:before {
    content: '';
    position: absolute;
    bottom: -10vw;
    left: 0;
    width: 100%;
    min-height: 110px;
    height: 10vw;
    background: #fff url(../img/bg_screen.png) repeat left top;
    background-size: 100% auto;
    mix-blend-mode: hard-light;
    z-index: 9;
}

.bg_cloud:after {
    content: '';
    position: absolute;
    bottom: -10vw;
    left: 0;
    width: 100%;
    min-height: 110px;
    height: 10vw;
    background: transparent url(../img/bg_white_cloud.png) no-repeat left top;
    background-size: 100% auto;
    z-index: 9;
}*/

.bg_cloud_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    height: 10vw;
    background: transparent url(../img/bg_cloud_white_top.png) no-repeat left top;
    background-size: 100% auto;
    z-index: 9999;
}

.bg_cloud_top.bg_cloud_top_right:before {
    background: transparent url(../img/bg_cloud_white_top_right.png) no-repeat left top;
    background-size: 100% auto;
    top: -95px;
    /*    top: -8%;*/
}

.mainvis_container+.container .bg_cloud_top.bg_cloud_top_right:before {
    top: -4.8vw;
}

.break {
    word-break: break-all;
}

/* menu basic ------------------------------------------ */
.toggle {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    /*    box-sizing: content-box;*/
    padding: 14px;
    margin: 0 0 0;
    z-index: 999;
    /*    background: none;*/
    display: none;
}

.toggle:after {
    /*content: "";*/
    display: block;
    width: 80px;
    height: 88px;
    position: absolute;
    top: -15px;
    right: 0;
    background: black;
    opacity: 0.2;
    z-index: -1;
}

.menu_label {
    display: block;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin: -13px auto 0;
    margin: -23px auto 0;
    letter-spacing: -1px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.toggle>a,
.toggle>a span {
    display: inline-block;
    cursor: default;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle>a {
    position: relative;
    width: 100%;
    height: 100%;
    /*transform: scale(0.5);*/
}

.toggle>a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.toggle>a span:nth-of-type(1) {
    top: 9px;
}

.toggle>a span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.toggle>a span:nth-of-type(3) {
    bottom: 9px;
}

/* menu option ------------------------------------------ */
.toggle>a.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-330deg);
    transform: translateY(6px) rotate(-330deg);
}

.toggle>a.active span:nth-of-type(2) {
    opacity: 0;
}

.toggle>a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(330deg);
    transform: translateY(-6px) rotate(330deg);
}

/*.menu_sec {
    position: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
}*/


/* ------------------------------------------------------------------------------------------------------------ */

/* modal */

/* ------------------------------------------------------------------------------------------------------------ */
.modal {
    position: fixed;
    margin: auto;
    padding-bottom: 120px;
    padding-bottom: calc(20px + 60px + 20px);
    height: 700px;
    width: 800px;
    max-height: calc(100vh - 100px);
    max-height: calc(100vh - 20vh);
    max-height: calc(100vh - 10vh);
    max-width: calc(100vw - 30px);
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: transparent url(../img/bg_ami_green.png) repeat left top;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    display: none;
}
.modal.modal_noBtn {
    padding-bottom: 0px;
}
.modal.modal_blue {
    background: transparent url(../img/bg_ami_blue.png) repeat left top;
}
.modal.is_show {
    display: block;
}

.modal_inner {
    overflow-y: auto;
    height: 100%;
    padding: 79px 40px 20px;
}

.btn_modal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 300px;
    margin: auto;
    max-width: 96%;
    text-align: center;
    border: 2px solid;
    border-radius: 8px;
    padding: 17px 60px 17px 30px;
    padding: 17px 30px 17px 30px;
}

.btn_modal.btn:before {
    right: 16px;
    background: transparent url(../img/icon_blank.svg) no-repeat center;
    background-size: 100%;
}

.btn_modalClose {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal_tit {
    font-size: 28px;
    margin: 31px auto 20px;
    line-height: 1.2;
    line-height: 1.5;
}

.modal .kome {
    font-size: 14px;
    line-height: 1.6;
}

.modal_scroll {
    height: 18em;
    overflow: auto;
    margin: 2em;
}

.overlay {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    min-width: 100vw;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.8);
}

.fixed {
    overflow-y: hidden;
    height: 100vh;
}




/* ------------------------------------------------------------------------------------------------------------ */

/* auto_carousel */

/* ------------------------------------------------------------------------------------------------------------ */
.carousel-container {
    width: 100%;
    width: calc(100% + 40px);
    /* 全幅表示 */
    /*    overflow: hidden;*/
    overflow-x: hidden;
    /* はみ出した画像を非表示 */
    position: relative;
    padding-bottom: 100px;
}

.carousel-track {
    display: flex;
    /* スムーズなアニメーションのために指定 */
    /*  will-change: transform;*/

    transition: transform 0.5s ease-in-out;
    /* スライド切り替え時のアニメーション */
    white-space: nowrap;
    /* 画像が改行されないように */
}

.carousel-track img {
    /* 画像の幅はJavaScriptで制御するため、autoに */
    /*  width: auto;*/
    /* 画像の高さを親要素に合わせる */
    /*  height: 100%;*/
    object-fit: cover;
    /* 画像の比率を保ちつつ、コンテナに合わせてトリミング */
    flex-shrink: 0;
    /* 画像が縮まないようにする */
    display: block;
    /* 画像の下の余白をなくす */
    padding: 4px 2px;
    background: #fff;
    width: 33%;
}

/* ドットのスタイリング */
.carousel-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    /* ドット間のスペース */
    z-index: 10;
}

.carousel-pagination .dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    /* 非アクティブなドットの色 */
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.3);
    /* ドットの境界線 */
}

.carousel-pagination .dot.active {
    background-color: #fff;
    /* アクティブなドットの色 */
}

.mainvis {
    /*    margin-top: 76px;*/
}
.mainvis.mainvis_cat img {
    width: 100%;
}

img#mainvis_top_sp {
    display: none;
}

img#mainvis_top_film {
    margin-top: -10vw;
    position: relative;
    z-index: 2;
}

img#mainvis_top {
    position: relative;
    z-index: 3;
}

h1#mainvis_top_catch {
    position: absolute;
    width: 58%;
    top: 1.8vw;
    left: 0;
    left: -1vw;
    z-index: 9;
}

.mainvis.mainvis_top {
    margin-top: -5.2vw;
    position: relative;
    z-index: 9;
}

.mainvis.mainvis_top .carousel-container {
    z-index: 99;
    position: absolute;
    bottom: -1vw;
    bottom: 5vw;
    left: -20px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media screen and (min-width: 1728px) {
    .mainvis.mainvis_top .carousel-container {
        bottom: 14vw;
    }
}

#sec_index {
    margin-top: -12vw;
    padding-top: 10vw;
    margin-top: -200px;
    padding-top: 140px;
    padding-bottom: 67px;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* common header */

/* ------------------------------------------------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

#header {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 8px 0;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: normal;
    line-height: 1.5;
    box-sizing: border-box;
}

#header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #0071ab;
    background: linear-gradient(90deg, #0071ab, #0071ab 32%, #a4d2d7);
}

#header a {
    color: inherit;
}

#header a:visited {
    color: inherit;
}

#header a:hover {
    opacity: 1;
}

@media (min-width: 769px) {
    #header {
        align-items: center;
        height: auto;
        padding: 0 0 4px 0;
    }
}

#hTitle {
    grid-area: menu;
    width: 160px;
    margin: 0 0 0 3%;
}

#hTitle a {
    display: block;
    aspect-ratio: 300 / 72;
    background: url('https://prod-staynavi-materials.s3.ap-northeast-1.amazonaws.com/local/kanagawa/logoType.svg') center top no-repeat;
    background-size: contain;
    font-size: 0;
    transition: transform 0.2s ease-out;
    transform-origin: left top;
}

@media (min-width: 769px) {
    #hTitle {
        width: min(21%, 314px);
    }
}

#hNav {
    display: none;
}

@media (min-width: 769px) {
    #hNav {
        display: block;
        grid-area: menu;
        margin: 0 3% 0 0;
    }

    #hNav ul {
        display: flex;
        justify-content: flex-end;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    #hNav li {}

    #hNav li:last-child a {
        padding-right: 0;
    }

    #hNav a {
        display: block;
        padding: 18px 5px;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
    }

    #hNav a:hover {
        color: #0071AB;
    }
}

@media (min-width: 901px) {
    #hNav a {
        padding: 18px 10px;
        font-size: 14px;
    }
}

@media (min-width: 1151px) {
    #hNav a {
        padding: 18px 10px;
        font-size: 16px;
    }
}

@media (min-width: 1381px) {
    #hNav a {
        padding: 10px 19px;
    }
}

/* ------------------------------------------------------------------------------------------------------------ */

/* content */

/* ------------------------------------------------------------------------------------------------------------ */
.cont .no_border {
    border: none;
}

.line {
    background: linear-gradient(transparent 70%, #ffbb1e 70%);
}

.line_grey {
    background: linear-gradient(transparent 70%, #eeeeee 70%);
}

.line_mint {
    background: linear-gradient(transparent 70%, #bbd8d3 70%);
}

.line_mocha {
    background: linear-gradient(transparent 70%, #e7d1bc 70%);
}

.line_wheat {
    background: linear-gradient(transparent 70%, #e3e1b6 70%);
}

.line_misakiko {
    background: linear-gradient(transparent 70%, #D6E4E2 70%);
}

.line_akiya {
    background: linear-gradient(transparent 70%, #D1DCE2 70%);
}

.line_misaki {
    background: linear-gradient(transparent 70%, #E5E3D4 70%);
}


.tit01 {
    font-size: 56px;
    line-height: 1.31;
    color: #231815;
    margin: 60px auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
    display: block;
    text-align: center;
}

.tit01 .sub {
    font-size: 20px;
    line-height: 3.2;
    margin-top: 15px;
}

.tit_catch {
    font-size: 26px;
    line-height: 2.4615;
    line-height: 1.7;
    margin-top: 15px;
/*    margin-bottom: 30px;*/
}

.tit_catch2 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 71px;
}

.tit02 {
    font-size: 50px;
    line-height: 1.31;
    margin: 60px auto 40px;
    text-align: center;
}

.tit03 {
    font-size: 36px;
    line-height: 1.21;
    padding-bottom: 10px;
    display: inline-block;
}

.tit03.border_blue {
    border-bottom: 4px solid #1E5376;
}

.tit03.border_brown {
    border-bottom: 4px solid #43382C;
}

.tit04 {}

.tit05 {
    font-size: 65px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 15px;
}

.tit06 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.6;
    padding: 15px;
    margin-bottom: 40px;
    border-bottom: 2px solid;
}

.area_spend {
    margin-top: 50px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.spend {
    margin-bottom: 30px;
}


svg.icon_svg.clr_white,
svg.icon_svg.clr_white g {
    /*    fill: #fff;*/
    stroke: #fff;
}

svg.icon_svg.clr_green,
svg.icon_svg.clr_green g {
    fill: #217165;
    stroke: #217165;
}

.ac_head {
    border-radius: 16px;
    color: #fff;
    padding: 25px 50px 25px 25px;
    padding: 25px 77px 25px 25px;
    display: flex;
    text-decoration: none;
    align-items: center;
    position: relative;
    z-index: 2;
    -webkit-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
}

.is_show .ac_head {
    border-radius: 16px 16px 0 0;
}

.ac_head:focus .spend_tit_txt,
.ac_head:hover .spend_tit_txt {
    text-decoration: underline;
}

.ac_head.bg_blue:hover {
    opacity: 1 !important;
    filter: brightness(1.3);
}

.ac_head:after {
    content: '';
    position: absolute;
    right: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 15px;
    background: transparent url(../img/icon_arrow_b.svg) no-repeat left top;
    background-size: 100% auto;
    z-index: 9;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.is_show .ac_head:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ac_head.no_ac {
    pointer-events: none;
}

.ac_head.no_ac:after {
    opacity: 0;
}

.area_lead {
    max-width: 840px;
    margin: auto;
    padding-bottom: 50px;
}

.spend_dtl {
    background: #fff;
    padding: 50px 30px 30px;
    border-radius: 0 0 16px 16px;
    border-radius: 16px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.spend_dtl img {
    border-radius: 10px;
}

.spend_tit.txt28 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.spend_tit.txt14 {
    font-size: 14px;
}

.spend_tit {
    margin-right: 5px;
}

.spend_tit.spend_tit_time {
    background: #fff;
    padding: 4px 14px;
    border-radius: 8px;
    line-height: 1.6;
    margin-right: 16px;
}

.spend_tit.spend_tit_time+.spend_tit {
    white-space: nowrap;
}

.spend_tit.spend_tit_txt {
    margin-left: 30px;
    margin-right: 0;
}

.spend_tit.spend_tit_time+.spend_tit_txt {
    margin-left: 4px;
}

.map_area iframe {
    border: none;
    margin: 20px auto 60px;
    margin: 20px auto 1px;
    border-radius: 20px;
    overflow: hidden;
}

.access {
    margin: 1px auto 120px;
    width: 900px;
    max-width: 100%;
}

.access_map {}

.access_map~.access_map {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #444;
}

.map_tit {
    display: flex;
    align-items: center;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}

.map_area_sp {
    display: none;
}

.map_link {
    max-width: 1100px;
    margin: 60px auto 58px;
    margin: 60px auto 20px;
}

.map_link .btn_mini {
    position: absolute;
    z-index: 9;
}
.map_link .btn_mini .no {
    width: 22px;
    height: 22px;
    background: #45988C;
    background: #1E5376;
    font-size: 14px;
}

#map_link_misaki a#link_1 {
    bottom: 393px;
    left: 103px;
}

#map_link_misaki a#link_2 {
    bottom: 75px;
    left: 62px;
}

#map_link_misaki a#link_3 {
    bottom: 436px;
    left: 280px;
}

#map_link_misaki a#link_4 {
    bottom: 365px;
    left: 355px;
}

#map_link_misaki a#link_5 {
    bottom: 290px;
    left: 52px;
}


#map_link_akiya .btn_mini {
    text-align: center;
    padding-left: 1.9em;
}
#map_link_akiya a#link_1 {
    bottom: 425px;
    left: 413px;
}

#map_link_akiya a#link_2 {
    bottom: 245px;
    left: 390px;
}

#map_link_akiya a#link_3 {
    bottom: 180px;
    left: 100px;
}


img#fig_key {
    position: absolute;
    top: 0;
    /*    right: -30px;*/
    /*    right: 0;*/
    left: -110px;
    left: -10%;
    width: 82px;
}

div#map_top {
    position: relative;
    text-align: center;
}

div#map_top img.pcview_only {
    width: 580px;
}

div#map_top>[id] {
    position: absolute;
}

div#map_top>.btn_mini {
    text-align: center;
    padding-left: 34px;
}

a#map_top_1 {
    top: 38%;
    left: 16%;
}

a#map_top_2 {
    top: 65%;
    top: 67%;
    left: 23%;
    left: 64%;
}

a#map_top_3 {
    top: 84%;
    left: 20%;
    top: 69%;
    left: 28%;
}

.map_index_dtl {
    line-height: 2.5;
}

.map_index_dtl h2 {
    margin-top: 60px;
    margin-bottom: 1px;
}

.footer {
    background: #FAF9F5;
    padding: 80px 20px;
}

.footer_inner {
    max-width: 844px;
    margin: auto;
}

.footer_copy {
    margin-top: 55px;
    text-align: center;
}

.footer_info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

img.footer_logo {
    max-width: 150px;
    height: auto;
    display: block;
    margin-right: 40px;
}

.footer_info_dtl {
    margin-bottom: 20px;
}

.footer_info_tit {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 50px;
}

.footer_info_tit>* {
    display: block;
}

.footer_info_sub {
    font-weight: 500;
}

#sec_review {
    padding: 60px 0 40px;
}

.review {
    margin-top: 71px;
}

.review_itm {
    margin-bottom: 20px;
    padding: 30px 26px 40px;
    background: #fff;
}

.review_name {
    font-size: 14px;
    margin: 28px auto 35px;
    line-height: 1.2;
}

.review_tit {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.review_txt {
    font-size: 14px;
    margin-bottom: 20px;
    /*    margin-bottom: 34px;*/
}

.review_txt:last-of-type {
    margin-bottom: 0;
}

.page_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 65px auto 65px;
    padding: 0 10px;
}

.page_nav>li {
    width: 46%;
    list-style: none;
    border-bottom: 1px solid;
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 65px;
    margin-bottom: 4px;
}

.page_nav>li a {
    display: table;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    padding: 9px 24px 11px 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.nav_link:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 12px;
    background: transparent url(../img/icon_arrow_bottom.svg) no-repeat center;
    background-size: 60% auto;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.nav_link:focus,
body.js_mouseover .nav_link:hover {
    text-decoration: underline;
}

body.js_mouseover .nav_link:hover:before {
    bottom: 2px;
}

.page_nav>li a span {
    display: table-cell;
    vertical-align: middle;
}

.page_nav>li:nth-of-type(2n) {
    margin-left: 6%;
}


.qa {
    margin: 89px auto 1px;
    margin: 59px auto 1px;
    margin: 10px auto 50px;
}

.qa_itm {
    background: #fff;
    display: flex;
    margin-top: 80px;
    margin-top: 40px;
    padding: 44px 30px 25px 30px;
    min-height: 345px;
}

.qa_person {
    width: 290px;
    width: 185px;
    max-width: 100%;
    margin-right: 30px;
    margin-top: -80px;
    margin-top: -13px;
    text-align: center;
    line-height: 1.6;
}

.qa_person img {
    margin-bottom: 30px;
    margin-bottom: 20px;
}

.aq_dtl {
    width: 330px;
    max-width: 100%;
    line-height: 1.8;
}

.qa_q,
.qa_a {
    position: relative;
    padding-left: 30px;
}

.qa_a {
    margin-top: 20px;
}

.qa_symbol {
    font-size: 28px;
    position: absolute;
    left: -8px;
    top: -16px;
}

div#sec_insta {
    padding-top: 50px;
}

.insta_area_tit {
    margin-top: 50px;
    margin-bottom: 40px;
}

.insta_area_tit .txt40 {
    line-height: 1.4;
}

.insta_area_tit img {
    margin-bottom: 28px;
}

.btn.btn_insta_shop {
    margin: auto;
    margin-top: 40px;
    max-width: 360px;
    display: block;
}

.btn.btn_insta {
    max-width: 280px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 15px 60px 15px 60px;
    font-size: 16px;
}

.tit_area_index {
    font-size: 24px;
    margin: 30px auto 15px;
    line-height: 1.2;
}

.area_index {
    margin: 40px auto 40px;
    border-radius: 20px;
    padding-top: 30px;
}

.area_index .btn {
    margin: 26px auto 40px;
    width: 240px;
    text-align: center;
    max-width: 100%;
    display: block;
    padding: 12px 10px 14px 10px;
}

.area_index .btn:before {
    right: 20px;
    transform: scale(0.8);
}

body.js_mouseover .area_index .btn:hover:before {
    /*    right: 18px;*/
}


.area_index_col {
    margin: 40px auto 1px;
    width: calc(100% - 80px);
    max-width: 100%;
}

.area_color {
    background: #EDF3F4;
    padding: 24px;
    border-radius: 0 0 20px 20px;
}

.insta_flex {
    margin: 0 auto 20px;
}

.insta_flex>* {
    width: calc((100% / 3) - 5px);
    margin-bottom: 8px;
}

.tit_area_scroll {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.4px;
    padding-bottom: 15px;
}

#section4 .tit_area_scroll {
    font-size: 38px;
    font-size: 36px;
}

.flow {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 22px;
}

.flow_no {
    margin-left: -15px;
}

.flow_tit {
    margin-left: 28px;
}
.flow_tit .txt18 {
    line-height: 1.7;
}

#section1_col .btn {
    max-width: 300px;
    margin: -30px auto 1px;
    padding: 14px 40px 14px 40px;
    min-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3_col {
    margin: 20px auto 35px;
}
.section3_col .btn {
    padding: 14px 40px 14px 40px;
    padding-left: 4px;
    padding-right: 4px;
    min-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.card:hover,
.card:focus {
    box-shadow: 0px 0px 0px 3px #217165;
    box-shadow: 0px 2px 6px 4px #ccc;
    text-decoration: underline;
    filter: brightness(1) !important;
}

.card_dtl {
    padding: 20px 2px 20px 16px;
    line-height: 1.3;
}

.card_tit {
    margin: 1px auto 15px;
    line-height: 1.5;
}

#section2_col {
    align-items: stretch;
}

#section2_col > [class*="per"] {
    display: flex;
}

.labels {
    margin: 11px auto 1px;
}

.label {
    font-size: 12px;
    padding: 5px 16px 6px;
    border-radius: 8px;
}
.card:hover .label,
.card:focus .label {
    text-decoration: none !important;
    filter: brightness(1) !important;
}

.card.card_yoko {
    display: flex;
    margin-bottom: 4%;
}

.card.card_yoko .card_dtl {
    width: 49%;
}

.card.card_yoko img.img_round {
    width: 51%;
    object-fit: cover;
}

ul.list ::marker {
    color: #1F7265;
}

div#sec_area_first {
    margin-bottom: 20px;
}

.inner.inner_area_marugoto {
    background: #FAF9F5;
    border-radius: 40px;
    padding: 20px 110px 1px;
    max-width: 1020px;
}

.inner.inner_area_marugoto>p {
    /*    text-align: center;*/
}

.inner.inner_area_marugoto .btnArea {
    margin-top: 40px;
    margin-bottom: 49px;
}

.inner.inner_area_marugoto .btn {
    max-width: 548px;
}

.inner.inner_area_marugoto .tit06 {
    font-weight: 500;
    margin: 0 -110px 40px;
    border-bottom: 4px solid #217165;
}

.area_marugoto_col {
    margin: 20px auto;
}

.area_marugoto {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
    /*    overflow: hidden;*/
    margin-bottom: 44px;
    background: #fff;
    border: 2px solid #1F7265;
    position: relative;
}

.area_marugoto+.area_marugoto:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../img/icon_plus_g.svg) no-repeat center;
    background-size: cover;
}

.area_marugoto_tit {
    width: 180px;
    max-width: 40%;
    background: #1F7265;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: center;
}

.area_marugoto>* {
    padding: 15px;
}

.area_marugoto_dtl {
    width: calc(100% - 180px);
    padding-left: 40px;
}




div#sec_soudansitu .block {
    padding-top: 100px;
}

a.icon {
    display: flex;
}

.footer a.icon {
    display: inline-flex;
    justify-content: center;
    color: #217165;
}

.readmore {
    /*    box-shadow: 0px -10px 30px 4px #eee;*/
    /*    box-shadow: 0px -38px 40px 10px #eee;*/
}

/*.feature.showmore_on {
    height: auto;
}*/

[data-showmore] {
    border-radius: 0 0 20px 20px;
    border-radius: 0 0 10px 10px;
    overflow-y: hidden;
    /*    padding-bottom: 30px;*/
}

.js_showmore,
.showmore {
    display: none;
    padding: 14px 20px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute;
    bottom: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    border: 2px solid #217165;
    margin: 20px auto 1px;
    box-shadow: 0px -10px 30px 4px #eee;
}

.js_showmore:hover,
.js_showmore:focus,
.showmore:hover,
.showmore:focus {
    text-decoration: underline;
}

.js_showmore:before,
.showmore:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icon_arrow_bottom.svg) no-repeat center;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.js_showmore.js_showmore_open {
    bottom: 2px;
}

.js_showmore.js_showmore_open:before,
.showmore_on .showmore:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.showmore_on {
    padding-bottom: 60px;
}

.showmore_on .showmore {
    bottom: -10px;
}

.js_readmore.icon {
    padding-left: 1.3em;
    background: url(..//img/icon_plus.svg) no-repeat left center;
    background-size: 14px auto;
    margin-top: 26px;
    font-size: 15px;
    display: inline-block;
}

.js_readmore_wrap {
    position: relative;
}

.js_readmore_wrap:has(.js_readmore_close):before {
    display: block;
    content: "";
    width: 100%;
    height: 1.7em;
    margin-top: -1.7em;
    opacity: 0.7;
    background: #fff;
    z-index: 999;
}

.access_place {
    margin: 16px auto 60px;
    padding: 30px 50px;
    padding: 28px 60px 14px;
    padding: 40px 60px 1px;
    font-size: 15px;
    /*    border: 3px solid #217165;*/
    border-radius: 16px;
    background: #FAF9F5;
    background: #EDF3F4;
}

.access_place_list {
/*    margin-bottom: 30px;*/
/*    margin-left: 30px;*/
}

.access_place_list>li {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
}

.access_place_tit {
    font-weight: 600;
    margin-right: 20px;
    width: 220px;
    max-width: 100%;
}

.access_place_dtl {
    width: calc(100% - 220px - 20px);
    max-width: 100%;
}
.access_place_col {
    display: flex;
    margin-bottom: 40px;
}
.access_place_col_tit {
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 2px solid;
    padding-right: 40px;
    margin-right: 40px;
}


/* ------------------------------------------------------------------------------------------------------------ */

/* auto scroll stop by splide ↓ */

/* ------------------------------------------------------------------------------------------------------------ */
.splide {
position: relative;
z-index: 999;
margin: -33vw -40px 20px !important;
max-width: calc(100% + 40px + 40px) !important;
}
.splide__track--draggable {
transform: skew(6deg, -6deg);
}

.splide__list > * {
background: #fff;
padding: 6px 3px;
width: 33%;
}
.splide__slide img {
width: 100%;
height: auto;
display: block; /* imgの下の隙間をなくす */
object-fit: cover; /* 画像の表示方法 */
}
.splide {
max-width: 100%;
margin: 0 auto;
padding-bottom: 400px;
padding-bottom: 30vw;
position: relative;
}
.autoplay-controls {
display: flex;
justify-content: flex-end;
position: relative;
margin-top: -33vw;
z-index: 9999;
padding: 0 20px 10vw;
}
.autoplay-controls button {
padding: 6px 30px;
font-size: 17px;
cursor: pointer;
border-radius: 8px;
font-weight: 600;
}
.autoplay-controls button:hover,
.autoplay-controls button:focus {
text-decoration: underline;
filter: brightness(1.07) !important;
}
@media screen and (max-width: 767px) {
.splide {
margin: -49vw -40px 26px !important;
}
.splide__list > * {
padding: 4px 2px;
width: 63%;
}
}

/* ------------------------------------------------------------------------------------------------------------ */

/* auto scroll stop by slick ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

.slick-controls {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    position: relative;
}

#slickAutoplayToggle {
    padding: 6px 30px;
    margin-right: 14px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    background-color: #217165;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 999;
}

#slickAutoplayToggle:hover,
#slickAutoplayToggle:focus {
    text-decoration: underline;
    filter: brightness(1.07) !important;
}





/* ------------------------------------------------------------------------------------------------------------ */

/* revise 2508 ↓ */

/* ------------------------------------------------------------------------------------------------------------ */
#main .btn.no_icon.no_link {
    padding-right: 4px;
    padding-left: 4px;
}
div#btn_recommend_map {
    margin-bottom: 1px;
}

.space_ban {
    background: #EBEBEB;
    text-align: center;
    padding: 20px 20px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#ban_floating {
    position: fixed;
    bottom: 24%;
    bottom: 20px;
    right: 20px;
    width: 280px;
    height: 100px;
    z-index: 99999;
    box-shadow: 0px 0px 20px 1px #eee;
}
#ban_1 {
    width: 640px;
    margin: 20px auto;
    padding: 52px 20px;
}

.banner:focus,
.banner:hover,
#ban_floating:focus,
#ban_floating:hover,
.space_ban:focus,
.space_ban:hover {
    filter: brightness(1.03) !important;
    box-shadow: 0px 0px 0px 3px #217165;
}

.scroll_horizontal_area {
    overflow-x: auto;
    width: 100%;
}

.other_area_info {
    border: 2px solid #1E5376;
    border-radius: 10px;
    padding: 40px 1px 40px 40px;
    text-align: center;
    margin: 30px auto 60px;
    width: 1020px;
    max-width: 100%;
}

.other_area {
/*    display: flex;*/
}

.other_area_itm {
    width: 330px;
    max-width: 100%;
    margin: 40px 40px 0 0;
    line-height: 1.8;
    text-align: left;
    float: left;
}

.other_area_itm_tit {
    font-size: 24px;
    margin: 30px auto 20px;
    line-height: 1.6;
}

.no {
    padding: 1px;
    border-radius: 4px;
    background: #1E5376;
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.border_bottom {
    border-bottom: 2px solid;
}

.btnArea.backtotop {
    margin-top: 150px;
}

#map_link_notice {
    position: absolute;
    top: -0.6em;
    left: 2.6em;
}

.area_marugoto_dtl .no_indent {
    margin-left: -22px;
}
#page_akiya .btn {
    width: 600px;
}
#page_akiya .btn_modal {
    max-width: calc(100% - 20px);
}
