@charset "UTF-8";
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/**
 * リセット
 */
/* ==========================================================================
   reset
   ========================================================================== */
/* Resetting margins, paddings, and borders */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography */
html {
  font-size: 100%;
}

body {
  font-size: 100%;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout & box sizing */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

/* Resetting specific element styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
  vertical-align: bottom;
}

blockquote,
q {
  quotes: none;
}

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

/* Attributes & states */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, 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;
}

body { line-height: 1;}

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

ul, ol { list-style: none;}

blockquote, q {
quotes: none;

	&::before,
	&::after {
		content: '';
		content: none;
	}
}

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

ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}

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

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}

input, select {
vertical-align: middle;
font: inherit;
outline: 0;
}

button {
font: inherit;
outline: 0;
cursor: pointer;
}

img { vertical-align: top;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}

th, td {
	font-weight: 200;
}
*/
/**
 * 基本スタイル
 */
/* ==========================================================================
   base
   ========================================================================== */
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  color: #282828;
  background: #FFF;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 3.46667vw;
  }
}

::-moz-selection {
  color: #FFF;
  background: rgba(128, 128, 128, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(128, 128, 128, 0.7);
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

input[type='submit']::-webkit-search-decoration,
input[type='reset']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='reset']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

a {
  color: #4F9FDE;
  text-decoration: none;
  opacity: 1;
  transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

a:hover, a:active {
  color: rgba(79, 159, 222, 0.7);
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

a:visited {
  color: #4F9FDE;
}

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

p + p {
  margin-top: 1.6em;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../scss/02_libs/slick/ajax-loader.gif") center center no-repeat;
}

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

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

.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: 0.7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  margin-left: -3px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  border-radius: 1px;
}

.slick-prev {
  left: 22px;
}

.slick-prev:before {
  transform: rotate(225deg);
  margin-top: -5.5px;
  margin-left: -5px;
}

.slick-next {
  right: 22px;
}

/* 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 2px;
  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: 0.7;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #DDF5ED;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #30B686;
  opacity: 1;
}

/* 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-track,
.slick-slider .slick-list {
  -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;
  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;
}

/* ==========================================================================
   layout - page
   ========================================================================== */
#page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ==========================================================================
   layout - header
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background-color: #FFF;
}

.header__inner {
  position: relative;
  width: 82.75%;
  max-width: 800px;
  padding-right: 4.3%;
  padding-left: 4.3%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    max-width: none;
  }
}

.header__logo {
  display: none;
}

.header-news {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 87.5%;
  z-index: 104;
}

.header-news dt {
  white-space: nowrap;
  padding-right: 1em;
}

.header-news__list .item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.header-news__list .item__date {
  white-space: nowrap;
  padding-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    padding-right: 60px;
    padding-left: 1em;
  }
  .header-news {
    font-size: 10px;
  }
}

.is-nav-open .header {
  position: fixed;
}

/* ==========================================================================
   layout - nav
   ========================================================================== */
.nav {
  display: block;
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: auto;
  z-index: 101;
  /* リンクカラー */
}

.nav a {
  color: #282828;
}

.nav__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  max-width: 800px;
  margin: 0 auto;
  z-index: 102;
}

.nav__menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  z-index: 103;
}

.nav__menu .menu-item {
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 87.5%;
  margin-left: 0.75em;
}

.nav__menu .menu-item a {
  position: relative;
  display: block;
  position: relative;
  padding: 0.25em 0.75em;
  text-decoration: none;
}

.nav__menu .menu-item a.is-current {
  color: #4F9FDE;
}

.nav__menu .menu-item-reservation {
  margin-left: 2em;
}

.nav__menu .menu-item-reservation a {
  background: #4F9FDE;
  color: #FFF;
  border-radius: 5px;
}

.nav__btn {
  display: none;
  content: '';
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: #FFF;
  cursor: pointer;
  z-index: 103;
  visibility: hidden;
}

.nav__btn__line {
  width: 22px;
  height: 2px;
  display: block;
  background: #4F9FDE;
  margin-top: 5px;
  transition: margin cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: content-box;
}

.nav__btn__line:nth-of-type(1) {
  margin-top: 0;
}

.nav.is-open .nav__inner {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.nav.is-open .nav__btn {
  background: #4F9FDE;
}

.nav.is-open .nav__btn__line {
  background: #FFF;
  transition: margin 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.nav.is-open .nav__btn__line:nth-of-type(1) {
  transform: rotate(-45deg);
}

.nav.is-open .nav__btn__line:nth-of-type(2) {
  margin-top: 0;
  opacity: 0;
}

.nav.is-open .nav__btn__line:nth-of-type(3) {
  margin-top: -4px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .nav {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: auto;
    z-index: 101;
    /* リンクカラー */
  }
  .nav a {
    color: #FFF;
  }
  .nav__inner {
    display: block;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 21.33333vw 0;
    background: #4F9FDE;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .nav__menu {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }
  .nav__menu .menu-item {
    font-size: 4.8vw;
    margin-left: 0;
  }
  .nav__menu .menu-item:not(:first-of-type) {
    margin-top: 1.75em;
  }
  .nav__menu .menu-item a {
    position: relative;
    display: block;
    position: relative;
    color: #FFF;
    padding: 0;
    text-decoration: none;
  }
  .nav__menu .menu-item a.is-current {
    color: rgba(40, 40, 40, 0.7);
  }
  .nav__menu .menu-item-reservation {
    margin-left: 0;
  }
  .nav__menu .menu-item-reservation a {
    background: none;
    color: #FFF;
    border-radius: 0;
  }
  .nav__btn {
    display: flex;
    width: 60px;
    height: 60px;
    left: auto;
    right: 0px;
    visibility: visible;
  }
  .nav__btn__line {
    width: 22px;
    height: 2px;
    margin-top: 5px;
  }
  .nav__btn__line:nth-of-type(1) {
    margin-top: 0;
  }
  .nav__logo {
    /*
			img {
				width: ((89px / $design-w-sp) * 100vw);
			}
*/
  }
}

/* ==========================================================================
   layout - main
   ========================================================================== */
.main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.main-heading {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
  background-color: #CCC;
  background-position: center center;
  background-size: cover;
  color: #FFF;
}

.main-heading__ttl {
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 37.33333vw;
  }
  .main-heading {
    height: 57.33333vw;
    margin-bottom: 10.66667vw;
  }
  .main-heading__ttl {
    max-width: none;
    padding: 0 5.86667vw;
    bottom: 5.33333vw;
    left: 0;
    transform: translateX(0);
    font-size: 8.53333vw;
  }
}

.section {
  position: relative;
  width: 100%;
}

.section__inner {
  position: relative;
  width: 82.75%;
  max-width: 800px;
  padding-right: 4.3%;
  padding-left: 4.3%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .section__inner {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .section__inner {
    padding-right: 5.86667vw;
    padding-left: 5.86667vw;
  }
}

/* ==========================================================================
   layout - footer
   ========================================================================== */
.footer {
  width: 100%;
  background: #EAF4FC;
  color: #282828;
  font-size: 16px;
  line-height: 1.6;
}

.footer a {
  color: currentColor;
}

.footer__inner {
  position: relative;
  width: 82.75%;
  max-width: 800px;
  padding-right: 4.3%;
  padding-left: 4.3%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 35px;
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    max-width: none;
  }
}

.footer__desc {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  margin-bottom: 1.5em;
}

.footer__logo img {
  width: 89px;
  height: auto;
}

.footer__contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__contact dl {
  margin-top: 1.5em;
}

.footer__contact dl dt {
  font-size: 10px;
  margin-bottom: 0.15em;
}

.footer__copyright {
  width: 100%;
  font-size: 10px;
  padding: 1.85em;
  margin-top: 35px;
  border-top: #282828 solid 1px;
}

@media only screen and (max-width: 767px) {
  .footer__desc {
    font-size: 14px;
  }
  .footer__logo {
    /*
			img {
				width: ((89px / $design-w-sp) * 100vw);
			}
*/
  }
}

/* ==========================================================================
   parts - title
   ========================================================================== */
/* ttl
----------------------------------------------------------------------------- */
.ttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.2;
}

.ttl--lv1 {
  text-align: center;
  font-size: 150%;
  margin-bottom: 1.5em;
}

.ttl--lv2 {
  font-size: 112.5%;
  margin-bottom: 1.5em;
}

.ttl.underline {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
  .ttl--lv1 {
    text-align: left;
  }
  .ttl--underline {
    padding-bottom: 1em;
  }
}

/* ==========================================================================
   parts - button
   ========================================================================== */
.btn {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: top;
  text-decoration: none;
  padding: 0.75em 3.5em;
  margin: 1.75em auto 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #4F9FDE;
  border: #4F9FDE solid 1px;
  border-radius: 5px;
  background-color: #FFF;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn__txt {
  position: relative;
  z-index: 2;
}

.btn:hover {
  color: #FFF;
  background-color: #4F9FDE;
  cursor: pointer;
  opacity: 1;
}

.btn:hover .icn-arw {
  color: #FFF;
  transform: translateX(25%) translateY(-50%);
}

.btn.btn--type1 {
  max-width: 400px;
}

.btn.btn--type2 {
  max-width: 400px;
  border-color: #FFF;
  color: #FFF;
  background-color: #4F9FDE;
}

.btn.btn--type2 .icn-arw {
  color: #FFF;
}

.btn.btn--type2:hover {
  color: #4F9FDE;
  border-color: #4F9FDE;
  background-color: #FFF;
}

.btn.btn--type2:hover .icn-arw {
  color: #4F9FDE;
}

@media only screen and (max-width: 767px) {
  .btn.btn--type1 {
    max-width: none;
  }
  .btn.btn--type2 {
    max-width: none;
  }
}

/* .icn-arw
----------------------------------------------------------------------------- */
.icn-arw {
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 50%;
  left: 0;
  color: #4F9FDE;
  transform: translateX(0%) translateY(-50%);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 2;
}

.icn-arw::before,
.icn-arw::after {
  display: block;
  content: '';
  position: absolute;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.icn-arw::before {
  width: 100%;
  height: 1px;
  background: currentcolor;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icn-arw::after {
  width: 35%;
  height: 35%;
  content: '';
  border: currentcolor solid 1px;
  border-bottom: transparent;
  border-left: transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

/* #floatingBtn 予約するボタン
----------------------------------------------------------------------------- */
#floatingBtn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 100;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

#floatingBtn .btn .btn__txt {
  letter-spacing: 0.3em;
}

#floatingBtn.is-fixed {
  position: fixed;
  bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #floatingBtn {
    bottom: 11.73333vw;
    padding: 0 5.86667vw;
  }
  #floatingBtn.is-fixed {
    bottom: 5.86667vw;
  }
}

.is-scrolled #floatingBtn {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
}

/* ==========================================================================
   parts - component
   ========================================================================== */
/* .c-spec スペック一覧
----------------------------------------------------------------------------- *
/*
<div class="c-spec">
	<dl class="c-spec-item">
		<dt>設備</dt>
		<dd>WC、シャワールーム、外部バスタブ<br>ミニキッチン、洗濯機、冷蔵庫、電子レンジ、トースター、炊飯器、コーヒーメーカー</dd>
	</dl>
</div>
*/
.c-spec {
  margin-top: 2em;
}

.c-spec-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
}

.c-spec-item:not(:first-of-type) {
  margin-top: 1em;
}

.c-spec-item dt {
  position: relative;
  width: 8em;
  white-space: nowrap;
  color: #4F9FDE;
}

.c-spec-item dt::after {
  content: '-';
}

.c-spec-item dd {
  width: 100%;
}

/* ==========================================================================
   parts - list
   ========================================================================== */
/* .list-type--decimal 募集締切
----------------------------------------------------------------------------- *
/*
<ol class="list-type--decimal">
	<li>後継者募集者は、本サービスによる料金負担はありません。</li>
	<li>継業希望者は、運営会社の料金規定に定める所定の料金をご負担いただきます。</li>
	<li>運営会社は、経済情勢の変動等により、随時料金規定を変更できるものとします。</li>
</ol>
*/
@counter-style parenthesized-num {
  system: fixed;
  symbols: ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇;
  suffix: '';
}

.list-type--decimal {
  list-style: outside decimal;
}

.list-type--decimal > li {
  margin-left: 1.25em;
  padding-left: 0.25em;
}

.list-type--decimal > li .list-type--decimal {
  list-style: outside parenthesized-num;
}

.list-type--decimal > li .list-type--decimal > li {
  margin-left: 1.25em;
  padding-left: 0.5em;
}

.list-type--decimal--lv2 {
  list-style: outside parenthesized-num;
}

.list-type--decimal--lv2 > li {
  margin-left: 1.25em;
  padding-left: 0.5em;
}

/* ==========================================================================
   parts - js-tab
   ========================================================================== */
/* .js-tab タブ切り替え
----------------------------------------------------------------------------- *
/*
<div class="js-tab">
	<ul class="js-tab-buttons">
		<li>譲渡情報</li>
		<li>販売・仕入れ先</li>
		<li>営業情報</li>
		<li>譲渡品</li>
	</ul>
	<div class="js-tab-content">
		ここにコンテンツ
	</div>
	<div class="js-tab-content">
		ここにコンテンツ
	</div>
	<div class="js-tab-content">
		ここにコンテンツ
	</div>
	<div class="js-tab-content">
		ここにコンテンツ
	</div>
</div>
*/
.js-tab-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 15px;
  overflow-x: scroll;
}

.js-tab-buttons li {
  width: auto;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  border-right: 1px solid #EAF4FC;
  border-bottom: 2px solid transparent;
  padding: 0.55em 0.75em 0.5em 0.8em;
  white-space: nowrap;
}

.js-tab-buttons li.is-active {
  border-bottom-color: #4F9FDE;
}

@media only screen and (min-width: 768px) {
  .js-tab-buttons {
    font-size: 18px;
    justify-content: space-between;
    overflow: auto;
  }
  .js-tab-buttons li {
    width: 100%;
    margin: 0 10px;
    border-right: none;
    border-bottom-width: 4px;
    padding: 1.15em 1em 1em 1em;
  }
}

.u-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.u-disabled:hover,
.u-disabled:active {
  opacity: 0.4;
  text-decoration: none;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.u-inline-box {
  display: inline;
  text-align: left;
}

.u-pc-block {
  display: block;
}

@media only screen and (max-width: 767px) {
  .u-pc-block {
    display: inline;
  }
}

.u-sp-block {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}

.u-pc-br {
  display: block;
}

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

.u-sp-br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-sp-br {
    display: block;
  }
}

.u-fwb {
  font-weight: 700;
}

.u-fwn {
  font-weight: 400;
}

.js-link-tel {
  color: #282828;
  pointer-events: none;
}

.u-fs-xs {
  font-size: 62.5%;
}

.u-fs-sm {
  font-size: 75%;
}

.js-img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-video-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mg0 {
  margin: 0px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

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

.mgtb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pd0 {
  padding: 0px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdtb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * https://getbootstrap.com/docs/3.3/css/#responsive-utilities 
 */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
