@charset "UTF-8";

/*-----------------------------------*\
 Familied Web Design Style CSS Kinoco.inc,

\*-----------------------------------*/


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

.span-grid {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-image: url(../images/keyvisual_backgroundimage.png);
    background-repeat: no-repeat;
    background-position: center top 180px;
    -webkit-background-size: cover 100%;
    -o-background-size: cover 100%;
    background-size: cover 100%;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
}


/* 48px */

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333;
}


/* 36px */

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}


/* 24px */

hgroup h2,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}


/* 24px */

.images {
    max-width: 100%;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

p {
    color: #1a1a1a;
}

hr {
    margin-bottom: 30px;
}

.header_smartphone {
    display: block;
    text-align: left;
    margin-bottom: 70px;
    font-size: 12px;
    font-size: 1.2rem;
}

.header_smartphone .familied_logo_smartphone {
    width: 45%;
    margin-right: 8%;
}

.header_smartphone .header_tel_smartphone {
    width: 45%;
}

.header_smartphone div {
    margin-top: 10px;
}

.container {
    /* Whatever you want. They’re your oats. */
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0rem;
}

footer {
    display: none;
}

#breadcrumbs {
    margin-left: 0px;
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

h2 img {
    width: 10%;
}

.chip {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e7f6;
}

.chip img {
    float: left;
}

.chip p {
    display: block;
    padding-top: 0px;
    padding-left: 33%;
}

.chip .price_chip {
    width: 10px;
}

.chip:first-child {
    border-top: 1px solid #e5e7f6;
}

.chip2 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7f6;
    margin: 0 auto;
    margin-bottom: 10px;
}

.chip2 .chip2_img2 {
    display: none;
}

.chip2 .chip2_img2_smart {
    display: block;
    width: 60%;
    margin-top: 0px;
    padding-left: 10px;
}

.chip2 p {
    display: block;
    float: left;
    width: 60%;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 3%;
    background: #fff;
}

.chip2 .chip2_img {
    float: left;
    width: 30%;
}

.chip2 div {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #879c18;
}

.chip2 div:last-child {
    border-bottom: 0px;
}

.chip2 a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}

.chip2 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    background: #7e87ce;
}

.chip2 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 13px;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    background: #fff;
}

.service_menu {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.service_menu .chip3 {
    list-style: none;
    width: 100%;
    height: 30px;
    margin: 0px;
    background: #999;
    text-align: left;
    border-bottom: 1px solid #e5e7f6;
}

.service_menu .chip3 img {
    display: none;
}

.service_menu .chip3:first-child {
    border-top: 1px solid #e5e7f6;
}

.service_menu .chip3 a {
    position: relative;
    display: block;
    padding: 5px;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
}

.service_menu .chip3 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #606cc0;
}

.service_menu .chip3 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

#kokorogamae {
    margin-bottom: 30px;
}

#kokorogamae a {
    color: #1a1a1a;
}

#kokorogamae a:hover {
    opacity: 0.8;
    color: #606cc0;
}

#kokorogamae .thum_chip2 {
    list-style: none;
    width: 100%;
    height: 60px;
    margin: 0px;
    text-align: left;
    color: #606cc0;
    border-bottom: 1px solid #e5e7f6;
}

#kokorogamae .thum_chip2 img {
    display: none;
}

#kokorogamae .thum_chip2_first {
    border-top: 1px solid #e5e7f6;
}

#kokorogamae .thum_chip2 a {
    position: relative;
    display: block;
    padding: 5px;
    background: #fff;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
    color: #606cc0;
}

#kokorogamae .thum_chip2 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #606cc0;
}

#kokorogamae .thum_chip2 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

#thum {
    margin-bottom: 30px;
}

#thum a {
    color: #1a1a1a;
}

#thum a:hover {
    opacity: 0.8;
    color: #606cc0;
}

#thum .thum_chip {
    list-style: none;
    width: 100%;
    height: 50px;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #e5e7f6;
}

#thum .thum_chip img {
    display: none;
}

#thum .thum_chip_first {
    border-top: 1px solid #e5e7f6;
}

#thum .thum_chip a {
    position: relative;
    display: block;
    padding: 5px;
    background: #fff;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
}

#thum .thum_chip a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: #7e87ce;
}

#thum .thum_chip a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: #fff;
}

.menu_list {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #725da5), color-stop(100%, #3b1e82));
    background: -moz-linear-gradient(center top, #725da5 5%, #3b1e82 100%);
    background: -ms-linear-gradient(top, #725da5 5%, #3b1e82 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#725da5', endColorstr='#3b1e82');
    background-color: #725da5;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #0000ce;
}

.menu_list a {
    color: #FFF;
}

.menu_list:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #3b1e82), color-stop(100%, #725da5));
    background: -moz-linear-gradient(center top, #3b1e82 5%, #725da5 100%);
    background: -ms-linear-gradient(top, #3b1e82 5%, #725da5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b1e82', endColorstr='#725da5');
    background-color: #3b1e82;
}

.menu_list:active {
    position: relative;
    top: 1px;
}

.menu_list p {
    display: none;
}

#menu,
#menu2 {
    display: block;
    cursor: pointer;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

#menu ul,
#menu2 ul {
    display: none;
}

#menu li,
#menu2 li {
    list-style: none;
    border-bottom: 1px solid #879c18;
}

#menu li:last-child,
#menu2 li:last-child {
    border-bottom: 0px;
}

#menu li a,
#menu2 li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    padding-left: 20px;
    background: #3b1e82;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

#menu li a:before,
#menu2 li a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 35px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

#menu li a:after,
#menu2 li a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 40px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #3b1e82;
}

#menu_list_arrow {
    margin: 0;
    margin-bottom: -6px;
    padding: 0;
    border: none;
    text-align: left;
}

#contact_top {
    display: none;
}

.contact_top2 {
    width: 100%;
}

.quick_contact2,
.contact2 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    padding: 12px 15px;
    text-decoration: none;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    *display: inline;
    *zoom: 1;
}

.quick_contact2:active,
.contact2:active {
    position: relative;
    top: 1px;
}

.quick_contact2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
    background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
    background-color: #f54d4d;
    text-shadow: 1px 1px 0px #ce0000;
}

.quick_contact2 a {
    color: #FFF;
    display: block;
}

.quick_contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
    background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
    background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
    background-color: #ce0100;
}

.contact2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
    background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
    background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
    background-color: #f598a7;
    text-shadow: 1px 1px 0px #e86a7f;
    display: block;
}

.contact2 a {
    color: #FFF;
    display: block;
}

.contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
    background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
    background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
    background-color: #f16c80;
}

.arrow:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -60px;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: #7e87ce;
}

.arrow:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -52px;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: #fff;
}

#page-top {
    display: none;
}

#page-top2 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 120px;
}

#page-top2 a {
    background: #fff;
    text-decoration: none;
}

#page-top2 a:hover {
    text-decoration: none;
}

#header_tel_tablet,
#header_tel,
#header_logo,
#footer2,
#side_bar {
    display: none;
}

.shadow1 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px black, 0 0 40px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0);
}

.shadow1:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
#sp_footer {
    display:block;
    height: 67px;
    width: 100%;
    position: fixed !important;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.80);
	padding: 2%;
	border-top: 1px solid #e8e8e8;
    z-index: 99999;
}
@media screen and (min-width: 480px)and (max-width: 640px) {
   /* 表示領域が480px以上640px以下の場合に適用するスタイル */
   #sp_footer{
       height: 90px;
    }
    /* ここまで*/
}
.sp_footer_left {
    width: 64%;
    float: left;
}

.sp_footer_left li{
    margin-bottom: 2px;    
}

.sp_footer_right {
    width: 32%;
    float: right;
}