@charset "utf-8";
#contents {
    width: 100%;
    margin: 0px auto 0 auto;
    min-height: 500px;
    padding: 0px;
    color: #fff;
    background: #4d382c;
    /*#3f1c1f;*/
    /*url(../images/bg.jpg)*/
    ;
}

footer {
    padding: 0px 0;
    width: 100%;
    overflow: hidden;
}

#contents #topslide {
    width: 100%;
    /*height:650px;*/
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

#contents #topslide .inner2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 650px;
}

#contents #topslide .inner3 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    height: 650px;
}

#contents #topslide .logo {
    height: 650px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 7%;
    margin-top: -142px;
    /*margin-left:-70px;*/
    z-index: 9999;
}

#contents #topslide .logo a {
    display: inline;
}

#contents #topslide .logo img {
    width: 200px;
    height: auto;
}

#contents #topslide .bxslider {
    position: absolute;
    top: 0px;
    z-index: 99;
}

#contents #topslide li img {
    width: 100%;
    height: auto;
}

#contents #topslide img.pc {
    display: block;
}

#contents #topslide img.sp {
    display: none;
}

.pc1 {
    display: block!important;
}

.pc2 {
    display: none!important;
}

@media screen and (max-width:1240px) {
    #contents #topslide {
        height: auto;
        margin-bottom: 30px;
    }
    #contents #topslide .inner2 {
        position: static;
        left: 0px;
        top: 0px;
        height: auto;
        z-index: 100;
        width: 100%;
    }
    #contents #topslide .inner3 {
        position: static;
        width: 100%;
        height: auto;
    }
    #contents #topslide .logo {
        height: auto;
        top: 50%;
        left: 7%;
    }
    #contents #topslide .logo img {
        width: 180px;
        height: auto;
    }
}

@media screen and (max-width:680px) {
    #contents #topslide img.pc {
        display: none;
        width: 100%;
    }
    #contents #topslide img.sp {
        display: block;
        width: 100%;
        min-width: 100%;
    }
    #contents {
        margin: 5px auto 0 auto;
        min-height: 50px;
    }
    #contents #topslide {
        margin-bottom: 0px;
        height: auto;
        width: 100%;
    }
    #contents #topslide .inner2 {
        position: static;
        height: auto;
    }
    #contents #topslide .inner3 {
        position: static;
        height: auto;
    }
    #contents #topslide .logo {
        /*height:650px;*/
        width: 100%;
        position: absolute;
        top: 20%;
        left: 10%;
        margin-top: 0px;
        z-index: 9999;
    }
    #contents #topslide .logo img {
        width: 160px;
        height: auto;
    }
}

@media screen and (max-width:480px) {
    #contents #topslide .logo img {
        width: 120px;
        height: auto;
    }
}


/*20210119追加*/

#contents .information {
    border: solid 1px #fff;
    padding: 30px 30px 20px 30px;
    clear: both;
    overflow: hidden;
    max-width: 1000px;
    margin: -30px auto 80px auto;
}

#contents .information h4 {
    font-size: 24px;
    margin-bottom: 14px;
}

#contents .information p {
    line-height: 1.8;
    margin-bottom: 0px;
}

#contents .contents-inner {
    max-width: 1200px;
    margin: 0px auto 0px auto;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#contents .contents-inner2 {
    max-width: 800px;
    margin: 0px auto 0px auto;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    padding: 30px 0;
    justify-content: center;
    box-sizing: border-box;
}

#contents .contents-inner.custom {
    flex-direction: row-reverse;
}

#contents .contents-inner .photo {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}

#contents .contents-inner.custom .photo {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0px 0 30px;
}

#contents .contents-inner .photo .bxslider2 img,
#contents .contents-inner .photo .bxslider5 img {
    width: 100%;
    height: auto;
}

#contents .contents-inner .main {
    width: 50%;
}

#contents .contents-inner2 #logo {
    width: 20%;
    box-sizing: border-box;
    padding: 0 20px;
}

#contents .contents-inner2 #logo img {
    max-width: 100%;
    height: auto;
}

#contents .contents-inner2 .main {
    /*display:table;
	margin:0px auto;*/
    width: 80%;
    box-sizing: border-box;
    padding-left: 30px;
}

#contents .contents-inner .main .box {
    display: table;
    margin: 0px auto;
    max-width: 90%;
    width: 100%;
}

#contents .contents-inner .main .box h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

#contents .contents-inner .main .box ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#contents .contents-inner .main .box ul li {
    width: 50%;
    line-height: 1.4;
    margin-bottom: 8px;
}

#contents .contents-inner .main ul li:nth-child(2n+1) {
    box-sizing: border-box;
    padding-right: 0.5em;
}

#contents .contents-inner .main ul li:nth-child(2n+2) {
    box-sizing: border-box;
    padding-left: 0.5em;
}

#contents .contents-inner .main h3,
#contents .contents-inner2 .main h3,
#contents .contents-inner .photo h3 {
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 36px;
    border: none!important;
}

#contents .contents-inner .photo h3.pc2 {
    display: none!important;
    margin: 0px auto 20px auto;
}

#contents .contents-inner .main h3 img,
#contents .contents-inner .photo h3 img {
    vertical-align: middle;
    margin-right: 20px;
}

#contents .contents-inner .main h3 span,
#contents .contents-inner2 .main h3 span,
#contents .contents-inner .photo h3 span {
    font-size: 16px;
    position: relative;
    top: 8px;
    font-weight: 500;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents .contents-inner2 .main h3 span {
    font-size: 14px;
    top: -6px;
    margin-left: 20px;
}

#contents .contents-inner .main p,
#contents .contents-inner2 p {
    line-height: 2;
    margin-bottom: 20px;
}

#contents .contents-inner2 .main dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

#contents .contents-inner2 .main dt,
#contents .contents-inner2 .main dd {
    padding: 10px 0 10px 0;
}

#contents .contents-inner2 .main dt {
    float: left;
    width: 90px;
}

#contents .contents-inner2 .main dd {
    margin-left: 90px;
}

#contents .contents-inner2 .main dd .number {
    font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 0px;
}

#contents .contents-inner2 .main dd .number a {
    color: #fff;
}

#contents .contents-inner .main .btn {
    width: 180px;
    margin: 0px 0 0 0;
}

#contents .contents-inner .main .btn a {
    background: #cb1313;
    padding: 10px;
    text-align: center;
    color: #fff;
    display: block;
    transition: all 0.25s ease-in-out;
}

#contents .contents-inner .main .btn a:hover {
    text-decoration: none;
    background: #9b0000;
}

#contents .contents-inner2 .main dd .pcview {
    display: block;
}

#contents .contents-inner2 .main dd .spview {
    display: none;
}


/*haikei*/

.bg_1 {
    width: 100%;
    min-height: 460px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 0 0 0px 0;
    background: #4d382c/*#3f1c1f*/
    ;
}

.bg_2 {
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    padding: 0% 0 0 0;
    background: /*#654a4e*/
    #2c140b;
}

.bg_1 .contents,
.bg_2 .contents {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 2;
}

.bg_1 .contents {
    padding: 0px;
}

.bg_2 .contents {
    z-index: 3;
}

.bg_1 .contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 0% 0 0% -10%;
    background: /* #654a4e*/
    #2c140b;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
}

.bg_2 .contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 0% 0 0% -10%;
    background: #3f1c1f;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
}

.bg_1 .contents_inner,
.bg_2 .contents_inner {
    box-sizing: boder-box;
    width: 100%;
    max-width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0px;
    color: #fff;
    text-align: center;
}

.bg_3 {
    background: url(../images/bg_store2.png) right bottom no-repeat;
    background-size: auto 550px;
}

@media screen and (min-width: 680px) {
    #contents #information {
        background-attachment: fixed;
    }
}

.topbg {
    background-image: url(../images/bg_store.jpg);
}

#contents #information {
    width: 100%;
    min-height: 500px;
    height: 500px;
    color: #000;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
}

@media screen and (max-width:980px) {
    #contents .information {
        padding: 20px;
        margin: 10px 10px 10vw 10px;
    }
    #contents .information h4 {
        font-size: 20px;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .pc1 {
        display: none!important;
    }
    .pc2 {
        display: block!important;
    }
    #contents .contents-inner .photo h3.pc2 {
        display: table!important;
        margin: 0px auto 20px auto;
    }
    #contents .contents-inner {
        margin: 0px 0px 0px 0px;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #contents .contents-inner {
        flex-direction: row-reverse;
    }
    #contents .contents-inner.custom {
        flex-direction: row;
    }
    #contents .contents-inner .photo,
    #contents .contents-inner2 .photo {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }
    #contents .contents-inner.custom .photo {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }
    #contents .contents-inner .photo .bxslider2 img,
    #contents .contents-inner .photo .bxslider5 img {
        width: 100%;
        /*height:300px;
	object-fit: cover;*/
        height: auto;
    }
    #contents .contents-inner .main .box {
        display: block;
        /*margin: 10px 20px 0 20px;*/
        max-width: 100%;
        padding: 20px 20px 0px 20px;
        text-align: left;
        box-sizing: border-box;
    }
    #contents .contents-inner.custom {
        padding: 0px 0;
        height: auto;
    }
    #contents .contents-inner .main {
        width: 100%;
    }
    #contents .contents-inner .main h4 {
        margin-top: 10px;
    }
    #contents .contents-inner .main .btn {
        margin: 0px auto 0 auto;
    }
    #contents .contents-inner2 {
        flex-wrap: wrap;
        padding: 30px 0 0px 0;
        justify-content: center;
        box-sizing: border-box;
    }
    .bg_1 {
        height: auto;
        padding: 0 0 0px 0;
    }
    .bg_1 .contents_inner,
    .bg_2 .contents_inner {
        height: auto;
    }
    .bg_1 .contents {
        padding: 80px 0 30px 0;
    }
}

@media screen and (max-width:680px) {
    #contents .contents-inner .main h3,
    #contents .contents-inner2 .main h3,
    #contents .contents-inner .photo h3 {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    #contents .contents-inner .main h3 img,
    #contents .contents-inner .photo h3 img {
        height: 40px;
        width: auto;
    }
    #contents .contents-inner .main h3 span,
    #contents .contents-inner2 .main h3 span,
    #contents .contents-inner .main h3 span {
        font-size: 13px;
        top: 0px;
    }
    #contents .contents-inner .main p,
    #contents .contents-inner2 p {
        font-size: 2.8vw;
    }
    #contents .contents-inner .main .btn a {
        font-size: 2.8vw;
    }
    .bg_1 {
        height: auto;
        padding-bottom: 0px;
    }
    .bg_2 {
        height: auto;
    }
    .bg_1 .contents,
    .bg_2 .contents {
        position: relative;
        overflow: hidden;
        padding: 60px 0 20px 0;
        z-index: 2;
    }
    /*.bg_3{
	background:url(../images/bg_store2.png);
	background-size:cover;
	padding:0px;
	margin:0px;
	height:auto;
	overflow:hidden;
}*/
    #contents #information {
        width: 100%;
        min-height: 10px;
        height: auto;
        color: #000;
        display: table;
        background-position: center top;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: 0px;
        background-attachment: scroll;
        height: 70vw;
    }
    #contents .contents-inner2 #logo {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 20px 20px;
        text-align: center;
    }
    #contents .contents-inner2 #logo img {
        width: 100px;
        height: auto;
    }
    #contents .contents-inner2 .main h3 {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    #contents .contents-inner2 .main h3 span {
        top: 0px;
        font-size: 2.8vw;
    }
    #contents .contents-inner2 .main {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #contents .contents-inner2 .main dd .number {
        font-size: 6vw;
    }
    #contents .contents-inner2 .main dl {
        font-size: 2.8vw;
    }
    #contents .contents-inner2 .main dt {
        width: 10vw;
    }
    #contents .contents-inner2 .main dd {
        margin-left: 10vw;
    }
    #contents .contents-inner2 .main dd .pcview {
        display: none;
    }
    #contents .contents-inner2 .main dd .spview {
        display: block;
    }
    #contents .contents-inner2 .main dd .spview a {
        background: #cb1313;
        color: #fff;
        padding: 10px 10px 6px 10px;
        display: block;
        border-radius: 6px;
        text-align: center;
    }
    #contents .contents-inner2 .main dd .spview a:hover {
        text-decoration: none;
    }
    #contents .contents-inner2 .main dd .spview .telnumber {
        font-size: 6vw;
    }
}

@media screen and (max-width:480px) {
    #contents .contents-inner2 .main h3 {
        font-size: 7vw;
        margin-bottom: 20px;
    }
    #contents .contents-inner2 .main h3 span {
        top: 0px;
        font-size: 3.6vw;
    }
    #contents .contents-inner .main p,
    #contents .contents-inner2 p {
        font-size: 3.6vw;
    }
    #contents .contents-inner .main .btn a {
        font-size: 3.6vw;
    }
    #contents .contents-inner2 .main dl {
        font-size: 3.6vw;
    }
    #contents .contents-inner2 .main dt {
        width: 20vw;
    }
    #contents .contents-inner2 .main dd {
        margin-left: 20vw;
    }
    #contents .contents-inner .main .box ul li {
        width: 100%;
    }
    #contents .contents-inner .main .box ul li:nth-child(2n+1),
    #contents .contents-inner .main .box ul li:nth-child(2n+2) {
        padding-right: 0px;
        padding-left: 0px;
    }
}


/*20221005追加*/

#contents .information a,
#contents .information a:visited {
    color: #fff100;
    text-decoration: underline;
}

#contents a:hover {
    color: #fff100;
    text-decoration: none;
}