@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* border: 1px solid #ff1414; */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  }

:root {
  --semi-fontsize: 0.62rem;
  --normal-fontsize: 0.77rem;
  --middle-fontsize: 0.9rem;
  --big-fontsize: 1rem;
  --large-fontsize: 1.2rem;
}

@media screen and (min-width: 600px) {
  :root {
    --semi-fontsize: 0.75rem;
    --normal-fontsize: 0.88rem;
    --middle-fontsize: 1.02rem;
    --big-fontsize: 1.1rem;
    --large-fontsize: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --semi-fontsize: 0.85rem;
    --normal-fontsize: 1.05rem;
    --middle-fontsize: 1.2rem;
    --big-fontsize: 1.3rem;
    --large-fontsize: 1.6rem;
  }
}

@media screen and (min-width: 1440px) {
  :root {
    --semi-fontsize: 0.9rem;
    --normal-fontsize: 1.2rem;
    --middle-fontsize: 1.35rem;
    --big-fontsize: 1.5rem;
    --large-fontsize: 1.7rem;
  }
}

@media screen and (min-width: 1900px) {
  :root {
    --semi-fontsize: 1.1rem;
    --normal-fontsize: 1.35rem;
    --middle-fontsize: 1.6rem;
    --big-fontsize: 1.9rem;
    --large-fontsize: 2.1rem;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: var(--normal-fontsize);
  font-style: normal;
  text-align: justify;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html, body {
  height: 100%;
  margin: 0;
}
p {
  word-break: break-word;
}

@media screen and (min-width: 600px) {
  body,p{
    line-height: 1.8;
  }
}

a {
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
table {
  border-collapse: collapse;
}
ol, ul {
    list-style: none;
}

a:link, a:visited, a:active, a:hover {
    overflow: hidden;
    outline: none;
}

.sp-only {
  display: block;
}
.tb-only{
  display: none;
}
.pc-only {
  display: none;
}

@media screen and (min-width: 599px) {
  .sp-only {
    display: none;
  }
  .tb-only {
    display: block;
  }
}

@media screen and (min-width: 990px) {
  .pc-only {
    display: block;
  }
}

/*-- ここからHEADER --*/
.logo_group{
  display: flex;
  align-items: center;
}
header {
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 1.5;
  /* font-family: 'Zen Maru Gothic', serif; */
}
.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5em;
}
.header p{
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.logo_group{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h_logo{
    width: 50px;
    padding: 0.2em;
    line-height: 0;
}
.h_logo img {
  line-height: 0;
}
.hows_logo{
  max-width: 400px;
  margin: 0;
  font-size: 20px;
  padding: 10px 10px 4px;
  text-align: left;
}
.hows_logo img {
  width: 180px;
}
.hows_logo p {
  color: #000;
  font-size: 12.5px;
  padding-left: 1.5px;
  padding-bottom: 3px;
  letter-spacing: 0.05em;
}
.header nav {
  margin: 0 0 0 auto;
}
.header ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.header li {
  margin: 0 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.header a{
  color: #333;
}
.header_left{
  display: flex;
  align-items: center;
}
.unei_logo{
  padding: 5px 0 0 40px;
}
.pc-nav li{
  text-align: center;
}
.pc-nav img{
  width: 25px;
}
.sp-nav {
  display: none;
}
.gnavi__lists {
  display: flex;
}
.gnavi__list {
  width: 20%;
  width: 400px;
  /* height: 60px; */
  position: relative;
  transition: all .3s;
}

.gnavi__list a {
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1b4059;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  transition: all .3s;
}
.gnavi__list ul{
  display: block;
  padding: 1em 0;
}
.dropdown__lists {
visibility: hidden;
  opacity: 0;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 57px;
  right: 0;
  width: 400px;
  background: #FFF;
}
.gnavi__list:hover .dropdown__lists {
visibility: visible;
  opacity: 1;
}
.dropdown__ttl {
  height: 40px;
  position: relative;
  padding: 1em 1em 0;
  font-size: 1.6rem;
  color: #f30a72;
}
.dropdown__list {
  height: 40px;
  transition: all .3s;
  position: relative;
  padding: 0 1em;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  background: #b8d0d0;
  color: #FFF;
}
.dropdown__list a {
  display: flex;
  align-items: center;
  color: #1b4059;
  text-decoration: none;
  position: relative;
}
.dropdown__ttl {
  display: flex;
  align-items: center;
  color: #f30a72;
  text-decoration: none;
  position: relative;
}
.dd_l_red p{
  color: #f60000;
}
.swing {
  max-width: 90px;
}
.swing p {
    font-size: 12px;
    padding: 0.3em 0 0;
}
.swingnew {
  position: absolute;
  font-size: 0.6rem;
  color: #f60000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
.pc-nav {
display: none;
}
.sp-nav {
z-index: 1;
position: fixed;
top: 0;
left: 0;
max-width: 100%;
height: 100vh;
display: block;
width: 100%;
background: rgba(0, 0, 0, .8);
opacity: 0;
transform: translateY(-100%);
transition: all .2s ease-in-out;
}
.sp-nav a{
color: #FFF;
}
.unei_logo{
  display: none;
}
#hamburger {
  position: relative;
  display: block;
  width: 30px;
  height: 25px;
  margin: 0 0 0 auto;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}
#hamburger::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#hamburger::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #333;
}
/*スマホメニュー*/
.sp-nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sp-nav li {
  margin: 0;
  padding: 0;
}
.sp-nav li span {
  font-size: 15px;
  color: #FFF;
}
.sp-nav li a, .sp-nav li span {
  display: block;
  padding: 20px 0;
}
/*-閉じるアイコンー*/
.sp-nav .close {
  position: relative;
  padding-left: 20px;
}
.sp-nav .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( 45deg );
}

.sp-nav .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( -45deg );
}
.toggle {
  transform: translateY( 0 );
  opacity: 1;
}
}
@media screen and (max-width: 399px) {
  .hows_logo {
    width: 100%;
  }
  .hows_logo p {
    font-size: 0.6rem;
  }
}
/*-- ここまでHEADER --*/

/* ここからMAIN VISUAL */
.mv{
  /* overflow: hidden; */
  background: #FFF;
  display: grid;
  grid-template-rows: 2fr 3fr;
  z-index: 1;
  position: relative;
}

.half__top,
.half__bottom {
  overflow: hidden;
}
.mv_title {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding-top: 25vw;
}
.mv_maintitle {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-right: 8vw;
}
.mv_maintitle img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 29vw;
}

@media screen and (min-width: 600px) {
  .mv_title {
    padding-top: 20vw;
  }
  .half__bottom {
    padding: 2vw 8vw;
  }
}

@media screen and (min-width: 1024px) {
  .mv_title {
    padding-top: 15vw;
  }
  .mv_maintitle img {
    height: 10vw;
  }
  .half__bottom {
    padding: 1.4vw 0 0 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .mv_title {
    padding-top: 14vw;
  }
  .mv_maintitle {
    margin-right: 4vw;
  }
  .half__bottom {
    padding: 0 0 0 4vw;
  }
}

@media screen and (min-width: 1800px) {
    .mv_title {
      padding-top: 5vw;
    }
    .mv_maintitle img {
      height: 9.4vw;
    }
    /* .half__bottom {
      padding: 2vw 0 0 4vw;
    } */
}

/* information */
.mv_information {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  background: #FFF;
  color: #232323;
  overflow: hidden;
  z-index: 10;
  width: calc(100% - 17vw);
}
.mv_information .swiper-slide {
  margin: 1rem 0.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.mv_information .swiper-slide a{
  font-size: var(--semi-fontsize);
  line-height: 1.5;
  display: block;
}

@media screen and (min-width: 600px) {
  .mv_infromation{
    width: calc(100% - 17vw);
  }
  .mv_information .swiper-slide a{
    font-size: var(--normal-fontsize);
  }
}

@media screen and (min-width: 1024px) {
  .mv_information {
    max-width: 600px;
  }
  .mv_information .swiper-slide {
    margin: 2rem 1.5rem;
  }
  .mv_information .swiper-slide p{
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .mv_information {
    max-width: 680px;
  }
}
/* information */

/* swiper */
.mv__image .swiper-wrapper {
  transition-timing-function: linear;
}
.mv__image .swiper-slide img {
  border-radius: 2rem;
}

@media screen and (min-width: 1024px) {
.mv__image .swiper-wrapper {
  transition-timing-function: linear;
}
}

@media screen and (min-width: 1366px) {
  .mv__image .swiper-slide img {
    width: 700px;
}
}

@media screen and (min-width: 1536px) {
  .mv__image .swiper-slide img {
    width: 900px;
}
}
/* swiper */
/* ここまでMAIN VISUAL */

.l-inner,
.l-inner_w{
  box-sizing: border-box;
  padding: 6vw 10vw;
  margin: auto;
}

@media screen and (min-width: 600px) {
.l-inner,
.l-inner_w{
  padding: 4vw 8vw;
}
}

@media screen and (min-width: 1024px) {
  .l-inner{
    padding: 3rem 0;
    width: 800px;
  }
  .l-inner_w{
    padding: 3rem 8%;
  }
}

@media screen and (min-width: 1440px) {
  .l-inner{
    padding: 4rem 0;
    width: 900px;
  }
  .l-inner_w{
    padding: 4rem 12%;
  }
}

/* scroll */
.scroll_down{
  display: none;
}

@media screen and (min-width: 990px) {
.scroll_down{
  display: block;
  position: absolute;
  top: 100vh;
  left: 95%;
  z-index: 99;
}
.scroll_down.hidden {
  display: none;
}
.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 90px;
  color: #FFF;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:#FFF;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:160px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 1.5px;
  height: 160px;
  background:#FFF;
}
}
/* scroll */

/* intro */
.message{
  padding: 1rem 0 2rem;
  text-align: center;
}
/* .marker-title {
  display: inline-block;
  position: relative;
}
.marker-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.1em;
  height: 0.3em;
  width: 0;
  background: yellow;
  transition: width 0.8s ease-out;
  z-index: -1;
}
.marker-title.active::after {
  width: 100%;
} */
.marker-title {
  position: relative;
  display: inline-block;
}
.marker-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  height: 0.3em;
  width: 0%;
  background-color: yellow;
  transition: width 0.5s ease-in-out;
}
.marker-title.active::after {
  width: 100%;
}
.message h2 {
  font-size: var(--large-fontsize);
  line-height: 1.4;
  background: none;
  font-weight: bold;
  margin: 0 0 2rem !important;
}
.message_text{
  padding: 1rem 0 0;
  text-align: left;
  font-size: var(--normal-fontsize);
}
.merit_contents h3{
  text-align: center;
  font-size: var(--big-fontsize);
  letter-spacing: 0.01rem;
}
.merit_ttl{
  letter-spacing: 0.01em;
  font-size: var(--large-fontsize);
  line-height: 1.3;
}
.merit_wrapper{
  padding: 0.8rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
}
.merit_group img{
  border-radius: 0.5rem;
}
.merit_text{
  font-size: var(--semi-fontsize);
  line-height: 1.4;
}

@media (min-width: 600px) {
  .message {
    padding: 1rem 0 4rem;
  }
  .merit_wrapper {
    padding: 1rem 0 0;
    gap: 1.5rem 1.7rem;
  }
  .merit_text {
    font-size: var(--normal-fontsize);
    text-align: center;
    padding: 0.5rem 0 0;
  }
}

@media (min-width: 1024px) {
  .message {
    padding: 2rem 0 6rem;
  }
  .message_text {
    padding: 3rem 0 0;
    font-size: var(--middle-fontsize);
  }
  .merit_wrapper {
    padding: 2rem 0 0;
    gap: 2.5rem 2.5rem;
  }
}
/* intro */

/* curriculum */
.curriculum h2{
  text-align: center;
  font-size: var(--big-fontsize);
  letter-spacing: 0.01rem;
  padding: 0 0 2vw;
}
.curriculum__slide{
  font-size: var(--semi-fontsize);
  text-align: right;
  padding: 1em 0 0.3em;
}
/* table */
.table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.responsive-table th,
.responsive-table td {
  padding: 0 0.5rem;
  text-align: center;
  border: none;
  font-size: var(--semi-fontsize);
  line-height: 1.1;
}
.responsive-table th:nth-of-type(2),
.responsive-table td:nth-of-type(2){
  display: none;
}
.responsive-table tbody tr + tr td {
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.responsive-table th {
  padding: 0.8rem 0.5rem;
}
.responsive-table thead th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.curriculum .caution{
  font-size: var(--semi-fontsize);
  text-align: right;
  padding-top: 1vw;
}

@media (min-width: 600px) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.4em 0.7em;
  }
}

@media (min-width: 1024px) {
  .responsive-table th:nth-of-type(2),
  .responsive-table td:nth-of-type(2){
    display: table-cell;
  }
  .responsive-table thead th {
    padding: 0.8rem 0.5rem;
  }
}

@media (min-width: 1900px) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.3em 0.7em;
  }
}
/* table */
/* curriculum */

/* schedule */
.schedule h2{
  text-align: center;
  font-size: var(--big-fontsize);
  letter-spacing: 0.01rem;
  padding: 0 0 2vw;
}
.schedule__contents h3{
  text-align: center;
  font-size: var(--middle-fontsize);
  letter-spacing: 0.01rem;
  padding: 0 0 2vw;
}
.schedule__image{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 18% 0;
}
.schedule__image figure:nth-child(2n){
  padding-top: 4vw;
}

@media (min-width: 600px) {
  .schedule__image {
    display: block;
    padding: 0;
    width: 140px;
  }
  .schedule__wrapper{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .schedule__image figure:nth-child(2n) {
    padding-top: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .schedule__image {
    width: max-content;
    line-height: 0;
  }
  .schedule__image figure:first-child{
    padding: 0 1.5rem 0 0;
    width: 160px !important;
  }
  .schedule__image figure:nth-child(2n) {
    padding: 0 0 0 1.5rem;
    width: 160px !important;
  }
}

@media (min-width: 1366px) {
  .schedule__contents h3 {
    padding: 0 0 1.2rem;
  }
  .schedule__wrapper {
    gap: 2rem;
  }
  .schedule__image figure:first-child{
    width: 200px !important;
  }
  .schedule__image figure:nth-child(2n) {
    width: 200px !important;
  }
}

@media (min-width: 1800px) {
  .schedule__wrapper {
    gap: 3rem;
  }
  .schedule__image figure:first-child{
    padding: 0 2rem 0 0;
    width: 260px !important;
  }
  .schedule__image figure:nth-child(2n) {
    padding: 0 0 0 2rem;
    width: 260px !important;
  }
}

/* table */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  display: block;
}
.schedule-table table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-table th,
.schedule-table td {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  line-height: 1.4;
  font-size: var(--semi-fontsize);
  text-align: center;
  vertical-align: top;
  min-width: 80px;
}
.schedule-table td:nth-child(2n){
  text-align: left;
}
.schedule-table thead th {
  background-color: #f2f2f2;
  text-align: center;
}

@media (min-width: 600px) {
  .schedule-table {
    width: calc(100% - 140px);
  }
  .schedule-table th,
  .schedule-table td {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 1024px) {
  .schedule-table {
    width: calc(100% - 180px);
  }
  .schedule-table th,
  .schedule-table td {
    padding: 0.8rem 2rem;
  }
}

@media (min-width: 1680px) {
  .schedule-table th,
  .schedule-table td {
    font-size: var(--normal-fontsize);
  }
}
/* table */

/* map button */
.arrow{
	position: relative;
	display: inline-block;
  padding: 0 0 2px 16px;
	color: #232323;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.mapbtn::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #092F90;
}
.mapbtn::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}
/* map button */

/* reserve link button */
.reservelink__button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.3rem 0.8rem;
  transition: 0.3s ease-in-out;
  background: yellow;
  max-width: 120px;
  margin: 0.3rem;
  font-size: var(--semi-fontsize);
}
.reservelink__button a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 0.8;
  transition: all 0.2s;
}

@media (min-width: 600px) {
  .reservelink__button a {
    padding: 0.3rem 0.5rem;
    max-width: 160px;
    margin: 0 0.5rem;
  }
}

@media (min-width: 1024px) {
  .reservelink__button a {
    max-width: 190px;
    margin: 0.5rem;
  }
}

@media (min-width: 1900px) {
    .reservelink__button a {
      padding: 0.5rem 0.5rem;
    }
}
/* reserve button */
/* schedule */

/* link */
.recruit{
  /* margin: 1rem 0 0; */
  padding: 1rem 0 2rem;
  background: #f2f5fe;
}
.recruit h2{
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: bold;
  letter-spacing: 0.01rem;
  padding: 0 0 2vw;
  background: none;
}
.mynavi__wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.recruit h3{
  text-align: center;
  font-size: var(--middle-fontsize);
  letter-spacing: 0.01rem;
  padding: 0 0 2vw;
}
.mynavi__link{
  padding: 2rem 0 0;
}

@media (min-width: 600px) {
.mynavi__wrapper{
  max-width: 500px;
  margin: auto;
  justify-content: center;
}
}

@media (min-width: 1024px) {
.mynavi__wrapper{
  max-width: 600px;
  gap: 1rem;
}
.recruit h2{
  padding: 0 0 1rem;
  font-weight: bold;
  margin: 0 !important;
}
.recruit h3{
  padding: 1rem 0;
}
}
/* applied-g link button */
.apg_button a {
	background: #092F90;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 1em 2em;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-align: center;
}
.apg_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.apg_button a:hover {
	background: #375ebf;
  color: #FFF;
}
.apg_button a:hover:after {
  right: 1.4rem;
}

@media (min-width: 600px) {
  .apg_button a {
    max-width: 260px;
  }
}

@media (min-width: 1024px) {
  .apg_button a {
    max-width: 280px;
  }
}
/* applied-g link button */

/* mynavi link button */
.mynavi_button a {
  background-color: #0096c7;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  padding: 1rem 0.3rem;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-align: center;
}
.mynavi_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 4px;
  height: 4px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.mynavi_button a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.mynavi_button a:hover:after {
  right: 1.4rem;
}

@media (min-width: 600px) {
  .mynavi_button a {
    max-width: 240px;
  }
}

@media (min-width: 1024px) {
  .mynavi_button a {
    max-width: 280px;
  }
}
/* mynavi link button */
/* link */

/* Detail Top Visual */
.detail__top{
  padding: 6rem 0 0;
}
.detail__top h1{
  max-width: 280px;
  margin: 0 4rem 0.7rem 0;
}
.detail__top figure img{
  border-radius: 1rem;
}

@media (min-width: 600px) {
  .detail__top{
    padding: 8rem 0 0;
  }
  .detail__top h1{
    max-width: 480px;
  }
}

@media (min-width: 769px) {
  .detail__top {
      padding: 1rem 0 2rem;
  }
  .detail__top h1{
    max-width: 480px;
  }
}

@media (min-width: 1024px) {
  .detail__top{
    padding: 3rem 0 0;
  }
  .detail__top h1{
    max-width: 680px;
    margin: 0 4rem 2rem 0;
  }
  .detail__top figure img {
    border-radius: 2rem;
  }
}

@media (min-width: 1680px) {
  .detail__top h1{
    max-width: 760px;
    margin: 0 4rem 1.5rem 0;
  }
  .detail__top figure img {
    border-radius: 3rem;
  }
}

/* Detail Top Visual */

/* detail */
.detail{
  text-align: center;
}
.detail h2{
  font-size: var(--normal-fontsize);
  letter-spacing: 0.01rem;
  padding: 0 0 0.5rem;
}
.detail__contents h3{
  font-size: var(--middle-fontsize);
  letter-spacing: 0.01rem;
}
.detail__snapshot h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--large-fontsize);
  letter-spacing: 0.01rem;
  padding: 0 0 2vw;
}
.snapshot__wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0.5rem 0.7rem;
}
.detail__snapshot{
  margin: -1rem 0 2rem;
}
.pop__image {
  padding: 1rem 3rem 0;
}

@media (min-width: 600px) {
  .pop__image {
    padding: 2rem 4rem 0.5rem;
  }
}

@media (min-width: 1024px) {
  .pop__image {
    padding: 3rem 6rem 1rem;
  }
  .detail__snapshot{
    padding: 0 0 2rem;
    margin: -2rem 0 0;
  }
  .detail__snapshot h3{
    padding: 0 0 1.5rem;
  }
  .snapshot__wrapper{
    grid-template-columns: repeat(4,1fr);
    gap: 0 1rem;
  }
}
/* table */
.detail-table {
  width: 100%;
  border-collapse: collapse;
  display: block;
}
.detail-table table {
  width: 100%;
  border-collapse: collapse;
}
.detail-table th,
.detail-table td {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  line-height: 1.4;
  font-size: var(--semi-fontsize);
  text-align: center;
  vertical-align: top;
  min-width: 80px;
}
.detail-table td:nth-child(2n){
  text-align: left;
}
.detail-table thead th {
  background-color: #f2f2f2;
  text-align: center;
}

@media (min-width: 600px) {
  .detail-table th,
  .detail-table td {
    padding: 0.5rem 1rem;
    min-width: 120px;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .detail-table th,
  .detail-table td {
    font-size: var(--normal-fontsize);
    padding: 0.8rem 2rem;
    min-width: 150px;
    line-height: 1.6;
  }
}

@media (min-width: 1680px) {
  .detail-table th,
  .detail-table td {
    min-width: 210px;
    line-height: 1.8;
  }
}
/* table */

/* shop link button*/
.shop__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 110px;
  margin: 0.3rem 0 0;
  padding: 0.2rem 0.5rem;
  border: 1px solid #262626;
  background-color: #fff;
  font-size: var(--semi-fontsize);
  font-weight: bold;
}

@media (min-width: 1024px) {
  .shop__link {
    width: 160px;
    padding: 0.3rem 0.5rem;
  }
}
/* shop link button*/

/* reserve button */
.reserve__button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 0.8rem;
  transition: 0.3s ease-in-out;
  background: yellow;
  max-width: 160px;
  border-radius: 20px;
  margin: 1rem auto 0;
}
.reserve__button a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 0.8;
  transition: all 0.2s;
}

@media (min-width: 600px) {
  .reserve__button a {
    padding: 0.5rem 1rem;
    max-width: 190px;
    border-radius: 30px;
    margin: 1.5rem auto 0;
  }
}

@media (min-width: 1024px) {
  .reserve__button a {
    max-width: 220px;
    margin: 2rem auto 0;
  }
}

@media (min-width: 1900px) {
  .reserve__button a {
    max-width: 250px;
  }
}
/* reserve button */
/* detail */

/* ここから フッター */
#footer {
  position: relative;
  /* margin-top: 40px; */
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: 'Zen Maru Gothic', serif;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  list-style: none;
}
#footer .primary {
  padding: 40px 20px;
  background: #644136;
}
#footer .primary .flex {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
#footer .primary .flex .right {
  display: flex;
  width: 60%;
  justify-content: flex-end;
}
#footer .primary .flex .left{
  width: 40%;
}
#footer .secondary {
  display: flex;
  padding: 20px;
  background: #461f13;
}
#footer .logo_sub{
  padding: 0.4vh 0.1vw;
  font-size: 16px;
}
#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.0;
}
.left img{
  width: 15%;
  height: 15%;
}
.logo_hiina{
  display: flex;
}
.logo_hiina_1{
  padding: 0 0 0.5em 0.5em;
}
.address {
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.9rem;
}
.navi-section {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-left: 50px;
}
#footer .parent {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.1rem;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
#footer .navi li:first-child {
  margin: 0;
}
#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}
.pd-0{
  padding:0;
}
.pd-01{
  padding: 0 1vw;
}
.pd-02{
  padding: 0 0.2vw;
}
#footer .copyright {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #f2f2f2;
  font-size: 0.8rem;
}
@media screen and (max-width: 1024px) {
.logo_hiina {
display: flex;
align-items: center;
}
ul.navi {
font-size: 0.9em;
letter-spacing: 0.05em;
}
.address {
font-size: 0.8rem;
}
.navi-section {
margin-left: 30px;
}
#footer .logo {
font-size: 2rem;
line-height: 1.0;
}
#footer .logo_sub {
font-size: 1em;
padding: 0 0.3em;
}
#footer .primary .flex {
max-width: 940px;
}
}
@media screen and (max-width: 768px) {
#footer .primary {
padding: 20px 20px;
background: #644136;
}
#footer .primary .flex {
display: block;
padding: 2em;
}
#footer .primary .flex .left{
width: 100%;
}
#footer .primary .flex .right{
width: 100%;
}
#footer .secondary {
display: block;
padding: 20px 20px;
}
#footer .logo {
font-size: 28px;
}
#footer .logo_sub{
font-size: 12px;
}
.logo_hiina {
align-items: center;
}
.left img {
width: 60px;
height: auto;
}
.address {
font-size: 12px;
padding-left: 0.5em;
}
.navi-section {
display: block;
width: 100%;
margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
margin: 0 0 10px;
}
#footer .navi {
font-size: 12px;
padding-bottom: 10px;
border-bottom: 1px solid #644136;
}
#footer .navi li {
border-top: 1px solid #644136;
padding-top: 10px;
margin-top: 10px;
font-size: 12px;
}
#footer .sitenavi {
width: 100%;
text-align: center;
font-size: 12px;
}
#footer .copyright {
width: 100%;
text-align: center;
font-size: 12px;
}
}
@media screen and (max-width: 599px) {
#footer .primary .flex .right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 2em 0 0;
}
.navi-section {
  margin: 20px 0 0;
}
.navi-section:first-child{
  display: none;
}
}
@media screen and (max-width: 425px) {
  #footer .primary .flex .right {
    display: none;
  }
}
@media screen and (max-width: 399px) {
#footer .navi li {
  font-size: 11px;
}
  #footer .copyright {
  margin: 0;
}
}
/* ここまで フッター */


/* go to TOP */
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background: #238d64;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #1FC183;
}
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top a{
    opacity: 0.5;
  }
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.pagetop:hover {
  opacity: .8;
}
/* go to TOP */