@charset "UTF-8";
/************************************************
  built by sass-loader
 ************************************************/
/*----------------------------------------------------------------------------------------
  ----- reset
  ---------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {

  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:active,
a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

img, object, embed {
  vertical-align: top;
}

figure {
  margin: 0;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

.bt:hover {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

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

caption, th {
  text-align: left;
}

li {
  list-style-type: none;
}

em {
  font-weight: bold;
}

/*----------------------------------------------------------------------------------------
  ----- page
  ---------------------------------------------------------------------------------------- */
/*
 ::selection */
::-moz-selection {
  background: #e0e0e0;
  color: #393939;
}
::selection {
  background: #e0e0e0;
  color: #393939;
}

::-moz-selection {
  background: #e0e0e0;
  color: #393939;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

/*
 basic settings */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

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

body {
  color: #333333;
  font-size: 10px;
  font-family: "Noto Sans JP", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \30B4\30B7\30C3\30AF", sans-serif;
  line-height: 2.0;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  cursor: pointer;
  text-decoration: none;
}

br.mq {
  display: none;
}

.tb-1 {
  display: table;
  width: 100%;
  height: 100%;
}

.tb-2 {
  display: table-cell;
  vertical-align: middle;
}

.tb-3 {
  position: relative;
}

.reserveErrorMessages{
	margin: 20px 15px 0;
	border: 1px solid #ed3f55;
	padding: 10px;
	background: #faf6ec;
	color: #ed3f55;
	font-size: 16px;
	font-weight: bold;
}

.remarksArea {
	margin: 12px 4px;
	padding: 12px;
	width: 98%;
	height: 200px;
	overflow: scroll;
	background: #fff;
}

.privacyArea {
	text-align: left;
}

.mapArea {
	width: 100%;
	height: 550px;
	padding: 6px;
    margin-bottom: 24px;
	text-align: center;
	overflow: scroll;
	background: #fff;
}

@media screen and (max-width: 768px) {
  br.mq {
    display: block;
  }
  br.pc {
    display: none;
  }
}

html {
  background-color: #ed3f55;
}

body {
  background: url(../img/common/bg_pc.gif);
}

a {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

a:hover {
  opacity: 0.8;
}

.has-width-limit {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.has-width-limit-smaller {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.logo-header {
  width: 185px;
  height: 46px;
}

.logo-footer {
  width: 123px;
  height: 75px;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.form-list .form-label {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

.form-list .form-label small {
  font-size: 12px;
}

#g-header {
  background-color: #ed3f55;
  padding-top: 15px;
  padding-bottom: 90px;
}

#g-header h1 {
  line-height: 1;
  /* float: left; */
  margin: 0 auto;
}

#g-header p {
  display: none;
  padding-top: 10px;
  float: right;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

#g-header .inner {
  text-align: center;
  /* overflow: hidden; */
}

#g-footer {
  text-align: center;
  background-color: #bd0816;
}

#g-footer .block-body {
  background-color: #ed3f55;
}

#g-footer #copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
}

#wrap {
  position: relative;
  top: -70px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .logo-header {
    width: 138px;
    height: 34.5px;
  }
  .logo-footer {
    width: 64.5px;
    height: 68.5px;
  }
  #g-header {
    padding: 10px 15px;
  }
  #g-header p {
    padding-top: 0;
    line-height: 1.3;
    font-size: 15px;
  }
  #g-footer .block-body {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  #g-footer #copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 1;
  }
  #wrap {
    padding: 0 0 35px 0;
    top: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 1280px) {
  #main-visual p {
    color: #fff;
  }
}

@media screen and (max-width: 375px) {
  #main-visual p {
    color: #fff;
  }
}

/*----------------------------------------------------------------------------------------
  ----- utils
  ---------------------------------------------------------------------------------------- */
.text-underline {
  text-decoration: underline;
}

.text-red {
  color: #ed3f55;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pt-1 {
  padding-top: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-5 {
  margin-top: 5px;
}

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

.mb-5 {
  margin-bottom: 5px;
}

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

.pt-6 {
  padding-top: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pt-11 {
  padding-top: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.pt-19 {
  padding-top: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

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

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.mt-21 {
  margin-top: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.mt-23 {
  margin-top: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pt-26 {
  padding-top: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.pt-27 {
  padding-top: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.mt-27 {
  margin-top: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.mt-29 {
  margin-top: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

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

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pt-31 {
  padding-top: 31px;
}

.pr-31 {
  padding-right: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.mt-31 {
  margin-top: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.pt-33 {
  padding-top: 33px;
}

.pr-33 {
  padding-right: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.mt-33 {
  margin-top: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.pt-34 {
  padding-top: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.mt-37 {
  margin-top: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.pt-38 {
  padding-top: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.pt-39 {
  padding-top: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.mt-39 {
  margin-top: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

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

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pt-41 {
  padding-top: 41px;
}

.pr-41 {
  padding-right: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.mt-41 {
  margin-top: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.pt-42 {
  padding-top: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.pt-43 {
  padding-top: 43px;
}

.pr-43 {
  padding-right: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.mt-43 {
  margin-top: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.pt-44 {
  padding-top: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pt-46 {
  padding-top: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.pt-47 {
  padding-top: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.mt-47 {
  margin-top: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.pt-49 {
  padding-top: 49px;
}

.pr-49 {
  padding-right: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.mt-49 {
  margin-top: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

/*----------------------------------------------------------------------------------------
  ----- modules/icon
  ---------------------------------------------------------------------------------------- */
i.icon {
  display: inline-block;
  font-style: normal;
}

i.icon.blank {
  position: relative;
  width: 16px;
  height: 16px;
  top: -1px;
  vertical-align: middle;
  background: 50% 50% no-repeat url(../img/icons/icon_blank.svg);
  background-size: 16px 16px;
}

i.icon.arrow-down {
  position: relative;
  width: 16px;
  height: 16px;
  top: -1px;
  vertical-align: middle;
  background: 50% 50% no-repeat url(../img/icons/icon_down.svg);
  background-size: 16px 16px;
}

i.icon.caution {
  position: relative;
  width: 26px;
  height: 26px;
  top: -2px;
  background-color: #ffd400;
  text-align: center;
  border-radius: 13px;
  margin-right: 10px;
  vertical-align: middle;
}

i.icon.caution:before {
  display: inline-block;
  content: '!';
  width: 100%;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  vertical-align: super;
}

/*----------------------------------------------------------------------------------------
  ----- modules/button
  ---------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------
  ----- modules/confirmTextSection
  ---------------------------------------------------------------------------------------- */
#confirm-text-section {
  padding: 10px 20px;
  color: #ed3f55;
}

#confirm-text-section h2 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;
}

#confirm-text-section p {
  padding-left: 35px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #confirm-text-section {
    padding: 30px 15px;
  }
  #confirm-text-section h2 {
    font-size: 14px;
  }
  #confirm-text-section p {
    line-height: 1.5;
    padding-left: 0;
  }
}

/*----------------------------------------------------------------------------------------
  ----- modules/level2BlockDesign
  ---------------------------------------------------------------------------------------- */
.level2-block {
  margin-bottom: 30px;
}

.level2-block /deep/ .level2-block-head h2 {
  color: #ed3f55;
}

.level2-block /deep/ .level2-block-head p {
  padding-left: 35px;
  color: #ed3f55;
}

.level2-block .level2-block-body {
  padding-left: 30px;
  padding-right: 30px;
}

.level2-block h2 {
  font-size: 18px;
}

.level2-block h3 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

.level2-block p {
  line-height: 1.5;
  font-size: 14px;
}

.level2-block p a {
  font-weight: bold;
  color: #ed3f55;
  text-decoration: underline;
}

.level2-block .caution-group {
  margin-bottom: 25px;
}

.level2-block .caution-list {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}

.level2-block .caution-list:last-child {
  margin-bottom: 0;
}

.level2-block .caution-list .icon {
  position: absolute;
  top: -3px;
  left: 0;
}

.level2-block .link-list {
  margin-bottom: 5px;
}

.level2-block .link-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level2-block .level2-block-head p {
    padding-left: 0;
  }
  .level2-block .level2-block-body {
    padding-left: 0;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/FrameBlock
  ---------------------------------------------------------------------------------------- */
.frame-block {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.frame-block .frame-block-head {
  border-bottom: 1px solid #ed3f55;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.frame-block .frame-block-head h1 {
  line-height: 1.3;
  font-size: 30px;
  color: #ed3f55;
}

.frame-block .frame-block-body {
  margin-bottom: 30px;
}

.frame-block .frame-block-body p {
  color: #ed3f55;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.frame-block .frame-block-body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .frame-block {
    padding: 30px 15px;
  }
  .frame-block .frame-block-head h1 {
    font-size: 20px;
  }
  .frame-block .frame-block-body {
    text-align: left;
  }
  .frame-block .frame-block-body p {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/Level1Block
  ---------------------------------------------------------------------------------------- */
.level1-block {
  padding: 20px 30px;
  background-color: #faf6ec;
  text-align: left;
  color: #ed3f55;
}

.level1-block .level1-block-body {
  border-bottom: 1px solid #ed3f55;
}

.level1-block .level1-block-body p {
  font-size: 14px;
  line-height: 1.5;
}

.level1-block .level1-block-body.no-footer {
  border-bottom: 0;
}

/*----------------------------------------------------------------------------------------
  ----- components/Level2Block
  ---------------------------------------------------------------------------------------- */
.level2-block {
  padding: 40px 30px;
  background-color: #fff6cc;
  text-align: left;
}

.level2-block .level2-block-head {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ed3f55;
}

@media screen and (max-width: 768px) {
  .level2-block {
    padding: 20px 25px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/Level3Block
  ---------------------------------------------------------------------------------------- */
.level3-block {
  padding: 20px 30px;
  background-color: #fae7e9;
  border: 1px solid #f2bcc2;
  text-align: left;
  color: #ed3f55;
}

.level3-block .level3-block-body p {
  font-size: 14px;
  line-height: 1.5;
}

/*----------------------------------------------------------------------------------------
  ----- components/CampaignHeader
  ---------------------------------------------------------------------------------------- */
.campaign-header {
  margin-bottom: 30px;
}

.campaign-header .block-head {
  background-color: #ffff83;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 12px;
  overflow: hidden;
}

.campaign-header .block-head .tooltip {
  position: relative;
  float: left;
  margin-right: 24px;
  padding: 15px;
  width: 140px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #ff9042;
  border-radius: 10px;
}

.campaign-header .block-head .tooltip:after {
  display: block;
  position: absolute;
  bottom: 12px;
  right: -14px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../img/common/campaign_tooltip.png) top left no-repeat;
}

.campaign-header .block-head h2 {
  font-size: 18px;
  color: #ed3f55;
  line-height: 47px;
}

.campaign-header .small {
  font-size: 12px;
  color: #7a4d53;
}

@media screen and (max-width: 768px) {
  .campaign-header .block-head {
    border-radius:0;
    padding: 15px;
  }
  .campaign-header .block-head .tooltip {
    padding: 10px;
    width: 85px;
    font-size: 12px;
  }
  .campaign-header .block-head .tooltip:after {
    bottom: 8px;
    right: -10px;
  }
  .campaign-header .block-head h2 {
    font-size: 13px;
    line-height: 1.5;
  }
  .campaign-header .small {
    padding: 0 15px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/header-info
  ---------------------------------------------------------------------------------------- */
.header-info {
  background-color: #fff;
  padding: 20px 8px;
}

.header-info h2{
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.h3-calla-info {
  color: #ed3f55;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #ed3f55;
}
.header-info .remarks-box {
  background: #FFF799;
  padding: 10px 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}
.header-info .remarks-box .txt{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
.header-info .grid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.header-info .grid .left, .header-info .grid .right{
  width: 49%;
}

.header-info .kinkyu_pc{
  display: block !important;
  max-width: 100%;
  height: auto;
  width: auto;
}

.header-info .kinkyu_sp{
  display: none !important;
}

@media screen and (max-width: 768px) {
	 .header-info h2{
	  font-size: 17px;
	}
	.h3-calla-info {
	  font-size: 17px;
	}
	.header-info .remarks-box .txt{
	  font-size: 13px;
	}
	.header-info .grid{
	  flex-direction: column;
	  justify-content: space-between;
	}
	
	.header-info .grid .left, .header-info .grid .right{
	  width: 100%;
	}
	
	.header-info .grid .right{
	  margin-top: 10px;	
	}
	
	.header-info .kinkyu_pc{
	  display: none !important;
	}
	
	.header-info .kinkyu_sp{
	  display: block !important;
	  max-width: 100%;
      height: auto;
      width: auto;
	}
}

/*----------------------------------------------------------------------------------------
  ----- components/StepHeader
  ---------------------------------------------------------------------------------------- */
.step-header {
  background-color: #faf6ec;
  padding: 20px 30px 15px;
}

.step-header h2 {
  color: #ed3f55;
  font-size: 17px;
}

.step-header p {
  position: relative;
  line-height: 1.3;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
  z-index: 2;
}

.step-header .block-head {
  text-align: center;
  margin-bottom: 10px;
}

.step-header .block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-header .unit {
  display: block;
  position: relative;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-right: 10px;
  padding-top: 14px;
  background: 50% 50% no-repeat url(../img/common/step_arrow.png);
  background-size: contain;
}

.step-header .unit:last-child {
  margin-right: 0;
}

.step-header .unit.is-current {
  background-image: url(../img/common/step_arrow_current.png);
}

.step-header .unit.is-current p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step-header {
    padding: 15px;
  }
  .step-header p {
    font-size: 13px;
  }
  .step-header .block-body {
    max-width: 345px;
    margin-right: auto;
    margin-left: auto;
  }
  .step-header .unit {
    padding-top: 11px;
    background-image: url(../img/common/step_arrow_sp.png);
  }
  .step-header .unit.is-current {
    background-image: url(../img/common/step_arrow_current_sp.png);
  }
  .step-header .unit.is-current p {
    color: #fff;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/ReserveCard
  ---------------------------------------------------------------------------------------- */
.reserve-card {
  padding: 30px;
  background-color: #ed3f55;
  color: #fff;
  text-align: left;
}

.reserve-card h2 {
  font-size: 30px;
  line-height: 1;
}

.reserve-card p {
  font-size: 15px;
  line-height: 1.2;
}

.reserve-card .block-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reserve-card .block-head p {
  margin-bottom: 10px;
}

.reserve-card .block-body .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.reserve-card .block-body .col:last-child {
  margin-right: 0;
}

.reserve-card .block-body .col p {
  font-size: 22px;
  font-weight: bold;
}

.reserve-card .block-body .col small {
  font-size: 14px;
  font-weight: normal;
}

.reserve-card .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .reserve-card {
    padding: 20px 15px;
  }
  .reserve-card .block-head {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .reserve-card .block-head p {
    margin-bottom: 5px;
  }
  .reserve-card .block-body .col {
    margin-right: 20px;
  }
  .reserve-card .block-body .col p {
    line-height: 1.5;
    font-size: 20px;
  }
  .reserve-card .block-body .col small {
    font-size: 15px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/Calender
  ---------------------------------------------------------------------------------------- */
.calender {
  text-align: center;
}

.calender table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ece8dd;
  font-size: 16px;
}

.okMark, .ngMark{
  font-size: 30px;
}

.okMark{
  color: #CC4466;
  font-weight: bold; 
}

.timeMark {
  font-size: 13px;
  margin-bottom: 1px;
  padding: 0;
}

.sunday  {
  color: #BB5555;
}

.sunday .timeMark {
  font-size: 13px;
  margin-bottom: 1px;
  padding: 0;
  color: #BB5555;
} 

.saturday {
  color: #4466BB;
}

.saturday .timeMark {
  font-size: 13px;
  margin-bottom: 1px;
  padding: 0;
  color: #4466BB;
} 

.calender thead {
  font-weight: bold;
}

.calender tr {
  border-bottom: 1px solid #ece8dd;
}

.calender td {
  font-weight: bold;
  height: 60px;
  border-left: 1px solid #BFB9B0;
}

.calender .ok_td {
  background-color: #fff;
  -webkit-transition: color 1.2s, background-color 1.2s;
  transition: color 1.2s, background-color 1.2s;
}

.calender .ok_td:hover {
  background-color: #f2a92c;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.closeCell {
  background-color: #EEEEEE;
}

.calender tbody td:hover .calender-cell-btn {
  color: #fff;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.calender tbody td.is-disabled {
  background-color: #fff;
  pointer-events: none;
}

.calender tbody td.is-disabled .calender-cell-btn {
  color: #1a1a1a;
}

.calender p {
  /* line-height: 1.2; */
}



.calender .calender-head,
.calender .calender-foot {
  line-height: 1;
}

.calender .calender-head {
  margin-bottom: 15px;
}

.calender .calender-head h2 {
  font-size: 20px;
}

.calender .calender-remarks {
  text-align: left;
  margin: 10px 0;
  font-size: 15px;
}

.calender .calender-body {
  margin-bottom: 15px;
}

.calender .calender-cell-btn {
  display: block;
  height: 60px;
  padding-top: 15px;
  color: #f2a92c;
  -webkit-transition: color 1.2s, background-color 1.2s;
  transition: color 1.2s, background-color 1.2s;
}

.calender .calender-cell-btn.is-disabled {
  color: #1a1a1a;
  pointer-events: none;
}

.calender .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .calender table {
    font-size: 12px;
  }
  .calender th {
    text-align: center;
    width: 46px;
    height: 45px;
  }
  .calender .calender-cell-btn {
    height: 45px;
    padding-top: 10px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/StoreArea
  ---------------------------------------------------------------------------------------- */
.store-area h2 {
  font-size: 20px;
  font-weight: bold;
}

.store-area h3 {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

.store-area .section-head {
  padding-top: 40px;
}

.store-area .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ed3f55;
  padding: 20px 0;
}

.store-area .cols.last {
  padding-bottom: 10px;
  margin-bottom: -1px;
}

.store-area .cols .block-head {
  width: 150px;
  padding-top: 8px;
}

.store-area .cols .block-body {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding-left: 25px;
}

.store-area .icon {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.store-area .icon.marker {
  background-image: url(../img/icons/icon_marker_red.svg);
}

.store-area .icon.store {
  background-image: url(../img/icons/icon_store_red.svg);
}

.store-area .radio-button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.store-area #store-area-accordion {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .store-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .store-area .radio-button {
    display: block;
    width: 50%;
    max-width: 100%;
    margin-right: 0;
    float: left;
  }
  .store-area .radio-button:nth-of-type(odd) {
    padding-right: 5px;
  }
  .store-area .radio-button:nth-of-type(even) {
    padding-left: 5px;
  }
  .store-area .section-head {
    padding-top: 15px;
    /* display: none; */
  }
  .store-area .cols {
    padding: 15px 0;
  }
  .store-area .cols .block-head {
  	width: 120px;
  }
  .store-area .cols.last {
    display: block;
  }
  .store-area .cols.last .block-head {
    width: 100%;
    margin-bottom: 15px;
  }
  .store-area .cols.last .block-body {
    padding-left: 0;
    overflow: hidden;
  }
  .store-area .cols.last .block-body:before, .store-area .cols.last .block-body:after {
    display: table;
    content: '';
    line-height: 0;
  }
  .store-area .cols.last .block-body:after {
    clear: both;
  }
  .store-area .cols .block-body {
  	padding-left: 8px;
  }

	.store-area h2 {
	  font-size: 17px;
	}
	
	.store-area h3 {
	  font-size: 13px;
	}

	.store-area .icon {
	  width: 18px;
	  height: 18px;
	  margin-right: 4px;
	}

	.store-area .select-box {
	  height: 38px;
	}
}

/*----------------------------------------------------------------------------------------
  ----- components/RadioInput
  ---------------------------------------------------------------------------------------- */
.radio-input {
  position: relative;
  max-width: 500px;
}

.radio-input p {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

.radio-input p small {
  font-size: 12px;
}

.radio-input label {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  font-size: 15px;
}

.radio-input .error-msg {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  color: #ed3f55;
}

.radio-input .require {
  display: inline-block;
  position: absolute;
  line-height: 20px;
  padding: 0 10px;
  top: 0;
  right: 0;
  background-color: #ed3f55;
  color: #fff;
  border-radius: 10px;
}

/*----------------------------------------------------------------------------------------
  ----- components/SelectBox
  ---------------------------------------------------------------------------------------- */
.select-box {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 300px;
  overflow: hidden;
  border: 1px solid #ed3f55;
  border-radius: 10px;
  background-color: #faf6ec;
}

.select-box:after {
  display: block;
  content: '\25BC';
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  font-size: 10px;
  color: #ed3f55;
  pointer-events: none;
}

.select-box select {
  width: 120%;
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  text-indent: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-box span {
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  font-size: 16px;
  color: #4c4c4c;
  opacity: 0.5;
  pointer-events: none;
}

/*----------------------------------------------------------------------------------------
  ----- components/TextField
  ---------------------------------------------------------------------------------------- */
.text-field {
  position: relative;
  max-width: 500px;
}

.text-field p {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

.text-field p small {
  font-size: 12px;
}

.text-field label {
  display: block;
  position: relative;
  width: 100%;
}

.text-field textarea {
  width: 100%;
  /*max-width: 500px*/
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ed3f55;
  font-size: 16px;
  background-color: #faf6ec;
  resize: none;
}

.text-field .error-msg {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  color: #ed3f55;
}

.text-field .require {
  display: inline-block;
  position: absolute;
  line-height: 20px;
  padding: 0 10px;
  top: 0;
  right: 0;
  background-color: #ed3f55;
  color: #fff;
  border-radius: 10px;
}

/*----------------------------------------------------------------------------------------
  ----- components/TextInput
  ---------------------------------------------------------------------------------------- */
.text-input {
  position: relative;
  max-width: 500px;
}

.text-input p {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

.text-input p small {
  font-size: 12px;
}

.text-input label {
  display: block;
  position: relative;
  max-width: 500px;
  height: 50px;
}

.message .text-input label {
  height: 200px;
}

.text-input input {
  width: 100%;
  /*max-width: 500px*/
  height: 50px;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #ed3f55;
  font-size: 16px;
  background-color: #faf6ec;
}

.text-input textarea {
  width: 100%;
  /*max-width: 500px*/
  height: 200px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ed3f55;
  font-size: 16px;
  background-color: #faf6ec;
}

.text-input .error-msg {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  color: #ed3f55;
}

.text-input .require {
  display: inline-block;
  position: absolute;
  line-height: 20px;
  padding: 0 10px;
  top: 0;
  right: 0;
  background-color: #ed3f55;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

#sms-auth {
  padding: 15px;
}

#input-code {
  width: 90px;
  margin-top: 10px;
}

#sendSmsBtn {
  background-color: #ed3f55;
}

/*----------------------------------------------------------------------------------------
  ----- components/ArrowHugeButton
  ---------------------------------------------------------------------------------------- */
.huge-button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 70px;
  line-height: 1.3;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.huge-button:hover {
  opacity: 0.8;
}

.huge-button.orange {
  background-color: #f2a92c;
  color: #fff;
}

.huge-button.orange:before, .huge-button.orange:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #fff;
  right: 20px;
}

.huge-button.orange:before {
  margin-top: -3px;
}

.huge-button.orange:after {
  margin-top: 2px;
}

.huge-button.orange:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.huge-button.orange:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.huge-button.hollow {
  background-color: #faf6ec;
  border: 1px solid #ed3f55;
  color: #ed3f55;
}

.huge-button.hollow:before, .huge-button.hollow:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #ed3f55;
  right: 20px;
}

.huge-button.hollow:before {
  margin-top: -3px;
}

.huge-button.hollow:after {
  margin-top: 2px;
}

.huge-button.hollow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.huge-button.hollow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.huge-button.red {
  background-color: #ed3f55;
  border: 1px solid #ed3f55;
  color: #fff;
}

.huge-button.red:before, .huge-button.red:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #fff;
  right: 20px;
}

.huge-button.red:before {
  margin-top: -3px;
}

.huge-button.red:after {
  margin-top: 2px;
}

.huge-button.red:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.huge-button.red:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .huge-button a {
    max-width: 100%;
  }
}

/*----------------------------------------------------------------------------------------
  ----- components/ArrowLargeButton
  ---------------------------------------------------------------------------------------- */
.large-button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.large-button:hover {
  opacity: 0.8;
}

.large-button.hollow {
  background-color: #faf6ec;
  border: 1px solid #ed3f55;
  color: #ed3f55;
}

.large-button.hollow:before, .large-button.hollow:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #ed3f55;
  right: 20px;
}

.large-button.hollow:before {
  margin-top: -3px;
}

.large-button.hollow:after {
  margin-top: 2px;
}

.large-button.hollow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.large-button.hollow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.large-button.red {
  background-color: #ed3f55;
  border: 1px solid #ed3f55;
  color: #fff;
}

.large-button.red:before, .large-button.red:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #fff;
  right: 20px;
}

.large-button.red:before {
  margin-top: -3px;
}

.large-button.red:after {
  margin-top: 2px;
}

.large-button.red:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.large-button.red:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*----------------------------------------------------------------------------------------
  ----- components/ArrowLargeFormButton
  ---------------------------------------------------------------------------------------- */
.large-form-button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.large-form-button:hover {
  opacity: 0.8;
}

.large-form-button.hollow {
  background-color: #faf6ec;
  border: 1px solid #ed3f55;
  color: #ed3f55;
}

.large-form-button.hollow:before, .large-form-button.hollow:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #ed3f55;
  right: 20px;
}

.large-form-button.hollow:before {
  margin-top: -3px;
}

.large-form-button.hollow:after {
  margin-top: 2px;
}

.large-form-button.hollow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.large-form-button.hollow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.large-form-button.red {
  background-color: #ed3f55;
  border: 1px solid #ed3f55;
  color: #fff;
}

.large-form-button.red:before, .large-form-button.red:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #fff;
  right: 20px;
}

.large-form-button.red:before,
.large-form-button.outline:before {
  margin-top: -3px;
}

.large-form-button.red:after,
.large-form-button.outline:after {
  margin-top: 2px;
}

.large-form-button.red:before,
.large-form-button.outline:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.large-form-button.red:after,
.large-form-button.outline:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.large-form-button.outline {
  background-color: transparent;
  border: 1px solid #ed3f55;
  color: #ed3f55;
}

.large-form-button.outline:before, .large-form-button.outline:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #ed3f55;
  right: 20px;
}

/*----------------------------------------------------------------------------------------
  ----- components/ArrowSmallButton
  ---------------------------------------------------------------------------------------- */
.arrow-small-button {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 40px;
  line-height: 1;
  text-align: center;
  background-color: #ed3f55;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.arrow-small-button:hover {
  opacity: 0.8;
}

.arrow-small-button .tb-2 {
  padding-top: 2px;
}

.arrow-small-button.right {
  padding-right: 15px;
}

.arrow-small-button.right:before, .arrow-small-button.right:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #fff;
  right: 15px;
}

.arrow-small-button.right:before {
  margin-top: -3px;
}

.arrow-small-button.right:after {
  margin-top: 2px;
}

.arrow-small-button.right:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-small-button.right:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow-small-button.left {
  padding-left: 15px;
}

.arrow-small-button.left:before, .arrow-small-button.left:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #fff;
  left: 15px;
}

.arrow-small-button.left:before {
  margin-top: -3px;
}

.arrow-small-button.left:after {
  margin-top: 2px;
}

.arrow-small-button.left:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow-small-button.left:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-small-button.is-disabled {
  background-color: #fff;
  color: #a6a6a6;
  border: 1px solid #f1f1f1;
}

.arrow-small-button.is-disabled:before, .arrow-small-button.is-disabled:after {
  background-color: #a6a6a6;
}

/*----------------------------------------------------------------------------------------
  ----- components/MapButton
  ---------------------------------------------------------------------------------------- */
.map-button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.map-button:hover {
  opacity: 0.8;
}

.map-button .icon.marker {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  background: 50% 50% no-repeat url(../img/icons/icon_marker.svg);
  background-size: contain;
}

/*----------------------------------------------------------------------------------------
  ----- components/MiddleButton
  ---------------------------------------------------------------------------------------- */
.middle-button {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.middle-button:hover {
  opacity: 0.8;
}

.middle-button.hollow {
  background-color: #faf6ec;
  border: 1px solid #ed3f55;
  color: #ed3f55;
}

.middle-button.red {
  background-color: #ed3f55;
  border: 1px solid #ed3f55;
  color: #fff;
}

/*----------------------------------------------------------------------------------------
  ----- components/MiddleFormButton
  ---------------------------------------------------------------------------------------- */
.middle-form-button {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.middle-form-button:hover {
  opacity: 0.8;
}

.middle-form-button.hollow {
  background-color: #faf6ec;
  border: 1px solid #ed3f55;
  color: #ed3f55;
}

.middle-form-button.red {
  background-color: #ed3f55;
  border: 1px solid #ed3f55;
  color: #fff;
}

/*----------------------------------------------------------------------------------------
  ----- components/RadioButton,CheckBox
  ---------------------------------------------------------------------------------------- */
.radio-button,
.check-box {
  display: inline-block;
  width: 100%;
  max-width: 170px;
  height: 60px;
}

.radio-button label,
.check-box label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  border-radius: 10px;
  border: 1px solid #ed3f55;
  text-align: left;
  background-color: #faf6ec;
  color: #ed3f55;
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.radio-button label:hover,
.check-box label:hover {
  opacity: 0.8;
}

.radio-button input,
.check-box input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-button input:checked+.tb-1,
.check-box input:checked+.tb-1 {
  background-color: #ed3f55;
  color: #fff;
}

.radio-button input:checked+.tb-1:before,
.radio-button input:checked+.tb-1:after,
.check-box input:checked+.tb-1:before,
.check-box input:checked+.tb-1:after{
  background-color: #fff;
}

.radio-button .tb-1,
.check-box .tb-1 {
  padding-left: 15px;
  padding-right: 20px;
}

.radio-button .tb-1:before,
.radio-button .tb-1:after,
.check-box .tb-1:before,
.check-box .tb-1:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  border-radius: 1px;
  background-color: #ed3f55;
  right: 10px;
}

.radio-button .tb-1:before,
.check-box .tb-1:before {
  margin-top: -3px;
}

.radio-button .tb-1:after,
.check-box .tb-1:after {
  margin-top: 2px;
}

.radio-button .tb-1:before,
.check-box .tb-1:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-button .tb-1:after,
.check-box .tb-1:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*----------------------------------------------------------------------------------------
  ----- components/SmallButton
  ---------------------------------------------------------------------------------------- */
.small-button {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 40px;
  line-height: 1;
  text-align: center;
  background-color: #faf6ec;
  color: #ed3f55;
  font-size: 15px;
  font-weight: normal;
  border-radius: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.small-button:hover {
  opacity: 0.8;
}

.small-button .tb-2 {
  padding-top: 2px;
}

/*----------------------------------------------------------------------------------------
  ----- components/TableForm
  ---------------------------------------------------------------------------------------- */
.table-form {
  width: 100%;
  margin-bottom: 30px;
  color: #ed3f55;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  background-color: #faf6ec;
  border: 20px solid #faf6ec;
}

.table-form tr:nth-child(2n+1) {
  border-top: 1px solid #ed3f55;
}

.table-form th {
  padding: 20px;
}

.table-form td {
  padding: 0 20px 20px;
}

.table-form td small {
  display: block;
  margin-bottom: 10px;
}

.table-form td ul li {
  display: inline-block;
  margin: 7.5px 15px 7.5px 0;
}

.table-form td ul li.text-input {
  width: 100%;
  margin-right: 0;
}
.table-form td ul li.text-input input {
  width: 50%;
  height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
}

.table-form td .text-field {
  max-width: 100%;
}
.table-form td .text-field textarea {
  background-color: #fff;
}



/*----------------------------------------------------------------------------------------
  ----- views/ReserveIndex
  ---------------------------------------------------------------------------------------- */
#index .calender-section {
  padding: 30px;
  border: 3px solid #ed3f55;
  background-color: #faf6ec;
}

#index .calender-section .section-body {
  margin-bottom: 20px;
}

#index .calender-section .section-foot {
  text-align: center;
}

#index #main-visual p {
  color: #fff;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

#index #main-visual .block-head img {
  width: 100%;
  height: auto;
}

#index #main-visual .block-body {
  padding: 25px 15px 20px;
  text-align: center;
  background-color: #ed3f55;
}

@media screen and (max-width: 768px) {
  #index .calender-section {
    padding: 15px;
    border: 0;
  }
  #index #main-visual p {
    font-size: 15px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- views/input
  ---------------------------------------------------------------------------------------- */
#input .step-header {
  margin-bottom: 20px;
}

#input .input-form-section .section-head {
  padding-top: 40px;
  margin-bottom: 40px;
}

#input .input-form-section .section-head p {
  line-height: 1.8;
  font-size: 14px;
  color: #ed3f55;
}

#input .input-form-section .section-body {
  margin-bottom: 5px;
}

#input .input-form-section .section-foot {
  text-align: center;
}

#input .input-form-section .large-form-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#input .input-form-section .large-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#input .form-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ed3f55;
}

#input .form-list .select-box {
  display: inline-block;
}

#input .form-list .year {
  max-width: 125px;
}

#input .form-list .month {
  max-width: 85px;
}

#input .form-list .day {
  max-width: 85px;
}

#input .form-list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#input .form-list.mail .text-input {
  margin-bottom: 30px;
}

#input .form-list.mail p {
  line-height: 1.8;
  font-size: 14px;
  color: #ed3f55;
  margin-bottom: 10px;
}

#notAdultArea {
  display: none;
  margin: 10px 0;
}

.notAdultMsg {
  color: #ed3f55;
  background: #FFF799;
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 12px;
}

@media screen and (max-width: 768px) {
  #input .step-header {
    margin-bottom: 0;
  }
  #input .step-header .block-head {
    display: none;
  }
  #input .input-form-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #input .input-form-section .section-head {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- views/UserInformationConfirm
  ---------------------------------------------------------------------------------------- */
#confirm .step-header, #complete .step-header,
#alreadyExistence .step-header, #complete .step-header {
  margin-bottom: 20px;
}

#confirm .input-form-section .section-head,#complete .input-form-section .section-head,
#alreadyExistence .input-form-section .section-head,#complete .input-form-section .section-head {
  padding-top: 40px;
  margin-bottom: 40px;
}

#confirm .input-form-section .section-head p,#complete .input-form-section .section-head p,
#alreadyExistence .input-form-section .section-head p,#complete .input-form-section .section-head p {
  line-height: 1.8;
  font-size: 14px;
  color: #ed3f55;
}

#confirm .input-form-section .section-body, #complete .input-form-section .section-body,
#alreadyExistence .input-form-section .section-body, #complete .input-form-section .section-body {
  margin-top: 40px;
  margin-bottom: 20px;
}

#confirm .input-form-section .section-foot,#complete .input-form-section .section-foot,
#alreadyExistence .input-form-section .section-foot,#complete .input-form-section .section-foot {
  text-align: center;
}

#confirm #confirm-header-button,#complete #confirm-header-button,
#alreadyExistence #confirm-header-button,#complete #confirm-header-button {
  text-align: center;
  margin-bottom: 10px;
}

#confirm .form-list,#complete .form-list,
#alreadyExistence .form-list,#complete .form-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ed3f55;
}

#confirm .form-list .select-box,#complete .form-list .select-box,
#alreadyExistence .form-list .select-box,#complete .form-list .select-box {
  display: inline-block;
}

#confirm .form-list .year,#complete .form-list .year,
#alreadyExistence .form-list .year,#complete .form-list .year {
  max-width: 125px;
}

#confirm .form-list .month,#complete .form-list .month,
#alreadyExistence .form-list .month,#complete .form-list .month {
  max-width: 85px;
}

#confirm .form-list .day,#complete .form-list .day,
#alreadyExistence .form-list .day,#complete .form-list .day {
  max-width: 85px;
}

#confirm .form-list:last-child,#complete .form-list:last-child,
#alreadyExistence .form-list:last-child,#complete .form-list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#confirm .form-list.mail .text-input,#complete .form-list.mail .text-input,
#alreadyExistence .form-list.mail .text-input,#complete .form-list.mail .text-input {
  margin-bottom: 30px;
}

#confirm .form-list.mail p,#complete .form-list.mail p,
#alreadyExistence .form-list.mail p,#complete .form-list.mail p {
  line-height: 1.8;
  font-size: 14px;
  color: #ed3f55;
  font-weight: normal;
  margin-bottom: 10px;
}

#confirm .form-list h3,#complete .form-list h3,
#alreadyExistence .form-list h3,#complete .form-list h3 {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

#confirm .form-list h3 small,#complete .form-list h3 small,
#alreadyExistence .form-list h3 small,#complete .form-list h3 small {
  font-size: 12px;
}

#confirm .form-list p,#complete .form-list p,
#alreadyExistence .form-list p,#complete .form-list p {
  font-size: 16px;
  font-weight: bold;
}

#confirm .middle-button,#complete .middle-button,
#alreadyExistence .middle-button,#complete .middle-button {
  margin-bottom: 20px;
}

#confirm .agree,#complete .agree,
#alreadyExistence .agree,#complete .agree {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #confirm .step-header,#complete .step-header,
  #alreadyExistence .step-header,#complete .step-header {
    margin-bottom: 0;
  }
  #confirm .step-header .block-head,#complete .step-header .block-head,
  #alreadyExistence .step-header .block-head,#complete .step-header .block-head {
    display: none;
  }
  #confirm .input-form-section,#complete .input-form-section,
  #alreadyExistence .input-form-section,#complete .input-form-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #confirm .level2-block .level2-block-head p,#complete .level2-block .level2-block-head p,
  #alreadyExistence .level2-block .level2-block-head p,#complete .level2-block .level2-block-head p {
    padding-left: 0;
  }
  #confirm .level2-block .level2-block-body,#complete .level2-block .level2-block-body,
  #alreadyExistence .level2-block .level2-block-body,#complete .level2-block .level2-block-body {
    padding-left: 0;
  }
}

/*----------------------------------------------------------------------------------------
  ----- views/complete
  ---------------------------------------------------------------------------------------- */
#complete .level2-block .level2-block-head {
  text-align: center;
}

#complete .level2-block .level2-block-head h2 {
  line-height: 1.2;
  margin-bottom: 20px;
}

#complete .complete-caution {
  padding: 30px 30px 40px;
}

#complete .complete-caution h3 {
  color: #ed3f55;
  font-size: 18px;
  font-weight: normal;
}

/*----------------------------------------------------------------------------------------
  ----- views/Login
  ---------------------------------------------------------------------------------------- */
#login .level1-block {
  margin-bottom: 30px;
}

#login .level3-block {
  margin-bottom: 20px;
}

#login .large-form-button {
  display: block;
  margin: 0 auto;
}

#login .large-form-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#login .large-button {
  display: block;
  margin: 0 auto;
}

#login .large-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#login .form-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ed3f55;
}

#login .form-list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  #login .block-body {
    padding: 0 15px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- views/Dashboard
  ---------------------------------------------------------------------------------------- */
#top h3 {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #ed3f55;
  margin-bottom: 30px;
}

#top .block-foot .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .block-foot .cols .col {
  margin-right: 20px;
}

#top .block-foot .cols .col:last-child {
  margin-right: 0;
}

#top .reserve-card {
  margin-bottom: 20px;
}

#top #top-vue {
  padding-bottom: 30px;
}

#top #top-vue .level1-block {
  margin-bottom: 30px;
  text-align: center;
}

#top #top-vue .level1-block .level1-block-body {
  padding-bottom: 30px;
  margin-bottom: 25px;
}

#top #top-vue .level1-block p {
  font-size: 14px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #top h3 {
    text-align: left;
    margin-bottom: 25px;
  }
  #top #top-vue {
    padding-bottom: 0;
  }
  #top #top-vue .level1-block {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  #top #top-vue .level1-block .level1-block-body {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #top #top-vue .level1-block p {
    margin-bottom: 15px;
  }
  #top #top-vue .level1-block .block-head {
    padding: 15px 15px 0;
    border-bottom: 1px solid #ed3f55;
    background-color: #faf6ec;
  }
  #top #top-vue .reserve-card {
    margin-bottom: 0;
  }
  #top #top-vue .block-foot {
    padding: 25px 15px 0;
    border-top: 1px solid #ed3f55;
    background-color: #fff;
  }
  #top #top-vue .cols .col {
    margin-right: 5px;
  }
  #top #top-vue .cols .col:last-child {
    margin-right: 0;
  }
}

/*----------------------------------------------------------------------------------------
  ----- views/ReserveCancel
  ---------------------------------------------------------------------------------------- */
#cancel .reserve-card {
  margin-bottom: 30px;
}

#cancel .frame-block .frame-block-foot h3 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #ed3f55;
}

/*----------------------------------------------------------------------------------------
  ----- views/ReserveCancelComplete
  ---------------------------------------------------------------------------------------- */
#cancelComplete .reserve-card {
  margin-bottom: 30px;
}

#cancelComplete .frame-block .frame-block-foot h3 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #ed3f55;
}

/*----------------------------------------------------------------------------------------
  ----- views/ReservePair
  ---------------------------------------------------------------------------------------- */
#pair .form-group {
  margin-bottom: 30px;
}

#pair .form-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ed3f55;
}

#pair .form-list:last-child {
  margin-bottom: 0;
}

#pair .large-form-button {
  display: block;
  margin: 0 auto;
}

#pair .large-form-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#pair .large-button {
  display: block;
  margin: 0 auto;
}

#pair .large-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#pair .level1-block {
  margin-bottom: 40px;
}

#pair .level1-block p strong {
  text-decoration: underline;
}

#pair .level1-block .level1-block-body p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #pair #pair-vue .level1-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pair .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- views/ReservePairConfirm
  ---------------------------------------------------------------------------------------- */
#pairConfirm .step-header {
  margin-bottom: 20px;
}

#pairConfirm .input-form-section .section-head {
  padding-top: 40px;
  margin-bottom: 40px;
}

#pairConfirm .input-form-section .section-head p {
  line-height: 1.8;
  font-size: 14px;
  color: #ed3f55;
}

#pairConfirm .input-form-section .section-body {
  padding-top: 40px;
  margin-bottom: 20px;
}

#pairConfirm .input-form-section .section-foot {
  text-align: center;
}

#pairConfirm .form-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ed3f55;
}

#pairConfirm .form-list:last-child {
  margin-bottom: 0;
}

#pairConfirm .form-list h3 {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

#pairConfirm .form-list h3 small {
  font-size: 12px;
}

#pairConfirm .form-list p {
  font-size: 16px;
  font-weight: bold;
}

#pairConfirm .middle-button {
  margin-bottom: 20px;
}

#pairConfirm .agree {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #pairConfirm .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*----------------------------------------------------------------------------------------
  ----- add/Nakabayashi
  ---------------------------------------------------------------------------------------- */

/*
#saturday_style{
    color:#d9e3ec;
}

#sunday_style{
    color:#eeddd9;  
}
*/

/*----------------------------------------------------------------------------------------
  ----- views/ReservePairComplete
  ---------------------------------------------------------------------------------------- */
  
/*----------------------------------------------------------------------------------------
  ----- button annotation
  ---------------------------------------------------------------------------------------- */

.one-click{
	font-size: 14px;
    font-weight: bold;
}

/*----------------------------------------------------------------------------------------
  ----- add/Maegawa
  ---------------------------------------------------------------------------------------- */
/* 140,000OFFのため非表示 */

/* #advance-notice{
  font-size: 18px;
  color: #ed3f55;
  border: solid;
  border-color: #ed3f55;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
} */

.confirm-alert{
  border-bottom: solid;
  text-align: center;
}

.confirm-alert p{
  margin-top: 5px;
  color: #fff6cc;
  font-size: 22px;
}

.confirm-alert .middle-button{
  font-size: 16px;
  background-color: #fff6cc;
}

.call-center-tel{
  margin-top: 10px;
  color: white;
}

@media screen and (max-width: 768px) {
  .confirm-alert p{
    font-size: 16px;
  }
}

#index .section-head {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#index .form-group {
  margin-left: 30px;
}

#index .form-group .radio-button,
#index .form-group .check-box {
  margin-left: 30px;
  margin-bottom: 15px;
}

#index .form-group .radio-button .tb-1:before,
#index .form-group .radio-button .tb-1:after,
#index .form-group .check-box .tb-1:before,
#index .form-group .check-box .tb-1:after {
  content: none;
}

#index .form-list {
  margin-bottom: 20px;
}

#index .form-list p {
  font-size: 16px;
  font-weight: bold;
  color: #ed3f55;
}

#index .input-form-section .section-foot {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #index .input-form-section .section-body .form-group {
    margin-left: 5px;
  }

  #index .input-form-section .section-body .form-group .radio-button,
  #index .input-form-section .section-body .form-group .check-box {
    margin-left: 7px;
    margin-bottom: 15px;
  }
}
