@charset "utf-8";
/* CSS Document */

/*基本cssここから*/
*{
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	}
p{
	cursor:text;
	font-size:13px;
	}
body{
	}
.logo{
	display:block;
    margin: 30px auto 0px auto;
	}
.pagetop{
	text-align:right;
	margin-right:10px;
	}
.shopname{
	font-size:15px;
	font-weight:bold;
	}
.shopdate ul{
	list-style-type:circle;
	font-size:12px;
	list-style-position: inside;
	}
.panel {
	background-color:#fff;
	border:1px solid #767676;
	border-radius:5px;
	}
/*ヘッダーここから*/
.nasse {
	width: 100%;
	background-color: #f8eca4;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-print-color-adjust: exact;
}
.nasse img {
	float: left;
}
/*ヘッダーここまで*/
/*パンクズここから*/
.pankuzu {
	float: left;
	color: #000;
	margin-bottom: 0;
	padding: 8px 0 0 15px;
	font-size: 12px;
}
.pankuzu a {
	color: #000;
}
.pankuzu a:hover {
	text-decoration: underline;
}
/*パンクズここまで*/
/*購入方法1*/

.aboutbuy{
	border:3px solid #56807C;
	padding:10px;
	margin:30px auto 10px auto;
	}
.aboutbuy p{
	color:#56807C;
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
	}
/*購入方法1ここまで*/
/*購入方法2*/
.kouza{
	border:1px solid #000;
	padding:5px;
	margin:5px;
	}
.buy{
	background: #C30D23;
	color:#fff;
	padding:5px;
	margin-bottom:10px !important;
	}
.pcord{
	background-color:#FF0;
	font-weight:bold;
	padding:10px;
	border-radius:5px;
	font-size:17px;	
	}
.aboutbuy2 li{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #747474;
	    font-size: 13px;
	}
.aboutbuy2 p{
	margin:0;
	}
.uketuketel{
	font-size:15px;
	}
h4{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 20px;
	}
.uketuke{
	clear:both;
	overflow:hidden;
}
.uketuketel{
	float:left;
	  border: 1px solid #999;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px !important;
}
.uketukeweb{
	float:left;
	}
/*購入方法2ここまで*/

/*店舗情報ここから*/
.shopnameall{
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
	}
.shopnameleft{
	float:left;
	width:4.5rem;
	margin-right:3px;
	}
.shopnameright{
	margin-top:3px;
	}
.area{
font-size: 11px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
	}
.shopname,
.shopnamesub{
	font-weight:bold;
	}
.shopnamesub{
	margin-bottom:-3px;
	}
.tel,
.shopname{
	margin-bottom:5px;
	}
.tel{
	font-size:14px;
	}
.tel span{
	margin:0 3px 0 0;}
.tel .nomal{
	background-image:url(../img/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:27px;
	}
.tel .free{
	background-image:url(../img/tel_free.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:27px;
	}
.price{
	clear:both;
	overflow:hidden;
	background-image:url(../img/bg_cream.jpg);
	background-repeat:repeat;
	padding:5px;
	margin-bottom:0px;
	}
.price p{
	margin-bottom:0;
	}
.price .min{
font-size: 17px;
  float: left;
  padding: 2px 0 2px 10px;
  line-height: 0.9rem;
  margin-right: 3px;
  color: #fff;
  width: 37%;
  font-weight: bold;
  background-image: url(../img/price01.png);
  background-repeat: no-repeat;
  background-position: right center;
	}
.price .big{
  float: left;
  width: 58%;
  font-size: 30px;
  font-weight: bold;
  padding-left: 5px;
  color: #C30D23;
  text-shadow: #fff 2px 2px 0px;
	}
/*ボタン*/
.btn_clear{
	clear:both;
	overflow:hidden;
	}
.btnall{
	display:inline-block;
	float:left;
	}
.btn{
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin: 0px 0 0 5px;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
	border-bottom:5px solid #1B6D8C;
    /*box-shadow: 0 5px 0 #1B6D8C;*/
	background: #11A2D9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #11A2D9), color-stop(0.00, #078DBF));
    background: -webkit-linear-gradient(top, #11A2D9 0%, #078DBF 100%);
    background: linear-gradient(top, #11A2D9 0%, #078DBF 100%);
	}
.btn:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00,#078DBF ), color-stop(0.00, #11A2D9));
    background: -webkit-linear-gradient(top, #11A2D9 0%, #11A2D9 100%);
    background: linear-gradient(top, #11A2D9 0%, #078DBF 100%);
	color:#fff;
	}
.btn:active{
	color:#fff;
	border-bottom:none;
	margin:5px 0 0 5px;
	}
.btn2{
    display: inline-block;
	background-color:#F9E81A;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9E81A), color-stop(0.00, #E6BE00));
    background: -webkit-linear-gradient(top, #F9E81A 0%, #E6BE00 100%);
    background: linear-gradient(top, #F9E81A 0%, #E6BE00 100%);
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #292929;
    padding: 12px 10px;
    border-bottom:5px solid #AA8E01;
	}
.btn2:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9E81A), color-stop(0.00, #E6BE00));
  background: -webkit-linear-gradient(top, #E6BE00 0%, #F9E81A 100%);
  background: linear-gradient(top, #E6BE00 0%, #F9E81A 100%);
  color:#292929;
	}
.btn2:active{
	color:#fff;
	border-bottom:none;
	margin:5px 0 0 0;
	}
.btnarea{
	display:table;
	margin:auto;
	}
/*ボタンここまで*/
/*店舗情報ここまで*/
/*フッターここから*/
.footer{
	width:100%;
	padding:30px;
	background-color:rgba(255, 255, 255, 0.76);
	}
address{
	color:#666;
	font-style:normal;
	font-size:12px;
	text-align:center;
	}
/*フッターここまで*/

/*基本cssここまで*/
#oubo{
	margin:0;
	padding:0;
}
.uketukeweb2{
	background:url(../img/back1.png);
	border:solid 2px #000a3f;
	padding:7px 10px;
	border-radius:5px;
	margin-bottom:5px;
	}
.uketukeweb3{
	background:url(../img/back2.png);
	border:solid 2px #000a3f;
	padding:7px 10px;
	border-radius:5px;
	}
#oubo p{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin:0 0 0;
	padding:0 0 0 1px;
	line-height:1;
	}
#oubo a.btnt1{
	color:#fff;
	font-size:14px;
	background:url(../img/tri1.png) no-repeat left 50%;
	padding-left:14px;
	margin-left:22px;
	margin-top:4px;
	float:right;
	}
#oubo a.btnt2{
	color:#fff;
	font-size:14px;
	background:url(../../onsen/img/tri2.png) no-repeat right 50%;
	padding-right:16px;
	margin-left:14px;
	}
#oubo a span{
	text-decoration:underline;
	}
#oubo a.btnt1:hover{
	background:url(../../onsen/img/tri1a.png) no-repeat left 50%;
	}
#oubo a.btnt2:hover{
	background:url(../../onsen/img/tri2a.png) no-repeat right 50%;
	}
#oubo a:hover span{
	text-decoration:none;
	color:#ffff2d;
	}
/*限定デザインここから*/

.nagare{
	font-size:13px;
	}
.nagare dd span{
	color:#E20000;
	}
.nagare dd{
	font-size:12px;
	}
.nagare dt{
	    background-color: #00487F;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    margin-right: 5px;
	}
h5{
	color: #B60000;
    font-size:22px;
    font-weight: bold;
    text-align: center;
	}
h5 small{
	font-weight:normal;
	color: #000;
	}
h3{
    font-size: 13px !important;
    line-height: 1.2rem !important;
    margin: 3px 0;
	}
.used {
	margin-bottom:0;
	}
.used.other{
	border:1px dashed #999;
	padding:5px;
	font-size:12px;
	}
.midashi1{
	position:relative;
	padding:10px;
	padding-left:20px;
	font-weight: bold;
	font-size: 18px;
	background-color: #00457f;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1;
	margin-left:15px !important;
	margin-right:15px !important;
	margin-top:40px;
	text-shadow: 0px 2px 3px #003868;
	font-size:20px;
}
.midashi1:before{
	content:''; 
	height:25px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:7px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.midashi2{
	position:relative;
	padding:10px;
	padding-left:20px;
	font-weight: bold;
	font-size: 18px;
	background-color: #b60000;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1;
	margn:26px 0 14px;
	margin-left:15px !important;
	margin-right:15px !important;
	text-shadow: 0px 2px 3px #960000;
	font-size:20px;
}
.midashi2:before{
	content:''; 
	height:25px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:7px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.sentyaku p {
    background-color: #FFEC7B;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    position: absolute;
	font-weight:bold;
    box-shadow: 0 0 1px #000;
    margin: -5px 0 0 -5px;
	}
.sentyaku p span{
	color:#EA0C27;
	font-size:18px;
	}
.columns{
	float:left !important;
	}
/*@media screen and (max-width: 640px){

}
*/
.date {
	list-style-type:none;
	display:table;
	margin:auto;
	}
.date li{
	float:left;
    margin: 0 5px 5px 0;
	}
.date li a{
    background-color: #0260af;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 3px solid #0d4471;
	}
.date li a:hover{
	background-color:#0a7ad8;
	}
.date li a:active{
	border-bottom:none;
	margin-top:3px;
	}
.datetitle{
    text-align: center;
    margin: 0;
    font-weight: bold;
	}
@media screen and (max-width: 640px){
	.btn,
.btn2{
	width:100%;
	margin:5px 0;
	}
.btn:active{
	margin:15px 0 0 0 ;
	}
.logo {
    margin-bottom: 0;
}
#midashi2{
	font-size:17px !important;
	}
.price .min{
  width: 45%;
	}
.price .big{
  width: 53%;
	}
.tel span{
	display:block;
	}
.aboutbuy {
	margin:0;
	}
.uketuketel{
	text-align:center;
	float:none;
	width:100%;
	margin-bottom:5px !important;
}
.uketukeweb{
	float:none;
	width:100%;
	}
.price .big {
	font-size:25px !important;
	}
.used.other{
	margin-bottom:10px;
	}
.nasse img {
	width: 100px;
	display: block;
	margin: auto;
	float: none;
}
.pankuzu {
	font-size: 11px;
	float: none;
	padding: 0;
	text-align: center;
}
.area{
    padding: 0px;
    border-radius: 0px;
	font-size: 11px;
	border:none;
	border-bottom: 1px solid #ccc;
  margin-bottom:3px;
  display:inline-block;
	}
.shopnameleft{
	float:none;
	width:auto;
	}
.date {
    width: 100%;
}
.date li {
	float:none;
    margin: 5px;
}
.date li a{
	width:100%;
	}
}
/*限定デザインここまで*/
