@charset 'utf-8';

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:0 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
nav,ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
input,select{
	vertical-align:middle;
}
textarea{
	vertical-align:top;
}

html,body{
	height: 100%;
	color:#333;
	font-size: 12px;
	font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	background:#fff;
	overflow-x: hidden;
}
input,textarea,select{
	font-size: 100%;
	font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color:inherit;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.over a:hover {
	opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	text-decoration:none;
}
img {
	max-width:100%;
	outline:none;
	vertical-align:top;
}
.btn{
	cursor: pointer;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.70);
	z-index:99;
	display:none;
}

#wrap {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
}


/* 基本入力スタイル */

input[type="text"] ,
input[type="number"] ,
input[type="tel"] ,
input[type="email"] ,
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	height: 34px;
	box-sizing: border-box;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #ccc;
}

input[type="radio"] ,
input[type="checkbox"] {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

input[type="radio"] + label ,
input[type="checkbox"] + label {
	vertical-align: middle;
}

input[type="button"] ,
input[type="submit"] ,
button {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	height: 34px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #ccc;
}

textarea {
	box-sizing: border-box;
	padding: 7px 12px;
	border-radius: 2px;
	border: 1px solid #ccc;
}


/*--------------------------------------------------------------------------------
	login
---------------------------------------------------------------------------------*/

.login {
	background: #f3f3f5;
}

.login header {
	position: relative;
	margin: 0 0 12%;
	padding: 3.5% 0;
	background: #050505;
}

.login header h1 {
	width: auto;
	margin: 0;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

.login h2 {
	padding: 10% 0 12%;
	color: #161638;
	font-size: 21px;
	text-align: center;
}

.login .formBox {
	width: 84%;
	margin: 0 auto;
}

.login .id {
	position: relative;
	margin: 0 0 9%;
}

.login .id:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 50px;
	height: 44px;
	border-right: 1px solid #a2a2b0;
	background: #111 url("/img/ico_mail_white.png") no-repeat 15px center;
	background-size: 21px auto;
}

.login .vue-tel-input .id:after{
	display: none;
}

.login .id input {
	width: 100%;
	height: 46px;
	padding: 0 12px 0 65px;
	color: #838395;
	font-size: 16px;
	border: 1px solid #111;
	border-radius: 3px;
}

.login .pass {
	position: relative;
	margin: 0 0 12%;
}

.login .pass:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 50px;
	height: 44px;
	border-right: 1px solid #a2a2b0;
	background: #111 url("/img/ico_pass_white.png") no-repeat 15px center;
	background-size: 21px auto;
}

.login .pass input {
	width: 100%;
	height: 46px;
	padding: 0 12px 0 65px;
	color: #838395;
	font-size: 16px;
	border: 1px solid #111;
	border-radius: 3px;
}

.login .url-forgetpass {
	display: block;
	margin: 0 0 8%;
	text-align: center;
}

.login .url-forgetpass a {
	color: #FFBD28;
	font-size: 16px;
	text-decoration: none;
}

.login .btn {
	position: fixed;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 75px;
}

@media only screen and (max-width: 480px) {
.login .btn {
	bottom: 58px;
}
}
@media only screen and (max-width: 400px) {
.login .btn {
	bottom: 54px;
}
}
@media only screen and (max-width: 320px) {
.login .btn {
	bottom: 49px;
}
}

.login .btn input {
	width: 100%;
	height: 58px;
	color: #050505;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #FFCF28;
	border-radius: 0;
}


/*--------------------------------------------------------------------------------
	table01
---------------------------------------------------------------------------------*/

.table01 {
	background: #f3f3f5;
}

.table01 header {
	position: relative;
	padding: 3.5% 0;
	background: #fff;
	border-bottom: 3px solid #151537;
}

.table01 header h1 {
	width: 31%;
	margin: 0 auto;
}

.table01 header .sort {
	position: absolute;
	top: 0;
	right: 4%;
	width: 4.4%;
	margin: 3% 0 0;
}

.table01 #ctArea {
	width: 96%;
	margin: 0 auto;
	padding: 3% 0 16%;
}

.table01 #ctArea .btn {
	width: 130px;
	margin: 0 0 3%;
}

.table01 #ctArea .btn a {
	display: block;
	padding: 2px 17px 2px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	background: #5c5c74 url("/img/ico_close_01.png") no-repeat right 8px center;
	background-size: 11px auto;
}

.table01 #ctArea .box01 {
	position: relative;
	margin: 0 0 3%;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 4px rgb(22,22,56,0.30);
}

.table01 #ctArea .box01 .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	padding: 1px 0 1px 20px;
	color: #161638;
	font-size: 12px;
	text-align: center;
	border: 1px solid #161638;
	border-radius: 3px;
	background: #fff url("/img/ico_stay_01.png") no-repeat 6px center;
	background-size: 18px auto;
	box-sizing: border-box;
}

.table01 #ctArea .box01 .fav {
	position: absolute;
	top: 0;
	right: 3%;
	width: 6.5%;
	margin: 2% 0 0;
	padding: 0;
}

.table01 #ctArea .box01 .img {
	padding: 0;
	border-radius: 3px 3px 0 0;
}

.table01 #ctArea .box01 h2 {
	padding: 3% 4% 0.5%;
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.table01 #ctArea .box01 p {
	padding: 0 4% 1%;
}

.table01 #ctArea .box01 p .rank {
	padding: 0 0 0 15px;
	background: url("/img/ico_star_01.png") no-repeat left top;
	background-size: 12px auto;
}

.table01 #ctArea .box01 p .time {
	margin: 0 0 0 16px;
	padding: 0 0 0 14px;
	background: url("/img/ico_time_01.png") no-repeat left top;
	background-size: 12px auto;
}

.table01 footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 2.6% 0;
	background: #fff;
	border-top: 1px solid #bbb;
}

.table01 footer ul {
	padding: 0 4%;
	letter-spacing: -0.5em;
}

.table01 footer ul li {
	display: inline-block;
	width: 19%;
	margin: 0 3%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
}

.table01 footer ul li a {
	display: block;
}

.table01 footer ul li a .img {
	width: 33%;
	margin: 0 auto;
}

.table01 footer ul li a p {
	color: #161638;
	font-size: 10px;
}


/*--------------------------------------------------------------------------------
	table02
---------------------------------------------------------------------------------*/

.table02 .mainBox {
	position: relative;
}

.table02 .mainBox .back {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 4.5%;
	margin: 8.5% 0 0;
}

.table02 .mainBox .fav {
	position: absolute;
	top: 0;
	right: 2.5%;
	width: 5.5%;
	margin: 8.5% 0 0;
}

.table02 .infoBox {
	position: relative;
	padding: 0 4% 2%;
	background: #f3f3f5;
}

.table02 .infoBox .info {
	position: absolute;
	top: 0;
	right: 4%;
	width: 5%;
	margin: 3.5% 0 0;
}

.table02 .infoBox h2 {
	padding: 3.5% 0 0.5%;
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.table02 .infoBox p {
	padding: 0 0 1%;
}

.table02 .infoBox p .rank {
	padding: 0 0 0 15px;
	background: url("/img/ico_star_01.png") no-repeat left top;
	background-size: 12px auto;
}

.table02 .infoBox p .time {
	margin: 0 0 0 16px;
	padding: 0 0 0 14px;
	background: url("/img/ico_time_01.png") no-repeat left top;
	background-size: 12px auto;
}

.table02 .infoBox .chair {
	width: 150px;
	margin: 0 0 0 auto;
	padding: 1px 8px 1px 23px;
	color: #161638;
	background: #fff url("/img/ico_chair_01.png") no-repeat 6px center;
	background-size: 14px auto;
	border: 1px solid #161638;
	border-radius: 3px;
	box-sizing: border-box;
}

.table02 .menuList {
	width: 100%;
	border-top: 3px solid #161638;
	border-bottom: 1px solid #161638;
	overflow-x: auto;
}

.table02 .menuList ul {
	display: inline-block;
	letter-spacing: -0.5em;
	white-space: nowrap;
}

.table02 .menuList ul li {
	display: inline-block;
	text-align: center;
	letter-spacing: 0;
	border-right: 1px solid #d4d4d4;
}

.table02 .menuList ul li:last-child {
	border: none;
}

.table02 .menuList ul li a {
	display: block;
	padding: 12px 24px;
	color: #161638;
	font-size: 14px;
	font-weight: bold;
}

.table02 .menuList ul li.act {
	margin: 0 -1px;
	border: none;
}

.table02 .menuList ul li.act a {
	background: #f1ebf2;
}

.table02 .menuList ul li a img {
	display: inline-block;
	width: 18px;
	margin: 0 5px 0 0;
	vertical-align: sub;
}

.table02 .menuInner h2 {
	padding: 4.5% 4% 0.5%;
	color: #161638;
	font-size: 15px;
}

.table02 .menuInner ul {
	border-top: 1px solid #c9c9c9;
}

.table02 .menuInner ul li {
	padding: 2% 4%;
	background: url("/img/ico_arw_03.png") no-repeat right 4% center;
	background-size: 6px auto;
	border-bottom: 1px solid #c9c9c9;
}

.table02 .menuInner ul li .img {
	float: left;
	width: 33%;
}

.table02 .menuInner ul li .txtBox {
	float: right;
	width: 63%;
}

.table02 .menuInner ul li .txtBox h3 {
	padding: 1.5% 0;
	font-size: 15px;
	font-weight: bold;
}

.table02 .sumBox {
	position: relative;
	padding: 4%;
}

.table02 .sumBox p {
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.table02 .sumBox p .yellow {
	margin: 0 5px;
	color: #f7931e;
	font-weight: bold;
}

.table02 .sumBox p .small {
	font-size: 12px;
	vertical-align: baseline;
}

.table02 .sumBox .price {
	position: absolute;
	top: 0;
	right: 5%;
	margin: 3.5% 0 0;
	font-size: 20px;
}

.table02 .order a {
	display: block;
	padding: 14px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #f7931e;
}



/*--------------------------------------------------------------------------------
	table03
---------------------------------------------------------------------------------*/

.table03 .mainBox {
	position: relative;
}

.table03 .mainBox .close {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 4.5%;
	margin: 8.5% 0 0;
}

.table03 .infoBox {
	position: relative;
	padding: 0 4%;
}

.table03 .infoBox h2 {
	padding: 3.5% 0 0.5%;
	color: #161638;
	font-size: 20px;
	font-weight: bold;
}

.table03 .infoBox .attr {
	padding: 0 0 1%;
	font-size: 12px;
}

.table03 .infoBox p {
	padding: 0 0 1%;
	font-size: 15px;
}

.table03 .selectBox {
	width: 92%;
	margin: 0 auto;
}

.table03 .selectBox h3 {
	position: relative;
	padding: 5% 0 0.5%;
	color: #161638;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #111133;
}

.table03 .selectBox h3 .right {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5% 0 0;
	color:#161638;
	font-size: 12px;
}

.table03 .selectBox h3 .require {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	margin: 5% 0 0;
	color:#fff;
	line-height: 1.45;
	text-align: center;
	border-radius: 10px;
	background: #8a8a9b;

}

.table03 .selectBox label {
	position: relative;
	display:block;
	padding: 16px 20px 16px 42px;
	color:#161638;
	font-size:12px;
	vertical-align:middle;
	background: #f3f3f5;
	border-bottom: 1px solid #111133;
}

.table03 .selectBox label .price {
	position:absolute;
	top: 16px;
	right: 20px;
}

.table03 .selectBox label .bg {
	position:relative;
}

.table03 .selectBox label .bg:before {
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:-30px;
	width:18px;
	height:18px;
	background:url("/img/ico_radio_01_off.png") no-repeat left center;
	background-size:18px auto;
}

.table03 .selectBox input:checked + .bg::before {
	background:url("/img/ico_radio_01_on.png") no-repeat left center;
	background-size:18px auto;
}

.table03 .selectBox label .bg02 {
	position:relative;
}

.table03 .selectBox label .bg02:before {
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:-30px;
	width:21px;
	height:21px;
	background:url("/img/ico_check_01_off.png") no-repeat left center;
	background-size:21px auto;
}

.table03 .selectBox input:checked + .bg02::before {
	background:url("/img/ico_check_01_on.png") no-repeat left center;
	background-size:21px auto;
}

.table03 .selectBox label input {
	display:none;
}

.table03 .selectBox .count {
	width: 116px;
	margin: 4% auto 10%;
	text-align: center;
	border: 1px solid #7c7c8f;
	border-radius: 20px;
}

.table03 .selectBox .count .minus ,
.table03 .selectBox .count .plus {
	display: inline-block;
	width: 17px;
}

.table03 .selectBox .count input {
	display: inline-block;
	width: 42px;
	padding: 0;
	color: #f7931e;
	font-size: 20px;
	text-align: center;
	border: none;
}

.table03 .cart {
	display: block;
	width: 100%;
	padding: 14px 0 14px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #f7931e;
}

.table03 .cart:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	background: url("/img/ico_cart_01.png");
	background-size: 20px auto;
}

.table03 .cart span {
	margin: 0 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}


/*--------------------------------------------------------------------------------
	table04
---------------------------------------------------------------------------------*/

.table04 h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
}

.table04 .close {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 3.5%;
	margin: 5.5% 0 0;
}

.table04 #ctArea {
	padding: 10% 0 0;
	text-align: center;
	color: #161638;
}

.table04 #ctArea h2 {
	margin-bottom: 4%;
	text-align: center;
	color: #161638;
	font-size: 28px;
	font-weight: bold;
	vertical-align: bottom;
}

.table04 #ctArea h2:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 28px;
    margin: -8px 6px 0 0;
    vertical-align: middle;
    background: url(/img/ico_order_01.png);
    background-size: 22px auto;
}
.table04 #ctArea .clear {
	margin: 0 4%;
	text-align: right;
}

.table04 #ctArea .clear a {
    display: inline-block;
    padding: 4px 9px 4px 26px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    background: #5c5c74 url(/img/ico_clear_01.png) no-repeat 8px center;
    background-size: 17px auto;
}

.table04 .item ul {
	margin-top: 1%;
	border-top: 2px solid #0f0f32;
}

.table04 .item ul li {
	position: relative;
	padding: 2.66% 4%;
	border-bottom: 1px solid #9292a2;
	text-align: left;
}

.table04 .item ul li .txtBox {
	float: left;
	font-size: 14px;
}

.table04 .item ul li .txtBox h3 {
	padding: 1.5% 0;
	font-size: 15px;
}

.table04 .item ul li .txtBox p {
	margin-top: 4px;
}

.table04 .item ul li .del {
	position:absolute;
	top: 0;
	right: 4%;
	width: 4.8%;
	margin-top: 2.66%;
}

.table04 .item ul li .count {
	float: right;
	width: 116px;
	margin: 9.5% auto 0;
	text-align: center;
	border: 1px solid #7c7c8f;
	border-radius: 20px;
}

.table04 .item ul li .count .minus ,
.table04 .item ul li .count .plus {
	display: inline-block;
	width: 17px;
}

.table04 .item ul li .count input {
	display: inline-block;
	width: 42px;
	padding: 0;
	color: #f7931e;
	font-size: 20px;
	text-align: center;
	border: none;
}

.table04 .item .sumBox {
	position: relative;
	margin-top: -1px;
	padding: 4%;
	border-top: 2px solid #0f0f32;
	text-align: left;
}

.table04 .item .sumBox p {
	font-size: 15px;
}

.table04 .item .sumBox p .yellow {
	margin: 0 5px;
	color: #f7931e;
	font-weight: bold;
}

.table04 .item .sumBox p .small {
	font-size: 12px;
	vertical-align: baseline;
}

.table04 .item .sumBox .price {
	position: absolute;
	top: 0;
	right: 5%;
	margin: 3.5% 0 0;
	font-size: 20px;
	font-weight: bold;
}

.table04 .detail {
	margin-top: 5.33%;
	padding: 4%;
	background: #f3f3f5;
	text-align: left;
}

.table04 .detail h3 {
	margin-top: 7.2%;
	font-size: 15px;
}
.table04 .detail h3:first-child {
	margin-top: 0;
}

.table04 .detail .select {
	margin: 2% 0 0;
	text-align: center;
	border: 1px solid #7c7c8f;
	border-radius: 5px;
	font-size: 15px;
	overflow: hidden;
}

.table04 .detail .select li {
	position: relative;
	float: left;
	width: 50%;
}
.table04 .detail .select li input[type=radio]{
	position: absolute;
	top: -100%;
}
.table04 .detail .select li span{
	display: block;
	width: 100%;
	padding: 13px 0;
	background: #fff;
}
.table04 .detail .select li input:checked + span {
	background:#5c5c74;
	color: #fff;
}
.table04 .detail .info {
	margin: 0 5.2%;
	font-size: 14px;
}
.table04 .detail .info h4 {
	margin-bottom: 4px;
	font-size: 15px;
}
.table04 .detail .info .box {
	float: left;
	width: 45%;
	margin: 9% 10% 0 0;
}
.table04 .detail .info .box:nth-child(2) {
	margin-right: 0;
}
.table04 .detail .info .box input[type=text]{
	width: 70px;
	margin-right: 10px;
	padding: 0 14px;
	text-align: right;
	border: 1px solid #7c7c8f;
	border-radius: 5px;
	vertical-align: bottom;
	font-size: 14px;
}
.table04 .detail .card{
	position: relative;
	min-height: 27px;
	margin-top: 4px;
	padding-right: 70px;
	font-style: 14px;
}
.table04 .detail .card img{
	width: 32px;
	margin-right: 13px;
	vertical-align: middle;
}
.table04 .detail .card a{
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	padding: 2px 0;
	text-align: center;
	border: 1px solid #7c7c8f;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
}

.table04 .order a {
	display: block;
	padding: 14px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #f7931e;
}

/*--------------------------------------------------------------------------------
	table05
---------------------------------------------------------------------------------*/

.table05 h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
}

.table05 .close {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 3.5%;
	margin: 5.5% 0 0;
}

.table05 #ctArea {
	padding: 10% 0 5%;
	text-align: center;
}

.table05 #ctArea h2 {
	width: 42%;
	margin: 0 auto 4%;
}

.table05 #ctArea .lead {
	margin: 0 0 10%;
	color:#161638;
	font-size: 16px;
}

.table05 #ctArea .numBox {
	width: 84%;
	margin: 0 auto 5%;
	padding: 7% 0 6%;
	background: #f3f3f5;
}

.table05 #ctArea .numBox h3 {
	margin: 0 0 1%;
	color:#161638;
	font-size: 16px;
}

.table05 #ctArea .numBox p {
	color:#161638;
	font-size: 28px;
}

.table05 #ctArea p {
	color:#161638;
	font-size: 15px;
}

.table05 .map {
	display: block;
	width: 84%;
	margin: 9% auto 0;
	padding: 8px 0;
	color:#161638;
	font-size: 15px;
	text-align: center;
	border: 1px solid #161638;
	border-radius: 5px
}

.table05 .map:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 21px;
	margin: 0 12px 0 0;
	vertical-align: middle;
	background: url("/img/ico_map_01.png");
	background-size: 16px auto;
}



/*--------------------------------------------------------------------------------
	mypage01
---------------------------------------------------------------------------------*/

.mypage01 {
	background: #f3f3f5;
}

.mypage01 #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.mypage01 #ctArea .img {
	width: 26.7%;
	margin: 12% auto 3%;
}

.mypage01 #ctArea h2 {
	margin: 0 0 10%;
	color:#161638;
	font-size: 14px;
	text-align: center;
}

.mypage01 #ctArea h3 {
	padding: 0 4% 1%;
	color:#161638;
	font-size: 16px;
}

.mypage01 #ctArea ul {
	margin: 0 0 7%;
	border-top: 1px solid #eaeaea;
}

.mypage01 #ctArea ul li {
	border-bottom: 1px solid #eaeaea;
}

.mypage01 #ctArea ul li a {
	display: block;
	padding: 13px 4%;
	color:#161638;
	font-size: 16px;
	background: #fff url("/img/ico_arw_03.png") no-repeat right 4% center;
	background-size: 6px auto;
}


.mypage01 footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 2.6% 0;
	background: #fff;
	border-top: 1px solid #bbb;
}

.mypage01 footer ul {
	padding: 0 4%;
	letter-spacing: -0.5em;
}

.mypage01 footer ul li {
	display: inline-block;
	width: 27%;
	margin: 0 3%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
}

.mypage01 footer ul li a {
	display: block;
}

.mypage01 footer ul li a .img {
	width: 22%;
	margin: 0 auto 2%;
}

.mypage01 footer ul li a p {
	color: #161638;
	font-size: 10px;
}


/*--------------------------------------------------------------------------------
	mypage02
---------------------------------------------------------------------------------*/

.mypage02 {
	position: relative;
	background: #f3f3f5;
}

.mypage02 #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.mypage02 #ctArea .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.mypage02 #ctArea h2 {
	padding: 8.5% 4% 1%;
	color:#161638;
	font-size: 16px;
}

.mypage02 #ctArea ul {
	margin: 0 0 9.5%;
	border-top: 1px solid #eaeaea;
}

.mypage02 #ctArea ul li {
	border-bottom: 1px solid #eaeaea;
}

.mypage02 #ctArea ul li a {
	display: block;
	padding: 10px 4%;
	color:#161638;
	font-size: 16px;
	background: #fff;
}

.mypage02 #ctArea ul li.act a {
	background: #fff url("/img/ico_check_03.png") no-repeat right 4% center;
	background-size: 16px auto;
}

.mypage02 #ctArea ul li a img {
	width: 30px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

.mypage02 #ctArea .add {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.mypage02 #ctArea .add a {
	display: block;
	padding: 13px 4%;
	color:#f7931e;
	font-size: 16px;
	background: #fff;
}



/*--------------------------------------------------------------------------------
	mypage03
---------------------------------------------------------------------------------*/

.mypage03 {
	position: relative;
	background: #f3f3f5;
}

.mypage03 #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.mypage03 #ctArea .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.mypage03 #ctArea h2 {
	padding: 8.5% 4% 1%;
	color:#161638;
	font-size: 16px;
}

.mypage03 #ctArea ul {
	margin: 0 0 9.5%;
	border-top: 1px solid #eaeaea;
}

.mypage03 #ctArea ul li {
	border-bottom: 1px solid #eaeaea;
}

.mypage03 #ctArea ul li a {
	display: block;
	padding: 10px 4%;
	color:#161638;
	font-size: 16px;
	background: #fff;
	background: #fff url("/img/ico_arw_03.png") no-repeat right 4% center;
	background-size: 6px auto;
}

.mypage03 #ctArea ul li a img {
	width: 30px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}



/*--------------------------------------------------------------------------------
	mypage04
---------------------------------------------------------------------------------*/

.mypage04 {
	position: relative;
	background: #f3f3f5;
}

.mypage04 #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.mypage04 #ctArea .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.mypage04 .formBox {
	padding: 8% 0 0;
}

.mypage04 .formBox dl {
	padding: 0 4% 5.6%;
}

.mypage04 .formBox .half {
	float: left;
	width: 50%;
	padding: 0 2.5% 5.6% 4%;
	box-sizing: border-box;
}

.mypage04 .formBox .half + .half {
	padding: 0 4% 5.6% 2.5%;
}

.mypage04 .formBox dl dt {
	margin: 0 0 1%;
	color:#161638;
	font-size: 16px;
}

.mypage04 .formBox dl dd input {
	display: block;
	width: 100%;
	height: 37px;
	padding: 2px 12px;
	color:#161638;
	font-size: 16px;
	border: 1px solid #b9b9c3;
	border-radius: 5px;
}

.mypage04 .formBox dl dd input[type="tel"] {
	background: #fff url("/img/ico_photo_01.png") no-repeat right 3% center;
	background-size: 16px auto;
}

.mypage04 .formBox dl dd select {
	display: block;
	width: 100%;
	height: 37px;
	padding: 2px 12px;
	color:#161638;
	font-size: 16px;
	border: 1px solid #b9b9c3;
	border-radius: 5px;
	background:#fff url("/img/ico_arw_05.png") no-repeat right 4% center;
	background-size: 9px auto;
}

.mypage04 .formBox p {
	margin: 13% 0 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.mypage04 .formBox p input {
	display: block;
	width: 100%;
	padding: 13px 4%;
	color:#fff;
	font-size: 16px;
	background: #5c5c74;
	box-sizing: border-box;
}

.mypage04 .formBox p input[disabled] {
	background: #d0d0d7;
}

/*--------------------------------------------------------------------------------
	mypage05
---------------------------------------------------------------------------------*/

.mypage05 {
	position: relative;
	background: #f3f3f5;
}

.mypage05 #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.mypage05 #ctArea .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.mypage05 .formBox {
	padding: 8% 0 0;
}

.mypage05 .formBox dl {
	padding: 0 4% 5.6%;
}

.mypage05 .formBox dl dt {
	margin: 0 0 1%;
	color:#161638;
	font-size: 16px;
}

.mypage05 .formBox dl dd input {
	display: block;
	width: 100%;
	height: 37px;
	padding: 2px 12px;
	color:#161638;
	font-size: 16px;
	border: 1px solid #b9b9c3;
	border-radius: 5px;
}

.mypage05 .formBox p {
	margin: 36% 0 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.mypage05 .formBox p input {
	display: block;
	width: 100%;
	padding: 13px 4%;
	color:#fff;
	font-size: 16px;
	background: #5c5c74;
	box-sizing: border-box;
}

.mypage05 .formBox p input[disabled] {
	background: #d0d0d7;
}



/*--------------------------------------------------------------------------------
	register
---------------------------------------------------------------------------------*/

.register {
	position: relative;
	background: #f3f3f5;
}

.register #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.register #ctArea .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.register .formBox {
	padding: 8% 0;
}

.register .formBox p {
	margin: 0 0 4.5%;
	color:#161638;
	font-size: 15px;
	text-align: center;
}

.register .formBox .link {
	margin: 0 0 10%;
}

.register .formBox p a {
	text-decoration: underline;

}

.register .formBox dl {
	padding: 0 4% 5.6%;
}

.register .formBox .bb {
	margin: 0 4% 5.6%;
	padding: 0 0 8.6%;
	border-bottom: 2px solid #b4b4bf;
}

.register .formBox .half {
	float: left;
	width: 50%;
	padding: 0 2.5% 5.6% 4%;
	box-sizing: border-box;
}

.register .formBox .half + .half {
	padding: 0 4% 5.6% 2.5%;
}

.register .formBox dl dt {
	margin: 0 0 1%;
	color:#161638;
	font-size: 16px;
}

.register .formBox dl dd input {
	display: block;
	width: 100%;
	height: 37px;
	padding: 2px 12px;
	color:#161638;
	font-size: 16px;
	border: 1px solid #b9b9c3;
	border-radius: 5px;
}

.register .formBox dl dd .bg01 {
	background: #fff url("/img/ico_photo_01.png") no-repeat right 3% center;
	background-size: 16px auto;
}

.register .formBox dl dd select {
	display: block;
	width: 100%;
	height: 37px;
	padding: 2px 12px;
	color:#161638;
	font-size: 16px;
	border: 1px solid #b9b9c3;
	border-radius: 5px;
	background:#fff url("/img/ico_arw_05.png") no-repeat right 4% center;
	background-size: 9px auto;
}

.register .formBox dl dd span {
	display: block;
	margin: 1% 0 0;
	color:#161638;
	font-size: 12px;
}

.register .formBox .btn {
	width: 71.466%;
	margin: 0 auto;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.register .formBox .btn input {
	display: block;
	width: 100%;
	padding: 6px 4%;
	color:#fff;
	font-size: 16px;
	background: #5c5c74;
	border-radius: 3px;
	box-sizing: border-box;
}

.register .formBox .btn input[disabled] {
	background: #d0d0d7;
}



/*--------------------------------------------------------------------------------
	orderHistory
---------------------------------------------------------------------------------*/

.orderHistory {
	position: relative;
	background: #f3f3f5;
}

.orderHistory #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.orderHistory #ctArea .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.orderHistory #ctArea .box01 {
	position: relative;
	width: 96%;
	margin: 2% auto 3%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 4px rgb(22,22,56,0.80);
}

.orderHistory #ctArea .box01 .img {
	padding: 0;
	border-radius: 3px 3px 0 0;
}

.orderHistory #ctArea .box01 h2 {
	padding: 3% 4% 0.5%;
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.orderHistory #ctArea .box01 p {
	padding: 0 0 3%;
}

.orderHistory #ctArea .box01 p span {
	padding: 0 0 0 15px;
}

.orderHistory #ctArea ul {
	width: 96%;
	margin: 0 auto 7%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 4px rgb(22,22,56,0.80);
}

.orderHistory #ctArea ul li + li {
	border-top: 1px solid #888899;
}

.orderHistory #ctArea ul li a {
	display: block;
	padding: 14px 4%;
	color:#161638;
	font-size: 15px;
	background: url("/img/ico_arw_03.png") no-repeat right 5% center;
	background-size: 6px auto;
}



/*--------------------------------------------------------------------------------
	orderList
---------------------------------------------------------------------------------*/

.orderList {
	position: relative;
	background: #f3f3f5;
}

.orderList #ctArea h1 {
	padding: 5% 0 1%;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000024;
	background: #fff;
}

.orderList #ctArea .box01 {
	position: relative;
	width: 96%;
	margin: 2% auto 3%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 4px rgb(22,22,56,0.80);
}

.orderList #ctArea .box01.over:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0,0,0,0.60);
}

.orderList #ctArea .box01 .img {
	padding: 0;
	border-radius: 3px 3px 0 0;
}

.orderList #ctArea .box01 h2 {
	padding: 0 4%;
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.orderList #ctArea .box01 p {
	padding: 0 0 1.5%;
}

.orderList #ctArea .box01 .pos {
	position: absolute;
	top: 0;
	right: 3%;
	width: 90px;
	margin: 21% 0 0;
}

.orderList #ctArea .box01 .pos a {
	display: block;
	padding: 1px 0 1px 19px;
	background:#fff url("/img/ico_map_01.png") no-repeat 5px center;
	background-size: 10px auto;
	border: 1px solid #161638;
	border-radius: 3px;
	box-sizing: border-box;
}

.orderList #ctArea .box01 .notice {
	margin: 2% 4% 1%;
	padding: 0 0 0 15px;
	background: url("/img/ico_att_01.png") no-repeat left center;
	background-size: 11px auto;
}

.orderList #ctArea .box01 .status {
	padding: 3% 0;
	text-align: center;
	background:#e8e8eb;
	background-size: 11px auto;
	border-radius: 0 0 5px 5px;
}

.orderList #ctArea .box01 p span {
	padding: 0 0 0 15px;
}

.orderList #ctArea .box01 ul {
	margin: 0 4% 0.5%;
	padding: 1.5% 0;
	color: #161638;
	font-size: 12px;
	border-top: 1px solid #a4a4b1;
}

.orderList #ctArea .box01 ul li {
	padding: 1% 0 0;
}

.orderList #ctArea .box01 ul .check:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 18px;
	vertical-align:text-top;
	background: url("/img/ico_check_04.png") no-repeat;
	background-size: 12px;
}

.orderList #ctArea .box01 ul li span {
	display: inline-block;
	width: 18px;
	margin: 0 7px 0 0;
	color: #fff;
	text-align: center;
	background: #f7931e;
	border-radius: 9px;
}

.orderList footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 2.6% 0;
	background: #fff;
	border-top: 1px solid #bbb;
}

.orderList footer ul {
	padding: 0 4%;
	letter-spacing: -0.5em;
}

.orderList footer ul li {
	display: inline-block;
	width: 27%;
	margin: 0 3%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
}

.orderList footer ul li a {
	display: block;
}

.orderList footer ul li a .img {
	width: 22%;
	margin: 0 auto 2%;
}

.mypage01 footer ul li a p {
	color: #161638;
	font-size: 10px;
}



/*--------------------------------------------------------------------------------
	orderDetail
---------------------------------------------------------------------------------*/

.orderDetail header {
	position: relative;
	text-align: center;
	border-bottom: 3px solid #000024;
}

.orderDetail h1 {
	padding: 3% 0 0;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
}

.orderDetail .sub {
	font-size: 10px;
}

.orderDetail .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.orderDetail #ctArea .box01 {
	position: relative;
	width: 96%;
	margin: 2% auto 3%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 4px rgb(22,22,56,0.80);
}

.orderDetail #ctArea .box01 .pos {
	position: absolute;
	top: 0;
	right: 3%;
	width: 90px;
	margin: 21% 0 0;
}

.orderDetail #ctArea .box01 .pos a {
	display: block;
	padding: 1px 0 1px 19px;
	background:#fff url("/img/ico_map_01.png") no-repeat 5px center;
	background-size: 10px auto;
	border: 1px solid #161638;
	border-radius: 3px;
	box-sizing: border-box;
}

.orderDetail #ctArea .box01 .status {
	padding: 3% 0;
	text-align: center;
	background:#e8e8eb;
	background-size: 11px auto;
	border-radius: 0 0 5px 5px;
}

.orderDetail #ctArea .box01 .grade {
	padding: 2% 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background:#f7931e;
	background-size: 11px auto;
	border-radius: 0 0 5px 5px;
}

.orderDetail #ctArea .box01 ul {
	border-bottom: 2px solid #06062b;
}

.orderDetail #ctArea .box01 ul li {
	position: relative;
	padding: 3.5% 4%;
}

.orderDetail #ctArea .box01 ul li + li {
	border-top: 1px solid #8a8a9b;
}

.orderDetail #ctArea .box01 ul li h2 {
	margin: 0 0 0.5%;
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.orderDetail #ctArea .box01 ul li h2 span {
	display: block;
	font-weight: normal;
}

.orderDetail #ctArea .box01 ul li .num {
	position: absolute;
	top: 50%;
	right: 11%;
	display: block;
	width: 18px;
	margin: -9px 0 0;
	padding: 0;
	color: #fff;
	text-align: center;
	background: #f7931e;
	border-radius: 9px;
}

.orderDetail #ctArea .box01 ul li .check {
	position: absolute;
	top: 50%;
	right: 4%;
	display: block;
	width: 12px;
	margin: -6px 0 0;
}

.orderDetail .sumBox {
	padding: 4.5% 4% 7%;
}

.orderDetail .sumBox p {
	position: relative;
	color: #161638;
	font-size: 14px;
	line-height: 1.75;
}

.orderDetail .sumBox p .ttl {
	display: inline-block;
	width: 2em;
	text-align: right;
}

.orderDetail .sumBox p .num {
	display: inline-block;
	width: 2em;
	margin: 0 0 0 10px;
	text-align: right;
}

.orderDetail .sumBox p .right {
	position: absolute;
	top: 0;
	right: 2%;
	font-size: 14px;
}

.orderDetail .sumBox h3 {
	position: relative;
	margin: 6% 0 0;
	color: #161638;
	font-size: 15px;
	font-weight: bold;
}

.orderDetail .sumBox h3 .yellow {
	margin: 0 5px;
	color: #f7931e;
	font-weight: bold;
}

.orderDetail .sumBox h3 .small {
	font-size: 11px;
	vertical-align: baseline;
}

.orderDetail .sumBox h3 .right {
	position: absolute;
	top: 0;
	right: 5%;
	font-size: 20px;
	font-weight: bold;
}


.orderDetail .btn a {
	display: block;
	width: 100%;
	padding: 13px 4%;
	color:#fff;
	font-size: 16px;
	text-align: center;
	background: #5c5c74;
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------------
	error
---------------------------------------------------------------------------------*/

.error header {
	position: relative;
	text-align: center;
	border-bottom: 3px solid #000024;
}

.error h1 {
	padding: 3% 0 0;
	color:#161638;
	font-size: 15px;
	font-weight: bold;
}

.error .sub {
	font-size: 10px;
}

.error .back {
	position: absolute;
	top: 0;
	left: 4%;
	width: 4.5%;
	margin: 5% 0 0;
}

.error #ctArea p {
	width: 84%;
	margin: 1.5em auto 0;
	font-size: 14px;
}


























