.wrap{
	width: 1000px;
	margin: auto;
}
.swiper-slide img{

}
.swiper-slide video{}
.swiper-slide{

}

.h1{
	 font-size: 1.8em;
	 text-align: center;
	 margin: 30px;
}
.h1-about{
	font-size: 1.4em;
	text-align: left;
	margin: 30px 0px 30px;
	border-bottom: 1px solid;
	
}
.center{
	text-align: center;
}
.txt{
	line-height: 1.8em;
}


.h2{}
.float{
	display: flex;
	flex-direction: column;
	width: 72px;
	position: fixed;
	right: 10px;
	z-index: 1;
	top: 170px;
}
.float img{
	margin: 2px;
}

.float_box{
	margin: 3px;
	background-size: contain;
}

.float01{
	background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 65px;
}
.float02{
	background-image: url(../img/home.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 65px;
}
.float03{
	background-image: url(../img/inqiry.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 165px;
}


.pc_none{
		display: none;
	}
.header_wrap{
	background-color: #dc00ba;
	width: 100vw;
	height: 310px;
	color: #fff;
	padding: 10px;
}
.header-title{
	font-size: 0.8em;
	width: 90%;
	text-align: center;
	margin: auto;
}
.header_wrap_inner{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	/* margin-top: 71px; */
	width: 880px;
	margin: auto;
	padding-top: 50px;
}

.footer_wrap{
	background-color: #dc00ba;
	width: 100vw;
	/* height: 275px; */
	color: #fff;
	padding: 10px;
	text-align: center;
	padding-bottom: 50px;
}
.footer-title{
	font-size: 0.8em;
	width: 90%;
	text-align: center;
	margin: auto;
}
.footer-title-bootom{
	font-size: 0.8em;
	/* width: 90%; */
	text-align: center;
	margin: auto;
}
.footer_wrap_inner{
	display: flex;
	flex-direction: column;
	/* margin-top: 71px; */
	width: 880px;
	margin: auto;
	padding-top: 50px;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 100px; */
	flex-wrap: nowrap;
	align-content: center;
}

.logoarea{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.logoarea img{
    padding: 10px;
}
.logoareafoot{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.logoareafoot img{
    padding: 30px;
}
.pc-menu{
    display: flex;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    justify-content: center;
    flex-direction: column;
    flex-direction: revert;
    /* height: 20px; */
    align-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-size: 0.9em;
}
.pc-menu p{
    /* writing-mode: vertical-rl; */
    text-orientation: upright;
    /* width: 193px; */
    padding: 0px 10px;
    border-left: 1px solid #fff;
    /* height: 22px; */
}

.pc-menu p:last-child{
	/* border-right: 1px solid #fff; */
}
.more{
    width: 370px;
    margin: auto;
    text-align: center;
    height: 40px;
    border: 3px solid #dc00ba;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 40px 14px;
}
.more2{
    width: 370px;
    margin: auto;
    text-align: center;
    height: 40px;
    border: 3px solid #f300cd;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 40px 14px;
    background-color: #fff;
    color: #3e3e3e;
    outline: solid 1px white;
}

.gnavi__pc-style {
  margin: 0 0 0 auto;
}
.gnavi__pc-style ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;

}
.gnavi__pc-style ul li:not(:last-of-type) {
  margin-right: 10px;
}

.gnavi__sp-style {
  display: none;
  z-index: -2;
}
.swiper-container {
   
 }   
  .swiper-slide video {
      }
  
  .swiper-slide-txt{
	    position: absolute;
	    color: #fff;
	    left: 10px;
	    top: 10px;
	}
}

@media screen and (max-width: 1000px) {
	
	.wrap{
		width: 100vw;
		margin: auto;
		padding: 5px;
	}
	.swiper-slide img{width: 100vw;}
	.swiper-slide video{height: fit-content;width: 100vw;}
	.swiper-slide{height: 300px!important;display: flex;flex-direction: row;justify-content: center;align-items: flex-start;}
	
	.h1{
		 font-size: 1.8em;
		 text-align: center;
		 margin: 30px;
	}
	.h1-about{
		font-size: 1.4em;
		text-align: left;
		margin: 30px 0px 30px;
		border-bottom: 1px solid;
		
	}
	
	.txt{
		line-height: 1.8em;
	}
	
	
	.h2{}
	.float{
		display: flex;
		flex-direction: column;
		width: 72px;
		position: fixed;
		right: 10px;
		z-index: 1;
		top: 170px;
	}
	.float img{
		margin: 2px;
	}
	
	.float_box{
		margin: 3px;
		background-size: contain;
	}
	
	.float01{
		background-image: url(../img/tel.png);
	    background-repeat: no-repeat;
	    width: 70px;
	    height: 65px;
	}
	.float02{
		background-image: url(../img/home.png);
	    background-repeat: no-repeat;
	    width: 70px;
	    height: 65px;
	}
	.float03{
		background-image: url(../img/inqiry.png);
		background-repeat: no-repeat;
		width: 70px;
		height: 165px;
	}
	
	
	.pc_none{
			display: none;
		}
	.header_wrap{
		background-color: #dc00ba;
		width: 100vw;
		height: 150px;
		color: #fff;
		padding: 10px;
	}
	.header-title{
		font-size: 0.6em;
		width: 90%;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
	}
	.header_wrap_inner{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 0px;
		align-items: center;
	}
	
	.footer_wrap{
		background-color: #dc00ba;
		width: 100vw;
		/* height: 275px; */
		color: #fff;
		padding: 10px;
		text-align: center;
		padding-bottom: 50px;
	}
	.footer-title{
		font-size: 0.8em;
		width: 90%;
		text-align: center;
		margin: auto;
	}
	.footer-title-bootom{
		font-size: 0.8em;
		width: 90%;
		text-align: center;
		margin: auto;
	}
	.footer_wrap_inner{
		display: flex;
		flex-direction: column;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 50px;
		align-items: center;
		justify-content: center;
		/* margin-bottom: 100px; */
		flex-wrap: nowrap;
		align-content: center;
	}
	
	.logoarea{
	    display: flex;
	    flex-direction: row;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: nowrap;
	}
	.logoarea img{
	    padding: 10px;
	    width: 70px;
	}
	.logoareafoot{
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: nowrap;
	    margin-top: 20px;
	}
	.logoareafoot img{
	    padding: 30px;
	}
	.pc-menu{
	    display: flex;
	    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	    justify-content: center;
	    flex-direction: column;
	    flex-direction: revert;
	    /* height: 20px; */
	    align-content: center;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    font-size: 0.9em;
	}
	.pc-menu p{
	    /* writing-mode: vertical-rl; */
	    text-orientation: upright;
	    /* width: 193px; */
	    padding: 0px 10px;
	    border-left: 0px solid #fff;
	    /* height: 22px; */
	}
	
	.pc-menu p:last-child{
		/* border-right: 3px solid #fff; */
		margin-bottom: 10px;
	}
	.more{
	    width: 370px;
	    margin: auto;
	    text-align: center;
	    height: 40px;
	    border: 3px solid #dc00ba;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    background-image: url(../img/arrow.png);
	    background-repeat: no-repeat;
	    background-position: 40px 14px;
	}
	.more2{
	    width: 370px;
	    margin: auto;
	    text-align: center;
	    height: 40px;
	    border: 3px solid #f300cd;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    background-image: url(../img/arrow.png);
	    background-repeat: no-repeat;
	    background-position: 40px 14px;
	    background-color: #fff;
	    color: #3e3e3e;
	    outline: solid 1px white;
	}
	
	.gnavi__pc-style {
	  margin: 0 0 0 auto;
	}
	.gnavi__pc-style ul {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex-direction: row-reverse;
	
	}
	.gnavi__pc-style ul li:not(:last-of-type) {
	  margin-right: 10px;
	}
	
	.gnavi__sp-style {
	  display: none;
	  z-index: -2;
	}
	.swiper-container {
	    width: 100%;
	    height: auto;
	    
	    .swiper-wrapper {
	      
	        .swiper-slide {
	    video {
	                width: 100%;
	    height: 100%;
	            }
	        }
	    }
	}
	.swiper-slide-txt{
	    position: absolute;
	    color: #fff;
	    left: 10px;
	    top: 10px;
	}

}
@media screen and (max-width: 670px) {
	
	.wrap{
		width: 100vw;
		margin: auto;
		padding: 5px;
	}
	.swiper-slide img{width: 100vw;}
	.swiper-slide video{height: auto;width: 100vw;}
	.swiper-slide{height: 174px!important;}
	
	.h1{
		 font-size: 1.8em;
		 text-align: center;
		 margin: 30px;
	}
	.h1-about{
		font-size: 1.4em;
		text-align: left;
		margin: 30px 0px 30px;
		border-bottom: 1px solid;
		
	}
	
	.txt{
		line-height: 1.8em;
	}
	
	
	.h2{}
	.float{
		display: flex;
		flex-direction: column;
		width: 72px;
		position: fixed;
		right: 10px;
		z-index: 1;
		top: 170px;
	}
	.float img{
		margin: 2px;
	}
	
	.float_box{
		margin: 3px;
		background-size: contain;
	}
	
	.float01{
		background-image: url(../img/tel.png);
	    background-repeat: no-repeat;
	    width: 70px;
	    height: 65px;
	}
	.float02{
		background-image: url(../img/home.png);
	    background-repeat: no-repeat;
	    width: 70px;
	    height: 65px;
	}
	.float03{
		background-image: url(../img/inqiry.png);
		background-repeat: no-repeat;
		width: 70px;
		height: 165px;
	}
	
	
	.pc_none{
			display: none;
		}
	.header_wrap{
		background-color: #dc00ba;
		width: 100vw;
		height: 150px;
		color: #fff;
		padding: 10px;
	}
	.header-title{
		font-size: 0.6em;
		width: 90%;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
	}
	.header_wrap_inner{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 0px;
		align-items: center;
	}
	
	.footer_wrap{
		background-color: #dc00ba;
		width: 100vw;
		/* height: 275px; */
		color: #fff;
		padding: 10px;
		text-align: center;
		padding-bottom: 50px;
	}
	.footer-title{
		font-size: 0.8em;
		width: 90%;
		text-align: center;
		margin: auto;
	}
	.footer-title-bootom{
		font-size: 0.8em;
		width: 100%;
		text-align: center;
		margin: auto;
	}
	.footer_wrap_inner{
		display: flex;
		flex-direction: column;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 50px;
		align-items: center;
		justify-content: center;
		/* margin-bottom: 100px; */
		flex-wrap: nowrap;
		align-content: center;
	}
	
	.logoarea{
	    display: flex;
	    flex-direction: row;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: nowrap;
	}
	.logoarea img{
	    padding: 10px;
	    width: 70px;
	}
	.logoareafoot{
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: nowrap;
	    margin-top: 20px;
	    width: 90vw;
	}
	.logoareafoot img{
	    padding: 30px;
	}
	.pc-menu{
	    display: flex;
	    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	    justify-content: center;
	    flex-direction: column;
	    flex-direction: revert;
	    /* height: 20px; */
	    align-content: center;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    font-size: 0.9em;
	}
	.pc-menu p{
	    /* writing-mode: vertical-rl; */
	    text-orientation: upright;
	    /* width: 193px; */
	    padding: 0px 10px;
	    border-left: 0px solid #fff;
	    /* height: 22px; */
	}
	
	.pc-menu p:last-child{
		/* border-right: 3px solid #fff; */
		margin-bottom: 10px;
	}
	.more{
	    width: 370px;
	    margin: auto;
	    text-align: center;
	    height: 40px;
	    border: 3px solid #dc00ba;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    background-image: url(../img/arrow.png);
	    background-repeat: no-repeat;
	    background-position: 40px 14px;
	}
	.more2{
	    width: 370px;
	    margin: auto;
	    text-align: center;
	    height: 40px;
	    border: 3px solid #f300cd;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    background-image: url(../img/arrow.png);
	    background-repeat: no-repeat;
	    background-position: 40px 14px;
	    background-color: #fff;
	    color: #3e3e3e;
	    outline: solid 1px white;
	}
	
	.gnavi__pc-style {
	  margin: 0 0 0 auto;
	}
	.gnavi__pc-style ul {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex-direction: row-reverse;
	
	}
	.gnavi__pc-style ul li:not(:last-of-type) {
	  margin-right: 10px;
	}
	
	.gnavi__sp-style {
	  display: none;
	  z-index: -2;
	}
	.swiper-container {
	    width: 100%;
	    height: 240px;
	 }   
	 .swiper-wrapper {}
	 .swiper-slide {}
	 .swiper-slide video {
            width: 100%;
            /* height: 300px; */
     }
	.swiper-slide-txt{
	    position: absolute;
	    color: #fff;
	    left: 10px;
	    top: 10px;
	}

}

