/* Reset */
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 13px/1.1 Helvetica, sans-serif;
}

/*--------------------
	共通
 -------------------*/
body {
  -webkit-text-size-adjust: none;
  font-family: "EB Garamond", "Hannari", serif;
  font-size: 16px;
  color: #daa520;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

a {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#main {
  background: #000;
}
.topBody {
  display: none;
  width: 100%;
  position: fixed;
  top: 45%;
}
.topBodyin {
  margin: 0 auto;
  width: 74px;
}

/*--------------------
	ナビゲーション
 -------------------*/
#header-nav-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .navi .navi_list {
    display: none;
  }

  #header-nav-btn {
    display: block;
  }
}

.h_fade {
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 3s;
}

@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.7;
  }
}

.navi {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  /*	background: rgba(0,0,0,0.6);*/
  width: 100%;
  height: 125px;
  position: fixed;
}
.logo {
  float: left;
  padding-top: 20px;
  padding-left: 60px;
}
.navi .logo img {
  height: 80px;
}
.navi_list {
  padding-top: 50px;
  float: right;
  text-align: right;
}
.navi_list li {
  float: left;
  padding-right: 100px;
}

.navi_list a {
  font-size: 23px;
  color: #daa520;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
}

.navi_list a:hover {
  color: #daa520;
  opacity: 0.3;
  font-family: "EB Garamond", "Hannari", serif;
}

@media screen and (max-width: 767px) {
  .navi {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    /*		background: rgba(0,0,0,0.6);*/
    width: 100%;
    height: 80px;
    position: fixed;
  }
  .logo {
    float: left;
    padding-top: 0px;
    padding-left: 10px;
  }
  .navi .logo img {
    height: 60px;
    padding-top: 10px;
  }
  .navi_list {
    padding-top: 40px;
    float: right;
    text-align: right;
  }
  .navi_list li {
    float: left;
    padding-right: 20px;
  }

  .navi_list a {
    font-size: 17px;
    color: #daa520;
    font-weight: normal;
    line-height: 15px;
  }

  .navi_list a:hover {
    color: #daa520;
    opacity: 0.3;
  }
}

/*--------------------
	TOPページ
 -------------------*/
/*---	TOPセクション ------*/
.topSec {
  width: 100%;
  position: relative;
  background: rgba(244, 244, 244, 1);
}

.sectionBack_b {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.topSec img {
  object-fit: contain;
}

.catchcopy {
  text-align: center;
  writing-mode: vertical-rl;
  padding-top: 14%;
  padding-left: 3%;
  font-size: 70px;
  font-family: "EB Garamond", "Hannari", serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  line-height: 90px;
  letter-spacing: 0.2em;
}
.catchcopy h1 {
  font-size: 25px;
  letter-spacing: 0.5em;
  font-family: "EB Garamond", "Hannari", serif;
  padding-right: 20px;
}

.scroll {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .catchcopy {
    text-align: center;
    writing-mode: vertical-rl;
    padding-top: 50%;
    padding-left: 3%;
    font-size: 50px;
    font-family: "EB Garamond", "Hannari", serif;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 0.2em;
  }
  .catchcopy h1 {
    font-size: 20px;
    letter-spacing: 0.5em;
    font-family: "EB Garamond", "Hannari", serif;
    padding-right: 30px;
  }
}

/*---	セクション ------*/
.t_concept {
  width: 100%;
  background: url(../img/concept_back.png) 100% 0 no-repeat fixed #000;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #daa520;
  text-align: center;
  position: relative;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_concept_back {
  height: 100%;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background: rgba(0, 0, 0, 0.5);
}

.t_concept h1 {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.4em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_concept h2 {
  padding-top: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_concept h3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  font-family: "EB Garamond", "Hannari", serif;
  line-height: 35px;
  letter-spacing: 0.1em;
}

.t_concept hr {
  display: block;
  background: #666;
  height: 10px;
  border: 0px solid #000;
  width: 160px;
  text-align: center;
}
.botan {
  margin-top: 60px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
  font-size: 25px;
  font-family: "EB Garamond", "Hannari", serif;
  color: #fff;
}
.botan:hover {
  border: 1px solid #00469b;
  background: #fff;
  color: #daa520;
  transition: all 500ms 0s ease;
}
.botan a {
  color: #fff;
}
.botan:hover a {
  color: #daa520;
}
.botan a:hover {
  color: #daa520;
}

/*---	セクション ------*/
.t_storeinfo {
  background: #000;
  width: 100%;
  color: #daa520;
  text-align: center;
  position: relative;
}

.t_storeinfo h1 {
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.4em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_storeinfo h2 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_storeinfo h3 {
  width: 500px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_storeinfo h4 {
  width: 500px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_storeinfo h5 {
  width: 500px;
  color: #eee;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
}
.t_storeinfo h5 a {
  color: #eee;
}
.t_storeinfo {
  width: 100%;
  background: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "EB Garamond", "Hannari", serif;
}

.t_storeinfo hr {
  display: block;
  background: #666;
  height: 10px;
  border: 0px solid #000;
  width: 160px;
  text-align: center;
  margin-bottom: 60px;
}

.store_image {
  padding-top: 25px;
  width: 100%;
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .topSec {
    width: 100%;
    position: relative;
    background: rgba(244, 244, 244, 1);
  }

  .sectionBack_b {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .topSec img {
    object-fit: contain;
  }

  .scroll {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
  }

  /*---	セクション ------*/
  .t_concept {
    width: 100%;
    background: url(../img/top/sp/concept_back.png) 100% 0 no-repeat #000;
    background-size: cover;
    background-position: right;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #daa520;
    text-align: center;
    position: relative;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .t_concept_back {
    height: 100%;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background: rgba(0, 0, 0, 0.5);
  }

  .t_concept h1 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4em;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .t_concept h2 {
    padding-top: 0px;
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0em;
    font-family: "EB Garamond", "Hannari", serif;
    line-height: 40px;
  }
  .t_concept h3 {
    width: 85%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 17px;
    font-family: "EB Garamond", "Hannari", serif;
    line-height: 30px;
    letter-spacing: 0.1em;
  }

  .t_concept h3 br {
    display: none;
  }

  .t_concept hr {
    display: block;
    background: #666;
    height: 10px;
    border: 0px solid #000;
    width: 160px;
    text-align: center;
  }
  .botan {
    margin-top: 60px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 20px;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    font-size: 25px;
    font-family: "EB Garamond", "Hannari", serif;
    color: #fff;
  }
  .botan:hover {
    border: 1px solid #00469b;
    background: #fff;
    color: #daa520;
    transition: all 500ms 0s ease;
  }
  .botan a {
    color: #fff;
  }
  .botan:hover a {
    color: #daa520;
  }
  .botan a:hover {
    color: #daa520;
  }

  /*---	セクション ------*/
  .t_storeinfo {
    background: #000;
    width: 100%;
    color: #daa520;
    text-align: center;
    position: relative;
  }

  .t_storeinfo h1 {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.4em;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .t_storeinfo h2 {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 35px;
    letter-spacing: 0.1em;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .t_storeinfo h3 {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1em;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .t_storeinfo h4 {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .t_storeinfo h5 {
    line-height: 35px;
    width: 90%;
    color: #eee;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-family: "EB Garamond", "Hannari", serif;
  }

  .t_storeinfo {
    width: 100%;
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: "EB Garamond", "Hannari", serif;
  }

  .t_storeinfo hr {
    display: block;
    background: #666;
    height: 10px;
    border: 0px solid #000;
    width: 160px;
    text-align: center;
    margin-bottom: 60px;
  }

  .store_image {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    padding-top: 60px;
  }
  .tel-number a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    /* pointer-events: none; */
  }
}

/*--------------------
	フッターセクション
 -------------------*/
.footer {
  background: #666;
  width: 100%;
  height: 300px;
  color: #daa520;
}
.footer .info {
  padding-top: 160px;
  padding-left: 50px;
  float: left;
  font-size: 17px;
  line-height: 30px;
  font-family: "EB Garamond", "Hannari", serif;
}
.footer .copy {
  padding-top: 262px;
  padding-right: 50px;
  float: right;
  font-size: 13px;
  font-family: "EB Garamond", "Hannari", serif;
}

@media screen and (max-width: 767px) {
  .footer {
    background: #666;
    width: 100%;
    height: 200px;
    color: #daa520;
  }
  .footer .info {
    padding-top: 30px;
    padding-left: 10px;
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .footer .copy {
    clear: both;
    padding-top: 30px;
    padding-left: 10px;
    float: none;
    text-align: left;
    font-size: 10px;
    font-family: "EB Garamond", "Hannari", serif;
  }
}

/*--------------------
	コンセプトページ
 -------------------*/
.serviceCopy {
  background: url("../img/concept/jigyou_top.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
}

.catchcopy_c {
  text-align: center;
  writing-mode: vertical-rl;
  padding-top: 10%;
  padding-left: 3%;
  font-size: 70px;
  font-family: "EB Garamond", "Hannari", serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  line-height: 90px;
  letter-spacing: 0.2em;
}

.visionTitle {
  padding-top: 120px;
  padding-bottom: 20px;

  text-align: center;
  font-size: 30px;
  color: #daa520;
  letter-spacing: 0.1em;
  line-height: 40px;
}

.visionTitle hr {
  display: block;
  background: #666;
  height: 10px;
  border: 0px solid #000;
  width: 160px;
  text-align: center;
}

.visionCopy {
  padding-top: 200px;
  padding-bottom: 200px;

  width: 100%;
  text-align: center;
}

.conceptCopy {
  background: #262626;
  padding-top: 100px;
  padding-bottom: 0px;
  color: #daa520;
  text-align: center;
  font-family: "EB Garamond", "Hannari", serif;
}
.conceptCopy h1 {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  font-family: "EB Garamond", "Hannari", serif;
}
.conceptCopy h2 {
  font-size: 15px;
  padding-top: 10px;
  font-family: "EB Garamond", "Hannari", serif;
}
.conceptCopy h3 {
  font-size: 17px;
  padding-top: 30px;
  line-height: 30px;
  width: 85%;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Hannari", serif;
  margin: 0 auto;
}

.cheffimg {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
.cheffimg img {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .cheffimg {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .cheffimg img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.arrow {
  padding-top: 30px;
  padding-bottom: 50px;

  text-align: center;
  width: 100%;
}

.part_0 {
  background: #262626;
  width: 100%;
}
.part_0 .left {
  padding-top: 80px;
  padding-bottom: 80px;
  width: -webkit-calc(50% - 25px);
  float: right;
  padding-left: 25px;
}
.part_0 .left h1 {
  font-weight: bold;
  font-size: 30px;
  color: #daa520;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding-bottom: 20px;
  font-family: "EB Garamond", "Hannari", serif;
}
.part_0 .left h2 {
  font-size: 17px;
  color: #daa520;
  letter-spacing: 0.1em;
  line-height: 35px;
  font-family: "EB Garamond", "Hannari", serif;
}

.part_0 .right {
  padding-top: 80px;
  width: 50%;
  float: left;
  text-align: right;
}
.part_0 .right .right_inner {
  padding-right: 100px;
  float: right;
}

.part_1 {
}
.part_1 .left {
  float: left;
  width: 50%;
}
.part_1 .left .left_inner {
  padding-top: 50px;
  padding-left: 80px;
  width: 85%;
}
.part_1 .left hr {
  display: block;
  background: #666;
  height: 10px;
  border: 0px solid #000;
}

.part_1 .left .left_inner h1 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  font-family: "EB Garamond", "Hannari", serif;
  line-height: 30px;
}
.part_1 .left .left_inner h2 {
  font-size: 17px;
  padding-top: 30px;
  line-height: 35px;
  font-family: "EB Garamond", "Hannari", serif;
}

.part_1 .left .left_inner h3 {
  font-size: 17px;
  padding-top: 30px;
  line-height: 35px;
  font-family: "EB Garamond", "Hannari", serif;
}

.part_1 .right {
  float: left;
  width: 50%;
}
.part_1 .right img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.con_pc {
  display: block;
}
.con_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .serviceCopy {
    background: url("../img/concept/sp/concept_top.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
  }

  .catchcopy_c {
    text-align: center;
    writing-mode: vertical-rl;
    padding-top: 10%;
    padding-left: 3%;
    font-size: 50px;
    font-family: "EB Garamond", "Hannari", serif;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
    line-height: 90px;
    letter-spacing: 0.2em;
  }

  .visionTitle {
    padding-top: 120px;
    padding-bottom: 20px;

    text-align: center;
    font-size: 25px;
    color: #daa520;
    letter-spacing: 0.1em;
    line-height: 40px;
  }

  .visionTitle hr {
    display: block;
    background: #666;
    height: 10px;
    border: 0px solid #000;
    width: 160px;
    text-align: center;
  }

  .visionCopy {
    padding-top: 200px;
    padding-bottom: 200px;

    width: 100%;
    text-align: center;
  }

  .conceptCopy {
    width: 90%;
    margin: 0 auto;
    background: #262626;
    padding-top: 100px;
    padding-bottom: 80px;
    color: #daa520;
    text-align: left;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .conceptCopy h1 {
    font-size: 23px;
    line-height: 40px;
    font-weight: bold;
    font-family: "EB Garamond", "Hannari", serif;
    text-align: center;
  }
  .conceptCopy h2 {
    font-size: 15px;
    padding-top: 10px;
    font-family: "EB Garamond", "Hannari", serif;
    text-align: center;
  }
  .conceptCopy h3 {
    margin: 0;
    font-size: 15px;
    padding-top: 30px;
    line-height: 30px;
    width: 100%;
    font-family: "EB Garamond", "Hannari", serif;
    text-align: left;
  }
  .conceptCopy h3 br {
    display: none;
  }

  .arrow {
    position: relative;
    padding-top: 30px;
    text-align: center;
    height: 20px;
    padding-bottom: 0px;
  }

  .part_0 {
    background: #262626;
    width: 100%;
  }
  .part_0 .left {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 90%;
    text-align: center;
    float: none;
    padding-left: 0px;
    margin: 0 auto;
  }
  .part_0 .left h1 {
    font-weight: bold;
    font-size: 25px;
    color: #daa520;
    letter-spacing: 0.1em;
    line-height: 40px;
    padding-bottom: 20px;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .part_0 .left h2 {
    font-size: 17px;
    text-align: left;
    color: #daa520;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin: 0 auto;
    width: 90%;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .part_0 .left h2 br {
    display: none;
  }

  .part_0 .right {
    padding-top: 0px;
    padding-bottom: 80px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .part_0 .right .right_inner {
    padding-right: 0px;
    float: none;
  }
  .part_0 .right .right_inner img {
    max-width: 100%;
    width: 100%;
  }

  .part_1 {
  }
  .part_1 .left {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .part_1 .left .left_inner {
    padding-top: 50px;
    padding-left: 0px;
    width: 100%;
  }
  .part_1 .left hr {
    display: block;
    background: #666;
    height: 10px;
    border: 0px solid #000;
  }

  .part_1 .left .left_inner h1 {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    font-family: "EB Garamond", "Hannari", serif;
    line-height: 25px;
  }
  .part_1 .left .left_inner h2 {
    font-size: 15px;
    margin: 0 auto;
    padding-top: 30px;
    line-height: 30px;
    font-family: "EB Garamond", "Hannari", serif;
  }
  .part_1 .left .left_inner h2 br {
    display: none;
  }

  .part_1 .left .left_inner h3 {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    line-height: 30px;
    font-family: "EB Garamond", "Hannari", serif;
  }

  .part_1 .left .left_inner h3 br {
    display: none;
  }

  .part_1 .right {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .part_1 .right img {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .con_pc {
    display: none;
  }
  .con_sp {
    display: block;
  }

  .footup {
    padding-top: 0px;
  }
}

/*--------------------
	slick
 -------------------*/

.slider {
  background-color: white;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99;
}
.slick-prev {
  left: 15px;
  z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
}
/*スライド画像の横幅可変*/
.slider img {
  max-width: 100%;
  height: auto;
}

.slick_space {
  height: 0px;
  background-color: black;
}

.business_hour {
  margin-left: 3em;
}

.business_hour-br {
  display: none;
  @media screen and (max-width: 460px) {
    display: block;
  }
}

.tel-number {
  cursor: default;
}

h5.mail-here {
  font-size: 32px;
  @media screen and (max-width: 768px) {
    font-size: 22px;
  }
}
