@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 10px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none; 
  color: #f00;
}
a:active {
  text-decoration: none; 
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

.u-hidden-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-only-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-only-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-only-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
.section_btn .btn {
  display: block;
  margin: auto;
  padding: 10px 0;
  border: 1px solid #000;
  width: 260px;
  -webkit-transition: 0.3s -webkit-box-shadow cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s -webkit-box-shadow cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s box-shadow cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s box-shadow cubic-bezier(0, 0, 0.58, 1), 0.3s -webkit-box-shadow cubic-bezier(0, 0, 0.58, 1); 
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .section_btn .btn {
    padding: 20px 0;
    width: 420px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .section_btn .btn:hover {
    -webkit-box-shadow: 20px 30px 46px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 20px 30px 46px 0px rgba(0, 0, 0, 0.5);
  }
}
.section_btn .btn.order_btn {
  padding: 15px 0;
  -webkit-transition: 0.3s -webkit-box-shadow cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s -webkit-box-shadow cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s box-shadow cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s box-shadow cubic-bezier(0, 0, 0.58, 1), 0.3s -webkit-box-shadow cubic-bezier(0, 0, 0.58, 1); 
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section_btn .btn.order_btn {
    padding: 27px 0;
    width: 460px;
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .section_btn .btn.order_btn .btn_txt {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .section_btn .btn.order_btn .btn_arw {
    width: 30px;
  }
}
.section_btn .btn.order_btn .btn_arw:before,
.section_btn .btn.order_btn .btn_arw:after {
  background: #fff;
}
@media (min-width: 768px) {
  .section_btn .btn.order_btn:hover {
    -webkit-box-shadow: 20px 30px 46px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 20px 30px 46px 0px rgba(0, 0, 0, 0.5);
  }
}

.section_btn .btn_txt {
  position: relative;
  padding: 0 10px 0 0;
}
@media (min-width: 768px) {
  .section_btn .btn_txt {
    padding-right: 25px;
  }
}

.section_btn .btn_arw {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 13px;
  -webkit-transition: 0.3s width cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s width cubic-bezier(0, 0, 0.58, 1); 
  -webkit-transform: translate(0, -50%); 
      -ms-transform: translate(0, -50%); 
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .section_btn .btn_arw {
    width: 25px;
  }
}
.section_btn .btn_arw:before,
.section_btn .btn_arw:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background: #000;
}
.section_btn .btn_arw:before {
  left: 0; 
  width: 100%;
}
.section_btn .btn_arw:after {
  right: 0;
  width: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
@media (min-width: 768px) {
  .section_btn .btn_arw:after {
    width: 8px;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}