body {
    /* 画像ファイルの指定 */
    background-color: #ffffff;
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /*コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /*背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #ffffff;
}

body,
html {
    height: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}


/*==============================
スマホ背景固定
==============================

body::before {
    /*background: url("../image/main-bg.jpg") no-repeat center;
     画像（ここにfixedは入れない）
    background-color: #ffffff;
    background-size: cover;
    /* cover指定できる
    content: "";
    display: block;
    position: fixed;
    /* 擬似要素ごと固定
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
     横幅いっぱい
    height: 100vh;
    /* 縦幅いっぱい
}


/*==============================
共通
==============================*/

@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc {
    display: block !important;
}

.tab {
    display: none !important;
}

.sp {
    display: none !important;
}


/* ここから上に768px以上用（タブレット・パソコン） */

@media screen and (max-width: 768px) {
    /* ここに767px以下用（タブレット・スマートフォン） */
    .pc {
        display: none !important;
    }
    .tab {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    /* ここに480px以下用（スマートフォン） */
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    .pc {
        display: none !important;
    }
    .tab {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

a img:hover {
    opacity: 0.7;
}


/*==============================
CTA
==============================*/

.cta-btn-top {
    margin: 20px auto 20px auto;
    padding: 0;
    text-align: center;
}

.table-center>.cta-btn-top img {
    width: 70%;
}

.cta-btn {
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 0 0 15px;
    text-align: center;
}

.cta-btn img {
    width: 50%;
}


/*==============================
ヘッダー
==============================*/


/*背景動画にフィルタをかける*/

.container-video_2 {
    position: relative;
    height: 800px;
    overflow: hidden;
    opacity: 0.01;
    animation: load 1.5s 0.8s ease-out forwards;
}

.container-video_2 .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1.05);
    /*filter: grayscale(100%) contrast(60%);*/
    /*背景動画にかけるフィルタ
    transition: 0.3s;*/
}

@keyframes load {
    100% {
        opacity: 1;
    }
}

.table-center {
    position: static;
    margin: 50px auto 0 auto;
    width: 700px;
    background-color: rgb(255, 255, 255, 0.5);
    border: 3px solid #cfaf56;
    outline: 1px solid #cfaf56;
    /* 線幅、線のスタイル、カラー */
    outline-offset: -10px;
    /* 対象の要素からの距離、マイナス(内側)にも対応 */
    padding: 2%;
}

.catch-image img {
    width: 100%;
    padding: 20px 0 0 0;
}


/*==============================
セクション1
==============================*/

.section1 {
    background-image: url("../image/sec1/pc/sec1-bg-pc.jpg");
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec1-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 0 0;
}

.sec1-title img {
    width: 50%;
}

.sec1-image1 {
    max-width: 960px;
    margin: 40px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec1-image1 img {
    width: 100%;
}

.sec1-image2 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.sec1-image2 img {
    width: 100%;
}

.sec1-image3 {
    max-width: 960px;
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 0;
}

.sec1-image3 img {
    width: 28%;
}


/*==============================
セクション2
==============================*/

.sec2-title {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: auto;
}

.sec2-title-wrap {
    background-image: url("../image/sec2/pc/sec2-title2-bg-pc.png");
    max-width: 1000px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0 auto;
    text-align: center;
}

.sec2-title img {
    width: 100%;
    padding: 40px 0;
}

.section2 {
    background-color: #ffffff;
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: scroll;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 1% 0 0 0;
}

.sec2-image1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

.sec2-image1 img {
    width: 100%;
    margin: 0 0 0 0;
}


/*==============================
セクション3
==============================*/

.sec3-title1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec3-title1 img {
    width: 24%;
}

.sec3-title {
    background-color: #c09c3d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin: 30px auto;
    text-align: center;
    height: 20vh;
}

.sec3-title-wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.sec3-title img {
    width: 100%;
    position: absolute;
    height: auto;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section3 {
    background-color: #ffffff;
    background-position: top center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: scroll;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec3-image1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec3-image1 img {
    width: 55%;
}

.sec3-image2 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}

.sec3-image2 img {
    width: 15%;
}

.sec3-image3 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}

.sec3-image3 img {
    width: 100%;
}

.sec3-image4 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec3-image4 img {
    width: 60%;
}


/*==============================
セクション4
==============================*/

.sec4-title {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    text-align: center;
    height: 220px;
    -webkit-transform: skew(0deg, -3deg);
}

.sec4-title-wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: skew(0deg, 3deg);
}

.sec4-title img {
    width: 100%;
    position: absolute;
    height: auto;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section4 {
    background-image: url("../image/sec4/pc/sec4-bg-pc.png");
    background-position: top top;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 2% 0;
}

.sec4-image1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec4-image1 img {
    width: 95%;
}

.sec4-image2 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec4-image2 img {
    width: 100%;
}

.sec4-image3 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec4-image3 img {
    width: 85%;
}

.sec4-image4 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.sec4-image4 img {
    width: 100%;
}

.sec4-image5 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0 0;
}

.sec4-image5 img {
    width: 100%;
}

.sec4-image6 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}

.sec4-image6 img {
    width: 50%;
}


/*==============================
セクション5
==============================*/

.section5 {
    background-color: #f7f7f7;
    background-position: top center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: scroll;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec5-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}

.sec5-title img {
    width: 45%;
}

.sec5-image1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0 0 0;
}

.sec5-image1 img {
    width: 85%;
}

.sec5-image2 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0 0 0;
}

.sec5-image2 img {
    width: 95%;
}

.sec5-image3 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0 0;
}

.sec5-image3 img {
    width: 40%;
}

.sec5-image4 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 60px 0 0 0;
}

.sec5-image4 img {
    width: 55%;
}

.sec5-image5 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}

.sec5-image5 img {
    width: 100%;
}

.sec5-image6 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec5-image6 img {
    width: 90%;
}

.sec5-image7 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec5-image7 img {
    width: 100%;
}

.sec5-image8 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec5-image8 img {
    width: 90%;
}

.sec5-image9 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec5-image9 img {
    width: 100%;
}

.sec5-image10 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 0 0;
}

.sec5-image10 img {
    width: 90%;
}


/*==============================
セクション6
==============================*/

.section6 {
    background-color: #ffffff;
    background-position: top center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: scroll;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec6-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}

.sec6-title img {
    width: 45%;
}

.sec6-image1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0 0 0;
}

.sec6-image1 img {
    width: 100%;
}

.sec6-image2 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0 0 0;
}

.sec6-image2 img {
    width: 90%;
}


/*==============================
セクション7
==============================*/

.sec7-title1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec7-title1 img {
    width: 24%;
}

.sec7-title {
    background-color: #c09c3d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin: 20px auto 30px auto;
    text-align: center;
    width: 100%;
}

.sec7-title-wrap {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 40px 0;
}

.sec7-title img {
    width: 80%;
    height: auto;
}

.section7 {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0 0 3% 0;
}

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

.item {
    padding: 30px;
    width: 32%;
    background-color: #fff;
    border-bottom: none;
}

.flex-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 10% 0 0 0;
    color: #686868;
}

.flex-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    text-align: left;
    color: #686868;
}

.sec7-contents {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 1% 0;
}

.sec7-contents img {
    width: 70%;
}


/*==============================
セクション8
==============================*/

.section8 {
    background-image: url("../image/sec8/pc/sec8-bg1-pc.jpg");
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec8-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 2% 0;
}

.sec8-title img {
    width: 75%;
}

.sec8-image1 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec8-image1 img {
    width: 100%;
}

.sec8-image2 {
    max-width: 960px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec8-image2 img {
    width: 100%;
}

.sec8-image3 {
    max-width: 960px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec8-image3 img {
    width: 100%;
}

.sec8-image4 {
    max-width: 960px;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 0 0 0;
}

.sec8-image4 img {
    width: 70%;
}

.sec8-image5 {
    max-width: 960px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 30px 0 0 0;
}

.sec8-image5 img {
    width: 15%;
}

.sec8-image6 {
    max-width: 960px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec8-image6 img {
    width: 100%;
}

.sec8-image6-bg {
    background-image: url("../image/sec8/pc/sec8-image6-bg-pc.png");
    background-position: top top;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: scroll;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 0 0;
}


/*==============================
セクション9
==============================*/

.section9 {
    background-color: #ffffff;
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec9-title {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 2% 0;
}

.sec9-title img {
    width: 28%;
}

.sec9-image1 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec9-image1 img {
    width: 90%;
}


/*==============================
セクション10
==============================*/

.section10 {
    background-color: #f7f7f7;
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec10-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 2% 0;
}

.sec10-title img {
    width: 28%;
}


/* Google Mapを囲う要素 */

.map {
    margin: 0 auto;
    max-width: 640px;
    height: 440px;
    /* 比率を4:3に固定 */
}


/* Google Mapのiframe */

.map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec10-image1 {
    width: 45%;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec10-image1 img {
    width: 100%;
}

.sec10-image2 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec10-image2 img {
    width: 67%;
}

.sec10-image3 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec10-image3 img {
    width: 67%;
}


/*==============================
セクション11
==============================*/

.section11 {
    background-color: #fffaed;
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding: 0 0 3% 0;
}

.sec11-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 2% 0;
}

.sec11-title img {
    width: 28%;
}

.sec11-image1 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec11-image1 img {
    width: 95%;
}

.sec11-image2 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec11-image2 img {
    width: 95%;
}

.sec11-image3 {
    max-width: 960px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.sec11-image3 img {
    width: 95%;
}


/*==============================
フッター
==============================*/

footer {
    background-color: #c09c3d;
    padding: 10px;
}

.footer-text {
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
}

footer p a {
    color: #ffffff;
}

footer p a:hover {
    color: #d8d8d8;
}

.copyright {
    max-width: 960px;
    text-align: center;
    margin: 20px auto 0 auto;
    color: #ffffff;
    line-height: 1.5em;
}


/*==============================
トップへ戻る
==============================*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #c09c3d;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #f0d385;
}