@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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", 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%;
}
a,
a:link {
  color: #3e3a39;
  text-decoration: none;
}
a:visited {
  color: #3e3a39;
}
a:hover {
  color: #3e3a39;
  text-decoration: underline;
}
a:active {
  color: #3e3a39;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #666;
  font-size: 2.1rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /* background-color: #f3efe4; */
}
#container {
  text-align: left;
}
#main {
  margin: 0 auto 70px;
  padding: 0 20px;
  max-width: 960px;
}
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.3rem;
  }
  #main {
    margin: 0 23px 30px;
    width: auto;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    margin: 0 10px 30px;
    padding: 0;
    width: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
  padding: 17px 0 5px;
  border-bottom: 1px solid #797979;
  background-color: #fff;
}
#gHeader .hInner {
  margin: 0 auto;
  width: 960px;
}
#gHeader h1 {
  padding: 2% 0 1% 0%;
  width: 50%;
}
#gHeader h1 img {
  float: left;
  margin-right: 15px;
  width: 80px;
}
#gHeader h1 p {
  font-family: HGP明朝E, "HGP明朝E", "Yu Mincho", "Hiragino Mincho ProN",
    "serif";
  color: #264e39;
  line-height: 2em;
}
#gHeader h1 p span {
  font-size: 110%;
}
#gHeader .txt01 {
  padding: 22px 0 0 49px;
  float: left;
}
#gHeader .txt02 {
  width: 37%;
  padding: 0;
  color: #264d38;
  font-size: 0.6em;
  line-height: 1.4;
}
.cover {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
}
@media all and (max-width: 767px) {
  #gHeader h1 img {
    width: 100%;
    margin-right: 5px;
  }
  #gHeader .hBox {
    padding: 4px 17px 0;
    position: relative;
    border: none;
  }
  #gHeader .hInner {
    width: auto;
  }
  #gHeader h1 {
    width: 100%;
    padding: 0 0 1%;
  }
  #gHeader h1 img {
    width: 50px;
  }
  #gHeader h1 p {
    font-size: 1.2rem;
  }
  #gHeader .spTxt {
    font-size: 1rem;
    margin-right: 1%;
  }
  #gHeader .spTxt a {
    margin: 0 2px 0 0;
    color: #221814;
    font-weight: bold;
    text-decoration: none;
  }
  #gHeader .spTxt a:first-child {
    margin-left: 0;
  }
  #gHeader .txt02 {
    width: 100%;
    font-size: 0.9rem;
    margin: 5px 0;
  }
  #gHeader .txt02 img {
    width: 100%;
  }
}
.HeadLine {
  color: #264e39 !important;
  font-size: 80%;
}
.HeadLine p {
  float: left;
}
.Shiro {
  float: right !important;
  padding: 2px 80px;
  color: #ffffff;
  background-color: #264d38;
}
.flexbox03 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .HeadLine {
    letter-spacing: -0.2em;
  }
  .sp-hl {
    letter-spacing: 0;
  }
  .flexbox01 {
    display: flex;
    flex-direction: column;
  }
  .flexbox02 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1% 0;
  }
  .flexbox03 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .Shiro {
    padding: 1px 10px;
  }
}
.HeadLine GrnBlock a {
  color: #ffffff !important;
  background-color: #0da167;
  padding: 2px 10px;
  margin: 0 0 10px 10px;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  margin-bottom: 32px;
  padding: 1% 0;
  background-color: #fff;
}
.comSns {
  margin: 0 auto;
  width: 942px;
}
.comSns > li {
  margin-right: 12px;
  width: 305px;
  float: left;
  position: relative;
}
.comSns > li:last-child {
  margin-right: 0;
}
.comSns > li > a {
  padding: 7px 15px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
  background-color: #c3dfc9;
  border-radius: 5px;
}
.comSns li a:hover {
  opacity: 0.7;
}
.comSns > li:nth-child(2) > a {
  background-color: #f9cfc3;
}
.comSns > li:last-child > a {
  background-color: #c0b9db;
}
.comSns li img {
  margin-right: 15px;
  float: left;
}
.comSns li .jsBox {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  display: none;
}
.comSns li .jsBox ul {
  padding-top: 10px;
}
#gNavi .linkUl01 li {
  margin-bottom: 10px;
}
#gNavi .linkUl01 li a {
  padding: 11px 18px 8px;
  display: block;
  font-size: 1.6rem;
  color: #040000;
  position: relative;
  text-decoration: none;
  background-color: #91cd85;
  border-radius: 5px;
  border-bottom: 4px solid #716f70;
}
#gNavi .linkUl01 li a:after {
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #dadbdb;
  position: absolute;
  border-radius: 0 0 5px 5px;
  bottom: -8px;
  left: 0;
  content: "";
}
#gNavi .linkUl01 li a span {
  margin-left: 10px;
  font-size: 1.2rem;
  vertical-align: middle;
}
#gNavi .linkUl01 li a:hover {
  opacity: 0.7;
}
#gNavi .linkUl02 li {
  margin-bottom: 10px;
  padding: 5px 18px 5px;
  display: block;
  font-size: 1.6rem;
  color: #040000;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  background-color: #91cd85;
  border-radius: 5px;
  border-bottom: 4px solid #716f70;
}
#gNavi .linkUl02 li:after {
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #dadbdb;
  position: absolute;
  border-radius: 0 0 5px 5px;
  bottom: -8px;
  left: 0;
  content: "";
}
#gNavi .linkUl02 li span {
  display: block;
  font-size: 1.2rem;
}
#gNavi .linkUl02.pc li a {
  padding: 2px 0 0 32px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #040000;
  font-size: 1.6rem;
  background: url(../../img/common/icon04.png) no-repeat left center;
}
@media all and (max-width: 767px) {
  #gNavi {
    margin-bottom: 24px;
    padding: 0 16px 11px;
  }
  .comSns {
    width: auto;
  }
  #gNavi .comSns {
    width: 100%;
    padding: 2% 0 0 0;
    /* border-top: 1px solid #e6e6e6; */
    display: flex;
    justify-content: center;
  }
  .comSns > li {
    margin-right: 1% !important;
    width: 30%;
  }
  .comSns > li > a {
    padding: 4% 8%;
    font-size: 0.9rem;
    font-weight: bold;
    position: relative;
    border-radius: 10px;
    border-bottom: 3px solid #759c85;
    box-shadow: 0 3px 0 #dcdcdc;
  }
  .comSns > li:nth-child(2) > a {
    border-color: #b7988f;
  }
  .comSns > li:last-child > a {
    border-color: #9f97b2;
  }
  .comSns > li > a > span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .comSns li img {
    margin-right: 5px;
    height: 24px;
  }
  .comSns li .jsBox {
    top: 32px;
  }
  #gNavi .linkUl01 li a {
    padding: 5px 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #gNavi .linkUl01 li a span {
    margin: 0;
    font-size: 0.9rem;
    display: block;
  }
  #gNavi .linkUl02 li {
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  #gNavi .linkUl02 li a {
    display: block;
  }
  #gNavi .linkUl02 li span {
    font-size: 0.9rem;
  }
  #gNavi .linkUl02 li a {
    text-decoration: none;
  }
  .btn-flexbox01 {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath li {
  display: inline;
  color: #000;
  font-size: 1.2em;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 900px;
  clear: both;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #717071;
}
#gFooter p {
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  #gFooter {
    padding: 8px 0 32px;
    width: 80%;
  }
  #gFooter p {
    font-size: 0.93rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #gHeader .hInner {
    width: auto;
  }
  #gHeader h1 {
    padding: 1%;
  }
  #gHeader h1 img {
    width: 10%;
  }
  #gHeader .txt01 {
    width: 200px;
    padding: 10px 0 0 20px;
  }
  #gHeader .txt02 {
    width: 45%;
    margin: 0;
  }
  #gHeader .txt02 img,
  #gHeader .txt01 img {
    width: 100%;
  }
  #gNavi {
    padding: 2% 1%;
  }
  #gNavi .linkUl02 li a {
    font-size: 1.2rem;
    right: 10px;
    top: 15px;
  }
  .comSns {
    width: auto;
  }
  .comSns > li {
    margin-right: 3.3333%;
    width: 31%;
  }
  .comSns > li > a {
    font-size: 1.2rem;
  }
  .HeadLine p {
    float: none;
    margin: 0 1%;
  }
  .flexbox01 {
    display: flex;
    flex-direction: column;
  }
  .flexbox02 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1% 0;
  }
  .FontS {
    font-size: 1.4rem !important;
  }
}
@media all and (max-width: 374px) {
  #gHeader h1 img {
    width: 15%;
  }
  #gHeader .spTxt {
    font-size: 0.5rem;
    margin-right: 0;
  }
  #gHeader .spTxt a {
    margin: 0 1px 0 0;
  }
  .Shiro p {
    font-size: 0.5rem;
  }
  .HeadLine p {
    font-size: 0.5rem;
  }
  #gHeader h1 p {
    line-height: 1.8rem;
  }
  .comSns > li > a {
    font-size: 0.8rem;
  }
  .comSns li img {
    margin-right: 4px;
    height: 17px;
  }
}
