/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

body {
	color: #494949;
	font-size: 1rem;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,verdana,sans-serif;
	line-height: 2rem;
}

.heading-img {
	text-align: center;
	line-height: 0;
}

.heading02-img {
	text-align: center;
	margin-top: 40px;
}

a:hover img {
	opacity: .7;
}

button[type="submit"] {
	background: none;
	border: none;
	cursor: pointer;
}

button[type="submit"]:hover img {
	opacity: .7;
}

/*---------------------------
 * コンテンツを包むスタイル
 ---------------------------*/

.l-continer {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 1px;
	position: relative;
}

.logo {
	position: absolute;
	top: 10px;
	left: 0;
}

.section-box + .section-box {
	margin-top: 70px;
}

.section-box__inner {
	padding: 10px;
}

.salon-bg {
	padding: 20px 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a0d3e8+0,d6f3ff+50,a0d3e8+100 */
	background: #a0d3e8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a0d3e8 0%, #d6f3ff 50%, #a0d3e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d3e8', endColorstr='#a0d3e8',GradientType=1 ); /* IE6-9 */
}

.choose-bg {
	padding: 20px 0;
	background: #fff8de;
}

.mail-form {
	margin-top: 30px;
}

.step {
	padding-top: 100px;
}

.l-table {
	font-size: .9375rem;
	text-align: left;
	width: 100%;
}

.l-table + .l-table {
	margin-top: 30px;
}

.l-table th {
	color: #000;
	font-weight: bold;
	background-color: #f1f1f1;
	width: 30%;
}

.l-table th,
.l-table td {
	padding: 10px;
	border-bottom: 1px solid #dadada;
	vertical-align: middle;
}

.footer {
	margin-top: 30px;
}

.footer li > div {
	display: none;
	font-size: .8rem;
	line-height: 1.7;
	margin: 15px;
}

.footer li .label {
	background: url(../image/plus.png) no-repeat 99% center #F1F1F0;
	background-size: 17px;
	padding: 10px;
	border: solid 1px #ccc;
}

.footer li .label.is-open {
	background-image: url(../image/minus.png);
}

.footer table {
	font-size: .8rem;
}

.footer .blk h3 {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: dotted 1px #666;
	letter-spacing: 1px;
	margin: 20px 0 10px 0;
}

/*---------------------------
 * 汎用的スタイル
 ---------------------------*/

/* margin */

.mt-m {
	margin-top: 30px;
}

.mt-l {
	margin-top: 60px;
}

.mt-xl {
	margin-top: 90px;
}

.ml-xs {
	margin-left: 5px;
}

.mr-xs {
	margin-right: 5px;
}

/* テキスト用スタイル */

.txt__req {
	color: #fff;
	display: inline-block;
	background: #E63D3D;
	font-size: .6875rem;
	line-height: 20px;
	padding: 0px 5px;
}

.txt__size-xs {
	font-size: .75rem;
}

.txt__size-s {
	font-size: .875rem;
}

.txt__size-l {
	font-size: 1.25rem;
}

.txt__float-r {
	float: right;
}

.txt__alert {
	color: #E63D3D;
	font-weight: bold;
}

.txt__alert-area {
	color: #E63D3D;
	font-size: 1.1rem;
	font-weight: bold;
	border: solid 3px #ccc;
	padding: 10px;
}

.txt__alert.border__bottom {
	border-bottom: solid 1px #E63D3D;
}

.txt__center {
	text-align: center;
}

.txt__url {
	color: #DA2727;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	border: solid 2px #DA2727;
	padding: 20px 0;
	margin-top: 10px;
}

.txt__remaining {
	font-size: 1.3rem;
	margin-top: 10px;
	letter-spacing: 1.5px;
}

.txt__remaining span {
	color: #E63D3D;
	font-size: 2rem;
	font-weight: bold;
}

.img {
	margin-top: 30px;
}

.arrow {
	margin-top: 60px;
}

.table {
	display: table;
	width: 100%;
}

.table__cell {
	display: table-cell;
	text-align: center;
}

.table__cell.left {
	text-align: left;
}

.table__cell.right {
	text-align: right;
}

.table.type-f {
	font-size: .8rem;
	line-height: 1.5;
	margin: 40px 0 20px 0;
	padding: 20px 10px;
	border-top: double 4px #666;
	box-sizing: border-box;
	position: relative;
}

.table.type-f .table__cell {
	vertical-align: middle;
}

.l-btn {
	text-align: center;
	margin: 30px 0;
}

.l-btn button {
	cursor: pointer;
	margin-top: 15px;
	background: #6BB8F3;
	border: none;
	padding: 20px 100px;
	color: #FFF;
	font-size: 1.2rem;
}

.l-btn button[disabled] {
	cursor: text;
	background: #BFD5E6;
}

.l-btn .back:before {
	content: "<<";
	margin-right: 15px;
}

.list-row li {
	display: inline-block;
	width: 22%;
	vertical-align: top;
	text-indent: -1em;
	margin-left: 1em;
}

.list-row.col-5 li {
	width: 17%;
}

/*---------------------------
 * form用スタイル
 ---------------------------*/

.mail-form input[type="text"] {
	padding: 3px 5px;
	font-size: 14px;
}

.mail-form input[type="text"].is-error,
.mail-form select.is-error {
	border: solid 1px #E63D3D;
}

.mail-form input[type="checkbox"],
.mail-form input[type="radio"] {
	margin-right: 5px;
}

.err-msg {
	color: #E63D3D;
	display: none;
	font-size: .875rem;
}

.err-msg.is-show {
	display: block;
}

.scroll_box {
	font-size: 13px;
	height: 180px;
	padding: 5px;
	overflow: scroll;
	border: solid 1px #dadada;
}

.scroll_box h3 {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: dotted 1px #666;
	letter-spacing: 1px;
	margin: 20px 0 10px 0;
}

/*---------------------------
 * アンケート用スタイル
 ---------------------------*/

.question {
	border: solid 2px #FFCC33;
	background: #FFE599;
	padding: 30px;
	margin-bottom: 30px;
}

.question .item + .item {
	margin-top: 20px;
}

.question h2 {
	color: #F8752E;
	font-size: 1.375rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.question h2 span {
	font-weight: normal;
}

.question h2 span:last-child {
	margin-top: 20px;
}

.question .inner {
	margin: 10px;
}

.question textarea {
	max-width: 500px;
	width: 100%;
	height: 50px;
}

.question li.other {
	display: block;
	width: 100%;
}

.question li.other input[type="text"] {
	width: 200px;
	margin-left: 5px;
}

.question li.other input[disabled] {
	background: #eee;
}

.glide {
	position: relative;
	width: 100%;
	height: 100%;
}

.glide__wrapper {
	overflow: hidden;
}

.glide__track {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y;
	overflow: hidden;
}

.glide__track.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glide__slide {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glide__arrow {
	cursor: pointer;
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glide--slider .glide__slide {
	float: left;
	clear: none;
}

.glide--carousel.glide--vertical .glide__track {
	overflow: visible;
}

.glide--carousel .glide__slide {
	float: left;
	clear: none;
}

.glide--slideshow .glide__wrapper {
	height: 100%;
}

.glide--slideshow .glide__slide {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.glide--slideshow .glide__slide.active {
	z-index: 1;
}

.glide {
	margin-bottom: 40px;
}

.glide__slide {
	text-align: center;
}

.glide__slide img {
	width: 95%;
}

.glide__arrows {
	position: absolute;
}

.glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%;
}

.glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%;
}

.glide__arrow {
	position: absolute;
	z-index: 2;
	color: white;
	text-transform: uppercase;
	font: 1.2rem Arial, sans-serif;
	padding: 9px 12px;
	background-color: #333;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	transition: border 300ms ease-in-out;
}

.glide__arrow:focus {
	outline: none;
}

.glide__arrow:hover {
	border-color: white;
}

.glide--horizontal .glide__arrow {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.glide--horizontal .glide__arrow.prev {
	left: -20px;
}

.glide--horizontal .glide__arrow.next {
	right: -20px;
}

.glide--vertical .glide__arrow {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.glide--vertical .glide__arrow.prev {
	top: 0;
}

.glide--vertical .glide__arrow.next {
	bottom: 0;
}

.glide__bullets {
	position: absolute;
	list-style: none;
}

.glide--horizontal .glide__bullets {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center;
}

.glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.glide__bullets > * {
	display: inline-block;
	background-color: #ccc;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all 300ms ease-in-out;
}

.glide--horizontal .glide__bullets > * {
	margin: 0 5px;
}

.glide--vertical .glide__bullets > * {
	vertical-align: middle;
}

.glide__bullets > *.active {
	background-color: #333;
}

.glide__bullets > *:focus {
	outline: none;
}

.glide__bullets > *:hover,
.glide__bullets > *:focus {
	border: 2px solid white;
	background-color: #333;
}

.glide--slider .glide__arrow {
	opacity: 1;
	transition: opacity 150ms ease;
}

.glide--slider .glide__arrow.disabled {
	opacity: 0.33;
}

@media screen and (max-width: 768px) {

html {
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}

.logo {
	top: 5px;
	left: 10px;
}

.logo img {
	width: 45%;
}

.section-box + .section-box {
	margin-top: 50px;
}

.salon-bg {
	padding: 10px;
}

.choose-bg {
	padding: 10px;
}

.step {
	padding-top: 50px;
}

.step img {
	width: 90%;
}

.l-table + .l-table {
	margin-top: 10px;
}

.l-table th,
.l-table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: none;
}

.l-table tr + tr {
	display: block;
	margin-top: 10px;
}

.mt-m {
	margin-top: 20px;
}

.mt-l {
	margin-top: 40px;
}

.mt-xl {
	margin-top: 60px;
}

.img {
	margin-top: 15px;
}

.arrow {
	margin-top: 30px;
}

.arrow img {
	width: 50%;
}

.table__cell img {
	width: 90%;
}

.table.type-f {
	margin: 20px 0 10px 0;
}

.table.type-f .table__cell {
	display: block;
}

.table.type-f .table__cell img {
	width: 25%;
}

.table .footer_logo {
	position: absolute;
	bottom: 23px;
	right: 7px;
}

.l-btn {
	margin: 10px 0;
}

.l-btn button {
	padding: 15px 60px;
	font-size: 1rem;
}

.list-row li {
	display: block;
	width: 100%;
}

.list-row.col-5 li {
	width: 100%;
}

.mail-form input[type="text"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.mail-form .ml-xs {
	margin-left: 0;
}

.question {
	padding: 10px;
}

}

