@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 login.css

+++++++++++++++++++++++++++++++ */

/* reset
-----------------------------------*/
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;
	vertical-align: baseline;
	background: transparent;
}

ol, ul{ list-style: none; }

table{
	border-collapse: collapse;
	border-spacing:0;
}

caption, th {
	text-align: left;
}


/* default
-----------------------------------*/
html, body, input, button, textarea, select {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "游ゴシック Medium", "游ゴシック", 'YuGothic', "游ゴシック体", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	letter-spacing: .01em;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
	overflow: auto;
}

*, *:before, *:after { box-sizing: border-box; }

a {
	color: #333;
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
}

a:focus {
	outline:none;
}

h1, h2, h3, h4, h5 { font-size: 1.25rem; }
h1, h2, h3, h4, h5 { max-height: 100%; } /* Android対策 */

button {
	cursor: pointer;
}


/*iOSでのデフォルトスタイルをリセット
-----------------------------------*/
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/* 背景
-----------------------------------*/
.loginPage {
	background: #004738;
}


/* contents
-----------------------------------*/
.loginContainer {
	overflow: hidden;
}

.loginContainerMain {
	position: relative;
	width: 600px;
	margin: 60px auto 30px;
}

.loginContainerMain::before {
	content: '';
	position: absolute;
	bottom: -210px;
	left: -660px;
	width: 600px;
	height: 679px;
	background: url(/ec/images/shop4s/login/login_dog.png) no-repeat;
	background-size: contain;
}

.loginContainerMain::after {
	content: '';
	position: absolute;
	bottom: -210px;
	right: -660px;
	width: 600px;
	height: 679px;
	background: url(/ec/images/shop4s/login/login_cat.png) no-repeat;
	background-size: contain;
}

.loginContainerMain_head {
	position: relative;
	width: 100%;
	padding: 50px 40px;
	background: #fff;
	border: 4px solid #C79F62;
	z-index: 10;
}

.loginContainerMain_inner {
}

.loginContainerMain_logo {
	margin-bottom: 50px;
	text-align: center;
}

.loginContainerMain_logo img {
	width: 360px;
}

.loginContainerMain_inner p {
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-weight: 500;
}

.loginContainerMain_inner p span {
	display: block;
	font-size: 1.6rem;
}

.message {
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #c00;
	background: #faefef;
	border: 1px solid #c00;
}

.loginContainerMain_form,
#loginForm {
	text-align: center;
}

.loginContainerMain_form img {
	width: 120px;
}

.loginContainerMain_id,
.loginContainerMain_password {
	width: 300px;
	margin: 0 auto 20px;
}

.loginContainerMain_id input,
.loginContainerMain_password input {
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.6px;
	text-align: center;
	color: #333;
	padding: 12px 10px;
	border: 1px solid #333;
}

.loginContainerMain_submit input {
	width: 300px;
	padding: 10px 10px;
	font-size: 2.0rem;
	letter-spacing: 0.6px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-weight: 500;
	background: #C79F62;
	color: #fff;
	border: none;
	transition: .2s ease-in-out;
	cursor: pointer;
	opacity: 1;
}

.loginContainerMain_submit input:hover {
	opacity: .7;
}

.loginContainerMain_text {
	margin: 14px 0 0;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-weight: 500;
	color: #C79F62;
}

.loginContainerBottom {
	width: 600px;
	margin: 0 auto 60px;
}