/* 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%; */
}
#wrap {
	text-align:center;
}
.header_logo {
	padding: 0;
    top: 0;
}
.header_logo .logo_left {
	float: left;
	padding: 0 0 0 5%;
}
.header_logo .logo_left img {
	float: left;   
}
.header_logo .logo_right {
	/*width:30%;*/
	float: right;
	padding: 0 20% 0 0;
}
.header_logo .logo_right img {
	float: right;
    padding: 18px 0 0 0;
}
#main_img {
    width: 100%;
    padding: 203px 0;
    background: url('../images/main_img.jpg');
    background-repeat: no-repeat;  	
    background-size: cover;
    background-position : 50% 0;
}
h1.title {
    text-align: center;
}
h1.title .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.5);
}
h1.title .sub_catch {
    display: block;
    font-size: 2.0rem;
    font-weight: 100;
    line-height: 1.6;
    
}
h2.title {
    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;     
}
/*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;
}
main .main_block {
    width: 60%;
    padding: 20px 0;
    margin: 0 auto;
}
main .lesson {
    text-align: left;
    line-height: 1.8;
    padding: 30px;
    margin: 0 auto;
    border: 1px;
    border-style: solid;
    border-color: #ccc;
}
main .cyan_block {
    background-color: #e6e6e6;
    padding: 20px 0;
    margin: 40px auto;
}
main .probowler {
    font-size: 1.8rem;
}
main .name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
}
/*main .ueharapro_img {
    margin: 10px auto 15px;
    width: 17%;
}*/
main .pro_img {
    margin: 10px auto 15px;
    width: 25%;
}
/*ゲーム表組*/
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1.5rem 
}
th {
  width: 80%;
  background-color: #f0f0f0;
  padding: 20px !important;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
td {
  width: 20%;
  padding: 20px !important;
  border: 1px solid #cccccc;
}
/*ゲーム表組*/
/*.btn_reservation a {
    background-color: #3366CC;
    color: #fff;
    font-size: 15px;
    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;
    width: 140px;
    line-height: 40px;
    margin: 15px 0 25px;
}
}
.btn_reservation a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #3366CC;
}*/
.contact {
  margin: 40px 0;
}
.contact .info {
  margin: 20px 0 0 0;  
  font-size: 1.8rem;
}
.contact .tel {
  font-size: 2.4rem;
}
.contact .tel a {
  color: #666;
  text-decoration: none;
}    
.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;
}
#copyright img {
	max-width: 430px;
	width: 100%;
	height: auto;
}
#foot_copy a {
	text-decoration:none;
}
#foot_copy a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
body {
    font-size: 1.2rem !important;
}
#main_img {
    padding: 50px 0;
}
h1.title .main_catch {
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px;
}
h2.title {
    font-size: 1.3rem !important;
    width: 95%;
    margin: 20px auto 20px;    
    border-radius: 8px;
    padding: 10px;
}
#box {
	width: 100%;
	margin: auto;
}
main .main_block {
    width: 100%;
}
main .lesson {
    padding: 15px;
    margin: 0 3% 0;
}
main .cyan_block {
    margin: 20px auto;
}/*
main .ueharapro_img {
    width: 45%;
}*/
main .pro_img {
    width: 45%;
}
/*ゲーム表組*/    
table {
    margin: 10px;     
    max-width: 95%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 3.5vw; 
} 	
th {
    width: 85%;
    padding: 10px !important;
}
td {
    width: 15%;
    padding: 10px !important;
}
/*ゲーム表組*/
}

/*************************
トップへ戻るボタン
*************************/
.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; }
}

/*************************
フレックスBOX
*************************/
[class^="flex-col"] {display: flex;flex-wrap: wrap;justify-content: space-between;}
/* コンテンツ下のマージン */
.flex-child { margin-bottom: 40px; }
/* 各カラム毎のコンテンツと疑似要素の横幅 */
.flex-col2 .flex-child { width: calc( (100% - 30px) / 2 ); }
/* 575px以下で全て1列 */
.flex-child img { 
    width: 100%;
}   
@media screen and (max-width: 767px) {
.flex-col2 .flex-child { 
    width: 100%; 
}
.flex-child {
    margin-bottom: 0;
}
}  

.list-lyt-probowler{
	width: 100%;
}
	
@media screen and (min-width:768px) {
	.list-lyt-probowler{
		display: flex;
		justify-content: space-between;
	}
	.list-lyt-probowler ul{
		width: 90%;
		margin-inline: auto;			
	}
	main .list-lyt-probowler .pro_img{
		width: 86%;
	}
	
}