@charset "utf-8";

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
} /* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
} /* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
} /* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */ /* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/ /* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
  color: #076dda;
}
a:hover {
  color: #fd4b05;
}
a:active {
  color: #fd4b05;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
  font-size: 62.5%; /* 10px */
}

body {
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}

#container {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

/* COMMON */
/* -------------------------------------------------- */
/*objectfitをIE,EDGEにも対応*/
.imgCover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.hover {
  transition: all 0.3s ease-in-out 0s;
}

.hover:hover {
  opacity: 0.7;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
/*PC版*/

@media screen and (min-width: 1024px) {
  /* バナーエリア */
  .foot_bnr_bk {
    width: 100%;
    padding: 40px 0px 20px;
    clear: both;
    background-color: #f6f6f6;
  }

  .foot_bnr_area {
    width: 980px;
    margin: 0 auto;
  }

  .hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  .hiraku_area > p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .hiraku_area_left {
    margin-right: 20px;
    display: inline-block;
    width: 30%;
  }

.hiraku_area_left a {
  transition: all 0.3s ease-in-out 0s;
}

.hiraku_area_left a:hover {
  opacity: 0.6;
}


.hiraku_area_left img {
	width: 100%;
	height: auto;
}

.hiraku_area_right {
	display: inline-block;
	vertical-align: top;
}

.hiraku_area_right > p {
	font-size: 15px;
	line-height: 1.2;
}

.hiraku_area_right > p ::first-line {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.bnr_area p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.bnr_area li {
	width: calc(94%/3) ;
	margin-right: calc(6%/2);
	margin-bottom: calc(6%/3) !important;
}
.bnr_area li:nth-child(3n) {
	margin-right: 0;
}

.bnr_area li a {
  transition: all 0.3s ease-in-out 0s;
}

.bnr_area li a:hover {
  opacity: 0.6;
}

.bnr_area img {
	width: 100%;
	height: auto;
}
  /* バナーエリアここまで */

  body .sp {
    display: none;
  }

  body .tablet {
    display: none;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  header {
    width: 100%;
  }

  #hTop {
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  #hLeft {
    float: left;
    width: 276px;
  }

  #topLogo {
    padding-top: 8px;
  }

  #mainTit1 {
    color: #4f2301;
    font-size: 1.4rem;
  }

  #hRight {
    float: right;
    text-align: right;
  }

  #hRList {
    font-size: 1.3rem;
    padding-bottom: 16px;
  }

  .hRtopic {
    display: inline;
    padding-left: 20px;
    background: url(../img/common/iconTop_03.jpg) 11px center no-repeat;
  }

  #gNav {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 5px;
    border-left: 1px dotted #5e4433;
    border-right: 1px dotted #5e4433;
  }

  #gNavList {
    letter-spacing: -0.4em;
  }

  .gNavTopic {
    display: inline-block;
    width: auto;
    border-left: 1px dotted #5e4433;
    margin: 0 auto;
    letter-spacing: normal;
  }

  .gNavTopic:first-child a {
    display: inline-block;
    width: 138px;
  }

  .gNavTopic a {
    display: inline-block;
    width: 139px;
  }

  .gNavPic {
    display: block;
    margin: auto;
  }

  #gNavTopic1 {
    border: none;
  }

  .hContact {
    display: inline-block;
    vertical-align: middle;
  }

  /*上部固定ナビ*/
  #scrollNavWrap {
    width: 100%;
    height: 55px;
    position: fixed;
    left: 0;
    top: -55px;
    background: #fff;
    z-index: 9999;
  }

  #scrollNavIn {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
  }

  #scrollLogo {
    display: inline-block;
    vertical-align: middle;
  }

  #scrollNav {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.4em;
  }

  #scrollNav li:first-child {
    border-left: 1px dotted #5e4433;
  }

  #scrollNav li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px dotted #5e4433;
    letter-spacing: normal;
  }

  #scrollNav li a {
    padding: 0 10px;
  }

  #scrollTel {
    display: inline-block;
    vertical-align: middle;
    float: right;
  }

  /* -------------------------------------------------- */
  /* main */
  /* -------------------------------------------------- */
  main {
    padding-bottom: 25px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  body footer {
    border-top: 1px #dddddd solid;
    padding-bottom: 0;
  }

  #fTop {
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
  }

  #footerLogo {
    padding-top: 15px;
    padding-bottom: 10px;
    float: left;
  }

  #goToRecyclingShop {
    padding-top: 25px;
    display: inline-block;
    float: right;
  }

  #goToRecyclingShop a {
    padding: 5px 48px 5px 10px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: bold;
    color: #5e4433;
    border-left: 1px solid #5e4933;
    border-right: 1px solid #5e4933;
    background: url(../img/common/footer_linkIcon.jpg) 95% center no-repeat;
  }

  #goToRecyclingShop a:hover {
    text-decoration: underline;
  }

  #fBottom {
    width: 100%;
    background-color: #ffeec8;
    padding-top: 22px;
  }

  #fBbox {
    width: 980px;
    margin: 0 auto;
    border-right: 1px solid #5e4933;
    border-left: 1px solid #5e4933;
    margin-bottom: 33px;
  }

  #ad {
    width: 425px;
    height: 185px;
    border-right: 1px solid #5e4933;
    color: #5e4433;
    float: left;
    padding-left: 30px;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fName {
    padding-top: 10px;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: bold;
  }

  #fDarentCo {
    padding-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.85;
    font-weight: bold;
  }

  #fDivision {
    font-size: 1.5rem;
    line-height: 2.4;
    font-weight: bold;
  }

  #fAddress {
    font-size: 1.4rem;
    line-height: 2;
  }

  #fNavBox {
    float: right;
    letter-spacing: -0.4em;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .fNavlist {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 70px;
    vertical-align: top;
    padding-top: 10px;
  }

  /* 230217追記 フッター運営会社 */
  .footerLink {
    width: 100%;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    background-color: #333333;
  }
  .footerLink a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  .footerLink a:hover {
    color: #ccc;
    text-decoration: underline;
  }
  .footerLink a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/external-link_w.svg') ;
    background-size: cover;
  }

  #copyBox {
    background-color: #333333;
    text-align: center;
    padding: 15px 0 25px;
    color: #fff;
  }

  .fNavlist a {
    color: #5e4933;
    text-decoration: none;
  }

  .fNavlist a:hover {
    text-decoration: underline;
  }

  #fNav3 {
    padding-right: 80px;
  }

  #rightScrollBtn {
    position: fixed;
    bottom: 0;
    right: 20px;
  }

  #pageScroll {
    position: fixed;
    left: 20px;
    bottom: 20px;
  }
}
/*タブレット版*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */

  /* バナーエリア */
  .foot_bnr_bk {
    width: 100%;
    padding: 30px 0px 20px;
    background-color: #f6f6f6;
  }
  .foot_bnr_area {
    width: 90%;
    margin: 0 auto;
  }
  .hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }
  .hiraku_area > p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  .hiraku_area_left {
    margin-right: 20px;
    display: inline-block;
    width: 100%;
  }
  .hiraku_area_left img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }
  .hiraku_area_right {
    vertical-align: top;
  }
  .hiraku_area_right > p {
    font-size: 15px;
    line-height: 1.2;
  }
  .hiraku_area_right > p ::first-line {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
  }
  .bnr_area p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bnr_area li {
    margin-bottom: 10px;
  }
  .bnr_area li:nth-child(5n) {
    margin-right: 0;
  }
  .bnr_area img {
    width: 100%;
    height: auto;
  }

  /* バナーエリアここまで */

  img {
    max-width: 100%;
  }

  body .pc {
    display: none;
  }

  body .tablet {
    display: none;
  }

  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  #spHeader {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
  }

  #hTop {
    padding-top: 47px;
  }

  #spLogo {
    float: left;
  }

  #spLogo img {
    height: 27px;
    width: auto;
  }

  #spNavBtn {
    float: right;
    cursor: pointer;
  }

  #spNavBtn img {
    height: 27px;
    width: auto;
  }

  #mainTit {
    background: #f4ec90;
    text-align: center;
    color: #4f2301;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* -------------------------------------------------- */
  /* main */
  /* -------------------------------------------------- */
  main {
    padding-bottom: 25px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  footer {
    border-top: 1px #dddddd solid;
    padding-bottom: 0 !important;
  }

  #fTop {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #footerLogo {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }

  #goToRecyclingShop {
    width: 70%;
    margin: 0 auto;
  }

  #goToRecyclingShop a {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5e4433;
    border: 1px solid #5e4933;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #goToRecyclingShop a:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../img/common/footer_linkIcon.jpg) 0 0 no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    display: inline-block;
  }

  #goToRecyclingShop a:hover {
    text-decoration: underline;
  }

  #fBottom {
    width: 100%;
    background-color: #ffeec8;
    padding: 30px 3% 107px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fBbox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  #ad {
    width: 100%;
    color: #5e4433;
  }

  #fName {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }

  #fDarentCo {
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.85;
    font-weight: bold;
  }

  #fDivision {
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: bold;
  }

  #fAddress {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  #fNavBox {
    float: right;
    letter-spacing: -0.4em;
    font-size: 13px;
  }

  /* 230217追記 フッター運営会社 */
  .footerLink {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .footerLink a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  .footerLink a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/external-link_b.svg') ;
    background-size: cover;
  }

  #copyBox {
    text-align: center;
    /*		padding-bottom: 25px;*/
  }

  /*固定ナビ*/
  #rightScrollBtn {
    position: fixed;
    bottom: 0;
    right: 20px;
  }

  #pageScroll {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
  }

  #spFixed {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    letter-spacing: -0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fixedTel {
    width: 48%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding-right: 2%;
    text-align: center;
  }

  #fixedContact {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
  }

  /*メニュー*/
  #spNav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  #spNavClose {
    padding: 10px 13px;
    text-align: right;
    cursor: pointer;
  }

  #spNavMain {
    border-top: 1px #4f2301 solid;
  }

  #spNavMain li {
    border-bottom: 1px #4f2301 solid;
  }

  #spNavMain li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #spNavMain li a .small {
    font-size: 9px;
    color: #62a60f;
  }

  #spNavClose img {
    width: 19px;
    height: auto;
  }

  #spNavSub {
    letter-spacing: -0.4em;
  }

  #spNavSub li {
    width: 50%;
    border-bottom: 1px #4f2301 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
  }

  #spNavSub li:nth-child(2n) {
    border-left: 1px #4f2301 solid;
  }

  #spNavSub li a {
    display: block;
    font-size: 1.3rem;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #spNavSub li a:after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(../img/common/sp_icon1.png) 0 0 no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    left: 90%;
  }
}
/*スマホ版*/
/* バナーエリア */
.foot_bnr_bk {
  width: 100%;
  padding: 30px 0px 20px;
  background-color: #f6f6f6;
}
.foot_bnr_area {
  width: 980px;
  margin: 0 auto;
}
.hiraku_area {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.hiraku_area > p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.hiraku_area_left {
  margin-right: 20px;
  display: inline-block;
  width: 30%;
}
.hiraku_area_left img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.hiraku_area_right {
  vertical-align: top;
}
.hiraku_area_right > p {
  font-size: 15px;
  line-height: 1.2;
}
.hiraku_area_right > p ::first-line {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.bnr_area p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.bnr_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.bnr_area li {
  margin-bottom: 10px;
}

.bnr_area img {
  width: 100%;
  height: auto;
}
/* バナーエリアここまで */

@media screen and (max-width: 767px) {
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */
  .foot_bnr_bk {
    width: 100%;
    padding: 20px 0px 20px;
    background-color: #f6f6f6;
  }

  .foot_bnr_area {
    width: 90%;
    margin: 0 auto;
  }

  .hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  .hiraku_area > p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .hiraku_area_left {
    margin-right: 20px;
    display: inline-block;
    width: 100%;
  }

  .hiraku_area_left img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }

  .hiraku_area_right {
    vertical-align: top;
  }

  .hiraku_area_right > p {
    font-size: 15px;
    line-height: 1.2;
  }

  .hiraku_area_right > p ::first-line {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
  }

  .bnr_area p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bnr_area li {
    margin-bottom: 10px;
  }
  .bnr_area li:nth-child(5n) {
    margin-right: 0;
  }

  .bnr_area img {
    width: 100%;
    height: auto;
  }

  img {
    max-width: 100%;
  }

  body .pc {
    display: none;
  }

  body .tablet {
    display: none;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  p,
  li,
  dt,
  dd {
    /*Androidブラウザフォントバグ対策*/
    max-height: 999999px;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  #spHeader {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
  }

  #hTop {
    padding-top: 47px;
  }

  #spLogo {
    float: left;
  }

  #spLogo img {
    height: 27px;
    width: auto;
  }

  #spNavBtn {
    float: right;
    cursor: pointer;
  }

  #spNavBtn img {
    height: 27px;
    width: auto;
  }

  #mainTit {
    background: #f4ec90;
    text-align: center;
    color: #4f2301;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* -------------------------------------------------- */
  /* main */
  /* -------------------------------------------------- */
  main {
    padding-bottom: 25px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  footer {
    border-top: 1px #dddddd solid;
    padding-bottom: 0 !important;
  }

  #fTop {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #footerLogo {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }

  #goToRecyclingShop {
    width: 70%;
    margin: 0 auto;
  }

  #goToRecyclingShop a {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5e4433;
    border: 1px solid #5e4933;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #goToRecyclingShop a:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../img/common/footer_linkIcon.jpg) 0 0 no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    display: inline-block;
  }

  #goToRecyclingShop a:hover {
    text-decoration: underline;
  }

  #fBottom {
    width: 100%;
    background-color: #ffeec8;
    padding: 30px 3% 20vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fBbox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #ad {
    width: 100%;
    color: #5e4433;
  }

  #fName {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  #fDarentCo {
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.85;
    font-weight: bold;
  }

  #fDivision {
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: bold;
  }

  #fAddress {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  #fNavBox {
    float: right;
    letter-spacing: -0.4em;
    font-size: 13px;
  }

  /* 230217追記 フッター運営会社 */
  .footerLink {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .footerLink a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  .footerLink a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/external-link_b.svg') ;
    background-size: cover;
  }

  #copyBox {
    text-align: center;
    /*		padding-bottom: 25px;*/
  }

  /*固定ナビ*/
  #rightScrollBtn {
    position: fixed;
    bottom: 0;
    right: 20px;
  }

  #pageScroll {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
  }

  #spFixed {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    letter-spacing: -0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fixedTel {
    width: 47%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding-right: 2%;
    text-align: center;
  }

  #fixedContact {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
  }

  /*メニュー*/
  #spNav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
      YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #spNavClose {
    padding: 10px 13px;
    text-align: right;
    cursor: pointer;
  }

  #spNavMain {
    border-top: 1px #4f2301 solid;
  }

  #spNavMain li {
    border-bottom: 1px #4f2301 solid;
  }

  #spNavMain li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #spNavMain li a .small {
    font-size: 9px;
    color: #62a60f;
  }

  #spNavClose img {
    width: 19px;
    height: auto;
  }

  #spNavSub {
    letter-spacing: -0.4em;
  }

  #spNavSub li {
    width: 50%;
    border-bottom: 1px #4f2301 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
  }

  #spNavSub li:nth-child(2n) {
    border-left: 1px #4f2301 solid;
  }

  #spNavSub li a {
    display: block;
    font-size: 1.3rem;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #spNavSub li a:after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(../img/common/sp_icon1.png) 0 0 no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    left: 90%;
  }

  #spNewsLink {
    cursor: pointer;
  }
}
