@charset "utf-8";
#main_ttl {
	width: 379px;
	height: 114px;
}
#main_page .cont .ttl_jp { margin-bottom: 0;}
#main_ttl .cls-main-ttl {
	fill: none;
	stroke: #d0bd87;
	stroke-width: 20;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
#container {
    background: url(../imgs/bg.jpg) no-repeat center center / cover;
    background-color: transparent;
}
/* headline */
.headline {
    text-align: center;
    padding: 0 0 40px;
}
.headline .icon {
    width: 52px;
    margin: 0 auto 20px;
}
.headline .txt {
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    line-height: 2.2;
    font-weight: 500;
    margin-bottom: 15px;
}
.headline .txt_normal {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
    color: #1a1a1a;
}
@media screen and (max-width: 767px) {
    .headline { padding: 0 0 20px;}
    .headline .icon {
        width: 42px;
        margin: 0 auto 10px;
    }
    .headline .txt {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 2;
        margin-bottom: 10px;
    }
    .headline .txt_normal {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
        line-height: 2.2;
    }
}
.bg02 { padding: 85px 0 250px;}
@media only screen and (max-width: 1000px) {
    .bg02 { padding: 85px 0 100px;}
}
@media only screen and (max-width: 767px) {
    .bg02 { padding: 60px 0;}
}
figure {
    position: relative;
}
.space_anchor { position: relative;}
@media only screen and (max-width: 1000px) {
    .space_anchor { transform: translateY(-80px);}
}
@media only screen and (max-width: 767px) {
    .space_anchor {
        position: relative;
        transform: translateY(-55px);
    }
}
.sec-intro { padding: 90px 0 90px;}
.sec-intro .inner {
    max-width: 590px;
    padding: 0 15px;
    margin: 0 auto;
    transition: all 1s;
}
.sec-intro figure a { transition: all .4s;}
@media screen and (max-width: 1000px) {
    .sec-intro { padding: 90px 0 90px;}
}
@media screen and (max-width: 767px) {
    .sec-intro { padding: 60px 0 60px;}
}

.sec_equipment { padding: 0;}
.sec_anchor:not(:first-child) { margin-top: 165px;}
.sec_equipment .box_inner {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.sec_anchor .box_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav_anchor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 60px;
}
.nav_anchor .item {
    background: rgba(255,255,255,.2);
    border-left: 1px solid #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100%/7));
    position: relative;
    text-align: center;
    line-height: 1;
    height: 55px;
}
.nav_anchor a {
    display: block;
    padding: 18px 0px;
    width: 100%;
    height: 100%;
}
.nav_anchor .item.active { color: #013312 !important;}
.nav_anchor .item:last-child {
    flex: 1;
    border-right: 1px solid #fff;
}
.nav_anchor .item .en {
    -webkit-appearance: none !important;
    color: #fff !important;
    font-size: 1.6rem;
    font-family: "Gilda Display", serif;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    z-index: 0;
}
.nav_anchor .item:hover .en {
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
}
.nav_anchor .item .jp {
    background: -webkit-gradient(linear,  left top, right top,  color-stop(5%, #b7bcbb),color-stop(55%, #ffffff),color-stop(93%, #b7bcbb));
    background: -o-linear-gradient(left,  #b7bcbb 5%,#ffffff 55%,#b7bcbb 93%);
    background: linear-gradient(to right,  #b7bcbb 5%,#ffffff 55%,#b7bcbb 93%);
    color: #013312 !important;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.nav_anchor .item.active .jp,
.nav_anchor .item:hover .jp {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.5s;
}
.nav_anchor .item a:hover {
    opacity: 1;
    transition: all ease 1s;
    background-position: 100% 1px;
}
.nolink a {
	pointer-events: none;
	cursor: default;
}
@media only screen and (max-width: 1200px) {
    .sec-select { padding: 100px 0 50px;}
    .nav_anchor .item {
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
    }
    .nav_anchor .item .jp {
        font-size: 1.6rem;
        letter-spacing: 0.01em;
    }
    .nav_anchor .item .en { font-size: 1.5rem;}
}
@media only screen and (max-width: 1000px) {
    .sec_anchor:not(:first-child) { margin-top: 100px;}
    .nav_anchor .item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav_anchor a {
        display: flex !important;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
    }
    .nav_anchor .item .en {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .nav_anchor .item .jp { font-size: 1.2rem;}
}
@media only screen and (max-width: 767px) {
    .sec_equipment { padding: 0;}
    .sec_anchor:not(:first-child) { margin-top: 50px;}
    .nav_anchor .item .en {
        font-size: 1.3rem;
        letter-spacing: -0.02em;
    }
    .nav_anchor .item .jp {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .nav_anchor {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #fff;
        border-left: none;
        border-bottom: none;
        margin: 0 0 50px;
    }
    .nav_anchor .item {
        border: none;
        border-left: 1px solid #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        border-bottom: 1px solid #fff;
        margin: 0;
        height: 40px;
    }
    .nav_anchor .item:nth-child(4),
    .nav_anchor .item:nth-child(5) { width: 50%;}
    .nav_anchor .item:last-child { width: 100%;}
    .nav_anchor .item:last-child { border-right: none;}
}
.box_title {
    margin: 0 0 45px;
    text-align: center;
}
.box_title .t_head { margin: 0 0 40px;}
.box_title .t_head .icon {
    width: 92px;
    margin: 0 auto 0;
}
.box_title .t_head .head_en {
    color: #fff;
    font-family: "sheila", sans-serif;
    font-size: 3rem;
    line-height: 1.3;
}
.box_title .t_head .head_sub  {
    font-size: 1.4rem;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_title .t_head .head_sub:before,
.box_title .t_head .head_sub:after {
    background-color: #fff;
    content: "";
    height: 1px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.box_title .t_head .head_jp {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.1em;
    margin: 0 auto 25px;
}
.top_img_text {
    font-size: 1rem;
    text-indent: -10px;
    padding-left: 12px!important;
    margin-top: 10px;
    color: #666;
}
.txt_border {
    border: 1px solid #666;
    display: inline;
    padding: 2px;
}
.fs1 { font-size: 1rem;}
@media only screen and (max-width: 1000px) {
    .top_img_text { letter-spacing: 0.01em; }
}
@media only screen and (max-width: 767px) {
    .box_title {
        margin: 0 auto 35px;
        padding: 0 15px;
    }
    .box_title .t_head { margin: 0 0 35px;}
    .box_title .t_head .head_en { margin-bottom: 0;}
    .box_title .t_head .head_jp { 
        font-size: 1.4rem;
        line-height: 2;
    }
    .box_title .t_head .head_sub  {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .txt_border { display: block;}
}

.equipment_wrap {
    background: #ffffff;
    padding: 80px 15px 35px;
}
@media only screen and (max-width: 767px) {
    .equipment_wrap { padding: 15px 15px 10px;}
}
.equipment_wrap .item_flex {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 60px;
}
.equipment_wrap .item { margin-bottom: 50px;}
.equipment_wrap .item_title span { font-size: 1.2rem;}
.equipment_wrap .item_title {
    font-size: 1.6rem;
    color: #013312;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 20px 0 10px;
}
.equipment_wrap .item .pic_cap.l_side {
    left: auto;
    right: 0;
}
@media only screen and (max-width: 1000px) {
    .equipment_wrap .item_title { font-size: 1.3rem;}
    .item_text { font-size: 1.2rem !important;}
}
@media only screen and (max-width: 767px) {
    .equipment_wrap .item_title { margin: 10px 0 5px;}
    .equipment_wrap .item { margin-bottom: 30px;}
}
.item_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #666;
    line-height: 1.4;
}
.txt_black { color: #000 !important;}
@media only screen and (max-width: 767px) {
    .item_text {
        font-size: 1.4rem;
        letter-spacing: 0.01em;
    }
}
.item_note {
    font-size: 1rem;
    color: #666;
    letter-spacing: 0.05rem;
}
.sec_structure { padding: 0 0 80px;}
.sec_toilet .img_toilet_2 {
    height: 223px;
    width: 100%;
}
.box_time {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_time img { width: 67.5%;}
.ttl_line {
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}
.security_title {
    color: #5e4a32;
    background-color: #e5d1bd;
    border: 1px solid #5e4a32;
    padding: 2px;
    text-align: center;
    font-size: 1.6rem;
    margin: 70px 0 50px;
}
.security_title.entrance {
    color: #3a4f68;
    background-color: #b6c2ce;
    border: 1px solid #3a4f68;
}
.txt_entrance { color: #3a4f68 !important;}
.security_title.common {
    color: #355b3c;
    background-color: #aac1ad;
    border: 1px solid #355b3c;
}
.ttl-common {
    color: #355b3c;
    font-size: 1.6rem;
}
.sec_security .box_seculio {
    border: 1px solid #808080;
    padding: 50px 20px 50px 40px;
}
.sec_security .box_seculio .seculio_img {
    max-width: 92%;
    margin: 0 auto;
}
.sec_security .box_seculio .seculio_txt {
    padding-top: 20px;
    color: #231815;
}
.sec_security .box_seculio .seculio_cap {
    font-size: 1rem;
    text-align: right;
    padding-top: 20px;
}
.sec_security .security_block { margin-bottom: 15px;}
.sec_security .security_block .security_ttl_top {
    color: #006428;
    border-bottom: 1px solid #006428;
    letter-spacing: 3px;
    font-size: 1.6rem;
    padding-bottom: 3px;
}
.sec_security .security_block .security_ttl_bottom {
    color: #006428;
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.sec_security .security_block .security_ttl_top.entrance{
    color: #003f76;
    border-bottom: 1px solid #003f76;
}
.sec_security .security_block .security_ttl_bottom.entrance { color: #003f76;}
.sec_security .security_block .security_ttl_top.common{
    color: #922e40;
    border-bottom: 1px solid #922e40;
}
.sec_security .security_block .security_ttl_bottom.common { color: #922e40;}
.sec_security .box_img {
    border: 1px solid #000;
    padding: 20px 50px 30px;
}
.premium_block {
    background: -o-linear-gradient(145deg,  #9d9364 0%,#fffff4 10%,#9f9770 27%,#fffff4 43%,#9f9770 62%,#fffff4 80%,#81744f 100%);
    background: linear-gradient(145deg,  #9d9364 0%,#fffff4 10%,#9f9770 27%,#fffff4 43%,#9f9770 62%,#fffff4 80%,#81744f 100%);
    padding: 2px;
    position: relative;
    margin: 60px 0 80px;
}
.premium_block .premium_wrap {
    background: url(../imgs/bg_premium.jpg) no-repeat top center/ cover;
    padding: 70px 15px 20px;
}
.premium_block .premium_inner {
    max-width: 830px;
    margin: auto;
}
.premium_block .ttl {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    color: #1b4412;
    margin-bottom: 25px;
}
.premium_block .ttl .sm { font-size: 124%;}
.premium_block .tag {
    text-align: center;
    margin-bottom: 40px;
}
.premium_block .tag span {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    background: -o-linear-gradient(315deg,  #3b5753 0%,#81918a 81%,#3b5753 100%);
    background: linear-gradient(135deg,  #3b5753 0%,#81918a 81%,#3b5753 100%);
    color: #fff;
    line-height: 1;
    padding: 4px 45px 2px;
    display: inline-flex;
    align-items: center;
}
.premium_block .tag small {
    font-size: 63%;
    margin-left: 5px;
}
.premium_block .row_small { margin: 0 -8px;}
.premium_block .row_small [class^="col"] { padding: 0 8px;}
.premium_block .row_small .col-5 {
    -ms-flex: 0 0 36.8%;
    flex: 0 0 36.8%;
    max-width: 36.8%;
}
.premium_block .row_small .col-7 {
    -ms-flex: 0 0 63.2%;
    flex: 0 0 63.2%;
    max-width: 63.2%;
}
.row_powder { margin: 0 -7px;}
.row_powder [class^="col"] { padding: 0 7px;}
@media only screen and (max-width: 1000px) {
    .sec_security .box_seculio .seculio_img { max-width: 50%;}
    .sec_security .box_seculio .seculio_txt { padding-bottom: 30px;}
    .premium_block { margin: 0 0 50px;}
}
@media only screen and (max-width: 767px) {
    .sec_kitchen .img_kitchen, .sec_bathroom .img_bathroom_type, .sec_bathroom .img_bathroom { height: auto;}
    .sec_kitchen .img_kitchen_08, .sec_bathroom .img_bathroom_02, .sec_bathroom .img_bathroom_06 { height: auto;}
    .security_title { margin: 50px 0 30px;}
    .sec_security .box_seculio {
        border: 1px solid #808080;
        padding: 40px 15px;
    }
    .sec_security .box_seculio .seculio_img {
        max-width: 85%;
        margin: 0 auto;
    }
    .sec_security .box_seculio .seculio_txt { font-size: 1.2rem;}
    .sec_security .box_img { padding: 30px 15px;}
    .sec_structure { padding: 0 0 50px;}
	.sec_toilet .img_toilet_2 { height: 100%;}
    .img_mb { margin-bottom: 15px;}
    .img_key { height: 225px;}
    .mb70 { margin-bottom: 50px;}
    .premium_block { margin: 10px 0 40px;}
    .premium_block .premium_wrap { padding: 40px 15px 15px;}
    .premium_block .ttl {
        font-size: 2.6rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .premium_block .tag span { font-size: 1.8rem;}
    .premium_block .tag { margin-bottom: 30px;}
    .premium_block .row_small .col-5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .premium_block .row_small .col-7 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.nav_anchor .item.nolink{opacity:.5;}
/* */
.box_title .t_head .head_jp.type_note{
	font-size: 100%; margin-top: -20px;
}
.img-banner01{
    max-width: 600px;
    margin: 0px auto 50px;
}
@media only screen and (max-width: 767px) {
	.img-banner01{margin: 0px auto 20px;}
}