@charset "UTF-8";
body,
html {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  width: 100%;
  padding: 0;
  letter-spacing: 0;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    min-width: 970px;
  }
}
body {
  display: table;
  table-layout: fixed;
}

#container.-open {
  overflow: hidden;
}

ol li,
ul li {
  list-style-type: none;
}

table {
  text-align: left;
  vertical-align: middle;
}
table th {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

noscript p {
  padding: 10px;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.ie8 .img {
  width: auto;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a {
  color: #333;
}

.m-header a, .m-main a  {
  color: #333;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
}
a:hover {
  opacity: .8;
}

@media screen and (max-device-width: 568px) {
  body {
    -webkit-text-size-adjust: none;
    /* iPhone5まで */
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

/********************
*
* header
*
********************/
@media screen and (max-width: 767px) {
  .m-header {
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }
  .is-app .m-header {
    top: 0;
  }
  .m-headerLogo {
    position: relative;
    z-index: 1;
    width: 290px;
    margin: 0 auto;
    padding: 15px 0 10px;
    height: 40px;
    top: -4px;
  }
  .m-headerLogo .m-headerLogo__daimaru {
    float: left;
    width: 114px;
  }
  .m-headerLogo .m-headerLogo__matsuzakaya {
    float: right;
    width: 93px;
  }
}
@media screen and (min-width: 768px) {
  .m-header {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .m-headerLogo {
    width: 970px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .m-headerLogo .m-headerLogo__daimaru {
    float: left;
    width: 228px;
  }
  .m-headerLogo .m-headerLogo__matsuzakaya {
    float: right;
    width: 130px;
  }
}
/*
* m-headerBottom
*
*/
@media screen and (max-width: 767px) {
  .m-headerBottom .inner {
    padding: 8px 15px 10px;
  }

  .m-header__ttl {
    float: left;
    width: 210px;
  }

  .m-headerNav {
    float: right;
  }

  .m-headerInfo {
    float: left;
    width: 91px;
  }

  .m-headerNav__btn {
    float: left;
    width: 31px;
    margin-left: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .m-headerBottom {
    padding: 15px 0;
    /* border-top: 1px solid  #DBD6E8; */
    position: relative;
  }
  .m-headerBottom .inner {
    width: 970px;
    margin: 0 auto;
  }

  .m-header__ttl {
    float: left;
    width: 187px;
  }

  .m-headerNav {
    float: right;
  }
}
/*
* m-headerNav
*
*/
@media screen and (max-width: 767px) {
  .m-headerNavUlWrapper {
    position: fixed;
    left: 0;
    top: 55px;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    display: none;
    height: 95%;
    overflow: scroll;
  }
  .is-app .m-headerNavUlWrapper {
    top: 0;
  }
  .m-headerNavUlWrapper.-open {
    display: block;
  }

  .m-headerNavUl {
    margin: 40px 15px 0;
    padding-bottom: 40px;
  }
  .m-headerNavUl li {
    padding: 15px 0 10px;
    border-top: 1px solid #CF9A1E;
    font-size: 13px;
  }
  .m-headerNavUl dd .-d {
    color: #006876;
    font-size: 15px;
    font-weight: bold;
  }
  .m-headerNavUl dd .-m {
    color: #003A8F;
    font-size: 15px;
    font-weight: bold;
  }
  .m-headerNavUl .-circle li + li {
    padding-left: 20px;
  }
  .m-headerNavUl .-plan li {
    width: 33.33%;
  }
  .m-headerNavUl .-jewelry li + li {
    padding-left: 10px;
  }
  .m-headerNavUl .-gift dd {
    border: none;
    padding-top: 0;
  }
  .m-headerNavUl .-gift li + li {
    padding-left: 20px;
  }
  .m-headerNavUl .-info li {
    width: 33.33%;
  }
  .m-headerNavUl .-shopping {
    border-bottom: 1px solid #CF9A1E;
  }
  .m-headerNavUl .-shopping dd {
    border: none;
    padding-top: 0;
  }
  .m-headerNavUl .-shopping li + li {
    padding-left: 20px;
  }

  .m-headerNavUl__ttl {
    display: inline-block;
    width: 265px;
  }

    .-hotel .m-headerNavUl__ttl {
    width: 320px;
  }

  .m-headerNav__closeBtn {
    display: inline-block;
    text-align: right;
    position: fixed;
    top: 64px;
    right: 17px;
  }
  .is-app .m-headerNav__closeBtn {
    top: 8px;
  }
  .m-headerNav__closeBtn img {
    width: 19px;
  }

  .m-headerNavChildUl li {
    border: 0;
    float: left;
    padding: 5px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .m-headerNavUl a:hover {
    text-decoration: underline;
  }
  .m-headerNavUl li {
    float: left;
    padding-left: 25px;
    position: relative;
  }
  .m-headerNavUl li a:hover {
    opacity: 1;
  }
  .m-headerNavUl li:hover dd {
    display: block;
  }
  .m-headerNavUl dd {
    display: none;
    position: absolute;
    padding-top: 22px;
    top: 51px;
  }
  .m-headerNavUl dd .-d {
    color: #006876;
    font-weight: bold;
  }
  .m-headerNavUl dd .-m {
    color: #003A8F;
    font-weight: bold;
  }
  .m-headerNavUl .m-headerNavUlInner {
    padding: 5px;
    background-color: #F0F4FB;
    border: 1px solid  #fff;
    height: 181px !important;
  }
  .m-headerNavUl .-circle dd,
  .m-headerNavUl .-jewelry dd,
  .m-headerNavUl .-gift dd {
    width: 623px;
  }
  .m-headerNavUl .-circle .m-headerNavUlDesc__ttl,
  .m-headerNavUl .-jewelry .m-headerNavUlDesc__ttl,
  .m-headerNavUl .-gift .m-headerNavUlDesc__ttl {
    margin-bottom: 30px;
  }
  .m-headerNavUl .-circle dd {
    left: -120px;
  }
  .m-headerNavUl .-jewelry dd {
    left: -243px;
  }
  .m-headerNavUl .-gift dd {
    right: 0;
  }

  .m-headerNavUl__ttl:hover {
    opacity: .8;
  }

  .m-headerNavUl__img {
    float: left;
  }

  .m-headerNavUlDesc {
    float: left;
    padding: 20px;
  }

  .m-headerNavUlDesc__ttl {
    margin-bottom: 20px;
  }
  .m-headerNavUlDesc__ttl + p {
    margin-top: -10px;
  }

  .m-headerNavChildUl + p {
    margin-top: 5px;
  }
  .m-headerNavChildUl li {
    padding: 0;
  }
  .m-headerNavChildUl li + li {
    padding-left: 20px;
  }

  .m-headerNavUlDesc__txt {
    width: 400px;
    font-size: 11px;
    margin-top: 10px !important;
  }
}
/*
* m-headerBg
*
*/
@media screen and (max-width: 767px) {
  .m-modalBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .m-modalBg.-open {
    display: block;
  }
  .m-modalBg.-open {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .m-main {
    padding-top: 38px;
  }
}
/********************
*
* .m-planCard
*
* 挙式・結納などのプラン部分
*
********************/
/*
* .m-plan__ttl
*
*/
@media screen and (max-width: 767px) {
  .m-plan__ttl {
    margin: 20px auto;
    color: #CF9A1E;
    font-size: 21px;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    border-bottom: 1px solid #CF9A1E;
    position: relative;
    padding-bottom: 20px;
  }
  .m-plan__ttl:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #CF9A1E;
  }

  .-pretty .m-plan__ttl {
    color: #F9929B;
    border-bottom: 1px solid #F9929B;
  }
  .-pretty .m-plan__ttl:after {
    border-bottom: 1px dotted #F9929B;
  }
}
@media screen and (min-width: 768px) {
  .m-plan__ttl {
    margin: 20px auto;
    border-bottom: 1px solid #CF9A1E;
    position: relative;
    margin-bottom: 60px;
    color: #CF9A1E;
    font-size: 21px;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    border-bottom: 1px solid #CF9A1E;
    position: relative;
    padding-bottom: 20px;
  }
  .m-plan__ttl:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #CF9A1E;
  }
  .m-plan__ttl:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #CF9A1E;
  }

  .-pretty .m-plan__ttl {
    border-bottom: 1px solid #F9929B;
    color: #F9929B;
    border-bottom: 1px solid #F9929B;
  }
  .-pretty .m-plan__ttl:after {
    border-bottom: 1px dotted #F9929B;
  }
  .-pretty .m-plan__ttl:after {
    border-bottom: 1px dotted #F9929B;
  }
}
/*
* .m-planCard
*
*/
@media screen and (max-width: 767px) {
  .m-planCard {
    width: 290px;
    margin: 20px auto;
  }
  .m-planCard + .m-planCard {
    border-top: 1px dotted #CF9A1E;
    padding-top: 10px;
  }
  .m-planCard.-included {
    border: 0;
    background-color: #F8F0DE;
    padding: 20px;
  }
  .m-planCard.-included + .m-planCard {
    border: 0;
  }

  .m-planCard__ttl {
    font-size: 16px;
    font-weight: bold;
    color: #CF9A1E;
    margin: 10px 0;
    text-indent: -26px;
    padding-left: 26px;
  }
  .m-planCard__ttl:before {
    content: '';
    display: inline-block;
    position: relative;
  }
  .m-planCard__ttl.-heart:before {
    background: url(../img/components/ico/ico_cont01.png) 0 0 no-repeat;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    top: 2px;
  }
  .m-planCard__ttl.-diamond:before {
    background: url(../img/components/ico/ico_cont02.png) 0 0 no-repeat;
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
    top: 3px;
  }
  .m-planCard__ttl.-check:before {
    background: url(../img/components/ico/ico_cont03.png) 0 0 no-repeat;
    background-size: 20px 17px;
    width: 20px;
    height: 17px;
    top: 3px;
    margin-right: 5px;
  }

  .m-planCard__txt.-lead {
    font-weight: bold;
    font-size: 15px;
  }
  .m-planCard__txt .-attention {
    font-size: 11px;
    font-weight: normal;
  }

  .m-planCardUl {
    font-size: 13px;
  }
  .m-planCardUl li {
    text-indent: -15px;
    padding-left: 15px;
    margin: 5px 0;
  }
  .m-planCardUl li:before {
    content: '●';
    display: inline;
    color: #CF9A1E;
    font-size: 10px;
    margin-right: 5px;
  }
  .m-planCardUl li .-attention {
    font-size: 11px;
  }
  .m-planCardUl + .m-planCard__txt.-attention {
    margin-top: 20px;
  }

  .-pretty .m-planCard + .m-planCard {
    border-top: 1px dotted #F9929B;
  }
  .-pretty .m-planCard.-included {
    border: 0;
    background-color: #FEEFF0;
    padding: 20px;
  }
  .-pretty .m-planCard.-included + .m-planCard {
    border: 0;
  }

  .-pretty .m-planCard__ttl {
    color: #F9929B;
  }
  .-pretty .m-planCard__ttl.-heart:before {
    background: url(../img/components/ico/ico_cont06.png) 0 0 no-repeat;
    background-size: 18px 16px;
  }
  .-pretty .m-planCard__ttl.-diamond:before {
    background: url(../img/components/ico/ico_cont07.png) 0 0 no-repeat;
    background-size: 20px 18px;
  }
  .-pretty .m-planCard__ttl.-check:before {
    background: url(../img/components/ico/ico_cont08.png) 0 0 no-repeat;
    background-size: 20px 17px;
  }

  .-pretty .m-planCardUl li:before {
    color: #F9929B;
  }
}
@media screen and (min-width: 768px) {
  .m-planCard {
    width: 825px;
    margin: 40px auto;
  }
  .m-planCard + .m-planCard {
    border-top: 1px dotted #CF9A1E;
    padding-top: 30px;
  }
  .m-planCard.-included {
    border: 0;
    background-color: #F8F0DE;
    padding: 20px 40px;
  }
  .m-planCard.-included .m-planCardUl {
    float: left;
    width: 50%;
    padding-right: 50px;
  }
  .m-planCard + .cont__txt {
    margin-top: -20px;
    margin-bottom: 60px;
    max-height: 9999px;
  }

  .m-planCard__ttl {
    font-size: 20px;
    font-weight: bold;
    color: #CF9A1E;
    margin: 10px 0;
  }
  .m-planCard__ttl:before {
    content: '';
    display: inline-block;
    position: relative;
  }
  .m-planCard__ttl.-heart:before {
    background: url(../img/components/ico/ico_cont01.png) 0 0 no-repeat;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    top: 2px;
  }
  .m-planCard__ttl.-diamond:before {
    background: url(../img/components/ico/ico_cont02.png) 0 0 no-repeat;
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
    top: 3px;
  }
  .m-planCard__ttl.-check:before {
    background: url(../img/components/ico/ico_cont03.png) 0 0 no-repeat;
    background-size: 20px 17px;
    width: 20px;
    height: 17px;
    top: 1px;
    margin-right: 5px;
  }

  .m-planCard__txt {
    margin-bottom: 15px;
    max-height: 9999px;
  }
  .m-planCard__txt.-lead {
    font-weight: bold;
    font-size: 16px;
  }
  .m-planCard__txt .-attention {
    font-size: 12px;
    font-weight: normal;
  }

  .m-planCardUlWrapper {
    margin: 20px 0;
  }

  .m-planCardUl {
    max-height: 9999px;
  }
  .m-planCardUl li {
    text-indent: -15px;
    padding-left: 15px;
    margin: 5px 0;
  }
  .m-planCardUl li:before {
    content: '●';
    display: inline;
    color: #CF9A1E;
    font-size: 10px;
    margin-right: 5px;
  }
  .m-planCardUl li .-attention {
    font-size: 11px;
  }
  .m-planCardUl + .m-planCard__txt.-attention {
    margin-top: 20px;
  }

  .-pretty .m-planCard + .m-planCard {
    border-top: 1px dotted #F9929B;
  }
  .-pretty .m-planCard.-included {
    border: 0;
    background-color: #FEEFF0;
  }

  .-pretty .m-planCard__ttl {
    color: #F9929B;
  }
  .-pretty .m-planCard__ttl.-heart:before {
    background: url(../img/components/ico/ico_cont06.png) 0 0 no-repeat;
    background-size: 18px 16px;
  }
  .-pretty .m-planCard__ttl.-diamond:before {
    background: url(../img/components/ico/ico_cont07.png) 0 0 no-repeat;
    background-size: 20px 18px;
  }
  .-pretty .m-planCard__ttl.-check:before {
    background: url(../img/components/ico/ico_cont08.png) 0 0 no-repeat;
    background-size: 20px 17px;
  }

  .-pretty .m-planCardUl li:before {
    color: #F9929B;
  }
}
/********************
*
* m-inquiry
*
********************/
@media screen and (max-width: 767px) {
  .m-inquiry {
    background-color: #F3FAFD;
    padding: 20px 0;
    font-size: 14px;
  }

  .m-inquiry__ttl {
    margin: 10px 0 0;
    text-align: center;
    font-weight: bold;
  }

  .m-inquiryBlock {
    width: 290px;
    margin: 10px auto;
  }
  .m-inquiryBlock li {
    float: left;
    width: 100%;
  }
  .m-inquiryBlock li + li {
    float: right;
  }

  .m-inquiryBlock__txt {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
  }

  .m-inquiryBlock__tel {
    font-size: 18px;
    border: 1px solid  #8097E0;
    text-align: center;
    background-color: #fff;
    margin: 10px 0;
  }
  .m-inquiryBlock__tel a {
    color: #8097E0;
    display: block;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .m-inquiryBlockWrapper {
    width: 718px;
    margin: 0 auto;
  }
  .m-inquiryBlockWrapper .m-inquiryBlock {
    float: left;
    width: 354px;
  }
  .m-inquiryBlockWrapper .m-inquiryBlock + .m-inquiryBlock {
    float: right;
  }

  .m-inquiry {
    background-color: #F3FAFD;
    padding: 20px 0;
    font-size: 16px;
  }

  .m-inquiry__ttl {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
  }

  .m-inquiryBlock {
    width: 718px;
    margin: 10px auto;
  }

  .m-inquiryBlock__txt {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
  }
  .m-inquiryBlock__txt + .m-inquiryBlockWrapper {
    margin-top: -20px;
  }

  .m-inquiryBlock__tel {
    font-size: 18px;
    border: 1px solid  #8097E0;
    text-align: center;
    background-color: #fff;
    margin: 10px auto;
    width: 354px;
  }
  .m-inquiryBlock__tel a {
    color: #8097E0;
    cursor: default;
    display: block;
    padding: 10px 0;
  }
  .m-inquiryBlock__tel a:hover {
    opacity: 1;
  }
}
.fb_iframe_widget_lift {
  bottom: 0;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .m-footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .m-footer a {
    color: #333;
  }

  .m-footerNavi__copynote {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
  }
  .m-footerNavi__copynote a:link,
  .m-footerNavi__copynote a:visited,
  .m-footerNavi__copynote a:hover {
    color: #000;
  }

  .m-footerSns {
    width: 320px;
    margin: 0 auto;
  }
  .m-footerSns ul {
    margin: 0 auto;
    padding-right: 5px;
  }
  .m-footerSns ul li {
    float: left;
    width: 100px;
    height: 23px;
    margin-top: 10px;
    margin-left: 5px;
  }
  .m-footerSns ul li:nth-child(3) {
    overflow: hidden;
  }

  .m-footerCopyright {
    width: 290px;
    margin: 0 auto;
  }

  .m-footerStore {
    background-color: #fff6e6;
  }
  .m-footerStore li {
    float: left;
    width: 50%;
    list-style-type: none;
    border-top: none;
    border-top: #f1d6a4 1px solid;
    border-bottom: #f1d6a4 1px solid;
  }
  .m-footerStore li a {
    display: -webkit-box;
    display: -moz-box;
    display: block;
    overflow: hidden;
    height: 0 !important;
    padding: 32px 0 0 0;
    text-decoration: none;
  }
  .m-footerStore li:nth-child(1) {
    background: url(../img/bar_top_daimaru.jpg) no-repeat top center, url(../img/border_yellow.gif) no-repeat top right;
    background-size: 62px 32px,1px 32px;
  }
  .m-footerStore li:nth-child(2) {
    background: url(../img/bar_top_matsuzakaya.jpg) no-repeat top center;
    background-size: 72px 32px;
  }

  .ie8 ul.top .top-daimaru {
    background: url(../img/bar_top_daimaru_ie8.jpg) no-repeat top center;
    background-size: 62px 32px;
  }
  .ie8 ul.top .top-matsuzakaya {
    background: url(../img/bar_top_inquery.jpg) no-repeat top center;
    background-size: 79px 32px;
  }
}
@media screen and (min-width: 768px) {
  .m-footer {
    border-top: 1px solid #EFD3A7;
  }
  .m-footer .inner {
    width: 950px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
  }
  .m-footer a {
    color: #333;
  }

  .m-footerStore {
    width: 281px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
  }
  .m-footerStore li {
    float: left;
  }
  .m-footerStore li + li {
    float: right;
    border-left: 1px solid  #333;
    padding-left: 21px;
  }
  .m-footerStore a:hover {
    text-decoration: underline;
  }

  .m-footerNavi {
    margin-top: 10px;
  }

  .m-footerNavi__copynote {
    font-size: 11px;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: center;
  }
  .m-footerNavi__copynote a:hover {
    text-decoration: underline;
  }

  .m-footerCopyright {
    width: 326px;
    height: 10px;
  }

  .m-footerCopyright img {
    width: 326px;
    height: 10px;
  }

  .m-footerSns {
    position: absolute;
    right: 0;
    width: 600px;
  }
  .m-footerSns ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .m-footerSns ul li {
    float: left;
    width: 120px;
  }
  .m-footerSns ul i.gplus {
    width: 80px;
  }
  .m-footerSns ul li.line_none {
    display: none;
    width: 88px;
    margin-right: 32px;
  }

  .ie8 footer .m-footerCopyright img {
    width: 324px;
    height: 10px;
  }
}
/********************
*
* ページトップへ戻るボタン
*
********************/
@media screen and (max-width: 767px) {
  .m-btnPagetop {
    width: 34px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .m-btnPagetop.-visible {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .m-btnPagetop {
    width: 45px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .m-btnPagetop.-visible {
    opacity: 1;
  }
}

.Pagetop {
  background-color: #EFD3A7;
}
