@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  overflow: hidden;
  padding-top: 30px;
  /* border-top: 5px solid #f36c2f; */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
}

#container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 460px;
}

@media screen and (min-width: 768px) {
  #container {
    max-width: 1060px;
  }
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 60px;
  }
  #container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*------------------------------------------------------------
	アイコンフォント
------------------------------------------------------------*/
@font-face {
  font-family: "mfp";
  src: url("fonts/mfp.ttf?mh8vuf") format("truetype"),
    url("fonts/mfp.woff?mh8vuf") format("woff"),
    url("fonts/mfp.svg?mh8vuf#mfp") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ico-mfp-"],
[class*=" ico-mfp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mfp" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-mfp-tel::before {
  content: "\e100";
}
.ico-mfp-window::before {
  content: "\e101";
}

/*------------------------------------------------------------
	冒頭
------------------------------------------------------------*/
.form_intro {
  margin-bottom: 30px;
}
.mfp_logo {
  margin: 0 0 30px;
  text-align: center;
}
.mfp_logo img {
  width: 120px;
}

.form_intro__txt {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .mfp_logo img {
    width: auto;
  }
  .form_intro__txt {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .form_intro {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
input,
select,
textarea,
button {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  outline: none;
  border: none;
  font-family: inherit;
  transition: 0.3s;
}
input,
select,
textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05) inset;
  font-size: 1.6rem; /* 入力時の拡大回避 */
}
textarea {
  width: 100% !important;
  height: auto !important;
}
label,
select {
  cursor: pointer;
}

/* フォーカス時
---------------------------------------- */
input:focus,
select:focus,
textarea:focus {
  border-color: #f36c2f;
}

/* プレースホルダー
---------------------------------------- */
:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}

/* フォームコンテンツ
---------------------------------------- */
.mailform {
  margin-bottom: -20px;
}
.mailform th,
.mailform td {
  display: block;
}
.mailform th {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  padding: 15px 20px 15px 60px;
  background: #faf6ec;
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
}
.mailform td {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mailform {
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0;
    letter-spacing: 0;
  }
  .mailform tr {
    border-bottom: solid 1px #d0d0d0;
  }
  .mailform tr:first-child {
    border-top: solid 1px #d0d0d0;
  }
  .mailform th,
  .mailform td {
    display: table-cell;
    margin: 0;
    font-size: 1.6rem;
  }
  .mailform th {
    position: static;
    padding: 15px;
    width: 30%;
    vertical-align: top;
    text-align: right;
  }
  .mailform td {
    padding: 15px 30px;
    width: 70%;
  }
  .size_small {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .mailform th {
    padding: 15px 30px;
  }
}

/* 必須・任意
--------------------------------------------- */
.must,
.any {
  position: absolute;
  left: 20px;
  line-height: 1;
  padding: 5px;
  border-radius: 3px;
  background: #f36c2f;
  color: #fff;
  font-size: 1rem;
}
.any {
  background: #fff;
  color: #f36c2f;
}

@media screen and (min-width: 768px) {
  .must,
  .any {
    position: static;
    display: inline-block;
    margin: 0 0 5px 20px;
    font-size: 1.2rem;
  }
}

/* ラジオボタン・チェックボックス
--------------------------------------------- */
.label_contents input {
  display: none;
}
.label_contents label {
  position: relative;
  display: block;
  width: 100%;
}
.label_contents label::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
}
.radio_contents label:before {
  border-radius: 100px;
}
.radio_contents input:checked ~ label::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #01a6a8;
}
.check_contents input:checked ~ label::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 19px;
  width: 13px;
  height: 8px;
  border-left: solid 3px #01a6a8;
  border-bottom: solid 3px #01a6a8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .label_contents ul {
    border: 1px solid #bbb;
    border-radius: 3px;
  }
  .label_contents ul li:not(:last-child) {
    border-bottom: 1px solid #bbb;
  }
  .label_contents label {
    padding: 12px 10px 12px 50px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  }
  .label_contents input:checked ~ label {
    background: #01a6a8;
    color: #fff;
  }
  .label_contents input:checked ~ label::before {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .label_contents ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .label_contents ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 1.8rem;
  }
  .label_contents label {
    padding: 5px 20px 5px 45px;
  }
  .radio_contents input:checked ~ label,
  .label_contents input:checked ~ label {
    color: #01a6a8;
  }
  .label_contents input:checked ~ label::before {
    background: #01a6a8;
  }
  .radio_contents input:checked ~ label::after {
    background: #fff;
  }
  .label_contents label:before {
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
  }
  .radio_contents input:checked ~ label::after {
    top: 13px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
  .check_contents input:checked ~ label::after {
    top: 10px;
    left: 6px;
    width: 18px;
    height: 10px;
    border-color: #fff;
    border-width: 4px;
    font-size: 2.3rem;
  }
  .check_contents ul li:nth-child(1),
  .check_contents ul li:nth-child(2) {
    margin-bottom: 10px;
  }
}

/* セレクトボックス
--------------------------------------------- */
.select_ico {
  position: relative;
}
.select_ico::before,
.select_ico::after {
  position: absolute;
  content: "";
}
.select_ico::before {
  top: 8px;
  right: 35px;
  bottom: 8px;
  width: 1px;
  background: #bbb;
}
.select_ico::after {
  right: 12px;
  top: 50%;
  border-right: solid 3px #01a6a8;
  border-bottom: solid 3px #01a6a8;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
}

/* 生年月日
--------------------------------------------- */
.birthday {
  letter-spacing: 0;
  font-size: 0;
}
.birthday li {
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.birthday li:not(:last-child) {
  margin-bottom: 10px;
}
.birthday ul li input {
  width: 70%;
}
.birthday ul li span {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 40px;
}
.memberprice input {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .birthday li {
    width: auto;
  }
  .birthday li:not(:last-child) {
    margin-bottom: 0;
  }
  .birthday ul li input {
    width: 90px;
  }
  .birthday ul li span {
    width: 50px;
  }
}

/* 住所
--------------------------------------------- */
.address ul li:not(:last-child) {
  margin-bottom: 15px;
}
.address_name {
  display: block;
}

/* 送信確認
--------------------------------------------- */
.submit_check p {
  margin-bottom: 30px;
}
.submit_check p a {
  color: #327adc;
  text-decoration: underline;
  display: inline-block;
}
.submit_check p a i {
  font-size: 0.8em;
}
.label_contents.submit_check label {
  padding: 15px 10px 15px 50px;
  background: #f5f5f5;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .label_contents.submit_check p {
    margin-bottom: 15px;
  }
  .label_contents.submit_check label {
    padding: 15px 15px 15px 60px;
    font-size: 1.8rem;
  }
  .label_contents.submit_check label::before {
    top: 14px;
    left: 20px;
  }
  .check_contents.submit_check input:checked ~ label::after {
    top: 22px;
    left: 26px;
  }
}

/* エラー
--------------------------------------------- */
.problem {
  border: 1px solid #ec3f3f;
  background-color: #ffecec;
  box-shadow: 0px 0px 7px 1px rgba(236, 63, 63, 0.05) inset;
}

.mfp_err {
  display: none;
  padding-left: 30px;
  background-image: url(_images/mfp_error.gif);
  background-position: 10px 2px;
  color: #ec3f3f;
  font-size: 1.2rem;
}

.check_contents .mfp_err {
  padding: 0 0 10px 30px;
  background-color: #f3f3f3;
}

.problem::placeholder-shown {
  color: #ec3f3f;
}
.problem::-webkit-input-placeholder {
  color: #ec3f3f;
}
.problem::-moz-placeholder {
  color: #ec3f3f;
}
.problem:-ms-input-placeholder {
  color: #ec3f3f;
}
.problem:-moz-placeholder {
  color: #ec3f3f;
}

@media screen and (min-width: 768px) {
  .mfp_err {
    background-color: #fff;
  }
  .check_contents .mfp_err {
    padding: 0 0 0 30px;
    background-color: #fff;
  }
}

/* 注釈
--------------------------------------------- */
.mfp_note {
  color: #666;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .mfp_note {
    padding-left: 1em;
    text-indent: -1.5em;
    font-size: 1.4rem;
  }
}

/* 送信ボタン
--------------------------------------------- */
.mfp_buttons {
  margin: 30px 0 60px;
  text-align: center;
}
.mfp_buttons button {
  position: relative;
  padding: 15px 0;
  width: 240px;
  border-radius: 3px;
  background: #01a6a8;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.2s ease-in;
}
.mfp_buttons button:hover {
  background: #1b9196;
}
.mfp_buttons button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .mfp_buttons {
    margin: 60px 0;
  }
  .mfp_buttons button {
    font-size: 1.8rem;
  }
  .mfp_buttons button:after {
    right: 30px;
  }
}

/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/
.form_info {
  margin-bottom: 60px;
}
.form_info__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  max-width: 700px;
  background: #f5f5f5;
}
.form_info__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}
.form_info__address {
  font-size: 1.2rem;
}
.form_info__tel a {
  color: #544c47;
}
.form_info__tel a i {
  margin-right: 5px;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .form_info__name {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .form_info__address {
    margin-bottom: 24px;
  }
  .form_info__address,
  .form_info__tel {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .form_info__tel a {
    display: block;
    margin-top: 15px;
    padding: 6px;
    border: 1px solid #327abc;
    border-radius: 5px;
    color: #327adc;
    text-align: center;
  }
  .form_info__inner {
    padding: 20px;
  }
}

/*------------------------------------------------------------
	　フッター
------------------------------------------------------------*/
#footer {
  margin: 0;
  padding: 10px 20px;
  background: #f36c2f;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

/*------------------------------------------------------------
	　ローディング
------------------------------------------------------------*/
#mfp_loading_screen {
  position: absolute;
  z-index: 20000;
  display: none;
  background-color: #000;
  opacity: 0.8;
}
#mfp_loading {
  position: absolute;
  z-index: 20001;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

/*------------------------------------------------------------
	　mfp_hidden
------------------------------------------------------------*/
#mfp_hidden {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 1px;
  height: 1px;
}
#mfp_hidden input {
  margin: 10px;
}

/*------------------------------------------------------------
	確認画面
------------------------------------------------------------*/
#mfp_overlay_background {
  position: absolute;
  z-index: 10000;
  display: none;
  height: 100vh !important;
  background-color: #000;
}
#mfp_overlay {
  position: absolute;
  z-index: 10001;
  display: none;
}
#mfp_overlay_inner {
  margin: 0 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
#mfp_overlay_inner h4 {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
#mfp_confirm_table tr:nth-child(even) {
  background: #f5f5f5;
}
#mfp_confirm_table tr th,
#mfp_confirm_table tr td {
  padding: 5px 10px;
  border-top: solid 1px #d0d0d0;
  text-align: left;
  font-size: 12px;
}
#mfp_confirm_table tr:last-child th,
#mfp_confirm_table tr:last-child td {
  border-bottom: solid 1px #d0d0d0;
}
#mfp_confirm_table tr th {
  width: 20%;
  vertical-align: top;
  white-space: nowrap;
}
#mfp_confirm_table tr td {
  width: 80%;
  word-break: break-all;
  line-height: 1.6em;
}
#mfp_overlay_inner .mfp_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#mfp_overlay_inner .mfp_buttons button {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background: #999;
}

@media screen and (min-width: 768px) {
  #mfp_overlay_inner {
    padding: 60px;
  }
  #mfp_overlay_inner h4 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2rem;
  }
  #mfp_confirm_table tr th,
  #mfp_confirm_table tr td {
    font-size: 1.4rem;
  }
  #mfp_overlay_inner .mfp_buttons {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  #mfp_overlay_inner .mfp_buttons button {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 300px;
    margin: 0;
  }
}

@media screen and (min-width: 840px) {
  #mfp_overlay_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
}

/* スマホ表示位置設定 */

/* @media screen and (max-width: 768px) {
	#mfp_overlay {
		top: auto !important;
		bottom: 10px !important;
	}
} */

/*------------------------------------------------------------
	サンクス
------------------------------------------------------------*/
.mfp_thanks {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}
.thanks_logo {
  margin-bottom: 25px;
  text-align: center;
}
.thanks_ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}
#ThanksComment {
  margin-bottom: 60px;
}
.thanks_com_tac {
  text-align: center;
}
.thanks_btn a,
.next_btn {
  display: block;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  width: 240px;
  border-radius: 3px;
  background: #01a6a8;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 60px;
}
.thanks_logo {
  margin: 0 auto 30px;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .thanks_logo {
    margin-bottom: 120px;
    width: auto;
  }
  .thanks_ttl {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  #ThanksComment {
    margin-bottom: 60px;
  }
  .thanks_btn a,
  .next_btn {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
	段階的入力機能
------------------------------------------------------------*/
#mfp_phase_stat {
  margin-bottom: 30px;
  text-align: center;
}
#mfp_phase_stat li {
  display: inline-block;
  text-align: center;
}
.mfp_active_phase,
.mfp_inactive_phase {
  padding: 5px 15px;
  border-radius: 5px;
}
.mfp_active_phase {
  border: 1px solid #01a6a8;
}
.mfp_inactive_phase {
  background: #01a6a8;
  color: #fff;
}
#mfp_phase_stat li.mfp_phase_arrow {
  margin: 0 4px;
}
#mfp_phase_confirm h4 {
  font-size: 18px;
}
.mfp_next,
.mfp_prev {
  margin: 30px 0 60px;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}
.mfp_next {
  float: right;
  background: #01a6a8;
}
.mfp_prev {
  float: left;
  background: #999;
}

@media screen and (min-width: 768px) {
  .mfp_active_phase,
  .mfp_inactive_phase {
    padding: 5px 30px;
  }
  #mfp_phase_stat .mfp_phase_arrow {
    margin: 0 10px;
  }
}

/*------------------------------------------------------------
	追加
------------------------------------------------------------*/
.target th {
  background: #f5f5f5;
}
.target td {
  background: #fff;
}
.membertype {
  margin: 15px 0 5px;
  color: #01a6a8;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .target th,
  .target td {
    background: #f5f5f5;
  }
  .radio_contents .membertype:first-child {
    margin-top: 5px;
  }
  .membertype {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
	オプション
------------------------------------------------------------*/
.optionally {
  display: block;
  float: left;
  margin: 0px 5px;
  padding: 2px 5px;
  border: solid 2px #06c;
  border-radius: 4px;
  background-color: #06c;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  box-shadow: 0px 0px 5px #d0d0d0;
  color: #fff;
  text-shadow: 0px 1px 2px #933;
  font-size: 10px;
}
#mfp_confirm_table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
#mfp_phase_confirm {
  clear: both;
}
#mfp_phase_confirm h4 {
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-size: 36px;
}
.mfp_achroma {
  background-color: #fff;
}
.mfp_parent_error {
  border: solid 2px #f00;
}
div#mfp_error {
  display: none;
  padding: 10px;
  border: solid 1px #f00;
  background-color: #fee;
}
div#mfp_error p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
}
div#mfp_error p strong {
  color: #f00;
  font-size: 18px;
}
div#mfp_warning {
  display: none;
  padding: 10px;
  border: solid 1px #f00;
  border-radius: 5px;
  background-color: #fee;
}
div#mfp_warning p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
}
div#mfp_warning p strong {
  color: #f00;
  font-size: 18px;
}
div#mfp_price {
  padding: 10px;
  color: #c00;
  font-weight: bolder;
  font-size: 36px;
}
div#mfp_price span {
  color: #666;
  font-weight: normal;
  font-size: 12px;
}
div#mfp_shopping_cart {
  margin: 0px;
  padding: 0px;
  border: solid 1px #d0d0d0;
}
div#mfp_shopping_cart p {
  margin: 0px;
  padding: 20px 10px;
  background-color: #fee;
  text-align: center;
  font-size: 12px;
}
table.mfp_shoppingcart {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.mfp_shoppingcart thead tr td {
  padding: 5px;
  border-bottom: solid 1px #d0d0d0;
  background-color: #eee;
  text-align: center;
  font-size: 12px;
}
table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
  padding: 5px;
  border-bottom: solid 1px #d0d0d0;
  font-size: 12px;
}
table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
  display: block;
  padding: 3px 0px;
  color: #666;
  font-weight: normal;
  font-size: 10px;
}
table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  color: #900;
  font-weight: bolder;
  font-size: 16px;
}
td.msc_price {
  text-align: right;
  font-size: 12px;
}
.imagebutton {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  background: none;
}
.mfp_element_file {
  display: inline-block;
  padding: 10px 10px;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
  background: #eee;
  box-shadow: 0px 0px 5px #d0d0d0 inset;
  vertical-align: middle;
  font-size: 12px;
}
.mfp_element_reset {
  color: #333;
}
input#mfp_reserve_item,
input#mfp_reserve_date {
  display: none;
}
div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #d0d0d0;
}
div#mfp_reserve_inner {
  position: relative;
  overflow: auto;
  padding: 0px 0px 0px 100px;
}
div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  background-color: #fee;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper
  table.mfp_reserve_table_value
  tr
  td.mfp_reserve_warning {
  cursor: pointer;
}
div#mfp_reserve_wrapper
  table.mfp_reserve_table_value
  tr
  td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper
  table.mfp_reserve_table_value
  tr
  td.mfp_reserve_warning:hover {
  background-color: #e8eef9;
}
div#mfp_reserve_wrapper
  table.mfp_reserve_table_value
  tr
  td.mfp_reserve_current {
  background-color: #0068b7;
  color: #fff;
}
td.mfp_reserve_disabled {
  background-color: #d0d0d0;
}
td.mfp_reserve_warning {
  background-color: #ffc;
}
div#mfp_reserve_wrapper table tr td,
div#mfp_reserve_wrapper table tr th {
  padding: 0px 5px;
  height: 20px;
  border: solid 1px #d0d0d0;
  text-align: center;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
td.mfp_reserve_week_0 {
  background-color: #fee;
  color: #f00;
}
td.mfp_reserve_week_6 {
  background-color: #eef;
  color: #00f;
}
div.mfp_ok {
  display: inline-block;
  display: none;
  margin: 0px 2px;
  padding: 0px 5px;
  border: solid 1px #090;
  border-radius: 5px;
  background-color: #090;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.6em;
}
div.prefcodeWrapper {
  position: relative;
}
div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  padding: 5px;
  border: solid 1px #d0d0d0;
  background-color: #fff;
  box-shadow: 0px 0px 5px #d0d0d0;
}
div.prefcodeResult div {
  cursor: pointer;
}
div.prefcodeResult div:hover {
  background-color: #c9ebfb;
}
div.prefcodeResult div.prefcodeNext {
  background-color: #eee;
  text-align: center;
}
div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
  overflow: hidden;
  height: 0px;
}
.showfield {
  overflow: visible;
  height: auto;
}
div.mfp_attached_thumbnails {
  display: none;
  margin: 5px auto;
  padding: 5px;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
  background: #eee;
  box-shadow: 0px 0px 5px #d0d0d0 inset;
}
div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  margin: 5px;
  padding: 0px;
  border: solid 4px #fff;
  box-shadow: 0px 2px 5px #999;
  vertical-align: top;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  overflow: hidden;
  max-height: 100px;
}
div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}
button.mfp_attached_reset {
  font-size: 14px;
}
div#mfp_OperationCheck {
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}
div#mfp_OperationCheck strong {
  display: block;
  border-radius: 3px;
  background: #090;
  color: #222;
  text-align: center;
}
div#mfp_OperationCheck * {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
div#mfp_OperationCheck p {
  margin: 0px;
  padding: 0px 5px;
  font-size: 12px;
}
div#mfp_OperationCheck p a {
  color: #0c0;
  text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}
div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0c0;
  cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  list-style: none;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
}
div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  display: inline-block;
  margin: 5px auto;
  padding: 5px 10px 5px 2em;
  outline: none;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  background: gradient(
    linear,
    center top,
    center bottom,
    from(#eee),
    to(#d0d0d0)
  );
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#eee),
    to(#d0d0d0)
  );
  background: -moz-linear-gradient(top, #eee, #d0d0d0);
  background: -ms-linear-gradient(top, #eee 0%, #d0d0d0 100%);
  text-shadow: 0px 2px 0px #fff;
  font-size: 16px;
  cursor: pointer;
}
button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}
button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}
button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}
div#mfp_recorder_wrap {
  margin: 5px auto;
  padding: 10px;
  border: solid 1px #d0d0d0;
  text-align: center;
}
td.request_image {
  width: 100px;
}
td.request_image img {
  max-width: 100px;
}
span.mfp_tips {
  display: block;
  margin: 2px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fcc;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
  color: #800040;
}
span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}
span.mfp_tips em {
  color: #090;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  table#mfp_confirm_table tr th {
    width: 100px;
    white-space: nowrap;
  }
}

/*cart*/
form.mfpcart {
}

form.mfpcart button {
  display: inline-block;
  padding: 0px;
  border: solid 1px #999;
  border-radius: 3px;
}
form.mfpcart button span {
  display: inline-block;
  padding: 3px 8px;
  border-top: solid 1px #fff;
  border-radius: 3px;
  border-radius: 3px;
  background-color: #d0d0d0;
  text-shadow: 0px 1px 0px #eee;
  font-weight: bolder;
  font-size: 12px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ",
    "ＭＳ Ｐゴシック", "Osaka";
  cursor: pointer;
}
form.mfpcart button span:hover {
  background-color: #ddd;
}
a.gocart {
  display: inline-block;
  border: solid 1px #999;
  border-radius: 3px;
  background-color: #d0d0d0;
  text-decoration: none;
}
a.gocart:hover {
  background-color: #ddd;
}
a.gocart span {
  display: inline-block;
  padding: 6px 8px;
  border-top: solid 1px #fff;
  border-radius: 3px;
  color: #000;
  text-shadow: 0px 1px 0px #eee;
  font-weight: bolder;
  font-size: 12px;
}

/*example*/
ul.example_pages {
  padding: 15px 30px;
  border: solid 1px #d0d0d0;
}
ul.example_pages li {
  padding: 5px 0px;
}
div#example_selector {
  padding: 10px 0px;
  text-align: left;
}
div#example_selector span {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
}
div#example_selector select {
  box-sizing: border-box;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #d0d0d0 inset;
  font-size: 18px;
}
div.tips {
  margin: 10px auto;
  padding: 5px 20px;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  background: #fee;
  box-shadow: 0px 2px 10px #d0d0d0;
}
div.tips p {
  font-size: 14px;
  line-height: 1.6em;
}
div.tips strong {
  color: #800040;
}
div.tips span {
  display: block;
  padding: 5px 10px;
  color: #008080;
}
div.tips em {
  color: #090;
  font-weight: bold;
  font-style: normal;
}
div.tips ol li {
  margin: 15px;
  padding: 10px;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
  line-height: 1.6em;
}
div.tips ol li span {
  padding: 0px 10px;
}
div.tips ol li img {
  display: block;
  margin: 5px auto;
  width: 280px;
  border: none;
}

@media screen and (max-width: 800px) {
  table#mfp_confirm_table tr th {
    white-space: nowrap;
  }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    display: block;
    width: 100%;
  }
  #mfp_confirm_table tr:last-child th {
    border-bottom: none;
  }
  table#mfp_confirm_table tr td {
    border-top: none;
  }
  #mfp_confirm_table tr:last-child td {
    border-top: none;
  }
  div#mfp_thanks {
    padding: 20px 0px;
    text-align: center;
    font-size: 18px;
  }
  div#mfp_thanks strong {
    display: block;
    color: #c00;
    font-size: 24px;
  }
}

/*------------------------------------------- ご希望日時*/
.form_day_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
.form_day_list > ul > li {
  width: 100%;
  padding: 20px 10px 0;
}
.form_day_box_inner > p {
  margin-bottom: 5px;
}
.form_day_box_inner + .form_day_box_inner {
  margin-top: 10px;
}
.form_day_list + .notes {
  margin-top: 10px;
}
.selectbox {
  position: relative;
}
.selectbox::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #01a6a8;
  position: absolute;
  top: 21px;
  right: 10px;
}
.selectbox select {
  padding-right: 20px;
}
.calendar_input.problem {
  border-color: #bbb;
  background-color: #fff;
}
.calendar_input + .mfp_err {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .form_day_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px;
  }
  .form_day_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .form_day_box_inner.day {
    position: relative;
  }
  .form_day_box_inner + .form_day_box_inner {
    margin-top: 0;
  }
  .form_day_box_inner > p {
    white-space: nowrap;
    margin-right: 20px;
    font-size: 1.4rem;
  }
  .form_day_box_inner > input,
  .form_day_box_inner select {
    width: 170px;
  }
  .form_day_box_inner.day .mfp_err {
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .form_day_box_inner > input,
  .form_day_box_inner select {
    width: 230px;
  }
  .form_day_box_inner > p {
    font-size: 1.6rem;
  }
}

/*------------------------------------------- 確認*/
#mfp_overlay_inner {
  height: 80vh;
  overflow: scroll;
}
