@charset "UTF-8";
/* add 20260524 */

/* hamburger */
body .header_right {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px 0 0 !important;
  z-index: 1200;
}
body .menu_btn {
  width: 50px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

body .menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .4s;
}

body .menu_btn span:nth-child(1) {
  top: 4px;
}

body .menu_btn span:nth-child(2) {
  top: 19px;
  width: 70%;
}

body .menu_btn.active span:nth-child(1) {
  top: 3px;
  transform: translateY(8.5px) rotate(30deg);
}

body .menu_btn.active span:nth-child(2) {
    bottom: 0;
    top: 18px;
    transform: translateY(-7px) rotate(-30deg);
    width: 100%;
}

/* global menu */

body .global_menu {
  opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #A0C2CB;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 180px;
    z-index: 1000;
}

body .global_menu.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.gn_show {
  overflow: hidden;
}

body .global_menu .nav_area {
    position: absolute;
    left: 50%;
    width: 462px;
    font-size: 20px;
}

body .global_menu ul {
  margin-bottom: 50px !important;
  display: block !important;
}

.global_menu .nav_area ul:last-of-type {
    border-top: solid 1px #fff;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
body .global_menu ul li {
  list-style: none;
  font-size: 14px !important;
    /*margin-bottom: 32px;*/
	margin-bottom: 80px !important;
}
body .global_menu ul.adress_area li{
    margin-bottom: 0;
}
body .global_menu ul li + li {
  
}

body .global_menu a {
  color: #fff !important;
  text-decoration: none;
  transition: opacity .3s;
    display: flex;
}

body .global_menu a:hover {
  opacity: .7;
}

body .global_menu ul li div:first-child {
  width: 150px;
}

body .global_menu address {
  font-size: 16px;
}

/* sns */

body .nav_area .sns_nav {
  display: flex;
    margin-top: 0;
}

body .global_menu .nav_area .sns_nav div {
  line-height: 1;
    margin-left: 17px;
    width: auto;
}

body .sns_nav img {
  width: 25px !important;
  height: auto;
  display: block;
}

/* reserve button */

body .global_menu .reserve {
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 295px;
    padding: 0.4em 0;
    transition: 0.3s;
    color: inherit;
}

body .global_menu .reserve:hover {
  background: #fff;
  color: #000;
}

body .global_menu .reserve span{
    color: #F09F1C;
    font-size: 16px;
    margin-right: 13px;
}

/* pc */

@media screen and (min-width: 981px) {

  body .global_menu .nav_area {
    max-width: 1400px;
    margin: 0 auto;
  }

}
@media screen and (min-width: 981px) {
  a.reserve {
    border-color: #fff;
  }
}
.page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body .page-header {
  height: 100vh;
  height: 100svh;
}
body:not(.index) .page-header {
  height: auto;
  min-height: 120px;
}

.page-header .logo_n_nav {
      position: relative;
      z-index: 10;
    }
@media screen and (max-width: 980px) {
    .page-header {
    height: 100svh;
  }
  body:not(.index) .page-header{
    min-height:auto !important;
  }

  .page-header .logo_n_nav {
    padding: 0 30px 0 0 !important;
  }
  .page-header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -200%);
  }
}
.page-header .copy {
  position: absolute;
  right: 8%;
  bottom: 14%;
}
body .page-header ul.mv {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

body .page-header ul.mv li {
  position: absolute;
  inset: 0;

  opacity: 0;
  transition: opacity 2s ease;
}

body .page-header ul.mv li.op1 {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  body .page-header ul.mv {
    height: 100%;
  }
  body .page-header ul.mv img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
}
body .page-header p.scrolldown {
  position: absolute;
  left: 15px;
  bottom: 15%;
  z-index: 100;
  animation: blink 2s ease-in 0s infinite normal;
  display: none;
}
body .page-header p.scrolldown.show {
  display: revert;
}
@media screen and (min-width: 981px) {
  body .page-header ul.mv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .page-header ul.mv li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s ease;
  overflow: hidden;
}
    body .page-header ul.mv img {
    　position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;

      transform: scale(1.03);
    }
    .page-header .logo_n_nav {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    padding: 40px;
  }

  .page-header .logo_n_nav ul a {
    color: #fff;
  }
    body .page-header p.scrolldown {
      position: absolute;
      left: 30px;
      bottom: 40px;
      z-index: 10;
      color: #fff;
      animation: blink 2s ease-in infinite;
    }
}
/* sp */

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

  body .page-header {
    padding: 15px;
  }

  body .page-header .logo img {
    width: 110px;
  }


  body .reserve_header {
    display: block;
  }

  body .header_right {
    gap: 18px;
    padding-top:13px !important;
  }

  body .menu_btn {
    width: 34px;
    height: 22px;
  }

  body .menu_btn span:nth-child(1) {
    top: 4px;
  }

  body .menu_btn span:nth-child(2) {
    top: 16px;
  }

  body .menu_btn.active span:nth-child(1),
  body .menu_btn.active span:nth-child(2) {
    top: 10px;
  }

  body .global_menu .nav_area {
    top:0;
    padding: 100px 20px 40px;
    gap: 40px;
  }
.global_menu ul li{font-size: 12px !important;}
  body .global_menu ul li + li {
    margin-top: 20px;
  }

  body .global_menu ul li div:first-child {
    font-size: 20px;
  }

  body .global_menu ul li div:last-child {
    font-size: 12px !important;
  }

  body .global_menu .reserve {
    width: 100%;
    padding: 18px;
  }

}
body .page-header .logo {
  padding-left: 43px;
  z-index: 1200;
  line-height: 1;
  margin: 0 !important;
    margin-left: 0px;
}
/* reservation */
.page-header{
  min-height: 105px;
  z-index: 999;
}
.page-header .logo{
  width: 150px !important;
  height: 86px !important;
  padding:0 !important;
  margin-left: 43px !important;
}
.page-header .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
.page-header .logo_n_nav{
  width: 100% !important;
    display: flex;
  justify-content: space-between !important;
  align-items: flex-start !important;
  padding:40px;
}
.page-header .logo_n_nav.is-fixed .logo{
  background: url(../images/common/logo_black.png) no-repeat left top;
  background-size: contain;
}
.page-header .logo_n_nav.is-fixed .logo img{
  display: none;
}
.page-header .logo_n_nav.active .logo{
  background:none !important;
}
.page-header .logo_n_nav.active .logo img{
  display: block !important;
}
.reserve_header {
    border:none !important;
    padding:0 !important;
    margin-right: 25px !important;
    transition: none;
}
.page-header .logo_n_nav{
  position: fixed !important;
}
.page-header .logo_n_nav.is-fixed{
  position: fixed !important;
}
.global_menu{
    background-color: #434242 !important;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 180px;
  z-index: 1000;
}
.global_menu .nav_area {
    position: absolute;
    left: 50% !important;
    width: 462px;
    font-size: 20px !important;
  transform: translateX(-50%) !important;
  -webkit- transform: translateX(-50%) !important;
}


.global_menu a {
    justify-content: center !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    text-align: center !important;
}
.global_menu a:hover{
  color:#A88E5D !important;
  opacity: 1 !important;
}


.global_menu ul li div:first-child {
  width: auto;
}

.page-header .logo_n_nav.is-fixed .rtogglemenu{
  color:#000;
  border: solid 1px #000;
  background: rgba(255, 255, 255, 0.65);
}
.page-header .logo_n_nav.is-fixed .rtogglemenu.open{
  
    background: #000 !important;
    color:#fff !important;
    border: solid 1px #000 !important;
}
.page-header .logo_n_nav.active .rtogglemenu{
  background: none !important;
}
.logo_n_nav.is-fixed .menu_btn span{
  background: #000;
}
.page-header .logo_n_nav.active .rtogglemenu{
  color:#fff !important;
  border: solid 1px #fff !important;
}
.page-header .logo_n_nav.active .menu_btn span{
  background: #fff !important;
}
/* sns */

.nav_area .sns_nav {
    width: 100%;
    justify-content: center;
}

.global_menu .nav_area .sns_nav div {
    margin:0 1.2em;
}

/* reserve button */

.global_menu .reserve {
    margin:0 auto;
}

.global_menu .nav_area ul.yoyakulist{
  border-top: solid 1px #fff;
  padding-top:35px;
}
.global_menu .nav_area ul.yoyakulist li{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.global_menu .nav_area ul.yoyakulist li:first-child{
  text-align: center;
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.global_menu .nav_area ul:last-of-type{
  padding-top:35px;
}
body .menu_btn {
  width: 50px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

  .rtogglemenu {
    display: block;
    color: #fff;
    cursor: pointer;  
    border: 1px #fff solid;
  padding: 0 16.8px 4px;
  transition: background-color 0.3s ease;
  }
  .rtogglemenu.open{
    background: #000;
    color:#fff !important;
    border: solid 1px #000;
  }
  .page-header .logo_n_nav ul .reserve_header{
    position: relative;

  }
  .page-header .logo_n_nav ul li{
    margin-left: 0 !important;
	  /*margin-bottom: 80px !important;*/
  }
.submenu {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.submenu.show {
  opacity: 1;
}

  .page-header .logo_n_nav ul .submenu{
  position: absolute;
  width: auto;
  background: rgba(0,0,0,.7);
  padding: 0.5em 1em 1.5em;
  top:31px;
  right:0;
  white-space: nowrap;
  width: 100%;
  }
  .page-header .logo_n_nav ul .submenu li a{
    display: block;
    font-size: 14px;
    color:#fff;
    padding:1.1em 0 0.8em;
    border-bottom: solid 1px #696868;
    width: 100%;
    text-align: center;
	  margin-bottom: 0px !important;
  }
  .page-header .logo_n_nav ul .submenu li:last-of-type a{
  border: none;
  padding-bottom:0;
}
  
  .page-header .logo_n_nav ul .submenu li a:hover{
    opacity: 1;
    color:#E3D497;
  }

/* ──────────────────────────────────────────────

   footer

────────────────────────────────────────────── */
footer{
    padding: 50px 0 20px;
  background: #434242;
  margin-top:20rem;
}
footer .page-footer {
    max-width: 1400px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left !important;
}

.page-footer .logo {
  width: 150px !important;
  margin-bottom:0 !important;
}

/* link group */
footer .page-footer ul {
    margin: auto 40px;
}
.page-footer ul.link_group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.link_group li {
  list-style: none;
}

.link_group li img {
  width: 100%;
  height: auto;
  display: block;
}

.link_group p {
  line-height: 2;
}
.link_group li p:last-of-type {
    font-size: 0.75rem;
}
.link_group li p span {
    color: #C37979;
    font-size: 1.0rem;
    display: block;
}
footer .page-footer ul:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 67%;
    width: 1px;
    height: 100px;
    border-left: 1px solid #D3D3D3;
}

/* reserve button */

.reserve_footer {
    width: 245px;
    background-color: #C1AF8B;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.reserve_footer:hover {
  background: #707070;
  color: #fff;
}

/* footer under */

.footer_under {
    position: relative;
    margin: 20px auto;
}

.footer_under small {
    display: block;
    font-size: 0.75rem;
    text-align: center;
}
ul.sns {
    display: flex;
    justify-content: center;
}
.footer_under .sns {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 8%;
    gap: 10px;
}
.footer_under .sns li {
  list-style: none;
    flex-basis: 22px;
}
ul.sns li + li {
    margin-left: 15px;
}
.footer_under .sns img {
  width: 22px;
  height: auto;
}

.pageTop {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 1000;
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pageTop.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pageTop img {
  width: 100%;
  height: auto;
}

/* pc */

@media screen and (min-width: 981px) {

  .page-footer {
        margin-left: auto !important;
        margin-right: auto !important;
    }

  .link_group {
    justify-content: space-between;
  }

}

/* sp */

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

  .page-footer {
    padding: 80px 20px 60px;
  }

  .page-footer .logo {
    width: 120px !important;
    margin-bottom: 40px;
  }

  .link_group {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .link_group li:first-child {
    width: 100%;
  }

  .reserve_footer {
    width: 100%;
    text-align: center;
  }

  .footer_under {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .pageTop {
    width: 50px;
  }

}



dl.information {
  display: grid;
  text-align: left;
  grid-template-columns: auto 1fr;
  margin-top: 2rem;
}
dl.information dt {
  white-space: nowrap;
}
dl.information dd {
  padding-left: 1rem;
  margin-top: 0;
}
dl.information > :nth-child(n+3) {
  margin-top: 0.5rem;
}


@media screen and (min-width: 981px) {
  dl.information {
    width: 50%;
    grid-template-columns: auto auto;
    margin-top: 4rem;
  }
  dl.information dd {
    white-space: nowrap;
  }
}

p.reserve {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #C6AF88;
  color: #fff;
  opacity: 0;
  transition: opacity 1s;
  z-index: 100;
  line-height: 1.3;
}
p.reserve a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
}
p.reserve a img {
  height: 14px;
  width: auto;
  margin-right: 0.5rem;
}
p.reserve span.jp {
  font-size: 116.6666%;
  display: flex;
  align-items: center;
}
p.reserve.op1 {
  opacity: 1;
}

.hd-reserve a {
  border-color: #383838;
}

@media screen and (min-width: 981px) {
  a.reserve {
    border-color: #fff;
  }
}


/* footer */

footer .page-footer{
  align-items: flex-start;
  padding:0 !important;
}
#footer2 .flogo{
  padding-top:5em;
}
#footer2 .fnav{
  border-right: solid 1px #696868;
  min-height: 200px;
}
@media screen and (min-width: 981px) {
  #footer2 .fnav1 dl{
    padding-left: 0;
  }
  #footer2 .fnav1{
    max-width: 250px;
  }
  #footer2 .fnav2{
  max-width: 260px;
}
  #footer2 .fnav3{
    max-width: 310px;
  }

#footer2 .fnav2{
  max-width: 260px;
}
#footer2 .flink{
  padding-left: 60px;
}
}
#footer2 dl{
  padding:0.5em 0 0 60px;
  font-weight: bold;
  color:#fff;
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
}
#footer2 dl dt{
  padding-bottom:1.5em;
  width: 100%;
}
#footer2 a{
  color:#fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#footer2 a:hover{
  opacity: 0.7;
}
#footer2 dl dd{
  font-size: 14px;
  writing-mode: vertical-rl;
  width: fit-content; /* 余分な横幅を詰める */
  margin-right: 0;
  padding-right: 2em;
  line-height: 1.3;
  margin-left: -0.2em;
  letter-spacing: 0.3em;
}
#footer2 dl dd small{font-size:0.9em;}
#footer2 .flink{
  padding-top:0.5em;
  font-weight: bold;
  color:#404040;
}
#footer2 .flink a,
#footer2 .flink span{
  /*background: url(../images/common/arrow1.svg) no-repeat right center;
  background-size: 40px auto;
  padding-right: 100px;*/
  color:#fff;
}
#footer2 .flink small{
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-top:1.6em;
  color:#fff;
}

#footer2 .footer_foot{
  padding-right: 60px;
  text-align: right;
}
#footer2 .footer_foot .fbtns{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer2 .footer_foot .fbtns .fmail{
  padding-right: 2em;
}
#footer2 .footer_foot .fbtns .fmail a{
  /*background: url(../images/common/fmail.svg) no-repeat left center;
  background-size: 30px auto;
  padding-left: 40px;*/
  font-size: 14px;
  font-weight: bold;
  color:#fff;
}
#footer2 .footer_foot .fbtns .sns li{
  width:22px;
  flex-basis: 22px;
}
#footer2 .footer_foot .copy address{
  font-size: 11.3px;
  color:#fff;
  font-style: normal;
  padding-top:0.5em;
}
/* フッター表示時 */
.pageTop.footer-show{
  bottom:100px;
}
@media screen and (min-width: 981px) {
  body.index .page-header .mv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
   body.index .page-header .mv img {
    　position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
  }
}

.SP{display: none;}
/* SP */
@media screen and (max-width: 980px) {
.SP{display: block;}
.PC{display: none;}
  body.index .page-header .mv{
    height: 100%;  
    position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  }
  body.index .page-header .mv img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .page-header .logo{
    margin-left: 0 !important;
    width: 80px !important;
    height: 46px !important;
  }
  .page-header .logo.hide{
    background: none !important;
  }
  .page-header .logo.hide img{
    display: none !important;
  }
 .page-header .logo img {
    width: 80px !important;
  }
  
  .page-header .logo_n_nav{
    padding:0;
    width: 92%;
  }
  .page-header .logo_n_nav.is-fixed{
    position: fixed !important;
  }
.reserve_header{
  display: block;
  margin-right: 5px !important;
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
body.index .reserve_header{
  display: block;
}

.reserve_header.hide{
  /*opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;*/
}
  .page-header .logo {
    position: relative;
    top: 0;
    left: 0;
    width: 80px;
    transform: translate(0%, 0%);
    padding-left: 0 !important;
  }
  .reserve_header{
    display: block;
  }
  .reserve_header{
    margin-right: 5px;
  }
  .header_right{
    padding-top:5px;
  }
  .page-header .logo_n_nav ul .submenu{
    top:25px;
  }
  .page-header .logo_n_nav ul .submenu li a {
  display: block;
  font-size: 12px;
  padding: 1.2em 0 1em;
  border-bottom: solid 1px #707070;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.page-header .logo_n_nav ul .submenu li:last-of-type a{
  border: none;
  padding-bottom:0;
}

.menu_btn.active span:nth-child(1) {
  transform: translateY(0) rotate(30deg) !important;
}
.menu_btn.active span:nth-child(2) {
  transform: translateY(0) rotate(-30deg) !important;
}
.global_menu{
  padding-top:0 !important;
}
.global_menu ul li div:last-child{font-size: 18px !important;}
.global_menu ul li{
  margin-bottom: 20px !important;
}
.global_menu .nav_area ul.yoyakulist li{
  font-size: 16px !important;
}
.global_menu ul li + li {
    margin-top: 15px !important;
  }
  .global_menu .nav_area{
    width: 86% !important;
  }
  .global_menu *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
  }
  .global_menu .nav_area{
    box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;

  }
  .nav_area .sns_nav{
    padding-bottom:30vw !important;
  }

 
/* footer */
#footer2{
  background: #434242;
  padding-top:0;
}
footer .page-footer{
  display: block;
  padding:3em 3em 1em !important;
}
#footer2 .flogo{
  display: none;
}
#footer2 .fnav{
  border: none;
  min-height: auto;
}

#footer2 dl{
  padding:0 0 2em;
  margin-bottom:2em;
  display: flex;
  border-bottom: solid 1px #696868;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
#footer2 dl dt{
  padding-bottom:2em;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#footer2 dl dd{
  font-size: 12px;
  writing-mode:horizontal-tb;
  width: fit-content; /* 余分な横幅を詰める */
  margin-right: 0;
  width: 50%;
  text-align: center;
  padding-right: 0;
  margin-left: 0;
  padding:0.3em 0 1.5em;
  letter-spacing: 0.1em;
}
#footer2 .fnav2{display: none !important;}
#footer2 .fnav2 dl{
  display: block;
  text-align: center;
}
#footer2 .fnav2 dl dt{
  position: relative;
  padding-bottom:0;
  cursor: pointer;
}
#footer2 .fnav2 dl dt.open{
  padding-bottom:1em;
}
#footer2 .fnav2 dl dt::before{
  content: "▼";
  padding-right: 1em;
}
#footer2 .fnav2 dl dt.open::before{
  content: "▶";

}
#footer2 .fnav2 dl dd{
 
  display:none;
  opacity:0;
  transition:opacity .3s ease;
  padding-bottom:0.5em;
  width: 100%;
}
#footer2 .fnav2 dl dd.show{
  opacity:1;
}
#footer2 .flink{
  padding-top:0;
  font-weight: bold;
  padding-left: 0;
  display: block;
  color:#404040;
  text-align: center;
  padding-bottom:2.5em;
  border-bottom:solid 1px #696868;
}
#footer2 .flink a,
#footer2 .flink span{
  /*background: url(../images/common/arrow1.svg) no-repeat right center;
    background-size: auto;
    background-size: 30px auto;
    padding-right: 45px;*/
    padding-bottom: 0;
    font-size: 14px;
}

#footer2 .flink small {
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  padding-top: 1em;
  color: #fff;
  padding-right: 0;
}

#footer2 .footer_foot{
  padding-right: 0;
  text-align: center;
  padding-top:1.5em;
}
#footer2 .footer_foot .fbtns{
  display: block;
  text-align: center;
}
#footer2 .footer_foot .fbtns .fmail{
  padding-right: 0;
}
#footer2 .footer_foot .fbtns .fmail a{
  /*background: url(../images/common/fmail.svg) no-repeat left center;
  background-size: 30px auto;
  padding-left: 40px;*/
  font-size: 14px;
  font-weight: bold;
}
#footer2 .footer_foot .fbtns .sns{
  padding-top:3.5em;
}
#footer2 .footer_foot .fbtns .sns li{
  width:22px;
  margin:0 1.5em;
}
#footer2 .footer_foot .copy address{
  padding-top:1em;
}
/* フッター表示時 */
.pageTop.footer-show{
  bottom:24px;
} 
}