@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, p, ul, dl, dd, table {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-family: "游ゴシック";
  font-weight: bold;
  margin-bottom: 30px;
}
img {
  vertical-align: bottom;
}
body {
  background-image: url("../images/common/img_bg_g.png");
}
#wrap {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat-y;
  background-image: url(../images/common/boder_tate.png);
  background-position: 30px;
  background-color: #fff;
}
/*ここからヘッダー*/
/*ヘッダー固定*/
header #g_navi {
  display: block;
  position: fixed;
  width: 1280px;
  height: auto;
  background-color: #fff;
  z-index: 1000;
  top: 0;
}
header .top_logo {
  position: absolute;
  width: 625px;
  height: 230px;
  z-index: 9999;
}
/*ハンバーガー消し*/
header .custom-header {
  display: none;
}
/*ここからナビ*/
header .navi ul {
  width: 577px;
  height: 92px;
  display: flex;
  margin-right: 30px;
  margin-left: auto;
  padding-top: 20px;
  margin-bottom: 0
}
header .navi ul li {
  height: 92px;
}
header .navi ul a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
header .navi .studio {
  width: 110px;
}
header .navi .studio a {
  background-image: url(../images/common/navi_1.png);
  background-repeat: no-repeat;
}
header .navi .studio a:hover {
  background-image: url(../images/common/navi_1_h.png);
  background-repeat: no-repeat;
}
header .navi .guide {
  width: 131px;
}
header .navi .guide a {
  background-image: url(../images/common/navi_2.png);
  background-repeat: no-repeat;
}
header .navi .guide a:hover {
  background-image: url(../images/common/navi_2_h.png);
  background-repeat: no-repeat;
}
header .navi .price {
  width: 119px;
}
header .navi .price a {
  background-image: url(../images/common/navi_3.png);
  background-repeat: no-repeat;
}
header .navi .price a:hover {
  background-image: url(../images/common/navi_3_h.png);
  background-repeat: no-repeat;
}
header .navi .rserve {
  width: 114px;
}
header .navi .rserve a {
  background-image: url(../images/common/navi_4.png);
  background-repeat: no-repeat;
}
header .navi .rserve a:hover {
  background-image: url(../images/common/navi_4_h.png);
  background-repeat: no-repeat;
}
header .navi .event {
  width: 103px;
}
header .navi .event a {
  background-image: url(../images/common/navi_5.png);
  background-repeat: no-repeat;
}
header .navi .event a:hover {
  background-image: url(../images/common/navi_5_h.png);
  background-repeat: no-repeat;
}
/*ここからメイン*/
main {
  padding-top: 180px;
}
/*レスポンシブ用インデックス*/
main .res {
  display: none;
}
/*レスポンシブ用改行*/
main .br-sp {
  display: none;
}
/*文字の色替え*/
main .font_green {
  color: #00652b;
}
main .font_red {
  color: #990E0E;
}
/*文字の大きさ替え
*/
main .font_24 {
  font-size: 24px;
}
main .font_26 {
  font-size: 26px;
}
main .font_28 {
  font-size: 28px;
}

/*文字がフェードイン*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
	}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


/*ここからフッター*/
footer #footer .copy {
  margin-left: 30px;
  margin-bottom: 0px;
  padding-top: 10px;
}
footer #footer .f_contact .tel p {
  font-size: 18px;
  margin-left: 60px;
  line-height: 2em;
  margin-bottom: 0px;
}
footer #footer .f_contact .tel p .big28 {
  font-size: 28px;
}
footer #footer .f_contact .tel p .br-sp {
  display: none;
}
footer #footer {
  background-image: url(../images/common/img_footer.png);
  width: 1280;
  height: 389px;
  background-repeat: no-repeat;
  color: #FFF;
  margin-bottom: 0;
  display: block;
}
footer #footer .f_contact {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  width: 1220px;
  margin-bottom: 0;
  padding-top: 40px;
}
footer #footer .f_contact .sns {
  display: flex;
  width: 160px;
  justify-content: space-between;
  margin-right: 30px;
  margin-left: auto;
  align-self: center;
}
footer .totop {
  margin-left: auto;
  margin-right: 10px;
  width: 103px;
  padding-top: 30px;
  margin-bottom: 0px;
}
/*ハンバーガー*/
header {
  width: 100%;
}
#nav-toggle {
  position: fixed;
  top: 30px;
  right: 50px;
  height: 32px;
  cursor: pointer;
  background: #000;
  width: 50px;
  height: 50px;
}
#nav-toggle > div {
  width: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
}
#nav-toggle > div > span.toggle {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
header.deteal_header #nav-toggle > div > span.toggle {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span.toggle:nth-child(1) {
  top: 0;
}
#nav-toggle span.toggle:nth-child(2) {}
#nav-toggle span.toggle:nth-child(3) {
  top: 10px;
}
.open #nav-toggle span.toggle {
  background: #fff;
}
.open #nav-toggle span.toggle:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span.toggle:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}
#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  transition: color .3s ease;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 1em;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
  padding: 0;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .2s ease;
  transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .25s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .35s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .45s;
}
/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
@media screen and (max-width:640px) {
  body, h1, h2, h3, h4, p, ul, dl, dd, table {
    font-size: 14px;
    margin-bottom: 0px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #wrap {
    width: auto;
    background-position: 5px;
  }
  body {
    background-image: none;
  }
  #wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-y;
    background-image: url(../images/common/boder_tate.png);
    background-position: 10px;
    background-color: #fff;
    margin-bottom: 0px;
  }
  header #g_navi {
    display: block;
    position: fixed;
    width: auto;
    background-color: #fff;
    z-index: 1000;
    top: 0;
  }
  header .top_logo {
    position: absolute;
    width: 80%;
    height: auto;
    z-index: 9999;
  }
  header #g_navi .navi {
    display: none;
  }
  header #g_navi .boder img {
    height: 29px;
    width: 100%;
    object-fit: cover;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  main {
    padding-top: 0px;
  }
  /*見出しチェンジ*/
  main .pc_1, .pc {
    display: none;
  }
  main .res {
    display: block;
    margin-left: 50px;
  }
  main .br-sp {
    display: block;
  }
  footer {
    width: auto;
  }
  footer #footer {
    background-image: none, -webkit-linear-gradient(313deg, rgba(153, 14, 14, 1.00) 0%, rgba(101, 7, 7, 1.00) 73.58%, rgba(53, 5, 6, 1.00) 100%);
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    color: #FFF;
    margin-bottom: 0;
    display: block;
    -webkit-box-shadow: -3px 0px 6px 3px #5F5F5F;
    box-shadow: -3px 0px 6px 3px #5F5F5F;
  }
  footer #footer .f_contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 0;
    padding-top: 0px;
    text-align: center
  }
  footer #footer .f_contact .a_logo img {
    width: 40%;
  }
  footer #footer .f_contact .tel p {
    font-size: 14px;
    margin-left: 0px;
    line-height: 2em;
    padding-top: 20px;
  }
  footer #footer .f_contact .tel p .br-sp {
    display: block;
  }
  footer #footer .f_contact .sns {
    margin-right: auto;
    padding-top: 30px;
  }
  footer #footer .copy {
    margin-left: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  footer .totop {
    padding-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  footer .totop a img {
    width: 80%;
  }
  /*ハンバーガー*/
  header .custom-header {
    display: block;
  }
  #nav-toggle {
right: 20px;
top: 20px;
}
#gloval-nav a {
padding: 10px 0;
font-size: 1.em;
}

}