@charset "UTF-8";

html{
    font-size: 10px;
    color: #2E2E2E;
    /* color: #1A1A1A; */
    /* background-color: #FAFAFA; */
}
*{
    box-sizing: border-box;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Zen Kaku Gothic New', sans-serif; */
    /* font-family: "M PLUS 1p"; */
    /* font-family: "M PLUS 1p" , 'Lato' , 'Noto Sans JP', sans-serif; */
    /* font-family: "Noto Sans JP" , "sans-serif" ;  */
    letter-spacing: 0.03em;
}
ul,li{
	list-style-type: none;
	padding: 0;
}
img{
    /* box-sizing: border-box; */
    border-radius: 4px;
    width: 100%;
}
a{
    /* color: #000; */
    text-decoration: none;
}
h3{
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
}
p{
    margin: .25em 0 0 0;
    font-size: 1.5rem;
    line-height: 1.85;
}
@media screen and (min-width:767px){
    p{
        /* font-size: 1.5rem; */
    }
    h3{
        font-size: 1.7rem;
        margin: 1.5em 0 0 0;
    }
}


/*-------------------------------------------parts-*/

.logo {
    width: 180px;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    margin: 0 auto;
}
@media screen and (min-width:1024px){
    .logo {
        width: 200px;
        top: 21px;
        right: auto;
        margin: 0;
    }
}

.inner{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.pc{
    display: none;
}

@media screen and (min-width:767px){
    .pc{
        display: inline-block;
    }
    .sp{
        display: none;
    }
}

.top_ctitle{
    color: #EB6153;
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width:767px){
    .top_ctitle{
        font-size: 2.4rem;
    }

}

.page_title{
    font-size: 2.7rem;
    color: #1A1A1A;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10rem;
    display: inline-block;
    border-bottom: #EB6153 solid 2.5px;
    padding-bottom: 5px;
}

.page_titlebox{
    text-align: center;
}

.page_btitle{
    text-align: left;
    /* color: #1A1A1A; */
    color: #EB6153;
    font-size: 2.2rem;
    font-weight: 500;
}
.page_bmtitle{
    text-align: left;
}
.cstitle{
    font-size: 1.8rem;
    /* color: #EB6153; */
    color: #1A1A1A;
    text-align: left;
    margin: 6rem auto 1rem;
    font-weight: 500;
}
.come{
    font-size: 1.3rem;
    margin-top: 2rem;
    color: dimgrey;
    padding-left: 1.35rem;
    text-indent: -1.35rem;
}
.cap{
    font-size: 1.3rem;
}
.comeblock{
    margin-top: 1.75rem;
}
.tblock{
    max-width: 600px;
    margin: auto;
}

@media screen and (min-width:767px){
    .page_title{
        margin-bottom: 14rem;
    }

}



.phone a{
    color: #EB6153;
    font-size: 2.5rem;
    border-bottom: 1px solid #EB6153;
    font-weight: 500;
}
@media screen and (min-width:767px){
    .phone a{
        font-size: 2.6rem;
    }
}


.button{
    margin: 5.5em auto 0;
    display: block;
    width: 90%;
    text-align: center;
    padding: 1.25em 0;
    border-radius: 33px;
    color: #fff;
    background-color: #EB6153;
    letter-spacing: transparent;
    transition: all .4s;
}
.button:hover{
    color: #fff;
    letter-spacing: 0.2em;
}

@media screen and (min-width:767px){
    .button{
        max-width: 300px;
        margin: 7em auto 0;
        padding: 1em 0;
    }
    .button p{
        font-size: 1.4rem;
        font-weight: 400;
    }
}

.fa-phone{
    font-size: 1.8rem;
    line-height: 2;
}

/*-------------------------------------------header-*/

.headerbox{
	position: fixed;
	top: 0;
	width: 100%;
	height: 55px;
    background-color: #FFF;
    /* background-color: #FAFAFA; */
    /* border-bottom: 2px solid #EB6153; */
    z-index: 999;
    /* box-shadow: 0px 3px 3px rgb(0 0 0 / 7%); */
}
.headerbox.active{
	border-bottom: 1px solid #fff;
}
@media screen and (min-width:1024px){
	.headerbox{
		height: 62px;
	}	
}


/*-------------------------------------------humberger-*/


.toggle {
    position: absolute; /* bodyに対しての絶対位置指定 */
    /* left: 15px; */
    top: 10px;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 999;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 60%;
    border-bottom: solid 2px #EB6153;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 7px;
    z-index: 999;
}
.toggle span:nth-child(1) {
    top: 5px;
    right: 0;
}
.toggle span:nth-child(2) {
    top: 15px;
    right: 0;
	width: 50%;
}

.toggle.active span:nth-child(1) {
    top: 9px;
    right: 5px;
    /* right: 15px; */
	width: 70%;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
    border-color: #FAFAFA;
}
.toggle.active span:nth-child(2){
    top: 9px;
    right: 0;
	/* left: 0; */
	width: 70%;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
    border-color: #FAFAFA;
}

@media screen and (min-width:1024px){
	.toggle,
	.toggle span{
		display: none;
	}
}

/*-------------------------------------------humberger menu-*/

.g_back {
    position:fixed;
	z-index: -1;
	/* opacity: 0; */
    display: none;
	top:0;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(0,0,0,0.6);/*背景を少し透過させる*/
    backdrop-filter: blur(12px);
	transition: all 0.3s;
}
.g_back.active{
    /* opacity: 1; */
    display: block;
    z-index: 90;
}

.global_nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
	height: 100%;
    transform: translateX(200%);
    z-index: 998;
    padding-top: 55px;
    text-align: center;
    background: #EB6153;
    transition: all 0.3s;  
}
.global_nav ul{
	width: auto;
	margin: 0 auto;
}
.global_nav li {
    width: 100%;
    list-style-type: none;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: .7px solid #FAFAFA;
}
.global_nav li:nth-child(1) {
	border-top: .7px solid #FAFAFA;
}

.global_nav li a {
    display: block;
    color: #FAFAFA;
	text-decoration: none;
	width: 100%;
	/* height: 100%; */
	padding: 2em 0;
}

.global_nav li a:hover{
    background-color: #FAFAFA;
    color: #EB6153;
}


.global_nav.active {
    transform: translateY(0%);
}

@media screen and (min-width:1024px){
	.global_nav {
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	transform: translateX(0);
	height: auto;
	width: auto;
	padding: 0;
	text-align: right;
    background-color: rgba(0,0,0,0);
	}	
	.global_nav ul{
	display: flex;
    justify-content: flex-end;
	}	
	.global_nav li{
	padding: 0;
	border: none;
	font-size: 1.4rem;
    font-weight: 500;
	width: auto;
	padding-left: 2.5em;
	}
	.global_nav li a{
    color: #EB6153;
	display: inline-block;
	padding-top: 1em;
	padding-bottom: .4em;
    border-bottom: 1px solid transparent;
    transition: all .4s;
	}
	.global_nav li:nth-child(1) {
		border: none;
	}
    .global_nav li a:hover{
        background-color: rgba(0,0,0,0);
        border-bottom: 1px solid #EB6153;
    }
}


/*-------------------------------------------main v-*/

#top .firstv{
    width: 100%;
    height: 80vh;
}

#top .mainv{
    display: block;
    width: 90%;
    height: 90%;
    margin: 55px auto 0;
    /* background-color: #abe; */
    position: relative;
    border-radius: 4px;
    background-image: url(../img/pc_top4.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#top .mainv .news{
    width: 100%;
    background-color: #EB6153;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#top .mainv .news .newsinner{
    width: 85%;
    margin: 0 auto;
}
#top .mainv .newsday{
    font-size: 10px;
    padding-right: 8px;
}
#top .mainv .newscopy {
    font-size: 12px;
}
@media screen and (min-width:767px){
    #top .firstv{
        height: 70vh;
    }
    #top .mainv .newscopy {
        text-align: center;
        
    }

}
@media screen and (min-width:1024px){
    #top .firstv{
        height: 80vh;
    }
    #top .mainv{
        margin-top: 65px;
        background-image: url(../img/pc_top3.jpg);
    }
}


/*-------------------------------------------main copy-*/

.fade-block1 {
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s;
  }
  /* 画面に入った時の動き */
  .fade-block1.blockIn {
    opacity: 1;
    transform: translateY(0)
  }

#top .maincopy{
    width: 90%;
    margin: 3rem auto 10rem;
}

#top .mcopy{
    /* width: 100%; */
    width: 310px;
    margin: 3em auto 0;
    /* text-align: center; */
}

#top .mcopy h1{
    font-size: 2.3rem;
    font-weight: 500;
    margin: 0;
}
#top .mcopy h2{
    font-size: 1.6rem;
    line-height: 1.85;
    font-weight: 500;
    margin-top: 1em;
}

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

    #top .maincopy{
        max-width: 800px;
        display: flex;
        /* align-items: baseline; */
        align-items: center;
    }
    #top .mcopyimg{
        padding: 0;
        width: 100%;
        max-width: 400px;
    }
    #top .mcopyimg img{
        width: 100%;
        border-radius: 4px;

    }

    #top .mcopy{
        width: 100%;
        /* margin: 6.5rem auto 11.5rem; */
        margin-left: 5em;
        margin-top: 0;
    }
    #top .mcopy h1{
        font-size: 2.5rem;
    }
    #top .mcopy h2{
        font-size: 1.6rem;
        margin-top: 1.5em;
        line-height: 2;
    }
}

/*-------------------------------------------time-*/

#top .time{
    background-color: #f5f5f5;
    padding: 10rem 0;
}
.timetable{
    margin: 8em auto 5em;
}
.timetable img{
    width: 100%;
}

.tcome{
    margin-top: 0;
}


@media screen and (min-width:767px){
    #top .time{
        padding: 12rem 0;
    }
    .timetable{
        max-width: 600px;
        margin: 9em auto 0;
    }
    .timetable .pc{
        display: block;
        width: 100%;
    } 
    .phoneblock{
        display: block;
        max-width: 600px;
        margin: 4em auto 0;
    }

}

/*-------------------------------------------about-*/

#top .about{
    padding: 10rem 0;
}
#top .about .room{
    margin-top: 5em;
}

#top .about .room img{
    width: 100%;
    max-width: 800px;
    display: block;
    margin: auto;
    border-radius: 4px;
}
@media screen and (min-width:767px){
    #top .time{
        padding: 12rem 0;
    }
}

/*----JS----------*/
.owl01 .owl-dots{
    margin-top: 2em;

}
.owl01 .owl-dot span{
    width: 7px !important;
    height: 7px !important;
}
.owl-nav{
    display: none !important;
}

/*-------------------------------------------insti-*/

#top .insti{
    background-color: #f5f5f5;
    padding: 10rem 0;
}
.chart h4{
    font-size: 1.8rem;
    color: #EB6153;
    text-align: center;
    font-weight: 500;
    margin: .5em auto 0;
}
.pict img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 190px;
}
.chart p{
    margin-top: .5em;
    text-align: center;
}
.chart .detail{
    font-size: 1.3rem;
    color: #32A300;
    margin-top: .25em;
}
.chart .detailf{
    font-size: 1.3rem;
    color: #888;
    margin-top: .25em;
}
.chart li{
    margin: 5em auto 0;
}

@media screen and (min-width:767px){
    .chart{
        display: flex;
        max-width: 1200px;
        margin: auto;
    }
    .pict img{
        display: block;
        margin: 0 auto;
        width: auto;
        height: 180px;

    }
    .chart li{
        margin: 9em auto 0;
    }
}

/*-------------------------------------------twitter-*/

#top .twitter{
    background-color: #E3E3E3;
    padding: 10rem 0;
}
.twitter h2{
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 3em;
}
.twitter .button{
    width: 200px;
    background-color: #E3E3E3;
    border: #EB6153 1px solid;
    color: #EB6153;
    margin: 2.5em auto 0;
}
.twitter .button:hover{
    background-color: #EB6153;
    color: #E3E3E3;
}

.fa-brands{
    font-size: 2rem;
}

@media screen and (min-width:767px){
    .sns{
        display: flex;
        max-width: 700px;
        margin: auto;
        justify-content: space-around;
    }
}


/*-------------------------------------------footer-*/

.foot{
    background-color: #EB6153;
    padding: 5rem 0 2rem;
    color: #fff;
}
.foot .fnav{
    text-align: center;
}
.foot .fnav li{
    margin: 20px 0 0;
}
.foot .fnav a{
    color: #FFF;
    font-size: 1.4rem;
    padding-bottom: .4em;
    border-bottom: 1px solid transparent;
    transition: all .4s;
}
.foot .fnav a:hover{
    border-bottom: #FFF 1px solid;

}
.foot .othernav{
    margin-top: 50px;
    text-align: center;
}

.foot .othernav li{
    margin: 20px 0 0;
}
.foot .othernav a{
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 300;
}
.foot .addres p{
    text-align: center;
    font-size: 1.4rem;
}
.foot .footlogo{
    display: block;
    width: 200px;
    margin:  2em auto 0;
    color: #fff;
}
.foot small p{
    margin-top: 5rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.foot .foottel a,
.foot .footmap a{
    /* display: inline-block; */
    text-align: center;
    /* margin: 0 auto; */
    color: #fff;
    border-bottom: 1px solid #fff;
}


@media screen and (min-width:767px){
    .foot .fnav a{
        font-size: 1.5rem;
    }
}




/*----------------------------------------------------------------------PAGE-*/

#time,
#about,
#service,
#access{
    margin-top: 13rem;
}

@media screen and (min-width:767px){
    #time,
    #about,
    #service,
    #access{
    margin-top: 18rem;
    }

}

/*----------------------------------------------------------------------#TIME-*/


#time .timeinfo{
    padding-bottom: 10rem;
}
#time .priceinfo{
    padding: 10rem 0;
    background-color: #f5f5f5;
}
#time .tom{
    margin: 8em auto 0;
    max-width: 350px;
}
#time .tom img{
    border-radius: 4px;
}

#time .tom p{
    margin-top: 1.25rem;
}
/* #time .priceinfo .come{
    margin-top: .5em;
} */

/*----------------------------------------------------------------------#ABOUT-*/

#about .hello{
    padding-bottom: 10rem;
}
#about .feature{
    padding: 10rem 0;
    background-color: #f5f5f5;
}

#about .hello img{
    max-width: 250px;
    display: block;
    margin: 10em auto 7em;
}
#about .b2,
#about .b3{
    margin-top: 2.5em;
}
#about .b2 p,
#about .b4 p{
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
#about .name{
    margin-top: 3em;
} 
#about .b4{
    margin: 5em auto 5em;
}
#about .aboutimg{
    margin-top: 4em;
}

/*----------------------------------------------------------------------#SERVICE-*/

#service .page_title,
#access .page_title{
    margin-bottom: 2em;
}
#service .insti{
    padding-bottom: 10rem;
}

#service .chart{
    flex-wrap: wrap;
}
@media screen and (min-width:767px){
    #service .page_title,
    #access .page_title{
        margin-bottom: 3em;
    }
    #service li{
        width: 33.333%;
        /* padding: 0 2em; */
    }
}

/*----------------------------------------------------------------------#ACCESS-*/

table{
    margin-top: 1.5em;
}
th{
    text-align: left;
    padding-right: 1em;
    padding-top: .5em;
    font-size: 1.4rem;
    font-weight: 500;
}
td{
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (min-width:767px){
    th{
        padding-right: 1.5em;
        padding-top: .5em;
        font-size: 1.5rem;
    }
    td{
        font-size: 1.5rem;
        font-weight: 400;
    }
}

#access .accessbl{
    padding-bottom: 10rem;
}
#access .mblock1{
    margin-top: 7em;
}
#access .mblock2{
    margin-top: 10em;
}
#access .accesslogo{
    width: 160px;
}
#access .maptext{
    margin-top: 2em;
    padding-top: .5em;
}
#access .maptext p{
    font-weight: 400;
}
#access .googlebutton p{
    margin-top: 1.5em;
    color: #EB6153;
}
#access .gmap{
    width: 100%;
    height: 320px;
}
.accestel{
    color: #2E2E2E;
}
@media screen and (min-width:767px){
    #access .gmap{
        height: 450px;
    }

}

/*----------------------------------------------------------------------#PRIVACY-*/

#privacy{
    padding: 15em 0;
}

#privacy h1{
    font-weight: 300;
    margin-bottom: 3em;
    /* text-align: center; */
}
#privacy p{
    font-weight: 300;
    font-size: 1.4rem;
}
#privacy ol{
    margin: 3em 0;
    counter-reset: count 0;
    padding: 0 1em;
}
#privacy li{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.5em;
    padding-left: 1.4rem;
    text-indent: -1.4rem;
}
#privacy li:first-child{
    margin-top: 0;
}

#privacy li::before{
    content: counter(count) ". ";
    counter-increment: count 1;
}
#privacy p a{
    color: #EB6153;
    border-bottom: #EB6153 1px solid;
}

/*----------------------------------------------------------------------#PRIVACY-*/

#sitemap{
    padding: 15em 0;
}
#sitemap h1{
    font-weight: 300;
    margin-bottom: 3em;
    /* text-align: center; */
}
#sitemap ul{
    margin: 3em 0;
    padding-top: 3em;
    border-top: rgba(0,0,0,0.15) 1px solid;
}
#sitemap li{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.5em;
}
#sitemap li a{
    color: #EB6153;
    border-bottom: 1px solid transparent;
    transition: all .4s;
}

#sitemap li a:hover{
    border-bottom: #EB6153 1px solid;
}

#sitemap li:nth-child(6){
    /* border-top: rgba(0,0,0,0.15) 1px solid; */
    padding-top: 1.5em;
}