@charset "utf-8";

.subNav.col6 > ul > li:first-child,.subNav.col6 > ul > li {
    width: 10.5%;
}
.subNav.col6 > ul > li:last-child {
    width: 16%;
}

#pageTtl {
	background: url(../../img/stayplan/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
}

/* planWrap ------------------------- */

#planWrap h3 {
	text-align: center;
	margin-bottom: 40px;
}

/* planTab ----- */

.tab li {
	background: #f5f5f5;
}

.tab li.ui-tabs-selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}

/* planInn ----- */

.planDtl .planInn {
	padding: 50px 0;
	border-bottom: 1px dotted #bebebe;
}

.planDtl .planInn:first-child {
	padding-top: 0;
}

.planDtl .planInn .right {
	width: 360px;
	float: right;
}

.planDtl .planInn .left {
	width: 560px;
	float: left;
}

.planDtl .planInn .left h4 {
	font-size: 200%;
	margin-bottom: 20px; 
}

.planDtl .planInn .left div.txt120 {
	margin-bottom: 30px;
}

/*
.planDtl .planInn .left .planBtn p:first-child {
	width: 275px;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
}

.planDtl .planInn .left .planBtn p:last-child {
	width: 275px;
	float: left;
	box-sizing: border-box;
}
*/


.plBtnWrap {
    padding: 15px 0 0;
    overflow: hidden;
}

.plBtnWrap ul {
    position: relative;
    left: 50%;
    float: left;
}

.plBtnWrap li.btn {
    width: 241px;
    float: left;
    margin-left: 10px;
    position: relative;
    left: -50%;
}

.plBtnWrap ul li:first-child {
	margin-left: 0;
}






/* detail ------------ */

#planWrap h4.planTtl {
	font-size: 200%;
	padding: 30px 0;
	border-bottom: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	margin-bottom: 35px;
}

#planWrap .planDtlBox {
	margin-bottom: 30px;
}

#planWrap .planDtlBox .right {
	width: 350px;
	float: right;
}

#planWrap .planDtlBox .right img {
	max-width: 350px;
	height: auto;
}

#planWrap .planDtlBox .left {
	width: 610px;
	float: left;
}

#planWrap .planDtlBox .left p {
	margin-bottom: 15px;
}

#planWrap .planDtlBox .left img {
	max-width: 610px;
	height: auto;
}

table.type1 {
	margin-top: 30px;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

table.type1 tr {
	border-bottom: 1px dotted #7d7d7d;
}

table.type1 th {
	font-weight: bold;
	color: #00abc0;
	font-size: 120%;
	padding: 15px 20px;
	width: 180px;
	box-sizing: border-box;
	vertical-align: middle;
}

table.type1 td {
	font-size: 120%;
	padding: 15px 0 15px 0;
	box-sizing: border-box;
	vertical-align: middle;
}

/*
#planWrap .rezBtn {
	padding-bottom: 40px;
	border-bottom: 1px solid #bebebe;
}

#planWrap .rezBtn p.btn {
	width: 275px;
}
*/

#planWrap .toTop {
	padding: 40px 0;
	border-top: 1px solid #bebebe;
	margin-top: 40px;
}

#planWrap .toTop a {
	font-size: 12px;
	color: #7d7d7d;
	background: url(../../img/common/list_icon02_left.png) no-repeat 0 50%;
	padding-left: 20px;
}


/* bnrWrap
---------------------------------------------------------------------- */

#bnrWrap {
	padding-bottom: 60px;
}
#bnrWrap.noPadding {
	padding-bottom: 0;
}
#bnrWrap img {
	margin-bottom: 10px;
}















































