@charset "UTF-8";
/*
Theme Name : body f
Theme URI: https://body-f.jp
Author: SCARAMANGA INC.
Author URI: http://scaramanga.jp
Description:
Version: 1.0
*/
/*---font------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
@import url("https://fonts.googleapis.com/css?family=Kristi");
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4rem;
  color: #343434;
  font-style: normal;
  font-weight: 400;
  position: relative;
  background: #fbf8f2;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

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

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.animated_01 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.animated_02 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.animated_03 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* header
---------------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 38px;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 12px;
  }
}

.header .header_inr {
  width: 100%;
  height: 100%;
}

.header .header_inr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.header .header_inr .header_logo {
  position: absolute;
  top: 90px;
  right: 90px;
  z-index: 1;
  width: 90px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .header .header_inr .header_logo {
    top: 30px;
    right: 30px;
    width: 60px;
  }
}

.header .header_inr .tel {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 1;
}

.header .header_inr .tel a {
  color: #fff;
  font-size: 3rem;
}

/* page
---------------------------------------------------------------------------------------*/
.section {
  margin: 135px auto;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section {
    margin: 90px auto;
  }
}

.message {
  padding: 0 35px;
}

.message .section_inr {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .message .section_inr {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
}

.message .section_inr h2 {
  margin-left: 80px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .message .section_inr h2 {
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.message .section_inr p {
  margin-top: 50px;
  margin-left: 40px;
  position: relative;
}

.message .section_inr p:last-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .message .section_inr p {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.section_menu .menu_img {
  max-width: 1120px;
  margin: 0 auto 120px;
}

.section_menu .row {
  max-width: 920px;
  margin: 0 auto 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_menu .row .col_1 {
  width: 60%;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .section_menu .row .col_1 {
    width: 100%;
    padding-right: 0;
  }
}

.section_menu .row .col_2 {
  width: 40%;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .section_menu .row .col_2 {
    width: 100%;
    padding-right: 0;
  }
}

.section_menu dl {
  margin-bottom: 60px;
}

.section_menu dl dt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.section_menu dl dt:after {
  content: '';
  display: block;
  width: 23px;
  height: 1px;
  background: #343434;
  margin: 15px 0;
}

.section_menu dl dd {
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 0.5em 0 0;
}

.section_menu dl dd span {
  display: block;
  font-size: 1.3rem;
}

.shop_info {
  margin: 135px auto 0;
  position: relative;
  width: 100%;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .shop_info {
    margin: 9px auto 0;
    position: relative;
    width: 100%;
    padding: 0;
  }
}

.shop_info .section_inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 620px;
}

@media screen and (max-width: 767px) {
  .shop_info .section_inr {
    min-height: auto;
  }
}

.shop_info .section_inr .img {
  width: 50%;
  background: url("images/main/img_main_01.jpg") center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .shop_info .section_inr .img {
    width: 100%;
  }
}

.shop_info .section_inr .info {
  width: 50%;
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .shop_info .section_inr .info {
    width: 100%;
    padding: 35px;
  }
}

.shop_info .section_inr .info .inr {
  width: 100%;
  text-align: center;
}

.shop_info .section_inr .info .inr h3 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.shop_info .section_inr .info .inr h3 img {
  width: 70px;
  margin-bottom: 15px;
}

.shop_info .section_inr .info .inr dl {
  margin-bottom: 30px;
}

.shop_info .section_inr .info .inr dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.shop_info .section_inr .info .inr dl dt:after {
  content: '';
  display: block;
  width: 13px;
  height: 1px;
  background: #343434;
  margin: 15px auto;
}

/* footer
---------------------------------------------------------------------------------------*/
.footer {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 35px 0;
  }
}

.footer iframe {
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 767px) {
  .footer iframe {
    height: 320px;
  }
}

/* _slick
---------------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}

[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;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 25px;
  height: 46px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 50%;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  margin: 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 46px;
  background: url(../images/common/ico_prev.svg);
  background-size: contain;
  vertical-align: middle;
}

[dir="rtl"] .slick-prev:before {
  margin: 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 46px;
  background: url(../images/common/ico_next.svg);
  background-size: contain;
  vertical-align: middle;
}

.slick-next {
  right: 25px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  margin: 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 46px;
  background: url(../images/common/ico_next.svg);
  background-size: contain;
  vertical-align: middle;
}

[dir="rtl"] .slick-next:before {
  margin: 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 46px;
  background: url(../images/common/ico_prev.svg);
  background-size: contain;
  vertical-align: middle;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 20px;
  font-size: 20px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #7f6e57;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #7f6e57;
  opacity: 0.75;
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}
