@charset "utf-8";
.wood-bg { background-size: 100% auto;}
.ver04 .lines_v02 { height: calc(100% + 30vh);}
@media only screen and (min-width: 768px) {
    .headline.ver01 .cont {
        max-width: 685px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .ver01 .lines_v02 { right: calc(100% + 25px);}
    .ver01 .lines_v01 { right: calc(100% + 23px);}
    .ver01 .lines_h02 { right: calc(100% + 45px);}
}
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: 0 0 clamp(60px, 7.7380952380952380952vw, 130px);
	position: relative;
	overflow: hidden;
    background: url(../imgs/intro_bg.jpg) no-repeat center center / cover;
}
.sec_intro .headline .txt { color: #38322c;}
.sec_intro .headline .line_style { border-color: #c6c3be;}
.sec_intro figure a { transition: all .4s;}
.sec_intro .box_banner {
    max-width: 970px;
    margin: 0 auto 0;
}
.sec_equipment { 
	padding: 0 0 clamp(60px, 11.904761904761904762vw, 200px);
	overflow: hidden;
}
.sec_equipment .inner { max-width: 1230px;}
.sec_equipment .box_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.sec_equipment .headline .ttl {
	font-size: clamp(2.4rem, 2.1428571428571428571vw, 3.6rem);
    letter-spacing: 0.15em;
}
.sec_anchor { padding: 0!important;}
.sec_anchor .tab_over {
	position: relative;
	padding: 10px 0;
}
.sec_anchor .tab_over::before {
	content: "";
	background: -webkit-gradient(linear,  left top, right top,  from(#807665),color-stop(53%, #e1ddd8),to(#4b4638));
	background: -o-linear-gradient(left,  #807665 0%,#e1ddd8 53%,#4b4638 100%);
	background: linear-gradient(to right,  #807665 0%,#e1ddd8 53%,#4b4638 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.nav_anchor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.nav_anchor .item {
    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: "Libre Caslon 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,  from(#807665),color-stop(53%, #e1ddd8),to(#4b4638));
	background: -o-linear-gradient(left,  #807665 0%,#e1ddd8 53%,#4b4638 100%);
	background: linear-gradient(to right,  #807665 0%,#e1ddd8 53%,#4b4638 100%);
    color: #38322C !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) {
    .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) {
    .nav_anchor .item .en {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }
    .nav_anchor .item .jp {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .nav_anchor {
        display: flex;
        flex-wrap: wrap;
    }
    .nav_anchor .item {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin: 0;
        height: 40px;
        border-top: 1px solid #fff;
    }
    .nav_anchor .item:nth-child(2n) {  border-right: 1px solid #fff;}
    .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-bottom: 1px solid #fff;}
}
.top_img_text {
    font-size: 1rem;
    text-indent: -10px;
    padding-left: 12px!important;
    color: #666;
    margin: 5px 15px 0;
}
.txt_border {
    border: 1px solid #666;
    display: inline-block;
    padding: 1px;
}
.fs1 { font-size: 1rem;}
@media only screen and (max-width: 1000px) {
    .top_img_text { letter-spacing: 0.01em; }
}
.equipment_wrap {
    background: #ffffff;
    padding: clamp(60px, 5.952380952380952381vw, 100px) 0 clamp(10px, 2.9761904761904761905vw, 50px) ;
    color: #666666;
	position: relative;
	overflow: hidden;
}
.equipment_wrap.pt0 { padding-top: 0;}
@media only screen and (max-width: 767px) {
    .equipment_wrap { padding: 15px 0 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: #685b4e;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 10px 0;
}
.equipment_wrap .item_title.mt05 { margin-top: 5px!important;}
@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;}
    .equipment_wrap .item_title span { font-size: 1rem;}
}
.item_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #666;
    line-height: 1.4;
}
.txt_black { color: #000 !important;}
.item_sub {
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #231815;
}
@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_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 35px 50px 50px;
}
.sec_security .box_seculio .seculio_img { max-width: 88%;}
.sec_security .box_seculio .seculio_txt {
    padding-top: 20px;
    color: #231815;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.9;
}
.sec_security .box_seculio .seculio_cap {
    font-size: 1rem;
    text-align: right;
    padding-top: 20px;
    color: #000;
}
.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;
}
.row_small { margin: 0 -7px;}
.row_small [class^="col"] { padding: 0 7px;}
.img_key { height: 178px;}
.indent {
    padding-left: 14px;
    text-indent: -14px;
}
.mt0 { margin-top: 0!important;}
@media (min-width: 768px) {
    .kitchen_img { margin: -6px 0 0;}
    .kitchen_img02 { margin: -6px 0 0;}
    .toilet_img { margin-top: -23px;}
}
@media (min-width: 992px) {
    .sec_security .box_seculio .col-lg-4 {
        flex: 0 0 36%;
        max-width: 36%; 
    }
    .sec_security .box_seculio .col-lg-8 {
        flex: 0 0 64%;
        max-width: 64%; 
    }
    .sec_security .box_seculio .col-lg-8 .pos_rel  {
        padding-right: 25px;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .sec_security .box_seculio { padding: 50px;}
    .sec_security .box_seculio .seculio_img  { margin: auto; max-width: 50%;}
    .sec_security .box_seculio .seculio_txt { padding-bottom: 30px;}
}
@media only screen and (max-width: 767px) {
    .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_toilet .img_toilet_2 { height: 100%;}
    .img_mb { margin-bottom: 15px;}
    .img_key { height: 225px;}
    .mb70 { margin-bottom: 50px;}
    .indent {
        padding-left: 12px;
        text-indent: -12px;
    }
}
