.h1{
	 font-size: 1.8em;
	 text-align: center;
	 margin: 30px;
}
.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: 100px;
}
.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;
}

.logoarea{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.logoarea img{
    padding: 10px;
}
.pc-menu{
    display: flex;
    align-items: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    justify-content: revert;
    align-content: center;
    flex-direction: row;
    flex-direction: row-reverse;
}
.pc-menu p{
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 80px;
}

.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;
}

@media screen and (max-width: 1000px) {
	
	.gnavi__pc-style {
	  display: none!important;
	   z-index: -2;
	}
	
	.menu-bar{
		background-color: #dc00ba;
		width: 100vw;
		height: 86px;
		position: fixed;
		top: 0;
		z-index: 1;
	}
	/*Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã£â‚¬â‚¬Ã¥Â±â€¢Ã©â€“â€¹Ã¥â€°Â*/
	.menu-btn {
	  display : block;
	  position: fixed;
	  z-index : 3;
	  top: 19px;
	  width : 42px;
	  height: 36px;
	  cursor: pointer;
	  text-align: center;
	  /* border: 1px solid #ddd; */
	  /* background-color: #dc00ba; */
	  left: 10px;
	}
	.menu-btn span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 2px;
	  left    : 6px;
	  background: #ffffff;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition   : 0.3s ease-in-out;
	  transition        : 0.3s ease-in-out;
	}
	.menu-btn span:nth-of-type(1) {
	  top: 10px;
	}
	.menu-btn span:nth-of-type(2) {
	  top: 20px;
	}
	.menu-btn span:nth-of-type(3) {
	  top: 30px;
	}
	  
	/*Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã£â‚¬â‚¬Ã¥Â±â€¢Ã©â€“â€¹Ã¥Â¾Å’*/
	.menu-btn.active span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  background :#fff;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform   : rotate(-45deg);
	  transform        : rotate(-45deg);

	}
	.menu-btn.active span:nth-child(2),
	.menu-btn.active span:nth-child(3) {
	  top: 16px;
	  background :#fff;
	  -webkit-transform: rotate(45deg);
	  -moz-transform   : rotate(45deg);
	  transform        : rotate(45deg);
	}
	
	/*Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ§â€Â¨Ã£ÂÂ®Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼*/
	.gnavi__sp-style {
	  position: fixed;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  color: #fff;
	  background-color: rgba(0,0,0,0.9);
	  text-align: center;
	  width: 100%;
	  height: 100vh;
	  opacity: 0;
	  transition: opacity .6s ease, visibility .6s ease;
	  display: flex;
	  align-items: center;
	}
	.gnavi__sp-style ul {
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	.gnavi__sp-style ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	  transition: .4s all;
	}
	.gnavi__sp-style ul li:last-of-type {
	  padding-bottom: 0;
	}
	.gnavi__sp-style ul li:hover{
	  background :#ddd;
	}
	.gnavi__sp-style ul li a {
	  display: block;
	  color: #fff;
	  padding: 1em 0;
	  text-decoration :none;
	}
	.gnavi__sp-style.active {
	  opacity: 1;
	}
	
	.h1{
		 font-size: 1.6em;
		 text-align: center;
		 margin: 10px;
	}
	.h2{}
	.float{
		display: flex;
		flex-direction: row;
		width: 75px;
		position: fixed;
		right: 170px;
		z-index: 2;
		top: -100px;
		align-items: flex-end;
		height: 180px;
	}
	.float img{
		margin: 2px;
	}
	
	.float_box{
		margin: 3px;
		background: bottom;
	}
	
	.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/inqiry2.png);
		background-repeat: no-repeat;
		width: 70px;
		height: 66px;
	}

	.header_wrap{
		background-color: #dc00ba;
		width: 100vw;
		height: 215px;
		color: #fff;
		/* padding: 10px; */
	}
	.header-title{
		font-size: 0.8em;
		width: 0;
		text-align: center;
		margin: auto;
		display: none;
	}
	.header_wrap_inner{
		display: flex;
		align-content: center;
		justify-content: center;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 20px;
		align-items: center;
		margin-top: 80px;
	}
	
	.footer_wrap{
		background-color: #dc00ba;
		width: 100vw;
		/* height: 275px; */
		color: #fff;
		padding: 10px;
		text-align: center;
		padding-bottom: 100px;
		position: relative;
	}
	.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;
		position: absolute;
		bottom: 13px;
	}
	.footer_wrap_inner{
		display: flex;
		flex-direction: column;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 50px;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 150px;
		align-content: center;
	}
	
	.logoarea{
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	}
	.logoarea img{
	    padding: 10px;
	}
	.pc-menu{
	    display: flex;
	    align-items: center;
	    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	    flex-direction: row-reverse;
	    margin-top: 20px;
	}
	.pc-menu p{
	    writing-mode: vertical-rl;
	    text-orientation: upright;
	    width: 50px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	
	.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;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
	.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;
	    margin-bottom: 30px;
	}
	
	.pc_none{
		display: block;
	}
}
@media screen and (max-width: 480px) {
	
	
}

