@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
input[type="text"],textarea,select,input[type="email"],input[type="tel"]{
  border: 1px solid #ccc;
}
label{
  display: flex;
  margin: 5px 0;
}
code, kbd, pre, samp {
  font-family: monospace,monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style-type: none;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*# sourceMappingURL=sanitize.css.map */
/* -------------------------------------------------- 
common
-------------------------------------------------- */
body {
  line-height: 1.6;
  color: #666;
  font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, sans-serif;
  font-weight: 500;
}

a {
  color: #666;
}
a:hover {
  color: #999999;
}
a:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pc-only {
  display: none;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #ccc;
}

table th {
  background: #eee;
}

.clearfix,
.row {
  zoom: 1;
}
.clearfix:after,
.row:after {
  display: block;
  clear: both;
  content: '';
}

.container {
  padding: 0 15px;
}

.btn, .mfp_element_button {
  margin: 10px 0;
  display: block;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  color: #fff;
  width: 100%;
  background: #1A5E63;
  box-shadow: 0 10px 20px rgba(50, 48, 58, 0.25);
}
.mfp_element_button{
  width: 40%;
  display: inline-block;
}
.btn:hover, .mfp_element_button:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
}
form#mailformpro dl dd input, form#mailformpro textarea{
  width: 100%!important;
}
form#mailformpro textarea {
    height: 160px!important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.txt-c {
  text-align: center;
}

/* header */
.layer {
  position: fixed;
  z-index: 1;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hearder-wrap {
  color: #fff;
  border-bottom: 1px solid #ddd;
  background: #00b0a2;/*ここでヘッダーの色が変わる*/
}

.header {
  padding: 15px 0;
}
  .logo a{
    color: #fff;
  }
.gnav {
  font-size: 16px;
  font-size: 1.6rem;
  position: fixed;
  z-index: 2;
  top: 0;
  right: -240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  padding: 60px 0 0 0;
  background: #0d0d0d;
}
.gnav li {
  border-bottom: 1px solid #1a1a1a;
}
.gnav li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}
.gnav li:first-child {
  border-top: 1px solid #1a1a1a;
}
.gnav .reserve {
  margin: 20px 0 0;
  text-align: center;
}
.gnav .reserve span {
  display: block;
  margin: 0 0 10px;
  font-size: 28px;
  font-size: 2.8rem;
}
.gnav .reserve a {
  display: inline-block;
  padding: 8px 40px;
  vertical-align: top;
  color: #fff;
  border-radius: 30px;
  background: #0f383b;
}

/* menubtn */
.menu-btn {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: block;
  width: 42px;
  height: 42px;
}
.menu-btn span {
  position: absolute;
  right: 9px;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-btn span:first-child {
  top: 12px;
}
.menu-btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:last-child {
  bottom: 12px;
}
.menu-btn.btn-active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-btn.btn-active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.btn-active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* footer */
.footer {
  background: #cccccc;
}
.footer .sns {
  font-size: 0;
  margin: 5px 0 15px;
}
.footer .sns li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}
.footer .tel {
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
}

.f-area {
  padding: 20px 0;
}

.f-nav {
  text-align: center;
  background: #fff;
}
.f-nav ul li {
  padding: 5px 3%;
  border-bottom: 1px solid #cccccc;
}

.copyright {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #00b0a2;/*ここでフッターの色が変える*/
}

.pagetop {
  padding: 10px 0;
  text-align: center;
}

/* common */
body {
  background: url(../img/bg_border.png) repeat-x;
  font-size: 16px;
  font-size: 1.6rem;
}

/*table*/
.field_l{
  width: 100%;
}
.table-style02 {
  width: 100%;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.table-style02 th,
.table-style02 td {
  padding: 10px;
  box-sizing: border-box;
}
.table-style02 th {
  text-align: left;
}

.table-style03 {
  width: 100%;
  margin: 0 0 20px;
}
.table-style03 th,
.table-style03 td {
  padding: 10px;
  vertical-align: baseline;
  border: none;
  background: none;
}
.table-style03 th {
  width: 20%;
  text-align: left;
}

.container {
  padding: 0 15px;
}
.container img {
  max-width: 100%;
}

.pagetitle .ttl {
  padding: 20px 0 10px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.ttl-base {
  font-weight: 700;
  margin: 0 0 10px;
  color: #333;
}

.list-link {
  display: block;
  margin: 10px 0;
  padding: 0 20px 0 0;
  color: #333;
  background: url(../img/common/ico_arrow.png) no-repeat right;
}
.list-link:hover {
  color: #333;
}

.pagetitle {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  background: #ddd;
  font-size: 20px;
  font-size: 2rem;
}

.box {
  margin: 0 0 40px;
}

.box-bg {
  padding: 0 0 40px;
  background: #e6e6e6;
}

/* -------------------------------------------------- 
 sp
-------------------------------------------------- */
@media only screen and (max-width: 499px) {
  /* common */
  /*table*/
  .table-style02 {
    border-bottom: 1px solid #ddd;
  }
  .table-style02 th,
  .table-style02 td {
    display: block;
    width: 100%;
  }
  .table-style02 th,
  .table-style02 td {
    border-bottom: none;
  }
  .content img {
    margin: 0 0 10px;
  }

  .logo img {
    max-width: 40%;
  }

  .list-link {
    padding: 10px;
    border: 1px solid #333;
    background: url(../img/common/ico_arrow.png) no-repeat 95%;
  }
}
/* -------------------------------------------------- 
tab
-------------------------------------------------- */
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* common */
  /*table*/
  .fl,
  .fr {
    float: inherit;
  }
}
/* -------------------------------------------------- 
pc
-------------------------------------------------- */
@media only screen and (min-width: 788px) {
  /* common */
  /*table*/
  .table-style02 th {
    width: 260px;
  }
  .container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }

  .ttl-heading {
    font-weight: normal;
    padding: 80px 0 60px;
    letter-spacing: .1em;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .ttl-heading span {
    font-weight: bold;
    font-weight: normal;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ttl-base {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .pagetitle {
    margin-bottom: 60px;
    padding: 30px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .box {
    margin: 0 0 120px;
  }

  .box-bg {
    padding: 0;
  }

  .pc-only {
    display: inline;
  }

  .sp-only {
    display: none;
  }

  /* header */
  .hearder-wrap {
    height: auto;
  }

  .header {
    padding: 0;
  }

  .btn {
    margin: 40px auto 0;
    display: block;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    color: #fff;
    width: 30%;
    background: #1A5E63;
    box-shadow: 0 10px 20px rgba(50, 48, 58, 0.25);
  }
  .btn:hover {
    box-shadow: none;
    opacity: 1;
  }

  .logo {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px 0;
  }
  

  .gnav-wrap {
    background: #fff;
  }

  .gnav {
    position: static;
    right: 0 !important;
    width: auto;
    height: auto;
    padding: 25px 0 23px;
    text-align: center;
    background: none;
  }
  .gnav .reserve {
    position: absolute;
    top: -96px;
    right: 0;
  }
  .gnav .reserve span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .gnav li {
    display: inline-block;
    margin: 0 2%;
    border: none;
  }
  .gnav li a {
    padding: 0;
    color: #333;
  }
  .gnav li a:after {
    display: block;
    height: 2px;
    content: '';
  }
  .gnav li a:hover:after {
    background: #1A5E63;
  }
  .gnav li:first-child {
    border: none;
  }
  .gnav li:first-child {
    margin-left: 0;
  }

  .menu-btn {
    display: none;
  }

  .row {
    margin: 0 -10px;
  }

  .col-1of2 {
    float: left;
    width: 50%;
    padding: 0 10px;
  }

  .col-1of3 {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
  }

  .col-2of3 {
    float: left;
    width: 66.6667%;
    padding: 0 10px;
  }

  .col-1of4 {
    float: left;
    width: 25%;
    padding: 0 10px;
  }

  .col-3of4 {
    float: left;
    width: 75%;
    padding: 0 10px;
  }

  .f-area {
    padding: 60px 0;
  }

  .f-nav ul {
    width: 1120px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .f-nav ul li {
    display: inline-block;
    padding: 5px 3%;
    border: none;
  }
  .f-nav ul li a {
    text-decoration: underline;
  }
  .f-nav ul li a:hover {
    text-decoration: none;
  }

  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 60px;
  }
}