@charset "UTF-8";
/* CSS Document */

@media screen  and (max-width: 599px){ 
    /*　画面サイズが599px以下はここを読み込む_スマホ用　*/

	
	li {
  margin:0;
  padding:0;
  list-style:none;
}

	
ul {
  margin:0;
  padding:0;
  list-style:none;
}
	
a {
    color:#333;
    text-decoration:none;
}

body{
	width: 100%;
	height: 100%;
	font-size: 100%;
	margin: 0;
	font-family:"FOT-筑紫A丸ゴシック Std D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

main{
	width: 100%;
    margin: 0 0 0 auto;
    height: auto;
    background-color: #F7F2E9;
    padding-top: 80px;
    padding-bottom: 70px;
}



/* ハンバーガーメニュー */
	.openbtn{
background: white;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 80px;
    border: solid 1px rgba(71,76,107,0.4);
    position: relative;
    top: 11px;
		right:7px;
		border: solid 1px rgba(71,76,107,0.4);
		box-shadow: 0 0 0.1px rgba(71,76,107,0.2);
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .0.3s;
    transition: all 0.3s;
}
	.openbtn:hover{
		background-color: rgba(71,76,107,0.15);
		cursor: pointer;
	  -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -o-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);	
		border: none;
		box-shadow: 0 0 0.1px rgba(71,76,107,0.2);
		
	}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .2s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 1px;
	background: #FF8788;
    width:40%;
	
  }

.openbtn span:nth-of-type(1) {
  top:14px; 
}

.openbtn span:nth-of-type(2) {
  top:21px;
}

.openbtn span:nth-of-type(3) {
  top:28px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 28px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
/*ナビゲーションのためのcss*/
	
	#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合の縦スクロール*/
		position: fixed;
		z-index: 998;
		width: 100%;
		height: 530px;
		overflow: auto;
		-webkit-overflow-scrolling:touch;
	}
	#g-nav{
		position: fixed;
    z-index: 998;
    width: 100%;
    height: 670px;
    top: 0;
    background: white;
    transition: all 0.5s, opacity 1.0s;
    opacity: 0;
    box-shadow: 5px 5px 5px 10px rgb(0 0 0 / 20%);
    pointer-events: none;
	}
	#g-nav.panelactive{
		opacity: 0.99;
		pointer-events: auto;
	}
	/*ナビゲーション*/
	#g-nav ul{
		/*ナビゲーション天地中央揃え*/
		position: absolute;
		z-index: 998;
		top: 40%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	/*以下は検証用のためのcss*/
	nav ul{
		list-style: none;
		text-align: center;
	}
	nav ul li a{
		display: inline-block;
		text-decoration: none;
		color: #505050;
		padding: 10px;
	}
	
	
		.wrap-openbtn{
		position: fixed;
    top: 0;
    height: 66px;
    width: 100%;
		z-index:9999;
	}
	.wrap-openbtn-2{
		width: 50px;
    margin: 0 0 0 auto;
	}
	
	.wrap-menu-conpany img{
		width: 280px;
	}
	.wrap-menu-conpany{
		position: relative;
    top: 380px;
    margin: auto;
    width: 100%;
    text-align: center;
	}
	

/* サイド_お問い合わせ */
	.contact-side{
		width: 55px;
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 999;
	}

	
	
/* ヘッダー */
header{	
	width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1001;
    box-shadow: 0 1px 8px rgb(0 0 0 / 4%);
	background-color: white;
}
	.header-logo{
		margin-right: auto;
    position: relative;
    left: 20px;
	}
	.header-logo img{
		width:220px;
	}
	.wrap-header-nav{
	display:none;
	}


	
/* ハンバーガーメニュー */


	
	/*　メインビジュアル　*/
	.wrap-top-main-img-sp{
		display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
	}
	
	.wrap-top-main-img-sp img{
		    width: 90%;
	}
	
	.wrap-top-main-img-pc-tab{
		display:none;
	}
	
	
	
	.wrap-top-1{
		display:none;
	}
	
	
	.wrap-top-1-sp{
		display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
	}
	.wrap-top-1-sp img{
		width:90%;
	}
	
	
		.wrap-top-2{
		display:none;
	}
	
			
	.wrap-flag{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
	}
	
	.wrap-flag img{
		width:100%;
	}
	
	
	
	.wrap-top-3{
		display:none;
	}
	
	
	.wrap-top-4{
		display:none;
	}
	
	.wrap-top-4-title{
		display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: -45px;
	}
	
	.wrap-top-4-title img{
		width:280px;
	}
	
	
	.wrap-top-5{
		 display:none;
	}
	
	.wrap-top-5-facebook{
    display: flex;
    justify-content: center;
    margin-top: -9rem;
    margin-bottom: 9rem;
	}

	.wrap-top-5-facebook img{
		width:55%;
	}

	
	
	
		
	/* 受入れについて */
	
	.wrap-ukeire-title{
		    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
	.wrap-ukeire-title img{
		width:200px;
	}
	
	.wrap-ukeire-1{
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	
	.wrap-ukeire-1-1{
		font-size: 18px;
	}
	
	.ukeire-people{
		margin-top: 40px;
		margin-bottom:40px;
	}
	
	.ukeire-people img{
		width: 330px;
	}
	
	.wrap-ukeire-1-2{
		font-size: 20px;
    margin-bottom: 10px;
	}
	
	.wrap-ukeire-1-3{
		    width: 330px;
    font-size: 16px;
		line-height: 36px;
	}
	
	.wrap-ukeire-2{
		display:none;
	}
	
	.wrap-ukeire-2-sp{
		display: flex;
    justify-content: center;
    margin-top: 3rem;
}
	.wrap-ukeire-2-sp img{
		width:90%;
	}
	
	.wrap-ukeire-3{
    text-align: center;
    padding: 40px 0px;
    font-size: 17px;
    line-height: 40px;
	}
	
	
		.wrap-ukeire-4{
		display:none;
	}
	
		.wrap-ukeire-4-sp{
		display: flex;
    justify-content: center;
}
	.wrap-ukeire-4-sp img{
		width:90%;
	}
	
	.wrap-ukeire-5{
		padding: 40px 0px;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 36px;
	}
	
	
	
	.wrap-ukeire-6-1{
		display:none;
	}

		.wrap-ukeire-6-sp{
		display: flex;
    justify-content: center;
}
	.wrap-ukeire-6-sp img{
		width:90%;
	}
	
	.wrap-ukeire-7{
		padding: 40px 0px;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 36px;
	}
	
	
	.wrap-ukeire-8{
		display:none;
	}
	
		.wrap-ukeire-8-sp{
		display: flex;
    justify-content: center;
}
	.wrap-ukeire-8-sp img{
		width:90%;
	}
	
	.wrap-ukeire-9{
		padding: 40px 0px;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 36px;
	}
	
	.wrap-ukeire-10{
		display:none;
	}
	
		.wrap-ukeire-10-sp{
		display: flex;
    justify-content: center;
}
	.wrap-ukeire-10-sp img{
		width:90%;
	}

	
	.wrap-ukeire-11{
		padding: 40px 0px;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 36px;
	}
	
	.wrap-ukeire-12{
		font-size: 16px;
    width: 90%;
    margin: auto;
    font-weight: 900;
    line-height: 36px;
	}
	
	
	.wrap-ukeire-13{
    display: flex;
    justify-content: center;
    margin-top: 60px;
	}
	
	.wrap-ukeire-13 img{
		width:90%;
	}
	
	
	/*　フッター　*/	
	footer{
		height: 600px;
		background-color: white;
	}
	.wrap-footer{
		display: flex;
    flex-flow: column;
    align-items: center;
}
	
	.footer-logo img{
		width: 320px;
	}
	.footer-tel img{
		    width: 260px;
	}
	
	.wrap-footer-1{
    display: flex;
    flex-flow: column;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-bottom: 37px;
    border-bottom: 1.5px dotted black;
		
	}
	
	.wrap-footer-1-1{
		width: 340px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
	}
	
	.footer-text-1{
margin-bottom: 40px;
	}
	
	.wrap-footer-1-2{
		display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	}
	.footer-tel img{
		    width: 230px;
	}
	.footer-text-1-2{
		font-size: 14px;
	}
	
	.wrap-footer-2{
		display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 340px;
    gap: 34px 57px;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 57px;
	}
	.wrap-footer-2 a{
		text-decoration: none;
    color: #333;
	}
	.wrap-footer-3{
		display: flex;
    align-items: center;
    justify-content: center;
    background-color: #15A857;
    color: white;
    font-size: 12px;
    height: 38px;
	}
	

	
	
	
	
	
	
	
	
	
/* 受入れ先の声 */	
	.wrap-voice-title{
	display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
	}
	.wrap-voice-title img{
		width: 160px;
	}
	
	.wrap-voice-text{
		display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    width: 90%;
    margin: auto;
}
	
	.wrap-voice-1{
	    display: flex;
    width: 90%;
    justify-content: center;
    margin: auto;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 50px;
	}
	
	.wrap-voice-1 img{
		width: 156px;
	}
	
	.wrap-voice-2{
	 width: 90%;
    margin: auto;
    background-color: white;
    height: auto;
    border-radius: 20px 20px 20px 20px;
		padding-bottom: 20px;
	}
	
	.wrap-voice-2-title{
		display: flex;
    justify-content: center;
    padding-top: 60px;
	}
	.wrap-voice-2-title img{
		width: 270px;
	}
	
	.wrap-voice-2-1{
		display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    gap: 15px;
    margin: auto;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
	}
	.wrap-voice-2-1 img{
		    width: 280px;
    padding-left: 20px;
	}
	.voice-2-1-text{
	width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
	}
	
	.wrap-voice-2-2{
		width: 90%;
    margin: auto;
    background-color: #EBF2EF;
    border-radius: 20px 20px 20px 20px;
		margin-bottom: 80px;
	}
	.wrap-voice-2-2-title{
		display: flex;
    justify-content: center;
    padding-top: 80px;
		padding-bottom:40px;
	}
	.wrap-voice-2-2-title img{
		width: 105px;
	}
	.wrap-voice-2-2-1{
		 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.wrap-voice-2-2-1-left{
    width: 90%;
    line-height: 26px;
	}
	.wrap-voice-2-2-1-left img{
        width: 180px;
    margin-bottom: 10px;
	}
	.wrap-voice-2-2-1-right{
		    position: relative;
    top: 10px;
    text-align: center;
	}
	.wrap-voice-2-2-1-right img{
		width: 90%;
	}
	
	.wrap-voice-2-2-2{
		display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-top: 50px;
	}
	.wrap-voice-2-2-2-title{
		
	}
	.wrap-voice-2-2-2-title img{
		    width: 240px;
		margin-bottom:10px;
	}
	.wrap-voice-2-2-2-text-2{
		
	}
	.wrap-voice-2-2-2-text-3{
		
	}
	.wrap-voice-2-2-2-illust{
		    display: flex;
    justify-content: center;
	}
	.wrap-voice-2-2-2-illust img{
        width: 140px;
	}
	.wrap-voice-2-3{
		width: 90%;
    margin: auto;
    background-color: #FFF6F4;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
	}
	.wrap-voice-2-3-title{
		display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.wrap-voice-2-3-title img{
		    width: 210px;
	}
	.wrap-voice-2-3-12{
		 display: flex;
    align-items: center;
    flex-direction: column;
	}
	.wrap-voice-2-3-1{
	 display: flex;
    gap: 20px;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    margin-bottom: 80px;
	}
	.wrap-voice-2-3-1 img{
		height: 170px;
	}
	.wrap-voice-2-3-2{
    line-height: 24px;
    width: 90%;
    position: relative;
    bottom: 20px;
	}
	.wrap-voice-2-3-2 img{
	width: 270px;
    margin-bottom: 10px;
	}
	.wrap-voice-2-3-3{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-top: -30px;
	}
	.wrap-voice-2-3-3-text{
	     width: 240px;
    line-height: 20px;
    margin: auto;
    margin-top: -195px;
    margin-bottom: 190px;
    font-size: 14px;
}
	.wrap-voice-2-3-3 img{
		    width: 90%;
    margin: auto;
    margin-top: 50px;
	}
	
	.wrap-voice-2-3-3-text span{
	font-size: 16px;
    font-weight: 900;
    line-height: 41px;
	}
.wrap-voice-2-3-4{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    padding-bottom: 30px;
}
.wrap-voice-2-3-4-1{
	width: 90%;
}
.wrap-voice-2-3-4-1 img{
margin-bottom: 10px;
}
.wrap-voice-2-3-4-2{
	width: 90%;
    margin-top: 40px;
}
.wrap-voice-2-3-4-2 img{
	width: 100%;
}

.wrap-voice-3{
	width: 90%;
    margin: auto;
    background-color: white;
    height: auto;
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 20px;
    margin-top: 50px;
	line-height: 25px;
}
.wrap-voice-3-title{
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.wrap-voice-3-title img{
    width: 250px;
}
.wrap-voice-3-1 img{
	  width: 90%;
}
.wrap-voice-3-1{
	 display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    margin: auto;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}
.wrap-voice-3-1-text{
	      width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 20px;
}
.wrap-voice-3-2{
	width: 90%;
    margin: auto;
    background-color: #EBF2EF;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 80px;
}
.wrap-voice-3-2-title{
	    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrap-voice-3-2-title img{
	width: 105px;
}
.wrap-voice-3-2-1{
	display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    align-items: center;
    margin: auto;
}
	.wrap-voice-3-2-1-1-title{
	}
.wrap-voice-3-2-1-1-title img{
	margin-bottom:10px;
	width: 230px;
}
.wrap-voice-3-2-1-1{
	width: 90%;
	margin-bottom: 30px;
}
.wrap-voice-3-2-1-1 img{
}
.wrap-voice-3-2-1-2{
    width: 90%;
    align-items: center;
    display: flex;
}
.wrap-voice-3-2-1-2 img{
	    width: 100%;
}

.wrap-voice-3-2-2{
	      display: flex;
    width: 90%;
    flex-direction: column;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 60px;
}
.wrap-voice-3-2-2-1{
	
}
.wrap-voice-3-2-2-1 img{
    width: 140px;
	margin-bottom:10px;
}


.wrap-voice-3-3{
	width: 90%;
    margin: auto;
    background-color: #FFF6F4;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 30px;
}
.wrap-voice-3-3-title{
	display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrap-voice-3-3-title img{
	width: 210px;
}
.wrap-voice-3-3-1{
	 display: flex;
    width: 90%;
    margin: auto;
    flex-direction: column;
}
.wrap-voice-3-3-1-1{
	    display: flex;
    gap: 32px;
    flex-direction: column;
    margin-bottom: 80px;
    align-items: center;
}
	.wrap-voice-3-3-1-1 img{
		    width: 90%;
	}

	.wrap-voice-3-3-1-2{
		    line-height: 25px;
	}

.wrap-voice-3-3-1-2 img{
}
	.wrap-voice-3-3-1-2-title{
		margin-top: -20px;
	}
	.wrap-voice-3-3-1-2-title img{
		width: 280px;
    margin-bottom: 10px;
	}
	
	.wrap-voice-3-3-2{
	    display: flex;
    width: 90%;
    align-items: center;
    flex-direction: column;
    margin: auto;
    padding-top: 90px;
	}
	
	.wrap-voice-3-3-2-2{
		width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
	}
	.wrap-voice-3-3-2-1{
		    width: 90%;
    position: relative;
    bottom: 20px;
	}
	.wrap-voice-3-3-2-2 img{
		    width: 100%;
	}
	.wrap-voice-3-3-2-1-title img{
		width: 230px;
    position: relative;
    bottom: 15px;
	}
	
	
	
	
	
	
	
	.wrap-voice-3-3-3{
	display: flex;
    width: 90%;
    align-items: center;
    margin: auto;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 40px;
	}
	
	.wrap-voice-3-3-3-2{
		width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.wrap-voice-3-3-3-1{
		width: 90%;
    position: relative;
    bottom: 20px;
	}
	.wrap-voice-3-3-3-2 img{
		    width: 100%;
	}
	.wrap-voice-3-3-3-1-title img{
		width: 195px;
    position: relative;
    margin-bottom: 10px;
	}
	
	

	
	
	
	
		/* よくある質問*/
	.ask-title{
	display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
	}
	.ask-title img{
		width: 200px;
	}
	
	.ask-text{
    display: flex;
    justify-content: center;
    font-size: 17px;
    text-align: center;
    margin-bottom: 50px;
	}
	
	.wrap-ask-1{
        width: 90%;
    background-color: white;
    border-radius: 20px 20px 20px 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
	}
	.wrap-ask-1-title{
	    width: 83%;
    color: #15A857;
    font-size: 18px;
    padding-bottom: 10px;
	}
	
	.wrap-ask-1-text{
	 width: 83%;
    text-indent: -1em;
    padding-left: 2em;
    font-size: 16px;
	}
	
	.wrap-ask-1-text span{
		color:#FF8788;
	}
	
	
	
		
	
		/* プライバシーポリシー*/
	.wrap-privacy-title{
	    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
	}
	.wrap-privacy-title img{
		width: 280px;
	}
	
	.wrap-privacy{
		width: 90%;
    margin: auto;
    background-color: white;
    border-radius: 20px 20px 20px 20px;
    padding-top: 50px;
    padding-bottom: 50px;
	}
	.wrap-privacy-1{
	    width: 90%;
    margin: auto;
    font-size: 16px;
	}
	.wrap-privacy-2{
	width: 90%;
    margin: auto;
    border: solid gray;
    padding: 25px 17px 25px 35px;
    margin-top: 30px;
    font-size: 16px;
	}
	.wrap-privacy-2 span{
		    display: flex;
    justify-content: end;
	}
	
	
	
		
		/* 説明会のお申し込み*/
	.contact-title{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
	}

	.contact-title img{
		 width: 270px;
	}
	.wrap-contact{
    width: 90%;
    margin: auto;
    background-color: white;
    height: auto;
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    line-height: 40px;
	}
	
	.wrap-contact-1{
    width: 90%;
    margin: auto;
		font-size: 16px;
    margin-bottom: 60px;
	}
	.wrap-contact-1-title{
    font-size: 24px;
	}
	
		.wrap-contact-2{
    width: 90%;
    margin: auto;
		font-size: 16px;
    margin-bottom: 30px;
	}
	
	.wrap-contact-1-img{
		display: flex;
    justify-content: center;
		margin-top:20px;
	}
	
	.wrap-contact-1-img img{
    width: 290px;
    border: solid #15A857;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 60px 20px 60px;
	}
	
	
	
	
	
	.content{
		width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
	}
	.c_ftbl-contact__tr{
		margin-bottom: 30px;
	}
	.wpcf7-form-control{
		width:90%;
	}
	
	.c_wpcf7__submit-btn{
		height: 50px;
    background-color: #FF8788;
    border: none;
    color: white;
    font-size: 19px;
    margin-top: 20px;
	}
	
	.c_wpcf7{
		    line-height: 28px;
	}
	
	
	
	.none-sp{
		display:none;
	}
	
	
	
	
	
	
    /* ここまで　画面サイズが599px以下はここを読み込む_スマホ用　*/
	
	
	
	
}