body {
  font: 0.875rem/1.7 "M PLUS Rounded 1c", Meiryo, メイリオ, Osaka, arial, sans-serif;
  padding: 0;
  margin: 0;
  background-color: rgba(248, 245, 233, 1.00);
}
html {
  scroll-behavior: smooth;
}
/*------------------------------
	共通
------------------------------*/
.grecaptcha-badge { 
    visibility: hidden; 
}

.page-id-28 .grecaptcha-badge {
	visibility: visible;
}
/*------------------------------
	文字
------------------------------*/
i {
  font-size: 30px;
}
i.fa-line {
  font-size: 28px;
}
.big12 {
  font-size: 120% !important;
}
.big14 {
  font-size: 140% !important;
}
.big16 {
  font-size: 160% !important;
}
.big20 {
  font-size: 200% !important;
}
.big24 {
  font-size: 240% !important;
}
.small {
  font-size: small !important;
}
.red {
  color: rgba(211, 67, 67, 1.00);
}
h2.ttl, h3.ttl {
  font-size: 2.2em;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  margin: 1em auto;
}
.subttl {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}
.w100img {
  width: 100%;
  height: auto;
}
.udline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 226, 146, 0.4);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.em {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(249, 142, 75, 0.3);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
@media (min-width:992px) {
  .sm_onry {
    display: none;
  }
}
@media (min-width:576px) {
  .md_onry {
    display: none;
  }
}
@media (max-width:1999.98px) {
  .big20 {
    font-size: 180% !important;
  }
}
@media (max-width:1099.98px) {
  .big20 {
    font-size: 160% !important;
  }
  .big16 {
    font-size: 130% !important;
  }
  .pc_onry {
    display: none;
  }
  .ttl img {
    width: 60px;
  }
  h2.ttl, h3.ttl {
    font-size: 2em;
  }
}
@media (max-width:767.98px) {
  .big20 {
    font-size: 150% !important;
  }
  .big24 {
    font-size: 190% !important;
  }
}
@media (max-width:575.98px) {
  .smmin_onry {
    display: none;
  }
  .big12 {
    font-size: 105% !important;
  }
  .big16 {
    font-size: 110% !important;
  }
  .big20 {
    font-size: 120% !important;
  }
  .big24 {
    font-size: 170% !important;
  }
  h2.ttl, h3.ttl {
    font-size: 24px;
  }
}
/*------------------------------
	Links
------------------------------*/
a {
  outline: none;
}
a:hover {
  outline: none;
}
a:active {
  outline: none;
}
a:link {
  outline: none;
}
a:visited {
  outline: none;
}
a {
  color: rgba(80, 102, 52, 1.00);
}
a:hover {
  text-decoration: none;
  color: rgba(61, 72, 47, 1.00);
  transition: all 0.6s ease;
}
a img {
  transition: 0.7s;
}
a img:hover {
  opacity: 0.8;
}
/* orignal botan */
.linkbt {
  text-align: center;
  margin-top: 1em;
}
.linkbt a span {
  text-indent: -9999px;
}
.linkbt a {
  width: 125px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 1em;
  padding-top: 10px;
  background-image: url(../img/common/btn_more.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.linkbt a:hover {
  color: rgba(61, 72, 47, 1.00);
}
.linkbt .cansel {
  background-image: url("../img/common/btn_cansel.png");
}
.linkbt .cyuui {
  background-image: url("../img/common/btn_cyuui.png");
}
.linkbt .news {
  background-image: url("../img/common/btn_news.png");
}
.linkbt .oshirase {
  background-image: url("../img/common/btn_oshirase.png");
}
.linkbt .profile {
  background-image: url("../img/common/btn_profile.png");
}
.linkbt .insta {
  background-image: url("../img/common/btn_insta.png");
}
.linkbt .facebook {
  background-image: url(../img/common/btn_fb.png);
}
.linkbt .line {
  background-image: url("../img/common/btn_line.png");
}
.linkbt .maile {
  background-image: url("../img/common/btn_mail.png");
}
.linkbt .contact {
  background-image: url("../img/common/btn_contact.png");
}
@media (max-width:767.98px) {
  .linkbt_b a {
    font-size: 16px;
  }
  .linkbt a i {
    font-size: 26px;
  }
}
@media (max-width:575.98px) {
  .linkbt a {
    width: 90px;
    height: 80px;
    margin: auto auto 1em;
    padding-top: 5px;
  }
  .linkbt a i {
    font-size: 22px;
  }
}
@media (min-width:768px) {
  .linkbt a:hover i {
    animation: purun 0.8s linear 0s 1;
    color: rgba(61, 72, 47, 1.00);
  }
}
@keyframes purun {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
/*レスポンシブtable
----------------------*/
table.restable {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
table.restable th, table.restable td {
  border-bottom: 1px solid rgba(92, 46, 14, 1.00);
  padding: 1em;
  text-align: left;
}
table.restable th {
  white-space: nowrap;
}
table.restable td {
  width: 100%;
}
@media (max-width: 991.98px) {
  table.restable th, table.restable td {
    display: block;
  }
  table.restable th {
    border-bottom: 0px solid rgba(92, 46, 14, 1.00);
    padding-bottom: 0.2em;
  }
}
/*レスポンシブtable(ボーダーなし)
----------------------*/
@media (max-width: 576.98px) {
  table.rstbl th, table.rstbl td {
    display: block;
  }
  table.rstbl th {
    padding-bottom: 0.2em;
  }
}
/*table
------------------------------*/
.tb01 {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.3em;
  margin: 5%;
}
.tb01 th {
  padding: 5px;
  white-space: nowrap;
  vertical-align: top;
}
.tb01 td {
  padding: 5px;
}
@media (max-width:575.98px) {
  .tb01 {
    font-size: 14px;
  }
  table.tb01 th, table.tb01 td {
    display: block;
  }
  table.tb01 th {
    padding-bottom: 0.2em;
  }
}
/*video
------------------------------*/
.video video, .video iframe {
  width: 100%;
  height: 100%;
}
.video {
  width: 100%;
  aspect-ratio: 16/9;
}
/*------------------------------
Pagetop
------------------------------*/
#pageTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
}
#pageTop a {
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  padding-top: 4px;
}
#pageTop a i {
  font-size: 30px;
}
@media (max-width:575.98px) {
  #pageTop {
    bottom: 50px;
    right: 10px;
  }
  #pageTop a {
    border-radius: 3px;
    height: 24px;
    width: 24px;
  }
}
/*------------------------------
 Contact
------------------------------*/
.contactEria {
  width: 80%;
  max-width: 900px;
  text-align: center;
  padding: 100px 0 30px;
}
.contactEria .container {
  background-image: url("../img/common/contact_fuki.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  padding: 2em;
}
@media (max-width:575.98px) {
  .contactEria .container {
    background-image: url("../img/common/contact_fuki_s.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    padding: 2em;
  }
}
/*------------------------------
 Footer
------------------------------*/
#footer {
  background-image: url(../img/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#footer .txt {
  text-align: center;
  margin: 20px;
}
#footer .ttl {
  font-size: 1.1em;
  text-align: center;
  line-height: 3;
}
#footer .ttl img {
  max-width: 340px;
  width: 100%;
  height: auto;
}
#footer .linkbt {
  display: flex;
  margin: 2em auto;
  max-width: 400px;
}
#footer .sitemap {
  display: flex;
  margin: auto;
  padding-top: 50px;
}
#footer ul.link {
  writing-mode: vertical-lr;
  text-orientation: upright;
  list-style-type: none;
  margin: auto;
  padding: 0;
}
#footer ul.link li {
  padding: 5px;
}
#footer ul.link li a {
  font-size: 1.2em;
}
#footer ul.link li a:hover {
  margin-top: -5px;
  transition: all 0.6s ease;
}
#footer ul.link ul {
  padding-top: 1em;
  list-style-type: none;
}
#copy {
  font-size: small;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 40%;
  color: rgba(255, 255, 255, 1.00);
}
@media (max-width:575.98px) {
  #footer {
    background-position: right bottom;
    background-size: 120% auto;
  }
  #footer .ttl {
    font-size: 12px;
    text-align: center;
    line-height: 3;
  }
  #footer ul.link li a {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  #footer .sitemap {
    display: flex;
    padding-top: 0px;
  }
  #footer ul.link {
    writing-mode: horizontal-tb;
    padding: 0;
  }
  #footer ul.link li {
    padding: 1px;
  }
  #footer ul.link li a {
    font-size: 13px;
  }
  #footer ul.link ul {
    padding-top: 1px;
    padding-left: 10px;
    margin: 0;
  }
  #copy {
    font-size: 9px;
    padding-top: 15%;
    padding-bottom: 30%;
  }
}