@charset "UTF-8";
/*
$regular	: 400;
$bold		: 700;
*/
h1 {
  max-width: 100%; }

.contentInner .textRed {
  color: #cc0101; }

a.btnStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer; }

.btnStyle {
  display: block;
  position: relative; }

.guideMenuWrap {
  position: relative; }

.guideMenuWrap div {
  position: relative;
  background: #fff;
  font-size: 38px;
  padding: 4% 5%;
  border-top: solid 2px #c8c8c8; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .guideMenuWrap div {
      font-size: 19px;
      border-top-width: 1px; } }

.guideMenuWrap .accordion_ttl:before,
.guideMenuWrap .accordion_ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  margin-right: -3em;
  background: #000;
  width: 35px;
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .guideMenuWrap .accordion_ttl:before,
    .guideMenuWrap .accordion_ttl:after {
      width: 17px;
      height: 2px; } }

.guideMenuWrap .accordion_ttl:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.guideMenuWrap .accordion_ttl.active:before {
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg); }

.guideMenuWrap .accordion_ttl.active:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.guideMenuWrap .accordion_list {
  display: none;
  width: 100%;
  z-index: 10;
  background: #fff; }

.guideMenuWrap .accordion_list li {
  border-top: solid 2px #c8c8c8; }

.guideMenuWrap .accordion_list li a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 38px;
  padding: 35px 60px;
  background-color: #f7f7f7; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .guideMenuWrap .accordion_list li a {
      font-size: 19px;
      padding: 17px 30px; } }

.guideInfoBlock {
  margin-top: 15%; }

.guideInfoBlock h2 {
  font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .guideInfoBlock h2 {
      font-size: 15px; } }

/*.guideInfoBlock .sectionInner {
    background: #fff;
}*/
.entyBtnWrap {
  display: flex;
  justify-content: center;}

.entyBtnWrap a {
	margin: 1em 0;}

.contentBlock .contentList > dt {
  color: #005b60;
  font-weight: bold; }

.contentBlock .dotList > li {
  padding-left: 1em;
  text-indent: -1em; }

.contentBlock .dotList > li:before {
  content: "● ";
  display: inline;
  color: #005b60; }

.contentBlock .arwLink:before {
  content: "> "; }

.contentBlock .processList li > dl > dt {
  font-weight: bold; }

.contentBlock .processList .dotList > li {
  padding-left: 1.8em;
  text-indent: -1.3em; }

.shopguide_list {
  width: 900px;
  margin: 40px auto 0; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .shopguide_list {
      width: 450px; } }

.shopguide_list_tite {
  font-size: 23px;
  border-bottom: 3px solid #e5e5e5;
  padding: 1.5% 1% 1.5%; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .shopguide_list_tite {
      font-size: 11px; } }

.shopguide_list_con {
  font-size: 18px;
  border-bottom: 2px solid #e5e5e5;
  padding: 1.5% 3% 1.5%;
  position: relative; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .shopguide_list_con {
      font-size: 9px; } }

.shopguide_list_link {
  text-decoration: none;
  color: #000;
  display: block; }

.shopguide_list_link::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .shopguide_list_link::before {
      right: 12px;
      width: 5px;
      height: 5px;
      margin: -2px 0 0 0; } }

.noteText_inquiry {
  display: block;
  text-align: right;
  margin-top: 7%; }

.welcome_img {
  width: 50%;
  margin: 0 auto; }

.sp_none {
  display: block; }

.pc_none {
  display: none; }

.guide_icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.guide_iconimg {
  width: 22%;
  margin: 0 30px;}

.telephone a {
  font-weight: bold;
  color: #000;
  text-decoration: none; }

.noteText_inquiry a {
  text-decoration: none; }

.guide_iconimg a img:hover {
  opacity: 0.6;
  transition-duration: 0.1s; }

#contentWrap div h1 {
  text-align: center;
  margin-bottom: 5%; }

.point_present {
  text-align: center;
  margin: 9% auto 4%;
  width: 100%;
  max-width: 420px; }

.point_present img {
  width: 100%; }

.h3_02_btm {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .h3_02_btm {
      margin-bottom: 15px; } }

/*新規会員登録*/
.kome {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em; }

.contentBlock h2 {
  font-size: 20px;
  background-color: #f2f2f2;
  padding: 1% 2% 1%;
  margin-bottom: 3%; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock h2 {
      font-size: 10px; } }

.contentBlock {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5%; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock {
      font-size: 7px;
      line-height: 12px; } }
.contentBlock a:not([class]) {
  text-decoration: underline !important;
}
.contentBlock a:not([class]):hover {
  text-decoration: none !important;
}

/*ご注文からお届けまでの日数*/
.contentBlock .leadText .localWrap {
  display: flex; }

.h2_02 {
  margin-top: 5% !important; }

/*お支払い*/
.shopguide_payment .paymentContentWrap {
  background: #fff !important; }

.shopguide_payment .secureList dt:before {
  content: "● " !important;
  color: #005b60 !important; }

.pay_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1% 0 3%; }

.pay_nav li {
  padding-right: 3%; }

.pay_nav li a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #000; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .pay_nav li a {
      font-size: 9px; } }

.pay_nav_last {
  margin-bottom: 4%; }

/*返品*/
h3 {
  border-bottom: solid 1px #a4a4a4;
  border-top: solid 1px #a4a4a4;
  padding: 1% 2%;
  font-weight: bold;
  font-size: 18px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    h3 {
      font-size: 9px; } }

h3.h3_02 {
  margin-top: 6%; }

.telNum {
  display: block;
  font-size: 36px;
  margin: 10px 0; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .telNum {
      font-size: 18px; } }

.telNum a {
  color: #000;
  text-decoration: none; }

/*ポイント*/
.point_bnr {
  width: 35%;
  margin: 3% 0 0 2%; }

.nav_btm {
  margin-bottom: 3% !important; }

.shopguide_delivery .localWrap {
  display: flex; }

/*.content02{
	margin-top: 8%;
    margin-bottom: 0;
}*/

.br{
    margin-top: 2.4%;
}
@media screen and (max-width: 750px) {
.br{
  margin-top: 9.5%;
}
}
/*********************************************
 
	         PC
 
*********************************************/
@media only screen and (min-width: 751px), print {
  /*h1.guidetite {
  	font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  	font-size: rem(3, $remMode);
  	letter-spacing: rem(0.4, $remMode); 
  	margin-bottom: 4%;
  	text-align: center;
  }*/
  /*.contentBlock {
  	margin-top: 70px;
  }*/
  /*#anchor02 , #anchor03 , #anchor04 , #anchor05 {
      padding-top: 40px!important;
      margin-top: -40px!important;
  }	*/
  .contentInner div {
    font-size: 14px;
    line-height: 24px; }

  .contentInner dl dt {
    font-size: 14px;
    line-height: 24px; }

  .contentInner dl dd {
    font-size: 14px;
    line-height: 24px; }

  .contentInner .leadText {
    margin: 3% 0 0 2%; }

  .contentInner .textBig {
    font-size: 20px;
    font-weight: bold; }

  .contentInner .textSmall {
    font-size: 12px; }

  /*.nmr_tite {
  	text-align: center;
  	margin: 6% auto 1.5%;
  	font-size: rem(1.9, $remMode);
  }*/
  /*.nmr_txt {
  	font-size: rem(1.5, $remMode);
  	padding-top: 0.8%;
  	display: inline-block;
  }*/
  .btnStyle {
    height: 70px;
    font-size: 18px;
    /*border-radius: 35px;*/
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    line-height: 24px; }

  .btnStyle.link {
    justify-content: flex-start;
    padding-left: 9%;
    width: 320px;
    color: #000;
    /*border: 1px solid #000;*/
    background: url(/cms/edelweiss/img/shopguide/arw_btn_black_new.png) no-repeat right 15px center #f7f7f7; }

  .btnStyle.link:not(:disabled):hover {
    color: #fff;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white_new.png) no-repeat right 15px center #ccc; }

  .btnStyle.link:disabled {
    cursor: default;
    border: none;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white_new.png) no-repeat right -15px center #CACACA; }

  .btnStyle.red {
    border-radius: 35px;
    font-size: 20px;
    width: 270px;
    height: 50px;
    color: #000;
    border: 1px solid #808080;
    background: url(/cms/edelweiss/img/common/arw_btn_black.png) no-repeat right 15px center #fff; }

  .btnStyle.red:not(:disabled):hover {
    color: #fff;
    border: 1px solid #005b60;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white_l_new.png) no-repeat right 15px center #005b60; }

  .btnStyle.red:disabled {
    cursor: default;
    border: none;
    background: url(/cms/edelweiss/img/common/arw_btn_black.png) no-repeat right 15px center #fff; }

  .guideMenuWrap {
    display: none !important; }

  .guideMenuWrap div {
    display: none; }

  .guideLinkWrap {
    margin-top: 5%; }

  .guideLinkWrap .guideLinkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .guideLinkWrap .guideLinkList li {
    margin-top: 20px; }

  .guideLinkWrap .guideLinkList li span {
    display: block;
    height: 70px;
    font-size: 15px;
    border-radius: 35px;
    width: 320px;
    color: #bcbcbc;
    border: none;
    background: #f3f3f3;
    text-align: center;
    line-height: 70px; }

  .guideLinkWrap .guideLinkList.top {
    display: none; }

  .guideInfoBlock .sectionInner {
    padding: 60px 50px 70px;
    border-top: solid 10px #005b60; }

  .guideInfoBlock .noteText {
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 400px; }

  .s {
    display: none; }

  .contentBlock .contentList {
    margin: 3% 0 0 2%; }

  .contentBlock .contentList:first-child {
    margin: 3% 0 0 2%; }

  .contentBlock .contentList > dt {
    font-size: 18px; }

  .contentBlock .contentList > dd {
    padding-top: 10px;
    width: 850px; }

  .contentBlock .contentList > dd p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px; }

  .contentBlock .contentList > dd p:first-child {
    margin-top: 0px; }

  .contentBlock .indentList {
    font-size: 14px;
    line-height: 24px; }

  .contentBlock .dotList {
    font-size: 14px;
    line-height: 24px; }

  .contentBlock .btnWrap {
    margin-top: 30px; }

  .contentBlock .lh18 {
    line-height: 18px; }

  .contentBlock .processList li > dl {
    margin-top: 30px; }

  .contentBlock .processList li > dl > dt {
    font-size: 20px; }

  .contentBlock .processList li > dl > dd {
    padding-left: 25px;
    padding-top: 10px; }

  .contentBlock .processList li > dl > dd.narrowPad {
    padding-left: 20px; }

  #contentWrap {
    margin: 0 auto !important; }

  #contentWrap div h1 .en {
    font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
    font-size: 45px;
    letter-spacing: 4px; }

  #contentWrap div h1 .jp {
    margin-top: 10px;
    font-size: 16px; }

  .shopguide_list_btn_wrap {
    position: relative; }

  .contentBlock .leadText .localWrap {
    width: 850px;
    border-left: solid 1px #a4a4a4; }

  .contentBlock .leadText .localWrap dl {
    width: 33%;
    text-align: center;
    font-size: 16px;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  .contentBlock .leadText .localWrap dl dt {
    background: #c8c8c8; 
    line-height: 2rem;
    text-align: left;
    padding: 6%;
    align-items: center;
    display: flex;
    }

  .contentBlock .leadText .localWrap dl dd {
    background: #fff; 
    line-height: 1.2rem;
    padding: 9%;
    }

  .contentBlock .leadText .localWrap dl > * {
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #a4a4a4; }

  /*お支払い*/
  .shopguide_payment .imgWrap {
    margin-top: 10px !important; }

  .shopguide_payment .indentList {
    margin-top: 10px !important;
    line-height: 20px !important; }

  .shopguide_payment .paymentContentWrap {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 10px !important;
    border-top: solid 1px #a4a4a4 !important;
    border-right: solid 1px #a4a4a4 !important;
    border-bottom: solid 1px #a4a4a4 !important; }

  .shopguide_payment .paymentContentWrap * {
    text-align: center !important; }

  .shopguide_payment .paymentContentWrap > ul li {
    float: left !important;
    border-left: solid 1px #a4a4a4 !important;
    width: 133px !important; }

  .shopguide_payment .paymentContentWrap > ul li:first-child {
    width: 180px !important;
    height: 75px !important; }

  .shopguide_payment .paymentContentWrap .paymentWrap {
    display: table !important; }

  .shopguide_payment .paymentContentWrap .paymentWrap .paymentHead {
    display: table-cell !important;
    background: #c8c8c8 !important;
    width: 180px !important;
    height: 68px !important;
    vertical-align: middle !important;
    border-left: solid 1px #a4a4a4 !important;
    border-top: solid 1px #a4a4a4 !important; }

@media only screen and (min-width: 751px), print {
    .shopguide_payment .creditEdit .accordionTrigger {
        position: relative !important;
        background: #005b60 !important;
        font-size: 22px !important;
        font-weight: bold !important;
        color: #fff !important;
        text-align: center !important;
        line-height: 70px !important;
        cursor: pointer !important;
    }
}    

@media only screen and (min-width: 751px), print {
    .shopguide_payment .creditEdit .accordionTrigger:before {
        content: "" !important;
        position: absolute !important;
        top: 30px !important;
        right: 30px !important;
        width: 27px !important;
        height: 15px !important;
        background: url(/cms/edelweiss/img/shopguide/arw_btn_white.png) !important;
        -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
        transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    }
}
    
@media only screen and (min-width: 751px), print {
    .shopguide_payment .creditEdit .accordionTrigger.active:before {
        -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
}    
    
    
  .shopguide_payment .paymentContentWrap .paymentWrap .paymentContent {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 536px;
    border-left: solid 1px #a4a4a4 !important;
    border-top: solid 1px #a4a4a4 !important; }

  .shopguide_payment .paymentContentWrap .paymentWrap .paymentContent.wide {
    width: 669px !important; }

  .shopguide_payment .paymentContentWrap .paymentWrap .paymentContent.w130 {
    width: 133px !important; }

  .shopguide_payment .creditEdit {
    margin-top: 40px !important;
    width: 850px !important; }

  .shopguide_payment .creditEdit .accordion_ttl {
    position: relative !important;
    background: #005b60 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 70px !important;
    cursor: pointer !important; }

  .shopguide_payment .creditEdit .accordion_ttl:before {
    content: "" !important;
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    width: 27px !important;
    height: 15px !important;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white.png) !important;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }

  .shopguide_payment .creditEdit .accordion_ttl.active:before {
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; }

  .shopguide_payment .creditEdit .accordion {
    display: none;
    background: #fff;
    padding: 30px 30px; }

  .shopguide_payment .creditEdit .accordion dd {
    width: 100% !important; }

  .shopguide_payment .creditEdit .accordion .contentList {
    margin-top: 30px !important; }

  .shopguide_payment .creditEdit .methodList dl {
    margin-top: 20px !important; }

  .shopguide_payment .creditEdit .methodList dl dt {
    display: inline-block !important;
    font-size: 14px !important;
    padding: 5px 20px !important;
    background: #005b60 !important;
    color: #fff !important;
    border-radius: 8px !important; }

  .shopguide_payment .creditEdit .methodList dl dd {
    padding: 5px 0 !important; }

  .shopguide_payment .secureList {
    margin-top: 30px !important; }

  .shopguide_payment .secureList dd {
    padding-left: 1.3em !important; }

  .shopguide_payment .secureSampleList {
    margin-top: 30px !important; }

  .shopguide_payment .secureSampleList ul {
    display: table !important; }

  .shopguide_payment .secureSampleList ul li {
    display: table-cell !important;
    padding-right: 20px !important;
    font-size: 12px !important; }

  .shopguide_payment .secureSampleList ul li .imgWrap {
    margin-top: 5px !important; }

  .shopguide_delivery .localWrap {
    width: 850px;
    border-left: solid 1px #a4a4a4; }

  .shopguide_delivery .localWrap dl {
    width: 33%;
    text-align: center;
    font-size: 16px;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  .shopguide_delivery .localWrap dl dt {
    background: #c8c8c8; }

  .shopguide_delivery .localWrap dl dd {
    background: #fff; }

  .shopguide_delivery .localWrap dl > * {
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #a4a4a4; }

  .shopguide_delivery .timeList {
    width: 850px;
    display: flex;
    margin-top: 5px;
    text-align: center;
    background: #fff;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  .shopguide_delivery .timeList li {
    width: 20%;
    line-height: 70px;
    font-size: 16px;
    border-top: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4; }

  .shopguide_delivery .indentList {
    line-height: 20px; }

  .noteText_inquiry_pc {
    text-align: left !important;
    margin-top: 2% !important; }

  .entypage_btn {
    margin-bottom: 10% !important; } }
/*********************************************
 
	         SP
 
*********************************************/
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #sideNav {
    display: none; }

  /*h1.guidetite {
  	font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  	font-size: rem(4, $remMode);
  	letter-spacing: rem(0.2, $remMode);
  	margin: 8% auto 5%;
  	text-align: center;
  }*/
  .contentBlock .contentInner {
    padding: 0 25px; }

  .contentBlock .shopguide_payment .contentInner {
    padding: 0 25px; }

  .contentInner div {
    font-size: 16px;
    line-height: 30px; }

  .contentInner dl dt {
    font-size: 16px;
    line-height: 30px; }

  .contentInner dl dd {
    font-size: 16px;
    line-height: 30px; }

  .contentInner .leadText {
    margin-top: 6%; }

  .contentInner .textBig {
    font-size: 20px;
    font-weight: bold; }

  .contentInner .textSmall {
    font-size: 16px !important; }

  .btnStyle {
    display: block;
    height: 60px;
    font-size: 20px;
    margin: auto;
    border-radius: 35px; }

  .btnStyle.red {
    width: 295px;
    color: #fff;
    margin: auto;
    border: none;
    white-space: nowrap;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white_l_new_sp.png) no-repeat right 15px center #005b60; }

  .btnStyle.red:disabled {
    cursor: default;
    border: none;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white_l_new_sp.png) no-repeat right -15px center #CACACA; }

  .spmt60 {
    margin-top: 30px; }

  /*.nmr_tite {
  	text-align: center;
  	margin: 6% auto 3%;
  	font-size: rem(2.6, $remMode);
  	line-height: rem(3, $remMode);
  }*/
  /*.nmr_txt {
  	padding-top: 1.2%;
  	display: inline-block;
  }*/
  .guideLinkWrap {
    margin-top: 0px; }

  .guideLinkWrap .guideLinkList {
    border-top: solid 1px #c8c8c8; }

  .guideLinkWrap .guideLinkList li {
    margin-top: 30px; }

  .guideLinkWrap .guideLinkList li span {
    display: block;
    height: 70px;
    font-size: 20px;
    border-radius: 35px;
    width: 325px;
    color: #bcbcbc;
    border: none;
    background: #fff;
    text-align: center;
    line-height: 70px;
    margin: auto; }

  .guideInfoBlock {
    margin: 0 25px 0; }

  .guideInfoBlock h2 {
    font-size: 30px; }

  .guideInfoBlock .sectionInner {
    padding: 15px 17px 35px; }

  .guideInfoBlock .noteText {
    font-size: 16px;
    line-height: 30px;
    text-align: center; }

  .signupbtn {
    margin: 10% 0 15%; }

  .qabtn {
    margin: 15% 0 10%; }

  .l {
    display: none; }

  .contentBlock .contentList {
    margin-top: 40px; }

  .contentBlock .contentList:first-child {
    margin-top: 40px; }

  .contentBlock .contentList > dt {
    font-size: 20px; }

  .contentBlock .contentList > dd {
    padding-top: 10px; }

  .contentBlock .contentList > dd p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px; }

  .contentBlock .contentList > dd p:first-child {
    margin-top: 0px; }

  .contentBlock .indentList {
    font-size: 16px;
    line-height: 30px; }

  .contentBlock .dotList {
    font-size: 16px;
    line-height: 30px; }

  .contentBlock .dotList > li {
    padding-left: 1.5em;
    text-indent: -1.3em; }

  .contentBlock .btnWrap {
    margin-top: 40px; }

  .contentBlock .btnWrap + .contentList {
    margin-top: 60px; }

  .contentBlock .processList li > dl {
    margin-top: 25px; }

  .contentBlock .processList li > dl > dt {
    font-size: 20px;
    padding: 15px 22px;
    border-top: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  /*.contentBlock .processList li>dl>dd {
  	padding: 50px 45px 0;
  }*/
  .contentBlock .processList .dotList > li {
    padding-left: 1em; }

  .sp_none {
    display: none; }

  .pc_none {
    display: block; }

  .accordionTriggerborder-bottom {
    border-bottom: solid 1px #c8c8c8; }

  .welcome_img {
    width: 100%; }

  .guide_iconimg {
    width: calc(48% - 20px);
    margin: 0 10px 5%; }

  .guide_icon {
    padding: 0 7%;
    margin: 5% 0 10%; }

  #breadcrumb {
    display: none; }

  .accordion_list li {
    position: relative; }

  .accordion_list li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: 12px;
    height: 12px;
    margin: -2px 0 0 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .guide_iconimg a img {
    width: 100%; }

  #contentWrap div h1 {
    margin: 8% auto 6%; }

  #contentWrap div h1 .en {
    font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    display: inline-block; }

  #contentWrap div h1 .jp {
    margin-top: 5px;
    font-size: 16px; }

  .point_present {
    margin: 8% auto 0;
    max-width: 325px; }

  .guidemenu_btn a {
    display: block;
    color: #000;
    text-decoration: none; }

  /*.guidemenu_btn a::before {
    	display: block;
  	content: "";
  	position: absolute;
  	top: 40%;
  	right: 6%;
  	width: 25px;
  	height: 25px;
  	margin: -4px 0 0 0;
  	border-top: solid 2px #000;
  	border-right: solid 2px #000;
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  }*/
  .guideMenuWrap .accordionTrigger.active {
    font-weight: bold; }

  .guideMenu_list {
    border-bottom: solid 1px #c8c8c8; }

  .red_border {
    margin: 120px 0;
    border-top: solid 10px #005b60; }

  /*新規会員登録*/
  .contentBlock h2 {
    font-size: 20px;
    padding: 3% 6%;
    margin: 0 0 5%;
    line-height: 30px; }

  .entypage_btn {
    margin-bottom: 20% !important; }

  .lowerpage_bc {
    display: block !important;
    margin: 3% !important; }

  .lowerpage_bc ol li:nth-child(n + 2) {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 15px; }

  /*ご注文からお届けまでの日数*/
  .contentBlock .leadText .localWrap {
    flex-wrap: wrap;
    align-items: center;
    border-top: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4; }

  .contentBlock .leadText .localWrap dl {
    display: table;
    font-size: 16px;
    width: 100%;
    border-right: solid 1px #a4a4a4; }

  .contentBlock .leadText .localWrap dl > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    height: 70px; }

  .contentBlock .leadText .localWrap dl dt {
    width: 150px;
    padding: 10px;
    background: #c8c8c8;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  .contentBlock .leadText .localWrap dl dd {
    width: calc(100% - 150px);
    background: #fff;
    border-bottom: solid 1px #a4a4a4; }

  .h2_02 {
    margin-top: 10% !important; }

  .h3_02_btm {
    margin-bottom: 25px; }

  /*お支払い*/
  .shopguide_payment .contentBlock .contentList > dt {
    letter-spacing: -1px; }

  .shopguide_payment .contentBlock h2 {
    border-bottom: none; }

  .shopguide_payment .contentInner {
    padding: 0px; }

  .shopguide_payment .contentInner .spmt0 {
    margin-top: 0px !important; }

  .shopguide_payment .contentInner .spmt10 {
    margin-top: 5px !important; }

  .shopguide_payment .contentInner .spmt20 {
    margin-top: 10px !important; }

  .shopguide_payment .contentInner .spmt30 {
    margin-top: 15px !important; }

  .shopguide_payment .contentInner .spmt40 {
    margin-top: 20px !important; }

  .shopguide_payment .contentInner .spmt50 {
    margin-top: 25px !important; }

  .shopguide_payment .contentInner .contentList {
    margin-top: 20px !important; }

  .shopguide_payment ol.processList {
    margin-top: 0px; }

  .shopguide_payment .processList li > dl > dt {
    font-size: 19.5px; }

  .shopguide_payment .paymentContentWrap {
    display: flex;
    border-top: solid 1px #a4a4a4;
    border-right: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4; }

  .shopguide_payment .paymentContentWrap * {
    text-align: center; }

  .shopguide_payment .paymentContentWrap > ul li {
    border-bottom: solid 1px #a4a4a4; }

  .shopguide_payment .paymentContentWrap > ul li:first-child {
    /*width: 60px;*/
    height: 70px; }

  .shopguide_payment .paymentContentWrap .paymentWrap {
    border-left: solid 1px #a4a4a4;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 3); }

  .shopguide_payment .paymentContentWrap .paymentWrap .paymentHead {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #c8c8c8;
    display: flex;
    justify-content: center; }

  .shopguide_payment .paymentContentWrap .paymentWrap .paymentContent {
    width: 100%;
    min-height: 65px;
    line-height: 28px;
    border-bottom: solid 1px #a4a4a4; }

  .shopguide_payment .paymentContentWrap .paymentWrap .paymentContent.w130 {
    line-height: 65px; }

  .shopguide_payment .creditEdit {
    margin-top: 40px; }

  .shopguide_payment .creditEdit .accordionTrigger {
    position: relative;
    background: #005b60;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px; }

  .shopguide_payment .creditEdit .accordionTrigger:before {
    content: "";
    position: absolute;
    top: 45px;
    right: 20px;
    width: 40px;
    height: 15px;
    background: url(/cms/edelweiss/img/shopguide/arw_btn_white_sp.png);
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; 
    transform: translateY(-50%);
    }

  .shopguide_payment .creditEdit .accordionTrigger.active:before {
    -moz-transform: translateY(-50%) rotateX(180deg);
    -ms-transform: translateY(-50%) rotateX(180deg);
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
    }

  .shopguide_payment .creditEdit .accordion {
    background: #fff;
    padding: 20px 15px;
    display: none; }

  .shopguide_payment .creditEdit .accordion .contentList dt {
    font-size: 18px; }

  .shopguide_payment .creditEdit .methodList dt {
    display: inline-block;
    background: #005b60;
    color: #fff;
    font-weight: bold;
    font-size: 14px !important;
    padding: 0px 10px;
    border: none;
    border-radius: 5px; }

  .shopguide_payment .creditEdit .methodList dd {
    padding: 10px 0 0; }

  .shopguide_payment .secureList {
    margin-top: 20px; }

  .shopguide_payment .secureList dd {
    padding-left: 1.3em;
    font-size: 15.5px; }

  .shopguide_payment .secureSampleList {
    font-size: 15px;
    margin-top: 15px; }

  .shopguide_payment .secureSampleList dt {
    line-height: 20px; }

  .shopguide_payment .secureSampleList ul {
    display: table; }

  .shopguide_payment .secureSampleList ul li {
    display: table-cell;
    padding-right: 20px;
    font-size: 12px; }

  .pay_nav {
    justify-content: flex-start;
    margin: 0;
    margin: 1% 0; }

  .pay_nav li a {
    font-size: 12.5px; }

  .pay_nav li {
    padding-right: 5%; }

  .pay_nav_last {
    margin-bottom: 6%; }

  /*返金*/
  h3 {
    padding: 5% 5%;
    font-size: 20px;
    line-height: 26px; }

  h3.h3_02 {
    margin-top: 16%; }

  .telNum {
    font-size: 35px; }

  /*ポイント*/
  .point_bnr {
    width: 90%;
    margin: 9% auto 0; }

  .nav_btm {
    margin-bottom: 6% !important; }

  .shopguide_delivery .contentInner .leadText + ul {
    padding: 0px 25px; }

  .shopguide_delivery .localWrap {
    flex-wrap: wrap;
    align-items: center;
    border-top: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4; }

  .shopguide_delivery .localWrap dl {
    display: table;
    font-size: 16px;
    width: 100%;
    border-right: solid 1px #a4a4a4; }

  .shopguide_delivery .localWrap dl > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    height: 70px; }

  .shopguide_delivery .localWrap dl dt {
    width: 150px;
    background: #c8c8c8;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  .shopguide_delivery .localWrap dl dd {
    width: calc(100% - 150px);
    background: #fff;
    border-bottom: solid 1px #a4a4a4; }

  .shopguide_delivery .timeList {
    width: 175px;
    margin: 15px auto 25px;
    text-align: center;
    font-size: 16px;
    line-height: 130px;
    background: #fff;
    border-top: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4;
    border-right: solid 1px #a4a4a4; }

  .shopguide_delivery .timeList li {
    border-bottom: solid 1px #a4a4a4; }

  /*#anchor02 ,#anchor03, #anchor04 ,#anchor05{
      padding-top: 210px;
      margin-top: -210px;
  }*/ }

/*管理画面編集*/
[class*="forcms_block_addressid_main_"][data-edit="adjust_edit"] {
	height: 50px;
}