@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
font,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "M PLUS 1p", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
#container {
  text-align: left;
  overflow: hidden;
}
#main {
  padding-top: 136px;
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
#gHeader .hBox {
  display: flex;
  justify-content: space-between;
}
#gHeader .hBox .naviBox {
  display: flex;
}
#gHeader .hBox .naviBox .btn01 {
  width: 190px;
}
#gHeader .hBox .naviBox .btn01 a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  background-color: #eff8f6;
}
#gHeader .hBox .naviBox .btn02 {
  width: 115px;
}
#gHeader .hBox .naviBox .btn02 a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #ffc800;
}
#gHeader .hBox .naviBox .btn02 a img {
  margin-bottom: 6px;
}
#gHeader .hBox .naviBox a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #gHeader .hBox .naviBox .btn01 {
    width: 90px;
  }
  #gHeader .hBox .naviBox .btn01 a {
    padding-top: 7px;
    font-size: 1.1rem;
    line-height: 1.45;
    box-sizing: border-box;
  }
  #gHeader .hBox .naviBox .btn02 {
    width: 60px;
  }
  #gHeader .hBox .naviBox .btn02 a {
    padding-top: 6px;
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: #ffe900;
  }
  #gHeader .hBox .naviBox .btn02 a img {
    margin-bottom: 5px;
    width: 25px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 20px 0 160px;
  /* padding-top: 20px; */
  background-color: #f9d722;
  text-align: center;
}
#gFooter .pageTop {
  position: fixed;
  bottom: 19px;
  right: 17px;
}
#gFooter .pageTop a:hover {
  opacity: 0.7;
}
#gFooter h2 {
  margin-bottom: 8px;
}
#gFooter .tel {
  margin: 0 auto 26px;
  width: 520px;
}
#gFooter .tel a {
  padding: 16px 0 14px;
  display: block;
  color: #f9d722;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: #ff6100 url("../../img/common/icon04.png") no-repeat left 41px center;
  border-radius: 6px;
}
#gFooter .tel a .num {
  margin: 10px 0 5px;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#gFooter .ttl {
  margin-bottom: 18px;
  font-size: 1.4rem;
}
#gFooter .snsList {
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
}
#gFooter .snsList li:not(:last-of-type) {
  margin-right: 16px;
}
#gFooter .snsList li a:hover {
  opacity: 0.7;
}
#gFooter .txt {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.64;
  font-feature-settings: "palt";
  transform: rotate(0.05deg);
}
#gFooter address {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-style: normal;
}
@media all and (max-width: 896px) {
  #gFooter {
    /* padding: 22px 0 100px; */
    padding-top: 22px;
    padding-bottom: 90px;
    position: relative;
    z-index: 10;
  }
  #gFooter .pageTop {
    width: 55px;
    bottom: 60px;
    right: 14px;
    z-index: 10;
    margin-bottom: 10px;
  }
  #gFooter h2 {
    margin-bottom: 18px;
  }
  #gFooter .tel {
    margin: 0 9px 13px;
    width: auto;
  }
  #gFooter .tel a {
    padding: 68px 0 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    background: #ff6100 url("../../img/common/icon04.png") no-repeat top 10px center / 42px auto;
  }
  #gFooter .tel a .num {
    margin: 2px 0 8px;
    font-size: 3rem;
  }
  #gFooter .ttl {
    margin-bottom: 3px;
  }
  #gFooter .snsList {
    margin-bottom: 14px;
  }
  #gFooter .snsList li:not(:last-of-type) {
    margin-right: 12px;
  }
  #gFooter .txt {
    margin: 0 8px 32px;
    letter-spacing: -0.025em;
  }
}
