@charset "utf-8";


.footer{
  font-size: 100%;
  padding: 0;
  margin: 20em 0 0 0;
  position: relative;
}
.footer .footerLogo img{
  width: 300px;
}

.footer .globalNavi {
  display: flex;
  justify-content: center;
  font-size: 160%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
}
.footer .globalNavi li {
  padding: 0 2em;
}
.footer .globalNavi li a {
  color: #888;
}
.footer .globalNavi li a:hover {
  color: #df7e6e;
}
.footer .wrap{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer .linkList{
  display:flex;
  justify-content: space-between;
  color: #333;
  background: #f1ece6;
  display: block;
  margin: 0 auto;
}

.footer .linkList.sp{
  display:none;
}
.footer .linkList a{
  color: #333;
  display: block;
  transition: .3s;
}
.footer .linkList.menu a{
  color: #fff;
  display: block;
  transition: .3s;
  text-align: center;
  opacity: .8;
}
.footer .linkList.menu a:hover{
  opacity: 1;
  color: #fff;
}
.footer .linkList a:hover{
  opacity: 1;
  color:#003c78;
}

.footer .linkList ul{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 950px;
    padding: 6em 0;
}
.footer .linkList.menu ul{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    padding: 2.5em 0;
}
.footer .linkList.menu{
  background:#003c78;
}
.footer .linkList.other ul{
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 1000px;
    padding: 0;
}
.footer .linkList ul li{
    padding: 0;
    font-size: 140%;
}

.footer .linkList.sp{
  display:none;
}
.footer .footerLogo {
  display: block;
  margin: 2em auto 4em;
  text-align: center;
}
.footer .copyright{
  text-align: center;
  background: #f1ece6;
  padding: 0 0 4em;
}
.footer .copyright .txt{
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 110%;
}
.footer .copyright .mark{
  font-size: 200%;
  padding: 0 .2em;
  font-size: 90%;
}
.footer .pcPage{
  display: none;
}

.footerWrap .contact .submitBtn {
    width: 95%;
    font-size: 100%;
    margin: 1em 0 0;
}

#pageTop {
    position: fixed;
    bottom: 5em;
    right: 5em;
    z-index: 999;
}
#pageTop a {
    display: block;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url(../../images/footer/totop.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.footer .linkList .outsideLink:hover:after {
    opacity: .7;
}

.footer .linkBtn{

}

.footer .linkBtn a {
display: inline-block;
  transition: .3s
}

.footer .linkBtn a:hover{
  opacity: .9;
}

.footer .snsBox{
width: 290px;
margin: 0 auto;
}
.footer .snsBox ul{
display: flex;
justify-content: space-between;
align-items: center;
}

/*IE*/
@media all and (-ms-high-contrast: none){

}


@media screen and (max-width:1020px) and (min-width:768px) {
.footer .linkList ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 2em;
    width: 100%;
    justify-content: center;
}

.footer .linkList.menu ul{
    width: 100%;
      padding: 2em;
}
.footer .linkList ul li {
    font-size: 100%;
    padding: 0 1.75em .5em 0;
}

.footer .linkList ul li:nth-child(4n) {
    padding:0 0 .5em 0;
}
.footer .linkList.menu ul li:nth-child(3n) {
    padding:0 0 .5em 0;
}
.footer .linkList.menu ul li:nth-child(4n) {
    padding: 0 1.75em .5em 0;
}
#pageTop {
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 999;
}

}

/*sp*/
@media screen and (max-width:767px) {
.footerWrap {
    background: none;
}
.footer {
    padding: 0;
    margin: 8em 0 0 0;
}
.footer.order {
    padding: 1em 0 0;
    border: none;
  border-top: 8px solid #bcb59f;
}
.footer .footerLogo img{
  width:70%;
}
.footer .globalNavi {
  font-size: 140%;
  top: -50px;
}
.footer .globalNavi li {
  border-right: 1px solid #aaa;
  line-height: 1.4;
  padding: 0 1em;
}
.footer .globalNavi li:last-child {
  border-right: none;
}
.footer .wrap{
    display: block;
    width: 100%;
    margin: 0 auto;
} 
.footer .linkList.pc {
    display: none;
}
.footer .linkList.sp {
    display: block;
}
.footer .linkList ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 2em 0 2em 2em;
    width: 100%;
    justify-content: center;
}

.footer .linkList.menu ul li {
}
.footer .linkList ul li {
    font-size: 100%;
    padding: 0 2em .5em 0;
}

.footer .pcPage{
  display: block;
}
.footer .copyright {
    text-align: center;
    padding: 4em 0 2em;
}
#pageTop {
    position: fixed;
    bottom: 5em;
    right: 1em;
    z-index: 999;
}

.footerWrap .contact .submitBtn {
    width: 100%;
    font-size: 100%;
    margin: 1em 0 0;
    padding: .5em;
}
.footer .subBtn {
    width: 80%;
    padding: .5em;
    display: block;
    margin: 0 auto;
    padding: .5em 2em;
    background: #ffffff;
    color: #df7e6e;
    font-size: 140%;
    border: 1px solid #df7e6e;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
}
.footer:before {
    background: none;
}
.footer .linkList.other ul li {
    padding: 0;
    font-size: 120%;
    width: 50%;
    text-align: center;
    position: relative;
}
.footer .linkList.other ul {
    margin: 0 2em;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.footer .linkList.menu a {
    color: #fff;
    display: block;
}
.footer .linkList.menu ul {
    padding: 2em 0 2em 2em;
    display: flex;
    justify-content: center;
    width: 100%;
}
}

@media screen and (max-width:460px) {
.footer .linkList ul li {
    font-size: 100%;
    padding: 0 3em .5em 0;
}
}
@media screen and (max-width:360px) {
  .footer .globalNavi {
    font-size: 130%;
    top: -45px;
  }
  .footer .globalNavi li {
    line-height: 1;
    padding: 0 .8em;
  }

}

@media screen and (max-width:320px) {
  .footer .globalNavi li {
    padding: 0 .5em;
  }
.footer .linkList.menu ul{
   padding: 2em 0 2em 1em;
}
.footer .linkList ul {
    padding: 2em 0 2em 1em;
}
.footer .linkList ul li {
    font-size: 100%;
    padding: 0 1em .5em 0;
}
}