@charset "UTF-8";
/*----------------------------------------------------
 *	global
 *---------------------------------------------------- */
/*----------------------------------------------------
 *	mixin
 *---------------------------------------------------- */
#ticket .sct-main .container .grp-top h2.title, #ticket .sct-main .container .grp-top .wrap .txt h3, #ticket .sct-main .container .grp-top .wrap .txt .sub, #ticket .sct-main .container .grp-top .wrap .txt strong {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-13 {
  margin-right: 13px;
}

#ticket .sct-main .container .grp-top .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #ticket .sct-main .container .grp-top .wrap {
    flex-direction: column;
  }
}

/*----------------------------------------------------
 *	responsive
 *---------------------------------------------------- */
/*----------------------------------------------------
 *	font
 *---------------------------------------------------- */
/*----------------------------------------------------
 *	#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%;
  }
}
/*----------------------------------------------------
 *	footer
 *---------------------------------------------------- */
#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;
}
#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: 396px;
  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%;
}

@media screen and (max-width: 767px) {
  #side {
    display: none;
  }
}
#index #mainimg-container {
  width: 100%;
  height: 100vh;
}
#index #mainimg-container .container {
  height: 100vh;
  color: #ffffff;
}
#index #mainimg-container .grp-left {
  position: absolute;
  left: 0;
  top: 20px;
  text-align: left;
}
#index #mainimg-container .grp-left .language {
  margin-bottom: 10px;
}
#index #mainimg-container .grp-left .language span {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
}
#index #mainimg-container .grp-left .language span.active {
  color: #ccc;
  text-decoration: underline;
}
#index #mainimg-container .grp-left .language a {
  color: #ffffff;
  text-decoration: none;
}
#index #mainimg-container .grp-left .language a:hover {
  text-decoration: underline;
}
#index #mainimg-container .grp-left .sns i {
  font-size: 22px;
  margin-right: 10px;
}
#index #mainimg-container .grp-left .sns a {
  color: #ffffff;
  text-decoration: none;
}
#index #mainimg-container .grp-right {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: right;
}
#index #mainimg-container .grp-right p {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: right;
}
#index #mainimg-container .grp-right .num {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  line-height: 1;
}
#index #mainimg-container .grp-right .num .s {
  font-size: 20px;
}
#index #mainimg-container .grp-right .num .b {
  font-size: 38px;
}
#index #mainimg-container .grp-right .m-whitebutton {
  width: 280px;
  height: 60px;
  line-height: 60px;
  margin-top: 5px;
}
#index #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;
}
#index #mainimg-container .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  height: 53px;
}
#index #mainimg-container .scroll img {
  height: 100%;
}
#index #mainimg-container .applink {
  position: absolute;
  left: 0;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 300px;
  height: 110px;
  border-radius: 5px;
}
#index #mainimg-container .applink a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding-left: 190px;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
#index #mainimg-container .applink img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#index #mainimg-container .applink p {
  line-height: 100px;
  white-space: nowrap;
}
#index #mainimg-container .movielink {
  position: absolute;
  right: 0;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 300px;
  height: 110px;
  border-radius: 5px;
}
#index #mainimg-container .movielink a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding-left: 190px;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
#index #mainimg-container .movielink img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#index #mainimg-container .movielink p {
  line-height: 100px;
  white-space: nowrap;
}

@media screen and (max-width: 1019px) {
  #index #mainimg-container .grp-left {
    top: 100px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #index #mainimg-container .grp-left {
    top: 80px;
  }
}
@media screen and (max-width: 1019px) {
  #index #mainimg-container .grp-left .language span.active {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  #index #mainimg-container .grp-left .sns {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  #index #mainimg-container .grp-right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index #mainimg-container .logo {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index #mainimg-container .applink {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #index #mainimg-container .applink {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index #mainimg-container .movielink {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #index #mainimg-container .movielink {
    display: none;
  }
}
#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;
}
#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;
}
#header .navi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#header .navi ul {
  display: block;
  height: 100%;
  font-size: 0;
}
#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 13px;
  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-sp {
  position: absolute;
  height: 55px;
  width: 55px;
  top: 0px;
  right: 70px;
  text-align: center;
}
#header .reservebutton-sp a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333333;
  text-decoration: none;
  color: #ffffff;
}
#header .reservebutton-sp i {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  padding-top: 8px;
}
#header .reservebutton-sp p {
  text-align: center;
  font-size: 11px;
}
#header .telbutton-sp {
  position: absolute;
  height: 55px;
  width: 55px;
  top: 0px;
  right: 125px;
  text-align: center;
}
#header .telbutton-sp a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #9a6a6a;
  text-decoration: none;
  color: #ffffff;
}
#header .telbutton-sp i {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  padding-top: 8px;
}
#header .telbutton-sp p {
  text-align: center;
  font-size: 11px;
}
#header .navibtn {
  position: absolute;
  width: 70px;
  height: 55px;
  top: 0px;
  right: 0px;
}
#header .navibtn:hover {
  cursor: pointer;
}
#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: 20px;
  top: 12px;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#header .navibtn .l2 {
  left: 20px;
  top: 19px;
}
#header .navibtn .l3 {
  left: 20px;
  top: 26px;
  -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);
}
#header .navibtn p {
  font-size: 12px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  #header .container {
    height: 55px;
  }
}
@media screen and (max-width: 1019px) {
  #header .logo {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 100px;
  }
}
@media screen and (max-width: 1019px) {
  #header .navi ul {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header .reservebutton-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header .telbutton-sp {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  #header .navibtn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #header .navibtn {
    top: 10px;
  }
}
#index #header {
  position: absolute;
  top: 100vh;
}
#index #header.fixed {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 1019px) {
  #index #header {
    position: fixed;
    top: 0;
  }
}
#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;
}
#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;
}

@media screen and (min-width: 1020px) {
  #spnavi {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #spnavi {
    padding-top: 81px;
  }
}
#index .sct-about {
  position: relative;
  height: 540px;
  background-image: url(../images/index_about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#index .sct-about .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .sct-about p {
  text-align: center;
  margin-bottom: 30px;
}
#index .sct-menu {
  background-color: #ffffff;
}
#index .sct-menu .container {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: visible;
}
#index .sct-menu .menu-maintitle {
  margin-bottom: 40px;
}
#index .sct-menu .wrap {
  max-width: 750px;
  margin: 0 auto;
  font-size: 0;
}
#index .sct-menu .wrap .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
  font-size: 14px;
}
#index .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;
}
#index .sct-menu .wrap .item .p:before {
  content: "";
  display: block;
  padding-top: 122.58065%;
}
#index .sct-menu .wrap .item .p a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#index .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: 0.1em;
}
#index .sct-menu .wrap .item .obi .s {
  font-size: 16px;
}
#index .sct-menu .wrap .item .title {
  margin-bottom: 30px;
}
#index .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;
}
#index .sct-menu .wrap .item .list a {
  color: #666;
  text-decoration: none;
}
#index .sct-menu .wrap .item .list .inner-item {
  margin-bottom: 10px;
}
#index .sct-menu .forrowtext {
  margin: 30px auto;
}
#index .sct-topics {
  position: relative;
  height: 420px;
}
#index .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;
}
#index .sct-topics .topics-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 18px;
}
#index .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);
}
#index .sct-topics .m-whitebutton {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
}
#index .sct-topics ul li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
#index .sct-topics ul li:first-child {
  border-top: 1px solid #fff;
}
#index .sct-topics ul li a {
  color: #ffffff;
  text-decoration: none;
}
#index .sct-topics ul li a:hover {
  text-decoration: underline;
}
#index .sct-topics ul li .date {
  display: inline-block;
  float: left;
  width: 100px;
  border-right: 1px solid #fff;
  text-align: left;
  line-height: 1;
}
#index .sct-topics ul li .text {
  padding-left: 120px;
  text-align: left;
  line-height: 1;
}
#index .sct-staff {
  background-color: #ffffff;
}
#index .sct-staff .container {
  width: 760px;
  padding-top: 80px;
  padding-bottom: 80px;
}
#index .sct-staff .lead {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
}
#index .sct-staff .inner {
  position: relative;
  height: 240px;
  padding-left: 410px;
  text-align: left;
}
#index .sct-staff .inner .p {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
#index .sct-staff .inner p {
  margin-bottom: 40px;
}
#index .sct-feature {
  background-image: url(../images/index_feature_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#index .sct-feature .container {
  padding-top: 80px;
  padding-bottom: 140px;
}
#index .sct-feature .wrap {
  width: calc(100% + 30px);
  margin: 0 -15px;
  font-size: 0;
}
#index .sct-feature .item {
  width: 50%;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
}
#index .sct-feature .item .card {
  position: relative;
  font-size: 0;
}
#index .sct-feature .item .p {
  border: 3px solid #fff;
}
#index .sct-feature .item .body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
  width: 430px;
  height: 120px;
  background-color: #ffffff;
  color: #333333;
  text-align: left;
  padding: 15px 20px;
  font-size: 14px;
}
#index .sct-feature .item .body .body-title {
  line-height: 1;
  margin-bottom: 15px;
}
#index .sct-feature .item .body .body-title .e {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 24px;
  margin-right: 20px;
}
#index .sct-feature .item .body .body-title .j {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 11px;
}
#index .sct-feature .item .body a.body-more {
  position: absolute;
  right: 0;
  top: 15px;
  letter-spacing: 0.2em;
  font-size: 12px;
  width: 120px;
  height: 24px;
  line-height: 24px;
  border-right: none;
}
#index .sct-feature .item .sp-tap {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#index .sct-sns {
  background-color: #ffffff;
}
#index .sct-sns .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#index .sct-sns .wrap {
  width: calc(100% + 30px);
  margin: 0 -15px;
  font-size: 0;
  margin-bottom: 60px;
}
#index .sct-sns .wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  padding: 0 15px;
}
#index .sct-sns .item.grp-instagram .m-title {
  margin-bottom: 40px;
}
#index .sct-sns .item.grp-instagram ul {
  width: calc(100% + 10px);
  margin: 0 -5px;
  font-size: 0;
}
#index .sct-sns .item.grp-instagram ul li {
  display: inline-block;
  font-size: 14px;
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
}
#index .sct-sns .item.grp-instagram ul li a {
  display: block;
  width: 100%;
}
#index .sct-sns .item.grp-instagram ul li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#index .sct-sns .item.grp-facebook .m-title {
  margin-bottom: 40px;
}
#index .sct-sns .grp-blog {
  position: relative;
}
#index .sct-sns .grp-blog .m-title {
  margin-bottom: 40px;
}
#index .sct-sns .grp-blog .m-bloglist-pc {
  margin-bottom: 0;
  height: 300px;
}
#index .sct-sns .grp-blog .m-bloglist-pc ul.slick-dots {
  bottom: 0;
}
#index .sct-sns .grp-blog .m-bloglist-pc ul.slick-dots li {
  margin: 0;
}
#index .sct-access {
  background-color: #ffffff;
  width: 100%;
  font-size: 0;
}
#index .sct-access .item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
  height: 480px;
}
#index .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;
}
#index .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;
}
#index .sct-access .grp-access .title {
  margin-bottom: 20px;
}
#index .sct-access .grp-access .address {
  margin-bottom: 60px;
}
#index .sct-access .grp-access .address .num {
  line-height: 1.2;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 18px;
}
#index .sct-access .grp-access .address .num .b {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #index .sct-about {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-about .container {
    position: relative;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-menu .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-menu .wrap {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-menu .wrap .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-menu .wrap .item .obi {
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    width: auto;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
  }
  #index .sct-menu .wrap .item .obi .s {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-menu .wrap .item .title .e {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-menu .wrap .item .title .j {
    font-size: 12px;
  }
}
@media screen and (max-width: 1019px) {
  #index .sct-topics {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-topics {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1019px) {
  #index .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) {
  #index .sct-topics .container {
    padding-left: 20px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-topics .topics-title {
    width: 130px;
    padding-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-topics .m-whitebutton {
    width: 200px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #index .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) {
  #index .sct-topics ul {
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-staff .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-staff .lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-staff .inner {
    padding-left: 0;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-staff .inner .p {
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-staff .inner .m-blackbutton {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-feature {
    background-color: #efefef;
    background-image: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-feature .container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-feature .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-feature .item {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-feature .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-feature .item .body {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-feature .item .body a.body-more {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-feature .item .sp-tap {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-sns .wrap .item {
    display: block;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-sns .wrap .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-sns .item.grp-instagram {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-sns .item.grp-facebook .facebook-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-sns .grp-blog .m-bloglist-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-sns .grp-blog .m-bloglist-pc {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-sns .grp-blog .m-bloglist-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-sns .grp-blog a.more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-sns .grp-blog a.more {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-sns .grp-blog a.more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-access {
    display: none;
  }
}
.sct-pagetitle {
  position: relative;
  margin-top: 81px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sct-pagetitle .m-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
.sct-pagetitle .m-title .e {
  font-size: 28px;
  margin-bottom: 5px;
}
.sct-pagetitle .m-title .j {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .sct-pagetitle {
    margin-top: 51px;
    height: 160px;
  }
}
.sct-breadcrumb {
  background-color: #ffffff;
}
.sct-breadcrumb .container {
  text-align: left;
  padding-top: 20px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.sct-breadcrumb ul li a {
  color: #333;
}
.sct-breadcrumb ul li:after {
  content: "＞";
  display: inline-block;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .sct-breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .sct-breadcrumb .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about a.anchor {
  display: block;
  position: relative;
  top: -40px;
}
#about .sct-welcome {
  background-color: #ffffff;
}
#about .sct-welcome .container {
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url(../images/about/about_welcome_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
#about .sct-welcome .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
}
#about .sct-welcome .p {
  margin-bottom: 80px;
}
#about .sct-welcome .text p {
  line-height: 2;
  margin-bottom: 30px;
}
#about .sct-photo {
  font-size: 0;
}
#about .sct-photo .item {
  display: inline-block;
  width: 33.3%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#about .sct-photo .item:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#about .sct-residence {
  background-color: #ffffff;
}
#about .sct-residence .container {
  padding-top: 80px;
  padding-bottom: 40px;
}
#about .sct-residence .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 50px;
}
#about .sct-residence .grp1 {
  position: relative;
  padding-right: 490px;
  margin-bottom: 40px;
}
#about .sct-residence .grp1 .p {
  position: absolute;
  right: 0;
  bottom: 0;
}
#about .sct-residence .grp1 .lead {
  text-align: left;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
#about .sct-residence .grp1 p {
  line-height: 2;
  margin-bottom: 30px;
}
#about .sct-residence .grp2 {
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
}
#about .sct-residence .grp2 .item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 10px;
}
#about .sct-residence .grp2 .item .p {
  width: 100%;
}
#about .sct-residence .grp2 .item p {
  text-align: center;
}
#about .sct-facility {
  background-color: #ffffff;
}
#about .sct-facility .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#about .sct-facility .container p {
  line-height: 2;
}
#about .sct-facility .grp-top {
  margin-bottom: 60px;
}
#about .sct-facility .grp-top .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 50px;
}
#about .sct-facility .grp-top .wrap {
  position: relative;
  min-height: 220px;
  padding-right: 420px;
}
#about .sct-facility .grp-top .wrap .p {
  position: absolute;
  right: 0;
  top: 0;
}
#about .sct-facility .grp-top .wrap p {
  margin-bottom: 30px;
}
#about .sct-facility .grp-map {
  margin-bottom: 60px;
  text-align: center;
}
#about .sct-facility .grp-map .p {
  width: 850px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
#about .sct-facility .grp-map .p .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0px;
}
#about .sct-facility .grp-photo ul {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
#about .sct-facility .grp-photo ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}
#about .sct-facility .grp-photo ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #about .sct-welcome .container {
    padding-top: 60px;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-welcome .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-welcome .p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #about .sct-welcome .text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-photo .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-residence .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-residence .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1019px) {
  #about .sct-residence .grp1 {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #about .sct-residence .grp1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1019px) {
  #about .sct-residence .grp1 .p {
    position: static;
    max-width: 400px;
    height: auto;
    width: 80%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-residence .grp1 .lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-residence .grp2 {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-residence .grp2 .item {
    font-size: 10px;
    line-height: 1.2;
    padding: 0 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #about .sct-residence .grp2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #about .sct-facility .grp-top {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-top .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-top .wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-top .wrap .p {
    position: static;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-map .p .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1019px) {
  #about .sct-facility .grp-map .p {
    border: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-photo ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  #about .sct-facility .grp-photo ul li {
    width: 50%;
  }
}
#access .sct-main {
  background-color: #ffffff;
}
#access .sct-main .container {
  padding-top: 80px;
  padding-bottom: 60px;
}
#access .sct-main .container p {
  line-height: 2;
}
#access .sct-main .grp-top {
  margin-bottom: 60px;
}
#access .sct-main .grp-top .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#access .sct-main .grp-top .wrap {
  width: 100%;
  font-size: 0;
  margin-top: 50px;
}
#access .sct-main .grp-top .wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 380px;
  font-size: 14px;
}
#access .sct-main .grp-top .wrap .map {
  font-size: 0;
}
#access .sct-main .grp-top .wrap .map #gmap {
  margin-bottom: 10px;
}
#access .sct-main .grp-top .wrap .map .m-blackbutton {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
#access .sct-main .grp-top .wrap .map .m-blackbutton i {
  margin-right: 10px;
}
#access .sct-main .grp-top .wrap .map .m-blackbutton:last-child {
  margin-right: 0;
}
#access .sct-main .grp-top .wrap .map .m-blackbutton.active {
  background-color: #ffffff;
  color: #000000;
}
#access .sct-main .grp-top .wrap .info {
  text-align: center;
  padding-left: 20px;
  padding-top: 20px;
}
#access .sct-main .grp-top .wrap .info .p {
  height: 147px;
  width: auto;
  margin-bottom: 40px;
}
#access .sct-main .grp-map {
  position: relative;
  margin-bottom: 40px;
}
#access .sct-main .grp-map .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  margin-bottom: 30px;
}
#access .sct-main .grp-map .wrap {
  position: relative;
  height: 530px;
  padding-left: 660px;
}
#access .sct-main .grp-map .wrap .p {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #access .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #access .sct-main .grp-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #access .sct-main .grp-top .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1019px) {
  #access .sct-main .grp-top .wrap .item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1019px) {
  #access .sct-main .grp-top .wrap .map .m-blackbutton {
    width: calc(50% - 10px);
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #access .sct-main .grp-top .wrap .map .m-blackbutton {
    font-size: 12px;
  }
}
@media screen and (max-width: 1019px) {
  #access .sct-main .grp-top .wrap .info {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #access .sct-main .grp-map {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #access .sct-main .grp-map .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1019px) {
  #access .sct-main .grp-map .wrap {
    padding-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 1019px) {
  #access .sct-main .grp-map .wrap .p {
    position: static;
    width: 100%;
  }
}
#ticket .sct-main {
  background-color: #ffffff;
}
#ticket .sct-main .container {
  padding-top: 80px;
  padding-bottom: 60px;
}
#ticket .sct-main .container .grp-top {
  margin-bottom: 130px;
  margin-bottom: 60px;
}
#ticket .sct-main .container .grp-top h2.title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #ticket .sct-main .container .grp-top h2.title {
    font-size: 26px;
  }
}
#ticket .sct-main .container .grp-top .wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #ticket .sct-main .container .grp-top .wrap {
    flex-direction: column-reverse;
  }
}
#ticket .sct-main .container .grp-top .wrap .txt {
  padding: 30px;
}
#ticket .sct-main .container .grp-top .wrap .txt h3 {
  font-size: 34pxs;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #ticket .sct-main .container .grp-top .wrap .txt h3 {
    font-size: 18px;
  }
}
#ticket .sct-main .container .grp-top .wrap .txt .sub {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
#ticket .sct-main .container .grp-top .wrap .txt strong {
  font-size: 22px;
  border-bottom: 1px solid #333;
  margin-top: 10px;
}
#ticket .sct-main .container .grp-top .wrap .pic {
  width: 560px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #ticket .sct-main .container .grp-top .wrap .pic {
    width: 100%;
  }
}

#menu .sct1 {
  background-color: #ffffff;
  background-image: url(../images/menu/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#menu .sct1 .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#menu .sct1 .container p {
  line-height: 2;
}
#menu .sct1 .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 50px;
}
#menu .sct1 .subtitle {
  text-align: left;
}
#menu .sct1 .subtitle .e {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 24px;
  margin-right: 10px;
}
#menu .sct1 .subtitle .j {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
#menu .sct1 p {
  margin-bottom: 30px;
}
#menu .sct2 {
  background-color: #ffffff;
}
#menu .sct2 .container {
  padding-top: 20px;
}
#menu .sct2 .container p {
  line-height: 2;
}
#menu .sct2 .wrap {
  position: relative;
  min-height: 240px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#menu .sct2 .wrap .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: left;
}
#menu .sct2 .wrap .p {
  position: absolute;
  right: 80px;
  top: 0;
}
#menu .sct2 .wrap .m-blackbutton {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
}
#menu .sct2 .cautionbox {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ccc;
  padding: 20px 60px 30px;
  margin-bottom: 40px;
}
#menu .sct2 .cautionbox .cautionbox-title {
  position: relative;
  font-size: 20px;
  text-align: center;
}
#menu .sct2 .cautionbox .cautionbox-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  line-height: 20px;
}
#menu .sct2 .cautionbox .cautionbox-title .cautionbox-title-inner {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  background-color: #ffffff;
}
#menu .sct-menu {
  background-color: #ffffff;
}
#menu .sct-menu .container {
  padding-top: 20px;
  padding-bottom: 100px;
}
#menu .sct-menu .container p {
  line-height: 2;
}
#menu .sct-menu a.anchor {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: -100px;
}
#menu .sct-menu .card {
  position: relative;
  padding: 40px;
}
#menu .sct-menu .card .corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
}
#menu .sct-menu .card .corner.corner1 {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
#menu .sct-menu .card .corner.corner2 {
  right: 0;
  top: 0;
  border-left: none;
  border-bottom: none;
}
#menu .sct-menu .card .corner.corner3 {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
#menu .sct-menu .card .corner.corner4 {
  left: 0;
  bottom: 0;
  border-right: none;
  border-top: none;
}
#menu .sct-menu .card .title {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}
#menu .sct-menu .card .time {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
#menu .sct-menu .card .main {
  position: relative;
  height: 200px;
}
#menu .sct-menu .card .main .main-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
}
#menu .sct-menu .card .main .main-inner a {
  color: #333333;
}
#menu .sct-menu .card .main .main-inner .inner-item {
  margin-bottom: 10px;
}
#menu .sct-menu .card.card-large .main {
  height: 100px;
}
#menu .sct-menu .card .caution {
  text-align: left;
}
#menu .sct-menu .wrap {
  width: calc(100% + 40px);
  margin: 0 -20px;
  font-size: 0;
  margin-bottom: 40px;
}
#menu .sct-menu .wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
  font-size: 14px;
}
#menu .sct-single {
  background-color: #ffffff;
}
#menu .sct-single .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#menu .sct-single .container p {
  line-height: 2;
}
#menu .sct-single .card {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}
#menu .sct-single .card .corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
}
#menu .sct-single .card .corner.corner1 {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
#menu .sct-single .card .corner.corner2 {
  right: 0;
  top: 0;
  border-left: none;
  border-bottom: none;
}
#menu .sct-single .card .corner.corner3 {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
#menu .sct-single .card .corner.corner4 {
  left: 0;
  bottom: 0;
  border-right: none;
  border-top: none;
}
#menu .sct-single .card .subtitle {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
#menu .sct-single .card .title {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 40px;
}
#menu .sct-single .card .main {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct1 {
    background-position: right -200px bottom;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct1 {
    background-position: center top 120px;
    background-size: 400px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct1 .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct1 .container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct1 .title {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct1 p {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct2 .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct2 .wrap {
    padding-right: 380px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct2 .wrap {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct2 .wrap .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct2 .wrap .p {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct2 .wrap .p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct2 .cautionbox {
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct2 .cautionbox p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct2 .cautionbox .cautionbox-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .container {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #menu .sct-menu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .card {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .card .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .card .time {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .card .main .main-inner {
    font-size: 18px;
  }
  #menu .sct-menu .card .main .main-inner br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .card .caution {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .wrap {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-menu .wrap .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-single .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-single .card {
    padding: 20px 20px 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-single .card .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #menu .sct-single .card .title {
    font-size: 20px;
  }
}
#staff .sct-main {
  background-color: #ffffff;
}
#staff .sct-main .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#staff .sct-main .container p {
  line-height: 2;
}
#staff .sct-main .grp-lead {
  margin-bottom: 60px;
}
#staff .sct-main .grp-lead .lead {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
}
#staff .sct-main .grp-greeting {
  margin-bottom: 60px;
}
#staff .sct-main .grp-greeting .p {
  margin-bottom: 40px;
}
#staff .sct-main .grp-greeting .title {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
#staff .sct-main .grp-greeting p {
  max-width: 800px;
  margin: 0 auto;
}
#staff .sct-main .grp {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  padding-left: 300px;
  min-height: 347px;
  text-align: left;
}
#staff .sct-main .grp .p {
  position: absolute;
  left: 0;
  top: 0;
}
#staff .sct-main .grp .title {
  font-size: 14px;
}
#staff .sct-main .grp .name {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#staff .sct-main .grp .name .j {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  margin-right: 20px;
}
#staff .sct-main .grp .name .e {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 20px;
  color: #aaa;
}
#staff .sct-main .grp p {
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  #staff .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp-lead {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp-lead .lead {
    font-size: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp-greeting .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp {
    min-height: auto;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp .p {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp .title {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp .name .j {
    margin-right: 0;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #staff .sct-main .grp .name .e {
    display: block;
    line-height: 1;
  }
}
#policy .sct-main {
  background-color: #ffffff;
}
#policy .sct-main .container {
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 750px;
  margin: 0 auto;
}
#policy .sct-main .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 60px;
}
#policy .sct-main p {
  margin-bottom: 30px;
}
#policy .sct-main dl {
  text-align: left;
}
#policy .sct-main dl dt {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
#policy .sct-main dl dd {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #policy .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #policy .sct-main .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #policy .sct-main dl dt {
    font-size: 16px;
  }
}
#recruit .sct-main {
  background-color: #ffffff;
}
#recruit .sct-main .container {
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 750px;
  margin: 0 auto;
}
#recruit .sct-main .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 60px;
}
#recruit .sct-main p {
  text-align: center;
  margin-bottom: 30px;
}
#recruit .sct-main .wrap {
  width: calc(100% + 40px);
  margin: 0 -20px;
  font-size: 0;
  margin-bottom: 40px;
}
#recruit .sct-main .wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  padding: 0 20px;
}
#recruit .sct-main .item .m-blackbutton {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
#recruit .sct-main .tel p {
  margin-bottom: 10px;
}
#recruit .sct-main .tel .num {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 18px;
}
#recruit .sct-main .tel .num .b {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #recruit .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .sct-main .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .sct-main .wrap .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
#reservation .sct-main {
  background-color: #ffffff;
}
#reservation .sct-main .container {
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 810px;
  margin: 0 auto;
}
#reservation .sct-main .grp1 {
  margin-bottom: 60px;
}
#reservation .sct-main .grp1 .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#reservation .sct-main .grp1 p {
  text-align: center;
}
#reservation .sct-main .grp1 .t1 {
  text-align: center;
  margin-bottom: 30px;
}
#reservation .sct-main .grp1 .t1 .m-blackbutton {
  width: 300px;
  margin-bottom: 10px;
}
#reservation .sct-main .grp1 .t1 .m-blackbutton i {
  margin-right: 10px;
}
#reservation .sct-main .grp1 .t2 {
  text-align: center;
}
#reservation .sct-main .grp1 .num {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 20px;
}
#reservation .sct-main .grp1 .num .b {
  font-size: 30px;
}
#reservation .sct-main .grp2 {
  background-color: #efefef;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#reservation .sct-main .grp2 .box-title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#reservation .sct-main .grp2 p {
  text-align: center;
}
#reservation .sct-main .grp3 {
  text-align: center;
}
#reservation .sct-main .grp3 .t1 {
  text-align: center;
}
#reservation .sct-main .grp3 .num {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 20px;
}
#reservation .sct-main .grp3 .num .b {
  font-size: 30px;
}
#reservation .sct-main .grp3 .t2 {
  text-align: center;
  margin-bottom: 30px;
}
#reservation .sct-main .grp3 .message {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
#reservation .sct-main .tel p {
  margin-bottom: 10px;
}
#reservation .sct-main .tel .num {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 18px;
}
#reservation .sct-main .tel .num .b {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #reservation .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #reservation .sct-main .grp1 .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #reservation .sct-main .grp1 p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #reservation .sct-main .grp2 .box-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #reservation .sct-main .grp2 p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 767px) {
  #reservation .sct-main .grp3 .message {
    font-size: 16px;
  }
}
#wedding .sct1 {
  background-color: #ffffff;
}
#wedding .sct1 .container {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 750px;
  margin: 0 auto;
}
#wedding .sct1 .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 60px;
}
#wedding .sct1 .title .s {
  font-size: 18px;
}
#wedding .sct1 .message {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
#wedding .sct1 .contact .num {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Crimson Text", serif;
  font-weight: 500;
}
#wedding .sct1 .contact .num .b {
  font-size: 24px;
}
#wedding .sct1 .contact .num a {
  color: #333333;
}
#wedding .sct2 {
  background-image: url(../images/wedding/wedding_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#wedding .sct2 .container {
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 750px;
  margin: 0 auto;
  color: #ffffff;
}
#wedding .sct2 p {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
#wedding .sct2 .name {
  text-align: right;
  margin-bottom: 0;
}
#wedding .sct3 {
  background-color: #ffffff;
}
#wedding .sct3 .container {
  padding-top: 60px;
  padding-bottom: 100px;
}
#wedding .sct3 .grp-plan {
  margin-bottom: 60px;
}
#wedding .sct3 .grp-plan .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 60px;
}
#wedding .sct3 .grp-plan .card {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
}
#wedding .sct3 .grp-plan .card .corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
}
#wedding .sct3 .grp-plan .card .corner.corner1 {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
#wedding .sct3 .grp-plan .card .corner.corner2 {
  right: 0;
  top: 0;
  border-left: none;
  border-bottom: none;
}
#wedding .sct3 .grp-plan .card .corner.corner3 {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
#wedding .sct3 .grp-plan .card .corner.corner4 {
  left: 0;
  bottom: 0;
  border-right: none;
  border-top: none;
}
#wedding .sct3 .grp-plan .card ul li {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
#wedding .sct3 .grp-plan .card ul li .s {
  margin-top: 5px;
  font-size: 14px;
}
#wedding .sct3 .grp-contact .title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#wedding .sct3 .grp-contact .price {
  margin-bottom: 30px;
  font-size: 18px;
}
#wedding .sct3 .grp-contact .price .num {
  font-size: 24px;
}
#wedding .sct3 .grp-contact .price .s {
  font-size: 14px;
}
#wedding .sct3 .grp-contact .contact {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#wedding .sct3 .grp-contact .contact p {
  text-align: center;
}
#wedding .sct3 .grp-contact .contact .num {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Crimson Text", serif;
  font-weight: 500;
}
#wedding .sct3 .grp-contact .contact .num .b {
  font-size: 24px;
}
#wedding .sct3 .grp-contact .contact .num a {
  color: #333333;
}

@media screen and (max-width: 767px) {
  #wedding .sct1 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct1 .title {
    font-size: 20px;
  }
  #wedding .sct1 .title .s {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct1 .message {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct2 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct3 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct3 .grp-plan .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct3 .grp-contact .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct3 .grp-contact .price .num {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct3 .grp-contact .price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #wedding .sct3 .grp-contact .price .s {
    font-size: 12px;
  }
}
#blog .sct-main {
  background-color: #ffffff;
}
#blog .sct-main .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#blog .sct-main .pagelink .screen-reader-text {
  display: none;
}
#blog .sct-main .pagelink .nav-links a {
  color: #333333;
  margin: 0 3px;
}
#blog .sct-main .blogsingle {
  width: 700px;
  margin: 0 auto;
}
#blog .sct-main .blogsingle .blogsingle-header {
  position: relative;
  min-height: 153px;
  padding-left: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
#blog .sct-main .blogsingle .blogsingle-header .p {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
#blog .sct-main .blogsingle .blogsingle-header .p:before {
  content: "";
  display: block;
  padding-top: 76.27119%;
}
#blog .sct-main .blogsingle .blogsingle-header .date {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#blog .sct-main .blogsingle .blogsingle-header .tags {
  display: inline-block;
  vertical-align: bottom;
}
#blog .sct-main .blogsingle .blogsingle-header .tags .tag {
  background-color: #333333;
  color: #ffffff;
  padding: 2px 20px;
}
#blog .sct-main .blogsingle .blogsingle-header .title {
  margin: 10px 0 0;
  line-height: 1.2;
  font-size: 16px;
}
#blog .sct-main .blogsingle .blogsingle-body {
  padding: 40px 20px 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 16px;
}
#blog .sct-main .blogsingle .blogsingle-body em {
  font-style: italic;
}
#blog .sct-main .blogsingle .blogsingle-body strong {
  font-weight: bold;
}
#blog .sct-main .pagelink {
  width: 400px;
  margin: 0 auto;
}
#blog .sct-main .pagelink .prev {
  float: left;
}
#blog .sct-main .pagelink .prev a {
  color: #333333;
}
#blog .sct-main .pagelink .next {
  float: right;
}
#blog .sct-main .pagelink .next a {
  color: #333333;
}

@media screen and (max-width: 1019px) {
  #blog .sct-main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .m-bloglist {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .blogsingle {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .blogsingle .blogsingle-header {
    min-height: 76px;
    padding-left: 120px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .blogsingle .blogsingle-header .p {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .blogsingle .blogsingle-header .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .blogsingle .blogsingle-header .tags {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .blogsingle .blogsingle-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #blog .sct-main .pagelink {
    width: 100%;
  }
}
#topics .sct-archive {
  background-color: #ffffff;
}
#topics .sct-archive .container {
  max-width: 700px;
  padding-top: 80px;
  padding-bottom: 100px;
}
#topics .sct-archive ul li {
  padding: 15px 0;
  color: #333;
}
#topics .sct-archive ul li a {
  color: #333;
  text-decoration: none;
}
#topics .sct-archive ul li a:hover {
  text-decoration: underline;
}
#topics .sct-archive ul li .date {
  display: inline-block;
  float: left;
  width: 100px;
  border-right: 1px solid #ccc;
  text-align: left;
  line-height: 1.4;
}
#topics .sct-archive ul li .text {
  padding-left: 120px;
  text-align: left;
  line-height: 1.4;
}
#topics .sct-archive .pagelink .screen-reader-text {
  display: none;
}
#topics .sct-archive .pagelink .nav-links a {
  color: #333333;
  margin: 0 3px;
}
#topics .sct-single {
  background-color: #ffffff;
}
#topics .sct-single .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#topics .sct-single .topicssingle {
  width: 700px;
  margin: 0 auto;
}
#topics .sct-single .topicssingle .topicssingle-header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
#topics .sct-single .topicssingle .topicssingle-header .p {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
#topics .sct-single .topicssingle .topicssingle-header .p:before {
  content: "";
  display: block;
  padding-top: 76.27119%;
}
#topics .sct-single .topicssingle .topicssingle-header .date {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#topics .sct-single .topicssingle .topicssingle-header .tags {
  display: inline-block;
  vertical-align: bottom;
}
#topics .sct-single .topicssingle .topicssingle-header .tags .tag {
  background-color: #333333;
  color: #ffffff;
  padding: 2px 20px;
}
#topics .sct-single .topicssingle .topicssingle-header .title {
  margin: 10px 0 0;
  line-height: 1.2;
  font-size: 16px;
}
#topics .sct-single .topicssingle .topicssingle-body {
  padding: 40px 20px 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 16px;
}
#topics .sct-single .topicssingle .topicssingle-body em {
  font-style: italic;
}
#topics .sct-single .topicssingle .topicssingle-body strong {
  font-weight: bold;
}
#topics .sct-single .pagelink {
  width: 400px;
  margin: 0 auto;
}
#topics .sct-single .pagelink .prev {
  float: left;
}
#topics .sct-single .pagelink .prev a {
  color: #333333;
}
#topics .sct-single .pagelink .next {
  float: right;
}
#topics .sct-single .pagelink .next a {
  color: #333333;
}

@media screen and (max-width: 1019px) {
  #topics .sct-archive .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-archive .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1019px) {
  #topics .sct-single .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .topicssingle {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .topicssingle .topicssingle-header {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .topicssingle .topicssingle-header .p {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .topicssingle .topicssingle-header .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .topicssingle .topicssingle-header .tags {
    font-size: 12px;
  }
}
@media screen and (max-width: 1019px) {
  #topics .sct-single .topicssingle .topicssingle-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #topics .sct-single .pagelink {
    width: 100%;
  }
}
#gallery .sct-main {
  background-color: #ffffff;
}
#gallery .sct-main .container {
  padding-top: 80px;
  padding-bottom: 60px;
}
#gallery .sct-main .container p {
  line-height: 2;
}
#gallery .sct-main .grp {
  margin-bottom: 60px;
}
#gallery .sct-main .grp .m-title {
  margin-bottom: 60px;
}
#gallery .sct-main .grp ul {
  max-width: 750px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
#gallery .sct-main .grp ul li {
  width: 20%;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
}
#gallery .sct-main .grp ul li img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #gallery .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #gallery .sct-main .grp ul li {
    width: 33.3%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
#footer .container {
  padding-top: 170px;
}
#footer .grp-main {
  margin-bottom: 80px;
}
#footer .grp-main .logo {
  margin-bottom: 70px;
}
#footer .grp-main .logo img {
  height: 80px;
  width: auto;
}
#footer .grp-main .navi {
  margin-bottom: 30px;
}
#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;
}
#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;
}
#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;
}
#footer .grp-bottom .banners img {
  margin: 0 10px;
}
#footer .grp-bottom .address {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
#footer .grp-bottom .policy {
  color: #ffffff;
  margin-bottom: 60px;
}
#footer .grp-bottom .policy a {
  color: #ffffff;
}
#footer .grp-bottom-sp {
  color: #ffffff;
}
#footer .grp-bottom-sp .tel {
  margin-bottom: 40px;
}
#footer .grp-bottom-sp .tel .tel-title {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}
#footer .grp-bottom-sp .tel .num {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #fff;
  margin-bottom: 20px;
  font-family: "Crimson Text", serif;
  font-weight: 500;
}
#footer .grp-bottom-sp .tel .num a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}
#footer .grp-bottom-sp .tel .num i {
  margin-right: 10px;
  font-size: 20px;
}
#footer .grp-bottom-sp .tel .num .b {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
}
#footer .grp-bottom-sp .tel p {
  text-align: center;
}
#footer .grp-bottom-sp .address {
  margin-bottom: 40px;
}
#footer .grp-bottom-sp .address .address-title {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}
#footer .grp-bottom-sp .address p {
  text-align: center;
  margin-bottom: 30px;
}
#footer .grp-copy {
  color: #ffffff;
  font-size: 12px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #footer .container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #footer .grp-main .logo img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .grp-main .navi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .grp-main .sns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .grp-buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .grp-bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #footer .grp-bottom .banners img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #footer .grp-bottom-sp {
    display: none;
  }
}
