@charset "utf-8";
/*画面の横幅640以上*/
@media print, screen and (min-width: 640px){

	.t-color {
		background: blue;
	}

	#wrapper{
		max-width: 1360px;
		margin:0 auto;
		margin-bottom:50px;
		padding:0 10px;
	}

	#wrapper1{
		max-width:980px;
		margin:0 auto;
		padding:0 10px;

	}

	.sp-main{
		display:none;
	}

	#header{
		overflow:hidden;
	}

	.career_btn {
		width: 160px;
		background: #ee66a0;
		color: #fff;
		text-align:center;
		border-radius: 3px;
		padding: 5px;
		display: inline-block;
		margin-left: 40px;
	}

	.career_btn a{
		color: #fff;
	}

	.recruitment ul{
		margin-left:10px;
		overflow:hidden;
	}

	.recruitment li{
		float:left;
	}

	.recruitment li a{
		width:150px;
		font-size:90%;
		display:block;
		padding:9px;
		font-family:"sans-serif";
		text-align:center;
		font-weight:normal;
	}

	.recruitment li:nth-child(1) a{
		margin-right:5px;
		border-radius:10px;
		background:#e76ba2;
		color:#fff;
	}

	.recruitment li:nth-child(2) a{
		border-radius:10px;
		background:#e76ba2;
		color:#fff;

	}

	.head-center-txt{
		font-size: 60%;
		font-weight: lighter;
	}

	.header-box{
		max-width:1360px;
		margin: 5px auto;
		overflow:hidden;
	}
	.header-box .header-top, .header-box .header-bottom {
		width: 100%;
		overflow: hidden;
	}
	
	.headleft-top{
		float:left;
		width: 75%;
	}
	.headleft-bottom{
		float:left;
		width: 75%;
	}
	.headleft-bottom img:hover {
		opacity:0.7;
	}
	.headimg{
		float: left;
		width: 49%;
		text-align: right;
	}
	.headright-top{
		float:right;
		width: 25%;
	}
	.headright-bottom{
		float:right;
		width: 25%;
		display: flex;
	}
	.header-sns {
		width: 50%;
		margin-top: 5%;
        display: flex;
        justify-content: center;
	}
	.header-sns:hover {
		color: #F2879B;
	}
	.header-sns img{
		width: 20%;
		padding-right: 10px;
	}
	.header-contact {
		width: 50%;
		float: left;
		margin-top: 5%;
		height: 40px;
		margin-left: 10px;
        display: flex;
        align-items: center;
	}
	.header-contact a {
		width: 100%;
        display: flex; 
        align-items: center;
        justify-content: center;
		gap: 10px;
	}
	.header-contact img{
		width: 18%;
        height: 80%;
	}
	.new-recruit-btn {
		display: block;
		width: 49.9%;
		background: #7DC5EA;
		text-align: center;
		font-size: 70%;
		line-height: 2.7;
		color: #fff;
		float: left;
	}
	.recruit-btn:hover, .new-recruit-btn:hover {
		background: #999999;
	}
	.recruit-btn {
		display: block;
		width: 49.9%;
		background: #FF808D;
		text-align: center;
		font-size: 70%;
		line-height: 2.7;
		color: #fff;
		float: right;
	}
	.logo-img{
		width: 35%;
	}

	.header-img{
		width:247px;
		height:50px;
	}

	.head-box{
		float: right;
		margin: 0px 8% 0 0;
		font-size: 70%;
	}
	.contact-txt {
		display: inline-block;
		color: #666666;
	}
	.head-box a {
		color: #999;
	}
	#right-sidr{
		display: block;
		margin: 0 auto;
		text-align: center;
		background: #EAD4CB;
	}
	#fade_in li ul {
		/* opacity: 0; */
		top: 100%;
		/* left: -10; */
		visibility: visible;
		transition: .5s;
		width: 100%;
		position: absolute;
		z-index: 9999;
	}
	/* #fade_in li:hover ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	} */

	.navbtn{
		float:left;
		font-size:90%;
		width:100px;
		text-align:center;
		/* margin-bottom:5px; */
		position: relative;
	}

	/* .navbtn a{
		display:block;
		text-decoration:none;
		color: #fff;
		padding: 13px 14px;
	}

	.navbtn a:hover{
		opacity:0.7;
		color:#ffbcd9;
		background: #fff;
	}
	.dropmenu li{
		position: relative;
		width:fit-content;
		line-height:1.3;
		text-align: center;
		display: inline-block;
	}
	.dropmenu li ul li{
		display:block;
		text-decoration:none;
		width: 100%;
		background:#ffbcd9;
		color: #fff;
		visibility: hidden;
		margin: auto;
		border-bottom:1px solid #E76BA2;
	}
	.dropmenu li:hover ul li {
		visibility: visible;
		opacity: 1;
	} */

	#cnt{
		margin-bottom:30px;
	}

	.top_cntbox{
		margin-top:20px;
		overflow:hidden;
		padding:0 10px;

	}

	.cntbox{
		margin-top:20px;
		overflow:hidden;
		/* max-height: 900px; */
	}

	.cntbox1{
		padding:10px;
		margin-top:20px;
		margin-bottom:40px;
	}

	.cntbox2{
		overflow:hidden;
		padding:10px;
		margin-top:20px;
		margin-bottom:40px;
	}

	.tel_icon{
		width:49%;
		float:left;
	}

	.tel_icon1{
		width:49%;
		float:right;
	}

	h3{
		font-size:100%;
		color:#E76BA2;
	}
	.news_box em{
		font-style:normal;
		background: #F9AC06;
		color:#fff;
		padding:0 4px;
		margin-right:5px;
	}

	.left-cntbox{
		padding-right:10px;
		width: 56%;
		float:left;
		overflow-y: scroll;
	}
	dt{
		font-size:90%;
		padding-bottom:15px;
		padding-top:5px;
	}
	dd{
		padding-top:2px;
		padding-bottom:3px;
		font-size:80%;
		border-bottom:2px dotted #FCD0F2;
	}
	.right-cntbox{
		width:41%;
		float:right;
	}

	.right-cntbox a:first-child img{
		/* height: 216px; */
	}

	.right-cntbox a:hover{
		opacity:0.7;
	}
	.right-cntbox-left{
		margin-bottom: 5px !important;
	}

	.lifebox ul{
		overflow:hidden;
		width:101%;
	}

	.life-img{
		border:1px solid #ee98bf;
		margin-right:5px;
		float:left;
		width:32%;
		margin-right:1%;
		margin-bottom:1%;
		position:relative;

	}

	.life-img a:hover{
		opacity:0.7;
	}

	.life-img:hover a::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc( 100% - 47px );
		background-color: #e76ba2;
		opacity: 0.5;
		z-index: 1;
	}

	.center_banner {
		position: relative;
	}

	.center_banner:hover a::after{
		content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 2rem);
        background-color: #e76ba2;
        opacity: 0.5;
        z-index: 1;
	}

	#footer{
		overflow:hidden;
		background:#F2F2F2;
	}
	.footer-sp{
		display: none;
	}

	.footer-box{
		max-width:1360px;
		margin: 5px auto;
		overflow:hidden;
	}

	.footer-nav{
		margin:0 auto;
		overflow:hidden;
		text-align:center;
		padding: 18px 0px;
		width:100%;
		border-bottom: 1px solid #000;
	}
	.footerleft {
		float: left;
		width: 75%;
		font-size: 70%;
	}
    
	.footerright {
		overflow: hidden;
		width: 25%;
		font-size: 70%;
		text-align: right;
	}
	.footerright a{
		display: inline-block;
		color: #666666;
		margin-left: 8%;
	}
	.footer-nav-sns {
		margin:0 auto;
		overflow:hidden;
		text-align:center;
		padding: 18px 0px;
		width:100%;
	}
	.footer-sns-left {
		width: 50%;
		font-size: 70%;
		text-align: left;
		float: left;
	}
	.footer-sns-right {
		width: 50%;
		font-size: 70%;
		text-align: right;
		float: right;
	}
	.footer-sns-right a{
		font-weight: bold;
		color: #000;
    	padding-left: 8%;
	}
	.link_box{
		float:right;
	}
	.link_box a {
		padding: 10px;
		text-decoration: none;
		color: #333333;
		display: inline-block;
		padding-top: 0;
	}
	.link_box a:last-child {
		padding-right: 0px;
	}
	.link1{
		width:180px;
	}

	.link2{
		width:180px;
	}
	.footerbtn{
		float:left;
	}
	.footerbtn a:first-child {
		padding-left:0px;
	}
	.footerbtn a{
		padding:10px 20px;
		text-decoration:none;
		color: #333333;
	}
	.footerbtn a:hover{
		color: #808080;
	}
	.small-text{
		text-align:left;
		color:#333333;
		font-size:12px;
	}
	.drawr {
		height:auto !important;
		text-align: center;
		max-width: 1360px;
		margin: 0 auto;
		background: 	#E0A6B3;
		color: #fff;
	}

	.pagetop{
		position: fixed;
		bottom: 100px;
		right: -70px;
	}
	.pagetop a{
		display: block;
		width: 51px;
		height: 51px;
		background-color: #ead4cb;
		border-radius: 70px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		line-height: 51px;
		opacity: 0.9;
	}

	#middle-nav ul{
		overflow:hidden;
		margin-bottom:15px;
		padding-left:20px;
	}

	#middle-nav li{
		float:left;
		margin-right:25px;
	}

	#middle-nav li a{
		color:#555454;
		font-size:85%;
		text-decoration:underline;
		padding:5px;
	}

	#middle-nav li a:hover{
		opacity:0.7;
	}

	.sp-img{
		display:none;
	}

	.lifebox{
	}

	.life-txt{
		margin:5px;
		font-size:80%;
	}

	.life-color{
		color:#ee98bf;
	}

	.icon-img-box{
		margin-right:1%;
		float:left;
		width:32.3%;
	}


	.iconbox ul{
		overflow:hidden;
		margin-bottom:15px;
		padding:0 25px;
	}


	.list-box{
		width:102%;
		overflow:hidden;
	}

	.list-nav{
		margin-right:1%;
		text-align:center;
		float:left;
		width:18.6%;
		border:1px solid #e76ba2;
	}

	.list-nav a{
		padding:30px 0px;
		display:block;
		color:#e76ba2;
		font-size:110%;
		font-weight:bold;
	}

	.list-nav a:hover{
		background:#faf0e6;
	}

	.list-nav-box{
		overflow:hidden;
		padding:30px 0px;
		border-top:1px dotted #555454;
	}

	h4{
		padding-left:10px;
		font-size:120%;
		border-left:12px solid #e76ba2;
		color:#555454;
		margin-bottom:20px;
		line-height:25px;
	}
	.facility-title{
		padding-left:10px;
		font-size:120%;
		font-weight: bold;
		border-left:12px solid #e76ba2;
		color:#555454;
		margin-bottom:20px;
		line-height:25px;
	}

	h5{
		font-size:150%;
		color:#fff;
		margin-bottom:20px;
		background:#f9ac06;
		text-indent:20px;
	}

	.place-title{
		font-size:150%;
		color:#fff;
		margin-bottom:20px;
		background:#f9ac06;
		text-indent:20px;
		font-weight: bold;

	}

	.list-nav1 {
		float: left;
		margin-bottom: 5px;
		margin-right: 5px;
		width: 180px;
	}

	.list-nav1 a{
		border:1px solid #e76ba2;
		border-radius: 5px;
		padding: 10px 0;
		display:block;
		font-size:95%;
		text-align:center;
		color:#e76ba2;
		font-weight:bold;
	}

	.list-nav1 a:hover{
		background:#faf0e6;
	}

	.list-nav1.nav2{
		background: #dcdcdc none repeat scroll 0 0;
		border-radius: 5px;
		float: left;
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 10px 0;
		width: 130px;
		display:block;
		font-size:95%;
		text-align:center;
		color:#fff;
		font-weight:bold;
	}

	h6{
		font-size:120%;
		background:#e76ba2;
		color:#fff;
		text-indent:20px;
	}

	.table_graph th {
			background: #ffebcd none repeat scroll 0 0;
		font-weight: lighter;
			text-align: left;
		padding:10px 20px;
		display:block;
	}

	.table_graph td {
		text-align: left;
		padding:10px 20px;
		display:block;
	}

	.table_graph {
		border-collapse: collapse;
		border:1px solid #a9a9a9;
		border-collapse: collapse;
		margin-top:20px;
		font-size:95%;
		width:47%;
		margin-left:2%;
		float:left;
	}

	#placebox{
		margin-top:15px;
		margin-bottom:20px;
	}

	#placebox1{
		margin-bottom:20px;
	}

	.placebox1{
		overflow:hidden;
	}

	.placebox{
		overflow:hidden;
		margin-bottom:30px;
	}

	.table_graph td.td-bottom{
		border-bottom: none;
	}


	.table_graph1 th {
		border-bottom: 1px solid #BFBEBE;
		font-weight: 400;
		padding: 15px 10px;
		text-align: left;
		width: 30%;
	}

	.table_graph1 td {
		border-bottom: 1px solid #BFBEBE;
		text-align: left;
		width: 70%;
		padding: 15px 10px;
	}

	.table_graph1 em{
		display: inline-block;
		font-style: normal;
		width: 140px;
	}

	.table_graph1 {
		border-collapse: collapse;
		width: 100%;
		margin-top:10px;
		font-size:95%;
	}

	.table_graph1 a{
		font-weight:bold;
		color:#e76ba2;
	}

	.backicon{
		width:145px;
		position:absolute;
		right:30px;
		top:10px;
		z-index:-1;
	}

	.table_graph2{
		background:#fff;
		opacity:0.7;
	}

	.placebox-left{
		float:left;
		padding:15px;
	}

	.placebox-left img{
		width:300px;
	}

	.placebox-right{
		float:left;
		padding:5px;
	}

	.placebox-left-right{
		line-height:22px;
		margin-top: 10px;
		padding:10px;
	}

	.placebox-left-right ul{
		border:1px solid #a9a9a9;
		border-radius:5px;
		position:relative;
		overflow:hidden;
	}

	.placebox-left-right a:hover{
		opacity:0.7;
	}

	.placetxt{
		color:#e76ba2;
	}

	.table_graph2 th {
		font-weight: lighter;
		padding: 10px 5px;
		text-align: left;
		border-bottom:1px dotted #575757;
		vertical-align:top;

	}

	.table_graph2 td {
		font-weight: lighter;
		padding: 10px 5px;
		text-align: left;
		border-bottom:1px dotted #575757;
	}

	.movie_btn1 img{
		width:355px;
	}

	p.btn_link_back input {
		background: #a2a1a1 none repeat scroll 0 0;
		border: 4px solid #d7d7d7;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 120%;
		font-weight: bold;
		margin: 15px auto 0;
		padding: 15px;
		text-align: center;
		width: 225px;
		cursor: pointer;
	}

	.fb-box{
		text-align:center;
		padding:15px;
	}

	.fb_iframe_widget{
		margin-bottom:5px;
		/* float: right;
		bottom: 261px;
    	right: 14px; */
	}

	article.Common .Cbox01 .privbox p.pbox{
		text-align:right;
	}

	.privbox li{
		margin-bottom:10px;
		font-size:95%;
	}

	.Cbox01{
		margin-top:20px;
		padding:10px;
	}

	.fb-box{
		margin-top:10px;
		padding:10px;
	}

	/*lp追加*/

	.main{
		padding:15px;
	}
	
	#main h1{
		position: relative;
	}

	.main input {
		font-size: 120%;
		padding: 5px;
	}

	.main dl {
		margin-bottom: 20px;
	}

	.main dl dt {
		background: #ffefd5 none repeat scroll 0 0;
		border-top: 1px solid #e76ba2;
		font-weight: bold;
		padding: 15px;
	}

	.main dl dt span {
		color: #a50918;
		font-size: 80%;
	}

	.main dl dd {
		color: #666;
		padding: 15px;
		border:none;
	}

	.main input.text_box {
		width: 90%;
	}
	.main input {
		font-size: 120%;
		padding: 5px;
	}

	.kojin {
		font-size:80%;
		border: 1px solid #ccc;
		color: #666;
		height: 200px;
		margin: 0 auto 50px;
		overflow: auto;
		padding: 15px;
	}

	.kojin ol li {
		list-style-type: decimal;
		margin: 0 10px 10px 20px;
	}
	.all_btn{
		text-align: center;
		overflow: hidden;
	}

	p.btn_link input {
		background: #eba603 none repeat scroll 0 0;
		border: 4px solid #fccf64;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 120%;
		font-weight: bold;
		height: 80px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		width: 100%;
	}

	.main textarea.text_box {
		font-size: 120%;
		padding: 5px;
		width: 90%;
	}

	.form-txt{
		margin-top:10px;
		margin-bottom:5px;
	}

	/*事業内容*/

	.facility_box .left_box .facility_detail {
		background-color: #f5f5f5;
	}

	.facility_box .left_box .facility_detail table {
		border-collapse: collapse;
		font-size: 16px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
		width:100%;
	}

	.facility_box .left_box .facility_detail table th {
		border-bottom: 1px solid #ffffff;
		color: #666666;
		font-weight: bold;
		padding: 10px;
		vertical-align: top;
		width:20%;
	}

	.facility_box .left_box .facility_detail table td {
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		padding: 10px;
		vertical-align: top;
		width:80%;
	}

	.map-img{
		width:262px;
		margin-bottom:5px;
	}

	.inquiery-img{
		width:262px;
		margin-bottom:5px;
	}

	.movie-img{
		width:355px;
	}

	.fimg{
		width:280px;
	}

	.facility_box{
		overflow:hidden;
		margin-top:15px;

	}

	.facility_box .right_box {
		width:70%;
		float:right;

	}

	.tab li.select {
		background: #E0A6B3 none repeat scroll 0 0;
		border-left: 1px solid #E0A6B3;
		border-right: 1px solid #E0A6B3;
		border-top: 1px solid #E0A6B3;
		color: #ffffff;
	}


	.coment {
		margin-bottom:10px;
	}

	.yh2 {
		font-size:14px;
	}

	.yh2 span{
		font-size:27px;
	}

	.left-cntbox h3 {
		font-size:130%;
		font-weight:bold;
		color:#666666;
	}

	.facility_box1{
			float:left;
			width:30%;
	}

	.facility_box .left_box .btbox {
		padding-left:10px;
		padding-bottom:5px;
	}
	.facility_box .left_box .facility_detail hr {
		border:1px solid #FFFFFF;
	}


	.facility_box .right_box .coment {
		font-size:10px;margin-bottom:10px;
	}

	/*施設概要*/
	.summary_box {
		margin-bottom:20px;
	}
	.summary_box table {
		width: 100%;
		border-collapse:collapse;
	}
	.summary_box table .bgcolor2 {
		background-color:#f5f5f5;
	}
	.summary_box table th,.summary_box table td {
		vertical-align:top;
		padding-left:3px;padding-right:3px;
		padding-top:5px;padding-bottom:5px;
	}
	.summary_box table th {
		width:200px;font-weight:bold;
		color:#666666;
	}

	/*施設料金*/
	.price_box table {
		border:1px solid #CCCCCC;
		width:100%;font-size:18px;
		margin-bottom:20px;
	}
	.price_box table th,.price_box table td {
		border:1px solid #CCCCCC;
		text-align:center;
		}
	.price_box table th {
		line-height:2em;
		font-weight:bold;
		background-color:#F5F5F5;
	}
	.price_box table td {
		line-height:2em;font-size:20px;
	}
	.pricecoment_box {
		background-color:#F5F5F5;
		padding:10px;
		font-size:14px;
		margin-bottom:20px;
	}
	.pricecoment_box hr {
		border:1px solid #FFFFFF;
	}
	.pricecoment_box b {
		display:block;
	}
	.pricecoment_box span {
		display:block;
		padding-left:20px;
		padding-bottom:5px;
	}
	.pricecoment_box .comentcolor {
		font-size:12px;
		color:#006ebb;
	}
	.pricecoment_box h4 {
		background-color:red;color:#FFFFFF;
	}

	/*タブスタイル*/
	.tab{
		overflow:hidden;
	}
	.tab li{
		text-align:center;
		width:150px;
		line-height:1.8em;
		font-size:20px;
		font-weight:bold;
		background:#fff;
		padding:5px 25px;
		float:left;
		color:#e76ba2;
		margin-right:1px;
		cursor:pointer;
		border-top:1px solid #e76ba2;
		border-left:1px solid #e76ba2;
		border-right:1px solid #e76ba2;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.tab li.select{
		background:#e76ba2;
		color:#FFFFFF;
		border-top:1px solid #e76ba2;
		border-left:1px solid #e76ba2;
		border-right:1px solid #e76ba2;
	}
	.content li{
		background:#FFF;
		border-top:8px solid #e76ba2;
		padding-top:15px;
		border-bottom:3px solid #e76ba2;
	}
	.hide {
		display:none;
	}

	.movie_btn{
		float:left;
		padding-left:10px;
	}

	.movie_btn1{
		margin-top:10px;
	}


	.living_box {
		width:100%;
		padding-bottom:20px;
	}
	.living_box p {
		display:inline-block;
		background-color:#EFEFEF;
		border:1px solid #CCCCCC;
		padding:11px;
		margin-bottom:5px;

	}
	.living_box p img {
		display:block;
		margin-bottom:5px;
	}
	.living_box p span {
		display:block;
		border-left:3px solid #006ebb;
		text-indent:5px;
	}

	.checkicon{
		width:15px;
	}

	/*ボタンを囲む要素 */
	.link_container{
		width:	615px;
		height:	80px;
		margin:	0 auto;
		margin-top:	20px;
	}

	.comennt_nyukyo {
		font-size:18px;margin-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		width:615px;
		font-weight:bold;
		color:#666666;
	}

	.nyukyo {
		background-image:url("../images/home/free.png");
		width:615px;
		height:184px;
		margin-left:auto;
		margin-right:auto;
	}

	.nyukyo span{
		position:relative;
		z-index:-1;
		overflow:hidden;
	}

	.back {
		margin-left:auto;
		margin-right:auto;
		width:615px;
		font-weight:bold;
		display:block;
		line-height:4em;
	}

	.top img{
		width:15px;
		margin-bottom:5px;
	}

	.top {
		padding:10px;
	}


	/*::::: PIROBOX RULES::::::::*/
	.piro_overlay { 
		position: fixed;
		 _position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		background:#000;
		display: none; 
		z-index:99997; 
	}

	.loading span{
		position:absolute;
		top:50%;left:50%;
		margin-top:-15px;
		margin-left:-15px;
		width:30px;
		height:30px;
		display:block;
		z-index:100008; 
		background:none 
	}
	.loading span span{
		position:absolute; 
		display:block; 
		width:30px;
		height:30px; 
		z-index:100009;
		background: url(ajax-loader.gif) center center no-repeat!important;
		background: url(ajax-loader.gif) center center no-repeat;
	}

	.caption{
		position:absolute;
		bottom:0;
		left:0;
		margin:0;
		display:block; 
		padding:0px; 
		cursor:text; 
		background:#222;
	}
	.piro_nav{
		position:absolute;
		bottom:0;
		left:50%;
		margin:0;
		display:block; 
		padding:0; 
		background:none;
	}
	.caption p{ 
		display:block; 
		margin:0;
		padding:4px 28px 4px 38px; 
		text-align:center; 
		font-weight:normal; 
		background:black; 
		color:white; 
		font-size:12px;
	}

	a.piro_close{
		position:absolute;
		top:20px;
		right:20px;
		height:35px;
		width:35px;
		background:url(close_btn.png) no-repeat;
		cursor:pointer;
		z-index:100006;
	}
	a:hover.piro_close{
		background:url(close_btn_h.png) no-repeat;
	}

	a.piro_next{
		position:absolute;
		top:50%;
		width:35px; 
		height:35px;
		right:20px;
		text-indent:-999em;
		outline:none; 
		display:block; 
		margin:-18px 0 0 0;
		background:url(next.png) center right no-repeat; 
		border:none; 
		cursor:pointer;
		z-index:1000000001
	}
	a:hover.piro_next{
		background:url(next_h.png) center right no-repeat;
	}

	a.piro_prev{
		position:absolute;
		top:50%;width:35px; 
		height:35px;left:20px; 
		text-indent:-999em; 
		outline:none;
		display:block;
		margin:-18px 0 0 0;
		background: url(prev.png) center left no-repeat;
		border:none; 
		cursor:pointer; 
		z-index:1000000000
	}
	a:hover.piro_prev{
		background:url(prev_h.png) center left no-repeat;
	}



	.pirobox_content {
		position:absolute; 
		top:50%; 
		left: 50%; 
		padding:0; 
		width: 800px; 
		height: 600px; 
		margin:-300px 0 0 -400px; 
		display:block; 
		z-index:99998;
		font-family:Trebuchet MS,Arial;
	}
	.pirobox_content table,tbody,tr,th,td{
		margin:0;
		padding:0;
		border:none;
	}
	.pirobox_content img{ 
		margin:0; 
		padding:0; 
		border:none;
	}

	.t_l{
		background:url(t_l.png) no-repeat; 
		width:20px; 
		height:20px;
	}
	.t_r{
		background: url(t_r.png) no-repeat; 
		width:20px; 
		height:20px;
	}
	.t_c{
		height:20px; 
		background:url(t_c.png) repeat-x;
	}

	.c_l{
		width:20px; 
		background: url(c_l.png) repeat-y;
	}
	.c_c{
		background:black; 
		margin:0; 
		padding:0;
	}
	.c_c div{
		width:760px; 
		height:560px; 
		margin:0; 
		padding:0 0 0px 0;
	}
	.c_r{
		width:20px; 
		background: url(c_r.png) repeat-y;
	}

	.b_c{
		height:20px; 
		background:url(b_c.png) repeat-x;
	}
	.b_l{
		background:url(b_l.png) no-repeat; 
		width:20px; height:20px;
	}
	.b_r{
		background:url(b_r.png) no-repeat; 
		width:20px; 
		height:20px;
	}

	/*.t_l{background:#000; width:10px; height:10px;}
	.t_r{background:#000; width:10px; height:10px;}
	.t_c{height:10px; background:#000;}

	.c_l{width:10px; background:#000;}
	.c_c{background:#000; margin:0; padding:0;}
	.c_c div{width:380px; height:180px; margin:0; padding:0;}
	.c_r{width:10px; background: #000;}

	.b_c{height:10px; background:#000;}
	.b_l{background:#000; width:10px; height:10px;}
	.b_r{background:#000; width:10px; height:10px;}
	*/
	.box_img{
		position:absolute; 
		z-index:99995; 
		background: url(img_bg.png);
		width: 100%; 
		top:30px; 
		left:30px; 
		height: 100%; 
		padding:0;
	}
	.err_mess{
		position:absolute;
		bottom:20px; 
		color:white; 
		padding:0; 
		margin:0 0 0 20px; 
		display:block;
	}
	.err_mess a{
		color:red; 
		font-weight:700;
	}
	.number{
		position:absolute;
		margin-left:3px;
		height:18px;
		width:30px; 
		padding:3px;
		left:0;
		color:#666;
		bottom:1px; 
		font-size:11px;
	}
	a.link_to {
		position:absolute;
		margin-right:6px;
		height:20px;
		width:20px;
		right:0;
		color:#999;
		bottom:3px; 
		background:url(link_out.png) no-repeat; 
		text-indent:-999em;
	}
	a:hover.link_to { 
		background:url(link_out_h.png) no-repeat;
	}
	a.play{
		position:absolute;
		top:20px!important;
		top:20px;
		left:20px!important;
		left:20px;
		width:40px; 
		height:40px; 
		margin:0; 
		outline:none; 
		display:block;
		background:url(play.png) no-repeat; 
		text-indent:-999em; 
		border:none;
		cursor:pointer;
	}
	a:hover.play{
		background:url(play_h.png) no-repeat;
	}
	a.stop{
		position:absolute;
		top:20px!important;
		top:20px;
		left:20px!important;
		left:20px;
		width:40px; 
		height:40px; 
		margin:0; 
		outline:none; 
		display:block;
		background:url(pause.png) no-repeat;
		text-indent:-999em; 
		border:none;
		cursor:pointer;
	}
	a:hover.stop{
		background:url(pause_h.png) no-repeat;
	}

	/*フォーム*/
	.table_form {
		margin-bottom:30px;
		color: #575757;
		width: 100%;
	}


	.table_form th {
		background: #ffefd5 none repeat scroll 0 0;
		font-weight: lighter;
		padding: 10px 10px 10px 20px;
		text-align: left;
		width: 30%;
	}

	.table_form td {
		background: #F9F3DF none repeat scroll 0 0;
		font-weight: lighter;
		padding: 15px;
		width: 70%;
	}

	p.btn_link input {
		background: #f9ac06 none repeat scroll 0 0;
		border: 4px solid #ffd4a5;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 120%;
		font-weight: bold;
		margin: 0 auto;
		padding: 15px;
		text-align: center;
		cursor:pointer;
		height: auto;
		width: 225px;
	}

	.btn_link {
		margin-top: 30px;
		display:inline-block;
	}

	.table_form input {
		font-size: 100%;
		padding:5px;
	}
	.w85 {
		width: 85%;
	}


	.form_scroll {
		font-size: 70%;
		height: 120px;
		max-width: 100%;
		overflow: auto;
	}

	.contact-icon{
		padding:0px 4px;
		background:#e76ba2;
		color:#fff;
		border-radius:5px;
		margin-left:10px;
	}

	.table_form textarea{
		padding:5px;
		width:85%;
		height:200px;
	}

	.w30 {
		width: 30%;
	}

	.tel_center ul{
		margin-top:30px;
		overflow:hidden;
	}
	.tel_center li{
		margin-top:30px;
		overflow:hidden;
	}

	.contact_txt{
		margin-left: 23px;
		font-size: 120%;
		font-weight: bold;
		text-align: left;
		display: block;
		display: inline-block;
	}


	h2{
		font-size:150%;
	}

	.recruit_txt{
		/* margin-bottom:5px; */
		margin: 15px 0px 10px 0px;
		font-size:120%;
	}

	.recruitwrap{
		margin-top:20px;
	}

	.recruit_li{
		margin-right:30px;
		float:left;
	}

	.recruit_ul{
		overflow:hidden;
		margin-left: 40px;
	}

	.recruitwrap{
		margin-bottom:30px;
	}

	.recruit_icon{
		width:200px;
	}

	.recruit_p{
		font-size:90%;
		margin:10px 0px 5px 40px;
		/* margin-bottom:5px; */
	}

	.recruit_p span{
		font-size:50%;
	}

	.link3{
		/* width:40px;
		margin-top:4px; */
		width: 22px;
		padding-left: 5px;
	}
	
	.link4 {
		width: 25px;
	}
	.newstxt{
		font-size:120%;
		font-weight:bold;
	}

	.mynavi{
		height:45px;
	}

	.recruitcnt{
		margin-bottom:40px;
	}

	.recruit_t2019tx{
		font-size: 90%;
		/* margin-bottom: 5px; */
		margin: 50px 0px 5px 40px;content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 2rem);
        background-color: #e76ba2;
        opacity: 0.5;
        z-index: 1;
	}

	.recruit_t2019tx span{
		font-weight:bold;
	}

	.center_banner{
		margin-top: 16px;
		clear:both;
	}

	.center_banner_sp{
		display:none;
	}

	/*介護タクシー*/

	.taxi_pic{
		display:block;
		margin:0 auto;
		margin-top:20px;
	}

	.box01 ul li {
		margin-bottom:5px;
		list-style-type: disc;
	}

	.box01 ul li:last-child{
		margin-bottom:0px;
	}

	.box01{
		margin-top:20px;
		padding:20px 0 20px 50px;
		border: 1px solid #a9a9a9;
	}
	
	.box01 ol {
		padding: 50px;
	}

	.box02{
		margin-top:40px;
	}

	.tablebody{
		font-size:95%;
		margin-top:10px;
		text-align:left;
		width:100%;
		border-collapse: collapse;
		table-layout: fixed;
	}

	.tablebody01{
		font-size:95%;
		margin-top:40px;
		text-align:left;
		width:100%;
		border-collapse: collapse;
		table-layout: fixed;
		/* border-collapse: separate;
		border-spacing: 0; */
	}
	.charge_box{
		margin-bottom:10px;
		overflow:hidden;
	}

	.tablebody02{
		float:left;
		width:49%;
		font-size:95%;
		margin-top:10px;
		text-align:left;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.tablebody03{
		float:right;
		width:49%;
		font-size:95%;
		margin-top:10px;
		text-align:left;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.tablebody01 th,td, .tablebody02 th,td, .tablebody03 th,td{
		padding:10px;
	}

	.tablebody th,td{
		padding:10px;
	}

	.tablebody tr:first-child {
		background: #ffe4c4;
	}

	.tablebody01 tr:first-child {
		background: #ffe4c4;
	}

	.tablebody th {
		width:35%;
		border: 1px solid #a9a9a9;
		font-weight: bold;
	}

	.tablebody01 th {
		border: 1px solid #a9a9a9;
		font-weight: bold;
	}

	.tablebody02 th{
		border: 1px solid #a9a9a9;
		font-weight: bold;
		background: #ffe4c4;
	}

	.tablebody02 td{
		border: 1px solid #a9a9a9;
	}

	.tablebody03 th{
		background:#ffe4c4;
		border: 1px solid #a9a9a9;

	}
	.tablebody03 td{
		background:#fff;
		font-size:120%;
		border: 1px solid #a9a9a9;
	}
	.tablebody03 .color{
		background:#ffe4c4;
	}
	.tablebody02 .color{
		background:#fff;
	}

	.tablebody td {
		width:65%;
		border: 1px solid #a9a9a9;
	}

	.tablebody01 td {
		border: 1px solid #a9a9a9;
	}

	.tablebody .color{
		background: #ffe4c4;
	}

	.tablebody01 .color{
		background: #ffe4c4;
	}

	/* #.tablebody tr:nth-child(2n+1), .user-fees .even {
	#	background: #ffe4c4;
	#} */
	.tablebody tr:first-child, .user-fees .even {
		background: #ffe4c4;
	}
	.tablebody tr:last-child, .user-fees .even {
		background: #ffe4c4;
	}
	/* #.tablebody01 tr:nth-child(2n+1), .user-fees .even {
	#	background: #ffe4c4;
	#} */
	.none-color{
		background: white ;
	}
	.middle_tittle01{
		margin-bottom:15px;
		display:block;
		width:100%;
		font-size:120%;
		font-weight:bold;
		border-bottom:2px solid #e76ba2;
	}

	.middle_tittle03{
		margin-top:40px;
		margin-bottom:15px;
		display:block;
		width:100%;
		font-size:120%;
		font-weight:bold;
		border-left:10px solid #e76ba2;
		padding-left:7px;
		line-height:20px;
	}

	.middle_tittle04{
		margin-bottom:15px;
		display:block;
		width:100%;
		font-size:120%;
		font-weight:bold;
		border-bottom:2px solid #e76ba2;
	}

	.middle_tittle05{
		font-size:120%;
		font-weight:bold;
		margin-bottom:10px;
		margin-top:40px;
	}

	.middle_tittle06{
		font-size:110%;
		font-weight:bold;
		margin-left:40px;
		margin-bottom:20px;
	}

	.smalltxt{
		padding:3px;
		font-size:90%;
	}

	.red{
		color:#ff0000;
	}

	.tel_color{
		text-decoration:underline;
		color:#e76ba2;
		font-weight:bold;
		font-size:120%;
	}

	.box01 li{
		margin-bottom:5px;
		list-style-type: decimal;
	}

	.p_middle{
		margin-top:20px;
	}

	ul.charge_vehicle{
		max-width:80%;
		margin:0 auto;
	}
	ul.charge_vehicle li{
		display:inline-block;
		vertical-align:top;
		width:45%;
		padding:0 5px;
	}

	.charge_txt a {
		text-align: center;
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 50px;
		width: 80%;
		display: block;
		font-weight: bold;
		font-size: 150%;
		padding: 20px;
		border-radius: 10px;
		background: #e76ba2;
		color: #fff;
	}

	.h3_title {
		width: 50%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 24px;
		color:#e76ba2;
	}
	.h3_title h3 {
		margin-bottom:10px;
	}
	.h3_title h3 {
		border-top: 2px solid #e76ba2;
		border-bottom: 2px solid #e76ba2;
		padding: 5px 20px;
		position: relative;
		width: 100%;
		text-align: center;
		margin: 30px auto;
		color: #e76ba2;
		font-weight: bold;
	}
	.h3_title h3:before {
		content: "";
		border-left: 2px solid #e76ba2;
		border-right: 2px solid #e76ba2;
		display: block;
		position: absolute;
		width: calc(100% - 20px);
		height: 64px;
		top: -8px;
		left: 8px;
	}

	.charge_vehicle_area{
		min-width:95%;
		background:#FBE8F0;
		border-radius:10px;
		margin:0 auto 30px auto;
		padding:20px;
	}
	.charge_vehicle_area ul{
		text-align:center;
		display: flex;
    	justify-content: space-evenly;
	}
	.charge_vehicle_area ul li{
		display:inline-block;
		vertical-align:top;
		/* width:47%; */
		padding:0 10px;
		margin-bottom:10px;
	}
	.charge_vehicle_area p{
		max-width:630px;
		margin:0 auto 20px auto;
	}

	/* 介護旅行 */
	.kaigoryokou-container {
		width: 93%;
		margin: 0px auto 50px auto;
		overflow: hidden;
	}

	.kaigoryokou-pc {
		margin: 35px 0px;
	}

	.kaigoryokou-1 {
		overflow: hidden;
		padding-bottom: 40px;
	}

	.ryokou-1-pc {
    	width: 30%;
	}

	.ryokou-txt-1 {
		float: right;
		width: 65%;
	}

	.kaigoryokou-container p {
		padding:0px 0px 10px 25px;
	}

	.ryokou-txt-1 p {
		padding-bottom:25px;
	}

	.kaigoryokou-2 {
		margin: 0 auto 50px auto;
	}

	.ryokou-2-pc {
		width: 50%;
		margin-left: 30px;
		margin-bottom: 50px;
	}

	.ryokou-arrow {
		display: table-row;
	}

	.ryokou-arrow-left {
		display: table-cell;
		border-bottom: 10px;
	}

	.ryokou-arrow-left img {
		width: auto;
    	padding-left: 25px;
		padding-bottom: 7px;
	}

	.ryokou-arrow-right {
		display: table-cell;
	}

	.ryokou-arrow-right p {
		padding-left: 10px;
	}

	.pc-img {
		width: auto;
		display: block;
		margin: 0 30px;
	}

	.kaigoryokou-container-sp {
		display: none;
	}
		

	/* 介護旅行 */

	/*料金表*/
	.charge_txt{
		position:relative;
	}

	.charge_txt a{
		text-align:center;
		margin:0 auto;
		margin-top:60px;
		margin-bottom:50px;
		width:80%;
		display:block;
		font-weight:bold;
		font-size:150%;
		padding:20px;
		border-radius:10px;
		background:#e76ba2;
		color:#fff;
	}


	.fa-chevron-right:before{
		position:absolute;
		display: block;
		right:20%;
		top:35%;
	}
		
	.charge_tittle{
		font-weight:bold;
		padding:3px;
		padding-left:10px;
		font-size:150%;
		background:#e76ba2;
		color:#fff;
		margin-top:20px;
	}

	.charge_sub_tittle{
		margin:10px 0 0 0;
		font-size:130%;
		font-weight:bold;
		border-bottom:2px solid #e76ba2;
	}

	.charge_maintxt{
		margin-top:10px;
		line-height:90%;
		border-left:#e76ba2 solid 8px;
		padding-left:5px;
		font-size:120%;
		font-weight:bold;
		margin-bottom:5px;
	}

	.charge_littletxt{
		font-size:80%;
	}

	.color span{
		font-weight:normal;
		font-size:80%;
	}

	.center{
		text-align:center;
	}

	.charge_maintxt2{
		line-height:90%;
		border-left:#e76ba2 solid 8px;
		padding-left:5px;
		font-size:130%;
		font-weight:bold;
		margin-bottom:5px;
		margin-top:30px;
	}

	.charge_maintxt2 span{
		font-size:60%;
	}

	/*.charge_subtxt2{
		padding-left:5px;
		border-left:#e76ba2 dotted 8px;
	}*/

	.charge_subtxt2{
		padding-left:20px;
		position:relative;
	}

	.charge_subtxt2::after{
		background-color: #e76ba2;
		border-radius:20px;
		content: "";
		display: block;
		height: 15px;
		width:15px;
		left: 0;
		position: absolute;
		top:3px;
	}

	.link-color a {
		/* color: #e76ba2; */
		border: 1px solid #e76ba2;
		border-radius: 5px;
		padding: 10px 15px;
		font-size: 95%;
		text-align: center;
		color: #e76ba2;
		font-weight: bold;
		display: inline-block;
	}
	.taxi-charge-title {
		text-align: center;
		text-decoration: underline;
		font-weight: bold;
	}
	.taxi-charge-box01 {
		border: #000 2px;
		padding: 0px;
		display: inline;
		/* background: #f0f05d; */
	}
	
	.taxi-charge-title01{
		text-decoration: underline;
		text-align:center;
		color:#3f3f3f;
		font-weight: bold;
		font-size: 100%;
		margin-bottom:20px;
	}
	.taxi-charge-table01 {
		font-size: 80%;
		margin:0px auto; 
		width: 50%;
    	margin-left: 39%;
		border-collapse: collapse;
	}
	.taxi-charge-table01 td {
		padding: 0px;
		border:1px solid #a9a9a9;
		width: 25%;
	}
	.taxi-charge-table01 .table01-txt-tr {
		height: 42px;
	}
	.taxi-charge-table01 .table01-sign-tr {
		height: 27px;
	}
	.taxi-charge-table01 .table01-left {
		background: #FFFDD0;
		text-align: center;
	}
	.taxi-charge-table01 .table01-right {
		border: none;
		background: none;
		text-align: left;
		padding-left: 3px;
	}
	.taxi-charge-table01 .table01-sign {
		background: none;
		text-align: center;
		border: none;

	}
	.taxi-charge-text01{
		text-align:center;
		font-weight: bold;
		display: block;
		margin-left: 3%;
	}
	.taxi-charge-box02 {
		line-height: 40px;
		margin:40px 0px 10px 0px;
	}
	.taxi-charge-text02 {
		margin-left:2%;
		line-height: 30px;
		font-size: 18px;
	}
	.taxi-charge-table02 {
		font-size: 95%;
		/* margin:0px auto 20px auto; */
		text-align: center;
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.taxi-charge-table02 th, .taxi-charge-table02 td {
		border:1px solid #a9a9a9;
	}
	.taxi-charge-table02 th {
		background:#ffe4c4;
	}
	.taxi-charge-table02 td {
		padding: 5px;
	}
	.taxi-charge-table02 .color {
		background:#ffe4c4;
	}
	.text-color {
		color: #006ebb;
		background:#ffe4c4;
	}
	.taxi-charge-text03 {
		margin-top: 40px;
		font-weight: bold;
		/* padding-left: 20%; */
	}
	.taxi-charge-text04 {
		font-size: 18px;
		padding-left: 20%;
	}
	.taxi-charge-table03 {
		font-size: 95%;
		margin-bottom: 40px;
		text-align: center;
		width: 70%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.text03 h1 {
		font-size: 126%;
		margin-top: 0px;
	}
	#taxi-charge-th {
		width: 20px;	
	}
	.th-color {
		background: #ffe4c4;
	}
	.td-color {
		background: #FFFDD0;
	}
	.taxi-charge-table03 th, .taxi-charge-table03 td {
		border:1px solid #a9a9a9;
	}
	.taxi-charge-table03 th {
		background:#ffe4c4;
	}
	.taxi-charge-table03 th{
		width: 30px;
	}
	.taxi-charge-table03 .color {
		background: #ffe4c4;
	}

	.place-table01 {
		font-size:95%;
		margin-top: 25px;
		margin-bottom: 35px;
		text-align:left;
		width:100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.place-table01 th {
		background: #ffe4c4;
		font-weight: bold;
	}
	.place-table01 th, .place-table01 td {
		padding: 10px;
		border: 1px solid #a9a9a9;
		width: 35%;
		word-break: break-all;
	}
	.place-table01-sp {
		display: none;
	}
	.span-hr-sp {
		display: none;
	}

	.maplist{
		margin-top:30px;
	}

	.maplist ul{
		overflow:hidden;
	}

	.maplist li{
		margin-bottom:10px;
		margin-right:12px;
		float:left;
		width:19%;
	}

	.maplist li a{
		border-radius:5px;
		box-sizing: border-box;
		padding:10px 0;
		background:#e76ba2;
		text-align:center;
		font-weight:bold;
		color:#fff;
		display:block;

	}

	.maplist li:nth-child(5){
		margin-right:0px;
	}

	.big{
		font-weight:bold;
	}
	
	.placebox1 h6,
	.placebox h6{
		background: none;
		color: #333333;
		border-bottom: 2px solid #e76ba2;
		margin-bottom: 30px;
	}
	.table_graph{
		width: 100%;
		display: table;
		margin: 0 auto 30px auto;
	}
	.table_graph th,
	.table_graph td{
		display: table-cell;
	}
	.table_graph th,
	.table_graph td{
		border-left: 1px solid #a9a9a9;
	}
	.table_graph th{
		border-bottom: 1px solid #a9a9a9;
	}
	.table_graph td{
		line-height: 1.5;
		vertical-align: top;
	}
	.table_graph th:first-child,
	.table_graph td:first-child{
		border-left: none;
	}
	.table_graph td img{
		width: 40%;
		display: block;
	}

	.taxi_contact,
	.taxi_phno,
	.contact_time{
		width: 30%;
		display: block;
		float: left;
	}
	.taxi_contact{
		padding-left: 30px;
	}
	.taxi_phno{
		font-size: 31px;
		color: red;
		text-align: center;
		padding: 10px;
	}
	.contact_time{
		padding: 10px;
	}

	/* .service-content h3{
		font-size: 28px;
		text-align: center;
		margin-bottom: 10px;
	}
	.service-content .nursing-list{
		display: inline-block;
		margin: 0 auto;
		padding: 30px 20px;
	}
	.service-content .nursing-list .col1 span,
	.service-content .nursing-list .col2 span,
	.service-content .nursing-list .col3 span{
		width: 70%;
		display: block;
		background: #E0A6B3;
		color: #ffffff;
		border-radius: 5px;
		font-size: 16px;
		padding: 5px 20px;
		margin-bottom: 20px;
		margin-left: 15px;
		text-align: center;
	}
	.service-content .nursing-list .row1,
	.service-content .nursing-list .row3{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.service-content .nursing-list .row3{
		width: 75%;
	}
	.service-content .nursing-list .row2{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.service-content .nursing-list .col1,
	.service-content .nursing-list .col2,
	.service-content .nursing-list .col3{
		width: 33%;
		float: left;
	}
	.service-content .nursing-list .row1 .col1,
	.service-content .nursing-list .row1 .col2,
	.service-content .nursing-list .row3 .col1,
	.service-content .nursing-list .row3 .col2{
		width: 47%;
	}
	.service-content .nursing-list .col1{
		padding-right: 35px;
	}
	.service-content .nursing-list .row2 .col2{
		width: auto;
		padding-right: 42px;
	}
	.service-content .nursing-list .row2 .col1,
	.service-content .nursing-list .row2 .col3{
		width: 40%;
	} */
	.clearfix::after {
		content: "";
		clear: both;
		display: table;
	}
	.kaigo-title {
		width: 100%;
		font-size: 155%;
		text-align: left;
		border-bottom: 1px solid #000;
		font-weight: bold;
		margin: 20px 0px;
	}
	.title-pc {
		display: inline-block;
		/* margin: 10px 0px; */
	}
	.title-sp {
		display: none;
		
	}

	.nursing-list-title h3{
		font-size: 28px;
		text-align: center;
		margin: 15px 0px;
	}
	.nursing-list-table-container {
		width: 80%;
		margin: 0 auto;
		margin-top: 4%;
		background: #EBF0F1;
		text-align: center;
		overflow: hidden;
		padding: 20px 0px;
	}
	.nursing-table-logo {
		width: 100%;
		margin: 10px auto;
	}
	.nursing-table-logo img {
		height: 110px;
		width: 120px;
	}
	.nursing-left-table00 {
		width: 46.5%;
		margin: 1% 1% 1% 2%;
		float: left;
		border: 2px solid #999999;
		border-radius: 5px;
		background: #fff;
	}
	.nursing-right-table00 {
		width: 46.5%;
		margin: 1% 2% 1% 1%;
		float: right;
		border: 2px solid #999999;
		border-radius: 5px;
		background: #fff;
	}

	.nursing-table-th {
		background: #E0A6B3;
		color: #fff;
		line-height: 2;
	}

	.nursing-table-td {
		padding: 20px;
		text-align: left;
		line-height: 1.7;
		font-size: 80%;
		height: 160px;
		display: block;
    	padding: 10px;
	}

	.nursing-list-table01 {
		width: 80%;
		margin: 0 auto;
		margin-top: 4%;
	}
	.nursing-list-table02 {
		width: 100%;
		margin: 0 auto;
		margin-top: 4%;
	}
	.nursing-list-tabletitle span{
		width: 71%;
		background: #E0A6B3;
		color: #ffffff;
		border-radius: 5px;
		padding: 8px 20px;
		text-align: center;
		display: inline-block;
	}
	.nursing-list-txt01 p{
		margin-bottom: 3%;
	}
	.gaiyou-contact {
		display: block;
		width: 70%;
		/* text-align: center; */
		margin: 2% auto;
		border-radius: 5px;
	}
	.gaiyou-contact-sp {
		display: none;
	}
	.gaiyou-contact-txt {
		color: #39B54A;
		font-size: 18px;
		display: inline-block;
		margin-right: 5%;
		font-weight: bold;
		line-height: 2;
	}
	.gaiyou-contact-ph {
		color: #F15A24;
		font-size: 22px;
		display: inline-block;
		margin-right: 5%;
		font-weight: 1000;
		line-height: 2;
		letter-spacing: 0.7px;
	}
	.gaiyou-contact-time {
		color: #666666;
		font-size: 100%;
		display: inline-block;
		font-weight: 1000;
		line-height: 2;
	}
	.navin{
		width:100%;
		margin:0 auto;
	}
	.dropmenu{
		*zoom: 1;
	}
	.dropmenu:before, .dropmenu:after{
		content: "";
		display: table;
	}
	.dropmenu:after{
		clear: both;
	}
	#fade_in{
		display: flex;
		flex-wrap: wrap;
	}
	.navin li{
		position: relative;
		/* width:16.65%; */
		width: 25%;
		line-height:1.7;
		float:left;
		text-align: center;
		/* height: 47px; */
	}
	/* .navin li:first-child{
		position: relative;
		width:fit-content;
		line-height:1.3;
		float:left;
		text-align: center;
		padding: 0px 21px;
		height: 47px;
	} */
	.navin li a{
		display: block;
		padding: 18px 0;
		color: #fff;
		/*font-size: 13px;*/
		text-decoration: none;
		line-height: 0.7;
		font-size: 15px;
	}
/*	.navin li a:hover {
		background: #fff;
		color: #e869a0;
		border: 1px solid #e869a0;
	}*/
	.navin li ul{
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
	}
	.navin li ul li{
		width: 100%;
		border-left:0 !important;
		border-right:0 !important;

	}
	.navin li ul li a{
		/* border-top: 1px solid #e76ba2; */
		background: #E0A6B3;
		color:#fff;
		padding: 10px;
		text-align: left;
		line-height: 2.5;
		font-size: 15px;
	}
	/*.navin li ul li a:hover {
		background: #fff;
		color:#F29A99;	
		border: 1px solid #e869a0;
	}*/
	.navin li:hover,
	.navin li ul li:hover a{
		background: #F29A99;
		color:#fff;
	}
	.navin li.active >a {
		background: #F2879B;
	}
	#fade_in li ul{
		opacity: 0;
		top: 50%;
		visibility: hidden;
		transition: .5s;
	}
	#fade_in li:hover ul{
		top: 100%;
		visibility: visible;
		opacity: 1;
	}

	.taxi-detail {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	.shashu-icon {
		display: inline-block;
		padding-bottom: 20px;
	}
	.shashu-icon img, .replace-icon img {
		vertical-align: middle;
		margin-right: 7.5px;
		margin-left: 7.5px;
		margin-bottom: 5px;
		width: 40px;
	}
	img.pop_wheel {
		width: 36px;
	}
	img.pop_reclining_wheelchair {
		width: 67px;
	}
	img.pop_str {
		width: 70px;
	}
	img.poo_ins {
		width: 45px;
	}
	.ssba, .ssba a {
		text-decoration: none;
		border: 0;
		background: none;
		font-family: Indie Flower;
		font-size: 20px;
		font-weight: bold;
	}
	.ssba {
		clear: both;
		margin-bottom: 15px;
	}
	.ssba_facebook_share {
		display: inline-block;
		width: 40px;
		padding-right: 10px;
	}
	.ssba img {
		width: 40px !important;
		padding: 6px;
		border: 0;
		box-shadow: none !important;
		display: inline !important;
		vertical-align: middle;
	}
	.kaigo-taxi .middle_tittle01 {
		padding-bottom: 0px;
	}
	.kaigo-taxi .content {
		margin-bottom: 25px;
	}

	.kaigo-taxi-phone {
        width: 70%;
        margin: 0 auto 18px;
        border: 1px solid #39B54A;
        background: #fff;
        padding: 3px 5px;
        border-radius: 8px;
        display: flex;
    }
    .green-label {
        font-size: 20px;
        color: #39B54A;
    }
    .phone_text {
        width: 33%;
    }
    .phone_text img  {
    	width: 40px;
		height: 40px;
        float:left;
    }
    .phone_text p  {
        margin: 4px 1px 0 50px;
    }
	.phone_sp {
		display: none;
	}
    .phone-num p {
        color: #F36F41;
        font-size: 22px;
        margin: 4px 1px 0 0;
    }
    .time-label {
        color: rgb(153, 153, 153);
        margin-left: 42px;
    }
    .time-label p{
        margin: 7px 1px 0 0;
        font-size: 18px;
    }
    .kaigo-taxi .kaigo-taxi-txt {
    	margin: 25px 0;
	    padding: 17px 18px;
	    /*background: #F2F2F2;*/
	    color: #000;
    }
    .kaigo-taxi-tab li.select {
    	background: #E76BA2;
		color: #FFFFFF;
		border-top: 1px solid #E76BA2;
		border-left: 1px solid #E76BA2;
		border-right: 1px solid #E76BA2;
    }
    .kaigo-taxi-tab li {
    	text-align: center;
	    width: 150px;
	    line-height: 1.8em;
	    font-size: 20px;
	    font-weight: bold;
	    background: #fff;
	    padding: 5px 25px;
	    float: left;
	    color: #E76BA2;
	    margin-right: 1px;
	    cursor: pointer;
	    border-top: 1px solid #E76BA2;
	    border-left: 1px solid #E76BA2;
	    border-right: 1px solid #E76BA2;
	    -webkit-border-top-left-radius: 10px;
	    -webkit-border-top-right-radius: 10px;
    }
    .kaigo-taxi p {
    	padding-bottom: 12px;
    }
    .kaigo-taxi-subtitle {
		margin-top: 20px;
		font-size: 22px;
		font-weight: bold;
    }
    .kaigo-taxi-content {
    	margin-bottom: 0px; 
    }
    .kaigo-taxi-content li {
    	border-top: 8px solid #E76BA2;
    }
    .kaigo-taxi-content .summary_box .middle_tittle01 {
    	border-bottom: 2px solid #E76BA2;
    }
    .list-box1 .link-color a {
    	border: 1px solid #E76BA2;
    	color: #E76BA2;
    }
    .kaigo-taxi-phone-sp{
    	display: none;
    }
	.map-new {
		width: 100%;
		height: 720px;
		position: relative;
		text-align: center;
	}
	.map-new img {
		width: 520px;
        height: auto;
        display: block;
        object-fit: cover;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
	}
	.city {
		display: block;
		/* padding: 10px 50px; */
		border: 1px solid #E76BA2;
		border-radius: 1px;
		background-color: white;
		color: black;
		text-align: center;
		cursor: pointer;
		margin: 5px;
		transition: background-color 0.3s, color 0.3s;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		width: 175px;
		height: 52px;
		line-height: 52px;
	}
	
	.city:hover {
		background-color: #E76BA2;
		color: white;
	}
	.area-1, .area-2, .area-3, .area-4, .area-5, .area-6 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-self: center;
		position: absolute;
		height: 20%;
	}
	.area-1 {
		top: 0%;
		left: 0%;
	}
	.area-2 {
		top: 45%;
		left: 0%;
	}
	.area-3 {
		top: 0%;
		left: 30%;
	}
	.area-4 {
		bottom: 0px;
		left: 30%;
	}
	.area-5 {
		top: 0%;
		right: 0%;
	}
	.area-6 {
		top: 20%;
		right: 0%;
	}

	.top-service{
		position: relative;
        display: flex;
        flex-direction: column;
        gap: 4px;
	}
	.top-service a{
		position: relative;
	}
	.hover-overlay-pink{
		display: block;
	}
	.hover-overlay-pink:hover::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgb(243, 52, 71);
		opacity: 0.5;
		z-index: 1;
	}
	.top-sld-bg{
		width: 100%;
		height: 720px;
		object-fit: cover;
	}
	.top-sld-wrapper{
		width: 440px;
		position: absolute;
		top: 4%;
		left: 4%;
	}
	.vertical-slider {
		height: 320px;
		overflow: hidden;
	}
	
	.vertical-slider .slider {
		overflow: initial;
	}
	
	.vertical-slider .slick-dots{
		position: absolute !important;
		top: 200px;
		right: 10px;
	}
	
	.vertical-slider .slick-dots button{
		font-size: 0;
		width: 12px;
		height: 12px;
		background-color: #fbbdd7;
		border-radius: 50%;
		border: transparent;
		padding: 5px;
	}
	.vertical-slider .slick-dots li.slick-active button{
		background-color:#ffa5cb;
	}
}

@media only screen and (max-width: 990px) and (min-width: 768px)  {
	.fb_iframe_widget  {
		bottom: 203px;
    	right: 14px;
	}
}
.fb_btn{
	margin-right: 10px;
}
.fa-facebook-f {
    color: #ffffff;
    background: #1778f2;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 50%;
}
.insta_btn .insta {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: 13px;
    text-align: center;
}

.insta_btn .fa-instagram {
    color: #FFF;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}


#taxi-charge-th span{
	writing-mode: vertical-rl !important;
	text-orientation: mixed !important;
}