@charset "utf-8";


footer{
  position: relative;
}
.footer__inner{
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__wrap{
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.footer__left{
  display: flex;
  justify-content: start;
  align-items: start;
}
.footer__left--left{
  margin-right: 23%;
}
.footer__center{
  margin-top: 52px;
}
.footer__right{
   margin-top: 52px;
   padding-top: 25px;
}
.footer__center{
  /* width: 610px; */
}


.footer__logo{
  margin-bottom: 40px;
  width: 100px;
}
.footer__logoLink{
  display: block;
  width: 100%;
  height: 100%;
}

.footer__snsList{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
.footer__snsListItem{
  padding: 10px;
}
.footer__snsListItem a{
  display: block;
  width: 13px;
}
.footer__snsListItem.facebook img{
  width: 6px;
  margin: 0 auto;
  display: block;
}
.footer__snsListItem.follw{
  margin-top: 10px;
}
.footer__snsListItem.follw a{
  width: 60px;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
}
.footer__snsListItem--anc{
  display: block;
  width: 9px;
  margin: 3px auto 0;
}
 .footer__subTtl{
  height: 40px;
  /* margin-bottom: 29px; */
  font-family: "Libre Bodoni", serif;
  font-size: 11px;
 }

 .footer__nav{
  margin-bottom: 130px;
 }
 .footer__navList{
  width: 610px;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
 }
 .footer__navItem{
  /* width: calc(92% / 5); */
 }
 .footer__navLink{
  display: block;
  min-width: 82px;
  padding:0 5px;
  font-family: "Libre Bodoni", serif;
  font-size:14px ;
  letter-spacing: 0.06em;
  line-height: 2.39;
  white-space: nowrap;
 }
 .footer__reservText{
  margin-bottom:  10px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
  line-height: 1.75;
 }
 .footer__reservLink{
  display: inline-block;
  font-size: 32px;
  line-height: 1.5;
  border-bottom: 1px solid #231815;
 }


 .footer__accessText{
  margin-bottom: 20px;
  /* font-family: "Libre Bodoni", serif; */
  font-size:12px ;
  letter-spacing: 0.06em;
  line-height: 2.39;
 }
.footer__accessLink{
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-size:13px ;
  line-height: 1.75;
  border-bottom: 1px solid #231815;
}
.footer__photo{
  font-size: 14px;
  font-family: "Libre Bodoni", serif;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer__policy{
  padding: 0 20px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 11px;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}



/*--------------------------------
	footerCopy
--------------------------------*/
footer .inner-1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.footer__group{
  position: relative;
}

.footer__groupInner{
  position: relative;
  z-index: 3;
}
#cp {
  color: #fff;
  font-size: 11px;
  font-family: "GaramondPremrPro-MedCapt";
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

footer #gftr {
  width: 100%;
  max-width: 1200px;
  padding-top: 75px;
  padding-bottom: 55px;
}
footer #flogo {
  width: 13%;
  max-width: 145px;
  height: auto;
  margin: 0 auto 4.2%;
}
footer #flogo a {
  display: block;
}
footer #flogo img {
  width: 100%;
  height: auto;
}
footer #gftr ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1015px;
  margin: 0 auto 20px;
}
footer #gftr ul li {
  width: 20%;
  max-width: 203px;
}
footer #gftr ul li a {
  display: block;
}
footer #gftr ul li img {
  width: 100%;
  height: auto;
}





@media screen and (max-width: 1300px) {
  .footer__wrap{
    margin-bottom: 80px;
  }
  .footer__left--left {
    margin-right: 10%;
  }
  .footer__navList{
    width: 530px;
    gap: 2%;
  }
}
@media screen and (max-width: 1080px) {

  .footer__wrap{
    display: block;
  }
  .footer__left--left{
    margin-right: 20%;
  }
  .footer__center{
    width: calc(100% - (100px + 20%) );
  }
  .footer__navList{
    width: 100%;
    max-width: 530px;
    justify-content: start;
    flex-wrap: wrap;
  }
  .footer__nav{
    margin-bottom: 50px;
  }
  .footer__subTtl{
    height: auto;
    margin-bottom: 15px;
  }
  .footer__right{
    margin-top: 0;
    margin-left: calc(100px + 20%);
  }


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

}

@media screen and (max-width: 750px) {
  /* .footer__wrap{
    margin-bottom: 60px;
  } */
   .footer__left--left{
    margin-right: 10%;
  }


  .footer__center{
    width: calc(100% - (100px + 10%) );
  }
  .footer__navItem{
    width: calc(96% / 3);
  }
  .footer__right{
    margin-top: 0;
    margin-left: calc(100px + 10%);
  }
  .footer__reservLink{
    font-size: 25px;
  }

    footer #gftr ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  footer #gftr ul li {
    width: calc(96% / 2);
    max-width: 235px;
    margin-bottom: 20px;
  }
  footer #gftr ul li:nth-child(3) {
    margin-right: 0;
  }
  .footer__photo{
    margin-top: 30px;
    position: relative;
    margin-left: calc(100px + 10%);
  }
}

@media screen and (max-width: 580px) {
  .footer__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__left{
    width: calc(100% - 120px);
    display: block;
    position: relative;
  }
   .footer__left--left{
     margin: 0 ;
    }
    .footer__logo{
      /* margin: 0 auto; */
    }
    .footer__sns{
      position: absolute;
      right: -20px;
       transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
      bottom: 0;
  }
  .footer__snsListItem.follw{
    padding-bottom: 0;
  }
  .footer__center{
    width: 100%;

  }
  .footer__navItem {
      width: calc(98% / 2);
      margin-bottom: 10px;
  }
  .footer__navList{
    display: block;
  }
  .footer__reserv{
    text-align: right;
  }
  .footer__reservLink{
    font-size: 17px;
  }
  .footer__right{
    width: 120px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;

  }
  .footer__accessText{
    width: 90%;
    line-height: 1.75;
  }
  .footer__photo{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
   
  }
}

@media screen and (max-width: 480px) {
  .footer__navList {
    flex-direction: column;
  }
  .footer__snsList{
    left: -10px;
    bottom: -160px;
  }

  .footer__navItem {
    width: 100%;
    margin-bottom: 5px;
  }
  .footer__navLink{
    padding: 5px 5px 5px 0;
  }

    footer #gftr #flogo {
    width: 100%;
    max-width: 57px;
    margin: 0 auto 20px;
  }
  footer #gftr ul {
    display: block;
    width: 100%;
    max-width: 203px;
    margin: 0 auto;
  }
  footer #gftr ul li {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .footer__accessText{
    width: 100%;
  }
  .footer__sns {
    right: -40px;
  }
  .footer__accessText{
    line-height: 2;
  }
}
