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

.ski_info_main {
	
	margin-top: 20px;
	padding-bottom: 20px;
}



.info_start {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.intro_att {
	padding-top: 20px;
}

.yoyaku_waku {
	background-color: #E9F4F4;
	border-radius: 10px;
	padding: 18px;
	margin: 10px;
	width: 43%;
	height: 270px;
	float: left;

}
.time_red {
	width: 80px;
	height: 80px;
	background-color: #CB0003;
	border-radius: 50px;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	float: left;
	position: relative;
}

.time_red span {
 color: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
}

.time_black span{
	background-color: #000;
	padding: 10px 15px;
	border-radius: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}



.yoyaku_link {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	display:block;
	clear: both;
	padding-top: 20px;
}


.yoyaku_keitai {
	border: solid 1px #000;
	padding: 10px;
	font-size: 18px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: bold;
	width: 67%;
	text-align: center;
}

.yoyaku_link_tel {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	display:block;
	clear: both;
	padding-top: 20px;
}

.yoyaku_time {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display:block;
}

.yoyaku_link_tel span {
	border: solid 1px #000;
	padding: 10px;
	font-size: 20px;
}



.yoyaku_link_cont {
	clear: both;
}

.yoyaku_at_cont {
	clear: both;
	padding-top: 20px;
}

.web_attenion {
	font-size: 13px;
	clear: both;
}

.yoyaku_number {
	line-height: 2.5em;
	float: left;
}

.yoyaku_number p{
	font-size: 15px;
	color: #BF0003;
}

.yoyaku_number span {
	background-color: #BF0003;
	color: #fff;
	padding: 5px;
}

.mobil_qr {
	float: left;
}

.yoyaku_atention {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}



.gotyui span {
	background-color: #C80003;
	color: #fff;
	padding: 15px;
	font-size: 15px;
	margin: 15px 0px;
}

.yoyaku_atention p {
	font-size: 17px;
	margin-top: 20px;
}

h3 {
	font-size: 25px;
	font-weight: bold;
}

#rental_info p {
	font-size: 16px;
	line-height: 1.5em;
}

#rental_info table {
    width: 100%;
    margin: 0 0 16px 0;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 1.6;
    /* table-layout: fixed; */
    text-align: center;
}

#rental_info table th {
    border: 1px solid #999;
    padding: 8px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #999;
}

#rental_info table table.bbs.left, #rental_info table table td.left {
    text-align: left;
}

#rental_info table td {
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: middle;
    font-size: 13px;
}

#rental_info table td em {
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.left {
    text-align: left;
}

#rental_info table td.nowrap {
    white-space: nowrap;
}

.hyou_table {
	margin: 15px;
}

.red {
    color: #D40000;
}

.info_table {
	margin-top: 20px;
}

.attention ul {
	padding: 10px;
}
.attention li {
	font-size: 16px;
	padding-bottom: 10px;
}

.delivery {
	text-align: center;
	padding: 0px 10px;
}

.delivery p {
	padding-bottom: 15px;
}

.delivery dd {
	padding-top: 25px;
	padding-bottom: 20px;
}

.delivery dt {
	background-color: #000;
	padding:10px 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

/*-------------------------------------------------------------------------*/
@media screen and (max-width:736px){
	
	#ski_info_contents img {
    max-width: 100%;
    height: auto;
}
	
	.ski_info_main img {
		width: 100%;
}
	
	.info_start {
	font-size: 14px;
	}
	
	.w920 p {
		padding: 0px 10px;
	}
	

.yoyaku_waku {
	border-radius: 10px;
	background-color: #E9F4F4;
	border-radius: 0px;
	padding: 15px;
	margin: 15px 7px;
	width: 88%;
	float: left;
	height: auto;
}
	
	
.time_red span{
	font-size: 15px;
}
	
.time_black span{
	background-color: #000;
	padding: 10px 15px;
	border-radius: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}	

.yoyaku_keitai {
	font-size: 13px;
	width: 62%;
}
	
.yoyaku_link {
	font-size: 21px;
	margin: 19px 0px 14px 9px;
	}

.yoyaku_link span {
	font-size: 15px;
	padding: 5px;
}
		
.yoyaku_number p{
	font-size: 15px;
}
	
.web_attenion {
	font-size: 12px;
}
	
.mobil_qr {
		margin-left: 120px;
		margin-bottom: 20px;
	}
	
.scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
	
.attention li {
	font-size: 14px;
}
	
	
	
	
}
