@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: 'Noto Sans Japanese','メイリオ',Meiryo,"メイリオ","Meiryo",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif
}
body {
  position: relative;
  color: #000;
  min-height: 100vh;
  background-color: #f5f1e9;
}
	@media (max-width: 768px){
		body{
			background-color: #f5f1e9;
		}
	}
body a {
  color: #000
}
img {
  max-width: 100%
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-weight: normal;
  vertical-align: baseline;
  border: 0
}
body {
  line-height: 0;
  -webkit-text-size-adjust: 100%
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after {
  content: '';
  content: none
}
q:before,
q:after {
  content: '';
  content: none
}
a {
  text-decoration: none
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
input[type="text"],
input[type="tel"],
input[type="email"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
input[type="radio"],
input[type="check"] {
  margin: 0;
  padding: 0
}
textarea {
  font-family: sans-serif
}
main {
  display: block
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: '←'
}
[dir='rtl'] .slick-prev:before {
  content: '→'
}
.slick-next {
  right: -25px
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: '→'
}
[dir='rtl'] .slick-next:before {
  content: '←'
}
/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}
.slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.wrapper {
  overflow: hidden;
  line-height: 1.5;
  /*background-image: url(../img/bg.jpg);*/
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #f5f1e9;
}
.header {
  /*padding-top: 225px;*/
  text-align: center
}
@media (max-width: 768px) {
  .header {
    /*padding-top: 80px*/
  }
}
.header__logo {
  position: relative; 
  display: inline-block
}
@media (max-width: 768px) {
.header__logo {
  position: relative; 
  margin-top: -70px;
  display: inline-block
}
	}
.header__logo img{ width: 365px;}
@media (max-width: 768px) { .header__logo img{ width: 300px; margin-left: 11%;}}
/*.header__logo:after {
  content: '';
  position: absolute;
  top: -145px;
  right: -105px;
  width: 200%;
  height: 238px;
  background-image: url(../img/header_vis.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain
}*/
/*@media (max-width: 768px) {
  .header__logo:after {
    top: -100px;
    right: -50px;
    height: 190px
  }
}*/
.kv {
  margin-top: 80px;
  font-size: 0
}
@media (min-width: 769px) {
  .kv .slick-list li {
    height: 500px;
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .kv {
    margin-top: 30px
  }
  .kv__inner {
    width: 100%;
    margin: auto
  }
}
.kv .slick-list {
  position: relative
}
.kv .slick-list:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../img/barber_shop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 200px;
  height: 500px;
}
.kv .slick-dots {
  margin-top: 40px
}
@media (max-width: 768px) {
  .kv .slick-dots {
    margin-top: 25px
  }
}
.kv .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 15px
}
@media (max-width: 768px) {
  .kv .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 15px
  }
}
.kv .slick-dots li.slick-active button:before {
  background-color: #ff9b5c
}
.kv .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0
}
.kv .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 1px solid #000;
  border-radius: 50%
}
.concept {
  width: 100%;
  max-width: 390px;
  margin: 65px auto 0;
  padding-top: 120px;
  background-image: url(../img/concept_green.jpg);
  background-repeat: no-repeat;
  background-position: top right
}
@media (max-width: 768px) {
  .concept {
    max-width: 325px;
    margin-top: 30px;
    padding: 110px 6.66667% 0;
    background-size: 165px auto
  }
}
.concept__ttl img { width: 140px;}
@media (max-width: 768px) { .concept__ttl img { width: 43%;}}
.concept__ttl:after {
  content: '';
  display: block;
  width: 30%; 
  height: 2px;
  margin-top: 5px;
  border-radius: 1.5px;
  background-color: #0d0d0d
}
@media (max-width: 768px) {
  .concept__ttl:after {
    height: 2px; 
	width: 40%;
    border-radius: 1px
  }
}
.concept__desc {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.9
}
.exterior {
  position: relative;
  max-width: 845px;
  margin: 60px auto 0;
  text-align: center;
  padding-bottom: 110px;
}
.exterior > div{
  margin-bottom: 30px;
}
.exterior ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.exterior ul li img{ width: 400px;}
@media (max-width: 768px) { .exterior ul li img{ width: 50%;}}
.exterior figure {
  text-align: center
}
.exterior figure img {
  max-width: 375px
}
.exterior__desc {
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.9;
  text-align: center
}
@media (max-width: 768px) {
  .exterior__desc {
    padding: 3em 0 4em
  }
}
.menu {
  padding-bottom: 100px;
  /*background-image: url(../img/menu_bg.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; 
  background-color: #cecbb9;
}
@media (max-width: 768px) {
  .menu {
    padding-bottom: 65px
  }
}
.menu__ttl {
  position: relative;
  top: -55px;
  text-align: center
}
  .menu__ttl img {
    max-width: 116px
  }
@media (max-width: 768px) {
  .menu__ttl img {
    max-width: 240px
  }
}
@media (min-width: 769px) {
  .menu__inner { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 825px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
	margin-top: -22px;
  }
}
.menu__column {
  text-align: center
}
.menu__column img{ width: 383px;}
@media (max-width: 768px) { .menu__column img{ width: 100%;}}
@media (max-width: 768px) {
  .menu__column {
    margin-top: 35px
  }
  .menu__column:first-child {
    margin-top: -25px
  }
  .menu__inner { 
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.follow {
  padding: 110px 0 70px;
  text-align: center
}
@media (max-width: 768px) {
  .follow {
    padding: 60px 0 115px
  }
}
.follow__msg {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  font-size: 17px
}
.follow__msg span {
  position: relative;
  font-size: 17px
}
.follow__msg:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff
}
.follow__click img{ width: 65px;}
@media (max-width: 768px) { .follow__click img{ width: 65px;} }
.follow__btn {
  position: relative;
  display: inline-block;
  margin-top: 15px
}
.follow__btn a { 
  width: 90px;
  display: block
}
.follow__btn img:hover { 
	opacity:0.7;
}
@media (max-width: 768px) { .follow__btn a{ width: 80px;} }
.follow__btn:before {exterior
  content: url(../img/follow_me.jpg);
  position: absolute; 
  zoom: 0.30; 
  bottom: -150px;
  left: -620px
}
@media (max-width: 768px) {
  .follow__btn:before { 
    zoom: 0.22;
    bottom: -320px;
    left: -520px
  }
}
.access {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 95px;
  padding: 83px 3.6% 35px;
  background-image: url(../img/access_bg.png);
  background-repeat: no-repeat;
  background-position: right top
}
@media (max-width: 768px) {
  .access {
    margin-bottom: 0;
    padding: 65px 0 0
  }
}
.access__ttl {
  position: absolute;
  top: 20px;
  right: 55px
}
.access__ttl img{ width: 100px;}
@media (max-width: 768px) { .access__ttl img{ width: 100px;}}
.access__ttl:after {
  content: '';
  position: absolute;
  display: block;
  width: 110px;
  height: 2px;
  margin-top: 5px;
  margin-left: 15px;
  border-radius: 1.5px;
  background-color: #000
}
@media (max-width: 768px) {
  .access__ttl:after {
    height: 2px;
    border-radius: 1px
  }
}
@media (min-width: 769px) {
  .access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.access__map {
  position: relative;
  background-color: #eee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media (max-width: 768px) {
  .access__map {
    padding-top: 90%
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media (min-width: 769px) {
  .access__info {
    width: 290px;
    margin-left: 5.38793%
  }
}
@media (max-width: 768px) {
  .access__info {
    max-width: 375px;
    margin: 20px auto 0
  }
}
@media (max-width: 768px) {
  .access__txt {
    padding: 0 6.66667%
  }
}
.access__name {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 16px
}
@media (max-width: 768px) {
  .access__name {
    margin-top: 0.5em
  }
}
.access__detail {
  font-size: 14px
}
.access__detail a{
  font-size: 14px; 
  text-decoration: underline blue; 
}
@media (min-width: 769px) {
  .access__detail {
    white-space: nowrap
  }
}
@media (max-width: 768px) {
  .access__detail {
    margin-bottom: 1.5em
  }
}
.copyright { 
  padding: 15px; 
  text-align: center;
  background-color: #ae9f8c
}
.copyright img { width: 250px;}

.favon{
  background-color: #e3dfd2;
  padding-top: 60px;
  padding-bottom: 160px;
}

.favon > img{
  display: block;
  margin: 0 auto;
}


@media (min-width: 769px) {
  .favon>dl{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 60px auto 0 auto;
  }
  
  .favon>dl>dt{
    width: 50%;
    text-align: center;
  }
  
  .favon>dl>dd{
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .favon>dl{
    margin: 60px auto 0 auto;
  }
  
  .favon>dl>dt{
    text-align: center;
  }
  
  .favon>dl>dd{
    text-align: center;
    margin-top: 60px;
  }
}


.favon>dl>dd>h3{
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
}

.top > div{
  position: relative;
  text-align: center;
}


.top > div > p{
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
  z-index: 1;
}

.top > ul{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
.top > ul{
  margin-top: 0px;
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
		}
	}

.top > ul > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px; height: 140px;
  background-color: #cc982b;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top > ul > li:first-child > a{
  background-color: #cc982b;
}


.top > ul > li:last-child > a{
  background-color: #828d5f;
}


@media (min-width: 769px) {
  .top > ul > li:first-child > a:hover{
    background-color: #d8b262;
  }
  .top > ul > li:last-child > a:hover{
    background-color: #a8af8f;
  }
}

@media (max-width: 768px) {
  .top{
    margin-top: 30px;
  }
  .top > ul > li {
    width: 50%;
  }
  .top > ul > li > a{
    width: 100%;
  }
  .top > div > p{
    display: none;
  }
}

.btn{
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  position: fixed;
  top: 50px; right: 50px;
  z-index: 10001;
}

@media (max-width: 768px) {
  .btn{
    top: 10px; right: 10px;
  }
}

.btn::before{
  content: "";
  width: 100%; height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.8;
}


.btn > img:last-child{
  display: none;
}

.btn-close > img:first-child{
  display: none;
}

.btn-close > img:last-child{
  display: block;
}

.btn-close::before{
  display: none;
}

.nav{
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%; height: 100%;
  z-index: 10000;
  display: none;
}

.nav > ul{
  display: flex;
  flex-direction: column;
  justify-content: center; align-items: center;
  width: 100%; height: 100%;
}

.nav > ul > li:last-child{
  margin-top: 20px;
}


.nav::before{
  content: "";
  width: 100%; height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
  opacity: 0.8;
}
