@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 63.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #643e33;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../img/background_pc.webp) no-repeat center top/cover;
  background-attachment: fixed;
}
a {
  transition: all 0.3s ease 0s;
  color: #643e33;
}
a:hover {
  color: #643e33;
}

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

@media screen and (max-width: 1100px) {
  .pc02 {
    display: none !important;
  }
}

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

@media screen and (min-width: 1101px) {
  .sp02 {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.no_link {
  opacity: 0.3;
  pointer-events: none;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

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

.text-left {
  text-align: left;
}

.f12 {
  font-size: 1.2rem !important;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #ed1e79;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold;
}

/*=======================================================

    header

========================================================*/
/*--animation-*/
@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
}
.btn img:hover {
  animation: pop 0.7s ease infinite;
}

#container {
  max-width: 375px;
  margin: 0 auto;
  border: 1px solid #808080;
}
@media screen and (max-width: 767px) {
  #container {
    max-width: 100%;
  }
}
#container img {
  max-width: 100%;
}
#container header {
  position: relative;
}
#container header h1 {
  position: absolute;
  left: 25px;
  top: 10px;
}
#container header .btn {
  position: absolute;
  top: 91%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#container header.header02 {
  position: relative;
  z-index: -1;
}
#container .search {
  margin-top: -105%;
}
#container .search figure img {
  width: 100%;
}
#container footer {
  background: #fff;
}
#container footer .inner {
  padding: 25px;
  color: #fff;
}
#container footer .inner h1 {
  text-align: center;
  margin-bottom: 30px;
}
#container footer .inner nav {
  margin: 0 auto 0;
  box-sizing: border-box;
}
#container footer .inner nav ul {
  text-align: center;
}
#container footer .inner nav ul li {
  margin-bottom: 1em;
  font-weight: 600;
}
#container footer .inner nav ul li:last-child {
  margin-bottom: 0;
}
#container footer .inner .contact {
  margin: 20px 0 10px;
}
#container footer .inner .contact a {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 1.4rem;
  padding: 5px 10px;
}
#container footer address {
  text-align: center;
  line-height: 1.6;
  font-size: 1rem;
}
#container .sec01 {
  margin-top: -10px;
  position: relative;
}
#container .sec01 select {
  border-radius: 10px;
  border: none;
  position: absolute;
  top: 72%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  height: min(30px, 10vw);
  font-size: min(1.4rem, 5vw);
  line-height: 1.4;
  color: #644e36;
  font-weight: 600;
  padding-inline: 5%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/down_triangle.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: min(15px, 5vw) min(10px, 3vw);
}
#container .sec04 {
  position: relative;
}
#container .sec04 .btn {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#container .sec05 {
  position: relative;
}
#container .sec05 .btn {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#container .sec06 {
  margin-top: -10px;
}
#container .sec07 {
  background: url(../img/bg_body.png);
  padding: 30px 15px;
}
#container .sec07 h2 {
  text-align: center;
}
#container .sec07 .fig01 {
  text-align: center;
  margin-bottom: 10px;
}
#container .sec07 .fig02 {
  text-align: center;
}
#container .sec07 .form {
  background: #fff;
  border-radius: 20px;
  border: 4px solid #efc100;
  padding: 20px;
  position: relative;
}
#container .sec07 .form h3 {
  text-align: center;
  margin-bottom: 20px;
}
#container .sec07 .form dl {
  margin-bottom: 20px;
}
#container .sec07 .form dl dt {
  display: block;
  color: #643e33;
  font-weight: 600;
  margin-bottom: 3px;
}
#container .sec07 .form dl dt em {
  margin-left: 10px;
  background: #e50012;
  padding: 1px 2px;
  color: #fff;
  font-size: 0.9rem;
  display: inline-block;
}
#container .sec07 .form dl dt em.free {
  background: #9e9e9f;
}
#container .sec07 .form dl dd input.w100 {
  border: 2px solid #efc100;
  background: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#container .sec07 .form dl dd input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}
#container .sec07 .form dl dd .label {
  display: block;
  margin: 2px;
  color: #f29600;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  background: #fff;
  font-size: 1.1rem;
  padding: 5px 14px;
  border: 2px solid #f29600;
}
#container .sec07 .form dl dd .label.mfp_checked {
  background: #f29600;
  color: #fff;
}
#container .sec07 .form dl.how dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #efc100;
  margin-bottom: 1em;
}
#container .sec07 .form dl.how dd {
  display: flex;
  flex-wrap: wrap;
}
#container .sec07 .form .privacy_txt {
  font-size: 1.1rem;
  margin-bottom: 40px;
  line-height: 1.4;
}
#container .sec07 .form .privacy_txt a {
  color: #efc100;
}
#container .sec07 .form .text-center {
  font-size: 1.2rem;
}
#container .sec07 .form .submit {
  text-align: center;
  margin-top: 10px;
}
#container .sec07 .form .submit input {
  border-radius: 10px;
  background: #f29600;
  padding: 10px 15px;
  width: 150px;
  box-sizing: border-box;
  border: 0;
  color: #fff;
  cursor: pointer;
}
#container .sec07 .form .mfp_buttons button {
  border-radius: 10px;
  background: #f29600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 0;
  color: #fff;
  cursor: pointer;
}
#container .sec07 .form .mfp_buttons button#mfp_button_cancel {
  background: #808080;
}
#container .sec07 .form .thanks {
  text-align: center;
}
#container .sec07 .form .thanks h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
#container .sec07 .form .thanks p {
  font-size: 1.1rem;
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */