@media only screen and (max-width: 1000px){
	
	/* ヘッダー */
	.h_strongpoint{
		position: relative;
		top: 0;
		-webkit-justify-content:center;
		justify-content:center;
		margin-top: 30px;
	}
	
	.h_main{
		margin-top: 25px;
		padding: 0 2.5%;
		width: 95%;
	}
	
	.h_strongpoint_outline{
		margin-left: 20px;
		line-height: 0;
	}
	
	/* メインコンテンツ */
	#main{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	#main_conts{
		width: 95%;
		margin: 0 2.5%;
	}
	
	.top_clip_img{
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.top_clip_img p{
		margin-right: 20px;
	}
	
	.top_main_menu ul{
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.top_main_menu ul li{
		margin-right: 20px;
		width: calc(50% - 20px);
		max-width: 348px;
	}
	
	.top_main_menu ul:nth-child(2n){
		margin-right: 0;
	}
	
	.top_main_menu ul li img{
		width: 100%;
	}
	
	/* サイドバー */
	#main_side{
		width: 95%;
		margin: 30px 2.5% 0;
	}
	
	.side_news_list dt{
		float: left;
		margin-right: 1em;
	}
	
	.side_info_menu{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.side_info_menu li{
		margin-right: 30px;
	}
	
	.side_info_menu li:before{
		padding-right: 10px;
	}
	
	.side_info p.side_info_contact_tel{
		font-size: 1.5em;
		text-align: center;
		padding: 10px 0;
	}
	
	.side_info p.side_info_contact_tel span{
		font-size: 1.8em;
	}
	
	.side_menu ul{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.side_menu li{
		width: calc(100% / 4 - 15px);
		margin-right: 15px;
	}
	
	.side_menu li img{
		width: 100%;
	}
	
	#footer_menu{
		width: 95%;
		padding: 50px 2.5%;
	}
	
	.footer_menu_inline{
		flex-wrap: wrap;
	}
	
	#footer_menu .footer_menu_inline ul{
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}
	
	#footer_menu .footer_menu_inline ul li{
		margin-right: 35px;
	}
	
	#footer_main{
		width: 95%;
		padding: 60px 2.5% 120px;
	}
	
}

@media only screen and (max-width: 875px){
	.side_fb {
   		 display: none;
	}
	
	.side_fb_sp {
		display: block;
		max-width: 500px;
		margin: 0 auto;
		width: 100%;
	}
	
	.fb-wrapper {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.fb-wrapper > .fb-page {
		width: 100%;
	}
	
	.fb-wrapper > .fb-page > span,
	.fb-wrapper iframe {
		width: 100% !important;
	}

	#footer_main .footer_main_inline{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.footer_main_l{
		width: 100%;
		max-width: inherit;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer_main_r{
		width: 100%;
		max-width: inherit;
		margin-bottom: 20px;
	}
	
	.footer_contact{
		text-align: center;
	}
	
	.footer_visit{
		
	}
}

@media only screen and (max-width: 736px){
	#main_image,
	.h_main,
	.h_nav_pc{
		display: none;
	}
	
	.sp_br{
		display: block;
	}
	
	#main_image.sp_mainimage{
		display: block;
		margin-top: 101px;
		position: relative;
	}
	
	#main_image.sp_mainimage .swiper-slide{
	    text-align: center;
	    font-size: 18px;
	    background: #fff;
	    height: 300px;
	    width: 100%;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
	
	.sp_mainimage01{
		background: url("../images/top/sp_mainimage01.jpg") no-repeat center !important;
		background-size: cover!important;
	}
	
	.sp_mainimage02{
		background: url("../images/top/sp_mainimage02.jpg") no-repeat center !important;
		background-size: cover!important;
	}
	
	.sp_mainimage03{
		background: url("../images/top/sp_mainimage03.jpg") no-repeat center !important;
		background-size: cover!important;
	}
	
	#main_image.sp_mainimage .main_image_text_outline{
		padding: 0 15px;
	}
	
	#main_image.sp_mainimage .main_image_text_outline .main_image_text_inline{
		height: calc(100% - 60px);
    	padding: 15px 10px;
		text-align: center;
	}
	
	#main_image.sp_mainimage .main_image_text_outline .main_image_text_inline img{
		height: 100%;
		width: auto;
	}
	
	
	.sp_mainimage_ttl h2{
		color: #fff;
		font-size: 1.4em;
		text-shadow: 1px 0 20px #333, -1px 0 20px #333;
	}
	
	.sp_mainimagea_text{
		display: none;
		background: #95cf3e;
		font-size: 0.9em;
		color: #fff;
		padding: 10px 2.5%;
		font-weight: 500;
		line-height: 1.5;
	}
	
	.swiper-pagination{
		bottom: -30px;
		left: 0;
		right: 0;
		z-index: 9998 !important;
	}
	
	.swiper-pagination span{
		margin-right: 7px;
		width: 10px;
		height: 10px;
	}
	
	.swiper-pagination-bullet-active{
		background: #95cf3e !important;
	}
	
	#main{
		padding: 40px 0;
	}
	
	/* 共通 */
	
	.tar{
		text-align: left;
	}
	
	figure.f-l,
	figure.f-r{
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto 15px;
	}
	
	.img_box img {
		max-width: 100%;
	}
	
	.sp_img_w100{
		width: 100%;
	}
	
	.ttl04{
		padding: 15px 1em;
		font-size: 1em;
		line-height: 1.7;
		margin-bottom: 0;
	}
	
	.ttl05{
		font-size: 1.6em;
		line-height: 1.8;
		padding-bottom: 5px;
		border-bottom: 3px solid #1ea650;
	}
	
	.ttl05:after{
		content: none;
	}
	
	.ttl06{
		font-size: 1.2em;
	}
	
	.list_check01 li{
		padding: 0 0 0 41px;
	}
	
	.list_tbl01 dl{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #dcebc5;
	}
	
	.list_tbl01 dt{
		width: 100%;
		padding: 10px 00 0;
		color: #7ab82f;
	}
	
	.list_tbl01 dd{
		width: 100%;
		padding: 0 0 10px; 
	}
	
	.list_check02 li{
		font-size: 0.9em;
		width: calc(50% - 70px);
	}
	
	.bg_board01{
		padding: 30px 20px;
	}
	
	.bg_board01_ttl{
		padding: 0;
	}
	
	.bg_board01 ul li{
		padding: 0 0 0 41px;
		margin-bottom: 20px;
	}
	
	
	.tbl01 tbody{
		display: flex;
	}
	
	.tbl01 tbody tr{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	
	.tbl01 tbody tr:first-of-type{
		width: 10em;
	}
	
	.tbl01 tbody th:first-of-type{
		flex-basis: 4em;
	}
	
	.tbl01 tbody th,
	.tbl01 tbody td{
		width: calc(100% - 40px) !important;
		padding: 10px 20px;
		border:none;
		border-bottom: 1px solid #949192;
		background: none;
		text-align: left;
	}
	
	.tbl01 td{
		border:none;
		text-align: left;

	}
	
	/* スマホ用メニュー */
	#sp_menu{
		display: block;
		background: #fff;
		border-bottom: 2px solid #95cf3e;
		padding: 10px 2.5%;
		width: 95%;
		position: fixed;
		top: 0;
		z-index: 99999;
	}
	
		#sp_menu h1 img{
			width: 156px!important;
	}
	
	.sp_tel{
		position: absolute;
		right: calc(2.5% + 68px);
		top: 10px;
	}
	
	.sp_tel img{
		width: 100%;
		height: 100%;
		max-width: 58px;
		max-height: 58px;
	}
	
	.sp_text {
	    font-size: 11px;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	/* ハンバーガーメニュー */
	.sp_hummenu{
		position: absolute;
		top: 0;
		right: 2.5%;
		height: 100%;
		top: 10px;
	}
	
	.hum_menu_obtn{
		background: #95cf3e;
		border: none;
		color: #fff;
		border-radius: 5px;
		padding: 9px 13px;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: block;
		position: relative;
	}
	
	.hum_menu_obtn_bar{
		position: relative;
		width: 100%;
		border-top: 4px solid #fff;
		padding: 5px 0 0;
	}
	
	.hum_menu_obtn_bar:before,
	.hum_menu_obtn_bar:after{
		content: "";
		display: block;
		border-top: 4px solid #fff;
		padding: 5px 0 0;
	}
	
	.hum_menu_obtn span{
		position: relative;
		width: 100%;
		display: block;
		top: 1px;
		line-height: 1;
	}
	
	.hum_menu_nav{
		background: rgba(149,207,62,0.9);
	    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%;
	}
	
	.hum_menu_nav.clicked{
		left: 0;
		overflow: scroll;
	}
	
	.hum_menu_nav_close{
		padding: 15px 0;
	}
	
	.hum_menu_cbtn{
		background: rgba(64,166,41,0);
		border: none;
		color: #fff;
		padding: 12px 15px;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: block;
		position: absolute;
		top: 11px;
		right: 5px;
	}
	
	.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 #fff;
		-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: 36px;
	}
	
	.hum_menu_nav_menu ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #fff;
	}
	
	.hum_menu_nav_menu li{
		color: #fff;
		width: 100%;
		padding: 15px 0;
		text-align: center;
		border-bottom: 1px solid #fff;
		line-height: 1.5;
		font-size: 0.85em;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	
	.hum_menu_nav_menu li:after{
		content: "";
	    position: absolute;
	    top: 50%;
	    right: 15px;
	    width: 8px;
	    height: 8px;
	    margin-top: -5px;
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	
	.hum_menu_nav_menu li:nth-child(2n+1){
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	
	.hum_menu_nav_menu li.sp_nav_more:after{
	    content: none;
	}
	
	.hum_menu_nav_menu li.sp_nav_more{
		
	}
	
	.hum_menu_nav_menu li.sp_nav_more button{
		width: 24px;
		background: none;
		border: none;
	    color: #fff;
	    font-size: 2em;
	    height: 50px;
	    position: absolute;
	    top: -4px;
	    right: 0;
	    padding: 0;
	}
	
	.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(255,255,255,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: #fff;
		margin-left: 5px;
		text-align: center;
		text-decoration: none;
		padding: 3px 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;
		margin:50px 10px 20px;
	}
	
	.hum_menu_contact a{
		margin: 0 5px;
		font-weight: bold;
		font-size: 0.9em;
		border-radius: 4px;
		text-decoration: none;
	}
	
	.hum_menu_contact a.h_menu_tel{
		text-align: center;
		background: #d54f45;
		padding: 10px 10px;
		color: #fff;
	}
	
	.hum_menu_contact a.h_menu_contact{
		text-align: center;
		background: #65a801;
		padding: 10px 15px;
		color: #fff;
		
	}
	
	.hum_menu_contact .fa{
		margin-right: 5px;
	}
	
	/*#top #main_image{
		margin-top: 60px;
		padding: 20px 0 50px;
	}*/
	
	/* 選ばれる３つの理由 */
	.h_strongpoint{
		margin: 30px 2.5% 15px;
		width: 95%;
	}
	
	.h_strongpoint_outline{
		margin-left: 0;
	}
	
	.h_strongpoint img{
		width: 100%;
	}
	
	/* トップページ　メインお客様の声 */
	#top_voice{
		padding: 30px 0;
	}
	
	.top_voice_ttl{
		font-size: 1.4em;
	}
	
	.top_voice_ttl:before{
		content: none;
	}
	
	.top_voice_ttl span.top_voice_text{
		top: 0;
		padding: 0;
	}
	
	.top_voice_img_outline figure div{
		height: 100% !important;
	}
	
	.top_voice_img_outline figure img{
		position: relative !important;
	}
	
	.top_voice_btn{
		margin-top: 0;
	}
	
	.top_voice_btn a{
		letter-spacing: 0.05em;
		font-size: 1em;
		padding: 5px 2em 5px 3em;
		display: inline-block;
	}
	
	/* トップページ　コンテンツ */
	
	.top_nayami_list{
		margin-bottom: 20px;
	}
	
	.top_nayami_list h3{
		font-size: 1.3em;
		top: -25px;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
	
	.top_nayami_list h3 span{
		padding: 0;
		letter-spacing: 0;
	}
	
	.top_nayami_list_inline{
		width: 95%;
		padding: 30px 0;
		margin: 0 auto;
	}
	
	.top_nayami_list_check li{
		padding: 0 0 0 35px;
		background-position: left 4px;
		background-size: 30px auto;
		margin-bottom: 25px;
	}
	
	.top_nayami_list_check li:last-child{
		margin-bottom: 0;
	}
	
	.top_clip_inline{
		padding: 30px 20px;
	}
	
	.top_clip_ttl{
		font-size: 1.3em;
		line-height: 1.7;
	}
	
	.top_clip_img{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.top_clip_img p{
		margin-right: 0;
	}
	
	.top_clip_img img{
		width: 100%;
	}
	
	.top_main_menu ul li{
		width: calc(50% - 10px);
		margin: 0 15px 15px 0;
	}
	
	.top_main_menu ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.top_nayami_img{
		display: none;
	}
	
	.top_greeting_inline{
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.top_greeting_text,
	.top_greeting_img{
		width: 100%;
	}
	
	.top_greeting_img{
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	.top_clip:before{
		display: none;
	}
	
	.top_clip_ttl br{
		display: none;
	}
	
	.top_clip_ttl:before{
		display: none;
		content: none;
	}
	
	.top_genin_check{
		padding: 30px 2.5%;
	}
	
	.top_genin_check_list li{
		background-size: 30px auto;
		padding: 0 0 0 35px;
		background-position: left 3px;
		margin-bottom: 25px;
	}
	
	.top_genin_check_list li:last-child{
		margin-bottom: 0;
	}
	
	.bg_top_genin02{
		display: none;
	}
	
	.bg_clip_board:before,
	.bg_clip_board02:before{
		display: none;
	}
	
	.bg_clip_board_inline{
		padding: 30px 20px;
	}
	
	.bg_clip_board02_inline{
		padding: 30px 15px;
	}
	
	.bg_clip_board_inline p:last-of-type{
		margin-bottom: 0;
	}
	
	.bg_clip_board02_conts{
		padding: 30px 15px;
	}	
	
	.top_info_archive{
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
	}
	
	.top_info_archive a{
		color: inherit;
	}
	
	.top_info_list dl{
		display: block;
	}
	
	.top_info_list dd{
		padding-left: 0;
	}
	
	.top_voice{
		padding: 30px 2.5%;
	}
	
	.top_voice h3{
		font-size: 1.3em;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.top_voice h3:before{
		content: none;
	}

	.top_voice_archive{
		display: none;
	}
	
	.top_voice_detail{
		margin-top: 30px;
	}
	
	.top_voice_detail h4{
		padding: 10px 5%;
		margin-top: 0;
	}
	
	.top_voice_detail.voice_women h4:before,
	.top_voice_detail.voice_men h4:before{
		content: none;
	}
	
	.top_voice_detail h4:before{
		content: none;
		background: none;
	}
	
	.top_voice_detail_text{
		padding: 20px;
	}
	
	.top_voice_detail_thumnail{
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 15px 0;
	}
	
	.top_voice_detail_text h5{
		margin-top: 30px;
		display: block;
		text-decoration: none;
		padding: 5px 0;
		border-bottom: 2px solid #7ab82f;
		line-height: 1.8;
	}
	
	.top_voice_detail_text h5:first-of-type{
		margin-top: 0;
	}
	
	/* 下層ページ */	
	#breadcrumb{
		display: none;
	}
	
	#second #main{
		padding: 100px 0 40px;
	}
	
	#second .access_map{
		flex-direction: column;
	}
	
	#second .access_map .access_map_l{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	#second .access_map .access_map_l img{
		width: 100%;
		max-width: 400px;
	}
	
	#second .access_map .access_map_r{
		width: 100% !important;
	}
	
	#second .access_guide li img{
		width: 100%;
	}
	
	#second .profile_main{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	#second .profile_main_img{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#second .profile_main_text{
		width: 100%;
	}
	
	#second .profile_main_ttl span{
		font-size: 1.2em;
	}
	
	#second .flow_list li{
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 50px 20px;
		width: calc(100% - 54px);
	}
	
	#second .flow_list li:before{
		left: calc(50% - 30px);
	}
	
	#second .flow_list li .flow_list_img{
		margin: 0 auto 15px;
	}
	
	#second .flow_list li .flow_list_text{
		width: 100%;
	}
	
	#second .flow_list li .flow_list_text p:last-of-type{
		margin-bottom: 0 !important;
	}
	
	#second .flow_list li .flow_list_ttl{
		margin-bottom: 15px;
	}
	
	#second .faq_list dl{
		padding: 10px 0;
		margin: 0;
	}
	
	#second .faq_list dt span{
		margin: 0 0 5px;
		display: inline-block;
		padding: 0 1em;
	}
	
	#second .faq_list dt span:after{
		content: "\A" ;
		white-space: pre ;
	}
	
	#second .faq_list dt a{
		display: block;
	}
	
	#second .faq_list dd{
		margin: 15px 0 0;
	}
	
	#second .contact_form dt,
	#second .contact_form dd{
		width: 100%;
	}

	#second .contact_form dt p:last-of-type,
	#second .contact_form dd p:last-of-type{
		margin-bottom: 0 !important;
	}
	
	#second .contact_form dt{
		padding: 20px 0 0;
	}
	
	#second .contact_form dd{
		padding: 0 0 20px 0;
	}
	
	#second .contact_form .contact_form_send input,
	.contact_confirm input{
		width: auto;
		padding: 10px 4em;
		font-weight: bold;
		display: block;
		margin: 0 auto;
	}
	
	/* #second .contact_form input{
		display: block;
	} */
	
	input[type="button"],input[type="submit"] {
	    -webkit-appearance: none;
	}

	#second .contact_form .contact_form_send,
	.contact_confirm{
		position: relative;
		padding: 20px 0;
	}

	#second .contact_form .contact_form_send p,
	.contact_confirm p{
		margin-bottom: 0 !important;
	}

	#second .contact_form .contact_form_send .wpcf7-spinner,
	.contact_confirm .wpcf7-spinner{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	#second .treatment_img_wrap {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	#second #main_conts .treatment_img_wrap p:first-child {
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	#second #main_conts .treatment_img_wrap section {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	#second #main_conts .treatment_img_wrap section:nth-of-type(5) {
		margin-bottom: 20px;
	}
	
	#second #main_conts .treatment_img_wrap section:last-child {
		margin-bottom: 0;
	}
	
	/* wordpress */
	.sys_cat dl{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.sys_cat dl dt,
	.sys_cat dl dd{
		width: 100%;
	}
	
	#second #main_conts.sys_single h4{
		font-size: 1.3em;
	}
	
	#second #main_conts.sys_single h5{
		font-size: 1.1em;
	}
	
	#second #main_conts.sys_single ul li{
		margin: 0 5% 10px 7%;
	}
	
	#second #main_conts.sys_single .page_link .page_link_prev{
		display: block;
		text-align: left;
		margin-bottom: auto !important;
	}
	
	#second #main_conts.sys_single .page_link .page_link_next{
		display: block;
		text-align: left;
	}
	
	/* サイドバー */
	.side_news_list dt{
		float: none;
	}
	
	.side_info_menu{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.side_info p.side_info_contact_tel{
		font-size: 1.2em;
	}
	
	.side_menu li{
		width: calc(100% / 2 - 5px);
		margin: 0 10px 10px 0;
	}
	
	.side_menu li:nth-child(2n){
		margin-right: 0;
	}
	
	.side_calender_inline{
		width: 100%;
		padding:0;
		position: relative;
		height: 100%;
	}
	
	.side_calender_inline iframe{
		width: 100%;
		height: 720px;
	}
	
	.side_google_calender_pc{
		display: none;
	}
	
	.side_google_calender_sp{
		display: block;
	}
	
	
	/* フッター */
	#footer_menu{
		padding: 30px 2.5%;
		display: none;
	}
	
	#footer_menu .footer_menu_inline ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-right: 0;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	
	#footer_menu .footer_menu_inline ul:last-of-type{
		margin-bottom: 0;
	}
	
	#footer_menu .footer_menu_inline li{
		margin-right: 30px;
	}
	
	#footer_main{
		padding-bottom: 60px;	
	}
	
	#pagetop{
		display: none !important;
	}
	
	a.anchor {
    display: block;
    padding-top: 105px;
    margin-top: -105px;
}

}



@media only screen and (max-width: 400px){
	.list_check02 li{
		width: calc(50% - 35px);
		padding: 0 0 0 35px;
	}
	
}