@media screen and (max-width: 480px) {

	.pc_disp{
		display: none;
	}
	.pc_disp_inline{
		display: none;
	}
	
	.sp_disp{
		display: block;
	}
	
	.pc_video{
		display: none !important;
	}
	.sp_video{
		display: block !important;
	}
		
	/* TOP ビュー */
	.loading{
		position: fixed;
		background: #ffffff;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		z-index: 111111111;
	}
	.loading .logo1{
		position: absolute;
		top: calc(50% - 55.5px);
		left: calc(50% - 75px);
		width: 150px;
		display: none;
	}
	.loading .logo2{
		position: absolute;
		top: calc(50% - 83px);
		left: calc(50% - 150px);
		width: 300px;
		display: none;
		transform: unset;
	}
	
	#top_view{
		min-height: 600px;
		width: 100%;
		position: relative;
	}
	#top_view .back{
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.1;
	}
	.bodyback{
		background-image: url(../image/01_top/01_fv.png);
		/* 画像を常に天地左右の中央に配置 */
		background-position: center center;
		/* 画像をタイル状に繰り返し表示しない */
		background-repeat: no-repeat;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-attachment: fixed;
		/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
		background-size: cover;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
		background-color: #464646;
	}
	
	#top_view .logo_0{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 110px;
		display: block;
	}
	
	#top_view .logo{
		position: absolute;
		top: 10px;
		left: 7px;
		width: 90px;
		height: auto;
		display: block;
		z-index: 10;
	}
		
	.fuwafuwa2 {
		width: 120px;
		height: 146.63px;
		margin: 0px;
		animation: fuwafuwa2 4s linear 2s infinite;
	  }
	   
	  @keyframes fuwafuwa2 {
		/*
		0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
		2%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
		16%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
		20%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
		25%  { transform: scale(1.0, 1.0) translate(0%, -5%); }
		33%  { transform: scale(1.0, 1.0) translate(0%, -20%); }
		38%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
		40% { transform: scale(1.0, 1.0) translate(0%, 0%); }
		100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
		
		0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
		4%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
		12%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
		16%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
		20%  { transform: scale(1.0, 1.0) translate(0%, -5%); }
		24%  { transform: scale(1.0, 1.0) translate(0%, -20%); }
		28%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
		32%  { transform: scale(1.0, 1.0) translate(0%, 10%); }
		36%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
		40% { transform: scale(1.0, 1.0) translate(0%, 0%); }
		100% { transform: scale(1.0, 1.0) translate(0%, 0%); }	*/	
	  }
	#top_view .menu{
		position: absolute;
		top:25px;
		right:150px;
		display: none !important;
	}
	#top_view .menu p{
		margin-left: 20px;
		font-family: "noto-sans-cjk-jp", sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		background: #fff;
		vertical-align: middle;
		border: solid 1px #000;
		padding-left: 1rem;
		padding-right: 3rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		padding: 6px 46px 7px 22px;
	}
	#top_view .menu p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 20px;
		top:7px;
		right:10px;
	}
	#top_view .menu a{
		color: #000;
	}
	
	.openbtn2{
		position: absolute;/*ボタン内側の基点となるためrelativeを指定*/
		top:5px;
		right:15px;
		width: 50px;
		height:40px;
		cursor: pointer;
	  }
		
	 .openbtn2 span{
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 0px;
		height: 2px;
		background-color: #F8C063;
	}
	.openbtn3 span{
		background-color: #FFF !important;
	}
	
	.openbtn2 span:nth-of-type(1) {
		top:12px; 
		width: 100%;
	}
	  
	.openbtn2 span:nth-of-type(2) {
		top:23px;
		width:100%;
	}
	
	/* Nav */
	.nav{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #f9e600;
		z-index: 11;
	}
	
	.nav span a{
		color: #fff;
	}
	.nav .wrap{
		width: 90%;
		overflow: hidden;
		top:75px;
		left:48px;
		position: absolute;
	}
	.nav .wrap div{
		float: none;
		width: 100%;
	}
	.nav .wrap div:nth-of-type(2){
		padding-top: 30px;
	}
	.nav .wrap div p{
		font-size: 1.0rem;
		color: #000;
		position: relative;
		padding-bottom: 20px;
		display: inline-block;
		margin-top: 3px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	.nav .wrap div p::after {
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 20px;
		height: 20px;
		top: -1px;
		left: 140px;
		margin-top: -1px;
	}
	.nav .wrap div .ho{
		background: #fff;
		padding: 7px 5px 4px 15px;
		border-radius: 25px;
		width: 150px;
		border: solid 1px #fff;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.nav .wrap div .ho::after {
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 20px;
		height: 20px;
		top: 4px;
		left: 138px;
		margin-top: 1px;
	}
	.batsu {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top:1%;
		right:1%;
		cursor: pointer;
	}
	   
	.batsu::before, .batsu::after { /* 共通設定 */
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px; /* 棒の幅（太さ） */
		height: 40px; /* 棒の高さ */
		background: #000;
	}
	
	.batsu::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	   
	.batsu::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	
	#top_view .logo_2{
		position: absolute;
		bottom:0px;
		left:0px;
		width: 50%;
		display: block;
	}
	
	#top_view .scrol{
		position: absolute;
		bottom: -2px;
		right: 0px;
		width: 7%;
	}
	
	#top_view .line{
		z-index: 1;
		position: absolute;
		top:calc(100% - 182px);
		right:60px;
		height:0px;
		width:1px;
		background:#fff;
		animation-name: sizeScale;
		animation-duration: 3s;
		animation-timing-function: linear;
		animation-delay: 1s;
		animation-iteration-count: infinite;
	}
	@keyframes sizeScale {
		100% {
			height:182px;
		}
	}
	
	#sec_view{
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.video_2{
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#sec_view h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 15px;
		display: block;
		padding-bottom: 50px;
		background: rgba(255,255,255,0.7);
		display: inline-block;
		padding: 5px 10px 8px 10px;
	}
	#sec_view h3{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 500;
		font-size: 12px;
		display: block;
		margin-bottom: 10px;
		background: rgba(255,255,255,0.7);
		display: inline-block;
		padding: 5px 10px 8px 10px;
	}
	
	.blink {
		animation: blinkAnime 0.5s infinite alternate;
	  }
	  @keyframes blinkAnime{
		0% { background: rgba(0,0,0,0.7); color:rgba(255,255,255,0.7); border:1px solid rgba(0,0,0,0.7)}
		100% { background: rgba(255,255,255,0.7); color:rgba(0,0,0,0.7); border:1px solid rgba(255,255,255,0.7)}	 
	  }
	
	.buton_link{
		margin-left:0px;
		color: #fff;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		background: #000;
		line-height: 2rem;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:3rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-top: 20px;
	}
	.buton_link::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_b.svg);
		width: 20px;
		top:6px;
		right:10px;
	}
	.buton_link:hover{
		background: none;
		color: #000;
	
	}
	#sec_view .sec_view_lt{
		text-align: center;
		position: absolute;
		top:calc(50% - 75px);
		/*left:0;*/
		width: 100%;
		height: 100%;
	}
	


	#third_view_2{
		width: 100%;
		background: #fff;
		overflow: hidden;
	}
	#third_view_2 .area{
		width: 100%;
		overflow: hidden;
	}
	#third_view_2 .areaPad{
		margin-bottom: 1px;
	}
	#third_view_2 .areaPad_1{
		margin-left: 0.5px;
	}
	#third_view_2 .areaPad_2{
		margin-right: 0.5px;
	}
	#third_view_2 .area .area0{
		width: calc(50% - 0.5px);
		float: left;
		position: relative;
	}
	#third_view_2 .area .area0 img{
		width: 100%;
		display: block;
	}
	#third_view_2 .area .area0 .hov{
		position: absolute;
		background: rgba(0,0,0,0.4);
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		text-align: center;
	}
	#third_view_2 .area .area0 .hov p{
		color: #fff;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 18px;
		width: 100%;
		top: calc(50% - 15px);
		line-height: 30px;
		display: inline;
		position: relative;
	}	
	#third_view_2 .area .area0 .hov p::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: #fff;
		position: absolute;
		bottom: -2px;
		left: 0;
	  }

	#third_view{
		width: 100%;
		background: #fff;
		overflow: hidden;
	}
	
	#third_view .wrap{
		border-bottom: solid 1px #000;
		overflow: hidden;
	}
	#third_view .wrap .area{
		width: 100%;
		margin:0 auto;
		overflow: hidden;
	}
	
	#third_view .wrap .area img{
		padding-left:10%;
		padding-right:10%;
		padding-top:20px;
		padding-bottom:20px;
		width: 80%;
	}
	#third_view .wrap .area0{
		width: calc(50% - 0.5px);
		float: left;
		border-right: solid 0px #000;
		border-bottom: solid 0px #000;
	}
	
	#third_view .wrap .area1{
		width: calc(50% - 0.5px);
		border-left: solid 1px #000;
		float: left;
	}
	
	#third_view .wrap .area h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 20px;
		margin-left: 10%;
		background-color: #fff;
		display: inline-block;
		margin-top: 30px;
		padding: 5px 5px 7px 5px;
	}
	#third_view .wrap .area h2{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 500;
		font-size: 12px;
		margin-left:10%;
		margin-bottom: 20px;
	}
	
	#third_view .wrap .area p{
		margin-left:10%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:6rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom:30px;
		padding: 6px 67px 5px 14px;
	}
	#third_view .wrap .area p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 4px;
		right:10px;
	}
	#third_view .wrap .area p:hover{
		background: #000;
		color: #fff;
		opacity: 1 !important;
	}
	#third_view .wrap .area a:hover{
		opacity: 1 !important;
	}
	#third_view .wrap .area2{
		width: calc(50% - 0.5px);
		float: left;
		border-right: solid 1px #000;
		border-bottom: solid 0px #000;
	}
	#third_view .wrap .area2 img{
		padding-left: 10%;
		padding-right: 10%;
		padding-top:20px;
		padding-bottom:20px;
		width: 80%;
	}
	
	#third_view .wrap .area3{
		width: calc(50% - 0.5px);
		float: left;
	}
	#third_view .wrap .area3 img{
		padding-left: 10%;
		padding-right: 10%;
		padding-top:20px;
		padding-bottom:20px;
		width: 80%;
		height: auto !important;
	}
	
	#third_view .wrap .area2 h1{
		margin-left: 10%;
	}	
	#third_view .wrap .area2 h2{
		margin-left:8%;
	}	
	#third_view .wrap .area2 p{
		margin-left:8%;
	}	
	#third_view .wrap .area3 h1{
		margin-left: 10%;
	}	
	#third_view .wrap .area3 h2{
		margin-left:7%;
	}	
	#third_view .wrap .area3 p{
		margin-left:7%;
	}	
	
	#forth_view{
		width: 100%;
		background: #fff;
		overflow: hidden;
		border-bottom: solid 1px #000;
	}
	
	#forth_view .wrap{
		width: 80%;
		margin:0 auto;
		overflow: hidden;
		text-align: left;
	}
	
	#forth_view .wrap h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 20px;
		margin-left:0;
		background-color: #fff;
		display: inline-block;
		margin-top: 30px;
		text-align: left;
		padding: 5px 5px 7px 5px;
	}
	#forth_view .wrap ul{
		width: 100%;
		text-align: left;
		padding-top:25px;
		padding-bottom:30px;
	}
	#forth_view .wrap ul li{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		display: block;
		padding-bottom:5px;
		margin-bottom:20px;
		border-bottom:solid 1px #000;
		width: 100%;
	}
	#forth_view .wrap ul li p{
		display: block;
		padding-right: 30px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		padding-bottom: 6px;
	}
	#forth_view .wrap ul li span{
	}
	#forth_view .wrap ul li a span{
		color: #000;
	}
	
	#forth_view .wrap .buton{
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:6rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom:30px;
		padding: 6px 67px 5px 14px;
	}
	#forth_view .wrap .buton::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 3px;
		right:10px;
	}
	#forth_view .wrap .buton:hover{
		background: #000;
		color: #fff;
	}
	#forth_view .wrap a:hover{
		opacity: 1 !important;
	}
	#fifth_view{
		width: 100%;
		background: #fff;
		overflow: hidden;
		padding: 0 0 50px 0;
	}
	
	#fifth_view .wrap{
		width: 80%;
		margin:0 auto;
		overflow: hidden;
		text-align: left;
	}
	
	#fifth_view .wrap h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 20px;
		margin-left:0;
		background-color: #fff;
		display: inline-block;
		margin-top: 30px;
		text-align: center;
		padding: 5px 5px 7px 5px;
	}
	
	#fifth_view .wrap .area{
		padding-top: 50px;
	}
	
	#fifth_view .wrap .area div{
		width: 50%;
		float: left;
	}
	#fifth_view .wrap .area div img{
		width: 85%;
	}
	#fifth_view .wrap .area div h2{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
	#fifth_view .wrap .buton{
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:6rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom: 50px;
		padding: 7px 67px 5px 14px;
	}
	#fifth_view .wrap .buton::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 4px;
		right:10px;
	}
	#fifth_view .wrap .buton:hover{
		background: #000;
		color: #fff;
	}
	
	/* 理念ページ */
	.t_view{
		min-height: 600px;
		width: 100%;
		position: relative;
	}
	.t_view .title{
		position: absolute;
		top:calc(50% - 40.5px);
		left:calc(50% - 100px);
		width: 200px;
		z-index: 2;
	}
	.t_view .rinen_title{
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 200px;
		display: none;
	}
	.t_view .rinen_title h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 20px;
		background: rgba(255,255,255,0.7);
		display: inline-block;
		padding:3px;
	}
	.t_view .rinen_title h2{
		margin-top:20px;
		font-size: 25px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		background: rgba(255,255,255,0.7);
		display: inline-block;
		padding: 4px 10px 7px 10px;
	}
	.rinen_view{
		background: #fff;
	}
	.rinen_view .wrap{
		padding: 50px 0 0px 0;
		width: 90%;
		margin: 0 auto;
	}
	.rinen_view h1{
		text-align: center;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
	}
	.rinen_view h2{
		padding: 5px 0 20px 0;
		text-align: center;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 23px;
	}
	.rinen_view h3{
		line-height: 23px;
		font-size: 13px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding-bottom: 30px;
	}
	.rinen_view h3:nth-of-type(3){
		padding-bottom: 25px;
	}
	.rinen_img{
		width: 90%;
		overflow: hidden;
		margin:0 auto;
		padding-bottom: 30px;
	}
	.rinen_img img{
		width: 100%;	
	}
	
	.rinen_disp_v{
		width: 100%;
		background: #fff;
		overflow: hidden;
		border-bottom: solid 1px #000;
	}
	.rinen_disp_v .wrap{
		width: 80%;
		margin:0 auto;
		overflow: hidden;
		padding:0px 0 100px 0;
		text-align: center;
	}
	.rinen_disp_v .kazari{
		padding:80px 0 40px 0;
		width: 100%;
	}
	.rinen_disp_v h1{
		text-align: center;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
	}
	.rinen_disp_v h2{
		padding: 0px 0 20px 0;
		text-align: center;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 35px;
	}
	.rinen_disp_v h3{
		text-align: left;
		line-height: 23px;
		font-size: 13px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding-bottom: 0px;
	}
	.rinen_disp_v h3 br{
		display: none;
	}
	.rinen_disp_v .row{
		overflow: hidden;
		padding-bottom:50px;
		padding-top: 20px;
	}
	
	.rinen_disp_v .value{
		width: 100%;
		float: none;
		overflow: hidden;
		padding-top: 0px;
		text-align: left;
		position: relative;
	}
	.rinen_disp_v .padL{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.rinen_disp_v .value .num{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 13px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.rinen_disp_v .value span{
		position: absolute;
		top: -12px;
		left: 25px;
		color: #000;
		font-family: 'Antonio', sans-serif;
		font-size: 6rem;
	}
	.rinen_disp_v .value .padLeft{
		left: 25px;
		top: -1px;
	}
	
	.rinen_disp_v .value .title{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 15px;
		padding: 40px 0 10px 0px;
		font-weight: 500;
	}
	.rinen_disp_v .value .subtitle{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 10px;
		padding:0px 0 20px 0;
	}
	.rinen_disp_v .value .note{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		padding: 0px 0px 20px 0;
		line-height: 25px;
	}
	.rinen_disp_v .value img{
		width: 100%;
	}
	
	.bosyu_view{
		padding:20px 0 10px 0;
		background: #f9e600;
		text-align: center;
	}
	.bosyu_view h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 500;
		font-size: 17px;
		margin-top: 40px;
	}
	.bosyu_view h2{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 13px;
		padding: 10px 0 20px 0;
	}
	.bosyu_view h3{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		padding: 0px 0px 30px 0;
		width: 90%;
		margin: 0 auto;
		line-height: 20px;
	}
	.bosyu_view p{
		margin-left:0;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:6rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom: 40px;
		padding: 7px 67px 5px 14px;
	}
	.bosyu_view p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 4px;
		right:10px;
	}
	.bosyu_view p:hover{
		background: #000;
		color: #fff;
	}
	
	/*　園の一日ページ　*/
	.on_view{
		background: #fff;
		border-bottom: solid 1px #000;
	}
	.on_view .wrap{
		padding: 50px 0 50px 0;
		margin: 0 auto;
		text-align: center;
	}
	.on_view h1{
		text-align: center;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
	}
	.on_view h2{
		padding: 20px 0 50px 0;
		text-align: center;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 35px;
	}
	.on_view h3{
		line-height: 20px;
		font-size: 12px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding-bottom: 30px;
		width: 90%;
		margin: 0 auto;
	}
	.on_view p{
		line-height: 20px;
		font-size: 12px;
		font-weight: 500;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		border-radius: 20px;
		border:solid 1px #000;
		display: inline-block;
		padding: 3px 20px 3px 20px;
		margin: 15px 10px 0 10px;
		transition: all 0.5s ease-out;
		cursor: pointer;
	}
	.on_view p:hover{
		color: #000 !important;
		background: #000 !important;
		color:#fff !important;
	}
	.on_time_view{
		background: #fff;
		border-bottom: solid 1px #000;
	}
	.on_time_view .wrap{
		padding:40px 0 40px 0;
		margin: 0 auto;
		width: 100%;
        text-align: center;
	}
	.on_time_view p{
		color: #000;
		font-family: "noto-sans-cjk-jp", sans-serif;
		font-size: 15px;
		width: 100px;
		display: inline-block;
	}
	.on_time_view p:nth-of-type(1){
		padding-bottom: 10px;
	}
	.on_time_view span{
		font-size: 15px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		color: #000;
	}
	.on_timechart_view{
		width: 100%;
		overflow: hidden;
		border-bottom: solid 1px #000;
	}
	.timechart_v .wrap{
		width: 90%;
		margin:0 auto;
		padding:0px 0 100px 0;
		text-align: center;
	}
	.timechart_v .kazari{
		padding: 50px 0 60px 0;
		width: 100%;
	}
	.timechart_v .wrap .time{
		margin:0 auto;
		width: calc(100% - 103px);
		text-align: left;
		position: relative;
		padding-bottom: 50px;
		padding-left: 103px;
	}
	.timechart_v .wrap .time::before{
		content:"●";
		display:inline-block;
		width: 2px;
		font-size: 20px;
		height: 40px;
		color:#000;
		position:absolute;
		top:-10px;
		left: 49px;
	}
	.timechart_v .wrap .time::after{
		content:"";
		display:inline-block;
		width: 2px;
		height:100%;
		background-color:#000;
		position:absolute;
		top:0px;
		left: 58px;
		}
		.timechart_v .wrap .time:last-of-type::after{
			height:140px;
		 }
			
	 .timechart_v .wrap .time .tokei{
		position: absolute;
		top:0;
		left:0;
		width: 50px;
	}
	.timechart_v .wrap .time .jikan{
		position: absolute;
		top:0;
		left: -28px;
		width: 120px;
		color: #000;
		font-size: 12px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.timechart_v .wrap .time .view{
		width: calc(100% - 0px);
	}
	.timechart_v .wrap .time h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 15px;
		font-weight: 500;
		padding:20px 0 20px 0px;
		text-align: left;
	}
	.timechart_v .wrap .time h2{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		text-align: left;
		padding:0px 0 0px 0px;
		line-height: 20px;
	}
	
	/* ABOUTページ */
	.about_v_1{
		overflow: hidden;
		width: 100%;
	}
	.about_v_1 .title{
		color: #000;
		font-size: 25px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding-top: 50px;
		padding-bottom: 0px;
		text-align: center;
	}
	.about_v_1 .wrap{
		overflow: hidden;
		width: 80%;
		margin:0 auto;
	}
	.about_v_1 .wrap .left{
		width: 100%;
		float: none;
		text-align: left;
		text-align: center;
	}
	.about_v_1 .wrap .right{
		width: 100%;
		float: none;
		padding-top: 22px;
	}
	.about_v_1 .wrap img{
		width: 300px;
		margin: 0 auto;
	}
	.about_v_1 .wrap h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 20px;
		font-weight: 500;
	}
	.about_v_1 .wrap h2{
		font-size: 15px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding: 5px 0 20px 0;
	}
	.about_v_1 .wrap h3{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		line-height: 20px;
	}
	.about_v_1 .wrap h4{
		padding-top: 0px;
		padding-bottom:30px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', supria-sans, sans-serif;
		font-size: 12px;
		line-height: 30px;
	}
	.about_v_1 .wrap p{
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 25px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right: 50px;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom: 100px;
		padding-top: 2px;
		width: 90px;
	}
	.about_v_1 .wrap p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 4px;
		right:10px;
	}
	.about_v_1 .wrap p:hover{
		background: #000;
		color: #fff;
	}
	.about_v_2{
		width: 100%;
		background: #fff;
		border-bottom: solid 0px #000;
		text-align: center;
	}
	.about_v_2 .title{
		width: 150px;
		padding: 50px 0 50px 0;
	}
	.about_v_2 .wrap{
		width: 80%;
		margin:0 auto;
		overflow: hidden;
		padding-bottom: 50px;
	}
	.about_v_2 .wrap .left{
		float: none;
		width: 100%;
	}
	.about_v_2 .wrap .right{
		float: none;
		width: 100%;
		text-align: left;
		padding-top: 20px;
		padding-top: 100px;
	}
	.about_v_2 .wrap img{
		width: 200px;
		padding-right:0px;
	}
	.about_v_2 .wrap p{
		padding-left: 0px;
		padding-bottom: 8px;
		width: 80px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', supria-sans, sans-serif;
		font-size: 12px;
		display: inline-block;
	}
	.about_v_2 .wrap span{
		color: #000;
		font-family: 'M PLUS Rounded 1c', supria-sans, sans-serif;
		font-size: 12px;
	}

	.about_v_2 .wrap .map{
		margin-left: 0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 25px;
		vertical-align: middle;
		padding-left: 1rem;
		padding-right: 50px;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom: 100px;
		padding-top: 2px;
		width: 90px;	
	}
	.about_v_2 .wrap .map::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top:4px;
		right:10px;
	}
	.about_v_2 .wrap .map:hover{
		background: #000;
		color: #fff;
	}

	.about_v_3{
		width: 100%;
		background: #FFF;
		border-bottom: solid 1px #000;
		text-align: center;
	}
	.about_v_3 .title{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 25px;
		background-color: #fff;
		display: inline-block;
		margin-top: 50px;
	}
	.about_v_3 .wrap{
		width: 80%;
		margin:0 auto;
		overflow: hidden;
		padding-top: 0px;
	}
	.about_v_3 .wrap .left{
		float: none;
		width: 100%;
		padding-bottom: 20px;
		text-align: left;
		padding-right:0px;
	}
	.about_v_3 .wrap .left img{
		height: auto;
		width: 300px;
		margin: 0 auto;
	}
	.about_v_3 .wrap .left .padR{
		padding-right:60px;
	}
	.about_v_3 .wrap .right{
		float: none;
		width: 100%;
		text-align: left;
		padding-bottom: 40px;
	}
	.about_v_3 .wrap .right h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 500;
		font-size: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.about_v_3 .wrap .right h2{
		font-size: 15px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding: 5px 0 20px 0;
	}
	.about_v_3 .wrap .right p{
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 28px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right: 50px;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom: 10px;
		width: 90px;
	}
	.about_v_3 .wrap .right p:nth-of-type(2){
		margin-bottom:40px;
	}
	.about_v_3 .wrap .right p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 5px;
		right:10px;
	}
	.about_v_3 .wrap .right p:hover{
		background: #000;
		color: #fff;
	}
	
	/*　特徴ページ　*/
	.ft_v_1{
		position: relative;
		z-index: 1;
	
	}
	.ft_v_1 .wrap{
		padding-top: 50px;
		text-align: center;
	}
	.ft_v_1 .wrap p{
		text-align: center;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
	}
	.ft_v_1 .wrap h1{
		padding: 0px 0 20px 0;
		text-align: center;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 35px;
	}
	.ft_v_1 .wrap .ft_v_1_l{
		line-height: 23px;
		font-size: 13px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding-bottom: 0px;
		width: 80%;
		margin: 0 auto;	
		text-align: left;
	}
	
	.ft_v_1 .wrap .view{
		width: 100%;
	}
	.ft_v_1 .wrap .view img{
		width: 100%;
		display: block;
	}
	.ft_v_1 .wrap .disp{
		text-align: left;
		background: #fff;
		padding: 40px 0 50px 0;
	}
	.ft_v_1 .wrap .disp .wrap_{
		width: 90%;
		margin:0 auto;
	}
	.ft_v_1 .wrap .disp h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 15px;
		text-align: left;
		font-weight: 500;
		padding: 0px 0 0px 0;
	}
	.ft_v_1 .wrap .disp h2{
		padding: 0px 0 20px 0;
		font-size: 12px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 10px;
	}
	.ft_v_1 .wrap .disp h3{
		line-height: 23px;
		font-size: 13px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding-bottom: 0px;
	}
	/*　ニュースページ　*/
	.n_view{
		width: 100%;
		background: #fff;
		padding: 100px 0 100px 0;
		position: relative;
		overflow: hidden;
		border-bottom: solid 1px #000;
	}
	.n_view .rinen_title{
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 300px;
		display: none;
	}
	.n_view .rinen_title h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 20px;
		background: #fff;
		display: inline-block;
		padding:3px;
	}
	.n_view .rinen_title h2{
		margin-top:20px;
		font-size: 25px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		background: #fff;
		display: inline-block;
		padding:3px;
	}
	.news_area{
		width: 100%;
		overflow: hidden;
		background: #fff;
	}
	.news_area .wrap{
		width: 90%;
		margin:0 auto;
		padding-top: 0px;
	}
	.news_area .wrap .article{
		padding-bottom:40px;
		border-bottom: solid 1px #000;	
		padding-top:40px;
		position: relative;
	}
	.news_area .wrap .article .date{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		padding: 0px 0 10px 0;
		display: block;
	}
	.news_area .wrap .article .title{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 15px;
		padding: 0px 0 0px 0px;
		font-weight: 500;
		display: inline;
	}
	.news_area .wrap .article .text{
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		padding: 20px 0 0px 0;
		line-height: 20px;
	}

	/*　入園案内ページ　*/
	.gd_v{
		width: 100%;
		text-align: center;
		padding: 50px 0 50px 0;
	}
	.gd_v .wrap{
		
	}
	.gd_v .wrap h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;	
	}
	.gd_v .wrap h2{
		padding: 10px 0 0px 0;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	.gd_v .wrap h3{
		padding: 30px 0 30px 0;
		font-size: 12px;
		color: #000;
		line-height: 20px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		width: 90%;
		margin: 0 auto;
	}
	.gd_v .wrap h4{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		font-weight: 600;
		padding: 0px 0 20px 0;
	}
	.gd_v .wrap p{
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:4rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom:0px;
		padding: 5px 50px 5px 18px;
	}
	.gd_v .wrap a:hover{
		opacity: 1 !important;
	}
	.gd_v .wrap p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 3px;
		right:10px;
	}
	.gd_v .wrap p:hover{
		background: #000;
		color: #fff;
	}
	.gd_v_2{
		background: #fff;
		width: 100%;
		overflow: hidden;
	}
	.gd_v_2 .wrap{
		width: 95%;
		margin:0 auto;
		overflow: hidden;
		padding: 40px 0 50px 0;
	}
	.gd_v_2 .wrap .article{
		padding: 20px 0 20px 0;
		width: 100%;
	}
	.gd_v_2 .wrap .article .title{
		padding: 10px 0 20px 0;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		text-align: center;
	}
	.gd_v_2 .wrap .article table{
		margin-top:30px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}
	.gd_v_2 .wrap .article table .hed{
	}
	.gd_v_2 .wrap .article table .hed td{
		background: #f9e600 !important;
		padding: 10px 0 10px 0;
		text-align: center;
		border:1px solid #000;
		color: #fff;
	}
	.gd_v_2 .wrap .article table td{
		color: #000;
		background: #fff;
		padding: 20px 0 20px 0;
		text-align: center;
		border:1px solid #000;
	}
	.gd_v_2 .wrap .article .note{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 0.8rem;
		text-align: center;
		padding-top: 20px;
	}
	.gd_v_3{
		width: 100%;
		overflow: hidden;
	}
	.gd_v_3 .wrap{
		width: 90%;
		overflow: hidden;
		margin:0 auto;
		padding: 0 0 50px 0;
		text-align: center;
	}
	.gd_v_3 .wrap .title{
		text-align: center;
		padding-top: 50px;
	}
	.gd_v_3 .wrap .title h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
	}
	.gd_v_3 .wrap .title h2{
		padding: 10px 0 0px 0;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	.gd_v_3 .wrap .form{
		position: relative;
		border: solid 2px gray;
		margin-top:50px;
		padding: 150px 0 50px 10px;
		border-radius: 35px;
		text-align: left;
	}
	.gd_v_3 .wrap .form .suji{
		position: absolute;
		top: 6px;
		left: 7px;
		color: #000;
		font-family: 'Antonio', sans-serif;
		font-size: 7.0rem;
	}
	.gd_v_3 .wrap .form h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		font-weight: 500;
		padding: 0px 0 0px 0;
	}
	.gd_v_3 .wrap .form h2{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 15px;
		padding: 20px 0 10px 0;
	}
	.gd_v_3 .wrap .form h3{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		line-height: 20px;
	}
	.gd_v_3 .wrap .form h4{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		line-height: 20px;
		padding-top: 20px;
	}
	.arrow {
	  position: relative;
	  display: block;
	  padding: 30px 0 0px 0;
	  width: 52px;
	  margin:0 auto;
	  margin-top: 8px;
	}
	.arrow::before {
	  content: '';
	  width: 35px;
	  height: 35px;
	  border-top: solid 2px #000;
	  border-right: solid 2px #000;
	  position: absolute;
	  left: 10px;
	  top: 8px;
	}
	.arrow.arrow-bottom::before {
	  transform: rotate(135deg);
	}
	.gd_v_3 .wrap .mf1{
		padding: 100px 0 30px 0;
		font-size: 12px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		text-align: center;
		line-height: 20px;
	}
	.gd_v_3 .wrap .mf2{
		text-align: center;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 12px;
		font-weight: 500;
		padding: 0px 0 20px 0;
	}
	.gd_v_3 .wrap .mf3{
		text-align: center;
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:4rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom:0px;
		padding: 5px 50px 5px 18px;
	}
	.gd_v_3 .wrap a:hover{
		opacity: 1 !important;
	}
	.gd_v_3 .wrap .mf3::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 3px;
		right:10px;
	}
	.gd_v_3 .wrap .mf3:hover{
		background: #000;
		color: #fff;
	}
	
	/*　採用情報ページ　*/
	.rt_v_1{
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.rt_v_1 .wrap{
		padding: 50px 0 0px 0;
	}
	.rt_v_1 .wrap p{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
	}
	.rt_v_1 .wrap h1{
		padding: 10px 0 0px 0;
		font-weight: 500;
		font-size: 15px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 23px;
	}
	.rt_v_1 .wrap h2{
		padding: 30px 0 30px 0;
		font-size: 12px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 20px;
	}
	.type{
		width: 100%;
		overflow: hidden;
		background: #fff;
		padding: 20px 0 30px 0;
		text-align: center;
	}
	.type p{
		text-align: center;
		margin-left:0%;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:4rem;
		text-align: center;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom:0px;
		padding: 5px 40px 5px 14px;
		margin-bottom: 10px;
		width: 70px;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.type p:nth-of-type(2){
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.type p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 3px;
		right:10px;
	}
	.type p:hover{
		background: #000;
		color: #fff;
	}
	
	.rt_v_2{
		width: 100%;
		overflow: hidden;
		background: #fff;
		padding-bottom: 100px;
	}
	.rt_v_2 .wrap{
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 30px 0;
		border-top: solid 0px #000;
		border-bottom: solid 1px #000;
		margin-bottom: 0px;
	}
	.rt_v_2_noBorder{
		padding-top: 30px !important;
	}
	
	.rt_v_2 .wrap:nth-of-type(1){
		border-top:solid 1px #000;
	}
	.rt_v_2 .wrap div{
		width: 100%;
		padding: 0 0 20px 10px;
		overflow: hidden;
	}
	.rt_v_2 .wrap div .t1{
		width: 100%;
		float: none;
		padding: 0 0 0 0;
	}
	.rt_v_2 .wrap div .t2{
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}
	
	.rt_v_2 .wrap div p{
		font-size: 12px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		line-height: 20px;
	}
	
	
	/*　PCヘッダー　*/
	.h_nav_fix{
		top:0;
		position: fixed;
		width: 100%;
		height: 40px;
		z-index: 3;
		background: #fff;
		text-align: center;
		display: none;
	}
	.h_nav_fix_init{
		display: block;
	}
	.h_nav_fix .logo{
		width: 68px;
		position: absolute;
		top:9px;
		left:12px;
	}
	.h_nav_fix .menu{
		position: absolute;
		top:22px;
		right:150px;
		display: none !important;
	}
	.h_nav_fix .menu p{
		margin-left:20px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		background: #fff;
		line-height: 2rem;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:3rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
	}
	.h_nav_fix .menu p::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 20px;
		top:3px;
		right:10px;
	}
	.h_nav_fix .menu a{
		color: #000;
	}
	.openbtn2_fix{
		top:1px;
	}
	.openbtn2_fix span{
		background-color: #f9e600;
	}
	
	
	/*　フッター　*/
	.footer{
		width: 100%;
		background: #fff;
	}
	.footer img{
		width: 20%;
	}
	.footer .top{
		padding:30px 0 30px 0;
		text-align: center;
		display: none;
	}
	
	.footer .top h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 13px;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.footer .top h2{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
	}
	
	.footer .bottom{
		background: #E40011;
	}
	.footer .bottom p{
		padding:20px 0 20px 0;
		color: #fff;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		text-align: center;
	}
	
	/* Contact */
	.con_view{
		width: 100%;
		background: #fff;
		padding: 100px 0 100px 0;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.con_view .rinen_title{
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 500px;
		display: none;
	}
	.con_view .rinen_title h1{
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 20px;
		background: #fff;
		display: inline-block;
		padding:3px;
	}
	.con_view .rinen_title h2{
		margin-top:20px;
		font-size: 25px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		background: #fff;
		display: inline-block;
		padding:3px;
	}
	
	.con_area{
		width: 100%;
		overflow: hidden;
		background: #fff;
	}
	.con_area .wrap{
		width: 90%;
		margin:0 auto;
		padding-top: 40px;
		padding-bottom: 100px;
		overflow: hidden;
	}
	.con_area .note{
		font-size: 12px !important;
		color: red !important;
		display: none;
		width: 100% !important;
		padding-bottom: 20px;
	}
	.con_area .wrap p{
		font-size: 12px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		display: inline-block;
		width: 200px;
		margin-bottom: 0px;
	}
	.inputf {
		border: solid 2px red !important;
	}
	.con_area .wrap p font{
		position: relative;
	}
	.con_area p font::after {
		content: '※';
		position: absolute;
		top: 3px;
		right: -12px;
		font-size: 0.6rem;
	}
	.con_area .wrap .tf{
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.con_area .textinput {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		height: 40px !important;
		line-height: 20px !important;
		width: calc(100% - 22px) !important;
		border: 1px solid #000;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.con_area .textinput_h {
		height: 300px !important;
		width: calc(100% - 22px) !important;
	}
	.con_area .wrap .button{
		margin-top: 10px;
		color: #000;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 400;
		font-size: 12px;
		vertical-align: middle;
		padding-left:1rem;
		padding-right:1rem;
		text-align: left;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		border: solid 1px #000;
		transition: 0.5s all ease-in-out;
		cursor: pointer;
		margin-bottom:0px;
		width: 100px;
		padding: 5px 0px 5px 18px;
	}
	.con_area .wrap .button::after{
		position: absolute;
		content: url(../image/00_arrow/00_arrow_a.svg);
		width: 18px;
		top: 3px;
		right:10px;
	}
	.con_area .wrap .button:hover{
		background: #000;
		color: #fff;
	}
	#mail_confirm{
		display: none;
		height: 100%;
		width:100%;
		position: fixed;
		background: #fff;
		top:0;
		left:0;
		z-index: 1111111;
	}
	#mail_confirm .confirm{
		margin: 0px auto;
		width: 100%;
		background: #fff;
		padding: 50px 0px 0px 20px;
		color:#000;
		font-size: 15px;
		display: block;
		padding-bottom: 0px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		overflow-y: scroll;
		max-width: 100%;
		max-width: 1;
	}
	#mail_confirm .confirm span{
		display:none;
	}
	#mail_confirm .confirm h1{
		padding-bottom: 30px;
	}
	#mail_confirm .confirm h2{
		padding-bottom: 10px;
		font-size: 12px;
	}
	#mail_confirm .confirm p{
		padding-bottom: 25px;
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		white-space: pre-wrap;
		max-height: 150px;
	}
	#mail_confirm .confirm .sndBtn{
		background: #000;
		color: #fff;
		padding: 6px;
		font-size: 12px;
		display: block;
		text-align: float;
		float: left;
		text-align: center;
		margin-right: 10px;
		width: 80px;
		padding-bottom: 6px;
		border:1px solid #000;
		transition: all 500ms 0s ease;
		cursor: pointer;
		margin-top: 20px;
	}
	#mail_confirm .confirm .sndBtn:hover{
		border:1px solid #000;
		background: #EFEEE9;
		color: #000;
	}
	#mail_confirm #ic5{
		overflow-y:scroll;
	}
	#thanks{
		display: none;
		margin: 30px auto;
		width: 100%;
		background: #fff;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
	#thanks p{
		color:#000;
		font-size: 12px;
		display: block;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	
	
	/*========= ローディング画面のためのCSS ===============*/
	#splash {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #f9e600;
		z-index: 9999999;
		text-align:center;
		color:#fff;
	  }
	  
	  #splash-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	  }
	  
	  
	  /*========= 画面遷移のためのCSS ===============*/
	  
	.bodybk{
		  background:#f9e600;/*遷移アニメーションと同じ色を指定*/
	  }
	  
	  body.appear{
		  background:#fff;/*画面を開いた後の背景色を指定*/
	  }
	  
	  /*画面遷移アニメーション*/
	  .splashbg1,
	  .splashbg2{
		  display: none;
	  }
	  
	  /*bodyにappearクラスがついたら出現*/
	  body.appear .splashbg1,
	  body.appear .splashbg2{
		display:block;
	  }
	  
	  /*右に消えるエリア*/
	  body.appear .splashbg1{
		animation-name:PageAnime;
		animation-duration:1.2s;
		animation-timing-function:ease-in-out;
		animation-fill-mode:forwards;
		  content: "";
		  position:fixed;
		z-index: 999;
		  width: 100%;
		  height: 100vh;
		  top: 0;
		left:50%;
		  transform: scaleX(1);
		  background-color: #f9e600;/*伸びる背景色の設定*/
	  }
	  
	  @keyframes PageAnime{
		0% {
		  transform-origin:left;
		  transform:scaleX(1);
		}
		50% {
		  transform-origin:right;
		}
		100% {
		  transform-origin:right;
		  transform:scaleX(0);
		}
	  }
	  
	  /*左に消えるエリア*/
	  body.appear .splashbg2{
		animation-name:PageAnime2;
		animation-duration:1.2s;
		animation-timing-function:ease-in-out;
		animation-fill-mode:forwards;
		  content: "";
		  position:fixed;
		z-index: 99999999999999;
		  width: 100%;
		  height: 100vh;
		  top: 0;
		right:50%;
		  transform: scaleX(1);
		  background-color: #f9e600;/*伸びる背景色の設定*/
	  }
	  
	  @keyframes PageAnime2{
		0% {
		  transform-origin:right;
		  transform:scaleX(1);
		}
	  
		50% {
		  transform-origin:left;
		}
		100% {
		  transform-origin:left;
		  transform:scaleX(0);
		}
	  }
	  
	  /*画面遷移の後現れるコンテンツ設定*/
	  #container{
		opacity: 0;/*はじめは透過0に*/
	  }
	  
	  /*bodyにappearクラスがついたら出現*/
	  body.appear #container{
		animation-name:PageAnimeAppear;
		animation-duration:1s;
		animation-delay:0.2s;
		animation-fill-mode:forwards;
		opacity: 0;
	  }
	  
	  @keyframes PageAnimeAppear{
		0% {
		opacity: 0;
		}
		100% {
		opacity: 1;
	  }
	  }

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
  z-index: 0;
  max-height: 100%;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slick-track{
	height: 100vh;
}
/*　背景画像設定　*/

.slider-item01 {
    background-image:url(../image/05_tokucho/sp/sp_01_sp_fv.png);
}

.slider-item02 {
    background-image:url(../image/05_tokucho/sp/sp_02_sp_fv.png);
}

.slider-item03 {
    background-image:url(../image/05_tokucho/sp/sp_03_sp_fv.png);
}

.slider-item04 {
    background-image:url(../image/05_tokucho/sp/sp_04_sp_fv.png);
}

.slider-item05 {
    background-image:url(../image/05_tokucho/sp/sp_05_sp_fv.png);
}

.slider-item06 {
    background-image:url(../image/05_tokucho/sp/sp_06_sp_fv.png);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.slick-dots{
	bottom: 20px !important;
}
.slick-next {
    right: 30px !important;
}
.slick-prev
{
    left: 10px !important;
}

.pager{
	width: 100%;
	margin:0 auto;
	border-bottom: 1px solid #000;
	padding:20px 0 20px 0;
	margin-bottom: 40px;
}
.pager p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
.pager .padd{
	padding:0 50px 0 50px;
}
.pager .p1{
	position: absolute;
	top:20px;
	left:10px;
}
.pager .p2{
	text-align: center;
}
.pager .p3{
	position: absolute;
	top:20px;
	right:10px;
}

	}