@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Noto+Serif&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*================================================
 *  変数
 ================================================*/
/*================================================
 *  一般・共通設定
 ================================================*/
html,
body {
  font-family: "Century Gothic", "Lato", sans-serif;
  font-size: 100%;
  height: 100%;
  background: #ffffff;
}

html h1,
body h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}

html h2,
body h2 {
  font-size: 1.6rem;
  margin: 0;
}

html h3,
body h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

a {
  text-decoration: none;
}

.et-hero-tabs {
  height: 0;
}

.et-slide {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 800px;
  position: relative;
  background: #eee;
  text-align: center;
  padding: 0 2em;
}

.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}

.et-slide h2 {
  font-size: 1.6rem;
  margin: 0;
}

.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .et-slide {
    height: 620px;
  }
}

.et-hero-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}

.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

@media (orientation: landscape) and (max-width: 767px) {
  .et-hero-tabs-container {
    bottom: -470px;
  }
}

.et-hero-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}

.et-hero-tab:hover {
  color: white;
  background: #e1ccae;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #c9b69b;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }
  .et-hero-tab {
    font-size: 1rem;
  }
}

/*================================================
 *  Language
 ================================================*/
.lang-dropdown {
  position: absolute;
  top: 6px;
  right: 50px;
  width: 100px;
  margin: 4px auto;
  text-align: center;
}

.lang-dropdown > .dropdownbox {
  margin: 0 20px;
  vertical-align: top;
}

.dropdownbox {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 26px;
  overflow: hidden;
  background: #efeeee;
  border: 0.5px solid;
  border-color: #fff #f7f7f7 #f5f5f5;
  border-radius: 3px;
}

.dropdownbox:before, .dropdownbox:after {
  position: absolute;
  top: 6px;
  right: 14px;
  z-index: 2;
  width: 0;
  height: 0;
  border: 5px dashed;
  border-color: #62717a transparent;
  content: '';
  pointer-events: none;
}

.dropdownbox:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdownbox:after {
  margin-top: 8px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdownbox-select {
  position: relative;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0px 8px 4px 20px;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0) !important;
  color: #62717a;
  line-height: 18px;
  font-size: 14px;
  font-family: Tahoma;
  text-shadow: 0 1px #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

/*================================================
 *  About
 ================================================*/
.about {
  background-image: url("../images/about_bk.jpeg");
  background-size: cover;
  background-position: center center;
}

.about_inner {
  margin: 0 0 0 50%;
  padding: 100px 0 100px 0;
  width: 40%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.7);
}

.about_inner p {
  color: #444444;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.about_inner h1 {
  margin: 0 0 20px 0;
}

.about_inner h3 {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .about_inner {
    margin: 0 0 0 0;
    width: 100%;
    padding: 75px 0 75px 0;
  }
}

/*================================================
 *  Concept
 ================================================*/
.concept {
  background-image: url("../images/bk_pc.png");
  background-attachment: fixed;
  background-color: #faf5ed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .concept {
    background-image: url("../images/bk_sp.png");
    background-size: 100%;
  }
}

.concept_inner {
  margin: 0 50% 0 0;
  padding: 100px 0 100px 0;
  width: 40%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.7);
}

.concept_inner p {
  color: #444444;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.concept_inner h1 {
  margin: 0 0 20px 0;
}

.concept_inner h3 {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .concept_inner {
    margin: 0 0 0 0;
    width: 100%;
    padding: 75px 0 75px 0;
  }
}

/*================================================
 *  Menu
 ================================================*/
.menu {
  background-image: url("../images/menu_bk.jpeg");
  background-size: cover;
  background-position: center center;
}

.menu_inner {
  margin: 0 0 0 50%;
  padding: 100px 0 100px 0;
  width: 40%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.7);
}

.menu_inner p {
  color: #444444;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.menu_inner h1 {
  margin: 0 0 20px 0;
}

.menu_inner h3 {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .menu_inner {
    margin: 0 0 0 0;
    width: 100%;
    padding: 75px 0 75px 0;
  }
}

.inner_tb {
  text-align: center;
  margin: 0 auto;
  padding: 0 5px 0 5px;
}

th {
  width: 75%;
}

td {
  width: 25%;
}

table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%;
  /* 幅指定 */
}

.menu_tb {
  margin: 20px auto;
  max-width: 500px;
}

.menu_other {
  margin: 20px auto;
  max-width: 500px;
}

.menu_other p {
  text-align: center;
}

.menu_bk {
  background-color: #faf5ed;
}

/*================================================
 *  POPUP
 ================================================*/
.btn {
  margin: 20px auto;
  width: 100px;
}

.btn a {
  background-color: #e1ccae;
  color: #222;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.btn a:hover {
  background-color: #ffffff;
  color: #e1ccae;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content,
.modal__content2,
.modal__content3,
.modal__content4 {
  background-image: url("../images/popup_bk.png");
  background-color: #fcfbf7;
  background-size: cover;
  background-position: center center;
  left: 50%;
  padding: 0 0 50px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 95%;
  height: 95%;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .modal__content,
  .modal__content2,
  .modal__content3,
  .modal__content4 {
    height: 70%;
    top: 50%;
  }
}

/* Chrome, Safari 対応 */
.modal__content::-webkit-scrollbar,
.modal__content2::-webkit-scrollbar,
.modal__content3::-webkit-scrollbar,
.modal__content4::-webkit-scrollbar {
  display: none;
}

.modal__content .popup_hd img,
.modal__content2 .popup_hd img,
.modal__content3 .popup_hd img,
.modal__content4 .popup_hd img {
  width: 100%;
}

.modal__content img,
.modal__content2 img,
.modal__content3 img,
.modal__content4 img {
  width: 70%;
}

@media (max-width: 767px) {
  .modal__content img,
  .modal__content2 img,
  .modal__content3 img,
  .modal__content4 img {
    width: 90%;
  }
}

.inner_text {
  margin: 20px auto;
  padding: 50px auto;
  background-color: #faf5ed;
}

.modal__content h1,
.modal__content2 h1,
.modal__content3 h1,
.modal__content4 h1 {
  margin: 20px 0 20px 0;
}

.modal__content p,
.modal__content2 p,
.modal__content3 p,
.modal__content4 p {
  font-size: 16px;
  width: 60%;
  max-width: 700px;
  padding: 15px 0 15px 0;
}

@media (max-width: 767px) {
  .modal__content p,
  .modal__content2 p,
  .modal__content3 p,
  .modal__content4 p {
    width: 95%;
  }
}

.modal__content a,
.modal__content2 a,
.modal__content3 a,
.modal__content4 a {
  color: #444444;
  margin: 0 auto;
  text-align: center;
}

.modal__content a:hover,
.modal__content2 a:hover,
.modal__content3 a:hover,
.modal__content4 a:hover {
  color: #c9b69b;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.btn_close {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

/*================================================
 *  TOPスライダー
 ================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
  overflow: hidden;
}

@media (orientation: landscape) and (max-width: 767px) {
  .slider-container {
    height: 800px;
  }
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}

.slider-control.inactive:hover {
  cursor: auto;
}

.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}

.slider-control.left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.18)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.top_logo {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 10;
}

.top_logo img {
  width: 50vw;
  max-width: 300px;
}

@media (max-width: 767px) {
  .top_logo img {
    width: 60vw;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .top_logo {
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 10rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}

@media (max-width: 767px) {
  .slider-pagi {
    bottom: 6rem;
  }
}

.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slider-pagi__elem {
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
  }
}

.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

@media (max-width: 767px) {
  .slider-pagi__elem:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}

@media (orientation: landscape) and (max-width: 767px) {
  .slider {
    height: 800px;
  }
}

.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}

.slide:nth-child(1) {
  left: 0;
}

.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/top_bk_pc1.jpg");
  background-size: cover;
  background-position: center right;
}

@media (max-width: 767px) {
  .slide:nth-child(1) .slide__bg {
    height: 50%;
    background-position: top;
  }
}

.slide:nth-child(1) .slide__overlay-path {
  fill: #e1ccae;
}

@media (max-width: 767px) {
  .slide:nth-child(1) .slide__text {
    background: rgba(225, 204, 174, 0.8);
    height: 50%;
  }
}

.slide:nth-child(2) {
  left: 100%;
}

.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../images/top_bk_pc2.jpg");
  background-position: center center;
}

@media (max-width: 767px) {
  .slide:nth-child(2) .slide__bg {
    height: 50%;
    background-position: top;
  }
}

.slide:nth-child(2) .slide__overlay-path {
  fill: #adc5cd;
}

@media (max-width: 767px) {
  .slide:nth-child(2) .slide__text {
    background: rgba(173, 197, 205, 0.8);
    height: 50%;
  }
}

.slide:nth-child(3) {
  left: 200%;
}

.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/top_bk_pc3.jpg");
  background-position: 10% 10%;
}

@media (max-width: 767px) {
  .slide:nth-child(3) .slide__bg {
    height: 50%;
    background-position: top;
  }
}

.slide:nth-child(3) .slide__overlay-path {
  fill: #e1ccae;
}

@media (max-width: 767px) {
  .slide:nth-child(3) .slide__text {
    background: rgba(225, 204, 174, 0.8);
    height: 50%;
  }
}

.slide:nth-child(4) {
  left: 300%;
}

.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("../images/top_bk_pc4.jpg");
  background-position: center right;
}

@media (max-width: 767px) {
  .slide:nth-child(4) .slide__bg {
    height: 50%;
    background-position: top;
  }
}

.slide:nth-child(4) .slide__overlay-path {
  fill: #adc5cd;
}

@media (max-width: 767px) {
  .slide:nth-child(4) .slide__text {
    background: rgba(173, 197, 205, 0.8);
    height: 50%;
  }
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

@media (max-width: 767px) {
  .slide__overlay {
    display: none;
  }
}

.slide__overlay path {
  opacity: 0.8;
}

.slide__text {
  position: absolute;
  width: 50%;
  max-width: 400px;
  bottom: 30%;
  left: 3%;
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

@media (max-width: 767px) {
  .slide__text {
    left: 0%;
    bottom: 0;
    width: 100%;
    max-width: 900px;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%) translateX(100%);
            transform: translateY(50%) translateX(100%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}

.slide__text-heading {
  font-family: "Dancing Script", "Polar", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .slide__text-heading {
    line-height: 0;
    font-size: 2rem;
    margin-top: 100px;
  }
}

.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .slide__text-desc {
    text-align: left;
  }
}

.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (max-width: 767px) {
  .slide__text-link {
    display: none;
  }
}

.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

/*================================================
 *  Staff
 ================================================*/
.staff {
  background-image: url("../images/bk_pc.png");
  background-attachment: fixed;
  background-color: #faf5ed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .staff {
    background-image: url("../images/bk_sp.png");
    background-size: 100%;
  }
}

.staff_inner {
  margin: 0 50% 0 0;
  padding: 100px 0 100px 0;
  width: 40%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.7);
}

.staff_inner p {
  color: #444444;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.staff_inner h1 {
  margin: 0 0 20px 0;
}

.staff_inner h3 {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .staff_inner {
    margin: 0 0 0 0;
    width: 100%;
    padding: 75px 0 75px 0;
  }
}

.staff_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  padding: 5% 0 5% 0;
}

@media (max-width: 767px) {
  .staff_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.staff_profile {
  margin: 0 auto;
  width: 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.staff_profile h2,
.staff_profile p {
  text-align: left;
  margin: 0 auto;
  max-width: 500px;
}

.staff_profile h2 {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .staff_profile {
    width: 95%;
    padding: 5% 0 5% 0;
  }
  .staff_profile p {
    width: 95%;
  }
}

.staff_img {
  margin: 0 auto;
  width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .staff_img {
    width: 80%;
  }
}

.staff_sns {
  margin: 0 auto;
  width: 70%;
  text-align: left;
}

@media (max-width: 767px) {
  .staff_sns {
    text-align: center;
    width: 100%;
  }
}

.staff_sns img {
  width: 20%;
  max-width: 50px;
  margin: 0 5px 0 5px;
}

.staff_sns img:hover {
  opacity: 0.7;
}

/*================================================
 *  Access
 ================================================*/
.access {
  height: 500px;
  background-color: #ffffff;
}

.access p {
  color: #444444;
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

.access h1 {
  font-size: 3rem;
  margin: 0 0 20px 0;
}

.access h2 {
  width: 60%;
  margin: 10px auto;
  text-align: left;
  font-size: 1.2rem;
}

.access h3 {
  margin: 0 0 20px 0;
}

.access_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 500px;
}

@media (max-width: 767px) {
  .access_map {
    padding-top: 300px;
  }
}

.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_address {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 100px 0;
  width: 100%;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .access_address {
    padding: 20px 0 300px 0;
    height: 300px;
  }
  .access_address h1 {
    font-size: 2rem;
  }
  .access_address p {
    width: 80%;
  }
  .access_address h2 {
    width: 80%;
  }
}

/*================================================
 *  reservation
 ================================================*/
.reservation1 {
  text-align: center;
  position: fixed;
  background-color: rgba(201, 182, 155, 0.8);
  width: 20%;
  bottom: 20.7%;
  right: 0;
  z-index: 999;
  padding: 1% 1% 1% 1% 1%;
}

@media (max-width: 767px) {
  .reservation1 {
    bottom: 20%;
    width: 35%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .reservation1 {
    bottom: 20%;
  }
}

.reservation1 img {
  width: 95%;
}

.reservation1 img:hover {
  opacity: 0.7;
}

.reservation2 {
  text-align: center;
  position: fixed;
  background-color: rgba(201, 182, 155, 0.8);
  width: 20%;
  bottom: 8.7%;
  right: 0;
  z-index: 999;
  padding: 1% 1% 1% 1% 1%;
}

@media (max-width: 767px) {
  .reservation2 {
    bottom: 13%;
    width: 35%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .reservation2 {
    bottom: 0%;
  }
}

.reservation2 img {
  width: 95%;
}

.reservation2 img:hover {
  opacity: 0.7;
}

/*================================================
 *  info
 ================================================*/
.info_hd img {
  width: 100%;
}

.Area_form {
  background-image: url("../images/bk_pc.png");
  background-attachment: fixed;
  background-color: #faf5ed;
  background-size: cover;
  background-position: center center;
  color: #736357;
  padding: 3% 0 2% 0;
  overflow: hidden;
  font-size: 2vw;
}

@media (max-width: 767px) {
  .Area_form {
    font-size: 16px;
  }
}

.Area_form h1 {
  font-size: 2vw;
  padding: 2% 0 2% 0;
  background-color: #e1ccae;
  color: #fff;
}

@media (max-width: 767px) {
  .Area_form h1 {
    font-size: 22px;
  }
}

.Area_form h2 {
  margin: -5px auto 0;
  font-size: 0.8em;
  padding: 0 0 2% 0;
  background-color: #e1ccae;
  color: #fff;
}

@media (max-width: 767px) {
  .Area_form h2 {
    font-size: 18px;
  }
}

.Area_form .container {
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0 auto;
  width: 60%;
  text-align: center;
  clear: both;
}

@media (max-width: 767px) {
  .Area_form .container {
    width: 95%;
    font-size: 25px;
    border-radius: 0;
  }
}

.Area_form .container .cp_iptxt {
  position: relative;
  width: 80%;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .Area_form .container .cp_iptxt {
    width: 95%;
    margin: 20px auto 0;
  }
}

.Area_form .container .cp_iptxt input[type="text"],
.Area_form .container .cp_iptxt input[type="tel"],
.Area_form .container .cp_iptxt input[type="email"],
.Area_form .container .form_select {
  -webkit-appearance: none;
  border-radius: 0;
  font: 1.6vw/2vw sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 9.5em;
}

@media (max-width: 767px) {
  .Area_form .container .cp_iptxt input[type="text"],
  .Area_form .container .cp_iptxt input[type="tel"],
  .Area_form .container .cp_iptxt input[type="email"],
  .Area_form .container .form_select {
    font: 16px/24px sans-serif;
    padding-left: 31%;
  }
}

.Area_form .container .form_select {
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0 0 0 30%;
  width: 70%;
  padding: 10em;
  font-size: 1.6vw;
  border: 1px;
}

@media (max-width: 767px) {
  .Area_form .container .form_select {
    font-size: 16px;
  }
}

.Area_form .containeroption {
  width: 50%;
}

.Area_form .container .cp_iptxt input[type="text"]:focus,
.Area_form .container .cp_iptxt input[type="tel"]:focus,
.Area_form .container .cp_iptxt input[type="email"]:focus,
.Area_form .container .form_select {
  outline: none;
}

.Area_form .container .ef {
  position: relative;
  z-index: 20;
  padding: 5% 0 0 2%;
  border: 0;
  border-bottom: 1px solid #736357;
  background: transparent;
}

.Area_form .container .ef ~ .focus_bg {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.Area_form .container .ef:focus {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 0.5vw solid #e1ccae;
}

.Area_form .container .ef:focus ~ .focus_bg,
.Area_form .container .cp_iptxt.ef ~ .focus_bg {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Area_form .container .ef ~ label {
  font-size: 1.6vw;
  position: absolute;
  z-index: 15;
  top: 30%;
  left: -10%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
  color: #aaaaaa;
}

@media (max-width: 767px) {
  .Area_form .container .ef ~ label {
    font-size: 14px;
    top: 30%;
  }
}

.Area_form .container .ef:focus ~ label,
.Area_form .container .cp_iptxt.ef ~ label {
  font-size: 1.4vw;
  top: -0.2vw;
  left: -10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #e1ccae;
}

@media (max-width: 767px) {
  .Area_form .container .ef:focus ~ label,
  .Area_form .container .cp_iptxt.ef ~ label {
    font-size: 14px;
  }
}

.Area_form .container input.big {
  -webkit-transform: scale(2);
          transform: scale(2);
}

@media (max-width: 767px) {
  .Area_form .container input.big {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.Area_form .container .age_ck {
  font-size: 2vw;
}

@media (max-width: 767px) {
  .Area_form .container .age_ck {
    font-size: 16px;
  }
}

.Area_form .container .cp_iptxt input[type="checkbox"] {
  position: relative;
  left: -1%;
}

label {
  display: block;
  margin: 0 auto 0% !important;
  text-align: left !important;
  padding: 0 0 0 10%;
}

label p2 {
  font-size: 0.6em;
}

.btn-flat {
  margin: 0 auto 5%;
  display: block;
  width: 30%;
  padding: 2% 0;
  border-radius: 12vw;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#adc5cd), color-stop(50%, #adc5cd), color-stop(50%, #e1ccae), to(#e1ccae));
  background-image: linear-gradient(to right, #adc5cd 0%, #adc5cd 50%, #e1ccae 50%, #e1ccae 100%);
  -webkit-box-shadow: 0 0.1vw 0.1vw black;
          box-shadow: 0 0.1vw 0.1vw black;
  -webkit-transition: background-position ease 0.4s;
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  outline: none;
}

@media (max-width: 767px) {
  .btn-flat {
    font-size: 20px;
    width: 40%;
  }
}

.btn-flat:hover {
  background-position: 0 0;
}

/* ボタン並び */
.btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2%;
}

.btn_herf {
  margin: 10px;
  padding: 5px 0 5px 0;
}

/*================================================
 *  確認画面
 ================================================*/
.cf_tittle {
  text-align: left;
  margin: 2% auto;
  width: 75%;
  font-size: 0.8em;
}

.field_conf {
  margin: 2% auto;
  border-bottom: 0.2vw dotted #e1ccae;
  width: 95%;
}

.disp-value {
  color: #adc5cd;
}

.disp-tittle {
  font-size: 0.8em;
}

/*================================================
 *  サンクスページ
 ================================================*/
.complete {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  text-align: center;
  width: 60%;
  font-size: 1.6vw;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .complete {
    width: 95%;
    font-size: 25px;
    border-radius: 0;
  }
}

.complete p {
  text-align: left;
  margin: 2% auto;
  width: 60%;
}

@media (max-width: 767px) {
  .complete p {
    font-size: 16px;
    width: 90%;
  }
}

.complete .p_mini {
  text-align: center;
  margin: 2% auto;
  width: 60%;
}

@media (max-width: 767px) {
  .complete .p_mini {
    font-size: 16px;
    width: 95%;
  }
}

.complete h3 {
  background-color: #e1ccae;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  font-size: 0.8em;
  padding: 1% 0 1% 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .complete h3 {
    width: 90%;
  }
}

.complete h4 {
  background-color: #e1ccae;
  color: #fff;
  width: 60%;
  margin: -5px auto;
  font-size: 0.6em;
  padding: 1% 0 1% 0;
}

@media (max-width: 767px) {
  .complete h4 {
    width: 90%;
  }
}

/*================================================
 *  Fotter
 ================================================*/
footer {
  text-align: center;
  background-color: #e1ccae;
  color: #ffffff;
  padding: 40px 0 20px 0;
}

.fa-brands{
  font-size: 4.5rem;
  padding: 1rem;
}

@media (max-width: 767px) {
  footer {
    padding: 75px 0 20px 0;
  }
}

footer h1 {
  margin: 20px auto;
  font-size: 3rem;
}

@media (max-width: 767px) {
  footer h1 {
    font-size: 2rem;
  }
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #444444;
}

@media (max-width: 767px) {
  footer {
    margin: 50px 0 0 0;
  }
}

.ft_icon {
  margin: 30px auto 80px;
  width: 100%;
}

.ft_icon img {
  width: 50%;
  max-width: 50px;
  margin: 0 10px 0 10px;
}

.ft_icon img:hover {
  opacity: 0.7;
}

.ft_info {
  font-size: 1.2vw;
  padding: 5% 0 2% 0;
}

@media (max-width: 767px) {
  .ft_info {
    font-size: 10px;
    margin: 0 0 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
