@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: center;
  background: var(--brw1);
  display: flex;
  height: 9rem;
  justify-content: space-between;
  padding: 0 8rem 0 5%;
  width: 100%;
}

.header_logo {
  height: auto;
  width: 17rem;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 2.2rem;
  justify-content: center;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
}

.gnav_menu li a span {
  display: block;
  font-size: 1.3rem;
  margin-top: 0.7rem;
}

.gnav_menu li:last-of-type i {
  font-size: 3.6rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture1.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.6em;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type a {
  font-size: 4rem;
}

/* toggle */

.toggle-btn {
  background: var(--org);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: var(--brw1);
  padding: 4rem 0 2rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li a span {
  display: block;
  font-size: 1.3rem;
  margin-top: 1rem;
}

.footer_nav li:last-of-type a {
  font-size: 3.2rem;
}

.footer_logo {
  height: auto;
  margin: 9rem auto 8rem;
  width: 20rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.more a {
  background: url(../img/more_bg.jpg) no-repeat center center/contain;
  border-radius: 1.2rem;
  color: #fff;
  display: block;
  height: 4.8rem;
  letter-spacing: 0.13em;
  line-height: 4.8rem;
  text-align: center;
  width: 20.4rem;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  background: url(../img/heading_deco.png) no-repeat center top/4.5rem auto;
  color: var(--brw2);
  font-family: var(--ttl);
  font-size: 3.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
  padding-top: 6rem;
  text-align: center;
}

.top-heading span {
  color: var(--org);
  display: block;
  font-family: var(--noto);
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 0.7rem;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 280px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 280px;
  overflow: hidden;
  width: 390px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 0px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 266/166;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--brw2);
  border: 2px solid var(--brw2);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--org);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #000;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 28/27;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  background: var(--org);
  border: 2px solid var(--brw2);
  color: #fff;
  padding: 1rem 0.5rem;
  position: relative;
}

.fixed-btn img {
  display: block;
  height: auto;
  margin: 0 auto 0.8rem;
  width: 3.5rem;
}

.fixed-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn--1 span:first-of-type {
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type {
  display: block;
  display: flex;
  font-size: 2.1rem;
  font-weight: 700;
  gap: 0.3rem;
  letter-spacing: 0.18em;
  line-height: 1;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type::before {
  aspect-ratio: 1/1;
  background: url(../img/icn-tel.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 2.3rem;
}

.fixed-btn--2 span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--2 span:last-of-type {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  writing-mode: vertical-rl;
}

/*  ----------------------------------------------------------
Google翻訳
----------------------------------------------------------  */

#google_translate {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

#google_translate img {
  height: auto;
  width: auto;
}

.subttl {
  font-size: 1.8rem;
}

.subttl span {
  color: var(--org);
}

.note {
  font-size: 1.4rem;
}

.course-tbl {
  margin: 2rem auto 10px;
  width: 100%;
}

.course-tbl th,
.course-tbl td {
  border-bottom: 1px solid var(--kobe);
  border-top: 1px solid var(--kobe);
  font-weight: 500;
  padding: 1em;
}

.course-tbl th {
  background: var(--ivo);
  text-align: center;
  width: 30%;
}

.course-tbl td {
  width: 70%;
}

.course-tbl__sm {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.course__content span {
  display: inline-block;
  margin-left: 1rem;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-kv {
  position: relative;
}

#main {
  height: calc(48vw - 10rem);
  position: relative;
  width: 100%;
}

/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 12rem 0 10.5rem;
}

.top-yoyaku_txt1 {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  margin-bottom: 0.6rem;
  margin-top: 3rem;
  text-align: center;
}

.top-yoyaku_txt2 {
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-yoyaku .top-container {
  background-image: url(../img/yoyaku_deco1.png), url(../img/yoyaku_deco2.png);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
  background-size: 4rem auto, 4rem auto;
  padding-bottom: 2rem;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture2.jpg) repeat center bottom/100% auto;
  padding: 11rem 0 6rem;
}

.top-news .top-heading {
  color: #fff;
}

.top-news_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-news_left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 1rem;
  width: 21rem;
}

.top-news_body {
  color: #fff;
  width: calc(100% - 26rem);
}

/*=============== top-policy ===========*/

.top-policy {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 18rem 0 2rem;
  position: relative;
}

.top-policy::before {
  background: url(../img/policy_bg.jpg) repeat center top/100% auto;
  border-bottom-right-radius: 5rem;
  border-top-right-radius: 5rem;
  content: "";
  display: block;
  height: 56rem;
  left: 0;
  position: absolute;
  top: 10rem;
  width: 66%;
}

.top-policy::after {
  aspect-ratio: 422/350;
  background: url(../img/policy_deco.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 15%;
}

.top-policy_upper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
  position: relative;
  width: 100%;
  z-index: 5;
}

.top-policy_heading {
  background-image: url(../img/policy_ttldeco1.png), url(../img/policy_ttldeco2.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  color: #fff;
  font-family: var(--ttl);
  font-size: 7rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.top-policy_imgs {
  display: flex;
  height: auto;
  justify-content: space-between;
  margin-right: -4rem;
  width: 62%;
}

.top-policy_imgs li {
  height: auto;
  width: 32%;
}

.top-policy_bottom {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top-policy_img {
  margin-left: -3rem;
  width: 52%;
}

.top-policy_body {
  width: 46%;
}

.top-policy_ttl {
  margin: 1rem 0 9rem -2rem;
}

.top-policy_ttl span {
  background: var(--brw1);
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 1rem 6rem 1rem 3rem;
  width: -moz-max-content;
  width: max-content;
}

.top-policy_ttl span:last-of-type {
  margin: 1rem 0 0 2em;
}

.top-policy_txt {
  color: #000;
  letter-spacing: 0.15em;
  line-height: 2.38;
}

.top-policy .more {
  margin-right: 5rem;
}

/*=============== top-mrnu ===========*/

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco4.png), url(../img/texture1.jpg);
  background-position: left 2rem top, right 2rem bottom 3rem, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 18% auto, 18% auto, 100% auto;
  padding: 1rem 0 14rem;
}

.top-menu_wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
  margin-right: calc(50% - 50vw);
}

.top-menu_left {
  margin-top: 9rem;
  position: relative;
  width: 50rem;
}

.top-menu_left::after {
  aspect-ratio: 727/401;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transform: translate(48%, 5%);
  width: 70%;
}

.top-menu_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  margin-top: 5rem;
}

.top-menu_catch {
  background-image: url(../img/menu_ttldeco1.png), url(../img/menu_ttldeco2.png), url(../img/menu_ttldeco3.png);
  background-position: center top, center center, center bottom;
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-size: 100% auto, 100% auto, 100% auto;
  color: var(--brw2);
  font-size: 2.8rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.75;
  margin-left: 4rem;
  padding: calc(1em + 2rem) 3rem 5rem;
  text-indent: -1em;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.top-menu_text {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2.11;
  writing-mode: vertical-rl;
}

.top-menu_right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  width: calc(100% - 55rem);
}

.top-menu_right::after {
  aspect-ratio: 783/331;
  background: url(../img/menu_imgdeco.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-37%, -45%);
  width: 55%;
}

.top-menu_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 9rem;
  position: relative;
  row-gap: 6rem;
  z-index: 0;
}

.top-menu_cards li {
  width: 47.5%;
}

.top-menu_cards::after {
  aspect-ratio: 446/362;
  background: url(../img/menu_deco3.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: -10rem;
  position: absolute;
  top: 10rem;
  width: 20%;
  z-index: -1;
}

.top-menu_img {
  margin-bottom: 3rem;
  position: relative;
}

.top-menu_img::after {
  aspect-ratio: 136/379;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 4%;
  top: -10%;
  width: 13%;
}

li:nth-of-type(1) .top-menu_img:after {
  background-image: url(../img/menu_course.png);
}

li:nth-of-type(2) .top-menu_img:after {
  background-image: url(../img/menu_food.png);
}

li:nth-of-type(3) .top-menu_img:after {
  background-image: url(../img/menu_drink.png);
}

li:nth-of-type(4) .top-menu_img:after {
  background-image: url(../img/menu_lunch.png);
}

.top-menu_ttl {
  color: var(--brw2);
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.top-menu_txt {
  line-height: 2.13;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture3.jpg) repeat center top/100% auto;
  padding: 0 0 16rem;
}

.top-gallery_img {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.top-gallery_img img:last-of-type {
  display: block;
  position: absolute;
  width: min(22%, 32rem);
}

.top-gallery_heading {
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--ttl);
  font-size: 12.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 4rem;
  margin-top: -0.13em;
}

.top-gallery_wrap {
  display: flex;
  justify-content: space-between;
}

.top-gallery_inner {
  width: 48%;
}

.top-gallery_ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.83;
  margin-bottom: 3rem;
  text-align: center;
}

.top-gallery_txt {
  color: #fff;
}

.top-gallery #loopslider {
  margin: 6rem calc(50% - 50vw) 0 0;
  width: auto;
}

/*=============== top-access ===========*/

.top-access {
  background-image: url(../img/access_deco.png), url(../img/texture1.jpg);
  background-position: right top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 46% auto, 100% auto;
  padding: 12rem 0 0;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 9rem;
  position: relative;
}

.top-access_img {
  width: 44%;
}

.top-access_body {
  width: 50%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2.5rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access .more {
  margin-left: 0;
  margin-top: 5rem;
}

.top-access_map {
  margin-top: 14rem;
}

.top-access_map iframe {
  height: 42rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background-image: url(../img/insta_deco1.png), url(../img/insta_deco2.png), url(../img/texture3.jpg);
  background-position: left top, left bottom, center top;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto 6rem, auto 6rem, 100% auto;
  padding: 13rem 0 16rem;
}

.top-insta .top-heading {
  color: #fff;
}

.top-insta_wrap {
  margin: 6rem auto 8rem;
  max-width: 90rem;
  padding: 0 2rem;
}

.top-insta_line {
  aspect-ratio: 410/100;
  margin: 0 auto;
  width: 41rem;
}

.top-insta_line a {
  align-items: center;
  background: #fff;
  border: 5px solid #06c755;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.top-insta_line a span {
  background: url(../img/icn-line.png) no-repeat left center/5rem;
  color: #06c755;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 5rem;
  padding-left: 6rem;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .top-yoyaku .calendar-wrapper {
    max-width: none;
    width: calc(100% - 9rem);
  }

  .top-menu_cards::after {
    content: none;
  }
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    height: 6rem;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 5;
  }

  .header_logo {
    width: 12rem;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .footer_nav li a span {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }

  .footer_logo {
    margin: 4rem auto;
    width: 15rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-heading {
    background-size: 3.2rem auto;
    font-size: 2.8rem;
    padding-top: 4rem;
  }

  .top-heading span {
    font-size: 1.4rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    border: none;
    border-top: 2px solid var(--brw2);
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    width: 100%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img {
    margin: 0;
    width: 2.5rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn__inner {
    flex-direction: column;
  }

  .fixed-btn--2 {
    border-left: 2px solid var(--brw2);
  }

  .fixed-btn--1 span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--1 span:last-of-type {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 span:first-of-type {
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 span:last-of-type {
    font-size: 1.7rem;
    letter-spacing: 0em;
    writing-mode: horizontal-tb;
  }

  #google_translate {
    left: 0;
  }

  .course-tbl th,
  .course-tbl td {
    display: block;
    padding: 1em;
    text-align: left;
    width: 100%;
  }

  #main {
    height: 33rem;
  }

  .top-yoyaku {
    padding: 6rem 0;
  }

  .top-yoyaku_txt1 {
    -moz-text-align-last: left;
    font-size: 1.6rem;
    margin: 3rem auto 0.6rem;
    text-align-last: left;
    width: calc(100% - 5rem);
  }

  .top-yoyaku_txt2 {
    -moz-text-align-last: left;
    font-size: 1.4rem;
    margin: 0 auto;
    text-align-last: left;
    width: calc(100% - 5rem);
  }

  .top-yoyaku .top-container {
    background-size: 1.5rem auto, 1.5rem auto;
    padding-bottom: 1rem;
  }

  .top-yoyaku .calendar-wrapper {
    width: calc(100% - 5rem);
  }

  .top-news {
    padding: 6rem 0;
  }

  .top-news .top-heading {
    margin: 0 auto 3rem;
  }

  .top-news_wrap {
    align-items: center;
    flex-direction: column;
  }

  .top-news_left {
    width: 100%;
  }

  .top-news_body {
    width: 100%;
  }

  .top-policy {
    padding: 6rem 0;
  }

  .top-policy::before {
    height: calc(23vw + 30rem);
    top: 3rem;
    width: 80%;
  }

  .top-policy::after {
    transform: translateY(15%);
    width: min(27%, 15rem);
  }

  .top-policy_upper {
    align-items: flex-start;
    flex-direction: column;
    justify-content: initial;
    margin-bottom: 3rem;
  }

  .top-policy_heading {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
  }

  .top-policy_imgs {
    margin-right: 0;
    width: 100%;
  }

  .top-policy_imgs li img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .top-policy_bottom {
    flex-direction: column;
  }

  .top-policy_img {
    margin: 0 auto 4rem;
    max-width: 50rem;
    width: 100%;
  }

  .top-policy_body {
    width: 100%;
  }

  .top-policy_ttl {
    margin: 1rem 0 3rem 0;
  }

  .top-policy_ttl span {
    font-size: 2rem;
    padding: 1rem 2rem;
  }

  .top-policy_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .top-policy .more {
    margin-right: auto;
  }

  .top-menu {
    background-position: left 2rem top, right 1rem bottom 1rem, center top;
    background-size: min(25%, 18rem) auto, min(25%, 18rem) auto, 100% auto;
    padding: 4rem 0;
  }

  .top-menu_wrap {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
    margin-right: 0;
  }

  .top-menu_left {
    margin-top: 0;
    width: 100%;
  }

  .top-menu_left::after {
    transform: translate(0%, 80%);
    width: min(30%, 18rem);
  }

  .top-menu_inner {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }

  .top-menu_catch {
    background-image: url(../img/menu_ttldeco1-sp.png), url(../img/menu_ttldeco2-sp.png), url(../img/menu_ttldeco3-sp.png);
    background-position: left top, center top, right top;
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: auto 100%, auto 100%, auto 100%;
    font-size: 2.2rem;
    margin-left: 0;
    padding: 1rem;
    text-align: center;
    text-indent: 0;
    writing-mode: horizontal-tb;
  }

  .top-menu_text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    writing-mode: horizontal-tb;
  }

  .top-menu_right {
    gap: 2rem;
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-menu_right::after {
    transform: translate(-10%, -45%);
    width: 40%;
  }

  .top-menu_cards {
    margin-bottom: 4rem;
    row-gap: 4rem;
  }

  .top-menu_cards li {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-menu_img {
    margin-bottom: 1.5rem;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
  }

  .top-menu_txt {
    line-height: 1.8;
  }

  .top-gallery {
    padding: 0 0 6rem;
  }

  .top-gallery_img img:last-of-type {
    width: min(50%, 25rem);
  }

  .top-gallery_heading {
    font-size: 6rem;
    margin-bottom: 0rem;
  }

  .top-gallery_wrap {
    flex-direction: column;
  }

  .top-gallery_inner {
    width: 100%;
  }

  .top-gallery_ttl {
    font-size: 2.2rem;
  }

  .top-gallery #loopslider {
    margin: 4rem calc(50% - 50vw) 5rem;
  }

  .top-access {
    background-size: 60% auto, 100% auto;
    padding: 6rem 0 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 2rem auto 0;
    max-width: 50rem;
  }

  .top-access_img {
    width: 100%;
  }

  .top-access_body {
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin: 3rem auto 0;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    background-size: auto 3rem, auto 3rem, 100% auto;
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 3rem;
    padding: 0 5%;
  }

  .top-insta_line {
    width: 32rem;
  }

  .top-insta_line a span {
    background-size: 4rem auto;
    font-size: 2rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 129px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 129px;
  }

  #loopslider ul li {
    height: 129px;
    width: 180px;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}