@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    font-style: normal;
    font-weight: 400;
    color: #061F38;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

::selection {
    background-color: #A79691;
    color: #fff;
}

/*
heading******************************/

.title_x_large {
    font-size: 4.2rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5.0rem;
}

.title_large {
    font-size: 3.2rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.6rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.6rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }
    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and ( max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.pt_40 {
    padding-top: 4.0rem;
}

/*
loading******************************/

#site_wrap {
    display: none;
}

#site_loader_overlay {
    position: fixed;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#site_loader_spinner {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #ccc;
    border-top-color: #666;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*
header******************************/

.header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 20;
    padding: 0 4vw;
}

@media only screen and (max-width: 896px) {
    .header {
        height: 56px;
        width: 100%;
        min-width: 0;
        background: #fff;
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 100;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }
}

.header_inner {
    padding: 5.0rem 0;
}

@media only screen and (max-width: 896px) {
    .header_inner {
        height: auto;
        width: 100% !important;
        height: 55px;
        margin: 0;
        position: relative;
        padding: 0 !important;
    }
}

/* ロゴ */

.logo_image {}

@media only screen and (max-width: 896px) {
    .logo_image {
        margin: 0 0 0 15px;
        z-index: 10;
        float: left;
        text-align: left;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        overflow: hidden;
    }
}

.logo_image img {
    display: block;
}

@media only screen and (max-width: 896px) {
    .logo_image img {
        width: 170px;
        padding-top: 10px;
    }
}

/* グローバルメニュー */

.global_menu {}

@media only screen and (max-width: 896px) {
    .global_menu {
        display: none;
        clear: both;
        width: 100%;
        margin: 0;
        top: 56px;
        position: absolute;
        z-index: 9;
        box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
    }
}

.global_menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 896px) {
    .global_menu>ul {
        display: inherit;
    }
}

.global_menu>ul>li {
    font-size: 1.6rem;
    padding-right: 40px;
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li {
        padding-right: 0;
    }
}

.global_menu>ul>li:last-of-type {
    padding-right: 0;
}

@media only screen and (max-width: 896px) {
    #global_menu>ul>li {
        display: block;
    }
}

#global_menu>ul>li>a {
    font-size: 1.5rem;
    font-family: Helvetica, serif;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    display: block;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .global_menu>ul>li>a {
        padding: 0px 12px;
    }
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li>a {
        position: relative;
        display: block;
        margin: 0;
        padding: 0px 15px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-decoration: none;
        color: #fff;
        background: #333;
        font-size: 1.3rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .global_menu>ul>li>a:hover {
        color: #fff;
    }
}

#global_menu>ul>li>a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#global_menu>ul>li>a:hover::after {
    transform: scale(1, 1);
}

/* メニューボタン */

@media only screen and (max-width: 896px) {
    a.menu_button {
        position: absolute;
        right: 0px;
        z-index: 9;
        border-left: 1px solid #ddd;
        display: inline-block;
        font-size: 1.1rem;
        color: #333;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-decoration: none;
        top: 0px;
    }
    a.menu_button span {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    a.menu_button:before {
        color: #888;
        display: block;
        position: absolute;
        top: 17px;
        left: 15px;
        width: 26px;
        height: 23px;
        line-height: 23px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    a.menu_button:before {
        content: url(../images/nav_menu.svg);
    }
    a.menu_button:hover, a.menu_button.active {
        background: #333;
    }
    a.menu_button:hover:before, a.menu_button.active:before {
        color: #fff;
    }
}

.header_inner .d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header_inner .d_flex {
        display: inherit;
    }
}

/*
kv******************************/

.kv {
    position: relative;
    background: #fff;
}

.layer_content {
    height: 0;
    position: relative;
    padding-bottom: 55%;
}

@media only screen and (max-width: 896px) {
    .layer_content {
        height: 600px;
        position: relative;
        padding-bottom: 0;
    }
}

.contents_inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 30;
    height: 0;
    padding-bottom: 55%;
}

@media only screen and (max-width: 896px) {
    .contents_inner {
        height: 600px;
        position: relative;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .contents_inner {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .contents_inner {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .contents_inner {
        width: 1170px;
    }
}

.width_box_01 {
    width: 50%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    padding-right: 18.5%;
}

@media only screen and (max-width: 1200px) {
    .width_box_01 {
        padding-right: 0%;
    }
}

@media only screen and (max-width: 896px) {
    .width_box_01 {
        top: 50px;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        width: 100%;
        padding: 0 15px;
    }
}

.width_box_02 {
    width: 50%;
    right: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
}

.layer_content .bg_image {
    width: calc(100% - 20.32%);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: url(../images/kv_01.jpg) no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 896px) {
    .layer_content .bg_image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        background: url(../images/kv_01.jpg) no-repeat center center;
        background-size: cover;
    }
}

.layer_image {
    z-index: 3;
    position: absolute;
    top: 140px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layer_image img {
    display: block;
    position: absolute;
    right: 0;
    width: 60%;
}

@media only screen and (max-width: 896px) {
    .layer_image img {
        bottom: 100px;
    }
}

.title_ja {
    font-size: 3.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 896px) {
    .title_ja {
            font-size: 2.2rem;
            font-weight: bold;   }
}

.title_en {
    font-size: 2.2rem;
    color: #DDB80D;
    font-weight: bold;
}

.layer_content .lead {
    line-height: 2.0;
    padding-top: 9.0rem;
}

@media only screen and (max-width: 1200px) {
    .layer_content .lead {
        line-height: 1.8;
        padding-top: 1.0rem;
    }
}

/*
about******************************/

.about {
    padding: 10.0rem 0;
    background: #fff;
}

.about .txt_box{
    padding: 4.0rem 0;
    background: #24A274;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10.0rem;
}

@media only screen and (max-width: 480px) {
    .about .txt_box {
       font-size: 18px;
    }
}

.about .title_x_large {
    text-align: center;
    font-weight: bold;
}

.about .title_medium {
    font-weight: bold;
}

.about .lead {
    line-height: 2.0;
    padding: 0 0 5.0rem;
}

.about .width4 img {
    width: 100%;
}

.about.col.width4 {
    padding-bottom: 25px;
}

.greeting {
    padding-top: 10.0rem;
}

.greeting .lead {
    line-height: 2.0;
    padding: 3.0rem 0;
}

.greeting .name {
    text-align: right;
    display: flex;
    justify-content: right;
    
}
.greeting .name .furukawa {
    font-size: 2.3rem;
    padding-left: 5px;
}

.greeting .name .aiban {
    font-size: 1.2rem;
}

/*
home_news******************************/

.home_news {
    padding: 10.0rem 0;
    background: #F2F2F2;
}

.news_body {
    letter-spacing: 2px;
    padding-bottom: 4px;
    border-top: 1px solid #707070;
}

.news_body dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 1200px) {
    .news_body dl {
        display: block;
    }
}

.news_body dt {
    width: 20%;
    padding: 1.2rem 0px 1.2rem 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .news_body dt {
        width: 100%;
        padding: 3.6rem 0px 1.2rem;
    }
}

.news_body dd {
    width: 80%;
    padding: 1.2rem 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 2.0rem;
}

@media only screen and (max-width: 1200px) {
    .news_body dd {
        width: 100%;
        padding: 1.2rem 0px 3.6rem;
    }
}

.news_body .date {
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.home_news .btn_news {
    text-align: center;
    padding-top: 4.8rem;
}

/*
news_archive******************************/

.news_archive {
    padding: 10.0rem 0;
    background: #fff;
}

/*
news_single******************************/

.news_single {
    background: #fff;
}

.single_inner {
    border-bottom: 1px solid #818181;
    padding: 0 13% 10.0rem;
}

.news_date_wrap {
    overflow: hidden;
}

.news_date {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 5.0rem;
}

.news_title {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 4.0rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
}

.news_text img {
    padding: 2.4rem 0;
}

/*
postNavi******************************/

.postNavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10.0rem;
    padding-bottom: 10.0rem;
}

.back {
    text-align: center;
    padding: 0 16px;
}

@media only screen and (max-width: 896px) {
    .back {
        padding: 0 20px;
    }
}

/*
service******************************/

.service {
    padding: 10.0rem 0;
}

.service .title_medium {
    text-align: center;
    font-weight: bold;
    padding-top: 3.6rem;
}

.company {
    padding: 10.0rem 0;

}

.service .company:nth-of-type(1) {
    background-color:#F5F4F4;
}

.company .title_large {
    text-align: center;
    padding-bottom: 3.5rem;
}

.company_inner {
    width: 735px;
    margin: 0 auto;
}

@media only screen and (max-width: 896px) {
    .company_inner {
        width: 100%;
    }
}

.company_inner .lead {
    padding: 4.2rem 0 5.0rem;
}

/* company_profile */

.dl_tabel {
    letter-spacing: 2px;
    padding-bottom: 4px;
    border-top: 1px solid #707070;
}

.dl_tabel dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 896px) {
    .dl_tabel dl {
        display: block;
    }
}

.dl_tabel dt {
    width: 30%;
    padding: 1.2rem 0px 1.2rem 3.0rem;
    line-height: 1.8;
}

@media only screen and (max-width: 896px) {
    .dl_tabel dt {
        width: 100%;
        padding: 2.2rem 0px 0;
        border-bottom: none;
    }
    .dl_tabel .sp_pt0 {
        padding-top: 0;
    }
}

.dl_tabel dd {
    width: 70%;
    padding: 1.2rem 0px 1.2rem;
    line-height: 1.8;
}

@media only screen and (max-width: 896px) {
    .dl_tabel dd {
        width: 100%;
        padding: 0 0px 2.5rem;
    }
}

.google_map {
    padding-top: 4.2rem;
}

/*
contact******************************/

.contact {
    padding: 10.0rem 0;
    background-color: #F5F4F4;
}

@media only screen and (max-width: 896px) {
    .contact_form {
        padding-bottom: 10.0rem;
    }
}

.contact .text {
    padding: 3.8rem 0;
}

.req::before {
    content: "";
    background: url(../images/required_icon.svg) no-repeat;
    position: absolute;
    width: 16px;
    height: 23px;
    margin-left: -20px;
    margin-top: 0px;
}

@media only screen and (max-width: 896px) {
    .req::before {
        margin-top: -5px;
    }
}

/*
thanks******************************/

.contact_thanks {
    padding: 15.0rem 0;
    background: #fff;
}

.thanks {
    text-align: center;
    line-height: 2.0;
}

/*
404 Not Found******************************/

.not_found {
    padding: 16.0rem 0 10.0rem;
    text-align: center;
    background: #fff;
}

.not_found_text {
    line-height: 2.0;
    padding-top: 10.0rem;
}

.not_found a {
    text-decoration: underline;
}

/*
footer******************************/

.footer {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 6.0rem 0 3.5rem;
    text-align: center;
}

.footer_logo {
    padding-bottom: 5.0rem;
}

.footer_navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 896px) {
    .footer_navi {
        display: none;
    }
}

.footer_navi li {
    position: relative;
    padding: 0 40px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .footer_navi li {
        padding: 0 20px;
    }
}

.footer_navi li a {
    font-size: 1.8rem;
    color: #fff;
}

.sns_wrap {
    padding-top: 7.0rem;
}

@media only screen and (max-width: 896px) {
    .sns_wrap {
        padding-top: 0;
    }
}

.sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sns_wrap ul li {
    padding: 0 18px;
}

.icon_twitter {
    display: block;
    height: 2.3rem;
}

.copyright {
    font-size: 1.2rem;
    padding-top: 4.0rem;
}

.copyright span {
    display: block;
    padding-top: 1.0rem;
}

.copyright span a {
    text-decoration: underline;
    color: #fff;
}

/* ページトップ */

#return_top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 52px;
    height: 52px;
    /*background-color: #fff;*/
    background-color: #9a9a9a;
    border-radius: 26px;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

#return_top a:after {
    content: '\f106';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -1px;
    /*color: #70d6bf;*/
    color: #fff;
    font-size: 1.75rem;
    font-family: 'FontAwesome';
    -webkit-transition: all .2s;
    transition: all .2s;
}

#return_top a.is-hidden {
    opacity: 0;
    pointer-events: none;
}

#return_top a:hover {
    opacity: .7;
}

#return_top a:hover:after {
    margin-top: -4px;
}

#return_top a span {
    visibility: hidden;
}

/*
cursor******************************/

#mouseStoker {
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    z-index: 999;
    pointer-events: none;
    transition: transform 300ms ease, width 300ms ease, height 300ms ease;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    margin-top: 5px;
    margin-left: 5px;
    mix-blend-mode: difference;
}

#mouseStoker.onAnchor {
    width: 70px;
    height: 70px;
}

#mouseStoker .serviceNum {
    opacity: 0;
}

#mouseStoker:after, #mouseStoker:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-2px);
    opacity: 0;
}

#mouseStoker.onServiceSlider {
    transform: translateX(-50%) translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    font-size: 11px;
    color: #FFF;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    mix-blend-mode: normal;
}

#mouseStoker.onServiceSlider .serviceNum {
    transition: opacity 300ms ease 300ms;
    display: inline;
    opacity: 1;
}

#mouseStoker.onServiceSlider:after, #mouseStoker.onServiceSlider:before {
    transition: opacity 300ms ease 300ms;
    opacity: 1;
}

#mouseStoker.onServiceSlider:after {
    left: 15px;
}

#mouseStoker.onServiceSlider:before {
    right: 15px;
}

/*
parallax******************************/

.parallax-bg {
    background-image: url(../images/parallax.png);
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 400px;
}

@media only screen and (max-width: 480px) {
    .parallax-bg {
        background-attachment: unset;

        padding-bottom: 168px;
    }
}




/* top_instagram */

.top_instagram {
    padding-top: 8.0rem;
    padding-bottom: 2.0rem;
    background-color: #EBEBEB;
}

.top_instagram .inst_wrap {
    display: flex;
}

@media only screen and (max-width: 480px) {
    .top_instagram .inst_wrap {
        display: block;
    }
}


.top_instagram .instagram_img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.top_instagram .instagram_img video {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.top_instagram .insta_box {
    background: #fff;
    padding-bottom: 25px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 9.0rem;
}

@media only screen and (max-width: 480px) {
    .top_instagram .insta_box {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

.top_instagram .caption {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.top_instagram .svg_title {
    text-align: center;
    padding-bottom: 7.0rem;
}

.top_instagram .instagram_day {
    padding-left: 10px;
    padding-right: 10px;
}

.top_instagram .like {
    padding-left: 10px;
    padding-right: 10px;
}

.top_instagram .caption {
    padding-left: 10px;
    padding-right: 10px;
}

.top_instagram .btn01 {
    background-position: center;
}

.top_instagram .title_medium {
    display: block;
    text-align: center;
}

.top_instagram .title_medium a {
    color: #fff;

}

.banner01 {
    text-align: center;
    padding-top: 100px;
}