@charset "utf-8";
/*
Theme Name:DStrunkroom
Theme URI: 
Template: lightning
Description: DSトランクルーム
Author: DSi
Tags: 
Version: 0.1.2
*/
.page-header {
    background-color: #eaf4fa;
	color:#999;
}
footer{
	background-color:#eaf4fa;
}
h2:before {
  content: '●';  
  color: #fdec00;
  margin-right: 8px;
}
h2{
padding:1rem 2rem;
  color: #fff;
  background: #003585;
  box-shadow: 5px 5px 0 #aed13e;
}
.prBlock_title{
	color:#e8662c;
	font-weight:bold;
}
.sideSection-col-two{
	background-color:#fafafa;
	padding:1em;
	border-radius:5px;
}
.subSection-title{
	border-bottom: 1px solid #66bbb1;
	margin-bottom:1.5em;
}

.subSection-title:after{
 	border-bottom: 3px solid #337ab7;
	border-radius:2px;
}
.widget ul {
    margin-top: 1.5em;
}
/* original edit */
.dstr ul li{
	position:relative;
	list-style:none;
	
}
.dstr p{
	margin-bottom:0.2em;
}
.dstr li {
	border-bottom:2px dotted #eaf4fa;
}
.dstr ul li:before {
   display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #f7941e;
  border-radius: 100%;
	
}
.shoplist ul li{
	list-style:none;
	margin-bottom:0.2em;	
}
.slogan {
  position: relative;
  line-height: 1.4;
  padding:0.25em 2em;
  font-size:2em;
  color:#ff7364;
 display: inline-block;
}
.slogan:before,.slogan:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.slogan:before {
  border-left: solid 2px #ff5722;
  border-top: solid 2px #ff5722;
  top:0;
  left: 0;
}

.slogan:after {
  border-right: solid 2px #ff5722;
  border-bottom: solid 2px #ff5722;
  bottom:0;
  right: 0;
}
.campText{
	font-size:1.2em;
	padding:0.5em;
	color:white;
	background-color:#66bbb1;
	border-radius:5px;
	text-align:center;
	font-weight:bold;
	margin-bottom:1em;
}

.contnrHeight{
	height:30px;
}
.imgSize{
	width:121px;
	height:auto;
}
.exCard{
	background-color:transparent;
	border:none;
}
.telban{
	float:right;
	margin-right:2em;
		
}
.tel{
	font-size:1.5rem;
	font-weight:bold;
	
}
.tel a{
	color:#098bc6;
}
.nairan_ban img{
	filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	width:250px;
	height:auto;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transform: translateX(0);
   -webkit-transform: translateX(0);
}
.nairan_ban img:hover{	
	filter: brightness(50%);
	-webkit-filter: brightness(50%);	
}
table .price{
  border-collapse: collapse;
  width: 100%;
}
.price {
  border-collapse: collapse;
  
  width: 100%;
}
.price br{
  display: none;
}
.price thead th{
  font-weight:bold;
  border:none;
  background: #fff;
 
}
.price tbody th td {
  padding:0.5rem;
  vertical-align: middle;

}
.price .title{
  margin-left:3.5em;
}
.price .room-size{
  margin-left:2em;
}
.price .room-price{
  display: inline-block;
  width:50px;
}
.price_btn{
  width:120px;
  margin-left: 100px;
  }
  .price_btn a{
   color:#fff;
}
.step_line{
	border:2px dotted #4ccc5e;
	margin-top:2em;
	padding:0.5em;
	border-radius:8px;
}
.step_ttl{
  width:300px;
  margin:0 auto;
  padding:0.5em;
  color:white;
  font-weight:bold;
  text-align: center;
  font-size:1.5em;
  line-height: 1.7;
  border-radius:8px;
}
.user_ttl{
  text-align: center;
  margin:1em;
  font-weight:bold;
  font-size:1.2em;
  color: #0d1cc1;
}
.user_content{
	margin:1.5em 0;
	text-align:center;
}
.nairan_btn{
	width:80%;
	height:3em;
}
.nairan_btn a:hover{
   color:#ffe500;
}
/* media  query */
@media only screen and (max-width: 480px) {
	.price th{
		vertical-align:middle;
	}
    .price tr {
      display: block;
      border: 1px solid #dbe1e8;
      border-radius: 5px;
      box-shadow: 3px 3px rgba(0, 0, 0, .1);
      margin:0.5em;

    }
    .price td {
	  padding:0.5rem;	
      border: none;
      
    }
    .price .room-size{
      margin-left:0;
    }
    .price th.mb-size{
      width:165px;
    }
    .price .title{
      margin-left:0;
    }
    .price td:last-child {
      border-bottom: none;
    }
    .price_btn{
      width:100px;
      margin:0.2em 0 0;
      }
    .price br{
      display:inline;
    }
	.mb{
	display:inline;
    }
}

@media (min-width: 992px){ 
	.tel {pointer-events: none; }
}
@media (max-width: 640px){
	.telban{
		float:none;
		text-align:center;
	}
}

