@charset "UTF-8";
/* supplement style for kenohi_web/ */
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Raleway:400,700,800|Roboto:400,500,700&display=swap");
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.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-family: "slick";
  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: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  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 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  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-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  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;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dd,
a,
p,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: auto;
}

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

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

main {
  display: block;
}

/* Remind break point is set at 768px */
/* --------common.sass */
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", erdana, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .se {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .se {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .se {
    display: block !important;
  }
}

img {
  width: 100%;
}

@media (min-width: 768px) {
  img {
    width: auto;
  }
}

/* --------layout.sass */
.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mr00 {
  margin-right: 0px !important;
}

@media (max-width: 767px) {
  .spMt00 {
    margin-top: 0px !important;
  }
  .spMt10 {
    margin-top: 10px !important;
  }
  .spMt12 {
    margin-top: 12px !important;
  }
  .spMt13 {
    margin-top: 13px !important;
  }
  .spMt15 {
    margin-top: 15px !important;
  }
  .spMt17 {
    margin-top: 17px !important;
  }
  .spMt20 {
    margin-top: 20px !important;
  }
  .spMt21 {
    margin-top: 21px !important;
  }
  .spMt22 {
    margin-top: 22px !important;
  }
  .spMt23 {
    margin-top: 22px !important;
  }
  .spMt25 {
    margin-top: 25px !important;
  }
  .spMt30 {
    margin-top: 30px !important;
  }
  .spMt35 {
    margin-top: 35px !important;
  }
  .spMt36 {
    margin-top: 35px !important;
  }
  .spMt38 {
    margin-top: 38px !important;
  }
  .spMt40 {
    margin-top: 40px !important;
  }
  .spMt42 {
    margin-top: 42px !important;
  }
  .spMt45 {
    margin-top: 45px !important;
  }
  .spMt55 {
    margin-top: 55px !important;
  }
  .spMt60 {
    margin-top: 60px !important;
  }
  .spMb20 {
    margin-bottom: 20px !important;
  }
  .spMb30 {
    margin-bottom: 30px !important;
  }
  .spPb24 {
    padding-bottom: 24px !important;
  }
  .spPr10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .pcMt00 {
    margin-top: 0 !important;
  }
  .pcMt08 {
    margin-top: 8px !important;
  }
  .pcMt10 {
    margin-top: 10px !important;
  }
  .pcMt12 {
    margin-top: 12px !important;
  }
  .pcMt18 {
    margin-top: 18px !important;
  }
  .pcMt20 {
    margin-top: 18px !important;
  }
  .pcMt24 {
    margin-top: 24px !important;
  }
  .pcMt28 {
    margin-top: 30px !important;
  }
  .pcMt30 {
    margin-top: 30px !important;
  }
  .pcMt35 {
    margin-top: 35px !important;
  }
  .pcMt40 {
    margin-top: 40px !important;
  }
  .pcMt42 {
    margin-top: 42px !important;
  }
  .pcMt45 {
    margin-top: 45px !important;
  }
  .pcMt48 {
    margin-top: 48px !important;
  }
  .pcMt50 {
    margin-top: 50px !important;
  }
  .pcMt52 {
    margin-top: 52px !important;
  }
  .pcMt60 {
    margin-top: 60px !important;
  }
  .pcMt64 {
    margin-top: 64px !important;
  }
  .pcMt70 {
    margin-top: 72px !important;
  }
  .pcMt72 {
    margin-top: 72px !important;
  }
  .pcMt80 {
    margin-top: 90px !important;
  }
  .pcMt85 {
    margin-top: 85px !important;
  }
  .pcMt90 {
    margin-top: 90px !important;
  }
  .pcMt100 {
    margin-top: 100px !important;
  }
  .pcMt107 {
    margin-top: 107px !important;
  }
  .pcPr10 {
    padding-right: 10px !important;
  }
  .pcMl8 {
    margin-left: 8px !important;
  }
  .pcMl16 {
    margin-left: 16px !important;
  }
  .pcMl136 {
    margin-left: 136px !important;
  }
  .pcMb70 {
    margin-bottom: 70px !important;
  }
  .pcPl50 {
    padding-left: 50px !important;
  }
  .pcPl40 {
    padding-left: 40px !important;
  }
  .pcPb48 {
    padding-bottom: 48px !important;
  }
  .pcBottm_10 {
    bottom: -10px !important;
  }
  .pcPt64 {
    padding-top: 64px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt07 {
  padding-top: 7px !important;
}

/* 横幅レイアウト */
@media (min-width: 768px) {
  div.sfg_wrap .l_w1024 {
    width: 1024px !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w976 {
    width: 976px !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w904 {
    width: 904px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w844 {
    width: 844px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w840 {
    width: 840px !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w700 {
    width: 700px !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w570 {
    margin: 0 auto;
    width: 570px;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w536 {
    margin: 0 auto;
    width: 536px;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w400 {
    margin: 0 auto;
    width: 400px;
    max-width: 400px !important;
  }
}

@media (min-width: 768px) {
  div.sfg_wrap .l_w400_l {
    width: 400px;
    max-width: 400px !important;
  }
}

@media (max-width: 767px) {
  div.sfg_wrap .l_sp_wrap {
    padding: 0 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.section_inn {
  padding-top: 20px;
  width: 87.2vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section_inn {
    width: 980px;
  }
}

.content_wrap {
  margin-top: 42px;
}

/* --------module.sass */
h2 {
  color: #4b572f;
  font-family: "Raleway", sans-serif, "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", erdana, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
}

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    padding-left: 5px;
  }
}

h3 {
  color: #4b572f;
  font-family: "Raleway", sans-serif, "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", erdana, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}

@media (min-width: 768px) {
  h3 {
    font-size: 22px;
    letter-spacing: 0.18em;
  }
}

h4 {
  color: #4b572f;
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 768px) {
  h4 {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}

p,
li,
a {
  color: #3f3a38;
  font-size: 14px;
  letter-spacing: 0.06em;
}

@media (max-width: 359px) {
  p,
  li,
  a {
    font-size: 12px;
  }
}

p span,
li span,
a span {
  font-family: "Roboto", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック",
    sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: 0.12em;
}

p.middle_txt {
  color: #3f3a38;
  font-size: 14px;
  font-weight: 500;
}

p.middle_txt span.num {
  font-family: "Roboto", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック",
    sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

p.bold_txt {
  color: #3f3a38;
  font-size: 14px;
  font-weight: 800;
}

p.bold_txt span.num {
  font-family: "Roboto", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック",
    sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

p.note {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  margin-top: 5px;
}

p.black {
  color: #1e1816;
}

@media (min-width: 768px) {
  p.black {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}

a.link_btn {
  display: block;
  width: 75%;
  background: #fff;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #1e1816;
  border: solid 1px #1e1816;
}

@media (min-width: 768px) {
  a.link_btn {
    width: 317px;
    margin-top: 50px;
  }
}

a {
  opacity: 1;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.calendar_inn div.calendar_contents_wrap {
  width: 100%;
  margin-top: 42px;
}

@media (min-width: 768px) {
  .calendar_inn div.calendar_contents_wrap {
    margin-top: 70px;
  }
}

.calendar_inn div.calendar_contents_wrap iframe {
  width: 87.2vw;
  height: 150vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .calendar_inn div.calendar_contents_wrap iframe {
    width: 980px;
    height: 800px;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
}

div#m_to_top_btn {
  position: absolute;
  bottom: 20px;
  right: calc(50% - 510px);
}

div#m_to_top_btn a {
  width: 50px;
}

div#m_to_top_btn a img {
  width: 50px;
}

@media (min-width: 768px) {
  a.link_btn_google {
    position: relative;
  }
  a.link_btn_google::after {
    content: "";
    display: block;
    background: url(../img/pc/googlemap.png) no-repeat;
    width: 17px;
    height: 17px;
    background-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 51%;
    right: 27px;
  }
}

/* supplement style for scale_for_good/index.html */
/* Remind break point is set at 768px */
body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  div.wrapper_in {
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
  div.wrapper_in {
    margin: 0 auto;
    position: relative;
  }
}

div.header_in {
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  display: none;
  padding: 12px 4.8vw 4.8vw 4.8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

@media (min-width: 768px) {
  div.header_in {
    width: 470px;
    height: 750px;
    padding: 0 75px;
    position: absolute;
    left: auto;
    right: calc(50% - 639px);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
}

img.header_logo {
  display: block;
  width: 114px;
  margin: 0 auto;
  padding-bottom: 3.2vw;
}

@media (min-width: 768px) {
  img.header_logo {
    display: none;
  }
}

img.header_illust {
  width: 20.67vw;
  position: absolute;
  left: 10px;
  top: 10px;
}

@media (min-width: 768px) {
  img.header_illust {
    width: 99px;
    top: 24px;
    left: 71px;
  }
}

ul.header_list_wrap {
  text-align: center;
  margin-top: 8.8vw;
}

@media (min-width: 768px) {
  ul.header_list_wrap {
    text-align: left;
    margin-top: 152px;
  }
}

li.header_list {
  margin-top: 8vw;
}

@media (min-width: 768px) {
  li.header_list {
    margin-top: 0;
  }
}

a.header_list_link {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #4b572f;
  font-family: "Raleway", sans-serif, "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", erdana, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

@media (min-width: 768px) {
  a.header_list_link {
    font-size: 18px;
    line-height: 47px;
  }
}

a.header_list_link_sub {
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-left: 18px;
}

ul.header_sns_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48vw;
  margin: 15vw auto 0;
}

@media (min-width: 768px) {
  ul.header_sns_list_wrap {
    width: 186px;
    margin-top: 45px;
    margin-left: 0px;
  }
}

li.header_sns_list {
  width: 4.67vw;
}

@media (min-width: 768px) {
  li.header_sns_list {
    width: 30px;
  }
}

@media (min-width: 768px) {
  a.header_sns_list_link {
    width: 30px;
  }
}

@media (min-width: 768px) {
  a.header_sns_list_link img {
    width: 30px;
  }
}

@media (min-width: 768px) {
  a.header_sns_list_link_note {
    width: 23px;
  }
}

@media (min-width: 768px) {
  a.header_sns_list_link_note img {
    width: 23px;
  }
}

div.header_txt_wrap {
  text-align: center;
}

.header_float {
  width: 100%;
  height: 50px;
  background: #fff;
  position: relative;
  position: fixed;
  top: -66px;
  opacity: 0;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .header_float {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 60px;
  }
}

.header_float_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway", sans-serif, "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", erdana, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.header_float_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 980px;
  margin: 0 auto;
  margin-top: 16px;
}

.header_float_in li.header_sns_list,
.header_float_in .header_sns_list_link,
.header_float_in .header_sns_list_link_img {
  width: 18px;
  margin-top: 3px;
  margin-right: 18px;
}

li.header_sns_list_float {
  margin-left: 64px;
}

a.header_list_link_float {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #4b572f;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: 2px;
  margin-right: 35px;
}

img.header_list_img_float {
  width: 88px;
  margin-right: 55px;
}

img.header_float_logo {
  display: block;
  width: 86.5px;
  margin: 0px auto;
  padding-left: 0.8px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.header_float_menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 3.5vw;
  width: 30px;
}

main.kenohi_main {
  background: #f8f4f4;
  position: relative;
}

@media (max-width: 767px) {
  main.kenohi_main {
    overflow: hidden;
  }
}

div.kenohi_main_inn {
  padding: 0 1.3333vw 3.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  div.kenohi_main_inn {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    padding-bottom: 80px;
  }
}

img.kenohi_main_logo {
  display: block;
  width: 114px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  img.kenohi_main_logo {
    width: 160px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

img.kenohi_main_illust {
  width: 65px;
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 5;
}

@media (min-width: 768px) {
  img.kenohi_main_illust {
    width: 110px;
    left: 70px;
    top: -2px;
  }
}

img.kenohi_main_menu {
  width: 32px;
  position: absolute;
  top: 12px;
  right: 3vw;
  z-index: 999;
}

@media (min-width: 768px) {
  img.kenohi_main_menu {
    width: 43px;
    top: 33px;
    right: 43px;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  img.kenohi_main_menu.fixed {
    position: fixed;
    top: 12px;
    right: 3vw;
  }
}

div.main_slider {
  border-radius: 18px;
  overflow: hidden;
}

@media (min-width: 768px) {
  div.main_slider {
    width: 1080px;
    margin: 0 auto;
    border-radius: 30px;
  }
}

div.main_slider > button {
  display: none;
}

picture.kenohi_main_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

section.concept {
  background: #4b572f;
  padding-bottom: 130px;
}

@media (min-width: 768px) {
  section.concept {
    padding-bottom: 110px;
  }
}

div.concept_inn {
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 14px;
  text-align: center;
  margin-top: -10.667vw;
  padding-bottom: 110px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  div.concept_inn {
    width: 620px;
    margin-top: -124px;
    padding-top: 24px;
    padding-bottom: 90px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}

p.concept_txt_main {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 33px;
  margin-top: 33px;
}

@media (min-width: 768px) {
  p.concept_txt_main {
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 50px;
    margin-top: 54px;
  }
}

p.concept_txt {
  line-height: 30px;
  margin-top: 33px;
  letter-spacing: 0.08em;
}

@media (max-width: 359px) {
  p.concept_txt {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  p.concept_txt {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 32px;
    margin-top: 30px;
  }
}

div.concept_img_wrap {
  width: 87.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 6;
  bottom: -70px;
}

@media (min-width: 768px) {
  div.concept_img_wrap {
    position: absolute;
    width: auto;
  }
}

img.concept_img {
  width: 42%;
  border: 4px solid #fff;
}

img.concept_img {
  border: 4px solid #fff;
}

@media (min-width: 768px) {
  img.concept_img {
    width: 230px;
    position: absolute;
    bottom: 195px;
    left: -495px;
  }
}

@media (min-width: 768px) {
  img.concept_img02 {
    top: -660px;
    right: -495px;
    left: auto;
  }
}

section.menu {
  background: #f8f4f4;
}

.access img,
.calendar img,
.service img,
.menu img,
.concept img {
  border-radius: 20px;
}

@media (min-width: 768px) {
  div.content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 980px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.content_wrap_re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media (min-width: 768px) {
  div.content_txt_wrap {
    width: 424px;
  }
}

@media (min-width: 768px) {
  ul.contents_img_list_wrap {
    width: 490px;
  }
}

@media (min-width: 768px) {
  img.contents_img {
    width: 490px;
  }
}

@media (min-width: 768px) {
  li.menu_img_list_half img.contents_img {
    width: 230px;
  }
}

section.menu {
  padding-bottom: 44px;
}

@media (min-width: 768px) {
  section.menu {
    padding-bottom: 100px;
  }
}

div.menu_content_wrap {
  margin-top: 56px;
}

@media (min-width: 768px) {
  div.menu_content_wrap {
    margin-top: 90px;
  }
}

p.menu_content_title_txt {
  letter-spacing: 0.06em;
  line-height: 26px;
  color: #4b572f;
  padding-left: 12px;
  border-left: solid 1px #4b572f;
  position: relative;
  margin-top: 15px;
}

@media (max-width: 359px) {
  p.menu_content_title_txt {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  p.menu_content_title_txt {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.12em;
    margin-top: 20px;
  }
}

p.menu_content_title_txt::before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: #f8f4f4;
  position: absolute;
  left: -10px;
  top: -10px;
}

p.menu_content_title_txt::after {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: #f8f4f4;
  position: absolute;
  left: -15px;
  bottom: -12px;
}

ul.menu_content_list_wrap,
p.menu_content_list_wrap {
  margin-top: 20px;
}

@media (min-width: 768px) {
  ul.menu_content_list_wrap,
  p.menu_content_list_wrap {
    margin-top: 30px;
  }
}

li.menu_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 12px;
}

@media (min-width: 768px) {
  li.menu_content_list {
    margin-top: 18px;
  }
}

li.menu_content_list::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  background: url(../img/sp/dot.png);
  background-size: contain;
}

p.menu_content_txt_name {
  position: relative;
  z-index: 1;
  background: #f8f4f4;
  padding: 0 8px 0 0;
  margin: 0;
}

@media (max-width: 359px) {
  p.menu_content_txt_name {
    font-size: 12px;
  }
}

p.menu_content_txt_yen {
  position: relative;
  z-index: 1;
  background: #f8f4f4;
  padding: 0 0 0 8px;
  margin: 0;
  font-family: "Roboto", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック",
    sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

@media (max-width: 359px) {
  p.menu_content_txt_yen {
    font-size: 12px;
  }
}

li.menu_content_list_sub {
  padding-left: 10px;
  text-indent: -10px;
  margin-top: 5px;
  margin-left: 15px;
}

@media (max-width: 359px) {
  li.menu_content_list_sub {
    font-size: 12px;
  }
}

ul.menu_img_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (min-width: 768px) {
  ul.menu_img_list_wrap {
    margin-top: 5px;
  }
}

li.menu_img_list {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  li.menu_img_list {
    margin-top: 24px;
  }
}

li.menu_img_list_half {
  width: 47.5%;
}

div.sweets_ex_wrap {
  border: solid 1px #3f3a38;
  border-radius: 20px;
  position: relative;
  margin-top: 32px;
  padding: 25px 10px 20px;
}

h4.sweets_ex_title {
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: normal;
  width: 11em;
  padding: 0 8px 0 10px;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: -10px;
  background: #f8f4f4;
}

div.sweets_ex_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

li.sweets_ex_list {
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 359px) {
  li.sweets_ex_list {
    font-size: 12px;
  }
}

section.service {
  background: #fff;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.service {
    padding-bottom: 100px;
  }
}

ul.service_content_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

li.service_content_list {
  width: 46%;
  margin-top: 34px;
}

@media (min-width: 768px) {
  li.service_content_list {
    width: 300px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  img.service_content_icon {
    width: 174px;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  p.service_content_txt {
    width: 174px;
  }
}

h3.service_content_title {
  text-align: center;
}

p.service_content_txt {
  margin-top: 10px;
  line-height: 22px;
  letter-spacing: 0.12em;
}

div.service_img_wrap {
  margin-top: 50px;
}

@media (min-width: 768px) {
  div.service_img_wrap {
    margin-top: 100px;
  }
}

p.service_txt {
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.12em;
  margin-top: 74px;
}

section.calendar {
  background: #e9da89;
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  section.calendar {
    padding-bottom: 100px;
  }
}

section.access {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.access {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  div.access_contents_wrap {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  img.map_img {
    width: 550px;
  }
}

@media (min-width: 768px) {
  div.access_wrap {
    width: 360px;
  }
}

dl.access_info_wrap {
  margin-top: 40px;
}

@media (min-width: 768px) {
  dl.access_info_wrap {
    margin-top: 54px;
  }
}

dt.access_info_title {
  color: #4b572f;
  font-size: 15px;
  font-weight: 500;
}

dd.access_info_txt {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

dd.access_info_txt span {
  font-family: "Roboto", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック",
    sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: 0.12em;
}

dd.access_info_txt_train {
  color: #4b572f;
  font-weight: 500;
  margin-top: 15px;
}

dd.access_info_txt_train::before {
  content: "";
  display: block;
  background: url(../img/sp/icon_train.png) no-repeat;
  width: 19px;
  height: 28px;
  background-size: 18px 27px;
  float: left;
  margin-right: 12px;
}

dd.access_info_txt_bus {
  color: #4b572f;
  font-weight: 500;
  margin-top: 18px;
}

@media (min-width: 768px) {
  dd.access_info_txt_bus {
    margin-top: 30px;
  }
}

dd.access_info_txt_bus::before {
  content: "";
  display: block;
  background: url(../img/sp/icon_bus.png) no-repeat;
  width: 23px;
  height: 27px;
  background-size: 22px 26px;
  float: left;
  margin-right: 8px;
}

section.social {
  background: #f8f4f4;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  div.social_contents_wrap {
    display: block;
  }
}

ul.social_contents_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10vw;
}

@media (min-width: 768px) {
  ul.social_contents_list_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 385px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0;
  }
}

li.social_contents_list {
  width: 15%;
}

@media (min-width: 768px) {
  img.social_contents_img {
    width: 60px;
  }
}

a.social_note_link {
  display: block;
  width: 35%;
  margin: 64px auto 0;
}

@media (min-width: 768px) {
  a.social_note_link {
    width: 187px;
    margin-top: 110px;
  }
}

@media (min-width: 768px) {
  img.social_contents_img_note {
    width: 187px;
  }
}

p.social_txt {
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.12em;
  margin-top: 32px;
}

@media (min-width: 768px) {
  p.social_txt {
    margin-top: 40px;
  }
}

section.contact {
  background: url(../img/sp/bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  section.contact {
    padding-bottom: 94px;
  }
}

h1.contact_title {
  color: #fff;
}

p.contact_txt {
  color: #fff;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.12em;
  margin-top: 32px;
}

@media (min-width: 768px) {
  p.contact_txt {
    margin-top: 54px;
  }
}

a.page_top {
  width: 21.41%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  div.footer_inn {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  div.footer_flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 20px;
  }
}

img.footer_illust_bottom {
  width: 28.15%;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}

@media (min-width: 768px) {
  img.footer_illust_bottom {
    width: 120px;
    margin-top: 0;
  }
}

img.kenohi_name {
  width: 19.27%;
  display: none;
  margin: 0 auto;
  margin-top: 12px;
}

@media (min-width: 768px) {
  img.kenohi_name {
    width: 54px;
    margin: 0;
    margin-bottom: 5px;
    display: block;
  }
}

a.footer_txt_link {
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-family: "Roboto", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック",
    sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

@media (min-width: 768px) {
  a.footer_txt_link {
    text-align: left;
    padding-top: 10px;
  }
}

div.footer_txt_wrap {
  text-align: center;
}

@media (min-width: 768px) {
  div.footer_txt_wrap {
    text-align: left;
    font-size: 12px;
  }
}

p.footer_txt {
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.12em;
  margin-top: 22px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  p.footer_txt {
    text-align: left;
    font-size: 12px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

a.footer_txt_link {
  font-size: 12px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  a.footer_txt_link {
    text-align: left;
    padding-top: 10px;
  }
}

p.footer_txt_info {
  margin-top: 32px;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.18em;
}

@media (min-width: 768px) {
  p.footer_txt_info {
    text-align: left;
    margin-top: 28px;
  }
}

p.copy {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-top: 40px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  p.copy {
    margin-bottom: 20px;
  }
}

.slick-dots {
  bottom: -35px;
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: -50px;
  }
}

.slick-dots li button {
  background: #e6e6e6;
  width: 4px;
  height: 4px;
  border-radius: 100px;
}

.slick-dots li button::before {
  content: none;
}

.slick-dots li.slick-active button {
  background: #4b572f;
}

button.slick-next {
  background: url(../img/arrow_r.png) no-repeat;
  background-size: contain;
  background-position: left;
  right: -24px;
}

button.slick-next::before {
  content: none;
}

@media (min-width: 768px) {
  button.slick-next {
    right: -50px;
  }
}

button.slick-next:hover,
button.slick-next:focus {
  background: url(../img/arrow_r.png) no-repeat;
  background-size: contain;
  background-position: left;
}

button.slick-prev {
  background: url(../img/arrow_l.png) no-repeat;
  background-size: contain;
  background-position: right;
  left: -24px;
}

button.slick-prev::before {
  content: none;
}

@media (min-width: 768px) {
  button.slick-prev {
    left: -50px;
  }
}

button.slick-prev:hover,
button.slick-prev:focus {
  background: url(../img/arrow_l.png) no-repeat;
  background-size: contain;
  background-position: right;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.policy {
  text-align: center;
  padding-top: 10px;
}

.policy a {
  text-decoration: underline;
  font-size: 12px;
}

.policy_wh a {
  color: #fff;
}

.remodal {
  text-align: left;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #3f3a38;
}

.remodal-confirm {
  color: #3f3a38;
  background: #fff;
  border: solid 1px #1e1816;
  text-align: center;
  width: 100px;
  margin: 20px auto;
  display: block;
  opacity: 1;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #fff;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*# sourceMappingURL=style.css.map */
