@charset "utf-8";

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

/*-------------------------------------------
all
-------------------------------------------*/
body {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  margin: 0 auto;
  color: #fff;
  background: #000;
  overflow: hidden;
}

img{
  height:auto;
}

a{
  color: #fff;
  text-decoration: none;
}

.imgleft,
.imgright{
  padding: 20px 0;
}

.imgleft > img,
.imgright > img{
  display: block;
  margin:0 auto 20px;
}

.imgleft p,
.imgright p{
  margin-bottom: 20px;
  line-height: 30px;
}

.imgleft p:last-child,
.imgright p:last-child{
  margin-bottom: 0;
}

h2{
  font-size: 2em;
}

h3{
  font-size: 1.2em;
  background: #690D0D;
  padding: 10px;
}

/*-------------------------------------------
header
-------------------------------------------*/
h1{
  padding: 20px;
  text-align: center;
}

h1 img{
  width: 60%;
}

.h_right dl{
  background: #7E0C0C;
  padding: 20px;
  margin: 0 20px;
}

.h_right dt{
  font-size: 1.2em;
  text-align: center;
}

.h_right dd a{
  display: block;
  font-size: 2.4em;
  text-align: center;
}

/*スライドメニュー*/
.menu_trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.menu_trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: all .5s;
}

.menu_trigger.active span {
  background-color: #fff;
}

.menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu_trigger span:nth-of-type(2) {
  top: 12px;
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background: rgb(126, 12, 12, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}

nav.open {
  transform: translateZ(0);
}

nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
/**/

.catch{
  text-align: center;
  margin: 20px auto 0;
}

.sns{
  padding: 20px;
}

.sns a{
  padding: 20px;
  font-size: 1.6em;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.facebook{
  background: #124571;
}

.instagram{
  background: #433232;
}

.blog{
  background: #5C1414;
}

/*-------------------------------------------
about
-------------------------------------------*/
#about{
  padding: 20px;
}

#about ul{
  display: flex;
  justify-content: space-between;
}

#about li{
  width: 48%;
}

#about .imgleft > div{
  margin-top: 20px;
}

/*-------------------------------------------
time
-------------------------------------------*/
#time{
  padding: 0 20px;
}

#time table{
  border: 1px solid #690D0D;
  margin: 20px auto;
}

#time table th,
#time table td{
  border: 1px solid #690D0D;
  padding: 10px;
  vertical-align: middle;
}

#time table .bg{
  background: #690D0D;
}

/*-------------------------------------------
price
-------------------------------------------*/
#price{
  padding: 20px;
}

#price table{
  border: 1px solid #690D0D;
  margin: 20px auto;
}

#price table th,
#price table td{
  border: 1px solid #690D0D;
  vertical-align: middle;
  padding: 10px;
}

#price table .bg{
  background: #690D0D;
}

/*-------------------------------------------
contact
-------------------------------------------*/
.contact{
  background: #212121;
  padding: 20px;
}

.contact p{
  margin-bottom: 20px;
}

.contact dl{
  background: #7E0C0C;
  padding: 20px;
}

.contact dt{
  font-size: 1.2em;
  text-align: center;
}

.contact dd a{
  display: block;
  font-size: 2.4em;
  text-align: center;
}

/*-------------------------------------------
access
-------------------------------------------*/
#access{
  padding: 20px;
}

#access .map{
  text-align: center;
  margin: 20px auto 0;
}

#access .map iframe{
  width: 100%;
}

#access p{
  margin: 20px auto;
  font-size: 1.2em;
}

#access li{
  margin-bottom: 20px;
}

/*-------------------------------------------
teach
-------------------------------------------*/
#teach h2{
  margin: 0 20px;
}

.teacher{
  padding: 20px 20px 0;
}

.teacher ul{
}

.teacher li{
  margin-bottom: 20px;
}

.teacher img{
}

.teacher dt{
  font-size: 2em;
  margin-bottom: 10px;
}

/*-------------------------------------------
vision
-------------------------------------------*/
.vision{
  padding: 0 20px;
}

.vision .imgright{
  padding: 20px 0;
}

/*-------------------------------------------
school
-------------------------------------------*/
.school{
  padding: 0 20px 20px;
}

.school p{
  margin: 20px auto;
}

/*-------------------------------------------
support
-------------------------------------------*/
.support{
  padding: 20px 20px 0;
}

.support ul{
  padding: 20px 0 0;
}

.support li{
  margin-bottom: 20px;
}

/*-------------------------------------------
backsupport
-------------------------------------------*/
.backsupport{
  padding: 20px;
}

.backsupport ul{
  padding: 20px 0;
}

/*-------------------------------------------
footer
-------------------------------------------*/
.copy{
  text-align: center;
  font-size: .9em;
  padding: 10px;
}

/*-------------------------------------------
other
-------------------------------------------*/
.pconly{
  display: none;
}

}

