@charset "UTF-8";
/*----------------------------------------------------
	global
----------------------------------------------------*/
/*----------------------------------------------------
	mixin
----------------------------------------------------*/
/*----------------------------------------------------
	responsive
----------------------------------------------------*/
/*----------------------------------------------------
	font
----------------------------------------------------*/
body {
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}

/*----------------------------------------------------
	page
----------------------------------------------------*/
#mainimg {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#mainimg .container {
  height: 100vh;
}

#side {
  z-index: 101;
  position: fixed;
  right: 0;
  top: 100px;
  overflow: visible;
  width: 55px;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #side {
    display: none;
  }
}
#side a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}
#side i {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#side .reserve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55px;
  height: 280px;
  background-color: #000000;
}
#side .reserve i {
  font-size: 20px;
}
#side .reserve .text {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 55px;
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#side .facebook {
  position: absolute;
  background-color: #000000;
  top: 282px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55px;
  height: 55px;
}
#side .instagram {
  position: absolute;
  background-color: #000000;
  top: 339px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55px;
  height: 55px;
}
#side .blog {
  position: absolute;
  background-color: #000000;
  top: 396px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55px;
  height: 55px;
}
#side .gallery {
  position: absolute;
  background-color: #000000;
  top: 453px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55px;
  height: 55px;
}
#side .x {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#side .x:before, #side .x:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #ffffff;
}
#side .x:before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}
#side .x:after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}

#english #mainimg-container {
  width: 100%;
  height: 100vh;
}
#english #mainimg-container .container {
  height: 100vh;
  color: #ffffff;
}
#english #mainimg-container .grp-left {
  position: absolute;
  left: 0;
  top: 20px;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  #english #mainimg-container .grp-left {
    display: none;
  }
}
#english #mainimg-container .grp-left .language {
  margin-bottom: 10px;
}
#english #mainimg-container .grp-left .language span {
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
}
#english #mainimg-container .grp-left .language span.active {
  color: #ccc;
  text-decoration: underline;
}
#english #mainimg-container .grp-left .language a {
  color: #ffffff;
  text-decoration: none;
}
#english #mainimg-container .grp-left .language a:hover {
  text-decoration: underline;
}
#english #mainimg-container .grp-left .sns i {
  font-size: 22px;
  margin-right: 10px;
}
#english #mainimg-container .grp-left .sns a {
  color: #ffffff;
  text-decoration: none;
}
#english #mainimg-container .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px;
}
@media screen and (max-width: 767px) {
  #english #mainimg-container .logo {
    width: 200px;
  }
}
#english #mainimg-container .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  height: 53px;
}
#english #mainimg-container .scroll img {
  height: 100%;
}
#english #mainimg-container .movielink {
  position: absolute;
  right: 0;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 340px;
  height: 110px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #english #mainimg-container .movielink {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #english #mainimg-container .movielink {
    display: none;
  }
}
#english #mainimg-container .movielink a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding-left: 190px;
  font-size: 16px;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
}
#english #mainimg-container .movielink img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#english #mainimg-container .movielink p {
  line-height: 110px;
  white-space: nowrap;
}

#header {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}
#header .container {
  height: 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #header .container {
    height: 55px;
  }
}
#header .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 100%;
}
#header .logo img {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1019px) {
  #header .logo {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 100px;
  }
}
#header .navi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#header .navi ul {
  display: block;
  height: 100%;
  font-size: 0;
}
@media screen and (max-width: 1019px) {
  #header .navi ul {
    display: none;
  }
}
#header .navi ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
#header .navi ul li:hover a {
  color: #ffffff;
}
#header .navi ul li:hover:before {
  opacity: 1;
}
#header .navi ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #333333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .navi ul li .box {
  height: 100%;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  padding-top: 22px;
}
#header .navi ul li .box .e {
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
#header .navi ul li .box .j {
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}
#header .navi ul li:before {
  z-index: 1;
  position: absolute;
  content: '';
  display: block;
  height: 81px;
  width: 100%;
  background-color: #333333;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .navi ul li.reservations:before {
  opacity: 1;
}
#header .navi ul li.reservations a {
  color: #ffffff;
}
#header .navi ul li.reservations .box {
  padding-top: 15px;
}
#header .navi ul li.reservations .box .e {
  margin-bottom: 3px;
}
#header .navi ul li.reservations .box .num {
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
#header .reservebutton {
  position: absolute;
  display: inline-block;
  height: 55px;
  top: 0px;
  right: 70px;
}
@media screen and (min-width: 768px) {
  #header .reservebutton {
    display: none;
  }
}
#header .reservebutton a {
  display: inline-block;
  height: 55px;
  padding: 0 10px;
  background-color: #333333;
  text-decoration: none;
  color: #ffffff;
  line-height: 55px;
}
#header .reservebutton a i {
  margin-right: 5px;
}
#header .navibtn {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0px;
  right: 0px;
}
@media screen and (min-width: 1020px) {
  #header .navibtn {
    display: none;
  }
}
#header .navibtn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #header .navibtn {
    top: 10px;
  }
}
#header .navibtn span {
  display: block;
  position: absolute;
  background-color: #333;
  height: 2px;
  width: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .navibtn .l1 {
  left: 5px;
  top: 19px;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#header .navibtn .l2 {
  left: 5px;
  top: 26px;
}
#header .navibtn .l3 {
  left: 5px;
  top: 33px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
#header .navibtn.active .l1 {
  -moz-transform: translateX(-4px) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(-4px) translateY(-4px) rotate(-45deg);
  -webkit-transform: translateX(-4px) translateY(-4px) rotate(-45deg);
  transform: translateX(-4px) translateY(-4px) rotate(-45deg);
}
#header .navibtn.active .l2 {
  opacity: 0;
}
#header .navibtn.active .l3 {
  -moz-transform: translateX(-4px) translateY(3px) rotate(45deg);
  -ms-transform: translateX(-4px) translateY(3px) rotate(45deg);
  -webkit-transform: translateX(-4px) translateY(3px) rotate(45deg);
  transform: translateX(-4px) translateY(3px) rotate(45deg);
}

#english #header {
  position: fixed;
  top: 0;
}
@media screen and (min-width: 768px) {
  #english #header {
    display: none;
  }
}

#ytplayer {
  z-index: -2 !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: 100vh;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
}

#spnavi {
  display: none;
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 56px;
}
@media screen and (min-width: 1020px) {
  #spnavi {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #spnavi {
    padding-top: 81px;
  }
}
#spnavi ul.main {
  padding-top: 20px;
  margin-bottom: 20px;
}
#spnavi ul.main li {
  position: relative;
  margin-bottom: 6px;
}
#spnavi ul.main li a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
#spnavi ul.main li .box {
  height: 100%;
  z-index: 2;
  position: relative;
  padding: 3px 15px;
}
#spnavi ul.main li .box .e {
  display: inline-block;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
}
#spnavi ul.main li .box .j {
  display: inline-block;
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}
#spnavi ul.sub {
  margin-bottom: 20px;
  padding: 0 15px;
}
#spnavi ul.sub li.item {
  display: inline-block;
  font-size: 13px;
}
#spnavi ul.sub li.item:after {
  content: '/';
  display: inline-block;
  margin: 0 10px;
}
#spnavi ul.sub li.item:last-child:after {
  display: none;
}
#spnavi ul.sub li.item a {
  color: #333333;
}
#spnavi ul.sns {
  padding: 0 15px;
}
#spnavi ul.sns li.item {
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
}
#spnavi ul.sns li.item a {
  color: #333333;
  text-decoration: none;
}
#spnavi .reservations {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#spnavi .reservations a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
#spnavi .reservations .box {
  height: 100%;
  z-index: 2;
  position: relative;
  padding: 20px 15px;
  background-color: #333333;
  text-align: center;
}
#spnavi .reservations .box .e {
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
#spnavi .reservations .box .j {
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}

#english .sct-topics {
  position: relative;
  height: 420px;
}
@media screen and (max-width: 1019px) {
  #english .sct-topics {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #english .sct-topics {
    padding-top: 40px;
  }
}
#english .sct-topics .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 900px;
  padding-left: 260px;
  min-height: 180px;
}
@media screen and (max-width: 1019px) {
  #english .sct-topics .container {
    position: relative;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #english .sct-topics .container {
    padding-left: 20px;
    padding-top: 120px;
  }
}
#english .sct-topics .topics-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 28px;
}
#english .sct-topics .topics-title:before {
  content: '';
  display: block;
  position: absolute;
  right: -80px;
  top: 0;
  border: 40px solid transparent;
  border-left: 40px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  #english .sct-topics .topics-title {
    width: 130px;
  }
}
#english .sct-topics .m-whitebutton {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #english .sct-topics .m-whitebutton {
    width: 200px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #english .sct-topics .m-whitebutton {
    left: auto;
    right: 20px;
    bottom: auto;
    top: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #english .sct-topics ul {
    padding-right: 70px;
  }
}
#english .sct-topics ul li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
#english .sct-topics ul li:first-child {
  border-top: 1px solid #fff;
}
#english .sct-topics ul li a {
  color: #ffffff;
  text-decoration: none;
}
#english .sct-topics ul li a:hover {
  text-decoration: underline;
}
#english .sct-topics ul li .date {
  display: inline-block;
  float: left;
  width: 100px;
  border-right: 1px solid #fff;
  text-align: left;
  line-height: 1;
}
#english .sct-topics ul li .text {
  padding-left: 120px;
  text-align: left;
  line-height: 1;
}
#english .sct-story {
  background-color: #ffffff;
}
#english .sct-story .container {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #english .sct-story .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#english .sct-story .m-title {
  margin-bottom: 40px;
}
#english .sct-story p {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
}
#english .sct-menu {
  background-color: #f4f4f4;
}
#english .sct-menu .container {
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #english .sct-menu .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#english .sct-menu .menu-maintitle {
  margin-bottom: 40px;
}
#english .sct-menu .wrap {
  width: calc(100% + 30px);
  margin: 0 -15px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #english .sct-menu .wrap {
    text-align: center;
  }
}
#english .sct-menu .wrap .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #english .sct-menu .wrap .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
#english .sct-menu .wrap .item .p {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
#english .sct-menu .wrap .item .p:before {
  content: '';
  display: block;
  padding-top: 122.58065%;
}
#english .sct-menu .wrap .item .p a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#english .sct-menu .wrap .item .obi {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 20px;
  width: 180px;
  background-color: #333333;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: .1em;
}
#english .sct-menu .wrap .item .obi .s {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #english .sct-menu .wrap .item .obi {
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    width: auto;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
  }
  #english .sct-menu .wrap .item .obi .s {
    font-size: 12px;
  }
}
#english .sct-menu .wrap .item .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #english .sct-menu .wrap .item .title .e {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #english .sct-menu .wrap .item .title .j {
    font-size: 12px;
  }
}
#english .sct-menu .wrap .item .list {
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
#english .sct-menu .wrap .item .list a {
  color: #666;
  text-decoration: none;
}
#english .sct-menu .wrap .item .list .inner-item {
  margin-bottom: 10px;
}
#english .sct-information {
  background-color: #ffffff;
}
#english .sct-information .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #english .sct-information .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#english .sct-information .m-title {
  margin-bottom: 40px;
}
#english .sct-information .box {
  margin-bottom: 20px;
  font-size: 18px;
  margin-bottom: 30px;
}
#english .sct-information .box .title {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#english .sct-information .box dl {
  margin: 0 auto;
  border: 1px solid #000;
  padding: 20px;
  max-width: 600px;
}
#english .sct-information .box dl dt {
  font-size: 14px;
  color: #999999;
}
#english .sct-information .box dl dd {
  font-size: 18px;
  margin-bottom: 20px;
}
#english .sct-information .box dl dd:last-child {
  margin-bottom: 0;
}
#english .sct-information .m-blackbutton {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  width: 100%;
  max-width: 600px;
}
#english .sct-photo {
  line-height: 0;
}
#english .sct-photo img {
  width: 100%;
}
#english .sct-japanese {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#english .sct-japanese .m-blackbutton {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #english .sct-japanese {
    padding-left: 20px;
    padding-right: 20px;
  }
  #english .sct-japanese .m-blackbutton {
    font-size: 14px;
  }
}
#english .sct-access {
  background-color: #ffffff;
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #english .sct-access {
    display: none;
  }
}
#english .sct-access .item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
  height: 480px;
}
#english .sct-access .grp-access {
  position: relative;
  background-image: url(../images/index_access_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#english .sct-access .grp-access .inner {
  position: absolute;
  left: 60px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
#english .sct-access .grp-access .title {
  margin-bottom: 20px;
}
#english .sct-access .grp-access .address {
  margin-bottom: 60px;
}
#english .sct-access .grp-access .address .num {
  line-height: 1.2;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 18px;
}
#english .sct-access .grp-access .address .num .b {
  font-size: 30px;
}

#footer .container {
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  #footer .container {
    padding-top: 100px;
  }
}
#footer .grp-main {
  margin-bottom: 80px;
}
#footer .grp-main .logo {
  margin-bottom: 70px;
}
#footer .grp-main .logo img {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #footer .grp-main .logo img {
    width: 120px;
    height: auto;
  }
}
#footer .grp-main .navi {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #footer .grp-main .navi {
    display: none;
  }
}
#footer .grp-main .navi ul {
  font-size: 0;
}
#footer .grp-main .navi ul li {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  padding: 0 15px;
}
#footer .grp-main .navi ul li a {
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
#footer .grp-main .navi ul li a:hover {
  text-decoration: underline;
}
#footer .grp-main .sns {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #footer .grp-main .sns {
    display: none;
  }
}
#footer .grp-main .sns a {
  color: #ffffff;
  text-decoration: none;
}
#footer .grp-main .sns i {
  font-size: 20px;
  margin: 0 10px;
}
#footer .grp-buttons {
  width: 640px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #footer .grp-buttons {
    display: none;
  }
}
#footer .grp-buttons .wrap {
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
  margin-bottom: 20px;
}
#footer .grp-buttons .wrap .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 10px;
}
#footer .grp-buttons a.button {
  display: block;
  height: 46px;
  border: 1px solid #fff;
  color: #ffffff;
  text-decoration: none;
  line-height: 44px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
}
#footer .grp-buttons a.button .e {
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 22px;
  margin-right: 15px;
}
#footer .grp-buttons a.button .j {
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 12px;
}
#footer .grp-buttons a.button:hover {
  color: #333;
  background-color: white;
}
#footer .grp-buttons .largebutton {
  position: relative;
  display: block;
  height: 60px;
  border: 1px solid #fff;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  text-align: left;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
}
#footer .grp-buttons .largebutton .item1 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 16px;
}
#footer .grp-buttons .largebutton .item2 {
  position: absolute;
  left: 130px;
  bottom: 20px;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  font-size: 16px;
}
#footer .grp-buttons .largebutton .item2 .num {
  font-size: 36px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
#footer .grp-buttons .largebutton .item3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}
#footer .grp-buttons .largebutton .item4 {
  position: absolute;
  left: 130px;
  bottom: 5px;
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  font-size: 12px;
}
#footer .grp-bottom .banners {
  margin-bottom: 30px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #footer .grp-bottom .banners {
    display: none;
  }
}
#footer .grp-bottom .banners img {
  margin: 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #footer .grp-bottom .banners img {
    margin-bottom: 20px;
  }
}
#footer .grp-bottom .address {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
#footer .grp-copy {
  color: #ffffff;
  font-size: 12px;
  padding-bottom: 30px;
}
