* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.is-hidden-sp {
  display: none !important;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 18px;
  color: #3E3A39;
}
a {
  color: #231815;
}
/*------------------------------
header
------------------------------*/
header {
  position: fixed;
  z-index: 100;
  width: 100vw;
  margin-bottom: 5px;
}
.header-menu {
  display: flex;
  justify-content: center;
  font-family: 'ten-mincho-text';
}
.header-menu div:not(:last-child) {
  margin-right: 40px;
}
.navbar {
  background-color: #fff;
  min-height: 52px;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
  display: block;
  padding: 0;
  height: 70px;
}
.navbar-brand .navbar-item, .navbar-tabs .navbar-item {
  align-items: center;
  display: flex;
  padding: 0px 40px 0 10px;
}
a.navbar-item, .navbar-link {
  cursor: pointer;
}
.navbar-brand, .navbar-tabs {
  display: flex;
  flex-shrink: 0;
  min-height: 70px;
  justify-content: center;
  position: relative;
}
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-burger {
  color: #4a4a4a;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin-left: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-burger span:first-child {
  top: calc(50% - 10px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 8px);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

a.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 2px;
  left: 20px;
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color,opacity,transform;
  transition-timing-function: ease-out;
  width: 30px;
  color: #595959;
}
.navbar-item, .navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  position: relative;
}
.modal {
  display: none;
  overflow: hidden;
  text-align: center;
  width: 330px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 200;
  background: #fff;
  font-size: 18px;
}
.modal.is-active {
  display: block;
}
.modal-overlay {
  background-color:rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 70px;
  left: 0;
}
.modal-content {
  position: relative;
  z-index: 2000;
  background: #fff;
}
.modal-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.modal-menu a {
  display: inline-block;
  width: 326px;
  height: 48px;
  background: #EDEDED;
  font-family: ten-mincho-text, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
}
.modal-menu-tel {
  background: rgba(232, 228, 241, 1);
  padding: 15px 10px;
  margin-top: 4px;
}
.modal-menu-tel-title {
  font-family: ten-mincho-text, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  margin: 0;
}
.modal-menu-phone-number {
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.04em;
  color: #3E3A39;
  margin: 0;
}
.modal-menu-reception-time {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
/*------------------------------
container
------------------------------*/
main.ranking {
  border-top: solid 2px #B7914A;
}
main.aboutus {
  font-family: ten-mincho-text, serif;
}
.container {
  width: 100vw;
  /* text-align: center; */
  padding-top: 70px;
}
figure {
  text-align: center;
}
/*------------------------------
container(ranking)
------------------------------*/
.headline {
  display: flex;
  color: #B7914A;
  font-style: normal;
  font-weight: 400;
  flex-direction: column;
  align-items: center;
  border-top: solid 2px #B7914A;
}
.headline h1 {
  width: 160px;
  font-size: 30px;
  font-family: ten-mincho-text;
  line-height: 44px;
  margin: 22px 0 1px;
  font-weight: 400;
}
.headline span {
  font-size: 14px;
  line-height: 21px;
  font-family: ten-mincho-text;
}
.ranking-container {
  /* width: 360px; */
  margin: 45px auto 0;
  text-align: left;
  padding: 0 24px;
}
.ranking-list {
  /* display: grid; */
}
.ranking-list:not(:last-child) {
  margin-bottom: 85px;
}
.ranking-label {
  width: 320px;
  text-align: center;
  margin: 0 auto 15px;
}
.ranking-label span {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  margin-right: 10px;
  font-size: 22px;
  font-family: ten-mincho-text;
}
.ranking-label h2 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #231815;
  padding-left: 0;
}
.ranking-label p {
  margin: 11px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;
  color: #FFFFFF;
  background: #B7914A;
  position: relative;
}
.ranking-label p::before, .ranking-label p::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  border-style: solid;
}
.ranking-label p::before {
  top: 0;
  left: 0;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #fff;
}
.ranking-label p::after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0;
  border-color: transparent #fff transparent transparent;
}
.ranking-number-gold {
  background: #B7914A;
}
.ranking-number-silver {
  background: #85989C;
}
.ranking-number-bronze {
  background: #8D6E5A;
}
.ranking-number-others {
  background: #3E2339;
}
.ranking-img {
  text-align: center;
  margin-bottom: 17px;
}
.ranking-desc {
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
  max-width: 500px;
  margin: 0 auto 30px;
}
.ranking-act {
  width: 320px;
  color: #231815;
  margin: 0 auto;
}
.ranking-act-single {
  padding-bottom: 15px;
  border-bottom: 1px solid #3E3A39;
}
.ranking-act-course {
  padding-top: 15px;
}
.ranking-act p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 5px;
  padding-left: 5px;
}
.ranking-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
}
.ranking-price span {
  margin-right: 10px;
  padding: 3px 5px;
}
.ranking-act-course .ranking-price span {
  background: #f3b12c;
}
.ranking-button {
  display: inline-block;
  border: 1px solid #3E3A39;
  border-radius: 4px 3px 3px 3px;
  font-size: 21px;
  line-height: 32px;
  padding: 8px 20px;
  margin-left: 20px;
}
/*------------------------------
container(aboutus)
------------------------------*/
.aboutus-main-visual {
  margin-bottom: 52px !important;
}
.aboutus h3, .aboutus h4 {
  color: #530036;
}
h2, h3, h4 {
  /* max-width: 540px;
  display: inline-block; */
}
h2 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  margin: 50px auto 42px;
  text-align: left;
  padding: 0 24px;
  max-width: 540px;
  display: block;
}
h3 {
  font-size: 22px;
  line-height: 33px;
  margin: 104px 0 40px;
  text-align: center;
}
h4 {
  font-size: 23px;
  line-height: 34px;
  margin: 50px auto 22px;
  text-align: left;
  max-width: 540px;
  display: block;
  padding: 0 30px;
}
.aboutus-description {
  line-height: 40px;
  max-width: 540px;
  text-align: left;
  margin: 0 auto 18px;
  padding: 0 24px;
}
.aboutus-description:not(:first-of-type) {
  margin-bottom: 59px;
}
h3.company-profile {
  font-size: 18px;
  line-height: 27px;
  border-bottom: solid 2px #808080;
  color: #111;
  text-align: center;
  padding-bottom: 13px;
  margin: 129px 0 0;
}
dl {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin: 12px 0 0;
}
dt {
  margin: 12px 0 1px;
  color: #858585;
}
dd {
  margin: 0;
  border-bottom: solid 1px #9E9E9F;
  padding-bottom: 15px;
}
/* dt::before {
  content: "・"
} */
/*------------------------------
footer
------------------------------*/
footer {
  margin-top: 71px;
  font-family: ten-mincho-text, serif;
  position: relative;
}
.footer-sp-sns {
  text-align: center;
  margin-bottom: 71px;
}
.footer-sp-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.footer-sp-sns img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.footer-main {
  background-color: #D6CBC8;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}
.footer-top-container {
  background-color: #DCE1EA;
}
.footer-top {
  margin: 0 auto;
  padding: 73px 15px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-top-link {
  width: 305px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 28px;
  padding: 0 20px;
}
.footer-top a:last-child div {
  margin-bottom: 0;
}
.footer-top-link p {
  text-align: center;
  width: 100%;
  font-size: 22px;
  line-height: 33px;
  margin: 15px 0;
}
.footer-top-link br {
  display: none;
}
.ec .footer-top-link img, .question .footer-top-link img {
  margin-left: 5px;
}
.ranking .footer-top-link img {
  width: 40px;
}

.footer-main-container {
  margin: 0 auto;
}
.footer-main-box {
  padding: 42px 0 27px;
}
.footer-main-box:not(:first-child) {
  border-top: 1px solid #111;
}
.guide-ul {
  padding-left: 20px;
  width: 470px;
}
.guide-li {
  padding-bottom: 10px;
  float: left;
}
.guide-li:nth-child(odd) {
  width: 60%;
}
.guide-li:nth-child(even) {
  width: 40%;
}
.shop-ul {
  padding-left: 20px;
}
.footer-title {
  margin-right: 55px;
}
.footer-title h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
.footer-phone-label {
  font-weight: 400;
  font-size: 20px;
  margin-right: 44px;
}
.title-sub {
  font-weight: 400;
  font-size: 14px;
}
.footer-tel {
  font-weight: bold;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: YuGothic;
}
.footer-phone-reception-hour {
  font-family: YuGothic;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}
.footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 19px;
}
.footer-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 330px;
  height: 54px;
  position: relative;
  font-size: 22px;
  line-height: 33px;
}
.footer-buttons a::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 36px;
  height: 26px;
  top: 16px;
  left: 18px;
}
.footer-button-phone::before {
  background-image: url('../images/footer/icon_footer_phone.svg');
}
.footer-button-mail::before {
  background-image: url('../images/footer/icon_footer_mail.svg');
}
.footer-buttons span {
  padding-left: 35px;
}
.footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.footer-sns a {
  display: flex;
  align-items: center;
}
.footer-sns img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer-sns span {
  font-weight: 500;
  font-family: YuGothic;
}
.footer-return {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 30px;
  right: 15px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-return:before,
.footer-return:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3E3A39;
  border-right: solid 2px #3E3A39;
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 13px;
}
.footer-end {
  font-family: YuGothic;
  background-color: #D6CBC8;
  padding: 25px 0;
  text-align: center;
}
.footer-end-container {
  margin: 0 auto 34px;
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
}
.footer-copyright {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
