@charset "utf-8";

/* 960以下 */
@media only screen and (max-width: 960px) {
	
	body{
		background-image: none;
	}
	
	#wrap{
		max-width: 960px;
		width: 100%;
	}
	
	/* common */
	

	
	.section h2.cau{
		background: #FFF;
		border: none;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
		padding: 10px 0;
		vertical-align: middle;
	}
	
	
		.section h2.about-cau{
		background: #FFF;
		border: none;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
		padding: 10px 0;
		vertical-align: middle;
	}
	
	
	.section h2.clih2.sp_text1{
		background: #FFF;
		box-shadow: none;
		width: 100%;
		padding: 10px 0;
	}
	
	/* header */
	
	#header{
		background: #f1f9ff;
		color: #006bdb;
		height: auto;
		padding: 3px 2.5%;
		width: 95%;
		
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	h1,
	p.h-text{
		position: relative;
		left: 0;
		top: 0;
		margin-right: 10px;
		color: #333;
		line-height: 1.5;
	}
		
	#header .logo,
	#header .h-access{
		display: none;
	}
		

	.sp_head{
		display: block;
	}
	
	.sp_headconts{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding: 10px 2.5%;
		
		width: 95%;
	}
	
	.sp_logo{
		line-height: 0;
	}
	
	.sp_logo img{
		width: auto;
		max-width: 250px;
		height: auto;
	}
	
	#sp_headmenu{
		display: block;	
		position: relative;
		top: 0;
	}
	
	#sp_headmenu a{
		color: #FFF;
		text-decoration: none;
		display: block;
		font-weight: bold;
	}
	
	#sp_headmenu ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		border-top: 1px solid #FFF;
	}
	
	#sp_headmenu li{
		width: 50%;
		background: #0b7cdc;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		padding: 5px 0;
		border-bottom: 1px solid #FFF;
	}
	
	#sp_headmenu li:nth-child(2n){
		width: calc(50% - 1px);
		border-left: 1px solid #FFF;
	}
	
	/* navi */
	
	#navi{
		display: none;
	}
	
	.sp_headconts_menu{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;

	}
	
	#sp_contact{
		display: block;
		margin-right: 20px;
	}
	
	#sp_contact p{
		line-height: 0;
	}
	
	#sp_contact .imgChange{
		width: 31vw;
		max-width: 226px;
		height: 100%;
		max-height: 77px;
	}
	
	#sp_nav{
		display: block;
		width: auto;
	}
	
	#sp_menu_cb{
		display: none;
	}
	
	.sp_menu_icon{
		display: block;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 9999;
		right: 5%;
		top:12px;
		transition: right 0.25s ease 0s,top 0.25s ease 0s;
	}
	
	#sp_menu_cb:checked ~ .sp_menu_icon{
		background-image: url(../images/common/gnavi_btn2.png) ;
		background-size: auto;
		width: 28px;
		height: 28px;
		right: 20px;
		top: -55px;
	}
	
	.sp_menu_icon img{
		display: block;
	}
	
	#sp_menu_cb:checked ~ .sp_menu_icon img{
		display: none;
	}
		
	.sp_nav{
		width: 0;
		height: 0;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		transition: all 0.15s linear 0s;
		padding-top: 80px;
		overflow: hidden;
		background-color: inherit;
		z-index: 999;	
	}
	
	#sp_menu_cb:checked ~ .sp_nav{
		background:  rgba(240,132,168,0.9);
		width: 100%;
		height: 100%;
		transform: translateY();
	}
	
	.sp_nav ul{
		color: #FFF;
		border-top: 1px solid #fff;
		margin: 20px auto;
	}
	
	.sp_nav li{
		border-bottom: 1px solid #fff;
		text-align: center;
		padding: 10px 0;
	}
		
	.sp_nav li a{
		text-decoration: none;
		color: #FFF;
		display: block;
	}
	
	.sp_nav li a:hover{
		opacity: 0.7;
	}
	
	.sp_nav_conts ul{
		display: flex;
		justify-content: space-around;
		border: none;
		margin-bottom: 10px;
	}
	
	.sp_nav_conts li{
		border: 1px solid;
		border-radius: 3px;
		padding: 0.25em 1em;
		color: #FFF;
		font-size: 14px;
	}
	
	.sp_nav_conts .sp_nav_contact{
		background: #FFF;
	}
	
	.sp_nav_conts .sp_nav_contact a{
		color: #f084a8;
		font-weight: bold;
	}
	
	.overlay{
		display: none;
	}
	
	#sp_menu_cb ~ .overlay{
		background: inherit;
		transition: background 3s ease 0s;
	}
	
	#sp_menu_cb:checked ~ .overlay{
		display: block;
		background: #000;
		opacity: 0.7;
		width: 100%;
		height: 100%;
		top: 0;
		position: fixed;
	}
	
	.humbtn_res{
		display: block;
	}
	
	.humbtn_sp{
		display: none;
	}
	
	
	/* ハンバーガーメニュー */
	.sp_hummenu{
		position: relative;
		top: 0;
		right: 0;
		height: 100%;
		top: 0;
	}
	
	.hum_menu_obtn{
		
		border: none;
		color: #fff;
		background: #fff;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: block;
		position: relative;
		top: 0;
		left: 0;
	}
	
	.hum_menu_obtn_bar{
		position: relative;
		width: 100%;
		border-top: 3px solid #fff;
		padding: 5px 0px 0;
	}
	
	.hum_menu_obtn_bar:before,
	.hum_menu_obtn_bar:after{
		content: "";
		display: block;
		border-top: 3px solid #fff;
		padding: 5px 0 0;
	}
	
	.hum_menu_obtn span{
		position: relative;
		width: 100%;
		display: block;
		top: 3px;
		line-height: 1;
		color: #fff;
	}
	
	.hum_menu_nav{
		background: rgba(232,240,255,0.95);
	    height: 100%;
	    left: 100%;
	    position: fixed;
	    top: 0;
	    transition-duration: 0.3s;
	    transition-property: left;
	    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	    width: 100%;
	    color: #000;
	}
	
	.hum_menu_nav.clicked{
		left: 0;
		overflow: scroll;
		z-index: 9999;
	}
	
	.hum_menu_nav_close{
		padding: 15px 0;
	}
	
	.hum_menu_cbtn{
		background: rgba(64,166,41,0);
		border: none;
		color: #000;
		padding: 0;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: block;
		position: absolute;
		top: 25px;
		right: 17px;
	}
	
	.hum_menu_cbtn_bar{
		position: relative;
		top: 0;
		width: 100%;
		padding: 5px 0 0;
	}
	
	.hum_menu_cbtn_bar:before,
	.hum_menu_cbtn_bar:after{
		content: "";
		display: block;
		border-top: 3px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 3px;
	}
	
	.hum_menu_cbtn_bar:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -3px;
		margin-bottom: 15px;
	}
	
	.hum_menu_nav_menu{
		margin-top: 55px;
		padding-bottom: 50px;
	}
	
	.hum_menu_nav_menu ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #000;
	}
	
	.hum_menu_nav_menu li{
		color: #000;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000;
		line-height: 1.5;
		font-size: 0.85em;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	
	.hum_menu_nav_menu li:nth-child(2n+1){
		width: 100%;
		border-bottom: 1px solid #000;
	}
	
	.hum_menu_nav_menu li a:after{
		content: "";
	    position: absolute;
	    right: 15px;
	    width: 8px;
	    height: 8px;
	    margin-top: 3px;
	    border-top: 2px solid #000;
	    border-right: 2px solid #000;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: transform 0.3s linear 0s;
	    transition: transform 0.3s linear 0s;
	}
	
	.hum_menu_nav_menu li a.more_on:after{
		-webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	
	.hum_menu_nav_menu li.sp_nav_more_wrap a{
		padding: 18px 0; 
	}
	
	.hum_menu_nav_menu ul.sp_nav_more{
		border-top: none;	
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li{
		text-align: right;
		padding: 10px 0 0;
		font-size: 1.05em;
		border-bottom: none;
		background: rgba(245,248,242,0.3);
		border-bottom: 1px solid #d0d0d0;
		padding-bottom: 5px;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li:last-child{
		border-bottom: none;
		padding-bottom: 10px;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li:after{
	    content: none;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li a{
		padding: 5px 0;
		text-align: center;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li a:after{
		content: none;
	}
	
	.sp_nav_more_o{
		display: none;
		width: calc(200% + 2px);
	}
	
	.sp_nav_more_r{
		position: relative;
		left: -100%;
		width: 200%;
	}
	
	.sp_nav_more_o ul{
		position: relative;
	    top: 15px;
	    background: #6fbd5f;
	    z-index: 9999;
	}
	
	.sp_nav_more_o ul li{
		border-bottom: 1px solid rgba(0,0,0,0.6);
		font-size: 1em;
		position: relative;
		z-index: 99999;
		font-size: 0.9em;
	}
	
	.sp_nav_more_o ul li:last-child{
		border-bottom: none;
	}
	
	.hum_menu_nav_menu li a{
		display: block;
		color: #000;
		margin-left: 5px;
		text-align: center;
		text-decoration: none;
		padding: 18px 0;
	}
	
	.hum_menu_nav_menu li span{
		display: block;
		font-weight: normal;
		font-size: 0.8em;
	}
	
	.hum_menu_contact{
		color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		
		margin:40px 20px 15px;
	}
	
	.hum_menu_contact a{
		margin: 0 10px;
		font-weight: bold;
		font-size: 0.9em;
		border-radius: 4px;
		text-decoration: none;
	}
	
	.hum_menu_contact a.h_menu_contact{
		text-align: center;
		background: #0e83df;
		padding: 11px 50px;
		color: #fff;
	}
	
	.h_menu_contact img{
		width: 15px;
		height: auto;
		margin-right: 8px;
		
		position: relative;
		top: 0px;
	}
	
	
	.hum_menu_contact_ttl{
		display: block;
		width: 100% !important;
		margin: 0 auto !important;
	}
	
	.hum_menu_contact_ttl p{
		width: 100% !important;
		margin: 0 auto 10px !important;
		text-align: center;
		
		font-size: 18px;
		font-weight: bold;
		color: #0062b1;
	}
	
	.hum_menu_contact p{
		 margin-bottom: 15px;
	}
	
	.hum_menu_contact p:nth-of-type(2n){
		margin-left: 10px;
		margin-right: 0;		
	}
	
	.hum_menu_contact p:last-of-type{
		margin-bottom: 0;
	}
	
	.hum_menu_contact .fa{
		margin-right: 5px;
	}
	
	.hum_open_bg_display.active{
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.45);
		left: 0;
		top: 0;
		z-index: 1000;
	}
	
	.hum_menu_sns ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: none !important;
	}
	
	.hum_menu_sns ul li{
		width: auto !important;
		border-bottom: none !important;		
	}
	
	.hum_menu_sns ul li a{
		padding: 10px 5px;
	}
	
	.hum_menu_sns ul li a:after{
		content: none !important;
	}
	
	/* ここまで */
	
	
	/* main */
	
	#cont{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		
		background-size: contain;
	}
	
	#main{
		width: 95%;
		margin: 0 2.5%;
	}
	
	#main img{
		width: auto;
		max-width: 100% !important;
		height: auto;
		max-height: 100% !important;
		vertical-align: middle;
	}
	
	#main .btm-map .img02{
		width: 347px !important;
		height: 206px !important;
	}
	
	#main .img_fix{
		width: auto !important;
		height: auto !important;
	}
	
	.sho-box{
		width: 100%;
	}
	
	.sho-box ul {
		width: 100%;
		max-width: 696px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	.sho-box ul li{
		margin: 0 0 10px 9px;
		float: none;
		width: calc(100% / 3 - 6px);
	}
	
	.sho-box ul li:first-child,
	.sho-box ul li:nth-child(3n+1){
		margin-left: 0;
	}
	
	
	/* main common */
	
	#main-image{
		text-align: center;
	}
	
	.v-waku{
		width: calc(100% - 24px);
	}
	
	.section h2{
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-shadow: 0 2px 1px rgba(0,0,0,0.05);
		background: none;
		
		position: relative;
	}
	
	.section h2:before{
		content: "";
		display: block;
		
		position: absolute;
		
		left: 5px;
		top: 13px;
		
		width: 24px;
		height: 24px;
		background: #fff;
		border: 4px solid #0b7cdc;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	h2.bbc{
		background: no-repeat;
		border:dotted 2px #ccc;
		padding:5% 3%;
		box-shadow: none;
	}
	
		h2.about-bbc{
		background: no-repeat;
		border: none;
		box-shadow: none;
	}
	
	h2.bbc:before{
		content: none;
	}
	
		h2.about-bbc:before{
		content: none;
	}
	
	h3{
		background: #daedfc url("../images/common/h3_icon.png") no-repeat 20px center;
		padding: 10px 20px 10px 40px;
		border: 1px solid #cee0f2;
		border-radius: 100px;
		box-sizing: border-box;
		line-height: 1.6;
		
		width: 100%;
		
		position: relative;
	}
	
	h3:after{
		content: "";
		display: block;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border: 2px solid #fff;
		box-sizing: border-box;

		
		position: absolute;
		left: 1px;
		top: 1px;
		border-radius: 100px;
		
	}
	
	h3.cau,
	h3.about-cau,
	.qa h3{
		background: no-repeat;
		border: none;
		border-radius: 0;
	}
	
	h3.cau:after,
	h3.about-cau:after,
	.qa h3:after{
		content: none;
	}
	
	h3.ttl01{
		background: none;
		padding: 0 0 4px;
		border-radius: 0;
		border:none;
		border-top: none;
		border-bottom: 1px solid;
	}

	h3.ttl01:after{
		top: calc(100% + 1px);
	}
	
	.section320{
		width: 100%;
	}
	
	#main .btm-map .img02{
		margin: 0 auto ;
		width: auto !important;
		height: auto !important;
		text-align: center;
		line-height: 1.7;
	}
	
	.voice-box{
		margin: 0 auto;
	}
	
	
	/* side */
	
	#side{
		display: none;
	}
	
	/* footer */
	
	#footer{
		width: 90%;
		padding: 0 5%;
	}
	
	#footer img{
		width: 100% !important;
		height: 100% !important;
	}
	
	#footer #pagetop img{
		width: auto !important;
		height: auto !important;
	}
	
	/* second page */
	
	h2.page-title{
		background: url("../images/second/pagetitle_icon.png") no-repeat left 8px;
		background-size: 45px auto;
		padding: 15px 10px 15px 55px;
		border-top: 3px solid #0d80de;
		border-bottom: 1px solid #dcdcdc;
		box-shadow: 0 3px 1px rgba(245,245,245,0.9);
	}
	
	
	/* flow */
	
	#main .flow h2{
		border: none;
		box-shadow: none;
	}
	
	#main .flow h2:before{
		content: none;
	}
	
	/* access */
	.map iframe{
		width: 100%;
	}
	
	
}

/* 736以下 */
@media only screen and (max-width: 736px) {
	
	.btm-map{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		
		text-align: center;
	}
	
	#main .btm-map .img02{
		margin: 0 auto 5px;
		width: auto !important;
		height: auto !important;
		text-align: center;
		line-height: 1.7;
	}
	
	#main .btm-map .img02 img{
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}

	#main .btm-map-iframe{
		width: 100%;
		height: 80vw;
		min-height: 400px;
		margin-bottom: 8px;
	}
	
}

/* 690以下 */
@media only screen and (max-width: 690px) {
	
	.voice-box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		
		width: auto;
		max-width: 100%;
	}
	
	.voice{
		width: calc(100% / 3 - 8px);
		margin-right: 12px;
		box-sizing: border-box;
	}
	
	.voice:nth-of-type(3n){
		margin-right: 0;
	}
	
}

/* 660以下 */
@media only screen and (max-width: 660px) {
	
	/* common */
	.sp_tal{
		text-align: left;
	}

	/* header */
	
	.sp_logo img{
		max-width: 175px;
	}
	
	#sp_headmenu li{
		font-size: 12px;
		padding: 5px 0;
	}
	
	#sp_contact{
		height: 40px;
		margin-right: 5px;
	}
	
	#sp_contact .imgChange{
		display: none;
	}
	
	#sp_contact p{
		background: url("../images/common/h_tel_s_sp.png") no-repeat scroll center center ;
		background-size: cover;
		display: block;
		width: 40px;
		height: 40px;
	}
	
	#sp_nav{
		top: 108px;
	}
	
	.humbtn_res{
		display: none;
	}
	
	.humbtn_sp{
		display: block;
	}
	
	.sp_menu_icon{
		right: 2.5%;
		top: 65px;
		background: url("../images/common/gnavi_btn1_sp.png") no-repeat;
		background-size: contain;
		height: 40px;
		width: 40px;
	}
		
	.sp_menu_icon img{
		display: none;
	}
	
	#sp_menu_cb:checked ~ .sp_menu_icon {
		top: 45px;
		right: 5%;
		position: fixed;
	}
	
	#sp_menu_cb:checked ~ .sp_nav{
		width: 100%;
		padding: 20px 0;
		overflow: scroll;
	}
	
	.sp_nav ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	.sp_nav li{
		width: 50%;
	}
	
	.hum_menu_obtn{
		padding: 0;
	}
	
	
	/* common */
	
	.section h2{
		font-size: 17px;
	}
	
	h2.bbc{
		font-size: 4.2vw;
	}
	
		h2.about-bbc{
		font-size: 4.2vw;
	}
	
	h3.cau{
		font-size: 15px;
	}
	
	h3.about-cau{
		font-size: 15px;
	}
	
	h3.cau span{
		font-size: 15px;
		padding: 2px 5px;
		display: inline-block;
		text-align: center;
		margin: 0 5px 0 auto;
		
		float: none;
	}
	
		h3.about-cau span{
		font-size: 15px;
		padding: 2px 5px;
		display: inline-block;
		text-align: center;
		margin: 0 5px 0 auto;
		float: none;
	}
	
	h3.ttl01{
		font-size: 15px;
		padding-bottom: 2px;
		margin-bottom: 10px;
	}
	
	.img,
	.img02{
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	
	.voice{
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px 5px;
	}
	
	.voice:nth-of-type(3n){
		margin-right: 10px;
	}
	
	.voice:nth-of-type(2n){
		margin-right: 0;
	}
	
	.tel2{
		display: inline-block;
	}
	
	/* second */
	
	.qa h3,
	.qa p{
		padding-top: 0;
		padding-left: 35px !important;
	}
	
	.qa h3{
		padding-top: 4px !important;
	}
	
	table.price-t tbody  tr th,
	table.price-t tbody  tr td{
		width: calc(100% - 20px);
		display: block;
		text-align: left;
		line-height: 1.5;
	}
	
	table.price-t tbody  tr th{
		padding: 7px 10px;
		border-bottom: none;
	}
	
	table.price-t tbody  tr td{
		padding: 7px 10px;
	}
	
	table.mailform{
		width: 100%;
	}
	
	table.mailform,
	table.mailform tbody{
		display: block;
	}
	
	table.mailform tr{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	table.mailform tr th,
	table.mailform tr td{
		display: block;
		width: 100% !important;
	}
	
	table.mailform tr th{
		border-bottom: none !important;
		padding: 12px 5px 0 !important;
	}
	
	table.mailform tr td{
		padding: 0 5px 12px !important;
	}
	
	table.mailform tr td textarea{
		width: 100% !important;
		min-width: 120px !important;
		box-sizing: border-box;
	}

	table.mailform tr td input,
	table.mailform tr td select,
	table.mailform tr td textarea{
		width: 100%;
		box-sizing: border-box;
		font-size: 17px;
	}

	table.mailform tr td input[type="radio"],
	table.mailform tr td input[type="checkbox"]{
		width: 1em !important;
	}
	
	input[type="submit"],
	input[type="reset"]{
		display: block;
		text-align: center;
		width: 100%;
		padding: 12px 0;
		font-size: 16px;
		margin-top: 12px;
	}
	
	.tel span:last-of-type{
		display: block;
		font-size: 15px;
	}
	
	
	#footer-wrap{
		margin-bottom: 62px;
	}
	
	.floating_menu {
	    width: 100%;
	    position: fixed;
	    left: 0px;
	    bottom: -200px;
	    z-index: 2;
	    text-align: center;
	    padding: 0 auto;
		font-size: 18px;
		font-size: 1.8rem;
		color: #fff;
		font-weight:bold;
		
		display: block;
		
		-webkit-transition: bottom 0s ease 0s;
		transition: bottom 0.25s ease 0s;
	}
	
	.floating_menu.on{
		bottom: 0;
	}
	
	.floating_menu .flex {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row; /* Safari */
		flex-direction:         row;
	}
	
	.floating_box {
		width: 100%;
	    padding: 16px 5px 10px;
		font-size: 12px;
		font-size: 1.2rem;
		position: relative;
		border-top: none;	
	}
	
	.floating_box a {
	    width: 100%;
	    margin: 0 auto;
		text-decoration: none;
		color: #fff;
		
		font-size: 12px;
		
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.floating_box .icon {
	    display: inline-block;
	    vertical-align: top;
	    line-height: 0;
	    margin-right: 6px;
	}
	
	.floating_box.tel {
		
		background: #fd4800;
	}
	
	.floating_box.reserve {
		background: #0e83df;
	}
	
	.floating_box.reserve .icon img{
		width: 20px;
	}
	
	.floating_box .detail {
	    display: inline-block;
	    line-height: 1.5;
	}
	
	.floating_menu .tel {
		color: #fff;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	
}


/* 320以下 */
@media only screen and (max-width: 320px) {
	#footer-wrap{
		margin-bottom: 82px;
	}
	
	.floating_box{
		padding-top: 10px;
	}
	
	.floating_box a{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.floating_box .icon{
		display: block;
		min-height: 26px;
		margin: 0 auto;
	}
}


