/*===============================

2025 お受験 UP店
2025.04.18
ver1.0.1

【注意】保守運用性を高めるため、PC･SP共通で使用しています。

================================*/
/*===============================

reset.css

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
Added by webdesign-trends
https://webdesign-trends.net/entry/8137
*/
* {
  box-sizing: border-box;
}

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

/* a reset */
a {
  text-decoration: none;
  color: initial;
}

a:active {
  color: unset;
}

a:focus {
  outline: none;
}

/*===============================
body&common
================================*/
@media screen and (max-width: 750px) {

  /*SP*/
  html {
    font-size: 2.666vw;
  }
}

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

  /*pc*/
  html {
    font-size: 125%;
  }
}

/*body*/
body {
  font-size: 1.6rem;
  font-family: Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: rgba(0, 0, 0, 0.87);
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: #FFF;
}

/*common*/
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  list-style: none;
}

p {
  line-height: 1.4;
}

a {
  color: #026fca;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.anchor {
  padding-top: 20%;
  margin-top: -20%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.grayborder {
  margin-bottom: 1rem;
  position: relative;
}

.grayborder::after {
  content: "";
  display: block;
  width: calc(100%);
  height: 0.3rem;
  background-color: #e5e5e5;
  position: absolute;
  left: 0px;
  bottom: -1rem;
}

.aftergrayborder {
  margin-top: 2rem;
}


/*===============================
header
================================*/
/* drawermenu source: https://knoweb.net/html-css/css/responsive-hamburgermenu/ */
#header,
nav.globalMenuSp,
footer {
  font-size: 2.666vw;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: rgba(0, 0, 0, 0.87);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#header {
  background-color: #333333;
  position: fixed;
  top: 0;
  height: 59px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1001;
  max-width: 100vw;
}

#header img {
  max-width: 100%;
  height: auto;
}

.header_logo {
  width: 31.8666666667%;
  max-width: 120px;
  margin-left: 8%;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 1001;
  right: 10px;
  top: 6px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger::before {
  content: "";
  display: block;
  width: 1px;
  height: 59px;
  background-color: #000000;
  position: absolute;
  top: -6px;
  left: -10px;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #FFF;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
}

nav.globalMenuSp.active {
  opacity: 100;
  overflow-y: scroll;
  height: 100%;
  display: block;
  -webkit-animation: menuShow 0.6s linear 0s;
  animation: menuShow 0.6s linear 0s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  padding-top: 55px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  background: #333;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.6em 0;
  text-decoration: none;
  font-size: 1.4em;
  text-align: left;
  padding-left: 1.5em;
  padding-right: 1em;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  nav.globalMenuSp {
    width: 52.0833333333vw;
    max-width: 500px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1367px) {
  nav.globalMenuSp {
    font-size: 0.5rem;
  }
}

@-webkit-keyframes menuShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes menuShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*newheader*/
.header-webrsv,
.header-tel {
  display: block;
  position: fixed;
  z-index: 1001;
  top: 6px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  right: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 1px;
}

.header-webrsv {
  right: 70px;
  background-image: url(https://www.studioup.jp/wordpress/wp-content/uploads/webrsv84-84bgn.png);
}

.header-tel {
  right: 130px;
  background-image: url(https://www.studioup.jp/wordpress/wp-content/uploads/tel84-84bgn.png);
}

.header-webrsv:before,
.header-tel:before {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background-color: #000000;
  position: absolute;
  top: -6px;
  left: -10px;
}

.header-webrsv a,
.header-tel a {
  display: block;
  width: 100%;
  height: 100%;
}

/* slider */
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

/*===============================
main
================================*/
/* wrapper */
.wrapper {
  margin-top: 59px;
  padding-top: 2px;
}

@media screen and (min-width: 769px) {
  .wrapper {
    max-width: 750px;
    margin: 59px auto 0;
  }
}

.pcbr {
  display: none;
}

@media screen and (min-width: 769px) {
  .pcbr {
    display: block;
  }
}

main {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

main h2 {
  margin-bottom: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

section {
  width: 93%;
  margin: 0 auto;
  padding: 0;
}

section,
main h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

article {
  width: 91%;
  margin: 0 auto;
}

a:link,
a:visited {
  color: unset;
}

details .right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.text_b {
  font-weight: bold;
}

.text_r {
  color: #d10606;
}

.frame {
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .frame {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}

.frame .content {
  border: 2px solid #ccc;
  padding: 2.5rem 1.5rem 3rem;
}

.frame h1 {
  width: 100%;
  position: relative;
  padding: 1rem 0 1.3rem;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.3em;
}

.frame h1 span {
  font-size: 2.2rem;
}

.frame h2 {
  width: 100%;
  font-size: 2rem;
  line-height: 1.3em;
  text-align: center;
  padding: 2rem 0;
}

.frame h3 {
  font-size: 2.3rem;
  text-align: center;
}

.frame h4 {
  font-weight: bold;
  margin-bottom: 0.1em;
  text-align: center;
}

.frame .link {
  color: #8fc31f;
}

.frame .textbox {
  font-size: 1.4rem;
}

.frame .textbox p {
  margin-bottom: 0.5em;
}

.frame .imgbox {
  width: 100%;
  margin: 0 auto;
}

.frame .caption {
  margin-top: 3.1rem;
  text-align: center;
  font-size: 1.3rem;
}

/*--- Introduction ---*/
#introduction h1 {
  margin: 3.3rem auto 1.4rem;
  font-size: 2.5rem;
  text-align: center;
}

#introduction h1 span {
  font-size: 2.1rem;
}

#introduction .content {
  border: none;
  padding: 1rem 1rem 3.2rem;
}

#introduction .bx-wrapper {
  width: 89.3%;
  margin: 0 auto 2.6rem;
}

#introduction .toc_title {
  margin-bottom: 1em;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}

#introduction .toc {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}

#introduction .toc li {
  margin-bottom: 0.3em;
  font-size: 1.99rem;
}

#introduction .textbox {
  font-size: 1.5rem;
  letter-spacing: normal;
}

#introduction .textbox p {
  margin-bottom: 0.5em;
}

#introduction .imgbox {
  margin: 1em auto 2em;
}

#introduction .imgbox.box1 {
  width: 77.5%;
}

#introduction .imgbox.box2 {
  width: 77.5%;
}

#introduction .imgbox.box3 {
  width: 90%;
}

#introduction .imgbox.box4 {
  width: 100%;
}

#introduction .accordion_inner {
  margin-top: 2rem;
}

#introduction .accordion_inner h2 {
  margin-bottom: 0.3em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

#introduction .attention {
  border: 0.3rem solid #212121;
  margin-top: 3rem;
  padding: 0.5em;
  font-size: 1.4rem;
}

#introduction details+button#toggle-details {
  all: unset;
  position: relative;
  display: block;
  margin: 1.5rem auto 2rem;
  padding: 1.1rem 0;
  width: 17.2rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  text-indent: -0.5em;
  color: #fff;
  background-color: #fb9847;
}

#introduction details+button#toggle-details::after {
  position: absolute;
  top: 52%;
  right: 18%;
  transform: translateY(-50%);
  content: "";
  width: 0.7rem;
  height: 1.15rem;
  aspect-ratio: 7/11.5;
  background-image: url(https://www.studioup.jp/wordpress/wp-content/themes/exam/2025/img/arrow_right.png);
  background-repeat: no-repeat;
  background-size: cover;
}


#introduction .info_yakimashi {
  padding: 1.5rem 1.5rem 2.5rem;
  border: 0.4rem solid #808080;
}

#introduction .info_yakimashi h2 {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

#introduction .info_yakimashi p {
  font-size: 1.8rem;
}

#introduction .info_yakimashi p a {
  text-decoration: underline;
  text-decoration-color: #aca6fd;
  text-underline-offset: 0.2em;
}


/*--- Gallery ---*/
#gallery .content {
  padding: 1.5rem 0 6.5rem;
}

#gallery h2 {
  padding: 1rem 0 0;
  font-size: 2.2rem;
  text-align: center;
}

#gallery h2+.textbox {
  margin: 0 auto 2.5rem;
  width: 93%;
  font-size: 1.9rem;
}

#gallery .gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#gallery .gallery_list li {
  width: 24%;
  margin-bottom: 1rem;
}

#gallery .gallery_list+.textbox {
  margin: 0 auto 2.5rem;
  width: 94.1%;
  font-size: 1.6rem;
  font-weight: bold;
}

#gallery .gallery_link_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.8rem;
}

#gallery .gallery_link_box a {
  display: block;
  width: 47.4%;
}


/*--- Kojin ---*/
#kojin .content {
  padding: 1.5rem 1.5rem 3.5rem;
  border: 0.4rem solid #5aaab1;
}

#kojin h2 {
  margin-bottom: 2rem;
  padding: 1rem 0 0;
  font-size: 2.6rem;
  color: #5aaab1;
}

#kojin .bx-wrapper {
  width: 57%;
  margin: 0 auto 2.6rem;
}

#kojin h3 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #5aaab1;
}

#kojin h3 span {
  font-size: 1.9rem;
}

#kojin .textbox {
  font-size: 1.7rem;
  width: 91.8%;
  margin: 0 auto;
}

#kojin .button {
  width: 91.8%;
  margin: 0 auto 1rem;
}

#kojin .express {
  margin: 2.3rem 0 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
}




/*--- Family ---*/
#family .content {
  padding: 1.5rem 1.5rem 3.5rem;
  border: 0.4rem solid #849fbd;
}

#family h2 {
  margin-bottom: 2rem;
  padding: 1rem 0 0;
  font-size: 2.6rem;
  color: #849fbd;
}

#family .bx-wrapper {
  width: 94.5%;
  margin: 0 auto 2.6rem;
}

#family h3 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #849fbd;
}

#family h3 span {
  font-size: 1.9rem;
}

#family h3+p {
  margin-bottom: 1.9rem;
  font-size: 1.9rem;
  text-align: center;
  color: #849fbd;
}

#family .textbox {
  font-size: 1.7rem;
  width: 91.8%;
  margin: 0 auto;
}


#family .button {
  width: 91.8%;
  margin: 0 auto 1rem;
}

#family .express {
  margin: 2.3rem 0 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
}


/*--- Family teishutsu ---*/
#family-teishutsu .content {
  padding: 1.5rem 1.5rem 3.5rem;
  border: 0.4rem solid #654528;
}

#family-teishutsu h2 {
  padding: 1rem 0 0;
  font-size: 2.5rem;
  color: #654528;
}

#family-teishutsu h2 span {
  font-size: 2rem;
}

#family-teishutsu h2+p {
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#family-teishutsu .bx-wrapper {
  width: 94.5%;
  margin: 0 auto 3rem;
}

#family-teishutsu h3 {
  margin-bottom: 1.9rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #654528;
}

#family-teishutsu h3 span {
  font-size: 1.9rem;
}

#family-teishutsu h4 {
  font-size: 2.3rem;
  color: #654528;
}

#family-teishutsu h4 span {
  font-size: 1.8rem;
}

#family-teishutsu h4+p {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}

#family-teishutsu .textbox {
  font-size: 1.7rem;
}

#family-teishutsu .express {
  margin: 1.8rem 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}

#family-teishutsu .express span {
  display: block;
  text-align: right;
}

#family-teishutsu hr {
  margin: 0.9rem 0;
  border-top: 0.2rem solid #654528;
}

#family-teishutsu .button {
  width: 91.8%;
  margin: 0 auto 1rem;
}


/*--- Option ---*/
#option .content {
  padding: 1.5rem 1.5rem 3.5rem;
  border: 0.4rem solid #18365a;
}

#option h2 {
  margin-bottom: 1.3rem;
  padding: 1rem 0 1.4rem;
  border-bottom: 0.4rem solid #18365a;
  font-size: 3rem;
  color: #18365a;
}

#option h3 {
  margin-bottom: 2.3rem;
  font-size: 2.4rem;
  color: #18365a;
}

#option hr {
  margin: 2rem 0;
  border-top: 0.4rem solid #18365a;
}

#option .imgbox {
  margin-bottom: 1.8rem;
}

#option .textbox {
  font-size: 1.8rem;
}

#option .center {
  display: block;
}

#option .mb0 {
  margin-bottom: 0;
}

#option .option_hair {
  margin-bottom: 4.5rem;
}

#option .option_hair .title {
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
  font-weight: bold;
}

#option .option_hair .title span {
  font-size: 1.5rem;
}

#option .option_hair .imgbox {
  width: 88.5%;
}

#option .option_hair .hair-3_price {
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

#option .option_hair .hair-3_price span {
  font-size: 1.6rem;
}

#option .option_rental {
  padding-bottom: 3rem;
}

#option .option_rental h3 {
  font-size: 3.7rem;
  color: rgba(0, 0, 0, 0.87);
}

#option .option_rental h3 span {
  font-size: 2.6rem;
}

#option .option_rental .imgbox {
  width: 67%;
}

#option .option_rental .button {
  width: 91.8%;
  margin: 0 auto;
}

#option .option_tour {
  padding: 1rem 0;
}

#option .option_tour h3 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.87);
}

#option .option_tour .textbox {
  font-size: 1.6rem;
}

#option .option_tour .imgbox {
  margin: 2.5rem auto;
  width: 70%;
}


/*--- Lesson ---*/
#lesson .content {
  padding: 1.5rem 1.5rem 4.5rem;
  border: 0.4rem solid #18365a;
}

#lesson h2 {
  margin-bottom: 2.3rem;
  padding: 1rem 0 1.4rem;
  border-bottom: 0.4rem solid #18365a;
  font-size: 2.5rem;
  color: #18365a;
}

#lesson .textbox {
  margin-bottom: 2.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#lesson .imgbox {
  width: 88.5%;
}

#lesson .button {
  width: 88.5%;
  margin: 1.8rem auto 0;
}


/*--- Miraicompass ---*/
#miraicompass .content {
  padding: 1.5rem 1.5rem 2.2rem;
  border: 0.4rem solid #18365a;
}

#miraicompass h2 {
  margin-bottom: 2.3rem;
  padding: 1rem 0 1.4rem;
  border-bottom: 0.4rem solid #18365a;
  font-size: 2.5rem;
  color: #18365a;
}

#miraicompass h3 {
  font-size: 1.8rem;
  font-weight: normal;
}

#miraicompass .textbox {
  font-size: 1.8rem;
  line-height: 1.4;
}

#miraicompass .imgbox {
  margin: 1em auto;
  width: 58%;
}

#miraicompass hr {
  margin: 2rem 0;
  border-top: 0.4rem solid #18365a;
}


/*--- Faq ---*/
#faq .content {
  padding: 1.5rem 1.5rem 2.2rem;
  border: 0.4rem solid #18365a;
}

#faq h2 {
  padding: 1rem 0 1.4rem;
  border-bottom: 0.4rem solid #18365a;
  font-size: 2.8rem;
  color: #18365a;
}

#faq h2+p {
  font-size: 1.4rem;
  margin-bottom: 2.3rem;
}

#faq details {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

#faq summary {
  padding: 0.5em;
  background-color: #eee;
}

#faq .accordion_inner {
  padding-left: 0.5em;
}

#faq .accordion_inner p {
  margin: 0.5em 0 2em;
  font-size: 1.6rem;
}

/*--- Must Read ---*/
#must-read .content {
  padding: 1.5rem 1.5rem 2.2rem;
  border: 0.4rem solid #18365a;
}

#must-read h2 {
  margin-bottom: 2.3rem;
  padding: 1rem 0 1.4rem;
  border-bottom: 0.4rem solid #18365a;
  font-size: 2.5rem;
}

#must-read h2 span {
  font-size: 2rem;
}

#must-read .textbox p {
  font-size: 1.6rem;
  text-align: center;
}

#must-read>div a {
  display: block;
  margin-bottom: 2.3rem;
}



/*--- Auspicious ---*/
#auspicious h2 {
  margin-bottom: 1em;
  border: 0.4rem solid #b89867;
  padding: 1.5rem 0;
  font-size: 2.2rem;
  color: #b89867;
}

#auspicious .content {
  padding: 2.5rem 1.5rem 1.5rem;
  border: 0.4rem solid #b89867;
}

#auspicious hr {
  margin: 2rem 0;
  border-top: 0.4rem solid #b89867;
}

#auspicious .textbox p {
  font-size: 1.6rem;
}

#auspicious .textbox:last-of-type {
  margin-top: 1em;
}

/*--- price ---*/
#price-list {
  padding: 20% 0 3.7rem;
}

#price-list h2 {
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid #ccc;
  font-size: 1.95rem;
  text-align: center;
}

#price-list .unit {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  text-align: right;
}

#price-list table {
  display: table;
  table-layout: fixed;
}

#price-list table th,
#price-list table td {
  display: table-cell;
  border: 1px solid #7f807e;
  text-align: center;
  vertical-align: middle;
}

#price-list table th {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.85;
  color: #fff;
  background-color: #313131;
}

#price-list table td {
  padding: 1rem 0;
  font-size: 1.3rem;
}

table th.category {
  width: 80%;
}

table th.price {
  width: 20%;
}

table td.price {
  line-height: 2.8;
}

.price_plan table:nth-of-type(2) {
  margin-top: 1rem;
}

.price_plan table tr:nth-child(3) {
  background-color: #eff0ef;
}

.price_plan>div {
  margin-top: 2.5rem;
  padding: 1.5rem 1rem;
  border: 0.4rem solid #d5d7d4;
  font-size: 1.35rem;
}

.price_plan>div h3 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  text-align: center;
}

.price_plan>div ul {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.price_option {
  margin-top: 3.2rem;
}

.price_option table {
  margin-top: 2rem;
}

.price_option table:first-of-type {
  margin-top: 0;
}

#price-list .price_option table th.category {
  width: 75%;
}

#price-list .price_option table th.price {
  width: 25%;
}

#price-list .price_option table td {
  padding: 1rem 0;
  font-size: 1.4rem;
}

.price_rental {
  margin-top: 3.2rem;
}

.price_rental>div {
  font-size: 1.4rem;
  margin-top: 2rem;
}

#price-list .price_rental table td {
  padding: 1rem 0;
  font-size: 1.4rem;
}

#price-list .price_rental table th.category {
  width: 75%;
}

#price-list .price_rental table th.price {
  width: 25%;
}

/*--- Reserve ---*/
#reserve .reserve_area {
  border: 0.3rem dashed #aabdd1;
  padding: 2.5rem 2.5rem 3rem;
  margin: 3rem auto 0;
  width: 93%;
  text-align: center;
  font-weight: bold;
}

#reserve .reserve_area h2 {
  padding: 0 0 2rem;
  font-size: 3.2rem;
}

#reserve .reserve_area>div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

/*--- Access ---*/
.access {
  margin: 5.5rem auto;
  max-width: 750px;
}

.access h2 {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3B4043;
  text-align: center;
  line-height: 1.414;
  letter-spacing: normal;
}

.access>div {
  line-height: 0;
}

.access .map {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 767px) {
  .access .map {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .access .map {
    width: 54.9048316252vw;
    max-width: 719px;
  }
}

.access>p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2.3rem;
  line-height: 1.857;
}

.access>p.access_news {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

.access>p.access_news span {
  color: #ff0000;
}

.access .access_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.access .access_link p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "メイリオ", san-serif;
  font-weight: bold;
}

.access .access_link .btn05 {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .access .access_link a.btnCommon {
    transition: 0.5s;
  }

  .access .access_link .btn05:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    transition: 0.5s;
  }

  .access .access_link .btn05:hover {
    color: #3B4043;
  }

  .access .access_link .btn05:hover:before {
    left: 0;
  }
}

.access .access_link a.btnCommon {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  border: 1px solid #333;
  color: #fff;
  line-height: 1;
  padding: 1.142em 1.142em 1.142em 1.714em;
}

.access .access_link .btn_access {
  background-color: #333;
}

.access .access_link .btn_access a {
  color: #fff;
}

.access .access_link .btn_access a {
  color: #fff;
}

.access .access_link .btn_access a .btn_hover {
  width: 2.6666666667vw;
  height: 2.3333333333vw;
  margin-left: 0.628em;
  position: absolute;
  bottom: 1.8rem;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .access .access_link .btn_access a .btn_hover {
    bottom: 1.8rem;
    width: 1.0666666667vw;
    height: 0.9333333333vw;
    margin-bottom: 0.1rem;
    margin-left: 1.365em;
  }
}

.access .access_link .btn_access a::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.4 7.5'%3E%3Cpath fill='%23fff' d='M4.925 7.225c-.1 0-.3-.1-.4-.2-.3-.2-.3-.6 0-.8l2.5-2.5-2.5-2.5c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.9 2.9c.2.2.2.6 0 .8l-2.9 2.9c-.1.2-.3.2-.4.2zm-3.7-.2l2.9-2.9c.2-.2.2-.6 0-.8l-2.9-2.9c-.2-.2-.6-.2-.8 0-.2.2-.2.6 0 .8l2.5 2.5-2.5 2.5c-.2.2-.2.6 0 .8.1.1.3.2.4.2s.3 0 .4-.2z' /%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.3333333333vw;
  margin-left: 0.628em;
}

@media screen and (min-width: 768px) {
  .access .access_link .btn_access a:hover {
    border-color: #3B4043;
  }

  .access .access_link .btn_access a:hover .btn_hover {
    opacity: 1;
    transition: 0.5s;
  }

  .access .access_link .btn_access a:hover::after {
    opacity: 0;
    transition: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .access .access_link .btn_access a {
    font-size: 1.3rem;
    padding: 1.269em 1.846em 1.269em 2.461em;
  }

  .access .access_link .btn_access a::after {
    width: 1.0666666667vw;
    height: 0.9333333333vw;
    margin-bottom: 0.1rem;
    margin-left: 1.365em;
  }
}

/*===============================
footer
================================*/
/*--- Footer ---*/
footer {
  font-family: "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", san-serif;
  font-size: 1.4rem;
  line-height: 1.625;
  background-color: #333333;
  color: #fff;
  padding: 2.8rem 2.8rem 6rem;
}

@media screen and (min-width: 768px) {
  footer {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2.8rem;
  }
}

footer a {
  color: #fff;
}

footer .footer_links {
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  footer .footer_links {
    margin-bottom: 1.4rem;
  }
}

footer .footer_links li {
  display: inline;
}

footer .footer_links li::after {
  content: "|";
  margin: 0 0.5rem 0 1rem;
}

footer .footer_links li:last-child::after {
  display: none;
}

footer .footer_menu_link {
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  footer .footer_menu_link {
    margin-bottom: 3rem;
  }
}

footer .footer_menu_link a {
  text-decoration: underline;
}

footer .store_info {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  footer .store_info {
    font-size: 0.8rem;
  }
}

footer .store_info .logo {
  width: 33.3333333333vw;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  footer .store_info .logo {
    width: 12.0790629575vw;
    max-width: 165px;
  }
}

footer .store_info .address {
  text-align: center;
}

footer .store_info .banner.relocate {
  display: block;
  width: 55%;
  margin: 1% auto 2%;
}

@media screen and (max-width: 767px) {
  footer .store_info .banner.relocate {
    width: 70%;
  }
}

footer .store_info .banner.relocate img {
  vertical-align: middle;
}

footer .sns_x_link {
  margin-top: 3rem;
  text-align: center;
}

footer .sns_x_link>a {
  text-decoration: underline;
  color: #fff;
}

footer .sns {
  width: 23.4666666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.8rem;
  margin-bottom: 6rem;
}

footer .sns li>a>img {
  width: 1.6rem;
  min-width: 16px;
}

@media screen and (min-width: 768px) {
  footer .sns {
    width: 8.78477306vw;
    max-width: 120px;
    margin-top: 1.8rem;
    margin-bottom: 3rem;
  }

  footer .sns li>a>img {
    width: 1.8301610542vw;
    max-width: 25px;
  }
}

footer small {
  font-size: 0.9rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer small {
    font-size: 0.5rem;
  }
}

/* ----------
fix nav menu
---------- */
@media screen and (max-width: 767px) {
  #btn_f_nav {
    position: fixed;
    bottom: 0;
    z-index: 101;
    width: 100%;
    max-width: 100%;
    border-top: 3px solid #fff;
    opacity: 0;
    transition: 0.8s;
  }

  #btn_f_nav.active {
    opacity: 1;
    transition: 0.8s;
  }

  .nav_fix {
    display: flex;
  }

  .nav_fix a {
    display: block;
    width: 50%;
    padding: 1.1rem 0 1.5rem;
    text-align: center;
  }

  .nav_fix a.fix_price {
    border-right: 1px solid #fff;
    background-color: #fb9847;
  }

  .nav_fix a.fix_price img {
    width: 11.6vw;
  }

  .nav_fix a.fix_reserve {
    border-left: 1px solid #fff;
    background-color: #98c72d;
  }

  .nav_fix a.fix_reserve img {
    width: 27.2vw;
  }
}

@media screen and (min-width: 768px) {
  .nav_fix {
    display: none;
  }
}

/*===============================
remodal
================================*/
.remodal {
  padding: 3rem 1rem 2rem;
}

.remodal .content {
  padding: 1.5rem;
  border: 0.4rem solid #18365a;
}


.remodal .content h2 {
  margin-bottom: 1.3rem;
  padding: 1rem 0 1.4rem;
  border-bottom: 0.4rem solid #18365a;
  font-size: 2.5rem;
  text-align: center;
  color: #18365a;
}

.remodal .content .textbox p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  text-align: left;
}

.remodal-cancel {
  min-width: 11rem;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  color: #fff;
  background: #18365a;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #18365a;
}

.remodal.modal_must-read-2 h2 {
  margin-bottom: 0;
  line-height: 1.2;
}

.remodal.modal_must-read-2 .content h2 span {
  display: inline-block;
  font-size: 2.1rem;
  margin-bottom: 0.1em;
}

.remodal.modal_must-read-2 .listbox {
  border-top: 0.4rem solid #18365a;
  padding: 3.1rem 0 1rem;
}

.remodal.modal_must-read-2 .listbox.box_1 .imgbox {
  width: 92%;
  margin: 0 auto 2.8rem;
}

.remodal.modal_must-read-2 .listbox.box_2 .imgbox {
  width: 58%;
  margin: 0 auto 2.8rem;
}

.remodal.modal_must-read-2 div.listbox:first-of-type {
  border-top: none;
}

.remodal.modal_must-read-2 .list_num {
  margin-bottom: 2rem;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  color: #18365a;
}

.remodal.modal_must-read-2 h3 {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

.remodal.modal_calendar {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.remodal.modal_calendar h2 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.remodal.modal_calendar .textbox-top {
  font-size: 1.5rem;
  font-family: 'Noto serif JP', serif;
  line-height: 1.4;
  margin: 0 2%;
  padding: 2% 1% 2% 3%;
  text-align: left;
  border: 0.45rem solid #e1dddd;
}

.remodal.modal_calendar .imgbox {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.remodal.modal_calendar .imgbox img {
  margin-top: 10%;
}

.remodal.modal_calendar .textbox-bottom {
  line-height: 1.5;
  padding-top: 2rem;
  font-size: 1.4rem;
  text-align: left;
  width: 95%;
  margin: 0 auto;
}