@charset "UTF-8";
/* reset */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  box-sizing: inherit;
}

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

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: inherit;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

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

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

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

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

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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

/* ===============
サイト全体の基本設定
=============== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a img.imgHover,
input[type=image] {
  transition: 0.4s;
}

a:hover img.imgHover,
input[type=image]:hover {
  opacity: 0.8;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
/* ===============
レイアウト用CSS
=============== */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans CJK JP"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
body {
  min-width: 1000px;
  overflow-x: hidden;
  background: #F1EBE2;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content_inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* SP Layout */
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .content_inner {
    width: 90.625%;
  }
}
.l_header .h_logo {
  position: absolute;
  z-index: 2;
  width: 100px;
  left: 50px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .l_header .h_logo {
    width: 75px;
    left: 5%;
    top: 16px;
  }
}
.l_header #menu_button {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header #menu_button {
    display: inline-block;
    transition: all 0.4s;
    position: relative;
    width: 32px;
    height: 25px;
    position: fixed;
    top: 22px;
    right: 4%;
    z-index: 100;
  }
  .l_header #menu_button span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  .l_header #menu_button span:nth-of-type(1) {
    top: 0;
  }
  .l_header #menu_button span:nth-of-type(2) {
    top: 11px;
  }
  .l_header #menu_button span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.4s;
  }
  .l_header #menu_button span:nth-of-type(3) {
    bottom: 0;
  }
}
.l_header #menu_button.active span:nth-of-type(1) {
  transform: translateY(9px) scale(0);
}
.l_header #menu_button.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.l_header #menu_button.active span:nth-of-type(2)::after {
  transform: rotate(90deg);
}
.l_header #menu_button.active span:nth-of-type(3) {
  transform: translateY(-9px) scale(0);
}

#pageNavi {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  z-index: 10;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 30px;
  left: 0;
}
#pageNavi ul {
  display: inline-block;
  text-align: center;
}
#pageNavi ul li {
  display: inline-block;
  margin: 0 5px;
}
#pageNavi ul li.tel {
  display: none;
}
#pageNavi ul li a {
  position: relative;
}
#pageNavi ul li a::before {
  content: "";
  background: #000;
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: -5px;
  display: block;
  transition: transform 0.3s;
  transform: scale(0);
}
#pageNavi ul li a:hover::before {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  #pageNavi {
    position: fixed;
    width: 75%;
    min-width: 270px;
    left: auto;
    right: 0;
    top: 66px;
    font-size: 1.6rem;
  }
  #pageNavi ul {
    display: block;
    text-align: left;
  }
  #pageNavi ul li {
    display: none;
    border-top: 1px solid #FFF;
    margin: 0;
  }
  #pageNavi ul li:first-child {
    border-top: none;
  }
  #pageNavi ul li a, #pageNavi ul li.tel {
    display: block;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 4% calc(4% + 13px) 4% 6%;
  }
  #pageNavi ul li a::before, #pageNavi ul li.tel::before {
    content: none;
  }
  #pageNavi ul li a::after, #pageNavi ul li.tel::after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 15px;
    background: url(../img/arrow.png) 0 0 no-repeat;
    right: 4%;
    top: 50%;
    margin-top: -8px;
    background-size: contain;
  }
  #pageNavi ul li.tel {
    display: none;
    padding: 5%;
  }
  #pageNavi ul li.tel::after {
    content: none;
  }
  #pageNavi ul li.tel a {
    background: #FFF;
    color: #000;
    text-align: center;
    padding: 4%;
    letter-spacing: 0.1em;
  }
}

#keyVisual.swiper-container {
  width: 100%;
  height: 100vh;
}
#keyVisual .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#keyVisual .swiper-slide.slide1 {
  background-image: url(../img/key1.jpg);
}
#keyVisual .swiper-slide.slide2 {
  background-image: url(../img/key2.jpg);
  background-position: right center;
}
#keyVisual .swiper-pagination {
  bottom: 60px;
}
#keyVisual .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
#keyVisual .swiper-pagination-bullet:nth-child(1) {
  background: #F8C62F;
}
#keyVisual .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background: #f7c11b;
}
#keyVisual .swiper-pagination-bullet:nth-child(2) {
  background: #62ACDD;
}
#keyVisual .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background: #51a3d9;
}
@media screen and (max-width: 768px) {
  #keyVisual .swiper-slide.slide1 {
    background-image: url(../img/key_sp1.jpg);
  }
  #keyVisual .swiper-slide.slide2 {
    background-image: url(../img/key_sp2.jpg);
  }
}

#concept {
  position: relative;
  padding-top: 55px;
  padding-bottom: 120px;
}
#concept::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, transparent 33.333%, #F1EBE2 33.333%, #F1EBE2 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #F1EBE2 33.333%, #F1EBE2 66.667%, transparent 66.667%);
  background-size: 20px 40px;
  z-index: 2;
}
#concept .concept_box {
  background: #FFF;
  border: 3px solid #000;
  padding: 85px 0 148px;
  margin: 20px auto;
  width: calc(100% - 34px);
  position: relative;
}
#concept .concept_box::after {
  content: "";
  display: block;
  border: 7px solid #000;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  left: -20px;
  top: -20px;
}
#concept .concept_contents {
  position: relative;
  z-index: 2;
}
#concept .concept_title {
  width: 479px;
  margin: 0 auto;
  text-align: center;
}
#concept .concept_text {
  margin-top: 56px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
}
#concept .concept_text::after {
  content: "";
  display: block;
  background: #000;
  width: 155px;
  height: 3px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #concept {
    padding: 6% 0 8%;
  }
  #concept .concept_box {
    padding: 8% 0;
  }
  #concept .concept_title {
    width: 83%;
  }
  #concept .concept_text {
    margin-top: 7%;
    padding: 0 8%;
    font-size: 1.5rem;
  }
  #concept .concept_text::after {
    margin-top: 9%;
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #concept .concept_text {
    text-align: left;
  }
}

#menu {
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
#menu .menu_box {
  margin-left: 45px;
  background: #395030;
  color: #FFF;
  width: 470px;
  padding: 65px 0 60px;
  position: relative;
  z-index: 3;
}
#menu .menu_title {
  width: 215px;
  margin: 0 auto;
  text-align: center;
}
#menu .menu_title::after {
  content: "";
  display: block;
  background: #FFF;
  width: 155px;
  height: 3px;
  margin: 14px auto 0;
}
#menu .menu_list {
  margin-left: 100px;
  margin-top: 30px;
}
#menu .menu_list li {
  padding-left: 34px;
  background: url(../img/ic_check.png) 0 6px no-repeat;
  background-size: 17px;
  background-position: left center;
  font-weight: 200;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin: 2px 0;
}
#menu .menu_list li .pc_only {
  display: none;
}
#menu .reservation {
  margin-top: 40px;
  text-align: center;
}
#menu .reservation p {
  letter-spacing: 0.2em;
  font-weight: 200;
}
#menu .reservation .call {
  background: #FFF;
  color: #395030;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 21px;
  transition: background 0.3s;
}
#menu .reservation .call:hover {
  background: #FDCD3C;
}
#menu .reservation::after {
  content: "";
  display: block;
  background: #FFF;
  width: 155px;
  height: 3px;
  margin: 45px auto 0;
}
#menu .menu_aside {
  position: absolute;
  top: 160px;
  left: 460px;
  z-index: 2;
  width: 871px;
}
@media screen and (max-width: 768px) {
  #menu {
    padding-top: 9%;
  }
  #menu .menu_box {
    width: 89%;
    margin: 0 auto;
    padding: 6% 0 8%;
  }
  #menu .menu_aside {
    display: none;
  }
  #menu .menu_title {
    width: 48%;
  }
  #menu .menu_title::after {
    width: 71.5%;
    margin-top: 6%;
  }
  #menu .menu_list {
    margin-left: 12%;
    margin-top: 7%;
  }
  #menu .menu_list li {
    font-size: 3.6vw;
    padding-left: 12%;
    background-size: 6%;
  }
  #menu .menu_list li .pc_only {
    display: block;
  }
  #menu .reservation {
    margin-top: 7%;
  }
  #menu .reservation p {
    font-size: 3.2vw;
  }
  #menu .reservation .call {
    font-size: 4.6vw;
    padding: 3% 8%;
  }
  #menu .reservation::after {
    margin-top: 8%;
    width: 33%;
  }
}

#gallery {
  position: relative;
  background: #FFF;
  padding-top: 56px;
}
#gallery::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, transparent 33.333%, #FFF 33.333%, #FFF 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #FFF 33.333%, #FFF 66.667%, transparent 66.667%);
  background-size: 20px 40px;
  z-index: 2;
}
#gallery .gallery_title {
  width: 416px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#gallery .instagram_link {
  font-size: 3rem;
  text-align: center;
  margin-top: 28px;
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.02em;
}
#gallery .instagram_link a {
  display: inline-block;
  border-radius: 30px;
  padding: 0 30px;
  transition: text-shadow 0.3s;
}
#gallery .instagram_link a:hover {
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
}
#gallery .sns {
  padding: 100px 0 65px;
  text-align: center;
}
#gallery .sns .sns_list {
  position: relative;
  text-align: center;
  display: inline-block;
}
#gallery .sns .sns_list .sns_check {
  position: absolute;
  left: -56px;
  top: -44px;
}
#gallery .sns .sns_list p {
  display: inline-block;
  margin: 0 12px;
  text-align: center;
}
#gallery .sns .sns_list p a img {
  transition: opacity 0.3s;
}
#gallery .sns .sns_list p a img:hover {
  opacity: 0.8;
}
#gallery .sns .dots {
  letter-spacing: -0.4em;
  text-align: center;
  margin-top: 32px;
  line-height: 1;
}
#gallery .sns .dots span {
  display: inline-block;
  letter-spacing: normal;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
}
#gallery .sns .dots span:nth-child(1) {
  background: #F8C62F;
}
#gallery .sns .dots span:nth-child(2) {
  background: #395030;
}
#gallery .sns .dots span:nth-child(3) {
  background: #62ACDD;
}
#gallery .sns .dots span:nth-child(4) {
  background: #C51302;
}
#gallery .sns .dots span:nth-child(5) {
  background: #926846;
}
#gallery .sns::after {
  content: "";
  display: block;
  background: #000;
  width: 155px;
  height: 3px;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  #gallery {
    padding-top: 8%;
  }
  #gallery .gallery_title {
    width: 72%;
  }
  #gallery .instagram_link {
    margin-top: 4%;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #gallery .instagram_link {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #gallery .sns {
    padding: 60px 0 40px;
  }
  #gallery .sns .sns_list .sns_check {
    width: 48px;
    left: -5%;
    top: -57%;
  }
  #gallery .sns .sns_list p {
    width: 28.5%;
    min-width: 39px;
    margin: 0 6px;
  }
}

#instafeed {
  background: #333;
  margin-top: 56px;
}
#instafeed ul {
  padding: 40px 0;
}
#instafeed ul li {
  width: 380px;
  height: 380px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#instafeed ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s;
}
#instafeed ul li a:hover {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
}
#instafeed ul li a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #instafeed {
    margin-top: 5%;
  }
  #instafeed ul {
    padding: 6% 0;
  }
  #instafeed ul li {
    width: 38%;
    height: auto;
  }
}

#staff {
  position: relative;
  padding-bottom: 190px;
  background: #FFF;
}
#staff::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, transparent 33.333%, #FFF 33.333%, #FFF 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #FFF 33.333%, #FFF 66.667%, transparent 66.667%);
  background-position: left bottom;
  background-size: 20px 40px;
  z-index: 2;
}
#staff .staff_kv {
  background: url(../img/staff_main.jpg) left center no-repeat;
  background-size: cover;
  min-height: 647px;
  overflow: hidden;
}
#staff .staff_title {
  margin-top: 200px;
  margin-left: 28px;
  width: 322px;
}
#staff .staff_eng {
  width: 500px;
  margin: 20px 0 0 85px;
  font-weight: 300;
  line-height: 2;
  text-shadow: 0 0 6px #FFF;
  font-size: 15px;
}
#staff .staff_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  letter-spacing: -0.4em;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #staff .staff_info {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#staff .staff_image {
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
#staff .staff_position {
  font-size: 2.8rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 30px;
}
#staff .staff_name {
  font-size: 2rem;
}
#staff .staff_name span {
  font-size: 1.7rem;
  padding-left: 0.8em;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
}
#staff .staff_comment {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 10px 0;
}
#staff .staff_career_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
#staff .staff_career_item .date {
  white-space: nowrap;
  margin-right: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.01rem;
}
#staff .staff_career_item .text {
  flex: 1;
  word-break: break-word;
  font-size: 1.3rem;
  letter-spacing: 0.01rem;
}
#staff .staff_chief {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -70px;
  width: 48%;
  padding: 0 20px;
}
#staff .staff_chief .staff_image {
  width: 410px;
}
#staff .staff_member {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
}
#staff .staff_member.stylist, #staff .staff_member.assistant {
  width: 48%;
}
#staff .staff_member .staff_career {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #staff {
    padding-bottom: 70px;
  }
  #staff .staff_kv {
    min-height: auto;
    padding-bottom: 12%;
    background-position: 66.5% 0%;
  }
  #staff .staff_title {
    margin-top: 54%;
    margin-left: 0;
    width: 56%;
  }
  #staff .staff_eng {
    width: 80%;
    margin-left: 0;
    font-size: 2.2vw;
  }
  #staff .staff_info {
    width: 100%;
    padding: 0 5% 7%;
  }
  #staff .staff_image {
    width: 60%;
    max-width: 250px;
  }
  #staff .staff_position {
    text-align: center;
    margin-top: 6px;
    font-size: 2.4rem;
  }
  #staff .staff_name {
    text-align: center;
    margin-top: 4px;
  }
  #staff .staff_comment {
    margin: 25px auto;
    max-width: 480px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #staff .staff_comment {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff_career {
    max-width: 480px;
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff_chief {
    width: 100%;
    display: block;
    padding: 0;
    top: 0;
    margin-top: -8%;
  }
  #staff .staff_chief .staff_image {
    width: 71%;
    max-width: 410px;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff_member {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 5%;
  }
  #staff .staff_member.stylist, #staff .staff_member.assistant {
    width: 100%;
  }
}

#access {
  position: relative;
  padding-top: 46px;
}
#access::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, transparent 33.333%, #F1EBE2 33.333%, #F1EBE2 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #F1EBE2 33.333%, #F1EBE2 66.667%, transparent 66.667%);
  background-size: 20px 40px;
  z-index: 2;
}
#access .access_title {
  width: 386px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#access .access_box {
  padding: 40px 50px;
  margin-top: 34px;
  background: #FFF;
}
#access .reservation {
  text-align: center;
  margin-top: 28px;
}
#access .reservation p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#access .reservation .call {
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 0;
  margin-top: 3px;
  width: 340px;
  text-align: center;
  transition: background 0.3s;
}
#access .reservation .call:hover {
  background: #FDCD3C;
}
#access .salon_info {
  text-align: center;
  margin-top: 20px;
}
#access .salon_info .name,
#access .salon_info .address {
  font-size: 1.6rem;
}
#access .salon_info .name span,
#access .salon_info .address span {
  font-size: 1.4rem;
}
#access .salon_info .parking dt,
#access .salon_info .parking dd,
#access .salon_info .open dt,
#access .salon_info .open dd {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#access .salon_info .parking span,
#access .salon_info .open span {
  font-size: 1.3rem;
  padding-left: 0.5em;
}
#access .salon_info .parking {
  margin-top: 6px;
}
#access .f_sns {
  text-align: center;
  margin-top: 35px;
}
#access .f_sns p {
  display: inline-block;
  margin: 0 6px;
  width: 42px;
}
#access .f_sns p a img {
  transition: opacity 0.3s;
}
#access .f_sns p a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #access {
    padding-top: 8%;
  }
  #access .content_inner {
    width: 100%;
  }
  #access .access_title {
    width: 62%;
  }
  #access .access_box {
    padding: 5% 0 35px;
    margin-top: 6%;
  }
  #access .reservation {
    margin-top: 8%;
  }
  #access .reservation .call {
    max-width: 400px;
    width: 86%;
  }
  #access .reservation p {
    font-size: 1.6rem;
  }
  #access .salon_info {
    margin-top: 6%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #access .salon_info {
    text-align: left;
    padding: 0 6%;
    font-size: 1.4rem;
  }
  #access .salon_info .parking dt,
#access .salon_info .parking dd,
#access .salon_info .open dt,
#access .salon_info .open dd {
    display: block;
  }
  #access .salon_info .parking {
    margin-top: 16px;
  }
}
#map {
  width: 100%;
  height: 0;
  padding-top: 44.4%;
}
@media screen and (max-width: 480px) {
  #map {
    padding-top: 87%;
  }
}

.l_footer {
  background: #333;
  color: #FFF;
  text-align: center;
}
.l_footer .copy {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}