@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,
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,
menu,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

/* .mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
} */
.anton {
  font-family: "Anton", sans-serif;
}

.inrWidth {
  width: 86.66667%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0;
  text-align: justify;
  overflow-x: hidden;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.fwb {
  font-weight: bold;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}

#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#pageTop a:hover {
  text-decoration: none;
}

a.over:hover {
  opacity: 0.6;
  transition: 0.3s;
}

video {
  width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 769px) {
  body {
    /* font-size: 1.2rem; */
  }

  .spbr {
    display: none;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }

  a:hover img {
    opacity: 0.8;
  }

  #totop {
    position: fixed;
    right: 1.5%;
    bottom: 1.5%;
    z-index: 999;
  }

  #totop img {
    width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    /* font-size: 1.2rem; */
  }

  .pcbr {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  #totop {
    position: fixed;
    right: 1.5%;
    bottom: 1.5%;
    z-index: 999;
  }

  #totop img {
    width: 55px;
  }
}

/*----------------------------------------
COMMON (Header / Footer)
-----------------------------------------*/
/* @media only screen and (min-width: 769px) {
  .op1:after {
    opacity: 1 !important;
  }
  header a.tel {
    display: block;
    position: absolute;
    top: 24px;
    right: 215px;
    font-weight: bold;
    color: #fff;
    font-size: 2.9rem;
  }
  header a.tel svg {
    width: 33px;
    height: 33px;
    margin-right: 5px;
    vertical-align: sub;
    fill: #fff;
  }
  header a.tel span {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  header a.tel {
    display: block;
    position: absolute;
    top: -3px;
    right: 115px;
    font-weight: bold;
    color: #fff;
    font-size: 2.9rem;
  }
  header a.tel svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: sub;
    fill: #fff;
  }
  header a.tel span {
    display: inline-block;
  }
}

body:not(#TOP) .contact .white {
  display: none;
}

@media only screen and (min-width: 769px) {
  body:not(#TOP) .drawer-hamburger-icon, body:not(#TOP) .drawer-hamburger-icon:before, body:not(#TOP) .drawer-hamburger-icon:after {
    background-color: #997063;
  }
  body:not(#TOP) header {
    background: #fff;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  body:not(#TOP) header a.logo {
    display: block;
    position: relative;
    left: 30px;
    top: 20px;
  }
  body:not(#TOP) header a.logo img {
    width: 130px;
  }
  body:not(#TOP) header a.contact {
    display: block;
    position: absolute;
    top: 30px;
    right: 140px;
  }
  body:not(#TOP) header a.contact img {
    width: 50px;
  }
  body:not(#TOP) header a.tel {
    color: #997063;
  }
  body:not(#TOP) header a.tel svg {
    fill: #997063 !important;
  }
  body:not(#TOP) header ul {
    display: flex;
  }
  body:not(#TOP) header ul li:nth-of-type(1) {
    margin-right: auto;
  }
  body:not(#TOP) header .menu {
    color: #997063 !important;
  }
  body:not(#TOP) footer {
    margin-top: 250px;
    padding: 90px 0 25px;
    background: #54ac3b;
  }
  body:not(#TOP) footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  body:not(#TOP) footer ul li {
    padding: 0 20px;
  }
  body:not(#TOP) footer ul li img {
    width: 40px;
  }
  body:not(#TOP) footer .copyright {
    text-align: center;
    color: #fff;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    letter-spacing: 0.4em;
  }
}

@media only screen and (max-width: 768px) {
  body:not(#TOP) .drawer-hamburger-icon, body:not(#TOP) .drawer-hamburger-icon:before, body:not(#TOP) .drawer-hamburger-icon:after {
    background-color: #997063;
  }
  body:not(#TOP) header {
    background: #fff;
    height: 50px;
    transition: 0.3s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  body:not(#TOP) header a.logo {
    display: block;
    position: relative;
    left: 25px;
    top: 8px !important;
  }
  body:not(#TOP) header a.logo img {
    width: 85px !important;
  }
  body:not(#TOP) header a.contact {
    display: block;
    position: absolute;
    top: 11px;
    right: 75px;
  }
  body:not(#TOP) header a.contact img {
    width: 30px;
  }
  body:not(#TOP) header a.tel {
    color: #997063;
  }
  body:not(#TOP) header a.tel svg {
    fill: #997063 !important;
  }
  body:not(#TOP) header .menu {
    color: #997063 !important;
  }
  body:not(#TOP) footer {
    margin-top: 150px;
    padding: 25px 0 10px;
    background: #54ac3b;
  }
  body:not(#TOP) footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  body:not(#TOP) footer ul li {
    padding: 0 15px;
  }
  body:not(#TOP) footer ul li img {
    width: 30px;
  }
  body:not(#TOP) footer .copyright {
    text-align: center;
    color: #fff;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    letter-spacing: 0.4em;
    font-size: 1rem;
  }
} */