@charset "utf-8";
/* CSS Document */
/*---------------------- Slide Banner ------------------------*/
#slideBanner {
  margin: 0px auto;
  position: relative;
  padding: 37.5% 0 0;
  background-color: #e6e6e6;
}
#slideBanner .slideBannerInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slideBanner .slideBannerInner li img {
  width: 100%;
}
#slideBanner .titleBg {
  position: absolute;
  z-index: 100;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: -6.5em -460px;
  display: none;
}
#slideBanner .title1 {
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 50%;
  height: 1.3em;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-size: 4em;
  letter-spacing: normal;
  font-weight: 500;
  overflow: hidden;
}
#slideBanner h2 {
  margin-top: 1.3em;
}
#slideBanner p.line {
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
#slideBanner span {
  border-top: 2px solid #E62328;
  width: 0;
  display: inline-block;
}
#slideBanner .title2 {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 50%;
  right: 0px;
  font-size: 1.6em;
  margin-top: 1.5em;
  padding-left: 1em;
  text-align: center;
  color: #FFFFFF;
}
#slideBanner h3 {
  display: none;
}
@media screen and (max-width: 767px) {
  #slideBanner .titleBg {
    margin: -2.2em -140px;
  }
  #slideBanner .title1 {
    height: 1.4em;
    font-size: 1.2em;
  }
  #slideBanner h2 {
    margin-top: 1.4em;
  }
  #slideBanner .title2 {
    font-size: 0.7em;
    margin-top: 1em;
  }
}
/*---------------------- MOBILE TOKYO ------------------------*/
#mobileTokyo {
  text-align: center;
  padding: 40px;
}
#mobileTokyo h2 {
  margin: 0 0 30px;
}
#mobileTokyo p {
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #mobileTokyo {
    padding: 20px;
  }
  #mobileTokyo h2 {
    margin: 0 0 15px;
  }
  #mobileTokyo h2 img {
    width: 80%;
  }
  #mobileTokyo p {
    font-size: 14px;
  }
}
/*---------------------- News ------------------------*/
#news {
  padding: 30px 40px 45px;
  background-color: rgba(100, 200, 230, 0.1);
}
#news .title {
  padding: 0 0 30px;
  margin: auto;
  max-width: 1280px;
  border-bottom: 1px solid #CCC;
}
#news .title h2 {
  font-size: 2.2em;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#news .noNews p {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 20px;
}
#news ul {
  list-style-type: none;
  max-width: 1280px;
  margin: 0 auto 40px;
}
#news li {
  border-bottom: 1px solid #CCC;
  line-height: 1.6;
}
#news li a {
  text-decoration: none;
  position: relative;
  padding: 15px 60px 15px 20px;
}
#news li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #64C8E6;
  border-right: 2px solid #64C8E6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news .newListBtn {
  text-align: center;
}
#news .newListBtn a {
  display: inline-block;
  background-color: #64C8E6;
  color: #fff;
  text-decoration: none;
  padding: 20px 50px 20px 40px;
  font-size: 1.2em;
  position: relative;
}
#news .newListBtn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #news li a:hover {
    color: #000;
    background-color: #FFF;
  }
  #news li a:hover::after {
    border-top: 2px solid #E62328;
    border-right: 2px solid #E62328;
  }
  #news li .newsTitle {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 767px) {
  #news {
    padding: 20px 20px 30px;
  }
  #news .title {
    padding: 0 0 20px;
  }
  #news .title h2 {
    font-size: 1.8em;
  }
  #news .noNews p {
    margin: 30px 0 15px;
    font-size: 16px;
  }
  #news ul {
    margin: 0 auto 25px;
    font-size: 12px;
  }
  #news li a {
    display: block;
    padding: 10px 30px 10px 0;
  }
  #news li a::after {
    right: 10px;
  }
  #news li .newsDate {
    display: block;
    margin: 0 0 5px;
  }
  #news .newListBtn a {
    padding: 15px 40px 15px 30px;
  }
  #news .newListBtn a::after {
    right: 20px;
  }
}
/*---------------------- Our Business ------------------------*/
#ourBusiness {
  padding: 40px 40px 40px;
  max-width: 1280px;
  margin: auto;
}
#ourBusiness .title {
  margin: 0 auto 30px;
}
#ourBusiness .title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2em;
  font-family: 'Oswald', sans-serif;
  color: #E62328;
}
#ourBusiness .title h2:before, #ourBusiness .title h2:after {
  border-top: 1px solid #E62328;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ourBusiness .title h2:before {
  margin-right: 1em;
}
#ourBusiness .title h2:after {
  margin-left: 1em;
}
#ourBusiness p.mainText {
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.2em;
  line-height: 1.8;
}
#ourBusiness ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ourBusiness li img {
  width: 100%;
}
#ourBusiness li p {
  text-align: center;
  padding: 1em 0 0;
  line-height: 1.6;
  font-size: 0.85em;
}
#ourBusiness li p .asterisk {
  font-size: 0.7em;
  vertical-align: super;
  display: inline-block;
  margin-top: -1em;
}
#ourBusiness li p .cap {
  font-size: 0.8em;
}
#ourBusiness ul li ul {
  padding: 0.8em 0 0.8em 2em;
  border: 1px solid #CCCCCC;
  margin: 1em auto 0;
  background: #f0f0f0;
  display: block;
}
#ourBusiness li li {
  list-style: disc;
  width: 100%;
  text-align: left;
  margin: 0px 0% 1em 0px;
  line-height: 1.6;
  font-size: 0.8em;
}
#ourBusiness li li:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #ourBusiness li {
    list-style: none;
    margin-right: 2%;
    margin-bottom: 3%;
    width: calc(96% / 3);
    text-align: center;
  }
  #ourBusiness li:nth-child(3n) {
    margin-right: 0;
  }
  #ourBusiness li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #ourBusiness {
    padding: 30px 20px 10px;
  }
  #ourBusiness .title {
    margin: 0 auto 20px;
  }
  #ourBusiness .title h2 {
    font-size: 1.8em;
  }
  #ourBusiness .title h2:before {
    margin-right: 0.6em;
  }
  #ourBusiness .title h2:after {
    margin-left: 0.6em;
  }
  #ourBusiness p.mainText {
    margin-bottom: 25px;
    font-size: 14px;
  }
  #ourBusiness li {
    list-style: none;
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc((100% - 20px) / 2);
    text-align: center;
  }
  #ourBusiness li:nth-child(2n) {
    margin-right: 0;
  }
  #ourBusiness li p {
    text-align: left;
    padding: 10px 0 0;
    font-size: 10px;
  }
  #ourBusiness ul li ul {
    padding: 5px 5px 5px 1.5em;
    margin: 10px auto 0;
  }
  #ourBusiness li li {
    margin: 0 0 10px 0;
    font-size: 10px;
    letter-spacing: normal;
  }
}
/*---------------------- Contents ------------------------*/
@media screen and (max-width: 767px) {
  #contents {
    padding: 55px 0 345px;
  }
}
/*---------------------- Footer ------------------------*/
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0 90px;
  }
}