@charset "utf-8";

@media print, screen and (min-width: 801px) {
  .visible_pc {
    display: block;
  }
  .visible_sp {
    display: none;
  }

  div#mainVisual {
    width: 100%;
  }

  div#mainVisual div.visual_container {
    width: 100%;
    height: 600px;
    background: transparent url(../img/key202105/key_pc.png) no-repeat center
      center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div#mainVisual div.visual_container.edit0510 {
    width: 100%;
    height: 600px;
    background: transparent url(../img/key202105/key_pc_0510.png) no-repeat
      center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div#mainVisual div.visual_container.edit0512 {
    width: 100%;
    height: 600px;
    background: transparent url(../img/key202105/key_pc_0512.png) no-repeat
      center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div#mainVisual div.visual_container div.visual_wrapp {
    width: 80%;
    max-width: 1100px;
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  div#mainVisual div.visual_container div.visual_wrapp figure.read {
    width: 560px;
    position: absolute;
    top: 50px;
    left: -10px;
  }

  div#mainVisual div.visual_container div.visual_wrapp figure.read img {
    width: 100%;
  }

  div#mainVisual div.visual_container div.visual_wrapp figure.icon {
    width: 180px;
    position: absolute;
    bottom: 30px;
    right: -30px;
  }

  div#mainVisual div.visual_container div.visual_wrapp figure.icon img {
    width: 100%;
  }

  .top-banners02 li {
    width: 45.6%;
  }

  div#snsList {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }

  div#snsList ul {
    width: auto;

    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  div#snsList ul li {
    width: 30%;
  }

  div#snsList ul li img {
    width: 100%;
    /*box-shadow: 0 0 4px rgba(67, 53, 31, 0.50);*/
  }

  div#snsList ul.two {
    width: 904px;
    margin: 0 auto;

    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  div#snsList ul li {
    width: 49%;
  }

  div#snsList ul li img {
    width: 100%;
    /*box-shadow: 0 0 4px rgba(67, 53, 31, 0.50);*/
  }

  #sp_fix_bt {
    display: none !important;
  }

  .privilegeFlex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .privilegeFlex figure {
    width: 31%;
    margin-bottom: 14px;
  }
  .privilegeFlex figure img {
    width: 100%;
  }
  .privilegeFlex .textBox {
    width: 65%;
  }
  h4.privilege {
    font-weight: bold;
  }

  .row.btm4 {
    margin-bottom: 2em;
  }
  .contactBox {
    margin-bottom: 4em;
    background-color: #fff;
    border: solid 2px #f4e1ba;
    padding-top: 1em;
  }
  .contactBox .telImg {
    text-align: center;
    margin-bottom: 1em;
    color: #7d644a;
  }
  .contactBox .telImg a {
    font-size: 1.8em;
    color: #a48a4f;
    text-align: center;
    padding-left: 0.5em;
  }
  .contactBox .btnBox {
    display: flex;
    justify-content: center;
    padding-bottom: 0.6em;
  }
  .contactBox .btnBox a {
    display: block;
    margin: 0 1em;
    width: 200px;
  }
  .contactBox p {
    text-align: center;
    margin-bottom: 1em;
  }
  .contactBox p span {
    display: inline-block;
  }
  .contactBox p .txtsp {
    display: none;
  }
  .flowContents {
    display: flex;
    justify-content: space-between;
  }

  .flowImage {
    width: 40%;
    margin-right: 3%;
    margin-bottom: 1.5em;
  }
  .txtArea {
    width: 57%;
  }
  .creditSpace {
    text-align: left;
    line-height: 1.7;
    font-size: 1.07em;
    padding-bottom: 4em;
  }
  .creditSpace img {
    width: auto;
    height: 2.8em;
    padding-top: 0.6em;
  }

  .careFlow p {
    font-size: 1.1em;
    margin-bottom: 1em !important;
  }
  .careFlow p.remark {
    font-size: 1.02em;
  }
} /* close pc */
h4.privilege {
  font-weight: bold;
}
.reserveInfo {
  margin-top: 3em;
  border-top: dashed 1px #594b2a;
  padding: 1.5em 0;
  border-bottom: dashed 1px #594b2a;
}
.reserveInfo h4.info {
  margin-bottom: 0.3em;
}
.reserveInfo p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
}

@media print, screen and (max-width: 800px) {
  .visible_sp {
    display: block;
  }
  .visible_pc {
    display: none;
  }

  div#mainVisual {
    width: auto;
  }

  div#mainVisual div.visual_container {
    width: auto;
    padding: 60px 0 0 0;
  }

  div#mainVisual div.visual_container figure.key {
    width: 100%;
  }

  div#mainVisual div.visual_container figure.key img {
    width: 100%;
  }

  div#snsList {
    width: 88.2%;
    margin: 0 auto;
    padding: 5px 0 0 0;
  }

  div#snsList ul {
    width: auto;
  }

  div#snsList ul li {
    width: auto;
    padding: 0 0 10px 0;
  }

  div#snsList ul li:last-child {
    padding: 0;
  }

  div#snsList ul li img {
    width: 100%;
    /*box-shadow: 0 0 4px rgba(67, 53, 31, 0.50);*/
  }

  /*
  .privilegeFlex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .privilegeFlex figure {
    width: 31%;
    margin-bottom: 14px;
  }
  */
  .privilegeFlex p {
    font-size: 1.2em;
  }
  .privilegeFlex p.remark {
    font-size: 1em;
  }
  .privilegeFlex figure {
    padding-bottom: 20px;
  }
  .privilegeFlex figure img {
    width: 100%;
  }

  .contactBox {
    margin-bottom: 4em;
    background-color: #fff;
    border: solid 2px #f4e1ba;
    padding-top: 1.5em;
  }
  .contactBox .telImg {
    text-align: center;
    margin-bottom: 1em;
    color: #7d644a;
  }
  .contactBox .telImg a {
    font-size: 1.8em;
    color: #a48a4f;
    text-align: center;
    padding-left: 0.5em;
  }
  .contactBox .btnBox {
    display: flex;
    justify-content: center;
    padding-bottom: 0.6em;
  }
  .contactBox .btnBox a {
    display: block;
    margin: 0 0.5em;
    width: 150px;
  }
  .contactBox p {
    text-align: center;
  }
  .contactBox p span {
    display: inline-block;
  }
  .contactBox p .txtsp {
    display: block;
  }
  .flowImage {
    max-width: 300px;
    margin: 0 auto 1.5em;
  }
  .creditSpace {
    text-align: center;
    line-height: 1.7;
    font-size: 0.95em;
  }
  .creditSpace img {
    width: auto;
    height: 2.7em;
    padding-top: 0.6em;
  }
  /*
  .privilegeFlex .textBox {
    width: 65%;
  }
  */
  .careFlow.content h4 {
    font-size: 1.3em;
  }
  .careFlow.content p {
    font-size: 1.2em;
    margin-bottom: 1em !important;
  }

  .row.btm4 {
    margin-bottom: 4em;
  }
  .contactBox p {
    text-align: center;
    margin-bottom: 1em;
  }
  .contactBox p span {
    display: inline-block;
  }

  /*============================
sp_fix_bt
============================*/

  #sp_fix_bt {
    display: none;
  }

  #sp_fix_bt ul {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }

  #sp_fix_bt li {
    width: 25%;
    padding: 9px 0 5px 0;
  }

  #sp_fix_bt li:nth-of-type(1) {
    background-color: #bbab8b;
  }

  #sp_fix_bt li:nth-of-type(2) {
    background-color: #aca79c;
  }

  #sp_fix_bt li:nth-of-type(3) {
    background-color: #c9bfac;
  }

  #sp_fix_bt li:nth-of-type(4) {
    background-color: #b1a3c4;
  }

  #sp_fix_bt li:nth-of-type(1) figure {
    width: 35%;
    margin: 0 auto;
  }

  #sp_fix_bt li:nth-of-type(2) figure {
    width: 35%;
    margin: 0 auto;
  }

  #sp_fix_bt li:nth-of-type(3) figure {
    width: 35%;
    margin: 0 auto;
  }

  #sp_fix_bt li:nth-of-type(4) figure {
    width: 35%;
    margin: 0 auto;
  }

  #sp_fix_bt li p {
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }

  p.footer-copyright {
    padding-bottom: 80px;
  }
} /* close sp */

/* added 2026-08-17 menu/other/ product-details */

.product-details h6 {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/*
.column-product-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 40px;
}
.product-content {
  background: white;
  padding: 1em 1.5em;
  border: 1px solid #A58B4F;
}
.product-content p {
  margin-bottom: 0;
}
*/