﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: none !important;
}

#wrap {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

article#content section:after,
article#content div:after {
  content: "";
  display: block;
  clear: both;
}

body .catch {
  font-weight: bold;
  font-size: 110%;
}

body article#content h1,
body article#content h2 {
  color: #000;
}

body article#content p:not([class]),
body article#content table:not([class]),
body article#content ul:not([class]),
body article#content ol:not([class]),
body article#content dl:not([class]) {
  text-align: left;
}

body article#content p:not([class]):not(:last-child),
body article#content table:not([class]):not(:last-child),
body article#content ul:not([class]):not(:last-child),
body article#content ol:not([class]):not(:last-child),
body article#content dl:not([class]):not(:last-child) {
  margin-bottom: 16px;
}

body article#content .right {
  text-align: right !important;
}

body article#content .red {
  color: #ff0000;
}

body article#content .orange {
  color: #ff4200;
}

body article#content .green {
  color: #009944;
}

body article#content .blue {
  color: #e60412;
}

body article#content .yellow {
  color: #ffff00;
}

body article#content ul:not([class]) {
  list-style-type: disc;
  padding-left: 1.5em;
}

body article#content ul:not([class]) li {
  padding: 2px 0;
}

body article#content ul:not([class]) li ul {
  list-style-type: circle;
}

body article#content ul:not([class]) li ul ul {
  list-style-type: square;
}

body article#content ol:not([class]) {
  list-style-type: decimal;
  padding-left: 1.5em;
}

body article#content ol:not([class]) li {
  padding: 2px 0;
}

body article#content ol:not([class]) li ol {
  list-style: lower-roman;
}

body article#content dl dd {
  text-align: left;
}

body article#content .memo {
  font-size: 13px;
}

body article#content p.note,
body article#content span.note {
  text-align: left;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
  color: #666;
  font-size: 13px;
}

body article#content p.note:before,
body article#content span.note:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body article#content ul.note {
  position: relative;
}

body article#content ul.note li {
  text-align: left;
  color: #666;
  font-size: 13px;
  padding-left: 1.2em;
  line-height: 1;
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}

body article#content ul.note li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body article#content .block5,
body article#content .block4,
body article#content .block3,
body article#content .block2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  justify-content: flex-start;
}

body article#content .block5 > * img,
body article#content .block4 > * img,
body article#content .block3 > * img,
body article#content .block2 > * img {
  margin-bottom: 8px;
}

body article#content .block5 dl dt,
body article#content .block4 dl dt,
body article#content .block3 dl dt,
body article#content .block2 dl dt {
  margin-bottom: 8px;
}

body article#content .block2 {
  gap: 4%;
}

body article#content .block2 > * {
  width: 48%;
  margin-bottom: 32px;
}

body article#content .default__table:not(:last-child),
body article#content .normal__table:not(:last-child) {
  margin-bottom: 32px;
}

body article#content .default__table {
  width: 100%;
  text-align: left;
}

body article#content .default__table th,
body article#content .default__table td {
  border: 1px solid #dddddd;
  padding: 10px 15px;
}

body article#content .default__table thead th {
  background: #f2f2f2;
}

@media screen and (min-width: 751px) {
  body article#content .block5,
  body article#content .block4,
  body article#content .block3 {
    gap: 4%;
  }

  body article#content .block5 > *,
  body article#content .block4 > *,
  body article#content .block3 > * {
    margin-bottom: 32px;
  }

  body article#content .block5 > * {
    width: 16.8%;
  }

  body article#content .block4 {
    justify-content: flex-start;
  }

  body article#content .block4 > * {
    width: 22%;
  }

  body article#content .block3 > * {
    width: 30.66666666666%;
  }

  body article#content .normal__table {
    width: 100%;
    text-align: left;
  }

  body article#content .normal__table th,
  body article#content .normal__table td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
  }

  body article#content .normal__table th {
    width: 20%;
    white-space: nowrap;
    background: #f2f2f2;
  }

  body article#content .img_right {
    float: right;
    margin-left: 32px;
    width: 400px;
    max-width: 50%;
  }

  body article#content .img_left {
    float: left;
    margin-right: 32px;
    width: 400px;
    max-width: 50%;
  }
}

@media screen and (max-width: 750px) {
  body article#content .block5,
  body article#content .block4 {
    gap: 3%;
  }

  body article#content .block5 > *,
  body article#content .block4 > * {
    width: 48.5%;
  }

  body article#content .block3 {
    gap: 4%;
  }

  body article#content .block3 > * {
    width: 48%;
  }

  body article#content .block5 > *,
  body article#content .block4 > *,
  body article#content .block3 > *,
  body article#content .block2 > * {
    margin-bottom: 32px;
  }

  body article#content .normal__table {
    width: 100%;
    text-align: left;
  }

  body article#content .normal__table th,
  body article#content .normal__table td {
    display: block;
  }

  body article#content .normal__table th {
    padding: 10px 15px;
    border-top: 1px solid #dddddd;
    background: #f2f2f2;
  }

  body article#content .normal__table td {
    padding: 10px 15px 15px;
  }

  body article#content .img_right,
  body article#content .img_left {
    margin-bottom: 15px;
  }
}

body #flow .stepbar {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  counter-reset: step;
}

body #flow .stepbar li {
  width: 25%;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 110%;
  font-weight: bold;
}

body #flow .stepbar li:before {
  content: counter(step);
  counter-increment: step;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

body #flow .stepbar li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  body #flow .stepbar li {
    padding-top: 48px;
  }

  body #flow .stepbar li:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }

  body #flow .stepbar li:first-child:after {
    content: none;
  }
}

@media screen and (max-width: 750px) {
  body #flow .stepbar {
    flex-direction: column;
    width: 90%;
    align-items: flex-start;
  }

  body #flow .stepbar li {
    width: 100%;
    text-align: left;
    padding-bottom: 24px;
  }

  body #flow .stepbar li:before {
    margin: 0 10px 0 0;
    float: left;
    text-align: center;
    line-height: 30px;
  }

  body #flow .stepbar li:after {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 1px;
    height: calc(100% - 30px);
    transform: none;
  }

  body #flow .stepbar li:last-child:after {
    content: none;
    padding-bottom: 0;
  }
}

body article#content section.qa {
  text-align: left;
}

body article#content section.qa:not(:last-child) {
  margin-bottom: 32px;
}

body article#content section.qa .q,
body article#content section.qa .a {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}

body article#content section.qa .q:before,
body article#content section.qa .a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body article#content section.qa .q {
  font-size: 110%;
  padding-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
}

body article#content section.qa .q:before {
  content: "Q";
  background: #e60412;
}

body article#content section.qa .a:before {
  content: "A";
  color: #e60412;
  border: 1px solid #e60412;
}

body#page #ttl {
  color: #fff;
  padding: 40px 5%;
  background: #000;
}

body#page article#content section:not(:last-child):not(.tmb),
body#page article#content div:not(:last-child):not(.tmb) {
  /* margin-bottom: 56px; */
}

body#page article#content > section,
body#page article#content > div {
  margin-bottom: 0;
}

body#page article#content section h2,
body#page article#content section h3,
body#page article#content section h4,
body#page article#content section h5 {
  text-align: left;
  margin-bottom: 15px;
}

body#page article#content section h3 {
  font-size: 110%;
}

body#page article#content section h2 {
  font-size: 130%;
}

@media screen and (min-width: 751px) {
  body#page #ttl {
    padding: 64px 5%;
  }

  body#page article#content {
    width: 1200px;
    max-width: 90%;
    margin: 40px auto 40px;
  }
}

@media screen and (max-width: 750px) {
  body#page article#content {
    margin: 32px 5% 40px;
  }

  body#page article#content section:not(:last-child):not(.tmb),
  body#page article#content div:not(:last-child):not(.tmb) {
    margin-bottom: 40px;
  }
}

body#home #main {
  position: relative;
  background: #000 url("../images/main-bg.png") no-repeat center bottom;
  background-size: cover;
  max-height: 800px;
}

@media screen and (max-width: 1100px) {
  body#home #main {
    background-image: url("../images/main-bg_1500.png");
  }
}

body#home #main .main__txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  color: #fff;
  display: block;
  margin: 0 auto 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.66), 0px 0px 30px #000;
}

@media screen and (max-width: 1100px) {
  body#home #main .main__txt br {
    display: none;
  }
}

body#home #main .main__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body#home #main .main__button {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  max-width: 100%;
  color: #fff;
  background: #e60412;
  border-radius: 100px;
  margin: 0 auto;
}

body#home #main .main__button:before {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 120%;
  font-weight: normal;
  font-family: "icomoon" !important;
  content: "\e91c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#home article#content > section section:not(:last-child):not(.tmb),
body#home article#content > section div:not(:last-child):not(.tmb) {
  margin-bottom: 32px;
}

body#home article#content #item {
  background: #f2f2f2;
}

body#home article#content #item .block3 .tmb {
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
}

body#home article#content #item .block3 .tmb img {
  max-height: 240px;
  margin: 0;
}

body#home article#content #example h3 {
  font-size: 130%;
  text-align: left;
  margin-bottom: 15px;
}

body#home article#content #example .box {
  padding: 32px;
  border: 1px solid #dddddd;
}

body#home article#content #faq {
  background: #f2f2f2;
}

@media screen and (min-width: 751px) {
  body#home #main {
    min-height: calc(100vh - 100px);
  }

  body#home #main .main__txt {
    font-size: 48px;
  }

  body#home #main .main__img {
    max-height: calc(100vh - 100px);
  }

  body#home article#content h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  body#home article#content > * {
    padding: 48px 5% 72px;
  }

  body#home article#content #example .box p {
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  body#home #main {
    min-height: calc(80vh - 50px);
  }

  body#home #main .main__txt {
    font-size: 5vw;
  }

  body#home #main .main__img {
    max-height: calc(80vh - 50px);
  }

  body#home article#content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  body#home article#content > * {
    padding: 24px 5% 40px;
  }

  body#home article#content > section section:not(:last-child):not(.tmb),
  body#home article#content > section div:not(:last-child):not(.tmb) {
    margin-bottom: 24px;
  }
}

body [class*="__contact"] a {
  line-height: normal;
  display: block;
}

body [class*="__contact"] [class*="__phone"] {
  color: #333;
}

body [class*="__contact"] [class*="__phone"] span {
  display: block;
}

body [class*="__contact"] [class*="__phone"] span.phone {
  color: #000;
  font-weight: bold;
}

body [class*="__contact"] [class*="__phone"] span.phone:before {
  margin-right: 0.1em;
  font-weight: normal;
  vertical-align: middle;
  font-family: "icomoon" !important;
  content: "\e91d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body [class*="__contact"] [class*="__phone"] span.info {
  font-size: 12px;
}

body [class*="__contact"] [class*="__button"] {
  color: #fff;
  background: #e60412;
  font-weight: bold;
}

body [class*="__contact"] [class*="__button"]:before {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: normal;
  font-family: "icomoon" !important;
  content: "\e91c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 751px) {
  body [class*="__contact"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body [class*="__contact"] a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body [class*="__contact"] [class*="__phone"] {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  body [class*="__contact"] {
    text-align: center;
  }

  body [class*="__contact"] a {
    display: block;
    width: 320px;
    max-width: 90%;
    margin: 0 auto 8px;
  }

  body [class*="__contact"] [class*="__phone"] {
    padding: 5px 15px;
    border: 1px solid #dddddd;
  }

  body [class*="__contact"] [class*="__phone"] .phone {
    font-size: 24px;
  }

  body [class*="__contact"] [class*="__button"] {
    font-size: 16px;
    padding: 10px 15px;
  }

  body [class*="__contact"] [class*="__button"] br {
    display: none;
  }
}

body footer #fcontact {
  background: #fff url("../images/footer_bg.png") no-repeat center;
  background-size: cover;
}

body footer #fcontact .inner {
  background: #fff;
}

body footer #fnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

body footer #fnav ul a {
  font-weight: bold;
  color: #333;
  display: block;
}

body footer #fnav ul a:hover {
  text-decoration: underline;
}

body footer #copy {
  color: #333;
  font-size: 90%;
  padding: 16px 5%;
}

@media screen and (min-width: 751px) {
  body footer #fcontact {
    padding: 64px 5%;
  }

  body footer #fcontact .inner {
    padding: 40px;
  }

  body footer #fcontact .catch {
    font-size: 24px;
    margin-bottom: 16px;
  }

  body footer #fcontact .footer__contact .fcontact__phone {
    margin-right: 20px;
  }

  body footer #fcontact .footer__contact .fcontact__phone span.phone {
    font-size: 32px;
  }

  body footer #fcontact .footer__contact .fcontact__phone span.info {
    font-size: 14px;
  }

  body footer #fcontact .footer__contact .fcontact__button {
    font-size: 18px;
    padding: 0 24px;
    height: 64px;
  }

  body footer #fcontact .pc__txt {
    font-size: 110%;
    margin-right: 20px;
  }

  body footer #fnav {
    padding: 32px 5% 15px;
  }
}

@media screen and (max-width: 750px) {
  body footer #fcontact {
    padding: 20px 5%;
  }

  body footer #fcontact .inner {
    padding: 15px;
  }

  body footer #fcontact .catch {
    margin-bottom: 10px;
  }

  body footer #fcontact .pc__txt {
    display: none;
  }

  body footer #fnav {
    padding: 15px 5% 5px;
  }

  body footer #fnav ul {
    font-size: 90%;
  }
}

@media screen and (min-width: 870px) and (max-width: 1300px) {
  body .c-header__list {
    display: none !important;
  }
}

@media screen and (max-width: 870px) {
  body {
    padding-top: 50px;
  }
}

body header.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body header.c-header .c-header__list a {
  display: block;
  color: #333;
}

body header.c-header .c-header__list a:hover {
  text-decoration: underline;
}

body header.c-header .c-hamburger-menu__input {
  display: none;
}

@media screen and (min-width: 871px) {
  body header.c-header {
    height: 100px;
  }

  body header.c-header .c-hamburger-menu__button {
    display: none;
  }

  body header.c-header #gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  body header.c-header #gnav .c-header__list {
    gap: 20px;
    display: flex;
    margin-right: 20px;
  }

  body header.c-header #gnav .c-header__list a {
    font-weight: bold;
  }

  body header.c-header .c-header__contact a {
    height: 100px;
  }

  body header.c-header .c-header__contact .c-header__phone {
    padding: 0 16px;
  }

  body header.c-header .c-header__contact .c-header__phone span.phone {
    font-size: 28px;
  }

  body header.c-header .c-header__contact .c-header__button {
    text-align: left;
    padding: 0 24px;
    width: 160px;
  }
}

@media screen and (max-width: 870px) {
  body header.c-header {
    height: 50px;
  }

  body header.c-header .c-header__logo {
    font-size: 15px;
    max-width: calc(100% - 50px);
    z-index: 999;
  }

  body header.c-header .c-header__logo a {
    height: 50px;
    display: block;
  }

  body header.c-header .c-header__logo a img {
    max-height: 50px;
    vertical-align: middle;
  }

  body header.c-header #gnav > * {
    width: 100%;
    background: #fff;
  }

  body header.c-header .c-header__list {
    border-bottom: 1px solid #dddddd;
  }

  body header.c-header .c-header__list li {
    border-top: 1px solid #dddddd;
  }

  body header.c-header .c-header__list li a {
    padding: 10px 24px 10px 5%;
    position: relative;
  }

  body header.c-header .c-header__list li a:after {
    color: #999;
    position: absolute;
    top: 50%;
    right: 5px;
    font-weight: normal;
    font-family: "icomoon" !important;
    content: "\e915";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  body header.c-header .c-header__contact {
    padding: 15px 5%;
    border-bottom: 1px solid #dddddd;
  }

  body header.c-header .c-header__contact .c-header__phone {
    padding: 5px 15px;
  }

  body header.c-header .c-header__contact .c-header__phone .phone {
    font-size: 24px;
  }

  body header.c-header .c-header__contact .c-header__button {
    font-size: 16px;
    padding: 10px 15px;
  }

  body header.c-header .c-header__contact .c-header__button br {
    display: none;
  }

  body header.c-header .c-hamburger-menu__button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    height: 50px;
    justify-content: center;
    width: 50px;
    z-index: 31;
  }

  body header.c-header .c-hamburger-menu__list {
    text-align: left;
    background-color: #eeeeee;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    z-index: 20;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }

  body header.c-header #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0);
  }

  body header.c-header .c-hamburger-menu__button-mark {
    background-color: #000;
    height: 1px;
    transition: 0.3s;
    width: 20px;
  }

  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }

  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }

  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}

.access {
  background-color: #f8f9fa;
  /* 背景色 */
  padding: 2rem 0;
}

.shop-info {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
}

.shop-info h4 {
  font-size: 1.5rem;
  color: #343a40;
  font-weight: 700;
}

.shop-info .table {
  margin: 1rem auto 0;
  font-size: 0.95rem;
}

.shop-info .table th,
.shop-info .table td {
  padding: 0.75rem;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #dee2e6;
}

.shop-info .table th {
  font-weight: 700;
  background-color: #e9ecef;
  color: #495057;
}

.shop-info .table-hover tbody tr:hover {
  background-color: #f1f3f5;
}

.shop-info a {
  color: #007bff;
  text-decoration: none;
}

.shop-info a:hover {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: Arial, sans-serif;
}

/* Navbar Container */
.navbar {
  background-color: #fff;
  position: relative;
  display: block !important;
  padding: 0 !important;
}

/* Top Section */
.navbar-top {
  display: flex;
  justify-content: space-between;
  padding: 14px 50px;
  max-width: 1440px;
  margin: auto;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 590px;
  -webkit-box-align: center;
}

.navbar-logo a img {
  height: 45px;
}

.logotext {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.67;
  display: block;
  max-width: 240px;
}

.navbar-logo span {
  font-size: 14px;
  color: #000;
  text-align: left;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-right span {
  font-size: 14px;
  color: #000;
  text-align: left;
}

.nav-right-btns {
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 12px;
  padding-right: 10px;
  border-right: 1px solid #00000056;
}

.nav-right-btns > div {
  display: flex;
  gap: 12px;
}

.nav-right-btns > div:nth-child(1) > button:nth-child(1) {
  -webkit-box-align: center;
  background-color: #fedd7833;
  color: #f2bc0c;
  font-weight: 900;
  font-size: 14px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #f2bc0c;
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-right-btns > div:nth-child(1) > button:nth-child(2) {
  -webkit-box-align: center;
  text-wrap: nowrap;

  background: #f2bc0c;
  border-radius: 0;
  border: 1px solid #f2bc0c;
  color: white;
  font-weight: 900;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-right-btns > div:nth-child(2) {
  display: flex;
  gap: 24px;
}

.nav-right-btns > div:nth-child(2) > button {
  background: transparent;
  border: none;
  display: flex;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.nav-right-btns > div:nth-child(2) > button:hover {
  color: #f2bc0c;
  fill: #f2bc0c;
  cursor: pointer;
}

.tele {
  font-size: 19px !important;
  font-weight: 800;
  text-wrap: nowrap;
}

.tel {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.navrtextlast {
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Middle Links */
.navbar-middle {
  background-color: #2196f3;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
}

.header__nav-item {
  position: relative;
}

.header__nav-item::before {
  background-color: #fff;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.navbar-middle a {
  text-decoration: none;
  color: #fff;
  padding: 0 24px;
  transition: color 0.4s;
  text-align: center;
}

.navbar-middle a:hover {
  color: #f2bc0c;
}

/* Dropdown Container */
.dropdown {
  color: white;
}

.dropdown-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  opacity: 0;
  position: absolute;
  background-color: #2196f3;
  color: white;
  transform: rotateX(90deg);
  border: 1px solid #2196f3;
  padding: 18px 0;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: 0.4s;
  transform-origin: center;
}

.dropdown-content a {
  display: block;
  color: white;
  padding: 10px;
  text-decoration: none;
  transition: color 0.4s;
}

.dropdown-content a:hover {
  background-color: #2196f3;
  color: #f2bc0c;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  transform: rotateX(0deg);
}

/* Menu Toggle Button */
.mobile-nav-right {
  display: flex;
  gap: 12px;
}

.mobile-icons-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.menu-toggle-mobile {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  cursor: pointer;
  z-index: 1000;
}

.navbar-logo-mobile {
  padding: 17px 10px;
}

.navbar-logo-mobile .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-icon-container {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}

.mobile-icon-signout,
.mobile-icon-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f2bc0c;
}

.mobile-icon-signout span:nth-child(1) {
  -webkit-mask-image: url("./imgs/exit.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  background-color: #f2bc0c;
  display: block;
  height: 0.875rem;
  mask-image: url("./imgs/exit.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 0.875rem;
}

.mobile-icon-signout span:nth-child(2),
.mobile-icon-person span:nth-child(2) {
  color: #f2bc0c;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f2bc0c;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.3125rem;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.33;
  width: 3.75rem;
}

.mobile-icon-person span:nth-child(1) {
  -webkit-mask-image: url("./imgs/person.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  background-color: #f2bc0c;
  display: block;
  height: 0.875rem;
  mask-image: url("./imgs/person.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 0.875rem;
}

.menu-icon-mobile,
.close-icon-mobile {
  font-size: 24px;
  color: white;
  background: #000;
}

.mobile-icon-signout {
  display: flex;
  flex-direction: column;
}

/* Navbar Mobile */
.nav-links-mobile {
  background-color: #35baf6;
  position: fixed;
  bottom: -98px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  overflow-y: scroll;
  opacity: 0;
  padding: 50px 20px;
  z-index: 999;
}

.nav-links-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 37.5rem;
  padding: 0 1.5625rem;
  width: 100%;
  text-decoration: none;
  list-style: none;
}

.nav-links-mobile ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}

.nav-links-mobile li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Dropdown Content Mobile */
.dropdown-content-mobile {
  max-height: 0;
  flex-direction: column;
  transform: rotateX(90deg);
  background-color: #007acc00;
  margin-left: 0px;
  transition: max-height 0.4s;
  border-radius: 4px;
  padding-top: 12px;
}

.dropdown-content-mobile a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 8px 15px;
}

.dropdown-content-mobile a:hover {
  text-decoration: underline;
}

/* Show Dropdown */
.dropdown-content-mobile.active-mobile {
  display: flex;
  max-height: 260px;
  transform: rotateX(0deg);
}

/* Active Menu */
.nav-links-mobile.active-mobile {
  opacity: 1;
}

/* Footer */
/* Footer General Styles */
.footer-wrapper {
  background-color: #00a8ff;
}

hr {
  border: none;
  height: 0.7px;
  background-color: #b9b9b9;
  margin: 20px auto;
}

.footer {
  color: #ffffff;
  max-width: 1150px;
  margin: auto;
  padding: 20px 10px;
  text-align: center;
  margin-top: 50px;
}

/* Footer Top Section */
.footer-top p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* Footer Middle Section */
.footer-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.footer-logo img {
  max-width: 100%;
}

.footer-logo p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-logo-wrapper {
  background: white;
  padding: 18px 24px;
}

.footer-map {
  max-width: 500px;
}

.footer-map iframe {
  border: none;
  margin-top: 10px;
  border-radius: 8px;
  /* object-fit: contain; */
}

/* Footer Links Section */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  margin: 20px 0;
}

.footer-column a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.4s;
}

.footer-column a:hover {
  color: #f2bc0c;
}

.footer-column ul {
  list-style: none;
  text-align: start;
  padding: 0;
}

.footer-column li {
  margin: 5px 0;
}

.footer-column li a {
  color: white;
  text-decoration: none;
}

/* Footer Bottom Section */
.footer-bottom p {
  font-size: 14px;
  margin: 10px 0;
}

.footer__item {
  position: relative;
}

.footer__list-head::before,
.footer__item::before {
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

@media (max-width: 400px) {
  .mobile-icon-signout,
  .mobile-icon-person {
    display: none;
  }
}

@media (max-width: 1080px) {
  .navbar {
    display: none;
  }
}

/* Mobile View Only */
@media (max-width: 768px) {
  .menu-toggle-mobile {
    display: flex;
  }

  .nav-links-mobile {
    display: block;
  }

  .footer-middle {
    flex-direction: column;
  }
}

@media (min-width: 1080px) {
  .menu-toggle-mobile,
  .nav-links-mobile {
    display: none;
  }

  .footer-map iframe {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .navbar-logo-mobile .logo {
    max-width: 8.75rem;
  }

  .nav-links-mobile {
    bottom: -58px;
  }
}

/* takeuchi 追記 */

/* setting liquid layout */

@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.u-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

/* common parts */
.btn {
  background: #0f0f0f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 48px;
  gap: 3rem;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn span::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.btn:hover {
  background: #f2bc0c;
}

.btn.btn--yellow {
  background: #f2bc0c;
  border: 1px solid #f2bc0c;
}

.btn.btn--yellow:hover {
  background: #fff;
  color: #f2bc0c;
}

.btn.btn--red {
  background: #b60014;
  border: 1px solid #b60014;
}

.btn.btn--red:hover {
  background: #fff;
  color: #b60014;
}

.btn.btn--white {
  background: #fff;
  border: 1px solid #f2bc0c;
  color: #f2bc0c;
}

.btn.btn--white:hover {
  background: #f2bc0c;
  color: #fff;
}

.btn.btn--light-yellow {
  background: #fff6d9;
  border: 1px solid #f2bc0c;
  color: #f2bc0c;
}

.btn.btn--light-yellow:hover {
  background: #fff;
  color: #f2bc0c;
}

.common_circle_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0f0f0f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 48px;
  gap: 3rem;
  height: 60px;
  height: 3.75rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common_circle_btn span {
  background: #585858;
  border-radius: 50%;
  height: 26px;
  height: 1.625rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 26px;
  width: 1.625rem;
}

.common_circle_btn span::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.common_circle_btn.common_circle_btn--yellow {
  background: #f2bc0c;
}

.common_circle_btn.common_circle_btn--yellow span {
  background: #fada70;
}

.common_circle_btn.common_circle_btn--gray {
  background: #e3e3e3;
  color: #272727;
}

.common_circle_btn.common_circle_btn--gray span {
  background: #c9c6c6;
}

.common_circle_btn.common_circle_btn--gray span:before {
  background: #272727;
}

.common_circle_btn.common_circle_btn--red {
  background: #7f000e;
}

.common_circle_btn.common_circle_btn--green {
  background: #357a38;
}

.common_circle_btn.common_circle_btn--blue {
  background: #0276aa;
}

/* header */

.r-header {
  background: #fff;
  height: 140px;
  height: 8.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.r-header__inner {
  height: inherit;
  margin-left: auto;
  margin-right: auto;
}

.r-header__top-inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  max-width: 90rem;
  padding: 14px 50px;
  padding: 0.875rem 3.125rem;
}

.r-header__logo-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.r-header__logo {
  height: 70px;
  height: 4.375rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.r-header__logo a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.r-header__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
  transition: opacity 0.3s;
}

.r-header__logo-text {
  font-size: 10px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.67;
  white-space: nowrap;
}

.r-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.r-header__links {
  border-right: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 12px;
  padding-right: 0.75rem;
  row-gap: 14px;
  row-gap: 0.875rem;
}

.r-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.r-header__login a,
.r-header__register-btn.btn--yellow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.36;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 100%;
}

.r-header__login span {
  -webkit-mask-image: url(/imgs/cosmo/exit.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #f2bc0c;
  display: block;
  height: 14px;
  height: 0.875rem;
  mask-image: url(/imgs/cosmo/exit.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 14px;
  width: 0.875rem;
}

.r-header__login:hover span {
  background: #f2bc0c;
}

.r-header__register-btn span {
  -webkit-mask-image: url(/imgs/cosmo/person.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  display: block;
  height: 14px;
  height: 0.875rem;
  mask-image: url(/imgs/cosmo/person.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 14px;
  width: 0.875rem;
}

.r-header__register-btn:hover span {
  background: #f2bc0c;
}

.r-header__register-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff6d9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* displayを使用しない */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  /* 初期状態で透明 */
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  top: 70%;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  /* トランジション追加 */
  visibility: hidden;
  /* 初期状態で非表示 */
  width: 100%;
  z-index: 1000;
}

.r-header__register-modal.is-active {
  opacity: 1;
  /* アクティブ時は不透明 */
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s;
  /* トランジション設定 */
  visibility: visible;
  /* アクティブ時は表示 */
}

.r-header__register-item + .r-header__register-item {
  border-left: 2px solid #272727;
  border-left: 0.125rem solid #272727;
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.r-header__register-head {
  color: #f2bc0c;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.r-header__register-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.r-header__register-wrap a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #f2bc0c;
  border: 1px solid #f2bc0c;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.r-header__register-wrap a::before {
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  content: "";
  height: 5px;
  height: 0.3125rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
  width: 5px;
  width: 0.3125rem;
}

.r-header__register-wrap a:hover {
  opacity: 0.8;
}

.r-header__register-wrap a:hover::before {
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  right: 7px;
  right: 0.4375rem;
}

.r-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}

.r-header__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.33;
  white-space: nowrap;
}

.r-header__link span {
  height: 18px;
  height: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 18px;
  width: 1.125rem;
}

.r-header__favorite {
  color: #272727;
}

.r-header__favorite span {
  -webkit-mask-image: url(/imgs/cosmo/star.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #272727;
  display: block;
  mask-image: url(/imgs/cosmo/star.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}

.r-header__favorite:hover {
  color: #f2bc0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__favorite:hover span {
  background-color: #f2bc0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__history span {
  -webkit-mask-image: url(/imgs/cosmo/clock.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #272727;
  display: block;
  mask-image: url(/imgs/cosmo/clock.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__limit span {
  -webkit-mask-image: url(/imgs/cosmo/home.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #272727;
  display: block;
  mask-image: url(/imgs/cosmo/home.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__history:hover,
.r-header__limit:hover {
  color: #f2bc0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__history:hover span,
.r-header__limit:hover span {
  background-color: #f2bc0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 16px;
  padding-left: 1rem;
}

.r-header__tel span {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.15;
}

.r-header__tel-content {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.r-header__tel p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.31;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.r-header__sub-inner {
  background: #2196f3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.r-header__nav {
  background: #2196f3;
  display: block;
  height: 100%;
}

.r-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.r-header__nav-item,
.r-header__nav-modal-wrap {
  padding: 0 24px;
  padding: 0 1.5rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__nav-item::before,
.r-header__nav-modal-wrap::before {
  background-color: #fff;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.r-header__nav-modal-wrap:first-child::before {
  display: none;
}

.r-header__nav-modal-wrap p {
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__nav-modal-wrap p::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  width: 0.5rem;
}

.r-header__nav-modal-wrap:hover.r-header__nav-modal-wrap p::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__nav-item > a,
.r-header__nav-modal-wrap > p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.04em;
  line-height: 1.31;
  white-space: nowrap;
}

.r-header__nav-modal {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2196f3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 30px 0;
  padding: 1.875rem 0;
  position: fixed;
  top: 140px;
  top: 8.75rem;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
}

.r-header__nav-modal-wrap:hover > .r-header__nav-modal {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

.r-header__nav-modal-item + .r-header__nav-modal-item {
  margin-left: 70px;
  margin-left: 4.375rem;
}

.r-header__nav-modal-item a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.36;
  padding: 7px 0;
  padding: 0.4375rem 0;
  position: relative;
}

.r-header__nav-modal-item:hover a,
.r-header__nav-item:hover a {
  color: #f2bc0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__nav-modal-item a,
.r-header__nav-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-header__sp {
  display: none;
}

.r-header__sp-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  height: inherit;
}

.r-header__sp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  height: inherit;
}

.r-header__login-sp a,
.r-header__register-sp-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: #f2bc0c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 5px;
  gap: 0.3125rem;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.33;
  width: 60px;
  width: 3.75rem;
}

.r-header__login-sp a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-size: 0.625rem;
  gap: 10px;
  gap: 0.625rem;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 100%;
}

.r-header__login-sp span {
  -webkit-mask-image: url(/imgs/cosmo/exit.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #f2bc0c;
  display: block;
  height: 14px;
  height: 0.875rem;
  mask-image: url(/imgs/cosmo/exit.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 14px;
  width: 0.875rem;
}

.r-header__register-sp span {
  -webkit-mask-image: url(/imgs/cosmo/person.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  background-color: #f2bc0c;
  display: block;
  height: 14px;
  height: 0.875rem;
  mask-image: url(/imgs/cosmo/person.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 14px;
  width: 0.875rem;
}

.r-header__register-sp-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff6d9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: block;
  /* displayを使用しない */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  /* 初期状態で透明 */
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  top: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  /* トランジション追加 */
  visibility: hidden;
  /* 初期状態で非表示 */
  width: 100%;
  z-index: 1000;
}

.r-header__register-sp-modal.is-active {
  opacity: 1;
  /* アクティブ時は不透明 */
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s;
  /* トランジション設定 */
  visibility: visible;
  /* アクティブ時は表示 */
}

.r-header__register-sp-item + .r-header__register-sp-item {
  border-top: 2px solid #272727;
  border-top: 0.125rem solid #272727;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.r-header__register-sp-title {
  color: #f2bc0c;
  font-weight: 700;
}

.r-header__register-sp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.r-header__register-sp-wrap a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #f2bc0c;
  border: 1px solid #f2bc0c;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.r-header__register-sp-wrap a::before {
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  content: "";
  height: 5px;
  height: 0.3125rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
  width: 5px;
  width: 0.3125rem;
}

.r-header__hamburger {
  display: none;
}

.r-header__hamburger span {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  width: 1.5625rem;
}

.r-header__hamburger p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  left: 50%;
  line-height: 9.17;
  position: absolute;
  text-transform: capitalize;
  top: 14px;
  top: 0.875rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.r-header__hamburger span:nth-of-type(1) {
  top: -8px;
  top: -0.5rem;
}

.r-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.r-header__hamburger span:nth-of-type(3) {
  top: 8px;
  top: 0.5rem;
}

.r-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.r-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.r-header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.r-header__drawer {
  background-color: #35baf6;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  margin-top: 100px;
  margin-top: 6.25rem;
  overflow-y: scroll;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.r-header__drawer::-webkit-scrollbar {
  display: none;
}

.r-header__drawer-nav {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  width: 100%;
}

.r-header__drawer-item {
  border-bottom: 1px solid #fff;
}

.r-header__drawer-item.r-header__drawer-item--contact {
  border-bottom: none;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.r-header__drawer-item > a,
.r-header__drawer-accordion-title {
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 32px 20px 0;
  padding: 1.25rem 2rem 1.25rem 0;
}

.r-header__drawer-item.r-header__drawer-item--contact a {
  background-color: #234f5e;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 180px;
  max-width: 11.25rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.r-header__drawer-item.r-header__drawer-item--contact a::before {
  background-image: url(.//imgs/cosmo/mail-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  height: 0.9375rem;
  left: 20px;
  left: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.r-header__drawer-item.r-header__drawer-item--contact a::after {
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  width: 0.5rem;
}

.r-header__drawer-accordion-title {
  position: relative;
}

.r-header__drawer-accordion-title::before,
.r-header__drawer-accordion-title::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.r-header__drawer-accordion-title::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.r-header__drawer-accordion-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.r-header__drawer-accordion-title.is-open::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.r-header__drawer-accordion-list {
  display: none;
  padding: 0 0 20px 10px;
  padding: 0 0 1.25rem 0.625rem;
}

.r-header__drawer-accordion-item > a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.r-header__drawer-accordion-detail-list {
  padding-left: 10px;
  padding-left: 0.625rem;
}

.r-header__drawer-accordion-detail-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.r-header__drawer-accordion-detail-item a::before {
  background-color: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  width: 15px;
  width: 0.9375rem;
}

.r-header__margin {
  margin-top: 140px;
  margin-top: 8.75rem;
}

@media screen and (max-width: 767px) {
  .r-header {
    height: 80px;
    height: 5rem;
    position: fixed;
    width: 100%;
  }

  .r-header__inner {
    padding-right: 0;
  }

  .r-header__top-inner {
    display: none;
  }

  .r-header__logo {
    max-width: 140px;
    max-width: 8.75rem;
  }

  .r-header__sub-inner {
    display: none;
  }

  .r-header__nav {
    display: none;
  }

  .r-header__sp {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    gap: 1.25rem;
    height: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 8px;
    padding-left: 0.5rem;
  }

  .r-header__hamburger {
    aspect-ratio: 1/1;
    background-color: #272727;
    border: none;
    cursor: pointer;
    display: block;
    height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }

  .r-header__drawer {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .r-header__margin {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

/* reset css */
.r-header {
  ul {
    margin-bottom: 0;
  }

  p {
    margin-bottom: 0;
  }

  .btn {
    display: flex;
    text-align: left;
    border-radius: 0;
  }

  .r-header__register-btn {
    color: #fff;
  }

  .r-header__nav-item a {
    color: #fff;
  }

  .r-header__link a {
    color: #272727;
  }

  .r-header__drawer a {
    color: #fff;
  }

  a:hover {
    text-decoration: none;
    color: #f2bc0c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* footer */

.r-footer {
  background: #2196f3;
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.r-footer__inner {
  margin: auto;
  max-width: 1250px;
  max-width: 78.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.r-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.r-footer__sub {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}

.r-footer__head {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

.r-footer__btn-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.r-footer__btn-box.u-mobile {
  display: none;
}

.r-footer__btn-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  width: 33%;
}

.r-footer__btn-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.31;
}

.r-footer__tel {
  font-family: "Noto Sans", sans-serif;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.13;
  margin-top: 12px;
  margin-top: 0.75rem;
  white-space: nowrap;
}

.r-footer__tel span {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18;
}

.r-footer__btn-item small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.33;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.r-footer__logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-footer__btn-item img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: 24px;
  height: 1.5rem;
  object-fit: contain;
  width: 24px;
  width: 1.5rem;
}

.r-footer__btn-item .common_circle_btn {
  font-family: "Noto Sans JP", sans-serif;
  gap: initial;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}

.r-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.r-footer__left {
  color: #fff;
}

.r-footer__logo-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.r-footer__logo a {
  background: #fff;
  display: inline-block;
  padding: 20px;
  padding: 1.25rem;
}

.r-footer__logo-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.67;
}

.r-footer__info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1.57;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.r-footer__right {
  -o-object-fit: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  object-fit: 1/1;
  width: 50%;
}

.r-footer__right iframe {
  -o-object-fit: cover;
  height: inherit;
  object-fit: cover;
  width: 100%;
}

.r-footer__link {
  color: #fff;
  margin-top: 80px;
  margin-top: 5rem;
}

.r-footer__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.r-footer__link a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-footer__link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.r-footer__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 16px;
  margin-top: 1rem;
}

.r-footer__list-head,
.r-footer__items li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.33;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

.r-footer__list-head::before,
.r-footer__items li::before {
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.r-footer__list-link li,
.r-footer__items li {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.r-footer__list-link li:first-child,
.r-footer__items li:first-child {
  margin-top: 0;
}

.r-footer__list-link li:hover a,
.r-footer__items li:hover a {
  color: #f2bc0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-footer__sp-link {
  display: none;
}

.r-footer__sp-link a {
  display: inline-block;
}

.r-footer__copyright {
  color: #fff;
  display: block;
  font-weight: 300;
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .r-footer {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }

  .r-footer__inner {
    max-width: 630px;
    max-width: 39.375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }

  .r-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .r-footer__sub {
    border: none;
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding-bottom: 0;
  }

  .r-footer__head {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .r-footer__btn-box {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
    padding: 20px;
    padding: 1.25rem;
  }

  .r-footer__btn-box.u-mobile {
    display: block;
  }

  .r-footer__btn-item {
    padding: 0;
    width: 100%;
  }

  .r-footer__btn-item .common_circle_btn::before {
    display: none;
  }

  .r-footer__btn-item .common_circle_btn::after {
    display: none;
  }

  .r-footer__btn-item .common_circle_btn span {
    display: block;
  }

  .r-footer__btn-item .common_circle_btn span::before {
    display: block;
  }

  .r-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 0;
  }

  .r-footer__logo-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .r-footer__info {
    text-align: center;
  }

  .r-footer__right {
    width: 100%;
  }

  .r-footer__top-link {
    grid-gap: 1.25rem;
    display: grid;
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .r-footer__sp-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1.67;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .r-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

/* reset css */
.r-footer {
  ul {
    margin-bottom: 0;
  }

  p {
    margin-bottom: 0;
  }

  .btn {
    display: flex;
    text-align: left;
    border-radius: 0;
  }

  .r-footer__link a {
    color: #fff;
    font-weight: 600;
  }

  .r-footer__sp-link {
    a {
      color: #fff;
    }
  }

  a:hover {
    text-decoration: none;
    color: #f2bc0c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header {
  background-color: #2196f3;
  color: #fff;
  padding-block: 50px;
  margin-top: 1px;
}

.header h2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  display: inline;
  background: white;
  color: #2196f3;
  padding: 5px 18px;
  border-radius: 30px;
}

.header h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: white;
  margin-top: 10px;
}

.contact-list {
  border-radius: 0px !important;
}

.contact-list li {
  border-radius: 0px !important;
  font-size: 13px;
}

.contact-list li span {
  background: #b6b6b6;
  color: white;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: 600;
}

.contact-list li.active span {
  background: white;
  color: #2196f3;
}

.contact-list li.active {
  font-weight: 600;
}

.form-background {
  background: white;
  margin-top: 40px;
  padding: 20px 30px;
}

.contact-form h3 {
  color: #252525;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form h3 span {
  color: #2196f3;
  font-size: 17px;
  font-weight: 600;
}

.contact-form .btn-group-toggle .btn {
  background: #e8e8e8;
  color: #7e7e7e;
  border-radius: 0px;
  padding-inline: 0px;
  width: 200px;
  position: relative;
}

.contact-form .btn-group-toggle .btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 15px;
  width: 15px;
  background: white;
  content: "";
  border-radius: 50%;
}

.contact-form .btn-group-toggle.border-radio .btn {
  background: #fff;
  color: #7e7e7e;
  border: 2px solid #7e7e7e;
}

.contact-form .btn-group-toggle.border-radio .btn.active {
  border: 2px solid #2196f3;
}

.contact-form .btn-group-toggle.border-radio .btn::before {
  background: #7e7e7e;
}

.contact-form .btn-group-toggle {
  gap: 30px;
  display: flex;
}

.contact-form .btn-group-toggle .btn.active {
  background: #d3ecff;
  color: #2196f3;
}

.contact-form .btn-group-toggle .btn.active::before {
  background: #2196f3;
}

.contact-form hr {
  border-top: 2px solid #e8e8e8 !important;
}

.contact-form .form-check-label {
  margin-bottom: 1px;
}

.form-check-inline {
  margin-right: 40px !important;
}

.contact-form .form-check-input {
  transform: scale(1.2);
}

.contact-form .tag-custom {
  display: inline-block;
  padding: 3px 12px;
  font-size: 13px;
  background: #f96567;
  border-radius: 30px;
  font-weight: 600;
  color: white;
  margin-block: 10px;
}

.contact-form .form-group label {
  font-weight: 600;
}

.contact-form .form-group input {
  border-radius: 0px;
  padding: 20px 25px;
  background: #fffdf5;
}

.contact-form .form-group .custom-select {
  height: calc(1.5em + 0.75rem + 8px);
  border-radius: 0px;
}

.contact-form .btn.submit {
  background: #222222;
  color: white;
  border-radius: 0px;
  padding-block: 10px;
  font-style: 12px;
  font-weight: 600;
}

.contact-form .btn.back {
  background: #c4c4c4;
  color: white;
  font-size: 12px;
  border-radius: 24px;
  padding: 6px 32px;
  margin-top: 20px;
  transition: 0.3s;
}

.contact-form .btn.back:hover {
  background: #928f8f;
}

.w-15 {
  width: 15% !important;
}

.green-color {
  background: #7ada7a !important;
}

.right-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
