@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



body {
    font-family: 'Noto Sans Japanese', sans-serif;
}

a {
    transition: 0.2s;
}

a:hover {
    opacity: 0.5;
    color: #777;
}

section {
    margin: 30px 0;
}

.container {
    max-width: 1066px;
    margin: 0 auto;
}

.color-gr {
    color: #009933;
}

a.color-gr:hover {
    color: #669966;
}

.color-red {
     color: #e8383d;
}

.clearfix:before {
  clear: both;
  content: '';
  display: block;
}

table.info_table {
  width: 100%;
  margin: 15px auto;
  border-collapse: collapse;
}

table.info_table tr{
  border-bottom: solid 2px white;
}

table.info_table tr:last-child{
  border-bottom: none;
}

table.info_table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #696969;
  color: white;
  font-size: 120%; 
  padding: 20px;
}

table.info_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  background-color: #696969;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.info_table td{
  width: 70%;
  font-size: 120%;
  text-align: left;
  background-color: #eee;
  padding: 20px;
}

/*--------------ヘッダー--------------*/

header {
    height: 125px;
}

form.esearch {
	text-align: right;
}

form.esearch input {
	border: 0;
	padding: 5px;
	font-size: 10px;
	font-family:Arial, sans-serif;
	color:#000;
	margin: 5px;
	margin-bottom: 0;
	width: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.btn {
	font-size: 9px;
	padding: 5px;
	background: #CDCDCD;
}

.navbar {
    position: static;
    height: 50px;
}

.wrapper {
    max-width: 1036px;
    margin: 0 auto;
}


.header-top {
    background-color: #1F1D1D;
    height: 80px;
}

.header-top p,
.header-top li a {
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.header-top p {
    padding-top: 7px;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: right;
}

.header-top ul {
    float: right;
}

.header-top li {
    font-size: 12px;
    font-weight: 700;
    float: left;
}

.header-top li + li:before {
    content: url(https://walldecorationstore.jp/contents/image/nav_slash.png);
    padding: 0 7px 0 5px;
    color: #FFFFFF;
}

li.top-current a {
    color: #FFE800;
    border-bottom: 1px solid #FFE800;
    padding-bottom: 2px;
}

.navbar-header {
    width: 100%;
}

.navbar-header img {
    vertical-align: unset;
}

.nav-brand {
    float: right;
}

.nav-brand img {
    max-width: 220px;
}


.navbar-light .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}

.navbar-toggler {
    border: none;
    padding: .25rem 0;
}

.navbar-toggler img {
    width: 20px;
}

/*ドロップダウン*/

.dropdown-menu li a {
    font-size: 13px;
    letter-spacing: 0.1em;
}

.dropdown-menu .nav-drop-small li {
    display: flex;
    align-items: center;
    padding-left: 5px
}


.dropdown-menu .nav-drop-small li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-left: 5px;
}

.dropdown-menu .nav-drop-small li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(https://walldecorationstore.jp/contents/image/icon_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
}


.dropdown-menu .col-sm-12 {
    padding: 0;
}


nav .navbar-offcanvas {
    background-color: #fff;
}


.dropdown-toggle:after {
    border: none;
}

.dropdown-toggle:hover {
    opacity: 1;
}

@media (max-width: 992px) {

    .header-top {
        padding: 5px 0;
    }

    .header-top li {
        font-size: 11px;
        height: 20px;
	line-height: 200%;
    }

    .navbar-offcanvas {
        padding: 0;
    }

    .nav-item {
        padding: 0 15px;
        border-bottom: 1px solid #C1C2C2;
        position: relative;
    }

    nav .navbar-offcanvas.offcanvas-transform.in {
        transform: translateX(260px);
        left: -260px;
        max-width: 260px;
    }

    /*ドロップダウン*/
    .dropdown .dropdown-menu {
        border: none;
        padding: 0;
        width: 200px;
    }

    .dropdown .dropdown-menu li {
        padding: 4px 0;
    }

    .dropdown-menu .nav-drop-small li a {
        width: 207px;
    }


    .dropdown-menu li a {
        font-size: 11px;
    }


    .dropdown-menu .nav-drop-small li a {
        font-size: 10px;
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 12px 0;
        display: inline-block;
        width: 100%;
    }

    .ddropdown-toggle {
        display: inline-block;
    }

    .dropdown:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(https://walldecorationstore.jp/contents/image/nav_plus.png);
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .dropdown.open:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 1px;
        background-image: url(https://walldecorationstore.jp/contents/image/nav_minus.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 20px;
    }
}


@media (min-width: 992px) {
    header {
        height: 300px;
    }

    .header-top {
        height: 120px;

    }

    .header-top ul {
        padding-top: 0;
    }

    .navbar {
        flex-direction: column;
        height: 90px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: center;
    }

    .nav-brand {
        float: none;
    }


    .nav-brand img {
        max-width: 396px;
        width: 100%;
    }


    .navbar-light .navbar-nav li.nav-item:hover > .nav-link {
        color: #DB007F;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }

    .nav-item:nth-child(5) {
        width: 300px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        display: table-cell;
        vertical-align: middle;
    }

    /*ドロップダウン*/
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown {
        position: static;
    }

    .dropdown-menu {
        height: 370px;
        width: 100vw;
        border: none;
        background-color: #fff;
        top: 295px;
    }

    .dropdown-menu .col-sm-12 {
        padding: 0 15px;
    }


    .dropdown-menu li img {
        width: 40px;
        margin-right: 10px;
    }

    .dropdown-menu li {
        padding: 10px 0 22px;
    }

    .dropdown-menu .nav-drop-small {
        margin-top: 10px;
        height: 124px;
    }

    .dropdown-menu .nav-drop-small li {
        padding: 2px 0;
    }


}

/*--------------フッター--------------*/

footer {
    padding: 40px 0px 55px;
    background-color: #1F1D1D;
}

footer * {
    color: #fff;
}

footer .container {
    max-width: 1052px;
}

footer .footer-container {
    margin: 0 auto;
}

footer .col-md-3 {
    margin-bottom: 30px;
}

.footer-container h5 {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.75;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.footer-container.footer-contact {
    border-top: 1px solid #FFE900;
}

.footer.content ul {
    padding: 0;
}

.footer-category li {
    border-bottom: 0.5px solid rgba(255, 255, 255, .5);
    position: relative;
}


.footer-category li a {
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    padding: 9px 0;
    display: inline-block;
    width: 100%;
}

.footer-container p {
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #FFF;
    padding: 10px 0;
}


/*リンク横画像*/

.footer-category li:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 6px;
    background-image: url(https://walldecorationstore.jp/contents/image/footer_link_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
}

.footer-category li.out:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    background-image: url(https://walldecorationstore.jp/contents/image/footer_link_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
}

/*お問い合わせ部分*/

.footer-container.footer-contact p,
.footer-container.footer-contact .footer-tel a {
    color: #FFE900;
}

/*電話*/

.footer-tel {
    font-family: "Avenir Next";
    font-size: 36px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
}

/*メール*/

.footer-mail a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-weight: bold;
    color: #000;
    background-color: #FFE900;
    padding: 18px;
    display: block;
    max-width: 320px;
    margin: 18px auto 24px;
    text-align: center;
}

/*SNSアイコン*/

.footer-sns {
    width: 340px;
    margin: 0 auto;

}

.footer-sns a {
    float: left;
    margin-left: 7px;
}

.footer-sns img {
    width: 25px;
}


/*コピーライト*/

.footer-copyright {
    margin-left: 10px;
    margin-top: 36px;
}

.footer-copyright img {
    height: 7px
}


@media (min-width: 767px) {

    footer .footer-container {
        max-width: 210px;
        margin: 0 auto;
    }


    .footer-category li a {
        width: 190px;
    }


    /*電話*/
    .footer-tel {
        font-size: 26px;

    }

    /*メール*/
    .footer-mail a {
        width: 196px;
    }

    /*SNS*/
    .footer-sns {
        width: 100%;

    }

    /*コピーライト*/
    .footer-copyright {
        margin-left: 15px;
    }

}
