body {
    font-family: "yu-mincho-pr6n", sans-serif;
    color: #534741;
}

.tabContents {
    position: relative;
}

/* スライダー上部にリストタブを配置 */
.inner {
    position: relative;
}

.tabbox {
    display: none;
    /* 最初は全て非表示 */
}

.tabbox.active {
    display: block;
    /* アクティブなタブのみ表示 */
}

.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

/* .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
} */

.slick-dots .slick-active button {
    background: #333;
    color: white
}

@media screen and (min-width: 1400px) {
    .setumei {
        width: 1000px;
        text-align: left;
        margin: auto;
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .setumei {
        width: 90%;
        text-align: left;
        margin: auto;
        font-size: 12px;
    }
}


@media screen and (min-width: 500px) and (max-width: 1400px) {
    .tablet {
        max-width: 700px;
        width: 90%;
        margin: auto;
    }
}




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


@media screen and (min-width: 1400px) {

    .listTab {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* 影をつける */
        z-index: 10;
        /* スライドの上に表示されるようにする */
    }

    .listTab li {
        margin: 0 10px;
        background-color: #EFEAE4;
        font-size: 20px;

    }

    .listTab li a {
        display: block;
        padding: 10px 20px;
        color: black;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        /* 初期状態で透明な下線 */
    }

    .listTab li.active a {
        border-bottom: 2px solid #B29D8D;
    }

    .listTab li a:hover {
        background-color: #dddddd;
        /* ホバー時の背景色 */
        border-bottom: 2px solid #B29D8D;
        /* ホバー時の下線色 */
        color: #333;
    }
}


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

    .listTab {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        text-align: center;
    }

    .listTab li {
        margin: 10px;
        background-color: #B29D8D;
        color: #333;
    }

    .listTab li a {
        color: #333333;

        padding: 14px;
        font-size: 17px;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        /* 初期状態で透明な下線 */
    }

    .listTab li.active a {
        color: #333;
        border-bottom: 2px solid #B29D8D;
        /* アクティブなタブの下線色 */
    }

    .listTab li a:hover {
        border-bottom: 2px solid #B29D8D;
        /* ホバー時の下線色 */
        color: #333;
    }
}

@media screen and (min-width: 1400px) {

    .slick-prev {
        left: 32.5% !important;
        transform: none !important;
    }

    .slick-prev::before {
        content: "";
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid white;
        position: absolute;
        top: 45%;
        left: 50%;
    }

    .slick-next {
        right: 32.5% !important;
        transform: none !important;
    }

    .slick-next::before {
        content: "";
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid white;
        position: absolute;
        top: 45%;
        left: 50%;
    }

    .slick-prev,
    .slick-next {
        position: absolute !important;
        top: 36% !important;
        cursor: pointer !important;
        outline: none !important;
        height: 80px !important;
        width: 50px !important;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        border-top: 2px solid #B29D8D !important;
        border-right: 2px solid #B29D8D !important;
        border-left: 2px solid #B29D8D !important;
        border-bottom: 2px solid #B29D8D !important;
        border-radius: 10px !important;
        /* 高い値を設定して、最前面に表示 */
        margin: auto !important;
    }
}


.marginauto {
    margin: auto;
    text-align: center;
}


.marginauto img {
    margin: auto;
    text-align: center;
}

.flex-container {
    display: flex;
    color: white;
    font-family: "yu-mincho-pr6n", sans-serif;
    align-items: center;
}

.yumincho {
    font-family: serif;
}

@media screen and (min-width:1280px) {

    .flex5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
        padding-bottom: 80px;
        gap: 30px;
    }

    .left-side2 {
        display: flex;
        width: 100%;
        flex: 1;
        padding: 0%;
    }

    .left-side2 img {
        width: 500px;
    }

    .leftmaintext {
        font-size: 26px;
        padding-left: 20px;
        text-align: left;
    }

    .leftsubtext {
        font-size: 16px;
        padding-left: 20px;
        text-align: left;
    }

    .leftbutton {
        background-color: #B09A89;
        text-align: left;
        display: inline-block;
        margin-left: 20px;
        margin-top: 20px;
    }

    .leftbutton a {
        color: white !important;
    }

    .right-side2 {
        display: flex;
        width: 100%;
        text-align: right;
        flex: 1;
    }

    .right-side2 img {
        width: 500px;
    }

    .rightmaintext {
        font-size: 26px;
        padding-right: 20px;
        text-align: right;
    }

    .rightsubtext {
        font-size: 16px;
        padding-right: 20px;
        text-align: right;
    }

    .rightbutton {
        background-color: #B09A89;
        text-align: right;
        display: inline-block;
        margin-right: 20px;
        margin-top: 20px;
        color: white !important;
    }

    .rightbutton a {
        color: white !important;
    }

    .crown {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
        padding-bottom: 80px;
        gap: 40px;
    }

    .crown img {
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 500px) and (max-width: 1279px) {

    .flex5 {
        display: block;
        width: 100%;
        align-items: flex-start;
    }

    .left-side2 {
        display: flex;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .left-side2 img {
        width: 100%;
    }

    .leftmaintext {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 1.2;

    }

    .leftsubtext {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        text-align: center;
    }

    .leftbutton {
        background-color: #B09A89;
        text-align: left;
        display: inline;
        padding: 10px;
    }

    .leftbutton a {
        color: white !important;
    }

    .right-side2 {
        display: flex;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .right-side2 img {
        width: 100%;
    }

    .rightmaintext {
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding-bottom: 10px;
    }

    .rightsubtext {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .rightbutton {
        background-color: #B09A89;
        display: inline;
        padding: 10px;
    }

    .rightbutton a {
        color: white !important;
    }

}

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

    .flex5 {
        display: flex;
        width: 100%;
        align-items: flex-start;
    }

    .left-side2 {
        display: flex;
        width: 100%;
        text-align: center;
    }

    .left-side2 img {
        width: 100%;
    }

    .leftmaintext {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 1.2;
    }

    .leftsubtext {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .leftbutton {
        background-color: #B09A89;
        text-align: left;
        display: inline;
        padding: 10px;
        color: white !important;
    }

    .leftbutton a {
        color: white !important;
    }

    .right-side2 {
        display: flex;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .right-side2 img {
        width: 100%;
    }

    .rightmaintext {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 1.2;
    }

    .rightsubtext {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .rightbutton {
        background-color: #B09A89;
        display: inline;
        padding: 10px;
        color: white !important;
    }

    .rightbutton a {
        color: white !important;
    }
}


@media screen and (min-width: 1400px) {

    .tochi {
        display: flex;
        max-width: 1440px;
        margin: auto;
        align-items: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
    }

    .sagashi {
        width: 50%;
    }

    .sagashi2 {
        width: 50%;
    }

    .sagashi2 img {
        width: 100%;
    }

    .sagashi h1 {
        font-size: 38px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        /* 文字間のスペースを広げる */

    }

    .sagashi h1::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        /* 下線を文字から離す */
        height: 4px;
        /* 下線の太さ */
        background-color: #A48B78;
        /* 下線の色 */
        width: 50%;
    }

    .sagashi h2 {
        padding-top: 30px;
        padding-bottom: 50px;
        font-size: 18px;
        text-align: left;
    }

    .sagashi h3 {
        font-size: 26px;
        font-weight: 600;

    }

    .sagashi h4 {
        font-size: 27px;
        font-weight: 600;
        background-color: #A48B78;
        color: white;
        padding: 10px;

    }

    .sagashi h5 {
        font-size: 39px;
        font-weight: 600;
        background-color: #A48B78;
        color: white;
        padding: 10px;
    }

    .tochi .highlight {
        font-size: 30px;
        color: #A48B78;
        font-weight: 600;
    }

    .feature {
        font-size: 20px;
        color: black;
        text-align: center;
        margin: auto;
        max-width: 850px;
        padding-top: 30px;
    }

}


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

    .tochi {
        width: 90%;
        margin: auto;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        line-height: 2;

    }

    .sagashi img {
        width: 100%;
    }

    .sagashi2 img {
        width: 100%;
    }

    .sagashi h1 {
        font-size: 32px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        /* 文字間のスペースを広げる */
        text-align: center;
    }


    .sagashi h2 {
        padding-top: 14px;
        padding-bottom: 20px;
        font-size: 18px;
    }

    .sagashi h3 {
        font-size: 22px;
        font-weight: 600;

    }

    .sagashi h4 {
        font-size: 27px;
        font-weight: 600;
        background-color: #A48B78;
        color: white;
        padding: 10px;

    }

    .sagashi h5 {
        font-size: 39px;
        font-weight: 600;
        background-color: #A48B78;
        color: white;
        padding: 10px;
    }

    .tochi .highlight {
        font-size: 24px;
        color: #A48B78;
        font-weight: 600;
    }

    .feature {
        font-size: 14px;
        color: black;
        text-align: center;
        margin: auto;
        max-width: 80%;
        padding-top: 20px;
    }
}



.company {
    width: 75%;
    max-width: 1440px;
    margin: auto;
}



.company h1 {
    font-family: "yu-mincho-pr6n", sans-serif;
    margin-top: 47px;
    font-size: 35px;
    font-weight: 500;
    line-height: 2.0;
    text-align: left;
    background-color: white;
}

.company h2 {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    padding-bottom: 10%;
    background-color: white;

}



@media screen and (min-width: 1400px) {


    .left-side {
        width: 100%;
        background-image: url(../img/typebrown_showroom.jpg);
        background-repeat: no-repeat;
        /* 背景画像が繰り返されないように設定 */
        background-size: contain;
        /* 画像がコンテナに収まるように調整 */
        overflow: hidden;
        text-align: right;
        height: 600px;
        background-position: right;
        /* 画像を右寄りに配置 */

    }

    .left-side img {
        height: auto;
        margin: auto;
    }

    .left-side .padding {
        padding-right: 50px;
        padding-top: 70px;

    }


    .right-side .padding {
        padding-left: 50px;
    }

    .left-side h1 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        padding-top: 30px;
        font-weight: 200;
        color: white !important;

    }

    .left-side h2 {
        padding-top: 30px;
        font-size: 22px;
        font-weight: bold;
        font-weight: 200;
        padding-bottom: 40px;
        color: white !important;

    }

    .left-side h3 {
        font-size: 30px;
        color: #333;
        display: inline;
        /* Make the h3 element only as wide as the text */
        background-color: white;
        /* Apply background only to the text area */
        padding: 10px;
        /* Optional: Add some padding to give space around the text */
    }

    .right-side {


        width: 100%;
        /* 右側の画像のためのスペースを全体の50%に設定 */
        background-image: url(../img/typebrown_modelhouse.jpg);
        /* 画像を中央に配置 */
        background-size: contain;
        /* 画像がコンテナに収まるように調整 */
        /* 画像がコンテナを覆うように調整 */
        /* 外側に光彩（シャドウ）を追加 */
        background-repeat: no-repeat;
        /* 背景画像が繰り返されないように設定 */
        height: 600px;
        overflow: hidden;
        text-align: left;
        background-position: left;
        /* 画像を右寄りに配置 */

    }

    .right-side img {
        width: 100%;
        /* 左側の各画像をそのコンテナの100%の幅に設定 */
        height: auto;
        /* 画像の縦横比を保持 */
        margin: auto;

    }

    .right-side .padding {
        padding-left: 60px;
        padding-top: 70px;
    }

    .right-side h1 {
        padding-top: 30px;
        font-size: 32px;
        font-weight: 200;
        line-height: 1.2;
        color: white !important;

    }

    .right-side h2 {
        padding-top: 30px;
        font-size: 22px;
        font-weight: 200;
        padding-bottom: 40px;
        color: white !important;
    }

    .right-side h3 {
        font-size: 30px;
        color: #333;
        display: inline;
        /* Make the h3 element only as wide as the text */
        background-color: white;
        /* Apply background only to the text area */
        padding: 10px;
        /* Optional: Add some padding to give space around the text */
    }




}

@media screen and (max-width: 1400px) {
    .left-side {
        width: 100%;
        background-image: url(../img/showsp.jpg);
        background-repeat: no-repeat;
        /* 背景画像が繰り返されないように設定 */
        background-size: contain;
        /* 画像がコンテナに収まるように調整 */
        overflow: hidden;
        text-align: right;
        height: 300px;
        background-position: right;
        /* 画像を右寄りに配置 */

    }

    .left-side img {
        height: auto;
        margin: auto;
    }

    .left-side .padding {
        padding-right: 00px;
        padding-top: 0px;

    }


    .right-side .padding {
        padding-left: 0px;
    }

    .left-side h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        padding-top: 4px;
        padding-bottom: 4px;
        color: white !important;

        font-weight: 200;
        width: 90%;
    }

    .left-side h2 {
        padding-top: 0px;
        font-size: 12px;
        font-weight: bold;
        font-weight: 200;
        padding-bottom: 0px;
        width: 90%;
        padding-top: 4px;
        padding-bottom: 4px;
        color: white !important;

    }

    .left-side h3 {
        font-size: 20px;
        color: #333;
        display: inline;
        /* Make the h3 element only as wide as the text */
        background-color: white;
        /* Apply background only to the text area */
        padding: 0px;
        /* Optional: Add some padding to give space around the text */
        width: 90%;
        margin-right: 10%;
        text-align: center;

    }

    .right-side {


        width: 100%;
        /* 右側の画像のためのスペースを全体の50%に設定 */
        background-image: url(../img/modelsp.jpg);
        /* 画像を中央に配置 */
        background-size: contain;
        /* 画像がコンテナに収まるように調整 */
        /* 画像がコンテナを覆うように調整 */
        /* 外側に光彩（シャドウ）を追加 */
        background-repeat: no-repeat;
        /* 背景画像が繰り返されないように設定 */
        height: 300px;
        overflow: hidden;
        text-align: left;
        background-position: left;
        /* 画像を右寄りに配置 */

    }

    .right-side img {
        width: 100%;
        /* 左側の各画像をそのコンテナの100%の幅に設定 */
        height: auto;
        /* 画像の縦横比を保持 */
        margin: auto;

    }

    .right-side .padding {
        padding-left: 0px;
        padding-top: 0px;
    }

    .right-side h1 {
        padding-top: 0px;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.2;
        width: 90%;
        padding-left: 10%;
        padding-top: 4px;
        padding-bottom: 4px;
        color: white !important;

    }

    .right-side h2 {
        padding-top: 0px;
        font-size: 12px;
        font-weight: 200;
        padding-bottom: 0px;
        width: 90%;
        padding-left: 10%;
        padding-top: 4px;
        padding-bottom: 4px;

        color: white !important;

    }

    .right-side h3 {
        font-size: 20px;
        color: #333;
        display: inline;
        /* Make the h3 element only as wide as the text */
        background-color: white;
        /* Apply background only to the text area */
        padding: 0px;
        /* Optional: Add some padding to give space around the text */
        margin-left: 10%;
        text-align: center;
        margin-top: 10%;

    }
}

@media screen and (max-width: 1400px) {
    .show {
        background-image: url(/img/showsp.jpg);
    }

    .model {
        background-image: url(/img/modelsp.jpg);
    }
}




.is-anime.mask {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.is-anime.mask.active {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.is-anime.mask.slow {
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}

.is-anime.fade {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.is-anime.fade.active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}



/* 基本のフェードインとスライドアップ効果 */
.slide-up-fade-in {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* アクティブ状態：最終的な表示状態 */
.slide-up-fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

/* スローアニメーション効果 */
.slide-up-fade-in.slow {
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* クイックアニメーション効果 */
.slide-up-fade-in.fast {
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 1400px) {

    .viewmore {
        padding-top: 8px;
        font-size: 16px;
        text-align: right;
        margin-right: 30px;
        padding-top: 20px;
        margin-bottom: 14px;
        text-decoration: underline;
        color: #333 !important;


    }

    .viewmore span {
        background-color: #EFEAE4;
        padding: 14px 60px 20px 60px;
        color: #333 !important;

    }
}

@media screen and (max-width: 1400px) {
    .viewmore {
        padding-top: 8px;
        font-size: 16px;
        color: white !important;
        text-align: right;
        padding-bottom: 40px;
        text-decoration: underline;
        color: #333 !important;

    }

    .viewmore span {
        background-color: #EFEAE4;
        padding: 10px 20px;
        color: #333 !important;

    }

}

@media screen and (min-width: 1400px) {

    .sp {
        display: none;
    }


}



@media screen and (max-width: 1400px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


@media screen and (min-width: 1400px) {

    .fv img {

        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        position: relative;
    }
}

@media screen and (max-width: 1400px) {
    .fv img {
        width: 100%;
    }
}


.img-hover {
    transition: transform 0.3s ease opacity 0.3s ease;
    cursor: pointer;
}

.img-hover:hover {
    transform: scale(1.1);
    opacity: 0.8;
}


@media screen and (min-width: 1400px) {

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 20px 20px 10px;
    }

    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1500px;
        margin: auto;
    }

    .header-container img {
        margin-right: 20px;
        width: 100%;
        height: auto;
        display: block;
        /* 画像がリンク内で縮まないようにする */
    }

    .header-container img:first-of-type {
        width: 200px;
        height: auto;
    }

    .header-container span {
        flex: 1;
        text-align: left;
        white-space: nowrap;
    }

    .header-container a {
        display: inline-block;
    }

}

@media screen and (min-width: 1400px) {

    .backcolor {
        background-color: #EFEAE4;
    }

    .flex {
        display: flex;
        margin: auto;
        width: 75%;
        max-width: 1600px;
        font-family: "yu-mincho-pr6n", sans-serif;
        padding-top: 50px;
        padding-bottom: 50px;
        align-items: center;
        line-height: 1.3;
    }

    .flex3 {
        display: flex;
        align-items: center;
    }

    .flex3 .highlight {
        font-size: 32px;
    }

    .flex3 h3 {
        font-size: 12px;
        padding-left: 10px;
    }

    .flex img {
        width: 58%;
    }

    .flex h1 {
        text-align: left;
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .flex h2 {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 10px;

    }



    .flex h3 {
        text-align: left;
        font-size: 16px;
        padding-bottom: 10px;

    }

    .flex h4 {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
    }

    .flex2 p {
        text-align: center;
        font-size: 22px;
        background-color: #A48B78;
        color: white;
        padding: 6px;
        margin-right: 20px;
        padding: 0px 40px;
    }

    .flex2 {
        display: flex;
        text-align: center;
    }

    .flex2 .column {
        flex-direction: column;

    }

    .column h6 {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
    }

    .flex .highlight {
        font-size: 47px;
    }

    .flex h4 {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
    }


}

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

    .backcolor {
        background-color: #EFEAE4;
        padding-top: 20px;

        padding-bottom: 20px;

    }

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

    .flex3 h1 {
        padding-right: 10px;

    }

    .column h6 {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        padding-top: 20px;

    }

    .flex {
        font-family: "yu-mincho-pr6n", sans-serif;
        margin: auto;
        width: 90%;
        line-height: 1.3;
    }

    .flex img {
        width: 100%;
        margin: auto;
    }

    .flex h1 {
        text-align: left;
        font-size: 27px;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .flex h2 {
        text-align: left;
        font-size: 20px;
        padding-bottom: 20px;

    }



    .flex h3 {
        text-align: left;
        font-size: 16px;
        padding-bottom: 10px;

    }

    .flex h4 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .flex h5 {
        text-align: center;
        font-size: 16px;
    }



    .flex2 p {
        text-align: center;
        font-size: 14px;
        background-color: #333;
        color: white;
        padding: 6px;
        margin: auto;
    }

    .flex2 {
        display: flex;
        text-align: left;
    }

    .flex .highlight {
        font-size: 47px;
    }

}




.gothic {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mincho {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.hiragino-kaku-gothic {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-style: normal;
    font-weight: 300;
}

@media screen and (min-width: 1400px) {

    /* コンテナのスタイル */
    .container {
        width: 1440px;
        margin: 0 auto;
        font-family: Arial, sans-serif;
        color: #333;
    }


}

@media screen and (max-width: 1400px) {
    .container {
        font-family: Arial, sans-serif;
        color: #333;

    }
}

@media screen and (min-width: 1400px) {

    /* セクションタイトルのスタイル */
    .section-title {
        text-align: center;
        font-size: 34px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .section-title2 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

    .section-subtitle {
        text-align: center;
        font-size: 18px;
        color: #666;
        margin-bottom: 50px;
    }

    .section-subtitle2 {
        text-align: center;
        font-size: 24px;
        color: #666;
        margin-bottom: 20px;
    }
}

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

    /* セクションタイトルのスタイル */
    .section-title {
        text-align: center;
        font-size: 32px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .section-title2 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

    .section-subtitle {
        text-align: center;
        font-size: 24px;
        color: #666;
        margin-bottom: 50px;
    }

    .section-subtitle2 {
        text-align: center;
        font-size: 20px;
        color: #666;
        margin-bottom: 10px;
    }
}


@media screen and (min-width: 1400px) {

    /* コンテナのスタイル */
    .container {
        width: 1440px;
        margin: 0 auto;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
    }
}


@media screen and (min-width: 1400px) {

    /* レイアウトのスタイル */
    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .col {
        padding-right: 30px;
    }

    .col img {
        max-width: 700px;
        width: 100%;
    }


    .col2 {
        padding-left: 30px;
    }

    .col2 img {
        max-width: 700px;
        width: 100%;
    }

}

a {
    text-decoration: none;
}

.col {
    flex: 1;

}

.col2 {
    flex: 1;
}


/* 画像のサイズとスタイル */
.img-fluid {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* コンテンツのタイトルとテキストのスタイル */
.content {
    flex: 1;
}

@media screen and (min-width: 1400px) {
    .ctabutton {
        position: fixed;
        /* 画面に固定 */
        right: 10px;
        /* 右からの距離を設定 */
        bottom: 10px;
        /* 下からの距離を設定 */
        display: flex;
        flex-direction: column;
        /* 要素を縦に並べる */
        gap: 5px;
        /* 画像の間にスペースを追加 */
        z-index: 1000;
    }

    .ctabutton img {
        max-width: 200px;
        /* 画像の幅を固定（必要に応じて調整） */
        height: auto;
        cursor: pointer;
        /* クリック可能なことを示すカーソル */
    }
}

@media screen and (max-width: 1400px) {
    .ctabutton {
        position: fixed;
        right: 0px;
        bottom: 0px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        margin: 0;
        padding: 0;
        z-index: 1000;

    }

    .ctabutton img {
        max-width: 200px;
        height: auto;
        cursor: pointer;
        margin: 0;
        padding: 0;
        border: none;
        display: block;
    }



}

@media screen and (min-width: 1400px) {
    .content-title {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: left;
        padding-left: 30px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .content-title {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: left;

    }
}

@media screen and (min-width: 1400px) {
    .content-title2 {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: right;
        margin-right: 30px;
        padding-bottom: 10px;

    }
}

@media screen and (max-width: 1400px) {
    .content-title2 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: right;
    }
}


@media screen and (min-width: 1400px) {
    .content-text {
        font-size: 18px;
        color: #333;
        line-height: 1.6;
        text-align: left;
        margin-left: 30px;

    }
}

@media screen and (max-width: 1400px) {
    .content-text {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
        text-align: left;
        padding-bottom: 10px;

    }
}

@media screen and (min-width: 1400px) {
    .content-text2 {
        font-size: 18px;
        color: #333;
        line-height: 1.6;
        text-align: right;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .content-text2 {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
        text-align: right;
        padding-bottom: 10px;

    }
}



/* 画像とテキストの反転 */
.row.reverse {
    flex-direction: row-reverse;

}

/* レスポンシブデザイン */
@media screen and (max-width: 1400px) {
    .container {
        padding: 10px;
    }


    .row {
        flex-direction: column;
    }

    .row.reverse {
        flex-direction: column;
    }

    .col {
        margin-right: 0;
        margin-bottom: 20px;
        margin: auto;
        text-align: center;

    }

    .col2 {
        margin-right: 0;
        margin-bottom: 20px;
        margin: auto;
        text-align: center;
    }

    .col img {
        width: 100%;
        padding-bottom: 10px;
    }

    .col2 img {
        width: 100%;
        padding-bottom: 10px;

    }

}

@media screen and (min-width: 1400px) {


    .element {
        background-image: url('../img/tochisagashi.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        /* 高さを100%に設定 */
        min-height: calc(100vw / 2.51);
        /* 最小高さをアスペクト比に基づいて設定 */
        position: relative;
    }

    .element h1 {
        width: 815px;
        margin: auto;
        font-size: 38px;
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-weight: bold;
        padding-bottom: 70px;
        background-color: white;

    }

    .element p {
        width: 815px;
        margin: auto;
        font-size: 22px;
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        background-color: white;

    }

    .element .highlight {
        font-size: 68px;
        color: #A48B78;
    }

}

@media screen and (max-width: 1400px) {
    .element {
        width: 90%;
        margin: auto;
    }

    .element img {
        width: 100%;
        margin: auto;
    }

    .element h1 {
        margin: auto;
        font-size: 22px;
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-weight: bold;
        padding-bottom: 20px;

    }

    .element p {
        margin: auto;
        font-size: 14px;
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;

    }

    .element .highlight {
        font-size: 36px;
        color: #A48B78;
    }

}

@media screen and (min-width: 1400px) {

    .mapback {
        background-color: #EFEAE4;
        width: 100%;
        display: flex;
    }

    .mapmargin {
        padding: 20px;
    }

    .map {
        padding-top: 100px;
        background-image: url('../img/typebrown_map.png');
        background-position: right;
        /* 右側に背景を寄せる */
        background-repeat: no-repeat;
        /* 背景画像を繰り返さない */
        background-size: contain;
        /* 画像のサイズを調整 */
        width: 75%;
        max-width: 1440px;
        margin: auto;
        align-items: center;
        padding-bottom: 100px;
    }

    .map .highlight {
        font-weight: 600;
        font-size: 24px;
    }

    .map h1 {
        margin: auto;
        font-size: 38px;
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-weight: bold;
        margin-top: 70px;
        padding-bottom: 30px;
        background-color: rgba(255, 255, 255, 0.3);
        width: 1000px;
        padding: 20px 30px 10px;

    }

    .map p {
        margin: auto;
        font-size: 22px;
        text-align: left;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        padding-bottom: 50px;
        width: 1000px;
        background-color: rgba(255, 255, 255, 0.3);
        padding: 0px 30px 20px;
    }

    .element .highlight {
        font-size: 68px;
        color: #A48B78;
    }

}

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

    .mapback {
        background-color: #EFEAE4;
    }

    .map {
        width: 90%;
        margin: auto;

    }


    .map h1 {
        margin: auto;
        font-size: 32px;
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-weight: bold;
        padding-bottom: 20px;
        padding-top: 20px;
    }



    .map p {
        margin: auto;
        font-size: 16px;
        text-align: left;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
    }

    .element .highlight {
        font-size: 40px;
        color: #A48B78;
    }

}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

/* .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
} */



/*========= レイアウトのためのCSS ===============*/



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



a:hover,
a:active {
    text-decoration: none;
}