/* ==================================

    Reset -  リセット

================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* ==================================

    Default -  デフォルト

================================== */

html {
    font-size: 62.5%;
}

body {
    font-family: "m-plus-2p", sans-serif;
    font-weight: 400; /* 300,400,700  */
    font-style: normal;
    font-size: 1.5rem;
    color: #0D1821;
    background-color: #FFFFFC;
}

img {
    display: block;
    width: 100%;
    height: auto;    
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
    transition: .4s;
}

a:hover {
    color: #1B75DA;
    transition: .4s;
}



/* ==================================

    Font -  フォント

================================== */

/*@font-face {
    font-family: 'fff_tusj';
    src: url('../wf/fff_tusj-webfont.woff2') format('woff2'),
        url('../wf/fff_tusj-webfont.woff') format('woff'),
        url('../wf/fff_tusj-webfont.ttf') format('truetype'),
        url('../wf/fff_tusj-webfont.eot') format('eot');

        font-family: 'fff_tusj';
    src: url('../wf/fff_tusj-webfont.woff2') format('woff2'),
        url('../wf/fff_tusj-webfont.woff') format('woff'),
        url('../wf/fff_tusj-webfont.ttf') format('truetype'),
        url('../wf/fff_tusj-webfont.eot') format('eot');
}*/


/* ==================================

    Flex -  フレックス

================================== */

.flex-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.flex-between-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-between-wrap-start {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-between-end {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.flex-around {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.flex-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.flex-start-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-around-row-reverse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}



/* ==================================

    Header -  ヘッダー

================================== */

.header-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.08em;
    line-height: 1.8;
    padding: 48px 16px;
}

.header-left-box {
    width: 100%;
}

.header-logo-box {
    width: 40%;
    max-width: 200px;
    margin: 16px auto 48px;
}

@media screen and (min-width: 768px) {
    .header-left-box {
        width: 50%;
    }
}

.header-text-box {
/*    padding-left: 16px;*/
}

.header-text-box p:nth-of-type(1) {
    font-size: 1.2rem;
}

.header-text-box p:nth-of-type(2) {
    font-size: 2.0rem;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .header-text-box p:nth-of-type(1) {
        font-size: 1.4rem;
    }

    .header-text-box p:nth-of-type(2) {
        font-size: 2.4rem;
    }
}

.header-right-box {
    display: none;
}

@media screen and (min-width: 768px) {
    .header-right-box {
        display: block;
    }    
}

.header-right-box p {    
    text-align: right;
    line-height: 1.8;
    letter-spacing: 0.08em;
}



/* ==================================

    Breadcrumb - パンくずリスト

================================== */

ul.breadcrumb-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px;
}

ul.breadcrumb-box li,
ul.breadcrumb-box li a {
    display: inline-block;
    font-size: 1.2rem;
}

ul.breadcrumb-box li:not(:last-child):after {
    padding: 0 8px;
    content: ">";
}



/* ==================================

    PageTitle - ページタイトル

================================== */

.pt-bg {
    background-image: url(../img/bg_grid.jpg);
}

.pt-box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 64px 16px;
    margin: 0 auto;
}

@media screen and (mim-width: 768px) {
    .pt-box {
        padding: 64px 16px;
    }
}

.pt-box h1 {
    font-size: 4.8rem;
}

.pt-box h1 span {
    font-family: "m-plus-2p", sans-serif;
    font-weight: 400; /* 300,400,700  */
    font-style: normal;
    display: block;
    letter-spacing: 0.08em;
    font-size: 1.8rem;
}



/* ==================================

    Button - ボタン

================================== */

.btn-link {
    width: 180px;
    margin: 32px auto 64px;
    background-color: #FFFFFF;
}

.btn-contact {
    width: 180px;
}

.btn-event-contact {
    width: 180px;
    margin: 64px auto 64px 0;
}

@media screen and (max-width: 768px) {
    .btn-contact {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .btn-event-contact {
        margin: 64px auto;
    }
}

.btn-link a,
.btn-contact a,
.btn-event-contact a {
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    border: 1px solid #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    text-align: center;
}

.btn-link a:hover,
.btn-contact a:hover,
.btn-event-contact a:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #FFF;
}

.btn-link a:hover::before,
.btn-contact a:hover::before,
.btn-event-contact a:hover::before {
    border-color: rgba(0 0 0 / 0) rgba(0 0 0 / 0) #FFFFFF rgba(0 0 0 / 0);
    transition: .5s;
}

.btn-link a::before, 
.btn-contact a::before,
.btn-event-contact a::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: rgba(0 0 0 / 0) rgba(0 0 0 / 0) #333333 rgba(0 0 0 / 0);
    transition: .5s;
}



/* ==================================

    Footer -  フッター

================================== */

#f-area {
    background-image: url(../img/bg_wood.png);
    background-repeat: repeat;
    margin-top: 256px;
}

.f-bg {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#f-bar {
    width: 100%;
    background-color: #333;
    height: 35px;
}

#f-bar i {
    font-size: 2.0rem;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
}

.f-box {
    width: 980px;
    margin: 0 auto;
    padding: 32px 0;
}

.f-top-text-box {
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.08em;
}

.f-top-text-box p:nth-of-type(1) {
    font-family: "m-plus-2p", sans-serif;
    font-size: 4.0rem;
}

.f-top-text-box p:nth-of-type(2) {

}

.f-logo-box {
    width: 200px;
    margin: 48px auto;
}

.f-name-box {
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.8;
    font-size: 2.7rem;
    margin-right: -0.08em;
    margin-bottom: 48px;
}

.f-name-box span {
    font-size: 1.5rem;
    padding-right: 8px;
}

.f-left-box {
    width: 50%;
    letter-spacing: 0.08em;
    line-height: 2.4;
}

.f-right-box {
    width: 50%;
    letter-spacing: 0.08em;
    line-height: 2.4;
}

@media screen and (max-width: 1024px) {
    .f-box {
        width: 100%;
        padding: 32px 16px;
    }

    #f-area .flex-between {
        display: block;
    }

    .f-left-box {
        width: 90%;
        margin: 0 auto 48px;
        text-align: center;
    }

    .f-right-box {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .f-logo-box {
        margin: 0 auto 32px;
    }

    .f-name-box {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .f-top-text-box p:nth-of-type(1) {
        font-size: 3.0rem;
    }

    .f-top-text-box p:nth-of-type(2) {
        margin-top: 24px;
        margin-bottom: 64px;
    }

    .f-left-box,
    .f-right-box {
        width: 100%;
        ont-size: 1.3rem;
    }

    .f-right-box {
        width: 100%;
        ont-size: 1.3rem;
    }
}

.f-nav-box ul li {
    display: inline-block;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.f-nav-box ul li:not(:last-child):after {
    content: '｜';
}

.f-bottom-box {
    margin: 64px auto 0px;
    text-align: center;
    letter-spacing: 0.08em;
    margin-right: -0.08em;
}

.f-bottom-box p {
    font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
    .f-logo-box {
        width: 200px;
        margin: 0 auto 32px;
    }

    .f-name-box {
        text-align: center;
        margin-bottom: 64px;
    }
}
