@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://use.typekit.net/ewa8uhv.css");
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
p {
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
p.annotation {
  font-size: 14px;
}
a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
i,img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  a {
    font-size: 14px;
  }
  p.annotation {
    font-size: 12px;
  }
}
.mt-xs {
  margin-top: 10px;
}
.mt-sm {
  margin-top: 20px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 60px;
}
.mb-xs {
  margin-bottom: 10px !important;
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-sm-s {
  margin-bottom: 30px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 60px;
}
.mb-no {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .show-tab { display: none; }
}
@media (max-width: 991px) {
  .show-tab { display: block; }
}
@media (min-width: 768px) {
  .show-pc { display: block; }
  .show-mb { display: none; }
}
@media (max-width: 767px) {
  .show-pc { display: none; }
  .show-mb { display: block !important; }
}
img.fit {
  width: 100%;
}
.pc-none {
  display: none;
}
.sp-none {
  display: initial;
}
@media(max-width: 960px) {
  .pc-none {
    display: initial;
  }
  .sp-none {
    display: none;
  }
}


/* --------------------------------------------------------------------------

Elements

-------------------------------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
}
.row-items-center {
  align-items: center;
}
@media (min-width: 768px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1100px;
  }
}


/* --------------------------------------------------------------------------

List

-------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ol li {
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 0;
}


/* --------------------------------------------------------------------------

Animation

-------------------------------------------------------------------------- */

/*Effect*/
.effect-up {
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
  opacity: 0 !important;
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  -o-transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s, -webkit-transform 1.3s;
}
.effect-up-frame {
  -webkit-transform: translate3d(0,-40px,0);
  transform: translate3d(0,-40px,0);
  opacity: 0 !important;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.effect-scale {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0 !important;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.effect-fade {
  opacity: 0 !important;
  -webkit-transition: opacity 2.6s, -webkit-transform 2.6s;
  transition: opacity 2.6s, -webkit-transform 2.6s;
  -o-transition: transform 2.6s, opacity 2.6s;
  transition: transform 2.6s, opacity 2.6s;
  transition: transform 2.6s, opacity 2.6s, -webkit-transform 2.6s;
}
.effect-blur {
  opacity: 0;
  filter: blur(20px);
}
.effect-blur.is-shown {
  opacity: 1;
  filter: blur(0px);
  transition-duration: 5.0s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
}
.effect-up.is-shown,
.effect-up-frame.is-shown,
.effect-scale.is-shown {
  -webkit-transform: none;
  transform: none;
  opacity: 1 !important;
}
.effect-fade.is-shown {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .effect-up {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
}

/*Delay*/
.dl-2 {
  transition-delay: 0.2s;
}
.dl-3 {
  transition-delay: 0.3s;
}
.dl-4 {
  transition-delay: 0.4s;
}
.dl-5 {
  transition-delay: 0.5s;
}
.dl-6 {
  transition-delay: 0.6s;
}
.dl-8 {
  transition-delay: 0.8s;
}
.dl-10 {
  transition-delay: 1s;
}

/* --------------------------------------------------------------------------

Top

-------------------------------------------------------------------------- */
.home-main {
  background-image: url(../images/content/home-main.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-main-copy {
  width: 350px;
}
h2 {
  font-size: 120px;
  color: #e60012;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-bottom: 60px;
  margin-left: 60px;
}
section.home-about {
  margin-top: 120px;
  margin-bottom: 120px;
}
.home-about-content {
  display: flex;
}
.home-about-text {
  width: 550px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}
.home-about-text p {
  line-height: 2;
  margin-bottom: 40px;
  margin-right: 40px;
}
.homa-about-img {
  content: '';
  flex-basis: 50%;
  background-image: url(../images/content/about-img.png);
  background-size: cover;
  background-position: center;
}
.homa-about-img img {
  display: none;
}
section.home-service {
  background-image: url(../images/content/service-back.jpg);
  background-size: cover;
  background-position: bottom;
  padding-top: 120px;
  padding-bottom: 120px;
}
.home-service-box {
  margin-bottom: 120px;
  position: relative;
}
.service-img img {
  width: 70%;
  height: 500px;
  object-fit: cover;
}
.service-text {
  background-color: #fff;
  padding: 40px;
  width: 50%;
  position: absolute;
  bottom: -40px;
}
.service-text h3 {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.service-text p {
  font-size: 14px;
  margin-bottom: 0;
}
.home-service-box.box-text-l .service-img { 
  text-align: right;
}
.home-service-box.box-text-l .service-text { 
  left: 0;
}
.home-service-box.box-text-r .service-img { 
  text-align: left;
}
.home-service-box.box-text-r .service-text { 
  right: 0;
}
section.home-staff {
  padding-top: 120px;
  padding-bottom: 100px;
}
.staff-img {
  flex-basis: 40%;
}
.staff-img img {
  width: 100%;
}
.staff-text {
  flex-basis: 60%;
  padding-left: 40px;
}
.staff-text h3 {
  font-size: 26px;
  margin-bottom: 40px;
}
.staff-text h3 span {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.staff-text p {
  margin-bottom: 20px;
}
section.home-access {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/content/access-back.png);
  background-size: cover;
  background-position: center;
}
.home-access .googlemap {
  margin-bottom: 60px;
}
.home-access p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media(max-width: 1400px) {
  .home-about-text {
    width: 450px;
  }
}
@media(max-width: 1200px) {
  .home-about-text {
    width: 435px;
  }
}
@media(max-width: 991px) {
  .home-main-copy {
    width: 300px;
  }
  h2 {
    font-size: 80px;
  }
  section.home-about {
    margin-top: 100px;
  }
  .home-about-text {
    width: 325px;
  }
  section.home-service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .service-img img {
    width: 80%;
    height: 400px;
  }
  .service-text {
    position: relative;
    width: 70%;
    margin-top: -120px;
  }
  .home-service-box {
    margin-bottom: 80px;
  }
  .home-service-box.box-text-r .service-img {
    text-align: right;
  } 
  section.home-staff {
    padding-top: 100px;
  }
  .staff-box .row {
    display: block;
  }
  .staff-img img {
    display: block;
    width: 70%;
    margin: 0 auto 80px;
  }
  .staff-text {
    padding-left: 0;
  }
  section.home-access {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media(max-width: 767px) {
  .home-main-copy {
    width: 250px;
  }
  h2 {
    margin-left: 15px;
    margin-bottom: 50px;
  }
  section.home-about {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .home-about-content {
    display: block;
  }
  .home-about-text {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 80px;
  }
  .home-about-text p {
    margin-right: 0;
    margin-bottom: 30px;
  }
  section.home-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .homa-about-img {
    height: 350px;
  }
  .service-img img {
    width: 90%;
    height: auto;
  }
  section.home-staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.home-access {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-access .googlemap {
    margin-bottom: 40px;
  }
}
@media(max-width: 575px) {
  .home-main-copy {
    width: 220px;
  }
  h2 {
    font-size: 70px;
    margin-bottom: 40px;
  }
  section.home-about {
    margin-top: 60px;
  }
  .homa-about-img {
    height: 300px;
  }
  section.home-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-text {
    width: 80%;
    padding: 25px;
    margin-top: -80px;
  }
  .service-text h3 {
    font-size: 18px;  
    margin-bottom: 10px;
  }
  section.home-staff {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .staff-img img {
    width: 100%;
    margin-bottom: 60px;
  }
  section.home-access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(max-width: 479px) {
  h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
/* --------------------------------------------------------------------------

Header

-------------------------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
  z-index: 999;
}
header.main-header {
}
header.main-header .header-logo { 
  position: absolute;
  left: 60px;
  width: 150px;
  margin-top: -10px;
}
header.main-header .header-logo a { 
  display: block;
}
header ul.header-menu {
  text-align: right;
  padding-right: 60px;
}
header ul.header-menu li {
  display: inline-block;
  margin-left: 20px;
}
header ul.header-menu li a {
  color: #333;
  font-size: 16px;
  font-weight: 800;
}
header ul.header-menu li a:hover {
  color: #e60012;
}
header ul.header-menu li a.link-icon {
  position: relative;
  padding-left: 18px;
}
header ul.header-menu li a.link-icon:before {
  content: '';
  background-image: url(../images/common/link-icon.png);
  background-size: contain;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 3px;
  left: 0;
}
header ul.header-menu li a.reservation-button {
  border: solid #fff 1px;
  padding: 10px 15px;
  font-size: 12px;
}
header ul.header-menu li a.reservation-button:hover {
  background-color: #fff;
  color: #000;
}
header.sub-header {
  position: relative;
}
header.sub-header .header-logo {
  position: absolute;
  left: 60px;
  width: 170px;
}
#header-sp {
  display: none;
}
#header #nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}
#header-sp #nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  z-index: 999;
}
#header-sp #nav_hbg div span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}
#header-sp .clicked span:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}
#header-sp .clicked span:nth-child(2) {
  opacity: 0;
}
#header-sp .clicked span:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}
#header-sp #nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}
#header-sp #nav_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #111;
}
#header-sp #nav_menu.opened {
  visibility: visible;
  opacity: 1;
}
#header-sp .header-sp-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.header-menu-sp {
  text-align: center;
}
header ul.header-menu-sp li {
  margin-top: 20px;
  margin-bottom: 20px;
}
header ul.header-menu-sp li a.link-icon {
  position: relative;
  padding-left: 18px;
}
header ul.header-menu-sp li a.link-icon:before {
  content: '';
  background-image: url(../images/common/link-icon.png);
  background-size: contain;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
header ul.header-menu-sp li a.reservation-button {
  border: solid #fff 1px;

  padding: 10px 15px;
  font-size: 12px;
  margin-top: 25px;
  display: block;
}
@media(max-width: 1199px) {
  header.main-header .header-logo {
    width: 140px;
    left: 40px;
  }
  header ul.header-menu {
    padding-right: 40px;
  }
  header ul.header-menu li {
    margin-left: 15px;
  }
}
@media(max-width: 1090px) {
  header {
    margin: 0;
  }
  header ul.header-menu { 
    display: none;
  }
  #header-sp {
    display: block;
  }
  header.main-header .header-logo {
    top: 30px;
  }
  header.sub-header .header-logo {
    display: none;
  }
}
@media(max-width: 991px) {
  header.main-header {
    background: none;
  }
  header.main-header .header-logo {
    width: 110px;
  }
}
@media(max-width: 767px) {
  header.main-header .header-logo {
    top: 60px;
    width: 100px;
  }
  header.sub-header .header-logo {
   left: 30px;
  }
}
@media(max-width: 575px) {
  header.main-header .header-logo {
    top: 30px;   
    left: 20px;
    width: 90px;
  }
  #header-sp #nav_hbg {
    right: 15px;
  }
}

/* --------------------------------------------------------------------------

Footer

-------------------------------------------------------------------------- */
footer {
  background-color: #000;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
}
footer small {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
}
.footer-button a {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  width: 400px;
  text-align: center;
  border: solid 1px #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-button a:hover {
  border: solid 1px #fff;
  color: #00420e;
  background-color: #fff;
}
@media(max-width: 767px) {
  .footer-button a {
    width: 350px;
  }
}
@media(max-width: 575px) {
  .footer-button a {
    width: 300px;
  }
}















