@charset "utf-8";

/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}
/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: "M PLUS 1p", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.pc {
  display: none;
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--bg-main-color);
  color: var(--primary-color);
}

.content_inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}

.content .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}
.content .inner::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3em 0;
  margin: 0 auto;
}
.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.txt {
  font-size: 18px;
  line-height: 1.5;
  margin: 0.5em 0;
}

.tablet {
  display: none;
}

.bg {
  background: #e8f7fc;
}

.bg_box {
  max-width: 680px;
  background: #c7dcf9;
  padding: 1em;
  margin: 4em auto;
}

.wht_bg {
  background: #fff;
  padding: 1em;
}

/* a {
  color: #bb000b;
} */

/* a:hover {
  text-decoration: underline;
} */

/* ---------------------- */
/* font */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* .noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
} */

.font25 {
  font-size: 2.5rem;
  margin: 1em 0;
}

.font21 {
  font-size: 2.1rem;
  margin: 1em 0;
}

.bg_box h3 {
  margin: 0 0 0.5em 0;
}

.line span {
  position: relative;
  display: inline-block;
}

.line span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #e52ca3;
  left: -20px;
  top: 8px;
  transform: rotate(-20deg);
}

.line span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #e52ca3;
  right: -20px;
  top: 8px;
  transform: rotate(20deg);
}

/* ---------------------- */
/* img */

.img img {
  width: 100%;
}

/* color */
.pink {
  color: #e52ca3;
}

.main_blue {
  color: #00a1e9;
}

.red {
  color: #ce0202;
}
/* ------------------------------------------------------------ */
/* ここから  オリジナル */

/* ---------------------- */
/* ttl / font */

/* ---------------------- */
/* btn */
.main_btn {
  max-width: 800px;
  margin: 2em auto;
  text-align: center;
}

.main_btn a {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  background: #02388d;
  color: #fff;
  border: 2px solid #02388d;
  border-radius: 15px;
  padding: 1em 2em;
  transition: all 0.3s ease;
}

.main_btn a:hover {
  background: #fff;
  color: #02388d;
  border: 2px splid #02388d;
  text-decoration: none;
}

.main_btn:focus,
.main_btn:active {
  outline: none;
  outline-offset: inherit;
  box-shadow: none;
  text-decoration: none;
}
/* ---------------------- */
/* section */
.mic {
  padding: 2em 0;
}

.num_box {
  margin: 4em auto 0;
}

.flx_box {
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.num_box .flx_item .num_ttl {
  display: flex;
  align-items: center;
}

.num_box .flx_item .num_ttl .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  /* vertical-align: middle; */
  text-align: center;
  background: #00a1e9;
  color: #fff;
  border-radius: 30px;
  margin: 0 0.5em 0 0;
}

.reservation figure {
  max-width: 480px;
  margin: 2em auto;
}

/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 480px) {
}

/* ==============================================================
 タブレット
================================================================= */
@media screen and (min-width: 600px) {
  /* 600px以上(タブレット) */
  .base {
    padding: 6em 0;
  }

  .inner {
    padding: 0 3em;
  }

  .sp-only {
    display: none;
  }

  .tablet {
    display: block;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
  /* 1024px以上（PC） */

  .inner {
    max-width: 1000px;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  .flx_box {
    justify-content: space-between;
  }
}
