@charset "UTF-8";

/*
  Reset
----------------------------------------------- */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
a {
  text-decoration: none;
}

/* ===============================================
Base
=============================================== */
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  body {
    margin: 0 15%;
  }
}
img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.btnbackground {
  background: url(img/background.png) center top no-repeat;
  background-size: 100% auto;
}
.btn-text {
  margin: 0% 2%;
  -webkit-appearance: none; //iOS safariで開いた時の色の変化防止
  align-items: center;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  padding: 4px;
  background-color: #ef7b17;
  border-bottom: 5px solid #9a7352;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .btn-text {
    font-size: 1.5em;
    padding: 8px;
  }
}
.btn-text:hover {
  background: #9a4904;
  border-bottom: 2px solid #9a7352;
  cursor: pointer;
}

.sectiononline {
  margin-bottom: 40px;
}
.sectionmargin {
  margin-top: 60px;
}
.footer {
  background-color: #fafbd5;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.footerwarp {
  display: flex;
  justify-content: center;
}
.footer-link {
  color: #4d4d4d;
}
.footer-link1 {
  margin-right: 16px;
}
.footer-link1 ::after {
  content: " | ";
  color: #4d4d4d;
  margin-right: 2px;
}
