*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    margin: 0
}

.wrapper {
    width: 100vw;
    margin: 0 0 80px;
    padding-top: 0
}

@media(max-width: 768px) {
    .wrapper {
        padding-top: 0;
        width: initial;
        margin: initial
    }
}

.container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

@media(max-width: 768px) {
    .container {
        width: initial;
        max-width: initial;
        padding-left: 15px;
        padding-right: 15px
    }
}

#wrap {
    margin: 0 auto;
    color: #303242;
    font-family: serif;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    min-width: 1200px;
    overflow: hidden
}

@media(max-width: 768px) {
    #wrap {
        max-width: 768px;
        width: 100%;
        width: calc(100% + 30px);
        margin-left: -15px;
        min-width: initial;
        font-size: 3.6vw
    }
}

#wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom
}

#wrap .sp {
    display: none
}

@media(max-width: 768px) {
    #wrap .sp {
        display: block
    }
}

#wrap .pc {
    display: block
}

@media(max-width: 768px) {
    #wrap .pc {
        display: none
    }
}

#wrap a {
    text-decoration: none
}

#wrap ul {
    list-style: none;
    padding-left: 0
}

#wrap button {
    outline: none
}

#wrap .kv {
    width: 1200px;
    height: 500px;
    margin: 0 auto
}

@media(max-width: 768px) {
    #wrap .kv {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 15px
    }
}

#wrap .link_wrap {
    background-color: #efefef
}

#wrap .link_wrap .link {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 24px 0
}

#wrap .link_wrap .link li {
    width: 160px;
    height: 68px;
    background-color: #a09159
}

#wrap .link_wrap .link li a {
    width: 100%;
    color: #fff;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#wrap .link_wrap .link li a::after {
    content: "";
    display: inline;
    transform: rotate(135deg);
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 42px
}

#wrap .link_wrap .link li a:hover::after {
    transition: .4s;
    top: 46px
}

#wrap .link_wrap .link li:nth-of-type(7) {
    background-color: #fff;
    border: solid 2px #e293a1
}

#wrap .link_wrap .link li:nth-of-type(7) a {
    color: #e293a1
}

#wrap .link_wrap .link li:nth-of-type(7) a::after {
    border-top: 2px solid #e293a1;
    border-right: 2px solid #e293a1
}

#wrap .link_wrap .link li:nth-of-type(3) a::after {
    top: 50px
}

#wrap .link_wrap .link li:nth-of-type(3) a:hover::after {
    transition: .4s;
    top: 54px
}

@media(max-width: 768px) {
    #wrap .link_wrap {
        margin: 5% auto
    }

    #wrap .link_wrap .link {
        max-width: 768px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 3%
    }

    #wrap .link_wrap .link li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        height: 12vw;
        margin-bottom: 2%
    }

    #wrap .link_wrap .link li a {
        font-size: 3.6vw;
        margin-top: 0
    }

    #wrap .link_wrap .link li a::after {
        content: "";
        width: 8px;
        height: 8px;
        top: 40%;
        right: 5%
    }

    #wrap .link_wrap .link li a:hover::after {
        transition: 0;
        top: 40%
    }

    #wrap .link_wrap .link li:nth-of-type(3) a::after {
        top: 40%
    }

    #wrap .link_wrap .link li:nth-of-type(3) a:hover::after {
        transition: 0;
        top: 40%
    }
}

#wrap .top {
    width: 1200px;
    margin: 80px auto
}

#wrap .top h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 32px
}

#wrap .top .h1_down {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .top .kome {
    font-size: 14px
}

@media(max-width: 768px) {
    #wrap .top {
        max-width: 768px;
        width: 90%;
        margin: 16% auto
    }

    #wrap .top h1 {
        font-size: 7vw;
        line-height: 1.5;
        margin-bottom: 5%
    }

    #wrap .top .h1_down {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
    }

    #wrap .top .kome {
        font-size: 3.2vw;
        text-align: left
    }
}

#wrap .select_link {
    width: 1150px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

#wrap .select_link li {
    width: 550px
}

#wrap .select_link li h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #303242;
    padding: 17px
}

#wrap .select_link li:nth-of-type(2) h2 {
    background-color: #4a1809
}

#wrap .select_link li .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .select_link li .select .select_contents {
    width: 270px
}

#wrap .select_link li .select .select_contents a {
    color: #303242
}

#wrap .select_link li .select .select_contents a figure {
    width: 35%;
    margin: 20px auto
}

#wrap .select_link li .select .select_contents a .type {
    font-size: 20px;
    font-weight: bold
}

#wrap .select_link li .select .select_contents a .price_df {
    display: flex;
    justify-content: center
}

#wrap .select_link li .select .select_contents a .price_df li {
    width: 110px;
    margin-left: 10px;
    margin-right: 10px
}

#wrap .select_link li .select .select_contents a .price_df li p {
    font-size: 14px;
    line-height: 1.3
}

#wrap .select_link li .select .select_contents a .price_df li p span {
    font-size: 20px;
    font-weight: bold
}

#wrap .select_link li .select .select_contents::after {
    content: "";
    display: block;
    color: #303242;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: .64952em .375em;
    border-top-color: currentColor;
    border-bottom: 0;
    margin: 10px auto
}

#wrap .select_link li .select .select_contents:hover a img {
    transition: .4s;
    transform: scale(1.1);
    opacity: 1
}

#wrap .select_link li .select .select_contents2::after {
    color: #4a1809
}

@media(max-width: 768px) {
    #wrap .select_link {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        display: block
    }

    #wrap .select_link li {
        width: 100%;
        margin-bottom: 5%
    }

    #wrap .select_link li h2 {
        font-size: 5vw;
        padding: 10px
    }

    #wrap .select_link li .select .select_contents {
        width: 49%
    }

    #wrap .select_link li .select .select_contents a figure {
        width: 50%;
        margin: 5% auto
    }

    #wrap .select_link li .select .select_contents a .type {
        font-size: 4vw
    }

    #wrap .select_link li .select .select_contents a .price_df li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }

    #wrap .select_link li .select .select_contents a .price_df li p {
        font-size: 2.6vw
    }

    #wrap .select_link li .select .select_contents a .price_df li p span {
        font-size: 3.4vw
    }

    #wrap .select_link li .select .select_contents::after {
        margin-top: 0
    }

    #wrap .select_link li .select .select_contents:hover a img {
        transition: 0;
        transform: scale(1);
        opacity: 1
    }

    #wrap .select_link li .select .select_contents2::after {
        color: #4a1809
    }
}

@keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#wrap .rental h3 {
    font-size: 62px;
    padding-top: 80px
}

#wrap .rental .h3_down {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px auto 10px
}

#wrap .rental .h3_down span {
    display: block;
    font-size: 22px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

#wrap .rental .h3_down span::after,
#wrap .rental .h3_down span::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #303242;
    margin-left: 5px;
    margin-right: 5px
}

#wrap .rental .kome {
    font-size: 14px;
    margin: 0 auto 40px
}

#wrap .rental .tab-area .tab-group {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    width: 1200px
}

#wrap .rental .tab-area .tab-group .tab {
    border-radius: 40px 40px 0 0;
    border: 2px #303242 solid;
    border-bottom: none;
    width: 590px;
    height: 100%;
    display: block;
    background-color: #303242;
    padding: 20px 30px 0;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl {
    display: flex;
    text-align: left
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl figure {
    width: 100px;
    margin-top: -60px;
    margin-bottom: 0
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl .tab_detail {
    margin: 0 25px
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl .tab_detail h4 {
    font-size: 30px;
    font-weight: bold
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl .tab_detail h4 span {
    font-size: 19px
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl .tab_detail .tab_double {
    display: flex;
    font-size: 15px;
    font-weight: bold
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl .tab_detail .tab_double li {
    border: double #a09159 4px;
    border-radius: 10px;
    margin-right: 5px;
    padding: 4px;
    background-color: #fff;
    color: #303242
}

#wrap .rental .tab-area .tab-group .tab .tab_ttl .tab_detail2 {
    text-align: right
}

#wrap .rental .tab-area .tab-group .tab:hover img {
    transition: .4s;
    opacity: 1;
    transform: translateY(-10px) scale(1.1)
}

#wrap .rental .tab-area .tab-group .tab[aria-selected=true] {
    background-color: #fff;
    color: #303242;
    transition-duration: .4s;
    transition-timing-function: ease
}

#wrap .rental .tab-area .tab-group .tab[aria-selected=true] img {
    transform: scale(1.1)
}

#wrap .rental .tab-area .panel-group {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 2px #303242;
    margin-top: -2px
}

#wrap .rental .tab-area .panel-group .panel {
    display: none;
    width: 1200px;
    background: #fff;
    position: relative;
    z-index: -1;
    padding-top: 60px
}

#wrap .rental .tab-area .panel-group .panel[aria-hidden=false] {
    display: block;
    animation: show .4s ease
}

#wrap .rental .tab-area .panel-group .panel h5 {
    font-size: 44px
}

#wrap .rental .tab-area .panel-group .panel .set_wrap {
    width: 1150px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_main {
    width: 264px
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_main p {
    background-color: #303242;
    color: #fff;
    font-weight: bold;
    height: 62px;
    font-size: 20px;
    line-height: 1.3;
    padding-top: 10px;
    margin-bottom: 0
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_main p span {
    font-size: 12px;
    display: block
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 870px
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li {
    width: 207px;
    margin-bottom: 12px
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li figure {
    margin: 0
}

#wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li p {
    background-color: #303242;
    color: #fff;
    font-weight: bold;
    height: 62px;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#wrap .rental .tab-area .panel-group .panel .price_svg {
    width: 1200px;
    margin: 0 auto
}

#wrap .rental .tab-area .panel-group .panel .price_svg img {
    width: 864px;
    margin-top: -200px;
    margin-left: 300px
}

#wrap .rental .tab-area .panel-group .panel .price_svg .kome {
    width: 1200px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px
}

#wrap .rental .tab-area .panel-group .panel .kome_list {
    width: 1200px;
    margin: 40px auto;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    color: #333;
    position: relative
}

#wrap .rental .tab-area .panel-group .panel .kome_list li {
    margin-left: 20px
}

#wrap .rental .tab-area .panel-group .panel .kome_list li::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0px
}

#wrap .rental .tab-area .panel-group .panel .size_ttl {
    font-size: 44px;
    margin-top: 60px
}

#wrap .rental .tab-area .panel-group .panel .size_list {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .rental .tab-area .panel-group .panel .size_list li {
    font-size: 26px;
    margin-left: 15px;
    margin-right: 15px
}

#wrap .rental .tab-area .panel-group .panel .size_list li span {
    font-size: 26px;
    color: #fff;
    background-color: #303242;
    padding: 5px;
    margin-right: 10px
}

@media(max-width: 768px) {
    #wrap .rental {
        margin-top: 16%
    }

    #wrap .rental h3 {
        font-size: 8vw;
        font-weight: bold;
        padding-top: 0
    }

    #wrap .rental .h3_down {
        font-size: 5.5vw;
        margin: 5% auto 10%
    }

    #wrap .rental .h3_down span {
        font-size: 4vw
    }

    #wrap .rental .kome {
        font-size: 3.2vw;
        padding: 0 15px
    }

    #wrap .rental .tab-area .tab-group {
        max-width: 768px;
        width: 100%;
        justify-content: center
    }

    #wrap .rental .tab-area .tab-group li {
        width: 48%
    }

    #wrap .rental .tab-area .tab-group li .tab {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        border-radius: 20px 20px 0 0
    }

    #wrap .rental .tab-area .tab-group li .tab .tab_ttl {
        display: block
    }

    #wrap .rental .tab-area .tab-group li .tab .tab_ttl figure {
        display: none
    }

    #wrap .rental .tab-area .tab-group li .tab .tab_ttl .tab_detail {
        margin: 0
    }

    #wrap .rental .tab-area .tab-group li .tab .tab_ttl .tab_detail h4 {
        font-size: 4vw;
        text-align: center
    }

    #wrap .rental .tab-area .tab-group li .tab .tab_ttl .tab_detail h4 span {
        display: none
    }

    #wrap .rental .tab-area .tab-group li .tab .tab_ttl .tab_detail .tab_double {
        display: none
    }

    #wrap .rental .tab-area .tab-group li .tab:hover img {
        transition: 0;
        opacity: 1;
        transform: translateY(0) scale(1)
    }

    #wrap .rental .tab-area .tab-group li .tab[aria-selected=true] {
        background-color: #fff
    }

    #wrap .rental .tab-area .panel-group .panel {
        display: none;
        width: 100%;
        padding-top: 8%
    }

    #wrap .rental .tab-area .panel-group .panel[aria-hidden=false] {
        display: block;
        animation: show .4s ease
    }

    #wrap .rental .tab-area .panel-group .panel .tab_double {
        display: flex;
        justify-content: center
    }

    #wrap .rental .tab-area .panel-group .panel .tab_double li {
        border: double 4px #a09159;
        border-radius: 10px;
        padding: 3px;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 3.8vw;
        font-weight: bold;
        white-space: nowrap
    }

    #wrap .rental .tab-area .panel-group .panel h4 {
        font-size: 4.5vw
    }

    #wrap .rental .tab-area .panel-group .panel h5 {
        font-size: 6.5vw;
        line-height: 1.4;
        font-weight: bold
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 8% auto
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_main {
        width: 39%
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_main p {
        height: 14vw;
        font-size: 3.2vw;
        padding-top: 10%
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_main p span {
        font-size: 2.8vw
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_main figure {
        overflow: hidden
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents {
        width: 60%
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li {
        width: 49%;
        margin-bottom: 2px
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li figure {
        margin: 0;
        overflow: hidden;
        height: 22vw
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li figure img {
        transform: scale(1.1)
    }

    #wrap .rental .tab-area .panel-group .panel .set_wrap .set_contents li p {
        height: 7vw;
        font-size: 3vw
    }

    #wrap .rental .tab-area .panel-group .panel .price_svg {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto
    }

    #wrap .rental .tab-area .panel-group .panel .price_svg img {
        width: 100%;
        margin: 0 auto
    }

    #wrap .rental .tab-area .panel-group .panel .price_svg .kome {
        max-width: 768px;
        width: 100%;
        font-size: 12px;
        margin-top: 14px
    }

    #wrap .rental .tab-area .panel-group .panel .kome_list {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 10% auto
    }

    #wrap .rental .tab-area .panel-group .panel .kome_list li {
        margin-left: 5%
    }

    #wrap .rental .tab-area .panel-group .panel .kome_list li::before {
        left: 4%
    }

    #wrap .rental .tab-area .panel-group .panel .size_ttl {
        font-size: 7vw;
        line-height: 1.4;
        font-weight: bold;
        margin-top: 16%
    }

    #wrap .rental .tab-area .panel-group .panel .size_list {
        max-width: 768px;
        width: 90%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 8% auto
    }

    #wrap .rental .tab-area .panel-group .panel .size_list li {
        width: 40%;
        font-size: 4vw;
        margin: 0 5% 5%;
        text-align: left
    }

    #wrap .rental .tab-area .panel-group .panel .size_list li span {
        font-size: 4vw;
        margin-right: 10px;
        padding: 10px
    }
}

#wrap .rental2 {
    margin-top: 120px
}

#wrap .rental2 h3 {
    font-size: 62px;
    padding-top: 80px
}

#wrap .rental2 .h3_down {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px auto 20px
}

#wrap .rental2 .h3_down span {
    display: block;
    font-size: 22px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

#wrap .rental2 .h3_down span::after,
#wrap .rental2 .h3_down span::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #303242;
    margin-left: 5px;
    margin-right: 5px
}

#wrap .rental2 .kome {
    font-size: 14px;
    margin: 0 auto 40px
}

#wrap .rental2 .tab-area .tab-group {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    width: 1200px
}

#wrap .rental2 .tab-area .tab-group .tab2 {
    border-radius: 40px 40px 0 0;
    border: 2px #4a1809 solid;
    border-bottom: none;
    width: 590px;
    height: 100%;
    display: block;
    background-color: #4a1809;
    padding: 20px 30px 0;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl {
    display: flex;
    text-align: left
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl figure {
    width: 100px;
    margin-top: -60px;
    margin-bottom: 0
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl .tab_detail {
    margin: 0 25px
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl .tab_detail h4 {
    font-size: 30px;
    font-weight: bold
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl .tab_detail h4 span {
    font-size: 17px
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl .tab_detail .tab_double {
    display: flex;
    font-size: 15px;
    font-weight: bold
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl .tab_detail .tab_double li {
    border: double #a09159 4px;
    border-radius: 10px;
    margin-right: 5px;
    padding: 4px;
    background-color: #fff;
    color: #303242
}

#wrap .rental2 .tab-area .tab-group .tab2 .tab_ttl .tab_detail2 {
    text-align: right
}

#wrap .rental2 .tab-area .tab-group .tab2:hover img {
    transition: .4s;
    opacity: 1;
    transform: translateY(-10px) scale(1.1)
}

#wrap .rental2 .tab-area .tab-group .tab2[aria-selected=true] {
    background-color: #fff;
    color: #4a1809;
    transition-duration: .4s;
    transition-timing-function: ease
}

#wrap .rental2 .tab-area .tab-group .tab2[aria-selected=true] img {
    transform: scale(1.1)
}

#wrap .rental2 .tab-area .panel-group02 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 2px #4a1809;
    margin-top: -2px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 {
    display: none;
    width: 1200px;
    background: #fff;
    position: relative;
    z-index: -1;
    padding-top: 60px
}

#wrap .rental2 .tab-area .panel-group02 .panel03[aria-hidden=false] {
    display: block;
    animation: show .4s ease
}

#wrap .rental2 .tab-area .panel-group02 .panel03 h5 {
    font-size: 44px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap {
    width: 1150px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main {
    width: 264px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main p {
    background-color: #4a1809;
    color: #fff;
    font-weight: bold;
    height: 62px;
    font-size: 20px;
    line-height: 1.3;
    padding-top: 10px;
    margin-bottom: 0
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main p span {
    font-size: 12px;
    display: block
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 870px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li {
    width: 207px;
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li figure {
    margin: 0
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li p {
    background-color: #4a1809;
    color: #fff;
    font-weight: bold;
    height: 62px;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .price_svg {
    width: 1200px;
    margin: 0 auto
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .price_svg img {
    width: 864px;
    margin-top: -200px;
    margin-left: 300px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .price_svg .kome {
    width: 1200px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .kome_list {
    width: 1200px;
    margin: 40px auto;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    color: #333;
    position: relative
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .kome_list li {
    margin-left: 20px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .kome_list li::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .size_ttl {
    font-size: 44px;
    margin-top: 60px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .size_list {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .size_list li {
    font-size: 26px;
    margin-left: 15px;
    margin-right: 15px
}

#wrap .rental2 .tab-area .panel-group02 .panel03 .size_list li span {
    font-size: 26px;
    color: #fff;
    background-color: #4a1809;
    padding: 5px;
    margin-right: 10px
}

@media(max-width: 768px) {
    #wrap .rental2 {
        margin-top: 16%
    }

    #wrap .rental2 h3 {
        font-size: 8vw;
        font-weight: bold;
        padding-top: 0
    }

    #wrap .rental2 .h3_down {
        font-size: 5.5vw;
        margin: 5% auto 10%
    }

    #wrap .rental2 .h3_down span {
        font-size: 4vw
    }

    #wrap .rental2 .kome {
        font-size: 3.2vw;
        padding: 0 15px
    }

    #wrap .rental2 .tab-area .tab-group {
        max-width: 768px;
        width: 100%;
        justify-content: center
    }

    #wrap .rental2 .tab-area .tab-group li {
        width: 48%
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        border-radius: 20px 20px 0 0
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 .tab_ttl {
        display: block
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 .tab_ttl figure {
        display: none
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 .tab_ttl .tab_detail {
        margin: 0
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 .tab_ttl .tab_detail h4 {
        font-size: 4vw;
        text-align: center
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 .tab_ttl .tab_detail h4 span {
        display: none
    }

    #wrap .rental2 .tab-area .tab-group li .tab2 .tab_ttl .tab_detail .tab_double {
        display: none
    }

    #wrap .rental2 .tab-area .tab-group li .tab2:hover img {
        transition: 0;
        opacity: 1;
        transform: translateY(0) scale(1)
    }

    #wrap .rental2 .tab-area .tab-group li .tab2[aria-selected=true] {
        background-color: #fff
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 {
        display: none;
        width: 100%;
        padding-top: 8%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03[aria-hidden=false] {
        display: block;
        animation: show .4s ease
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .tab_double {
        display: flex;
        justify-content: center
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .tab_double li {
        border: double 4px #a09159;
        border-radius: 10px;
        margin-left: 5px;
        padding: 3px;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 3.8vw;
        font-weight: bold;
        white-space: nowrap
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 h4 {
        font-size: 4.5vw
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 h5 {
        font-size: 6.5vw;
        line-height: 1.4;
        font-weight: bold
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 8% auto
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main {
        width: 39%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main p {
        height: 14vw;
        font-size: 3.2vw;
        padding-top: 10%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main p span {
        font-size: 2.8vw
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_main figure {
        overflow: hidden
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents {
        width: 60%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li {
        width: 49%;
        margin: 0 2px 2px 0
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li figure {
        margin: 0;
        overflow: hidden;
        height: 22vw
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li figure img {
        transform: scale(1.1)
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .set_wrap .set_contents li p {
        height: 7vw;
        font-size: 3vw;
        white-space: nowrap
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .price_svg {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .price_svg img {
        width: 100%;
        margin: 0 auto
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .price_svg .kome {
        max-width: 768px;
        width: 100%;
        font-size: 12px;
        margin-top: 14px
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .kome_list {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 10% auto
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .kome_list li {
        margin-left: 5%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .kome_list li::before {
        left: 4%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .size_ttl {
        font-size: 7vw;
        line-height: 1.4;
        font-weight: bold;
        margin-top: 16%
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .size_list {
        max-width: 768px;
        width: 90%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 8% auto
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .size_list li {
        width: 40%;
        font-size: 4vw;
        margin: 0 5% 5%;
        text-align: left
    }

    #wrap .rental2 .tab-area .panel-group02 .panel03 .size_list li span {
        font-size: 4vw;
        margin-right: 10px;
        padding: 10px
    }
}

#wrap .safe {
    width: 1200px;
    margin: 180px auto 100px
}

#wrap .safe h3 {
    font-size: 62px;
    line-height: 1.4;
    margin-bottom: 40px
}

#wrap .safe h3 span {
    font-size: 45px
}

#wrap .safe .safe_img {
    background-color: #efefef
}

#wrap .safe .safe_img img {
    width: 80%;
    height: 80%;
    padding: 40px
}

@media(max-width: 768px) {
    #wrap .safe {
        max-width: 768px;
        width: 100%;
        margin: 20% auto 12vw;
    }

    #wrap .safe h3 {
        font-size: 6vw;
        margin-bottom: 5%;
        font-weight: bold
    }

    #wrap .safe h3 span {
        font-size: 5vw
    }

    #wrap .safe .safe_img img {
        width: 90%;
        height: 90%;
        padding: 40px
    }
}

#wrap .reason {
    width: 1200px;
    margin: 0 auto
}

#wrap .reason h3 {
    font-size: 62px;
    line-height: 1.4
}

#wrap .reason h3 span {
    font-size: 45px
}

#wrap .reason .reason_df {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 60px auto
}

#wrap .reason .reason_df li {
    margin: 20px 10px
}

#wrap .reason .reason_df li .reason_main {
    font-size: 28px;
    line-height: 1.3;
    height: 123px;
    width: 342px;
    border: double 4px #a09159;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #303242;
    font-weight: bold
}

#wrap .reason .reason_df li .reason_detail {
    margin-top: 10px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .reason .reason_df li .reason_detail span {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    margin-top: 10px
}

@media(max-width: 768px) {
    #wrap .reason {
        max-width: 768px;
        width: 100%;
        margin: 0 auto
    }

    #wrap .reason h3 {
        font-size: 6vw;
        font-weight: bold
    }

    #wrap .reason h3 span {
        font-size: 5vw
    }

    #wrap .reason .reason_df {
        margin: 8% auto;
        justify-content: center
    }

    #wrap .reason .reason_df li {
        width: 46%;
        margin: 3% 2%
    }

    #wrap .reason .reason_df li .reason_main {
        font-size: 4vw;
        width: 100%;
        height: 25vw
    }

    #wrap .reason .reason_df li .reason_detail {
        font-size: 3vw;
        text-align: left
    }

    #wrap .reason .reason_df li .reason_detail span {
        font-size: 2.8vw
    }
}

#wrap .gray_bg {
    background-color: #efefef;
    padding: 100px 0
}

#wrap .gray_bg .flow {
    width: 1100px;
    margin: 0 auto
}

#wrap .gray_bg .flow h3 {
    font-size: 62px
}

#wrap .gray_bg .flow .flow_df {
    display: flex;
    justify-content: center
}

#wrap .gray_bg .flow .flow_df li {
    width: 300px;
    margin: 40px 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .gray_bg .flow .flow_df li .step {
    width: 40%;
    margin: 0 auto
}

#wrap .gray_bg .flow .flow_df li .flow_img {
    width: 50%;
    margin: 10px auto
}

#wrap .gray_bg .flow .flow_df li .flow_bold {
    font-size: 26px;
    font-weight: bold
}

#wrap .gray_bg .flow .flow_df li .flow_detail {
    font-size: 16px
}

#wrap .gray_bg .flow .flow_df li .flow_detail span {
    font-size: 12px
}

#wrap .gray_bg .shop {
    width: 900px;
    margin: 100px auto
}

#wrap .gray_bg .shop h3 {
    font-size: 50px
}

#wrap .gray_bg .shop .shop_kome {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif
}

#wrap .gray_bg .shop .btn_a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    display: block;
    width: 464px;
    height: 70px;
    background-color: #a09159;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    font-weight: bold;
    border-radius: 65px;
    position: relative
}

#wrap .gray_bg .shop .btn_a::after {
    content: "";
    background: #fff;
    height: 13.8564064606px;
    width: 14px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 40%;
    right: 5%
}

#wrap .gray_bg .shop .btn_a:hover {
    background-color: #fff;
    color: #a09159;
    border: solid 1px #a09159;
    transition: .4s
}

#wrap .gray_bg .shop .btn_a:hover::after {
    background-color: #a09159
}

#wrap .gray_bg .kiyaku {
    width: 1000px;
    margin: 80px auto;
    text-align: left
}

#wrap .gray_bg .kiyaku .kiyaku_ttl {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

#wrap .gray_bg .kiyaku .kiyaku_ttl::before,
#wrap .gray_bg .kiyaku .kiyaku_ttl::after {
    content: "";
    display: block;
    border-bottom: double 4px #303242;
    width: 390px;
    height: 1px;
    margin-left: 20px;
    margin-right: 20px
}

#wrap .gray_bg .kiyaku .kiyaku_list {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 14px
}

#wrap .gray_bg .kiyaku .kiyaku_list .kiyaku_list_item {
    margin-bottom: 16px
}

#wrap .gray_bg .kiyaku .tar {
    text-align: right;
    font-size: 14px
}

#wrap .gray_bg .kiyaku .btn_a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    display: block;
    width: 464px;
    height: 70px;
    background-color: #a09159;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    font-weight: bold;
    border-radius: 65px;
    position: relative
}

#wrap .gray_bg .kiyaku .btn_a::after {
    content: "";
    background: #fff;
    height: 13.8564064606px;
    width: 14px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 40%;
    right: 5%
}

#wrap .gray_bg .kiyaku .btn_a:hover {
    background-color: #fff;
    color: #a09159;
    border: solid 1px #a09159;
    transition: .4s
}

#wrap .gray_bg .kiyaku .btn_a:hover::after {
    background-color: #a09159
}

@media(max-width: 768px) {
    #wrap .gray_bg {
        padding: 16% 0
    }

    #wrap .gray_bg .flow {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto
    }

    #wrap .gray_bg .flow h3 {
        font-size: 8vw;
        font-weight: bold
    }

    #wrap .gray_bg .flow .flow_df {
        display: block;
        text-align: left
    }

    #wrap .gray_bg .flow .flow_df li {
        width: 70%;
        margin: 10% 0 20% auto;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
        position: relative
    }

    #wrap .gray_bg .flow .flow_df li::before {
        content: "";
        display: block;
        background: url(../_img/231006/img-sec04_a.svg) no-repeat center center;
        background-size: contain;
        width: 25vw;
        height: 25vw;
        position: absolute;
        top: 0;
        left: -45%
    }

    #wrap .gray_bg .flow .flow_df li .step {
        width: 60%;
        margin: 0 auto 3% 0
    }

    #wrap .gray_bg .flow .flow_df li .flow_img {
        display: none
    }

    #wrap .gray_bg .flow .flow_df li .flow_bold {
        font-size: 7vw;
        margin-bottom: 2%
    }

    #wrap .gray_bg .flow .flow_df li .flow_detail {
        font-size: 3.6vw
    }

    #wrap .gray_bg .flow .flow_df li .flow_detail span {
        font-size: 3.2vw
    }

    #wrap .gray_bg .flow .flow_df li:nth-of-type(2)::before {
        content: "";
        display: block;
        background: url(../_img/231006/icon_sp.svg) no-repeat center center;
        background-size: contain;
        width: 25vw;
        height: 100vw;
        position: absolute;
        top: -75%;
        left: -45%
    }

    #wrap .gray_bg .flow .flow_df li:nth-of-type(3)::before {
        content: "";
        display: block;
        background: url(../_img/231006/img-sec04_c.svg) no-repeat center center;
        background-size: contain;
        width: 25vw;
        height: 25vw;
        position: absolute;
        top: 0%;
        left: -45%
    }

    #wrap .gray_bg .shop {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 24% auto
    }

    #wrap .gray_bg .shop h3 {
        font-size: 7vw;
        line-height: 1.3;
        font-weight: bold
    }

    #wrap .gray_bg .shop .shop_kome {
        font-size: 3.6vw
    }

    #wrap .gray_bg .shop .btn_a {
        width: 90%;
        height: auto;
        font-size: 5vw;
        padding: 3%;
        margin: 5% auto
    }

    #wrap .gray_bg .shop .btn_a::after {
        content: "";
        background: #fff;
        height: 12.124355653px;
        width: 12px
    }

    #wrap .gray_bg .shop .btn_a:hover {
        background-color: #a09159;
        color: #fff;
        border: none;
        transition: 0
    }

    #wrap .gray_bg .shop .btn_a:hover::after {
        background-color: #fff
    }

    #wrap .gray_bg .kiyaku {
        max-width: 768px;
        width: 100%;
        padding: 0 15px;
        margin: 10% auto
    }

    #wrap .gray_bg .kiyaku .kiyaku_ttl {
        font-size: 5vw
    }

    #wrap .gray_bg .kiyaku .kiyaku_ttl::before,
    #wrap .gray_bg .kiyaku .kiyaku_ttl::after {
        width: 60px
    }

    #wrap .gray_bg .kiyaku .kiyaku_list {
        font-size: 3.4vw;
        padding-left: 5%
    }

    #wrap .gray_bg .kiyaku .kiyaku_list .kiyaku_list_item {
        margin-bottom: 16px
    }

    #wrap .gray_bg .kiyaku .tar {
        text-align: right;
        font-size: 3.2vw
    }

    #wrap .gray_bg .kiyaku .btn_a {
        width: 80%;
        height: auto;
        font-size: 5vw;
        margin: 10% auto;
        padding: 3%
    }

    #wrap .gray_bg .kiyaku .btn_a::after {
        content: "";
        background: #fff;
        height: 12.124355653px;
        width: 12px
    }

    #wrap .gray_bg .kiyaku .btn_a:hover {
        background-color: #a09159;
        color: #fff;
        border: none;
        transition: 0
    }

    #wrap .gray_bg .kiyaku .btn_a:hover::after {
        background-color: #fff
    }
}

#wrap .stock_link {
    color: #8b1111;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    border-bottom: solid 1px #8b1111;
    transition: .3s
}

@media(max-width: 768px) {
    #wrap .stock_link {
        display: inline-block;
        transition: 0s;
        margin: 3% auto
    }
}

#wrap .stock_link:hover {
    color: #a09159;
    border-color: #a09159
}

#wrap .link_wrap .link li:nth-of-type(7),
#wrap .link_wrap .link li:nth-of-type(8),
#wrap .link_wrap .link li:nth-of-type(9) {
    transition: .3s;
    height: 52px
}

#wrap .link_wrap .link li:nth-of-type(7) a::after,
#wrap .link_wrap .link li:nth-of-type(8) a::after,
#wrap .link_wrap .link li:nth-of-type(9) a::after {
    right: 22px;
    top: unset;
    transform: rotate(45deg)
}

#wrap .link_wrap .link li:nth-of-type(7) {
    background-color: #22242f;
    border: 1px solid #22242f
}

#wrap .link_wrap .link li:nth-of-type(7) a {
    color: #fff
}

#wrap .link_wrap .link li:nth-of-type(7) a::after {
    border-top-color: #fff;
    border-right-color: #fff
}

#wrap .link_wrap .link li:nth-of-type(7):hover {
    background-color: #3c4562
}

#wrap .link_wrap .link li:nth-of-type(8) {
    background-color: #e17d90
}

#wrap .link_wrap .link li:nth-of-type(8):hover {
    background-color: #e293a1
}

#wrap .link_wrap .link li:nth-of-type(9) {
    background-color: #745E48
}

#wrap .link_wrap .link li:nth-of-type(9):hover {
    background-color: #94806C
}

@media screen and (min-width: 769px) {
    #wrap .link_wrap .link {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 8px
    }

    #wrap .link_wrap .link li {
        width: 100%
    }

    #wrap .link_wrap .link li:nth-of-type(7),
    #wrap .link_wrap .link li:nth-of-type(8),
    #wrap .link_wrap .link li:nth-of-type(9) {
        height: 52px
    }

    #wrap .link_wrap .link li:nth-of-type(7) a,
    #wrap .link_wrap .link li:nth-of-type(8) a,
    #wrap .link_wrap .link li:nth-of-type(9) a {
        margin-top: 0
    }

    #wrap .link_wrap .link li:nth-of-type(7) a::after,
    #wrap .link_wrap .link li:nth-of-type(8) a::after,
    #wrap .link_wrap .link li:nth-of-type(9) a::after {
        right: 22px;
        width: 11px;
        height: 11px
    }

    #wrap .link_wrap .link li:nth-of-type(7) {
        grid-column: 1/3
    }

    #wrap .link_wrap .link li:nth-of-type(8) {
        grid-column: 3/5
    }

    #wrap .link_wrap .link li:nth-of-type(9) {
        grid-column: 5/7
    }
}

@media screen and (max-width: 768px) {

    #wrap .link_wrap .link li:nth-of-type(7),
    #wrap .link_wrap .link li:nth-of-type(8),
    #wrap .link_wrap .link li:nth-of-type(9) {
        height: 12vw;
    }

    #wrap .link_wrap .link li:nth-of-type(7) a::after,
    #wrap .link_wrap .link li:nth-of-type(8) a::after,
    #wrap .link_wrap .link li:nth-of-type(9) a::after {
        right: 10px
    }

    #wrap .link_wrap .link li a {
        line-height: 130%
    }
}

/*# sourceMappingURL=style_20241205.css.map */
.aa-ssi_wrap {
    display: block !important;
    margin: 100px auto;
    text-align: center;
}

.aa-ssi_copy {
    font-size: 24px !important;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "MS PGothic", serif;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.aa-ssi_copy:before,
.aa-ssi_copy:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #1a1a1a;
    width: 2px;
    height: 32px;
    vertical-align: middle;
}

.aa-ssi_copy:before {
    margin: 6px -25px;
    transform: rotate(-35deg);
}

.aa-ssi_copy:after {
    margin: 6px 20px;
    transform: rotate(35deg);
}

.aa-ssi_wrap picture {
    display: inline-block;
}

.aa-ssi_text {
    font-size: 15px;
    margin-top: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
}

.aa-ssi_text a {
    color: #1a1a1a;
    text-decoration: underline !important;
    transition: 0.3s;
}

.aa-ssi_text a:hover {
    text-decoration: underline;
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .aa-ssi_wrap {
        margin: 12vw auto;
        padding: 0 15px;
    }

    .aa-ssi_copy {
        font-size: 4vw !important;
        margin-bottom: 1.33vw;
    }

    .aa-ssi_copy:before,
    .aa-ssi_copy:after {
        width: 2px;
        height: 4.5vw;
    }

    .aa-ssi_copy:before {
        margin: 1vw -4vw;
    }

    .aa-ssi_copy:after {
        margin: 1vw 2.67vw;
    }

    .aa-ssi_link {
        width: 100% !important;
    }

    .aa-ssi_text {
        margin-top: 1.33vw;
        text-align: left;
        font-size: 3.33vw;
    }
}

.btn_reserve {
    margin-top: 50px;
}

.btn_appoint {
    margin-top: 20px;
}

.btn_reserve a,
.btn_appoint a {
    font-size: 18px;
    text-decoration: underline !important;
    transition: .3s;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    color: #303242;
}

.btn_reserve a:hover,
.btn_appoint a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .btn_reserve {
        margin-top: 0;
    }

    .btn_appoint {
        margin-top: 3vw;
    }

    .btn_reserve a,
    .btn_appoint a {
        font-size: 4vw;
    }
}