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

// file name  :  roomplanEquipment.css
// style info :  スタイル指定
=================================================================== */
.roomplanBtnWrap { text-align: center; margin-bottom: 30px;}
.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;
    max-width: 180px;
    background: #151515;
}
.viewBtn i {
    margin-right: 10px;
}

#roomplanTabs{display: flex; flex-wrap: wrap; margin: 0 auto 30px; justify-content: space-around; width: 80%;}
#roomplanTabs li{background: #a9894a;color: #fff;padding: 15px;width: calc(23.333333%  - 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;}


/***/
#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) {
.capTp{
	padding-top: 0 !important;
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
	#roomplanTabs{width: 100%;}
	#roomplanTabs li{width: calc(50% - 10px); margin: 0 0 10px;}
	.planImg img {max-width: 100%;}


}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
