.hamburger--slider {
  position: fixed;
  top: 10px !important;
  right: 10px !important;
  z-index: 123;
  width: 112px;
  height: 112px;
  padding: 0 !important;
  background: #f1c700;
  border-radius: 50%;
	transition: all .4s ease;
}
.hamburger--slider:hover {
	opacity: .6;
}
.hamburger--slider .hamburger-inner::before {
  top: 13px;
}
.hamburger--slider.is-active .hamburger-inner::after {
  display: none;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(28deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-56deg) translate3d(11px, -7px, 0);
  opacity: 1;
}
.hamburger--slider .hamburger-inner:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger--slider {
    display: none !important;
  }
}
.toggleMenu ul li a {
  display: inline-block;
  font-size: 27px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
  padding: 10px 40px 10px 20px;
  transition: all .4s ease;
}
.toggleMenu ul li a small {
  display: block;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 7px;
  margin-left: -2px;
}
.toggleMenu ul li a:hover, .toggleMenu ul li a.active {
  background: #dedede;
}
.toggleMenu ul li + li {
  margin-top: 6px;
}
.toggleMenu ul + ul {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .toggleMenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .toggleMenu ul {
    width: 48%;
  }
  .toggleMenu ul li a {
    font-size: 20px;
    padding: 10px 20px 10px 25px;
    display: inline-block;
  }
  .toggleMenu ul li a small {
    margin-top: 5px;
  }
  .toggleMenu ul li + li {
    margin-top: 15px;
  }
  .toggleMenu ul + ul {
    margin-top: 0;
  }
  .toggleMenu ul + ul li a {
    padding: 10px 25px 10px 10px;
    display: block;
  }
}
.menu_toggle .menu-inner .left {
  display: none;
}
.menu_toggle .menu-inner .right {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
}
.menu_toggle .menu-inner .right .btn-res {
  display: none;
}
.menu_toggle .menu-inner .right .social {
  justify-content: center;
}
.toggleSocial {
  padding-top: 20px;
  text-align: center;
}
.toggleSocial .mapNews__icon {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .toggleSocial {
    text-align: left;
    padding-top: 30px;
  }
  .toggleSocial .mapNews__icon {
  }
}
@media screen and (min-width: 768px) {
  header .menu_toggle {
    padding: 0;
  }
  .menu_toggle .menu-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .menu_toggle .menu-inner .left {
    width: 72%;
    height: 100vh;
    min-height: 820px;
    display: block;
  }
  .menu_toggle .menu-inner .right {
    width: 28%;
    padding: 69px 50px 74px 51px;
  }
  .menu_toggle .menu-inner .right .btn-res {
    width: 80px;
    position: absolute;
    top: 150px;
    right: 26px;
    display: block;
  }
  .menu_toggle .menu-inner .right .social {
    justify-content: flex-start;
    padding-left: 18px;
  }
  .toggleSocial {
    padding-top: 23px;
    text-align: center;
  }
  .toggleSocial .mapNews__icon {
    margin-bottom: 38px;
    text-align: left;
    padding-left: 18px;
  }
}
.social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}
.social a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .social {
    gap: 20px;
  }
  .social a {
    width: 30px;
    height: 30px;
  }
}
.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .d__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .d__flex.jus {
    justify-content: space-between;
  }
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
.mapNews__icon li {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.mapNews__icon li a:hover {
  opacity: .5;
}
.mapNews__icon li:first-child {
  padding-right: 20px;
  margin-right: 20px;
}
.mapNews__icon li:first-child::after {
  content: "";
  border-right: 1px solid #000;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%) rotate(35deg);
  right: -4px;
}
@media screen and (min-width: 768px) {
  .mapNews__icon li {
    font-size: 21px;
  }
  .mapNews__icon li:first-child {
    padding-right: 11px;
    margin-right: 20px;
  }
  .mapNews__icon li:first-child::after {
    height: 30px;
  }
}
.headerContact {
  position: absolute;
  width: 212px;
  top: 38px;
  right: 150px;
  z-index: 2;
  display: none;
}
.headerContact .tel {
  margin-bottom: 8px;
}
.headerContact .mapNews__icon {
  text-align: right;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .headerContact {
    display: block;
  }
}
.__white img {
  filter: brightness(0) invert(1);
}
.social__fixed {
  display: none;
}
@media screen and (min-width: 768px) {
  .social__fixed {
    width: 31px;
    position: absolute;
    top: 549px;
    right: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 38px;
    z-index: 2;
    flex-wrap: wrap;
  }
  .social__fixed a {
    display: block;
	  transition: all .4s ease;
  }
	.social__fixed a img {
		width: 100%;
	}
	.social__fixed a:hover {
		opacity: .6;
	}
}
.subPage .social__fixed {
  right: 5px;
}
.subPage .social__fixed img {
  filter: brightness(0) invert(0);
}
header h1 {
  position: absolute;
  top: 25vw;
  right: 15px;
  left: auto;
  color: #fff;
  z-index: 2;
  height: 237px;
  text-shadow: 0 0px 4px rgba(0,0,0,1);
}
header .nav {
  display: none;
}
header .nav li {
  position: relative;
}
header .nav li::after {
  content: "";
  width: 2px;
  height: 19px;
  position: absolute;
  top: 21px;
  right: -1px;
  background: #000;
  z-index: 1;
}
header .nav li:last-child::after {
  background: none;
}
header .nav li a {
  white-space: nowrap;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  line-height: 1;
  background: #fff;
  text-align: center;
  padding: 19px 19px 19px;
  display: block;
  letter-spacing: 1px;
}
header .nav li a:hover, header .nav li a.active {
  background: #dedede;
}
header .nav li small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding-top: 17px;
  letter-spacing: 0;
}
header .headerNav {
  margin-bottom: 0;
}
header .headerNav .logo {
  width: 23vw;
  margin: 5vw auto;
}
@media screen and (min-width: 768px) {
  header h1 {
    top: 216px;
    left: 87px;
    height: auto;
    right: auto;
    z-index: 2;
    
  }
  header .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  header .headerNav {
    padding-top: 74px;
    padding-left: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 33px;
  }
  header .headerNav .logo {
    width: 107px;
    padding-top: 0px;
    margin: 9px 28px 0 1px;
  }
}
@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em;
  }
  .btn-res-fixed {
    width: 80px;
    position: fixed;
    top: 150px;
    right: 26px;
    z-index: 123;
	  pointer-events: none;
  }
  .subPage .btn-res-fixed,
	.has__header .btn-res-fixed {
		pointer-events: auto;
	}

}
.header__line {
  position: relative;
  text-align: center;
}
.header__line::before, .header__line::after {
  content: "";
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.header__line::after {
  border-top: 2px dotted #000000;
  border-bottom: 2px dotted #000000;
  bottom: 10px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .header__line::before, .header__line::after {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .header__line::after {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
#keySub {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
#keySub::before, #keySub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
#keySub::before {
  background: url("../img/anniversary/key_deco01.png") no-repeat bottom left;
  background-size: cover;
  height: 29vw;
  top: 0;
}
#keySub::after {
  background: url("../img/anniversary/key_deco02.png") no-repeat top center;
  background-size: cover;
  height: 25vw;
  bottom: -11vw;
  width: 115vw;
}
#keySub .photo {
  height: 120vw;
}
#keySub .photo img {
  object-position: 50% 50%;
}
#keySub .key-tt1, #keySub .key-tt2 {
  top: 63vw;
  position: absolute;
  z-index: 2;
  max-width: 58px;
  width: 8vw;
}
#keySub .key-tt1 {
  left: 2vw;
}
#keySub .key-tt2 {
  right: 2vw;
}
#keySub .key-catch {
  position: absolute;
  top: 35vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 61vw;
}
#keySub .key-catch .key-catch-1 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #keySub {
    margin-left: 50px;
    margin-right: 50px;
  }
  #keySub::before {
    height: 254px;
    top: 0;
  }
  #keySub::after {
		height: 203px;
        bottom: -90px;
        width: 101%;
        left: -1px;
  }
  #keySub .photo {
    height: 1032px;
    width: 100%;
  }
  #keySub .photo img {
    object-position: 50% 50%;
  }
  #keySub .key-tt1, #keySub .key-tt2 {
    top: 564px;
    position: absolute;
  }
  #keySub .key-tt1 {
    left: 42px;
  }
  #keySub .key-tt2 {
    right: 42px;
  }
  #keySub .key-catch {
    width: 771px;
    top: 224px;
    left: 50%;
    transform: translateX(-50%);
  }
.subPage #keySub .key-tt1, .subPage #keySub .key-tt2 {
  top: 440px
}


}
@media screen and (min-width: 1501px) {
	#keySub::after {
		bottom: -25px;
	}
}


.cl-yellow {
  color: #fff300;
}
.list-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
.list-menu .col {
  width: 100%;
}
.list-menu .col h3 {
  font-family: "Shippori Mincho B1", serif;
  background-color: #000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 18px;
  color: #fff;
  margin-top: 31px;
}
.list-menu .col h4 {
  text-align: center;
  margin-bottom: 10px;
}
.list-menu .col h4, .list-menu .col h5 {
  font-weight: 700;
}
.list-menu .col h5.h5__t {
	padding-top: 0;
}
.list-menu .col h5 {
	padding-top: 10px;
}
.list-menu .col .pp_icon {
  text-align: center;
  display: block;
  padding-top: 20px;
  line-height: 1;
  max-width: 28px;
  margin: 0 auto;
}
.list-menu .col dl {
  line-height: 30px;
  padding: 7px 4px 8px;
  border-bottom: 1px dashed #000;
}
.list-menu .col dl dt {
  float: left;
}
.list-menu .col dl dd {
  float: right;
  text-align: right;
}
.list-menu .col dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
@media screen and (max-width: 767px) {
  .list-menu {
    padding: 0 3.5%;
  }
  .list-menu .col + .col {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .list-menu .col {
    width: 300px;
    margin: 0 15px;
  }
	.list-menu .col h3 {
margin-top: 38px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
  header .nav li a {
    padding: 19px 12px 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {

  header .headerNav {
    padding-left: 20px;
  }
  header .headerNav .logo {
    margin: 9px 15px 0 1px;
  }

  .headerContact .tel {
    margin-bottom: 0;
  }
  header .nav li a {
    padding: 19px 12px 19px;
  }
.headerContact {
    width: 212px;
    top: 15px;
    right: 122px;
}

.menu_toggle .menu-inner .right {
  padding: 69px 50px 74px 30px;
}

}