@charset "utf-8";
/*

red系
rgba(194, 16, 46, 1)

blue系
rgba(16, 31, 62, 1)

紺系
rgba(62, 67, 84, 1)

black系
rgba(50, 50, 50, 1)
*/
/* ------------------------------------
// 共通設定
------------------------------------ */

#nowloading {
    background: url("../images/loading.gif") no-repeat fixed 50% 45%;
    margin-bottom: 1999px;
}
#page_top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: solid 1px rgba(80, 59, 49, 1);
    background-color: #ffffff;
    z-index: 999;
}
#page_top span {
    top: 7px;
    left: 8px;
}

body {
    color: #333333;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
    line-height: 1.5;
    height: 100%;
}
a {
    color: rgba(80, 59, 49, 1);
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover, a:active {
    color: rgba(80, 59, 49, 1);
    text-decoration: none;
}
a:visited {
    color: rgba(80, 59, 49, 1);
    opacity: 0.7;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
iframe {
    max-width: 100%;
}
h2 {
    margin: 0;
    padding: 0;
}
h3 {
    margin: 0;
    padding: 0;
}
.ttl {
    font-size: medium;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 2rem;
    padding: .7rem;
    background-color: rgba(80, 59, 49, 1);
}
.item .ttl {
    clear: both;
}
.ttl_line {
    margin-bottom: 2rem;
    padding: 0;
    color: rgba(50, 50, 50, 1);
}
.ttl_line p {
    margin: 0;
    padding: 0 0 0 .5rem;
    line-height: 21px;
    font-size: 15px;
    border-left: 2px solid rgba(80, 59, 49, 1);
    border-bottom: 2px solid rgba(80, 59, 49, 1);
    font-weight: bold;
}
.scaffold_ttl {
    margin-bottom: 1rem;
}
.none {
    display: none;
}
[class*='col-'] {
    overflow: hidden;
}
.wrapper {
    overflow: hidden;
}
.head_text {
    font-size: x-small;
    text-align: left;
    padding: 0.5rem 0;
    background: rgba(80, 59, 49, 1);
    line-height: 1;
    color: #ffffff;
}
.logo_area {
    padding: 0;
}
.main_cont {
    max-width: 1280px;
    margin: 0 auto;
}
.attended {
    margin: 2rem;
    font-size: 13px;
    color: #666666;
}
.attended p {
}

.brand_logo img {
    font-size: small;
    position: absolute;
    top: 0;
    width: 120px !important;
    height: 50px !important;
    max-width: initial !important;
    background-color: rgba(200, 200, 200, 0.1);
}
.top_right {
    height: 50px;
    padding-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
    text-align: right;
}
.top_ttl {
    padding: .5rem 0 .5rem .5rem;
    margin: 0;
    font-size: small;
}
.tel {
    font-size: medium;
    font-weight: bold;
}
.main_img {
    overflow: hidden;
    width: 100%;
    margin: 2rem 0;
}
.main_img img {
    display: block;
    font-size: small;
    background-color: rgba(200, 200, 200, 0.1);
    border: solid 1px #333;
}
.main_img img:hover {
    background-color: rgba(0, 0, 0, .1);
}

.mainarea {
    margin-bottom: 1rem;
}

.side_banner {
    padding: 0 0 2rem 0;
}
.side_banner a:hover img {
    opacity: .8;
}
.side_banner img {
    border: solid 1px #333;
}
.bottom_banner {
    padding: 0 1rem 2rem 1rem;
}
.bottom_banner a:hover img {
    opacity: .8;
}
.bottom_banner img {
    border: solid 1px #333;
}

.top_item {
 	overflow-x: auto;
    overflow-y: hidden;
}
.list_item {
    margin: 0.5rem 0;
    padding: 0 2rem 1rem 1rem;
    font-size: small;
}
.list_item a {
    display: block;
    margin-bottom: 2rem;
}

.list_th {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    font-weight: bold;
}
.list_td {
    margin: 0 0 1rem 0;
    padding: 1rem;
    font-size: 13px;
}

.item_label {
    position: absolute;
    bottom: 80px;
    right: 26px;
    font-size: 12px;
}
.table_link:hover div {
    background: #efefef;
}
.table_wrapper {
    margin: 0 0 2rem 0;
}

.item_word {
    text-align: left;
    margin: .7rem 0 1.7rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_item a:hover img {
    opacity: .8;
}
.list_item a:hover .item_word {
    text-decoration: underline;
}

.label_new {
    padding: 2px 4px 2px 2px;
    margin: 0 1px;
    font-weight: normal;
    border: solid 1px #ffffff;
    border-radius: 5px;
}

.select_item {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
}
.select_item:hover img {
    opacity: .8;
}

.item_table_wrapper {
    padding: 0;
    margin-bottom: 1rem;
}
.item_table {
    margin: 1rem 0 2rem 0;
}
.item_table tr {
    font-size: 15px;
}
.item_banner {
    padding: 0 .5rem;
    margin: 0;
    margin-bottom: 1rem;
}
.item_banner a:hover img {
    opacity: .8;
}
.item_banner_noimage {
    margin-bottom: 3rem;
}
.item_banner_side {
    margin: 2rem 0 1rem 0;
}
.img_label {
    position: absolute;
    top: 3px;
    font-size: small;
    width: 90%;
}

.estimate_btn, .contact_btn {
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #cccccc;
    border-radius: 10px;
    color: #666666;
    text-align: center;
    background: -moz-linear-gradient(#ffffff, #F3F1EC);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F3F1EC)); 
}

.estimate_btn:hover,.contact_btn:hover {
    background: -moz-linear-gradient(#F3F1EC, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F1EC), to(#ffffff));
    color: #000000;
}
.estimate_btn span, .contact_btn span {
    padding: 0 0.5rem 0 0;
}

/*パンくず*/
.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: .5em 1em;
    border-top: 1px solid rgba(119, 119, 119, 0.1);
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    font-size: small;
}
.breadcrumb>li+li:before {
    color: rgba(119, 119, 119, 0.8);
    content: ">";
}

/*トップページ*/
.top_com {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*ナビバー*/
.navbar {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    background-color: #fff;
}
.navbar-nav a {
    font-size: small;
    display: block;
    padding: 1rem 1.5rem;
}
.navbar .nav li a {
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li:last-child a {
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li a:hover {
    background-color: rgba(80, 59, 49, 1);
    color: #ffffff;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    width: 100%;
}
.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1); 
}
.dropdown-menu li:last-child {
    border-bottom: none; 
}
.dropdown-menu li a {
    padding: 1rem;
    background-color: #ffffff;
}
.dropdown-item {
    padding: 0;
}
.yukawa_logo img {
    width: auto !important;
    height: 60px !important;
    margin-bottom: 10px;
}
.logo {    
    font-size: x-large;
}
.logo img {    
    width: auto !important;
    height: 50px !important;
    max-width: initial !important;
}

footer {
    background: #fff;
    padding: 3em 0;
    font-size: small;
    color: #333333;
}


/* ------------------------------------
// main
------------------------------------ */
.headline {
    padding: 0;
    border-bottom: 2px solid rgba(80, 59, 49, 1);
}

hr {
    border-color: rgba(119, 119, 119, 0.1);
    border-width: 2px;
}
.sidebar {
    padding-top: 0;
}
.sidebar .ttl {
    margin-top: 0;
}
.sidebar ul li a {
    padding: .5rem 0;
}

.map {
    padding: 2rem;
    background: rgba(119, 119, 119, 0.1);
    margin: 0 auto 2rem auto;
}
.map iframe {
	width: 100%;
    min-height: 300px;
}

.copy {
    padding: 1em;
    text-align: center;
    font-size: small;
}

.banner {
    width: 100%;
    line-height: 60px;
    background: rgba(119, 119, 119, 0.1);
    border: 1px solid rgba(119, 119, 119, 0.1);
    text-align: center;
    font-weight: bold;
}
.banner span {
    display: inline-block;
    width: 40%;
    font-weight: normal;
}
.banner .price_sum {
    text-align: right;
    font-weight: bold;
}
.reset {
    width: 100%;
    line-height: 40px;
    margin-top: 1rem;
    border: 1px solid rgba(119, 119, 119, 0.1);
    text-align: center;
}
.reset button {
    width: 100%;
}

/* ------------------------------------
// 3mmm
------------------------------------ */


.com_tel, .com_fax{
    text-indent: 3em;
}
.company {
    margin-bottom: 2rem;
}
.company_logo img {
    width: 80px;
}
.company_title {
    position: relative;
    left: 2rem;
    font-size: large;
}
.company .table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1); 
    font-size: small;
}
.job_wrapper {
    margin-bottom: 4rem;
}
.company_profile {
    list-style: none;
    width: 95%;
}
.profile_table tr {
    font-size: medium;
    border-top: none;
}
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.form_menu {
    position: relative;
    margin-bottom: 2rem;
}
.form_menu label {
    bottom: 3px;
}
.form_top {
    padding: 1rem 0 0 0;
}
.form-label {
    margin-top: .5rem;
}
.label-danger {
    padding: 3rem 1rem;
}
.form_error {
    font-size: small;
    color: #D9534F;
}
.form_ok {
    display: inline;
    font-size: small;
    color: #3c763d;
}
.form_menu span p {
    position: relative;
    top: 3px;
    margin: 0;
    padding: 5px;
}

.form_submit {
    margin-bottom: 1rem;
    padding: 1rem;
    color: #f9f9f9;
    background-color: rgba(100, 169, 197, 1);
}
.form_submit:hover {
    color: #f9f9f9;
}
.return_top {
    text-align: center;
    margin-bottom: 2rem;
}
.return_top a {
    display: inline-block;
    padding: 1rem;
    margin-bottom: 1rem;
}
.return_top a:hover {
    margin-bottom: 1rem;
    background-color: rgba(80, 59, 49, 1);
    color: #ffffff;
}
.menu {
    padding: 0 0 0 1rem;

}

.contact_form {
    padding: 0 .5rem;
}
.contact_table {
    margin: 0 auto 2rem auto;
}


.sidebar3 {
    margin-left: 75%;
    width: 25%;
    max-width: 292px;
    height: 530px;
}
.sidebar3 li a {
    display: block;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
}
.sidebar3 li a:hover {
    background-color: rgba(80, 59, 49, 1);
    color: #ffffff;
}
.sidemenu {
    font-size: small;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.company_menu {
    height: 300px;
    list-style: none;
    padding: 0;
    background-color: rgba(0, 0, 0, .1);
    border: solid 1px rgba(0, 0, 0, .1);
    overflow-y: scroll;
}
.company_menu li {
    padding: 0;
}
.side_menu {
    list-style: none;
    padding: 0;
}
.side_menu li {
    padding: 0;
    font-size: 14px;
}
.bottombar3 {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: small;
    background-color: #ffffff;
    border-top: solid 1px rgba(0, 0, 0, .1);
    z-index: 999;
}
.bottombar3 p {
    font-weight: bold;
    padding-top: .7rem;
}
.company_menu_bottom {
    height: 160px;
    list-style: none;
    margin: 1rem auto;
    padding: 0;
    background-color: rgba(0, 0, 0, .1);
    border: solid 1px rgba(0, 0, 0, .1);
    overflow-y: scroll;
}
.company_menu_bottom li {
    font-size: x-small;
}
.radiobox_bottom {
    margin: 0;
    padding: .5rem 0;
    line-height: 20px;
}
.lease {
    margin: 0;
    padding: .5rem 0;
    line-height: 20px;
}
.banner_bottom {
    line-height: 40px;
    margin: 1rem auto 0 auto;
    background: rgba(119, 119, 119, 0.1);
    border: 1px solid rgba(119, 119, 119, 0.1);
    text-align: center;
    font-weight: bold;
}
.banner_bottom span {
    display: inline-block;
    font-weight: normal;
}
.banner_bottom .price_sum {
    text-align: right;
    font-weight: bold;
}
.reset_bottom {
    line-height: 40px;
    margin: 2rem auto;
    text-align: center;
}
.reset_bottom button {
    width: 100%;
}
.bottom_margin {
    margin-bottom: 79px;
}


.nav-pills > li > a {
    border-radius: 2px;
    line-height: 12px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: rgba(80, 59, 49, 1);
}

/*Angular用*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.lease {
    text-align: right;
    margin-bottom: 1rem;
}

.radiobox {
    margin-bottom: 1rem;
}

.category_wrapper {
    margin-bottom: 2rem;
}

.item_wrapper {
    margin: 0;
    padding: 0;
    height: 85px;
}
.item_box:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 0.9;
}
.item_box {
    position: relative;
    width: 98%;
    height: 80px;
    font-size: small;
    cursor: pointer;
}

.item_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 78px;
    width: 104px;
    background-color: rgba(80, 59, 49, .1);
    overflow: hidden;
}

.item_box_title {
    position: absolute;
    top: 4px;
    left: 109px;
    font-weight: normal;
}
.item_box_price {
    position: absolute;
    bottom: -3px;
    left: 114px;
}
.item_box_lease {
    position: absolute;
    bottom: -1px;
    left: 114px;
    font-size: 11px;
}

.amount {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: small;
    font-weight: normal;
    z-index: 998;
}


input[type="number"] {
    text-align: right;
    letter-spacing: 2px;
    max-width: 70px;
}

.lease input[type="number"] {
    text-align: right;
    letter-spacing: 2px;
    max-width: 60px;
}

input[type="tel"] {
    text-align: right;
    letter-spacing: 2px;
    max-width: 60px;
    font-size: 10px;
}

.lease input[type="tel"] {
    text-align: right;
    letter-spacing: 2px;
    height: 20px;
    max-width: 60px;
    font-size: 10px;
}

input[type="checkbox"] {
    display: none;
}

.checked_true {
    border: solid 1px rgba(80, 59, 49, 1);
    background-color: rgba(80, 59, 49, .1);
}

.navbar-toggle {
    border: none;
}


/* ------------------------------------
// @media
------------------------------------ */
@media (max-width: 74.9em) {
}
@media (max-width: 61.9em) {
    .item_table tr {
        font-size: small;
    }
    .lease {
    	margin: 0;
    	padding-top: 5px;
    }
    .lease input[type="tel"] {
        max-width: 45px;
    }
}
/* XS/Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em) {
    
    .main_img {
        margin: 1rem 0;
    }
    .breadcrumb {
        font-size: small;
        margin-bottom: 1rem;
    }
    .breadcrumb span {
        font-size: x-small;
    }
    .map {
        padding: 1rem;
        margin-bottom: 1rem;
    }
	.map iframe {
	    min-height: 200px;
	}
    .form_top {
        font-size: small;
        padding: 0;
    }
    .contact_table {
        padding: 0;
    }
    .ttl {
        font-size: small;
        margin-bottom: 1rem;
    }
    .ttl_line {
        margin-bottom: 1rem;
        font-size: small;
    }
    .ttl_line p {
        font-size: small;
    }

    .yukawa_logo {
        text-align: center;
    }
    .banner {
        margin-bottom: 2rem;
    }
    .side_banner, .bottom_banner {
        padding: 0 .5rem 1rem .5rem;
    }
    .table_com {
    	margin-bottom: 1rem;
    }
    .company, .sidebar, .bottombar {
        margin: 0;
    }
    .select_item {
        margin: 0 0 1rem 0;
    }
    .item_table {
        margin: 0 0 1rem 0;
    }
    .list_item {
        padding: 0 .5rem;
        font-size: x-small;
    }
    .item_label {
        position: absolute;
        bottom: 58px;
        right: 8px;
        font-size: 12px;
    }
    .item_word {
        margin: .3rem 0 1.2rem 0;
    }

    /*見積もり用*/
    .bottombar3 {
        font-size: x-small;
        padding-bottom: 1rem;
    }
    .banner_bottom {
        margin: 0;
        padding: 0;
        line-height: 25px;
        background: rgba(119, 119, 119, 0.1);
        border: 1px solid rgba(119, 119, 119, 0.1);
        font-weight: bold;
    }
    .reset_bottom {
        margin: 0;
        padding: 0;
        line-height: 21px;
    }
    .reset_bottom button {
        width: 90%;
        -webkit-appearance: none;
    }
    .bottom_margin {
        margin-bottom: 0;
    }
    .category_wrapper {
        padding: 0 .5rem;
        margin-bottom: 1rem;
    }
    .item_box {
        width: 100%;
    }
    .contact_table {
        font-size: small;
    }
    footer {
        padding: .9em 0;
    }

    /*見積もり用*/
    .item_wrapper {
        height: 55px;
        padding: .2rem;
    }
    .item_box {
        width: 100%;
        height: 50px;
        font-size: x-small;
    }
    .item_img {
        height: 49px;
        width: 65px;
    }
    .item_box_title {
        left: 70px;
        top: 2px;
    }
    .item_box_price {
        left: 70px;
        bottom: -8px;
    }
    .item_box_lease {
        left: 70px;
        bottom: -9px;
        font-size: x-small;
    }
    .amount {
        font-size: x-small;
        bottom: 7px;
        right: 8px;
    }
    .table_wrapper {
        margin: 0 0 1rem 0;
        padding: 0;
    }
    .list_th {
        font-size: 10px;
    }
    .list_td {
        font-size: 10px;
    }

    #nowloading {
        background: url("../images/loading_s.gif") no-repeat fixed 50% 70px;
    }

    .img_label {
        font-size: x-small;
    }

    #category1, #category2, #category3, #category4, #category5,
    #category6, #category7, #category8, #category9, #category10,
    #category11, #category12, #category13, #category14, #category15,
    #category16, #category17 {
        margin-top: -60px;
        padding-top: 60px;
        z-index: -1;
    }
@media (min-width: 48em) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em) {
    
    .main h3 {
        font-size: large;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    .profile_table tr, .history, .permission {
        font-size: small;
    }
}