/* 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;
}

.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: 80%;
    margin: 0 auto;
}

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

main .catch {
    font-size: 1.9rem !important;
    color:#191970;
    width: 100%;
    margin: 50px auto 0;
}

main .catch span {
    font-size: 2.2rem;
    font-weight: bold;
}

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

main h1 {
    color: #fff;
    background-color: #191970;
    font-size: 3.2rem !important;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    margin: 30px auto;
}

main h1 span {
    font-size: 1.8rem !important;
    font-weight: normal;
    display: block;
}

main .copy {
    padding: 20px;
}

@media all and (max-width:767px) {
main h1 {
    font-size: 2.0rem !important;
    margin: 25px auto;
    line-height: 1.7;
}
main h1 span {
    font-size: 1.5rem !important;
}
main .copy {
    padding: 0;
    text-align: justify;
    font-size: 1.4rem;
}    
}

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

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

.renuimg_wrap li.left {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;     
}

.renuimg_wrap li.right {
    float: right;
    width: 48%;
    margin: 0 0 20px 0;    
}

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

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

.renuimg_wrap li p {
    font-size: 1.6rem;
}

.renuimg_wrap li span {
    border: solid 1px #999;
    background-color: #eee;
    width: 30%;
    margin: 10px auto;
    padding: 5px;
    display: block;
}

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

.renuimg_wrap li span:hover {
    background-color: #fff;
}

main .caution {
    width: 70%;
    line-height: 2.0;
    text-align: left;
    margin: 0 auto;
}

@media all and (max-width:767px) {
main .caution {
    width: 95%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 35px auto 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: #191970;
	border:2px solid #191970;
    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: #b22222;
	background-color: #ffffff;
	border:2px solid #191970;
}

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

/* ----------------------- modalcontents ----------------------- */
@media all and (min-width:768px) {
}
/* モーダル 背景エリア */
#modal-bg {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#modal-main-1,
#modal-main-2,
#modal-main-3,
#modal-main-4,
#modal-main-5,
#modal-main-6 {
	display: none;
	width: 100%;
	height: 585px;
	margin: 0;
	padding: 30px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	position: fixed;
	z-index: 30;
	text-align: center;
	overflow-y: scroll;
}
#modal-main-1::-webkit-scrollbar,
#modal-main-2::-webkit-scrollbar,
#modal-main-3::-webkit-scrollbar,
#modal-main-4::-webkit-scrollbar,
#modal-main-5::-webkit-scrollbar,
#modal-main-6::-webkit-scrollbar {
 display: none;
}
#modal-main-1 img,
#modal-main-2 img,
#modal-main-3 img,
#modal-main-4 img,
#modal-main-5 img,
#modal-main-6 img {
	width: 850px;
}
#modal-main-1 p,
#modal-main-2 p,
#modal-main-3 p,
#modal-main-4 p,
#modal-main-5 p,
#modal-main-6 p {
	text-align: center;
	margin: 20px auto;
	width: 80%;
}
#modal-main-1 .btn,
#modal-main-2 .btn,
#modal-main-3 .btn,
#modal-main-4 .btn,
#modal-main-5 .btn,
#modal-main-6 .btn {
	padding: 8px 50px;
    cursor: pointer;
    border: 1px solid #ffffff;
    transition: 0.3s;
    font-size: 1.1rem;
    border-radius: 0;
    letter-spacing: 1px;
    width: 200px;
    margin: 0 auto;
}
#modal-main-1 .btn:hover,
#modal-main-2 .btn:hover,
#modal-main-3 .btn:hover,
#modal-main-4 .btn:hover,
#modal-main-5 .btn:hover,
#modal-main-6 .btn:hover {
	color: #ffffff;
	opacity: 0.6;
}
.modal_area a.info:link,
.main .introduction .void_wapper a:link {
    color: #fff;
    text-decoration: underline;
}
.modal_area a.info:hover,
.main .introduction .void_wapper a:hover {
    color: #fff;
    text-decoration: none;
}
.modal_area a.info:visited,
.main .introduction .void_wapper a:visited {
    color: #fff;
    text-decoration: underline;
}
@media all and (max-width:767px) {
#modal-main-1 img, 
#modal-main-2 img,
#modal-main-3 img,
#modal-main-4 img,
#modal-main-5 img,
#modal-main-6 img { 
	width: 300px;
}
}