@charset "utf-8";
/* CSS Document */

/* 初期設定 */



@import "../font/flaticon.css";


* {
    border: medium none;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #151515;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.03em;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
}

a:hover img,
input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

.spImg {
    display: none;
}

.printTitle {
    display: none;
}

/* iOSでのデフォルトスタイルをリセット */
body {
    -webkit-text-size-adjust: 100%;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


.effect {
    transition: 0.5s;
    transform: translateY(40px);
}

.effect_up {
    transform: translateY(0px);
}


.sp {
    display: none;
}

@media(max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .scroll_btn {
        display: none;
    }
}


/* ===================================
HEADER
=================================== */
#gHeader {
    /*position: relative;*/
    /* PC時　header固定ナシ */
    position: fixed;
    /* PC時　header固定アリ */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.3s background-color ease-out;
}

#top #gHeader {
    background-color: transparent;
}

#top #gHeader.bg_white {
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.3s background-color ease-out;
}

.headerInner .wrap {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;

}

.siteTitle {
    padding-top: 1em;
}

@media only screen and (max-width:960px) {
    .headerInner {}
}

@media only screen and (max-width:780px) {
    #gHeader {
        position: relative;
    }

    .headerInner {
        padding-bottom: 0;
    }

    .hdrLogo {
        margin-bottom: 0px;
    }

    .hdrLogo,
    h1.siteTitle {
        width: 100%;
        text-align: center;
    }
}

/* hdrLogo */
.hdrLogo {}

.headerInner .wrap .shldrTxt {
    font-size: 10px;
    margin-bottom: 7px;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media only screen and (max-width:960px) {
    .hdrLogo {
        float: left;
    }

}

@media only screen and (max-width:780px) {
    .hdrLogo {
        float: none;
        text-align: center;
    }

    .shldrTxt {
        display: none;
    }

    .siteTitle {
        padding: 1em;
    }
}

/* pNav */
#pNav ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

#pNav li {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 30px;
    font-size: 12px;
}

#pNav li:last-child {
    margin-left: 20px;
}

#pNav li:nth-of-type(1) a,
#pNav li:nth-of-type(2) a,
#pNav li:nth-of-type(3) a {
    position: relative;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1130px) {
    #pNav li {
        margin-left: 10px;
    }

    #pNav li:nth-of-type(1) a,
    #pNav li:nth-of-type(2) a,
    #pNav li:nth-of-type(3) a {
        font-size: 12px;
    }
}

#pNav li:nth-of-type(1) a::before,
#pNav li:nth-of-type(2) a::before,
#pNav li:nth-of-type(3) a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-right: 1px solid #7f8081;
    border-bottom: 1px solid #7f8081;
    position: relative;
    transform: rotate(-45deg);
    margin-right: 10px;
}



#pNav li a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transition: 0.5s color ease;
}

#pNav li a:hover {
    text-decoration: underline;
}

#pNav li.req a,
#pNav li.res a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#pNav li.req a:hover,
#pNav li.res a:hover {
    text-decoration: none;
    opacity: 0.5;
}

@media only screen and (max-width:960px) {
    #pNav {
        position: static;
        float: right;
    }

    #pNav li {
        font-size: 10px;
        margin-left: 10px;
    }

    #pNav li.req a,
    #pNav li.res a {}
}

@media only screen and (max-width:780px) {
    #pNav {
        display: none;
    }
}

/* sNav */
#sNav {
    display: none;
}

.spHeaderFixed #sNav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@media only screen and (max-width:780px) {
    #sNav {
        display: block;
    }

    #sNav ul {
        display: flex;
        justify-content: center;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    #sNav li {
        /*width: 20%; /* btn 5つ */
        width: 25%;
        /* btn 4つ */
        text-align: center;
        font-size: 8px;
        line-height: 1.8;
        border-right: 1px solid #eee;
    }

    #sNav li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        padding: 3%;
        background-color: #fff;
    }

    #sNav li [class^="flaticon-"] {
        font-size: 25px;
    }

    #sNav li.menu .flaticon-cancel {
        display: none;
    }

    #sNav li.menu.on .flaticon-cancel {
        display: inline;
    }

    #sNav li.menu.on .flaticon-menu {
        display: none;
    }
}

/* ===================================
gNav
=================================== */
#gNav {
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
}

@media (min-width: 781px) {
    #gNav {
        display: block !important;
        margin-top: 1rem;
    }
}

#gNav ul {
    display: flex;
    justify-content: center;
    padding-bottom: 3px;
}

#gNav li.sp {
    display: none;
}

#gNav li a {
    display: block;
    /*padding: 12px 22px;*/
    padding: 4px 22px;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#gNav li a:hover::after,
#gNav li.on a::after {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: 2px;
    position: absolute;
    left: 1px;
    bottom: 0px;
    background-color: #003257;
}

#gNav li.off a {
    pointer-events: none;
    opacity: 0.5;
}

#gNav li:not(:first-child) a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #777;
    position: absolute;
    left: 0px;
    margin-top: -0.3rem;
}


#gNav li .new {
    display: block;
    position: absolute;
    top: -15px;
    right: 13px;
    color: #fff;
    background-color: #CC0000;
    padding: .2rem;
    line-height: 1;
    font-size: 11px;
}

/* ie11用 */
_:-ms-lang(x)::-ms-backdrop, #gNav li .new{
    padding: .3rem .2rem .1rem;
}
/* ie11用 */

@media only screen and (max-width:1130px) {
    #gNav li a {
        padding: 10px 15px 6px;
        font-size: 12px;
    }

    #gNav li .new {
        font-size: 9px;
        padding: .2rem;
        top:-7px;
        right: 5px;
    }
}

@media only screen and (max-width:780px) {

#gNav li:not(:first-child) a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #777;
    position: absolute;
    left: 0px;
}


    #gNav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: none;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .spHeaderFixed #gNav {
        position: fixed;
    }

    #gNav .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    #gNav ul {
        display: block;
        font-size: 0;
    }

    #gNav ul li {
        display: inline-block;
        width: 50%;
        text-align: center;
        font-size: 10px;
    }

    #gNav li.sp {
        display: inline-block;
    }

    #gNav ul li a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 10%;
    }

    #gNav ul li.on a {
        background-color: #003257;
        color: #fff;
    }
}

/* フッター */
footer {
    z-index: 500;
    background-color: #fff;
    padding-top: 45px;
    position: relative;
}

footer .pagetop {
    position: absolute;
    right: 5%;
}

.foot_nav ul li.off {
    opacity: 0.5;
    pointer-events: none;
}

.foot_nav ul li.off a:hover {
    text-decoration: none;
}

@media (max-width: 1200px) {
    footer .pagetop {
        position: static;
        text-align: center;
        ;
    }

}

@media (max-width: 980px) {
    footer {
        margin-top: 0px;
    }



}

.foot_nav {
    margin: 20px 0px 40px;
}

.foot_nav ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .foot_nav ul {
        justify-content: left;
        -webkit-justify-content: left;
    }
}

.foot_nav ul li {
    line-height: 1em;
    padding: 0px 15px;
    border-left: 1px solid #a9a9a9;
}

.foot_nav ul li:first-child {
    border-left: none;
}

.foot_nav ul li a {
    line-height: 1em;
    color: #5d5d5d;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    position: relative;
}

/*.foot_nav ul li a::after { position: absolute; bottom: -4px; left: 0px; content: ''; width: 0; height: 1px; background-color: #2e2e2e; transition: .2s;}
.foot_nav ul li a:hover::after { width: 100%;}*/
.foot_nav ul li a:hover {
    text-decoration: underline;
}

.foot_contact {
    background-color: #ececec;
    padding: 45px 0px;
    text-align: center;
}

.foot_contact aside {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 12px;
}

.foot_contact > p {
    font-size: 16px;
}

.foot_contact > p span {
    font-size: 16px;
    display: inline-block;
}

.foot_contact .foot_btn {
    margin: 0px 0px;
}

.foot_contact .foot_btn li {
    margin: 0px 10px;
    display: inline;
}

@media(max-width: 780px) {
    .foot_contact .foot_btn li {
        display: block;
        margin: 0 0 10px;
    }

    .foot_contact .foot_btn li a img {
        width: 80%;
        max-width: 333px;
    }
}

.foot_contact .tel p.contact_txt {
    font-size: 15px;
    text-align: center;
}

.foot_contact .tel p.freedial,
.foot_contact .tel p.freedial a {
    font-size: 33px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    text-align: center;
}

.foot_contact .tel p.freedial::before {
    content: url(../images/common/freedial_icon.png);
    margin-right: 20px;
    position: relative;
    top: 2px;
}

.foot_contact .tel p span {
    display: inline-block;
}

.foot_contact .tel p.time {
    font-size: 12px;
    text-align: center;
}

.foot {
    padding: 50px 0px 110px;
    background-color: #fff;
}

#top .foot {
    padding: 50px 0px 135px;
}

.foot .foot_logo {
    width:1080px;
/*    width:980px;*/
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    margin-bottom: 50px;
}

.foot .foot_logo li.logo img {
    height: 29px;
    width: auto !important;
}

.foot .foot_logo li.brilliaclub {
    width: 270px;
}

.foot .foot_logo li.brilliaclub dl {
    border: 1px solid #E0E0E0;
    padding: 10px;

}

.foot .foot_logo li.brilliaclub dl dt {
    width: 59px;
    margin-right: 10px;
}

.foot .foot_logo li.brilliaclub dl dd {
    width: 175px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 140%;
}

.foot .foot_logo li.brilliaclub dl dt,
.foot .foot_logo li.brilliaclub dl dd {
    display: inline-table;
    vertical-align: top;
}


@media (max-width: 980px) {
    .foot .foot_logo {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .foot .foot_logo li.logo img {
        height: 16%;
    }
}


@media (max-width: 780px) {

    .foot .foot_logo li.brilliaclub {
        width: 100%;
    }

    .foot .foot_logo li.brilliaclub dl dt {
        width: 14%;
        vertical-align: middle;
    }

    .foot .foot_logo li.brilliaclub dl dd {
        width: 80%;
        vertical-align: middle;
    }

    .foot .foot_logo li.logo img {
        height: 25%;
    }
}

@media (max-width: 640px) {

    .foot .foot_logo li.logo img {
        height: 20%;
    }
}

.foot .foot_logo li a span {
    font-size: 9px;
    font-family: "メイリオ", "sans-serif";
    margin-left: 40px;
}

.foot .foot_logo li a img {
    width: 100%;
}

.foot .foot_link {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
    justify-content: center;
}

ul.foot_link li {
    width: 26%;
}

.foot .foot_link li a {
    font-size: 12px;
    color: #676767;
    position: relative;
    font-family: "メイリオ", "sans-serif";
    cursor: pointer;
}

.foot .foot_link li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
    position: absolute;
    left: -14px;
    top: 5px;
    transform: rotate(-45deg);
    transition: 0.1s all ease;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: 0.1s all ease;
}

.foot .foot_link li a:hover::before {
    left: -11px;
}

.copyright {
    font-family: "メイリオ", "sans-serif";
    font-size: 10px;
    color: #676767;
    text-align: center;
}

.copyright span {
    font-family: "メイリオ", "sans-serif";
    font-size: 10px;
    color: #676767;
    display: inline-block;
}

@media (max-width: 820px) {
    .foot .foot_logo {
        width: 96%;
    }

    .foot .foot_link {
        width: 100%;
    }

    .foot .foot_link li {
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 720px) {
    .foot .foot_logo li {
        width: 33%;
    }

    .foot .foot_logo li a span {
        margin-left: 17%;
    }

    .foot_nav ul {
        width: 90%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .foot_nav ul li {
        width: 25%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .foot_nav ul li:nth-of-type(5) {
        border-left: none;
    }
}

@media (max-width: 640px) {
    .foot_nav {
        margin: 20px 0px 0px;
    }

    .foot_nav ul {
        margin-bottom: 0px;
        width: 100%;
    }

    .foot_nav ul:nth-of-type(1) {
        border-top: 1px solid #ccc;
    }

    .foot_nav ul li {
        padding: 0px;
        border-right: 1px solid #ccc;
        border-left: none;
        width: 33.3333333333%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px;
    }

    .foot_nav ul:nth-of-type(1) li:first-child {
        display: none;
    }

    .foot_nav ul:nth-of-type(1) li:nth-child(3n+1),
    .foot_nav ul:nth-of-type(2) li:nth-child(3n) {
        border-right: none;
    }

    .foot_nav ul li a {
        color: #5d5d5d;
        font-size: 12px;
        padding: 20px 0px;
        width: 100%;
        display: block;
    }

    .foot_nav ul li a:hover {
        color: #fff;
        background-color: #121212;
        transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
    }

    .foot_nav ul li a::after {
        content: none;
    }

    .foot .foot_link {
        border-top: 1px solid #ccc;
    }

    .foot .foot_link li {
        padding: 0px;
        border-left: none;
        width: 50%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    .foot .foot_link li:nth-child(even) {
        border-left: 1px solid #ccc;
    }

    .foot .foot_link li a {
        color: #5d5d5d;
        font-size: 12px;
        padding: 20px 5px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        -webkit-box-sizing: border-box;
    }

    .foot .foot_link li a span {
        display: inline-block;
    }

    .foot .foot_link a:hover {
        color: #fff;
        background-color: #121212;
        transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .foot .foot_link a:hover span {
        color: #fff;
        -webkit-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
    }

    .foot .foot_link li a::before {
        content: none;
    }

    .fotterprivacy a {
        border-right: 1px solid #ccc;
    }
}

@media (max-width: 480px) {
    .foot .foot_logo {
        flex-flow: column;
        align-items: center;
        -webkit-flex-flow: column;
        -webkit-align-items: center;
    }

    .foot .foot_logo li {
        width: 100%;
        margin-bottom: 10px;
    }

    .foot .foot_logo li.logo {
        text-align: center !important;
    }

    .foot .foot_logo li.logo img {
        height: auto;
        width: 60% !important;
    }

    .foot .foot_logo li a span {
        margin-left: 0px;
    }

    .foot .foot_logo li.brilliaclub {
        margin-top: 50px;
    }
}

.btmcopytxt {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

/* /フッター */



/*.main {
background:linear-gradient(to bottom, #d2dfe9 0%,#ffffff 100%);
    position: relative;
}*/

.main {
    position: relative;
}

/*.main .information { position:absolute; bottom:120px; left:50px; z-index:100;}*/
.main .information {
    /*position: absolute;*/
/*    bottom: 40px;
    left: 50px;*/
    z-index: 100;
}

.main dl.information {
    border: 1px solid #0f1f26;
}

.main .information dt,
.main .information dd {
    display: inline-block;
    padding: 5px 10px;
}

.main .information dt {
    color: #FFF;
    background-color: rgba(15, 31, 38, 0.9);
}

.main .information dd {
    background-color: rgba(255, 255, 255, 0.9);
}

.main #start {
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    font-size: 30px;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}

#bg,
#bg2 {
    opacity: 0;
}

.main .bg {
    background-image: url(../images/top/main.jpg?180613);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: relative;
}

.main .bg2 {
    background-image: url(../images/top/main2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg > aside {
    position: absolute;
    bottom: 120px;
    left: 6px;
    font-weight: bold;
}

.bg2 > aside {
    position: absolute;
    bottom: 120px;
    left: 6px;
    font-weight: bold;
    color: #fff;
}

.mainSP {
    display: none;
}

@media(max-width: 780px) {

    .main #start,
    .main #bg,
    .main #bg2 {
        display: none;
    }

    .mainSP {
        display: block;
        position: relative;
    }

    .main .mainSP aside {
        position: absolute;
        bottom: 10px !important;
        left: 10px !important;
    }

    .mainSP img {
        width: 100%;
    }



}

.main_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #0f1f26;
    height: 70px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    /*align-items: center;*/
    justify-content: center;
    z-index: 10000;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}

.main_bottom p {
    color: #fff;
    font-size: 25px;
    margin-right: 30px;
    text-align: center;
    padding-top: 20px;
}

.main_bottom p span {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    padding-right: 10px;
}

.main_bottom p.copy {
    color: #fff;
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-top: 0px;
}

@media (max-width: 780px) {
    .main .information {
        position: static;
        width: 100%;
        box-sizing: border-box;
    }

    .main .information dt,
    .main .information dd {
        width: 100%;
        box-sizing: border-box;
    }

    .main dl.information {
        border-right-style: none;
        border-left-style: none;
    }

    .main_bottom p {
        margin-right: 0px;
    }
}

@media (max-width: 640px) {

    /*.main_bottom {
        height: 100px;
    }*/
    .main_bottom p {
        font-size: 18px;
        padding-top: 15px;
    }

    .main_bottom a {
        max-width: 261px;
        width: 50%;
    }

    .main_bottom a img {
        width: 100%;
    }

    .main_bottom p.copy {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .main_bottom {
        height: 120px;
    }
}


.bottom_btn {
    margin-top: 100px;
    margin: 100px auto 0 auto;
    text-align: center;
    width: 90%;
}

@media (max-width: 750px) {
    .bottom_btn {
        margin-top: 0px;
        margin: 50px auto 0 auto;
        text-align: center;
        width: 90%;
    }
}

#fot {
    padding-top: 50px !important;
}

.bottom_btn p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.bottom_btn p span {
    font-size: 16px;
}

.bottom_btn li {
    margin: 0px 10px;
    display: inline;
}

@media(max-width: 780px) {
    .bottom_btn li {
        display: block;
        margin: 0 0 10px;
    }

    .bottom_btn li a img {
        width: 80%;
        max-width: 333px;
    }
}



.main p {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 120px;
    left: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 10px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.top_txt {
    position: absolute;
    right: 14%;
    top: 18%;
}

@media (max-width: 780px) {
    .main aside {
        display: none;
    }

    .main .mainSP aside {
        display: block !important;
    }

    .main .mainSP {
        position: relative;
    }

    .main .mainSP aside {
        position: absolute;
        bottom: 10px;
    }
}

@media (max-width: 1600px) {
    .top_txt {
        right: 15%;
    }
}

@media (max-height: 700px) {
    .top_txt {
        width: 80px;
        top: 20%;
    }
}

@media (max-height: 500px) {
    .top_txt {
        width: 60px;
        top: 30%;
    }
}

.top_content_01 {
    display: flex;
    flex-flow: wrap;
}

@media (max-width: 980px) {
    .top_content_01 {
        flex-flow: column;
    }
}

.top_content_01 > div {
    width: 50%;
}

.top_content_01 > div.top_yonchome {
    background: url(../images/top/top_minatoku_bg.jpg) no-repeat center/cover;
    position: relative;
}

.top_content_01 > div.top_yonchome h2 span {
    font-size: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
}


.top_content_01 > div.top_yonchome > div {
    position: absolute;
    right: 50px;
    /*bottom: 120px;*/
    bottom: 130px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    text-align: right;
    z-index: 500;
}

.top_content_01 > div.top_yonchome > div dl {
    margin-bottom: 30px;
}

.top_content_01 > div.top_yonchome > div dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: right;
}

.top_content_01 > div.top_yonchome > div dd {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    text-align: right;
}



.top_content_01 > div.top_yonchome aside {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 20px;
    left: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 10px;
}


.top_content_01 > div.top_shinagawa {
    background: url(../images/top/top_shinagawa_bg.jpg) no-repeat center/cover;
    position: relative;
}

.top_content_01 > div.top_shinagawa h2 span {
    font-size: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
}

.top_content_01 > div.top_shinagawa > div {
    position: absolute;
    left: 50px;
    /*bottom: 120px;*/
    bottom: 130px;
    z-index: 500;
}

.top_content_01 > div.top_shinagawa > div dl {
    margin-bottom: 30px;
}

.top_content_01 > div.top_shinagawa > div dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.top_content_01 > div.top_shinagawa > div dd {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}


.top_content_01 > div.top_shinagawa aside {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 20px;
    right: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 10px;
}

@media (max-width: 1300px) {

    .top_content_01 > div.top_yonchome h2,
    .top_content_01 > div.top_shinagawa h2 {
        font-size: 36px;
    }
}



@media (max-width: 980px) {
    .top_content_01 > div {
        width: 100%;
    }

    .top_content_01 > div.top_yonchome {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;

    }

    .top_content_01 > div.top_yonchome > div {
        position: static;
        text-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .top_content_01 > div.top_yonchome > div h2 img {
        width: 90%;
        max-width: 381px;
    }

    .top_content_01 > div.top_yonchome > div dt {
        text-align: center;
    }

    .top_content_01 > div.top_yonchome > div dd {
        text-align: center;
    }

    .top_content_01 > div.top_shinagawa {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .top_content_01 > div.top_shinagawa > div {
        position: static;
        text-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .top_content_01 > div.top_shinagawa > div h2 img {
        width: 80%;
        max-width: 316px;
    }

    .top_content_01 > div.top_shinagawa > div dt {
        text-align: center;
    }

    .top_content_01 > div.top_shinagawa > div dd {
        text-align: center;
    }

    .top_content_01 > div.top_shinagawa > div a {
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .top_content_01 > div.top_yonchome > div dt {
        font-size: 16px;
    }

    .top_content_01 > div.top_shinagawa > div dt {
        font-size: 16px;
    }
}

.top_design {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    background-image: url(../images/top/top_design_bg.jpg?180613);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.top_design div {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    box-sizing: border-box;
}

.top_design div h2 {
    margin-bottom: 20px;
}

.top_design div h2 span {
    font-size: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
    margin-bottom: 20px;
}

.top_design div dl {
    margin-bottom: 30px;
}

.top_design div dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.top_design div dd {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

.top_design > div a {
    margin: 0 auto;
}

.top_design div h2 img {
    width: 100%;
    max-width: 527px;
}


.top_design aside {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 20px;
    right: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 10px;
}

.top_design > div a {
    margin: 0 auto;
}

#top .bottom_btn p {
    padding-top: 150px;
}

@media (max-width: 750px) {
    #top .bottom_btn p {
        padding-top: 0px;
    }
}


@media (max-width: 1300px) {
    .top_design div h2 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .top_design div dt {
        font-size: 16px;
    }

    .top_design div {
        width: 100%;
    }
}

.top_service {
    background: url(../images/top/top_service_bg.jpg) no-repeat center/cover;
    position: relative;
}

.top_service div {
    position: absolute;
    right: 10%;
    top: 40%;
    text-align: right;
    overflow: hidden;
}

.top_service div h2 {
    margin-bottom: 20px;
}

.top_service div h2 span {
    font-size: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
    margin-bottom: 20px;
}

.top_service div dl {
    margin-bottom: 30px;
}

.top_service div dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.top_service div dd {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}


@media (min-width: 1021px) {
    .top_service_title2 {
        display: none;
    }
}

@media (max-width: 1020px) {
    .top_service_title {
        display: none;
    }
}

.top_service aside {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 20px;
    right: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 10px;
}

.top_service > div a {
    float: right;
}

@media (max-width: 1300px) {
    .top_service div h2 {
        font-size: 36px;
    }
}

@media (max-width: 1020px) {
    .top_service {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .top_service div {
        position: static;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .top_service div h2 img {
        max-width: 397px;
        width: 90%;
    }

    .top_service div a {
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 640px) {
    .top_service div dt {
        font-size: 16px;
    }
}

.top_plan {
    background: url(../images/top/top_plan_bg.jpg) no-repeat right/contain, #f2f2f2;
    position: relative;
}

.top_plan div {
    width: 400px;
    position: absolute;
    left: 15%;
}

.top_plan div h2 {
    margin-bottom: 20px;
}

.top_plan div dl {
    margin-bottom: 30px;
}

.top_plan div dt {
    font-size: 20px;
    margin-bottom: 20px;
}

.top_plan div dd {
    font-size: 14px;
    line-height: 2em;
}

.top_plan div h2 img.top_plan_title {
    max-width: 331px;
    width: 90%;
}

.top_plan div h2 img.top_plan_title2 {
    max-width: 343px;
    width: 90%;
}

.top_plan div h2 span {
    font-size: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
    ;
    margin-bottom: 20px;
}

@media (min-width: 981px) {
    .top_plan_title2 {
        display: none;
    }
}

@media (max-width: 980px) {
    .top_plan_title {
        display: none;
    }
}

.top_plan aside {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 20px;
    right: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #464646;
    font-size: 10px;
}



.top_content_01 > div > div h2,
.top_content_02 > div > div h2,
.top_plan div h2 {
    margin-bottom: 20px;
}

.top_content_01 > div > div p,
.top_content_02 > div > div p {
    margin-bottom: 20px;
    color: #fff;
}

.top_plan div p {
    margin-bottom: 20px;
}

@media (max-width: 980px) {
    .top_plan {
        background: url(../images/top/top_plan_bg.jpg) no-repeat center/cover;
        position: relative;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .top_plan div {
        position: static;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .top_plan div h2 {
        color: #FFF;
    }

    .top_plan div dt {
        color: #fff;
    }

    .top_plan div dd {
        color: #fff;
    }

    .top_plan div dd sup {
        font-size: 10px;
        color: #FFF;
    }

    .top_plan div a {
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .top_plan div dt {
        font-size: 16px;
    }
}

.top_content_01 > div > div a,
.top_design > div a,
.top_service > div a,
.top_plan div a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    position: relative;
    transition: 0.2s background-color ease-out, 0.2s color ease-out;
}



.top_content_01 > div > div a::after,
.top_design > div a::after,
.top_service > div a::after,
.top_plan div a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    transition: 0.2s border-right-color ease-out, 0.2s border-bottom-color ease-out;
}


.top_content_01 > div > div a:hover,
.top_design > div a:hover,
.top_service > div a:hover,
.top_plan div a:hover {
    background-color: #464646;
    color: #fff;
}

.top_content_01 > div > div a:hover::after,
.top_design > div a:hover::after,
.top_service > div a:hover::after,
.top_plan div a:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}


@media (max-width: 640px) {

    .top_content_01 > div.top_yonchome aside,
    .top_content_01 > div.top_shinagawa aside,
    .top_service aside,
    .top_design aside,
    .top_plan aside {
        bottom: 10px;
    }
}

@media (max-width: 1300px) {

    .top_content_01 > div.top_yonchome h2,
    .top_content_01 > div.top_shinagawa h2,
    .top_design div h2,
    .top_service div h2,
    .top_plan div h2 {
        font-size: 25px;
    }
}


.scroll_btn {
    position: fixed;
    left: 20px;
    z-index: 1000;
}

.scroll_btn li {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #d6d6d6;
    border-radius: 50%;
    cursor: pointer;
}

.scroll_btn li:not(:first-child) {
    margin-top: 20px;
}

.scroll_btn li:hover,
.scroll_btn li.current {
    background-color: #003257;
}


.bottom_txt {
    width: 90%;
    max-width: 980px;
    display: block;
    margin: 80px auto 0px;
}

@media (max-width: 980px) {
    .bottom_txt {
        margin: 40px auto 0px;
    }
}

.bottom_txt li {
    font-size: 10px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.8em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.shinagawa_main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /*    background: url(../images/shinagawa/shinagawa_main_bg.jpg) no-repeat center/cover;*/
    position: relative;
    text-align: center;
}

.shinagawa_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.shinagawa_main p {
    font-size: 25px;
    color: #000;
    /*    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);*/
}

.shinagawa_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.shinagawa_content_01 {
    padding-top: 50px;
}

.shinagawa_content_01 .shinagawa_disc {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.shinagawa_content_01 .shinagawa_disc span {
    font-size: inherit;
    display: inline-block;
}

.shinagawa_content_01 > div {
    height: 1150px;
    position: relative;
    background: url(../images/shinagawa/shinagawa_img_01.jpg) no-repeat center/cover;
    margin-bottom: 50px;
}

.shinagawa_content_01 > div aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.shinagawa_content_01 > p.shinagawa_txt {
    max-width: 980px;
    width: 94%;
    font-size: 16px;
    line-height: 2em;
    margin: 0 auto 100px;
}

.shinagawa_content_01 > p.shinagawa_txt span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
}

.shinagawa_content_02 .shinagawa_disc {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.shinagawa_redevelop {
    width: 94%;
    max-width: 1080px;
    margin: 0 auto 15px;
    display: flex;
    flex-flow: wrap;
}

.shinagawa_redevelop > div {
    width: calc(100% - 480px);
    background: url(../images/shinagawa/shinagawa_img_02.jpg) no-repeat left top/cover;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    position: relative;
}

.shinagawa_redevelop > div aside {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.shinagawa_redevelop > ul {
    width: 480px;
    background-color: #003257;
}

.shinagawa_redevelop > ul li {
    padding: 25px;
    box-sizing: border-box;
}

.shinagawa_redevelop > ul li:not(:first-child) {
    border-top: 1px solid #fff;
}

.shinagawa_redevelop > ul li dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.shinagawa_redevelop > ul li dd {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.shinagawa_redevelop > ul li dd p {
    color: #fff;
    width: 52%;
}

.shinagawa_redevelop > ul li dd p span {
    color: #fff;
    font-size: 10px;
}

.shinagawa_redevelop > ul li dd div {
    position: relative;
}

.shinagawa_redevelop > ul li dd div aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.shinagawa_redevelop > div img {
    display: none;
}

.hanrei {
    width: 94%;
    max-width: 1080px;
    margin: 15px auto 10px auto;
}

.hanrei ul li {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 12px;
    margin-right: 15px;
}

.hanrei ul li span.ico01 {
    background-color: #6e9a11;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
}

.hanrei ul li span.area {
    font-size: 10px !important;
}

.hanrei ul li span.ico02 {
    background-color: #005c8d;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
}

.hanrei ul li span.ico03 {
    background-color: #b0a33d;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
}

.hanrei ul li span.ico04 {
    background-color: #883890;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
}


@media (max-width: 980px) {
    .shinagawa_content_01 > div {
        height: 600px;
    }

    .shinagawa_redevelop > div {
        width: 100%;
    }

    .shinagawa_redevelop > div img {
        display: block;
        width: 100%;
    }

    .shinagawa_redevelop > ul li dd {
        flex-flow: column;
    }

    .shinagawa_redevelop > ul {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

    .shinagawa_redevelop > ul li {
        width: 33.33%;
    }

    .shinagawa_redevelop > ul li dd p {
        width: 100%;
    }

    .shinagawa_redevelop > ul li dd div {
        margin: 10px auto 0px;
    }

    .shinagawa_redevelop > ul li:not(:first-child) {
        border-top: none;
    }

    .shinagawa_redevelop {
        flex-direction: column-reverse
    }

}

@media (max-width: 780px) {
    .shinagawa_main h2 img {
        max-width: 80%;
    }

    .shinagawa_main p {
        font-size: 18px!important;
    }

    .shinagawa_main img {
        width: 100%;
    }

    .h3_title {
        font-size: 26px;
    }

    .shinagawa_content_01 .shinagawa_disc {
        font-size: 20px;
    }

    .shinagawa_content_01 > div {
        height: 500px;
    }

    .shinagawa_content_01 > p.shinagawa_txt {
        font-size: 14px;
    }

    .shinagawa_content_02 .shinagawa_disc {
        font-size: 20px;
    }

    .shinagawa_redevelop > ul li {
        width: 100%;
    }

    .shinagawa_redevelop > ul li dd p {
        width: 100%;
    }

    .shinagawa_redevelop > ul li dd div {
        margin: 10px auto 0px;
    }

    .shinagawa_redevelop > ul li:not(:first-child) {
        border-top: 1px solid #fff;
    }

    .hanrei ul li {
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .hanrei ul li sup {
        font-size: 8px;
    }

}

@media (max-width: 640px) {
    .shinagawa_content_01 > div {
        height: 400px;
    }

    .shinagawa_content_01 > p.shinagawa_txt span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .shinagawa_main h2 img {
        height: 20px;
    }

    .shinagawa_main p {
        font-size: 14px;
    }

    .shinagawa_content_01 > div {
        height: 300px;
    }
}

.shinagawa_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(../images/shinagawa/shinagawa_main_bg.jpg) no-repeat center/cover;
    position: relative;
}

.shinagawa_main h2 {
    margin-bottom: 10px;
    text-align: center;
}

.shinagawa_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    text-align: center;
}

.shinagawa_main p span {
    font-size: inherit;
    color: inherit;
    text-shadow: inherit;
    display: inline-block;
}

.shinagawa_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.minatoku_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(../images/minatoku/minatoku_main_bg.jpg) no-repeat center/cover;
    position: relative;
}

.minatoku_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.minatoku_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    text-align: center;
}

.minatoku_main p span {
    font-size: inherit;
    color: inherit;
    text-shadow: inherit;
    display: inline-block;
}

.minatoku_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.minatoku_content_01 {
    padding-top: 50px;
}









.minatoku_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(../images/minatoku/minatoku_main_bg.jpg) no-repeat center/cover;
    position: relative;
}

.minatoku_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.minatoku_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    text-align: center;
}

.minatoku_main p span {
    font-size: inherit;
    color: inherit;
    text-shadow: inherit;
    display: inline-block;
}

.minatoku_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.minatoku_content_01 {
    padding-top: 50px;
}

.h3_title {
    font-size: 32px;
    line-height: 1.8em;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.h3_title.l {
    font-size: 36px;
    line-height: 1.8em;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.h3_title span {
    display: inline-block;
    font-size: inherit;
    line-height: 1.8em;
}


.h3_title::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #003257;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
}

.minatoku_content_01 p {
    font-size: 16px;
    line-height: 2em;
    max-width: 980px;
    width: 94%;
    margin: 0 auto 50px;
}

.minatoku_content_01 div {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.minatoku_content_01 div img {
    width: 100%;
    max-width: 1312px;
}

.minatoku_content_01 div aside {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    width: 100%;
    max-width: 1312px;
    text-align: right;
    margin: 0 auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.minatoku_content_02 {
    margin-bottom: 150px;
}

.minatoku_content_02 .minatoku_content_02_01 {
    overflow: hidden;
    position: relative;
}

.minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_img {
    width: 60%;
    height: 500px;
    background: url(../images/minatoku/minatoku_img_02.jpg) no-repeat left/cover;
    position: relative;
}

.minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_img aside {
    font-size: 10px;
    color: #FFF;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt {
    background-color: #06283d;
    position: absolute;
    left: 50%;
    /*    left: calc(50% + 44px);*/
    top: 0px;
    /*    transform: skewX(-10deg);*/
    width: 60%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;

}

.minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl {
    width: 400px;
    margin-left: 70px;
    /*    transform: skewX(10deg);*/
}

.minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl dt {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl dd {
    color: #fff;
    line-height: 1.8em;
}



.minatoku_content_02 .minatoku_content_02_02 {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img {
    width: 50%;
    height: 800px;
    background: url(../images/minatoku/minatoku_img_03.jpg) no-repeat right/cover;
    position: relative;
}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img aside {
    font-size: 10px;
    color: #FFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt {
    background-color: #49462b;
    position: absolute;
    right: 50%;
    top: 0px;
    /*    transform: skewX(-10deg);*/
    width: 50%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;

}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl {
    width: 400px;
    margin-right: 70px;
    /*    transform: skewX(10deg);*/
}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl dt {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl dd {
    color: #fff;
    line-height: 1.8em;
}

.minatoku_content_03 > p {
    font-size: 16px;
    line-height: 2em;
    max-width: 980px;
    width: 94%;
    margin: 0 auto 50px;
}

.minatoku_content_03 .minatoku_content_03_bg {
    margin-bottom: 90px;
    height: 500px;
    background: url(../images/minatoku/minatoku_img_04.jpg) no-repeat center/cover;
    position: relative;
}

.minatoku_content_03 .minatoku_content_03_bg aside {
    position: absolute;
    font-size: 10px;
    color: #FFF;
    bottom: 10px;
    right: 10px;
}

.minatoku_content_03_01 {
    width: 96%;
    max-width: 980px;
    margin: 0 auto 100px;
}

.minatoku_content_03 h4 {
    font-size: 30px;
    text-align: center;
}

.minatoku_content_03 h4 span {
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
}

.minatoku_img_05 {
    max-width: 100%;
}

.minatoku_content_03_01 aside {
    text-align: right;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    margin-bottom: 30px;
}

.minatoku_content_03_01 dl dt {
    font-size: 24px;
    margin-bottom: 10px;
}

.minatoku_content_03_01 dl dd {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 150px;
}

/*.minatoku_content_03_02 {
    background: url(../images/minatoku/minatoku_img_06.jpg) no-repeat right center/contain;
    background-size:50%;
}*/

/*.minatoku_content_03_02 dl {
    width: 80%;
    max-width: 510px;
    margin: 180px 0px 180px calc(50% - 490px);
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    box-sizing: border-box;
}*/
.minatoku_content_03_02 {
    width: 96%;
    max-width: 980px;
    margin: 0 auto 100px;
}

.minatoku_content_03_02 h4 {
    margin-bottom: 30px;
}

.minatoku_content_03_02 dl {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.minatoku_content_03_02 dl dt {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.minatoku_content_03_02 dl dd {
    font-size: 16px;
    line-height: 2em;
}

.minatoku_content_03_02 aside {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    margin-bottom: 30px;
    padding-right: 10px;
    text-align: right;
}

.image-point {
    position: relative;
}

.image-point img {
    width: 70%;
    max-width: 884px;
}

.minatoku_content_03_02 img.haichi {
    display: none;
}



.sanpou-merit {
    margin-top: 100px;
}

.sanpou-merit p {
    font-size: 16px;
}

.sanpou-merit h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.sanpou-merit h4 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}


.sanpou-merit h4 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.sanpou-merit h4::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}


.sanpou-merit h5 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom-style: double;
    border-bottom-color: #D9D9D9;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    border-top-style: double;
    border-top-color: #D9D9D9;
}

.sanpou-merit h5 span.txt {
    font-size: 20px;
}

.sanpou-merit h5 span.merit,
.sanpou-merit h5 span.txt {
    display: inline-block;
    vertical-align: middle;
}

.sanpou-merit h5 span.merit {
    border: 1px solid #D9D9D9;
    padding: 0px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 20px;
    background-color: #06283d;
    color: #FFF;
    border: none;
}

.sanpou-merit .box {
    margin-top: 30px;
    border: 1px solid #D9D9D9;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.sanpou-merit .box h6 {
    background-color: #ecf2f3;
    padding: 10px 15px;
    font-size: 16px;
}

.sanpou-merit .box p {
    padding: 1em 1.5em;
    font-size: 14px;
}

.sanpou-merit .box p u {
    font-size: 14px;
    text-decoration: underline;
}

.sanpou-merit .left,
.sanpou-merit .right {
    display: inline-block;
    vertical-align: middle;
}

.sanpou-merit .left {
    width: 40%;
}

.sanpou-merit .right {
    width: 59%;
}

.sanpou-merit .right img {
    width: 100%;
}

.sanpou-merit .bottom img {
    width: 100%;
}


@media (max-width: 780px) {

    .sanpou-merit .left,
    .sanpou-merit .right {
        display: block;
    }

    .sanpou-merit .left {
        width: 100%;
    }

    .sanpou-merit .right {
        width: 100%;
    }

    .sanpou-merit h5 {
        text-align: center;
    }
}

ul.point {
    text-align: center;
    letter-spacing: -.4em;
    width: 46%;
    position: absolute;
    right: 0px;
    top: calc(50% - 130px);
}

ul.point li h5 {
    font-size: 25px;
    margin-bottom: 15px;
    background-color: #ecf2f3;
    padding: 6px 15px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9e2e4;
}

ul.point li {
    font-size: 16px;
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 15px;
    letter-spacing: normal;
    box-sizing: border-box;
    border: 1px solid #d9e2e4;
}

ul.point li:first-child {
    margin-bottom: 60px;
}

ul.point li p {
    padding-left: 2%;
    padding-right: 2%;
}

@media (max-width: 1300px) {}


@media (max-width: 1100px) {

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_img {
        height: 400px;
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt {
        left: calc(50% + 35px);
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl {
        margin-left: 30px;
        width: 300px;
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl dt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl dd {
        font-size: 12px;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img {
        height: 780px;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt {
        right: 50%;
        /*            right: calc(50% + 35px);*/
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl {
        margin-right: 30px;
        width: 300px;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl dt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl dd {
        font-size: 12px;
    }

    .minatoku_content_03 .minatoku_content_03_bg {
        height: 400px;
    }

    /*.minatoku_content_03_02 dl {
        margin: 120px 0px 120px calc(50% - 350px);

    }*/


    .minatoku_content_03_02 dl dt {
        font-size: 18px;
    }

    .minatoku_content_03_02 dl dd {
        font-size: 14px;
    }
}

.minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img img {
    display: none;
}


@media (max-width: 1480px) {

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img {
        width: 60%;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt {
        right: 60%;
    }

}

@media (max-width: 1260px) {


    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img {
        height: auto !important;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img,
    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img img {
        width: 100%;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_img img {
        display: block;
    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt {
        transform: skewX(0deg);
        width: 100%;
        background-color: rgba(73, 70, 43, 1.0);
        position: static;

    }

    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl {
        width: 96%;
        margin: 0 auto;
        padding-top: 6%;
        padding-bottom: 10%;
    }

}

@media (max-width: 780px) {

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl dt,
    .minatoku_content_02 .minatoku_content_02_02 .minatoku_content_02_02_txt dl dt {
        font-size: 18px;
        text-align: center;
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt {
        transform: skewX(0deg);
        width: 100%;
        background-color: #06283d;
        position: static;

    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl {
        width: 94%;
        margin: 0 auto;
        padding-top: 6%;
        padding-bottom: 10%;
    }

    .minatoku_main h2 img {
        height: 30px;
        margin-bottom: 5px;
    }

    .minatoku_main p {
        font-size: 18px;
    }

    .h3_title,
    .h3_title.l {
        font-size: 26px;
    }

    .minatoku_content_01 p {
        font-size: 14px;
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_img {
        width: 100%;
    }

    .minatoku_content_02 .minatoku_content_02_01 .minatoku_content_02_01_txt dl {
        width: 94%;
        margin: 0 auto;
        padding-top: 6%;
        padding-bottom: 10%;
    }

    .minatoku_content_03 > p {
        font-size: 14px;
    }

    .minatoku_content_03 .minatoku_content_03_bg {
        height: 300px;
    }

    .minatoku_content_03 h4 {
        font-size: 20px;
    }

    .minatoku_content_03_01 dl dt {
        font-size: 18px;
    }

    .minatoku_content_03_01 dl dd {
        font-size: 14px;
    }

    .minatoku_content_03_02 {
        background-image: none;
    }

    .minatoku_content_03_02 img.haichi {
        display: block;
        width: 100%;
    }

    .minatoku_content_03_02 dl {
        margin: 50px auto 30px auto;
        width: 100% !important;
    }

    .minatoku_content_03_02 aside {
        text-align: right;
    }
}

@media (max-width: 860px) {
    ul.point li:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 780px) {
    ul.point li {
        width: 100% !important;
    }

    ul.point {
        margin-bottom: 20px;
        width: 100%;
        position: static !important;
    }

    ul.point li:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .minatoku_main h2 img {
        height: 20px;
    }

    .h3_title {
        font-size: 20px;
    }

    .minatoku_content_03 .minatoku_content_03_bg {
        height: 200px;
    }
}


.design_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(../images/design/design_main_bg.jpg) no-repeat center/cover;
    position: relative;
}

.design_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.design_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0px 10px;
}

.design_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}



@media (max-width: 780px) {
    .design_main {
        padding-top: 50px;
    }

    .design_main p {
        font-size: 18px;
    }

    .design_disc {
        font-size: 14px;
    }

    .design_material {
        margin-bottom: 50px;
    }

    .design_material_txt {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .design_main div p {
        margin-bottom: 50px;
    }

    .mobius {
        margin-bottom: 50px;
    }

    .mobius_content {
        flex-flow: column;
        align-items: center;
    }

    .mobius_content p {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .design_main {}

    .design_main div img {
        height: 30px;
    }

    .design_main div p {
        font-size: 18px;
    }
}

.design_content {
    background: url(../images/design/design_content_bg.jpg) no-repeat center/cover;
    height: 1000px;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
}

.design_content .h3_title,
.design_content .h3_title span {
    color: #fff;
}

.design_content .h3_title::after {
    background-color: #9b937a;
}

@media (max-width: 1000px) {
    .design_content {
        height: 700px;
    }

    .design_disc {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 800px) {
    .design_content {
        height: 500px;
    }
}

.design_disc {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 100px;
    text-align: center;
    color: #fff;
    width: 94%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 780px) {
    .design_disc {
        font-size: 14px;
        text-align: left;
    }
}


.design_content aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.design_list {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    height: 620px;
}

.design_list li {
    width: 50%;
    position: relative;
}

.design_list li:nth-of-type(1) {
    background: url(../images/design/design_list_01.jpg) no-repeat center/cover;
}

.design_list li:nth-of-type(2) {
    background: url(../images/design/design_list_02.jpg) no-repeat center/cover;
}

.design_list li aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}


@media (max-width: 1000px) {
    .design_list {
        height: 400px;
    }
}

@media (max-width: 640px) {
    .design_list {
        display: block;
        height: auto;
    }

    .design_list li {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .design_list li {
        height: 200px;
    }
}

.archi_sculp {
    padding: 90px 0px 0px;
    margin-bottom: 100px;
}

.archi_sculp h3 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 94%;
    width: 980px;
}

.archi_sculp h3 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.archi_sculp h3::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.archi_sculp_content {
    background: url(../images/design/archi_sculp_bg.jpg);
    position: relative;
}

.archi_sculp_content #carousel2 {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

.archi_sculp_content #carousel2 .slides {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
}

.archi_sculp_content #carousel2 .slides li {
    color: #fff;
    opacity: 0.4 !important;
    position: relative;
    font-size: 20px;
    margin: 0px 35px !important;
    line-height: 1em;
    cursor: pointer;
    width: auto !important;
    float: none !important;
}

.archi_sculp_content #carousel2 .slides li.flex-active-slide,
.archi_sculp_content #carousel2 .slides li:hover {
    opacity: 1 !important;
}

.archi_sculp_content #carousel2 .slides li.flex-active-slide::before {
    content: "";
    background-color: #fff;
    height: 1px;
    width: calc(100% + 20px);
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.archi_inner,
.sculp_inner {
    max-width: 1200px;
    margin: 0 auto;
}



.archi_sculp_inner {
    max-width: 600px;
    width: 61.2244%;
}

.archi_sculp_inner h4 {
    display: block;
    color: #fff;
    border-left: 4px solid #fff;
    font-size: 25px;
    padding-left: 20px;
    margin-bottom: 40px;
}

.archi_sculp_inner p {
    margin-left: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 40px;
}

.archi_inner dl,
.sculp_inner dl {
    width: 37%;
}

.archi_inner dl dt,
.sculp_inner dl dt {
    margin-bottom: 15px;
}

.archi_inner dl dt em,
.sculp_inner dl dt em {
    font-size: 20px;
    color: #cfc8b8;
}

.archi_inner dl dt span,
.sculp_inner dl dt span {
    font-size: 12px;
    color: #cfc8b8;
}

.archi_inner dl dd,
.sculp_inner dl dd {
    font-size: 14px;
    color: #cfc8b8;
}

.archi_inner {
    background: url(../images/design/archi_bg.png) no-repeat left;
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: row-reverse;
    -ms-align-items: flex-end;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse;
    -webkit-align-items: flex-end;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    padding: 170px 9.1666% 50px;
}



.archi_inner ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

.archi_inner ul li img {
    margin-bottom: 5px;
}

.archi_inner ul li aside {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 9px;
}

.sculp_inner {
    background: url(../images/design/sculp_bg.png) no-repeat right;
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: flex-end;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-end;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    padding: 170px 110px 50px;
}



.archi_inner .archi_sculp_inner ul li {
    width: 49%;
}

.archi_inner .archi_sculp_inner ul li img {
    width: 100%;
}

.sculp_inner .archi_sculp_inner > ul {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    width: 100%;
    margin-bottom: 5px;
}

.sculp_inner .archi_sculp_inner > ul > li:nth-of-type(1) {
    width: 45%;
}

.sculp_inner .archi_sculp_inner > ul > li:nth-of-type(2) {
    background: url(../images/design/sculp_img_03@2x.jpg) no-repeat center/cover;
    width: 55%;
    position: relative;
}

.sculp_inner .archi_sculp_inner > ul > li:nth-of-type(1) > ul li:nth-of-type(1) {
    height: 110px;
    display: block;
    background: url(../images/design/sculp_img_01@2x.jpg) no-repeat center/cover;
    position: relative;
}

.sculp_inner .archi_sculp_inner > ul > li:nth-of-type(1) > ul li:nth-of-type(2) {
    height: 110px;
    display: block;
    background: url(../images/design/sculp_img_02.jpg) no-repeat center/cover;
    position: relative;
}

.sculp_inner .archi_sculp_inner li i {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    color: #fff;
    width: 15px;
    height: 15px;
    background-color: #000;
    bottom: 0px;
    left: 0px;
    font-size: 10px;
    position: absolute;
}

.archi_sculp_inner aside {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    font-size: 9px;
}

@media (max-width: 1000px) {

    .archi_inner,
    .sculp_inner {
        padding: 170px 5% 50px;
    }
}



@media (max-width: 840px) {
    .archi_inner {
        padding-top: 130px;
        flex-flow: column;
    }

    .archi_sculp_inner {
        margin-bottom: 20px;
    }

    .archi_sculp_inner h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .archi_sculp_inner p {
        margin-left: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .archi_inner dl,
    .sculp_inner dl {
        width: 61.2244%;
    }
}

@media (max-width: 740px) {
    .archi_inner {
        padding-top: 500px;
        background: url(../images/design/archi_bg.png) no-repeat center top;
    }

    .sculp_inner {
        padding-top: 500px;
        background: url(../images/design/sculp_bg.png) no-repeat center top;
    }

    .archi_sculp_inner {
        width: 100%;
        max-width: 100%;
    }

    .archi_inner dl,
    .sculp_inner dl {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .sculp_inner .archi_sculp_inner > ul > li:nth-of-type(1) > ul li:nth-of-type(1),
    .sculp_inner .archi_sculp_inner > ul > li:nth-of-type(1) > ul li:nth-of-type(2) {
        height: 50px;
    }

    .archi_sculp_content #carousel2 .slides li.select::before {
        width: calc(100% + 10px);
        left: -5px;
    }

    .archi_sculp_content #carousel2 .slides li {
        margin: 0px 10px;
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    .archi_sculp_content #carousel2 .slides {
        flex-flow: column;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        top: 30px;
    }

    .archi_sculp_content #carousel2 .slides li {
        margin: 10px 0px !important;
    }
}

.design_material {
    width: 100%;
    height: 590px;
    position: relative;
    background-image: url(../images/design/design_img_01.jpg);
    background-size: cover;
    margin-bottom: 50px;
    background-position: center center;
}

@media (max-width: 780px) {
    .design_material {
        width: 100%;
        height: 250px;
    }
}

.design_material p {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px;
    color: #fff;
    line-height: 2em;
    font-size: 16px;
}

.design_material aside {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.design_material_txt {
    max-width: 980px;
    width: 94%;
    margin: 0 auto 70px;
    font-size: 16px;
    line-height: 1.8em;
}

.mobius {
    max-width: 980px;
    width: 94%;
    margin: 0 auto 90px;
}

.mobius h3 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.mobius h3 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.mobius h3::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.mobius_content {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobius_content p {
    font-size: 16px;
    line-height: 2em;
}

.mobius_content .txt {
    width: 53.572%
}

.mobius_content .txt dl {
    margin-top: 20px;
}

.mobius_content .txt dl dd {
    display: inline-block;
}

.mobius_content .image {
    width: 46.428%
}

.mobius_content img {
    width: 100%
}

.mobius_content .image aside {
    text-align: right;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.mobius_content .txt dl dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.mobius_content .txt dl dd.court {
    width: 50.095%;
    margin-right: 1.715%
}

.mobius_content .txt dl dd.house {
    width: 48.190%;
}

.mobius_content .txt dl dd aside {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 10px;
    line-height: 1.0em !important;
    padding-top: 5px;
}


@media (max-width: 780px) {
    .mobius_content p {
        font-size: 14px;
    }

    .mobius_content .txt,
    .mobius_content .image {
        width: 100%
    }
}



.interview {
    max-width: 980px;
    width: 94%;
    margin: 0 auto 50px;
}

@media (max-width: 780px) {
    .interview {
        margin: 0 auto 25px;
    }
}

.interview h3 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.interview h3 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.interview h3::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.interview p {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
}

@media (max-width: 780px) {
    .interview p {
        font-size: 14px;
        text-align: left;
    }
}

.imai .mainTtl {
    width: 100%;
    height: 280px;
    background-color: #f3f3f3;
    background-image: url(../images/design/design_img_imai_bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.imai .mainTtl .inner {
    width: 94%;
    max-width: 980px;
    margin: 0 auto;
}

.imai .mainTtl .inner dt img {
    width: 100%;
}

.imai .mainTtl .inner dt,
.imai .mainTtl .inner dd {
    display: inline-block;
    vertical-align: middle;
}

.imai .mainTtl .inner dt {
    width: 223px;
}

.imai .mainTtl .inner dd {
    width: calc(100% - 223px);
}

.imai .mainTtl .inner dd {
    padding-left: 15px;
    box-sizing: border-box;
}

.imai .mainTtl .inner dd span {
    display: block;
}

.imai .mainTtl .inner dd span.name {
    font-size: 30px;
}

.imai .mainTtl .inner dd span.company {
    font-size: 16px;
    margin-bottom: 20px;
}

.imai .mainTtl .inner dd span.copy-txt {
    font-size: 16px;
}

.imai .col1 {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 70px;
}

.imai .col2 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #f3f3f3;
}

.imai .col3 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 70px;
}

.imai .col4 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #f3f3f3;
}

.imai .col5 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 70px;
}


@media (max-width: 780px) {

    .imai .col1,
    .imai .col2,
    .imai .col3,
    .imai .col4,
    .imai .col5 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

}

.imai .inner {
    width: 94%;
    max-width: 980px;
    margin: 0 auto;
}

@media (max-width: 640px) {

    .imai .mainTtl {
        width: 100%;
        height: auto !important;
    }

    .imai .mainTtl .inner dd span.name {
        font-size: 25px;
    }

    .imai .mainTtl .inner dd span.company {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .imai .mainTtl .inner dd span.copy-txt {
        font-size: 12px;
    }

}


@media (max-width: 450px) {

    .imai .mainTtl .inner dt {
        display: none;
    }

    .imai .mainTtl .inner dd {
        width: 100%;
        padding-top: 15px;
        padding-left: 0px;
    }

    .imai .mainTtl .inner dd .res450 {
        text-align: center;
    }

    .imai .mainTtl .inner dd .res450 img {
        width: 50%;
    }

}

.imai .inner .photo img {
    width: 100%;
}

.imai .inner .photo {
    position: relative;
}

.imai .inner .photo aside {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}


ul.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;

}

ul.flex li {
    width: 50%;
}

.imai .inner h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.imai .inner p {
    font-size: 16px;
    line-height: 2em;

}

.imai .col2 p {
    padding-left: 25px;
    padding-bottom: 10px;
}

.imai .col3 .photo {
    margin-bottom: 30px;
}

.imai .col4 p {
    padding-right: 25px;
    padding-bottom: 30px;
}

.imai .col5 p {
    padding-right: 25px;
}


@media (max-width: 980px) {
    .imai .inner h4 {
        font-size: 18px;
    }
}

@media (max-width: 780px) {
    .col2 ul.flex li.sp-01 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
    }

    .col2 ul.flex li.sp-02 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 100%;
    }

    .col2 ul.flex li.sp-03 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .col2 ul.flex li.sp-04 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .imai .col2 p {
        padding-left: 0px;
        padding-bottom: 20px;
        width: 100%;
    }

    .col4 ul.flex li {
        width: 100%;
    }

    .col4 ul.flex li img {
        margin-bottom: 15px;
    }

    .col5 ul.flex li {
        width: 100%;
    }

    .imai .col4 p {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .imai .col5 p {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .imai .inner p {
        font-size: 14px;
    }
}


.res450 {
    display: none;
}

.res1100 {
    display: none;
}

@media (max-width: 1100px) {
    .res1100 {
        display: block
    }
}

@media (max-width: 450px) {
    .res450 {
        display: block
    }
}




.service_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(../images/service/service_main_bg.jpg) no-repeat center/cover;
    position: relative;
}

.service_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.service_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0px 10px;
}

.service_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.service_content {
    margin: 50px auto 70px;
    width: 100%;
    max-width: 980px;
}



.service_title {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 94%;
    width: 980px;
}

.service_title span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.service_title::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}


.service_disc {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.service_disc span {
    font-size: inherit;
    display: inline-block;
}


.service_content p {
    font-size: 16px;
    margin-bottom: 50px;
}

.service_content h4 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.service_content h4 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.service_content h4::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.concierge {
    background: url(../images/service/service_img_09.png) no-repeat left/contain, #edeae5;
    padding: 70px 60px 70px 40%;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 50px;
    position: relative;
}

.concierge aside {
    color: #000;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.concierge2 {
    background-color: #edeae5;
    overflow: hidden;
    margin-bottom: 50px;
}


.concierge2 h4 {
    background-color: #003257;
    color: #fff;
    font-size: 25px;
    height: 65px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.concierge2_inner {
    max-width: 980px;
    width: 96%;
    margin: 0 auto;
}

.concierge_content_01 {
    margin: 50px 0px 70px;
    overflow: hidden;
}

.concierge_content_01 p {
    font-size: 16px;
}

.concierge_content_01 p span {
    font-size: 14px;
}

.concierge_content_01 p sup {
    font-size: 10px;
}

.concierge_content_01 .photo {
    max-width: 359px;
    width: 50%;
    float: left;
    margin-right: 20px;
    position: relative;
}

.concierge_content_01 .photo aside {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFF;
}

.concierge_content_01 .photo img {
    width: 100%;
}

@media (max-width: 640px) {
    .concierge_content_01 .photo {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .concierge_content_01 .photo {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .concierge_content_01 p {
        font-size: 14px;
    }
}


.concierge2_inner h5 {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 50px;
    position: relative;
    font-size: 20px;
    color: #362f24;
    margin-bottom: 20px;
}

.concierge2_inner h5::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    top: 0px;
    left: 0px;
}

.concierge2_inner h5::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    bottom: 0px;
    left: 0px;
}

.concierge_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
}

.concierge_list li {
    background: #27597e;
    background: -moz-linear-gradient(-45deg, #27597e 0%, #003257 100%);
    background: -webkit-linear-gradient(-45deg, #27597e 0%, #003257 100%);
    background: linear-gradient(135deg, #27597e 0%, #003257 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27597e', endColorstr='#003257', GradientType=1);
    width: 32.5%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.concierge_list li::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 6px solid #003257;
    border-left: 6px solid #003257;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 5px;
    top: 5px;
}

.concierge_list li.img_01 {
    background: url(../images/service/service_img_03.jpg) no-repeat center/cover;
}

.concierge_list li.img_02 {
    background: url(../images/service/service_img_01.jpg) no-repeat top/cover;
}

.concierge_list li.img_03 {
    background: url(../images/service/service_img_02.jpg) no-repeat center/cover;
}

.concierge_list li.img_01::before,
.concierge_list li.img_02::before,
.concierge_list li.img_03::before {
    display: none;
}

.concierge_list li.three_column {
    width: 100%;
}

.concierge_list li dl dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}


.concierge_list li dl dd {
    font-size: 14px;
    color: #fff;
}

.concierge_list li.img_01 aside {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.concierge_list li.img_02 aside {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

.concierge_list li.img_03 aside {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
}


@media (max-width: 640px) {
    .concierge_list li {
        width: 49%;
        margin-bottom: 10px;
    }

    .concierge_list li.img_01 {
        display: none;
    }
}

@media (max-width: 480px) {
    .concierge_list {
        margin-bottom: 20px;
    }
}

@media (max-width: 380px) {
    .concierge_list li {
        width: 100%;
    }

    .concierge_list li.img_02,
    .concierge_list li.img_03 {
        display: none;
    }
}


.concierge2 > aside {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 480px) {
    .concierge2 > aside {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.service_list li:nth-of-type(4) aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}


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

.service_list li {
    width: 312px;
    height: 200px;
    margin-bottom: 22px;
}

.service_list li:nth-of-type(1),
.service_list li:nth-of-type(3),
.service_list li:nth-of-type(5) {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: #27597e;
    background: -moz-linear-gradient(top, #27597e 0%, #083a5f 100%);
    background: -webkit-linear-gradient(top, #27597e 0%, #083a5f 100%);
    background: linear-gradient(to bottom, #27597e 0%, #083a5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27597e', endColorstr='#083a5f', GradientType=0);
    text-align: center;
    position: relative;
}

.service_list li:nth-of-type(1)::after,
.service_list li:nth-of-type(3)::after,
.service_list li:nth-of-type(5)::after {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: 2px;
}

.service_list li:nth-of-type(2) {
    background: url(../images/service/service_img_02.jpg) no-repeat center/cover;
    position: relative;
}

.service_list li:nth-of-type(2) aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.service_list li:nth-of-type(4) {
    background: url(../images/service/service_img_01.jpg) no-repeat center/cover;
    position: relative;
}

.service_list li:nth-of-type(4) aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.service_list li:nth-of-type(6) {
    background: url(../images/service/service_img_03.jpg) no-repeat center/cover;
    position: relative;
}

.service_list li:nth-of-type(6) aside {
    color: #000;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service_content > aside {
    text-align: right;
    font-size: 14px;
}


.dust_box {
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    margin: 0 auto 100px;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    max-width: 980px;
    width: 96%;
}

.dust_box p {
    font-size: 16px;
    min-width: calc(100% - 300px);
    width: 48%;
}

.dust_box img {
    max-width: 272px;
    width: 50%;
}

@media (max-width: 480px) {
    .dust_box {
        flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        -webkit-flex-flow: column-reverse;
        margin-bottom: 50px;
    }

    .dust_box img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .dust_box p {
        width: 100%;
        min-width: 100%;
    }
}

.service_slide {
    margin-bottom: 100px;
}

#slider {
    margin-bottom: 20px;
}

#slider ul.slides li div {
    height: 760px;
    position: relative;
    margin-bottom: 30px;
}

#slider ul.slides li:nth-of-type(1) div,
#carousel ul.slides li:nth-of-type(1) {
    background-image: url(../images/service/common_slide_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

#slider ul.slides li:nth-of-type(2) div,
#carousel ul.slides li:nth-of-type(2) {
    background: url(../images/service/common_slide_02.jpg) no-repeat center/cover;
}

#slider ul.slides li:nth-of-type(3) div,
#carousel ul.slides li:nth-of-type(3) {
    background: url(../images/service/common_slide_03.jpg) no-repeat center/cover;
}

#slider ul.slides li:nth-of-type(4) div,
#carousel ul.slides li:nth-of-type(4) {
    background-image: url(../images/service/common_slide_04.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

#slider ul.slides li:nth-of-type(5) div,
#carousel ul.slides li:nth-of-type(5) {
    background: url(../images/service/common_slide_05.jpg) no-repeat center/cover;
}

#slider ul.slides li dl {
    display: block;
    width: 96%;
    max-width: 980px;
    margin: 0 auto;
}

#slider ul.slides li dl dt {
    font-size: 20px;
    margin-bottom: 10px;
}

#slider ul.slides li dl dd {
    font-size: 16px;
}

.flexslider ul.slides > li > div > aside {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

#carousel .flex-viewport {
    max-width: 750px;
    width: 96% !important;
    margin: 0 auto;
}

#carousel .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    max-width: 750px !important;
    width: 96% !important;
    margin: 0 auto;
}

#carousel .slides li {
    width: 140px !important;
    height: 60px;
    margin: 0px 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 0px !important;
    opacity: 1 !important;
}

@media (max-width: 640px) {
    #carousel .slides {
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    #carousel .slides li {
        margin: 0px 0px 5px;
    }

    #carousel .slides li:nth-of-type(1),
    #carousel .slides li:nth-of-type(2),
    #carousel .slides li:nth-of-type(3) {
        width: 32% !important;
    }

    #carousel .slides li:nth-of-type(4),
    #carousel .slides li:nth-of-type(5) {
        width: 49% !important;
    }
}

#carousel .slides li.flex-active-slide {
    border: 5px solid #003257;
}

@media (max-width: 1000px) {
    #slider ul.slides li div {
        height: 500px;
    }
}

@media (max-width: 640px) {
    #slider ul.slides li div {
        height: 400px;
    }

    #slider ul.slides li dl dt {
        font-size: 16px;
    }

    #slider ul.slides li dl dd {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #slider ul.slides li div {
        height: 300px;
    }
}

@media (max-width: 380px) {
    #slider ul.slides li div {
        height: 200px;
    }
}

.masterplan div {
    background-color: #e6e4e4;
    padding: 20px 0px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.masterplan div img {
    max-width: 1027px;
    width: 94%;
}

.masterplan div aside {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.masterplan p {
    font-size: 16px;
    max-width: 980px;
    margin: 0 auto;
    display: block;
}


.common_content .common_disc {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 780px) {
    .common_content .common_disc {
        font-size: 20px;
    }
}

.common_content .common_disc span {
    font-size: 20px;
    display: inline-block;
}

.common_bg {
    height: 800px;
    background: url(../images/service/service_img_04.jpg) no-repeat center/cover;
    position: relative;
    margin-bottom: 90px;
}

.common_bg p {
    position: absolute;
    right: 0px;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 30px;
    text-align: right;
    line-height: 1.8em;
}

.common_bg aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service_list2 {
    width: 94%;
    max-width: 980px;
    margin: 0 auto;
}

.service_list2 li {
    margin-bottom: 70px;
}

.service_list2 li:nth-of-type(1) {
    display: none;
}

.service_list2 li:nth-of-type(1) div {
    position: relative;
}

.service_list2 li:nth-of-type(1) div img {
    width: 100%;
    max-width: 980px;
}

.service_list2 li:nth-of-type(1) div aside {
    color: #000;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.service_list2 li:nth-of-type(2) {
    width: 48%;
    float: left;
}

.service_list2 li:nth-of-type(2) div {
    position: relative;
}

.service_list2 li:nth-of-type(2) div aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service_list2 li:nth-of-type(3) {
    width: 48%;
    float: right;
}

.service_list2 li:nth-of-type(3) div {
    position: relative;
}

.service_list2 li:nth-of-type(3) div img {
    width: 100%;
}

.service_list2 li:nth-of-type(3) div aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service_list2 li:nth-of-type(4) {
    clear: both;
}

.service_list2 li:nth-of-type(4) div {
    position: relative;
    margin-bottom: 30px;
}

.service_list2 li:nth-of-type(4) div aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service_list2 h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service_list2 li:nth-of-type(1) h4,
.service_list2 li:nth-of-type(4) h4 {
    text-align: center;
}

.service_list2 li:nth-of-type(4) div img {
    width: 100%;
    max-width: 980px;
}

.service_list2 li p {
    line-height: 2em;
    margin-bottom: 30px;
    font-size: 16px;
}

.service_list2 li p span {
    display: block;
    font-size: 12px;
    color: #666;
}

.service_list2 p.service_list2_disc {
    text-align: center;
}

@media (max-width: 1200px) {
    .common_bg {
        height: 600px;
    }
}

@media (max-width: 980px) {
    .service_list {
        justify-content: space-around;
    }

    .service_list li {
        width: 32%;
        height: 150px;
        padding: 5px;
        box-sizing: border-box;
    }

    .service_list2 h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service_list2 li p {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 20px;
    }

    .common_bg {
        height: 500px;
    }
}

@media (max-width: 780px) {
    .service_list2 p.service_list2_disc {
        text-align: left;
    }

    .service_main h2 img {
        height: 30px;
    }

    .service_main p {
        font-size: 18px;
    }

    .common_bg p {
        text-align: center;
        width: 100%;
        left: 0%;
        box-sizing: border-box;
    }


    .service_content {
        margin: 50px auto;
    }

    .concierge {
        padding: 40px 10px 40px 50%;
        font-size: 14px;
        line-height: 1.8em;
    }

    .service_list li:nth-of-type(1),
    .service_list li:nth-of-type(3),
    .service_list li:nth-of-type(5) {
        font-size: 14px;
    }

    .common_bg {
        height: 400px;
    }

    .service_list2 li:nth-of-type(2) {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .service_list2 li:nth-of-type(3) {
        float: none;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .service_list li {
        width: 49%;
        margin-bottom: 15px;
    }

    .service_list li:nth-of-type(1) {
        order: 1;
    }

    .service_list li:nth-of-type(2) {
        order: 4;
    }

    .service_list li:nth-of-type(3) {
        order: 3;
    }

    .service_list li:nth-of-type(4) {
        order: 2;
    }

    .service_list li:nth-of-type(5) {
        order: 5;
    }

    .service_list li:nth-of-type(6) {
        order: 6;
    }

    .service_content > aside {
        font-size: 12px;
    }
}

@media (max-width: 540px) {
    .concierge {
        background: #edeae5;
        padding: 30px 20px;
        font-size: 14px;
        line-height: 1.8em;
    }

    .concierge aside {
        display: none;
    }
}

@media (max-width: 480px) {
    .service_main h2 img {
        height: 20px;
    }
}

.plan_main {
    padding-top: 200px;
    text-align: center;
}

.plan_main h2 {
    margin-bottom: 25px;
}

.plan_main p {
    font-size: 25px;
    color: #003257;
    margin-bottom: 30px;
    padding: 0px 10px;
}



.plan_main h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 100px;
}

.plan_main h4 span {
    font-size: inherit;
    letter-spacing: inherit;
    display: inline-block;
}

@media (max-width: 780px) {
    .plan_main h4 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.plan_panorama {
    margin-bottom: 90px;
}

.plan_panorama p {
    text-align: center;
    font-size: 18px;
}

.plan_panorama p span {
    display: inline-block;
    font-size: 18px;
}

.plan_panorama .pano {
    width: 100%;
    height: 385px;
    margin: 0 auto;
    cursor: move;
    overflow: hidden;
    position: relative;
}

.plan_panorama .pano .controls .left {
    position: absolute;
    left: 20px;
    top: calc(50% - 53px);
}

.plan_panorama .pano .controls .right {
    position: absolute;
    right: 20px;
    top: calc(50% - 53px);
}

.plan_panorama aside {
    text-align: right;
    font-size: 10px;
    padding-right: 10px;
    margin-top: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.plan_main h4 span {
    line-height: 1.5;
}

.plan_h5 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 980px;
    width: 96%;
}

.plan_h5 span {
    font-size: 30px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.plan_h5::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}


.henkoukanou {
    text-align: center;
    margin: 30px 0;
}

.henkoukanou img {
    max-width: 505px;
    width: 80%;
}

.plan_list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 96%;
    max-width: 980px;
    margin: 0 auto 50px;
}

.plan_list > li {
    width: 32%;
    margin-bottom: 20px;
    position: relative;
}

.plan_list > li > span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c00;
    color: #fff;
    padding: 0px 12px;
}


.plan_list > li:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
}

@media (max-width: 780px) {
    .plan_list > li {
        width: 48%;
    }

    .plan_list > li:not(:nth-of-type(2n+1)) {
        margin-left: 2%;
    }

    .plan_list > li:not(:nth-of-type(3n+1)) {
        margin-left: 0%;
    }

    .plan_list > li:not(:nth-of-type(6n+1)) {
        margin-left: 2%;
    }
}

.plan_list li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    /*justify-content: center;*/
    border: 1px solid #dfdfdf;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.plan_list li a img {
    margin-bottom: 40px;
    max-width: 393px;
    width: 100%;
}

.plan_list li a p {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    position: relative;
    transition: 0.2s background-color ease-out, 0.2s color ease-out;
}

.plan_list li a p::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    transition: 0.2s border-right-color ease-out, 0.2s border-bottom-color ease-out;
}

.plan_list li a:hover p {
    background-color: #464646;
    color: #fff;
}

.plan_list li a:hover p::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.plan_content aside {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 40px;
    text-align: center;
    padding: 0px 10px;
}

.img_kankyo {
    display: block;
    margin: 0 auto;
}

@media (max-width: 980px) {
    .plan_panorama .pano {
        height: 300px;
    }

}

@media (max-width: 780px) {
    .plan_main {
        padding-top: 100px;
    }

    .plan_main h2 img {
        height: 30px;
    }

    .plan_panorama {
        margin-bottom: 50px;
    }

    .plan_content h4 {
        font-size: 20px;
    }

    .plan_content aside {
        font-size: 12px;
    }

}


@media (max-width: 640px) {
    .plan_main {
        padding-top: 50px;
    }

    .plan_main p {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .plan_panorama .pano {
        height: 200px;
    }

    .plan_list {
        justify-content: space-around;
    }
}

@media (max-width: 520px) {
    .plan_list li {
        width: 100%;
        max-width: 380px;
    }

    .plan_list > li:not(:nth-of-type(6n+1)) {
        margin-left: 0%;
    }
}


.access_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.access_main ul {
    display: flex;
    flex-flow: wrap;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.access_main ul li {
    width: calc(100% / 3);
    position: relative;
}

.access_main ul li:nth-of-type(1) {
    background: url(../images/access/access_main_bg_01.jpg) no-repeat center/cover;
}

.access_main ul li:nth-of-type(2) {
    background: url(../images/access/access_main_bg_02.jpg) no-repeat center/cover;
}

.access_main ul li:nth-of-type(3) {
    background: url(../images/access/access_main_bg_03.jpg) no-repeat center/cover;
}

.access_main ul li aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.access_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.access_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    padding: 0px 10px;
}



.rosenzu {
    margin: 40px auto 80px;
    max-width: 980px;
    width: 94%;
    text-align: center;
}

.rosenzu h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 90px;
}

.rosenzu h3 span {
    font-size: inherit;
    display: inline-block;
}

.rosenzu > div {
    max-width: 761px;
    margin: 0 auto;
}


@media (max-width: 761px) {
    .rosenzu > div {
        overflow-x: auto;
    }

}




.rosenzu img {
    width: 761px;
}

.rosenzu aside {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    text-align: right;
    max-width: 760px;
    display: block;
    margin: 0 auto;
}

.access_train {
    margin: 0 auto 70px;
    max-width: 980px;
    width: 94%;
}

.access_train h4 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.access_train h4 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.access_train h4::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.access_train dt {
    font-size: 20px;
    margin-bottom: 20px;
}

.access_train dd {
    margin-bottom: 40px;
}

.access_train dd ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.access_train dd ul li {
    width: 32%;
}

.access_train dd ul li div {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.access_train dd ul li div img {
    width: 100%;
}

.access_train dd ul li div aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.access_train dd ul li p {
    font-size: 20px;
    line-height: 1em;
}

.access_train dd ul li p span.size1 {
    font-size: 12px;
}

.access_train dd ul li p span.size2 {
    font-size: 30px;
    line-height: 1em;
}

.access_train dd ul li p span.size3 {
    font-size: 12px;
}

.access_train aside {
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 2em;
}


.access_bullet {
    margin: 0 auto 90px;
    max-width: 980px;
    width: 94%;
}

.access_bullet h4 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.access_bullet h4 > span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.access_bullet h4 > span > span {
    font-size: 16px;
}

.access_bullet h4::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.access_bullet_content {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.access_bullet_content > img {}

.access_bullet_content > div {
    width: calc(100% - 437px);
}

.access_bullet_content > div ul li {
    font-size: 20px;
    line-height: 1em;
    text-indent: -0.5em;
    margin-bottom: 10px;
}

.access_bullet_content > div ul li span.size1 {
    font-size: 16px;
}

.access_bullet_content > div ul li span.size2 {
    font-size: 30px;
    line-height: 1em;
}

.access_bullet_content > div ul li span.size3 {
    font-size: 12px;
}

.access_bullet_content > div aside {
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 2em;
}



.access_bullet_content .linear_open {
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 0px 1px #f0f0f0, 0px 0px 0px 2px #e6e6e6;
    margin: 30px 2px 0px;
    padding: 25px 35px;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.access_bullet_content .linear_open > div {
    display: inline-block;
    position: relative;
}

.access_bullet_content .linear_open img {
    width: 100%;
    max-width: 266px;
}

.access_bullet_content .linear_open > div aside {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.access_bullet_content .linear_open dl {
    width: calc(100% - 300px);
}

.access_bullet_content .linear_open dt {
    font-size: 16px;
    margin-bottom: 10px;
}

.access_bullet_content .linear_open dt span {
    font-size: 25px;
}

.access_bullet_content .linear_open dd {
    font-size: 14px;
    line-height: 2em;
}

.access_bullet_content .linear_open dd span {
    font-size: 10px;
}

.access_airport {
    width: 94%;
    max-width: 980px;
    margin: 0 auto 90px;
}

.access_airport h4 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.access_airport h4 > span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.access_airport h4::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.access_airport_img {
    position: relative;
    margin-bottom: 20px;
}

.access_airport_img img {
    width: 100%;
}

.access_airport_img aside {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

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

.access_airport_list > li {
    width: 49%;
    border: 1px solid #dfdfdf;
    padding: 25px;
    box-sizing: border-box;
}

.access_airport_list > li img {
    margin-bottom: 20px;
}

.access_airport_list > li h5 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.access_airport_list > li h5 span {
    font-size: 16px;
}

.access_airport_list > li > ul > li {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px;
}

.access_airport_list > li > ul > li span.size1 {
    font-size: 14px;
}

.access_airport_list > li > ul > li span.size2 {
    font-size: 20px;
    line-height: 1em;
}

.access_airport_list > li > ul > li span.size3 {
    font-size: 12px;
    line-height: 12px;
}

.access_airport_list > li aside {
    font-size: 12px;
}

aside.air-access {
    font-size: 12px;
    padding-top: 10px;
}

.acces_car {
    width: 94%;
    max-width: 980px;
    margin: 0 auto 140px;
}



.acces_car h4 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.acces_car span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.acces_car h4::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.access_car_taxi {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
}

.access_car_taxi h5 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}

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

.access_car_taxi .taxi_table table {
    width: 32%;
    margin-bottom: 10px;
    margin-bottom: 30px;
}

.access_car_taxi .taxi_table table th {
    font-size: 18px;
    border: 1px solid #dfdfdf;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 5px;
}

.access_car_taxi .taxi_table table tr:nth-of-type(1) td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #eff6f9;
    border: 1px solid #dfdfdf;
    width: 25%;
    padding: 5px;
}

.access_car_taxi .taxi_table table tr:nth-of-type(2) td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #ebebeb;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.access_car_taxi aside,
.access_car_taxi aside a {
    font-size: 12px;
}



.access_car_highway {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    padding: 30px;
}

.access_car_highway h5 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}

.access_car_highway img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 917px;
}

.access_car_highway aside {
    font-size: 12px;
}

@media (max-width: 840px) {
    .access_bullet_content {
        flex-flow: column;
    }

    .access_bullet_content > img {
        width: 100%;
        max-width: 417px;
        margin: 0 auto 20px;
        display: block;
    }

    .access_bullet_content > div {
        width: 100%;
    }

    .access_bullet_content > div ul {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .access_bullet_content > div ul li {
        width: 49%;
        margin-bottom: 20px;
    }
}

@media (max-width: 780px) {
    .access_main h2 img {
        height: 40px;
    }

    .access_main p {
        font-size: 18px;
    }

    .rosenzu h3 {
        margin-bottom: 40px;
        font-size: 26px;
    }

    .access_airport_list > li {
        width: 100%;
        margin-bottom: 20px;
    }

    .access_airport_list > li > ul > li {
        text-align: left;
    }

    .access_airport_list > li aside {
        text-align: left;
    }

    .access_car_taxi .taxi_table table {
        width: 49%;
    }

    .acces_car {
        margin-bottom: 0px;
    }

    .linear_open img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .access_airport_list > li h5 {
        font-size: 20px;
    }

    .access_airport_list li h5 {
        display: inline-block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E0E0E0;
        width: 100%;
    }

    .access_airport_list li h5 span {
        display: inline-block;
    }

}

@media (max-width: 640px) {
    .access_train dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .access_train dd ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .access_train dd ul li p {
        font-size: 16px;
    }

    .access_train dd ul li p span.size1 {
        font-size: 12px;
    }

    .access_train dd ul li p span.size2 {
        font-size: 24px;
    }

    .access_bullet {
        margin-bottom: 40px;
    }

    .access_bullet_content > div ul li {
        font-size: 16px;
    }

    .access_bullet_content > div ul li span.size1 {
        font-size: 12px;
    }

    .access_bullet_content > div ul li span.size2 {
        font-size: 24px;
    }

    .access_bullet_content .linear_open {
        flex-flow: column;
        padding: 20px;
    }

    .access_bullet_content .linear_open dl {
        width: 100%;
        margin-bottom: 10px;
    }

    .access_bullet_content .linear_open dt {
        font-size: 14px;
    }

    .access_bullet_content .linear_open dt span {
        font-size: 20px;
    }

    .access_bullet_content .linear_open dd {
        font-size: 12px;
    }

    .access_car_taxi .taxi_table table {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .access_bullet_content > div ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}

.developer_main {
    padding-top: 200px;
    text-align: center;
}

.developer_main h2 {
    margin-bottom: 25px;
}

.developer_main p {
    font-size: 25px;
    color: #003257;
    margin-bottom: 110px;
}

.developer_content_01 {
    width: 96%;
    max-width: 980px;
    margin: 0px auto 50px;
}

.developer_content_01 h3 {
    font-size: 30px;
    margin-bottom: 60px;
    text-align: center;
}

.developer_content_01 > div {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.developer_content_01 span.img {
    max-width: 415px;
    width: 42%;
}


.developer_content_01 span.img {
    background-image: url(../images/developer/developer_img_01@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

img.yasuda {
    display: none;
}

@media (max-width: 640px) {
    img.yasuda {
        display: block;
    }
}

.developer_content_01 > div > div {
    max-width: 522px;
    width: 53%;
}

.developer_content_01 > div > div h4 {
    font-size: 25px;
    margin-bottom: 40px;
}

.developer_content_01 > div > div h4 b {
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    letter-spacing: inherit;
}

.developer_content_01 > div > div h4 span {
    font-size: 18px;
}

.developer_content_01 > div > div h4 span b {
    font-size: inherit;
    letter-spacing: inherit;
    display: inline-block;
}

.developer_content_01 > div > div p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 50px;
}

.developer_content_01 > div > div > div {
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 0px 1px #f0f0f0, 0px 0px 0px 2px #e6e6e6;
    margin: 30px 2px 0px;
    padding: 25px 35px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}


.developer_content_01 > div > div > div dt {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1em;
}

.developer_content_01 > div > div > div dt span {
    font-size: 14px;
}

.developer_content_02 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto 90px;
}

.developer_content_02 > div {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    padding: 30px;
    width: 49%;
    margin-bottom: 20px;
}

.developer_content_02 > div h3 {
    text-align: center;
    margin-bottom: 30px;
}

.developer_content_02 > div h3.title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.developer_content_02 > div dl dt {
    border: 1px solid #dfdfdf;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.developer_content_02 > div dl dd {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 40px;
}

.developer_content_02 > div h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.developer_content_02 > div h4 span {
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
}

.developer_content_02 > div ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.developer_content_02 > div ul li img {
    margin-bottom: 10px;
}

.developer_content_02 > div ul li p {
    font-size: 10px;
    line-height: 1.2em;
}

.developer_img_10 {
    max-width: 980px;
    width: 100%;
}

.developer_content_03 {
    max-width: 980px;
    width: 94%;
    margin: 0 auto;
}

.developer_content_03 h3 {
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
}

.developer_content_03 h3 span {
    display: inline-block;
    font-size: inherit;
}



.developer_content_03 .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.developer_content_03 .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.developer_content_04 {
    max-width: 980px;
    width: 94%;
    margin: 30px auto 0;
}


@media (max-width: 1000px) {
    .developer_content_02 {
        flex-flow: column;
        width: 94%;
        margin-bottom: 50px;
    }

    .developer_content_02 > div {
        width: 100%;
    }

    .developer_content_02 > div dl {
        float: left;
        width: 49%;
    }

    .developer_content_02 > div dl dd {
        margin-bottom: 0px;
    }

    .developer_content_02 > div h4 {
        width: 49%;
        float: right;
    }

    .developer_content_02 > div ul {
        float: right;
        width: 49%;
    }

    .developer_content_02 > div:nth-of-type(1) ul li:nth-of-type(1) {
        width: 33.2%;
    }

    .developer_content_02 > div:nth-of-type(1) ul li:nth-of-type(2) {
        width: 64.3%;
    }

    .developer_content_02 > div:nth-of-type(2) ul li:nth-of-type(1) {
        width: 33.2%;
    }

    .developer_content_02 > div:nth-of-type(2) ul li:nth-of-type(2) {
        width: 64.3%;
    }

    .developer_content_02 > div ul li img {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .developer_content_01 > div > div h4 {
        font-size: 20px;
    }

    .developer_content_01 > div > div h4 span {
        font-size: 14px;
    }

    .developer_content_01 > div > div h4 {
        margin-bottom: 10px;
    }

    .developer_content_01 > div > div p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .developer_content_01 > div > div > div {
        padding: 20px;
    }

    .developer_content_01 > div > div > div dt {
        font-size: 18px;
        margin-bottom: 10px;
    }
}


@media (max-width: 780px) {
    .developer_main {
        padding-top: 70px;
    }

    .developer_main p {
        margin-bottom: 50px;
    }

    .developer_content_02 > div dl dd {
        font-size: 12px;
    }

    .developer_content_03 h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .developer_main h2 {
        margin-bottom: 15px;
    }

    .developer_main h2 img {
        height: 30px;
    }

    .developer_main p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .developer_content_01 h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .developer_content_01 > div {
        flex-flow: column;
        align-items: center;
    }

    .developer_content_01 > div > img {
        width: 70%;
        margin-bottom: 20px;
    }

    .developer_content_01 > div > div {
        width: 100%;
        max-width: 100%;
    }

    .developer_content_01 > div > div h4 {
        text-align: center;
    }

    .developer_content_02 > div dl {
        float: none;
        width: 100%;
    }

    .developer_content_02 > div dl dd {
        margin-bottom: 10px;
    }

    .developer_content_02 > div h4 {
        width: 100%;
        float: none;
    }

    .developer_content_02 > div ul {
        float: none;
        width: 100%;
    }


}

@media (max-width: 480px) {

    .developer_content_01 h3 {
        font-size: 16px;
    }
}

.plan_detail {
    width: 94%;
    max-width: 1100px;
    margin: 100px auto 0px;
    text-align: center;
}

.plan_detail h2 img {
    width: 100%;
    max-width: 750px;
}

.plan_detail > img {
    /*width: 100%;*/
    max-width: 640px;
}

.plan_detail .plan_detail_img {
    margin-bottom: 50px;
}

.plan_detail aside {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.plan_detail aside img {
    margin-right: 5px;
}

.plan_detail a.btn {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    background-color: #003257;
    color: #fff;
    position: relative;
    transition: 0.2s background-color ease-out, 0.2s color ease-out;
    margin: 0 auto;
}

.plan_detail a.btn:hover {
    background-color: #031725;
}

.plan_detail .madori .plan_detail_img {
    max-width: 100%;
}

.plan_detail .madori {
    position: relative;
}

.plan_detail .madori .next,
.plan_detail .madori .back {
    position: absolute;
}

.plan_detail .madori .next {
    top: 40%;
    right: 5%
}

.plan_detail .madori .back {
    top: 40%;
    left: 5%
}


@media (max-width: 780px) {
    .plan_detail {
        margin: 50px auto 0px;
    }

    .plan_detail .madori .next {
        top: 30%;
        right: -1%
    }

    .plan_detail .madori .back {
        top: 30%;
        left: -1%
    }

}

/*IE ハック*/

@media all and (-ms-high-contrast:none) {

    .shinagawa_main h2,
    .minatoku_main h2,
    .service_main h2,
    .access_main h2,
    .design_main h2,
    .location_main h2 {
        padding-top: 400px;
        box-sizing: border-box;
    }
}

@media all and (-ms-high-contrast:none) {

    .shinagawa_main h2,
    .minatoku_main h2,
    .service_main h2,
    .access_main h2,
    .design_main h2 {
        padding-top: 400px;
        box-sizing: border-box;
    }
}

/*個人情報*/

.privacy {
    width: 980px;
    margin: 200px auto 0 auto;
}

.privacy h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.privacy .al_r {
    text-align: right;
}

.privacy .al_c {
    text-align: center;
}

.privacy p {
    line-height: 180%;
    margin-bottom: 1em;
}

.privacy .ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 2em;
}

.privacy li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 180%;
}

.privacy .box {
    border: 1px solid #CCC;
    padding: 0px 40px 40px 40px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px
}

.privacy .btn {
    margin-top: 50px;
    text-align: center;
}

.privacy .btn a {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    background-color: #003257;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    transition: 0.2s background-color ease-out, 0.2s color ease-out;
    margin: 0 auto;
}

.privacy .btn a:hover {
    background-color: #031725;
}

@media (max-width: 980px) {
    .privacy {
        width: 94%;
        margin: 200px auto 0 auto;
    }
}

@media (max-width: 780px) {
    .privacy {
        margin: 30px auto 0 auto;
    }
}

@media (max-width: 780px) {
    .scroll {
        display: none;
    }
}


.scroll {}

.main .scroll {
    position: absolute;
    bottom: 0 !important;
    left: calc(50% - 30.5px);
}

.top_content_01 {
    position: relative;
}

.top_content_01 .scroll {
    position: absolute;
    bottom: 0 !important;
    z-index: 100;
    left: calc(50% - 30.5px);
}

.top_design .scroll {
    position: absolute;
    bottom: 0 !important;
    left: calc(50% - 30.5px);
}

.top_service .scroll {
    position: absolute;
    bottom: 0 !important;
    left: calc(50% - 30.5px);
}

.top_plan .scroll {
    position: absolute;
    bottom: 0 !important;
    left: calc(50% - 30.5px);
}


.fade-up {
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
    opacity: 0;
}

#mainCopy,
#mainCopy2 {
    opacity: 100;
}



/*間取り*/

.plan_detail .name {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 1rem auto;
    line-height: 1.0em !important
}

.plan_list h2,
.plan_detail h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1;
}

.plan_list h2 .type,
.plan_detail h2 .type {
    font-size: 5rem;
    color: #726c3e;
}

.plan_list .number,
.plan_detail .number {
    font-size: 3.5rem;
    color: #726c3e;
}

.plan_list .number_2,
.plan_detail .number_2 {
    font-size: 20px;
    color: #726c3e;
}

.plan_detail .number {
    font-size: 4.5rem !important;
    padding-left: 10px;
}

.plan_list h2 .type_s,
.plan_detail h2 .type_s {
    font-size: 2.5rem;
}

.plan_list .detail,
.plan_detail .detail {
    text-align: left;
    font-size: 2rem;
}

.plan_detail .detail ul {
padding: 2rem 0;
}

.plan_list .detail li {
    width: auto !important;
}

li.f_02 {
    font-size: 25px;
}

/*.plan_list .detail li:first-child { margin-right:0.5em;}*/
.plan_list .detail li,
.plan_detail .detail li {
    display: block;
    text-align: center;
}

.plan_list h2 .land {
    font-size: 26px;
}

.plan_detail .detail li .land {
    font-size: 38px;
}

.plan_list .detail div {
    text-align: center;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 70px;
    margin: 15px 0px;
}

.plan_list .detail sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}

.plan_list h2 .area_txt {
    display: inline-block;
    text-align: center;
}

@media (max-width: 800px) {
    .plan_list .detail li:first-child {
        margin-bottom: 0em;
    }
}

.sNav ul {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
}

.sNav li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 9px;
    border-left: 1px solid #000;
    margin-left: 10px;
}

.sNav li:first-child {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}

.sNav li a:hover {
    text-decoration: underline;
}

.sNav li.on a {
    font-weight: bold;
    pointer-events: none;
}

.plan-a li.t-a a,
.plan-b li.t-b a,
.plan-d li.t-d a,
.plan-e li.t-e a,
.plan-f li.t-f a,
.plan-l li.t-l a,
.plan-pr li.t-pr a,
.plan-lr li.t-lr a,
.plan-j li.t-j a,
.plan-h li.t-h a,
.plan-nr li.t-nr a,
.plan-g li.t-g a,
.plan-k li.t-k a,
.plan-i li.t-i a,
.plan-or li.t-or a {
    font-weight: bold;
}

@media only screen and (max-width:960px) {
    .print {
        display: none;
    }

    .sNav {
        margin-top: 27px;
    }

    .sNav li {
        font-size: 10px;
        margin-bottom: 10px;
    }
}

p.map img {
    width: 100%;
    max-width: 100%;
}

.bnrArea img {
    width: 100%;
}


@media only screen and (max-width:780px) {
    .fade-up {
        opacity: 1;
    }

    .top_yonchome,
    .top_shinagawa,
    .top_design,
    .top_service,
    .top_plan {
        height: 500px;
    }

    .shinagawa_main,
    .minatoku_main,
    .service_main,
    .access_main {
        height: 400px;
    }
    
    
.plan_list h2 .type,
.plan_detail h2 .type {
    font-size: 3rem;
}

.plan_list .number,
.plan_detail .number {
    font-size: 2.5rem;
}

.plan_list .number_2,
.plan_detail .number_2 {
    font-size: 20px;
}

.plan_detail .number {
    font-size: 3rem !important;
    padding-left: 10px;
}

.plan_list h2 .type_s,
.plan_detail h2 .type_s {
    font-size: 1.5rem;
}

.plan_list .detail,
.plan_detail .detail {
    font-size: 1rem;
}

.plan_detail .detail ul {
padding: 1rem 0;
}    
    
    
}

span.new {}





.equipment_main {
    padding-top: 200px;
    text-align: center;
}

.equipment_main h2 {
    margin-bottom: 25px;
}

.equipment_main p {
    font-size: 25px;
    color: #003257;
    margin-bottom: 110px;
}

.equipment_local {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    margin-bottom: 100px;
}

.equipment_local li {
    max-width: 300px;
    width: calc(50% - 20px);
    margin: 0px 10px;
    height: 70px;
}

.equipment_local li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: column;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #aaa;
}

.equipment_local li a span:nth-of-type(1) {
    font-size: 20px;
    color: #1e1e1e;
    display: inline-block;
}

.equipment_local li a span:nth-of-type(2) {
    font-size: 16px;
    color: #1e1e1e;
    display: inline-block;
}

.equipment_local li a:hover,
.equipment_local li a.current {
    background-color: #414141;
}

.equipment_local li a:hover span,
.equipment_local li a.current span {
    color: #fff;
}

.equipment_wrap {
    max-width: 980px;
    width: 96%;
    margin: 0 auto 60px;
}


.equipment_wrap h3 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.equipment_wrap h3 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.equipment_wrap h3::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.equipment_wrap ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

.equipment_wrap ul li {
    max-width: 230px;
    width: 23.46938%;
    margin-bottom: 30px;
}

/*.equipment_wrap ul li.b {
    max-width: 460px;
    width: 47.916666%;
    margin-bottom: 30px;
}*/

.equipment_wrap ul li ul li {
    width: 47.916666%;
}


.equipment_wrap ul li.two_column {
    max-width: 480px;
    width: 48.979591%;
}

.equipment_wrap > ul::before {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
    order: 1;
}

.equipment_wrap > ul::after {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
}

.equipment_wrap ul li img {
    margin-bottom: 10px;
}

.equipment_wrap ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.equipment_wrap ul li p {
    font-size: 14px;
}

.equipment_wrap aside {
    font-size: 12px;
}


@media (max-width: 780px) {
    .equipment_main {
        padding-top: 100px;
    }

    .equipment_main h2 img {
        height: 37px;
    }

    .equipment_wrap ul li h4 {
        font-size: 16px;
    }

    .equipment_wrap ul li p {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .equipment_main p {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .equipment_wrap ul li.two_column.visualonly {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 300px;
    }

    .equipment_wrap ul li.two_column.visualonly img {
        margin-top: -60%;
    }

    .equipment_wrap ul li.two_column {
        max-width: 100%;
        width: 100%;
    }

    .equipment_wrap ul li,
    .equipment_wrap ul li ul li {
        width: 32%;
    }

    .equipment_wrap aside {
        font-size: 10px;
    }

}

@media (max-width: 480px) {

    .equipment_local {
        margin-bottom: 50px;
    }

    .equipment_local li {
        width: calc(50% - 10px);
        margin: 0px 5px;
        height: 50px;
    }

    .equipment_local li a span:nth-of-type(1) {
        font-size: 16px;
    }

    .equipment_local li a span:nth-of-type(2) {
        font-size: 12px;
    }

    .equipment_wrap ul li,
    .equipment_wrap ul li ul li {
        width: 49%;
        margin-bottom: 20px;
    }
}




.structure_main {
    padding-top: 200px;
    text-align: center;
}

.structure_main h2 {
    margin-bottom: 25px;
}

.structure_main p {
    font-size: 25px;
    color: #003257;
    margin-bottom: 110px;
}

.structure_wrap {
    max-width: 980px;
    width: 96%;
    margin: 0 auto 60px;
}


.structure_wrap h3 {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}

.structure_wrap h3 span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

.structure_wrap h3::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.structure_wrap aside {
    font-size: 12px;
}



ul.security_ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

ul.security_ul li {
    max-width: 230px;
    width: 23.46938%;
    margin-bottom: 30px;
}

ul.security_ul li ul li {
    width: 47.916666%;
}


ul.security_ul li ul.security_ul li {
    margin-bottom: 0px;
}

ul.security_ul li.two_column {
    max-width: 480px;
    width: 48.979591%;
}

ul.security_ul li.alsok {
    width: 100%;
    max-width: 100%;
    background-color: #e9e9e9;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

ul.security_ul li.alsok div:nth-of-type(1) {
    width: calc(100% - 382px);
}

ul.security_ul li.alsok div:nth-of-type(2) {
    max-width: 362px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: flex-start;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}

ul.security_ul li.alsok div:nth-of-type(2) img:nth-of-type(1) {
    max-width: 130px;
    width: 35.9116%;
    margin-bottom: 0px;
}

ul.security_ul li.alsok div:nth-of-type(2) img:nth-of-type(2) {
    max-width: 212px;
    width: 58.08219%;
    margin-bottom: 0px;
}

ul.security_ul::before {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
    order: 1;
}

ul.security_ul::after {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
}

ul.security_ul li img {
    margin-bottom: 10px;
}

ul.security_ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

ul.security_ul li p {
    font-size: 14px;
}

ul.security_ul li aside {
    font-size: 12px;
}

ul.security_ul li dl {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: flex-start;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    margin-bottom: 10px;
}

ul.security_ul li dl dt {
    background-color: #93866d;
    color: #fff;
    width: 3.5em;
    height: 1.5em;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

ul.security_ul li dl dd {
    width: calc(100% - 4.5em);
}

.sequrity_txt {
    margin-bottom: 50px;
}

.structure_01 {
    margin-bottom: 10px;
}

.sequrity_aside {
    margin-bottom: 30px;
    text-align: right;
    font-size: 12px;
}

.structure_wrap .ico {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.structure_wrap .ico span {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 23%;
    height: 3em;
    background-color: #c9c9c9;
}

ul.comfort_ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

ul.comfort_ul li {
    width: 100%;
}

ul.comfort_ul li img {
    margin-bottom: 10px;
}

ul.comfort_ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

ul.comfort_ul li p {
    font-size: 14px;
}

ul.comfort_ul li aside {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
}

ul.support_ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

ul.support_ul li {
    max-width: 230px;
    width: 23.46938%;
    margin-bottom: 30px;
}


ul.support_ul::before {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
    order: 1;
}

ul.support_ul::after {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
}

ul.support_ul li img {
    margin-bottom: 10px;
}

ul.support_ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

ul.support_ul li p {
    font-size: 14px;
}

ul.structure_ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

ul.structure_ul li {
    max-width: 230px;
    width: 23.46938%;
    margin-bottom: 30px;
}


ul.structure_ul::before {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
    order: 1;
}

ul.structure_ul::after {
    content: "";
    display: block;
    max-width: 230px;
    width: 23.46938%;
}

ul.structure_ul li img {
    margin-bottom: 10px;
}

ul.structure_ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

ul.structure_ul li p {
    font-size: 14px;
}

.structure_wrap > dl {
    margin-bottom: 20px;
}

.structure_wrap > dl dt {
    font-size: 20px;
    margin-bottom: 10px;
}

.structure_wrap > dl dd {
    font-size: 16px;
}

.safety_box {
    margin-bottom: 50px;
}

.safety_box .title {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    background-color: #7e735d;
    margin-bottom: 30px;
}

.safety_box .title span {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms--ms-flex-flow: wrap;
    align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 200px;
    background-color: #594a41;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.safety_box .title p {
    color: #fff;
    font-size: 18px;
    width: calc(100% - 210px);
    padding: 5px 0px;
}

.safety_box_inner {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -ms-flex;
    -ms-fflex-flow: wrap;
    -ms-falign-items: flex-start;
    -ms-fjustify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}

.safety_box img {
    max-width: 397px;
    width: 40.051%;
}

.safety_box dl {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    max-width: 570px;
    width: 58.16326%;
}

.safety_box dl dt {
    width: 200px;
    background-color: #d6d6d6;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-bottom: 30px;
    font-size: 18px;
}

.safety_box dl dd {
    width: calc(100% - 220px);
    margin-bottom: 30px;
}

.safety_box dl dd ul li {
    font-size: 18px;
    text-indent: -1.2em;
    margin-left: 1.2em;
}

.safety_box dl dd ul li::before {
    content: "■";
    color: #7e735d;
    font-size: 28px;
    margin-right: 0.2em;
}


.safety_box aside {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}


@media (max-width: 1030px) {}

@media (max-width: 980px) {

    .safety_box dl dt,
    .safety_box dl dd {
        margin-bottom: 20px;
    }

    .safety_box dl dd ul li {
        font-size: 16px;
    }

    .safety_box dl dd ul li::before {
        font-size: 22px;
    }
}


@media (max-width: 780px) {
    .structure_main {
        padding-top: 100px;
    }

    .structure_main h2 img {
        height: 30px;
    }

    .structure_wrap ul li h4 {
        font-size: 16px;
    }

    .structure_wrap ul li p,
    ul.security_ul li dl dt,
    ul.security_ul li dl dd {
        font-size: 12px;
    }

    .sequrity_txt {
        margin-bottom: 30px;
    }

    .safety_box dl dt {
        width: 100px;
    }

    .safety_box dl dd {
        width: calc(100% - 110px);
    }
}

@media (max-width: 640px) {

    .structure_main p {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .structure_wrap ul li {
        width: 32%;
    }

    .structure_wrap ul.security_ul li.two_column {
        width: 66%;
        max-width: 66%;
    }

    ul.security_ul li.alsok div:nth-of-type(1) {
        margin-bottom: 20px;
        width: 100%;
    }



    ul.comfort_ul li {
        width: 100%;
    }

    .structure_wrap .structure_wrap aside {
        font-size: 10px;
    }

    .safety_box dl {
        width: 100%;
        max-width: 100%;
    }

    .safety_box dl dt {
        width: 30%;
    }

    .safety_box dl dd {
        width: 68%;
    }

    .structure_wrap .safety_box ul li {
        width: auto;
    }

    .safety_box img {
        width: 100%;
        max-width: 100%;
    }

    .safety_box .title span {
        width: 120px;
    }

    .safety_box .title p {
        width: calc(100% - 130px);
    }
}

@media (max-width: 480px) {
    .structure_wrap ul li {
        width: 49%;
    }

    .structure_wrap ul.security_ul li.two_column {
        width: 100%;
        max-width: 100%;
    }

    ul.comfort_ul li {
        width: 100%;
    }

    .structure_wrap .ico span {
        width: 49%;
        margin-bottom: 10px;
    }

    .safety_box {
        margin-bottom: 30px;
    }

    .safety_box dl {
        flex-flow: column;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
    }

    .safety_box dl dt {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        padding: 5px 0px;
    }

    .safety_box dl dd {
        width: 100%;
    }

    .safety_box dl dd ul li {
        font-size: 14px;
    }

    .safety_box .title span {
        font-size: 14px;
    }

    .safety_box .title p {
        font-size: 14px;
    }
}


.modelroom_main {
    padding-top: 200px;
    text-align: center;
}

.modelroom_main h2 {
    margin-bottom: 25px;
}

.modelroom_main p {
    font-size: 25px;
    color: #003257;
    margin-bottom: 30px;
    padding: 0px 10px;
}

@media (max-width: 780px) {
    .modelroom_main {
        padding-top: 100px;
    }

    .modelroom_main h2 img {
        height: 30px;
    }

}


@media (max-width: 640px) {
    .modelroom_main {
        padding-top: 50px;
    }

    .modelroom_main p {
        margin-bottom: 50px;
        font-size: 18px;
    }

}

/*トップ価格追加*/

.cost {
    background-color: #e1dfdb;
    width: 100%;
    text-align: center;
    /*margin-bottom: 10px;*/
    padding-top: 5px;
    box-sizing: border-box;
}

.cost img {
    width: 100%;
    max-width: 1229px;

}

@media (max-width: 780px) {
    .main_bottom .cost {
        margin-bottom: 0px;
    }

    .main_bottom {
        height: 70px;
        padding-top: 0px;
    }
}

@media (min-width: 880px) {
    .main .schedule {
        position: absolute;
        top: 140px;
        left: 10px;
        z-index: 999;
    }
}

@media (max-width: 880px) {
    .main .schedule {
        display: none;
    }
}

.plan_detail .style,
.plan_content .plan_list .style {
    background-color: #004165;
    padding: 8px 15px;
    color: #FFF;
}

.plan_detail .cost-n {
    font-size: 5rem;
    color: #726c3e;
}

.plan_detail .style,
.plan_detail h2 {
    display: inline-block;
    /*vertical-align: middle;*/
}

.plan_content .plan_list .cost-n {
    font-size: 30px;
    color: #726c3e;
}

.plan_detail .style {
margin-right: 10px;
display: inline-block;
vertical-align: text-bottom;
}

@media (max-width: 480px) {
    .plan_detail .style {
        margin-right: 0px;
    }

    .plan_detail .style,
    .plan_detail h2 {
        display: block;
    }
    
.plan_detail .cost-n {
    font-size: 4rem;
}    
}


/*プラン改修*/

.plan-pickup {
    background-image: url(../images/plan/plan_pickup_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.plan-pickup .inner {
    width: 96%;
    max-width: 980px;
    margin: 0 auto 0 auto;
    letter-spacing: -0.4em;
    padding-top: 30px;

}

.plan-pickup .inner .image,
.plan-pickup .inner .txt {
    display: inline-table;
    letter-spacing: normal;
    vertical-align: middle;
}

.plan-pickup .inner .image {
    width: 61.2%;
}

.plan-pickup .inner .image img {
    width: 100%;
}

.plan-pickup .inner .txt {
    width: 36.8%;
    margin-left: 2%;
}

.plan-pickup .inner .txt img {
    width: 100%;
    max-width: 360px;
}

@media (max-width: 750px) {

    .plan-pickup .inner .image,
    .plan-pickup .inner .txt {
        display: block;
    }

    .plan-pickup .inner .image {
        width: 100%;
    }

    .plan-pickup .inner .txt {
        width: 100%;
        margin-left: 0%;
        margin-top: 20px;
    }
}

.plan-pickup h4 {
    text-align: center;
    background-color: #022b49;
    padding: 12px 0 14px 0;
}

.plan-pickup h5 {
    margin-bottom: 30px;
}

.plan-pickup ul {
    margin-bottom: 50px;
}

.plan-pickup li {
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #f0ecd1;
    padding-left: 15px;
    color: #FFF;
    margin-bottom: 15px;
}

.plan-pickup .btn a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    position: relative;
    transition: 0.2s background-color ease-out, 0.2s color ease-out;
}

.plan-pickup .btn a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    transition: 0.2s border-right-color ease-out, 0.2s border-bottom-color ease-out;
}


.plan-pickup .btn a:hover {
    background-color: #464646;
    color: #fff;
}

.plan-pickup .btn a:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}


.plan-floor {
    width: 96%;
    max-width: 980px;
    margin: 0 auto 50px auto;
}

.plan-floor {
    letter-spacing: -0.4em;
}

.plan-floor .floormap {
    width: 70%;
}

.plan-floor .floormap {
    text-align: right;
}

.plan-floor .floormap img {
    width: 100%;
    max-width: 680px;
}

.plan-floor .ChangeElem_Btn_Content {
    width: 30%;
}

.plan-floor .ChangeElem_Btn_Content,
.plan-floor .floormap {
    display: inline-table;
    letter-spacing: normal;
    vertical-align: top;
}


area {
    border: none;
    outline: none;
}

.ChangeElem_Panel {
    display: none;
}

li.ChangeElem_Btn.is-active {
    background-color: #1f415a;
}

li.ChangeElem_Btn {
    width: 100%;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

li.ChangeElem_Btn img {
    width: 100%;
    max-width: 142px;
}

li.ChangeElem_Btn:hover {
    opacity: 0.6;
}

li.ChangeElem_Btn.is-active:hover {
    opacity: 1.0;
}

li.ChangeElem_Btn:last-child {
    border: none;
}

li.ChangeElem_Btn {
    padding: 20px 0px 20px 22px;
    box-sizing: border-box;
}

li.ChangeElem_Btn.is-active {
    padding: 20px 0px 20px 42px;
    box-sizing: border-box;
    cursor: default;
    background-image: url(../images/plan/btn_floor_current.gif);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

li.ChangeElem_Btn .on {
    display: none;
}

li.ChangeElem_Btn.is-active .on {
    display: block;
}

li.ChangeElem_Btn.is-active .off {
    display: none;
}

@media (max-width: 980px) {
    li.ChangeElem_Btn {
        padding: 15px 20px 15px 10px;
    }

    li.ChangeElem_Btn.is-active {
        padding: 15px 20px 15px 10px;
    }
}


.tabmenu {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 20px;
}

.tabmenu ul {
    letter-spacing: -0.4em;
}

.tabmenu li a {
    display: block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #e6e6e6;
}

.tabmenu li a:hover {
    background-color: #1f415a;
    color: #FFF;
}


.s-0 .tabmenu li.s0 a,
.s-1 .tabmenu li.s1 a,
.s-2 .tabmenu li.s2 a {
    background-color: #1f415a;
    color: #FFF;
}

.tabmenu li {
    display: inline-table;
    letter-spacing: normal;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    box-sizing: border-box;
}

.tabmenu li:last-child {
    border: none;
}

@media (max-width: 850px) {
    .tabmenu {
        margin-top: 250px;
    }
}

@media (max-width: 780px) {
    .tabmenu {
        margin-top: 10px;
    }

    .tabmenu li a {
        font-size: 10px !important;
    }
}

.detail li.select {
    background-color: #e2dfc7;
    color: #2e2907;
    font-size: 13px;
    text-align: center;
    padding: 2px 5px;
    display: block;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}

.bnr-sp {
    display: none;
}

.main {
    position: relative;
}

.main .bnr {
    position: fixed;
    top: 174px;
    left: 40px;
    z-index: 999 !important;
}

.bnr img {
    transition: 0.7s;
}

.bnr img:hover {
    opacity: 0.8;
}


@media (max-width: 855px) {
    .main .bnr {
        top: 180px;
    }
}

@media (max-width: 780px) {
    .main .bnr {
        display: none;
    }

    .bnr-sp {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bnr-sp img {
        width: 96%;
    }
}


.SpringBnr,
VirtualBnr {
    /*position: relative;
    width: 100%;*/
}


.SpringBnr ul {
    position: fixed;
    right: 0;
    top: 385px;
    z-index: 9999;
    overflow: hidden;
}

.SpringBnr ul li {
    position: relative;
    right: -440px;
    transition: right 0.8s;
    -webkit-transition: right 0.8s;
}

.SpringBnr ul li:hover {
    right: 0;
}

.SpringBnr ul li dl dt a:hover img {
    opacity: 1 !important;
}

.SpringBnr ul li dl dd a:hover img {
    opacity: 1 !important;
}

.SpringBnr ul dl {
    overflow: hidden;
}

.SpringBnr ul dl dt {
    float: left;
}

.SpringBnr ul dl dd {
    float: right;
}


.VirtualBnr ul {
    position: fixed;
    right: 0;
    top: 145px;
    z-index: 9999;
    overflow: hidden;
}


.VirtualBnr ul li {
    position: relative;
    right: -440px;
    transition: right 0.8s;
    -webkit-transition: right 0.8s;
}

.VirtualBnr ul li:hover {
    right: 0;
}

.VirtualBnr ul li dl dt a:hover img {
    opacity: 1 !important;
}

.VirtualBnr ul li dl dd a:hover img {
    opacity: 1 !important;
}

.VirtualBnr ul dl {
    overflow: hidden;
}

.VirtualBnr ul dl dt {
    float: left;
}

.VirtualBnr ul dl dd {
    float: right;
}


@media (max-width: 1024px) {

    .SpringBnr ul {
        position: fixed;
        right: 0;
        top: 405px;
        z-index: 100;
        overflow: hidden;
    }

    .VirtualBnr ul {
        position: fixed;
        right: 0;
        top: 167px;
        z-index: 100;
        overflow: hidden;
    }
}

@media (max-width: 855px) {
    .SpringBnr {
        display: none;
    }

    .VirtualBnr {
        display: none;
    }
}


.location_main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(../images/location/location_main_bg.jpg) no-repeat center/cover;
    position: relative;
}

.location_main h2 {
    margin-bottom: 20px;
    text-align: center;
}

.location_main p {
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0px 10px;
}

.location_main aside {
    color: #fff;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.location_content {
    padding-top: 80px;
}

.location_disc {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 100px;
    text-align: center;
    color: #151515;
    width: 94%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 780px) {
    .location_main {
        padding-top: 50px;
    }

    .location_main p {
        font-size: 18px;
    }

    .location_disc {
        font-size: 14px;
        text-align: left;
        margin-bottom: 50px;
    }

    .location_main div img {
        height: 20px;
    }

}

@media (max-width: 640px) {
    .design_main {}

    .design_main div img {
        height: 30px;
    }

    .design_main div p {
        font-size: 18px;
    }
}

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

.location_list li {
    background-color: #333;
    background-size: cover;
    height: 400px;
    position: relative;
}

.location_list li aside {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    background-color: #003257;
    color: #FFF;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.location_list li:nth-child(1) {
    background-image: url(../images/location/location_img_01.jpg);
    width: calc(33.33% - 10px)
}

.location_list li:nth-child(2) {
    background-image: url(../images/location/location_img_02.jpg);
    width: 33.33%;
    margin-left: 10px;
    margin-right: 10px;
}

.location_list li:nth-child(3) {
    background-image: url(../images/location/location_img_03.jpg);
    width: calc(33.33% - 10px)
}

.images-l {
    width: 100%;
    height: 500px;
    background-image: url(../images/location/location_img_04.jpg);
    position: relative;
    background-size: cover;
    margin-top: 10px;
}

.images-l aside {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    background-color: #003257;
    color: #FFF;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.location_caption {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 130px;
}

.location_caption li {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.location_caption li:last-child {
    margin-right: 0px;
}

.location_caption li span {
    font-size: 12px;
    background-color: #003257;
    color: #FFF;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    margin-right: 6px
}


@media (max-width: 780px) {
    .location_list {
        display: block !important;
    }

    .location_list li {
        width: 100% !important;
        height: 200px;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    .images-l {
        width: 100%;
        height: 200px;
        margin-top: 0px;
    }

    .location_caption {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 65px;
        padding-left: 3%;
    }

    .location_caption li {
        font-size: 10px;
    }
}


h3.location_ttl_gourmet {
    font-size: 32px;
    text-align: center;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    color: #FFF;
    background-image: url(../images/location/location_img_05.jpg);
    background-size: cover;
    margin-bottom: 60px;
}

h3.location_ttl_life {
    font-size: 32px;
    text-align: center;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
    color: #FFF;
    background-image: url(../images/location/location_img_14.jpg);
    background-size: cover;
    margin-bottom: 60px;
}


@media (max-width: 780px) {

    h3.location_ttl_gourmet,
    h3.location_ttl_life {
        font-size: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 30px;
        background-position: center;
    }

}


h3.location_ttl {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 980px;
    width: 94%;
}

h3.location_ttl span {
    font-size: 25px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
}

@media (max-width: 780px) {

    h3.location_ttl.sports span,
    h3.location_ttl.areainfo span {
        font-size: 20px;
    }

}


h3.location_ttl::after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: -22px;
}

.txt-01 {
    width: 94%;
    max-width: 980px;
    margin: 100px auto 150px auto;
    padding-left: 106px;
    box-sizing: border-box;
    position: relative;
}

.txt-01 p {
    font-size: 16px;
    line-height: 180%;
}

.txt-01 h4.location_h4 {
    position: absolute;
    left: -70px;
    top: -90px;
    z-index: 100;
}

.txt-01 h4.location_h4 {
    background-color: #FFF;
    padding: 30px 30px 10px 30px;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 25em;
    box-sizing: border-box;
}

.txt-02 {
    width: 94%;
    max-width: 980px;
    margin: 50px auto 150px auto;
    padding-right: 106px;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.txt-02 p {
    font-size: 16px;
    line-height: 180%;
}

.txt-02 h4.location_h4 {
    position: absolute;
    bottom: -70px;
    z-index: 100;
    left: calc(100% - 160px) !important;
}

.txt-02 h4.location_h4 {
    background-color: #FFF;
    padding: 30px 30px 10px 30px;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 17em;
    box-sizing: border-box;
}


.txt-03 {
    width: 94%;
    max-width: 980px;
    margin: 50px auto 150px auto;
    padding-left: 106px;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.txt-03 p {
    font-size: 16px;
    line-height: 180%;
}

.txt-03 h4.location_h4 {
    position: absolute;
    left: -70px;
    bottom: -60px;
    z-index: 100;
}

.txt-03 h4.location_h4 {
    background-color: #FFF;
    padding: 30px 30px 10px 30px;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 17em;
    box-sizing: border-box;
}

.txt-04 {
    width: 94%;
    max-width: 980px;
    margin: 100px auto 150px auto;
    padding-left: 106px;
    box-sizing: border-box;
    position: relative;
}

.txt-04 p {
    font-size: 16px;
    line-height: 180%;
}

.txt-04 h4.location_h4 {
    position: absolute;
    left: -70px;
    top: -90px;
    z-index: 100;
}

.txt-04 h4.location_h4 {
    background-color: #FFF;
    padding: 30px 30px 10px 30px;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 28em;
    box-sizing: border-box;
}

.txt-05 {
    width: 94%;
    max-width: 980px;
    margin: 50px auto 150px auto;
    padding-right: 106px;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.txt-05 p {
    font-size: 16px;
    line-height: 180%;
}

.txt-05 h4.location_h4 {
    position: absolute;
    bottom: -70px;
    z-index: 100;
    left: calc(100% - 160px) !important;
}

.txt-05 h4.location_h4 {
    background-color: #FFF;
    padding: 30px 30px 10px 30px;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 22em;
    box-sizing: border-box;
}



@media (max-width: 780px) {

    .txt-01 h4.location_h4,
    .txt-02 h4.location_h4,
    .txt-03 h4.location_h4,
    .txt-04 h4.location_h4,
    .txt-05 h4.location_h4 {
        position: static;
        font-size: 18px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        height: auto !important;
        padding: 0px;
        margin-bottom: 20px;
        font-weight: bold;

    }

    .txt-01,
    .txt-02,
    .txt-03,
    .txt-04,
    .txt-05 {
        margin: 50px auto 50px auto;
        padding-right: 0px;
        padding-left: 0px;
        box-sizing: border-box;
    }

    .txt-01 p,
    .txt-02 p,
    .txt-03 p,
    .txt-04 p,
    .txt-05 p {
        font-size: 14px;
    }

}

@media all and (-ms-high-contrast:none) {
    .txt-01 h4.location_h4 {
        position: absolute;
        left: 0px;
    }

    .txt-01 h4.location_h4 {
        padding: 30px 30px 30px 22px;
    }

    .txt-02 h4.location_h4 {
        left: calc(100% - 100px) !important;
    }

    .txt-02 h4.location_h4 {
        padding: 30px 30px 30px 22px;
    }

    .txt-03 h4.location_h4 {
        position: absolute;
        left: 0px;
    }

    .txt-03 h4.location_h4 {
        padding: 30px 30px 30px 22px;
    }

    .txt-04 h4.location_h4 {
        position: absolute;
        left: 0px;
    }

    .txt-04 h4.location_h4 {
        padding: 30px 30px 30px 22px;
    }

    .txt-05 h4.location_h4 {
        padding: 30px 30px 30px 22px;
    }

    .txt-05 h4.location_h4 {
        left: calc(100% - 100px) !important;
    }
}


.image_cut {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.image_cut img {
    width: 100%;
}

.image_cut aside {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-shadow: 0px 0px 3px #fff;
}

.image_cut aside span {
    display: inline-block !important;
}

.image_cut aside.right {
    position: absolute;
    right: 5px !important;
    left: auto !important;
    bottom: 5px;
    text-shadow: 0px 0px 3px #666;
    color: #FFF;
}

.image_cut aside.right span {
    color: #fff !important;
}

.image_cut.life-time aside {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #FFF;
    text-shadow: none;
}

.image_cut.life-time aside span.from {
    display: inline-block !important;
    color: #FFF !important;
}

.image_cut.life-time aside span.time {
    display: block !important;
    color: #FFF !important;
    font-size: 14px !important;
}

.shop_info {
    width: 94%;
    max-width: 980px;
    margin: 100px auto 150px auto;
    padding-top: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;


}

.shop_info h3.location_ttl {
    width: 100%;
}

.shop_info .photo {
    margin-right: 50px;
    width: 22.44%;
}

.shop_info img {
    width: 100%;
}

.shop_info aside {
    padding-top: 5px;
    font-size: 16px;
}

.shop_info .areainfo {
    width: 50%;
}

span.from {
    display: block;
    padding-top: 1px;
    font-size: 12px;
}

.shop_info .areainfo li {
    font-size: 16px;
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
}

.shop_info .areainfo li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0em;
    width: 9px;
    height: 9px;
    background-color: #d5d5d5;
    border-radius: 100%;
}

.shop_info .areainfo span.from {
    display: inline-block;
}

.shop_info .areainfo.wide {
    width: 100%;
}


.shop_info .areainfo.wide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_info .areainfo.wide li {
    width: 48%;
    box-sizing: border-box;
}

.shop_info .areainfo.wide li span.from {
    display: inline-block !important;
}

.shop_info .areainfo.other {
    width: 100%;
}

.shop_info .areainfo.other h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e4e4e4;
    padding-bottom: 5px;
}

.shop_info .areainfo.other ul {
    margin-bottom: 50px;
}

.shop_info .areainfo.other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_info .areainfo.other .clm {
    width: 48%;
    box-sizing: border-box;
}

.shop_info .areainfo.other .photo {
    width: 47.44%;
    margin-right: 0px;
}

.shop_info .areainfo.other .photo span.contents {
    display: block;
    padding-top: 5px;
}

.photoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 150px;
}

@media (max-width: 780px) {
    .photoArea {
        margin-bottom: 50px;
    }

    span.from {
        font-size: 10px;
    }

    .image_cut.life-time aside {
        display: inline-grid;
    }

    .shop_info {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 25px auto 50px auto;
        padding-top: 25px;
    }

    .shop_info .photo {
        margin-right: 0%;
        width: 48%;
        margin-bottom: 25px;
    }

    .shop_info .areainfo {
        width: 100%;
    }

    .image_cut aside.right {
        right: auto !important;
        left: 5px !important;
    }

    .shop_info .areainfo.wide ul {
        display: block !important;
    }

    .shop_info .areainfo.wide li {
        width: 100%;
    }

    .shop_info .areainfo.other {
        display: block !important;
    }

    .shop_info .areainfo.other .clm {
        width: 100%;
    }
}


@media (max-width: 1024px) {
    .location_caption {
        text-align: left;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .location_disc {
        text-align: left;
    }

    .location_list li:nth-child(1) {
        background-position: center;
    }

    .location_list li:nth-child(2) {
        background-position: left;
    }

    .location_list li:nth-child(3) {
        background-position: center;
    }
}


section.info {
    padding: 150px 0 60px 0;
}

section.info div.inner {
    max-width: 1080px;
    margin: 2rem auto;
}

section.info div.top {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.info div.bottom {
    display: flex;
    justify-content: center;
}

div.inner div.img_box {
    width: 25%;
    height: auto;
    margin-right: 2rem;
}

div.inner div.txt_box > h3 {
    font-size: 1.6vw;
    text-align: center;
    color: #757575;
}

div.inner div.txt_box > h3 > br {
    display: none;
}

p.lecturer {
    font-size: 1vw;
    text-align: center;
    margin-bottom: 1rem;
}

p.res {
    font-size: 1vw;
    text-align: center;
}

p.tel > a {
    font-size: 1.5vw;
    text-align: center;
    display: block;
    padding: 0.5rem;
    background: #18506b;
    color: #fff;
    width: 300px;
    margin: 0 auto;
}

div.img_box > img {
    width: 100%;
}

h2.info_ttl {
    text-align: center;
    font-size: 2.4vw;
}

ul.sem_list {
    padding: 1rem;
    border: 1px solid #ccc;
    margin: 2rem 0 1rem 0;
}

.sem_list > li > br {
    display: none;
}

p.note {
    font-size: .9rem;
}

div.sche_box {
    max-width: 45%;
}

div.sche_box p.date {
    font-size: 24px;
}

div.sche_box + div {
    margin-left: 1rem;
}

table.schedule_date tr {
    padding: .3rem 0;
}

table.schedule_date tr th {
    width: 100px;
}

table.schedule_date tr th,
table.schedule_date tr td {
    padding: .6rem;
    border: 1px solid #b7b7b7;
}

.link_btn {
    color: #2ea1d8;
    font-weight: bold;
}

.link_btn:hover {
    color: #7ad4ff;
}

@media (max-width: 750px) {
    section.info {
        padding: 0 0 40px 0;
    }

    section.info div.top,
    section.info div.bottom {
        flex-direction: column;
    }

    section.info div.bottom {
        align-items: center;
    }

    section.info div.inner {
        max-width: calc(100% - 2rem);
        margin: 2rem auto;
    }

    h2.info_ttl {
        font-size: 8vw;
    }

    div.inner div.img_box {
        width: 50%;
        margin: 0 0 2rem 0;
    }

    div.inner div.txt_box > h3 {
        font-size: 24px;
        margin-bottom: .5rem;
    }

    div.inner div.txt_box > h3 > br {
        display: block;
    }

    p.lecturer {
        font-size: 14px;
    }

    p.res {
        font-size: 16px;
        margin-bottom: .5rem;
    }

    p.tel > a {
        font-size: 18px;
        width: 100%;
        box-sizing: border-box;
    }

    ul.sem_list {
        padding: .7rem;
    }

    .sem_list > li > br {
        display: block;
    }

    div.sche_box {
        max-width: 100%;
    }

    div.sche_box + div {
        margin: 1rem 0 0 0;
    }

    div.sche_box p.date {
        font-size: 18px;
    }
}


/* Infomation誘導フロートバナーcss 190411 */

/*button#floatbnrClose{
position:absolute;
width: 25px;
top:10px;
right:10px;
z-index: 9999;
}*/

button#floatbnrClose {
    position: absolute;
    width: 19px;
    top: 5px;
    right: 5px;
    z-index: 9999;
}

div.bnr_s {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    div.bnr_s {
        margin-left: -10px;
    }
}


div.bnr_s > a.linkbnr_s {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 77px;
    border: 0;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    transition: 0.2s background-color ease-out, 0.2s color
}

div.bnr_s > a.linkbnr_s::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    position: absolute;
    right: 5px;
    top: calc(50% - 3px);
    transition: 0.2s border-right-color ease-out, 0.2s border-bottom-color ease-out;
}


.mrFin {
    text-align: center;
    background-color: rgba(41, 22, 10, 0.73);
    padding: 6px;
    box-shadow: 5px;
    box-shadow: 0px 0px 1px 0px rgba(41, 22, 10, 0.73);
}


.mrFin_1 li {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 2px 40px 2px;
    margin: 2px 0 10px 0;
    color: #fff;
    font-size: 1.2em; 
}


.mrFin_2 li:first-child{
    color: #fff;
    text-align: center;
    padding-bottom: 8px;
    font-size: 2.2em;
    line-height: 30px;
    font-weight: bold;
}

.mrFin_2 li {
    color: #fff;
    font-size: 0.9em;
    text-align: center;
}

.mrFin_2 li:last-child {
    font-size: 0.7em;
}





#top-page .slides li { width:100%; height:100%; position:relative;}
#top-page .slides li aside { position:absolute; left:10px; bottom:10px;}
#top-page .slides .image-01 img { height:100%; width:auto; margin:0 auto;}
#top-page .slides .image-01{
	background-image: url(../images/top/main-001-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align:center;
}
#top-page .slides .image-02{
	background-image: url(../images/top/main-002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align:center;
}

#top #gHeader {
    background-color: rgba(255, 255, 255, 0.9);
}
#top-page .slides li aside { font-size:10px; color:#FFF; filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));}
img#mainCopy { width:auto;}

@media(max-width: 780px) {
.flexslider,
#top-page .slides li { height:300px !important;}
#top-page .slides li aside { bottom:10px;}
#top-page .slides .image-01{
	background-image: url(../images/top/main-002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -40px -90px;
}
#top-page .slides .image-02{
	background-image: url(../images/top/main-001.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left bottom;
	background-color:#dbeefd;
}
img#mainCopy {
    width: 10% !important;
	top:20px !important;
}
}


@media(max-width: 414px) {
.flexslider,
#top-page .slides li { height:330px !important;}
#top-page .slides li aside { bottom:10px;}
#top-page .slides .image-01{
	background-image: url(../images/top/main-002-sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
}

@media(max-width: 375px) {
.flexslider,
#top-page .slides li { height:300px !important;}
}
}