@charset "utf-8";
/* CSS Document */

#price #page_header {
  background-image: url("../img/price/page_header.jpg");
}

#price #page_header h2.page_title span {
  background-image: url("../img/home/icon_nav02.png");
}

/*#price .gnav,
#price section.links{
	background-color:#fff;
}*/

#price section.links ul li {
  width:50%;
}

#price section.membership{
	background-image:url("../img/price/membership_bg.jpg");
	background-repeat:repeat-y;
	background-size: cover;
	background-position: center top;
}

#price section.membership .inner_content{
	margin-left:20px;
}

#price section.membership .inner_content p small.caution{
	display:block;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
	color:#006a6c;
}

#price section.membership .membership_type{
	margin-bottom:100px;
}

#price section.membership .membership_type h3,
#price section.space .space_content h3{
	font-size:1.4rem;
	margin-bottom: 20px;
	color:#72640c;
	border-left: solid 7px #72640c;
	padding-left:12px;
	box-sizing: border-box;
}

#price section.membership .membership_type ul.dropin{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

#price section.membership .membership_type ul.dropin li{
	width:auto;
	margin-right:30px;
}

#price section.membership .membership_type ul.dropin li span{
	display:inline-block;
	background-color:#4d4d4d;
	padding:2px 15px;
	margin-right: 10px;
	box-sizing: border-box;
	color: #fff;
}

#price section.membership .membership_type table{
	border-collapse:collapse;
	margin-top: 30px;
}

#price section.membership .membership_type table tr th,
#price section.membership .membership_type table tr td{
	padding:10px;
	text-align:center;
	background-color:#fff;
	width:50%;
	border:solid 1px #4d4d4d;
	font-weight: normal;
}

#price section.membership .membership_type table tr td small{
	display:inline-block;
	margin-left: 20px;
}

#price section.membership .membership_type .join_frame{
	position:relative;
	background-color:#def5f5;
	padding:30px;
	box-sizing: border-box;
	margin-top: 50px;
}

#price section.membership .membership_type .join_frame h4{
	text-align:center;
	position: absolute;
	left:0;
	top:-17px;
	width:100%;
}

#price section.membership .membership_type .join_frame h4 span{
	color:#fff;
	display: inline-block;
	background-color:#006a6c;
	padding:3px 60px;
	box-sizing: border-box;
}

#price section.membership .membership_type .join_frame > ul{
	display:flex;
	flex-wrap: wrap;
}

#price section.membership .membership_type .join_frame > ul > li{
	width:47%;
	padding:20px;
	box-sizing: border-box;
	text-align:center;
}

#price section.membership .membership_type .join_frame > ul > li:nth-child(2){
	width:5%;
	display:flex;
	align-items: center;
	font-size:1.4rem;
	padding:0;
	text-align: center;
}

#price section.membership .membership_type .join_frame > ul > li:nth-child(2) span{
	display:block;
	width:100%;
}

#price section.membership .membership_type .join_frame > ul > li img{
	height:80px;
	width:auto;
}

#price section.membership .membership_type .join_frame ul li .entry_text{
	text-align:center;
}

#price section.membership .membership_type .join_frame ul li .entry_text ul{
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
}

#price section.membership .membership_type .join_frame ul li .entry_text > ul li{
	text-align:justify;
	padding:5px;
	box-sizing: border-box;
}

#price section.membership .membership_type .join_frame ul li .entry_text > ul li span{
	display:inline-block;
	background-image:url("../img/common/icon_money.png");
	background-repeat: no-repeat;
	background-position: left -3px;
	background-size: 30px;
	padding-left: 35px;
	box-sizing: border-box;
}

#price section.membership .membership_type .join_frame ul li .entry_text > ul li.mynumber span{
	background-image:url("../img/common/icon_mynumber.png");
}

#price section.membership .membership_type .join_frame ul li .entry_text > ul li.stamp span{
	background-image:url("../img/common/icon_stamp.png");
}

#price section.membership .membership_type .join_frame .entry_text > ul > li > small{
	display:block;
	text-indent: -1em;
	padding-left: 1em;
	margin-left:35px;
	box-sizing: border-box;
}

#price section.membership .membership_type ul.monthly_plan_type{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

#price section.membership .membership_type ul.monthly_plan_type > li{
	width:45%;
	margin-top:80px;
	border:solid 4px #72640c;
	background-color:#fff;
	display: inline-block;
	box-sizing: border-box;
}

#price section.membership .membership_type ul.monthly_plan_type > li h4{
	text-align:center;
	font-size:1.3rem;
	color:#fff;
	background-color:#72640c;
	padding:20px;
	box-sizing: border-box;
}

#price section.membership .membership_type ul.monthly_plan_type > li h4 span{
	color:#fff;
	display:inline-block;
	background-image:url("../img/common/icon_establish_white.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 56px;
	padding-left:61px;
	box-sizing: border-box;
}

#price section.membership .membership_type ul.monthly_plan_type > li h4 span small{
	display:block;
	font-size:0.9rem;
	color:#fff;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content{
	margin:30px;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content img{
	width:100%;
	height: auto;
	margin-bottom: 20px;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content p span.price{
	display:block;
	margin-bottom: 20px;
	text-align: center;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content p span.price strong{
	display:inline-block;
	padding-bottom: 5px;
	border-bottom: solid 3px #006a6c;
	font-size:1.2rem;
	box-sizing: border-box;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content ul.detail_info{
	margin-top:30px;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content ul.detail_info li{
	margin-top:10px;
	font-size:0.9rem;
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content ul.detail_info li span{
	color:#fff;
	text-align: center;
	width:125px;
	background-color:#4d4d4d;
	font-size:0.9rem;
	padding:3px;
	margin-right: 10px;
	box-sizing: border-box;
	display:inline-block;
}

#price section.membership .membership_type ul.monthly_plan_type > li .plan_content ul.detail_info li p{
  display: block;
  width: 64%;
}

#price section.membership .membership_type.corporate ul.monthly_plan_type{
	justify-content:space-between;
}

#price section.membership .membership_type.corporate ul.monthly_plan_type > li:nth-child(2n){
	margin-right:50px;
}

#price section.membership .membership_type.corporate figure.aboug_sponser{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}

#price section.membership .membership_type.corporate figure.aboug_sponser img{
	width:300px;
	height: auto;
}

#price section.membership .membership_type.corporate figure.aboug_sponser figcaption{
  width: 63%;
}

#price section.membership .membership_type.corporate ul.monthly_plan_type > li h4 span {
  background-image: url("../img/price/icon_gold.png");
	background-size: auto 40px;
}

#price section.membership .membership_type.corporate ul.monthly_plan_type > li h4.platinum span {
  background-image: url("../img/price/icon_platinum.png");
	background-size: auto 40px;
}

#price section.membership .membership_type.corporate ul.monthly_plan_type > li .plan_content ul.detail_info li p span{
	background-color:inherit;
	color: #4d4d4d;
	display:block;
	text-indent: -1em;
	padding-left: 1em;
	width:100%;
	text-align: justify;
}

#price section.membership .membership_type.corporate ul.monthly_plan_type > li .plan_content ul.detail_info li {
  flex-wrap: wrap;
}

#price section.space{
	padding-bottom:0;
}

#price section.space .space_content {
	position:relative;
	margin-top:80px;
}

#price section.space div.btn{
	width:300px;
	margin:80px auto 0;
}

#price section.space p.center span.marker{
	color:#c1272d;
	background: linear-gradient(transparent 70%, yellow 70%);
}

#price section.space .space_box{
	background-color:#f2f2f2;
	box-shadow: 0px 0px 9px 4px rgba(17, 17, 26, 0.18);
	padding:30px;
	box-sizing: border-box;
	margin-bottom:50px;
}

#price section.space .space_box h4 span{
	font-size:1.8rem;
	color:#72640c;
	
}

#price section.space .space_box h4 strong{
	font-size:3.5rem;
	color:#72640c;
	font-weight: normal;
}

#price section.space .space_box h4 span{
	display:inline-block;
}

#price section.space .space_box h4 span.border{
	background-color:#72640c;
	width:77%;
	height: 1px;
	margin-left:30px;
	margin-bottom: 7px;
}

#price section.space .space_box figure{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}

#price section.space .space_box figure img{
	width:50%;
}

#price section.space .space_box figure figcaption{
	width:50%;
	padding-left:50px;
	box-sizing: border-box;
}

#price section.space .space_box figure figcaption ul.outline li{
	margin-bottom:10px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

#price section.space .space_box figure figcaption ul.outline li span{
	display:inline-block;
	width:140px;
	text-align: center;
	color: #fff;
	background-color:#72640c;
}

#price section.space .space_box figure figcaption ul.outline li p{
	display:inline-block;
	margin-left:20px;
	width:58%;
}

#price section.space .space_box figure figcaption div.btn{
  width: 300px;
  margin: 30px auto 0;
}

#price section.space .space_box figure figcaption > p{
	margin-bottom:30px;
}

#price section.space .space_box figure figcaption > p span.red{
	color:#c1272d;
}

#price section.space .space_box.meetingroom4 h4 span.border {
  width: 87%;
}

#price section.space .space_box ol{
	margin-bottom:30px;
	border:solid 3px #c1272d;
	background-color:#f4e9ee;
	padding:20px 20px 10px;
	box-sizing: border-box;
}

#price section.space .space_box ol li{
  color: #c1272d;
  margin-bottom: 10px;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  box-sizing: border-box;
}

#price section.space .parallax_box .space_content {
	padding:0;
	margin:0;
}

#price section.space .parallax_box .space_box.event{
	margin-bottom:130px;
}




#price section.option ul.option_list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#price section.option ul.option_list li{
	width:31%;
	background-color:#f2f2f2;
	box-shadow: 0px 0px 9px 4px rgba(17, 17, 26, 0.18);
	margin-top:20px;
	padding:30px 20px;
	box-sizing: border-box;
	text-align: center;
}

#price section.option ul.option_list li img{
	width:130px;
	height: auto;
	margin-bottom: 20px;
}

#price section.option ul.option_list li h4{
	font-size:1.2rem;
	margin-bottom: 20px;
	color:#72640c;
}

#price section.option ul.option_list li p{
	text-align:justify;
}

#price section.payment{
	background-image:url("../img/price/bg_payment.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#price section.space p span.marker {
  color: #c1272d;
  background: linear-gradient(transparent 70%, yellow 70%);
}

#price section.space.event figure{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#price section.space.event figure img{
	width:35%;
	height: auto;
}

#price section.space.event figure figcaption{
	width:60%;
}

#price section.space.event figure figcaption p a{
	color: #006a6c;
	text-decoration:underline;
}

@media only screen and (max-width: 1023px){	
#price section.links ul li {
  width: 50%;
}
	
#price section.membership .membership_type ul.dropin li {
  margin-right: 20px;
}
	
#price section.membership .membership_type .join_frame {
  padding: 20px;
}
	
#price section.space .space_box h4 span.border {
  width: 69%;
}
	
#price section.space .space_box figure img {
  width: 45%;
}
	
#price section.space .space_box figure figcaption {
  padding-left: 30px;
	width: 55%;
}
	
#price section.space .space_box figure figcaption ul.outline li span {
  width: 130px;
	font-size: 0.9rem;
}
	
#price section.space .space_box figure figcaption ul.outline li p {
  margin-left: 10px;
  width: 56%;
	font-size: 0.9rem;
}
	
#price section.space .space_box.meetingroom4 h4 span.border {
  width: 81%;
}
	
#price section.option ul.option_list li {
  padding: 30px 15px;
}
	
#price section.option ul.option_list li img {
  width: 100px;
}
	
#price section.option ul.option_list li h4 {
  font-size: 1.0rem;
}
	
#price section.option ul.option_list li p {
  font-size: 0.9rem;
}
	
	
	
}


@media only screen and (max-width: 768px){
#price section.links ul li {
    width: 100%;
  }
	
#price section.membership .membership_type h3, #price section.space .space_content h3 {
  font-size: 1.1rem;
}
	
#price section.membership .membership_type ul.dropin li {
    font-size: 0.9rem;
    margin-bottom: 10px;
	display: flex;
    align-items: flex-start;
  }
	
#price section.membership .membership_type ul.dropin li p {
  width: 50%;
  display: inline-block;
}
	
#price section.membership .membership_type ul.dropin li span {
  width: 135px;
  text-align: center;
}
	
#price section.membership .membership_type table tr th,
#price section.membership .membership_type table tr td {
  width: auto;
  font-size: 0.9rem;
}
	
#price section.membership .membership_type table tr th {
  width: 35%;
}
	
#price section.membership .membership_type .join_frame > ul > li {
  width: 100%;
	padding:0;
}
	
#price section.membership .membership_type .join_frame > ul > li:nth-child(2) {
  width: 100%;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li {
  width: 100%;
  margin-top: 50px;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li h4 {
  padding: 10px;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li h4 span {
  background-size: auto 47px;
  padding-left: 52px;
	font-size: 1.1rem;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li h4 span small {
  font-size: 0.8rem;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li .plan_content p span.price strong {
  font-size: 1.1rem;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li .plan_content ul.detail_info li span {
  font-size: 0.8rem;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li .plan_content ul.detail_info li p {
  padding: 3px 0;
	box-sizing: border-box;
}
	
#price section.space .space_box {
  padding: 30px 20px;
}
	
.front_content {
  padding: 50px 20px;
}
	
#price section.space .space_box h4 span {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #72640c;
    font-size: 1.4rem;
    line-height: 1;
  }
	
#price section.space .space_box h4 strong {
  font-size: 2.8rem;
  line-height: 1;
}
	
#price section.space .space_box h4 span.border {
    display: none;
  }
	
#price section.space .space_box figure {
  flex-wrap: wrap;
}
	
#price section.space .space_box figure img {
    width: 100%;
    height: auto;
  }
	
#price section.space .space_box figure figcaption {
    padding-left: 0;
    width: 100%;
  }
	
#price section.space .space_box figure figcaption ul.outline li span {
    width: 100%;
    font-size: 0.8rem;
    padding: 5px;
    box-sizing: border-box;
  }
	
#price section.space .space_box figure figcaption ul.outline li p {
    margin-left: 0;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    margin: 10px 0 10px;
  }
	
#price section.space .space_box figure figcaption div.btn {
  width: 100%;
}
	
#price section.space .space_box ol li {
  font-size: 0.8rem;
}
	
#price section.option ul.option_list li {
  width: 100%;
  padding: 20px;
}
	
#price section.option ul.option_list li p {
    font-size: 0.8rem;
  }
	
#price section.membership .membership_type.corporate figure.aboug_sponser figcaption {
  width: 100%;
}
	
#price section.membership .membership_type.corporate ul.monthly_plan_type > li:nth-child(2n) {
  margin-right: 0;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li.corporate .plan_content ul.detail_info li p {
  display: block;
  width: 100%;
}
	
#price section.membership .membership_type ul.monthly_plan_type > li.corporate  .plan_content p span.price strong {
    line-height: 1.0;
  }
	
#price section.space.event figure img{
	width:100%;
	height: auto;
	margin-bottom: 20px;
	}
	
#price section.space.event figure figcaption {
  width: 100%;
}
	
	
}






