/* sm-
============================================== */
@media screen and (min-width: 576px) {} /* END */
/* md-
============================================== */
@media screen and (min-width: 768px) {} /* END */
/* lg-
============================================== */
@media screen and (min-width: 992px) {} /* END */
/* xl-
============================================== */
@media screen and (min-width: 1200px) {} /* END */
/* xxl-
============================================== */
@media screen and (min-width: 1400px) {} /* END */
/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
/* notosans */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notosans.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: Medium;
  font-weight: 500;
  src: url('../font/Cinzel-Medium.ttf');
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
body {
  background: #000;
  font-family: "Noto Serif JP", "Noto Sans JP";
  color: #161616;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  border: 0;
}
p {
  line-height: 2.5rem;
  letter-spacing: 2px;
  font-size: 0.9rem;
}
span {
  display: inline-block;
}
a {
  text-decoration: none;
}
a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  display: inline-block;
}
.cinz {
  font-family: "Cinzel";
  letter-spacing: 0.1rem;
}
.sans {
  font-family: "Noto Sans JP";
  letter-spacing: 0.1rem;
}
.serif {
  font-family: "Noto Serif JP";
  letter-spacing: 0.1rem;
}
.text-1 {
  font-size: 0.7rem !important
}
.text-2 {
  font-size: 0.9rem !important
}
.text-3 {
  font-size: 1.1rem !important
}
.text-4 {
  font-size: 1.3rem !important
}
.text-5 {
  font-size: 1.5rem !important
}
.ms-n50 {
  margin-left: -50px !important
}
.ms-n40 {
  margin-left: -40px !important
}
.ms-n30 {
  margin-left: -30px !important
}
.ms-n20 {
  margin-left: -20px !important
}
.ms-n10 {
  margin-left: -10px !important
}
.mt-n50 {
  margin-top: -50px !important
}
.mt-n40 {
  margin-top: -40px !important
}
.mt-n30 {
  margin-top: -30px !important
}
.mt-n20 {
  margin-top: -20px !important
}
.mt-n10 {
  margin-top: -10px !important
}
@media (min-width:576px) {
  .ms-sm-n50 {
    margin-left: -50px !important
  }
  .ms-sm-n40 {
    margin-left: -40px !important
  }
  .ms-sm-n30 {
    margin-left: -30px !important
  }
  .ms-sm-n20 {
    margin-left: -20px !important
  }
  .ms-sm-n10 {
    margin-left: -10px !important
  }
  .mt-sm-n50 {
    margin-top: -50px !important
  }
  .mt-sm-n40 {
    margin-top: -40px !important
  }
  .mt-sm-n30 {
    margin-top: -30px !important
  }
  .mt-sm-n20 {
    margin-top: -20px !important
  }
  .mt-sm-n10 {
    margin-top: -10px !important
  }
}
@media (min-width:768px) {
  .ms-md-n50 {
    margin-left: -50px !important
  }
  .ms-md-n40 {
    margin-left: -40px !important
  }
  .ms-md-n30 {
    margin-left: -30px !important
  }
  .ms-md-n20 {
    margin-left: -20px !important
  }
  .ms-md-n10 {
    margin-left: -10px !important
  }
  .mt-md-n100 {
    margin-top: -100px !important
  }
  .mt-md-n50 {
    margin-top: -50px !important
  }
  .mt-md-n40 {
    margin-top: -40px !important
  }
  .mt-md-n30 {
    margin-top: -30px !important
  }
  .mt-md-n20 {
    margin-top: -20px !important
  }
  .mt-md-n10 {
    margin-top: -10px !important
  }
}
@media (min-width:992px) {
  .ms-lg-n50 {
    margin-left: -50px !important
  }
  .ms-lg-n40 {
    margin-left: -40px !important
  }
  .ms-lg-n30 {
    margin-left: -30px !important
  }
  .ms-lg-n20 {
    margin-left: -20px !important
  }
  .ms-lg-n10 {
    margin-left: -10px !important
  }
  .mt-lg-n50 {
    margin-top: -50px !important
  }
  .mt-lg-n40 {
    margin-top: -40px !important
  }
  .mt-lg-n30 {
    margin-top: -30px !important
  }
  .mt-lg-n20 {
    margin-top: -20px !important
  }
  .mt-lg-n10 {
    margin-top: -10px !important
  }
  .mt-lg-50 {
    margin-top: 50px !important
  }
  .mt-lg-40 {
    margin-top: 40px !important
  }
  .mt-lg-30 {
    margin-top: 30px !important
  }
  .mt-lg-20 {
    margin-top: 20px !important
  }
  .mt-lg-10 {
    margin-top: 10px !important
  }
}
.sp-none {
  display: none;
}
@media screen and (min-width: 576px) {
  .sp-none {
    display: block;
  }
}
.w-5 {
  width: 5% !important
}
.w-10 {
  width: 10% !important
}
.w-15 {
  width: 15% !important
}
.w-20 {
  width: 20% !important
}
.w-30 {
  width: 30% !important
}
.w-35 {
  width: 35% !important
}
.w-40 {
  width: 40% !important
}
.w-45 {
  width: 45% !important
}
.w-60 {
  width: 60% !important
}
.w-65 {
  width: 65% !important
}
.w-70 {
  width: 70% !important
}
.w-80 {
  width: 80% !important
}
.w-85 {
  width: 85% !important
}
.w-90 {
  width: 90% !important
}
@media (min-width:576px) {
  .w-sm-5 {
    width: 5% !important
  }
  .w-sm-10 {
    width: 10% !important
  }
  .w-sm-15 {
    width: 15% !important
  }
  .w-sm-20 {
    width: 20% !important
  }
  .w-sm-30 {
    width: 30% !important
  }
  .w-sm-35 {
    width: 35% !important
  }
  .w-sm-40 {
    width: 40% !important
  }
  .w-sm-45 {
    width: 45% !important
  }
  .w-sm-60 {
    width: 60% !important
  }
  .w-sm-65 {
    width: 65% !important
  }
  .w-sm-70 {
    width: 70% !important
  }
  .w-sm-80 {
    width: 80% !important
  }
  .w-sm-85 {
    width: 85% !important
  }
  .w-sm-90 {
    width: 90% !important
  }
}
@media (min-width:768px) {
  .w-md-5 {
    width: 5% !important
  }
  .w-md-10 {
    width: 10% !important
  }
  .w-md-15 {
    width: 15% !important
  }
  .w-md-20 {
    width: 20% !important
  }
  .w-md-30 {
    width: 30% !important
  }
  .w-md-35 {
    width: 35% !important
  }
  .w-md-40 {
    width: 40% !important
  }
  .w-md-45 {
    width: 45% !important
  }
  .w-md-60 {
    width: 60% !important
  }
  .w-md-65 {
    width: 65% !important
  }
  .w-md-70 {
    width: 70% !important
  }
  .w-md-80 {
    width: 80% !important
  }
  .w-md-85 {
    width: 85% !important
  }
  .w-md-90 {
    width: 90% !important
  }
}
@media (min-width:992px) {
  .w-lg-5 {
    width: 5% !important
  }
  .w-lg-10 {
    width: 10% !important
  }
  .w-lg-15 {
    width: 15% !important
  }
  .w-lg-20 {
    width: 20% !important
  }
  .w-lg-30 {
    width: 30% !important
  }
  .w-lg-35 {
    width: 35% !important
  }
  .w-lg-40 {
    width: 40% !important
  }
  .w-lg-45 {
    width: 45% !important
  }
  .w-lg-60 {
    width: 60% !important
  }
  .w-lg-65 {
    width: 65% !important
  }
  .w-lg-70 {
    width: 70% !important
  }
  .w-lg-80 {
    width: 80% !important
  }
  .w-lg-85 {
    width: 85% !important
  }
  .w-lg-90 {
    width: 90% !important
  }
}
@media (min-width:1200px) {
  .w-xl-15 {
    width: 15% !important
  }
  .me-xl-50 {
    margin-right: 50px !important;
  }
}
/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
.ls-1 {
  letter-spacing: 1px !important
}
.ls-2 {
  letter-spacing: 2px !important
}
.ls-3 {
  letter-spacing: 3px !important
}
.ls-4 {
  letter-spacing: 4px !important
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left !important;
}
.position-relative {
  position: relative;
}
/* colors */
.bg-black {
  background-color: #000;
}
.bg-grey-10 {
  background-color: #505050;
}
.bg-grey-20 {
  background-color: #333333;
}
.bg-grey-30 {
  background-color: #262626;
}
.subc {
  color: #af9a44;
}
.hr-grey {
  background-color: #dedede;
}
/* nav */
.head-nav {
  font-family: "Noto Serif JP", "Noto Sans JP";
  position: fixed;
  background: #fff;
  z-index: 99;
  line-height: 1;
  right: 0;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px 10px 16px;
  width: 60px;
}
.head-reserve {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-left: -5px;
}
.plate {
  height: 41px;
  width: 41px;
}
.plate img {
  height: 40px;
  position: absolute;
  width: 40px;
  cursor: pointer;
  background-color: #fff;
  right: 10px;
}
.x {
  transform: scale(0);
  transition: transform 400ms;
}
.line {
  fill: none;
  stroke: grey;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.offcanvas {
  font-family: "Noto Sans JP";
}
.card-body p {
  line-height: 1.5rem;
}
.card {
  transition-duration: 500ms;
}
.card-text {
  font-family: "Cinzel";
  color: #af9a44;
}
.card:hover {
  background-color: grey;
  color: #ffffff;
}
/* main */
.main {
  padding: 0 60px 0 0;
}
/* hero */
.hero-sect {
  padding: 150px 60px 150px 0;
  width: 100vw;
  height: 100vh;
}
.g-contents img {
  filter: brightness(75%);
  transition: 1.0s;
}
.g-contents a img:hover {
  filter: brightness(100%);
}
.card-title {
  margin-left: -30px;
  margin-top: -40px;
}
@media screen and (min-width: 576px) {
  .card-title {
    margin-left: -30px;
    margin-top: -10px;
  }
}
/* concept */
.concept-sect {
  padding: 0;
}
.concept-copy {
  padding: 100px 0;
  background-image: url("../images/shine.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP";
}
.concept-orner {
  padding: 0;
  font-family: "Noto Serif JP";
}
.cmnt {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.75rem;
  color: #ffffff;
}
.cmnt span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .cmnt {
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 2.0rem;
    color: #ffffff;
  }
  .cmnt span {
    display: block;
  }
}
.concept-copy p span {
  display: inline-block;
}
.concept-desc {
  padding: 60px 0;
  background-image: url("../images/bg-concept.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .concept-desc {
    background-size: contain;
    background-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .concept-desc {
    background-size: contain;
    background-position: 10% top;
  }
}
@media screen and (min-width: 992px) {
  .concept-desc {
    background-size: contain;
    background-position: 15% top;
  }
}
@media screen and (min-width: 1200px) {
  .concept-desc {
    background-size: contain;
    background-position: 30% top;
  }
}
.concept-desc .container .row {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .concept-desc .container .row {
    justify-content: flex-end;
  }
}
.concept-desc h2, .concept-desc h4 {
  font-family: "Noto Serif JP";
}
.concept-desc h2 {
  font-size: 1.6rem;
}
.concept-desc h4 {
  font-size: 1.3rem;
}
.concept-desc p {
  color: #fff;
  line-height: 1.8;
}
/* access */
.access-sect {
  padding-left: 60px;
}
/* info */
.info-sect {
  padding: 120px 0 0 0;
}
.info-sect {
  font-family: "Noto Sans JP";
  color: #fff;
}
/* menu */
.menu-sect {
  background: url("../images/catch-menu.jpg") #000 no-repeat left -30px top / contain fixed;
  padding: 100px 0 50px 0;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .menu-sect {
    padding: 400px 0 50px 0;
  }
}
.menu-border {
  border-bottom: #af9a44 solid 1px;
  padding-bottom: 0.75rem;
}
.menu-border h2 {
  line-height: 2px;
}
.menu-sect h4 {
  font-family: "Noto Sans JP";
}
.menu-sect h4 .small {
  font-size: 0.75rem;
}
.menu-sect p {
  margin-top: 0.75rem;
  line-height: 1.0;
  font-family: "Noto Serif JP";
  color: #af9a44;
}
.menu-sect .subc {
  margin: 0;
  line-height: 2.0;
}
.menu-sect hr {
  margin: 1.0rem 0 0 0;
  background-color: #dedede;
}
.menu-sect .row {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .menu-sect .row {
    justify-content: center;
  }
}
.price p {
  margin: 0.75rem 0 0 0;
  font-family: "Noto Serif JP";
  font-size: 1.2rem;
  text-align: right;
  color: #ffffff;
}
.price span {
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
}
.menu-border span {
  display: inline-block;
}
.note {
  font-family: "Noto Sans JP";
  font-size: 0.7rem;
  line-height: 1.0;
}
@media only screen and (min-width: 768px) {
  .price p {
    font-size: 1.5rem;
  }
  #menu .text-3 {
    font-size: 1.3rem;
  }
}
/* recruit */
.recruit-sect {
  background: url("../images/catch-recruit.jpg") #000 no-repeat left -30px top / contain fixed;
  padding: 100px 0 150px 0;
  width: 100%;
  color: #fff;
}
.im-box-u img {
  width: 90%;
}
.fz-4 {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 576px) {
  .im-box-u img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .im-box-u img {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .im-box-u img {
    width: 95%;
  }
}
@media screen and (min-width: 576px) {
  .recruit-sect {
    padding: 400px 0 150px 0;
  }
}
.recruit-desc p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .im-box-u {
    justify-content: center;
  }
  .im-box-u .text-1 {
    font-size: 0.8rem !important
  }
  .im-box-u .col-12 {
    height: auto !important
  }
  .im-box-u .col-lg-5 {
    height: auto !important
  }
  .im-box-u img {
    z-index: 5;
  }
}
.recruit-box {
  border: 1px solid #af9a44;
  background-color: #000000;
  margin: 15px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #af9a44;
}
#job-description h3 {
  text-align: center;
  margin: 2rem 0;
}
#job-description table tr {
  color: #ffffff;
  font-family: "Noto Serif JP";
  align-items: center;
  border-bottom: 1px solid #af9a44;
  border-top: 1px solid #af9a44;
}
#job-description table tr h {
  width: 20%;
}
#job-description table tr td {
  width: 80%;
  padding: 15px 0;
  letter-spacing: 2px;
}
@media screen and (min-width: 576px) {
  #job-description table tr h {
    width: 10%;
  }
  #job-description table tr td {
    width: 90%;
    padding: 15px 0;
    letter-spacing: 2px;
  }
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Noto Serif JP", "Noto Sans JP";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.btn.btn-round {
  border-radius: 2px;
}
.btn.btn-circle {
  border-radius: 30px;
}
.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}
.btn.btn-w:hover, .btn.btn-w:focus {
  background: white;
  color: #111;
}
.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}
.btn.btn-g:hover, .btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}
.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}
.btn.btn-border-w:hover, .btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}
.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}
.btn.btn-d:hover, .btn.btn-d:focus {
  background: #111111;
}
.btn.btn-b {
  background: #111111;
  color: #fff;
}
.btn.btn-b:hover, .btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}
.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}
.btn.btn-border-d:hover, .btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}
.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}
/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}
.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}
.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}
.btn-list .btn {
  margin: 5px 0;
}
.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}
.image-button {
  margin: 0px 5px;
}
/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}
a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 300;
}
h5 {
  font-size: 0.8rem;
}
p, ol, ul, blockquote {
  margin: 0 0 20px;
}
.large-text {
  font-size: 24px !important;
}
/*--------------------------------------------------------------
	Info
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}
.footer .copyright {
  margin: 0;
}
.info-sect dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}
.info-sect dt {
  width: 30%;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
.info-sect dd {
  width: 70%;
  padding-bottom: 10px;
  margin-bottom: 3px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .info-sect dt {
    width: 20%;
    padding-bottom: 10px;
    margin-bottom: 3px;
  }
  .info-sect dd {
    width: 80%;
    padding-bottom: 10px;
    margin-bottom: 3px;
    letter-spacing: 2px;
  }
}
.info-sect dd span {
  display: inline-block;
}
.info-sect p, .info-sect a {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .info-sect .text-1 {
    font-size: 0.9rem;
  }
  .info-sect p, .info-sect a {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*--------------------------------------------------------------
	toTop
--------------------------------------------------------------*/
#top-button {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #dedede;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #top-button {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 7rem;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    background-color: #dedede;
  }
}
/*--------------------------------------------------------------
	Animation
--------------------------------------------------------------*/
.fIn {
  animation-name: fInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0.75;
  pointer-events: auto;
}
@keyframes fInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
.fOut {
  animation-name: fOutAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: none;
}
@keyframes fOutAnime {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 0;
  }
}