@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;600;700;800&display=swap");
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, 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;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  word-break: break-word;
  word-wrap: break-word; }

body {
  font-family: 'Zen Maru Gothic','ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN',"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  color: #2e2e2e;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  min-width: 320px;
  text-align: left;
  padding-top: 105px;
  overflow-x: hidden;
  font-weight: 600; }
  @media screen and (max-width: 999px) {
    body {
      padding-top: 99px; } }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

li {
  list-style-type: none; }

ins {
  text-decoration: none; }

mark {
  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;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle;
  margin: 0;
  box-sizing: border-box; }

input, textarea {
  -webkit-appearance: none;
  font-family: inherit;
  box-sizing: border-box; }

input:focus, textarea:focus, select:focus {
  outline: 0; }

button {
  font-family: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  box-sizing: border-box; }
  button::-moz-focus-inner {
    border: 0; }

input:placeholder-shown, input::-webkit-input-placeholder {
  color: #ccc; }
input:-moz-placeholder, input::-moz-placeholder {
  color: #ccc;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #ccc; }

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

small {
  font-size: 10px; }

a {
  color: #2e2e2e;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  transition: .3s ease; }
  a[href^="tel:"] {
    cursor: text; }
  a:hover {
    color: #555; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

p + p {
  margin-top: 15px; }

.cf {
  font-family: 'Oswald','Zen Maru Gothic','ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN',"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif; }

.tsukushi {
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }

body.load * {
  transition: none !important; }

/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  transition: height .6s ease; }
  header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 25px; }
  header .header-inner02 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1; }
  header .logo {
    display: flex;
    align-items: center;
    padding: 5px 0; }
    @media screen and (max-width: 999px) {
      header .logo {
        padding: 0; } }
    header .logo img {
      width: 207px;
      transition: .6s ease;
      display: block; }
      @media screen and (max-width: 999px) {
        header .logo img {
          width: 120px !important; } }
      @media screen and (max-width: 340px) {
        header .logo img {
          width: 100px !important; } }
  header .logo02 {
    position: absolute;
    top: 25px;
    right: 205px;
    transition: top 0.6s ease; }
    header .logo02 img {
      width: 92px; }
  header .logo-kikoe {
    position: absolute;
    top: 15px;
    right: 33px;
    transition: top 0.6s ease; }
    header .logo-kikoe img {
      width: 155px; }
header .logo-kikoe a:hover {
	opacity: 0.6;
}
header .logo-kikoe-sp {
	display: none;
}
header .logo-kikoe-sp img {
	width: 100%;
}
@media screen and (max-width: 999px) {
	header .logo-kikoe {
		display: none;
	}
	header .logo-kikoe-sp {
		display: block;
		width: 60vw;
	}
}
  header #gnav ul.gnav-list01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 300px 0 0; }
    @media screen and (max-width: 999px) {
      header #gnav ul.gnav-list01 {
        margin: 0;
        position: fixed;
        top: 51px;
        right: 39px;
        padding: 0;
        transition: top 0.6s ease; } }
    header #gnav ul.gnav-list01 li {
      margin-right: 20px; }
      @media screen and (max-width: 999px) {
        header #gnav ul.gnav-list01 li {
          margin-right: 8px; } }
      header #gnav ul.gnav-list01 li.reserve img {
        width: 222px; }
        @media screen and (max-width: 999px) {
          header #gnav ul.gnav-list01 li.reserve img {
            width: 86px; } }
      header #gnav ul.gnav-list01 li.mypage img {
        width: 97px; }
        @media screen and (max-width: 999px) {
          header #gnav ul.gnav-list01 li.mypage img {
            width: 50px; } }
      header #gnav ul.gnav-list01 li a {
        display: block;
        position: relative;
        transition: opacity 0.3s; }
        @media screen and (max-width: 999px) {
          header #gnav ul.gnav-list01 li a {
            margin: 0;
            padding: 0 !important; }
            header #gnav ul.gnav-list01 li a:hover {
              opacity: 1 !important; } }
        header #gnav ul.gnav-list01 li a:hover {
          opacity: 0.6; }
  header #gnav ul.gnav-list02 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 25px 33px 0 0;
    transition: margin 0.3s; }
    @media screen and (max-width: 999px) {
      header #gnav ul.gnav-list02 {
        display: block;
        margin: 0;
        padding: 2px 15px; } }
    header #gnav ul.gnav-list02 li {
      margin: 0 0 0 30px; }
      @media screen and (max-width: 1100px) {
        header #gnav ul.gnav-list02 li {
          margin: 0 0 0 20px; } }
      @media screen and (max-width: 999px) {
        header #gnav ul.gnav-list02 li {
          margin: 0; } }
      header #gnav ul.gnav-list02 li:last-child a {
        background: url(/images/common/icn_search.svg) no-repeat top 3px left;
        background-size: 13px;
        padding-left: 17px; }
        @media screen and (max-width: 999px) {
          header #gnav ul.gnav-list02 li:last-child a {
            background: none;
            padding: 0; } }
      header #gnav ul.gnav-list02 li a {
        display: block;
        position: relative;
        transition: .3s ease;
        font-size: 14px; }
        @media screen and (max-width: 999px) {
          header #gnav ul.gnav-list02 li a {
            padding: 24px 17px;
            font-size: 16px; } }
        header #gnav ul.gnav-list02 li a::after {
          content: "";
          display: block;
          width: 0;
          height: 2px;
          background: #ccc;
          position: absolute;
          bottom: -8px;
          left: 49%;
          transition: .3s ease;
          opacity: 0; }
          @media screen and (max-width: 999px) {
            header #gnav ul.gnav-list02 li a::after {
              display: none; } }
        header #gnav ul.gnav-list02 li a:hover::after {
          width: 40px;
          margin-left: -20px;
          opacity: 1; }
  header #sp-btn {
    display: none; }

body.header-scroll header {
  height: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  body.header-scroll header .logo02 {
    top: 15px; }
  body.header-scroll header .logo-kikoe {
    top: 5px; }
    @media screen and (max-width: 999px) {
      body.header-scroll header .logo02 {
        top: 0; } }
  @media screen and (max-width: 999px) {
    body.header-scroll header ul.gnav-list01 {
      top: 6px !important; } }
  body.header-scroll header ul.gnav-list02 {
    margin-top: 20px !important; }

/* -------------------------------------------------- */
/* SUB MV */
/* -------------------------------------------------- */
.common-submv {
  width: 100%;
  height: 350px;
  background: url(/images/common/bg_kv.png) no-repeat calc(50% - 111px) top;
  background-size: 1265px;
  position: relative;
  margin: 0 auto 40px; }
  @media screen and (max-width: 999px) {
    .common-submv {
      background: url(/images/common/bg_kv_sp.png) no-repeat top left;
      background-size: 100% auto;
      padding-top: 56%;
      height: auto;
      margin-bottom: 0; } }
  .common-submv .inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 900px; }
    @media screen and (max-width: 1265px) {
      .common-submv .inner {
        max-width: 900px; } }
    @media screen and (max-width: 999px) {
      .common-submv .inner {
        width: 95%;
        height: auto;
        position: absolute;
        top: 13%;
        left: 5%; } }
  .common-submv h1.ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    transition: opacity .8s ease;
    opacity: 0;
    letter-spacing: -0.05em;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important;
    padding: 70px 0 0; }
    @media screen and (max-width: 999px) {
      .common-submv h1.ttl {
        font-size: 7.5vw;
        transform: translate(0, 4px) !important;
        padding: 0; } }
    .common-submv h1.ttl.line2 {
      padding: 45px 0 0; }
      @media screen and (max-width: 999px) {
        .common-submv h1.ttl.line2 {
          padding: 0; } }
    .common-submv h1.ttl span {
      display: block;
      font-size: 20px;
      margin-bottom: 5px;
      color: #d70c19;
      position: relative;
      letter-spacing: 0; }
      @media screen and (max-width: 999px) {
        .common-submv h1.ttl span {
          font-size: 3.5vw;
          margin-bottom: 3px; } }
  .common-submv .img {
    position: absolute;
    bottom: -40px;
    z-index: 3;
    max-width: 370px;
    transition: right 0.5s;
    left: 46%;
    transform: translateX(-50%); }
    @media screen and (max-width: 999px) {
      .common-submv .img {
        display: block !important;
        margin-right: 0;
        max-width: 100%;
        width: 44vw;
        margin-right: 3vw;
        right: auto;
        top: 115%;
        bottom: auto;
        transform: none; } }
    .common-submv .img img {
      transform: translateX(290px); }
      @media screen and (max-width: 999px) {
        .common-submv .img img {
          transform: none; } }
  .common-submv .attention {
    font-size: 10px;
    margin-top: 15px; }
    @media screen and (max-width: 999px) {
      .common-submv .attention {
        display: none; } }
  .common-submv.animated .ttl {
    transform: none;
    opacity: 1; }

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
  text-align: center;
  padding: 40px;
  background: #605c5c;
  margin-top: 180px;
  color: #ffffff;
  position: relative; }
  @media screen and (max-width: 999px) {
    footer {
      margin-top: 180px;
      text-align: center;
      padding: 30px 5%; } }
  footer a {
    color: #ffffff !important; }
  footer .footer-left {
    text-align: left; }
    @media screen and (max-width: 999px) {
      footer .footer-left {
        text-align: center; } }
    footer .footer-left .name {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1; }
      @media screen and (max-width: 599px) {
        footer .footer-left .name {
          font-size: 17px; } }
    footer .footer-left .email {
      font-size: 14px; }
      @media screen and (max-width: 999px) {
        footer .footer-left .email {
          text-align: center; } }
      @media screen and (max-width: 599px) {
        footer .footer-left .email {
          font-size: 12px; } }
      footer .footer-left .email a {
        padding: 0 0 3px;
        border-bottom: 1px solid #ffffff; }
        footer .footer-left .email a:hover {
          border: none; }
  footer .footer-nav {
    font-size: 0;
    margin-bottom: 50px;
    text-align: right; }
    @media screen and (max-width: 999px) {
      footer .footer-nav {
        margin-top: 40px;
        margin-bottom: 30px; } }
    footer .footer-nav > li {
      font-size: 14px;
      display: inline-block;
      position: relative;
      padding: 0 5px;
      margin-left: 50px; }
      @media screen and (max-width: 999px) {
        footer .footer-nav > li {
          font-size: 11px;
          display: block;
          text-align: center;
          margin: 0;
          margin-top: 20px; } }
      footer .footer-nav > li a {
        display: block;
        padding: 0 0 3px;
        border-bottom: 1px solid #ffffff; }
        @media screen and (max-width: 999px) {
          footer .footer-nav > li a {
            display: inline; } }
        footer .footer-nav > li a:hover {
          border: none; }
  footer .copyright {
    text-align: right;
    color: #c7c1ba;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 999px) {
      footer .copyright {
        text-align: center; } }
    @media screen and (max-width: 599px) {
      footer .copyright {
        font-size: 8px; } }
  footer .footer-inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      footer .footer-inner {
        display: block; } }

#pagetop {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ccc;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform .3s; }
  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #pagetop a::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-right: 3px solid #767676;
      border-top: 3px solid #767676;
      transform: rotate(-45deg); }

.btn-fix-tel {
  width: 475px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 2; }

.kikoe-bnr {
	width: 250px;
	bottom: 30px;
	position: fixed;
	left: 520px;
	z-index: 2;
	background-color: #fff;
}
.kikoe-bnr a {
    display: block;
    transition: opacity 0.6s;
}
.kikoe-bnr a img {
	width: 100%;
}
.kikoe-bnr a:hover {
	opacity: 0.6;
}
.kikoe-bnr.active {
    top: -110px;
    bottom: auto;
    position: absolute;
}
  @media screen and (max-width: 999px) {
    .btn-fix-tel {
      width: 170px;
      bottom: 15px;
      left: 15px; }
	.kikoe-bnr {
	width: 170px;
      bottom: 80px;
      left: 15px;  
	}
}
  .btn-fix-tel.active {
    top: -110px;
    bottom: auto;
    position: absolute; }
    @media screen and (max-width: 999px) {
      .btn-fix-tel.active {
        top: -73px; }
		.kikoe-bnr.active {
			top:-135px;
		}
}
  .btn-fix-tel a {
    cursor: default;
    pointer-events: none; }
    @media screen and (max-width: 999px) {
      .btn-fix-tel a {
        cursor: pointer;
        pointer-events: auto; } }

.btn-fix-reserve {
  width: 150px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2; }
  @media screen and (max-width: 999px) {
    .btn-fix-reserve {
      width: 90px;
      bottom: 15px;
      right: 15px; } }
  .btn-fix-reserve.active {
    top: -180px;
    bottom: auto;
    position: absolute; }
    @media screen and (max-width: 999px) {
      .btn-fix-reserve.active {
        top: -105px; } }
  .btn-fix-reserve a {
    display: block;
    transition: opacity 0.6s; }
    .btn-fix-reserve a:hover {
      opacity: 0.6; }
      @media screen and (max-width: 999px) {
        .btn-fix-reserve a:hover {
          opacity: 1; } }
    .btn-fix-reserve a img {
      width: 100%;
      filter: drop-shadow(3px 3px 3px #666666);
      transform: translateZ(0); }

#wrapper {
  position: relative !important; }

#floating-btn {
  position: fixed;
  top: 30%;
  right: -5px;
  z-index: 98;
  transition: .3s ease;
  width: 70px; }
  #floating-btn a {
    display: block;
    height: 262px;
    font-size: 17px;
    padding: 30px 25px 60px 20px;
    font-weight: bold;
    color: #fff;
    background: #ef4d57;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: relative; }
    #floating-btn a::after {
      content: "";
      display: block;
      width: 22px;
      height: 26px;
      background: url(/img/icon_reserve.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -11px; }
  #floating-btn:hover {
    right: 0; }
  #floating-btn a:hover {
    opacity: 0.8; }

/* -------------------------------------------------- */
/* common */
/* -------------------------------------------------- */
.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.nowrap {
  white-space: nowrap !important; }

.d-flex {
  display: flex;
  width: 100%; }
  .d-flex > * {
    flex: 1; }

.v-sp, .v-tablet {
  display: none !important; }

.v-pc {
  display: block !important; }

/* margin */
.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 1rem !important; }

.m-2 {
  margin: 2rem !important; }

.m-3 {
  margin: 3rem !important; }

.m-4 {
  margin: 4rem !important; }

.m-5 {
  margin: 5rem !important; }

.m-6 {
  margin: 6rem !important; }

.m-7 {
  margin: 7rem !important; }

.m-8 {
  margin: 8rem !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mt-7 {
  margin-top: 7rem !important; }

.mt-8 {
  margin-top: 8rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.ml-7 {
  margin-left: 7rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

/* padding */
.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 1rem !important; }

.p-2 {
  padding: 2rem !important; }

.p-3 {
  padding: 3rem !important; }

.p-4 {
  padding: 4rem !important; }

.p-5 {
  padding: 5rem !important; }

.p-6 {
  padding: 6rem !important; }

.p-7 {
  padding: 7rem !important; }

.p-8 {
  padding: 8rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pt-7 {
  padding-top: 7rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.pb-7 {
  padding-bottom: 7rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pr-7 {
  padding-right: 7rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.pl-7 {
  padding-left: 7rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

/* container */
.container {
  max-width: 1180px;
  padding: 0 40px;
  margin: auto;
  position: relative; }

section > .container, .section > .container {
  padding: 80px 40px; }

.bg-heart {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1; }

/* ttl */
.common-ttl01 {
  font-size: 40px;
  padding-bottom: 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  .common-ttl01 img {
    display: block;
    margin: 0 auto 20px; }

.common-ttl02 {
  font-size: 30px;
  position: relative;
  background-color: #fdf3e4;
  border-radius: 40px;
  margin-bottom: 35px;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  .common-ttl02.num1:before {
    content: "";
    background: url(/images/reserve/icn_1.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: -15px;
    width: 50px;
    height: 60px; }
    @media screen and (max-width: 599px) {
      .common-ttl02.num1:before {
        left: 16px;
        width: 19px;
        top: -9px; } }
  @media screen and (max-width: 599px) {
    .common-ttl02.num2 {
      padding-left: 35px; } }
  .common-ttl02.num2:before {
    content: "";
    background: url(/images/reserve/icn_2.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: -15px;
    width: 50px;
    height: 60px; }
    @media screen and (max-width: 599px) {
      .common-ttl02.num2:before {
        left: 15px;
        top: -7px;
        width: 25px; } }
  .common-ttl02 small {
    font-size: 20px;
    color: #999; }
  .common-ttl02 .strong {
    color: #ef4d57; }
  .common-ttl02.line {
    border-bottom: 3px solid #eee;
    padding-bottom: 10px; }
    .common-ttl02.line .num {
      top: auto;
      bottom: -3px; }

.common-ttl03 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }

.common-ttl04 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 15px 0 15px 50px;
  cursor: pointer;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  @media screen and (max-width: 599px) {
    .common-ttl04 {
      font-size: 14px;
      padding: 15px 0 15px 30px; } }
  .common-ttl04:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    background: #d70c18;
    left: 30px;
    top: 26px; }
    @media screen and (max-width: 599px) {
      .common-ttl04:before {
        border-radius: 7px;
        background: #d70c18;
        left: 14px;
        top: 21px; } }
  .common-ttl04:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 18px;
    width: 30px;
    height: 30px;
    background: url(/images/common/icn_accordion_open.svg) no-repeat center center;
    background-size: 30px; }
    @media screen and (max-width: 599px) {
      .common-ttl04:after {
        right: 14px;
        top: 14px;
        width: 25px;
        height: 25px;
        background: url(/images/common/icn_accordion_open.svg) no-repeat center center;
        background-size: 25px; } }
  .common-ttl04.active:after {
    background: url(/images/common/icn_accordion_close.svg) no-repeat center center;
    background-size: 30px; }
    @media screen and (max-width: 599px) {
      .common-ttl04.active:after {
        background: url(/images/common/icn_accordion_close.svg) no-repeat center center;
        background-size: 25px; } }
  .common-ttl04.large {
    font-size: 24px;
    margin-bottom: 20px; }
    .common-ttl04.large::before {
      height: 24px;
      top: 8px; }

.common-ttl05 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }

.common-ttl06 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 80px;
  background: url(/img/ttl_back.png) no-repeat center center;
  background-size: contain;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  .common-ttl06 span {
    text-shadow: 0 0 15px #fff, 0 0 15px #fff; }
  .common-ttl06 strong {
    color: #ef4d57; }

.common-ttl07 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.9em;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  @media screen and (max-width: 599px) {
    .common-ttl07 {
      font-size: 20px;
      margin-bottom: 15px; } }
  .common-ttl07::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d70c18;
    position: absolute;
    left: 0;
    top: 18px; }
    @media screen and (max-width: 599px) {
      .common-ttl07::before {
        top: 10px; } }

/* txt */
.common-txt {
  line-height: 1.7; }
  .common-txt p {
    line-height: 1.7; }

/* color */
.common-color01 {
  color: #ef4d57; }

.common-color02 {
  color: #aaa; }

/* bg */
.common-bg01 {
  background: #fdf3e4; }

.common-bg02 {
  background: #fef0de; }

/* flow */
.common-flow01 {
  display: flex;
  position: relative; }
  .common-flow01::after {
    content: "";
    display: block;
    width: 90%;
    height: 90px;
    background: #f5f5f5;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -45px;
    z-index: 1; }
  .common-flow01 > li {
    flex: 1;
    border: 2px solid #e7e7e7;
    text-align: center;
    padding: 30px 15px 40px;
    background: #fff;
    position: relative;
    z-index: 2; }
    .common-flow01 > li + li {
      margin-left: 1.6%; }
    .common-flow01 > li .img {
      margin-bottom: 25px; }
    .common-flow01 > li .txt {
      font-weight: bold;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .common-flow01 > li .num {
      position: absolute;
      bottom: -16px;
      left: 50%;
      background: #5aaba1;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      width: 88px;
      margin-left: -44px;
      border-radius: 50px; }
    .common-flow01 > li:nth-child(2) .num {
      background: #5fb0d1; }
    .common-flow01 > li:nth-child(3) .num {
      background: #6e90bb; }
    .common-flow01 > li:nth-child(4) .num {
      background: #4276a1; }
    .common-flow01 > li:nth-child(5) .num {
      background: #ba8ea7; }
    .common-flow01 > li:nth-child(6) .num {
      background: #845f53; }

/* table */
.common-table01 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d4d4d4; }
  .common-table01 th {
    background: #f5f5f5;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    padding: 15px 25px;
    vertical-align: middle;
    font-size: 19px; }
  .common-table01 td {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    vertical-align: middle; }
  .common-table01 .th-ttl {
    width: 35%;
    white-space: normal; }
  .common-table01 .td-price {
    white-space: nowrap;
    padding-right: 0;
    line-height: 1.8; }
  .common-table01 .td-txt {
    font-size: 15px;
    line-height: 1.7; }

.common-table02 {
  background: #fff;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
  font-size: 15px; }
  .common-table02 th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: middle; }
  .common-table02 td {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center; }
  .common-table02 thead th {
    text-align: center;
    background: #f5f5f5;
    width: 15%; }
    .common-table02 thead th.ttl {
      width: 25%; }
  .common-table02 tr.marker {
    background: #fef0de; }
  .common-table02.color01 thead th {
    background: #2e2e2e;
    color: #fff; }
  .common-table02 thead th.disabled {
    background: #414141;
    width: 10%; }
  .common-table02 tr.marker td.disabled {
    background: #e1d1bd; }
  .common-table02 td.disabled {
    background: #f1f1f1;
    border-color: #bbb;
    color: #888; }
  .common-table02 td img {
    vertical-align: middle; }

.common-table03 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #bd9443;
  background: #fff; }
  .common-table03 th {
    background: #bd9443;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ccae73;
    white-space: nowrap;
    padding: 15px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.4; }
  .common-table03 td {
    border-bottom: 1px solid #bd9443;
    padding: 15px 20px;
    vertical-align: middle; }
  .common-table03 .th-ttl {
    width: 170px; }
  .common-table03 .price {
    font-size: 15px; }
    .common-table03 .price span {
      font-size: 26px;
      margin-right: 2px; }
  .common-table03 .attention {
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    margin-top: 5px; }
  .common-table03 sup {
    font-size: 70%;
    opacity: 0.7;
    position: relative;
    top: -0.4em; }

.common-radio-table tr {
  cursor: pointer; }
  .common-radio-table tr.selected {
    border: 2px solid #919191; }

/* label */
.common-label01 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #464646;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 12px 6px;
  vertical-align: 0; }
  .common-label01.color01 {
    background: #5aaba1; }
  .common-label01.color02 {
    background: #5fb0d1; }
  .common-label01.color03 {
    background: #4276a1; }
  .common-label01.color04 {
    background: #ba8ea7; }
  .common-label01.required {
    color: #ffffff;
    background: #d70c18;
    border-radius: 5px; }
    @media screen and (max-width: 999px) {
      .common-label01.required {
        font-size: 10px; } }

/* link */
.common-link01 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #909090;
  display: inline-block;
  padding: 8px 45px 8px 30px;
  position: relative; }
  .common-link01::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #6c6c6c;
    border-bottom: 2px solid #6c6c6c;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg);
    margin-top: -3px;
    transition: .3s ease; }
  .common-link01:hover::after {
    right: 5px; }
  .common-link01.anchor::after {
    transform: rotate(45deg);
    margin-top: -5px; }
  .common-link01.anchor:hover::after {
    right: 10px;
    margin-top: 0; }

.common-link02 {
  text-decoration: underline; }
  .common-link02:hover {
    text-decoration: none; }

/* btn */
.common-btn01 {
  background: #605c5c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 65px;
  text-align: center;
  transition: .3s ease; }
  .common-btn01.action {
    background: #d70c18; }
  .common-btn01:hover {
    opacity: 0.8;
    color: #fff; }
    .common-btn01:hover::after {
      right: 15px; }
  .common-btn01.middle {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 100px;
    font-weight: normal; }
  .common-btn01.anchor::after {
    transform: rotate(45deg);
    margin-top: -9px; }
  .common-btn01.anchor:hover::after {
    right: 20px;
    margin-top: -5px; }

/* input-set */
.common-input-set {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden; }
  .common-input-set input {
    border: 0 !important;
    margin-left: 54px; }
  .common-input-set .icon {
    background: #eee;
    width: 54px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

/* accordion */
.common-accordion {
  max-width: 850px;
  margin: 0 auto; }
  .common-accordion:last-child {
    border-bottom: 1px solid #d70c18; }
  .common-accordion .accordion-name {
    font-size: 23px;
    padding: 35px 0;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #d70c18;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .common-accordion .accordion-name {
        font-size: 16px;
        padding: 25px 40px 25px 0; } }
    .common-accordion .accordion-name:before {
      content: "";
      position: absolute;
      right: 0;
      top: 33px;
      width: 40px;
      height: 40px;
      background: url(/images/common/icn_accordion_open.svg) no-repeat center center;
      background-size: 40px; }
      @media screen and (max-width: 999px) {
        .common-accordion .accordion-name:before {
          top: 23px;
          width: 25px;
          height: 25px;
          background: url(/images/common/icn_accordion_open.svg) no-repeat center center;
          background-size: 25px; } }
    .common-accordion .accordion-name.active:before {
      background: url(/images/common/icn_accordion_close.svg) no-repeat center center;
      background-size: 40px; }
      @media screen and (max-width: 999px) {
        .common-accordion .accordion-name.active:before {
          background: url(/images/common/icn_accordion_close.svg) no-repeat center center;
          background-size: 25px; } }
  .common-accordion .accordion-contents {
    display: none;
    border-top: 1px solid #d70c18; }
  .common-accordion .item {
    border-bottom: 1px solid #898989; }

/* list */
.common-list01 {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 20px 10px; }
  @media screen and (max-width: 599px) {
    .common-list01 {
      padding: 0 10px 20px; } }
  .common-list01 > li {
    width: 32.533%;
    margin-right: 1.2%;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 10px 30px 10px 20px;
    transition: .3s ease;
    position: relative;
    background: #ffffff; }
    .common-list01 > li:nth-child(3n) {
      margin-right: 0; }
    .common-list01 > li .ttl {
      font-size: 18px; }
    .common-list01 > li .txt {
      font-size: 11px;
      color: #999;
      margin-top: 3px; }
      .common-list01 > li .txt + .txt02 {
        margin-top: 12px; }
    .common-list01 > li .txt02 {
      font-size: 13px;
      margin-top: 2px;
      background: #efefef;
      padding: 6px 10px;
      color: #555;
      border-radius: 10px;
      display: flex;
      align-items: flex-start; }
      .common-list01 > li .txt02 dt {
        width: 5em;
        display: inline-block;
        font-size: 13px; }
        @media screen and (max-width: 999px) {
          .common-list01 > li .txt02 dt {
            font-size: 12px; } }
      .common-list01 > li .txt02 dd {
        font-size: 13px;
        background: #efefef;
        color: #555;
        border-left: 1px solid #ccc;
        padding-left: 10px;
        width: calc(100% - 5em); }
        @media screen and (max-width: 999px) {
          .common-list01 > li .txt02 dd {
            font-size: 12px; } }
    .common-list01 > li .link-map {
      position: absolute;
      right: 15px;
      top: 13px;
      font-size: 13px;
      background: #2e2e2e;
      color: #fff;
      border-radius: 4px;
      display: inline-block;
      line-height: 1;
      padding: 3px;
      white-space: nowrap; }
      .common-list01 > li .link-map::before {
        content: "";
        display: inline-block;
        width: 11px;
        height: 15px;
        background: url(/img/icon_map.png) no-repeat;
        background-size: 100% auto;
        vertical-align: -3px;
        margin-right: 3px; }
      .common-list01 > li .link-map:hover {
        opacity: 0.7; }
    .common-list01 > li .label {
      margin-top: 5px; }
      .common-list01 > li .label .common-label01 {
        background: #d70c18;
        color: #ffffff;
        font-size: 13px;
        border-radius: 100px;
        width: 100%;
        text-align: center;
        padding: 7px 0;
        line-height: 1.2;
        font-weight: bold;
        display: block;
        margin-top: 15px; }
  .common-list01:not(.nolink) > li {
    cursor: pointer; }
    .common-list01:not(.nolink) > li::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-right: 2px solid #6c6c6c;
      border-bottom: 2px solid #6c6c6c;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: rotate(-45deg);
      margin-top: -3px;
      transition: .3s ease; }
    .common-list01:not(.nolink) > li:hover {
      background: #f5f5f5; }
  .common-list01.nolink > li {
    padding: 15px 20px 15px; }
    .common-list01.nolink > li .name {
      padding-right: 50px;
      font-size: 13px; }

.common-list02 {
  display: flex; }
  .common-list02 > li {
    flex: 1;
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px; }
    .common-list02 > li + li {
      margin-left: 3%; }
    .common-list02 > li .img {
      margin-bottom: 10px; }
    .common-list02 > li .ttl {
      font-weight: bold;
      font-size: 22px; }
    .common-list02 > li .txt {
      font-size: 16px;
      margin-top: 10px;
      display: inline-block;
      text-align: left; }
    .common-list02 > li a {
      display: block;
      transition: .3s ease; }
      .common-list02 > li a:hover {
        opacity: 0.7; }

.common-list03 {
  display: flex; }
  .common-list03 > li {
    flex: 1;
    border: 1px solid #ccc; }
    .common-list03 > li + li {
      margin-left: 3%; }
    .common-list03 > li .inner {
      padding: 25px 30px 20px; }
    .common-list03 > li .ttl {
      font-weight: bold;
      font-size: 22px; }
      .common-list03 > li .ttl small {
        font-size: 16px;
        display: block;
        color: #399084; }
    .common-list03 > li .txt {
      padding: 0 30px 25px;
      line-height: 1.6;
      font-size: 17px; }
    .common-list03 > li .sub {
      background: #399084;
      color: #fff;
      margin: 20px -30px 0 -30px;
      padding: 12px 30px 15px;
      line-height: 1.4; }
      .common-list03 > li .sub .cf {
        font-size: 130%;
        margin: 0 3px 0 5px; }

.common-list04 {
  display: flex;
  flex-wrap: wrap; }
  .common-list04 > li {
    width: 50%;
    border: 1px solid #ccc;
    padding: 40px;
    margin-bottom: -1px; }
    .common-list04 > li:nth-child(even) {
      margin-left: -1px; }
    .common-list04 > li .ttl {
      font-size: 24px;
      font-weight: bold;
      position: relative;
      padding-left: 60px;
      line-height: 1.5;
      border-bottom: 2px solid #399185;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .common-list04 > li .ttl span {
        position: absolute;
        left: 0;
        top: 0;
        color: #399185;
        font-size: 40px; }
      .common-list04 > li .ttl small {
        color: #399185;
        display: block;
        font-size: 16px; }
    .common-list04 > li p {
      line-height: 1.7; }
    .common-list04 > li .price {
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 15px;
      background: #f5f5f5;
      padding: 10px 15px;
      text-align: center;
      color: #777; }
      .common-list04 > li .price span {
        font-size: 24px;
        margin: 0 3px;
        letter-spacing: 0; }
      .common-list04 > li .price small {
        font-size: 100%;
        margin: 0 5px; }
    .common-list04 > li .img {
      margin-top: 20px; }

/* modal */
.common-modal {
  display: none; }

.common-modal-inner {
  padding: 25px 40px; }
  .common-modal-inner .modal-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0; }
  .common-modal-inner.modal-tel .common-btn01 {
    display: block;
    margin-top: 20px; }
  .common-modal-inner.modal-tel .tel {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap; }
    .common-modal-inner.modal-tel .tel::before {
      content: "";
      display: inline-block;
      width: 26px;
      height: 17px;
      background: url(/img/icon_freedial.png) no-repeat;
      background-size: 100% auto;
      margin-right: 10px; }
  .common-modal-inner.modal-tel .time {
    color: #999;
    margin-top: 5px; }

/* contact */
.common-contact {
  width: calc(100% - 80px);
  background: url(/img/back_contact.png) repeat #fef0de;
  text-align: center;
  padding: 60px 0;
  margin: 0 40px; }
  .common-contact .common-btn01 {
    font-size: 24px; }
    .common-contact .common-btn01::before {
      content: "";
      display: block;
      width: 108px;
      height: 60px;
      background: url(/img/pop_contact.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: -30px;
      left: -50px; }
    .common-contact .common-btn01 small {
      margin-left: 3px; }

/* morebtn */
.common-morebtn {
  margin-top: 60px;
  text-align: center; }
  .common-morebtn .common-btn01 {
    width: 280px;
    max-width: 80%;
    padding-top: 15px;
    padding-bottom: 15px; }

/* faq */
.common-faq .faq-q {
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding: 25px 55px;
  position: relative;
  line-height: 1.6; }
  .common-faq .faq-q::before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 10px;
    background: #ba8ea7;
    color: #fff;
    height: calc(100% - 20px);
    line-height: 1;
    padding: 10px 10px 14px;
    box-sizing: border-box;
    font-size: 18px; }
  .common-faq .faq-q::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: .3s ease; }
  .common-faq .faq-q.active::after {
    transform: rotate(-135deg);
    margin-top: 0; }
.common-faq .faq-a {
  display: none;
  padding: 30px 0 30px 55px;
  margin-bottom: 20px;
  line-height: 1.8; }

/* voice */
.common-voice {
  max-width: 1000px;
  margin: auto; }
  .common-voice > li {
    display: flex; }
    .common-voice > li + li {
      margin-top: 40px; }
    .common-voice > li .inner {
      flex: 1;
      margin-left: 30px;
      margin-right: 14%;
      border: 1px solid #d2d2d2;
      border-radius: 10px;
      position: relative; }
      .common-voice > li .inner::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 12px 10px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        left: -12px;
        top: 45px;
        z-index: 2; }
      .common-voice > li .inner::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 13px 10px 0;
        border-color: transparent #d2d2d2 transparent transparent;
        position: absolute;
        left: -14px;
        top: 45px;
        z-index: 1; }
    .common-voice > li .user {
      max-width: 14%;
      padding-top: 10px; }
    .common-voice > li .txt {
      padding: 25px 30px;
      line-height: 1.8; }
    .common-voice > li .name {
      background: #f5f5f5;
      font-weight: bold;
      padding: 15px 30px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      font-size: 85%; }
    .common-voice > li:nth-child(even) {
      flex-direction: row-reverse; }
      .common-voice > li:nth-child(even) .inner {
        margin-left: 14%;
        margin-right: 30px; }
        .common-voice > li:nth-child(even) .inner::before {
          border-width: 10px 0 10px 12px;
          border-color: transparent transparent transparent #fff;
          left: auto;
          right: -12px; }
        .common-voice > li:nth-child(even) .inner::after {
          border-width: 10px 0 10px 13px;
          border-color: transparent transparent transparent #d2d2d2;
          left: auto;
          right: -14px; }

/* border */
.common-border-top {
  position: relative; }
  .common-border-top::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #ccc; }

/* merit */
.common-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .common-merit > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fef0de;
    padding: 35px 35px;
    border-radius: 10px; }
    .common-merit > li:nth-child(even) {
      margin-right: 0; }
    .common-merit > li .user {
      display: flex; }
      .common-merit > li .user .icon {
        width: 70px;
        margin-right: 15px;
        text-align: center;
        display: flex;
        align-items: center; }
      .common-merit > li .user .pop {
        flex: 1;
        position: relative;
        background: #fff;
        border-radius: 10px;
        padding: 20px 25px;
        font-weight: bold;
        font-size: 22px;
        color: #1b7ea8;
        display: flex;
        align-items: center; }
        .common-merit > li .user .pop .sub {
          position: absolute;
          top: -12px;
          left: 15px;
          background: #1b7ea8;
          color: #fff;
          border-radius: 100px;
          font-size: 16px;
          padding: 3px 35px 5px 20px;
          line-height: 1; }
          .common-merit > li .user .pop .sub .cf {
            display: block;
            font-size: 30px;
            position: absolute;
            right: 15px;
            bottom: 5px;
            text-shadow: #1b7ea8 2px 0px, #1b7ea8 -2px 0px, #1b7ea8 0px -2px, #1b7ea8 0px 2px, #1b7ea8 2px 2px, #1b7ea8 -2px 2px, #1b7ea8 2px -2px, #1b7ea8 -2px -2px, #1b7ea8 1px 2px, #1b7ea8 -1px 2px, #1b7ea8 1px -2px, #1b7ea8 -1px -2px, #1b7ea8 2px 1px, #1b7ea8 -2px 1px, #1b7ea8 2px -1px, #1b7ea8 -2px -1px; }
    .common-merit > li .ttl {
      text-align: center;
      margin: 30px auto 20px; }
      .common-merit > li .ttl span {
        background: #ef4d57;
        color: #fff;
        display: inline-block;
        padding: 4px 15px 6px;
        border-radius: 3px;
        font-size: 22px; }
    .common-merit > li .txt {
      line-height: 1.7; }

/*.common-merit > li .user .pop::before{content:"";display:block;width: 0;height: 0;border-style: solid;border-width: 10px 15px 10px 0;border-color: transparent #fff transparent transparent;position:absolute;left:-15px;top:28px;}*/
/*.common-merit > li .ttl span{color:#ef4d57;border-bottom:1px solid #ef4d57;display:inline;font-weight:bold;font-size:2.2rem;}*/
/* btnbox */
.common-btnbox {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
  padding: 40px 15px 35px;
  margin: 0 auto 2px;
  width: calc(100% - 80px); }
  .common-btnbox .btn {
    text-align: center;
    width: 400px; }
    .common-btnbox .btn + .btn {
      margin-left: 20px; }
    .common-btnbox .btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #1b7ea8;
      border-radius: 5px;
      color: #1b7ea8;
      font-weight: bold;
      font-size: 22px;
      padding: 35px 15px 30px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      background: #fff;
      position: relative;
      height: 100%; }
      .common-btnbox .btn a::before {
        content: "";
        display: block;
        width: 55px;
        height: 55px;
        background: url(/img/top/intro_icon01.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: -27px;
        left: 50%;
        margin-left: -27px; }
      .common-btnbox .btn a:hover {
        background: #1b7ea8;
        color: #fff; }
  .common-btnbox .btn02 a {
    border-color: #399185;
    color: #399185; }
    .common-btnbox .btn02 a::before {
      background-image: url(/img/top/intro_icon02.png); }
    .common-btnbox .btn02 a:hover {
      background: #399185;
      color: #fff; }

/* attention */
.common-attention01 {
  font-size: 14px; }
  .common-attention01 > li {
    position: relative;
    padding-left: 1.5em; }
    .common-attention01 > li::before {
      content: "※";
      position: absolute;
      left: 0;
      top: 0; }
    .common-attention01 > li + li {
      margin-top: 5px; }

/* category */
.common-category01 {
  display: flex;
  flex-wrap: wrap; }
  .common-category01 > li {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 5px 0; }
    .common-category01 > li a {
      display: block;
      padding: 8px 20px;
      margin: 0 10px 0 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border: 1px solid #d2d2d2;
      border-bottom: 0;
      color: #777; }
    .common-category01 > li:hover a {
      background: #f5f5f5; }
    .common-category01 > li.active a {
      background: #222;
      border-color: #222;
      color: #fff; }
    .common-category01 > li:last-child a {
      margin-right: 0; }

/* block */
ul.flow-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
  padding: 0 40px;
  margin: 0 auto; }
  @media screen and (max-width: 999px) {
    ul.flow-list {
      max-width: 600px;
      display: block;
      padding: 0; } }
  ul.flow-list li {
    width: 19.5%; }
    ul.flow-list li:last-child {
      width: 18.5%; }
      @media screen and (max-width: 999px) {
        ul.flow-list li:last-child {
          width: 100%; } }
    @media screen and (max-width: 999px) {
      ul.flow-list li {
        width: 100%;
        margin-bottom: 10px; } }
    ul.flow-list li a {
      transition: opacity 0.3s; }
      ul.flow-list li a:hover {
        opacity: 0.6; }
        @media screen and (max-width: 999px) {
          ul.flow-list li a:hover {
            opacity: 1; } }

.common-block01 {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 80px; }
  .common-block01::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: #f5f5f5;
    width: 100%;
    height: 70%;
    left: 0;
    top: 15%; }
  .common-block01 .container {
    display: flex;
    align-items: center;
    z-index: 2; }
  .common-block01 .img {
    max-width: 48%;
    margin-left: -100px; }
    .common-block01 .img span {
      display: inline-block;
      position: relative; }
    .common-block01 .img .icon {
      position: absolute;
      right: -20px;
      top: 8%;
      max-width: 19%; }
  .common-block01 .inner {
    flex: 1;
    background: #fff;
    padding: 0 60px; }
    .common-block01 .inner .ttl {
      font-weight: bold;
      text-align: center;
      font-size: 32px;
      margin-bottom: 35px;
      margin-top: 10px; }
    .common-block01 .inner p {
      line-height: 1.75; }
  .common-block01.reverse .container {
    flex-direction: row-reverse; }
  .common-block01.reverse .img {
    margin: 0 -100px 0 0; }

/* checklist */
.common-checklist01 {
  font-size: 16px;
  margin-left: 10px; }
  .common-checklist01 > li {
    padding-left: 25px;
    position: relative; }
    .common-checklist01 > li + li {
      margin-top: 15px; }
    .common-checklist01 > li::before {
      content: "\02713";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

/* pagenav */
.common-pagenav {
  padding: 40px 0 0;
  text-align: center; }
  .common-pagenav ul {
    background: #f5f5f5;
    padding: 10px;
    display: flex; }
    .common-pagenav ul > li {
      margin: 5px 10px;
      flex: 1; }
      .common-pagenav ul > li > a {
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px 35px;
        background: #fff;
        font-size: 16px; }
        .common-pagenav ul > li > a::after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-right: 2px solid #ef4d57;
          border-bottom: 2px solid #ef4d57;
          transform: rotate(45deg);
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -7px;
          transition: .3s ease; }
        .common-pagenav ul > li > a:hover::after {
          margin-top: -4px; }

/* check-accept-google-analytics */
.check-accept-google-analytics {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 5px;
  background: rgba(80, 80, 80, 0.9);
  color: white;
  text-align: center;
  opacity: 0.95; }
  .check-accept-google-analytics > div {
    display: inline-block;
    text-align: left; }
    .check-accept-google-analytics > div > div {
      text-align: center; }
  .check-accept-google-analytics p {
    position: relative;
    margin: 5px 10px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px; }
    .check-accept-google-analytics p::before {
      content: "";
      display: block;
      width: 17px;
      height: 16px;
      background: url(/img/icon_alert.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 4px;
      left: 0; }
    .check-accept-google-analytics p > a {
      text-decoration: underline;
      color: #fff; }
  .check-accept-google-analytics button {
    display: inline-block;
    margin: 5px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #252525;
    border: 1px solid;
    border-radius: 26px;
    cursor: pointer; }
    .check-accept-google-analytics button::before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 12px;
      background: url(/img/icon_check.png) no-repeat;
      background-size: 100% auto;
      margin-right: 0.5em; }
    .check-accept-google-analytics button.ga-accept-button {
      border-color: #d70c19;
      background: #d70c19;
      color: #fff; }
    .check-accept-google-analytics button.ga-deny-button {
      border-color: #333;
      background: #333;
      color: #fff; }

@media screen and (max-width: 640px) {
  .check-accept-google-analytics p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden; }
  .check-accept-google-analytics button {
    padding: 8px 12px;
    font-size: 12px; } }
/* -------------------------------------------------- */
/* animation */
/* -------------------------------------------------- */
.animation {
  visibility: hidden; }
  .animation.animated {
    visibility: visible; }

.opacity {
  opacity: 1 !important; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }
.fadeup {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0.01; }
  .fadeup.animated {
    animation-name: fadeInUp;
    transition: .6s ease-out; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }
.faderight {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0.01; }
  .faderight.animated {
    animation-name: fadeInRight;
    transition: .6s ease-out; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }
.fadeleft {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0.01; }
  .fadeleft.animated {
    animation-name: fadeInLeft;
    transition: .6s ease-out; }

.anim-list > li {
  opacity: 0.01;
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }
  .anim-list > li.animated {
    opacity: 1;
    transition: transform .6s ease-out, opacity .6s ease-out;
    -webkit-transform: none;
    transform: none; }

/* -------------------------------------------------- */
/* form */
/* -------------------------------------------------- */
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="url"], input[type="search"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-family: inherit;
  background: #fff;
  height: 50px; }

select, textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-family: inherit;
  background: #fff;
  height: 50px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(/img/arrow_select.png) no-repeat center right #fff;
  background-size: 25px 9px;
  padding-right: 40px !important; }
  select::-ms-expand {
    display: none; }

textarea {
  width: 100%;
  resize: vertical; }

/* radio */
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0); }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0); } }
.radio input[type="radio"] {
  display: none; }
  .radio input[type="radio"] + span {
    margin: 8px 0;
    transition: .2s;
    display: block;
    position: relative;
    padding: 5px 20px 5px 42px;
    cursor: pointer;
    line-height: 1.4; }
    @media screen and (max-width: 999px) {
      .radio input[type="radio"] + span {
        font-size: 17px; } }
  .radio input[type="radio"]:checked + span::before {
    border-color: #bbb;
    animation: ripple 0.2s linear forwards; }
  .radio input[type="radio"]:checked + span::after {
    transform: scale(1); }
.radio span::before, .radio span::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color; }
.radio span::before {
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #bbb;
  background: #fff; }
.radio span::after {
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  transform: scale(0);
  background: #222; }
.radio * {
  box-sizing: border-box; }
  .radio *::before, .radio *::after {
    box-sizing: border-box; }
.radio.radio-inline {
  display: inline-block; }
  .radio.radio-inline input[type="radio"] + span {
    margin: 3px 0; }

/* checkbox */
/*
.checkbox input[type="checkbox"]{display:none;}
.checkbox input[type="checkbox"] + span{margin:8px 0;transition:.2s;display:block;position:relative;padding:5px 30px 5px 36px;cursor:pointer;line-height:1.4;}
.checkbox input[type="checkbox"]:checked + span::before{border-color:#007452;animation:ripple 0.2s linear forwards;}
.checkbox input[type="checkbox"]:checked + span::after{transform:scale(1) rotate(-45deg);}
.checkbox span::before, .checkbox span::after{position:absolute;content:'';border-radius:2px;transition:all .15s ease;transition-property:transform, border-color;}
.checkbox span::before{left:5px;top:7px;width:20px;height:20px;border:2px solid rgba(0, 0, 0, 0.54);}
.checkbox span::after{top:12px;left:10px;width:10px;height:8px;transform:scale(0) rotate(-45deg);border-left:3px solid #007452;border-bottom:3px solid #007452;}
.checkbox *,.checkbox *::before,.checkbox *::after{box-sizing:border-box;}
.checkbox.checkbox-inline{display:inline-block;}
.checkbox.checkbox-inline input[type="checkbox"] + span{margin:3px 0;}


/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 1179px) {
  .v-pc {
    display: none !important; }

  .v-tablet {
    display: block !important; }

  /* common-block01 */
  .common-block01 .img {
    margin-left: 0; }
  .common-block01.reverse .img {
    margin-right: 0; } }
@media screen and (min-width: 1px) and (max-width: 999px) {
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  header {
    height: 99px !important;
    padding-top: 45px;
    transition: top .6s ease; }
    header .header-inner {
      padding: 0 80px 0 10px;
      height: 54px; }
    header .logo {
      width: 92px !important; } }
    @media screen and (min-width: 1px) and (max-width: 999px) and (max-width: 999px) {
      header .logo {
        width: 150px !important; } }
@media screen and (min-width: 1px) and (max-width: 999px) {
    header .logo02 {
      width: 100%;
      height: 45px;
      background: #c7c1ba;
      top: 0;
      left: 0;
      margin-top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      padding-right: 0; }
      header .logo02 img {
        width: 52px; }
    header #gnav {
      width: 260px;
      height: 100%;
      height: calc(100vh - 80px);
      position: absolute;
      top: 100%;
      right: -261px;
      background: rgba(28, 28, 28, 0.95);
      color: #fff;
      overflow-y: auto;
      transition: height .6s ease, right .6s ease; }
      header #gnav.active {
        right: 0; }
      header #gnav ul {
        display: block;
        text-align: left;
        padding: 10px;
        margin: 0; }
        header #gnav ul > li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
	header #gnav ul > li:last-child {
		border-bottom: none;
	}
          header #gnav ul > li a {
            color: #fff;
            padding: 20px 18px !important;
            position: relative; }
        header #gnav ul li a::after {
          display: none; }
    header #sp-btn {
      display: block;
      font-size: 10px;
      position: absolute;
      bottom: 0;
      right: 8px;
      height: 50px;
      cursor: pointer;
      text-align: center; }
      header #sp-btn .btn {
        width: 30px;
        height: 25px;
        position: relative;
        margin: 10px 0 0;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      header #sp-btn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #898989;
        border-radius: 4px; }
        header #sp-btn span:nth-of-type(1) {
          top: 0; }
        header #sp-btn span:nth-of-type(2) {
          top: 10px; }
        header #sp-btn span:nth-of-type(3) {
          bottom: 0; }
      header #sp-btn.active span:nth-of-type(1), header #sp-btn.active span:nth-of-type(3) {
        width: 18px; }
      header #sp-btn.active span:nth-of-type(1) {
        transform: translate(13px, 4px) rotate(45deg); }
      header #sp-btn.active span:nth-of-type(3) {
        transform: translate(13px, -4px) rotate(-45deg); }

  body.header-scroll header {
    top: -45px; }
    body.header-scroll header #gnav {
      height: calc(100vh - 60px); }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */
  #pagetop {
    display: none !important;
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 8px; }
    #pagetop a::before {
      width: 8px;
      height: 8px;
      margin-top: 3px; }

  #floating-btn {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    background: rgba(28, 28, 28, 0.75);
    width: 100%;
    height: 64px; }
    #floating-btn a {
      position: absolute;
      left: 15px;
      bottom: 0;
      height: 56px;
      padding: 10px 20px 12px 55px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0;
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      display: flex;
      align-items: center;
      justify-content: center; }
      #floating-btn a::after {
        top: 50%;
        left: 20px;
        margin-left: 0;
        margin-top: -10px; }

  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */
  .container {
    padding: 0 4%; }

  section > .container, .section > .container {
    padding: 60px 4%; }

  /* ttl */
  .common-ttl01 {
    font-size: 35px;
    margin-bottom: 30px; }

  .common-ttl02 small {
    font-size: 18px; }

  .common-ttl03 {
    font-size: 20px;
    margin-bottom: 20px; }

  .common-ttl06 {
    font-size: 36px;
    margin-bottom: 50px; }

  /* list */
  .common-list01 > li {
    width: 49.4%; }
    .common-list01 > li:nth-child(3n) {
      margin-right: 1.2%; }
    .common-list01 > li:nth-child(even) {
      margin-right: 0; }

  .common-list03 {
    display: block; }
    .common-list03 > li + li {
      margin-left: 0;
      margin-top: 10px; }
    .common-list03 > li .box {
      display: flex;
      padding: 30px 30px 20px; }
    .common-list03 > li .img {
      position: relative;
      width: 30%; }
      .common-list03 > li .img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit:cover;"; }
    .common-list03 > li .inner {
      padding: 5px 0 0 20px;
      flex: 1; }
    .common-list03 > li .ttl small {
      margin-top: 3px;
      letter-spacing: 0 !important; }
    .common-list03 > li .sub {
      margin: 15px 0 0 -20px;
      padding: 15px 20px 18px; }
    .common-list03 > li .txt {
      padding: 0 30px 30px; }

  .common-list04 > li {
    padding: 25px; }
    .common-list04 > li .price small {
      display: none; }

  /* flow */
  .common-flow01 {
    display: block;
    max-width: 500px;
    margin: auto; }
    .common-flow01::after {
      width: 30%;
      height: 90%;
      left: 35%;
      top: 5%;
      margin-top: 0; }
    .common-flow01 > li {
      text-align: left;
      padding: 25px 90px 25px 90px; }
      .common-flow01 > li + li {
        margin-left: 0;
        margin-top: 10px; }
      .common-flow01 > li .num {
        bottom: 50%;
        left: 15px;
        font-size: 16px;
        width: 60px;
        margin-left: 0;
        margin-bottom: -12px; }
      .common-flow01 > li .img {
        margin-bottom: 0;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px; }
      .common-flow01 > li .txt {
        display: block; }

  /* table */
  .common-table01 {
    font-size: 16px; }
    .common-table01 th {
      padding: 10px 15px;
      font-size: 17px; }
    .common-table01 td {
      padding: 10px 20px; }
    .common-table01 tr:last-child th {
      border-bottom: 0; }
    .common-table01 .th-ttl {
      width: 35%; }
    .common-table01 .td-txt {
      font-size: 13px;
      line-height: 1.6; }

  .common-table02 td img {
    width: 14px; }

  /* contact */
  .common-contact {
    width: 100%;
    margin: 0; }

  /* border */
  .common-border-top::before {
    width: 92%;
    left: 4%; }

  /* voice */
  .common-voice > li .inner {
    margin-right: 0; }
  .common-voice > li:nth-child(even) .inner {
    margin-left: 0; }

  /* merit */
  .common-merit {
    display: block; }
    .common-merit > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      padding: 30px; }
      .common-merit > li:nth-child(even) .user {
        flex-direction: row-reverse; }
        .common-merit > li:nth-child(even) .user .icon {
          margin-right: 0;
          margin-left: 15px; }
        .common-merit > li:nth-child(even) .user .pop::before {
          left: auto;
          right: -15px;
          border-width: 10px 0 10px 15px;
          border-color: transparent transparent transparent #fff; }

  /* btnbox */
  .common-btnbox {
    width: 100%; }
    .common-btnbox .btn a {
      font-size: 20px; }

  /* common-block01 */
  .common-block01::before {
    display: none; }
  .common-block01 .container {
    display: block;
    text-align: center; }
  .common-block01 .img {
    margin: 0 auto 35px;
    position: relative;
    max-width: 100%; }
    .common-block01 .img span {
      max-width: 75%; }
    .common-block01 .img::before {
      content: "";
      display: block;
      width: 150vw;
      height: 80%;
      position: absolute;
      left: -10%;
      top: 10%;
      background: #f5f5f5; }
  .common-block01 .inner {
    background: none;
    padding: 0;
    text-align: left; }
    .common-block01 .inner .ttl {
      font-size: 28px;
      margin-bottom: 20px;
      margin-top: 0; }
  .common-block01.reverse .img {
    margin: 0 auto 35px; }

  /* pagenav */
  .common-pagenav ul > li > a {
    font-size: 14px;
    padding-left: 20px; } }
/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 599px) {
  html {
    font-size: 56%; }

  body {
    letter-spacing: 0;
    font-size: 16px; }

  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */
  .v-tablet {
    display: none !important; }

  .v-sp {
    display: block !important; }

  .container {
    padding: 0 15px; }

  section > .container, .section > .container {
    padding: 40px 5%; }

  /* margin */
  .m-0 {
    margin: 0 !important; }

  .m-1 {
    margin: 0.5rem !important; }

  .m-2 {
    margin: 1rem !important; }

  .m-3 {
    margin: 1.5rem !important; }

  .m-4 {
    margin: 2rem !important; }

  .m-5 {
    margin: 2.5rem !important; }

  .m-6 {
    margin: 3rem !important; }

  .m-7 {
    margin: 3.5rem !important; }

  .m-8 {
    margin: 4rem !important; }

  .mt-0 {
    margin-top: 0 !important; }

  .mt-1 {
    margin-top: 0.5rem !important; }

  .mt-2 {
    margin-top: 1rem !important; }

  .mt-3 {
    margin-top: 1.5rem !important; }

  .mt-4 {
    margin-top: 2rem !important; }

  .mt-5 {
    margin-top: 2.5rem !important; }

  .mt-6 {
    margin-top: 3rem !important; }

  .mt-7 {
    margin-top: 3.5rem !important; }

  .mt-8 {
    margin-top: 4rem !important; }

  .mb-0 {
    margin-bottom: 0 !important; }

  .mb-1 {
    margin-bottom: 0.5rem !important; }

  .mb-2 {
    margin-bottom: 1rem !important; }

  .mb-3 {
    margin-bottom: 1.5rem !important; }

  .mb-4 {
    margin-bottom: 2rem !important; }

  .mb-5 {
    margin-bottom: 2.5rem !important; }

  .mb-6 {
    margin-bottom: 3rem !important; }

  .mb-7 {
    margin-bottom: 3.5rem !important; }

  .mb-8 {
    margin-bottom: 4rem !important; }

  .mr-0 {
    margin-right: 0 !important; }

  .mr-1 {
    margin-right: 0.5rem !important; }

  .mr-2 {
    margin-right: 1rem !important; }

  .mr-3 {
    margin-right: 1.5rem !important; }

  .mr-4 {
    margin-right: 2rem !important; }

  .mr-5 {
    margin-right: 2.5rem !important; }

  .mr-6 {
    margin-right: 3rem !important; }

  .mr-7 {
    margin-right: 3.5rem !important; }

  .mr-8 {
    margin-right: 4rem !important; }

  .ml-0 {
    margin-left: 0 !important; }

  .ml-1 {
    margin-left: 0.5rem !important; }

  .ml-2 {
    margin-left: 1rem !important; }

  .ml-3 {
    margin-left: 1.5rem !important; }

  .ml-4 {
    margin-left: 2rem !important; }

  .ml-5 {
    margin-left: 2.5rem !important; }

  .ml-6 {
    margin-left: 3rem !important; }

  .ml-7 {
    margin-left: 3.5rem !important; }

  .ml-8 {
    margin-left: 4rem !important; }

  /* padding */
  .p-0 {
    padding: 0 !important; }

  .p-1 {
    padding: 0.5rem !important; }

  .p-2 {
    padding: 1rem !important; }

  .p-3 {
    padding: 1.5rem !important; }

  .p-4 {
    padding: 2rem !important; }

  .p-5 {
    padding: 2.5rem !important; }

  .p-6 {
    padding: 3rem !important; }

  .p-7 {
    padding: 3.5rem !important; }

  .p-8 {
    padding: 4rem !important; }

  .pt-0 {
    padding-top: 0 !important; }

  .pt-1 {
    padding-top: 0.5rem !important; }

  .pt-2 {
    padding-top: 1rem !important; }

  .pt-3 {
    padding-top: 1.5rem !important; }

  .pt-4 {
    padding-top: 2rem !important; }

  .pt-5 {
    padding-top: 2.5rem !important; }

  .pt-6 {
    padding-top: 3rem !important; }

  .pt-7 {
    padding-top: 3.5rem !important; }

  .pt-8 {
    padding-top: 4rem !important; }

  .pb-0 {
    padding-bottom: 0 !important; }

  .pb-1 {
    padding-bottom: 0.5rem !important; }

  .pb-2 {
    padding-bottom: 1rem !important; }

  .pb-3 {
    padding-bottom: 1.5rem !important; }

  .pb-4 {
    padding-bottom: 2rem !important; }

  .pb-5 {
    padding-bottom: 2.5rem !important; }

  .pb-6 {
    padding-bottom: 3rem !important; }

  .pb-7 {
    padding-bottom: 3.5rem !important; }

  .pb-8 {
    padding-bottom: 4rem !important; }

  .pr-0 {
    padding-right: 0 !important; }

  .pr-1 {
    padding-right: 0.5rem !important; }

  .pr-2 {
    padding-right: 1rem !important; }

  .pr-3 {
    padding-right: 1.5rem !important; }

  .pr-4 {
    padding-right: 2rem !important; }

  .pr-5 {
    padding-right: 2.5rem !important; }

  .pr-6 {
    padding-right: 3rem !important; }

  .pr-7 {
    padding-right: 3.5rem !important; }

  .pr-8 {
    padding-right: 4rem !important; }

  .pl-0 {
    padding-left: 0 !important; }

  .pl-1 {
    padding-left: 0.5rem !important; }

  .pl-2 {
    padding-left: 1rem !important; }

  .pl-3 {
    padding-left: 1.5rem !important; }

  .pl-4 {
    padding-left: 2rem !important; }

  .pl-5 {
    padding-left: 2.5rem !important; }

  .pl-6 {
    padding-left: 3rem !important; }

  .pl-7 {
    padding-left: 3.5rem !important; }

  .pl-8 {
    padding-left: 4rem !important; }

  /* ttl */
  .common-ttl01 {
    font-size: 27px; }
    .common-ttl01 img {
      margin-bottom: 12px; }

  .common-ttl02 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.35; }
    .common-ttl02 .num {
      font-size: 30px; }
    .common-ttl02 small {
      font-size: 14px; }

  .common-ttl03 {
    font-size: 18px;
    margin-bottom: 15px; }

  .common-ttl05 {
    font-size: 19px;
    margin-bottom: 15px; }

  .common-ttl06 {
    font-size: 24px;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px 30px;
    background-size: 150% auto; }

  /* btn */
  .common-btn01 {
    font-size: 18px;
    padding: 20px 35px 22px 28px; }
    .common-btn01::after {
      width: 8px;
      height: 8px;
      right: 15px;
      margin-top: -6px; }
    .common-btn01:hover::after {
      right: 10px; }
    .common-btn01.middle {
      font-size: 16px; }

  /* list */
  .common-list01 > li {
    padding: 7px 10px; }
    .common-list01 > li .name {
      line-height: 1.3; }
    .common-list01 > li .txt {
      margin-top: 0;
      font-size: 11px; }
    .common-list01 > li::after {
      width: 6px;
      height: 6px;
      right: 6px;
      opacity: 0.4; }
    .common-list01 > li .txt + .txt02 {
      margin-top: 8px; }
    .common-list01 > li .txt02 {
      padding: 3px 10px; }
    .common-list01 > li .link-map {
      top: 8px; }
  .common-list01.nolink > li {
    width: 100%;
    margin-right: 0;
    padding: 12px 15px; }
    .common-list01.nolink > li .txt {
      margin-top: 5px; }

  .common-list02 {
    display: block; }
    .common-list02 > li {
      padding: 10px 20px; }
      .common-list02 > li + li {
        margin-left: 0;
        margin-top: 10px; }
      .common-list02 > li .box {
        display: flex;
        align-items: center; }
      .common-list02 > li .img {
        margin-bottom: 0;
        margin-right: 20px;
        width: 90px; }
      .common-list02 > li .inner {
        flex: 1;
        text-align: left; }
      .common-list02 > li .ttl {
        font-size: 19px; }
      .common-list02 > li .txt {
        font-size: 14px;
        margin-top: 5px; }

  .common-list03 > li .box {
    padding: 15px; }
  .common-list03 > li .inner {
    padding: 5px 0 0 15px; }
  .common-list03 > li .ttl {
    font-size: 19px; }
    .common-list03 > li .ttl small {
      font-size: 14px; }
    .common-list03 > li .ttl.narrow {
      letter-spacing: -0.1rem; }
  .common-list03 > li .sub {
    margin: 10px 0 0 -15px;
    padding: 5px 18px 8px;
    font-size: 15px; }
  .common-list03 > li .txt {
    padding: 0 15px 15px;
    font-size: 1.5px; }

  .common-list04 {
    display: block; }
    .common-list04 > li {
      width: 100%;
      margin: 0;
      padding: 0;
      border: 0; }
      .common-list04 > li:nth-child(even) {
        margin-left: 0; }
      .common-list04 > li + li {
        margin-top: 40px; }
      .common-list04 > li .ttl {
        font-size: 22px;
        padding-left: 53px;
        padding-bottom: 10px;
        margin-bottom: 15px; }
        .common-list04 > li .ttl span {
          font-size: 32px;
          top: 3px;
          left: 5px; }
        .common-list04 > li .ttl small {
          font-size: 15px; }
      .common-list04 > li .img {
        margin-top: 15px; }
      .common-list04 > li .price {
        font-size: 15px;
        padding: 8px 10px; }
        .common-list04 > li .price span {
          font-size: 22px; }
        .common-list04 > li .price small {
          display: inline-block; }

  /* flow */
  .common-flow01 > li {
    padding: 20px 67px 20px 67px; }
    .common-flow01 > li .num {
      left: 10px;
      width: 45px; }
    .common-flow01 > li .img {
      width: 45px;
      right: 10px; }
    .common-flow01 > li .txt {
      font-size: 17px; }

  /* input-set */
  .common-input-set input {
    margin-left: 45px; }
  .common-input-set .icon {
    width: 45px;
    padding: 13px; }

  /* label */
  .common-label01 {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px; }

  /* table */
  .common-table01 tr, .common-table01 th, .common-table01 td {
    display: block;
    width: 100%; }
  .common-table01 th {
    padding: 5px 15px; }
  .common-table01 td {
    padding: 10px 15px;
    border: 0; }
    .common-table01 td + td {
      padding-top: 0;
      margin-top: -4px; }
  .common-table01 .th-ttl {
    width: 100%; }
  .common-table01 .td-price, .common-table01 .td-txt {
    display: none; }

  .common-radio-table tr.selected .td-price, .common-radio-table tr.selected .td-txt {
    display: block; }

  .common-table02 {
    font-size: 12px; }
    .common-table02 th, .common-table02 td {
      padding: 5px 8px; }
    .common-table02 thead th.disabled {
      width: auto; }

  .common-table03 td, .common-table03 th {
    padding: 10px 15px; }
  .common-table03 .th-ttl {
    width: 130px;
    padding: 10px 5px; }

  /* modal */
  .common-modal-inner {
    padding: 25px; }
    .common-modal-inner .modal-ttl {
      padding: 0;
      font-size: 18px; }

  /* contact */
  .common-contact {
    margin: 0;
    padding: 25px 0; }
    .common-contact .common-btn01 {
      font-size: 20px;
      width: 100%; }
      .common-contact .common-btn01::before {
        width: 78px;
        height: 44px;
        top: -32px;
        left: -8px; }

  /* morebtn */
  .common-morebtn {
    margin-top: 30px; }

  /* faq */
  .common-faq .faq-q {
    font-size: 17px;
    padding: 15px 25px 15px 50px; }
    .common-faq .faq-q::after {
      right: 0; }
  .common-faq .faq-a {
    padding: 20px 0;
    margin-bottom: 0; }

  /* voice */
  .common-voice > li + li {
    margin-top: 10px; }
  .common-voice > li .inner {
    margin-left: 18px; }
    .common-voice > li .inner::before, .common-voice > li .inner::after {
      top: 25px; }
  .common-voice > li .user {
    max-width: 20%;
    width: 53px; }
  .common-voice > li .txt {
    padding: 15px 20px; }
  .common-voice > li .name {
    padding: 10px 20px; }
  .common-voice > li:nth-child(even) .inner {
    margin-right: 18px; }

  /* border */
  .common-border-top::before {
    width: calc(100% - 30px);
    left: 15px; }

  /* merit */
  .common-merit {
    margin-left: -15px;
    margin-right: -15px; }
    .common-merit > li {
      border-radius: 0;
      padding: 20px 15px;
      margin-bottom: 5px; }
      .common-merit > li .user {
        margin-top: 10px; }
        .common-merit > li .user .icon {
          width: 40px;
          margin-right: 10px; }
        .common-merit > li .user .pop {
          padding: 15px 15px 15px 18px;
          font-size: 20px; }
          .common-merit > li .user .pop::before {
            top: 50%;
            margin-top: -9px; }
      .common-merit > li .ttl {
        margin: 20px auto 15px; }
        .common-merit > li .ttl span {
          font-size: 20px; }

  /* btnbox */
  .common-btnbox {
    background: #f5f5f5;
    padding: 40px 15px 30px;
    margin-bottom: 2px; }
    .common-btnbox .btn + .btn {
      margin-left: 10px; }
    .common-btnbox .btn a {
      font-size: 18px;
      padding: 22px 10px 18px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .common-btnbox .btn a::before {
        width: 42px;
        height: 42px;
        margin-left: -21px; }

  /* category */
  .common-category01 > li {
    border: 0; }
    .common-category01 > li a {
      padding: 4px 15px 6px;
      border-radius: 5px;
      border: 1px solid #d2d2d2;
      margin-right: 5px; }

  /* common-block01 */
  .common-block01 {
    margin-bottom: 40px; }
    .common-block01 .img {
      margin: 0 auto 25px; }
    .common-block01 .inner .ttl {
      font-size: 22px;
      margin-bottom: 15px; }
    .common-block01.reverse .img {
      margin: 0 auto 25px; }

  /* pagenav */
  .common-pagenav {
    padding-top: 15px; }
    .common-pagenav ul {
      display: block;
      padding: 7px 5px; }
      .common-pagenav ul > li {
        margin: 2px 5px; }
        .common-pagenav ul > li > a {
          justify-content: flex-start; }

  /* -------------------------------------------------- */
  /* form */
  /* -------------------------------------------------- */
  input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="url"], input[type="search"] {
    font-size: 16px !important;
    padding: 10px 15px;
    height: 44px; }

  select {
    font-size: 16px !important;
    padding: 10px 15px;
    height: 44px; }

  textarea {
    font-size: 16px !important;
    padding: 10px 15px;
    height: 44px;
    font-size: 16px !important; }

  /* radio */
  .radio input[type="radio"] + span {
    margin: 5px 0;
    padding: 5px 20px 5px 30px; }
  .radio span::before {
    left: 2px;
    top: 7px;
    width: 20px;
    height: 20px; }
  .radio span::after {
    top: 11px;
    left: 6px;
    width: 12px;
    height: 12px; } }
.btn-reserve {
  margin-top: 40px; }
  .btn-reserve a {
    width: 90%;
    max-width: 415px;
    height: auto;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d70c18;
    padding: 30px 0;
    border-radius: 9999px;
    column-gap: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    margin: 40px auto 0;
    font-weight: normal;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .btn-reserve a {
        padding: 20px 0;
        text-align: center; } }
    @media screen and (max-width: 599px) {
      .btn-reserve a {
        font-size: 14px;
        width: 224px !important;
        height: 68px !important; } }
    .btn-reserve a br {
      display: none; }
      @media screen and (max-width: 768px) {
        .btn-reserve a br {
          display: block; } }
    .btn-reserve a i {
      width: 53px;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .btn-reserve a i img {
        width: 100%;
        height: auto; }
    .btn-reserve a:hover {
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      transform: translate(3px, 3px);
      opacity: 1; }

@media screen and (min-width: 1000px) {
  .pc {
    display: block !important; }

  .pcImg {
    display: inline-block !important; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; }

  .sp600 {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .sp {
    display: block !important; }

  .spImg {
    display: inline-block !important; }

  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; }

  .sp600 {
    display: none !important; } }
@media screen and (max-width: 599px) {
  .sp600 {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
