@charset "UTF-8";
/* wordpress
----------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* common
----------------------------------*/
.sp {
  display: none !important;
}

.sp_ib {
  display: none !important;
}

.sp_min {
  display: none !important;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_ib {
    display: inline-block !important;
  }
  .inner,
.inner.wide {
    max-width: 100%;
    padding: 30px 15px;
    min-height: 0;
    flex-direction: column;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 374px) {
  .sp_min {
    display: block;
  }
}
.underLine a {
  position: relative;
}

.underLine a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s all;
}

.underLine.gd a::before {
  background: #91854a;
}

.underLine.bk a::before {
  background: #4d4d4d;
}

.underLine.rd a::before {
  background: #ec6d74;
}

.underLine.ctr a::before {
  left: 50%;
  transform: translateX(-50%);
}

.underLine a:hover {
  text-decoration: none;
}

.underLine a:hover::before {
  width: 100%;
}

.underLineMlt {
  display: inline;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: 0.3s all;
}

.underLineMlt.gd {
  background: linear-gradient(transparent calc(100% - 1px), #91854a calc(100% - 1px));
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.underLineMlt.bk {
  background: linear-gradient(transparent calc(100% - 1px), #4d4d4d calc(100% - 1px));
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.underLineMlt.rd {
  background: linear-gradient(transparent calc(100% - 1px), #ec6d74 calc(100% - 1px));
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.underLineMlt:hover {
  background-size: 100% 100%;
}

.marker {
  background: linear-gradient(transparent 50%, #ff0 50%);
}

/* ---------------------------
	Header
--------------------------- */
div.headerBnr {
  overflow: hidden;
  transition: 0.3s all;
  position: relative;
  z-index: 250;
  display: none;
}
div.headerBnr div.inner {
  max-width: 950px;
}
div.headerBnr .bnr {
  margin: 0;
  text-align: center;
}
div.headerBnr .bnr a {
  transition: 0.3s all;
}
div.headerBnr .bnr a:hover {
  opacity: 0.7;
}
div.headerBnr .bnr img {
  width: auto;
  max-width: 100%;
}
div.headerBnr .btnClose {
  line-height: 1;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
  position: absolute;
  z-index: 10;
  transition: 0.3s all;
}
div.headerBnr .btnClose:hover {
  opacity: 0.7;
}
div.headerBnr.hide {
  height: 0;
}
div.headerBnr.hide .btnClose {
  top: -49px;
}

@media screen and (max-width: 768px) {
  div.headerBnr {
    transform: translateY(85px);
  }
  div.headerBnr .inner {
    padding: 0;
  }
  div.headerBnr .btnClose {
    width: 15px;
    height: 15px;
    top: calc(50% - 10px);
    right: 4px;
  }
}
header {
  width: 100%;
  background: #fff;
  position: relative;
}
header div.headerSearchBox .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
header h1 {
  width: 146px;
}
header div.searchUseBox {
  display: flex;
  justify-content: space-between;
  width: 330px;
  margin-left: 10px;
}
header .btnUse {
  position: relative;
  cursor: pointer;
}
header .btnUse:hover {
  background: #e9e7db;
  text-decoration: none;
}
header .btnUse > p {
  width: 165px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
header .btnUse > p span {
  display: inline;
}
header .btnUse > p span:first-child {
  font-size: 13px;
  color: #91854a;
  font-weight: bold;
}
header .btnUse > p span:first-child::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #91854a;
  vertical-align: middle;
  transform: scaleX(0.7) translate(5px, 2px);
}
header .btnUse > p span:last-child {
  font-size: 12px;
  font-weight: bold;
  font-weight: 500;
  color: #3e2f28;
}
header .btnUse#cel div.searchDDWrap {
  transform: translateX(-113px);
}
header .btnUse div.searchDDWrap {
  /* display: none; */
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 200;
  overflow: hidden;
  padding: 0 5px;
  transform: translateX(-140px);
}
header .btnUse div.searchDDWrap.open {
  margin-top: 0;
  padding: 0 5px 5px;
  top: 65px;
}
header .btnUse div.searchDDWrap.open div.searchDDCont {
  margin-top: 10px;
}
header .btnUse div.searchDDWrap a,
header .btnUse div.searchDDWrap a:link,
header .btnUse div.searchDDWrap a:visited,
header .btnUse div.searchDDWrap a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
header .btnUse div.searchDDWrap div.searchDDCont {
  width: auto;
  white-space: nowrap;
  font-size: 13px;
  padding: 30px 50px;
  /* background: rgba(255,255,255,0.9); */
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(135, 135, 135, 0.75));
  margin-top: -300px;
  transition: 0.3s all;
  position: relative;
}
header .btnUse div.searchDDWrap div.searchDDCont::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  left: calc(50% - 0px);
  top: -7px;
  z-index: 100;
}
header .btnUse div.searchDDWrap h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
header .btnUse div.searchDDWrap a {
  color: #646464;
}
header .btnUse div.searchDDWrap div.searchDDCont > div {
  display: flex;
}
header .btnUse div.searchDDWrap div.searchDDCont > div ~ div {
  border-left: 1px solid #DEDFE0;
}
header .btnUse div.searchDDWrap ul ~ ul {
  margin-left: 30px;
}
header .btnUse div.searchDDWrap ul li ~ li {
  margin-top: 0.3em;
}
header ul.headerMenuList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul.headerMenuList > li > a,
header ul.headerMenuList > li .btnDD {
  position: relative;
  height: 75px;
  cursor: pointer;
}
header ul.headerMenuList > li > a:hover,
header ul.headerMenuList > li .btnDD:hover {
  background: #e9e7db;
  text-decoration: none;
}
header ul.headerMenuList > li > a img,
header ul.headerMenuList > li .btnDD img {
  width: 26px;
}
header ul.headerMenuList > li div.iMenuWrap {
  /* display: none; */
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 200;
  overflow: hidden;
  padding: 0 5px;
  transform: translateX(-135px);
}
header ul.headerMenuList > li div.iMenuWrap.open {
  margin-top: 0;
  padding: 0 5px 5px;
  top: 65px;
}
header ul.headerMenuList > li div.iMenuWrap.open div.iMenuDDCont {
  margin-top: 10px;
}
header ul.headerMenuList > li div.iMenuWrap#Mypage {
  transform: translateX(-115px);
}
header ul.headerMenuList > li div.iMenuWrap#Mypage.CMS_HD {
  transform: translateX(-85px);
  width: 200px;
}
header ul.headerMenuList > li div.iMenuWrap#Mypage div.iMenuDDCont {
  margin-top: -250px;
}
header ul.headerMenuList > li div.iMenuWrap#Mypage.open div.iMenuDDCont {
  margin-top: 10px;
}
header ul.headerMenuList > li div.iMenuDDCont {
  width: auto;
  white-space: nowrap;
  font-size: 13px;
  padding: 30px;
  /* background: rgba(255,255,255,0.9); */
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(135, 135, 135, 0.75));
  margin-top: -150px;
  transition: 0.3s all;
  position: relative;
}
header ul.headerMenuList > li div.iMenuDDCont::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 50%;
  top: -7px;
  z-index: 100;
}
header ul.headerMenuList > li div.iMenuDDCont a:hover {
  background: none;
}
header ul.headerMenuList > li .searchForm {
  width: 240px;
  display: flex;
  align-items: center;
}
header ul.headerMenuList > li .searchForm input {
  font-size: 14px;
  border: 1px solid #91854a;
  border-right: none;
  border-radius: 20px 0 0 20px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  width: calc(100% - 44px);
}
header ul.headerMenuList > li .searchForm button {
  display: block;
  background: #91854a;
  width: 44px;
  height: 40px;
  border: 1px solid #91854a;
  border-left: none;
  border-radius: 0 20px 20px 0;
  line-height: 1;
}
header ul.headerMenuList > li .searchForm button:hover {
  opacity: 0.7;
}
header ul.headerMenuList > li .searchForm button img {
  width: 22px;
}
header ul.headerMenuList > li .usrName,
header ul.headerMenuList > li .usrPoint {
  font-size: 15px;
  text-align: center;
  width: 200px;
}
header ul.headerMenuList > li .usrPoint {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
header ul.headerMenuList > li .usrPoint .num {
  line-height: 1.3;
}
header ul.headerMenuList > li .usrPoint .num span {
  font-size: 32px;
  padding-right: 5px;
}
header ul.headerMenuList > li.headerCart {
  position: relative;
}
header ul.headerMenuList > li.headerCart span {
  position: absolute;
  z-index: 10;
  line-height: 1;
  padding: 3px;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 12px;
  background: #f00;
  border-radius: 50%;
  color: #fff;
  top: 18px;
  right: 2px;
}
header ul.headerMenuList h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
header ul.headerMenuList .btnLogin {
  margin-bottom: 10px;
}
header ul.headerMenuList .btnLogin a {
  display: block;
  width: 138px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #91854a;
  color: #91854a;
}
header ul.headerMenuList .btnLogin a:hover {
  background: #ebe6ce;
}
header ul.headerMenuList .btnLogin + h3 {
  padding-top: 25px;
}
header ul.headerMenuList > li > a,
header ul.headerMenuList .btnDD,
header ul.headerMenuList #btnHamb > span > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 75px;
}
header ul.headerMenuList > li > a:hover #btnHamb > span > a:hover,
header ul.headerMenuList .btnDD:hover #btnHamb > span > a:hover,
header ul.headerMenuList #btnHamb > span > a:hover #btnHamb > span > a:hover {
  background: #e9e7db;
  text-decoration: none;
}
header ul.headerMenuList > li.login a {
  width: auto;
  font-weight: 500;
  color: #91854a;
  font-size: 14px;
  padding: 0 10px;
}
header ul.headerMenuList .loginLink a {
  width: 108px;
  text-decoration: none;
  color: #91854a;
  transition: 0.3s all;
  font-size: 16px;
}
header ul.headerMenuList .hambMenuWrap {
  /* display: none; */
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0 5px 0;
  transform: translateX(5px);
}
header ul.headerMenuList .hambMenuWrap div.hambMenuCont {
  display: flex;
  width: auto;
  white-space: nowrap;
  font-size: 13px;
  padding: 30px 20px 50px;
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(135, 135, 135, 0.75));
  margin-top: -600px;
  transition: 0.3s all;
}
header ul.headerMenuList .hambMenuWrap div.hambMenuCont li a {
  color: #646464;
}
header ul.headerMenuList .hambMenuWrap div.hambMenuCont::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 20px;
  top: -7px;
  z-index: 100;
}
header ul.headerMenuList .hambMenuWrap.open {
  margin-top: 0;
  padding: 0 5px 5px;
  top: 65px;
}
header ul.headerMenuList .hambMenuWrap.open div.hambMenuCont {
  margin-top: 10px;
}
header ul.headerMenuList .hambMenuCont > div {
  padding: 0 35px;
}
header ul.headerMenuList .hambMenuCont div ~ div {
  border-left: 1px solid #DEDFE0;
}
header ul.headerMenuList .hambMenuCont div > div {
  display: flex;
}
header ul.headerMenuList .hambMenuCont ul ~ h3 {
  margin-top: 30px;
}
header ul.headerMenuList .hambMenuCont ul li ~ li {
  margin-top: 0.4em;
}
header ul.headerMenuList .hambMenuCont a,
header ul.headerMenuList .hambMenuCont a:link,
header ul.headerMenuList .hambMenuCont a:visited,
header ul.headerMenuList .hambMenuCont a:hover {
  text-decoration: none;
}
header div.headerSlideMenu {
  background: #91854a;
}
header div.headerSlideMenu.fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(145, 133, 74, 0.9);
}
header div.headerSlideMenu ul {
  height: 48px;
  display: flex;
  display: table;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header div.headerSlideMenu ul li {
  display: table-cell;
  text-align: center;
}
header div.headerSlideMenu a,
header div.headerSlideMenu a:link,
header div.headerSlideMenu a:visited a:hover {
  line-height: 48px;
  display: block;
  color: #fff;
  font-size: 13px;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
}
header div.headerSlideMenu a:hover,
header div.headerSlideMenu a:link:hover,
header div.headerSlideMenu a:visited a:hover:hover {
  text-decoration: none;
  background: #a79d6e;
}

div.headerSp {
  display: none;
}

div.searchbox {
  display: none;
}

div#spSlideNav {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
  }
  header div.headerBnr .inner {
    padding: 0;
  }
  header div.headerSearchBox {
    display: none;
  }
  header h1 {
    width: 78px;
  }
  header div.headerSlideMenu {
    width: 100%;
    height: 35px;
    background: #91854a;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  header div.headerSlideMenu.fixed {
    position: static;
    background: #91854a;
  }
  header div.headerSlideMenu .inner {
    max-width: auto;
    padding: 0;
    flex-direction: row;
  }
  header div.headerSlideMenu ul {
    height: 35px;
    display: flex;
    padding: 0 10px;
  }
  header div.headerSlideMenu ul li {
    flex-shrink: 0;
    color: #fff;
    line-height: 35px;
    margin-right: 5px;
    display: block;
    overflow: hidden;
  }
  header div.headerSlideMenu ul li::after {
    content: "｜";
    margin-left: 5px;
  }
  header div.headerSlideMenu ul li:last-child {
    padding-right: 10px;
  }
  header div.headerSlideMenu ul li:last-child::after {
    display: none;
  }
  header div.headerSlideMenu a,
header div.headerSlideMenu a:link,
header div.headerSlideMenu a:visited,
header div.headerSlideMenu a:hover {
    line-height: 35px;
    color: #fff;
    padding: 0;
    display: inline-block;
  }
  header .searchbox {
    width: 100%;
    background-color: #e1ddce;
    display: none;
  }
  header .searchbox input {
    border: none;
    border-radius: 3px;
    width: 93%;
    box-sizing: border-box;
    margin: 15px;
    color: #91854a;
    padding: 2px 5px;
    height: 35px;
    background: #fff;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
  }
  header div::after {
    display: none !important;
  }
  /*---------------------------------------------------*/
  div.headerSp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  div.btnWrap {
    width: 60px;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
  }
  .sp_menu {
    width: 60px;
    height: 50px;
  }
  .sp_menu span {
    width: 25px;
    height: 2px;
    margin: 0 auto;
    transition: all 0.3s;
    display: block;
    background-color: #91854a;
    line-height: 1;
    transform: translateY(22px);
    transform-origin: center center;
  }
  .sp_menu span.top {
    transform: translateY(17px);
  }
  .sp_menu span.bottom {
    transform: translateY(27px);
  }
  .sp_menu span.open .middle {
    background: rgba(255, 255, 255, 0);
  }
  .sp_menu span.open .top {
    transform: translateY(25px) rotate(-45deg);
  }
  .sp_menu span.open .bottom {
    transform: translateY(21px) rotate(45deg);
  }
  div#spSlideNav {
    display: block;
    position: fixed;
    top: 50px;
    left: -100vw;
    z-index: 99999;
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: scroll;
    background: #fff;
    border-top: 1px solid #d3ceb7;
    transition: 0.3s all;
  }
  div#spSlideNav li {
    border-bottom: 1px solid #d3ceb7;
  }
  div#spSlideNav a {
    display: block;
    padding: 15px 10px;
    position: relative;
    line-height: 1;
  }
  div#spSlideNav a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-top: 1px solid #91854a;
    border-right: 1px solid #91854a;
    transition: 0.3s all;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-6px) rotate(45deg);
  }
  .menuOpen div#spSlideNav {
    left: 0;
  }
}
/*---------------------------------------------------------------*/
#containerWrap {
  /*  min-height: 100vh;*/
}

#container {
  /* min-height: calc(100vh - 505px); */
  padding: 25px 0 50px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  #containerWrap {
    min-height: 100%;
  }
  #container {
    width: 100%;
    min-height: 100%;
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .note404 {
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
  }
}
/* ---------------------------
	footer
--------------------------- */
footer {
  margin-top: auto;
  width: 100%;
  background: #91854a;
  color: #fff;
  padding: 35px 0;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  line-height: 2;
  text-align: left;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer div.footerMenuBxWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
footer div.footerMenuBxWrap > div {
  position: relative;
}
footer div.footerMenuBxWrap > div::after {
  content: "";
  width: 1px;
  height: calc(100% - 35px);
  background: #a79d6e;
  position: absolute;
  right: -35px;
  top: 35px;
}
footer div.footerMenuBxWrap > div:last-child::after {
  display: none;
}
footer div.footerMenuBxWrap > div > div {
  display: flex;
  justify-content: space-between;
}
footer div.footerMenuBxWrap h3 {
  display: inline-block;
  font-size: 10px;
  line-height: 17px;
  padding: 0 10px;
  font-weight: bold;
  border: 1px solid #ebe6ce;
  color: #ebe6ce;
  border-radius: 20px;
  margin-bottom: 1em;
}
footer div.footerMenuBxWrap ul ~ ul {
  margin-left: 30px;
}
footer div.inqWrap {
  display: flex;
  justify-content: space-between;
  width: 820px;
  margin: 0 auto 35px;
}
footer div.inqWrap > a {
  display: block;
  width: 400px;
  background: #a79d6e;
}
footer div.inqWrap > a:last-child {
  pointer-events: none;
}
footer div.inqWrap > a:hover {
  background: #b0a679;
}
footer div.inqWrap div.inqBox {
  display: flex;
  align-items: center;
}
footer div.inqWrap div.inqBox > p {
  width: 125px;
}
footer div.inqWrap div.inqBox > div {
  width: 275px;
  line-height: 1.5;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
footer div.inqWrap div.inqBox > div .hl {
  font-size: 18px;
}
footer div.inqWrap div.inqBox > div h3 {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin: 8px 0 13px;
}
footer div.inqWrap div.inqBox > div h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 21px;
  background: url(/img_renew/common/ficon_mail.png) 0 0 no-repeat;
  background-size: 28px 21px;
  margin-right: 10px;
}
footer div.inqWrap div.inqBox > div h3.tel::before {
  height: 29px;
  background: url(/img_renew/common/ficon_sp.png) 0 0 no-repeat;
  background-size: 18px 29px;
}
footer div.inqWrap div.inqBox > div .note {
  font-size: 12px;
}
footer div.footerLinkWrap {
  border-top: 1px solid #a79d6e;
  border-bottom: 1px solid #a79d6e;
}
footer div.footerLinkWrap ul {
  display: flex;
  align-items: center;
}
footer div.footerLinkWrap ul ~ ul {
  border-top: 1px solid #a79d6e;
}
footer div.footerLinkWrap ul li {
  padding: 15px 0;
}
footer div.footerLinkWrap ul li:first-child a {
  padding-left: 0;
}
footer div.footerLinkWrap ul li a {
  display: block;
  padding: 0 13px;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer div.footerLinkWrap ul li a.newWin::after {
  width: 11px;
  height: 11px;
  content: "";
  display: inline-block;
  background: url(/img_renew/common/icon_newwin.png) 0 0 no-repeat;
  background-size: 11px 11px;
  /* vertical-align: middle; */
  margin-left: 0.5em;
}
footer div.footerLinkWrap ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer div.footerLinkWrap .underLine a::before {
  bottom: -3px;
}
footer div.footerLinkWrap .underLine a:hover::before {
  width: calc(100% - 30px);
}
footer div.footerLinkWrap .underLine li:first-child a:hover::before {
  width: calc(100% - 15px);
  margin-left: -8px;
}
footer div.footerBtmBox {
  margin-top: 35px;
  font-size: 12px;
}
footer div.footerBtmBox .flogo {
  width: 146px;
  margin: 0 auto 25px;
}
footer div.footerBtmBox .cp {
  text-align: center;
  margin-top: 40px;
}

#pageTop {
  position: fixed;
  z-index: 400;
  right: 12px;
  bottom: -100px;
  cursor: pointer;
  width: 43px;
  height: 43px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0;
    background: #fff;
    border-top: 2px solid #91854A;
    color: #4D4D4D;
  }
  footer a,
footer a:link,
footer a:visited {
    color: #4D4D4D;
  }
  footer .inner {
    padding: 0 10px 0;
  }
  footer h3 {
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  footer div.spFootMenuBox h3 a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #EBE6CE;
    position: relative;
    font-size: 1.2em;
  }
  footer div.spFootMenuBox h3 a::after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    border-right: 1px solid #91854A;
    border-bottom: 1px solid #91854A;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    transform: rotate(45deg);
    transition: 0.3s all;
  }
  footer div.spFootMenuBox h3.support a, footer div.spFootMenuBox h3.member a {
    padding-left: 30px;
  }
  footer div.spFootMenuBox h3 + ul {
    display: none;
    background: #F9F7F0;
    border-left: 1px solid #EBE6CE;
    border-right: 1px solid #EBE6CE;
    margin-bottom: 10px;
  }
  footer div.spFootMenuBox h3.open a::after {
    transform: rotate(225deg);
    margin-top: -2px;
  }
  footer div.spFootMenuBox h3.support a::before, footer div.spFootMenuBox h3.member a::before {
    content: "";
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background: url(/img_renew/common/icon_faq.png) 0 0 no-repeat;
    background-size: 20px 18px;
  }
  footer div.spFootMenuBox h3.support a::before {
    background-image: url(/img_renew/common/icon_support.png);
  }
  footer div.spFootMenuBox h3.member a::before {
    background-image: url(/img_renew/common/icon_member.png);
  }
  footer div.spFootMenuBox.gift h3 + ul {
    display: block;
  }
  footer div.spFootMenuBox li a {
    display: block;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #EBE6CE;
    padding: 0 10px;
  }
  footer div.spFootMenuBox li a::after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    border-right: 1px solid #91854A;
    border-top: 1px solid #91854A;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  footer div.spFootMenuBox li.newWin a::after {
    width: 14px;
    height: 14px;
    border: none;
    right: 8px;
    margin-top: -7px;
    transform: rotate(0);
    background: url(/img_renew/common/icon_newwin_sp.png) 0 0 no-repeat;
    background-size: 14px 14px;
  }
  footer .footerLink a,
footer .iconLink a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #EBE6CE;
    position: relative;
    font-size: 1.2em;
  }
  footer .footerLink a::after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    border-right: 1px solid #91854A;
    border-top: 1px solid #91854A;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  footer .footerLink.linkBirth a {
    border-bottom: none;
  }
  footer .iconLink a {
    padding-left: 30px;
  }
  footer .iconLink a::before {
    content: "";
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background: url(/img_renew/common/icon_faq.png) 0 0 no-repeat;
    background-size: 20px 18px;
  }
  footer .iconLink.guide a::before {
    background-image: url(/img_renew/common/icon_guide.png);
  }
  footer .iconLink.cal a::before {
    background-image: url(/img_renew/common/icon_cal.png);
  }
  footer .iconLink.blog a::before {
    background-image: url(/img_renew/common/icon_blog.png);
  }
  div#FS2_footer::after,
div#FS2_layout_body::after {
    display: none !important;
  }
  div.footerColBox {
    background: #F9F7F0;
    margin: 0 -10px;
    padding: 0 10px;
    overflow: hidden;
  }
  div.footerColBox li a {
    background: #fff;
  }
  section.footerSec {
    background: #91854A;
    padding: 20px 15px;
    color: #fff;
  }
  section.footerSec h3 {
    width: 118px;
    margin: 0 auto 20px;
  }
  section.footerSec ul.footerBnrList {
    display: flex;
    justify-content: center;
    width: 200px;
    margin: 10px auto 15px;
  }
  section.footerSec ul.footerBnrList li ~ li {
    margin-left: 5px;
  }
  section.footerSec .spCp {
    text-align: center;
  }
  section.footerSec div.inqBox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  section.footerSec div.inqBox a {
    display: block;
    width: 100%;
    background: #a79d6e;
    color: #fff;
    text-align: center;
    padding: 15px 0;
  }
  section.footerSec div.inqBox a > div {
    line-height: 1.5;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  section.footerSec div.inqBox a > div .hl {
    font-size: 15px;
  }
  section.footerSec div.inqBox a > div h4 {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
  }
  section.footerSec div.inqBox a > div h4::before {
    content: "";
    display: block;
    width: 18px;
    height: 29px;
    background: url(/img_renew/common/ficon_sp.png) 0 0 no-repeat;
    background-size: 18px 29px;
    margin-right: 10px;
  }
  section.footerSec div.inqBox a > div .note {
    font-size: 12px;
  }
  #pageTop {
    right: 15px;
    bottom: -50px;
    width: 35px;
    height: 35px;
  }
}
/**/
/*# sourceMappingURL=layout_renew_wp.css.map */