@charset "utf-8";
/* CSS Document */
:root {
	--color-01: #644206;
	--color-02: #8cc220;
	--color-03: #00a2e5;
	--color-04: #c69c6d;
	--color-05: #695647;
	--color-06: #fbf3e9;
	--color-07: #F3FBC8;
	--color-08: #FAEE57;
	--color-09: #F2F0EC;
}
/* ベース
---------------------------------- */

.pc_only {
  display: inline-block!important;
}

.pc_none {
  display: none!important;
}
.top-logo {
	width: 23%;
}
.l-container {
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 10% auto 0 auto!important;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
html {
  height: 100%;
}

body {
  position: relative;
  color: #3c3c3c;
  font-family: "dnp-shuei-mgothic-std", sans-serif!important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1.1rem;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
}
section p{
	line-height: 2.5;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

img[src$=".svg"] {
  position: relative;
  left: 0.4px;
  top: 0.4px;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

h2.top_section_title {
    color: var(--color-01);
}

/*================================
バッジ
================================*/
.badge {
    background: var(--color-02)!important;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 100vh;
}
/*================================
リスト
================================*/
.fa-circle {
    color: var(--color-02);
}
.uk-list-striped>:nth-of-type(odd) {
    background: #FFFEF7!important;
}
/*================================*/
@media screen and (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(151, 176, 191, 0.5);
    position: fixed;
    left: 0x;
    top: 0;
    z-index: 7999;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

sub,
sup {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  sub,
  sup {
    margin: 0 0.1em;
  }
}

sub {
  vertical-align: -0.4em;
}

sup {
  vertical-align: 0.5em;
}

a {
  color: #3499D6;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a img {
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
.bnr {
    border-radius: 15px;
}
.mgn_tb {
    margin: 100px auto;
}

/*================================
お問い合わせ
================================*/

.top-contact {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 0 96px;
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding: 0 0 58px;
  }
}
.top-contact .l-container {
  position: relative;
  z-index: 2;
}

.top-contact .tel a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--color-02);
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}
.tel_sub a {
    color: var(--color-02);
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.fa-square-phone {
    color:  var(--color-02)!important;
    font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .top-contact .tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .top-contact .tel a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.top-contact .rectop_wave05 {
  height: 670px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-contact .rectop_wave05 {
    height: 335px;
  }
}
.top-contact .rectop_wave06 {
  height: 961px;
}
@media screen and (max-width: 767px) {
  .top-contact .rectop_wave06 {
    height: 480.5px;
  }
}

/*================================
フッター
================================*/

.wrap_ft_link {
    background: #DEFFB8;
	text-align: center;
    padding: 30px 0 20px 0;
    height: 250px;
}
.wrap_ft_link p a {
    text-decoration: none;
}
.wrap_ft_link p {
    margin-bottom: -20px;
}
.footer_back {
    background-size: contain;
    height: 500px!important;
    background-repeat: no-repeat;
}
.footer_back_sp {
    background-size: cover;
    height: 300px!important;

}
.holologo {
    margin-top: 50px;
}
.img_con {
    box-sizing: border-box!important;
}
.logo_ft {
    width: 210px;
    height: auto;
}
.copyright {
    font-size: 0.75rem;
    letter-spacing: 0.18rem;
}
