@charset "utf-8";
/* CSS Document */
/*font-family: 'Arvo', serif;*/

/*基本設定*/

html{
    font-size: 62.5%;
}

body{
    overflow-x: hidden;
    background-color: #fce9cd;
    font-family: 'Noto Sans JP', sans-serif;
    width: 940px;
    margin: 0 auto;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    color:#660000;
}

h2{
    text-align: center;
    font-size: 3em;
    margin-bottom: 40px;
    font-family: 'Arvo', serif;
}

h3{
    font-family: 'Arvo', serif;
}

@media screen and (max-width: 939px) {
    body{width: 100%;}
}


/*header共通*/

.commonHeader{
    position: relative;
    background-image:url("../img/header_img03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #5e3e25;
    margin: 0 calc(50% - 50vw) 80px;
    width: 100vw;
    height: 100px;
}
    
.commonHeader__logo{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.commonHeader__logo img{
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}

.commonHeader__link{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: auto;
    width: 940px;
}
    
.linkArea{
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
}
    
.linkArea__btn{
    margin-right: 10px;
    padding: 5px ;
    background-color:#635245;
}
    
.linkArea__btn--link{
    display: block;
    background-image: url("../img/arrow_b.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    color: #ffffff;
    padding-left: 20px;
}
    
.linkArea__btn--link:hover{
    color: #660000;
}

/* ヘッダー画像が親要素をはみ出さなくなったら */
@media screen and (max-width: 939px) {
    .commonHeader{margin: 0 0 80px;}
    .commonHeader__link{width: 100%;}
    .linkArea{font-size: 1em;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
    .commonHeader__logo img{width: 110px;}
    .commonHeader__link{top: 0;bottom: inherit;background-color: #635245;}
    .linkArea{justify-content: center;}
}


/*nav共通*/

.commonNav{
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.navArea{
    display: flex;
    justify-content: space-around;
    height: 50px;
}

.navArea__list{
    display: flex;
    width: 15%;
    height: 100%;
    font-size: 2em;
    border-bottom: 2px solid #5e3e25;
}

.navArea__list--link{    
    display: block;
    width: 100%;
    position: relative;
    transition: 0.5s;
}

.navArea__list--link:hover{
    background-color: #fff6e8;
    transition: 0.5s;
}

.navArea__list--link p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

/* 940px以下になったら */
@media screen and (max-width: 939px) {
    .commonNav{width: 80%;margin: 0 auto 70px;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
    .navArea{flex-direction: column;align-items: center;height: 180px;}
    .navArea__list{width: 90%;}
}


/*side-btn共通*/

.commonSideBtn--cart{
    position: fixed;
    top: 160px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #5e3e25;
}

.commonSideBtn--login{
    position: fixed;
    top: 240px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #5e3e25;
}

.commonSideBtn--img{
    width: 60%;
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
    .commonSideBtn--cart{top:inherit;bottom:0;right:0;width: 50%;}
    .commonSideBtn--login{top:inherit;bottom:0;right:50%;width: 50%;}
    .commonSideBtn--img{width: 24px;}
}


/*footer共通*/

.commonFooter__contact{
    background-color:#ffffff;
    background-image: url("../img/section__bg.png");
    background-size: contain;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 105px;
}

.commonFooter__contact--backBrown{
    display: flex;
    justify-content: center;
    align-items: center;
	background-color:rgba(94, 62, 37, 0.8);
    width: 100vw;
    height: 100%;
}

.contactArea{
	display: flex;
	justify-content: space-around;
    line-height: 2em;
    font-size: 20px;
    width: 940px;
}

.contactArea__text--white{
    color: #ffffff;
}

.commonFooter__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
}

.copyright{
    padding: 8px;
}

.footerNav{
    display: flex;
    justify-content: flex-end;
    padding: 8px;
}

.footerNav__list{
    margin-right: 10px;
}

.footerNav__list:last-child{
    margin-right: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
    .contactArea{flex-direction: column;justify-content: center;font-size: 14px;width: 70%;}
    .commonFooter__nav{flex-direction: column;justify-content: center;margin-bottom: 50px;}
}