@charset "utf-8";

/* main */
*{
    padding:0;
    margin:0;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
}
img,
video{
    width:100%;
    vertical-align: bottom;
}
ul,li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color:#231815;
}
.sp{
    display: none;
}
html.loading {
    display: none;
}
.under1200{
    display:none;
}
@media (max-width:1200px){
    .over1200{
        display:none;
    }
    .under1200{
        display:block;
    }
}
@media (max-width:1024px){
    *{
        font-size:14px;
    }
}
@media (max-width:768px){
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }
    *{
        font-size:12px;
    }
}

/* header */
header{
    width:100%;
    position: fixed;
    background-image: url(../images/common/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 997;
    border-bottom: 1px solid #d3adaf;
}
.headerInner{
    width:1320px;
    height: 60px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.headerInner h1{
    width:500px;
}
.headerInner h1 a{
    display: block;
    transition: 0.5s all;
}
.headerInner h1 a:hover,
.headerInner h1 a:active{
    opacity:0.5;
    transition: 0.5s all;
}
.headerInner .pcBtn{
    display:flex;
    height: 100%;
}
.headerInner .pcBtn ul li a{
    transition: 0.5s all;
}
.headerInner .pcBtn ul li a:hover{
    opacity:0.5;
    transition: 0.5s all;
}
.headerInner .pcBtn ul:first-of-type{
    margin-top: 10px;
    margin-right:10px;            
}
.headerInner .pcBtn ul:first-of-type li a{
    font-size: 0.8em;
    letter-spacing: 0.1em;
    position:relative;
    display:inline-block;
    padding-left:1em;            
}
.headerInner .pcBtn ul:first-of-type li a:before{
    content:'';
    width:6px;
    height:6px;
    border:0;
    border-top:1px solid #b46c62;
    border-right:1px solid #b46c62;
    transform:rotate(45deg);
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
}
.headerInner .pcBtn ul:last-of-type{
    width:400px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.headerInner .pcBtn ul:last-of-type li{
    width:195px;
    height: 100%;
}
.headerInner .pcBtn ul:last-of-type li a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
}
.headerInner .pcBtn ul:last-of-type li a span{
    font-size: 0.75em;
}
.headerInner .pcBtn ul:last-of-type li:first-of-type a{
    background-color: #d3adaf;
}
.headerInner .pcBtn ul:last-of-type li:last-of-type a{
    background-color: #b46c62;
}
.reflection{
    display:inline-block;
    position:relative;
    overflow:hidden;
}
.reflection:after{
    content:"";
    height:100%;
    width:25px;
    position: absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation:reflection 3s ease-in-out infinite;
}
@keyframes reflection{
    0%{
        transform:scale(0) rotate(45deg);
        opacity:0;
    }
    80%{
        transform:scale(0) rotate(45deg);
        opacity:0.5;
    }
    81%{
        transform:scale(4) rotate(45deg);
        opacity:1;
    }
    100%{
        transform:scale(50) rotate(45deg);
        opacity:0;
    }
}
.noevent{
    pointer-events: none;
    opacity:0.5;
}
.under1024{
    display: none;
}
@media (max-width:1500px){
    .headerInner{
        width:90%;
    }
}
@media (max-width:1200px){
    .headerInner{
        width:95%;
    }
    .headerInner .pcBtn ul:last-of-type{
        width:310px;
    }
    .headerInner .pcBtn ul:last-of-type li{
        width:150px;
    }
}
@media (max-width:1024px){
    .over1024{
        display: none;
    }
    header{
        background-image: none;
        border-bottom: none;
    }
    .headerInner.under1024{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menuTrigger{
        position: fixed;
        top: 10px;
        right: 10px;
        width: 100px;
        z-index: 999;
    }
    .menuTrigger_txt{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .menuTrigger_txt p{
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .menuTrigger_txt ul li{
        width:100%;
        height:2px;
        background-color: #000;
        transition: all 0.5s;
    }
    .menuTrigger_txt ul li:first-of-type{
        margin-top: 4px;
    }
    .menuTrigger_txt ul li:last-of-type{
        margin-top: 7px;
    }
    .menuTrigger_txt.active ul li:first-of-type{
        transform: translateY(5px) rotate(-30deg);
    }
    .menuTrigger_txt.active ul li:last-of-type{
        transform: translateY(-4px) rotate(30deg);
    }
}
@media (max-width:768px){
    .headerInner h1{
        width:72.35%;
    }
}
@media (max-width:450px){
    .menuTrigger{
        width: 75px;
    }
    .menuTrigger_txt p{
        font-size: 14px;
    }
}
@media (max-width:350px){
    .menuTrigger{
        width: 60px;
    }
    .menuTrigger_txt p{
        font-size: 12px;
    }
}

/* nav */
nav{
    width:100%;
}
.navInner ul {
    width: 1320px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.navInner ul li{
    width:auto;
    height: 100%;
    padding:0px 30px;
    box-sizing:border-box;
}
.navInner ul li a{
    height: 100%;
    display: flex;            
    justify-content: center;
    align-items: center;
    font-family: "Spectral SC", serif;
    font-size: 0.9em;
    text-align: center;
    color:#000;
    transition: 0.5s all;
}
.navInner ul li a:hover,
.navInner ul li a:active{
    color:#b46c62;
    transition: 0.5s all;
}
.nav_outerWrap{
    display: none;
}        
@media (max-width:1500px){
    .navInner ul{
        width:90%;
    }
}
@media (max-width:1200px){
    .navInner ul{
        width:95%;
    }
    .navInner ul li{
        padding:0px 20px;
    }
}
@media (max-width:1024px){
    nav{
        position: fixed;
        top:0;
        bottom:0;
        right:0;
        width:600px;
        height: 100vh;
        transform: translateX(100%);
        transition: all 0.5s;
        z-index: 998;
        background-image: url(../images/common/bg02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    nav.active{
        transform: translateX(0%);
        transition: all 0.5s;
    }
    .navInner.under1024{
        display: block;
        width: 100%;
    }
    .navInner.under1024 ul{
        width: 80%;
        height: auto;
        flex-direction: column;
    }
    .navInner.under1024 ul:first-of-type{
        margin-bottom: 30px;
    }
    .navInner.under1024 ul li{
        width: 100%;
        padding:0px 0px;
        margin-bottom: 10px;
    }
    .navInner.under1024 ul li:last-of-type{
        margin-bottom: 0px;
    }
    .navInner.under1024 ul li a{
        display: inline-block;
        position: relative;
        font-size: 16px;
    }
    .navInner.under1024 ul:last-of-type li a{
        color: #b46c62;
    }
    .navInner.under1024 ul li a:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #b46c62;
        transition: width 0.5s ease-in-out;
    }
    .navInner.under1024 ul li a:hover::after{
        width: 100%;
    }
    .nav_outerWrap.active{
        display:block;
        width:100vw;
        height:100vh;
        position: fixed;
        top:0;
        left:0;
        z-index: 995;
        background-color: rgba(177,177,177,0.8);
    }
}
@media (max-width:768px){
    nav{
        width:100%;
    }
    .navInner.under1200 ul{
        width: 90%;
    }
}
@media (max-width:450px){
    .navInner.under1200 ul li a{
        font-size: 14px;
    }
}

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 0px;
    }
}

/* notice */
.notice{
    padding-bottom: 80px;
}
.limited_noticeInner,
.page_noticeInner{
    width: 1100px;
    margin: 0 auto;
}
.limited_noticeInner{
    margin-bottom: 10px;
}
.limited_noticeInner>h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.15em;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
}
.limited_noticeInner>.mainTxt{
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.limited_noticeInner>p.subTxt{
    font-size: 0.75em;
    text-align: center;
}
.page_noticeInner>p{
    font-size: 0.75em;
    text-align: center;
}
.under1500{
    display: none;
}
@media (max-width:1500px){
    .limited_noticeInner,
    .page_noticeInner{
        width: 73.33%;
    }
    .under1500{
        display: block;
    }
}
@media (max-width:1200px){
    .limited_noticeInner,
    .page_noticeInner{
        width: 80%;
    }
}
@media (max-width:1000px){
    .limited_noticeInner,
    .page_noticeInner{
        width: 90%;
    }
}
@media (max-width:768px){
    .limited_noticeInner,
    .page_noticeInner{
        width: 80%;
    }
    .page_noticeInner>p{
        text-align: left;
    }
}
@media (max-width:500px){
    .notice{
        padding-bottom: 50px;
    }
    .limited_noticeInner,
    .page_noticeInner{
        width: 90%;
    }                
}

/* pageTop_btn */
.pageTop_btn p a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3adaf;
    padding: 10px 0;
    transition: 0.5s all;
}
.pageTop_btn p a:hover,
.pageTop_btn p a:active{
    background-color: #b46c62;
    transition: 0.5s all;
}
.pageTop_btn p a span.icon{
    width: 30px;
    height: 30px;
}
.pageTop_btn p a span{
    font-family: "Spectral SC", serif;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    color: #fff;
}

/* footer */
.footerWrap{
    padding-top:50px;
    background-color: #fff;
    padding-bottom: 10px;
}
.sellerWrap{
    width:400px;
    margin:0 auto;
    margin-bottom: 30px;
}
.sellerWrap>h2{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-align: center;
    margin-bottom: 10px;
}
.sellerInfomation_wrap{
    width:1260px;
    margin:0 auto;
    margin-bottom: 50px;
}
.sellerInfomation_row{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.sellerInfomation_inner:first-of-type{
    width:25%;
}
.sellerInfomation_inner:nth-of-type(2){
    width:35%;
}
.sellerInfomation_inner:last-of-type{
    width:38%;
}
.sellerInfomation_inner:first-of-type>h3,
.sellerInfomation_inner:nth-of-type(2)>h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
}
.sellerInfomation_inner:first-of-type>p,
.sellerInfomation_inner:nth-of-type(2)>p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8em;
    font-weight: 300;
}
.sellerInfomation_inner:last-of-type>h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.25em;
    font-weight: 400;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}
.sellerInfomation_inner:last-of-type>p>a{
    transition:0.5s;
}
.sellerInfomation_inner:last-of-type>p>a:hover,
.sellerInfomation_inner:last-of-type>p>a:active{
    opacity:0.5;
    transition:0.5s;
}
.sellerInfomation_inner:last-of-type>p:last-of-type{
    font-family:"Noto Sans JP", sans-serif;
    font-size:0.9em;
    text-align:right;
    padding-top:5px;
}
.smallWrap{
    text-align: center;
    margin-bottom:10px;
}
.smallWrap>small{
    font-family: "Marcellus", serif;
    font-size: 0.75em;
    letter-spacing: 0.1em;
}
.under450{
    display: none;
}
@media (max-width:1400px){
    .sellerInfomation_wrap{
        width:940px;
    }
    .sellerInfomation_inner:nth-of-type(2){
        width:30%;
    }
}
@media (max-width:1024px){
    .sellerInfomation_wrap{
        width:500px;
    }
    .sellerInfomation_row{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sellerInfomation_inner:first-of-type{
        width:48%;
        margin-bottom:30px;
    }
    .sellerInfomation_inner:nth-of-type(2){
        width:48%;
        margin-bottom:30px;
    }
    .sellerInfomation_inner:last-of-type{
        width:90%;
    }
}
@media (max-width:768px){
    .footerWrap{
        padding-bottom: 80px;
    }
    .sellerInfomation_wrap{
        width:400px;
    }
    .sellerInfomation_row{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sellerInfomation_inner:first-of-type{
        width:100%;
        margin-bottom:30px;
    }
    .sellerInfomation_inner:nth-of-type(2){
        width:100%;
        margin-bottom:30px;
    }
    .sellerInfomation_inner:last-of-type{
        width:100%;
    }
    .sellerInfomation_inner h3,
    .sellerInfomation_inner p{
        text-align: center;
    }
    .sellerInfomation_inner:first-of-type>h3,
    .sellerInfomation_inner:nth-of-type(2)>h3{
        font-size: 1.15em;
        margin-bottom: 5px;
    }
    .sellerInfomation_inner:first-of-type>p,
    .sellerInfomation_inner:nth-of-type(2)>p{
        font-size: 1em;
    }
    .sellerInfomation_inner:last-of-type>h3{
        text-align: left;
    }
    .footerNav_sp{
        width:100%;
        position:fixed;
        left:0;
        bottom:0;
        z-index: 990;
    }
    .footerNav_sp ul{                
        display:flex;
        justify-content: space-between;
    }
    .footerNav_sp ul li{
        width:32vw;
        text-align: center;
    }
    .footerNav_sp ul li a{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.25em;
        font-weight: 500;                
        display: block;
        width: 100%;
        height:100%;
        padding:5px 0;
        transition:0.5s all;
    }
    .footerNav_sp>ul>li:first-of-type>a,
    .footerNav_sp>ul>li:last-of-type>a{
        background-color: #eeeeeb;
        color:#595857;
    }
    .footerNav_sp>ul>li:nth-of-type(2)>a{
        background-color: #d3adaf;
        color: #fff;
    }
    .footerNav_sp ul li a:hover,
    .footerNav_sp ul li a:active{
        opacity:0.5;
        transition:0.5s all;
    }
    .icon{
        display:inline-block;
        width:50px;
        height:50px;
    }
    .accessIcon{
        background-image: url(../images/common/accessIcon.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .requestIcon{
        background-image: url(../images/common/requestIcon.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .telIcon{
        background-image: url(../images/common/telIcon.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media (max-width:500px){
    .footerNav_sp ul li a{
        font-size: 1.15em;
    }
    .icon{
        width:40px;
        height:40px;
    }
}
@media (max-width:450px){
    .sellerWrap,
    .sellerInfomation_wrap{
        width: 80%;
    }
    .footerNav_sp ul li a{
        font-size: 1em;
    }
    .under450{
        display: block;
    }
}
@media (max-width:400px){
    .footerWrap{
        margin-bottom: 90px;
    }
    .icon{
        width:30px;
        height:30px;
    }
}
@media (max-width:350px){
    .footerWrap{
        margin-bottom: 70px;
    }
    .icon{
        width:20px;
        height:20px;
    }
}