@charset "UTF-8";

/* ====================================================
reset style
==================================================== */

html {
    font-size: 62.5%;
    /* -> 10px; */
    overflow-x: visible;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: baseline;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-family: NotoSansBold, sans-serif;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/*because legend doesn't inherit in IE */

legend {
    color: #000;
}

del,
ins {
    text-decoration: none;
}

/*--------------------------------------------
display
--------------------------------------------*/

.pc {
    display: block !important;
}

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

.sp {
    display: none !important;
}

@media screen and (max-width: 960px) {
    .sp {
        display: block !important;
    }
}

#top-head {
    background: #fff;
}

#fooer {
    position: relative;
}

#fooer .inner {
    width: 1040px;
}

@media screen and (max-width: 960px) {
    #fooer .inner {
        width: 100%;
    }
}

/* ====================================================
base style
==================================================== */

body {
    color: #000000;
    font-size: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #ffffff;
    text-align: justify;
    font-family: "Noto Sans Japanese", sans-serif;
    overflow-x: hidden;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/*--------------------------------------------
ボタン
--------------------------------------------*/

/* ====================================================
layout style
==================================================== */

/*--------------------------------------------
header
--------------------------------------------*/

.p-kv .c-kv__fixed {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/warehouse-kamagaya/bg_mv_kamagaya01.jpg");
    background-position: center;
    background-size: cover;
}

.p-kv .c-kv__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}

.p-kv .c-kv__inner .title {
    text-align: center;
    max-width: 860px;
}
.p-kv .c-kv__inner .title img {
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .p-kv .c-kv__inner .title {
        width: 90%;
        margin-top: -90px;
    }
}

/*--------------------------------------------
scroll_down
--------------------------------------------*/

.scroll_down {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 41px);
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    border: #fff solid 1px;
    border-radius: 50%;
    width: 82px;
    height: 82px;
}

@media screen and (max-width: 960px) {
    .scroll_down {
        width: 60px;
        height: 60px;
        bottom: 10%;
        left: calc(50% - 30px);
    }
}

.scroll_down span {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .scroll_down span {
        width: 24px;
        height: 40px;
        top: 9px;
        margin-left: -12px;
    }
}

.scroll_down span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #b11e3b;

    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.p-content {
    /* margin-top: 100vh; */
    position: relative;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
}

.p-content .p-feature .c-feature_list__item {
    height: 535px;
    min-height: 535px;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item {
        height: 400px;
        min-height: auto;
    }
}

.p-content .p-feature .c-feature_list__item:nth-child(1) {
    background-image: url("../img/warehouse-kamagaya/bg_feature01_kamagaya.jpg");
    background-position: center right 20%;
    background-size: cover;
}

.p-content .p-feature .c-feature_list__item:nth-child(2) {
    background-image: url("../img/warehouse-kamagaya/bg_feature02.jpg");
    background-position: center;
    background-size: cover;
}

.p-content .p-feature .c-feature_list__item:nth-child(3) {
    background-image: url("../img/warehouse-kamagaya/bg_feature03_kamagaya.jpg");
    background-position: center;
    background-size: cover;
}

.p-content .p-feature .c-feature_list__item-content {
    width: 55%;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item-content {
        width: 100%;
    }
}

.p-content .p-feature .c-feature_list__item-content.left {
    background: rgba(0, 169, 157, 0.9);
    margin-right: auto;
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item-content.left {
        padding: 15px;
    }
}

.p-content .p-feature .c-feature_list__item-content.left .c-feature_list__item-inner {
    justify-content: center;
}

.p-content .p-feature .c-feature_list__item-content.left .c-feature_list__item-inner .textarea {
    padding-right: 20px;
    padding-left: 20px;
    /* max-width: 700px; */
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item-content.left .c-feature_list__item-inner .textarea {
        padding-right: 0;
        margin: auto;
    }
}

.p-content .p-feature .c-feature_list__item-content.left .c-feature_list__item-inner .textarea .title {
    color: #fff;
}

.p-content .p-feature .c-feature_list__item-content.left .c-feature_list__item-inner .textarea > p {
    color: #fff;
}

.p-content .p-feature .c-feature_list__item-content.right {
    background: rgba(255, 255, 255, 0.9);
    margin-left: auto;
}

.p-content .p-feature .c-feature_list__item-content.right .c-feature_list__item-inner {
    justify-content: flex-start;
}

.p-content .p-feature .c-feature_list__item-content.right .c-feature_list__item-inner .textarea {
    padding-left: 100px;
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item-content.right .c-feature_list__item-inner .textarea {
        padding-left: 0;
        margin: auto;
    }
}

.p-content .p-feature .c-feature_list__item-content.right .c-feature_list__item-inner .textarea .title {
    color: #00A99D;
}

.p-content .p-feature .c-feature_list__item-content.right .c-feature_list__item-inner .textarea > p {
    color: #333;
}

.p-content .p-feature .c-feature_list__item-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.p-content .p-feature .c-feature_list__item-inner .textarea {
    /* max-width: 680px;
    width: 100%; */
}

.p-content .p-feature .c-feature_list__item-inner .textarea .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.45;
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item-inner .textarea .title {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
    }
}

.p-content .p-feature .c-feature_list__item-inner .textarea > p {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.79;
    font-weight: 400;
    margin-top: 42px;
}

@media screen and (max-width: 960px) {
    .p-content .p-feature .c-feature_list__item-inner .textarea > p {
        font-size: 13px;
        font-size: 1.3rem;
        margin-top: 20px;
        text-align: center;
        line-height: 1.8;
    }
}

.p-content .p_facilitys {
    background: url(../img/warehouse-moriya/bg_facilitys.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    padding: 130px 0;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys {
        flex-direction: column;
        padding: 75px 15px;
    }
}

.p-content .p_facilitys .c_facilitys-inner {
    max-width: 1170px;
    margin: auto;
    position: relative;
    margin-top: 95px;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner {
        margin-top: 60px;
    }
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(1) {
    margin-top: 0;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner:nth-child(1) .c_facilitys_card .c_facilitys_card-pic {
        position: relative;
    }
    .p-content .p_facilitys .c_facilitys-inner:nth-child(1) .c_facilitys_card .c_facilitys_card-pic::before {
        position: absolute;
        content: "";
        background: url(../img/warehouse-kamagaya/num_01.png) no-repeat;
        background-size: contain;
        width: 69px;
        height: 87px;
        display: block;
        top: -42px;
        left: 14px;
        z-index: 1;
    }
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(1) .c_facilitys_card .c_facilitys_card-textarea {
    position: relative;
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(1) .c_facilitys_card .c_facilitys_card-textarea::before {
    position: absolute;
    content: "";
    background: url(../img/warehouse-kamagaya/num_01.png);
    background-size: cover;
    width: 69px;
    height: 87px;
    display: block;
    top: -100px;
    left: 0;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner:nth-child(1) .c_facilitys_card .c_facilitys_card-textarea::before {
        position: static;
        background: none;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner:nth-child(2) .c_facilitys_card-pic {
        position: relative;
    }
    .p-content .p_facilitys .c_facilitys-inner:nth-child(2) .c_facilitys_card-pic::before {
        position: absolute;
        content: "";
        background: url(../img/warehouse-kamagaya/num_02.png);
        background-size: contain;
        width: 76px;
        height: 87px;
        display: block;
        top: -42px;
        left: 14px;
        z-index: 1;
    }
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(2) .c_facilitys_card .c_facilitys_card-textarea {
    position: relative;
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(2) .c_facilitys_card .c_facilitys_card-textarea::before {
    position: absolute;
    content: "";
    background: url(../img/warehouse-kamagaya/num_02.png);
    background-size: cover;
    width: 76px;
    height: 87px;
    display: block;
    top: -100px;
    left: 0;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner:nth-child(2) .c_facilitys_card .c_facilitys_card-textarea::before {
        position: static;
        background: none;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner:nth-child(3) .c_facilitys_card-pic {
        position: relative;
    }
    .p-content .p_facilitys .c_facilitys-inner:nth-child(3) .c_facilitys_card-pic::before {
        position: absolute;
        content: "";
        background: url(../img/warehouse-moriya/num_03.png);
        background-size: cover;
        width: 65px;
        height: 45px;
        display: block;
        top: -24px;
        left: 14px;
        z-index: 1;
    }
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(3) .c_facilitys_card .c_facilitys_card-textarea {
    position: relative;
}

.p-content .p_facilitys .c_facilitys-inner:nth-child(3) .c_facilitys_card .c_facilitys_card-textarea::before {
    position: absolute;
    content: "";
    background: url(../img/warehouse-moriya/num_03.png);
    background-size: cover;
    width: 65px;
    height: 45px;
    display: block;
    top: -82px;
    left: 0;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys-inner:nth-child(3) .c_facilitys_card .c_facilitys_card-textarea::before {
        position: static;
        background: none;
        width: auto;
        height: auto;
    }
}

.p-content .p_facilitys .c_facilitys_card {
    border: solid #e5e5e5 13px;
    max-width: 996px;
    margin: auto;
    padding: 50px 37px 50px;
    min-height: 330px;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card {
        padding: 0;
        border: none;
        height: auto;
    }
}

.p-content .p_facilitys .c_facilitys_card.right .c_facilitys_card-pic {
    right: 0;
}

.p-content .p_facilitys .c_facilitys_card.right .c_facilitys_card-textarea {
    margin-right: 50%;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card.right .c_facilitys_card-textarea {
        margin-right: 0;
    }
}

.p-content .p_facilitys .c_facilitys_card.left .c_facilitys_card-pic {
    left: 0;
}

.p-content .p_facilitys .c_facilitys_card.left .c_facilitys_card-textarea {
    margin-left: 50%;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card.left .c_facilitys_card-textarea {
        margin-left: 0;
    }
}

.p-content .p_facilitys .c_facilitys_card-pic {
    position: absolute;
    top: -30px;
    width: 47%;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card-pic {
        top: 0;
        position: static;
        width: 100%;
    }
}

.p-content .p_facilitys .c_facilitys_card-pic .wrap {
    position: relative;
}

.p-content .p_facilitys .c_facilitys_card-pic .wrap > .title {
    font-size: 32px;
    font-size: 3.2rem;
    position: absolute;
    margin: auto;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    font-style: oblique;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card-pic .wrap > .title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card-pic .wrap img {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card-textarea > ul {
        padding: 25px 20px;
        border-right: solid #e5e5e5 7px;
        border-left: solid #e5e5e5 7px;
        border-bottom: solid #e5e5e5 7px;
    }
}

.p-content .p_facilitys .c_facilitys_card-textarea > ul > li {
    margin-top: 25px;
    color: #333;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
}

@media screen and (max-width: 960px) {
    .p-content .p_facilitys .c_facilitys_card-textarea > ul > li {
        padding-left: 0;
        padding-left: 22px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
}

.p-content .p_facilitys .c_facilitys_card-textarea > ul > li:first-child {
    margin-top: 0;
}

.p-content .p_facilitys .c_facilitys_card-textarea > ul > li::before {
    position: absolute;
    content: "■";
    color: #00A99D;
    left: 0;
    top: 0;
    display: block;
}

.p-content .p-property {
    padding: 50px;
    background: #f2f3f7;
}

@media screen and (max-width: 960px) {
    .p-content .p-property {
        padding: 40px 15px;
    }
}

.p-content .p-property .c-property__inner {
    max-width: 996px;
    margin: auto;
}

.p-content .p-property .c-property__inner > ul {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
}

@media screen and (max-width: 960px) {
    .p-content .p-property .c-property__inner > ul {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-content .p-property .c-property__inner > ul > li {
    margin-top: 10px;
}

@media screen and (max-width: 960px) {
    .p-content .p-property .c-property__inner > ul > li {
        margin-top: 4px;
    }
}

.p-content .p-property .c-property__inner > dl {
    padding-top: 18px;
    /* border-top: solid 1px #c3c4c6; */
    color: #333;
}

@media screen and (max-width: 960px) {
    .p-content .p-property .c-property__inner > dl {
        padding-top: 13px;
    }
}

.p-content .p-property .c-property__inner > dl > dt {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .p-content .p-property .c-property__inner > dl > dt {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-content .p-property .c-property__inner > dl > dd {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media screen and (max-width: 960px) {
    .p-content .p-property .c-property__inner > dl > dd {
        margin-top: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-content .p-contact {
    width: 100%;
    background: url(../img/warehouse-moriya/bg_contact.jpg);
    background-size: cover;
    padding: 100px 0;
}

@media screen and (max-width: 960px) {
    .p-content .p-contact {
        background: url(../img/warehouse-moriya/bg_contact_sp.jpg);
        background-size: cover;
        padding: 90px 0;
    }
}

.p-content .p-contact .c-contact__inner {
    padding: 0 15px;
}

.p-content .p-contact .c-contact__inner > p {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .p-content .p-contact .c-contact__inner > p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-content .p-contact .c-contact__inner .btnarea {
    text-align: center;
}

.p-content .p-contact .c-contact__inner .btn {
    border-radius: 55px;
    max-width: 610px;
    display: block;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
    margin: auto;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 auto 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #00A99D;
    border: solid 2px #00A99D;

    color: #fff;
    overflow: hidden;
}

.p-content .p-contact .c-contact__inner .btn:hover {
    background-color: transparent;
}

@media screen and (max-width: 960px) {
    .p-content .p-contact .c-contact__inner .btn {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 30px 10px;
        max-width: 400px;
    }
}

.p-content .p-contact .c-contact__inner .btn span {
    position: relative;
    padding-left: 45px;
}

@media screen and (max-width: 960px) {
    .p-content .p-contact .c-contact__inner .btn span {
        padding-left: 38px;
    }
}

.p-content .p-contact .c-contact__inner .btn span:after {
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/warehouse-moriya/icon_mail.png);
    background-size: cover;
    width: 34px;
    height: 26px;
    content: "";
    display: block;
}

@media screen and (max-width: 960px) {
    .p-content .p-contact .c-contact__inner .btn span:after {
        width: 27px;
        height: 21px;
    }
}

.p-content .btn::before,
.p-content .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}

.p-content .btn,
.p-content .btn::before,
.p-content .btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.p-content .btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-content .btn:hover::after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    background: rgba(0, 0, 0, 0.8);
}

.p-content .p-info .p-acsess_area {
    display: flex;
    height: 356px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area {
        flex-direction: column;
        height: auto;
    }
}

.p-content .p-info .p-acsess_area .left {
    width: 50%;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .left {
        width: 100%;
    }
}

.p-content .p-info .p-acsess_area .left iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .left iframe {
        width: 100%;
        height: 310px;
    }
}

.p-content .p-info .p-acsess_area .right {
    width: 50%;
    background: #323232;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right {
        width: 100%;
        padding: 45px 3%;
    }
}

.p-content .p-info .p-acsess_area .right .wrap > p {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap > p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic {
    margin-top: 30px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic {
        margin-top: 25px;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic > dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic > dt {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list01 {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 15px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list01 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 18px;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list01 li {
    position: relative;
    padding-left: 28px;
    margin-top: 8px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list01 li {
        margin-top: 6px;
        padding-left: 20px;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list01 li::after {
    position: absolute;
    content: "■";
    color:  #00A99D;
    left: 0;
    top: 0;
    display: block;
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 {
    color: #333333;
    margin-top: 35px;
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li {
    background: #f2f3f7;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 2%;
    margin: 0.5%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li {
        margin: 5px 0 0 0;
        font-size: 13px;
        font-size: 1.3rem;
        padding: 8px 6%;
    }
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(1) {
        width: 173px;
    }
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(2) {
        width: 290px;
    }
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(3) {
        width: 200px;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li > span {
    padding-right: 9px;
    display: block;
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(1) span img {
    width: 19px;
    height: 23px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(1) span img {
        width: 19px;
        height: 23px;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(2) span img {
    width: 27px;
    height: 15px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(2) span img {
        width: 25px;
        height: 14px;
    }
}

.p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(3) span img {
    width: 30px;
    height: 12px;
}

@media screen and (max-width: 960px) {
    .p-content .p-info .p-acsess_area .right .wrap dl.p-traffic dd.c-traffic__list02 ul li:nth-child(3) span img {
        width: 29px;
        height: 12px;
    }
}

.kamagaya-plan-view {
    background: #EFFDFF;
}
.kamagaya-plan-view__inner {
    padding: 77px 0 50px;
    max-width: 983px;
    margin: 0 auto;
}
.kamagaya-plan-view__img {
    margin-bottom: 85px;
}
.kamagaya-plan-view__plan-view {
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .kamagaya-plan-view__inner {
        width: 90%;
    }
}
/*--------------------------------------------
footer
--------------------------------------------*/

.p-footer {
    background: #323232;
    padding: 25px 10px;
    position: relative;
}

.p-footer > .copyright {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}

/*--------------------------------------------
animate
--------------------------------------------*/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }


}
