@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
}
ul,ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a:hover {
  cursor: pointer;
}
.hover a:hover {
  opacity: .8;
}
img {
  width: 100%;
  vertical-align: bottom;
}
html {
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0D1E3D;
  font-feature-settings: "palt";
  font-size: 18px;
  scroll-behavior: smooth;
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
}
br.none {
  display: none;
}
/*  */
#header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .top p {
  font-size: 12px;
}
#header .top ul {
  display: flex;
  gap: 1px;
}
#header .top ul a {
  display: block;
  background: #0D1E3D;
  color: #fff;
  padding: 15px 25px;
  font-size: 12px;
}
#header .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .bottom a {
  display: flex;
  align-items: center;
}
#header .logo {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#header .logo img {
  width: 45px;
  margin: 0 10px 0 0;
}
.logo span.en {
  font-size: 28px;
  font-family: 'IBM Plex Sans JP', sans-serif;
}
#header span.school {
  margin: 0 0 0 10px;
  font-size: 12px;
}
#header .bottom ul {
  display: flex;
}
#header .bottom li:nth-of-type(6) {
  display: none;
}
#header .bottom ul a {
  display: block;
  padding: 30px 20px;
  font-weight: 700;
}
/*  */
section {
  padding: 100px 0;
}
/*  */
#mv {
  background: #eee;
  background: #000 url(../img/top/mv.jpg) center bottom/2000px no-repeat;
  text-align: center;
  height: 550px;
  padding: 75px 0 100px;
  box-shadow: 0 5px 20px rgba(0,0,0,.15);

}
#mv h1 {
  font-size: 42px;
  font-weight: 900;
  margin: 0;
  line-height: 1.5;
}
#mv h1 span {
  font-size: 90%;
}

#mv p {
  font-size: 24px;
  font-weight: 700;
  margin: 1em 0 0;
}
/*  */
#msg .inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 80px;
  align-items: flex-start;
}
#msg .img {
  order: 2;
  /* background: url(../img/top/msg.jpg) center center/cover no-repeat; */
}
#msg .img img {
  height: 100%;
  /* display: none; */
  box-shadow: 0 5px 20px rgba(0,0,0,.15);

}
#msg h2 {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
}
#msg p {
  margin: 1em 0 0;
  line-height: 1.8;
}
#msg p:last-of-type {
  text-align: right;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
#msg p span {
  font-size: 24px;
  margin: 0 0 0 10px;
}
/*  */
#barista {
  background: #0D1E3D;
  background: #0D1E3D url(../img/top/barista.jpg) center -160px/1700px no-repeat;
  color: rgba(255,255,255,.9);
  box-shadow: 0 5px 20px rgba(0,0,0,.15);

}
#barista .body {
  padding: 250px 0 0;
}
#barista h2 {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.75);

}
#barista p {
  margin: 1em 0 0;
  line-height: 1.8;
  font-size: 19px;
  text-shadow: 0 0 10px rgba(0,0,0,.5);

}
/*  */
#insta {
  display: none;
}
#insta ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
#insta a {
  display: block;
  background: #eee;
  padding: 50% 0;
  box-shadow: 0 5px 20px rgba(0,0,0,.15);

}
/*  */
#contact {
  background: #0D1E3D;
  color: rgba(255,255,255,.9);
}
#contact h2 {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
}
#contact p {
  margin: 1em 0 0;
  line-height: 1.8;
  text-align: center;
}
#contact a {
  display: block;
  background: red;
  color: #fff;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  width: 50%;
  margin: 40px auto 0;
  padding: 20px;
  font-size: 16px;
}
/*  */
#info {
  padding: 80px 0;
}
#info .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
#info address {
  line-height: 1.8;
}
#info .logo {
  font-size: 23px;
  font-weight: 700;
}
#info .logo span.en {
  font-size: 24px;
}
#info .address {
  font-size: 14px;
  margin: 1em 0 0;
}
#info .mail {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;

}
#info small {
  font-size: 10px;
  display: block;
  margin: 20px 0 0;
  opacity: .5;
}
#info .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#info .right ul:not(:first-of-type) {
  margin: 1em 0 0;
}
#info .right ul:nth-of-type(3) {
  display: flex;
  align-items: center;
}
#info .right li {
  /* margin: 0 1em 0 0; */
  font-size: 16px;
}
.noteLogo {
  width: 27px;
}
#pageTop {
  width: 40px;
  height: 40px;
  background: #0D1E3D;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageTop:hover {
  opacity: .7;
}
/*  */
#subHeader {
  background: #0D1E3D;
  padding: 40px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
/*  */
section h1 {
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 80px;
}
/*  */
#point ul {
  display: grid;
  gap: 80px;
}
#point li {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
  align-items: center;
}
#point li img {
  box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
#point li:nth-of-type(2n) img {
  order: 2;
}
#point h2 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;

}
#point p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1em 0 0;
}
#point p a {
  text-decoration: underline;
}
#point p a:hover {
  /* text-decoration: none; */
  opacity: .7;
}
/*  */
#basic {
  background: #F1F5F9;
}
#basic table {
  background: #fff;
  width: 100%;
  line-height: 1.8;
}
#basic th,
#basic td {
  padding: 20px 30px;
  border: 3px solid #F1F5F9;

}
#basic th {
  width: 25%;
  font-weight: 700;
  background: #0E1E3D;
  color: #fff;
}
#basic span.num {
  font-weight: 700;
  font-size: 150%;
  margin: 0 5px;
  font-family: 'Roboto', sans-serif;

}
/*  */
#crm2 ul {
  display: grid;
  gap: 40px;
}
#crm2 li {
  position: relative;
  counter-increment: no;
}
#crm2 li:not(:last-of-type)::after {
  content: '';
  display: block;
  width: 20px;
  height: 40px;
  background: #0E1E3D;
  position: absolute;
  top: 100%;
  left: 20%;
  transform: translate(-50%,0);
}
#crm2 table {
  width: 100%;
  line-height: 1.7;
}
#crm2 th,
#crm2 td {
  border: 1px solid #0E1E3D;
  padding: 20px;
}
#crm2 th {
  width: 10%;
  background: #F1F5F9;
  /* color: #fff; */
  font-size: 16px;
  font-weight: bold;
}
#crm2 tr:nth-of-type(1) th {
  /* border-bottom: 1px solid rgba(255,255,255,.75); */
}
#crm2 td h2 {
  font-weight: 700;
}
#crm2 td h2::before {
  content: counter(no)'. '
}
#crm2 td p {
  font-size: 16px;
}
/*  */
#pay .body ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background: #F1F5F9;
  padding: 40px;
  line-height: 1.7;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
#pay .body ul::after {
  content: 'OR';
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 22px;
}
#pay .body li {
  background: #fff;
  /* background-image: linear-gradient(45deg,#fff 80%,#0E1E3D 100%); */
  padding: 40px;
  border-bottom: 1px solid #e2e2e2;

}
#pay .body h2 {
  font-size: 24px;
  font-weight: bold;
}
#pay p.price {
  /* margin: .5em 0 0; */
}
#pay span.num {
  font-size: 300%;
  font-family: 'Roboto', sans-serif;
  margin: 0 5px;
}
#pay span.num:first-of-type {
  margin-left: 0;
}
#pay span.tax {
  font-size: 14px;
}
#pay p.desc {
  /* margin: 1em 0 0; */
  font-size: 16px;
}
#pay footer {
  line-height: 1.7;
}
#pay footer h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 2em 0 0;
}
#pay footer ul {
  font-size: 14px;
  display: grid;
  gap: 1em;
  margin: 1em 0 0 20px;
}
#pay footer li {
  list-style-type: disc;
}
/*  */
#faq {
  line-height: 1.7;
}
#faq h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 1em;
}
#faq h2:not(:first-of-type) {
  margin: 2em 0 1em;
}
#faq dl {
  display: grid;
  gap: 20px;
}
#faq dl div {
  border: 1px solid #0E1E3D;
}
#faq dl dt {
  cursor: pointer;
  position: relative;
}
#faq dt::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #0E1E3D;
  top: 50%;
  right: 50px;
  transform: translate(-50%,-50%);
}
#faq dt::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #0E1E3D;
  top: 50%;
  right: 31px;
  transform: translate(-50%,-50%);
}
#faq input:checked + dt::before {
  display: none;
}
#faq dl dt label {
  padding: 20px 30px;
  display: block;
}
#faq dl dd {
  border-top: 1px solid #0E1E3D;
  padding: 20px 30px;
  font-size: 16px;
  display: none;
}
#faq input {
  display: none;
}
#faq input:checked + dt + dd {
  display: block;
}
/*  */
#acs {
  background: #F1F5F9;
}
#acs ul {
  display: grid;
  gap: 100px;
}
#acs li {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #fff;
}
#acs .map {
  position: relative;
}
#acs .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#acs .content {
  /* border: 1px solid #0E1E3D; */
  /* background: #F1F5F9; */
  /* border-left: none; */
  padding: 75px 50px;
}
#acs h2 {
  font-size: 24px;
  font-weight: 700;
}
#acs p {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 1.7;
}
#acs li:nth-of-type(2) {
  grid-template-columns: 1fr 2fr;
}
#acs li:nth-of-type(2) .map {
  order: 2;
}
/*  */
@media screen and (max-width:768px) {
  .inner {
    padding: 0 20px;
  }
  br.none {
    display: block;
  }
  /*  */
  #header .inner {
    padding: 0;
  }
  #header .top {
    padding: 20px;
    text-align: center;
    display: block;
  }
  #header .top ul {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    border-top: 1px solid #fff;
  }
  #header .top li {
    width: 50%;
  }
  #header .top li a {
    padding: 20px 0;
    display: block;

    font-size: 16px;
  }
  #header .bottom {
    display: block;
  }
  #header .bottom a {
    display: block;
    padding: 0 0 20px;
  }
  #header .logo {
    flex-direction: column;
  }
  #header .logo img {
    width: 100px;
  }
  #header .logo > span {
    margin: .5em 0 0;
  }
  #header span.school {
    display: block;
    text-align: center;
    margin: 1em 0 0;
  }
  #header .bottom ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #0E1E3D;
    gap: 1px;
    border-top: 1px solid #0E1E3D;
  }
  #header .bottom li:nth-of-type(6) {
    display: block;
  }
  #header .bottom ul a {
    padding: 20px 0;
    text-align: center;
    background: #fff;
    font-size: 16px;
  }
  /*  */
  #mv {
    padding: 75px 0 150px;
  }
  #mv h1 {
    font-size: 32px;
    line-height: 1.8;
  }

  #mv p {
    line-height: 1.7;
  }
  /*  */
  #msg .inner {
    display: block;
  }
  #msg h2 {
    margin: 1em 0 0;
  }
  /*  */
  #barista {
    background: #0D1E3D url(../img/top/barista.jpg) center top/contain no-repeat;
  }
  #barista .body {
    padding: 200px 0 0;
  }
  /*  */
  #contact {
    border-top: 10px solid red;
  }
  /*  */
  #info {
    padding: 80px 0 200px;
  }
  #info .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  /*  */
  #point li {
    display: block;
  }
  #point h2 {
    margin: 1em 0 0;
  }
  #point li:nth-of-type(1) h2 {
    font-size: 23px;
  }
  /*  */
  #basic th,
  #basic td {
    display: block;
  }
  #basic th {
    width: 100%;
    box-sizing: border-box;
  }
  /*  */
  #crm2 li:not(:last-of-type)::after {
    left: 30%;
  }
  /*  */
  #pay .body ul {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 40px;
  }
  #pay .body ul::after {
    top: 52.5%;
  }
  #pay .body li {
    padding: 30px;
  }
  /*  */
  #faq dt::before {
    right: 35px;
  }
  #faq dt::after {
    right: 16px;
  }
  #faq dl dt label {
    padding: 20px 60px 20px 30px;
  }
  /*  */
  #acs li {
    display: block;
  }
  #acs .map {
    padding: 60% 0;
  }
  #acs .map iframe {
    top: 0;
    left: 0;
  }
  #acs .content {
    padding: 40px 30px;
  }
}
