@charset "UTF-8";
:root {
  --base: #333;
  --base-gradation: linear-gradient(90deg, rgba(242,190,47,1) 0%, rgba(239,137,4,1) 100%);
  --border-color: #ddd;
  --green: #149a42;
  --green-gradation: linear-gradient(90deg, rgba(120,199,61,1) 0%, rgba(20,154,66,1) 100%);
  --red: #e63932;
  --robot: "Roboto", sans-serif;
  --white: #fff;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

html {
  font-size: 62.5%;
  /*ベースを10pxにしています*/
}

body {
  box-sizing: border-box;
  color: var(--base);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  /*ベースを10pxにしています*/
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
}

p {
  letter-spacing: .05em;
}

.bold {
  font-weight: bold;
}

a {
  color: var(--base);
  line-height: 1;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--base);
  font: inherit;
  outline: none;
}

textarea {
  box-sizing: border-box;
  resize: none;
}

label {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

main {
  display: block;
}

.contents-main {
  margin: 0 auto;
  width: 1000px;
}

/* ヘッダー */
header {
  background: #fff;
  position: relative;
  z-index: 1;
}

header.fixed {
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

header .header-inner {
  margin: auto;
  width: 1000px;
  padding-top: 20px;
}

header .header-inner .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

header .header-inner h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  max-width: 280px;
}

header .header-inner h1 a {
  display: block;
  width: 100%;
}

header .header-inner h1 a img {
  display: block;
}

header .header-inner h1 a:hover {
  opacity: .7;
}

header .header-inner ul {
  display: flex;
  /*margin: 0 42px 0 41px;*/
  margin: 0 0 0 auto;
  width: 100%;
  justify-content: center;
  font-size: 1.6rem;
  gap: 0 42px;
  align-self: flex-end;
}

header .header-inner ul li {
  position: relative;
}

header .header-inner ul li:last-of-type {
  margin-right: 0;
}

header .header-inner ul li a {
  display: block;
  font-weight: bold;
  height: 100%;
  line-height: 1;
  padding: 0 0 25px;
}

header .header-inner ul li a:hover {
  opacity: 1;
}

header .header-inner ul li.is-page::before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

header .header-inner .header-button {
  display: flex;
  gap: 0 10px;
  justify-content: flex-end;
  margin-left: 40px;
  /*width: 230px;*/
}

header .header-inner .header-button p a {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 150px;
}

header .header-inner .header-button p a:hover {
  opacity: .7;
}

header .header-inner .header-button p a i {
  display: block;
  text-align: center;
  width: 18px;
  height: 14px;
  margin: 0 5px 0 0;
}

header .header-inner .header-button p a span {
  color: var(--white);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

/* ページトップに戻るボタン */
.page-top a {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}

/* フッターお問い合わせ領域 */
.contact-area .contact-area-inner {
  display: flex;
  height: 340px;
  margin: 0 auto;
  width: 1014px;
}

.contact-area .contact-area-inner .contact-ttl {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .24em;
  padding: 60px 0 0 0;
  writing-mode: vertical-rl;
}

.contact-area .contact-area-inner .contact-ttl span {
  color: var(--white);
  display: block;
  font-family: var(--robot);
  font-size: 1.6rem;
  letter-spacing: .01em;
  margin-left: 5px;
  padding-top: 4px;
}

.contact-area .contact-area-inner .contact-detail {
  margin: 46px 80px 48px 46px;
  width: 320px;
}

.contact-area .contact-area-inner .online-reservation {
  margin: 50px 0 0 auto;
  position: relative;
}

.contact-area .contact-area-inner .online-reservation::before {
  background: #fff;
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  width: 474px;
}

.contact-area .contact-area-inner .online-reservation-inner {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: top 15px right 20px;
  border-radius: 20px;
  display: flex;
  gap: 0 9px;
  height: 240px;
  padding: 0 0 0 30px;
  position: relative;
  width: 474px;
}

.contact-area .contact-area-inner .online-reservation .reservatioin-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 36px;
}

.contact-area .contact-area-inner .online-reservation .reservatioin-ttl span {
  display: block;
  font-family: var(--robot);
  font-size: 1.2rem;
  letter-spacing: .04em;
  margin-bottom: 20px;
}

.contact-area .contact-area-inner .online-reservation .reservation-txt {
  font-size: 1.4rem;
  line-height: 2;
  padding: 22px 9px 18px 0;
}

.contact-area .contact-area-inner .online-reservation .reservation-img {
  margin-top: 15px;
  width: 202px;
}

.contact-area .contact-area-inner .online-reservation .reservation-img img {
  width: 100%;
}

.contact-area .contact-area-inner .online-reservation .reservation-link {
  font-size: 1.4rem;
  font-weight: 800;
}

.contact-area .contact-area-inner .online-reservation .reservation-link::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: -3px;
  margin-right: 5px;
}

.contact-area .contact-area-inner .online-reservation .reservation-link i,
.contact-area .contact-area-inner .online-reservation .reservation-link span {
  display: inline-block;
  vertical-align: middle;
}

.contact-area .contact-area-inner .online-reservation .reservation-link i {
  height: 15px;
  margin-right: 5px;
  margin-top: -1px;
}

.contact-area .contact-area-inner .contact-txt {
  color: var(--white);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.contact-area .contact-area-inner .contact-tel {
  align-items: center;
  border-bottom: 1px solid var(--white);
  border-top: 1px solid var(--white);
  color: var(--white);
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1.2;
  margin: 19px 0 21px;
  padding: 0 12px;
}

.contact-area .contact-area-inner .contact-tel i {
  height: 45px;
  margin-right: 10px;
  width: 32px;
}

/* フッターメニュー */
.footer-area {
  background: var(--white);
}

.footer-body {
  display: flex;
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
  justify-content: space-between;
}

.footer-info {
  width: 50%;
}

.footer-info .footer-logo img {
  max-width: 170px;
}

.footer-logo:hover {
  opacity: .7;
}

.footer-address {
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 22px 70px 15px 0;
}

.footer-tel,
.footer-fax {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.footer-tel span,
.footer-fax span {
  font-weight: bold;
  padding-right: 4px;
}

.footer-tel {
  margin-bottom: 10px;
}

.footer-menu {
  padding: 2px 0 0 0;
  width: 50%;
}

.footer-menu .footer-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px 0;
  padding: 0 0 0 26px;
}

.footer-menu .footer-menu-inner {
  width: calc(100% / 3);
}

.footer-menu-inner:nth-of-type(3n + 1) {
  padding-left: 0;
}

.footer-menu-inner:nth-of-type(3n + 2) {
  padding-left: 38px;
}

.footer-menu-inner:nth-of-type(3n) {
  padding-left: 77px;
}

.footer-menu-inner p a {
  font-weight: bold;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 1000px;
}

.footer-bottom p a,
.footer-bottom small {
  color: #666;
  font-size: 1.1rem;
}

.footer-bottom p {
  margin-top: 17px;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.footer-bottom small {
  margin-top: 18px;
}

.type-b {
  position: relative;
}
.type-b .page-top {
  position: absolute;
  top: -90px;
  right: 30px;
}
.type-b .page-top a {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
.type-b .page-top img {
  vertical-align: middle;
}
.type-b .footer-body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
}
.type-b .footer-info {
  align-items: center;
  border: none;
  display: flex;
  justify-content: flex-start;
  width: 560px;
}
.type-b .footer-logo {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 11px 11px;
  text-align: center;
  width: 170px;
}
.type-b .footer-logo a {
  display: block;
}
.type-b .footer-logo img {
  vertical-align: middle;
  width: 100%;
}
.type-b .footer-address-txt {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  width: calc(100% - 170px);
}
.type-b .footer-address-txt dl {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.type-b .footer-address-txt dt {
  font-weight: 700;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
.type-b .footer-address {
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
  letter-spacing: 0.05em;
}
.type-b .footer-tel, .type-b .footer-fax {
  letter-spacing: 0.06em;
}
.type-b .footer-tel {
  margin: 0 20px 0 0;
}
.type-b .btn-area {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  width: 420px;
}
.type-b .btn-area .btn a {
  width: 200px;
}
.type-b .footer-bottom {
  border: none;
}

footer.type-c {
  position: relative;
  border-top: 1px solid #DDDDDD;
}
footer.type-c .page-top {
  position: absolute;
  top: -90px;
  right: 30px;
}
footer.type-c .page-top a {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
footer.type-c .page-top img {
  vertical-align: middle;
}
footer.type-c .footer-bottom {
  border-top: none;
}

/* ボタン基本 */
.btn {
  text-align: center;
}

.btn a,
.btn button,
.btn input {
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  display: flex;
  font-size: 1.4rem;
  font-weight: 800;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 240px;
}

.btn a:hover, .btn button:hover, .btn input:hover {
  opacity: .8;
}

.btn .external {
  position: relative;
}

.btn .external::before {
  content: url(../img/arrow_external_white_icon.png);
  display: block;
  height: 14px;
  left: 8px;
  letter-spacing: .05em;
  margin-right: 13px;
  position: relative;
  width: 14px;
}

/* ボタンカラー */
.btn-base {
  background: var(--base-gradation);
  color: var(--white);
}

.btn-color {
  background: var(--green-gradation);
  color: var(--white);
}

.btn .is-disabled {
  background: #aaa;
  color: var(--white);
  pointer-events: none;
}

.btn-white {
  background: #fff;
}

.btn-white.outline {
  border: 2px solid;
}

/* 下層ページ見出し */
.caption {
  align-items: center;
  display: flex;
  height: 325px;
  position: relative;
  width: 100%;
}

.caption .breadclumb {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 22px;
  width: 1000px;
}

.caption .breadclumb ul {
  display: flex;
  gap: 0 18px;
}

.caption .breadclumb ul li {
  font-size: 1.1rem;
  letter-spacing: 0;
  position: relative;
}

.caption .breadclumb ul li::after {
  border-right: 1px solid var(--base);
  border-top: 1px solid var(--base);
  bottom: 0;
  content: "";
  height: 1.5px;
  margin: auto 0 auto 7px;
  padding-left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 1.5px;
}

.caption .breadclumb ul li:last-child::after {
  content: none;
}

.caption .breadclumb ul li a {
  color: var(--base);
  font-size: 1.1rem;
}

.caption .breadclumb ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.caption .caption-body {
  font-size: 5rem;
  font-weight: 800;
  margin: 0 auto;
  width: 1000px;
}

.caption .caption-txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.caption .ruby {
  display: block;
  font-family: var(--robot);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: .4;
}

/* ボタンが含まれる場合 */
.caption .caption-body .btn a {
  letter-spacing: 0;
  margin: 20px 0 -10px;
  width: 200px;
}

/* 各見出し背景 */
.caption-store {
  background: url(../img/store/store_bg.png) no-repeat center/auto 325px;
}

.caption-service {
  background: url(../img/service/service_bg.png) no-repeat center/auto 325px;
}

.caption-contact {
  background: url(../img/contact/contact_bg.png) no-repeat center/auto 325px;
}

.caption-privacy {
  background: url(../img/privacy/privacy_bg.png) no-repeat center/auto 325px;
}

.caption-news {
  background: url(../img/news/news_bg.png) no-repeat center/auto 325px;
}

.caption-company {
  background: url(../img/company/company_bg.png) no-repeat center/auto 325px;
}

.caption-recruit {
  background: url(../img/recruit/recruit_bg.png) no-repeat center/auto 325px;
}

/* 見出しパターン */
.heading-primary {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.214;
  min-height: 55px;
  padding-bottom: 19px;
  position: relative;
}

.heading-primary::before,
.heading-primary::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
}

.heading-primary::before {
  width: 200px;
  z-index: 1;
}

.heading-primary::after {
  background-color: #ccc;
  width: 100%;
}

.heading-secondary {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.57;
  margin: 0 0 16px;
  padding: 0 0 0 14px;
  position: relative;
}

.heading-secondary::before {
  bottom: 0;
  content: "";
  height: 26px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4px;
  border-radius: 10px;
}

.heading-tertiary {
  display: block;
  height: 37px;
  line-height: 37px;
  position: relative;
  width: 100%;
}

.heading-tertiary span {
  background-color: var(--white);
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 auto;
  padding: 0 27px;
  position: relative;
  text-align: center;
  width: fit-content;
  z-index: 1;
}

.heading-tertiary::before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.heading-quaternary {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.53;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.heading-quaternary::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}

/* テーブル */
.tbl {
  display: table;
}

.tbl .tbl-body {
  display: table-row;
}

.tbl .tbl-th,
.tbl .tbl-td {
  display: table-cell;
}

/* タブ */
.tab-slider--nav {
  margin: 41px 0 40px;
  width: 100%;
}

.tab-slider--tabs {
  border-radius: 35px;
  display: flex;
  height: 60px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
}

.tab-slider--tabs:after {
  border-radius: 35px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 250ms ease-in-out;
  width: 50%;
}

.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: color 250ms ease-in-out;
  user-select: none;
  width: calc(100% / 2);
  z-index: 2;
}

.tab-slider--trigger.active {
  color: var(--white);
}