/* teigaku
----------------------------------------------------------------------------- */
.me_teigaku_main01 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg_teigaku_main01.jpg);
	background-size: cover;
	margin-bottom: 60px;
}
.me_teigaku_main01_in {
	width: 100%;
	/*max-width: 840px;*/
	margin: 0 auto;
	background-color: #fffaea;
}
.me_teigaku_main01_in img{ width: 100%;}
.me_teigaku_main01_in img:first-child{
	margin-bottom: 5px;
}
.me_teigaku_main_sp{display: none;}
.me_teigaku_main_bunner_sp{display: none;}
.me_taigeku_title {
	background-color: #FFF;
	text-align: center;
	padding: 35px 10px;
	margin-bottom: 50px;
}
.me_taigeku_title h3 {
	font-weight: bold;
}

.me_taigeku_title01 h3 {
	font-size: 30px;
	color: #AD782A;
}

.me_taigeku_title02 h3 {
	font-size: 34px;
	color: #555;
	letter-spacing: 4px;
}
.me_taigeku_title02 h3 img {
	margin-right: 15px;
}
.me_taigeku_title02 h3 span {
	font-size: 26px;
}

.me_taigeku_title03 {
	background-color: #DEBA6C;
	padding: 50px 10px;
}
.me_taigeku_title03 h3 {
	font-size: 34px;
	color: #FFF;
}
.me_taigeku_title03 h3 > span {
	font-size: 31px;
	color: #333;
	margin-right: 10px;
}
.me_taigeku_title03 h3 > span span {
	color: #FFF;
}
.me_taigeku_title03 h3 img {
	max-width: 176px;
	margin-right: 10px;
}

.me_taigeku_title04 {
	padding: 45px 10px 40px;
	position: relative;
}
.me_taigeku_title04 p {
	font-size: 28px;
	font-weight: bold;
	color: #C99856;
}
.me_taigeku_title04 h3 {
	font-size: 40px;
	color: #000;
	letter-spacing: 4px;
}
.me_taigeku_title04 h3 img {
	max-width: 265px;
	margin-right: 15px;
}
.me_taigeku_title04:after {
	display :block;
	margin: 0 auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 50px 0 50px;
	border-color: #FFFAEA transparent transparent transparent;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}

.me_teigaku_wrap01 {
	width: 95%;
	max-width: 1060px;
	margin: 0 auto 75px;
}


/*  */
.me_teigaku_room_wrap01 div {
	width: 49.05%;
	max-width: 520px;
}

table#me_room_tbl {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	background-color: #FFFFFF;
}

table#me_room_tbl th ,
table#me_room_tbl td {
	text-align: center;
	padding: 5px 3px;
}

table#me_room_tbl thead th {
	background-color: #DEBB6A;
	color: #FFFFFF;
	font-size: 13px;
}
table#me_room_tbl thead tr.me_room_tr01 th {
	background-color: #EEDDB2;
	color: #CA9642;
	font-size: 13px;
}
table#me_room_tbl tbody td {
	font-size: 16px;
}
table#me_room_tbl tbody tr:nth-child(even) {
	background: #EEDDB2;
}


/* 特徴 */
.me_teigaku_feature_list {
	width: 100%;
	max-width: 855px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.me_teigaku_feature_list li {
	width: 47.37%;
	max-width: 405px;
	margin: 0 4% 35px 0 ;
	padding: 0 5px 5px 0;
	background-color: #E2B96A;
}
.me_teigaku_feature_list li:nth-child(2n) {margin-right: 0;}

.me_teigaku_feature_list li div {
	background-color: #FFF;
	padding: 0 0 38px 0;
	margin: -5px 0 0 -5px;
}
.me_teigaku_feature_list li div img {
	margin-bottom: 30px;
	padding: 0;
}

.me_teigaku_feature_list li h3 {
	text-align: center;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 6px;
}
.me_teigaku_feature_list li p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin: 0;
}
.me_teigaku_feature_bunner {
	max-width: 852px;
	margin: 0 auto;
}
.me_teigaku_feature_bunner img{
	width: 100%;
	/*transform: translateX(-1%);*/

}
/* 特徴 */
.me_teigaku_merit_list {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.me_teigaku_merit_list li {
	width: 31.5%;
	max-width: 305px;
	margin: 0 2.75% 35px 0 ;
	padding: 0 5px 5px 0;
	background-color: #444;
	box-sizing: border-box;
}
.me_teigaku_merit_list li:nth-child(3n) {margin-right: 0;}

.me_teigaku_merit_list li > div {
	background-color: #DEBA6C;
	padding: 20px 0 0;
	margin: -5px 0 0 -5px;
}

.me_teigaku_merit_list li h3 {
	padding-top :25px;
	text-align: center;
	font-size: 31px;
	font-weight: bold;
	height: 90px;
	color: #FFF;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.me_teigaku_merit_list li:nth-of-type(3) h3,
.me_teigaku_merit_list li:nth-of-type(4) h3{
	padding-top: 0px;
}
.me_teigaku_merit_list li img {
	display: block;
	margin: 0 auto 30px;
}
.me_teigaku_merit_txt {
	background-color: #FFF;
	padding: 20px 0 15px;
}
.me_teigaku_merit_txt p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin: 0;
}


/* 料金 */
.me_taigeku_price_wrap {
	background-color: #FFF;
	padding-bottom: 1px;
}

.me_teigaku_price_dl {
	text-align: center;
	margin-bottom: 25px;
}
.me_teigaku_price_dl dt {
	font-size: 25px;
	font-weight: bold;
	color: #555;
}
.me_teigaku_price_dl dd {
	font-size: 34px;
	font-weight: bold;
}
.me_teigaku_price_dl dd span {
	font-size: 20px;
}

.me_teigaku_price_ul {
	max-width: 920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.me_teigaku_price_ul li {
	width: 47.82%;
	border: 4px solid #4DB2E6;
	text-align: center;
	font-size: 26px;
	color: #555;
	padding: 19px 0 12px;
}
.me_teigaku_price_ul li span {
	margin-right: 15px;
	font-weight: bold;
}

/* 比較 */
.me_teigaku_hikaku01 {
	max-width: 860px;
	margin: 0 auto 40px;
}

.me_teigaku_cheeck_list01 {
	display: table;
	margin: 0 auto 50px;
}
.me_teigaku_cheeck_list01 li {
	font-size: 30px;
	font-weight: bold;
	background-image: url(../images/00_check01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0 0 60px;
}


.me_taigeku_end01 {
	background-color: #FFF;
}
.me_taigeku_end01 h3 {
	font-size: 30px;
	color: #AD782A;
}

/*** メイン情報 END */




