﻿@charset "UTF-8";

@import "imports/reset.css";
@import "imports/base.css";
@import "imports/order.css";
@import "imports/user.css";
@import "imports/hack.css";
@import "imports/parts.css";
@import "imports/general_classes.css";
@import "imports/coordinate.css";
@import "imports/silveregg_recommend.css";
@import "imports/fs_style.css";
@import "imports/add.css";
@import "imports/add2.css";
@import "imports/add4.css";
@import "imports/banner_area.css";
@import "imports/cc_concept.css";
@import "imports/cc_concept_re.css";
@import "imports/common3n.css";
@import "imports/slick-theme.css";
@import "imports/slick.css";
@import "imports/my-style.css";

@font-face {
  font-family: 'TBGoStdDB';
  src: url("https://www.manyu-randoselu.jp/Contents/font/TBGoStdDB-Normal.otf") format("opentype");
}

@font-face {
  font-family: 'TBGoStdR';
  src: url("https://www.manyu-randoselu.jp/Contents/font/TBGoStdR-Normal.otf") format("opentype");
}

@font-face {
  font-family: 'TBGoStdL';
  src: url("https://www.manyu-randoselu.jp/Contents/font/TBGoStdL-Normal.otf") format("opentype");
}

*{
  
  min-width: 0;
  
  min-height: 0;
  
}

h1, h2, h3 {
    margin: 0;
}

.error_inline {
  color:#ff0000;
  padding: 1px !important;	/* for IE */
  display:block!important;
}
.tags {
  margin-bottom: 10px;
}
.tags > ul {
  display: flex;
  flex-wrap: wrap;
}
.tags > ul > li {
  display: inline-block;
  width: 16.4%;
  height: 35px;
  line-height: 35px !important;
  margin: -1px 0 0 -1px !important;
  background-color: #EFEFEF;
  border: 1px solid #333;
  overflow: hidden;
}
.tags > ul > li > a {
  display: block;
  text-align: center;
  font-size: 123.1%;
  font-family: Times,serif;
  text-decoration: none;
}
.tags > ul > li > a:hover {
  color: initial;
  background-color: #FFFFFF;
}
.tags > ul > li.active > a {
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.shopDetail {
  justify-content: space-between;
  display: flex;
}
.brandList .brandName {
  font-size: 1.3rem;
  color: #989898;
}
.realShopList {
  margin: 1rem 0 !important;
}
.shopDetail + .shopDetail {
  border-top: 1px solid #c0c0c0;
}
.realShopList a {
  width: 100%;
  position: relative;
  padding: 1rem !important;
  display: flex;
  justify-content: space-between;
}
.shopDetail .realShopName {
  width: 25%;
}
.shopDetail .realShopAddress {
  width: 70%;
  padding: 0 1rem;
}
.shopDetail .realShopAddress p {
  line-height:16px;
}
.shopDetail .arrowNext {
  width: 1rem;
}
.shopDetail .arrowNext:after {
  content: "";
  position: absolute;
  top: 40%;
  height: 10px;
  width: 10px;
  border-right: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  transform: rotate(-45deg);
}
.shopDetail .shopInformation,
.shopDetail .shopMap {
  margin: 1rem;
}
.shopInformation table {
  background-color: #fff !important;
}
.shopInformation .header p {
  min-height: 3rem;
}
.shopInformation .header p:first-child {
  font-size: 20px;
}
.shopInformation tr {
  display: block;
  padding: 1rem 0;
}
.shopInformation tr td:first-child {
  width: 120px;
  padding-right: 1rem;
  text-align: start;
}
.shopMapDetail {
  width:400px;
  height:450px;
  border:0;
}
.btnBack {
  display: flex;
  justify-content: flex-end;
  margin: 1rem;
}
.wrap > h2 {
  border: 1px solid #ccc;
  border-top: solid;
  padding: 1rem;
  font-size: 20px;
}

body {
  min-width: 1080px;
  max-width: 100%;
  width: 100%;
}
.wrapTop,.wrapBottom {
  width: 100%;
}
.p-2024-top {
  max-width: 100%;
}
.p-2024-top-slide.slick-slider {
  min-width: 100%;
  width: 0;
}
.schedule2023 {
  background: #ffffff;
}

#breadcrumb {
  padding: 0;
  margin-bottom: 0;
  padding-top: 26px;
}
#breadcrumb ul {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  font-size: 13px;
  line-height: 17px;
}
#breadcrumb ul li,#breadcrumb ul li a {
  font-size: 13px;
  line-height: 17px;
  color: #BBB1AC;
}
#breadcrumb ul li span {
  display: none;
}
#breadcrumb ul li:not(:last-of-type)::after {
  content: ">";
  margin: 0 5px;
}
#secondary {
  display: none;
}
#Contents {
  margin-bottom: 0;
}
.PageSection li, .PageSection ul, .PageSection label, .PageSection div, .PageSection table {
    font-size: calc(100vw / 640 * 24);
    line-height: calc(100vw / 640 * 50);
}
.PageSection #dvPasswordReminderInput {
    line-height: 2;
    padding-top: 28px;
}
.PageSection #dvLogin p {
    margin: 10px auto;
    text-align: center;
}
/*.PageSection #dvLogin .dvLoginRegist p {
    padding-bottom:60px;
    margin:0px;
}*/
.PageSection #dvLogin #ctl00_ContentPlaceHolder1_dvMessages{
    padding-bottom:50px;
}
.PageSection table {
    border: 1px solid #715F56;
    overflow: hidden;
    background-color: #fff;
    width: 900px;
    margin: 15px auto 55px;
    overflow: visible;
}
.PageSection table th {
    width: 28.3%;
    background-color: #F8F7F7;
    padding: 38px 0 43px 0;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.36364;
    font-family: "TBGoStdDB", serif;
}
.PageSection table td {
    padding: 38px 60px 12px 60px;
    vertical-align: top;
    width: 75.2%;
}
.PageSection table td input {
    border: solid 1px #BBB1AC;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #715F56;
    font-size: 15px;
    height: 33px;
    line-height: 19px;
    outline: medium none;
    padding: 7px 10px;
}
.PageSection table th span.necessary {
    margin-left: 7px;
    font-size: 25px;
    color: #EE5434;
}
.PageSection span.necessary {
    margin-left: 7px;
    font-size: 25px;
    color: #EE5434;
}
.PageSection .dvUserBtnBox .flexbtn {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.PageSection #dvLogin .dvLoginLogin ul {
    text-align: center;
    margin-top: 40px;
}
.PageSection #dvLogin .dvLoginLogin ul li {
    margin: 3px;
    margin-bottom: 40px;
}
.PageSection #dvLogin .dvLoginLogin input {
    -moz-appearance: none;
    border: solid 1px #BBB1AC;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #715F56;
    font-size: 15px;
    height: 33px;
    line-height: 19px;
    outline: medium none;
    padding: 7px 10px;
    margin-top: 7px;
}
.PageSection #dvLogin .dvLoginLogin input[type="checkbox"] {
    margin-top: 0;
}
.PageSection .btn, .PageSection .btn-org, .PageSection .btn-large, .PageSection .btn-org-blk, .PageSection .btn-success {
    padding: 9px 0;
    width: 377px;
    letter-spacing: 1px;
    font-family: "TBGoStdDB", serif;
    display: inline-block;
    background: #715F56;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #715F56;
    border: 1px solid #BBB1AC;
    border-radius: 6px;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
}
.PageSection .btn:hover, .PageSection .btn-org:hover, .PageSection .btn-large:hover, .PageSection .btn-org-blk:hover, .PageSection .btn-success:hover {
    background: #fff;
    color: #715F56;
    border: 1px solid #BBB1AC;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.PageSection .backbtn {
    background: #898989 !important;
    color: #fff !important;
    
}
.PageSection .backbtn:hover {
    color: #898989!important;
    background: #fff!important;
}

.PageSection h1 {
    font-family: 'TBゴシック M';
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #503A2F;
    text-align: center;
    background: #F8F7F7;
}
.PageSection h2 {
    font-family: 'TBゴシック M';
    font-weight: 400;
    color: #503A2F;
    position: relative;
}
.PageSection h3 {
    font-family: 'TBゴシック M';
    font-weight: 400;
    color: #503A2F;
    position: relative;
}
.PageSection h2::before {
    content: "";
    display: block;
    background: #715F56;
    position: absolute;
}

.PageSection #dvUserFltContents,
.PageSection #dvUserContents,
.PageSection #dvUserFltContents {
    width: calc(100vw / 640 * 600);
    margin: 0 auto;
}

.PageSection li, .PageSection ul, .PageSection label, .PageSection div, .PageSection table {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.PageSection p {
    font-size: 16px;
    line-height: 30px;
}
.PageSection h1{
    font-size: 34px;
    line-height: 46px;
    padding-top: 62px;
}
.PageSection h2 {
    font-size: 18px;
    line-height: 40px;
    padding-top: 55px;
    padding-bottom: 24px;
    padding-left: 21px;
}
.PageSection h3 {
    font-size: 18px;
    line-height: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.PageSection h2::before{
    width: 5px;
    height: 18px;
    top: 66px;
    left: 0;
}
.PageSection #dvUserFltContents,
.PageSection #dvUserContents,
.PageSection #dvUserContents {
    width: 980px;
    margin: 0 auto;
}
.PageSection #formBody {
    width: 900px;
    margin: 55px auto;
}
#dvUserBox2 .PageSection #dvUserFltContents,
#dvUserBox2 .PageSection #dvUserContents,
#dvUserBox2.PageSection #dvUserContents{
  width: 900px;
}
.PageSection #tableBody {
    border: 1px solid #715F56;
    overflow: hidden;
    background-color: #fff;
}
.PageSection #formBody #tableBody table {
    width: 100%;
    border: none;
    overflow: inherit;
    background-color: none;
    margin: inherit;
}
.PageSection #formBody #tableBody tr + tr {
    border-top: 1px dashed #D3C1C4;
}
.PageSection tr + tr {
    border-top: 1px dashed #D3C1C4;
}
.PageSection #formBody #tableBody th {
    width: 28.3%;
    background-color: #F8F7F7;
    padding: 38px 0 43px 0;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.36364;
    font-family: "TBGoStdDB", serif;
}
.PageSection #formBody #tableBody td {
    padding: 38px 60px 12px 60px;
    vertical-align: top;
    width: 75.2%;
}
.PageSection #formBody #tableBody .notd {
    padding: 0;
    width: inherit;
    padding-bottom: 12px;
}
.PageSection #formBody #tableBody .notd2 {
    padding: 0;
    padding-top: 12px;
    width: inherit;
}
.PageSection span.notes2 {
    font-size: 75%;
}
.PageSection .width159 {
    width: 159px;
}
.PageSection .width80 {
    width: 80%;
}
.PageSection .btn-mini {
    width: 150px;
    padding: 6px;
    /* margin-left: 15px; */
    font-size: 15px;
    text-decoration: none;
    margin-left: unset;
}

.PageSection ins {
    font-size: 15px;
    padding-left: 2px;
    padding-bottom: 15px;
    display: block;
}
.PageSection .ttl, .PageSection .ttlcart {
    display: flex;
    text-align: center;
    padding: 8px;
    background: #F8F7F7;
}
.PageSection .dvUserBtnBox ul:after {
    content: none;
}
@media only screen and (max-width: 980px) {
    .PageSection #dvUserContents {
        width: calc(100vw / 640 * 560);
        margin: 0 auto;
    }
    .PageSection .btn, .PageSection .btn-org, .PageSection .btn-large, .PageSection .btn-org-blk, .PageSection .btn-success {
        width: 250px;
        font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
    .PageSection .btn, .PageSection .btn-org, .PageSection .btn-large, .PageSection .btn-org-blk, .PageSection .btn-success {
        width: calc(100vw / 640 * 250);
        font-size: calc(100vw / 640 * 20);
    }
}
a.nolink {
    opacity: 0.5;
    pointer-events: none;
}
.PageSection #CartList .main dl {
    border: 1px solid #715F56;
    background: #fff;
}
.PageSection #CartList .main dt {
    background: #EFEBEA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #D3C1C4;
}
.PageSection #CartList .main dd {
    background: #ffffff;
    padding: 17px 15px 10px 15px;
    flex: 1;
}
.PageSection #dvUserContents input,.PageSection #dvUserContents select {
    border: solid 1px #BBB1AC;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #715F56;
    font-size: 15px;
    height: 33px;
    line-height: 19px;
    outline: medium none;
    padding: 7px 10px;
}
.PageSection .orderBox h3 {
    padding-top: 5px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.PageSection .dvUserBtnBox {
        padding-top: 30px;
}
input[type=checkbox] + label, input[type="radio"] + label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    padding-left: 15px;
    margin-right: 30px;
    line-height: 1.4;
}
.PageSection #dvUserContents .main .paymentbox dt {
    justify-content: flex-start;
    padding-left: 20px;
}
#ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl01_ddlCreditExpireYear {
    width: inherit;
}
.PageSection #dvUserContents .bottom dl div span.radioBtn {
    padding-left:15px;
}
.PageSection .dvUserBtnBox .nextbtn {
    background: #FF7777;
    color: #fff!important;
}
.PageSection .dvUserBtnBox .nextbtn:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.PageSection .orderBtr table th,
.PageSection .orderBtr table td,
.PageSection .dvOrderHistoryProduct table th,
.PageSection .dvOrderHistoryProduct table td,
.PageSection .dvFavoriteList table th,
.PageSection .dvFavoriteList table td,
.PageSection #dvFavoriteList table th,
.PageSection #dvFavoriteList table td,
.PageSection #dvUserShippingList table th,
.PageSection #dvUserShippingList table td,
.PageSection #dvUserCreditCardList table th,
.PageSection #dvUserCreditCardList table td{
  width: unset;
  padding: 1em;
  vertical-align: middle;
}
.CreditCardDetail ul{
    display:flex;
}
.PageSection table td.orderItemProductName,
.PageSection table td.productImage,
.PageSection table td.productPatternNum,
.PageSection table td.productName{
}
dl.orderSum,
dl.orderTotal{
  display: flex;
  align-items: flex-end;
  margin: 15px 37px 55px auto;
  width: 500px;
  background: #ffffff;
  border: 1px solid #715F56;
  flex-wrap: wrap;
}
dl.orderSum dt,
dl.orderTotal dt{
  background:#F8F7F7;
}
dl.orderSum dt,
dl.orderSum dd,
dl.orderTotal dt,
dl.orderTotal dd{
  width: 50%;
  padding: 20px;
}
dl.orderSum dd,
dl.orderTotal dd{
  text-align: right;
}

#dvUserMenu{
 background: #EFEBEA; 
 padding: 80px 0;
 margin-top: 40px;
}
#dvUserMenu ul{
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
#dvUserMenu ul li a{
  display: flex;
  background: #ffffff;
  width: 200px;
  height: 164px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  line-height: 22px;
  font-family: 'TBゴシック SL';
  text-align: center;
}
#dvUserMenu ul li a img{
  width: 80px;
  height: auto;
}
.LatestLogin{
  font-family: 'TBゴシック SL';
  text-align: center;
  letter-spacing: 0.32px;
}

.PageSection #dvLogin h2,
.PageSection .dvUserInfo h2,
.PageSection .dvLoginInfo h2,
.PageSection #dvFavoriteList h2{
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 41.6px;
  padding: 10px 0 50px;
}
.PageSection #dvLogin h2,
.PageSection #dvFavoriteList h2{
  text-align: center;
}
.PageSection .dvUserInfo h2,
.PageSection .dvLoginInfo h2{
  padding-bottom: 0;
}
.PageSection #dvLogin h2::before,
.PageSection .dvUserInfo h2::before,
.PageSection .dvLoginInfo h2::before,
.PageSection #dvFavoriteList h2::before{
  display: none;
}
.dvLoginReminder a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.dvLoginReminder a::before{
  content: "";
  border-top:1px #715F56 solid;
  border-right:1px #715F56 solid;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
}
.dvLoginRegist{
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
}
.dvLoginRegist::before{
  content: "";
  display: block;
  width: 100vw;
  background: #ffffff;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.PageSection #dvLogin .dvLoginRegist p,
.PageSection #dvLogin .dvLoginNone p{
  margin:0 auto;
}
.dvLoginRegist p + div .btn,
.dvLoginRegist p + div .btn-large,
.dvLoginNone p + div .btn{
  margin-top:60px ;
}



.banner{
    position: relative;
    margin-bottom: 50px;
}

.banner-container{
    position: absolute;
    top: 54%;
    width: 100%;
    text-align: center;
    padding-inline: 22%;
}

.banner-text{
    margin-bottom: 30px;
    font-family: 'TBGoStdR';
}

.banner-btn{
    width: 70%;
    margin: auto;
    background: #EFEBEA;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.banner-btn-text{
    padding-right: 10px;
    font-family: 'TBGoStdDB';
}

.banner input[type="checkbox"]{
    width: 1.8rem !important;
    height: 1.8rem !important; 
    appearance: none;
    -webkit-appearance: none;
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    font-size: 2rem !important;
    padding: 0.1rem !important;
    border: 0.2rem solid #C6C0BF !important;
    border-radius: 0.3rem !important;
    background-color: #FFFFFF !important;
}

.banner input[type="checkbox"]:checked{
    border: 0.2rem solid #FF7777 !important;
    background-color: #FF7777 !important;
}

.banner input[type="checkbox"]::before { 
    background-color: #FFFFFF !important;
}

.banner input[type="checkbox"]:checked::before {
  content: "";
  width: 1.4rem !important;
  height: 1.4rem !important;
  clip-path: polygon(10% 45%, 40% 70%, 90% 10%, 100% 20%, 40% 90%, 0% 50%) !important;
  background-color: #FFFFFF !important;
}









#dvUserContents{
  font-family: 'TBゴシック SL';
}
#dvPasswordReminderInput{
  text-align: center;
}
#dvUserBox2 #dvUserRegistRegulation .dvRegulation{
  background: #ffffff;
  border: 2px solid #EEE9E2;
  padding: 0 1em;
}
.favorite-addcart .btn,
.addCart .btn{
  background-color: #FF7777;
  border-color: #FF7777;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.favorite-addcart .btn::before,
.addCart .btn::before{
  content: "";
  background: url(../Contents/Feature/user/icon_addcart.svg) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  background-size: contain;
}
.favorite-addcart + .btn{
  margin-top: 1em;
}

#sortBox .title{
  display: none;
}
#sortBox ul.nav{
  float: unset;
  display: flex;
  width: 900px;
  margin: 30px auto;
}
#sortBox ul.nav li{
  width: 100%;
  text-align: center;
  background:unset;
}
#sortBox ul li a{
  padding: 1em;
  background:#ffffff;
  font-size: 100%;
  height: unset;
}
#sortBox ul li.active{
  background:#715F56;
  padding: 1em;
  font-size: 100%;
  height: unset;
}
#sortBox ul li a:hover{
  background:#715F56;
  counter-reset: #ffffff;
}

#pagination{
  margin: 2em auto;
}
.orderBtr table{
  margin: 0 auto;
}
.orderBtr table:not(:first-child){
  border-top: unset;
}
.orderBtr table:not(:last-child),
.dvOrderHistoryContain table{
  border-bottom: unset;
}
.orderItemProductName .plPrice{
  padding-top: 1em;

}

.dvHeaderModifyClumbsList{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px 0 80px;
}
.dvHeaderModifyClumbsItem{
  width: 76px;
  border-bottom: 1px solid #EEE9E2;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.dvHeaderModifyClumbsItem:not(:last-child)::after{
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #715F56;
  border-right: 1px solid #715F56;
  top: calc(50% - 9px);
  transform: rotate(45deg) translateY(-50%);
}
.dvHeaderModifyClumbsItem.current{
  border-bottom: 1px solid #A04444;
  color: #A04444;
}
#dvFavoriteList h4,
#dvUserShippingList h4{
  text-align: center;
}

.dvUserShippingListAdd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 40px;
}
.updatedelete{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#dvUserContents.order-decision h1,
#dvUserBox2 h1{
  margin-bottom: 50px;
}
.dvUserInfo{
  margin-top: 50px;
}
#dvUserBox2 .dvWithdrawInfo h2:first-child{
  padding-top: 0;
}
#dvUserBox2 .dvWithdrawInfo h2:first-child::before{
  top: 11px;
}