@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  roomplanEquipment.css
// style info :  スタイル指定
=================================================================== */
.roomplanBtnWrap { text-align: center;}
.roomplanBtnWrap > div { margin-bottom: 30px;}
.roomplanBtnWrap a {
    display: block;
    padding: 30px 15px;
    background: #fefefe;
}
.typeName {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    color: #a9894a;
    margin-bottom: 20px;
}
.typeName span {
    font-size: 12px;
    font-weight: 400;
}
.typeName + figure {
    margin-bottom: 20px;
}
/*.roomplanBtnWrap .typeName + figure img {
    max-width: 230px;
    height: auto;
    margin: auto;
}*/
.viewBtn {
    display: block;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 15px;
    max-width: 180px;
    background: #151515;
}
.viewBtn i {
    margin-right: 10px;
}

#roomplanTabs{display: flex;flex-wrap: wrap;margin: 0 15px 30px;justify-content: space-between;}
#roomplanTabs li{background: #a9894a;color: #fff;padding: 15px;width: calc(16.66666% - 10px);text-align: center;font-size: 18px;font-weight: 900;-webkit-transition: all .5s ease;transition: all .5s ease;}
#roomplanTabs li.active,#roomplanTabs li:hover{ cursor: pointer; background: #755f34;}

.equipmentWrap {}
.equipmentWrap > div { margin-bottom: 60px;}
.equipmentWrap figure { position: relative; margin-bottom: 20px;}
.equipmentWrap figcaption { position: absolute; bottom: 0; right: 0; padding: 5px; font-size: 10px;}
.equipmentWrap figcaption.white { color: #fff;}
.equipmentName {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}
.equipmentName + p {
    line-height: 1.4;
}
.equipmentWrap .smallText {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 15px;
}
.equipmentWrap ul li {
    counter-increment: section;
    margin-bottom: 40px;
}
.equipmentWrap ul li::before {
    content: counter(section, decimal-leading-zero);
    display: block;
    position: absolute;
    top: -.25em;
    right: 15px;
    z-index: 1;
    font-size: 5em;
    font-weight: 900;
    color: #a9894a;
    opacity: .3;
}
h3.articleHdd + p {
    color: #a9894a;
    margin-bottom: 30px;
}

/***/
#subwinPage #gnav ul li {
    display: none !important;
}
#subwinPage #gnav ul li.contactPage,
#subwinPage #gnav ul li.vacancyPage {
    display: block !important;
}
#subwinPage .contentsAllWrap {
    position: relative;
    padding-top: 40px;
}
a.nextPlan,
a.prevPlan {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    background: #000;
    padding: 1em .5em;
    transform: translateY(-50%);
}
a.nextPlan {
    right: 0;
}
a.prevPlan {
    left: 0;
}
a.nextPlan i {
    display: inline-block;
    font-size: 13px;
    margin-left: .5em;
}
a.prevPlan i {
    display: inline-block;
    font-size: 13px;
    margin-right: .5em;
}
.typeName.popup {
    font-size: 24px;
    margin-bottom: 40px;
}
.typeName.popup + figure {
    margin-bottom: 40px;
    background: #fefefe;
    padding: 15px 0;
}
.planImg img {
    max-width: 580px;
}
.sp .planImg img {
    max-width: 100%;
}

.printCloseWrap {
    margin-bottom: 40px;
    text-align: center;
}
.printCloseWrap a {
    display:block;
    text-align: center;
    padding:1em;
    border: #ccc solid 1px;
}
.printCloseWrap i {
    margin-right: 10px;
}

.jmWrap h3 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: .75em;
}

.planPop p{text-align: right;}
.planPop p span{
	    background: #997a41;
    color: #ffffff;
    padding: 2px 5px;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
#roomplanTabs li{width: calc(33.333% - 10px); margin: 0 0 10px;}
.planImg img {
    max-width: 100%;
}
.capTp{
	padding-top: 0 !important;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/*
.vh-element {
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;
    background: #ccc;
    overflow: hidden;
}
.bg-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vh-element2 {
    position: relative;
    z-index: 3;
    padding: 0 0 50vh;
    background: #ccc;
    overflow: hidden;
}
.bg-section2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/