@charset "UTF-8";

/* ++++++++++++++++++++++ Common ++++++++++++++++++++++ */

html {font-size: 100%;}
body {
  /*font-family: 'M PLUS 1p', sans-serif;*/
  font-family: "Noto Sans JP";
  line-height: 1.7;
  color: #262933;
  text-align: center;
  background-color: #f8f8f8;
}
h2{
  font-size: 1.5rem;
  margin: 20px 0 -10px 0;
  padding-top: 20px;
  text-align: center;
}
h3{
  font-size: 0.75rem;
  padding: 0;
  margin-bottom: 15px;
}
section{padding-bottom: 50px;}
a {
  text-decoration: none;
  color: #165e83;
}
a:visited{color: #000;}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.test{background: #de82a7;}
.eng-font{
  font-family: 'Raleway', sans-serif;
}
.font-white{
  color: #fff;
}
.bold{font-weight: bold;}
.hide-pc{display: none;}
.slash{
  position: relative;
}
.slash::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: #000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
/* ++++++++++++++++++++++ Header ++++++++++++++++++++++ */

.page-header {
  position: fixed;
  z-index: 1;
  color: #000;
  background-color: rgba(255,255,255,0.9);
  height: 7%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 10px 0px rgba(160,160,160,0.6);
}
.header-logo{
  height: 75%;
  padding-left: 60px;
}
.header-logo img{
  height: 100%;
  padding: 0;
}
.main-nav {
  display: flex;
  font-size: 1rem;
  list-style: none;
  margin-right: 60px;
}
.main-nav li {margin-left: 36px;}
.main-nav li a{color: #000;}

/* ++++++++++++++++++++++ Footer ++++++++++++++++++++++ */

footer{
  padding: 10px 0 10px 0;
  background-size: cover;
  background-color: #9cabc1;
  color: #fff;
}

/* ++++++++++++++++++++++ Reservation ++++++++++++++++++++++ */

.reservation {
  background-color: #9cabc1;
  /*background-color: #a3b7c0;*/
}
a.btn-main {
  color: #fff;
  background-color: #24566B;
  /*background: url(../img/bg-pink-3.png) repeat-y;*/
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  padding: 1.5rem 7.5rem 1.5rem 7.5rem;
  margin-top: 30px;
  margin-bottom: 50px;
}
a.btn-main:hover {
  color: #000;
  background-size: cover;
  background-color: #fff;
  /*background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);*/
}
.other_touch_way {
}
.other_touch_way p {
  font-size: 1rem;
  margin-bottom: 25px;
}
.line_qr{
  margin-bottom: 20px;
}
.qr{
  height: 150px;
  margin: 0 auto;
}
.tel{
  height: 60px;
  margin: 0 auto;
}

.reservation-btn-box {
  margin: 30px;
}

.reservation-btn,
a.reservation-btn,
button.reservation-btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;
  font-size: 1.25rem;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #000;
}




/* ++++++++++++++++++++++ Reference ++++++++++++++++++++++ */

.reference img{
  padding: 0 20px 0 20px;
  margin-top: 40px;
  height: 30px;
}
.site_policy {
  margin-top: 50px;
}

/* **************************** SMART PHONE **************************** */

@media (max-width: 600px){

  /* ++++++++++++++++++++++ Common ++++++++++++++++++++++ */
  .hide-pc{display: initial;}
  .hide-sp{display: none;}

  /* ++++++++++++++++++++++ Header ++++++++++++++++++++++ */
  .page-header {
    height: 7%;
    justify-content: center;
    text-align: center;
  }
  .header-logo{
    height: 75%;
    padding: 0;
  }
  .header-logo img{
    height: 100%;
    padding: 0;
  }

  /* ++++++++++++++++++++++ Reservation ++++++++++++++++++++++ */
  a.btn-main {
    padding: 20px 0px 20px 0px;
    width: 350px;
  }
  a.btn-line {
    background-color: #06c755;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    padding: 15px 70px 10px 70px;
    margin-top: 30px;
    width: 350px;
  }
  a.btn-line:hover {
    color: #000;
    background-size: cover;
    /*background-image: url(../img/bg-fish2.jpg);*/
    /*background-color: #9cabc1;*/
    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  }
  a.btn-line img{
    width: 100%;
  }
  .tel-box{
    margin-top: 50px;
  }
  .tel{
    width: 350px;
    border: 2px solid #374965;
  }
  /* ++++++++++++++++++++++ Site Policy ++++++++++++++++++++++ */

  .site_policy {
    font-size: 0.75rem;
  }
}