@charset "utf-8";

/* ==================================================================
	login.css
	
=================================================================== */

#mypage {
    padding-top: 20px;
}

#mypage > .container > .area {
    width: 800px;
}

#mypage .center{
    text-align: center;
    padding-bottom: 42px;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 60px;
}

#mypage .center h2{
    margin-bottom: 40px;
}

#mypage .center h3{
    margin-bottom: 35px;
}

#mypage .point{
    margin-bottom: 24px;
}

#mypage .textLink{
    text-align: center;
    margin: 20px 0 24px;
}

#mypage .textLink a{
    text-decoration: underline;
}

#mypage .textLink a:hover{
    color: #888;
}

#mypage .point dl{
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    overflow: hidden;
    width: 50%;
    margin: auto;
    display: table;
}

#mypage .point dl dt,
#mypage .point dl dd{
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#mypage .point dl dt{
    background: #666;
    color: #fff;
    padding: 18px;
    font-size: 87%;
}

#mypage .point dl dd{
    font-size: 143%;
    font-weight: bold;
}

#mypage .point dl dd span {
    position: relative;
    display: inline-block;
    padding-left: 26px;
}

#mypage .point dl dd span:before{
    content: "";
    background: url("../../images/mypage/point.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#mypage p.edit{
    text-align: center;
    font-size: 87%;
}

#mypage p.edit a{
    text-decoration: underline;
}

.accountMenu{
    margin-bottom: 35px;
}

.accountMenu ul.menuList{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.accountMenu ul.menuList li{
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 93%;
    font-weight: bold;
}

.accountMenu ul.menuList li dl dt{
    margin-bottom: 15px;
}

.form p.text{
    text-align: center;
    line-height: 2.5;
    font-size: 93%;
}

.form p.text a{
    text-decoration: underline;
    font-size: 116%;
    font-weight: 700;
}

#upsell{
    padding: 80px 0;
    background: #D2D2D2;
    text-align: center;
}

#upsell p{
    text-align:center; 
}

#mypage.index .buttonStyle a{
    width: 40%;
}


/* クーポン表示
-------------------------------------------- */
#mypage .cpArea{
    background-color: #EEEEEE;
    padding: 36px;
    margin-bottom: 40px;
}
#mypage .cpArea h4{
    font-size: 110%;
    margin-bottom: 12px;
}
#mypage .cpArea .buttonStyle a{
    font-size: 100%;
}
#mypage .cpArea .note{
    font-size: 75%;
}
#mypage .cpArea .eventLink{
    margin-bottom: 0;
    text-decoration: underline;
}
#mypage #coupon.popWindow{
    width: 920px;
}
#mypage #coupon.popWindow p{
    margin-bottom: 0;
}




/* delivery
-------------------------------------------- */

.delivery h2.heading {
    text-align: center;
    margin-bottom: 25px;
}

.delivery h2.heading span {
    font-size: 50%;
}

.delivery .text-center{
    margin-bottom: 25px;
}

.delivery .addarea{
    width: 832px;
    margin:  0 auto 50px;
}

.delivery .addarea .addressArea{
    background: #EEEEEE;
    border-radius: 8px;
    padding: 30px 45px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.delivery .addarea .addressArea p.delivery{
    font-weight: 700;
}

.delivery .addarea .addressArea .box .btn{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.delivery .addarea .addressArea .box .btn ul.edit{
    overflow: hidden;
}

.delivery .addarea .addressArea .box .btn ul.edit li{
    float: left;
    width: 52px;
}

.delivery .addarea .addressArea .box .btn ul.edit li:last-child{
    margin-left: 10px;
}

.delivery .addarea .addressArea .box .btn ul.edit li a{
    background: #666666;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 4px;
}

.delivery .buttonStyle.mb80{
    margin-bottom: 80px;
}

/* recommend
-------------------------------------------- */

.recommend .chapter{
    margin-bottom: 80px;
}

.recommend p.text-center{
    margin-top: 30px;
}

.recommend .itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommend .itemList li {
    width: calc(25% - 40px);
    margin-bottom: 75px;
}

.recommend .itemList li .tile{
    margin-bottom: 10px;
}

.recommend .itemList li .buttontyle button{
    background: #666666;
    padding: 5px 7px;
    border: none;
    border-radius: 5px;
    cursor:pointer;
}

.recommend .itemList li .buttontyle button:hover{
    background: #999;
}




@media only screen and
(max-width : 767px) {


    #mypage > .container > .area {
        width: auto;
    }

#mypage .point dl {
    width: 100%;
}

.accountMenu ul.menuList li {
    width: 50%;
}

#mypage.index .buttonStyle a {
    width: auto;
}

/* クーポン表示
-------------------------------------------- */
#mypage .cpArea{
    padding: 28px 20px;
    margin-bottom: 36px;
}
#mypage .cpArea h4{
    font-size: 100%;
    margin-bottom: 12px;
}
#mypage #coupon.popWindow{
    width: auto;
    padding: 16px;
}

/* delivery
-------------------------------------------- */
.delivery .addarea {
    width: auto;
}

.delivery .addarea .addressArea {
    padding: 25px;
}

.delivery .addarea .addressArea .box .textarea p{
    text-align: left;
}

.delivery .addarea .addressArea .box .btn {
    position: relative;
    right: initial;
    bottom: initial;
    float: right;
}

.recommend .itemList li{
    width: calc(50% - 5px);
    margin-bottom: 10px;
}






}

	
