@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Varela+Round&display=swap'); 

body {
    color: #4b6052 !important;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    line-height: 1.5;
    margin: auto;
    background-image: url(../img/Top_V2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px){
    body{
        background-image: none;
    }
}

a {
    color: #0069ff;
    text-decoration: none !important;
}

ul{
    list-style: none;
}

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

.container{
}


.vertical-top{
    vertical-align: baseline;
}

.header {
}


footer{
    height: 505px;
    background-image: url(../img/footer-04.png);
    background-position: 50% 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.65);
    background-blend-mode: luminosity;
    
}

@media screen and (min-width: 768px) {
    footer {
        height: 605px;
        background-size: contain;
        background-position: bottom center;
        background-image: url(../img/PC_footer_1797×600.jpg);
    }
}






.btn {
    display: inline-block;
    width: 300px;
    max-width: 50%;
    padding: 20px 10px;
    background-color: #e25c00;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
    transition: .25s;
}


.btn:focus,
.btn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #e25c00;
}

.btn--arrow-right {
    position: relative;
    padding-right: 2em;
    padding-left: 1.38em;
}

.btn--arrow-right::after {
    content: '\f061';
    position: absolute;
    top: 50%;
    right: .83em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .header-utilities__logoPH {
    display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-utilities__logoPC {
    display: none;
    }
}

.header__inner {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .header__inner {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        opacity: 0.9;
    }

    .header-utilities {
        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
        height: 95px;
    }
}



.header-utilities__logo {
    width: 100%;
    margin-top: 0%;
}
.header-utilities__logo img{
    /* mix-blend-mode: luminosity; */
    filter: grayscale(0.3);
    opacity: 0.8;
}

.header-utilities__btn {
    width: auto;
    padding: 10px 20px;
    box-shadow: none;
}

.header-title{
    width: 35%;
    margin: auto;
    margin-top: -15%;
}

@media screen and (min-width: 768px) {
    .header-title {
    display: none;
    }
}



.header-title__logo{
    margin: 0em;
}

/*----------header ナビゲーション----------------*/
#fixed-header {
    position: fixed;
    top: -127px;  
    width: 100%;
    height: 100px;
    line-height: 70px;
    font-size: 2em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #95aa85d6;
    box-sizing: border-box;
    transition: .5s; /* アニメーションタイミング */
    z-index: 990;
}

#fixed-header.is-show {
    top: 0;
    box-shadow: 0px 4px 11px -5px rgb(0 0 0 / 60%);
}

@media screen and (min-width: 768px) {
    #fixed-header {
    display: none;
    }
}

.header-upside{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-size{
    height: 49px;
    /* width: 90px; */
    margin-top: -49px;
}


/*========= ナビゲーションのためのCSS ===============*/

                                                           /*1*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	
    /*動き*/
	transition: all 0.6s;
    background-image: url(../img/NEW_BG_MENU_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#g-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 44%);
    z-index: -1;
    mix-blend-mode: saturation;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 70vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


                                                            /*2*/

#g-nav-2{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 1001;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav-2.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav-2.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 70vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav-2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav-2 li{
	list-style: none;
    text-align: center; 
}

#g-nav-2 li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.menu-title{
    width: 50%;
    margin: auto;
    padding-top: 50px;
}



/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
    position: absolute;
    top: 75px;
    right: 27px;
    z-index: 900;
}

@media screen and (min-width: 960px) {
     .openbtn1{
     display: none !important;
    }
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #92a4b2;
  	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

/* .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;in
} */

/* .openbtn1.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/


/* .openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
} */

.upside-mail .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 50px;
}

.upside_image{
    width: 140px;
    height: 49px;
    border-radius: 0 0 100px 100px;
    background: #fff;
}

.upside-mail{
    position: absolute;
    right: 61px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #54865b;
    line-height: 45px;
    margin-bottom: -4px;
    text-align: center;
    /* border: solid 1px #fff; */
}
.upside-mail i {
    position: relative;
    top: -5px;
    font-size: 0.65em;
    line-height: 0.08333em;
    vertical-align: .125em;
}

.center-center{
    transform: translate(1%,-50%);
}

.homebtn{
    z-index: 800;
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #91b165;
    line-height: 50px;
    text-align: center;
    /* border: solid 1px #fff; */
}

.homebtn-image{
    transform: translate(-1%,25%);
    color: #364f57;
}

.homebtn .homeLink{
    border-radius: 50%;
}

.home-size{
    font-size: 30px;
}


.openbtn1-up{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	/* cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
    position: absolute;
    top: 75px;
    right: 27px;
    z-index: 900; */
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 22px;
    right: 12px;
    width: 51px;
    height: 50px;
    border-radius: 50%;
    background: rgb(132 162 136);
    line-height: 50px;
    text-align: center;
    border: solid 1px #fff;
}

/*ボタン内側*/
.openbtn1-up span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
  }



/*activeクラスが付与されると線が回転して×に*/

.openbtn1-up span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1-up span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn1-up span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}




.openbtn2{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	cursor: pointer;
    z-index: 1000;
    position: absolute;
    right: 8px;
    width: 51px;
    height: 40px;
    border-radius: 50%;
    /* background: #54865b; */
    line-height: 51px;
    text-align: center;
    /* border: solid 1px #fff; */
}

/*ボタン内側*/
.openbtn2 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.openbtn2 span:nth-of-type(1) {
	top:15px;	
}

.openbtn2 span:nth-of-type(2) {
	top:23px;
}

.openbtn2 span:nth-of-type(3) {
	top:31px;
}



/*----------------header PC--------------*/
@media screen and (min-width: 768px) {
    .header {
    display: none;
    }
}

@media screen and (max-width: 767px) {
    .headerPC {
    display: none;
    }
}

.header__innerPC {
    display: flex;
    align-items: center;
    padding-top: 45px;
    justify-content:center;
}

.inner {
    max-width: 100%;
    margin: 0 auto;
    height: inherit;
    margin-top: -128px;
}

.header__logo {
    margin-left: 70px;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .header__logo {
        margin-bottom: 15px;
    }
}
.header__innerPC .header__logo img{
    width: 130px;
    height: auto;
}

.nav {
    margin-left: auto;
    margin-right: auto;
}

.header-nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0%;
    font-size: 15px;
    margin-top: 3px;
    line-height: 16px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.header__nav{
    margin-left: 150px;
}

.header__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header__nav ul li {
    margin-right: 30px;
    font-weight: 900;
    font-size: 14px;
    color: #364f57 !important;
    font-weight: 600;
}

.header__nav ul li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #4b6052 !important;
    display: block;
    position: relative;
}

@media screen and (min-width: 768px) {
    .header-utilities__logoPC img {
        width: 100%;
        height: 105px;
        object-position: 0 -10px;
        filter: saturate(0.4) brightness(1.2);
        z-index: -1;
        position: relative;
    }
}

.header-nav__item {
    flex-grow: 1;
    text-align: center;
}

.header-nav__item:hover{
    opacity: 0.9;
}

.header-nav__item:last-child .header-nav__link::after {
    content: none;
}

.header-nav__link {
    position: relative;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 3px;
    color: #fff;
    text-decoration: none;
    transition: .25s;
}

.header-nav__link:hover {
    font-weight: 100;
}

.header-nav__item:nth-child(1) {
    padding-left: 3px;
    
}

.header-nav__item:nth-child(2) {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 0px;
    text-decoration: none;
    transition: .25s;
    
}

.header-nav__item:nth-child(3) {
    padding-left: 4px;
}

.header-nav__item:nth-child(4) {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 0px;
    text-decoration: none;
    transition: .25s;
    
}

.header-nav__link:focus,
.header-nav__link:hover {
    border-bottom-color: #e25c00;
}

.header-nav__link::after {
    content: '';
    position: absolute;
    top: 52%;
    right: -4px;
    width: 1px;
    height: 33px;
    transform: translateY(-50%);
    border-right: 2px dotted #fff;
}

.display-now{
    font-weight: 500 !important;
    color: #ffffff !important;
    left: 6px;
    height: 100%;
}
.display-now::before {
    content: "";
    height: 1px;
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: -12%;
    border-bottom: 3px solid #ffffffc9;
}

.header-nav__border{
    text-decoration: overline 5px #008000 !important;
    color: #008000 !important;
}

.container-position{
    position: absolute;
    padding-top: 45px;
    top: 340px;
    left: 140px;
}

@media screen and (max-width: 767px) {
    .container-position{
        position: absolute;
        padding-top: 45px;
        top: 217px;
        left: -24px;
    }

    .container-position_grow{
        position: absolute;
        top: 5px;
        left: -4px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .container-position {
        padding-top: 100px;
    }

    .container-position_growPC{
        position: absolute;
        top: 60px;
        left: 10px;
    }
}


@media screen and (min-width: 768px) {
    .top_main{
        margin-top: 49px !important;
        margin-bottom: 3rem !important;
    }

    .top_body{
        width: 100%;
        margin: auto;
        text-align: center;
    }
}



.top {
    background-size: cover;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    max-width: 100%;
    height: 900px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .top{
        border-radius: 40% 37% 10% 24% / 19% 24% 10% 24% ;
        height: 250px;
        object-fit: cover;
        object-position: 0 100%;
    }
}

@media screen and (min-width: 768px) {
    .top {
        margin: 0 auto;
        width: 100%;
        height: 440px;
        object-fit: cover;
        border-radius: 0 0 60% 60% / 0 0 10% 10%;
        position: relative;
    }
    .top_body .container-position {
        top: 120px;
    }
}


.main__container-1{
    width: 57%;
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    position: relative;
    left: 4%;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .main__container-1 {
        width: 36%;
        font-size: 25px;
    }
}

.main__container-2{
    width: 55%;
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .main__container-2 {
        width: 36%;
        font-size: 25px;
    }
}

.main__container-3 {
    width: 50%;
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    position: relative;
    left: 7%;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .main__container-3 {
        width: 36%;
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .main__container-4 {
    display: none;
    }
}

.main__container-4{
    position: absolute;
    left: auto;
    right: 10%;
    top: 165%;
    padding-top: 73px;
    width: 19em;
}

@media screen and (min-width: 768px) {
    .main__container-4 {
        right: 7%;
    /* transform: translateX(32%); */
    top: 155%;
    }
}

.btn-news{
    color: black;
    border-radius: 0;
    font-weight: 500;
    width: fit-content;
    font-size: 18px;
    padding: 0 1.5em;
    
    background-color: transparent;
    border:none;
    border-bottom: 1px dashed black;
    height: 48px;
    letter-spacing: 1px;
}
.btn-news:hover{
    background: #8cb19612;
}

.btn-news span{
    color: antiquewhite;
}

.btn-news small{
    font-size: 15px;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    /* vertical-align: 4px; */
    padding-left: 10px;
}

.btn-confirm{
    color: #3d5736;
    font-weight: 500;
    border-radius: 10px;
    width: 85%;
    background-color: white;
    margin-bottom: 40px;
    /* box-shadow: 2px 2px 4px grey; */
    border: 1px dotted #3d5736;
}

.btn-confirm:hover{
    color: #fff;
    background-color: #7fac5f;
    border-color: none;
}

@media screen and (max-width: 767px) {
    .maintextPC {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .maintext {
        display: none;
    }
}

.maintext {
    margin: auto;
    width: 95%;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.media__img-wrapper {
    flex-basis: 40%;
    opacity: 0.8;
}

.new-face{
    background-image: url(../img/leaf2.png);
}

.media__image{
    text-align: center;

}

@media screen and (min-width: 768px) {
    .media__image img {
        opacity: 0.3;
    }
}

.media--reverse{
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
}

.media__img-leaf {
    width: 100%;
    width: 300px;
    opacity: 0.5;
}

.media__body {
    flex-basis: 50%;
}

@media screen and (min-width: 768px) {
    .media__body {
        position: relative;
    }
}

.media__body > *:last-child {
    margin-bottom: 0;
}

.media__title {
    font-size: 13px;
    /* font-weight: bold; */
    text-align: left;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .media__title {
        width: 100%;
        font-size: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        line-height: 50px;
        font-weight: 500;
    }
}



/*----------------------------レッスン一覧---------------------------------*/

.wrap {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 75px;
}

@media screen and (min-width: 768px) {
    .wrap {
        margin: 0 auto 8em;
        margin-top: 30px;
        height: 260px;
    }
}


.figure {
    width: 75%;
    height: 160px;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    
}

@media screen and (min-width: 768px) {
    .figure {
        width: 47%;
        max-width: 700px;
    }
}
.txt,.txt-1 { 
    padding-top: 21px !important;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.txt {
    color: #2e383a;
    background-color: #C2d7c8;
    padding: 20px;
    flex-basis: 60%;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    top: -53px;
    right: 0;
    border-radius: 54% 46% 70% 30% / 30% 63% 37% 70% ;
    width: 52%;
    height: 97%;
    padding-top: 34px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .txt,.txt-1 { 
        padding-top: 10px;
        width: 270px !important;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .figure::after, .figure-1::after {
        content: "";
        height: 1px;
        width: 90%;
        background: #c2d7c8;
        position: absolute;
        top: 100%;
        z-index: 0;
    }
    .txt {
        width: 25%;
        height: 100%;
        left: 63%;
        top: 4.5em;
    }
}

.txt h1{
    width: 95px;
    font-size: 20px;
    border-bottom: 3px solid rgb(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .txt h1 {
        width: 150px;
        font-size: 21px;
    }
}

.txt-1 h1{
    width: 125px;
    font-size: 20px;
    border-bottom: 3px solid rgb(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .txt-1 h1 {
        width: 150px;
        font-size: 21px;
    }
}

.btn-wrap{
    background-color: rgb(255 255 255);
    color: #679073;
    border-radius: 10px;
    border-color: #fff;
    box-shadow: none;
    width: 95px;
    font-size: 10px;
    font-weight: 500;
    border: none;
}

@media screen and (min-width: 768px) {
    .btn-wrap {
        width: 140px;
        font-size: 14px;
    }
}

.figure-1 {
    width: 75%;
    height: 160px;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    right: 0;
    
}

@media screen and (min-width: 768px) {
    .figure-1 {
        width: 47%;
        max-width: 700px;
    }
    .figure-1::after {
        left: -50%;
        background: #84a288;
    }
}

.txt-1 {
    color: #fff;
    background: #84a288;
    padding: 20px;
    flex-basis: 60%;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    top: -53px;
    border-radius: 47% 53% 46% 54% / 58% 43% 57% 42%;
    width: 52%;
    height: 97%;
    padding-top: 34px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .txt-1 {
        width: 25%;
        right: 63%;
        top: 4.5em;;
    }
}


.txt p {
    color: #2e383a;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 14px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .txt p {
        font-size: 16px;
    }
}

.txt-1 p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 14px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .txt-1 p {
        font-size: 16px;
    }
}

.txt-dance{
    width: 122px !important;
}

@media screen and (min-width: 768px) {
    .txt-dance {
        width: 200px !important;
    }
}

.txt-1-kid{
    width: 122px !important;
}

@media screen and (min-width: 768px) {
    .txt-1-kid{
        width: 200px !important;
        margin-top: 20px;
    }
}

.figure-lesson{
    border-radius: 30px;
    z-index: 1;
    height: 186px;
    width: 93%;
    object-fit: cover;
}

.lesson-all{
    margin-bottom: -4px;
}

@media screen and (min-width: 768px) {
    .figure-lesson{
        height: 290px;
        width: 95%;
        position: relative;
        top: 0px;
    }
    .lesson-all,.instructor-title_big,.about-title, .facility-title, .access{
        font-size: 35px !important;
    }
}

.lesson-all-child{
    color: #91b165;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .lesson-all-child, .instructor-title_small, .about-subtitle, .facility-subtitle {
        font-size: 25px !important;
    }
}

.road-way{
    
    display:flex;
    padding: 20px;
    
}



@media screen and (min-width: 768px) {
    .road-way {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 1em;
        width: 65%;
        margin: auto;
        margin-top: 5rem;
    }

    .road-photo{
        padding: 30px !important;
    }

    .road-way-text{
        font-size: 20px !important;
        padding-right: 20px;
        padding-left: 30px !important;
    }
}


.road-photo{
    padding: 10px;
}

@media(max-width:750px){
    .road-way{
        flex-wrap: wrap;
    }
    .road-way>div{
        width: 50%;
    }
    
}

.road-way-text{
    font-size: 12px;
    padding-left: 8px;
    padding-right: 5px;
}

.txt p:nth-of-type(3){
    margin-bottom: 0px !important;
}

.lesson-parent{
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .lesson-parent {
        width: 80%;
        margin: auto;
    }
}

.lesson-parent-1{
    padding-top: 70px;
    margin-top: -70px;
}

@media screen and (min-width: 768px) {
    .googlemap iframe {
        height: 360px;
        width: 100%;
    }
}

.lesson{
    margin-top: 70px;
}

@media screen and (min-width: 768px) {
    .lesson {
        margin-bottom: 80px;
    }
}

.common{
    padding-top: 70px;
    margin-top: -70px;
}

@media screen and (min-width: 768px) {
    .common1 {
    display: none;
    }
}

@media screen and (max-width: 767px) {
    .common1PC {
        display: none !important;
    }
}

.common1PC{
    width: 100%;
    margin: auto;
    margin-top: 5rem;
}

.common1{
    padding-top: 90px;
    margin-top: -70px;
}

.common2{
    padding-top: 90px;
    margin-top: -70px;
}

/*----------------------------menuデザイン-----------------------*/

.menu-inner{
    display: flex;
}

.jumbotron-1-sp { 
}

/* .horizontal-table__text{
    padding-left: 80px;
} */

.horizontal-table{
    margin-top: 100px;
}

.text-leaf{
    background-color: transparent;
}

.jumbotron-image{
    z-index: -10;
    opacity: 0.3;
    width: 30%;
    position: absolute;
    top: 12%;
    left: 70%;
}

.jumbotron-album{
    position: relative;
}


.media__text{
    width: 150px;
	height: 150px;
	border-radius: 50% 70% 50% 80%; /* 左上、右上、右下、左下 */
	background: #FF5252;
}

.white-division{
    display: flex;
}


.detail-card{
    width: 91%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    #move-sp1 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .detail-card{
        width: 95%;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron-yellow-sp > :nth-child(2){
        margin-left: 0px;
    }
}


@media screen and (min-width: 768px) {
    .detail-card img{
        width: 360px;
        height: 250px;
        object-fit: cover;
    }
}

@media screen and (min-width: 768px) {
    .about-room{
        /* width: 430px !important; */
    }
}

@media screen and (min-width: 768px) {
    .about-student{
        /* width: 324px !important; */
    }

}

.about-student{
    border: 1px solid #d3d3d3;
}

.row{
    text-align: center;
    align-items: center;
}

.col-letter-small{
    font-size: 11px;
    padding-top: 20px;
}

.col-letter-three{
    padding-top: 10px !important;
}

@media screen and (min-width: 768px) {
    .col-letter{
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
    .col-letter-small{
        font-size: 15px;
    }
}

.btn-row{
    color: #737373;
    background-color: #fff;
    border-radius: 20px;
    font-size: 13px;
    width: 130px;
    border: 1px solid #737373;
}

@media screen and (min-width: 768px) {
    .btn-row{
        font-size: 16px;
        width: 180px;
    }
}

/*card-texbox を消す


aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


*/

.button-arrow{
    float: right;
    padding-right: 0.5em;
}

.fadein-3{
    border-radius: 10px;
}

.jumbotron-yellow-sp {
    background: #fff center no-repeat;
    background-size: cover;
    width: 95%;
    margin: auto;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .jumbotron-yellow-sp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-top: 160px;
        margin-right: auto;
        margin-left: auto;
    }
    .jumbotron-yellow-sp> div {

    }
}

@media screen and (min-width: 768px) {
    .card-instagram {
        font-size: 25px;
        font-weight: 700;
        padding-bottom: 20px;
    }
}

.card__items{
    display: flex;
    flex-wrap: wrap;
}

.card__item{
    width: 100%;
    
}

.media {
    overflow: hidden;
    background: #FF5252;
    border-radius: 4px;
    padding: 16px 16px 14px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.media__img{
    text-align: center;
}


/* .card{
    margin: auto;
    width: 288px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.2)
} */



@media screen and (max-width: 767px) {
    .cardPC {
        display: none;
    }
}

.cardPC{
    text-align: center;
}

.instagram-design iframe{
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (min-width: 768px) {
    .card {
        display: none !important;
    }
}

.card {
    
    margin: auto;
    padding: 10%;
    width: 90%;
}

.card__imgframe{
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    background: #bbb;
    box-sizing: border-box;
}

.card__textbox{
    width: 100%;
    height: auto;
    padding: 20px 18px;
    background: #fff;
    box-sizing: border-box;
}
.card__textbox > * + *{
    margin-top: 10px;
}
.card__titletext{
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
}
.card__overviewtext{
    font-size: 12px;
    line-height: 150%;
}

.googlemap{
    text-align: center;
}


.btn--orange,
a.btn--orange {
    color: #84a288;
    background-color: #fff;
    border: solid 2px #84a288;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .btn--orange,
    a.btn--orange {
        font-size: 18px;
        width: 310px;
    }
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #84a288;
  border-radius: 30px;
}

a.btn--radius {
   border-radius: 100vh;
}

.access{
    margin-bottom: -4px;
}

.footer{
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer {
        margin-top: 150px;
    }
}

.footer-title__logo{
    width: 50%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .footer-title__logo {
        width: 20%;
        max-width: 150px;
    }
}

.footer-text_title{
    font-size: 20px;
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .footer-text_title {
        font-size: 40px;
    }
}

.footer-text_text{
    font-size: 12px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .footer-text_text {
        font-size: 17px;
    }
}

.footer-text_phone{
    font-size: 14px;
    margin-bottom: 10px;
    color: #364f57;
}

@media screen and (min-width: 768px) {
    .footer-text_phone {
        font-size: 28px;
    }
}

iframe{
    min-width: 0px !important;
}

/*---------------------時間割-----------------------------*/



.time-table_title{
    text-align: center;
}

.time-table{
    width: 90%;
    margin: auto;
}


table{
    border-color: aquamarine;
}

.days-of-week{
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.day-of-week{
    padding-left: 5px;
    padding-right: 5px;
    background: #6fc16f;
    color: #fff;
    text-align: center;
}

.time-schedule{
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.time-schedule_img{

}


/*------------------news-----------------*/



.news-image {
    background-image: url(./img/04.png);
    background-size: cover;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    max-width: 100%;
    height: 900px;
    vertical-align: top;
    position: relative;
}

@media (max-width: 767px) {
    .news-image{
        height: 290px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}




.news-image_white{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}




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

.news-contents{
    width: 90%;
    margin: auto;
}

.news-contents p{
    margin: 0px;
}

.news-contents h1{
    border-bottom:3px dashed #f39800;
    padding-bottom: 10px;
    font-size: 1.3em;
}

.btn-next{
    color: black;
    border-radius: 10px;
    width: 60%;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.btn-next:hover{
    color: #fff;
    background-color: #222;
}

.center{
    text-align: center;
    margin-top: 30px;
}

.direction{
    position: absolute;
    right: 12px;
}


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

.jym{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
    .jym {
        width: 80%;
        margin-top: 100px;
    }
}

.jym-text{
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
    .jym-text {
        font-size: 25px;
        width: 60%;
        text-align: center;
        margin: auto;
    }

    .jym_karate{
        text-align: center !important;
        margin: auto !important;
    }

    .jym-image{
        width: 70% !important;
        margin-top: 80px !important;
    }
}

.jym-image{
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.jym-image-1{
    width: 20%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jym-image-2{
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .jym-image-1 {
        width: 13%;
        margin-top: 40px;
    }
}

.jym-image-edge{
    border-radius: 10%;
}



@media screen and (min-width: 768px) {
    .jym-image-edge {
        width: 800px;
    }

    .jym-image-tn{
        width: 80%;
    }

    .jym-image-edge-2{
        width: 900px;
    }
}

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

.instructors{
    width: 93%;
    margin: auto;
    text-align: center;
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .instructors-contents{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 1em;
        width: 75%;
        margin: auto;
    }

    .instructors-contents_dance{
        
        width: 50%;
        margin: auto;
    }

    .instructors-contents_karate{
        
        width: 50%;
        margin: auto;
    }

}

.instructor-title_big{
    margin-bottom: 0px;
    font-size: 23px;
}

.instructor-title_small{
    color: #91b165;
    font-weight: 500;
}

.e4f0e2{
    color: #e4f0e2;
}

.instructors-content_text{
    font-size: 10px;
    text-align: left;
    padding-left: 9px;
    text-indent: -14px;
}

.instructors-content_text-2{
    font-size: 12px;
    text-align: left;
   
}


.instructors-content{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 93%;
    margin: auto;
}

.fourty{
    flex-basis: 40% !important;
}

.detail-padding{
    padding-top: 25px;
}

.sixty{
    flex-basis: 60% !important;
}

.teacher{
    display: flex;
    align-items: center;
}

.instructors-content_title{
    border-bottom:solid;
    border-color: #d3e7d2;
    padding-bottom: 3px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .instructors-content_title {
        font-size: 30px;
    }

    .instructors-content_text-2{
        font-size: 14px !important;
        width: 80%;
    }

    .okayama_tosa{
        width: 60% !important;
    }


    .sixty{
        height: 240px;
    }

    .schedule{
        margin-top: 160px !important;
    }

    .schedule-times__unit{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 1em;
        width: 80%;
        margin: auto;
        margin-top: 40px;
    }

    .schedule-time{
        font-size: 30px;
    }
}


.schedule{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 35px;
}

.schedule-times{
    padding-top: 20px;
    padding-bottom: 20px;
}

.schedule-time{
    text-align: left;
}

.example,.example td,.example th{
    border: none !important;
}

.schedule-time{
    font-size: 20px;
    color: #91b165;
    border-bottom: dotted 1px #6f6f6f;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Arial';
    font-weight: 600;
}

/*---------メニュー画面css--------------*/
.menu-button{
    text-align: center;
}

.btn-menu {
    color: white;
    border-radius: 20px;
    width: 85%;
    background-color: #b0bf90;
    border-color: transparent;
    height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .horizontal-table__inner {
        width: 100%;
    }

    .horizontal-table__header{
        margin: 0 !important;
    }

    .horizontal-table__body{
        font-size: 20px;
    }

    .schedule-time{
        font-size: 30px;
    }
}

.horizontal-table__text{
    font-weight: 500 !important;
    color: #6f6f6f;
}

.horizontal-table__text-1 {
    font-weight: 500 !important;
    color: #6f6f6f;
    text-align: left;
}

.horizontal-table__text a{
    color: #91b165;
}

.horizontal-table__header{
    color: #364f57;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.horizontal-table__row{
    text-align: center;
}

.gym-event-form a{
    color: #91b165;
    font-weight: 700;
}

.btn-schedule:first-of-type{
    /* margin-top: 30px; */
}

.btn-schedule{
    color: white;
    border-radius: 20px;
    width: 85%;
    background-color: #91b165;
    margin-bottom: 20px;
    border-color: transparent;
    height: 40px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .btn-schedule{
        height: 80px;
        font-size: 22px;
        width: 40%;
        display: block;
        margin: auto;
        margin-top: 20px;
        border-radius: 50px;
    }

    .btn-kumon {
        height: 80px !important;
        font-size: 30px;
        width: 40%;
        display: block;
        margin: auto;
        margin-top: 20px;
        border-radius: 50px !important;
        margin-top: 50px;
    }

    .btn-schedule:first-of-type{
        margin-top: -5px;
    }

    .schedule-button:last-child{
        margin-top: 20px !important;
    }

    .dance-reserve{
        font-size: 24px !important;
    }
}


.dance-reserve{
    font-size: 14px;
}

.btn-kumon{
    color: white;
    border-radius: 20px;
    width: 70%;
    background-color: #91b165;
    margin-bottom: 20px;
    border-color: transparent;
    height: 48px;
    margin-bottom: 30px;
    font-weight: 500;
}




.btn--menu-contact,
a.btn--menu-contact {
    color: #84a288;
    background-color: #fff;
    border: solid 2px #84a288;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    box-shadow: none;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn--menu-contact:hover,
a.btn--menu-contact:hover {
  color: #fff;
  background: #84a288;
  border-radius: 30px;
}

.btn-schedule_text{
    margin-top: 30px;
    margin-bottom: 7px;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .btn-schedule_text {
        font-size: 25px;
        margin-top: 60px;
    }

    .btn-schedule_text span{
        font-size: 30px !important;
    }

    .btn-uniform{
        width: 37% !important;
        height: 55px !important;
        font-size: 21px;
        border-radius: 30px !important;
    }

    .uniform-text{
        font-size: 22px !important;
    }
}


.btn-schedule_text span{
    font-size: 15px;
    font-weight: bold;
}

.btn-contact{
    text-align: center;
}

.contact-space{
    padding-right: 8px;
}

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

.table-tennis_text{
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-tennis_flow{
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.table-tennis_conntent {
    color: #000;
    background-color: #fff;
    border: 2px solid #f39800;
    padding: 20px;
    flex-basis: 60%;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    top: -53px;
    right: 0;
    border-radius: 50%;
    width: 52%;
    height: 97%;
    padding-top: 34px;
    text-align: center;
}

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

.coming-soon{
    text-align: center;
}

.coming-soon_text{
    font-size: 30px;
    color: red;
}

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

.about{
    width: 90%;
    margin: auto;
    text-align: center;
    background-position-y: 20px;
    background-image: url(../img/leaf2.png);
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
}

@media screen and (min-width: 768px) {
    .about {
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: 60px;
        margin-top: 10rem;
    }
}


.institution{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
}

@media screen and (min-width: 768px) {
    .institution {
        margin-top: 10rem !important;
    }
}


a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


.facility-titles{
    margin-top: 40px;
}

.about-title,.facility-title{
    font-size: 25px;
    opacity: 1;
    font-weight: 500;
    margin-bottom: -5px;
}

.about-subtitle,.facility-subtitle{
    color: #91b165;
    font-weight: 500;
}

.about-text{
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .about-text {
    display: none;
    }
}

@media screen and (max-width: 767px) {
    .about-textPC {
    display: none;
    }
}

@media screen and (min-width: 768px) {
    .about-textPC {
        font-size: 25px;
        text-shadow: 0 0 3px white;
    }
}

.grow{
    width: 80%;
    margin: auto;
    background-color: #d9e9e0;
    padding: 20px;
    font-size: 11px;
    border-radius: 20px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .growPC{
        width: 40%;
        margin: auto;
        background-color: #d9e9e0;
        padding: 30px;
        font-size: 15px;
        border-radius: 20px;
        margin-bottom: 40px;
        position: absolute;
        top: 280px;
        right: 80px;
    }
}

@media screen and (min-width: 768px) {
    .grow-content_text {
        margin-top: 30px;
    }
}

.grow-content_text{
    padding-top: 10px;
}

.grow-contents{
    text-align: center;
    font-weight: 500;
}

.grow-content_subtitle{
    margin-bottom: 4px;
}

.grow-content_title{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .grow-content_title {
        font-size: 22px;
        margin-top: 20px;
    }
}



.facility{
    text-align: center;
}

.wrap-grow{
    display: flex;
    width: 80%;
    margin: auto;
    position: relative;
    margin-bottom: 100px;
    margin-left: 190px;
}

@media screen and (max-width: 767px) {
    .wrap-grow {
    display: none;
    }
}

.facility-main_image{
    background-image: url(../img/S_main_aboutGrow_shisetushoukai.jpg);
    background-size: cover;
    vertical-align: top;
    height: 220px;
    border-radius: 20px;
    margin: 0 10px 0;
    margin-bottom: 40px;
    position: relative;
}

.facility-main_imagePC{
    background-image: url(../img/S_main_aboutGrow_shisetushoukai.jpg);
    background-size: cover;
    vertical-align: top;
    height: 500px;
    border-radius: 40px;
    margin-bottom: 40px;
    width: 70%;
    font-size: 25px;
}

@media screen and (min-width: 768px) {
    .facility-main_image, .grow {
    display: none;
    }
}

.facility-main_image-1{
    background-image: url(../img/grow!_madori-01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 220px;
    /* border-radius: 40px; */
    margin-bottom: 40px;
    width: 90%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .facility-main_image-1 {
        margin: auto;
        width: 55%;
        height: 400px;
    }
}


.facility-main_image-2{
    background-image: url(../img/touen.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 160px;
    /* border-radius: 40px; */
    margin-bottom: 40px;
    width: 70%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .facility-main_image-2 {
        width: 30%;
    }
}


.facility__container-1{
    width: 11em;
    background-color: white;
    box-shadow: 2px 2px 4px grey;
}

.facility__container-2{
    width: 16em;
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    position: relative;
    left: 10%;
}

@media screen and (min-width: 768px) {
    .facility__container-1 {
        width: 30%;
    }
    .facility__container-2{
        width: 45%;
    }
}

@media screen and (min-width: 768px) {
    .detail-main {
    display: none;
    }
}

@media screen and (max-width: 767px) {
    .detail-mainPC {
        display: none !important;
    }
}

.detail-mainPC{
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 1em;
}

.detail{
    width: 70%;
    margin: auto;
    margin-bottom:20px;
}

@media screen and (min-width: 768px) {
    .detail{
        width: 85%;
    }
}
 
.detail-photo{
    border-radius: 30px;
}

.detail-text{
    width: 75%;
    background-color: whitesmoke;
    text-align: center;
    margin: auto;
    box-shadow: 0px 4px 21px -5px rgb(0 0 0 / 60%);
    transform: translate(0,-11px);
}

.floor-plan{
    width: 90%;
    margin: auto;
}

.match{
    align-items: flex-start;
    display: flex;
    justify-content: space-around;
}

@media screen and (min-width: 768px) {
    .enter-content {
    display: none;
    }

    .match{
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .enter-contentPC {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .enter-contentPC {
        width: 60%;
        margin: auto;
        margin-top: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .enter-content-photo {
        height: 240px;
        width: 240px;
        object-fit: cover;
    }
}

.enter-content{
    margin-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.parking-content{
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
 

.enter-content_title{
    text-align: left;
}
.enter-content_text{
    font-size: 12px;
    text-align: left;
}

.parking-content_text{
    font-size: 13px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .enter-content_title{
        font-size: 22px;
        padding: 0 1em;
    }
    .enter-content_text{
        font-size: 20px;
        text-align: left;
        padding: 0 1em;
    }
    .parking-content_text{
        font-size: 25px !important;
        text-align: left;
        padding-left: 30px;
    }

    .parking-content{
        width: 56%;
    }
}


.col-pad{
    padding-right: 0px !important;
}

.location-text{
}

.location-texts{
    width: 90%;
    margin: auto;
    padding-top: 30px;
}

.location-title{
    color: #91b165;
    font-size: 23px;
}

.student-section-float{
    margin-top: 40px;
    display: flex;
}

.student-section{
    margin-top: 40px;
}

.student-title{
    font-weight: 500;
    font-size: 17px;
    padding-left: 16px;
    text-indent: -11px;
}

.student-text{
    font-weight: 400;
    padding-left: 17px;
    margin-top: 9px;

}

.student-left{
    padding-left: 2px;
}

@media screen and (min-width: 768px) {
    .location-texts{
        width: 60%;
    }

    .location-title {
        font-size: 40px;
    }

    .student-title{
        font-size: 30px;
        text-indent: -18px;
    }

    .student-text{
        font-size: 20px;
    }
}



/*----------------     月謝css               -----------------*/

.fee_contain{
    width: 95%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .fee_contain {
        width: 75%;
    }
}

.fee{
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: 1px solid;
}

@media screen and (min-width: 768px) {
    .fee {
        justify-content: left;
        padding-left: 30px;
    }
}


.first{
    vertical-align: bottom;
}

.fee_title{
    font-size: 19px;
    color: #91b165;
    font-weight: 600;
    padding-right: 7px;
}

.fee_content{
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px;
    margin-bottom: 7px;
}

.fee_detail{
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
    .fee_title{
        font-size: 26px;
        margin: 0 auto 0;
    }
    
    .fee_content{
        font-size: 36px;
    }
    
    .fee_detail{
        font-size: 23px;
    }
}


.fee_class{
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .fee_class {
        margin-top: 50px;
    }
    .discount-example {
        height: 270px !important;
    }
}


.fee_class-1{
    display: flex;
    width: 94%;
    margin: auto;
    justify-content: space-between;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .fee_class-1 {
        width: 75%;
    }

    .fee_class_title-1,.fee_class_title-2{
        width: 70% !important;
        text-align: left;
        font-size: 25px !important;
    }
}


.fee_class-content{
    display: flex;
    width: 100%;
}

.fee_class_title-1{
    color: #669966;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.fee_class_title-2{
    color: #ee8176;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 12px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.check-check{
    color: #ee8176;
}

.month-money{
    color: #91b165;
    font-weight: 500;
    text-decoration: underline !important;
    padding-top: 10px;
    display: block;
}

.fee_class-left{
    font-size: 14px;
    width: 50%;
    text-align: center;
    background-color: #b0c9ae;
    border: 2px solid #b0c9ae;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fee_class-right{
    font-size: 20px;
    width: 50%;
    text-align: center;
    border: 2px solid #b0c9ae;
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}
.fee_class-right small, .fee_class-right-1 small{
    font-size: 0.7em;
    padding-top: 0.3em;
    padding-left: 0.1em;

}

@media screen and (min-width: 768px) {
    .fee_class-left,.fee_class-left-1{
        font-size: 21px !important;
        line-height: 30px;
    }
    
    .fee_class-right,.fee_class-right-1{
        font-size: 30px !important;
    }
}

.fee_class-left-1{
    font-size: 14px;
    width: 50%;
    text-align: center;
    border: 2px solid #f2d4d1;
    background-color: #f2d4d1;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fee_class-right-1{
    font-size: 20px;
    width: 50%;
    text-align: center;
    border: 2px solid #f2d4d1;
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}

.text-first{
    margin-top: 20px;
}

.fee-bottom_text{
    font-size: 10px;
    margin-bottom: 2px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .fee-bottom_text {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .time-flex {
        display: flex;
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }


    .time-flex_PC, .time-flex_PC2{
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .time-flex_phone {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .time-flex_PC2 {
    display: none;
    }
}

.discount-example2 {
    width: 90%;
    margin: auto;
    text-align: center;
    border: 1px solid #a09299;
    background-color: #e4f0e2;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}


.discount{
    width: 90%;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .discount {
        margin-top: 30px;
    }
}

.discount-title{
    transform: translate(0,15px);
    color: #91b165;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px #fff;
}

.discount-main{
    background-color: #e4f0e2;
    border-radius: 15px;
    height: auto;
    font-weight: 500;
    padding-bottom: 30px;
}

.discount-content:first-of-type{
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-around;
    padding-top: 30px;
}

.discount-content{
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-around;
    padding-top: 10px;
}

.discount-bottom_text {
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 400;
    width: 80%;
    text-align: left;
    padding-left: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.discount-example{
    width: 90%;
    margin: auto;
    text-align: center;
    border: 1px solid #a09299;
    background-color: #fff;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}

.discount-example_title{
    border-bottom: solid;
    border-color: #d3e7d2;
    font-weight: 500;
    font-weight: 600;
    width: 45%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .discount-example_title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .discount-content{
        font-size: 25px;
    }

    .discount-bottom_text{
        margin-bottom: 20px !important;
    }
}


.discount-figure{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-evenly;
    font-weight: 500;
}

.discount-figure-left{
    width: 35%;
    /* border: 1px solid #000; */
    background-color: #f4ddda;
    border-radius: 10px;
}

.discount-figure-center{
    transform: translate(0,17px);
}

@media screen and (min-width: 768px) {
    .discount-figure-center {
        transform: translate(0,38px);
        font-size: 20px;
    }

    .discount-figure-left{
        height: 102px;
    }

    .discount-figure-right{
        font-size: 20px !important;
        padding: 30px !important;
        line-height: 20px !important;
        letter-spacing: 2px;
    }
}

.plus{
    font-size: 25px;
    line-height: 23px;
}

.discount-figure-right{
    width: 35%;
    /* border: 1px solid #000; */
    background-color: #c4e3e8;
    border-radius: 10px;
    font-size: 14px;
    padding: 13px;
    
    line-height: 16px;
}

.discount-triangle{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #a9a3a1;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 0px;
}

.discount-text{
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .discount-text {
        font-size: 25px;
    }
}


.t-bottom_text:first-of-type{
    margin-top: 10px;
}

.t-bottom_text {
    font-size: 10px;
    margin-bottom: 2px;
    font-weight: 400;
    width: 90%;
    text-align: left;
    padding-left: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .t-bottom_text {
        font-size: 20px;
        width: 67%;
    }
}

.uniform-text{
    margin-top: 10px;
    font-size: 13px;
    text-decoration: underline;
}

.uniform-text a{
    color: #91b165;
    font-weight: 700;
}

.grow-uniform{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.grow-uniform_title{
    font-size: 22px;
    color: #91b165;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .grow-uniform_title {
        font-size: 45px;
    }

    .grow-uniform{
        margin-top: 75px;
    }
}


.grow-uniform_content{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.grow-uniform_content_left{
    width: 40%;
}

.grow-uniform_content_right{
    width: 40%;
}

@media screen and (min-width: 768px) {
    .grow-uniform_content_left,  .grow-uniform_content_right{
        width: 33%;
    }
}

@media screen and (min-width: 768px) {
    .grow-uniform_content_left{
        padding-right: 30px;
    }
}

@media screen and (min-width: 768px) {
    .grow-uniform_content_right{
        padding-left: 30px;
    }
}


.border-10{
    border-radius: 5px;
}

.btn-uniform{
    color: white;
    border-radius: 20px;
    font-weight: 500;
    width: 85%;
    background-color: #91b165;
    border-color: transparent;
    height: 40px;
}

.btn-border{
    background-color: #91b165;
    border-color: transparent;
    color: white;
    font-size: 15px;
    border-radius: 20px;
    width: 100px;
    width: 120px;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .btn-border{
        background-color: #91b165;
        border-color: transparent;
        color: white;
        font-size: 30px;
        border-radius: 20px;
        width: 200px;
        height: auto;
    }
}

.contact-block{
    display: block;
    margin: auto;
}

.contact-home{
    margin-top: 40px;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .contact-home{
        height: 50px;
    }
}

.contact-brank{
    margin-top: 30px;
}



/*--------------------------           events            ----------------*/

@media screen and (min-width: 768px) {
    .events{
        margin-top: 200px !important;
    }
}

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

@media screen and (max-width: 767px) {
    
}

.events{
    width: 90%;
    margin: auto;
    text-align: center;
}


.events-title{
    color: #91b165;
    font-size: 19px;
    font-weight: 500;
    text-align:center;
}

.events-title i{
    padding-right: 5px;
    color: #7fac5f;
}

.events-title span{
    color: #000;
}

.events-flex{
   display: flex;
    /* width: 50%; */
    margin: auto auto 3em;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 3em;
}

.eventsPC .events-flex {
    width: 80%;
}

.events-image{
    background-size: cover;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    max-width: 90%;
    margin: auto;
    height: 900px;
    vertical-align: top;
}

.events-image img{
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display:block;
    margin:0 auto;
}
.events-image.auto img{
    width: 100%;
    height: auto;
}

.events-content{
    width: 80%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .events-image {
        background-image: none;
        width: 60%;
        max-width: 500px;
        margin: 1.5em auto auto;
        height: auto;
        vertical-align: top;
        background-size: contain;
        background-repeat: no-repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .events-image.auto { 
        height: auto; 
        width: 100%;
        max-width:500px;
    }

    .events_unit__title{
        width: max-content;
        margin: auto;
        text-align: left;
    }

    .events-section{
        border-bottom: none !important;
        margin-left: 30px;
        font-size: 17px !important;
    }

    .events-title{
        font-size: 25px;
        margin-top: 50px;
    }
}


@media (max-width: 767px) {
    .events-image{
        height: max-content;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
    .events-image.auto { 
        height: auto;
        max-width: 95%;
    }

    .events-content{
        width: 100%;
        margin: auto;
    }
}



@media screen and (min-width: 768px) {
    .events-content {
        width: 570px;
    }
}


.events-content_title{
    font-size: 20px;
    color: #2d3e83;
    padding-bottom: 10px;
}

.events-section:first-of-type{
    border-top: none;
}

.gym-event-form{
    color: #006d8a;
}

.events-section{
    border-top:1px solid #bbb;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    /* border-bottom: dotted 1px #6f6f6f; */
}
.events-formLink{
    color: #91b165;
}
/*--about---*/

.aboutTn{
    width: 82%;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .aboutTn {
        width: 60%;
    }
}

.aboutTn-main {
    border-radius: 15px;
    font-weight: 600;
    border: 3px solid #c6d7b5;
}


.aboutTn-content {
    display: flex;
    margin: auto;
    padding-top: 10px;
    width: 90%;
    text-align: left;
    align-items: baseline;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(187, 187, 187, 0.2);
}

@media screen and (min-width: 768px) {
    .aboutTn-content {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.aboutTn-content:nth-child(2){
    align-items: center;
    padding-top: 8px;
    padding-bottom: 6px;
}

.aboutTn-content:last-child{
    border-bottom: none;
    padding-bottom: 10px;
}

.aboutTn-left, .aboutTn-left-2,.aboutTn-left-3{
    width: 110px;
    color: #7eab5e;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .aboutTn-left, .aboutTn-left-2,.aboutTn-left-3 {
        width: 280px;
        font-size: 20px;
    }
}

.aboutTn-right{
    font-size: 14px;
}

.aboutTn-right-2{
    font-size: 10px;
}

.aboutTn-right-3{
    font-size: 10px;
}

.aboutTn-right-3 span{
    font-size: 14px;
    padding-left: 5px;
}

@media screen and (min-width: 768px) {
    .aboutTn-right {
        font-size: 20px;
    }
    .tn-big{
        font-size: 25px !important;
    }
    .aboutTn-right-2{
        font-size: 19px;
    }
    
    .aboutTn-right-3{
        font-size: 19px;
    }
    .aboutTn-right-3 span{
        font-size: 25px;
    }
}

.tn-big{
    font-size: 17px;
}

/*---------president----------*/

.president{
    text-align: center;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .president {
        margin-top: 10rem;
    }

    .president-image{
        width: 20% !important;
    }
}

.president-image{
    width: 50%;
}

.president-image-title{
    padding-top: 15px;
    font-size: 15px;
    margin-bottom: 23px;
}

.president-image-text{
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .president-image-title {
        font-size: 15px;
    }
    .president-image-textPC{
        font-size: 20px;
        padding-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .president-image-text {
    display: none;
    }
}

@media screen and (max-width: 767px) {
    .president-image-textPC {
    display: none;
    }
}

/*---*/


.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


#menu-btn-check {
    display: none;
}




#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}




.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


/*-----------------       お問い合わせフォーム            ---------------------*/

.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 70px;
      margin-bottom: 40px;
    }
  }
  .Form-Item {
  
    padding-top: 24px;
    padding-bottom: 24px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
  
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #545454;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 10px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #545454;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }

.form-confirm{
    width: 90%;
    margin: auto;
    background: aliceblue;
    padding: 30px;
}

.error {
    width : 100%;
    padding: 0;
    display: inline-block;
    font-size: 90%;
    color: red;
    box-sizing: border-box;
}

.confirm-btn{
    text-align: center;
    display: flex;
}

.input-area{
    margin-bottom: 40px;
}

.contact-return{
    font-size: 20px !important;
    margin-top: 40px;
}

.input-name{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.submit{
    width: 90%;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .submit {
        margin-top: 30px;
    }
}

.complete{
    margin-bottom: 50px;
}

.complete-title{
    margin-bottom: 30px;
}

.complete-content{
    margin-bottom: 5px;
}

.complete-button{
    margin-top: 30px;
    font-size: 20px;
}


/*-------------------メールcss--------------------*/

/* input 要素 */
#name, #email, #subject, #email_check, #tel {
    max-width:400px;
}
#body {
max-width: 640px;
}
/* エラー表示 */
.error-js, .error-php {
color: red;
}
/* フォーム要素（Bootstrap4 のスタイルを上書き） */
.form-control {
border-radius: 0px;
background-color: #fdfdfd;
font-size: 14px;
}
.form-control:focus {
border-color: #aadbe8;
outline: 0;
-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
background-color:#fff;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
font-size: 13px; 
}
/* Firefox 18- */
:-moz-placeholder {
font-size: 13px; }
/* Firefox 19+ */
::-moz-placeholder {
font-size: 13px; }
/* IE 10+ */
:-ms-input-placeholder {
font-size: 13px; }
::placeholder{ 
font-size: 13px;
}
textarea.form-control {
height: 200px;
}
/* 確認ページの表 */
.confirm_table {
margin: 30px 0; 
}
.confirm_table table caption{
caption-side: top;
}
.confirm {
float: left;
margin-right: 20px;
}
