@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #000;
	line-height: 180%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-break: break-all;    
}
.cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.kuro{
color: #000000 !important;
}
a { 
	text-decoration: none;
	color: inherit;
}
.hv-o {
	transition: .3s ease;
}
.hv-u:hover {
	text-decoration: underline;
}
.hv-o:hover { 
	opacity: 0.7;
}
img { 
	max-width: 100%; 
	height: auto;
}
.show-on-sp {
	display: none;
}


/* home page nav menu */

.main-nav {
/*  margin-top:-20px;*/
}
/* phone info */

.phone-div {
    margin-top: 40px;   
    line-height: 1.2;
}

.icon-phone {
    color: #C2585D;
    font-size: 50px;
}
.txt-big1 {
    font-size: 50px;
    font-weight:bold;
    color: #C2585D;
}

.txt-big {
    font-size: 50px;
    font-weight: bold;
    color: #C2585D;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
a.txt-big:hover {
    color: #C2585D;
    opacity: 0.7;
}

.txt-smaller {
    font-size: 35px;
/*    font-weight: bold;*/
    color: #C2585D;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.phone-info {
    font-size: 35px;
}
.phone-info2 {
    font-size: 28px;
}

/* btn styling */
.btn-general {
    border: 1px solid #C2585D;
    border-radius: 5px;
    padding: 21px 26px;
    font-size: 20px;
    font-weight: bold;
    color: #C2585D;
        background: #C2585D;
    color: #fff;
        vertical-align: middle;
}

.btn-red {
/*    border-color: #C2585D;
    color: #C2585D;*/
}

.btn-red:hover,
.btn-red:focus {
    background-color: #C2585D;
    color: #fff;
    background-color: #fff;
    color: #C2585D;
    text-decoration: none;
}

/* text links */
.mgb30{
    margin-bottom: 30px;
}

.mbg60 {
    margin-bottom: 60px;
}

.mgt30 {
    margin-top: 30px;
}
.mgt20 {
    margin-top: 20px;
}
.mgb20{
    margin-bottom: 20px;
}
/* line logo */
.line-logo {
/*   margin-top: 21px;*/
}
a img.line-logo:hover {
	 opacity: 0.7;
}

.links {
    display: block;
}
.links .container {
	text-align: center;
}

/* care images */
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.care-images img.img-center2 {
    width: 100%;
}

.care-images2{
	margin-top: 70px;
}

.txt-align {
    display: flex;     
    align-items: center;
}

.care {
    margin-bottom: 45px;
}

.care-images {
/*    margin-left:60px;*/
}
.care-images2 img {
    width: 100%;
}
.care-images .col-md-3 img {
	width: 80%;
}
.img-emergency {
    height: 300px;
}

.img-align1 {
    margin-top: 110px;
}



/* Common */
nav {
	background-color: #ededed;
}
nav .cont {
	display: flex;
	justify-content: space-between;
}
nav .logo {
	/*width: 30%;*/
	align-self: center;
	margin: 0;
}
nav .logo a {
	font-size: 20px;
	font-weight: 500;
	display: block;
}
nav .logo a img {
	max-width: 270px;    
/*    margin-right: 10px;*/
}
nav .menu-wrap {
	width: 70%;
}
nav .menu {
	display: flex;
	height: 100%;
}
nav .menu li {
	width: 25%;
}
nav .menu li:first-child {
	display: none;
}
nav .menu li a {
	display: block;
	text-align: center;
	height: 100%;   
	padding: 25px 0;
	transition: .3s ease;
    font-size: 20px;
}

 nav .menu .nav-item {
/*     line-height: 60px;*/
}

nav .menu li a:hover, nav .menu li a.active {
	background-color: hotpink;
    color: #fff;
}
nav .menu-toggle {
	display: none;
}
nav .menu-phone {
	display: none;
}
nav .menu-mail {
	display: none;
}
footer {
	background-color: hotpink;
	color: #fff;
	padding: 15px 0;
}
footer .cont {
	display: flex;
}
footer .copyright {
	font-size: 14px;
}
#formAdmin {
	display: none;
}
footer .menu {
	display: flex;
	margin-left: auto;
	    margin-bottom: 0;
}
footer .menu li a {
	transition: .3s ease;
	font-size: 14px;
}
footer .menu li a:hover {
	opacity: 0.7;
}
footer .menu li::after {
	content: '/';
    display: inline-block;
    margin: 0 1em;
}
footer .menu li:last-child::after {
	display: none;
}
section {
	padding: 120px 0;
	padding: 60px 0;
}
.content {
	margin-bottom: 100px;
}
.content .img {
	text-align: center;
	margin-bottom: 30px;
}
.content .para {
	text-align: center;
	margin-bottom: 30px;
    font-weight: 600;
}

.content .map-responsive{
    width: 90%;
    margin: auto;
        margin-top: 10px;
    margin-bottom: 10px;
}

.content .para2 {
	text-align: left;	
/*    font-weight: 600;*/
    margin-top: 60px;
}

.content .para3 {
	text-align: left;	
    font-weight: 600;
    margin-top: 80px;
}

.title .big {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
	    line-height: 50px;
}
.title .small {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.title .desc {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 180%;
}
.button-link a {
	background-color: #000;
	padding: 15px 0;
	display: block;
	max-width: 300px;
	margin: auto;
	color: #fff;
	text-align: center;
	transition: .3s ease;
}
.button-link a:hover {
	background-color: #ededed;
	color: #000;
}
.top-banner img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title-2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}
.title-2 .title-2-wrap {
	display: inline-block;
}
.title-2 .title-2-wrap strong {
	position: relative;
	display: block;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .08em;
    line-height: 1;
    background-color: #fff;
    padding: 0 30px;
}
.title-2 .title-2-wrap strong::after {
	position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.title-2 .title-2-wrap small {
	font-size: 20px;
}
#toTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: none;
	cursor: pointer;
	padding: 10px;
	background-color: hotpink;
	color: #fff;
	font-size: 18px;
	font-family: inherit;
	width: 78px;
	height: 78px;
	outline: none;
	z-index: 9;
	opacity: 0;
	transition: opacity 0.5s ease;
	border-radius: 5px;
}
#toTopBtn .icon {
	display: none;
}
.top-banner {
	position: relative;
}
.top-banner .img img:last-child {
	display: none;
}
.top-banner .txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 1.3;
	transform: translateY(-50%);
	text-align: center;
	font-size: 40px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	    color: hotpink;
    margin: 0;
}
.top-banner .txt span {
	font-size: 25px;
}
/* End Common */

/* Slide */
#owlslider .item {
	position: relative;
}
#owlslider .item img {
	width: 100%;
	height: auto;
/*    height: 576px;*/
}
#owlslider .item .txt {
	position: absolute;
	top: 60%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: rgba(255,255,255,0.5);
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	line-height: 180%;
	color: hotpink;
	font-size: 45px;
    font-weight: bold;
	text-align: center;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
                   
}
#owlslider .item .txt span {
	text-transform: uppercase;
	font-size: 46px;
}
/* End Slide */

/* Top */
.blog{
	background-image: url(../../img/index/top-img-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog .wrap {
	max-width: 1200px;
	width: 100%;
	min-height: 500px;
	margin: auto;
	background-color: #fff;
	padding: 85px 15px;
}
.policy {
	background-image: url(../../img/index/top-img-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 700px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.policy .wrap {
	max-width: 1200px;
	width: 100%;
	min-height: 500px;
	margin: auto;
	background-color: #fff;
	padding: 85px 15px;
}
.blog-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.blog-wrap .post:hover .img img {
	opacity: 0.7;
}
.blog-wrap .post .img {
	margin-bottom: 15px;
}
.blog-wrap .post .img img {
	width: 380px;
	height: 253px;
	object-fit: cover;
}

.image-container.compat-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 253px;
}
.image-container.compat-object-fit .image-object-fit {
	display: none;
}
.blog-wrap .post .date-author {
	margin-bottom: 5px;
}
.blog-wrap .post .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.content:last-child {
	margin-bottom: 0;
}
/* End Top */

/* Service */
.service-page .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-page .item {
	position: relative;
	width: 49%;
	margin-bottom: 50px;
}
.service-page .item .bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255,255,255,0.6);
}
.service-page .item img {
	min-height: 500px;
	object-fit: cover;
	width: auto;
}
.service-page .item .box {
	position: absolute;
	width: 90%;
	height: 90%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 30px;
	transform: translate(-50%,-50%);
}
.service-page .item .box .strong {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.service-page .item .box .normal {
	margin-bottom: 30px;
	text-align: center;
	min-height: 200px;
}
.service-page .item .box a {
	background-color: #fff;
	padding: 15px 0;
	display: block;
	max-width: 300px;
	margin: auto;
	color: #000;
	text-align: center;
	transition: .3s ease;
	border: 1px solid #000;
}
.service-page .item .box a:hover {
	background-color: #000;
	color: #fff;
}
/* End Service */

/* About */
.about-page .list {
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1030px;
}
.about-page .list li {
	text-align: left;
    list-style: none;
    margin-bottom: 60px;
    padding-left: calc(10rem + 35px);
    position: relative;
}
.about-page .list li:nth-of-type(1)::before {
	content: "01";
    color: hotpink;
}
.about-page .list li:nth-of-type(2)::before {
	content: "02";
    color: hotpink;
}
.about-page .list li:nth-of-type(3)::before {
	content: "03";
    color: hotpink;
}
.about-page .list li:nth-of-type(4)::before {
	content: "04";
    color: hotpink;
}
.about-page .list li:nth-of-type(5)::before {
	content: "05";
    color: hotpink;
}
.about-page .list li:nth-of-type(6)::before {
	content: "06";
    color: hotpink;
}
.about-page .list li:nth-of-type(7)::before {
	content: "07";
    color: hotpink;
}
.about-page .list li:nth-of-type(8)::before {
	content: "08";
    color: hotpink;
}
.about-page .list li:nth-of-type(9)::before {
	content: "09";
    color: hotpink;
}
.about-page .list li:nth-of-type(10)::before {
	content: "10";
    color: hotpink;
}
.about-page .list li:nth-of-type(11)::before {
	content: "11";
    color: hotpink;
}
.about-page .list li .strong {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about-page .list li::before {
	content: "";
    font-size: 7rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}
.about-page .table table {
	max-width: 815px;
	width: 100%;
	margin: auto;
}
.about-page .table table tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.about-page .table table tr td:first-child {
	width: 220px;
	font-weight: bold;
}
.about-page .table table tr td {
	padding: 15px 15px;
}

/* care page */
.care-page .table table {
	max-width: 815px;
	width: 100%;
	margin: auto;
}
.care-page .table table tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.care-page .table table tr td:first-child {
	width: 250px;
	    width: 45%;
	font-weight: bold;
	text-align: left;
}
.care-page .table table tr td {
	padding: 15px 15px;
	    text-align: center;
	        vertical-align: middle;
}

.care-page .table1 table {
	max-width: 815px;
	width: 100%;
	margin: auto;
}
.care-page .table1 table tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.care-page .table1 table tr td:first-child {
	width: 250px;
	    width: 35%;
	font-weight: bold;
	text-align: left;
}
.care-page .table1 table tr td {
	padding: 15px 15px;
	    text-align: center;
}

.img-care {
/*    margin-top: 70px;*/
}


/* End About */

/* Contact */
.contact-page .form {
	max-width: 815px;
	margin: auto;
}
.contact-page .form table {
	width: 100%;
}
.contact-page .form table tr td:first-child {
	width: 200px;
	vertical-align: middle;
	font-weight: bold;
}
.contact-page .form table tr td {
	padding: 15px 0;
}
.contact-page .form table tr td input[type="text"],
.contact-page .form table tr td input[type="email"] {
	height: 40px;
	width: 400px;
	text-indent: 10px;
	outline: none;
}
.contact-page .form table tr td textarea {
	width: 600px;
	height: 120px;
	resize: none;
	text-indent: 10px;
	outline: none;
}
.contact-page .form table tr:last-child td button {
	background-color: hotpink;
    padding: 15px 0;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
}
.contact-page .form table tr:last-child td button:hover {
	background-color: #ededed;
	color: #000;
}
/* End Contact */

.spnomi3{display: none;}

@media screen and (min-width: 1199px) {
.spnomi{display: none;
}
}

/* Responsive Zone */
@media screen and (max-width: 1199px) {
	/* Common */
	nav {
		padding: 0 10px;
	}
	nav .logo a {
		font-size: 24px;
	}
	footer {
		padding: 15px 10px;
	}
	footer .cont {
		flex-wrap: wrap;
	}
	footer .copyright {
		order: 2;
		width: 100%;
		text-align: center;
	}
	footer .menu {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
		justify-content: center;
	}
	/* End Common */

	/* Top */
	.blog-wrap {
		padding: 0 10px;
	}
	/* End Top */
	
	.content {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	nav .menu li a {
	    font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
   /* button */
    .btn-mobile {
         padding: 12px 22px;
    /* font-size: 16px; */
    vertical-align: unset;       
    }
    
    .line-logo {
        height: 52px;        
        margin-top: 26px;
        margin-left: 4px;
    }
    
    .map-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .map-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
    
    .care-images .img-responsive {
        margin-bottom: 20px;
/*        margin-left: -30px;*/
    }
    
    
    .content .para3 {       
        margin-top: 50px;
    }
    
    .txt-big {
   /*     font-size: 36px; */      
    }

    .txt-smaller {
        font-size: 30px;       
    }

    .phone-info {
    /*    font-size: 32px;*/
    }
    
    .line-logo {
       margin-top: -8px;
    }
    
    .page-width {
        overflow: hidden;
    }
    
    .content .para2 {
        margin-top: 20px;
    }
    
    
     .care-images .img-car {
/*        margin-right: 80px;
        margin-left: -30px;*/
    }
    
    .care-images .img-care2 {
      /*  margin-left: -30px;
        margin-right: 40px; */
    }
    
    .care-images .img-center2 {
   /*     margin-left: -30px;
        margin-right: 40px;*/
    }
    .care-page .table1 table tr td:first-child {
    width: 40%;
	}
        
}

@media screen and (max-width: 992px) {
    
    
	/* Common */
	.content .para {
		padding: 0 10px;
	}
	nav .logo a img {
		max-width: 210px;
	}
	/* End Common */
	/* Slide */
	#owlslider .item .txt {
		font-size: 30px;
	}
	/* End Slide */

	/* Top */
	.blog-wrap {
		padding: 0;
		justify-content: center;
	}
	.blog-wrap .post {
		padding: 0 10px;
		margin-bottom: 25px;
	}
	/* End Top */

	/* About */
	.about-page {
	/*	padding: 0 0;*/
	}
	.about-page .list li .strong {
		font-size: 20px;
	}
	/* End About */

	/* Contact */
	.contact-page .form {
		max-width: 100%;
		padding: 0 10px;
	}
	.contact-page .form table tr td:first-child {
		width: 30%;
	}
	.contact-page .form table tr td input[type="text"], 
	.contact-page .form table tr td input[type="email"] {
		width: 60%;
	}
	.contact-page .form table tr td textarea {
		width: 80%;
	}
	/* End Contact */
	
	nav .menu a.nav-item2 {
	    letter-spacing: -2px;
    	font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
    .txt-big {
    /*    font-size: 36px;  */     
    }

    .txt-smaller {
        font-size: 30px;       
    }

    .phone-info {
     /*   font-size: 30px;*/
    }
    
    .content .para3 {       
        margin-top: 0;
    }
    
    .social-links {
     /*   margin-left: 50px;  */    
    }
    
    .social-links a {
    /*    margin-right: 10px;*/
    }
     .btn-mobile {
             padding: 10px 10px 10px 10px;  
    }
    .line-logo {
/*       margin-top: -8px;*/
    }
    
    .map-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .map-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
    
    .content .para2 {
            margin-right: 0;
    margin-top: 0;
    }
    
    .care-images .img-car {
     /*   margin-left: 80px;*/
    }
    
    .care-images .img-care2 {
  /*      margin-left: -30px;
        margin-right: 40px; */
    }
    
    .care-images .img-center2 {
    /*    margin-left: -30px;
        margin-right: 40px;*/
    }
    .care-images .img-responsive{
        margin-top: 20px;
            width: 100%;
    }
    .top-banner .txt{
    font-size: 34px;
    }
    .spnomi2{display: none;}
    .care-page .table1 table tr td:first-child {
    width: 50%;
    }
}

@media screen and (max-width: 767px) {
    
    .main-nav {
      margin-top:0;
    }
    
    .care-images {
        margin-left:0;
    }
    
    .img-care {
        margin-top: 0px;
    }
    
    
    /* button */
    .btn-mobile {
        padding: 10px 10px 10px 10px;
        font-size: 12px;        
    }
    
    .line-logo {
        height: 40px;
        position: relative;
        top: 4px;
    }
    
    
    .phone-div {
        margin-top: 120px;
    }
    .phone-div2{
        margin-top: 100px;
    }
    .txt-big {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .phone-info {
   /*     font-size: 17px;*/
    }
    
    .txt-smaller {
        font-size: 25px;
    }
    
    .txt-smaller i {
        font-size: 35px;
    }
    .phone-info2{
    font-size: 22px;
    }
    .care-page .table1 table tr td{
    	padding: 15px 5px;
    }
    .care-page .table1 table tr td:first-child {
    /*    width: 180px;*/
    width: 56%;
    padding-right: 0;
    }
    
    .map-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .map-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
    
    .img-align1 {
        margin-top: 0;
    }
    
    .content .para2 {
        margin-left: 5px;
        margin-right: 3px;
    }
    
    .content .para3 {       
        font-size: 13.5px;
    }
    
    .care-images .img-car {
        margin-left: 0;
    }
    
    .care-images .img-care2 {
        margin-left: 0;
        margin-right: 0; 
    }
    
    .care-images .img-center2 {
        margin-left: 0;
        margin-right: 0;
    }
/*
    .logo {
        height: 20px;
    }
*/
    
   
	/* Common */
	nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
		padding: 15px 10px;
	}
	nav .cont {
		flex-wrap: wrap;
	}
	nav .logo {
		width: 62%;
	}
	nav .menu-wrap {
		width: 38%;
		display: flex;
		align-self: center;
		justify-content: flex-end;
	}
	nav .menu {
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 70%;
		height: 100%;
		background-color: #fff;
		padding-top: 35px;
	}
	nav .menu li {
		width: 100%;
		padding-left: 25px;
		margin-bottom: 15px;       
	}
       
	nav .menu li:first-child {
		display: block;
	}
	nav .menu li a {
		text-align: left;
		padding: 5px 0 5px 10px;
		border-left: 4px solid #000;
	}
	nav .menu-wrap .menu-toggle .bar-1,
	nav .menu-wrap .menu-toggle .bar-2,
	nav .menu-wrap .menu-toggle .bar-3 {
		width: 35px;
	    height: 3px;
	    background-color: #C2585D;
	    margin: 5px 0 5px auto;
	    transition: 0.3s ease;
	}
	.effect .bar-1 {
		transform: rotate(-45deg) translate(-4px, 3px);
	}
	.effect .bar-2 {
		opacity: 0;
	}
	.effect .bar-3 {
		transform: rotate(45deg) translate(-8px, -8px);
	}
	nav .logo a {
		font-size: 20px;
		display: block;
	}
	nav .logo a img {
		vertical-align: middle;
/*		max-width: 100%;*/
        height: 60px;
	}
	nav .menu-toggle {
		display: block;         
	}
	nav .menu-mail {
		display: block;
	    margin-right: 10px;
	    font-size: 28px;
        color: #C2585D;
	}
	nav .menu-phone {
		display: block;
	    margin-right: 10px;
	    font-size: 28px;
        color:#C2585D;
	}
	.top-banner .img img:first-child {
		display: none;
	}
	.top-banner .img img:last-child {
		display: inline-block;
	}
	/* Custom Menu */
	nav.ct-class .menu-wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgb(237, 237, 237);
		padding: 0px 0px;
		justify-content: center;
		transition: width 0.5s ease;
		z-index: 99;
	}
	nav.ct-class .menu-wrap span {
		width: 33.3%;
		text-align: center;
		border-right: 1px solid #000;
		padding: 15px 0;
		margin-right: 0;
	}
	nav.ct-class .menu-wrap span a {
		display: block;
	}
	nav.ct-class .menu-wrap span.menu-toggle {
		border-right: none;
	}
	nav.ct-class .menu-wrap .menu-toggle .bar-1, 
	nav.ct-class .menu-wrap .menu-toggle .bar-2, 
	nav.ct-class .menu-wrap .menu-toggle .bar-3 {
		margin-left: auto;
		margin-right: auto;
	}
    
	/* End Custom Menu */
	footer {
		background-color: #ededed;
		padding: 0;
		    margin-bottom: 59px;
	}
	footer .menu {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 10px 0;
		display: none;
	}
	footer .menu li {
		margin-bottom: 0;
	}
	footer .menu li a {
		color: #000;
		font-size: 10px;
		vertical-align: top;
	}
	footer .menu li::after {
		margin: 0 .7em;
		color: #000;
	}
	footer .menu li:last-child::after {
		display: none;
	}
	footer .copyright {
		background-color: hotpink;
		font-size: 10px;
        padding: 10px 0;
	}
	.show-on-sp {
		display: block;
	}
	section {
		padding: 20px 0;
	}
    
	.title {
		padding: 0 10px;
	}
	.title .big {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.title .small {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.title .desc {
		font-size: 16px;
    	padding: 0;
    	text-align: left;
	}
	.title-2 .title-2-wrap strong {
		font-size: 30px;
		padding: 0 15px;
	}
	.title-2 .title-2-wrap small {
		font-size: 18px;
	}
	.content {
		margin-bottom: 30px;
	}
    
	.button-link {
		padding: 0 10px;
	}
	.button-link a {
		max-width: 100%;
	}
	.content .img {
		padding: 0 10px;
	}
	.content .para {
		padding: 0 10px;
		text-align: left;
	}
    
    .content .para2 {
    /*    text-align: left;	
        font-weight: 600;*/
        margin-top: 0;
    }

	nav .menu li a:hover, nav .menu li a.active {
		font-weight: bold;
	}
	html {
		margin-bottom: 60px;
	}
	#toTopBtn {
		bottom: 65px;
		right: 5px;
		font-size: 14px;
		padding: 5px;
		height: 35px;
		width: 35px;
	}
	#toTopBtn .txt {
		display: none;
	}
	#toTopBtn .icon {
		display: block;
	}
	header .top-banner {
		top: 89px;
		left: 0;
		margin-bottom: 52px;
		position: relative;
	}
	header .top-banner img:last-child {
		max-width: 100%;
		height: auto;
	}
	.top-banner .txt {
    	font-size: 28px;
    	padding: 0 10px;
	}
	.top-banner .txt span {
		font-size: 20px;
	}
	/* End Common */

	/* Slide */
	.owl-carousel {
		top: 89px;
		left: 0;
		margin-bottom: 50px;
	}
	#owlslider .item img {
		max-width: 100%;
		height: auto;        
	}
	#owlslider .item .txt {
		font-size: 23px;
		padding: 0 10px;
        text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
/*
     -webkit-text-fill-color: hotpink;          
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
*/
	}
    
    #owlslider .item .txt2 {
		font-size: 14px;
		padding: 0 10px;
/*        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
       
	}
    
	#owlslider .item .txt span {
		font-size: 30px;
	}
	#owlslider-2 {
		z-index: 0;
	}
	/* Slide */

	/* Top */
	.blog-wrap .post {
		width: 100%;
	}
	#owlslider-2 {
		position: relative;
		top: 0;
	} 
	.blog-wrap .post .img {
		padding: 0;
	}
	.policy {
		padding-left: 10px;
		padding-right: 10px;
		min-height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 70px;
	}
	.policy .wrap {
		padding: 60px 0;
		min-height: auto;
	}
	.service {
		margin-bottom: 70px;
	}
	.blog-wrap .post .img img {
		transition: 0.3s ease;
		width: 100%;
		height: auto;
	}
	/* End Top */

	/* Service */
	.service-page .item {
		width: 100%;
	}
	.service-page .item:last-child {
		margin-bottom: 0;
	}
	.service-page .item .box {
		padding: 15px 10px;
	}
	.service-page .item .box .normal {
		min-height: auto;
	}
	.service-page .item img {
		min-height: 400px;
	}
	/* End Service */

	/* About */
	.about-page .list li .strong {
		font-size: 20px;
	}
	.about-page .list li::before {
		content: "";
	    font-size: 4rem;
	    position: static;
	    margin-top: 0;
	}
	.about-page .list li {
		padding: 0 10px;
		margin-bottom: 35px;
	}
	.about-page .table table tr:nth-of-type(odd) {
		background-color: #fff;
	}
	.about-page .table table tr td:first-child {
		width: 100%;
		float: left;
		background-color: rgba(0,0,0,.05);
		text-align: center;
	}
	.about-page .table table tr td {
		width: 100%;
		float: left;
		padding: 10px;
	}
	/* End About */

	/* Contact */
	.contact-page .form table tr td:first-child {
		float: left;
		width: 100%;
		padding: 0;
	}
	.contact-page .form table tr td {
		float: left;
		width: 100%;
		padding: 5px 0 15px 0;
	}
	.contact-page .form table tr td input[type="text"],
	.contact-page .form table tr td input[type="email"] {
		width: 100%;
	}
	.contact-page .form table tr td textarea {
		width: 100%;
	}
	/* End Contact */
}

@media screen and (max-width: 420px) {
	.owl-carousel {
		top: 89px;
	}
	header .top-banner {
		top: 89px;
	}
    .social-links a {
        display: table;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
            width: 60%;
    	font-size: 18px;
    }
    .line-logo{
    	height: 60px;
    	margin-left: 0;
    }
    .phone-info {
    	font-size: 28px;
    }
    .phone-info2 {
    	font-size: 20px;
    }
    .top-banner .txt {
    	font-size: 25px;
    }
    .care-page .table table tr td:first-child{
        width: 52%;
    }
    .content {
	    padding-left: 10px;
	    padding-right: 10px;
    }
    .content .para {
    	
    }
    .care-page .table1 table tr td:first-child {
        letter-spacing: -1px;
    	width: 58%;
     }
    .spnomi3{display: inline-block;}
    .spnomi2 {    display: inline-block;    }
}
@media screen and (max-width: 375px) {
	.owl-carousel {
		top: 82px;
	}
	header .top-banner {
		top: 82px;
	}
}
@media screen and (max-width: 320px) {
	.owl-carousel {
		top: 75px;
	}
	header .top-banner {
		top: 75px;
	}
}
/* End Responsive Zone */