/* =================================
 Reset / Base
================================= */

/* 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,
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;
  scroll-behavior: smooth;
}

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;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

/* base
---------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  position: relative;
  z-index: 0;
  width: 100%;
  line-height: 1.63;
  background-color: #fff;
  color: #565656;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  img {
    width: 100%;
  }
}

a,
a img,
button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a {
  display: block;
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:active {
  color: inherit;
}

@font-face {
  font-family: ロゴたいぷゴシック;
  src: url('https://cdn.leafscape.be/logotype/logotype_web.woff2') format("woff2");
}


/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none !important;
}

.u-only_pc {
  display: block !important;
}


/* =================================
 PC common
================================= */
@media screen and (min-width: 768px) {
  /* base
  ---------------------------------------------------------- */
  html {
    overflow: auto;
  }

  /* common
  ---------------------------------------------------------- */
  a:hover {
    opacity: 0.8;
  }

  /* layout
  ---------------------------------------------------------- */
  .l-cont_l {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .l-cont_m {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .l-cont_s {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
}


/* =================================
 SP common
================================= */

@media screen and (max-width: 767px) {
  /* common
  ---------------------------------------------------------- */
  .u-only_sp {
    display: block !important;
  }

  .u-only_pc {
    display: none !important;
  }

  html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  body {
    font-size: 1.4rem;
  }

  /* layout
  ---------------------------------------------------------- */
  .l-cont_l {
    width: 90%;
    margin: 0 auto;
  }

  .l-cont_m {
    width: 90%;
    margin: 0 auto;
  }

  .l-cont_s {
    width: 90%;
    margin: 0 auto;
  }
}


/* =================================
 header
================================= */
.l-header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .l-header {
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
}

.l-header_seo {
  color: #6f6f6f;
}

@media screen and (max-width: 767px) {
  .l-header_cont {
    position: relative;
    z-index: 0;
    padding: 0 0 0 5%;
  }
}

.l-header_seo_txt {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .l-header_seo_txt {
    font-size: 1rem;
  }
}

.l-header_logo {
  width: 262px;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_logo {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .l-header_logo {
    width: 170px;
    margin-top: 8px;
  }
}

.l-header_logo a {
  display: block;
}

.l-header_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header_contact {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1101px) {
  .l-header_contact_tel {
    margin-right: 36px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_contact_tel {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header_contact_tel {
    width: 60px;
    height: 60px;
    background-color: #fff;
  }
}

.l-header_contact_tel a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header_contact_tel a {
    display: block;
    height: 100%;
  }
}

.l-header_contact_tel a img {
  width: 27px;
}

@media screen and (min-width: 768px) {
  .l-header_contact_tel a img {
    margin-right: 7px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_contact_tel a img {
    width: 22px;
  }
}

@media screen and (max-width: 767px) {
  .l-header_contact_tel a img {
    width: 22px;
    margin: 13px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .l-header_contact_tel_ttl {
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .l-header_contact_tel_num {
    line-height: 1;
    margin-top: 6px;
    color: #5a5a4d;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_contact_tel_num {
    font-size: 2.6rem;
  }
}

.l-header_contact_mail {
  width: 250px;
  height: 90px;
}

@media screen and (max-width: 767px) {
  .l-header_contact_mail {
    width: 60px;
    height: 60px;
  }
}

.l-header_contact_mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fa98ae;
}

@media screen and (max-width: 767px) {
  .l-header_contact_mail a {
    display: block;
    height: 100%;
    padding-top: 18px;
  }
}

.l-header_contact_mail a img {
  width: 34px;
}

@media screen and (max-width: 767px) {
  .l-header_contact_mail a img {
    width: 27px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .l-header_contact_mail_txt {
    display: block;
    line-height: 1;
    color: #fff;
    margin-left: 12px;
    font-family: ロゴたいぷゴシック;
    font-size: 2.4rem;
    letter-spacing: 0.025em;
  }
}


/* =================================
 seo
================================= */
.l-seo {
  padding-bottom: 74px;
}

@media screen and (max-width: 767px) {
  .l-seo {
    padding-bottom: 35px;
  }
}

.l-seo_box {
  padding: 40px 20px 35px 50px;
  background-color: #fff;
  border: 1px solid #a99d7f;
  border-radius: 10px;
  font-size: 1.3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-seo_box {
    padding: 20px 5% 25px;
    font-size: 1.2rem;
  }
}

.l-seo_box_cont {
  height: 200px;
  padding-right: 25px;
  color: #656565;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .l-seo_box_cont {
    height: 180px;
  }
}

.l-seo_box_cont::-webkit-scrollbar {
  width: 6px;
}

.l-seo_box_cont::-webkit-scrollbar-track {
  background-color: #e3e1df;
}

.l-seo_box_cont::-webkit-scrollbar-thumb {
  background-color: #bdb192;
}

.l-seo_head {
  line-height: 1;
  margin-bottom: 20px;
  color: #a99d7f;
  font-family: ロゴたいぷゴシック;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .l-seo_head {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.l-seo_item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .l-seo_item {
    margin-top: 15px;
  }
}

.l-seo_item:first-child {
  margin-top: 0;
}

.l-seo_ttl {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  padding-left: 1.3em;
}

@media screen and (max-width: 767px) {
  .l-seo_ttl {
    margin-bottom: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-seo_ttl::before {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #656565;
  content: "";
}

.l-seo .c-list_midpoint li {
  margin-top: 5px !important;
}

.l-seo .c-list_midpoint li:first-child {
  margin-top: 0 !important;
}

.l-seo_item_cont {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .l-seo_item_cont {
    margin-top: 10px;
  }
}

.l-seo_item_cont:first-child {
  margin-top: 0;
}

.l-seo_ttl_sub {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  padding-left: 1.3em;
}

@media screen and (max-width: 767px) {
  .l-seo_ttl_sub {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-seo_ttl_sub::before {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #656565;
  box-sizing: border-box;
  content: "";
}

.l-seo_item_cont .c-txt_asterisk {
  margin-top: 10px;
}


/* =================================
 footer
================================= */
.l-footer_contact {
  padding: 71px 0 89px;
  background-image: url(../img/bg_contact.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-footer_contact {
    padding: 35px 0 45px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_contact .l-cont_m {
    max-width: 1140px;
  }
}

.l-footer_contact_box {
  padding: 80px 90px 60px;
  border: 1px solid #f86a8a;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_box {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_box {
    padding: 20px 5% 25px;
  }
}

.l-footer_contact_ttl {
  line-height: 1;
  margin-bottom: 37px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f86a8a;
  color: #f86a8a;
  font-family: ロゴたいぷゴシック;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_ttl {
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_contact_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_tel {
    width: 95%;
    margin-left: auto;
  }
}

.l-footer_contact_tel a {
  display: flex;
  align-items: center;
}

.l-footer_contact_tel a img {
  width: 49px;
  margin-right: 13px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_tel a img {
    width: 40px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_tel a img {
    width: 30px;
    margin-right: 7px;
  }
}

.l-footer_contact_tel_ttl {
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_tel_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_tel_ttl {
    font-size: 1.4rem;
  }
}

.l-footer_contact_tel_num {
  line-height: 1;
  margin-top: 11px;
  color: #5a5a4d;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 5.4rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_tel_num {
    margin-top: 8px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_tel_num {
    margin-top: 5px;
    font-size: 3.2rem;
  }
}

.l-footer_contact_tel_hour {
  margin-top: 10px;
  color: #5a5a4d;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer_contact_tel_hour {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_tel_hour {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.l-footer_contact_mail {
  width: 380px;
  height: 90px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_mail {
    width: 280px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_mail {
    width: 100%;
    height: 50px;
    margin-top: 15px;
  }
}

.l-footer_contact_mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 45px;
  background-color: #fa98ae;
}

.l-footer_contact_mail a img {
  width: 42px;
}

@media screen and (max-width: 1100px) {
  .l-footer_contact_mail a img {
    width: 30px;
  }
}

.l-footer_contact_mail_txt {
  display: block;
  line-height: 1;
  color: #fff;
  margin-left: 16px;
  font-family: ロゴたいぷゴシック;
  font-size: 3rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_contact_mail_txt {
    margin-left: 10px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_contact_mail_txt {
    margin-left: 10px;
    font-size: 2rem;
  }
}

.l-footer_copyright {
  padding: 18px 25px 108px;
  line-height: 1;
  color: #474747;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-footer_copyright {
    padding: 10px 5% 70px;
    font-size: 1rem;
  }
}

.l-footer_fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-top: 1px solid #bdaf8c;
  background-color: #fff;
}

@media screen and (min-width: 1101px) {
  .l-footer_fixed {
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed {
    height: 60px;
    background-color: #a89158;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_fixed_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-footer_fixed_head_logo {
  margin-top: 5px;
}

@media screen and (min-width: 1101px) {
  .l-footer_fixed_head_logo {
    width: 262px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed_head_logo {
    width: 220px;
  }
}

.l-footer_fixed_side {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-footer_fixed_head_seo {
    font-size: 1.3rem;
  }

  .l-footer_fixed_side_cont {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_cont {
    width: 82%;
    padding-top: 3px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_fixed_side_tel {
    margin: 0 20px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_tel,
  .l-footer_fixed_side_mail {
    width: 44%;
  }

  .l-footer_fixed_side_tel {
    height: 60px;
    background-color: #fff;
  }
}

.l-footer_fixed_side_tel a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_tel a {
    justify-content: center;
    padding-top: 14px;
  }
}

.l-footer_fixed_side_tel a img {
  width: 27px;
  margin: 9px 7px 0 0;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed_side_tel a img {
    width: 20px;
    margin: 5px 3px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_tel a img {
    width: 18px;
    margin: 3px 5px 0 0;
  }
}

.l-footer_fixed_side_tel_ttl {
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.01em;
}

.l-footer_fixed_side_tel_num {
  line-height: 1;
  color: #5a5a4d;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 3.2rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed_side_tel_num {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_tel_num {
    font-size: 2rem;
  }
}

.l-footer_fixed_side_mail {
  width: 250px;
  height: 90px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed_side_mail {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_mail {
    width: 40%;
    height: 60px;
  }
}

.l-footer_fixed_side_mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fa98ae;
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_mail a {
    padding-bottom: 2px;
  }
}

.l-footer_fixed_side_mail a img {
  width: 34px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed_side_mail a img {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_mail a img {
    width: 22px;
  }
}

.l-footer_fixed_side_mail_txt {
  display: block;
  line-height: 1;
  color: #fff;
  margin-left: 12px;
  font-family: ロゴたいぷゴシック;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-footer_fixed_side_mail_txt {
    margin-left: 8px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_mail_txt {
    margin-left: 5px;
    font-size: 1.6rem;
  }
}

.l-footer_fixed_side_pagetop {
  position: relative;
  z-index: 0;
  width: 90px;
  height: 90px;
  background-color: #a89158;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_pagetop {
    width: 60px;
    height: 60px;
  }
}

.l-footer_fixed_side_pagetop img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 15px;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px) {
  .l-footer_fixed_side_pagetop img {
    width: 10px;
  }
}
