@charset "utf-8";
@import url("reset.css");

/*--Base------------------------------------------------------------*/
html,body {
	width: 100%;
//	height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
}
/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
}
th,td{
	vertical-align: top;
}
/*--Text------------------------------------------------------------*/
body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	 font-family: "Rounded Mplus 1c"; 
//	background: #FFF000;
	background: #333333;
	color: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h1 {
	font-size: 24px;
}
h2 {
	padding: 10px 0;
}
/*--Link------------------------------------------------------------*/
a,
a:link {
	color: #FFCC99;
}
a:visited {
	color: #FFCC99;
}
a:active {
	color: #777777;
}
a:focus {
	outline: none;
}
a:hover{
	background-color:#E48E00;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.fakeContainer2 a:visited ,.fakeContainer2 a:link,#super_table a:visited ,#super_table a:link {
	color: #996600;
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}
/*--font-----------------------------------------------------------*/
.f10{
    font-size: 10px;
}
.f12{
	font-size: 12px;
	line-height: 12px;
}
/*--layout----------------------------------------------------------*/
.w100{
    width: 100px;
}
.w200{
    width: 200px;
}
.w300{
    width: 300px;
}
.w650{
    width: 650px;
}
.h100{
    height: 100px;
}
.h200{
    height: 200px;
}
#wrapper {
	width: 100%;
//	width: 960px;
	margin: 0 auto;
}
#log_in h1 {
	font-size: 26px;
	padding: 0 0 20px 0;
}
.bk_wh {
	background-color: #FFFFFF;
}
.bk_bl {
	background-color: #000000;
}
.bk_db {
	background-color: #000033;
}
.bk_dg {
	background-color: #ccc;
}
/*--------------------------------------------------------------------
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
header{
	text-align:left;
	margin:10px 0 0 ;
}
#header {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
#header header {
	margin: 0 auto;
}
#contents {
//	overflow: hidden;
	max-width: 960px;
	max-width: 90%;
	min-width: 960px;
	margin: 0 auto;
//	min-height: 500px;/*サンプル用に高さ設定してあります。*/
}
header img {
	width:100%;
	max-width:528px;
	margin: 0 auto;
}
#topnavi {
    max-width: 90%;
    margin: 0 auto;
    min-width: 960px;
}
/*--------------------------------------------------------------------
右サイドバー
--------------------------------------------------------------------*/
#main {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0 -260px 0 0;
}
#main-inner {
	max-width: 960px;
	min-width: 587px;
	margin: 0 auto;
}
/*------------------------------------------------------------------*/
#contents_link{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size:14px;
}
.box_under{
	height: 130px;
	margin: 10px 10px;
}
.box_under a{
	text-decoration:underline;
}
.box_under img{
	margin: 10px;
}
#contents_link h6{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
#foot_com{
	overflow: hidden;
	width: 100%;
	background: #fff;
}
#foot_com section{
	width: 960px;
	margin: 0 auto;
	font-size:14px;
}
#foot_com p{
	padding: 20px 0 ;
	width: 50%;
	background: #fff;
}
/*------------------------------------------------------------------*/
footer {
	text-align:center;
	margin: 20px auto 0;
}
#footer footer {
	margin: 0 auto;
	padding: 6px 0 ;
	background: #fff;
}
#header header,#navi
#contents,
#footer footer {
	max-width: 960px;
}
/*--common----------------------------------------------------------*/
#header h1,
#header h2,
#contents h3,
#header p,
#contents p,
#contents ul,
#footer p {
	padding: 4px;
}
.left{
float:left;
}
.right{
float:right;
}
.clear{
float:none;
clear:both;
}
.user{
float:right;
}
/*------------------------------------------------------------------*/
.btn_next {
	display: block;
	width: 220px;
	margin: 30px auto;
	text-align: center;
	font-size: 24px;
	padding: 20px 40px;
	background-color: #248;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
/*------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);

@prim: #53e3a6;

td .published {
    width: 180px;
    margin: 0px auto ;
}
input[type=text],input[type=password],input[type=date] ,input[type=time] ,input[type=tel] ,input[type=number],input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
 //   width: 254px;
    border-radius: 3px;
    padding: 10px 4px;
    margin: 0 auto 10px auto;
//    display: block;
//    text-align: center;
    font-size: 18px;
    color: white;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}
input[type=time].time{
    width: 114px;
    display: inline-block;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 254px;
    border-radius: 3px;
    padding: 10px 10px;
    margin: 0 auto 10px auto;
    display: block;
//    text-align: center;
    font-size: 18px;
    color: white;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}
.buttons {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
//    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 15px;
    color: #CC9933;
    border-radius: 3px;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.print_buttons {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
//    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
//    padding: 10px 15px;
    color: #CC9933;
    border-radius: 3px;
    width: 80px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin:10px;
}

form input#return_button,#chk_return_button{
    width: 150px;
}

.preview_btn{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    padding: 10px 15px;
    color: #53e3a6;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background: #FFF000;
    margin: 20px auto 0px auto;
    text-align: center;
}
.w250{
    width: 260px;
    margin: 0 auto;
}

#top .w250 li{
    width: 80px;
}

#top .w250 li.m5{
    margin:0 5px 0 0
}

.button3{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 5px;
    color: #53e3a6;
    border-radius: 3px;
    width: 80px;
    height:50px;
    line-height:40px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}


.wrapper{
//	background: #50a3a2;
//	background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
//	background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
//	background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
//	background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
	
//	position: absolute;
//	top: 50%;
//	left: 0;
	width: 100%;
//	height: 400px;
//	margin-top: -200px;
	overflow: hidden;
	
	&.form-success{
		.container{
			h1{
				transform: translateY(85px);
			}
		}
	}
}

.container{
	max-width: 600px;
	margin: 0 auto;
//	padding: 80px 0;
//	height: 400px;
	text-align: center;
	
	h1{
		font-size: 40px;
		transition-duration: 1s;
		transition-timing-function: ease-in-put;
		font-weight: 200;
	}
}
/*
form{
	padding: 0 0 20px 0;
	position: relative;
	z-index: 2;
	
	input[type=text]{
		display: block;
		appearance: none;
		outline: 0;
		border: 1px solid fade(white, 40%);
		background-color: fade(white, 20%);
		width: 250px;
		
		border-radius: 3px;
		padding: 10px 15px;
		margin: 0 auto 10px auto;
		display: block;
		text-align: center;
		font-size: 18px;
		
		color: white;
		
		transition-duration: 0.25s;
		font-weight: 300;
		
		&:hover{
			background-color: fade(white, 40%);
		}
		
		&:focus{
			background-color: white;
			width: 300px;
			
			color: @prim;
		}
	}
	
	button{
		appearance: none;
		outline: 0;
		background-color: white;
		border: 0;
		padding: 10px 15px;
		color: @prim;
		border-radius: 3px;
		width: 250px;
		cursor: pointer;
		font-size: 18px;
		transition-duration: 0.25s;
		
		&:hover{
			background-color: rgb(245, 247, 249);
		}
	}
}
*/

@-webkit-keyframes square {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-700px) rotate(600deg); }
}
@keyframes square {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-700px) rotate(600deg); }
}
/*------------------------------------------------------------------*/
h2 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}
h2:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}
.supplement{
	font-size: 12px;
}
table.input{
	max-width: 460px;
	margin: 0 auto;
}
div.input{
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
}
#stel1, #stel2, #stel3,#otel1, #otel2, #otel3, #zip1, #zip2{
	width: 74px;
    display: inline-block;
}
#com td{
	text-align: left;
}
#login-button,form input#submit_button,#return_button,input#preview,input#submit_buttons,.submit_button{
	margin: 20px auto 0;
	display:block;
}
form input#return_button{
	margin: 0px auto;
	display:block;
}
select#prefecture ,select#area ,select#branch ,select#service_time,select#ptsno{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 254px;
	padding: 10px;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
.input th{
	vertical-align: top;
	width: 160px;
}
@media screen and (max-width:400px){
.input th{
	vertical-align: top;
	width: 65px;
}
}
.input td{
	vertical-align: top;
	padding: 0 5px 0 0;
}
.input td.last{
	padding: 0;
	width: 260px;
}
/*------------------------------------------------------------------*/
#shop .published input {
	display: none;
}
.published label{
	display: block;
	float: left;
	cursor: pointer;
	width: 90px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.published label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.published label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.published input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.published input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}
#shop #service_time2 {
	width: 90px;
	display: inline-block;
}
#shop span.preview img {
    max-width: 300px;
    max-height: 200px;
}
#shop .photo_area {
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}
/*------------------------------------------------------------------
list
------------------------------------------------------------------*/
#list .off {
	background-color: #e67168;
	color: #fff;
}
.check{
    display:none;
}
.drop_box{
	padding: 10px 0;
}
.drop_box_area{
	float: right;
	padding: 0 5px 0;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
}
#area .all_view {
	background-color: #FF9966;
	color: #fff;
}
#area .area_choice {
	background-color: #6666CC;
	color: #fff;
}
/*------------------------------------------------------------------
top
------------------------------------------------------------------*/
#top .banner {
	display: inline-block;
	width: 250px;
	background-color: #FF9966;
	color: #000;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
	border: 1px solid #ccc;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 4px 4px;
}
/*------------------------------------------------------------------

------------------------------------------------------------------*/
#super_table{
	color: #000;
}
/*------------------------------------------------------------------

------------------------------------------------------------------*/
#shoplist .error{
	background: #FF9966;
}
.required img{
	margin: 0 10px;
}
/*------------------------------------------------------------------

------------------------------------------------------------------*/
#topnavi li{
	float: left;
	border: 1px solid #ccc;
    text-align: center;
    width: 136px;
}
#topnavi li a{
	display: inline-block;
    width: 100%;
    padding: 6px 0px;
}
/*------------------------------------------------------------------

------------------------------------------------------------------*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 16px;
    width: 254px;
    padding: 8px 8px 8px 4px;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}

.checkbox {
    margin:         0 0 10px 0px;
}
/* ラベルのスタイル　*/
.checkbox label {
    padding-left:       28px;           /* ラベルの位置 */
    font-size:      18px;
    line-height:        22px;
    display:        inline-block;
    cursor:         pointer;
    position:       relative;
}

/* ボックスのスタイル */
.checkbox label:before {
    content:        '';
    width:          20px;           /* ボックスの横幅 */
    height:         20px;           /* ボックスの縦幅 */
    display:        inline-block;
    position:       absolute;
    left:           0;
    background-color:   #fff;
    box-shadow:     inset 1px 2px 3px 0px #000;
    border-radius:      6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.checkbox input[type=checkbox] {
    display:        none;
}
/* チェックした時のスタイル */
.checkbox input[type=checkbox]:checked + label:before {
    content:        '\2713';        /* チェックの文字 */ 
    font-size:      18px;           /* チェックのサイズ */
    color:          #fff;           /* チェックの色 */
    background-color:   #06f;           /* チェックした時の色 */
}
/*------------------------------------------------------------------
input[type=radio], input[type=checkbox] {
  display: none;
}
.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
  content: "\f372";
//  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}
.checkbox:checked + .checkbox-icon:before {
  content: "\f374";
  color: #CC9933;
}
------------------------------------------------------------------*/
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.mauseover_view{
    display: none;
}
.mauseover:hover + .mauseover_view {
  display: block;
}