@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*font-family: 'Zen Old Mincho', serif;*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
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: #282828;
  text-decoration: none;
}
a:visited {
  color: #282828;
}
a:hover {
  color: #282828;
}
a:active {
  color: #282828;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #282828;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #eee;
}
#container {
  text-align: left;
  overflow: hidden;
}
#main {
  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;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin: 0 auto;
  padding: 27px 0 0 100px;
  position: absolute;
  max-width: 1920px;
}
#gHeader .cm__logo {
  position: absolute;
  left: 2.6%;
  top: 0;
  width: 440px;
  z-index: 2;
}
#gHeader h1 {
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  z-index: 3;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 17px 0 0 20px;
    position: absolute;
  }
  #gHeader .cm__logo {
    margin-left: 0;
    position: absolute;
    left: 0;
    width: 320px;
    transform: none;
  }
  #gHeader h1 {
    position: relative;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    z-index: 3;
  }
}

@media all and (max-width: 500px) {
  #gHeader .cm__logo {
    width: 340px;
  }
}

@media all and (max-width: 374px) {
  #gHeader {
    padding: 7px 0 0 20px;
  }
  #gHeader .cm__logo {
    width: 290px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  margin-bottom: 140px;
}
#gFooter .fixBanner {
  display: none;
}
#gFooter .fixBanner .fBgBox {
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #5d4239;
  z-index: 999;
}

#gFooter .fixBanner .line {
  margin-right: 40px;
  width: 400px;
}
#gFooter .fixBanner .line a {
  padding: 18px 0;
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.6375;
  text-align: center;
  background: #06c755;
  border-radius: 35px;
}
#gFooter .fixBanner .line a:hover {
  opacity: 0.7;
}
#gFooter .fixBanner .line a span {
  padding: 0 5px 0 45px;
  display: inline-block;
  vertical-align: top;
  background: url("../../img/common/icon05.png") no-repeat left 3px center /
    34px auto;
}
#gFooter .fixBanner ul {
  display: flex;
}
#gFooter .fixBanner ul li {
  margin-right: 40px;
}
#gFooter .fixBanner ul li:last-of-type {
  margin-right: 0;
}
#gFooter .fixBanner ul li a:hover {
  opacity: 0.7;
}
#gFooter .fInner {
  margin: 0 auto;
  max-width: 1200px;
}
#gFooter .fImgBox {
  margin-bottom: 72px;
  display: flex;
  align-items: center;
}
#gFooter .fImgBox .photoBox {
  margin-right: 90px;
  width: 600px;
}
#gFooter .fImgBox .textBox {
  margin-top: 10px;
  width: 430px;
}
#gFooter .fImgBox .textBox .title {
  margin-bottom: 37px;
}
#gFooter .fImgBox .textBox .title a {
  margin-top: 13px;
  display: block;
  font-size: 3rem;
  color: #9bac1d;
  line-height: 1.66;
  letter-spacing: 0.075em;
  font-family: "Zen Old Mincho", serif;
}
#gFooter .fImgBox .textBox .title a small {
  font-size: 2.4rem;
}
#gFooter .fImgBox .textBox dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
#gFooter .fImgBox .textBox dt:first-of-type,
#gFooter .fImgBox .textBox dd:first-of-type {
  margin-bottom: 3px;
  padding: 14px 0 5px 5px;
  border-top: none;
}
#gFooter .fImgBox .textBox dd:first-of-type {
  padding: 4px 0 5px 5px;
}
#gFooter .fImgBox .textBox dt {
  padding: 17px 0 0 5px;
  width: 25%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #8a9a15;
  height: 50px;
  box-sizing: border-box;
  border-top: 1px solid #cacaca;
}
#gFooter .fImgBox .textBox dd {
  padding: 20px 0 0 5px;
  width: 75%;
  font-size: 1.5rem;
  height: 50px;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-top: 1px solid #cacaca;
}
#gFooter .fMap {
  margin-bottom: 35px;
  width: 100%;
}
#gFooter .fMap iframe {
  width: 100%;
  height: 500px;
}
#gFooter address {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-style: normal;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  #gFooter .fixBanner .line a {
    padding: 22px 0 13px;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    margin-bottom: 95px;
  }
  #gFooter .fixBanner {
    padding: 10px 20px;
    box-sizing: border-box;
  }
  #gFooter .fixBanner .line {
    margin-right: 40px;
    width: auto;
  }
  #gFooter .fixBanner .line a {
    padding: 8px 0 3px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-sizing: border-box;
    background: #06c755 url("../../img/common/icon05.png") no-repeat center /
      25px auto;
  }
  #gFooter .fImgBox {
    margin-bottom: 50px;
    display: block;
  }
  #gFooter .fMap {
    margin-bottom: 20px;
  }
  #gFooter .fixBanner ul {
    display: flex;
    justify-content: center;
  }
  #gFooter .fixBanner ul li {
    width: 50px;
  }
  #gFooter .fImgBox .photoBox {
    margin: 0 0 20px 0;
    width: auto;
    text-align: center;
  }
  #gFooter .fImgBox .textBox {
    padding: 0 20px;
    width: auto;
  }
  #gFooter .fImgBox .textBox .title {
    margin: 0 0 40px 20px;
  }
  #gFooter .fImgBox .textBox dt,
  #gFooter .fImgBox .textBox dd {
    font-size: 1.2rem;
    width: 25%;
  }
  #gFooter .fImgBox .textBox dd {
    padding: 17px 0 0;
    width: 75%;
    letter-spacing: 0.05em;
  }
  #gFooter .fImgBox .textBox dd:first-of-type {
    padding: 6px 0 3px 0;
  }
  #gFooter address {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 374px) {
  #gFooter .fImgBox .textBox {
    padding: 0 10px;
  }
  #gFooter .fImgBox .textBox dd:first-of-type {
    padding: 8px 0 3px 0;
  }
  #gFooter .fImgBox .textBox dd {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
}

/* enter */
.d__none {
  display: none;
}
#enter .flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#enter .enter__list .enter__list01 {
  background: url(../../img/enter/enter_img01.jpg) no-repeat center;
}
#enter .enter__list .enter__list02 {
  background: url(../../img/enter/enter_img02.jpg) no-repeat center;
}
#enter .enter__list .enter__list03 {
  background: url(../../img/enter/enter_img03.jpg) no-repeat center;
}
#enter .enter__list .enter__list04 {
  background: url(../../img/enter/enter_img04.jpg) no-repeat center;
}
#enter .enter__list .enter__list05 {
  background: url(../../img/enter/enter_img05.jpg) no-repeat center;
}
#enter .enter__list .enter__list06 {
  background: url(../../img/enter/enter_img06.jpg) no-repeat center;
}

#enter .enter__list .enter__list01,
#enter .enter__list .enter__list02,
#enter .enter__list .enter__list03,
#enter .enter__list .enter__list04,
#enter .enter__list .enter__list05,
#enter .enter__list .enter__list06 {
  width: 33.333333%;
  background-size: cover;
  height: 50vh;
  position: relative;
  position: relative;
  overflow: hidden;
}
#enter .enter__list .enter__list01 a,
#enter .enter__list .enter__list02 a,
#enter .enter__list .enter__list03 a,
#enter .enter__list .enter__list04 a,
#enter .enter__list .enter__list05 a,
#enter .enter__list .enter__list06 a {
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: block;
  height: 100%;
}
#enter .enter__list .enter__list01::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/enter/enter_img01.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#enter .enter__list .enter__list02::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/enter/enter_img02.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#enter .enter__list .enter__list03::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/enter/enter_img03.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#enter .enter__list .enter__list04::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/enter/enter_img04.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#enter .enter__list .enter__list05::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/enter/enter_img05.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#enter .enter__list .enter__list06::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/enter/enter_img06.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#enter .enter__list .enter__list01:hover::after,
#enter .enter__list .enter__list02:hover::after,
#enter .enter__list .enter__list03:hover::after,
#enter .enter__list .enter__list04:hover::after,
#enter .enter__list .enter__list05:hover::after,
#enter .enter__list .enter__list06:hover::after {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#enter .enter__box_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

#enter .enter__box {
  position: relative;
}
#enter .enter__box_img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#enter .enter__list .enter__list01_logo img,
#enter .enter__list .enter__list02_logo img,
#enter .enter__list .enter__list03_logo img,
#enter .enter__list .enter__list04_logo img,
#enter .enter__list .enter__list05_logo img,
#enter .enter__list .enter__list06_logo img {
  z-index: 1;
}
#enter .enter__list .enter__list01_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#enter .enter__list .enter__list02_logo img {
  position: absolute;
  top: 20px;
  left: 20px;
}
#enter .enter__list .enter__list03_logo img,
#enter .enter__list .enter__list04_logo img,
#enter .enter__list .enter__list05_logo img,
#enter .enter__list .enter__list06_logo img {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media all and (max-width: 1200px) {
  #enter .enter__list .enter__list03_logo img,
  #enter .enter__list .enter__list04_logo img,
  #enter .enter__list .enter__list05_logo img,
  #enter .enter__list .enter__list06_logo img {
    position: absolute;
    bottom: 20px;
    left: 88px;
  }
}
@media all and (max-width: 787px) {
  #enter .enter__list .enter__list01,
  #enter .enter__list .enter__list02,
  #enter .enter__list .enter__list03,
  #enter .enter__list .enter__list04,
  #enter .enter__list .enter__list05,
  #enter .enter__list .enter__list06 {
    width: 50%;
  }
  #enter .enter__box_logo img {
    width: 40%;
  }
  #enter .enter__list .enter__list01_logo img,
  #enter .enter__list .enter__list02_logo img,
  #enter .enter__list .enter__list03_logo img,
  #enter .enter__list .enter__list04_logo img,
  #enter .enter__list .enter__list05_logo img,
  #enter .enter__list .enter__list06_logo img {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  #enter .enter__list .enter__list01,
  #enter .enter__list .enter__list02,
  #enter .enter__list .enter__list03,
  #enter .enter__list .enter__list04,
  #enter .enter__list .enter__list05,
  #enter .enter__list .enter__list06 {
    width: 100%;
  }

  #enter .enter__list .enter__list02_logo img,
  #enter .enter__list .enter__list03_logo img,
  #enter .enter__list .enter__list04_logo img,
  #enter .enter__list .enter__list05_logo img,
  #enter .enter__list .enter__list06_logo img {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
  }
  #enter .enter__box_logo img {
    width: 24%;
    top: 104px;
    left: auto;
    right: -54px;
  }
}

@media all and (max-width: 470px) {
  #enter .enter__box_logo img {
    right: -36px;
  }
}

@media all and (max-width: 400px) {
  #enter .enter__list .enter__list01_logo img,
  #enter .enter__list .enter__list02_logo img,
  #enter .enter__list .enter__list03_logo img,
  #enter .enter__list .enter__list04_logo img,
  #enter .enter__list .enter__list05_logo img,
  #enter .enter__list .enter__list06_logo img {
    width: 53%;
  }
}

/* ------------------------------

subcontent 

--------------------------------- */
/* submainbox */
.submainbox {
  padding: 130px 0 80px;
  background: url(../../img/news/news_bg.jpg) no-repeat bottom, #fff5d7;
  background-size: 100%;
}
.submainbox h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
}
.submainbox h2 span {
  /* background: #fff; */
  padding: 30px;
  /* border-radius: 40px 0 40px 0; */
}
@media all and (max-width: 896px) {
  .submainbox {
    padding: 180px 0 40px;
  }
  .submainbox h2 {
    font-size: 26px;
  }
}

/* bread__crumb */
.bread__crumb {
  padding: 10px 0;
  width: 100%;
  background: #fff;
}

.bread__crumb ol {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  text-align: left;
}
.bread__crumb ol li {
  display: inline;
  line-height: 1.4;
}
.bread__crumb ol li::after {
  content: ">";
  padding: 0 5px;
  margin: 0 5px;
}
.bread__crumb ol li:last-child:after {
  content: "";
}
.bread__crumb ol li a:hover {
  color: #a8b92c;
  transition: all 0.7s;
}
@media all and (max-width: 896px) {
}

/* news */
#main .subcontent .worry {
  margin-bottom: 0;
  padding: 80px 0;
}
#main .subcontent .worry .newsBox {
  margin: 0px auto 78px;
}

#main .subcontent .worry .newsBox dl {
  width: 100%;
  border-radius: 20px;
}

/* pagenation */
.subcontent ul.pagenation {
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  background: none;
  margin-top: 0;
  /* padding-bottom: 80px; */
  margin-top: 80px;
}
.subcontent .pagenation li {
  display: inline-block;
  margin: 3px;
  line-height: 1.6;
  height: auto;
}
.subcontent .pagenation li a,
.subcontent .pagenation li span {
  display: block;
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #a8b92c;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: none;
  border-radius: 34px;
}
.subcontent .pagenation li a:hover {
  background: #a8b92c;
  color: #fff;
  transition: 0.6s;
  border: none;
}
.subcontent .pagenation li span {
  background: #a8b92c;
  border: none;
  color: #fff;
}
@media all and (max-width: 500px) {
  .subcontent .pagenation li a,
  .subcontent .pagenation li span {
    padding: 10px 18px;
  }
  #main .subcontent .worry .newsBox {
    margin: 0px auto 38px;
  }
  .subcontent ul.pagenation {
    margin-top: 0;
  }
}

/* news_detail */
.subcontent .news__bg {
  background: url(../images/top/news_bg.jpg) no-repeat center top;
  background-size: cover;
}
.subcontent .detail__box {
  padding: 46px 60px;
  background: #fff;
  border-radius: 40px 0 40px 0;
  color: #2d180a;
  box-shadow: 0px 3px 8px 2px rgb(0 0 0 / 5%);
}
.subcontent .detail__box-date,
.subcontent .detail__box-ttl,
.subcontent .detail__box-txt {
  text-align: left;
}
.subcontent .detail__box-txt {
  line-height: 1.8;
}
.subcontent .detail__box-date {
  display: block;
  margin-bottom: 26px;
  font-weight: 600;
}
.subcontent .detail__box-ttl {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #a8b92c;
}
.subcontent .btn01 {
  background-size: contain;
}

@media all and (max-width: 896px) {
  .subcontent .detail__box {
    padding: 26px 30px;
  }
  .subcontent .detail__box-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .subcontent .nav-in_box {
    margin-top: 40px;
  }
  .subcontent .detail__box-date {
    margin-bottom: 12px;
  }
}

/* pagenation02 */
.subcontent .nav-in_box {
  margin-top: 60px;
}
.subcontent .nav-in {
  position: relative;
  max-width: 320px;
  text-align: center;
  height: 40px;
  margin: 0 auto;
  clear: left;
}
.subcontent .nav-in .first {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.subcontent .nav-in a {
  display: inline-block;
  color: inherit;
  background: #a8b92c;
  padding: 9px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 24px;
  color: #fff;
}
.subcontent .nav-in a:hover {
  background: #fff;
  border: none;
  color: #8fc93a;
}
.subcontent .nav-in .smaller {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

@media all and (max-width: 896px) {
  #main .subcontent .worry {
    padding: 40px 0;
  }
  #main .subcontent .worry .newsBox dt {
    font-size: 17px;
  }
}

/* notfound */
.subcontent .notfound {
  padding: 80px 0;
}
.subcontent .notfound p {
  text-align: left;
}
.subcontent h3.ttl-01:first-child {
  margin-top: 0;
}
.subcontent h3.ttl-01 {
  margin: 60px auto 20px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
  /* font-family: "Zen Old Mincho", sans-serif; */
}
.subcontent h3.ttl-01 span {
  color: #a8b92c;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Cormorant", sans-serif;
}
@media all and (max-width: 896px) {
  .subcontent .notfound {
    padding: 40px 0;
  }
  .subcontent h3.ttl-01 {
    margin: 40px auto 16px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
