@charset "utf-8";

/*共通*/
body,
p,
h1,
h2,
h3,
a,
nav,
ul,
li,
div,
section,
main,
header,
footer {
    margin: 0;
    padding: 0;
    font-family: serif;
}

body {
    position: relative;
}

h2 {
    font-size: 22px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
}

a:visited {
    color: #000;
}

ul {
    list-style: none;
    padding-left: 0;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

section {
    margin-bottom: 200px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

footer p,
footer a,
footer p:visited,
footer a:visited {
    font-size: 15px;
    color: #fff;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_sitemap {
    width: 325px;
}

.footer_sitemap ul {
    height: 204px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
}

footer div ul li {
    padding-bottom: 10px;
    padding-left: 10px;
}

.footer_sns_container {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.footer_sns_container_box01 img {
    width: 32px;
    height: auto;
    padding-left: 20px;
}

.footer_sns_container_box02 {
    margin-top: 20px;
}

.footer_copy {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
}

.header_phone {
    display: none;
}

/*br ここから*/
.br_tablet,
.br_phone {
    display: none;
}

/*br ここまで*/
/*共通ここまで*/
/*ヘッダーからまで*/
header {
    position: absolute;
    position: fixed;
    width: 100%;
    height: 35px;
    text-align: center;
    background-color: #BD8C3F;
    padding: 20px 0;
    z-index: 1;
}

.header_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    display: flex;
    flex-direction: row;
}

header h1 img:first-of-type,
header h1 img:last-of-type {
    height: 30px;
    width: auto;
}

.header_box {
    max-width: 1100px;
    margin: 0 auto;
}

.menu_pc ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu_pc ul li {
    padding-left: 30px;
}

.menu_text,
li .drop_menu01,
li .drop_menu02 {
    color: #fff;
}

.menu_text_last {
    color: #fff;
}

.drop_menu_text {
    padding: 0 !important;
}

.drop_menu_text {
    padding: 0 !important;
}

.drop_menu_list {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .8s;
    background-color: #BD8C3Fe7;
    width: 100vw;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.drop_menu_list_001 {
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 80px;
    box-sizing: border-box;
}

.drop_menu01:hover .drop_menu_list {
    visibility: visible;
    position: absolute;
    top: 75px;
    left: 0;
    opacity: 1;
    width: 100vw;
}

.drop_menu02:hover .drop_menu_list {
    visibility: visible;
    position: absolute;
    top: 75px;
    left: 0;
    opacity: 1;
    box-sizing: border-box;
}

.drop_menu01,
.drop_menu02 {
    display: flex;
    flex-direction: column !important;
}

.drop_menu01 ul a,
.drop_menu01 ul a:visited,
.drop_menu02 ul a,
.drop_menu02 ul a:visited {
    color: #fff;
}

.drop_menu_list01,
.drop_menu_list02 {
    width: 15vw !important;
    text-align: center;
}

.drop_menu_list03 {
    width: 30vw !important;
    text-align: center;
}

.drop_menu_list01,
.drop_menu_list02 {
    padding: 10px 0;
}

.drop_menu_list_002 {
    padding-left: 27.5%;
    padding-right: 27.5%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 80px;
    box-sizing: border-box;
}

/*
.drop_menu_list01:first-of-type{
    padding-left: 35vw;
}
.drop_menu_list01:last-of-type{
    padding-right: 35vw;
}

.drop_menu_list02:first-of-type{
    padding-left: 40vw;
}
.drop_menu_list02:last-of-type{
    padding-right: 40vw;
}
.drop_menu_list03:first-of-type{
    padding-left: 30vw;
}
.drop_menu_list03:last-of-type{
    padding-right: 30vw;
}
*/
/*ヘッダーここまで*/
/*INFORMATIONここから*/
.information_container {
    padding-top: 100px;
    border-bottom: #000 1px solid;
}

.informetion_box {
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
    line-height: 30px;
}

.informetion_box h3 {
    font-size: 17px;
}

.informetion_box p,
.informetion_box h2 {
    margin-top: 20px;
}

.informetion_box a,
.informetion_box a:visited {
    color: #000;
    border-bottom: #000 1px solid;
}

.informetion_box img {
    width: 500px;
    height: auto;
}

.information_box_title_br {
    display: none;
}

.information_box_square {
    text-align: center;
    width: 50px;
    border: 1px #000 solid;
    padding: 5px 10px;
}

.informetion_box li {
    margin-top: 10px;
}

.bell_nouveau_text {
    font-size: 18px;
    font-weight: bold;
}

.bell_nouveau_phone {
    display: none;
}

.bell_nouveau_photo02_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bell_nouveau_photo02_container img {
    padding-bottom: 20px;
}

.bell_nouveau_photo02 {
    height: 250px !important;
    width: auto !important;
    padding-right: 20px;
}

.information_gym_container01 {
    display: flex;
    flex-direction: row;
}

.information_gym_container01 img {
    padding-right: 30px;
}

.information_0926_box {
    display: flex;
}

.information_0926_box div {
    margin-right: 20px;
}

/*INFORMATIONここまで*/
/*ABOUT　トップたち　タイトルここから*/
.main_about01,
.main_about03,
.main_about04 {
    padding-top: 70px;
    height: 250px;
    width: 100vw;
}

.main_about02 {
    background-image: url(../images/about02_top.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1100px 500px;
    padding-top: 70px;
    height: 500px;
    width: 1100px;
    margin: 0 auto;
}

.main_about01 {
    background-image: url(../images/about01_top.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_about03 {
    background-image: url(../images/about03_top.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_about04 {
    background-image: url(../images/about03_top_02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_about03 div h1,
.main_about04 h1 {
    background-color: #BD8C3F75;
}

.main_about01 div h1,
.main_about03 div h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 110px;
    width: 300px;
}

.main_about04 div h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    width: 300px;
}

.main_about02 div {
    color: #fff;
    padding-left: 190px;
    margin-top: 220px;
}

.main_about02 div h1 {
    font-size: 30px;
}

/*ABOUT　トップたち　タイトルここまで*/
/*ABOUT　会社概要　タイトルここから*/
.about01_container01 h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.about01_container01 h3 {
    margin: 30px 0;
}

/*ABOUT　会社概要　タイトルここまで*/
/*ABOUT　会社概要　ここから*/
.about01_container02 table,
.about01_container03 table {
    width: 100%;
    margin-top: 30px;
}

.about01_container02 table tr,
.about01_container03 table tr {
    display: flex;
    width: 100%;
}

.about01_container02 table th,
.about01_container02 table td,
.about01_container03 table th,
.about01_container03 table td {
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

.about01_container02 table,
.about01_container03 table {
    border-top: 1px solid #000;
}

.about01_container02 table th,
.about01_container03 table th {
    width: 15%;
    padding-left: 10px;
    text-align: start;
}

.about01_container02 table td,
.about01_container03 table td {
    width: 85%;
    text-align: start;
}

.about01_container02 table th a,
.about01_container03 table td a {
    color: #000;
}

.about01_container02 table th a:visited,
.about01_container03 table td a:visited {
    color: #000;
}

.about01_container03_map {
    margin-top: 30px;
}

.about01_container03_map iframe {
    width: 100%;
    height: 250px;
}

.about01_container04 {
    padding-top: 75px;
}

.about01_container04_text01 {
    margin: 20px 0;
}

.about01_container04 .content div {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

/*ABOUT　会社概要　ここまで*/
/*ABOUT　こだわり　ここから*/
.about02_container_introduction {
    font-weight: bold;
    margin-top: 30px;
}

.about02_container_interview {
    margin-top: 50px;
}

.about02_container_interview h2 {
    margin-bottom: 10px;
}

/*ABOUT　こだわり　ここまで*/
/*ABOUT　革のお手入れ　ここから*/
.about03_container01_box {
    margin-top: 30px;
}

.about04_container01 {
    margin-bottom: 50px;
}

.about03_container01_box h2,
.about04_container01 h2 {
    margin-bottom: 20px;
}

.about04_container01 a {
    border-bottom: solid 1px #000;
}

.about03_container01,
.about03_container02 {
    margin-bottom: 100px;
}

.about03_container02_box {
    margin-bottom: 50px;
}

.about03_container01_box h2,
.about03_container02_box h2 {
    margin-bottom: 20px;
}

.about04_container01_box01,
.about04_container01_box02_title {
    margin-top: 50px;
}

.about04_container01_box02_title {
    margin-bottom: 20px;
}

.about04_container01_box02 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.about04_container01_box02_01 {
    width: 48%;
}

.about04_container01_box02_01 div {
    display: flex;
    justify-content: space-between;
}

.about04_container01_box02_01 p {
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}


.about04_container01_box02_01 div a {
    width: 48%;
    height: auto;
}

.about04_container01_box02_01 div a img {
    width: 100%;
    height: auto;
}

.about04_container01_box01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about04_container01_box01 div {
    width: 48%;
}

.about04_container01_box01 div iframe {
    width: 100%;
    height: 300px;
}

.movie {
    width: 100%;
}

.about04_container03_box {
    margin-top: 50px;
}

.about04_container03_box {
    border: solid 1px #BD8C3F;
    padding: 30px 10px;
    text-align: center;
    box-sizing: border-box;
}

.about04_container03_box_01 {
    margin-top: 30px;
}

.about04_container03_box_02 {
    width: 100%;
    margin-top: 10px;
}

.about04_container03_box_02 div {
    width: 250px;
    margin: 0 auto;
}

.about04_container03_box_02 a,
.about04_container03_box_02 a:visited {
    color: #000;
}

.repair_link :hover {
    opacity: 0.8;
}

/*ABOUT　革のお手入れ　ここまで*/
/*リンクホバー設定ここから*/
.informetion_box a:hover,
.about04_container01 a:hover {
    opacity: .6;
    transition: .3s;
}

/*リンクホバー設定ここまで*/
/*アコーディオン　設定　ここから*/
.accordion {
    margin: 3em auto;
}

.toggle {
    display: none;
}

.option {
    position: relative;
}

.title,
.title_last .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title,
.title_last {
    border-top: solid 1px #000;
    padding: 1em;
    display: block;
    color: #333;
    font-weight: bold;
}

.title_last {
    border-bottom: solid 1px #000;
}

.title::after,
.title_last::after,
.title::before,
.title_last::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #000;
    transition: all 0.3s;
}

.content {
    max-height: 0;
    overflow: hidden;
}

.content p {
    margin: 0;
    padding: 20px 10px;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked+.title,
.toggle:checked+.title_last {
    background-color: #BD8C3F;
    color: #fff;
    border-top: 1px solid #BD8C3F;
}

.toggle:checked+.title_last {
    border-bottom: 1px solid #BD8C3F;
}

.toggle:checked+.title+.content,
.toggle:checked+.title_last+.content {
    max-height: 3000px;
    transition: all 1.5s;
}

.toggle:checked+.title::after,
.toggle:checked+.title_last::after,
.toggle:checked+.title::before,
.toggle:checked+.title_last::before {
    background-color: #fff;
}

.title::before,
.title_last::before {
    transform: rotate(90deg);
}

.title::after,
.title_last::after {
    transform: rotate(90deg);
}

.toggle:checked+.title::before,
.toggle:checked+.title_last::before {
    transform: rotate(45deg) !important;
}

.toggle:checked+.title::after,
.toggle:checked+.title_last::after {
    transform: rotate(135deg) !important;
}

/*アコーディオン　設定　ここまで*/
/*カートリンク　ここから*/
.shop_link_container_pc {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 100;
    position: fixed;
    transition: all .8s;
}

.shop_link_container_pc img {
    height: 30px;
    color: #fff;
    background-color: #000;
    padding: 15px;

}

.shop_link_container_pc div {
    position: absolute;
    right: -260px;
    top: 0;
    width: 260px;
    height: 230px;
    background-color: #000;
    padding: 0;
}

.shop_link_container_pc div ul li {
    background-color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: start;
}

.shop_link_container_pc div ul li a {
    color: #000;
}

.shop_link_container_pc div ul li a:visited {
    color: #000;
}

.shop_link_container_pc:hover {
    right: 260px;
    transition: all .8s;
}

.shop_link_container_phone {
    display: none;
}

/*カートリンク　ここまで*/

@media screen and (max-width: 840px) {

    /*タブレット共通ここから*/
    header {
        height: 80px;
        padding: 0;
    }

    .header_pc {
        display: none;
    }

    .header_phone {
        display: inherit;
    }

    header h1 img {
        height: 50px !important;
        padding-top: 15px;
    }

    .menu-content img {
        height: 65px !important;
        padding: 20px 0;
        margin: 0 auto;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 101;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        background-color: #fff;
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 100;
        background-color: #BD8C3F;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    .menu-content ul {
        padding: 10px 10px 0;
        height: 100vh;
    }

    .menu-content ul li {
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
    }

    #menu-btn-check:checked~.menu-content {
        top: 0;
        /*メニューを画面内へ*/
        z-index: 200;
    }

    #menu-btn-check:checked~.menu-btn {
        z-index: 201;
    }

    /*カートリンク　レスポンシブ設定*/
    .shop_link_container_phone {
        display: inherit;
    }

    .shop_link_container_phone img {
        height: 30px;
        width: auto;
    }

    .shop_link_btn,
    #open,
    #close {
        position: fixed;
        top: 30px;
        right: 80px;
        display: block;
    }

    .shop_link_btn {
        z-index: 101;
    }

    .shop_link_btn i {
        font-size: 25px;
    }

    .shop_link_menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 100;
        background-color: #BD8C3F;
        transition: all 0.5s;
        /*アニメーション設定*/
        text-align: center;
    }

    .shop_link_menu-content li {
        width: 200px;
        background-color: #fff;
        padding: 10px;
        margin: 0 auto;
        margin-top: 70px;
    }

    .shop_link_menu-content li a {
        color: #BD8C3F;
    }

    #shop_link {
        display: none;
    }

    #shop_link:checked~.shop_link_btn i:first-child {
        display: none;
    }

    #shop_link:checked~.shop_link_menu-content {
        top: 0;
        z-index: 200;
    }

    #shop_link:checked~.shop_link_btn {
        z-index: 201;
    }

    #open {
        color: #fff;
    }

    #close {
        display: none;
        position: fixed;
        top: 30px;
        right: 80px;
        color: #fff;
        z-index: 101 !important;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    #shop_link:checked~.shop_link_btn #open {
        display: none;
    }

    #shop_link:checked~.shop_link_btn #close {
        display: inherit;
    }

    /*カートリンク　レスポンシブ設定*/
    .wrapper {
        width: 95vw;
    }

    footer .wrapper {
        flex-wrap: wrap;
        height: 370px;
    }

    footer .wrapper div {
        width: 50%;
        height: 170px;
    }

    .footer_sns_container_box01 {
        margin-top: 60px;
        text-align: center;
        height: 60px !important;
        margin-bottom: 30px;
    }

    .footer_sns_container,
    .footer_sns_container_box01,
    .footer_sns_container_box02 {
        text-align: center;
        width: 100% !important;
    }

    .footer_sns_container_box01 {
        padding-bottom: 0 !important;
    }

    .footer_sns_container_box02 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer_copy {
        margin-top: 80px;
    }

    .footer_sns img {
        padding-right: 32px;
    }

    /*タブレット共通ここまで*/
    /*br ここから*/
    .br_tablet {
        display: inherit;
    }

    .br_pc,
    .br_phone {
        display: none;
    }

    /*br ここまで*/
    .main_about02 {
        width: 100vw;
    }

    .main_about02 div {
        padding-left: 80px;
    }

    /*INFORMATION　ここから*/
    .informetion_box img {
        width: 100%;
    }

    .information_box_title_br {
        display: none;
    }

    .bell_nouveau_photo02 {
        width: 100%;
        height: auto !important;
        padding-right: 0;
        padding-top: 20px;
    }

    .bell_nouveau_photo02_container {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .bell_nouveau_photo02_container img {
        width: 100%;
    }

    /*INFORMATION　ここまで*/
    /*カートリンク　ここから*/
    .shop_link_container_pc {
        display: none;
    }

    /*カートリンク　ここまで*/
    .information_gym_container01 {
        flex-direction: column;
    }

    .information_gym_container01 img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 950px) and (orientation: landscape) {

    /*タブレット共通ここから*/
    header {
        height: 80px;
        padding: 0;
    }

    .header_pc {
        display: none;
    }

    .header_phone {
        display: inherit;
    }

    header h1 img {
        height: 50px !important;
        padding-top: 15px;
    }

    .menu-content img {
        height: 65px !important;
        padding: 20px 0;
        margin: 0 auto;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        background-color: #fff;
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #BD8C3F;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    .menu-content ul {
        padding: 10px 10px 0;
        height: 100vh;
    }

    .menu-content ul li {
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
    }

    #menu-btn-check:checked~.menu-content {
        top: 0;
        /*メニューを画面内へ*/
    }

    .wrapper {
        width: 95vw;
    }

    footer .wrapper {
        flex-wrap: wrap;
        height: 370px;
    }

    footer .wrapper div {
        width: 50%;
        height: 170px;
    }

    .footer_sns_container_box01 {
        margin-top: 60px;
        text-align: center;
        height: 60px !important;
        margin-bottom: 30px;
    }

    .footer_sns_container,
    .footer_sns_container_box01,
    .footer_sns_container_box02 {
        text-align: center;
        width: 100% !important;
    }

    .footer_sns_container_box01 {
        padding-bottom: 0 !important;
    }

    .footer_sns_container_box02 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer_copy {
        margin-top: 80px;
    }

    .footer_sns img {
        padding-right: 32px;
    }

    /*タブレット共通ここまで*/
    /*br ここから*/
    .br_tablet {
        display: inherit;
    }

    .br_pc,
    .br_phone {
        display: none;
    }

    /*br ここまで*/
    .main_about02 {
        width: 100vw;
    }

    .main_about02 div {
        padding-left: 80px;
    }

    /*INFORMATION　ここから*/
    .informetion_box img {
        width: 100%;
    }

    .information_box_title_br {
        display: none;
    }

    /*INFORMATION　ここまで*/


}

@media screen and (max-width: 450px) {

    /*スマホ共通ここから*/
    header h1 img {
        height: 30px !important;
        width: auto;
        padding-top: 30px;
    }

    .menu-btn {
        top: 17px;
    }

    footer .wrapper {
        height: 610px;
    }

    footer .wrapper div {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .footer_company {
        padding-left: 10px;
    }

    .footer_sns_container_box01 {
        padding: 0;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .footer_copy {
        margin-top: 0;
    }

    .footer_sitemap ul {
        height: 234px;
    }

    footer div ul li {
        padding-left: 10px;
    }

    footer .wrapper div {
        padding-bottom: 0;
    }

    /*スマホ共通ここまで*/

    .informetion_box img {
        width: 100%;
        height: auto;
    }

    section {
        margin-bottom: 100px;
    }

    /*br ここから*/
    .br_phone {
        display: inherit;
    }

    .br_pc,
    .br_tablet {
        display: none;
    }

    /*br ここまで*/
    /*ABOUT　トップたち　タイトルここから*/
    .main_about01,
    .main_about02,
    .main_about03,
    .main_about04 {
        padding-top: 70px;
        height: 180px;
        width: 100vw;
    }

    .main_about01 {
        background-image: url(../images/about01_top.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main_about02 {
        background-size: contain;
    }

    .main_about03,
    .main_about04 {
        background-size: cover;
        background-position: bottom center;
    }

    .main_about01 h1,
    .main_about02 h1,
    .main_about03 h1,
    .main_about04 h1 {
        color: #fff;
        text-align: center;
        padding-top: 80px;
    }

    .main_about03,
    .main_about04 {
        position: relative;
    }

    .main_about03 h1,
    .main_about04 h1 {
        position: absolute;
        top: 153px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-color: #BD8C3F75;
        padding-top: 0;
        width: 200px !important;
    }

    .main_about01 div h1,
    .main_about03 div h1,
    .main_about04 div h1 {
        margin-top: 0;
        font-size: 22px;
    }

    .main_about02 div {
        padding-top: 0;
        margin-top: 30px;
        padding-left: 20px;
        position: relative;
    }

    .main_about02 div h1 {
        position: absolute;
        top: 32px;
        padding-top: 2px !important;
        padding: 2px;
        font-size: 22px;
        text-align: start;
        padding-top: 0;
        background-color: #bd8d3f75;
    }

    /*ABOUT　トップたち　タイトルここまで*/
    /*ABOUT　会社概要ここから*/
    .about01_container01 h2 {
        font-size: 25px;
    }

    .about01_container01 h3,
    .about01_container01 h2 {
        margin: 20px 0;
    }

    .about01_container02 table th,
    .about01_container03 table th {
        width: 95%;
        text-align: start;
        border-bottom: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .about01_container02 table td,
    .about01_container03 table td {
        width: 95%;
        text-align: start;
        border-bottom: none;
        padding-top: 0;
        padding: 0 2.5%;
        padding-bottom: 20px;
    }

    .about01_container02 table tr,
    .about01_container03 table tr {
        flex-direction: column;
        width: 100%;
    }

    .about01_container02 table tr,
    .about01_container03 table tr {
        border-bottom: 1px solid #000;
    }

    .about01_container04 img {
        width: 100%;
    }

    .about01_container04 div {
        flex-direction: column;
    }

    /*ABOUT　会社概要ここまで*/
    /*ABOUT 修理 プレシャスリペア*/
    .about04_container01_box01 {
        flex-direction: column;
    }

    .about04_container01_box01 div {
        width: 100%;
    }

    .about04_container03_box h2 {
        font-size: 15px;
    }

    /*ABOUT 修理 プレシャスリペア*/
    .information_box_title_br {
        display: inherit;
    }

    .information_0926_box {
        flex-direction: column;
    }

    .information_0926_box div {
        margin-right: 0;
    }

    .about04_container01_box02 {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .about04_container01_box02_01 {
        width: 100%;
        padding-bottom: 20px;
    }

    /*ショップリンク　ここから*/
    .shop_link_container_pc {
        display: none;
    }

    .shop_link_menu-content li:first-of-type {
        margin-top: 110px;
    }

    .shop_link_menu-content li {
        margin-top: 30px;
    }

    .shop_link_btn,
    #open,
    #close {
        top: 35px;
    }

    /*ショップリンク　ここまで*/
    .bell_nouveau_phone {
        display: inherit;
    }

    .bell_nouveau_pc {
        display: none;
    }
}

@media screen and (max-height: 450px) and (orientation: landscape) {

    .menu-content {
        overflow: scroll;
    }

    /*スマホ共通ここから*/
    header h1 img {
        height: 30px !important;
        width: auto;
        padding-top: 30px;
    }

    .menu-btn {
        top: 17px;
    }

    footer .wrapper {
        height: 610px;
    }

    footer .wrapper div {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .footer_company {
        padding-left: 10px;
    }

    .footer_sns_container_box01 {
        padding: 0;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .footer_copy {
        margin-top: 0;
    }

    /*スマホ共通ここまで*/
    .informetion_box img {
        width: 100%;
        height: auto;
    }

    /*br ここから*/
    .br_phone {
        display: inherit;
    }

    .br_pc,
    .br_tablet {
        display: none;
    }

    /*br ここまで*/
    /*ABOUT　トップたち　タイトルここから*/
    .main_about01,
    .main_about03,
    .main_about04 {
        padding-top: 70px;
        height: 180px;
        width: 100vw;
    }

    .main_about01 {
        background-image: url(../images/about01_top.png);
        background-position: center;
        background-size: cover;
    }

    .main_about02 {
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: top 100px !important;
        padding-top: 100px;
        height: 300px;
        width: 100vw;
    }

    .main_about03,
    .main_about04 {
        background-size: cover;
        background-position: bottom center;
    }

    .main_about01 h1,
    .main_about02 h1,
    .main_about03 h1,
    .main_about04 h1 {
        color: #fff;
        text-align: center;
        padding-top: 80px;
    }

    .main_about01 div h1,
    .main_about03 div h1,
    .main_about04 div h1 {
        margin-top: 0;
        font-size: 22px;
    }

    .main_about02 div {
        padding-top: 0;
        margin-top: 30px;
        padding-left: 20px;
        position: relative;
    }

    .main_about02 div h1 {
        position: absolute;
        top: 100px;
        left: 150px;
        padding-top: 2px !important;
        padding: 2px;
        font-size: 22px;
        text-align: start;
        padding-top: 0;
        background-color: #bd8d3f75;
    }

    /*ABOUT　トップたち　タイトルここまで*/
    /*ABOUT　会社概要ここから*/
    .about01_container01 h2 {
        font-size: 25px;
    }

    .about01_container01 h3,
    .about01_container01 h2 {
        margin: 20px 0;
    }

    .about01_container02 table th,
    .about01_container03 table th {
        width: 95%;
        text-align: start;
        border-bottom: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .about01_container02 table td,
    .about01_container03 table td {
        width: 95%;
        text-align: start;
        border-bottom: none;
        padding-top: 0;
        padding: 0 2.5%;
        padding-bottom: 20px;
    }

    .about01_container02 table tr,
    .about01_container03 table tr {
        flex-direction: column;
        width: 100%;
    }

    .about01_container02 table tr,
    .about01_container03 table tr {
        border-bottom: 1px solid #000;
    }

    /*ABOUT　会社概要ここまで*/

}