@charset "UTF-8";
/* CSS Document */

#main {
    float: right;
}

#main > * {
    margin-top: 60px;
}

#main > *:first-child {
    margin-top: 0;
}

#sidebar {
    float: left;
}

/*==============================
メインビジュアル
==============================*/
#mvis {
    width: 1200px;
    margin: 0 auto;
}

#mvis .tableLayout > div {
    width: 540px;
}

#mvis .tableLayout > div a {
    display: block;
    float: left;
}

#mvis.mvis--slider {
    width: 100%;
}

/*==============================
スライダー
==============================*/
#mvis.mvis--slider {
    overflow: hidden;
}

#mvis.mvis--slider .slider {
    margin-bottom: 40px;
}

#mvis.mvis--slider .slider > ul {
    width: 950px;
    margin: 0 auto;
}

#mvis.mvis--slider .slider .slick-list {
    overflow: visible !important;
}

/*==============================
コンテンツ
==============================*/
.bnrArea--2col {
    width: 720px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bnrArea--2col > * {
    width: 49%;
}

.bnrArea--2col p {
    font-family: "A1 Mincho";
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
}

.bnrArea_kodawari {
    width: 100%;
    margin-top: 50px;
}

.bnrArea_bicho {
    width: 100%;
    margin-top: 10px;
}

#container.topContainer {
    margin-top: 10px;
}

.recommendArea .recommendTit {
    background: #e9dfdd;
    padding: 10px;
    line-height: 1em;
    margin-bottom: 25px;
}

.recommendArea .recommendTit .tableLayout > * {
    vertical-align: middle;
}

.recommendArea .recommendTit h3 {
    width: 153px;
    text-align: center;
    border-right: 2px solid #fff;
    padding-right: 10px;
}

.recommendArea .recommendTit p {
    padding: 0 20px;
}

.recommendArea .recommendTit a {
    width: 125px;
}

.recommendArea .itemList {
    margin-bottom: 30px;
}

.newsArea h2 {
    text-align: center;
    line-height: 1em;
    padding: 20px 0;
    background: #441117;
    margin-bottom: 20px;
}

.newsArea li {
    border-bottom: 1px solid #ccc;
}

.newsArea li > * {
    padding: 10px 0;
}

.newsArea li .date {
    width: 10em;
}

/*==============================
こだわり
==============================*/
#main.kodawari section {
    margin-left: 8px;
    background-repeat: no-repeat;
    position: relative;
}

#main.kodawari section.lineR {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    padding-right: 35px;
    background-image: url(../img/kodawari/bg_right.jpg);
}

#main.kodawari section.lineL {
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    padding-left: 35px;
    background-image: url(../img/kodawari/bg_left.jpg);
}

#main.kodawari section .clearfix > div {
    width: 49%;
}

#main.kodawari section h3 {
    margin-bottom: 55px;
}

#main.kodawari section .right h3 {
    text-align: right;
}

#main.kodawari section h4 {
    margin-top: 50px;
    margin-bottom: 30px;
}

#main.kodawari section p {
    line-height: 2;
}

#main.kodawari section h4:first-child {
    margin-top: 0;
}

#main.kodawari section#a01 {
    background-position: right 65%;
}

#main.kodawari section#a02 {
    background-position: left 80%;
}

#main.kodawari section#a03 {
    background-position: right 22%;
}

#main.kodawari section#a04 {
    background-position: left 26%;
}

#main.kodawari section#a01 .left {
    margin-top: -25px;
}

#main.kodawari section#a01 .right {
    margin-top: 35px;
    width: 40%;
}

#main.kodawari section#a02 .left {
    margin-top: 45px;
}

#main.kodawari section#a02 .right {
    margin-top: -25px;
    width: 42%;
}

#main.kodawari section#a03 .left {
    margin-top: -25px;
    width: 47%;
}

#main.kodawari section#a03 .right {
    margin-top: 70px;
    width: 45%;
}

#main.kodawari section#a04 .hand {
    left: 0;
    top: 40px;
    position: absolute;
}

#main.kodawari section#a04 > div > div {
    margin-top: -20px;
    padding-left: 30%;
}