@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,
body {
  background: #fff none;
  color: #000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}
body {
  -webkit-font-smoothing: antialiased;
}

p.c-red {
  font-size: 1.6rem;
  color: #c00;
  font-weight: bold;
}

.c-red01 {
  color: #c00;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a,
a:hover {
  transition: background-color 1s;
}

.sp_only {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.cl-over {
  clear: both;
  overflow: hidden;
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}

.di-fl {
  display: flex;
  flex-wrap: wrap;
}

.ju-sb {
  justify-content: space-between;
}
.ju-cn {
  justify-content: center;
}
.ju-fe {
  justify-content: flex-end;
}

.font-mi {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font-ma {
  font-family: magion-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}

.inner-900 {
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.fieldtrip-reserve-txt {
  font-size: 18px;
}

.fieldtrip-reserve-area {
  width: 50%;
  margin: 3em auto 0;
  background: #fff;
  border: 5px solid #988575;
  padding: 3em;
  box-sizing: border-box;
}

.fieldtrip-reserve-area p {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #d1aa88;
}

.imgcenter {
  margin: auto;
  display: block;
}
/*------------------------

nav

-----------------------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-trigger {
  position: fixed;
  width: 70px;
  height: 70px;
  background: #988575;
  z-index: 999;
  right: 3%;
  top: 10px;
}
.menu-trigger span {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 25px;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 25px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.g-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  /*background-color: rgba(255,255,255,0.93);*/
  background-color: #e5deda;
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: scroll;
  padding-bottom: 10em;
  border-left: 1px solid #fff;
}
.g-nav .list {
  padding: 0 15em;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) and (max-width: 900px) {
  .g-nav .list {
    padding: 0 0em;
    box-sizing: border-box;
  }
}

.g-nav .list ul {
  width: 60%;
  padding: 0 5em;
  box-sizing: border-box;
  margin: auto;
}
.g-nav .list ul li {
  width: 100%;
  margin-bottom: 2em;
}

.g-nav .list li a {
  width: 100%;
  display: block;
  text-align: left;
}

.g-nav .list li div {
  align-items: center;
}

li.sp_nav {
  padding-bottom: 1em;
}
li.sp_nav > ul {
  width: 100% !important;
  padding: 0 1rem !important;
}
ul.accordion ul {
  display: none;
}
ul.accordion li .sp-accordion {
  position: relative;
}
ul.accordion > li > .sp-accordion ::after,
ul.accordion > li > .sp-accordion::before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: -8%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
}

ul.accordion > li > .sp-accordion::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
ul.accordion > li > .sp-accordion.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.accordion > li > .sp-accordion div.open {
  background-image: url("../images/common/sp_close.png") !important;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 5%;
}
ul.accordion > li > ul > li {
  margin-bottom: 0 !important;
}
ul.accordion > li > ul > li > .sp-accordion {
  border: none;
}

ul.accordion > li > ul > li > ul > li {
  width: 100%;
}

ul.accordion > li > ul > li > ul > li a {
  display: block;
  color: #bdaca3 !important;
  border-top: 1px dotted #ccc;
}

ul.accordion > li > ul > li > a {
  display: block;
  width: 100%;
  color: #bdaca3 !important;
}

ul.accordion > li > ul > li {
  font-size: 1.6rem !important;
  padding-top: 1em;
}

ul.accordion > li > ul > li p.right {
  font-size: 1.2rem;
}
p.right {
  color: #aa9589;
  font-size: 1.6rem;
}

p.n-main {
  font-size: 3rem;
  color: #bdaca3;
}

.g-nav .list li a:hover .n-main,
.g-nav .list li a:hover .right {
  color: #b5aab5 !important;
}

.size23 {
  font-size: 2.3rem !important;
}

.menu-trigger.active {
  background: #e5deda;
}

.nav-logo {
  width: 14%;
  margin: 5em auto;
  text-align: center;
}

.first {
  border-right: 1px solid #bdaca3;
}

/*------------------------

header

-----------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 2em;
  box-sizing: border-box;
}

header h1 {
  width: 10%;
}

ul.language {
  position: fixed;
  top: 14%;
  right: 3%;
  width: 70px;
  margin-left: auto;
}

ul.language li.ac a {
  color: #fff;
  background-color: #988575;
}

ul.language li a {
  text-align: center;
  padding: 0.3em 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #988575;
  font-size: 1.1rem;
}

.main-visual {
  /*	background: url("../images/page/top/main-bg.jpg") no-repeat #e5deda;*/
  background-size: contain;
  min-height: 52.77778vw;
  position: relative;
}

#main-img {
  width: 100%;
  min-height: 52.77778vw;
  padding-top: 5em;
}

.vegas-slide-inner {
  min-height: 52.77778vw;
  background-size: 45% !important;
  background-position: right top !important;
}

.vegas-wrapper {
  padding: 0 !important;
}

/*
.bg-01 {
	background: url("../images/page/top/pc-main-img01.png");
	background-size: cover;
	padding: 10em 0;
	height: 100vh;
	min-height: 52.77778vw;
}

.bg-02 {
	background: url("../images/page/top/pc-main-img02.png");
	background-size: cover;
	padding: 10em 0;
	height: 100vh;
	min-height: 52.77778vw;
}

/*
.main-vi {
	width: 100%;
	text-align: right;
	margin-left: auto;
	position: absolute;
	top: 4%;
	right: 10%;
}

.main-vi img{
	width: 50% !important;
	margin-left: auto !important;
}
*/
/*
.box-swiper {
	width: 50%;
	text-align: right;
	margin-left: auto;
	margin-top: 0%;
}
.swiper-slide img {
	width: 90%;
	height: 100%;
}*/

ul.haeder_navi {
  display: flex;
  position: fixed;
  z-index: 100;
  background: #988575;
  right: 12%;
  top: 10px;
  border-radius: 10px;
}
ul.haeder_navi > li {
  width: 12rem;
  height: 40px;
}
ul.haeder_navi > li:not(:last-child) {
  border-right: solid 1px #fff;
}
ul.haeder_navi > li > a:nth-child(1) {
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

/*------------------------

top

-----------------------*/

.Recruitment {
  background: #de8344;
  color: #fff;
  position: absolute;
  font-size: 2rem;
  text-align: center;
  border-radius: 40px;
  padding: 1rem 2rem;
  top: 50%;
  right: 100px;
  border: solid #ea3323db 4px;
}

.top-area {
  background: url("../images/page/top/bg-img01.png") no-repeat;
  background-size: cover;
  padding: 10em 0 5em;
  margin-bottom: 5em;
  text-align: center;
}

h2.ttl {
  font-size: 5.5rem;
  color: #807180;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

h3.sub-ttl {
  font-size: 2.4rem;
  color: #42210b;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.top-area p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2em;
  color: #4d4d4d;
}

.top-area p:last-of-type {
  margin-bottom: 4em;
}

.btn {
  width: 20%;
  margin: 0 auto;
}

.top-list {
  margin-bottom: 5em;
}

.top-list li {
  width: 25%;
  text-align: center;
}

.top-list h3 {
  font-size: 2.4rem;
  color: #b5aab5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}

.top-list p {
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 0.8em;
}

.top-list .top-list-img {
  margin-bottom: 1em;
}

.btn-more {
  width: 60%;
  margin-left: auto;
}

.info-area {
  padding: 20em 0 5em;
  background: url("../images/page/top/bg-img02.png") no-repeat center left;
  background-size: cover;
  text-align: center;
}

.info-list {
  margin-bottom: 10em;
}
.info-list li {
  width: 49%;
  margin-bottom: 1em;
  border: 1px solid #b5aab5;
  background: rgba(255, 255, 255);
}

.info-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
  box-sizing: border-box;
  min-height: 110px;
}

.info-list li a:hover {
  background-color: #b5aab5;
}

.info-list li a:hover h3,
.info-list li a:hover p {
  color: #fff;
}

.info-list li h3 {
  font-size: 2rem;
  color: #c8c0c8;
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.info-list li p {
  font-size: 1.6rem;
  color: #b5aab5;
}

.info-list li.last h3 {
  padding-top: 0.8em;
  box-sizing: border-box;
}

.greeting-img {
  width: 40%;
}

.greeting-info {
  width: 55%;
  background: url("../images/page/top/bg-img03.png") no-repeat center right;
  background-size: 50%;
  position: relative;
}

.greeting-info h2 {
  width: 75%;
  margin-bottom: 1em;
}

.greeting-info h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 2;
  color: #aea2ae;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.greeting-info p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  color: #4d4d4d;
}

.greeting-info p + p {
  margin-top: 3em;
}

.name {
  width: 40%;
  position: absolute;
  bottom: 20px;
  right: 0;
}

ul.bar-link {
  margin-bottom: 10em;
}
ul.bar-link img {
  width: 100%;
}

.top-news {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5em;
}

.top-news h3.sub-ttl-news {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  color: #d7d1d7;
  font-weight: bold;
  margin-bottom: 2em;
}

.news-list {
  margin-bottom: 5em;
  gap: 2rem;
}
.news-list li {
  width: 20%;
  padding: 3em 1em; 
  background: #F9F8F9;
  border-radius: 10%;
  background-size: contain;
}

.news-list li p.news {
  font-size: 2.4rem;
  color: #d2bed4;
  margin-bottom: 1em;
}

.news-list li p.news-day {
  font-size: 1.2rem;
  color: #b5aab5;
  margin-bottom: 1.5em;
}

.news-list li h3 {
  margin: 0 auto 2em;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

.news-list li h3 a {
  color: #534741;
}
.news-list li h3 a:hover {
  text-decoration: underline;
}

.news-list li .news-more {
  width: 16%;
  margin: 0 auto;
}

.icon_img {
  text-align: center;
}

.view-btn {
  width: 10%;
  margin: 0 auto;
}

.access-area img {
  width: 100%;
}

.access-img {
  width: 65.027%;
}
.access-map {
  width: 34.973%;
}

.access-info {
  background: #d7d1d7;
  padding: 3em 0;
  text-align: center;
  margin-bottom: 3rem;
}

.access-info h3 {
  font-size: 2.3rem;
  color: #b5aab5;
  letter-spacing: 0.3em;
  font-weight: bold;
}

.access-info p {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.access-btn {
  width: 20%;
  margin: 5em auto;
}

footer {
  position: relative;
}
.footer-main {
  width: 50%;
  background: url("../images/common/footer-main.png") center center;
  background-size: cover;
}

/*
.footer-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
*/

.sitemap-nav {
  border-top: 1px solid #b5aab5;
  width: 50%;
  position: relative;
}
.link_icon {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(50%);
}
.link_icon > a:nth-child(1) {
  margin-right: 10px;
}
.sitemap-nav h2.sitemap-ttl {
  padding: 0.5em 0 0.5em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #b5aab5;
}

.footer-nav {
  padding: 5em 5em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #b5aab5;
}

.footer-nav li div {
  font-size: 2.2rem;
}
.footer-nav li span {
  font-size: 1.4rem;
}

.footer-nav li {
  width: 50%;
  position: relative;
  padding-left: 4em;
  box-sizing: border-box;
  margin-bottom: 4em;
}

.wi100 {
  width: 100% !important;
}

.footer-nav li:before {
  position: absolute;
  top: 1.5em;
  left: -3em;
  content: "";
  display: inline-block;
  width: 5em;
  height: 5em;
  background: url("../images/common/arrow.png") no-repeat;
  background-size: contain;
}

.footer-nav li a {
  color: #938696;
}
.footer-nav li a:hover {
  color: #e5dcd1;
}

.footer-info {
  border-bottom: 1px solid #b5aab5;
  align-items: center;
}

.footer-info h2 {
  font-size: 3rem;
  text-align: center;
  width: 40%;
  box-sizing: border-box;
  letter-spacing: 0;
  margin-bottom: 0 !important;
}

.footer-info h2 a {
  border-right: 1px solid #b5aab5;
  color: #b5aab5;
  display: block;
  padding: 1.8em 0 1.8em;
}

.contact-ttl > a:nth-child(1) > span:nth-child(1) {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}

.footer-info h2 a:hover {
  background-color: #b5aab5;
  color: #fff;
}

.footer-tm {
  width: 60%;
  padding: 2em 8em;
  box-sizing: border-box;
}

.footer-tm .f-tel {
  margin-bottom: 3em;
}

.copyright {
  color: #b5aab5;
  text-align: center;
  margin: 2rem auto;
}

/*------------------------

footer 共通

-----------------------*/

.access-info2 .inner {
  display: grid;
  grid-template-columns: 1fr;
}

.access-info2 > div:nth-child(1) > div:nth-child(1) > p {
  font-size: 1.6rem;
  margin-right: 2rem;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}
.access-info2 div {
  justify-content: center;
}
.access-info2 .information-tel {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-info2 .information-tel img {
  width: 60%;
  display: block;
  margin-left: auto;
}
.access-info2 .information-map-btn {
  width: 49%;
}
.access-info2 .information-map-btn img {
  width: 60%;
  display: block;
}

.link_icon2 {
  margin: 2rem auto;
}
.link_icon2 > a:nth-child(1) {
  margin-right: 1rem;
}

h3.main-contents-ttl {
  width: 80%;
  margin: 0 auto;
  font-size: 4rem;
  color: #988575;
  margin-bottom: 3em;
  text-align: center;
  background: linear-gradient(transparent 60%, #f9f7f4 0%);
}

ul.main-link {
  margin: 0 0 10em;
}
ul.main-link li {
  width: 18%;
  margin: 0 1%;
}

.mb0 {
  margin-bottom: 0 !important;
}
#main-content {
  margin-bottom: 5em;
}

#page-ttl {
  padding: 18em 0 10em;
  min-height: 22.77778vw;
  position: relative;
}

.about-bg {
  background: url("../images/page/about/bg-main.jpg") center center;
  background-size: cover;
}

.guide-bg {
  background: url("../images/page/guide/bg-main.jpg") center center;
  background-size: cover;
}

.custody-bg {
  background: url("../images/page/custody/bg-main.jpg") center center;
  background-size: cover;
}

.ttl-area {
  width: 40%;
  background-color: #ab9c8f;
  background-color: rgba(152, 133, 117, 0.5);
  padding: 4em;
  box-sizing: border-box;
  color: #fff;
}

.ttl-area h1 {
  font-size: 5.5rem;
  margin-bottom: 0.3em;
}

.ttl-area p {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
  color: #603813;
}

.main-img {
  width: 23%;
  position: absolute;
  bottom: -80px;
  right: 4%;
  z-index: 10;
}

.main-img02 {
  position: absolute;
  bottom: -80px;
  right: 4%;
  z-index: 10;
}

/*------------------------

スクールについて about

-----------------------*/

.about-area {
  padding: 8em 0;
  background: url("../images/page/about/bg-img.jpg") center center;
  background-size: cover;
  text-align: center;
}

.about-area h3 {
  margin-bottom: 2em;
  font-weight: bold;
}

.page-top {
  background: #fff;
  color: #000;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
}
.page-top a {
  color: #000;
  font-size: 1.2rem;
  padding: 10px;
  display: block;
}

.page-top a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid black;
}
#school-link .formTable {
  /* width: 100%; */
  width: 80%;
  margin: 5rem auto;
}

#school-link {
  margin-bottom: 20rem;
}
.icon_img > img:nth-child(1) {
  margin-top: 3rem;
}

/*------------------------

スクールの1日 day-about

-----------------------*/

.day-about-area {
  padding: 10em 0;
  background: url("../images/page/day/bg-img.jpg") center bottom;
  background-size: cover;
  text-align: center;
  position: relative;
}

.day-about-area:before {
  content: "";
  width: 100%;
  height: 180px;
  background: #fff;
  position: absolute;
  top: 0%;
  left: 0;
}

.day-about-area h2 {
  position: relative;
  z-index: 10;
}

p.day-about-txt {
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2em;
  margin-bottom: 8em;
}

.day-01 {
  width: 30%;
  margin: 0 auto 2em;
}

h3.day-sub-ttl {
  font-size: 1.8rem;
  color: #b5aab5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

ul.day-example {
  margin-bottom: 10em;
}
ul.day-example li + li {
  margin-top: 5em;
}

/*------------------------

教育について day-education

-----------------------*/

.education-about-area {
  padding: 10em 0;
  text-align: center;
}

ul.education-list {
}
ul.education-list li {
  width: 50%;
}
ul.education-list li img {
  width: 100%;
}

.education-about-area .info-list li{
  margin: 2rem auto;
text-align: center;
}
/*------------------------

年間行事 event

-----------------------*/
.event-area {
  margin-top: 10em;
  text-align: center;
}

.event-ttl {
  padding: 14em 0;
  text-align: center;
  color: #fff;
  margin-bottom: 8em;
}

.event-ttl h3 {
  font-size: 5.2rem;
}

.event-bg001 {
  background: url("../images/page/event/bg-img001.png") center center;
  background-size: cover;
}

.event-bg002 {
  background: url("../images/page/event/bg-img002.png") center center;
  background-size: cover;
}

.event-bg003 {
  background: url("../images/page/event/bg-img003.png") center center;
  background-size: cover;
}

.event-bg004 {
  background: url("../images/page/event/bg-img004.png") center center;
  background-size: cover;
}

dl.event-info {
  border-bottom: solid 1px #534741;
  padding: 0 8em 4em;
  box-sizing: border-box;
  align-items: center;
}

dl.event-info + dl {
  margin-top: 4em;
}

dl.event-info dt {
  width: 15%;
}

dl.event-info dd {
  margin-left: 5em;
}

dl.event-info dd ol li {
  font-size: 2rem;
  color: #42210b;
  line-height: 2;
}

dl.event-info dd ol + ol {
  margin-left: 20em;
}
.mb10 {
  margin-bottom: 10em !important;
}

.event-info dd:nth-child(3) {
  margin-left: auto;
}
.event-info dd img {
  height: 250px;
  object-fit: cover;
}

/*------------------------

スクール理念／代表メッセージ message

-----------------------*/

.message-area {
  margin-top: 10em;
  text-align: center;
}

.message-content {
  background: url("../images/page/message/bg-img001.jpg") center center;
  background-size: cover;
  padding: 10em 0;
  margin-bottom: 10em;
}

.message-inner {
  width: 90%;
  margin: 0 auto;
  padding: 8em 5em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}

.message-inner dl {
}

.message-inner dl + dl {
  margin-top: 4em;
}

.message-inner dl dt {
  width: 40%;
  margin: 0 auto 0.5em;
  text-align: center;
  background-color: #bdaca3;
  font-size: 2.2rem;
  color: #fff;
}

.message-inner dl dd {
  font-size: 1.8rem;
  color: #42210b;
  text-align: center;
  line-height: 2;
}

/*------------------------

スクール概要 information

-----------------------*/

.information-area {
  margin-top: 10em;
  text-align: center;
}

.information-content {
  background: url("../images/page/information/bg-img001.png") center center;
  background-size: cover;
  padding: 10em 0;
  margin-bottom: 2em;
}

.information-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.information-logo {
  width: 15%;
  margin: 0 auto 2em;
}

p.information-txt {
  color: #4d4d4d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3em;
}

.information-area01 {
  width: 60%;
  text-align: center;
}
.information-area01 h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #b5aab5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.information-map-img {
  margin-bottom: 1em;
}
.information-tel {
  width: 40%;
}
.information-map-btn {
  width: 40%;
  margin-left: 2em;
}

.information-map {
  width: 40%;
}

.al-cn {
  align-items: center;
}

/*------------------------

選択理論心理学&モンテッソーリ montessori

-----------------------*/
.montessori-ttl-area {
  align-items: center;
  background-color: #e5deda;
}
.montessori-ttl {
  width: 30%;
  padding: 0 3em;
  box-sizing: border-box;
  text-align: center;
}

.montessori-img {
  width: 70%;
}
.montessori-img img {
  width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}

p.montessori-txt {
  font-size: 1.5rem;
  line-height: 2;
  padding: 4em 0;
  color: #4d4d4d;
}

/*------------------------

国際教育 english

-----------------------*/

.english-study {
  margin-top: 4em;
  border: 5px solid #dbd1cc;
  background-color: #f4f1ef;
  padding: 3em;
  box-sizing: border-box;
}

.english-study h2 {
  text-align: center;
  font-size: 3rem;
}

p.english-txt {
  font-size: 1.5rem;
  line-height: 2;
  padding: 4em 0 0;
  color: #4d4d4d;
}

p.english-txt01 {
  font-size: 1.5rem;
  line-height: 2;
  color: #4d4d4d;
  margin-bottom: 1em;
}

.english-left {
  border-right: 1px solid #534741;
  padding-bottom: 1em;
}
.english-left,
.english-right {
  width: 48%;
}

.english-study dl {
}
.english-study dl + dl {
  margin-top: 1em;
}
.english-study dl dt {
  width: 14%;
  font-size: 2rem;
  color: #736357;
}
.english-study dl dd {
  font-size: 2rem;
  color: #736357;
}

/*------------------------

入校案内 guide

-----------------------*/

.guide-area {
  margin-top: 10em;
  text-align: center;
}

.guide-content {
  padding: 4em 0;
  background-color: #e5deda;
  text-align: center;
  margin-bottom: 10em;
}

p.guide-time {
  font-size: 1.8rem;
  color: #42210b;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.guide-info {
  padding: 0 10em;
  box-sizing: border-box;
  margin-bottom: 5em;
}

.guide-info dl {
  width: 24%;
}

.guide-info dl dt {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  text-align: center;
  background-color: #a57c52;
  padding: 0.4em 0;
}

.guide-info dl dd {
  font-size: 2.2rem;
  text-align: center;
  padding: 1em 0;
  color: #a094a2;
  background-color: #fff;
}

.bg-color {
  background-color: #bdaca3;
  color: #fff;
}

.guide-content h3 {
  font-size: 2.4rem;
  background-color: #cabcb5;
  padding: 0.4em 0;
  margin-bottom: 1em;
}

dl.guide-class + dl {
  margin-top: 1em;
}

dl.guide-class dt {
  width: 30%;
  text-align: center;
  background-color: #b5aab5;
  color: #fff;
  font-size: 2rem;
  margin-right: 0.5em;
  padding: 0.4em 0;
}

dl.guide-class dd {
  width: 30%;
  text-align: center;
  background-color: #fff;
  color: #42210b;
  font-size: 2rem;
  padding: 0.4em 0;
}

p.guide-txt {
  font-size: 1.5rem;
  line-height: 2;
  color: #4d4d4d;
  background-color: #f6f3f2;
  padding: 2em 0;
  margin-bottom: 5em;
}

/*------------------------

預かり保育 custody

-----------------------*/

.custody-area {
  background: url("../images/page/custody/bg-img.jpg") center center;
  background-size: cover;
  padding: 10em 0;
  text-align: center;
}

.custody-logo {
  width: 20%;
  margin: 0 auto 2em;
}

.custody-txt {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold;
  color: #42210b;
  margin: 2em 0;
  letter-spacing: 0.1em;
}

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

.custody-guide h3.sub-ttl {
  padding: 2em 0;
  font-weight: bold;
}

.custody-guide-area {
  background-color: #f9f7f4;
  padding: 0 10em 4em;
  margin-bottom: 10em;
  box-sizing: border-box;
}

.custody-inner {
  align-items: center;
  background-color: #988575;
}

.custody-inner + .custody-inner {
  margin-top: 2em;
}

.custody-inner-ttl {
  width: 25%;
  text-align: center;
}

.custody-inner-ttl h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.custody-inner-ttl h2 span {
  display: block;
  font-size: 1.4rem;
}

.custody-inner-info {
  width: 75%;
  background-color: #fff;
  padding: 2em;
  box-sizing: border-box;
  text-align: left;
}

ul.custody-001 {
}
ul.custody-001 li {
  font-size: 1.6rem;
}
ul.custody-001 li + li,
ul.custody-002 li + li {
  margin-top: 0.5em;
}

ul.custody-001 li span {
  display: block;
  font-size: 1.3rem;
}

ul.custody-002 {
}
ul.custody-002 li {
  font-size: 1.4rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.custody-inner-info dl {
  margin-bottom: 2em;
  align-items: center;
}
.custody-inner-info dl dt {
  width: 30%;
  text-align: center;
  color: #42210b;
  font-size: 2rem;
  font-weight: bold;
}

.custody-inner-info dl dd {
  width: 70%;
  border-left: solid 1px #42210b;
  padding-left: 3em;
  box-sizing: border-box;
}

.custody-inner-info dl dd ol li {
  font-size: 1.5rem;
  color: #42210b;
  font-weight: bold;
}

.custody-inner-info dl dd ol li + li {
  margin-top: 0.5em;
}
.custody-inner-info p {
  font-size: 1.3rem;
  line-height: 2;
  padding-left: 3em;
  box-sizing: border-box;
}

.about-area .info-list li h3 {
  font-size: 3rem;
}
.about-area.info-list li p {
  font-size: 2rem;
}

.formlink_btn00 {
  display: flex;
  margin: 2rem 0;
  justify-content: space-between;
}
.formlink_btn {
  display: flex;
  background-color: #b5aab5;
  width: 49%;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  transition: background-color 1s;
}
div.formlink_btn a span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 3rem;
}
div.formlink_btn a {
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  width: 100%;
}

div.formlink_btn:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #b5aab5;
}
div.formlink_btn:hover a {
  color: #b5aab5;
}

.transition_link {
  font-size: 2rem;
  margin: 4rem 0;
}
.transition_link a:hover {
  opacity: 0.5;
}

.transition_link a {
  color: #fff;
  background: #b5aab5;
  padding: 1rem 3rem;
  margin: 2rem 0 0rem;
  display: inline-block;
}

.mw_wp_form_complete {
  background-color: #fff;
  padding: 3em;
  box-sizing: border-box;
  border: 15px solid #ccc;
}
.mw_wp_form_complete p {
  text-align: left;
  font-size: 15px !important;
  line-height: 2.4;
}
