@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-feature-settings: "pkna" 1;
}

body {
  color: #000;
  font-size: 1.6rem;
}

img {
  width: 100%;
}

.font-weight-bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.globalnavs-area-position {
  z-index: 1200!important;
}

.container-inner .container-inner {
  padding: 0 8px;
}

.container-inner h1 span {
  position: relative;
}

.container-inner h1 #u-name {
  font-size: 2.5rem;
}

.container-inner h1 #u-name::before,
.container-inner h1 #u-name::after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  top: 1.5rem;
  width: 3rem;
}

.container-inner h1 #u-name::before {
  left: -4.5rem;
}

.container-inner h1 #u-name::after {
  right: -4.5rem;
}

.container-inner h1 span {
  font-size: 1.4rem;
}

.container-inner h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

.container-inner dl {
  background-color: #ffecb3;
  border: 1px solid #000;
}

.container-inner dl dt span {
  font-size: 1.3rem;
}

.container-inner dl dd {
  background-color: #fff;
  border-left: 1px solid #000;
}

.container-inner p {
  font-size: 1.6rem;
  color: #ff0000;
}

.container-inner ul#textbook {
  list-style: none;
  width: 250px;
}

.container-inner ul#textbook li {
  max-width: 115px;
}

.container-inner ul#textbook li.offset-1 {
  margin-left: 20px!important;
}

.container-inner ul#textbook li a:hover{
  opacity: 1;
}

.cautionArea {
  border: 2px solid #221714;
  border-radius: 5px;
  color:#221714;
  margin-top:10px;
  padding: 5px 10px;
  width: 100%;
}

.cautionArea .heading {
  font-size:1.5rem;
}

.cautionArea p {
  font-size:1.3rem;
  line-height: 1.3rem;
  text-indent:1em;
}

.container-over #container-over-movie iframe {
  width: 100%;
}

.container-over #container-over-chat {
  display: none;
}

.container-inner #banner {
  width: 100%;
}

.container-inner #banner img {
  max-width: 442.5px;
}

.fixed-bottom button {
  background-color: #ff7900;
  border-color: #ff7900;
  color: #fff;
  font-size: 1.3rem;
}

.fixed-bottom button:hover {
  background-color: #cc6100;
  border-color: #cc6100;
  color: #fff;
}

.fixed-bottom button:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,121,0,.25);
}

.modal.show {
  padding-right: 0!important;
}

.modal-body button.close {
  display: block;
  font-size: 4.0rem;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

.modal-body .chatArea {
/*
  height: calc(100vh - 22rem);
*/
  height: 450px;
}

.modal-body .chatArea iframe {
  height: 100%;
  width: 100%;
}

.btn-bansho {
  display: inline-block;
  padding: 0em 2em;
  text-decoration: none;
  color: #8F519F;
  border: solid 2px #8F519F;
  transition: .4s;
}

.btn-bansho:hover {
  background: #8F519F;
  color: white;
}

.text-bansho {
  color: #8F519F;
}


@media (min-width:768px) {
  .navbar {
    min-width: 1147px;
    width: 100%;
  }
  
  .navbar .container {
    min-width: 1147px;
    max-width: none;
    padding: 0 108.5px;
    position: relative;
    width: 1147px;
  }
  
  .navbar .container .hamburger {
    position: absolute;
    left: calc(100vw - 148.5px);
  }
  
  .container-inner .offset-md-1 {
    margin-left: 0!important;
  }
  
  .container-inner #banner {
  }
  
}

@media (min-width:992px) {
  .container-inner .offset-md-1 {
    margin-left: 30px!important;
  }
}

@media (min-width:1147px) {
  .navbar .container .hamburger {
    position: relative;
    left: auto;
  }
  
}

@media (min-width:1200px) {
  main.container {
    max-width: none;
    padding: 0;
    width: 1147px;
  }

  .container-inner {
    max-width: 960px;
  }

  .container-over {
    width: 1147px;
  }

  .container-over #container-over-movie {
    float: left;
    height: 456px;
    width: 808px;
  }

  .container-over #container-over-movie iframe {
    height: 100%;
    width: 100%;
  }

  .container-over #container-over-chat {
    border: 1px solid #000;
    border-radius: 5px;
    display: block;
    float: right;
    height: 456px;
    padding: 0 10px 10px;
    width: 330px;
  }

  .container-over #container-over-chat iframe {
    height: 100%;
    width: 100%;
  }

  .container-over #container-over-chat .chatArea {
    height: calc(100% - 75px);
    width: 100%;
  }

  .fixed-bottom {
    display: none;
  }
  
  .modal-open {
    overflow: auto!important;
    padding-right: 0!important;
  }

  .modal.show,
  .modal-backdrop.show {
    display: none!important;
  }




}
