@charset "UTF-8";
/* ==============================
　style
============================== */
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
}
/* ----------------------------
*  mv slider
* ---------------------------- */
.cd-fixed-bg {
height: 100vh; /* 全画面表示 */
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('../assets/schoolroom/schoolroom-top.jpg');
height:100vh;
width:100%;
position: fixed;
z-index: -1;
}

.inna-kago{
max-width: 65%;
margin:0 auto;
}

.sanka-eria {
  height: 80vh;
  width: 100%;
  position: relative;
}

.sanka-eria .mame {
    position: absolute;
    top: 45%;
    left: 8%;
    width: 30vw;
    height: 100%;
}

.mame10 {
position: relative;
}
h2.mame10 {
  position: relative;
  z-index: 5;
  letter-spacing: 0.6vw;
  font-size: 1.4vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mame10::before{
position: absolute;
  content: '';
  display: inline-block;
  width: 26vw;
  height: 15vw;
  background-image: url('../assets/schoolroom/name.svg');
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
z-index: -1;
}

.main-visual-logo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.main-visual-logo img {
  max-width: 200px;
}

.icon {
  max-width: 25px;
  display: block;
}

/* ----------------------------
* contents - top
* ---------------------------- */
.contents {
background: #fff;
}
/*=================================
 page original style
==================================*/
.page.contents._schoolroom {
}

/* section */
.page._schoolroom:nth-child(3) {
}
.page._schoolroom:nth-child(3) .inner {
  padding: 5vw 0;
}
.twin__wrap.x1x1 {
  display: flex;
  flex-flow: wrap;
  gap: 2vw 10%;
}
.twin__wrap__parts {
  position: relative;
  aspect-ratio: 16 / 9;
  z-index: 0;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.twin__wrap__parts::before {
  content: "";
  background: url('../assets/schoolroom/box_bg.svg') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 90%;
  z-index: -1;
  position: absolute;
}
.twin__wrap__parts:nth-child(2):before {
  background: url('../assets/schoolroom/box_bg2.svg') no-repeat center;
}
.twin__wrap__parts:nth-child(3):before {
  background: url('../assets/schoolroom/box_bg3.svg') no-repeat center;
}
.twin__wrap__parts:nth-child(4):before {
  background: url('../assets/schoolroom/box_bg4.svg') no-repeat center;
}
.twin__wrap__parts:nth-child(5):before {
  background: url('../assets/schoolroom/box_bg5.svg') no-repeat center;
}
.twin__wrap__parts:nth-child(6):before {
  background: url('../assets/schoolroom/box_bg6.svg') no-repeat center;
}
.twin__wrap__parts:nth-child(7):before {
  background: url('../assets/schoolroom/box_bg7.svg') no-repeat center;
}
.twin__wrap__parts .title {
text-align: center;
padding: 0 0 1vw;
}
.button-item .button {
max-width: 45%;
}

/* section */
.page._schoolroom:nth-child(4) {
}
.page._schoolroom:nth-child(4) .inner {
  padding: 4vw 0;
}
._schoolroom table {
  width: 100%;
}
._schoolroom table tr {
  border-top: 1px solid #8f939f;
}
._schoolroom table tr:last-child {
  border-bottom: 1px solid #8f939f;
}
._schoolroom table tr th {
  padding: 1vw 0;
  color: #677aa0;
}
._schoolroom table tr td {
  text-align: center;
  border-left: 1px solid #8f939f;
vertical-align:middle;
}
._schoolroom table tr .name {
  padding: 0.5vw 0;
  font-weight: 500;
}
._schoolroom table tr td:nth-child(1) {
  width: 23%;
}
._schoolroom table tr td:nth-child(2) {
  width: 13%;
}
._schoolroom table tr td:nth-child(3) {
  width: 10%;
}
._schoolroom table tr td:nth-child(4) {
  width: 22%;
}
._schoolroom table tr td:nth-child(5) {
  width: 15%;
}
._schoolroom table tr td:nth-child(6) {
  width: 15%;
}


/* section */
.page._schoolroom:nth-child(5) {
}
.page._schoolroom:nth-child(5) .inner {
  padding: 4vw 0;
}
.page._schoolroom:nth-child(5) th {
  color: #98869d;
}



.kakomi-box {
    border: solid 1px #93A3BC;
       padding: 20px 45px;
    margin: 45px 0;
    position: relative;
}

.kakomi-box .guri02{
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 25px;
   margin:15px 0;
}

/* ==============================
 window size - sp
============================== */
@media (max-width: 767px) {

.mame10::before{
position: absolute;
  content: '';
  display: inline-block;
  width: 70vw;
  height: 40vw;
  background-image: url('../assets/meal/name.svg');
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
z-index: -1;
top: 0;
left: 0;
}
.mame p{
display:none;
}
.inna-kago {
max-width: 95%;
margin: 0 auto;
}
h2.mame10 {
  position: relative;
  z-index: 5;
  letter-spacing: 1vw;
  font-size: 6.5vw;
  padding: 14.5vw 0;
}
.sanka-eria {
  height: 65vh;;
}
.sanka-eria .mame {
  position: absolute;
  top: 45%;
  width: 70vw;
  height: auto;
  left: -5%;
  margin: auto;
}
.cd-fixed-bg {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../assets/schoolroom/schoolroom-top_sp.jpg');
height:70vh;
width:100%;
position: fixed;
z-index: -1;
}

    .kakomi-box {
    padding: 10px 25px;
    margin: 30px 0;
}    
    
.kakomi-box .guri02{
   grid-template-columns: 1fr;
}
    
    

/*=================================
 page original style
==================================*/
.page-head-txt {
  font-size: 4vw;
}
/* section */
.page._schoolroom:nth-child(3) .inner {
  padding: 10vw 0;
}
.twin__wrap__parts {
width: 100%;
}
.twin__wrap.x1x1 {
gap: 5vw 0;
}
.page.contents .twin__wrap__parts .txt {
font-size: 3.4vw;
}
.button-item .button {
max-width: 100%;
}
.button .Btn01 {
  margin: 10vw auto 0;
}
/* section */
.page._schoolroom:nth-child(4) .inner {
  padding: 10vw 0;
}
.page._schoolroom:nth-child(4) .wrap {
  padding: 0 0 7vw;
}
.page._schoolroom:nth-child(4) .title {
  padding: 0 0 3vw;
}
.page._schoolroom:nth-child(4) table tr th {
  width: 8%;
  padding: 4vw 0;
}
.page._schoolroom:nth-child(4) th, .page._schoolroom:nth-child(4) td {
  font-size: 3.8vw;
  padding: 0 5vw;
}
 .page._schoolroom:nth-child(4) td {   
  text-align: left;
    }
/* section */
.page._schoolroom:nth-child(5) .inner {
  padding: 10vw 0;
}
.page._schoolroom:nth-child(5) .wrap {
  padding: 0 0 7vw;
}
.page._schoolroom:nth-child(5) .title {
  padding: 0 0 3vw;
}
.page._schoolroom:nth-child(5) table tr th {
  width: 8%;
  padding: 2vw 0;
}
.page._schoolroom:nth-child(5) th, .page._schoolroom:nth-child(5) td {
  font-size: 3.8vw;
}

}