@charset "UTF-8";
/* ================= reset ================= */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ================= base ================= */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #333;
  font-weight: 300;
  letter-spacing: .1em;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.sp-br{
  display: none;
}
.tb-br{
  display: none;
}
.pink{
  color: #ff72b1;
}
.sp-con{
  display: none;
}
h2,h3{
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1620px){
  body {
    font-size: 1.4rem;
  }
}

@media (max-width: 770px){
  body {
    min-width: initial;
    min-width: auto;
  }
  .sp-br{
    display: block;
  }
  .tb-br{
    display: block;
  }
  .sp-con{
    display: block;
  }
  .pc-con{
    display: none;
  }
}

/* ===== width =====*/
.inner{
  width: 62.5%;
  margin: 0 auto;
}
.un_inner{
  width: 58.5%;
  margin: 0 auto;
}
@media (max-width: 1100px){
  .inner{
    width: 70.6%;
  }
}
@media (max-width: 770px){
  .inner{
    width: 80%;
  }
  .un_inner{
    width: 90%;
  }
}


/* ===== tit =====*/
.con_tit{
  margin-bottom: 85px;
  text-align: center;
  font-size: 4.0rem;
/*   font-size: 6.0rem; */
  font-weight: 600;
  letter-spacing: .2em;
}
.un_page_tit{
  display: block!important;
  padding: 100px 0;
  text-align: center;
  font-size: 6.0rem;
  background-color: #eee;
  font-family: Barlow;
  letter-spacing: .1em;
}
@media (max-width: 1620px){
  .con_tit{
/*     font-size: 5.1rem; */
  }
  .un_page_tit{
    padding: 84px 0;
    font-size: 4.0rem;
  }
}
@media (max-width: 1500px){
  .con_tit{
    margin-bottom: 70px;
/*     font-size: 5.0rem; */
  }
  .un_page_tit{
    padding: 75px 0;
    font-size: 4.0rem;
  }
}
@media (max-width: 1300px){
  .con_tit{
    margin-bottom: 65px;
/*     font-size: 4.0rem; */
  }
  .un_page_tit{
    padding: 68px 0;
  }
}
@media (max-width: 1200px){
  .con_tit{
    margin-bottom: 55px;
    font-size: 3.8rem;
  }
  .un_page_tit{
    padding: 60px 0;
    font-size: 3.6rem;
  }
}
@media (max-width: 1024px){
  .con_tit{
    font-size: 3.6rem;
  }
}
@media (max-width: 770px){
  .con_tit{
    font-size: 3.8rem;
  }
  .un_page_tit{
    font-size: 5.0rem;
  }
}
@media screen and (max-width: 767px){
  .con_tit{
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .un_page_tit{
    padding: 30px 0;
    font-size: 2.5rem;
  }
}

/* ===== btn =====*/
.btn_gr{
  margin: 30px 0 0;
  text-align: center;
}
.btn_gr a{
  display: inline-block;
  text-align: center;
  width: 207px;
  padding: 21px 0;
  color: #fff;
  background-color: #666;
  border-radius: 60px;
  font-size: 2.0rem;
  font-family: brandon-grotesque, sans-serif;
  position: relative;
}
.btn_gr a::before{
  content: '';
  position: absolute;
  top: 29px;
  right: 20px;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.btn_wh{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0 auto;
  display: block;
  width: 207px;
  padding: 19.5px 0;
  color: #000;
  background-color: #fff;
  border-radius: 60px;
  font-size: 2.0rem;
  font-family: brandon-grotesque, sans-serif;
  position: relative;
  border: #000 1px solid;
  position: relative;
  line-height: 1.0;
}
.btn_wh::before{
  content: '';
  position: absolute;
  top: 29px;
  right: 35px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 1620px){
  .btn_gr a{
    font-size: 1.7rem;
  }
  .btn_wh{
    font-size: 1.7rem;
  }
}
@media (max-width: 1500px){
  .btn_gr a{
    font-size: 1.6rem;
    padding: 18px 0;
    width: 180px;
  }
  .btn_gr a::before{
    top: 25px;
  }
}
@media (max-width: 1300px){
  .btn_gr a{
    font-size: 1.4rem;
    padding: 16px 0;
     width: 180px;
  }
  .btn_gr a::before{
    top: 23px;
  }
  .btn_wh{
    font-size: 1.4rem;
    padding: 18px 0;
  }
  .btn_wh::before{
    top: 23px;
  }
}
@media (max-width: 770px){
  .btn_gr a{
    font-size: 2.7rem;
    padding: 15px 0;
  }
  .btn_gr a::before{
    top: 28px;
  }
  .btn_wh{
    width: 260px;
    font-size: 2.7rem;
    padding: 15px 0;
  }
  .btn_wh::before{
    top: 28px;
  }
}
@media screen and (max-width: 767px){
  .btn_gr{
    margin: 10px 0 0;
  }
  .btn_gr a{
    width: 130px;
    padding: 8px 0;
    font-size: 1.5rem;
  }
  .btn_gr a::before{
    top: 15px;
    height: 1px;
    right: 10px;
    width: 10px;
  }
  .btn_wh{
    width: 130px;
    padding: 8px 0;
    font-size: 1.5rem;
  }
  .btn_wh::before{
    top: 15px;
    height: 1px;
    right: 10px;
    width: 10px;
  }
}

/* ===== map =====*/
#js-access-map {
  height: 400px;
  width: 100%;
}
@media (max-width: 1500px){
  #js-access-map {
    height: 320px;
  }
}
@media (max-width: 1200px){
  #js-access-map {
    height: 280px;
  }
}
@media (max-width: 1024px){
  #js-access-map {

  }
}
@media (max-width: 770px){
  #js-access-map {
    height: 400px;
    width: 100vw;
    margin-left: -12.5%;
  }
}
@media screen and (max-width: 767px){
  #js-access-map {
    height: 200px;
    margin-left: -5.5%;
    margin-bottom: 0;
  }
}

/* ================= loading ================= */
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 1s;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading_img {
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  width: 17.7%;
  animation: fadein 1.5s ease-in-out;
}
/* ローディングアニメーション */
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1024px){
  .loading_img {

  }
}
@media (max-width: 770px){
  .loading_img {
    top: 50.5%;
    width: 45%;
  }
}
@media screen and (max-width: 767px){
  .loading_img {
    top: 46.5%;
    width: 170px;
  }
}
@media (max-width: 400px){
  .loading_img {
      top: 47.5%;
  }
}
@media (max-width: 320px){
  .loading_img {
      top: 48.5%;
      width: 130px;
  }
}

/* ================= header ================= */
.site_header{
  height: 125px;
}

/* ===== logo =====*/
.logo{
  padding: 35px 0 0 5%;
  width: 9%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px){
  .logo{

  }
}
@media (max-width: 770px){
  .logo{
    width: 21.4%;
  }
}
@media screen and (max-width: 767px){
  .logo{
    padding: 15px 0 0 5%;
    width: 80px;
  }
}

/* ===== gnav =====*/
.gnav{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
}
.gnav_list{
  display: flex;
}
.gnav_item{
  width: 75px;
}

.hum_btn{
  cursor: pointer;
  position: relative;
}
.hum_btn .close{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 75px;
  height: 75px;
  background-color: rgba(255,255,255,0.30);
}
.hum_btn .close.open{
  display: block;
}
.hum_btn .close_inner{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.hum_btn .close_item{
  position: absolute;
  top: 36px;
  left: 20px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  -webkit-transform:rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hum_btn .close_item:nth-child(2){
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
  .gnav_item{
    width: 110px;
  }
  .hum_btn .close{
    width: 110px;
    height: 110px;
  }
  .hum_btn .close_inner{
    padding: 30px;
  }
  .hum_btn .close_item{
    left: 35px;
    width: 35px;
    width: 30px;
  }
}
@media screen and (max-width: 767px){
  .gnav_item{
    width: 55px;
  }
  .hum_btn .close{
    width: 55px;
    height: 55px;
  }
  .hum_btn .close_inner{
    padding: 15px;
  }
  .hum_btn .close_item{
    top: 25px;
    left: 14px;
    width: 30px;
  }
}

/* ===== hum_menu =====*/
.hum_menu{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: #000;
  justify-content: space-around;
  align-items: center;
}
.hum_menu.active{
  display: flex;
}
.hum_menu_inner{
  width: 50%;
}
.hum_menu_inner .link_item{
  padding: 15px 0;
  border-bottom: #333 1px solid;
  position: relative;
}
.hum_menu_inner .link_item a{
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  letter-spacing: .2em;
}
.hum_menu_inner .link_item .side_menu{
  position: absolute;
  top: 19px;
  right: 0;
  display: flex;
}
.hum_menu_inner .link_item .side_menu .item{
  padding: 0 10px;
  border-left: #333 1px solid;
  display: flex;
  align-items: center;
}
.hum_menu_inner .link_item .side_menu .item a{
  font-size: 1.2rem;
}
.hum_menu_inner .sns_list{
  position: absolute;
  bottom: 60px;
  left: 25%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hum_menu_inner .sns_tit{
  margin-left: 30px;
  margin-right: 10px;
  padding-right: 20px;
  border-right: #fff 1px solid;
  color: #fff;
  font-size: 1.6rem;
}
.hum_menu_inner .sns_tit:first-of-type{
  margin-left: 0;
}
.hum_menu_inner .sns_icon{
  margin-right: 20px;
}
.hum_menu_inner .sns_icon a img{
  width: 20px;
}
@media screen and (max-width: 767px){
  .hum_menu_inner{
    width: 85%;
  }
  .hum_menu_inner .link_item a{
    font-size: 1.4rem;
  }
  .hum_menu_inner .sns_list{
    left: 5%;
    bottom: 40px;
  }
  .hum_menu_inner .sns_tit{
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .hum_menu_inner .link_item .side_menu .item{
    padding: 0 5px;
  }
  .hum_menu_inner .link_item .side_menu .item a{
    font-size: 1.0rem;
  }
}


/* ================= footer ================= */
/* ==== Bottom nav ==== */
.bottom_nav{
  padding: 180px 0;
  background-image: url("../img/top/bg_navi_01.jpg");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
}
.bottom_nav_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bottom_nav_item{
  width: 23.3%;
}
.bottom_nav_item a{
  display: block;
  text-align: center;
  padding: 48px 0;
  font-size: 3.0rem;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  line-height: 1.1;
  border: #fff 1px solid;
  background-color: rgba(51,51,51,.6);
  letter-spacing: .1em;
}
.bottom_nav_item a .txt{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: #fff 2px solid;
}
@media (max-width: 1620px){
  .bottom_nav{
    padding: 153px 0;
  }
  .bottom_nav_item a{
    padding: 40px 0;
    font-size: 2.55rem;
  }
}
@media (max-width: 1500px){
  .bottom_nav{
    padding: 135px 0;
  }
  .bottom_nav_item a{
    padding: 38px 0;
    font-size: 2.8rem;
  }
}
@media (max-width: 1300px){
  .bottom_nav{
    padding: 120px 0;
  }
  .bottom_nav_item a{
    font-size: 2.4rem;
  }
}
@media (max-width: 1200px){
  .bottom_nav{
    padding: 110px 0;
  }
}
@media (max-width: 1200px){
  .bottom_nav_item a{
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
  .bottom_nav{
    padding: 65px 0 35px;
    background-image: url("../img/top/sp/bg_navi_01.jpg");
  }
  .bottom_nav_item{
    margin-bottom: 50px;
    width: 47%;
  }
  .bottom_nav_item a {
      padding: 50px 0;
      font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px){
  .bottom_nav{
    padding: 30px 0 5px;
  }
  .bottom_nav_item{
    margin-bottom: 25px;
  }
  .bottom_nav_item a{
    padding: 24px 0;
    font-size: 1.7rem;
  }
}
@media (max-width: 320px){
  .bottom_nav_item a{
    font-size: 1.6rem;
  }
}

/* ==== RESERVATION ==== */
.rese{
  padding: 100px 0;
}
.rese_list{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.rese_item {
  width: 29.7%;
}
.rese_item a{
  display: block;
  text-align: center;
  padding: 26px 0;
  font-size: 2.0rem;
  color: #fff;
  background-color: #666;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.rese_item a img{
  width: 28px;
  margin-right: 10px;
}
.rese_item:nth-child(2) a img{
  width: 23px;
}
.rese_item:nth-child(3) a img{
  width: 27px;
}
@media (max-width: 1620px){
  .rese_item a{
    font-size: 1.7rem;
  }
}
@media (max-width: 1500px){
  .rese_item a{
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .rese_item a img{
    width: 21px;
  }
  .rese_item:nth-child(2) a img{
    width: 18px;
  }
  .rese_item:nth-child(3) a img{
    width: 20px;
  }
}
@media (max-width: 1300px){
  .rese_item a{
    font-size: 1.4rem;
    padding: 17px 0;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
  .rese{
    padding: 60px 0 0;
  }
  .rese_list{
    display: block;
    width: 80%;
  }
  .rese_item{
    width: 100%;
    margin-bottom: 60px;
  }
  .rese_item a {
    font-size: 2.8rem;
    padding: 22px 0;
    position: relative;
    height: 83px;
  }
  .rese_item a img{
    width: 38px;
  }
  .rese_item:nth-child(2) a img{
    width: 30px;
  }
  .rese_item:nth-child(3) a img{
    width: 36px;
  }
}
@media screen and (max-width: 767px){
  .rese{
    padding: 30px 0;
    background-color: #eee;
  }
  .rese_list{
    width: 90%;
  }
  .rese_item{
    width: 100%;
    margin-bottom: 30px;
  }
  .rese_item:last-of-type{
    margin-bottom: 0;
  }
  .rese_item a{
    padding: 15px 0;
    font-size: 1.5rem;
    height: 54px;
  }
  .rese_item a img{
    width: 20px;
  }
  .rese_item:nth-child(2) a img{
    width: 18px;
  }
  .rese_item:nth-child(3) a img{
    width: 19px;
  }
}
@media (max-width: 320px){
  .rese_item a{
    font-size: 1.4rem;
    height: 54px;
  }
}

/* ==== 1st anni ==== */
.first_anni{
  padding: 145px 0 160px;
  background-color: #666;
}
.first_anni .lead{
  text-align: center;
  font-size: 7.2rem;
  font-family: 'EB Garamond',serif;
  color: #fff;
  line-height: 1.0;
  letter-spacing: .15em;
}
@media (max-width: 1620px){
  .first_anni{
    padding: 123px 0 136px;
  }
  .first_anni .lead{
    font-size: 6.1rem;
  }
}
@media (max-width: 1500px){
  .first_anni{
    padding: 110px 0 125px;
  }
  .first_anni .lead{
    font-size: 5.6rem;
  }
}
@media (max-width: 1300px){
  .first_anni{
    padding: 100px 0 115px;
  }
  .first_anni .lead{
    font-size: 5.0rem;
  }
}
@media (max-width: 1200px){
  .first_anni{
    padding: 100px 0 115px;
  }
  .first_anni .lead{
    font-size: 4.8rem;
  }
}
@media (max-width: 1100px){
  .first_anni{
    padding: 90px 0 105px;
  }
  .first_anni .lead{
    font-size: 4.6rem;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
  .first_anni{
    padding: 100px 0;
  }
  .first_anni .lead{
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 767px){
  .first_anni{
    padding: 60px 0;
  }
  .first_anni .lead{
    font-size: 3.0rem;
  }
}
@media (max-width: 400px){
  .first_anni .lead{
    font-size: 2.6rem;
  }
}
@media (max-width: 320px){
  .first_anni .lead{
    font-size: 2.2rem;
  }
}
/* ==== site_footer_inner ==== */
.site_footer_inner{
  padding: 55px 0 30px;
  background-color: #333;
  color: #fff;
  position: relative;
}
.site_footer_inner .wrap{
  display: flex;
}
.site_footer_inner .logo{
  padding: 0 0 0 4.6%;
}
.site_footer_inner .inner{
  padding: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 0 4.9%;
}
.site_footer_inner .info{
  width: 44%;
  border-right: #fff 1px solid;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.site_footer_inner .info .ad{
  margin-bottom: 10px;
}
.site_footer_inner .info .tel{
  margin-bottom: 45px;
}
.site_footer_inner .info .tel a{
  color: #fff;
}
.info .sns_list{
  display: flex;
}
.info .sns_item{
  margin-right: 20px;
}
.info .sns_item a img{
  width: 65px;
}

.site_footer_inner .footer_nav{
  width: 56%;
  padding-left: 8.3%;
  box-sizing: border-box;
}
.footer_nav_item{
  border-bottom: #fff 1px dashed;
}
.footer_nav_item:last-of-type{
  border-bottom: none;
}
.footer_nav_item a{
  display: block;
  padding: 15px 0;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: .1em;
}
.footer_nav_item:first-of-type a{
  padding: 0 0 15px;
}
.copyright{
  margin-top: 30px;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}

.topto{
  position: absolute;
  top: -30px;
  right: 5%;
  width: 60px;
}
.topto a{
  display: block;
}
@media (max-width: 1620px){
  .site_footer_inner .info{
    font-size: 1.36rem;
  }
  .footer_nav_item a{
    font-size: 1.53rem;
  }
}
@media (max-width: 1500px){
  .site_footer_inner .info{
    font-size: 1.2rem;
  }
  .info .sns_item a img{
    width: 48px;
  }
  .footer_nav_item a{
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .footer_nav_item:first-of-type a{
    padding: 0 0 10px;
  }
  .topto{
    top: -23px;
    width: 45px;
  }
  .info .sns_item a img{
    width: 40px;
  }
}
@media (max-width: 1300px){
  .site_footer_inner .inner{
    padding: 40px 0 0 0;
  }
  .site_footer_inner .info{
    font-size: 1.0rem;
  }
  .site_footer_inner .info .tel{
    margin-bottom: 30px;
  }
  .footer_nav_item a{
    font-size: 1.2rem;
  }
  .copyright{
    font-size: 1.0rem;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 770px){
  .site_footer_inner{
    padding: 85px 0 45px;
  }
  .site_footer_inner .inner{
    margin: 0 auto;
  }
  .site_footer_inner .logo{
    margin: 0 auto;
    padding: 0;
    width: 23%;
  }
  .site_footer_inner .wrap{
    display: block;
  }
  .site_footer_inner .info{
    width: 100%;
    border-right: none;
    border-bottom: #fff 1px solid;
    padding-bottom: 65px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .site_footer_inner .info .ad{
    margin-bottom: 0;
  }
  .info .sns_list{
    justify-content: center;
  }
  .info .sns_item{
    margin: 0 30px;
  }
  .footer_nav_item a{
    font-size: 2.8rem;
  }
  .info .sns_item a img{
    width: 80px;
  }
  .site_footer_inner .footer_nav{
    width: 100%;
    padding: 30px 0 0;
  }
  .footer_nav_item a{
    padding: 30px 0;
    font-size: 3.2rem;
  }
  .footer_nav_item:first-of-type a{
    padding: 0 0 30px;
  }
  .copyright{
    text-align: center;
    font-size: 2.4rem;
  }
  .topto{
    width: 75px;
    top: -37.5px;
  }
}
@media screen and (max-width: 767px){
  .site_footer_inner{
    padding: 30px 0;
  }
  .site_footer_inner .logo{
    width: 90px;
  }
  .site_footer_inner .inner{
    width: 90%;
    padding: 30px 0 0 0;
  }
  .site_footer_inner .info{
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
  .site_footer_inner .info .ad{
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .site_footer_inner .info .tel{
    margin-bottom: 25px;
  }
  .info .sns_item{
    margin: 0 15px;
  }
  .info .sns_item a img{
    width: 40px;
  }
  .site_footer_inner .footer_nav{
    padding: 15px 0 0;
  }
  .footer_nav_item a{
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .footer_nav_item:first-of-type a{
    padding: 0 0 15px;
  }
  .copyright{
    margin-top: 25px;
    font-size: 1.2rem;
  }
  .topto{
    top: -20px;
    width: 40px;
  }
}
@media (max-width: 400px){
  .footer_nav_item a{
    font-size: 1.4rem;
  }
}






