@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
}

.yumin {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 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%;
}

a,
a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1000px;
  color: #666;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.68;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

#container {
  text-align: left;
}

#main {
}

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

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.1rem;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin-bottom: 10px;
}

#gHeader .hBg {
  margin-bottom: 16px;
  /* padding-bottom: 6px; */
  padding-top: 6px;
  background-color: #736a6f;
}

#gHeader .hBox {
  margin: 0 auto;
  width: 944px;
  min-height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gHeader h1 {
  /* width: 650px; */
  float: left;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

#gHeader .hNote {
  width: 74px;
  float: right;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  border: 1px solid #fff;
  padding: 4px;
}

#gHeader .logo {
  margin-left: 10px;
  width: 340px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}

#gHeader .logo img {
  width: 50px;
  margin-right: 10px;
  object-fit: contain;
}

#gHeader .logo p {
  display: block;
  float: left;
  width: 280px;
}

#gHeader .logo span {
  font-size: 70%;
  letter-spacing: normal;
}

#gHeader .hLinkUl {
  width: 463px;
  float: right;
}

#gHeader .hLinkUl li {
  width: 144px;
  float: left;
}

#gHeader .hLinkUl li:nth-child(3n-1) {
  margin: 0 15px;
}

#gHeader .hLinkUl li a {
  padding: 2px 10px 2px 20px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  word-break: break-all;
  line-height: 33px;
  border-radius: 5px;
  background-color: #403a3c;
  text-align: center;
}

#gHeader .hLinkUl li a:hover {
  background-color: #7a7677;
}

#gHeader .hLinkUl li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 5px;
  background-color: #b9b9bb;

  content: "";
  z-index: -1;
}

#gHeader .hLinkUl li .ico {
  display: block;
  line-height: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gHeader .hLinkUl li.tel a {
  font-size: 12px;
}

@media all and (-ms-high-contrast: none) {
  #gHeader .hBg {
    padding: 2px 0 0;
  }

  #gHeader .hLinkUl li a {
    padding: 5px 15px 0 30px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  #gHeader {
    margin-bottom: 5px;
  }

  #gHeader .hBg {
    margin-bottom: 8px;
    padding: 8px 8px;
  }

  #gHeader .hBox {
    width: auto;
    min-height: 52px;
  }

  #gHeader h1 {
    font-size: 1rem;
    line-height: 2.2rem;
  }

  #gHeader .hNote {
    width: 19%;
    font-size: 1rem;
  }

  #gHeader .logo {
    margin-left: 12px;
    width: auto;
  }

  #gHeader .hLinkUl {
    padding: 10px 15px 11px;
    width: 100%;
    float: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #f0f5ef;
    box-sizing: border-box;
    z-index: 100;
  }

  #gHeader .hLinkUl li {
    width: 31%;
    flex: none;
    -webkit-flex: none;
  }

  #gHeader .hLinkUl li:nth-child(4n-1) {
    margin: 0 3.5%;
  }

  #gHeader .hLinkUl li a {
    padding: 8px 15px 6px 50px;
    color: #4d4d4d;
    font-size: 1.45rem;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    background-color: #fff;
  }

  #gHeader .hLinkUl li a:hover {
    background-color: #fff;
  }

  #gHeader .hLinkUl li a:before {
    top: 4px;
    border-radius: 5px;
  }

  #gHeader .hLinkUl li .ico {
    left: 12px;
  }

  #gHeader .hLinkUl li:first-child img {
    width: auto;
    height: 32px;
  }

  #gHeader .hLinkUl li:last-child img {
    width: auto;
    height: 21px;
  }

  #gHeader .hLinkUl li.tel a {
    padding: 8px 5px 6px 35px;
    font-size: 1.45rem;
  }

  #gHeader .logo p {
    width: auto;
    font-size: 15px;
    line-height: 1.5;
  }

  #gHeader .logo span {
    font-size: 70%;
  }
}
@media (min-width: 320px) and (max-width: 383px) {
  #gHeader .hLinkUl li a {
    padding-left: 25px;
  }

  #gHeader .hLinkUl li .ico {
    left: 5px;
  }

  #gHeader .hLinkUl li img {
    width: auto;
    height: 20px;
  }

  #gHeader .hLinkUl li:first-child img {
    height: 20px;
  }

  #gHeader .hLinkUl li:last-child img {
    height: 12px;
  }

  #gHeader .hLinkUl li.tel a {
    padding-left: 20px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 78px 0 63px;
  overflow: hidden;
}

#gFooter .fBox {
  margin: 0 auto;
  width: 880px;
}

#gFooter .logoBox {
  margin-left: 5px;
  width: 460px;
  float: left;
}

#gFooter .fLogo {
  margin-bottom: 54px;
  width: 400px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

#gFooter .fLogo img {
  width: 20%;
  float: left;
  margin-right: 10px;
}

#gFooter .fLogo p {
  display: block;
}

#gFooter .fLogo span {
  font-size: 70%;
  color: #b09259;
}

#gFooter .tel {
  margin-bottom: -10px;
  width: 170px;
}

#gFooter .addBox {
  margin-bottom: 15px;
}

#gFooter .addBox dl {
  font-size: 1.3rem;
  line-height: 1.5;
}

#gFooter .addBox dt {
  float: left;
  clear: left;
}

#gFooter .addBox dd {
  padding-left: 7em;
}

#gFooter .addBox dd a:hover {
  text-decoration: underline;
}

#gFooter .addBox .add {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.6;
}

#gFooter .snsList {
  margin: 0 8px;
}

#gFooter .snsList li {
  margin-right: 14px;
  float: left;
}

#gFooter .snsList li img {
  height: 37px;
}

#gFooter .snsList li a:hover {
  opacity: 0.7;
}

#gFooter .map {
  width: 400px;
  height: 241px;
  float: right;
  border: 1px solid #b3b3b3;
}

#gFooter .map iframe {
  width: 100%;
  height: 241px;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  #gFooter {
    padding: 25px 31px 86px;
  }

  #gFooter .fBox {
    width: auto;
  }

  #gFooter .logoBox {
    margin: 0 auto 15px;
    width: 290px;
    float: none;
  }

  #gFooter .fLogo {
    margin: 0 auto 16px -40px;
    width: auto;
    max-width: 282px;
  }

  #gFooter .fLogo p {
    font-size: 120%;
  }

  #gFooter .tel {
    margin: 0 0 -3px 58px;
    width: 138px;
  }

  #gFooter .addBox {
    margin-bottom: 30px;
    margin-left: 20px;
  }

  #gFooter .addBox dl {
    margin-left: 58px;
    font-size: 1rem;
    line-height: 1.65;
  }

  #gFooter .addBox dd {
    padding-left: 7em;
  }

  #gFooter .addBox dd a:hover {
    text-decoration: none;
  }

  #gFooter .addBox .add {
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1.6;
  }

  #gFooter .snsList {
    margin: 0;
    text-align: center;
  }

  #gFooter .snsList li {
    margin: 0 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  #gFooter .snsList li img {
    height: 55px;
  }

  #gFooter .snsList li:nth-child(2) img {
    height: 56px;
  }

  #gFooter .map {
    width: auto;
    height: 192px;
    float: none;
  }

  #gFooter .map iframe {
    height: 192px;
  }
}
@media (min-width: 320px) and (max-width: 383px) {
  #gFooter .logoBox {
    width: 250px;
  }

  #gFooter .tel {
    margin: 0 0 -3px;
  }

  #gFooter .addBox dl {
    margin-left: 0;
  }
}
