#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
#global-header {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 9000;
}
@media screen and (max-width: 1366px) {
  #global-header {
    background: rgb(10, 10, 10);
  }
}
@media screen and (max-width: 834px) {
  #global-header {
    position: fixed;
  }
}
#header-inner {
  width: 1400px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#header-inner h1#logo {
  width: 265px;
  height: auto;
  margin-right: 32px;
}
#header-inner h1#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header-inner h1#logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  #header-inner {
    width: 100%;
  }
  #header-inner h1#logo {
    margin-left: 24px;
  }
}
@media screen and (max-width: 834px) {
  #header-inner h1#logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #header-inner h1#logo {
    width: 100%;
    margin: 0;
    margin-right: 56px;
    text-align: right;
  }
  #header-inner h1#logo img {
    width: 70%;
    height: auto;
  }
}
#header-inner nav#global-navi {
  width: 100%;
}
#header-inner nav#global-navi ul {
  display: flex;
  flex: 1;
  align-items: center;
}
#header-inner nav#global-navi ul li.navi-item {
  width: 100%;
  text-align: center;
}
#header-inner nav#global-navi ul li.navi-item a {
  color: #ffffff;
  font-size: 16px;
}
#header-inner nav#global-navi ul li.navi-item a:hover {
  color: #006c9c;
}
#header-inner nav#global-navi ul li.navi-item span {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
#header-inner nav#global-navi ul li.navi-item.snsicon img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 834px) {
  #header-inner nav#global-navi {
    display: none;
  }
}
ul.dropdown-list,
ul.dropdown-list2 {
  display: none;
  position: absolute;
  z-index: 9300;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 0;
}
ul.dropdown-list li,
ul.dropdown-list2 li {
  text-align: center;
}
ul.dropdown-list li:first-child,
ul.dropdown-list2 li:first-child {
  padding-bottom: 16px;
}
ul.dropdown-list li a,
ul.dropdown-list2 li a {
  color: #ffffff;
}

ul.dropdown-list li {
  padding: 8px 0;
  padding-left: 14px;
  text-align: left;
}
ul.dropdown-list li:first-child {
  padding-bottom: 8px;
}

ul.dropdown-list2 li {
  padding: 8px 0;
  padding-left: 24px;
  text-align: left;
}
ul.dropdown-list2 li:first-child {
  padding-bottom: 8px;
}

/*
Styling end
#global_header
*/
#wrap-inner {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 120px;
}
#wrap-inner nav#main-navi {
  position: relative;
  margin-bottom: 80px;
}
#wrap-inner nav#main-navi ul:nth-child(1) {
  width: 90%;
  margin: 24px auto;
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
#wrap-inner nav#main-navi ul:nth-child(1) li {
  width: 90px;
  height: 90px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li a {
  color: #f9f7ed;
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(1) a {
  background-image: url(../images/pic_sun.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa1 2s ease-in-out infinite;
  animation: fuwafuwa1 2s ease-in-out infinite;
  top: 60px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(2) a {
  background-image: url(../images/pic_moon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa2 3s ease-in-out infinite;
  animation: fuwafuwa2 3s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(3) a {
  background-image: url(../images/suisei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa3 2.4s ease-in-out infinite;
  animation: fuwafuwa3 2.4s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(4) a {
  background-image: url(../images/kinsei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa4 1.6s ease-in-out infinite;
  animation: fuwafuwa4 1.6s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(5) a {
  background-image: url(../images/tikyu.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa5 1s ease-in-out infinite;
  animation: fuwafuwa5 1s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(6) a {
  background-image: url(../images/kasei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa6 2.2s ease-in-out infinite;
  animation: fuwafuwa6 2.2s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(7) a {
  background-image: url(../images/mokusei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa7 1.5s ease-in-out infinite;
  animation: fuwafuwa7 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(8) {
  width: 143px;
  height: 103px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(8) a {
  background-image: url(../images/dosei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 143px;
  height: 103px;
  -webkit-animation: fuwafuwa8 1.5s ease-in-out infinite;
  animation: fuwafuwa8 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(9) a {
  background-image: url(../images/tennousei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa8 1.5s ease-in-out infinite;
  animation: fuwafuwa8 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(10) a {
  background-image: url(../images/kaiousei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa8 1.5s ease-in-out infinite;
  animation: fuwafuwa8 1.5s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa1 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa2 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa3 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa4 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa4 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa5 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa5 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa6 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa6 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa7 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa7 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa8 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(1) span img {
  -webkit-animation: usuusu1 2s ease-in-out infinite;
  animation: usuusu1 2s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(2) span img {
  -webkit-animation: usuusu2 3s ease-in-out infinite;
  animation: usuusu2 3s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(3) span img {
  -webkit-animation: usuusu3 2.4s ease-in-out infinite;
  animation: usuusu3 2.4s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(4) span img {
  -webkit-animation: usuusu4 1.6s ease-in-out infinite;
  animation: usuusu4 1.6s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(5) span img {
  -webkit-animation: usuusu5 1s ease-in-out infinite;
  animation: usuusu5 1s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(6) span img {
  -webkit-animation: usuusu6 2.2s ease-in-out infinite;
  animation: usuusu6 2.2s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(7) span img {
  -webkit-animation: usuusu7 1.5s ease-in-out infinite;
  animation: usuusu7 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(8) span img {
  -webkit-animation: usuusu7 1.5s ease-in-out infinite;
  animation: usuusu7 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(9) span img {
  -webkit-animation: usuusu2 1.5s ease-in-out infinite;
  animation: usuusu2 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(10) span img {
  -webkit-animation: usuusu4 1.5s ease-in-out infinite;
  animation: usuusu4 1.5s ease-in-out infinite;
}
@-webkit-keyframes usuusu1 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu1 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu3 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu3 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu4 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu4 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu5 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu5 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu6 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu6 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu7 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu7 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu8 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#wrap-inner nav#main-navi ul:nth-child(1) li span {
  display: block;
  text-align: center;
}
#wrap-inner nav#main-navi ul:nth-child(1) li span img {
  width: 76px;
}
@media screen and (max-width: 1112px) {
  #wrap-inner nav#main-navi ul:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #wrap-inner nav#main-navi ul:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #wrap-inner {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#mnavi-title {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1112px) {
  #mnavi-title {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #mnavi-title {
    display: none;
  }
}
#mnavi-title ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#mnavi-title ul li {
  width: 90px;
  text-align: center;
}
#mnavi-title ul li:nth-child(8) {
  width: 143px;
}
#mnavi-title ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  background: #ffffff;
  padding: 8px 4px;
  transition: background-color 0.5s linear, color 0.5s linear;
}
#mnavi-title ul li a.active {
  background-color: #2D6B98;
  color: #ffffff;
}

/*
Styling end
#wrap-inner
*/
#key-visual {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
}
@media screen and (max-width: 1366px) {
  #key-visual {
    padding-top: 80px;
  }
}
#key-visual ul.js-flickity {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  background: #ffffff;
}
#key-visual ul.js-flickity li {
  width: 100% !important;
}
@media screen and (max-width: 480px) {
  #key-visual ul.js-flickity li {
    height: 320px;
  }
}
#key-visual ul.js-flickity li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#key-visual .keyv1 {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
#key-visual .keyv1 img {
  width: 100%;
  height: auto;
  position: relative;
}
#key-visual .key-text {
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  position: absolute;
  right: 0;
  top: 35%;
}
#key-visual .key-text.active {
  opacity: 1;
  right: 10%;
}
@media screen and (max-width: 1440px) {
  #key-visual .key-text {
    top: 200px;
    right: 50px;
  }
}
@media screen and (max-width: 1112px) {
  #key-visual .key-text {
    top: 130px;
    right: 50px;
  }
}
#key-visual .key-text .key-read {
  color: #f9f7ed;
  font-size: 42px;
  font-style: italic;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
#key-visual .key-text .key-text-main {
  color: #f9f7ed;
  font-size: 26px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
#key-visual .key-text + a > img {
  width: 86px;
  height: 86px;
  position: absolute;
  left: 48%;
  bottom: 100px;
}
@media screen and (max-width: 834px) {
  #key-visual .key-text {
    width: 100%;
    text-align: center;
    right: 0;
  }
  #key-visual .key-text.active {
    opacity: 1;
    right: 0;
    top: 35%;
  }
  #key-visual .key-text .key-read {
    font-size: 36px;
  }
  #key-visual .key-text .key-text-main {
    font-size: 21px;
  }
  #key-visual .key-text + a > img {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 45%;
    bottom: 64px;
  }
}
@media screen and (max-width: 480px) {
  #key-visual .key-text .key-read {
    font-size: 26px;
    text-align: left;
  }
  #key-visual .key-text .key-text-main {
    font-size: 16px;
    text-align: left;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.15em;
  }
  #key-visual .key-text + a {
    display: none;
  }
}

/*
Styling end
#key-visual
*/
#main {
  position: relative;
  overflow-x: hidden;
}
#main div.content-bottom {
  position: relative;
  padding: 120px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1112px) {
  #main {
    padding: 200px 0 0;
  }
}
#main div.movie-btn {
  text-align: center;
  padding-top: 24px;
  margin: 0 auto 40px;
}
#main div.movie-btn a {
  display: block;
  width: 70%;
  border-radius: 12px;
  padding: 12px 24px;
  margin: 0 auto;
  background: #C1272D;
  color: #ffffff;
  transition: all 0.4s ease;
}
#main div.movie-btn a:hover {
  background: #232323;
}
#main div.movie-btn ul {
  margin: 10px auto 40px;
  padding: 16px;
  border-bottom: 1px solid #030303;
  width: 70%;
}
#main div.movie-btn ul li {
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 1112px) {
  #main div.movie-btn a {
    width: 90%;
  }
  #main div.movie-btn ul {
    width: 90%;
  }
}

.popup-group {
  width: 1000px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1112px) {
  .popup-group {
    width: 100%;
  }
}
.popup-group h2 {
  text-align: center;
}
.popup-group h2 span {
  display: block;
  font-size: 24px;
  padding: 12px 0;
  background: #F7931E;
  color: #ffffff;
  position: relative;
}
.popup-group .group1 {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.popup-group .group1 li {
  width: 20%;
  text-align: center;
  position: relative;
}
.popup-group .group1 li a {
  display: inline-flex;
  align-items: center;
  text-align: center !important;
  color: #f9f7ed;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.popup-group .group1 li a span {
  width: 100%;
  margin: 0 16px;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.popup-group .group1 li a span i {
  color: #232323;
  font-weight: bold;
}
.popup-group .group1 li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popup-group .group1 li.opc0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .popup-group .group1 {
    justify-content: flex-start;
  }
  .popup-group .group1 li {
    width: 33.3%;
  }
  .popup-group .group1 li.opc0 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .popup-group .group1 li {
    width: 49.5%;
  }
  .popup-group .group1 li.opc0 {
    display: none;
  }
}

/*
Styling end
#main
*/
#global-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #f9f7ed;
  border-top: 1px solid #1a1a1a;
}
#global-footer h2 {
  text-align: center;
  margin-bottom: 40px;
}
#global-footer h2 a img {
  width: 340px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #global-footer h2 a img {
    width: 80%;
  }
}
#global-footer section#footer-access {
  width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-around;
}
#global-footer section#footer-access div.access-box {
  width: 100%;
  border-left: 8px solid #1a1a1a;
  padding-left: 24px;
}
#global-footer section#footer-access div.access-box h3.access-title {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #global-footer section#footer-access div.access-box h3.access-title {
    font-size: 18px;
  }
}
#global-footer section#footer-access div.access-box p.access-how {
  margin-bottom: 10px;
}
#global-footer section#footer-access div.access-box p.access-how a.access-tel.gothic {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  #global-footer section#footer-access div.access-box p.access-how a.access-tel.gothic {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer section#footer-access div.access-box p.access-how a.access-tel.gothic {
    margin-right: 8px;
  }
}
#global-footer section#footer-access div.access-box p.access-how a.access-icon {
  position: relative;
  top: 4px;
}
#global-footer section#footer-access div.access-box p.access-how a.access-icon img {
  width: 36px;
  height: auto;
}
#global-footer nav#footer-navi {
  background: #1a1a1a;
  width: 100%;
  padding: 24px 0;
  margin-bottom: 40px;
  position: relative;
}
#global-footer nav#footer-navi ul {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: center;
}
#global-footer nav#footer-navi ul li a, #global-footer nav#footer-navi ul li span {
  color: #ffffff;
}
#global-footer nav#footer-navi ul li a:hover {
  color: #f7dd6f;
}
#global-footer nav#footer-navi ul li span {
  cursor: pointer;
}
#global-footer nav#footer-navi ul li span:hover {
  color: #f7dd6f;
}
#global-footer nav#footer-navi ul ul.footer-dropdown-list {
  display: none;
}
#global-footer p.copy {
  text-align: center;
}
@media screen and (max-width: 1112px) {
  #global-footer section#footer-access {
    width: 90%;
    margin: 0 auto 60px;
    display: block;
  }
  #global-footer section#footer-access div.access-box {
    margin-bottom: 40px;
    border-left: 8px solid #1a1a1a;
    padding-bottom: 12px;
  }
  #global-footer section#footer-access div.access-box h3.access-title {
    font-size: 28px;
  }
  #global-footer section#footer-access div.access-box h3.access-title br {
    display: none;
  }
  #global-footer section#footer-access p.access-info {
    font-size: 21px;
  }
  #global-footer section#footer-access p.access-info br {
    display: none;
  }
  #global-footer nav#footer-navi {
    background: #1a1a1a;
    width: 100%;
    padding: 24px 0;
    margin-bottom: 40px;
    position: relative;
  }
  #global-footer nav#footer-navi ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex: 1;
    align-items: center;
  }
}
@media screen and (max-width: 1112px) and (max-width: 480px) {
  #global-footer nav#footer-navi ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ffffff;
  }
  #global-footer nav#footer-navi ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 834px) {
  #global-footer section#footer-access div.access-box {
    margin-bottom: 40px;
    border-left: 8px solid #1a1a1a;
    padding-bottom: 4px;
    padding-left: 8px;
  }
  #global-footer section#footer-access div.access-box h3.access-title {
    font-size: 18px;
  }
  #global-footer section#footer-access div.access-box h3.access-title br {
    display: block;
  }
  #global-footer section#footer-access p.access-info {
    font-size: 16px;
  }
  #global-footer section#footer-access p.access-info br {
    display: none;
  }
}
/*
Styling end
#global-footer
*/
#info-contents {
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}
#info-contents iframe {
  width: 100%;
}
#info-contents iframe #newsWrap {
  width: 100%;
}
#info-contents iframe #newsWrap #newsList li div.clearfix {
  display: none !important;
}
@media screen and (max-width: 1112px) {
  #info-contents {
    width: 95%;
  }
}

p.concept {
  text-align: center;
  padding: 80px 0;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.15em;
  background: #006C9C;
}
p.concept span {
  color: #ffffff;
  padding: 12px 24px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.top__contact_area {
  padding-top: 40px;
}
.top__contact_area .top_contact_title {
  text-align: center;
  margin-bottom: 24px;
}
.top__contact_area .top_contact_title span {
  color: #f9f7ed;
  background: #006c9c;
  padding: 12px 32px;
  border-radius: 30px;
}
.top__contact_area .top_contact_body {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .top__contact_area .top_contact_body {
    width: 95%;
  }
}
.top__contact_area .top_contact_body p {
  margin-bottom: 15px;
  text-align: center;
}
.top__contact_area .top_contact_body .contact_list {
  padding: 20px;
}
.top__contact_area .top_contact_body .contact_list li {
  margin-bottom: 10px;
  text-align: center;
}
.top__contact_area .top_contact_body .contact_list li:last-child {
  margin-bottom: 0;
}
.top__contact_area .top_contact_body .contact_list li span {
  border-radius: 2em;
  border: 2px solid #2D6B98;
  padding: 5px 12px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #2D6B98;
  display: inline-block;
}

#sp-bottom-navi {
  display: none;
}
@media screen and (max-width: 834px) {
  #sp-bottom-navi {
    display: block;
    margin-bottom: 0;
  }
  #sp-bottom-navi ul li {
    background: #000d26;
    margin-bottom: 1px;
  }
  #sp-bottom-navi ul li a {
    padding: 12px 0 12px 32px;
    display: block;
    position: relative;
  }
  #sp-bottom-navi ul li a span.bottom-icon {
    width: 40px;
    text-align: center;
    padding-right: 18px;
    margin-right: 12px;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(1) img {
    width: 26px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(2) img {
    width: 24px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(3) img {
    width: 17px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(4) img {
    width: 14px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(5) img {
    width: 20px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(6) img {
    width: 16px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(7) img {
    width: 19px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon img {
    vertical-align: bottom;
  }
  #sp-bottom-navi ul li a span.bottom-text-ja {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    bottom: 6px;
  }
  #sp-bottom-navi ul li a span.bottom-text-en {
    font-size: 13px;
    color: #ffffff;
    position: relative;
    bottom: 6px;
  }
}

/*# sourceMappingURL=top.css.map */
