/*
Theme Name: Youth
Theme URI: https://example.com/youth
Author: Youth Nagoya
Author URI: https://example.com
Description: WordPress theme for the Youth Nagoya official site.
Version: 1.0.0
Text Domain: youth
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*==============================================================

	1. base

================================================================*/
html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  background: white;
  line-height: 1;
  color: black;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form label, form button {
  cursor: pointer;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
video {
  border: none;
  max-width: 100%;
  height: auto;
}
iframe {
  border: none;
}
blockquote, q {
  quotes: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}
/*==============================================================

	2. common

================================================================*/
/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
body {
  background-color: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: "Noto Serif JP", serif;
  ;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.6;
}
input {
  font-family: "Noto Serif JP", serif;
  ;
  font-weight: 400;
}
strong {
  font-family: "Noto Serif JP", serif;
  ;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  ;
  font-weight: 400;
}
/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/
a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/*==============================================================

	3. layout

================================================================*/
/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
/* .hd */



.hd {
  background-color: none;
  font-family: "Noto Serif JP", serif;
  ;
}
@media screen and (min-width: 811px) {
  .hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 810px) {
  .hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
.hd_wrapper {
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .hd_wrapper {
    padding: 10px 0;
  }
}
@media screen and (max-width: 810px) {
  .hd_wrapper {
    padding: 10px 0;
  }
}
.hd_logo a {
  display: block;
}
.hd_logo img {
  display: block;
  width: auto;
  float: left;
}
.hd_logo {
  dislay: block;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .hd_logo img {
    height: 46px;
  }
}
@media screen and (max-width: 810px) {
  .hd_logo {
    dislay: block;
    margin: 0 auto;
  }
  .hd_logo img {
    height: 40px;
  }
}
.hd_navi {
  position: fixed;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100vh;
  -webkit-transition: right 0.53s;
  transition: right 0.53s;
  -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
  transition-timing-function: cubic-bezier(.38, .52, .23, .99);
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  z-index: 100;
  padding: 60px 0 0 0;
  list-style: none;
  margin: 0;
}
.hd_navi.checked {
  right: 0;
}
.hd_navi li {
  margin: 15px 0;
  padding: 0;
}
.hd_navi li a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 810px) {
  .hd_navi {
    font-size: 15px;
  }
}
.hd .right {
  position: absolute;
  right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  .hd .right {
    right: 8px;
  }
}
.hd .right img {
  width: 30px;
}
@media screen and (max-width: 810px) {
  .hd .right img {
    width: 20px;
  }
}
.hd .right a {
  color: white;
}
#navi_btn {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 101;
  cursor: pointer;
}
/* ハンバーガーメニュー */
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  height: 18px;
  width: 30px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.6s forwards;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 810px) {
  .hd_btn {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
  }
}
.hd .right a {
  color: white;
}
/* PCオンリー */
/* SPオンリー */
.spnav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-top: 1px solid #1A1A1A;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .spnav {
    display: none;
  }
}
.spnav ul {
  display: flex;
}
.spnav ul li {
  width: 20%;
}
.spnav ul li a {
  display: flex;
  height: 54px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}
.spnav ul li a img {
  height: 20px;
  width: auto;
}
/*--------------------------------------------------------------
	index
--------------------------------------------------------------*/
.index {
  font-family: "Noto Serif JP", serif;
  ;
}
@media screen and (min-width: 811px) {
  .index {
    margin-top: 0px;
  }
}
.index section {
  margin-top: 0px;
  padding-top: 120px;
}
@media screen and (min-width: 811px) {
  .index section {
    padding-top: 0px;
  }
}
@media screen and (max-width: 810px) {}
/* ファーストビュー */
.index .fv {
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 811px) {
  .index .fv {}
}
@media screen and (max-width: 810px) {
  .index .fv {
    padding: 0px;
  }
}
.index .fv .left, .index .fv .right {
  width: 50%;
  position: relative;
}
.index .fv_slide.left {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
	background:black;
	overflow: hidden;
}
.index .fv_slide.left video{margin:0px; padding:0px;width:100%; height:100%;}
.index .fv_slide img {
  width: 100%;
}
.index .fv .right {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/top_right_bg.jpg');
  background-size: cover;
  position: relative;
}
.index .fv .right .box {
  background-color: rgba(0, 0, 0, 0.8);
  height: 50%;
  position: absolute;
  width: 50%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.index .fv .right .box img.text {
  margin-top: 33%;
}
.index .fv .right .box img.border.top {
  position: absolute;
  top: 0px;
  left: 0px;
}
.index .fv .right .box img.border.bottom {
  position: absolute;
  bottom: 0px !important;
  left: 0px;
}
@media screen and (max-width: 810px) {
  .index .fv {
    flex-wrap: wrap;
    padding: 0px !important;
  }
  .index .fv .left, .index .fv .right {
    width: 100%;
    position: relative;
	  z-index: 0;
  }
  .index .fv .right .box, .index .fv .right .box img.text {
    height: 60%;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .index .fv .right .box img.text {
    margin-top: 0px;
    height: auto;
    width: 90%;
  }
  .index .fv .right {
    background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/top_right_bg.jpg');
    background-size: cover;
    position: relative;
    height: 1000px;
  }
	.index .fv .right p.border_title{z-index: 10; margin-top:-10px !important; }
}
@media screen and (min-width: 811px) {}
@media screen and (max-width: 810px) {
  .index .fv_slide {
    margin: 0px;
  }
}
p.border_title {
  height: 20px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/border_section.png');
  background-size: contain;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 810px) {
  p.border_title {
    margin-top: 0px !important;
  }
}
/* cast */
section {
  font-family: "Noto Serif JP", serif;
}
section h2 img {
  width: 50%;
  max-width: 330px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}
footer h2 img {
  max-width: 140px;
}
section h2 {
  line-height: 5px;
  text-align: center;
  font-size: 20px !important;
  color: white !important;
  font-weight: 100;
}
.index .cast, footer, .index .button {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/bg_2.jpg');
  background-size: 25%;
  background-repeat: repeat;
  background-attachment: fixed;
  padding-bottom: 60px;
}
.index .cast p.border {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.index .cast p.border img {
  width: 100%;
  max-width: 750px;
}
.index .cast h3 {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: 100;
}
.index .cast h3.store_logo img {
  width: 100px;
  margin-top: 60px;
}
ul.cast_list {
  display: flex;
  width: 95%;
	margin:0 auto;
  justify-content: center;
  gap: 3%;
  margin-top: 60px;
}
ul.cast_list li {
  width: 30%;
  max-width: 330px;
  padding: 20px;
  position: relative;
}
ul.cast_list li div.inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.cast_list li div.inner.first {
  border: solid 2px;
  border-image: linear-gradient(to right, #fbcf00, #fffcd1, #cb9b0c, #f3e18b, #fffcd1) 3;
}
ul.cast_list li div.inner.second {
  border: solid 2px;
  border-image: linear-gradient(to right, #88abda, #385483, #e7edf8, #c7d5ed, #85a9d9, #1a4f6d) 3;
}
ul.cast_list li div.inner.third {
  border: solid 2px;
  border-image: linear-gradient(to right, #eae7e3, #9a959a, #f9f9f9, #8e888b, #b5b5b6) 3;
}
ul.cast_list li img {
  width: 100%;
  height: 100%;
}
ul.cast_list li div.inner.first p.name {
  border-top: solid 3px;
  border-image: linear-gradient(to right, #fbcf00, #fffcd1, #cb9b0c, #f3e18b, #fffcd1) 6;
}
ul.cast_list li div.inner.second p.name {
  border-top: solid 3px;
  border-image: linear-gradient(to right, #88abda, #385483, #e7edf8, #c7d5ed, #85a9d9, #1a4f6d) 2;
}
ul.cast_list li div.inner.third p.name {
  border-top: solid 3px;
  border-image: linear-gradient(to right, #eae7e3, #9a959a, #f9f9f9, #8e888b, #b5b5b6) 3;
}
ul.cast_list li img.border_silver {
  border-image: linear-gradient(to right, #88abda, #385483, #e7edf8, #c7d5ed, #85a9d9, #1a4f6d) 3;
}
ul.cast_list li:first-child {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/no1_bg_.png');
  background-size: cover;
}
ul.cast_list li:nth-child(2) {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth//images/index/no2_bg_.png');
  background-size: cover;
}
ul.cast_list li:nth-child(3) {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth//images/index/no3_bg_.png');
  background-size: cover;
}
ul.cast_list li p.name {
  font-size: 25px;
  font-weight: 100;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin-top: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 20px;
}
.index .cast p.btn img, .index .news p.btn img {
  width: 40%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.index .recruit, .index .interior, .index .access {
  position: relative;
  padding-bottom: 180px;
  height: 100%;
  min-height: 300px;
}
.index .recruit video, .index .access video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.index .interior video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.index .button video {
  object-fit: cover;
}
.index .button div {
  position: relative;
  z-index: 10;
}
.index .recruit{overflow: hidden;}
.index .recruit div.container, .index .access div.container {
  position: relative;
  z-index: 10;
}
.index .recruit div.boxes {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 2.5%;
  justify-content: center;
  margin-top: 60px;
}
.index .recruit div.box {
  color: white;
  width: 45%;
  height: 300px;
  max-width: 340px;
  background-color: rgba(0, 0, 0, 0.8);
}
.index .recruit div.box p.border_title {
  height: 15px;
}
.index .recruit div.box p.text {
  margin-top: 10px;
  line-height: normal;
  padding: 20px 30px;
  font-size: 20px;
}
.index .recruit div.box p img {
  margin: 0px;
  vertical-align: top;
  padding: 0px;
  width: 100px;
  margin-top: -20px;
  height: auto;
  float: right;
  margin-right: 10px;
}
.index .recruit div.box p.border_box img {
  float: none;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.index .recruit div.box p.btn a img {
  width: 100%;
  float: none;
  margin-top: 10px;
}
.index .recruit div.box p.btn a {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.index .movie1 {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/movie_bg.jpg');
  background-size:cover;
  background-repeat: none;
  background-attachment: fixed;
  padding-bottom: 60px;
  background-position: center;
}
.index .movie1 iframe {
  margin: 0 auto;
  display: block;
  height: 400px;
  width: 90%;
  max-with: 400px;
  margin-top: 60px;
}
.index .movie1 p.btn {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-with: 400px;
  margin-top: 60px;
}
.index .movie1 p.btn a {
  text-decoration: none;
}
.index .movie1 p.btn a img {
  width: 40%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.index .interior div {
  z-index: 10;
  position: relative;
}
.index .interior .box {
  width: 80%;
  max-width: 340px;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  margin-top: 40px;
  position: relative;
}
.index .interior .box p {
  text-align: center;
  padding-top: 40px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 100;
}
.index .interior .box img.top {
  position: absolute;
  top: 0px;
  left: 0px;
}
.index .interior .box img.bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.index .interior h3, .index .access h3 {
  font-family: "Noto Serif JP", serif;
  line-height: 1em;
  text-align: center;
  margin-top: 80px;
  font-size: 28px !important;
  color: white !important;
  font-weight: 100;
}
.index .interior h3 img, .index .access h3 img {
  width: 100px;
}
.index .interior ul.youth {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 480px;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
}
.index .interior ul.youth li {
  width: 50%;
}
.index .interior ul.youth li:nth-child(1) img {
  width: 90%;
}
.index .interior ul.youth li:nth-child(2) img {
  margin-left: -80px;
  margin-top: 60px;
}
.index .interior ul.youth li:nth-child(3) img {
  margin-left: 40px;
  margin-top: 60px;
}
.index .interior ul.youth li:nth-child(4) img {
  margin-left: -40px;
  margin-top: -20px;
}
.index .interior ul.youth li:nth-child(5) img {
  margin-left: 60px;
  margin-top: -80px;
}
.index .news {
  background-image: url('https://youthnagoya.com/wp-content/themes/youth/images/index/bg_news.jpg');
  background-size: 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  padding-bottom: 100px;
}
.index .news ul.news_list, .index .button ul {
  width: 95%;
  max-width: 900px;
  display: flex;
  gap: 2%;
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
}
.index .news ul.news_list li {
  width: 25%;
  background-color: rgba(0, 0, 0, 0.8);
}
.index .news ul.news_list li p.pic img {
  width: 100%;
}
.index .news ul.news_list li p.txt {
  color: white;
  font-size: 18px;
  padding: 20px;
}
.index .news ul.news_list li p.txt span.title {
  display: block;
}
.index .news ul.news_list li p.txt span.date {
  display: block;
  margin-top: 10px;
  font-size: 8px;
}
.index .access iframe {
  width: 80%;
  max-width: 720px;
  height: 420px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.index .access .access_info {
  width: 80%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 30px;
  color: white;
  justify-content: center;
}
.index .access .access_info p {
  width: 45%;
  height: 100%;
}
.index .access .access_info p.store_name {
  font-size: 16px;
  margin-top: 30px;
  margin-left: 40px;
}
.index .access .access_info p.store_name span {
  font-size: 12px;
}
.index .access .access_info p.access_info2 {
  font-size: 14px;
}
.index .access img.border {
  width: 80%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
}
footer .float {display: flex; width:80%; margin:0 auto; flex-wrap: wrap; justify-content: center;}
footer .float div{width:50%;}

footer h2 {
  text-align: center;
  
	width: 100%;
	max-width: 600px;
  margin: 0 auto;
	  margin-top: 60px;
}
footer h2 img {
  width: 140px;
  margin: 0 auto;
}
footer ul {
  display: flex;
	
  width: 100%;
	max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: center;
  gap: 25px;
}
footer ul.foot_menu {
  flex-wrap: wrap;
  width: 800px;
}
footer ul.foot_menu li {
  width: 20%;
  text-align: left;
}
footer ul.foot_menu li a {
  color: white;
  font-size: 14px;
}
footer ul.sns li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 45px;
}
footer .ft_botoom {
  margin-top: 40px;
}
footer .ft_botoom img.border {
  width: 100%;
  height: 5px;
}
p.btn img:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media screen and (max-width: 810px) {
	
  footer p.tel {
    font-size: 10px;
    margin-top: 10px;
  }

  .sp {
    display: block;
  }
  section {
    padding: 0px !important;
    padding-bottom: 80px !important;
  }
  .index {
    overflow: hidden;
  }
  ul.cast_list {
    flex-wrap: wrap;
    width: 90% !important;
	  margin:0 auto;
  }
  ul.cast_list li {
    width:100%;
    
    max-width: 450px;
    padding: 20px !important;
    margin-top: 40px;
  }
  ul.cast_list li:first-child {
    margin-top: 20px;
  }
  section p.btn a, .index .movie1 p.btn a {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  section p.btn a img, .index .movie1 p.btn a img {
    width: 100% !important;
    max-width: 500px !important;
  }
  .index .recruit div.boxes {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 2.5%;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
    flex-wrap: wrap;
  }
  .index .recruit div.box {
    width: 95%;
    height: auto;
    max-width: 500px;
    margin-top: 80px;
  }
  .index .recruit div.box1 {
    margin-top: 60px !important;
  }
  .index .recruit div.box p.btn a {
    width: 100%;
  }
  .index .recruit div.box p.btn a img {
    width: 100% !important;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px !important;
  }
  .index .button {
    padding: 60px;
    height: auto;
  }
  .index .button ul {
    flex-wrap: wrap;
  }
  .index .button ul li {
    width: 90%;
    margin-top: 40px
  }
  footer ul {
    display: flex;
    width: 95%;
    max-width: 600px;
    margin-left: 2.5%;
    margin: 0 auto;
    margin-top: 60px;
    justify-content: center;
    gap: 1%px;
  }
  footer ul.foot_menu {
    flex-wrap: wrap;
    width: 90%;
  }
  footer ul.foot_menu li {
    width: 40%;
    text-align: left;
  }
  footer ul.foot_menu li a {
    font-size: 16px;
  }
  .index .interior h3, .index .access h3 {
    margin-top: 60px;
    font-size: 22px !important;
    color: white !important;
    font-weight: 100;
  }
  .index .access .access_info {
    width: 80%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: center;
    padding: 0px;
  }
  .index .access .access_info p {
    width: 100%;
    height: auto;
    padding: 0px 40px;
    margin-left: 0px;
  }
  .index .access .access_info p.store_name {
    font-size: 16px;
    margin-top: 0px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .index .access .access_info p.store_name span {
    font-size: 12px;
  }
  .index .access .access_info p.access_info2 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index .access img.border {
    width: 80%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
  }
  .index .movie1 p.btn a {
    width: 100% !important
  }
  .index .news ul.news_list {
    flex-wrap: wrap;
  }
  .index .news ul.news_list li {
    width: 48%;
    margin-top: 20px;
  }
	.index .movie1 iframe {
  height: 300px;
  width: 90%;
  
}
	.index .access iframe {height: 300px;}
	footer p {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
		footer .float div{width:100% !important;}

}
/* -----------------------------------------------
フェードインの動きの大きさ設定
-------------------------------------------------- */
@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpsmall {
  animation-name: fadeInUpsmall;
}
@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownsmall {
  animation-name: fadeInDownsmall;
}
@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightsmall {
  animation-name: fadeInRightsmall;
}
@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftsmall {
  animation-name: fadeInLeftsmall;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* -----------------------------------------------
フェードインの動きの大きさ設定↑
-------------------------------------------------- */
.under-construction {
  
  text-align: center  !important;
		color:white;

}
.under-construction__inner {
  max-width: 100%;
		color:white;

}
.under-construction__title {
  font-size: 32px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
		color:white;

}
.under-construction__text {
  font-size: 18px;
  line-height: 1.8;
	color:white;
}

.site-main{width:100vh; height:100vh; background: black !important;}
.site-main .under-construction{
  height: 50%;
  position: absolute;
  width: 50%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center !important;
}



