/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/*===================================
基本設定
===================================*/
/*html*/
html {
    color: #333;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 400
    }
#wrapper {
    background: #f5f5f5
    }
dt, dd {
    font-weight: normal
    }
/*inner*/
@media all and (max-width: 1024px) {
    .inner500, .inner600, .inner700, .inner800, .inner900, .inner, .inner1100, .inner1200, .inner1300, .inner1400, .inner1500 {
        width: 94%
        }
    }
/*フォント*/
.font-allura {
    font-family: "Allura", cursive
    }
.font-nsr {
    font-family: "Nono Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 400
    }
.font-nsm {
    font-family: "Nono Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 500
    }
.font-nsb {
    font-family: "Nono Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 700
    }
/*表示・非表示*/
.show\@pc {
    display: block
    }
.hide\@pc {
    display: none
    }
[id*="managed_html"] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative
    }
[id*="managed_html"] .show\@tb:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center
    }
[id*="managed_html"] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative
    }
[id*="managed_html"] .show\@sp:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center
    }
@media only screen and (max-width: 1024px) {
    .show\@tb {
        display: block
        }
    .hide\@tb {
        display: none
        }
    }
@media only screen and (max-width: 599px) {
    .show\@sp {
        display: block
        }
    .hide\@sp {
        display: none
        }
    }
/*fead*/
.fead-mv.mv {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
    }
/*画像*/
.img {
    text-align: center
    }
.pic {
    text-align: center
    }
.pic img {
    width: 100%
    }
.alt01 {
    display: none
    }
[class*="up-ofi"] {
    height: 100%
    }
/*カラー*/
.color-black {
    color: #000
    }
.color-white {
    color: #fff
    }
/*背景カラー*/
.bgcolor-black {
    background-color: #000
    }
.bgcolor-white {
    background-color: #fff
    }
/* 共通コンテンツ間隔 */
.margin-all {
    margin-top: 200px;
    margin-bottom: 200px
    }
.margin-top {
    margin-top: 200px
    }
.margin-bottom {
    margin-bottom: 200px
    }
.margin-medium-all {
    margin-top: 160px;
    margin-bottom: 160px
    }
.margin-medium-top {
    margin-top: 160px
    }
.margin-medium-bottom {
    margin-bottom: 160px
    }
.margin-small-all {
    margin-top: 120px;
    margin-bottom: 120px
    }
.margin-small-top {
    margin-top: 120px
    }
.margin-small-bottom {
    margin-bottom: 120px
    }
@media only screen and (max-width: 1024px) {
    .margin-all {
        margin-top: 160px;
        margin-bottom: 160px
        }
    .margin-top {
        margin-top: 160px
        }
    .margin-bottom {
        margin-bottom: 160px
        }
    .margin-medium-all {
        margin-top: 120px;
        margin-bottom: 120px
        }
    .margin-medium-top {
        margin-top: 120px
        }
    .margin-medium-bottom {
        margin-bottom: 120px
        }
    .margin-small-all {
        margin-top: 90px;
        margin-bottom: 90px
        }
    .margin-small-top {
        margin-top: 90px
        }
    .margin-small-bottom {
        margin-bottom: 90px
        }
    }
@media only screen and (max-width: 599px) {
    .margin-all {
        margin-top: 120px;
        margin-bottom: 120px
        }
    .margin-top {
        margin-top: 120px
        }
    .margin-bottom {
        margin-bottom: 120px
        }
    .margin-medium-all {
        margin-top: 90px;
        margin-bottom: 90px
        }
    .margin-medium-top {
        margin-top: 90px
        }
    .margin-medium-bottom {
        margin-bottom: 90px
        }
    .margin-small-all {
        margin-top: 70px;
        margin-bottom: 70px
        }
    .margin-small-top {
        margin-top: 70px
        }
    .margin-small-bottom {
        margin-bottom: 70px
        }
    }
.padding-all {
    padding-top: 200px;
    padding-bottom: 200px
    }
.padding-top {
    padding-top: 200px
    }
.padding-bottom {
    padding-bottom: 200px
    }
.padding-medium-all {
    padding-top: 160px;
    padding-bottom: 160px
    }
.padding-medium-top {
    padding-top: 160px
    }
.padding-medium-bottom {
    padding-bottom: 160px
    }
.padding-small-all {
    padding-top: 120px;
    padding-bottom: 120px
    }
.padding-small-top {
    padding-top: 120px
    }
.padding-small-bottom {
    padding-bottom: 120px
    }
@media only screen and (max-width: 1024px) {
    .padding-all {
        padding-top: 160px;
        padding-bottom: 160px
        }
    .padding-top {
        padding-top: 160px
        }
    .padding-bottom {
        padding-bottom: 160px
        }
    .padding-medium-all {
        padding-top: 120px;
        padding-bottom: 120px
        }
    .padding-medium-top {
        padding-top: 120px
        }
    .padding-medium-bottom {
        padding-bottom: 120px
        }
    .padding-small-all {
        padding-top: 90px;
        padding-bottom: 90px
        }
    .padding-small-top {
        padding-top: 90px
        }
    .padding-small-bottom {
        padding-bottom: 90px
        }
    }
@media only screen and (max-width: 599px) {
    .padding-all {
        padding-top: 120px;
        padding-bottom: 120px
        }
    .padding-top {
        padding-top: 120px
        }
    .padding-bottom {
        padding-bottom: 120px
        }
    .padding-medium-all {
        padding-top: 90px;
        padding-bottom: 90px
        }
    .padding-medium-top {
        padding-top: 90px
        }
    .padding-medium-bottom {
        padding-bottom: 90px
        }
    .padding-small-all {
        padding-top: 70px;
        padding-bottom: 70px
        }
    .padding-small-top {
        padding-top: 70px
        }
    .padding-small-bottom {
        padding-bottom: 70px
        }
    }
/*===================================
共通ブロック
==================================*/
/* 共通ブロック1 */
/*===================================
共通タイトル
===================================*/
/* 共通タイトル1 */
.ttl-type-01 {
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 5px;
    margin-bottom: 120px;
    text-align: center
    }
.ttl-type-01:after {
    display: block;
    content: "";
    width: 70px;
    height: 0;
    border-bottom: solid 1px;
    margin: 20px auto 0
    }
@media only screen and (max-width: 1024px) {
    .ttl-type-01 {
        font-size: 40px;
        margin-bottom: 90px
        }
    }
@media only screen and (max-width: 599px) {
    .ttl-type-01 {
        font-size: 30px;
        margin-bottom: 70px
        }
    }
/* 共通タイトル2 */
.ttl-type-02 {
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 5px;
    /*-webkit-transform: rotate(90deg) translate(100%, 40%);
    transform: rotate(90deg) translate(100%, 40%);
    -webkit-transform-origin: top right;
    transform-origin: top right;*/
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    }
.ttl-type-02:before {
    display: block;
    content: "";
    width: 1px;
    height: 70px;
    border-left: solid 1px;
    margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
    .ttl-type-02 {
        font-size: 40px
        }
    }
@media only screen and (max-width: 599px) {
    .ttl-type-02 {
        font-size: 30px
        }
    .ttl-type-02:before {
        margin-left: 10px
        }
    }
/* 共通タイトル上書き */
.ttl_large {
    font-size: 36px
    }
.ttl_medium {
    font-size: 30px
    }
.ttl_small {
    font-size: 24px
    }
@media only screen and (max-width: 1024px) {
    .ttl_large {
        font-size: 32px
        }
    .ttl_medium {
        font-size: 28px
        }
    .ttl_small {
        font-size: 24px
        }
    }
@media only screen and (max-width: 599px) {
    .ttl_large {
        font-size: 28px
        }
    .ttl_medium {
        font-size: 24px
        }
    .ttl_small {
        font-size: 20px
        }
    }
.ttl-mb-xlarge {
    margin-bottom: 120px
    }
.ttl-mb-large {
    margin-bottom: 90px
    }
.ttl-mb-medium {
    margin-bottom: 70px
    }
.ttl-mb-small {
    margin-bottom: 50px
    }
.ttl-mb-xsmall {
    margin-bottom: 40px
    }
.ttl-mb-none {
    margin-bottom: 0
    }
@media only screen and (max-width: 1024px) {
    .ttl-mb-xlarge {
        margin-bottom: 90px
        }
    .ttl-mb-large {
        margin-bottom: 70px
        }
    .ttl-mb-medium {
        margin-bottom: 50px
        }
    .ttl-mb-small {
        margin-bottom: 40px
        }
    .ttl-mb-xsmall {
        margin-bottom: 30px
        }
    .ttl-mb-none {
        margin-bottom: 0
        }
    }
@media only screen and (max-width: 599px) {
    .ttl-mb-xlarge {
        margin-bottom: 70px
        }
    .ttl-mb-large {
        margin-bottom: 50px
        }
    .ttl-mb-medium {
        margin-bottom: 40px
        }
    .ttl-mb-small {
        margin-bottom: 30px
        }
    .ttl-mb-xsmall {
        margin-bottom: 20px
        }
    .ttl-mb-none {
        margin-bottom: 0
        }
    }
.ttl-left {
    text-align: left
    }
.ttl-left:after {
    margin-left: 0
    }
.ttl-center {
    text-align: center
    }
.ttl-center:after {
    margin-left: auto;
    margin-right: auto
    }
.ttl-right {
    text-align: right
    }
.ttl-right:after {
    margin-right: 0
    }
/*===================================
共通リスト
==================================*/
/* 共通リスト1 */
/*===================================
共通ボタン
===================================*/
/* 共通ボタン1 */
.btn-type-01 {
    margin-top: 120px;
    text-align: center
    }
.btn-type-01 a {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #292f48;
    padding: 15px 10px;
    letter-spacing: 5px;
    text-align: center
    }
@media only screen and (max-width: 1024px) {
    .btn-type-01 {
        margin-top: 90px
        }
    }
@media only screen and (max-width: 599px) {
    .btn-type-01 {
        margin-top: 70px
        }
    }
/* 共通ボタン上書き */
.btn-left {
    text-align: left
    }
.btn-center {
    text-align: center
    }
.btn-right {
    text-align: right
    }
.btn-mt-xlarge {
    margin-top: 120px
    }
.btn-mt-large {
    margin-top: 90px
    }
.btn-mt-medium {
    margin-top: 70px
    }
.btn-mt-small {
    margin-top: 50px
    }
.btn-mt-xsmall {
    margin-top: 40px
    }
.btn-mt-none {
    margin-top: 0
    }
@media only screen and (max-width: 1024px) {
    .btn-mt-xlarge {
        margin-top: 90px
        }
    .btn-mt-large {
        margin-top: 70px
        }
    .btn-mt-medium {
        margin-top: 50px
        }
    .btn-mt-small {
        margin-top: 40px
        }
    .btn-mt-xsmall {
        margin-top: 30px
        }
    .btn-mt-none {
        margin-top: 0
        }
    }
@media only screen and (max-width: 599px) {
    .btn-mt-xlarge {
        margin-top: 70px
        }
    .btn-mt-large {
        margin-top: 50px
        }
    .btn-mt-medium {
        margin-top: 40px
        }
    .btn-mt-small {
        margin-top: 30px
        }
    .btn-mt-xsmall {
        margin-top: 20px
        }
    .btn-mt-none {
        margin-top: 0
        }
    }
/*===================================
共通要素
===================================*/
/*ヘッダー*/
[id*="managed_html"] .header {
    position: static;
    background: #333;
}
.header {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    -webkit-transition: 0.4s;
    transition: 0.4s
    }
.header.active {
    background: rgba(0, 0, 0, 0.8)
    }
.header .inn {
    width: 90%;
    margin: auto
    }
.header .logo {
    max-width: 130px
    }
@media only screen and (max-width: 1024px) {
    .header {
        padding: 15px 0
        }
    }
@media only screen and (max-width: 599px) {
    .header .logo {
        max-width: 100px
        }
    }
/*gnav*/
#gnav {
    width: 80%
    }
#gnav li {
    margin-left: 30px;
    text-align: center
    }
#gnav li a {
    color: #fff;
    letter-spacing: 1px
    }
@media only screen and (max-width: 1024px) {
    #gnav li {
        width: 100%;
        margin: 0 auto 30px
        }
    #gnav li.logo {
        margin-bottom: 50px
        }
    }
/*ハンバーガー*/
.toggle {
    display: none
    }
@media only screen and (max-width: 1024px) {
    .toggle {
        display: block;
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 251;
        width: 42px;
        height: 42px;
        opacity: 0.8;
        cursor: pointer
        }
    .toggle .bar {
        position: absolute;
        top: 50%;
        left: 7px;
        display: block;
        margin-top: -1px;
        padding: 0;
        width: 28px;
        height: 2px;
        background: #fff;
        text-indent: 9999px;
        transition: ease 0.4s;
        -webkit-transition: ease 0.4s
        }
    .toggle .bar:before, .toggle .bar:after {
        position: absolute;
        left: 0;
        display: block;
        width: 28px;
        height: 2px;
        background: #fff;
        content: ""
        }
    .toggle .bar:before {
        top: -10px
        }
    .toggle .bar:after {
        top: 10px
        }
    .toggle.active .bar {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg)
        }
    .toggle.active .bar:after, .toggle.active .bar:before {
        top: 0;
        left: 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
        }
    .barger-body {
        width: 80%;
        max-width: 350px;
        height: 100vh;
        background: #333;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 250
        }
    .barger-body.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
        }
    .barger-inner {
        padding: 100px 15px 100px
        }
    .overlay {
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 249;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important
        }
    .overlay.active {
        opacity: 0.3;
        visibility: visible
        }
    }
@media only screen and (max-width: 599px) {
    .toggle {
        top: 15px
        }
    }
/*フッター*/
.footfix li {
    width: 48%;
    margin: 0 1%;
}
.footfix li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
}
.footfix li.contact a {
    background: #292f48;
    letter-spacing: 3px;
}

.footfix li.tel a {
    background: #333;
    letter-spacing: 1px;
}
.footer .copy {
    color: #fff;
    background: #292f48;
    font-size: 12px;
    padding: 30px 0;
    text-align: center
    }
@media only screen and (max-width: 599px) {
    .footer {
        padding-bottom: 80px;
    }
    .footfix {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 15px;
        z-index: 100;
    }
}
/*===================================
トップページ
===================================*/
/* indexFirstView */
.indexFirstView {
    position: relative
    }
/*indexMainimg*/
.indexMainimg {
    height: 100vh;
    position: relative;
    overflow: hidden;
    }
.indexMainimg .pic {
    height: 100%;
    position: relative
    }
[id*="managed_html"] .indexMainimg .pic:before {
    display: none;
}
.indexMainimg .pic:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    /*background: #000;*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 100
    }
[id*="managed_html"] .indexMainimg .pic:nth-of-type(n+2) {
    display: none;
}
.indexMainimg .list {
    height: 100% !important;
}
.indexMainimg .slick-list {
    height: 100% !important;
}
.indexMainimg .slick-track {
    height: 100% !important;
}
@media only screen and (max-width: 599px) {
    .indexMainimg {
        height: 77vh;
    }
}
/* indexNews */
.indexNews {
    width: 50%;
    background: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100
    }
.indexNews .list {
    width: calc(100% - 100px)
    }
.indexNews .more a {
    font-size: 14px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.indexNews .more a:before {
    display: block;
    content: "";
    font-size: 10px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 10px;
    line-height: 1
    }
.indexNews .item:not(:last-of-type) {
    margin-bottom: 15px
    }
.indexNews .item dt {
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    border-right: solid 1px;
    margin-right: 20px
    }
.indexNews .item dd {
    width: 100%;
    font-size: 14px
    }
@media only screen and (max-width: 1024px) {
    .indexNews {
        width: 80%
        }
    }
@media only screen and (max-width: 599px) {
    .indexNews {
        width: 100%;
        padding: 10px
        }
    .indexNews .list {
        width: calc(100% - 80px)
        }
    .indexNews .item dt {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px;
        padding-bottom: 5px;
        margin-right: 0;
        margin-bottom: 5px
        }
    }
/*indexConcept*/
.indexConcept .inner {
    margin-left: auto;
    margin-right: 0
    }
.indexConcept .left {
    width: 40%
    }
.indexConcept .right {
    width: 55%;
    padding: 100px;
    position: relative
    }
.indexConcept .right:before, .indexConcept .right:after {
    display: block;
    content: "";
    width: 70%;
    height: 70%;
    position: absolute
    }
.indexConcept .right:before {
    background: #eae5de;
    top: 0;
    left: 0
    }
.indexConcept .right:after {
    background: #e8e8e8;
    bottom: 0;
    right: 0
    }
.indexConcept .pic {
    position: relative;
    z-index: 5
    }
@media only screen and (max-width: 1024px) {
    .indexConcept .right {
        padding: 60px
        }
    }
@media only screen and (max-width: 599px) {
    .indexConcept .left {
        width: 100%
        }
    .indexConcept .right {
        width: 100%;
        padding: 40px;
        margin-top: 30px
        }
    }
/* indexPoint */
.indexPoint {
    position: relative
    }
.indexPoint:before {
    display: block;
    content: "";
    width: 70%;
    height: 100%;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0
    }
.indexPoint .inner {
    position: relative;
    z-index: 5
    }
.indexPoint .item:nth-of-type(2n + 2) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
    }
.indexPoint .item:nth-of-type(3n + 2) {
    margin-top: -90px
    }
.indexPoint .item:nth-of-type(3n + 3) {
    margin-top: -60px
    }
.indexPoint .left {
    width: 55%
    }
.indexPoint .left .pic {
    height: 100%
    }
.indexPoint .right {
    width: 45%
    }
.indexPoint .right .tbox {
    height: 100%;
    background: #f5f5f5;
    padding: 30px
    }
.indexPoint .item:nth-of-type(3n + 1) .right .tbox {
    padding-bottom: 120px
    }
.indexPoint .item:nth-of-type(3n + 2) .right .tbox {
    padding-top: 120px;
    padding-bottom: 90px
    }
.indexPoint .item:nth-of-type(3n + 3) .right .tbox {
    padding-top: 90px
    }
.indexPoint .right .tit {
    font-size: 48px;
    font-family: "Allura";
    margin-bottom: 20px;
    line-height: 1
    }
.indexPoint .right .tit .num {
    font-size: 120%;
    margin-left: 10px
    }
@media only screen and (max-width: 1024px) {
    .indexPoint .item:nth-of-type(3n + 2) {
        margin-top: -60px
        }
    .indexPoint .item:nth-of-type(3n + 3) {
        margin-top: -40px
        }
    .indexPoint .item:nth-of-type(3n + 1) .right .tbox {
        padding-bottom: 90px
        }
    .indexPoint .item:nth-of-type(3n + 2) .right .tbox {
        padding-top: 90px;
        padding-bottom: 70px
        }
    .indexPoint .item:nth-of-type(3n + 3) .right .tbox {
        padding-top: 70px
        }
    .indexPoint .right .tit {
        font-size: 42px
        }
    }
@media only screen and (max-width: 599px) {
    .indexPoint .item {
        margin-top: 0 !important
        }
    .indexPoint .right .tbox {
        padding: 20px !important
        }
    .indexPoint .left {
        width: 100%
        }
    .indexPoint .right {
        width: 100%
        }
    .indexPoint .right .tit {
        font-size: 36px;
        margin-bottom: 10px
        }
    .indexPoint .right .txt {
        padding-left: 1em
        }
    }
/* indexPrice */
.indexGallery .right .list {
    padding-top: 40px
    }
[id*="managed_html"] .indexGallery .right .list {
    display: flex;
}
[id*="managed_html"] .indexGallery .right .item {
    width: 33.333%;
}
[id*="managed_html"] .indexGallery .right .item:nth-of-type(n+4) {
    display: none;
}
/* indexPrice */
.indexCalendar .calendar iframe {
    width: 100%;
    height: 600px
    }
@media only screen and (max-width: 1024px) {
    .indexCalendar .calendar iframe {
        height: 500px
        }
    }
@media only screen and (max-width: 599px) {
    .indexCalendar .calendar iframe {
        }
    }
/* indexPrice */
.indexPrice table {
    width: 100%;
    border: solid 1px #999
    }
.indexPrice table thead th {
    font-size: 18px;
    font-weight: 500;
    background: #eae5de;
    border: solid 1px #999;
    padding: 10px
    }
.indexPrice table tbody td {
    background: #fff;
    border: solid 1px #999;
    padding: 10px;
    text-align: center
    }
@media only screen and (max-width: 1024px) {
    .indexPrice table thead th {
        font-size: 16px
        }
    .indexPrice table tbody td {
        font-size: 14px
        }
    }
@media only screen and (max-width: 599px) {
    .indexPrice table thead th {
        font-size: 14px;
        padding: 5px
        }
    .indexPrice table tbody td {
        font-size: 12px;
        padding: 5px
        }
    }
/* indexAttention */
.indexAttention .item {
    width: 85%;
    max-width: 800px;
    margin: auto
    }
.indexAttention .item:nth-of-type(2n + 2) {
    margin-left: auto;
    margin-right: 0
    }
.indexAttention .item:not(:last-of-type) {
    margin-bottom: 30px
    }
.indexAttention .item dt {
    width: 70px;
    font-size: 60px;
    font-family: "Allura";
    border-right: solid 1px;
    margin-right: 30px;
    line-height: 1
    }
.indexAttention .item dd {
    width: 100%;
    padding: 20px 0
    }
.indexAttention .item dd .tit {
    font-size: 20px;
    margin-bottom: 20px
    }
@media only screen and (max-width: 1024px) {
    .indexAttention .item:not(:last-of-type) {
        margin-bottom: 70px
        }
    .indexAttention .item dt {
        width: 60px;
        font-size: 50px
        }
    }
@media only screen and (max-width: 599px) {
    .indexAttention .item:not(:last-of-type) {
        margin-bottom: 50px
        }
    .indexAttention .item {
        width: 100%
        }
    .indexAttention .item dt {
        width: 50px;
        font-size: 40px;
        margin-right: 20px
        }
    .indexAttention .item dd {
        padding: 10px 0
        }
    .indexAttention .item dd .tit {
        font-size: 18px;
        margin-bottom: 15px
        }
    }
/* indexBlog */
.indexBlog .inner {
    position: relative
    }
.indexBlog .ttl {
    position: absolute;
    left: 105%;
    }
.indexBlog .blogList {
    padding-top: 40px
    }
@media only screen and (max-width: 1024px) {
    .indexBlog .ttl {
        position: static;
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
        }
    .indexBlog .left .ttl {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: initial;
        transform-origin: initial
        }
    .indexBlog .btn {
        text-align: center
        }
    }
/* indexAccess */
.indexAccess .left .map:after {
    padding-top: 100%
    }
.indexAccess .right .item {
    border-bottom: solid 1px;
    padding-bottom: 25px;
    margin-bottom: 25px
    }
.indexAccess .right .item:last-of-type {
    margin-bottom: 0
    }
.indexAccess .right .item dt {
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px
    }
.indexAccess .right .item dd {
    width: calc(100% - 150px);
    padding-top: 3px
    }
@media only screen and (max-width: 1024px) {
    .indexAccess .right .item dt {
        width: 100%
        }
    .indexAccess .right .item dd {
        width: 100%;
        padding-top: 5px
        }
    }
/* indexContact */
.indexContact {
    background: #eae5de
    }
.indexContact .item:not(:last-of-type) {
    margin-bottom: 20px
    }
.indexContact .item dt {
    width: 250px;
    font-weight: 500
    }
.indexContact .item dt .hissu {
    color: #c52727;
    font-size: 14px;
    margin-left: 15px;
}
.indexContact .item dd {
    width: calc(100% - 270px)
    }
.indexContact .item input[type="text"] {
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 10px
    }
.indexContact .item input[type="text"].size1 {
    max-width: 250px;
    }
.indexContact .item input[type="text"].size3 {
    max-width: 50px;
    }
.indexContact .item input[type="text"].size4 {
    max-width: 70px;
    }
    
.indexContact .item textarea {
    width: 100%;
    height: 250px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 10px
    }
.indexContact .btnbox li {
    width: 46%;
    margin: 0 2%;
    text-align: center
    }
.indexContact .btnbox li input {
    width: 100%;
    color: #fff;
    font-size: 14px;
    background: #292f48;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    line-height: 50px;
    letter-spacing: 5px;
    cursor: pointer;
    -webkit-appearance:none;
    }
@media only screen and (max-width: 599px) {
    .indexContact .item dt {
        width: 100%
        }
    .indexContact .item dd {
        width: 100%;
        margin-top: 5px
        }
    }
/*===================================
下層ページ
===================================*/
/*メインビジュアル*/
.firstView {
    position: relative
    }
.firstView .pic {
    height: 600px;
    position: relative
    }
[id*="managed_html"] .firstView .pic:before {
    display: none;
}
.firstView .pic:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4
    }
@media only screen and (max-width: 1024px) {
    .firstView .pic {
        height: 450px
        }
    }
@media only screen and (max-width: 599px) {
    .firstView .pic {
        height: 250px
        }
    }
/* content */
.content {
    width: 92%;
    max-width: 1100px;
    background: #f5f5f5;
    padding: 0 50px;
    padding-bottom: 200px;
    margin: auto;
    position: relative;
    z-index: 5
    }
.content:before {
    display: block;
    content: "";
    width: 100%;
    height: 90px;
    background: #f5f5f5;
    position: absolute;
    bottom: 100%;
    left: 0
    }
@media only screen and (max-width: 1024px) {
    .content {
        padding: 0 30px;
        padding-bottom: 160px
        }
    .content:before {
        height: 60px
        }
    }
@media only screen and (max-width: 599px) {
    .content {
        padding: 0 20px;
        padding-bottom: 120px
        }
    .content:before {
        height: 50px
        }
    }
/* 2column */
.column2 .main {
    width: calc(100% - 270px)
    }
.column2 .side {
    width: 220px
    }
.column2 .side dl {
    width: 100%
    }
.column2 .side dl:not(:last-of-type) {
    margin-bottom: 90px
    }
.column2 .side dt {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px
    }
.column2 .side dd:not(:last-of-type) {
    margin-bottom: 20px
    }
.column2 .side dd a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    padding-left: 1em;
    position: relative
    }
.column2 .side dd a:before {
    display: block;
    content: "・";
    position: absolute;
    top: 0;
    left: 0
    }
@media only screen and (max-width: 1024px) {
    .column2 .main {
        width: 100%;
        margin-bottom: 120px
        }
    .column2 .side {
        width: 100%
        }
    .column2 .side dl {
        width: 48%
        }
    .column2 .side dl:not(:last-of-type) {
        margin-bottom: 0
        }
    .column2 .side dt {
        font-size: 26px
        }
    }
@media only screen and (max-width: 599px) {
    .column2 .main {
        width: 100%;
        margin-bottom: 90px
        }
    .column2 .side {
        width: 100%
        }
    .column2 .side dl {
        width: 100%
        }
    .column2 .side dl:not(:last-of-type) {
        margin-bottom: 50px
        }
    .column2 .side dd:not(:last-of-type) {
        margin-bottom: 10px
        }
    .column2 .side dt {
        font-size: 24px;
        margin-bottom: 15px
        }
    .column2 .side dd a {
        font-size: 16px
        }
    }
/* pager */
.pager {
    margin-top: 50px
    }
.pager li {
    margin-right: 10px
    }
.pager li a {
    display: block;
    width: 50px;
    line-height: 50px;
    color: #fff;
    background: #292f48;
    text-align: center
    }
@media only screen and (max-width: 599px) {
    .pager li {
        margin: 0 5px
        }
    .pager li a {
        width: 30px;
        line-height: 30px
        }
    }
/* blog */
.blogList .item {
    display: block;
    margin-bottom: 50px;
    }
.blogList .item .pic {
    margin-bottom: 20px;
    width: 50%;
    }
.blogList .item .pic img {
    width: 100%;
    }
.blogList .item dl {
    margin-bottom: 5px;
    }
    
/*.blogList .item dt {
    margin-bottom: 10px;
    }*/
.blogList .item dt {
    margin-bottom: 10px;
    margin-right: 50px;
    }
    
.blogList .item dd .cate {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #444;
    padding: 2px 10px;
    margin: 0 10px 10px 0
    }
.blogList .item h3 {
    margin-bottom: 10px;
    }
@media only screen and (max-width: 1024px) {
    .blogList .item dt {
        width: 100%;
        margin-bottom: 10px
        }
    }
@media only screen and (max-width: 599px) {
    .blogList .item .pic {
        width: 100%;
    }
    }
/* news */
.newsList {
    margin-bottom: 160px
    }
.newsList .item {
    border-bottom: solid 1px;
    padding-bottom: 30px;
    margin-bottom: 30px
    }
.newsList .item dl {
    margin-bottom: 10px
    }
.newsList .item dt {
    width: 110px
    }
.newsList .item dd {
    width: calc(100% - 110px)
    }
.newsList .item dd .cate {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #444;
    padding: 2px 10px;
    margin: 0 10px 10px 0
    }
@media only screen and (max-width: 1024px) {
    .newsList {
        margin-bottom: 120px
        }
    .newsList .item dt {
        width: 100%;
        margin-bottom: 10px
        }
    .newsList .item dd {
        width: 100%
        }
    }
@media only screen and (max-width: 599px) {
    .newsList {
        margin-bottom: 90px
        }
    }
/* news_detail */
.single dl {
    margin-bottom: 10px
    }
.single dt {
    width: 110px
    }
.single dd {
    width: calc(100% - 110px)
    }
.single dd .cate {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #444;
    padding: 2px 10px;
    margin: 0 10px 10px 0
    }
.single .tit {
    font-size: 20px;
    border-bottom: solid 1px;
    padding-bottom: 30px;
    margin-bottom: 30px
    }
@media only screen and (max-width: 1024px) {
    .single dt {
        width: 100%;
        margin-bottom: 10px
        }
    .single dd {
        width: 100%
        }
    }


/*****2021/06/22*****/
.back_w {
       background: #ffffff !important;
       }
       
.w50p {
       width: 50%;
       }
.kiyaku h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.kiyaku_box {
  margin: 20px 0;
  line-height: 1.6;
}
.kiyaku h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.footfix li.line a {
  background: #00B900;
  letter-spacing: 3px;
}
.g_line a img {
  width: 100px;
}

@media only screen and (max-width: 599px) {
.g_line a img {
  width: 150px;
}
.pay00 {
  width: 45%;
} 
.pay a {
  padding: 10px;
} 
}

/*****2021/06/29*****/
.mt10 {
  margin-top: 10px;
  }
.mb10 {
  margin-bottom: 10px;
  }
.pay {
    margin-top: 50px;
}
.pay ul {
    margin-top: 5px;
}
.pay ul li {
    padding: 5px 0;
}
.pay ul li a {
    padding: 1px 5px;
    background: #292f48;
    color: #ffffff;
    border-radius: 10px;    
}
.pay ul li.line_y a {
    background: #00B900;
}
.pay ul li span {
    font-weight: bold;
}
.kouza {
    background: #fff;
    padding: 10px;
    }

/*****2021/07/15*****/

.bnr {
    width: 500px;
    background-image: url(/akamon_setsalon_ricco/static/page/rental-studio/images2/500ft_bg.jpg);
    margin: 50px auto;
    height: 180px;
    position: relative;
}
.bnr p {
    width: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: 10%;
    text-shadow: 1px 2px 10px #292828;
}

.bnr.r02 {
    background-image: url(/akamon_setsalon_ricco/static/page/rental-studio/images3/_DSC99072.jpg);
}

.bnr.r03 {
    background-image: url(/akamon_setsalon_ricco/static/page/rental-studio/images3/08db5fa7102b569d5ef7eea3d5520ef0.jpeg);
    background-position: bottom;
}


@media only screen and (max-width: 599px) {
.bnr {
    width: 300px;
    background-image: url(/akamon_setsalon_ricco/static/page/rental-studio/images2/300ft_bg.jpg);
    height: 108px;
}
.bnr p {
    width: 90%;
    font-size: 18px;
    left: 9%;
}
.bnr.r02 {
    background-image: url(/akamon_setsalon_ricco/static/page/rental-studio/images3/_DSC99072300.jpg);
}
}

.mr10 {
    margin-right: 5px;
    }
.ml10 {
    margin-left: 10px;
    }
    
/***** 問い合わせフォーム*****/

.rental input {
    margin-left: 5px;
    }

/*****Instagramアイコン*****/

#gnav .g_insta img {
  width: 36px;
}

@media only screen and (max-width: 1024px) {
  #gnav .g_insta img {
    width: 50px;
    height: auto;
    }
}

/*****2022/05/09****/
.snsbox ul {
  width: 400px;
  display: flex;
  margin: auto;
}

.snsbox ul .g_line {
  width: 200px;
  margin: auto;
}

.snsbox ul .g_line a img {
  width: 100%;
}

.snsbox ul .g_insta {
  width: 60px;
  margin: auto;
}

.snsbox img {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .snsbox ul {
    width: 300px;
  }
}

/* 2023/03/29追記 */
.indexGallery .right .list {
    margin-top: 40px;
    padding-top: 0;
}

.indexGallery .slick-prev {
    display: inline-block;
    padding-left: 22px;
    color: #333;
    text-decoration: none;
    left: 30px;
    z-index: 1;
}

.indexGallery .slick-prev:before {
  content: '';
  width: 22px;
  height: 22px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
    
.indexGallery .slick-prev:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}

.indexGallery .slick-next {
    display: inline-block;
    padding-right: 22px;
    color: #333;
    text-decoration: none;
    z-index: 1;
    right: 25px;
}

.indexGallery .slick-next:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
}

.indexGallery .slick-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -4px;
}

@media (max-width:1024px) {
  .indexGallery .slick-prev {
    left: 10px;
  }
  .indexGallery .slick-next {
    right: 10px;
  }
}
