@charset "UTF-8";
/* Scss Document */
@import "normalize.css";
/* 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: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  background: #e9dac5;
}
a {
  transition: all 0.3s ease 0s;
  color: #42210b;
}
a:hover {
  color: #42210b;
}

@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;
  background: #fff;
}
@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: 77%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
#container footer {
  background: #42210b;
}
#container footer .inner {
  padding: 25px;
  color: #fff;
}
#container footer .inner h1 {
  text-align: center;
}
#container footer .inner nav {
  margin: 0 auto 0;
  max-width: 500px;
  padding: 0 30px 0;
  box-sizing: border-box;
}
#container footer .inner nav ul {
  display: flex;
  flex-wrap: wrap;
}
#container footer .inner nav ul li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  margin-top: 15px;
}
#container footer .inner nav ul li a {
  color: #fff;
  font-size: 1.1rem;
}
#container footer .inner nav ul li:last-child {
  margin-right: 0;
  padding: 0;
  border: 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 .inner .txt {
  text-align: center;
  line-height: 1.6;
  font-size: 1.2rem;
}
#container .sec01 {
  margin-top: -10px;
}
#container .sec02 {
  position: relative;
}
#container .sec02 .btn {
  position: absolute;
  top: 97%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
#container .sec03 {
  padding: 40px 25px;
}
#container .sec04 {
  background: #e9dac5;
  padding: 40px 25px;
}
#container .sec04 .box {
  margin: 40px 0;
}
#container .sec04 .box .box_inner {
  background: #fff;
  padding: 15px 15px 40px;
}
#container .sec04 .box .box_inner h3 {
  text-align: center;
  margin-bottom: 30px;
}
#container .sec04 .box .box_inner .txt {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.4rem;
}
#container .sec04 .box .box_inner .btn {
  text-align: center;
}
#container .sec05 {
  position: relative;
}
#container .sec05 .btn {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
#container .sec06 {
  padding: 40px 25px;
}
#container .sec06 h2 {
  margin-bottom: 30px;
}
#container .sec06 dl {
  margin-bottom: 30px;
}
#container .sec06 dl dt {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
#container .sec06 dl dt::before {
  content: url(../img/ico_q.svg);
  margin-right: 10px;
}
#container .sec06 dl dd {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  font-size: 1.4rem;
}
#container .sec06 dl dd::before {
  content: url(../img/ico_a.svg);
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */