@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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*
table{
	width: 100%;
	table-layout: fixed;
}
td,th{
	font-weight: normal;
	text-align: left;
}
*/

@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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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
--------------------------- */

header{
  width: 100%;
  background: #fff;
}

div.headerBnr{
  background: #e61212;
}
div.headerBnr p{
  margin: 0;
}

header div.headerSearchBox .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header h1{
  width: 124px;
}
header .searchForm{
  width: 260px;
  display: flex;
  align-items: center;
}
header .searchForm input{
  font-size: 13px;
  border: 1px solid #91854a;
  border-right: none;
  border-radius: 3px 0 0 3px;
  height: 30px;
  box-sizing: border-box;
}
header .searchForm button{
  display: block;
  background: #e9e7db;
  width: 40px;
  height: 30px;
  border: 1px solid #91854a;
  border-left: none;
  border-radius: 0 3px 3px 0;
  line-height: 1;
}
header .searchForm button:hover{
  background: #f5f3e7;
}
header .searchForm button img{
  width: 20px;
}
header .btnUse{
  position: relative;
}
header .btnUse span{
  display: block;
  width: 182px;
  border: 2px solid #91854a;
  color: #fff;
	background: #91854a;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
header .btnUse span:hover{
  background: #fff;
	color: #91854a;
	text-decoration: none;
}
header .btnUse div.searchDDWrap{
  /* display: none; */
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 200;
  transform: translateX(-270px);
  overflow: hidden;
}
header .btnUse div.searchDDWrap.open{
  margin-top: 0;
}
header .btnUse div.searchDDWrap div.searchDDCont{
  display: flex;
  width: auto;
  white-space: nowrap;
  font-size: 13px;
  padding: 30px 20px;
  /* background: rgba(255,255,255,0.9); */
  background: #f9f9f6;

  margin-top: -400px;
  transition: 0.3s all;
}
header .btnUse div.searchDDWrap.open div.searchDDCont{
  margin-top: 20px;
}

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 h3{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
header .btnUse div.searchDDWrap div.searchDDCont>div{
padding: 0 30px;
}
header .btnUse div.searchDDWrap div.searchDDCont div~div{
  border-left: 1px solid #d3ceb7;
}

header .btnUse div.searchDDWrap div.searchDDCont div>div{
  display: flex;
}
header .btnUse div.searchDDWrap ul~ul{
  margin-left: 30px;
}
header .btnUse div.searchDDWrap ul li~li{
  margin-top: .3em;
}




header ul.headerMenuList{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul.headerMenuList h3{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
header ul.headerMenuList>li>a,
header ul.headerMenuList #btnHamb>span>a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 60px;
}
header ul.headerMenuList>li>a:hover,
header ul.headerMenuList #btnHamb>span>a:hover{
  background: #e9e7db;
  text-decoration: none;
}
header ul.headerMenuList>li>a img,
header ul.headerMenuList #btnHamb>span>a img{
  width: 25px;
  width: 25px;
}

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: 60px;
  right: 0;
  z-index: 100;
  overflow: hidden;
}

header ul.headerMenuList .hambMenuWrap div.hambMenuCont{
  display: flex;
  width: auto;
  white-space: nowrap;
  font-size: 13px;
  padding: 30px 20px;
  /* background: rgba(255,255,255,0.9); */
  background: #f9f9f6;

  margin-top: -500px;
  transition: 0.3s all;
}

header ul.headerMenuList .hambMenuWrap.open div.hambMenuCont{
  margin-top: 0;
}

header ul.headerMenuList .hambMenuCont>div{
padding: 0 35px;
}
header ul.headerMenuList .hambMenuCont div~div{
  border-left: 1px solid #d3ceb7;
}

header ul.headerMenuList .hambMenuCont div>div{
  display: flex;
}
header ul.headerMenuList .hambMenuCont ul~ul{
  margin-left: 30px;
}
header ul.headerMenuList .hambMenuCont ul li~li{
  margin-top: .3em;
}
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;
  line-height: 1.3;
  color: #918549;
}





header div.headerSlideMenu{
  background: #3e2f28;
}
header div.headerSlideMenu ul{
  height: 40px;
  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
header div.headerSlideMenu a:hover{
  line-height: 40px;
  display: block;
  color: #fff;
  font-size: 13px;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
}
header div.headerSlideMenu a:hover{
  text-decoration: none;
  background:rgba(255,255,255,0.2);
}
div.headerSp{
  display: none;
}
div.searchbox{
  display: none;
}
div#spSlideNav{
  display: none;
}

@media screen and (max-width: 768px) {
  header{
    position: fixed;
    z-index: 3000;
    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 .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 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 div.headerSlideMenu li::after{
    content: "｜";
    margin-left: 5px;
  }
  header div.headerSlideMenu li:last-child{
    padding-right: 10px;
  }
  header div.headerSlideMenu li:last-child::after{
    display: none;
  }
  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.open .middle {
	    background: rgba(255, 255, 255, 0);
	}
	.sp_menu.open .top {
	    transform: translateY(25px) rotate(-45deg);
	}
	.sp_menu.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;
  }
  .menuOpen div#spSlideNav{
    left: 0;
  }
  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);
  }
}

/*---------------------------------------------------------------*/


#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: 132px;
    padding-bottom: 30px;
  }
  .note404{
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
  }

}

@media screen and (max-width: 374px) {
}


/* ---------------------------
	footer
--------------------------- */
footer{
  margin-top: auto;

	width: 100%;
	background: #3e2f28;
	color: #fff;
	padding: 35px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: #655046;
  position: absolute;
  right: -35px;
  top: 35px;
}
footer div.footerMenuBxWrap>div:last-child::after{
  display: none;
}

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>div>div{
  display: flex;
  justify-content: space-between;
}
footer div.footerMenuBxWrap ul~ul{
  margin-left: 30px;
}


footer div.footerLinkWrap{
  border-top: 1px solid #655046;
  border-bottom: 1px solid #655046;
}
footer div.footerLinkWrap ul{
  display: flex;
}
footer div.footerLinkWrap ul li{
  padding: 15px 0;
}
footer div.footerLinkWrap ul li:first-child a{
  padding-left: 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.footerLinkWrap ul li a{
  display: block;
  padding: 0 15px;
  border-right:1px solid #655046;
  line-height: 1;
}
footer div.footerLinkWrap ul li a.newWin::after{
  width: 11px;
  height: 11px;
  content: "";
  display: inline-block;
  background: url(../img/common/icon_newwin.png) 0 0 no-repeat;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
  /* vertical-align: middle; */
  margin-left: .5em;
}


footer div.footerBtmMenu{
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer div.footerBtmMenu ul.footerBnrList{
  display: flex;
  justify-content: space-between;
  width: 200px;
}
footer div.footerBtmMenu ul.footerBnrList li~li{
  margin-left: 10px;
}


#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;
  }
  div#FS2_footer::after,
  div#FS2_layout_body::after{
    display: none !important;
  }
  
  footer a,
  footer a:link,
  footer a:visited{
    color: #4D4D4D;
  }
  footer .inner{
    padding: 0 10px 0 ;
  }

  footer div.spFootMenuBox{

  }
  footer h3{
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  footer div.spFootMenuBox h3 a,
  footer .footerLink a,
  footer .iconLink a{
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #EBE6CE;
    position: relative;
    font-size: 1.2em;
  }

  footer .footerLink.linkBirth a{
  border-bottom: none;
  }
  footer div.spFootMenuBox h3.support a,
  footer div.spFootMenuBox h3.member a,
  footer .iconLink a{
  padding-left: 30px;
  }
  footer div.spFootMenuBox h3+ul{
    display: none;
      background: #F9F7F0;
      border-left: 1px solid #EBE6CE;
      border-right: 1px solid #EBE6CE;
  }
  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 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.open a::after{
    transform: rotate(225deg);
    margin-top: -2px;
  }
  
  footer div.spFootMenuBox li a::after,
  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 div.spFootMenuBox li.newWin a::after{
    width: 14px;
    height: 14px;
    border:none;
    right: 8px;
    margin-top: -7px;
    transform: rotate(0);
    background: url(../img/common/icon_newwin_sp.png) 0 0 no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
  }

  footer div.spFootMenuBox h3.support a::before,
  footer div.spFootMenuBox h3.member a::before,
  footer .iconLink a::before{
  content: "";
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  background: url(../img/common/icon_faq.png) 0 0 no-repeat;
  -webkit-background-size: 20px 18px;
  background-size: 20px 18px;
  }
  footer .iconLink.guide a::before{background-image: url(../img/common/icon_guide.png);}
  footer .iconLink.cal a::before{background-image: url(../img/common/icon_cal.png);}
  footer .iconLink.blog a::before{background-image: url(../img/common/icon_blog.png);}
  footer div.spFootMenuBox h3.support a::before{background-image: url(../img/common/icon_support.png);}
  footer div.spFootMenuBox h3.member a::before{background-image: url(../img/common/icon_member.png);}

  div.footerColBox{
    background: #F9F7F0;
    margin: 0 -10px;
    padding: 0 10px;
  }
  div.footerColBox li a{
  background: #fff;
  }

  section.footerSec{
    background: #91854A;
    padding: 20px 15px;
    color: #fff;
  }
  section.footerSec h3{
  width: 117px;
  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;
  }

  #pageTop{
  	right: 15px;
  	bottom: -50px;
    width: 35px;
    height: 35px;
  }
}


/* ---------------------------
	SUB
--------------------------- */





















/**/
