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

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

html {
	font-size: 62.5%;
}

body {
    background: url(/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
    font-size: 1.4rem !important;
	line-height: 1.5;    
	text-align:center;
	color: #000; 
    }

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

#wrap {
}

.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 h1 img {
    width: 100%;
	}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media all and (max-width:767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

main .contents {
    width: 70%;
    margin: 0 auto;
}

@media all and (max-width:767px) {
main .contents {
    width: 95%;
    margin: 0 auto;
}
}

main .catch {
    font-size: 1.8rem !important;
    border-top: 1px solid #4169e1;
    border-bottom: 1px solid #4169e1; 
    padding: 20px;
    color: #4169e1;
    width: 70%;
    margin: 50px auto 0;
}

@media all and (max-width:767px) {
main .catch {
    font-size: 1.6rem !important;
    width: 80%;
    margin: 35px auto 0;    
}
}

main h2 {
    font-size: 2.2rem !important;
    font-weight: bold;
    text-align: center;
    margin: 50px auto;
    line-height: 2.0;
}

@media all and (max-width:767px) {
main h2 {
    font-size: 2.0rem !important;
    margin: 25px auto;
    line-height: 1.7;
}
}

main h2 span {
    font-size: 1.6rem !important;
    font-weight: normal;
}
	
main .copy {
    padding: 20px;
    border: #000 1px solid;
}

@media all and (max-width:767px) {
main .copy {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: justify;
}
}

/*main .renewal_img img {
    width: 100%;
    margin: 50px auto;
}*/

.renuimg_wrap {
    width: 100%;
    margin: 30px auto;
}

.renuimg_wrap li img {
    width: 48%;
    display: block;
    margin: 0 auto 30px;
}

.renuimg_wrap li img.left {
    float: left;
}

.renuimg_wrap li img.right {
    float: right;
}

@media all and (max-width:767px) {
.renuimg_wrap li img {
    width: 100%;
    margin: 0 auto 30px;
}    
.renuimg_wrap li img.left {
    float: none;
}
.renuimg_wrap li img.right {
    float: none;
}
}

main .caution {
    line-height: 2.0;
    text-align: center;
    margin: 30px auto;
}

@media all and (max-width:767px) {
main .caution {
    width: 95%;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
    margin: 35px auto 0;
}
}

main .benefits {
    color: #fff;
    background-color: #4169e1;
    padding: 20px;
    width: 200px;
    text-align: center;
    margin: 50px auto 10px;
}

main .benefitstxt {
    color: #4169e1;
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0 0 50px 0;
}

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

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

#foot_copy{
	margin: 30px 0;
}
	
#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: #4169e1;
	border:1px solid #4169e1;
    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: #4169e1;
	background-color: #ffffff;
	border:1px solid #4169e1;
}

/*************************
改行制御
*************************/
@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; }
}