@charset "utf-8";

body {
    width: 100%;
    color: #303030;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}
.carousel-indicators .active {
    background: #B9A469!important;
    border-radius: 100%;
}
.indicator {
    background: #fff;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -15px;
    max-width: 63px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.pageTop {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99999;
    border-radius: 100%;
    background: #a50f2d;
}
.pageTop>img {
    max-width: 27px;
    width: 100%;
}
.pdf{
    max-width: 160px;
    width: 100%;
    background: rgb(51 51 51);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 5px 10px;
    position: relative;
    border: 1px solid rgb(51 51 51);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.pdf:hover {
    background: #fff;
    color: rgb(51 51 51);
}
/*-- ヘッダー--------------------------------------------------------------*/
/*-- フッターー--------------------------------------------------------------*/
.fNavLink02:before {
    content: "";
    width: 20px;
    background: #B5A26A;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    transform: translateY(-50%);
}
/*-- top--------------------------------------------------------------*/
/*画像を徐々に表示ここから*/

.imgBx01 {
	overflow: hidden;
	position: relative;
}

.imgBx01.animated:before {
	animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #000;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes img-wrap {
	100% {
		transform: translateX(100%);
	}
}

/*画像を徐々に表示ここまで*/
.scrollTxt {
    writing-mode: vertical-rl;
}
.topAr03ImgBx:after {
    content: "";
    max-width: 682px;
    width: 42%;
    background: #000;
    padding: 19.63% 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.cmnBn {
    max-width: 1320px;
    width: 100%;
    display: flex!important;
    background: #B9A469;
    align-items: center;
    color: #fff;
    position: relative;
}

.header{
	z-index:99999!important;
}
.cmnBn:after {
    content: "";
    max-width: 14px;
    width: 100%;
    height: 1px;
    background: #fff;
    right: -7px;
    position: absolute;
}

.cmnBnTit {
    font-size: 25px;
    color: #fff;
    margin: 0 0 0 8%;
}
.cmnBnSubTit {
    font-size: 16px;
    margin: 0 0 0 5.4%;
    color: #fff;
    display: none;
    font-weight: 700;
}

.cmnBnImg {
    max-width: 322px;
    width: 43%;
}
.carousel-indicators {
    max-width: 89px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    bottom: 25px;
}
/*-- 共通--------------------------------------------------------------*/


.fontA {
    font-family: 'Pattaya', sans-serif;
}
.fontB {
   font-family: 'Noto Sans JP', sans-serif;
}

.white {
	color: #fff;
}
.tit01{
    font-size: 30px;
    font-family: 'Pattaya';
    color: #C7B274;
}
.tit02 {
    font-size: 18px;
}
.tit03 {
    font-size: 18px;
}
.txt01{
	font-size: 16px;
	font-weight: bold;
    line-height: 2em;
}
.txt02{
	font-size: 20px;
	font-weight: bold;
}
.bdRd {
	border-radius: 50px;
}
.subTit01 {
	font-size: 20px;
	font-weight: bold;
    font-family: 'Noto Sans JP';
    color: #fff;
}

/*---------- ハンバーガーメニュー ----------*/
.hamBx {
    order: 3;
    z-index: 99999;
}
.navbar-nav {
    height: 100vh;
    padding: 50px 0 0 0;
}

.nav-item {
    margin: 7px 0 0 0!important;
    font-size: 14px;
}
.humWrap {
    z-index: 9999999999;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 35px;
  height: 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  /* margin: 0 0 5px 0; */
}

.navbar-dark .navbar-toggler-icon {
  background-image:none;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  transition: ease .5s;
  background-color: #77643F;
}

.navbar-toggler-icon:nth-of-type(1) {
  top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 13px;
}

.navbar-toggler-icon:nth-of-type(3) {
  bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top:13px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}
.navBarArea {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #77643F;
    padding: 0 0 0 0;
}
.nav-item {
	color: #fff;
    text-align: center;
    margin: 15px 0 0 0;
}
.navTxt {
	color: #fff;
}
.navBarArea {
    z-index: 9999999;
}

/*-- ボタン--------------------------------------------------------------*/
.btn01 {
    max-width: 221.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C7B686;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 0 17px 0 109.5px;
}
.btn01:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #C7B686;
}
.btn01:after {
    content: "";
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #C7B686;
    border-right: 2px solid #C7B686;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.btn01:hover {
    color: #fff;
}
.btn01:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn01:hover:before {
    background: #fff;
}

.btn02 {
    max-width: 380px;
    width: 100%;
    padding: 15px 15px 15px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.btn02>p {
    padding: 0 0 0 25px;
    position: relative;
}
.btn02:hover {
    color: #1A1A20;
    background: #fff;
}
.btn02>p:before {
    content: "";
    top: 32%;
    bottom: 0;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
}
.btn02:hover>p:before {
    border-top: 2px solid #1A1A20;
    border-right: 2px solid #1A1A20;
}
.btn03 {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    margin: 50px 0 0 0;
}
.btn03Sircle {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 100%;
    background: #B5A26A;
    position: absolute;
    z-index: 9;
    left: 15px;
}

.btn03:hover {
    opacity: .7;
}
.btn03:before {
    content: "";
    top: 50%;
    right: 15px;
    width: 40px;
    height: 1px;
    position: absolute;
    background: #fff;
    transform: translateY(-50%);
}
.btn03:after {
    content: "";
    top: 32%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
}
.btn03Icon {
    max-width: 40px;
    width: 100%;
    z-index: 99;
}
.btn03>p {
    color: #fff;
    z-index: 99;
    margin: 0 0 0 13px;
}
/*============
nav
=============*/

.toggle_btn {
    display: flex;
    position: relative;
    width: 60px;
    height: 35px;
    transition: all .5s;
    cursor: pointer;
    z-index: 999999999;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.toggle_btnIn {
    width: 100%;
    height: 100%;
    position: relative;
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	height: 3px;
	background-color: #fff;
	transition: all .5s;
}

.toggle_btn span:nth-child(1) {
	top: 0%;
	width: 100%;
}

.toggle_btn span:nth-child(2) {
	top: 44%;
	width: 100%;
}

.toggle_btn span:nth-child(3) {
	bottom: 0%;
	width: 100%;
}

.hamBx.open span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
	background: #fff;
	top: 5px;
}

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

.hamBx.open span:nth-child(3) {
	-webkit-transform: translateY(10px) rotate(315deg);
	transform: translateY(10px) rotate(315deg);
	background: #fff;
	top: 5px;
}

.navConte {
	display: block;
	position: fixed;
	top: 0;
	width: 300px;
	background: #C7B686;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
	height: 100vh;
	top: -1000px;
	width: 100%;
}

.open .navConte {
	top: 0;
	opacity: 1;
	z-index: 9999;
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
}
.navConte .navBx {
    /* padding: 25px 0 0 85px; */
}

.navConte .navBx .navIt {
	list-style: none;
	margin: 221px 0 0;
	padding: 0;
}

.navConte .navBx .navIt .navPt {
	position: relative;
	margin: auto;
	max-width: 600px;
	width: 100%;
	text-align: center;
}

.navConte .navBx .navIt .navPt a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 5px;
	text-decoration: none;
	transition-duration: 0.2s;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

.navConte .navBx .navIt .navPt a:hover {
	/* color: #fff; */
	opacity: .7;
}

.navArea {
	position: absolute;
    top: -1000px;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.coverTitBx {
	transform: translateY(-50%);
}

.iHistTxt01 .modTxt01 {
    text-align: left;
}

.iHistTxt01 .modTxt01 br {
    display: none;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tit01{
    
}
.cmnBnTit {
    font-size: 30px;
    margin: 0 0 0 8%;
}
.cmnBnImg {
    width: 35%;
}
.btn03:before {
    width: 100px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */  
.tit01 {
   font-size: 65px;
}
.tit02 {
   font-size: 36px;
}
.tit03 {
   font-size: 26px;
}
.cmnBnSubTit {
    display: block;
}
.cmnBnTit {
    font-size: 40px;
    margin: 0 0 0 3%;
}
.cmnBnSubTit {
    font-size: 19px;
    margin: 0 0 0 2%;
}
.btn02 {
    font-size: 18px;
    padding: 35px 15px 31px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.tit01 {
	
}
  
.txt01{
	
}
.tit02 {
  
}
.cmnBnTit {
    font-size: 45px;
}
.cmnBnImg {
    width: 26%;
}
.cmnBnSubTit {
    font-size: 24px;
}
.btn03 {
    margin: 100px 0 0 0;
}
.btn03Sircle {
    max-width: 150px;
    height: 150px;
}
☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.cmnBn:after {
    max-width: 100px;
    right: -50px;
}

/*☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
 
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.carousel-indicators {
    /* bottom: 0px; */
}
.cmnBnTit {
    margin: 0 0 0 10%;
}
.cmnBnSubTit {
    margin: 0 0 0 8%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1800px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/*-- ヘッダー--------------------------------------------------------------*/

/*-- トップ--------------------------------------------------------------*/
  .topAr04 {
  	padding: 0!important;
  }

} /* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
html {
    scroll-behavior: smooth;
}

.topAr05 .school__outer {
    background-color: #e9e2cf;
  scroll-margin-top: 160px;
  margin-top: 140px;
}
@media screen and ( max-width:430px ){
.topAr05 .school__outer {
  margin-top: 100px;
  scroll-margin-top: 120px;
 
}
}
.school__wrap{

}

.school__outer .school__wrap__txt{
max-width: 529px;
}

.school__wrap__img{

}

.school__outer .topAr03ImgBx:after {
    content: none;
}

.subTit01__add, .txt01__add{
color:#000;
  
}

.tit01__add{
    color: #9b8952;
      font-size: 55px;
      margin-top: 20px;
}
@media screen and ( max-width:768px ){
.tit01__add{
  margin-top: 0px;
  
}
}
@media screen and ( max-width:430px ){
.tit01__add{
  
    font-size: 26px;
}
}
