@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@400;700;900&display=swap");

#container {
  margin: 0;
  padding: 0;
  width: auto;
}
.column2R #main {
	float: none;
	width: auto;
	color: #484848;
    font-family: "Noto Sans JP", "Roboto", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}
.breadCrumb {
  width: 970px;
  margin: 15px auto;
}

.wrapper {
    position: relative;
}

/*========= ナビゲーションCSS ===============*/

/* header（デモの参考値） */
.demobox-header{
/*background: #ddd;
height: 64px;
padding: 1em;*/
}

/* 全体調整CSS */
.hamburger-demo-menubox li {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 1%;
	top: 8px;
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 3em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1-before, .hamburger-switch-line1-after{
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1-before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1-after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #0078c4;
	background-image: linear-gradient(-90deg, #004da1, #0078c4);
	padding: 25px;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 78%;
}
#container .hamburger-menu-ttl a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border: solid 1px #fff;
    display: inline-block;
    padding: 0 10px;
	text-decoration: none;
}
#container .hamburger-menu-ttl span {
    font-weight: bold;
	color: #fff;
}

/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-top: 2%;
	padding-left: 2% !important; /* !important不要な場合もあり */
	list-style: none;
}
#container .hamburger-demo-menulist li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: .5em 0;
    font-weight: lighter;
}
#container .hamburger-demo-menulist li a span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-left: 1rem;
}

/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 70vw;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

/*========= ボタンCSS ===============*/
.hamburger-switch-line1-after::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:5px;
  left:-2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(45deg);
  top:9px;
  left:-18px;
}

.hamburger-demo-menubox.fixed {
    position: fixed;
    top: 0;
    left: auto;
    z-index: 9999;
    width: 100%;
    height: 63px;
	transition-duration: .5s;
}
.hamburger-demo-menubox.fixed.none {
    opacity: 0;
    z-index: -1;
}

.demobox-header.fixed {
    position: fixed;
    top: 0;
    left: auto;
    z-index: 9998;
    width: 100%;
    height: 63px;
    background: #0078c4;
    background-image: linear-gradient(-45deg, #004da1, #0078c4);
	transition-duration: .6s;
}
.demobox-header.fixed.none {
    opacity: 0;
    z-index: -1;
}
.demobox-header {
  transition-duration: .6s;
}
.demobox-header.is-hidden {
  opacity: 0;
}

.mainVisual {
  /*background: url(../5info/img/maebashi-playstudio/mv.jpg) no-repeat;*/
  height: 700px;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.mainVisualTxt {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 970px;
    margin: 0 auto;
    font-size: 96px;
    text-shadow: 2px 2px 6px #333;
    text-align: center;
	z-index: 2;
}
.mainVisualTxtTtl {
    line-height: 1.2em;
}
.mainVisualTxtEng {
  font-size: 28px;
}
.mainVisualTxtEng_b {
    border: 2px solid #fff;
    font-size: 34px;
    font-weight: 300;
    margin: 1rem auto 0;
    width: 100%;
    max-width: 440px;
}
.mainVisualTxtEng_b span {
	font-weight: bold;
}

/* スライダー全体 */
.mainVisual--slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 700px;
  background-color: #000;
}

/* スライダー画像 */
.mainVisual--slider .slider--image{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 暗くする */
.mainVisual--slider .slider--image::before {
    content: '';
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/*
  ①スライド画像
  表示する画像を定義
*/
.mainVisual--slider .slider--image:nth-of-type(1){
  background-image: url(../5info/img/maebashi-playstudio/mv_07.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(2){
  animation-delay: 5s;
  background-image: url(../5info/img/maebashi-playstudio/mv.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(3){
  animation-delay: 10s;
  background-image: url(../5info/img/maebashi-playstudio/mv_02.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(4){
  animation-delay: 15s;
  background-image: url(../5info/img/maebashi-playstudio/mv_03.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(5){
  animation-delay: 20s;
  background-image: url(../5info/img/maebashi-playstudio/mv_04.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(6){
  animation-delay: 25s;
  background-image: url(../5info/img/maebashi-playstudio/mv_05.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(7){
  animation-delay: 30s;
  background-image: url(../5info/img/maebashi-playstudio/mv_06.jpg);
}

/*
  ②アニメーション設定
  animation-durationのみ変更
*/
.mainVisual--slider .slider--image{
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 35s;  /* ①で設定したanimation-delayを合計を挿入 */
}

/* アニメーション定義 */
@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2) ;
    }
    100% { opacity: 0 }
}

@media screen and (max-width: 479px){
.mainVisual--slider .slider--image:nth-of-type(1){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp_07.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(2){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(3){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp_02.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(4){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp_03.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(5){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp_04.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(6){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp_05.jpg);
}
.mainVisual--slider .slider--image:nth-of-type(7){
  background-image: url(../5info/img/maebashi-playstudio/mv_sp_06.jpg);
}
}

.contents {
    margin: 0 auto;
    color: #484848;
}
.catchArea {
    width: 1050px;
    margin: 0 auto;
}
.catchTtl {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}
.arrow_box {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 30px;
    height: 47px;
    background-image: linear-gradient(360deg, #004da1, #0078c4);
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: normal;
}
.arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(106, 90, 205, 0);
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 10px;
    border-right-width: 0px;
    margin-left: -30px;
    border-top-color: #004ea2;
    top: 100%;
    left: 9%;
}
ul.catchlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 780px;
    padding-inline-start: revert;
}
ul.catchlist li {
    font-size: 24px;
    flex: 33.3333%;
	text-align: left;
	margin-bottom: 30px;
}
ul.catchlist li img {
    padding-right: 1rem;
}

.catchTxt {
  text-align: center;
  font-size: 24px;
  
}
.PointArea {
    background: url(../5info/img/maebashi-playstudio/img_bg_001.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}
h3.pointTtl {
  text-align: center;
  font-size: 40px;
}
h3.pointTtl span {
  color: #484848;
  background: linear-gradient(transparent 80%, #fff06c 80%);
  font-style: italic;
  
}
.pointList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  max-width: 970px;
  margin: 60px auto;
}
.pointList li {
  display: grid;
}
.pointList li img {
  display: block;
  margin: 0 auto 20px;
}
.pointList li p {
  color: #313131;
  font-size: 20px;
  font-weight: bold;
}

.bgPtn01 {
    background: url(../5info/img/maebashi-playstudio/img_bg_002.jpg) no-repeat;
    background-position: top;
    background-size: cover;
	padding: 120px 0;
}
.bgPtn02 {
    background: #f5f5f5;
	padding: 120px 0;
}

.areaInner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.areaInner.ps--Overview {
  max-width: 1050px;
  height: 680px;
}
.areaBox {
  position: absolute;
}
.areaBoxTtl {
  font-size: 40px;
  color: #004da1;
  font-style: italic;
  text-align: center;
}
.areaBoxSub {
  font-size: 24px;
  margin-bottom: 1rem;
}
.areaBoxTxt {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}
  .areaBoxNote {
    display: block;
    margin-top: 20px;
    font-size: 11px;
}
.OverviewArea .areaBox {
    top: 155px;
    right: 0;
    z-index: 1;
    border: 1px solid #fff;
    width: 100%;
    max-width: 542px;
}
.areaBoxinner {
    background-image: linear-gradient(-45deg, #004da1, #0078c4);
    color: #fff;
    padding: 10px;
    margin: 10px;
}
.areaBox__txtinner {
    border: 1px solid #fff;
    padding: 30px;
}
.OverviewArea .img01 {
    position: absolute;
    top: 110px;
    left: 0;
}

/* fade
____________________*/
.fade {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease;
}
.fade.fadeShow {
	transform: translateY(0);
	opacity: 1;
}


.DetailArea .areaInner {
	max-width: 1050px;
    height: 400px;
    margin-bottom: 80px;
}
.DetailArea .areaBox {
  top: 0;
  left: 0;
  z-index: 1;
}
.areaBox.areaBox__01 {
    background: url(../5info/img/maebashi-playstudio/img_bg_icon_001.png) no-repeat;
    background-position: bottom+0 right;
}
.DetailArea .areaBox.areaBox__02 {
    right: 0;
    left: auto;
}
.areaBox.areaBox__02 {
    background: url(../5info/img/maebashi-playstudio/img_bg_icon_002.png) no-repeat;
    background-position: bottom+0 right;
}
.areaBox.areaBox__03 {
    background: url(../5info/img/maebashi-playstudio/img_bg_icon_003.png) no-repeat;
    background-position: bottom+0 right;
}

@media screen and (min-width: 480px){
.DetailArea .areaBox {
    width: 407px;
}
.areaBox.areaBox__01, .areaBox.areaBox__02, .areaBox.areaBox__03 {
    height: 360px;
}
}

.DetailArea .areaBoxSub {
    font-size: 60px;
    font-weight: 300;
}
.DetailArea .areaBoxTxt {
    font-size: 18px;
}
.DetailArea .img01 {
    position: absolute;
    top: 0;
    right: -25%;
}
.DetailArea .img02 {
    position: absolute;
    top: 0;
    left: -25%;
}

.SpaceArea {
	background: url(../5info/img/maebashi-playstudio/img_bg_003.jpg) no-repeat;
    background-position: top;
    background-size: cover;
	padding: 120px 0;
}
.SpaceArea .areaInner {
    max-width: 1140px;
	height: 650px;
}
.SpaceArea .img01 {
    position: absolute;
    top: 110px;
    left: 18%;
    right: 0;
	width: 588px;
}
.areaBoxSub__b {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}
.areaBoxTxt__b {
    font-size: 18px;
    margin-bottom: 40px;
}
.areaBox.areaBox__04 {
    width: 320px;
    top: 100px;
    left: -5%;
    z-index: 1;
}
.areaBox.areaBox__05 {
    width: 320px;
    top: 100px;
    right: -5%;
    z-index: 1;
}

/* pop-up
____________________*/
.open {
	cursor:pointer;
}
.open:hover {
    opacity: 0.6;
}
#pop-up, #pop-up-b {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay, #pop-up-b:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	/*width: 90vw;
	max-width: 780px;*/
	/*height: 240px;*/
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
	color: #fff;
}
.window img {
    width: 100%;
}
@media screen and (max-width: 479px){
.window img {
    width: 96vw;
}
}

.EquipmentArea {
    background: url(../5info/img/maebashi-playstudio/img_bg_004.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}
.EquipmentArea .areaInner {
    max-width: 1140px;
    height: auto;
}
.areaBoxTtlsub {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
	margin: 30px auto;
}
.EquipmentArea p {
    text-align: center;
    font-size: 18px;
}
ul.equipmentlist {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px auto 60px;
    max-width: 1140px;
}
ul.equipmentlist li {
    border: 1px solid #004da1;
    padding: 10px;
}
@media screen and (min-width: 480px){
ul.equipmentlist li {
    width: 30%;
}
}

ul.equipmentlist h5 {
    background: #004da1;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}
.equipmentlist--cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 30px 0;
	flex-wrap: nowrap;
}
.equipmentlist--cont img {
    width: 110px;
}
dl.equipmentlist--dl {
    width: 58%;
}
dl.equipmentlist--dl dt {
    font-size: 18px;
}
dl.equipmentlist--dl dd {
    font-size: 14px;
}
dl.equipmentlist--dl a {
    color: #00A2E6;
}
.installation_pc .equipmentlist--cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1050px;
}
.installation_pc ul.equipmentlist li {
    width: 100%;
}
.installation_pc .equipmentlist--cont img {
    width: 350px;
}
.installation_pc dl.equipmentlist--dl {
    width: auto;
    padding-left: 50px;
}
dl.equipmentlist--dl dt.dt--installation_pc {
    font-size: 26px;
	margin-top: 1rem;
}
dl.equipmentlist--dl dd.dd--installation_pc {
    font-size: 18px;
}

table.equipmentlist--table {
    margin: 30px auto;
	width: 100%;
	max-width: 669px;
}
#container table.equipmentlist--table th, #container table.equipmentlist--table td {
    font-size: 24px;
    font-weight: 300;
}
p.EquipmentArea--p_2 {
    text-align: left;
    width: 100%;
    max-width: 669px;
    margin: 0 auto;
}
table.equipmentlist--table.table_2 th {
    text-align: center;
}
table.equipmentlist--table.table_2 td {
    padding-left: 1rem;
}
ul.list--amenity {
    list-style: disc;
    font-weight: 300;
    font-size: 24px;
    margin: 30px auto;
    width: 100%;
    max-width: 669px;
    padding-inline-start: revert;
}

.GuidanceArea {
    background: url(../5info/img/maebashi-playstudio/img_bg_005.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}
.GuidanceArea .areaInner {
    max-width: 1140px;
    height: auto;
}
.guidance--cont {
    text-align: center;
    margin: 40px auto;
}
.guidance--cont h4 {
    font-size: 24px;
    line-height: 1.5rem;
    font-family: "Roboto", Sans-Serif;
}
.guidance--cont h4 span {
    font-size: 16px;
    font-weight: normal;
    font-family: "Noto Sans JP", Sans-Serif;
}
.guidance--cont img {
    margin: 20px auto;
}
.guidance--cont p {
    text-align: left;
    font-size: 18px;
    margin-top: 1rem;
    max-width: 485px;
    margin: 1rem auto 0;
}
.guidance--cont p.time--p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	margin-top: 0;
}
.guidance--cont p.time--p span {
    font-size: 18px;
    font-weight: normal;
}
table.guidance--table {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
}
table.guidance--table th, table.guidance--table td {
    font-size: 18px;
}
.guidance--cont__map {
    display: flex;
    text-align: center;
    align-items: flex-start;
    max-width: 970px;
    margin: 30px auto;
    justify-content: space-between;
}
.maparea {
    width: 50%;
}
.maptxtarea p {
    font-weight: bold;
}
table.guidance--table__map {
    text-align: left;
    margin: 30px 0;
}
table.guidance--table__map th, table.guidance--table__map td {
    font-size: 18px;
    line-height: 2;
}
table.guidance--table__map td {
    font-weight: bold;
    padding-left: 2rem;
}
table.guidance--table__map th {
    width: 72px;
}
.maptxtarea {
    width: 50%;
    margin-left: 2rem;
}
.maptxtarea td span {
    font-size: 14px;
    font-weight: 500;
}


/*-------------------------------------
　よくある質問・注意事項
---------------------------------------*/
.QuestionArea {
    background: #f5f5f5;
    padding: 120px 0 0;
}
.QuestionArea h3 {
	margin-bottom: 30px;
}
#FAQ {
    padding-bottom: 120px;
}
.toggle {
	display: none;
}
.Label {
	padding: 1em;
	display: block;
	color: #fff;
	font-size: 16px;
	background:#004da1;
}
.Label::before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
	background-color: #fff;
}
.toggle:checked + .Label + .content p {
    font-size: 16px;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*-------------------------------------
　コピーライト
---------------------------------------*/
.copyarea.areaInner {
    font-size: 12px;
}

/*-------------------------------------
　ボタン
---------------------------------------*/
#container .wrapper .c-button--primary-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

#container .wrapper .c-button--primary-blue::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #484848;
    content: '';
}
@media screen and (max-width: 479px){
	#container .wrapper .c-button--primary-blue::after {
      right: 14px;
      width: 7px;
      height: 7px;
}
}

#container .wrapper .c-button--primary-blue::before, #container .map_linkbtn::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #a3a3a3;
    content: '';
    opacity: 0.3;
}
.wrapper .c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}
.wrapper .c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}
#container .wrapper .c-button--primary-blue > span {
  display: inline-block;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 480px) {
  #container .wrapper .c-button--primary-blue > span {
    font-size: 16px;
    letter-spacing: 1.96px;
    line-height: 1.63;
	color: #fff;
  }
}
@media screen and (max-width: 479px) {
  #container .wrapper .c-button--primary-blue > span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

#container .wrapper .c-button--primary-blue {
    border: 0;
    background-color: #004da1;
    color: #fff;
}
#container .wrapper .c-button--primary-blue::after {
  border-color: #fff;
}

#container .wrapper .c-button--primary-blue::before {
  background-color: #fff;
  opacity: .15;
}

#container .map_linkbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #484848;
    text-decoration: none;
    border: 1px solid #484848;
    border-radius: 50px;
    padding: 5px;
    width: 280px;
    font-size: 16px;
    margin: 20px auto;
    background-color: transparent;
    overflow: hidden;
}
#container .map_linkbtn::before {
    opacity: .2;
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}


.pagetop {
  width: 970px;
  margin: 0 auto;
}

.imgWrap {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  opacity: 0;
}
.imgWrap.imgIn {
  animation: img_move 1.5s ease-in forwards;
}
@keyframes img_move {
  20%{
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.imgWrap.imgIn:before {
  animation: img_wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img_wrap {
  100% {
    transform: translateX(100%);
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 479px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
#container {
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
.contents {
  width: 100%;
}
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap {
    left: 22vw;
}
#container .hamburger-menu-ttl a {
    font-size: 15px;
}
.hamburger-demo-menubox li {
    font-size: 4.2vw;
}
#container .hamburger-demo-menulist li a span {
    font-size: 3.6vw;
}
.mainVisual {
  /*background: url(../5info/img/packing/main_visual_sp.jpg) no-repeat;*/
  height: 50vh;
  background-position: 0%;
  background-size: cover;
}
.mainVisual--slider {
    height: 58vh;
}
.mainVisualTxt {
  font-size: 4.5vw;
  width: 100%;
}
.mainVisualTxtTtl {
  top: 50vw;
  left: 2vw;
  font-size: 9vw;
}
.mainVisualTxtEng {
  top: 64vw;
  left: 1vw;
  font-size: 4vw;
}
.mainVisualTxtEng_b {
  border: 2px solid #fff;
  font-size: 6vw;
  font-weight: 300;
  margin: 1rem auto 0;
  width: 85%;
  max-width: 440px;
}
.bgPtn01 {
	padding: 60px 0;
}
.bgPtn02 {
	padding: 60px 0;
}
.catchTtl {
    font-size: 26px;
}
h3.pointTtl {
  font-size: 6vw;
}
.catchArea {
    margin: 130px auto 0;
    width: 100%;
}
.arrow_box {
    height: auto;
    padding: 10px 0;
    font-size: 17px;
}
ul.catchlist {
    padding-inline-start: inherit;
}
ul.catchlist li {
    font-size: 4vw;
    flex: 43%;
    padding-left: 1em;
}
.PointArea {
    padding: 120px 0 30px;
}
.pointList li{
  display: block;
  margin-bottom: 50px;
}
.pointList li a {
  width: auto;
  height: auto;
  border-radius: none;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-around;
}
.pointList li a:before {
  font-size: 12vw;
}
.pointList li a img {
  display: inline;
  margin: 0 auto;
  width: 15%;
  height: auto;
}
.pointList li a span {
  font-size: 4.5vw;
  line-height: 6vw;
  width: 60%;
  text-align: left;
}
.pointList li a:after {
  display: none;
}
.pointArea {
  margin-bottom: 120px;
}
.areaInner {
  width: 96%;
  height: auto;
  margin: auto;
  position: static;
}
.areaInner.ps--Overview {
    height: auto;
}
.areaBoxTtl {
  font-size: 7vw;
}
.areaBox {
  position: static;
  box-sizing: border-box;
}
.areaBoxinner {
    margin: 10px 0 0 0;
}
.arrow_box:after {
  margin-left: -15px;
}
.areaBoxSub {
  font-size: 18px;
}
.areaBoxTxt {
  font-size: 14px;
}
.areaBoxNote {
  font-size: 3vw;
}
.areaInner .img01, .areaInner .img02 {
  margin-top: 20px;
}
.areaInner .img01, .areaInner .img02, .areaInner .img03 {
  position: static;
  margin-bottom: 20px;
}
.areaInner img {
    width: auto;
    max-width: 100%;
}
.DetailArea .areaInner {
    height: auto;
}
.DetailArea .areaBox {
    padding: 0;
}
.DetailArea .areaBoxSub {
    font-size: 40px;
}
.DetailArea .areaBoxSub img {
    width: auto;
}
.DetailArea .areaBoxTxt {
    font-size: 16px;
}
.areaBox.areaBox__01 {
    background: url(../5info/img/maebashi-playstudio/img_bg_icon_001.png) no-repeat;
    background-position: top+0px right;
    background-size: 55%;
}
.areaBox.areaBox__02 {
    background: url(../5info/img/maebashi-playstudio/img_bg_icon_002.png) no-repeat;
    background-position: top+0 right;
    background-size: 55%;
}	
.areaBox.areaBox__03 {
    background: url(../5info/img/maebashi-playstudio/img_bg_icon_003.png) no-repeat;
    background-position: top+0 right;
    background-size: 55%;
}
.SpaceArea {
    padding: 60px 0;
}
.SpaceArea .areaInner {
    height: auto;
}
.SpaceArea .sp.img01 {
    width: auto;
	margin-bottom: 30px;
}
.areaBox.areaBox__04, .areaBox.areaBox__05 {
    width: 100%;
    top: 0;
    left: 0;
	margin-bottom: 30px;
}
.areaBox.areaBox__04 img, .areaBox.areaBox__05 img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
	padding: 0;
}
.areaBoxSub__b {
    font-size: 20px;
	padding: 0 ;
}
.areaBoxTxt__b {
    font-size: 16px;
	padding: 0;
}
.areaBoxTtlsub {
    font-size: 22px;
}
.EquipmentArea p {
    font-size: 14px;
	margin-top: -15px;
}
ul.equipmentlist h5 {
    font-size: 22px;
}
ul.equipmentlist li {
    border: 1px solid #004da1;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.equipmentlist--cont img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
dl.equipmentlist--dl {
    width: 54%;
    margin-left: 1rem;
}
.installation_pc .equipmentlist--cont {
    flex-direction: column;
}
.installation_pc .equipmentlist--cont img {
    width: 100%;
    max-width: 85%;
}
.installation_pc dl.equipmentlist--dl {
    padding-left: 0;
}
dl.equipmentlist--dl dt.dt--installation_pc {
    font-size: 20px;
}
dl.equipmentlist--dl dd.dd--installation_pc {
    font-size: 16px;
}
/*table.equipmentlist--table {
    width: 96%;
}*/
table.equipmentlist--table img {
    width: auto;
}
table.equipmentlist--table th, table.equipmentlist--table td {
    font-size: 3.6vw;
}
ul.list--amenity {
    font-size: 3.6vw;
}
.guidance--cont {
    padding: 0;
}
.guidance--cont p {
    font-size: 14px;
}
.guidance--cont img {
    width: auto;
}
.guidance--cont__map {
    flex-wrap: wrap;
}
table.guidance--table th, table.guidance--table td {
    font-size: 16px;
}
.maparea {
    width: 100%;
}
.maptxtarea {
	margin: 0 auto;
	width: 100%;
}
.maptxtarea p {
    font-size: 16px;
}
td.typesquare_option span {
    font-size: 12px;
}
table.guidance--table__map td {
    padding-left: 1rem;
}
table.guidance--table__map th, table.guidance--table__map td {
    font-size: 14px;
}
.c-button--primary-blue {
    margin: 0 auto;
}
.OverviewArea, .DetailArea {
    padding-bottom: 60px;
}
.Label {
	font-size: 14px;
}
.toggle:checked + .Label + .content p {
    font-size: 14px;
}
.copyarea.areaInner {
    width: 96%;
    font-size: 10px;
}
}

/*2022.12.15追加　新着情報・メディア掲載情報*/
.video_area {
    max-width: 970px;
    margin: 0 auto;
	font-size: 16px;
}
.iframe-wrap {
    max-width: 970px;
    margin: 30px auto 15px;
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media_area {
    margin-top: 60px;
	font-size: 16px;
}
.media_area li {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #aaa;
}
.media_area dl {
    display: table;
}
.media_area dt {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    font-weight: bold;
}
dd.media-icon {
    width: 280px;
}
dd.media-icon img {
    width: 30px;
	padding-right: 10px;
}
.media_area dd {
    display: table-cell;
    vertical-align: middle;
	font-weight: 500;
}
a.medialist_link {
    color: #fff;
    background: #004da1;
    text-decoration: none;
    width: 100%;
    max-width: 1140px;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 16px 0;
    font-size: 16px;
}
@media screen and (max-width: 479px){
.video_area {
	font-size: 14px;
}
.media_area {
    font-size: 14px;
}
.media_area dl, .media_area dt, .media_area dd {
    display: block;
}
dd.media-icon {
    padding: 7px 0;
}
a.medialist_link {
    padding: 14px 0;
    font-size: 14px;
}
}

#container {
    z-index: unset!important;
}
#Header {
    z-index: unset!important;
}
#Header .inner {
    z-index: unset!important;
}
#Globalnavi .inner {
    z-index: unset!important;
}
#popular_words_box {
    z-index: 3!important;
}