/* CSS Document */
@charset "utf-8";

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
    }

html {
	font-size: 62.5%;
}

body {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
    font-size: 1.4rem !important;
	line-height: 1.5;    
	text-align:center;
	color: #ffffff; 
/*	line-height: 140%; */
    }

@media screen and (max-width:767px) {
body {
    font-size: 1.2rem !important;
    }
}

#wrap {
	text-align:center;
	}

.header_logo {
	padding: 0;
    top: 0;
}

.header_logo .logo_left {
	float: left;
	padding: 0 0 0 10%;
}

.header_logo .logo_left img {
	float: left;   
}

.header_logo .logo_right {
	/*width:30%;*/
	float: right;
	padding: 0 10% 0 0;
}

.header_logo .logo_right img {
	float: right;
    padding: 18px 0 0 0;
}

#main_img {
    width: 100%;
    padding: 184px 0;
    background: url('../images/main_img.jpg');
    background-repeat: no-repeat;  	
    background-size: cover;
    background-position : 50% 0;
	}

@media screen and (max-width:767px) {
#main_img {
    padding: 50px 0;
	}
}

h1 .title {
    text-align: center;
}

h1 .main_catch {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 900;
	line-height: 1.8;
    color: #fff;
    /*text-shadow:2px 2px 4px #000;*/
    padding: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: rgba(139,69,19,0.4);
}

@media screen and (max-width:767px) {
h1 .main_catch {
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px;
}
}

h1 .sub_catch {
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.6;
}

@media screen and (max-width:767px) {
h1 .sub_catch {
    font-size: 1.3rem;
}
}

h2 .compact{
    font-size: 1.9rem !important;
    color: #fff;
    width: 60%;
    text-align: center;
    margin: 35px auto 20px;
    background-color: #009cd3;
    display: block;
    line-height: 2.0;
    border-radius: 20px;     
}

@media screen and (max-width:768px) {
h2 .compact {
    font-size: 1.3rem !important;
    width: 95%;
    margin: 20px auto 20px;    
    border-radius: 8px;
    padding: 10px;
}
}

h3 {
    font-size: 2.2rem !important;
    text-align: left;
    padding: 30px 0 20px;
}

@media screen and (max-width:768px) {
h3 {
    font-size: 1.5rem !important;
    text-align: left;
    padding: 10px 0 10px;
}
}

h3.icon:before {
    content: "";
    padding-right: 10px;
    line-height: 1.5;
    border-left: 7px solid #9cb4a4;
}

@media screen and (max-width:767px) {
h3 {
    margin-left: 3%
}
}
	
#box {
	width:100%;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
#box {
	width: 100%;
	margin: auto;
}
}

main .main_block {
    width: 80%;
    margin: auto;
}

@media screen and (max-width:767px) {
main .main_block {
    width: 100%;
}
}

main .main_block_yoyaku {
    width: 80%;
    margin: auto;
    padding: 30px 0 0 0;
}

@media screen and (max-width:767px) {
main .main_block_yoyaku {
    width: 100%;
    padding: 0;
}
}

main .text_area {
	margin: 0 0 20px;
    line-height: 1.5;
	text-align: left;
}

@media screen and (max-width:767px) {
main .text_area {
	margin: 0;
}
}

main .photo_area img {
	width: 100%;
	transition: 0.3s;
}

main .machine_img {
    margin: 52px 0 15px 0;
    width: 22%;
}

@media screen and (max-width:767px) {
main .machine_img {
    width: 60%;
}
}

main .prince_club{
    background-color: #e6e6e6;  
    padding: 1px 0 20px;
    margin: 30px 0 0;
}

main .compact_img {
    width: 60%;
}

@media screen and (max-width:768px) {
main .compact_img {    
    width: 94%;
}
}

main .balloon2-top {
 	position: relative;
	display: inline-block;
	font-size: 1.5rem;
 	margin: 15px 0;
	padding: 7px 10px;
	background: #FFF;
 	border: solid 3px #009cd3;
 	box-sizing: border-box;
}

@media screen and (max-width:768px) {
main .balloon2-top {
	font-size: 1.2rem;
 	margin: 10px;
 	border: solid 2px #009cd3;
    text-align: left;
}
}

main .balloon2-top:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: 80px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}

main .balloon2-top:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: 78px;
	border: 14px solid transparent;
	border-bottom: 14px solid #009cd3;
 	z-index: 1;
}

main .balloon2-top p {
	margin: 0;
	padding: 0;
}

/*
main .yajirushi{
    display: block;
    position: absolute;
}
*/

main .caution {
    text-align: left;
    line-height: 1.8;
    padding: 30px;
    margin: 0 auto;
    border: 1px;
    border-style: solid;
    border-color: #666;
}

@media screen and (max-width: 767px){	
main .caution {
    padding: 15px;
    margin: 0 3% 0;
}
}

main a.plan_name {
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
    margin: 0 0 10px 0;    
}

@media screen and (max-width: 767px){	
main a.plan_name {
    font-size: 1.3rem;
    margin: 10px 0 10px 0;    
}
}

.btn_reservation a {
    background-color: #3366CC;
    color: #fff;
    font-size: 15px;
    /*font-family: 'Bitter' , serif;*/
    width: 160px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    border-radius: 5px;
    border: 3px solid #3366CC;
}

@media screen and (max-width: 767px){	
.btn_reservation a {
    background-color: #3366CC;
    color: #fff;
    font-size: 1.3rem;
    /*font-family: 'Bitter' , serif;*/
    width: 140px;
    line-height: 40px;
    margin: 15px 0 25px;
}
}

.btn_reservation a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #3366CC;
}

.footlink a{
	color:#000;
	font-size:1.4rem;
	text-decoration:none;
		}

.footlink a:hover{
	color:#000;	
	text-decoration:underline;	
}

#foot_copy{
	margin: 50px;
}
	
#footer {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
}
	
#copyright {
	width:80%;
	text-align:right;
	margin:0 auto;
}

#foot_copy a {
	text-decoration:none;
}
#foot_copy a:hover {
	text-decoration: underline;
}

/*************************
ボタン
*************************/
.button {
	display: inline-block;
	width: 240px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	outline: none;
	
	position: relative;
	z-index: 2;
	background-color: #dc3c41;
	border: 2px solid #dc3c41;
	color: #fff;
	line-height: 40px;
	
	border-radius:5px;
	margin:20px 0 10px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #dc3c41;
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button::before {
	right: 0;
}
.button::after {
	left: 0;
}

.button:hover {
	background-color: #fff;
	border-color: #dc3c41;
	color: #dc3c41;
}

.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #dc3c41;
}


/*************************
トップへ戻るボタン
*************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index:1;
}
.pagetop a {
    display: block;
	background-color: #009cd3;;
	border:2px solid #009cd3;;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
	font-weight:bold;
    text-decoration: none;
    padding: 15px 10px;
	transition:0.8s;
	border-radius:5px;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.pagetop a:hover {
	color: #009cd3;
	background-color: #ffffff;
	border:2px solid #009cd3;
}

/*************************
改行制御
*************************/
@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}