@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

.input-group .input-text.input-error {
  border: 1px solid #ff648c;
  background: #ffecf1;
}

.input-note {
  color: #ff648c;
  text-align: left;
  font-weight: bold;
}

.input-note.note01 {
  padding: 12px 15px;
  border: 1px solid #ff648c;
  border-radius: 28px;
}

@media only screen and (max-width: 767px) {
  .input-note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.dialog-cancel {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  height: auto;
}

.dialog-cancel .in {
  width: 300px;
  text-align: center;
  border: none;
  padding: 40px 15px 30px;
  box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .dialog-cancel .in {
    width: 260px;
  }
}

.dialog-cancel .in p {
  font-weight: bold;
  line-height: 1.6em;
}

.input-group .select-form.input-error {
  border: 1px solid #ff648c;
  background: #ffecf1;
}

a img {
  border: none;
}

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


main {
  max-width: 100%;
  padding: 0 auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main {
    padding: 0 0px;
  }
}

/**
 * !!! 変数の定義 !!!
a * 変数は作りすぎず、デザインコンポーネント、もしくはシンボルを元に作成する
 * またGoogle Font等の特殊なウェブフォントの場合、そのフォント名を定義してわかりやすくする
 */

/**
 * !!! ブレークポイント !!!
 */

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/**
 * !!! browsersyncのアラートを非表示 !!!
 */

#__bs_notify__ {
  display: none !important;
}

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */

html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  height: 100%;
}

body {
  max-width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
}

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

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

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

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], select, textarea, button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  cursor: pointer;
}

button, 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;
}

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

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

.row {
  overflow: hidden;
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-0 {
  padding-right: 0px !important;
  margin-top: 15px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.col-1 {
  margin-top: 20px;
  width: 8.333333333%;
  padding: 0 10px;
}

.col-2 {
  margin-top: 20px;
  width: 16.666666666%;
  padding: 0 10px;
}

.col-3 {
  margin-top: 20px;
  width: 24.999999999%;
  padding: 0 10px;
}

.col-4 {
  margin-top: 20px;
  width: 33.333333332%;
  padding: 0 10px;
}

.col-5 {
  margin-top: 20px;
  width: 41.666666665%;
  padding: 0 10px;
}

.col-6 {
  margin-top: 20px;
  width: 49.999999998%;
  padding: 0 10px;
}

.col-7 {
  margin-top: 20px;
  width: 58.333333331%;
  padding: 0 10px;
}

.col-8 {
  margin-top: 20px;
  width: 66.666666664%;
  padding: 0 10px;
}

.col-9 {
  margin-top: 20px;
  width: 74.999999997%;
  padding: 0 10px;
}

.col-10 {
  margin-top: 20px;
  width: 83.33333333%;
  padding: 0 10px;
}

.col-11 {
  margin-top: 20px;
  width: 91.666666663%;
  padding: 0 10px;
}

.col-12 {
  margin-top: 20px;
  width: 99.999999996%;
  padding: 0 10px;
}

/**
 * ----------------ここまで----------------
 */

/**
 * !!! FlexBox Rule !!!
 * 都度scssを記載するのではなく、クラスで定義し、クラスの付け外しで管理すること。
 */

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/**
 * !!! Inner Rule !!!
 * 最初にデザインを確認し、存在するinnerパターンを作成すること
 * max-width指定のみだと、画面幅を縮小するときに余白が消えるため、paddingをつけること
 * 例) innerが1000pxであれば、
 *     max-width: 1060px;
 *     padding: 0 30px;
 */

.inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-link {
  color: #717071;
  text-decoration: underline;
}

.accordion>ul>li {
  border-bottom: 1px solid #efefef;
}

.accordion>ul>li a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4d4d4d;
  line-height: 1.7;
  position: relative;
  padding-right: 40px;
}

.accordion>ul>li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00add4;
  border-right: 2px solid #00add4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion>ul>ul {
  display: none;
  background: #f7f7f7;
  padding: 20px;
}

.accordion>ul>ul>li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #00add4;
  border: 1px solid #00add4;
  border-radius: 60px;
  padding: 12px 0;
}

.complete-message {
  padding-top: 25px;
  padding-bottom: 30px;
}

.complete-message img {
  display: block;
  width: 14px;
  height: 11px;
  margin: auto;
}

.complete-message p {
  padding: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
}

.figures {
  background: #f7f7f7;
}

.figures figure {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.figures figure:nth-child(1) {
  margin-top: 30px;
}

.figures figure img {
  width: 38%;
}

.figures figure figcaption {
  background: #e9e9e9;
  padding: 16px;
  width: 62%;
  position: relative;
  padding-bottom: 20px;
}

.figures figure figcaption span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.has-footer {
  padding-bottom: 60px;
}

.has-footer__footer {
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: 0;
  left: 0;
}

.has-footer__footer>div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.has-footer__footer>div a {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 0;
}

.has-footer__footer>div a:nth-child(1) {
  width: 27%;
  background: #fff;
  color: #4d4d4d;
  position: relative;
}

.has-footer__footer>div a:nth-child(1):before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-top: 2px solid;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-footer__footer>div a:nth-child(2) {
  width: 73%;
  background: #00add4;
  color: #fff;
  position: relative;
}

.has-footer__footer>div a:nth-child(2):before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.input-group {
  font-size: 14px;
  font-size: 1.4rem;
}

.input-group>p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px;
}

.input-group label img, .input-group label span {
  display: inline-block;
  vertical-align: middle;
}

.input-group label img {
  height: 20px;
}

.input-group label span {
  color: #717071;
}

.input-group textarea {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 8px;
  height: 100px;
}

.input-group input {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 8px;
}

.input-group.radios ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 15px;
}

.input-group.radios ul li label {
  font-size: 14px;
  font-size: 1.4rem;
}

.input-group.radios ul li label span {
  padding-left: 36px;
  position: relative;
}

.input-group.radios ul li label span:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.input-group.radios ul li label span:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #d9d9d9;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  position: absolute;
}

.input-group.radios ul li label input {
  display: none;
}

.input-group.radios ul li label input:checked+span:after {
  background: #00add4;
}

.inputs {
  padding: 0 20px;
  margin-top: 15px;
}

.inputs.half {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.inputs.half>div {
  width: 48.5%;
}

.inputs label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
}

.inputs label sup {
  color: red;
  font-size: 10px;
  vertical-align: super;
  font-size: smaller;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-left: 2px;
}

.inputs textarea, .inputs input {
  border-radius: 0 !important;
}

.links01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.links01:before {
  content: "";
  display: block;
  width: 31.5%;
  order: 1;
}

.links01 a {
  width: 31.5%;
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #efefef;
  border-radius: 8px;
  margin-top: 10px;
}

.links01 a img {
  height: 20px;
}

.links01 a span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4d4d4d;
  margin-top: 10px;
}

.links02 {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.links02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.links02 ul li {
  width: 50%;
  text-align: center;
}

.links02 ul li a {
  display: block;
}

.links02 ul li:nth-child(1) {
  text-align: left;
}

.links02 ul li:nth-child(1) a {
  display: block;
  width: 100%;
  padding-left: 40px;
  position: relative;
}

.links02 ul li:nth-child(1) a:before {
  content: "";
  border-left: 2px solid #00add4;
  border-bottom: 2px solid #00add4;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.links02 ul li:nth-child(2) {
  background: #00add4;
  color: #fff;
}

.links02 ul li:nth-child(2) a {
  display: block;
  padding: 12px 0;
  position: relative;
}

.links02 ul li:nth-child(2) a:before {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}

.list01 li:nth-child(1) {
  width: 55px;
  color: #999999;
}

.list01 li:nth-child(2) {
  width: calc(100% - 55px);
  padding-left: 35px;
  color: #4d4d4d;
}

.login {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 25px;
}

.login__brand {
  text-align: center;
  font-size: 16px;
}

.login__brand img {
  width: 111px;
  display: block;
  margin: auto;
}

.login button {
  width: 240px;
}

.pulldown {
  text-align: center;
  position: relative;
  cursor: pointer;
  /* IEでcursorがチラついたので */
  /* IE10以上で矢印を消す */
  /* フォーカス時 */
}

.pulldown--label {
  color: #000000;
  position: absolute;
  width: 100%;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.pulldown--label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00add4;
  border-right: 2px solid #00add4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pulldown .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 15px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.pulldown .select::-ms-expand {
  display: none;
}

.pulldown .select:focus {
  z-index: -1;
  opacity: 1;
}

.pulldown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}

.select-datetime {
  padding-top: 30px;
}

.select-datetime__header {
  background: #f7f7f7;
  overflow: hidden;
}

.select-datetime__header div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.select-datetime__header div a:nth-child(1), .select-datetime__header div a:nth-child(3) {
  width: 80px;
  font-size: 10px;
  font-size: 1rem;
  background: #00add4;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  position: relative;
}

/* .select-datetime__header div a:nth-child(1) {
  background: #e5e5e5;
  color: #808080;
} */

.select-datetime__header div a:nth-child(1):before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.select-datetime__header div a:nth-child(2) {
  width: calc(100% - 160px);
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.select-datetime__header div a:nth-child(3):before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select-datetime__table-header {
  width: 100%;
}

.select-datetime__table-header tr th, .select-datetime__table-header tr td {
  vertical-align: middle;
  line-height: 1.4;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.select-datetime__table-header tr th {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0;
}

.select-datetime__table-header tr th:nth-child(2), .select-datetime__table-header tr th:nth-child(3), .select-datetime__table-header tr th:nth-child(4), .select-datetime__table-header tr th:nth-child(5), .select-datetime__table-header tr th:nth-child(6), .select-datetime__table-header tr th:nth-child(7), .select-datetime__table-header tr th:nth-child(8) {
  width: 42px;
}

.select-datetime__table-header tr th.sat {
  color: #00add4;
}

.select-datetime__table-header tr th.sun {
  color: #ff648c;
}

.select-datetime__table-body {
  width: 100%;
}

.select-datetime__table-body tr:nth-child(odd) {
  background: #f5f5f5;
}

.select-datetime__table-body tr td {
  border-right: 1px solid #efefef;
  width: 42px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 9px 0;
  color: #ff648c;
  padding-right: 2px;
}

.select-datetime__table-body tr td:nth-child(2), .select-datetime__table-body tr td:nth-child(3), .select-datetime__table-body tr td:nth-child(4), .select-datetime__table-body tr td:nth-child(5), .select-datetime__table-body tr td:nth-child(6), .select-datetime__table-body tr td:nth-child(7), .select-datetime__table-body tr td:nth-child(8) {
  width: 42px;
}

.select-datetime__table-body tr td:nth-child(1) {
  width: auto;
  color: #4d4d4d;
}

.select-datetime__table-body tr td.sat {
  color: #00add4;
}

.select-datetime__table-body tr td.sun {
  color: #ff648c;
}

.steps {
  padding: 0 10px;
  padding-top: 18px;
  padding-bottom: 35px;
}

.steps ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.steps ul li {
  width: 20%;
  text-align: center;
}

.steps ul li span {
  font-size: 13px;
  font-size: 1.3rem;
  width: 24px;
  height: 24px;
  margin: auto;
  display: block;
  background: #fff;
  border: 2px solid #00add4;
  line-height: 22px;
  text-align: center;
  color: #00add4;
  border-radius: 26px;
}

.steps ul li em {
  color: #4d4d4d;
  display: block;
  text-align: center;
  line-height: 1.6;
  margin-top: 3px;
}

.steps ul li.on span {
  background: #00add4;
  color: #fff;
}

.table01 {
  width: 100%;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.table01 tr th, .table01 tr td {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  color: #4d4d4d;
}

.top__header {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/main.jpg);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top__header {
    height: 152px;
  }
}

.top__header__info {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
}

.top__header__info>div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 25px;
  align-items: flex-end;
}

.top__header__info>div div {
  width: 80px;
  height: 80px;
  background: #fff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}

.top__header__info>div p {
  width: calc(100% - 80px);
  color: #fff;
  font-size: 1.5rem;
  padding-left: 15px;
  padding-bottom: 25px;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
}

.top__header__info>div p small {
  font-size: 10px;
  font-size: 1rem;
}

.top__header__avater {
  position: absolute;
  right: 8px;
  top: 8px;
  /* width: 42px; */
  text-align: center;
}

.top__header__avater a {
  display: block;
}

.top__header__avater a span {
  display: block;
  text-align: center;
  margin-top: 1px;
  color: #fff;
}

.top__header__avater__image {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto !important;
}

.top__header__avater__image img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto !important;
}

.top__info {
  background: #f7f7f7;
  padding: 15px 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #efefef;
}

.top__info ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}

.top__info ul li:nth-child(1) {
  width: 50px;
}

.top__info ul li:nth-child(2) {
  width: calc(100% - 50px);
  padding-left: 35px;
}

.top__news {
  padding-top: 25px;
}

.top__news>div {
  padding-top: 25px;
  padding: 10px 35px;
}

.top__reservation {
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}

.top__reservation>div {
  padding: 0 15px;
  padding-top: 10px;
}

.sub .top__header {
  height: 96px;
}

.ttl {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.ttl:before {
  content: "";
  width: 4px;
  background: #00add4;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
}

.title-bold{
  font-weight: bold;
}
/**

 */

/*# sourceMappingURL=style.css.map */

.header__brand a {
  display: block;
  margin-top: 8px;
  margin-left: 8px;
}
.header__brand a img {
  height: 36px;
}
@media only screen and (max-width: 767px) {
  .header__brand a img {
    height: 28px;
  }
}