/* media query */
/* color */
/* url */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  color: #000;
  background-color: transparent;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

ul li {
  list-style-type: none;
}

body {
  line-height: 1.8;
}

/* media query */
/* color */
/* url */
html {
  line-height: 0;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow: hidden;
  background-color: transparent;
}

.wrapper ul.bk-pic {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.wrapper ul.bk-pic li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: anime 80s linear 0s infinite;
  animation: anime 80s linear 0s infinite;
}

.wrapper ul.bk-pic li:nth-child(1) {
  background-image: url(../img/bk_img01.jpg);
}

.wrapper ul.bk-pic li:nth-child(2) {
  background-image: url(../img/bk_img02.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.wrapper ul.bk-pic li:nth-child(3) {
  background-image: url(../img/bk_img03.jpg);
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.wrapper ul.bk-pic li:nth-child(4) {
  background-image: url(../img/bk_img04.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.wrapper ul.bk-pic li:nth-child(5) {
  background-image: url(../img/bk_img05.jpg);
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}

.wrapper ul.bk-pic li:nth-child(6) {
  background-image: url(../img/bk_img06.jpg);
  -webkit-animation-delay: 50s;
  animation-delay: 50s;
}

.wrapper ul.bk-pic li:nth-child(7) {
  background-image: url(../img/bk_img07.jpg);
  -webkit-animation-delay: 60s;
  animation-delay: 60s;
}

.wrapper ul.bk-pic li:nth-child(8) {
  background-image: url(../img/bk_img08.jpg);
  -webkit-animation-delay: 70s;
  animation-delay: 70s;
}

@-webkit-keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-out;
  }
  13% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2);
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1;
  }
  38% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1;
  }
  63% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.2);
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1;
  }
  88% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    animation-timing-function: ease-out;
  }
  13% {
    transform: scale(1.2);
    opacity: 1;
  }
  25% {
    transform: scale(1.2);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  38% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  63% {
    transform: scale(1.2);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  88% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

header {
  margin-bottom: 20px;
}

.site-title {
  margin: 0 auto 10px;
  text-align: center;
}

.main-content {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px 20px;
}

.main-content p {
  text-align: left;
}

.main-content img {
  margin: 10px auto;
}

.main-content .content-description {
  width: 96%;
}

@media screen and (min-width: 600px) {
  .main-content {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content p {
    text-align: center;
  }
}

nav.header_menu {
  margin-top: 16px;
  padding-right: 8px;
}

nav.header_menu ul#menu-global_navi li {
  text-align: right;
  margin-bottom: 5px;
}

nav.header_menu ul#menu-global_navi li a {
  color: #fff;
}

.lang-list {
  margin-top: 25px;
  line-height: 1.3;
}

.lang-list li {
  padding: 0 0 20px 2px;
}

.lang-list li a {
  color: #fff;
}

h2 {
  font-size: 1.6em;
  font-weight: 700;
  margin: 0;
  padding: 20px 20px 10px 20px;
  background: #030;
  color: #ff0;
  text-align: center;
}

h3 {
  font-size: 1.3em;
  font-weight: 700;
  background: #030;
  color: #fff;
  margin: 10px auto;
  padding: 10px 5px 7px;
}

h4 {
  font-size: 1.3em;
  font-weight: 700;
  color: #030;
  margin: 10px auto;
  padding: 10px 5px 7px;
  line-height: 1.2;
}

.menu-list {
  width: 96%;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .menu-list {
    width: 84%;
  }
}

.menu-list div {
  margin-bottom: 20px;
}

.s-menu-list {
  text-align: center;
}

.s-menu-list ul {
  width: 208px;
  margin: 20px auto;
}

.s-menu-list ul li {
  float: left;
  margin: 1px;
}

.biginner-list {
  width: 96%;
  text-align: left;
  margin: 15px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .biginner-list {
    width: 80%;
    margin: 40px auto;
  }
}

.biginner-list .biginner-list-num {
  text-align: center;
  color: #fff;
  background-color: #030;
  padding: 10px;
  font-weight: bold;
}

.service-data {
  line-height: 2;
  width: 96%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service-data {
    width: 80%;
  }
}

.service-data .service-data-ttl {
  paading: 20px 5px;
  color: #fff;
  background: #030;
}

.service-data .service-data-text {
  paading: 20px 10px 30px;
}

.service-data div {
  margin-bottom: 20px;
}

.address-data {
  line-height: 2;
  width: 96%;
  margin: 30px auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .address-data {
    width: 80%;
  }
}

.address-data .address-data-ttl {
  paading: 20px 5px;
  color: #fff;
  background: #030;
}

.address-data .address-data-text {
  paading: 20px 10px;
}

.address-data div {
  margin-bottom: 20px;
}

.room-list {
  width: 84%;
  margin: 20px auto;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .room-list {
    width: 96%;
  }
}

/* clear fix */
.clrfx:before, .clrfx:after {
  content: " ";
  display: table;
}

.clrfx:after {
  clear: both;
}

.clrfx {
  *zoom: 1;
}

.alignleft {
  clear: both;
  float: left;
  margin: 10px 30px 15px 5px;
}

.alignright {
  clear: both;
  float: right;
  margin: 10px 15px 5px 30px;
}

.btn {
  margin: 10px;
  background: #030;
  border-radius: 5px;
  text-align: center;
}

.btn a {
  color: #fff;
  display: block;
  padding: 10px;
}

.btn.return-btn {
  display: block;
  width: 20em;
  margin: 30px auto 10px;
}

.btn.btn-enter {
  background: #f60;
}

.btn.link-btn {
  background: #f60;
  display: block;
}

.btn.btn-map {
  background: #f60;
  margin: 30px auto 10px;
}

.attention {
  font-size: 0.9em;
  color: #f60;
}

.ggmap {
  position: relative;
  padding-bottom: 66.66%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  text-align: center;
  line-height: 1.6;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  color: #030;
}

.drawer,
.drawerright {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 10px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 9999;
  color: #000;
}

.drawer {
  left: 0;
  width: 120px;
  height: 350px;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
}

.drawerright {
  right: 0;
  width: 100px;
  height: 350px;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.drbtn,
.drbtnright {
  position: fixed;
  top: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-bottom: 2px;
  z-index: 10000;
}

.drbtn {
  right: -60px;
}

.drbtnright {
  left: -65px;
}

.hambarg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 30px;
  background: #000;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.hambarg:nth-child(1) {
  top: 20%;
  left: 50%;
}

.hambarg:nth-child(2) {
  top: 35%;
  left: 50%;
}

.hambarg:nth-child(3) {
  top: 52%;
  left: 50%;
}

.drawer.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawerright.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drbtn.action,
.drbtnright.action {
  left: 5px;
  color: #fff;
}

.drbtn.action .hambarg,
.drbtnright.action .hambarg {
  background: #fff;
}

.drbtn.action .hambarg:nth-child(1),
.drbtnright.action .hambarg:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drbtn.action .hambarg:nth-child(2),
.drbtnright.action .hambarg:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.drbtn.action .hambarg:nth-child(3),
.drbtnright.action .hambarg:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.copyright {
  font-size: 0.8em;
  margin: 10px 0;
}

.illust-cut {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

@media screen and (min-width: 600px) {
  .illust-cut {
    margin: 0 100px;
  }
}

.illust-cut div {
  padding: 0;
  text-align: center;
}

.illust-cut div img {
  margin: 0;
  padding: 0 auto;
}
