@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, h7,
ul, li,
dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

body,
input,
button,
select,
textarea {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}
_:-ms-lang(x)::-ms-backdrop, body,
_:-ms-lang(x)::-ms-backdrop, input,
_:-ms-lang(x)::-ms-backdrop, button,
_:-ms-lang(x)::-ms-backdrop, select,
_:-ms-lang(x)::-ms-backdrop, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,
a {
	color: #000;
	text-decoration: none;
}
a:hover,
.main .error a {
	color: #00c8e1;
}
a:hover img,
footer a.pagetop:hover,
input[type="submit"]:hover,
input[type="clear"]:hover,
button:hover,
.list .pager ul li a:hover,
.contact table td[colspan] a:hover,
.information .info_nav li a:hover,
.main .recruit .contents ul.button3 li a:hover,
.main .recruit .contents ul.button2 li a:hover,
.main .recruit .contents aside a:hover,
.contact ul.inquiry li a:hover,
.contact .side ul li a:hover,
.main .aboutus .onlyone article .menu ul li a:hover,
.main .shop .contents .shop_menu ul li a:hover,
.main .sweetsplan .locabo .contents .quantity a:hover,
.main .sweetsplan .enjoy .contents .locabo_link a:hover,
.main .sweetsplan .locabo_link .contents ul.locabo_link a:hover {
	opacity: 0.9;
}

i {
	vertical-align: middle;
	margin-right: 5px;
}

.wavy {
	margin-top: -20px;
	height: 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wavy:before,
.wavy:after {
	content:"";
	position: absolute;
	width: 50%;
	height: 40px;
}
.wavy:before {
	bottom: 20px;
	left: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.wavy:after {
	top: 20px;
	right: 0;
}

#svg-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.img {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="clear"],
button,
select {
	height: 40px;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="clear"],
button,
textarea {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	vertical-align: middle;
}
input[type="text"],
input[type="password"],
select,
textarea {
	padding: 0 1em;
}
textarea {
	padding-top: -webkit-calc((40px - 1em) / 2);
	padding-top: calc((40px - 1em) / 2);
	padding-bottom: -webkit-calc((40px - 1em) / 2);
	padding-bottom: calc((40px - 1em) / 2);
}
input[type="submit"],
input[type="clear"],
button {
	cursor: pointer;
}

.select {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	padding-right: 30px;
	width: 100%;
}
.select:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 5px;
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #00c8e1 transparent transparent transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: -webkit-calc(100% + 75px);
	width: calc(100% + 75px);
	border: none;
	background: none;
	outline: none;
	color: rgba(0, 0, 0, 0.5);
}

.required {
	float: right;
	background-color: #cf000e;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.4rem;
	padding: 0 7px;
	line-height: 25px;
}

.invalid-feedback {
  color: #dc3545;
}

.button {
	text-align: center;
	margin: 40px 0;
}
.button ul li {
	display: inline;
}

.submit {
	border: 2px solid #00c8e1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.submit:after,
div.topColumn h2 a:before,
div#headerContents h2:before,
 div#mainContents ul.kodawari li p.right a:before,
ul.kodawari-link li a:before,
dl.stance dd p.right a:before,
.promotion p.right a:before,
table.flow td.next:before {
	content: "";
	border-style: solid;
	border-color: #00c8e1;
	border-top: none;
	border-left: none;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.submit:after,
div.topColumn h2 a:before,
div#headerContents h2:before {
	width: 7px;
	height: 7px;
	border-width: 3px;
	top: 50%;
	position: absolute;
	display: block;
}
div#mainContents ul.kodawari li p.right a:before,
ul.kodawari-link li a:before,
dl.stance dd p.right a:before,
.promotion p.right a:before,
table.flow td.next:before {
	 width: 5px;
	 height: 5px;
	 border-width: 2px;
	 display: inline-block;
	 vertical-align: middle;
	 margin-right: 7px;
	 margin-top: 2px;
}
 div#mainContents ul.kodawari li p.right a:hover:before,
ul.kodawari-link li a:hover:before,
dl.stance dd p.right a:hover:before,
.promotion p.right a:hover:before {
	 margin-right: 5px;
	 margin-left: 2px;
}
.submit:after {
	right: 15px;
}
div.topColumn h2 a:before,
div#headerContents h2:before {
	left: -2px;
}
.submit:hover:after {
	right: 13px;
}
div.topColumn h2 a:hover:before {
	left: 0;
}
.submit input {
	background: none;
	height: 56px;
	width: 500px;
	border: none;
}

@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('../font/BebasNeue-Bold.ttf') format('truetype'),
		 url('../font/BebasNeue-Bold.eot'),
		 url('../font/BebasNeue-Bold.woff');
}
.side ul li .number,
.side ul li .time span {
	font-family: BebasNeue-Bold;
	-ms-font-feature-settings: "normal";
}

@media print{
	.no_print{
			display: none;
	}
}