@charset "utf-8";

html {
    font-size: 62.5%;
}

/* 共通 */
body {
    background-color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
}

h1 {
    letter-spacing: 0.3em;
}


span {

    font-size: 3rem;
}

.wrap {
    overflow: hidden;
}

/********** ヘッダー **********/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    background: #333;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
}

.hidden {
    background: #333;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.headerA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.headerB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #333;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center;
}

nav li {
    padding-right: 50px;
}


nav a {
    display: block;
    width: 90px;
    margin-bottom: 3px;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

nav ul {
    padding: 10px 0;
}

nav a:hover {
    color: #da3c41;
}



/**********  コンテンツ:TOP **********/

/* ヒーローイメージ */
.h_unitA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    height: 100vh;
    padding: 0 50px 0;
    background: #333;
}

.change_1 {
    max-width: 100%;
    width: 100%;
    height: 70%;
    -o-object-fit: cover;
    object-fit: cover;
}

.change_1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.item-logo img {
    max-width: 100%;
    height: auto;
}

.item_2 {
    max-width: 100%;
    overflow: hidden;
}

.item_2 img {
    max-width: 100%;
    max-height: 100%;
}

.bx-wrapper {
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

.bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**********  コンテンツ:MENU**********/
.m_unitA {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 10px 0;
    text-align: center;
    line-height: 2em;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

.m_unitA p {
    padding-bottom: 70px;
}

.m_unitA img {
    width: 50px;
    height: 50px;
}

.m_unitB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0 10px 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.m_unitB .container {
    max-width: 1000px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.m_unitB ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m_unitB li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 0;
    text-align: center;
}

.m_unitB img {
    max-width: 100%;
    height: auto;
    padding: 20px 0;
}

a img {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover img {
    opacity: .5;
}

.m_unitC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    padding-top: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.m_unitD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    padding-top: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.m_unitC img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m_unitD img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m_unitE {
    margin: 50px 0;
    text-align: center;
    color: #fff;
}

.m_unitE h2 {
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    line-height: 3em;
}

.m_unitE h3 {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    line-height: 3em;
    text-align: left;
}

.m_unitE .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.m_unitE li {
    max-width: 500px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: left;
    line-height: 1.5em;
    border-bottom: 1px solid #666;
}

/**********  コンテンツ:ACCESS**********/

.a_unitA {
    max-width: 100%;
}

.a_unitB {
    padding: 70px 10px 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    line-height: 2em;
    color: #fff;
}

.a_unitB p {
    padding-bottom: 70px;
}

.a_unitA img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.a_unitA .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

/**********  コンテンツ:CONTACT **********/

.c_unitA {
    padding: 50px 0 10px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.5em;
    color: #fff;
}

.c_unitA .container {
    margin: 0 auto;
    margin-top: 50px;
    line-height: 1.5em;
}

.contact {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
    line-height: 1.5em;
}

.cp_iptxt {
    position: relative;
    max-width: 100%;
    margin: 40px 3%;
}

.cp_iptxt input[type='text'] {
    width: 100%;
    padding: 0.3em;
    font: 15px/24px sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
}

.ef input[type='text']:focus {
    border-bottom: 2px solid #da3c41;
    outline: none;
}

.cp_iptxt2 {
    position: relative;
    max-width: 100%;
    margin: 40px 3%;
}

.cp_iptxt2 input[type='tel'] {
    width: 100%;
    padding: 0.3em;
    font: 15px/24px sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
}

.ef2 input[type='tel']:focus {
    border-bottom: 2px solid #da3c41;
    outline: none;
}

.cp_iptxt3 {
    position: relative;
    max-width: 100%;
    margin: 40px 3%;
}

.cp_iptxt3 input[type='email'] {
    width: 100%;
    padding: 0.3em;
    font: 15px/24px sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
}

.ef3 input[type='email']:focus {
    border-bottom: 2px solid #da3c41;
    outline: none;
}

.cp_textarea {
    position: relative;
    max-width: 100%;
    margin: 40px 3%;
}

.cp_textarea textarea {
    width: 100%;
    height: 200px;
    padding: 0.3em;
    font: 15px/24px sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #aaa;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.ef4 textarea:focus {
    border: 2px solid #da3c41;
    outline: none;
}


/* 送信ボタン */
.contact_form_button {
    padding: 5px 23px 5px 28px;
    margin: 0 3%;
    border-radius: 10px;
    background-color: #da3c41;
    border: 2px solid #333;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5em;
}

/********** フッター **********/
footer {
    background-color: #333;
}

.corp {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}

/*====================================
メディアクエリ
====================================*/

@media (max-width: 850px) {

    .headerA,
    .corp {
        width: 100%;
    }

    .m_unitB li {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .headerA {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .headerB {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    nav ul {
        width: 100%;
    }

    nav li {
        padding-right: 0;
        padding: 0 5px;
    }

    nav a {
        text-align: left;
        max-width: 65px;
    }

    .m_unitB img {
        max-width: 100%;
        height: auto;
    }

}

@media (max-width: 460px) {
    .h_unitA {
        padding: 0 20px 0;
    }
}
