body {
    padding-top: 81px;
    overflow-x: hidden;
    font-family: 'Noto Serif JP', serif;
}
img.logo_size{
  width: 10rem;
}
.navbar-nav{
  font-size: 1rem;
}
a.link_white:link,
a.link_white:visited,
a.link_white:hover,
a.link_white:active {
  color: white;
}
h1{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
h2{
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.q_title{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.top_content{
  font-size: .9rem;
  line-height: 1.7rem;
  text-align: center;
}
.top_q ul{
  padding:0;
  list-style: none;
  padding-left: 1.8rem
}
.top_q li{
  position: relative;
  padding-left: 0.4rem
}
.top_q li::before{
  content: '\f059';
  font-family:'Font Awesome\ 5 Free';
  font-weight: 900;
  color:#28a745;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: -1.8rem;
  top: 0;
}
.top_a{
  padding-left: 15px;
  padding-left: 1.5rem;
  font-size: .9rem;
  line-height: 1.7rem;
}
/*form*/
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

@media screen and (max-width: 768px) {
  img.logo_size{
    width: 8rem;
  }
  h1{ 
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
  }
  h2 {
    font-size: 8px;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
  }
  .q_title{
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .sp_non{
    display: none;
  }
  .top_content{
    font-size: .9rem;
    line-height: 1.7rem;
    text-align: left;
  }
  .top_q ul{
    padding:0;
    list-style: none;
    padding-left: 1.2rem
  }
  .top_q li{
    position: relative;
    padding-left: 0.2rem
  }
  .top_q li::before{
    content: '\f059';
    font-family:'Font Awesome\ 5 Free';
    font-weight: 900;
    color:#28a745;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    left: -1.2rem;
    top: 0;
  }
  .top_a{
    font-size: .9rem;
    line-height: 1.7rem;
  }
  .footer_icon{
    font-size: 1.6rem;
  }
  .footer_menu{
    font-weight: bold;
    font-size: 8px;
  }
  .img-size{
    width: 80px;
    height:80px;
  }
}
@media screen and (max-width:572px) {
  table.formTable th, table.formTable td {
    width:auto;
    display:block;
  }
  .sp_small{
    font-size: .8rem;
  }
  table.formTable th {
    margin-top:5px;
    border-bottom:0;
  }
  input[type="text"], textarea {
    width:80%;
    padding:5px;
    font-size:110%;
    display:block;
  }
  .card-course{
    font-size:1.5rem;
  }
  .badge{
    font-size:.9rem;
  }
  .sm-center{
    padding: 0px 2px;
  }
  .course_text{
    font-size:.5rem;
  }
  .schedule{
    font-size:0.65rem;
  }
  .sp_show{
    display:block;
  }
}
.sp_show{
  display:none;
}
.text {
   display: inline-block; 
}
.phone_line{
  line-height:40%;
}
.phone_time{
  font-size: .62rem;
}
.tel:hover{
  text-decoration: none;
}
.bg-gray{
  background-color:#ddd;
}
.hr{
  background-color: #000;
  height: 0.5px;
  width: 80%;
}
.btn-gradient-blue {
  display: inline-block;
  border-radius: 4px;
  padding: 7px 14px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background-image: linear-gradient(45deg,#49a9d4 0%, #2989d8 100%);
  transition: .4s;
}
.btn-gradient-blue:hover {
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #2989d8 0%, #2285d6 100%);
} 
.btn-gradient-orange {
  display: inline-block;
  border-radius: 4px;
  padding: 7px 14px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background-image: linear-gradient(45deg, #ffa035 0%, #ff8300 100%);
  transition: .4s;
}
.btn-gradient-orange:hover {
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #ff8300 0%, #f76a35 100%);
}
/*nav*/
.dropdown:hover .dropdown-menu {
  display: block;
}
.fixed-top{
  background-color: #000;
  color: #fff;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.6));
}
.fix-top.nav-link{
  color: #fff;
  border-bottom: solid;
  border-bottom-color:#000;
}
.fix-top.nav-link:hover{
  color: #fff;
  border-bottom: solid;
  border-bottom-color:#000;
}
.fix-top.nav-item{
  color: #fff;
  border-bottom: solid;
  border-bottom-color:#000;
}
.fix-top.nav-item:hover{
  color: #fff;
  border-bottom: solid;
  border-bottom-color:gold;
}
.annotation{
  font-size: .75rem;
}

.titleborder{
  border-top:3px double #000;
  border-bottom:3px double #000;
}
/*top*/
.jumbotron00{
  background-image: url("https://honki-english4u.com/images/top00.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: center center;
}
.jumbotron01{
  background-image: url("https://honki-english4u.com/images/top01.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: center center;
}
.jumbotron02 {
  background-image: url("https://honki-english4u.com/images/top02.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: center center;
}
.jumbotron03{
  background-image: url("https://honki-english4u.com/images/top03.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
.jumbotron04{
  background-image: url("https://honki-english4u.com/images/top04.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
.jumb_text{
  color:#fff;
  font-weight:bold;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.top_title{
  font-weight: bold;
  text-align: center;
}
.course_text{
  font-size: .8rem;
  line-height: .8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.hotel{
  font-size: .8rem;
  font-weight: bold;
  color: #2285d6;
}
.bg_around{
  background-image: url(https://honki-english4u.com/images/alicia/alicia_night.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg_layer{
  background-color: rgba(0,0,0,0.7);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg_hotel{
  background-color:#ddd;
}
.bg_toyoko{
  background-color:rgb(170, 225, 250);
}
.bg_jmall{
  background-color: rgb(250, 231, 170);
}
.bg_sky{
  background-color: rgb(250, 170, 170);
}
#result{
  background-image: url(https://honki-english4u.com/images/jcentre/jcentre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#guard{
  background-image: url(https://honki-english4u.com/images/jcentre/guard.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#hotelroom{
  background-image: url(https://honki-english4u.com/images/jcentre/single.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#bf_venue{
  background-image: url(https://honki-english4u.com/images/jcentre/bf_venue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#hotellobby{
  background-image: url(https://honki-english4u.com/images/jcentre/lobby.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#Rspa{
  background-image: url(https://honki-english4u.com/images/jcentre/Rspa.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#pool{
  background-image: url(https://honki-english4u.com/images/jcentre/pool.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
#jm_b1{
  background-image: url(https://honki-english4u.com/images/jcentre/711.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#jm{
  background-image: url(https://honki-english4u.com/images/jcentre/jm.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#cinema{
  background-image: url(https://honki-english4u.com/images/jcentre/cinema.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#foodcourt{
  background-image: url(https://honki-english4u.com/images/jcentre/foodcourt.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#gym{
  background-image: url(https://honki-english4u.com/images/jcentre/gym.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*schedule*/
.time{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  font-size:1.2rem;
  color:#fff;
}
.schedule a{
  border: 1px solid #ddd;
  color:#000;
}
.schedule a .active{
  border: 1px solid #343a40;
  background-color: #343a40;
    font-weight: bold;
}
.schedule a:hover{
  background-color: #ddd;
}
.smtime{
 font-size:.7rem;
}
/*flowchart setting*/
.arrowbox1 {
  position: relative;
  margin: 0 auto 40px;
  background: #0275d8;
}
.arrowbox1::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: #0275d8;
}
.arrowbox2 {
  position: relative;
  margin: 0 auto 40px;
  background:powderblue;
}
.arrowbox2::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: powderblue;
}
.arrowbox2::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: white;
}
.arrowbox3 {
  position: relative;
  margin: 0 auto 0;
  background-image: url(https://honki-english4u.com/images/pixta_54555938_M.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.arrowbox3::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: white;
}
.layer {
  background-color: rgba(26, 82, 185, 0.6);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.snow{
  color: #fff ;
}
.snow:hover{
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 35px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
#page-top_mb {
  position: fixed;
  bottom: 80px;
  right: 15px;
  font-size: 50%;
}
#page-top_mb a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 42px;
  padding: 9px 0;
  text-align: center;
  display: block;
  border-radius: 21px;
}
#page-top_mb a:hover {
  text-decoration: none;
  background: #999;
}
/*acm*/
.small{
  font-size: 0.8rem;
}
.swiper-container {
  width: 100%;
  height: auto;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/*policy*/
.policy{
  font-size: 0.9rem;
}
/*footer*/
.divbox {
	position: relative;
  opacity: 0.9;
}
.divbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.bottom_list ul li{
  list-style-type: none;
  color: #fff;
  font-size: .8rem;
  padding-bottom: .2rem;
}
.bottom_list ul li a{
  list-style-type: none;
  color: #fff;
}
.bottom_title{
  color:#fff;
  font-weight: bold;
  font-size: 1rem;
}
.address_title{
  color: #fff;
  font-size: 1.2rem;
}
.address{
  color: #fff;
  font-size: .9rem;
}