@charset "UTF-8";
/* CSS Document 20230113_v001 */

/*-------
カラー指定*/

:root {
    --theme-color: #d4aea0;
    --bg-color: #faeee8;
    --main-text-color: #231F1C;
    --text-red-color: #e5816e;
    --news-bg-color: #e1928e;
    --redbutton-bg-color: #5a4a43;
    --menu-bg-color: #fef7f4;
    --pickup-bg-color: #f7f3f1;
    --director-bg-color: #fef9f8;
    --instalive-bg-color: #faefeb;
    --instalive-line-color: #908586;
    --footer-bg-color: #faeee8;
    --black-line-color: #000000;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

.nav_hamburger .fs-pt-menu a{
  text-align: center;
  display: block;
}
.nav_hamburger .fs-body-my-top .fs-p-accountInfo {
  margin-bottom: 8px !important;
}
.left_nav_ttl{
  background-color: #f1f0ee;
  padding: 20px;
  font-size: 14px;
}
.left_nav_sns{
  padding-top: 25px;
  /*width: 30px;*/
}
.left_nav_sns img{
  margin-right:10px;
  width: 30px;
  vertical-align: middle;
}
#navArea{
  position: relative;
  z-index: 1000;
}
/*============
nav_hamburger
=============*/
.nav_hamburger {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open .nav_hamburger {
  left: 0;
}
.nav_hamburger .inner {
  padding: 0 25px 25px 25px;
}
.nav_hamburger .inner .nav_hamburger_underbtn ul,
.nav_hamburger .inner .s_07 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_hamburger .inner .nav_hamburger_underbtn ul li,
.nav_hamburger .inner .s_07 ul li{
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.nav_hamburger .inner .nav_hamburger_underbtn ul li a,
.nav_hamburger .inner .s_07 ul li a{
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em 0;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
}
.nav_hamburger .inner .nav_hamburger_underbtn ul li a:after,
.nav_hamburger .inner .s_07 ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .nav_hamburger {
    left: -85%;
    width: 85%;
  }
}
/*============
.toggle_btn
=============*/
  
.toggle_btn {
  display: block;
  position: absolute;
  top: -38px;
  left: 40px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #5a4a43;
  border-radius: 4px;
  transition: all .5s;
}
.open .toggle_btn {
  left: 430px;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
  width: 20px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  width: 30px;
}
@media screen and (max-width: 767px) {
  .toggle_btn {
    top: -38px;
    left: 20px;
  }
  .open .toggle_btn {
    left: 89%;
  }
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


/*====================================================================
.s_07 .accordion_one
====================================================================*/
.s_07{
  padding: 0;
}
.s_07 .accordion_one {
  padding-top: 10px;
}
.s_07 .accordion_one .accordion_header {
border-bottom: 1px solid #000;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    width: 80px;
    text-align: left;
    margin: 0 auto;
}
.s_07 .accordion_one .accordion_inner .accordion_inner a{
  padding-left: 2em;
}
.s_07 .accordion_one .accordion_one .accordion_header:first-child {
  background-color: #fff;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5%;
  right: 2%;
  width: 10px;
  height: 10px;
  border: 0px solid #000;
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 8px;
  top: 1px;
  left: 8px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before,
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}



/*検索ボックス*/

#search_box_flag{
  display: none;
}
#search_box_popup{
  opacity:0;
  z-index: 0;
  transition: 0.5s;
  display:none;
}
#search_box_flag:checked + #search_box_popup{
  display: block;
  width: 100vw;
  height: 100vh;
  background: #000000aa;
  position: fixed;
  top: 0;
  z-index: 999;
  opacity: 1;
}

.header__searchbox {
    display: none;
    width: 360px;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    padding: 17px;
    z-index: 101;
}

.header__searchbox.is--opened {
    display: block;
}

.header__searchbox__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-family: 'Amiri', sans-serif;
    letter-spacing: 0.15em;
    font-weight: normal;
    padding-bottom: 33px;
    ;
}

.header__searchbox__title figure {
    width: 15px;
    height: auto;
    margin-right: 8px;
}

.header__searchbox input[type="text"],
.header__searchbox input[type="number"],
.header__searchbox input[type="checkbox"],
.header__searchbox select,
.header__searchbox__submit__item button,
.header__searchbox__submit__item input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

.header__searchbox input[type="text"],
.header__searchbox select {
    border: #969696 1px solid;
    width: 100%;
    line-height: 2em;
    padding: 0 5px;
    font-size: 0.9em;
    height: 28px;
    background: #fff;
}

.header__searchbox__detail {
    display: flex;
    align-items: center;
    padding-top: 21px;
}

.header__searchbox__detail__title {
    width: calc(100% - 205px);
}

.header__searchbox__detail__input {
    width: 205px;
    display: flex;
}

.header__searchbox__input input[type="text"] {
    height: 44px;
    padding-right: 50px;
    /*background: url(../images/common/bg_search.svg) no-repeat calc(100% - 9px) center ;
    background-size: 25 28;*/
    font-size: 14px;
    background: #fff;
}

.header__serachbox__detail__deco {
    position: relative;
    width: 100%;
}

.header__searchbox .header__serachbox__detail__deco:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--black-line-color);
    border-right: 1px solid var(--black-line-color);
    right: 8px;
    top: 48%;
    transform: translateY(-50%) rotate(135deg);
}

.header__searchbox__detail[data-type="price"] span {
    padding: 0 2px;
    height: 28px;
    white-space: nowrap;
    min-width: 28px;
}

.header__searchbox__detail[data-type="price"] span:last-child {
    padding-right: 0;
}

.header__searchbox__detail[data-type="price"] span.header__searchbox__detail__yen {
    position: relative;
    bottom: -6px;
}

.header__searchbox__detail__input label {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.header__searchbox__detail__input label:last-child {
    padding-bottom: 0;
}

.header__searchbox__detail__input input[type="checkbox"] {
    border: #969696 1px solid;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #fff;
}

.header__searchbox__detail__input input[type="checkbox"]:checked {
    background-color: var(--redbutton-bg-color);
    border-color: var(--redbutton-bg-color);
}

.header__searchbox__detail[data-type="price"] .header__searchbox__detail__input {
    align-items: baseline;
}

.header__searchbox__detail[data-type="else"] .header__searchbox__detail__input,
.header__searchbox__detail[data-type="zaiko"] .header__searchbox__detail__input {
    flex-direction: column;
}

.header__searchbox__submit {
    padding-top: 48px;
    font-size: 0.9em;
}

.header__searchbox__submit__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__searchbox__submit__item button {
    background-color: var(--redbutton-bg-color);
    border: var(--redbutton-bg-color) 1px solid;
    color: #ffffff;
    width: 157px;
    height: 36px;
    background-image: url(../img/btn_search.svg);
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-position: 5px center;
    padding-left: 15px;
}


.header__searchbox__submit__item input[type="reset"] {
    border: #969696 1px solid;
    color: #969696;
    width: 157px;
    height: 36px;
}

.header__searchbox__closebtn {
    display: block;
    height: 15px;
    width: 15px;
    font-size: 0;
    position: absolute;
    top: 47px;
    right: 20px;
}
.header__searchbox__closebtn label{
  width: 30px;
  height: 30px;
  display: block;
  margin-top: -38px;
}
.header__searchbox__closebtn label:before,
.header__searchbox__closebtn label:after {
    content: "";
    height: 1px;
    width: 24px;
    background: var(--black-line-color);
    display: block;
    position: relative;
}

.header__searchbox__closebtn label:before {
    transform: rotate(45deg);
    top: 14px;
}

.header__searchbox__closebtn label:after {
    transform: rotate(-45deg);
    top: 13px;
}

@media (max-width: 768px) {
    .header__searchbox {
        width: calc(100vw / 770 * 717);
        padding: calc(100vw / 770 * 40) calc(100vw / 770 * 33);
        font-size: calc(100vw / 770 * 25);
    }
    .header__searchbox__title {
        font-size: calc(100vw / 770 * 23);
        padding-bottom: calc(100vw / 770 * 70);
    }
    .header__searchbox__title figure {
        width: calc(100vw / 770 * 30);
    }
    .header__searchbox__detail .header__searchbox input[type="text"],
    .header__searchbox__detail .header__searchbox select {
        font-size: calc(100vw / 770 * 25);
    }
    .header__searchbox__input input[type="text"] {
        height: calc(100vw / 770 * 88);
        padding-right: 5px;
        background-repeat: no-repeat;
        background-position: calc(100% - 100vw / 770 * 20) center;
        background-size: calc(100vw / 770 * 50) calc(100vw / 770 * 50);
        font-size: calc(100vw / 770 * 30);
    }
    .header__searchbox__detail .header__searchbox select,
    .header__searchbox__detail .header__searchbox input[type="text"] {
        height: calc(100vw / 770 *56);
    }
    .header__searchbox .header__serachbox__detail__deco select {
        padding-right: 5vw;
    }
    .header__searchbox .header__serachbox__detail__deco:after {
        content: "";
        display: block;
        position: absolute;
        width: 1.8vw;
        height: 1.8vw;
        right: 2.5vw;
    }
    .header__searchbox__detail {
        padding-top: calc(100vw / 770 * 44);
    }
    .header__searchbox__detail dt {
        font-size: 8px;
        width: 80px;
        white-space: nowrap;
        letter-spacing: 0.5px;
    }
    .header__searchbox__detail dd {
        width: calc(100vw / 770 * 407);
    }
    .header__searchbox__detail[data-type="price"] span {
        padding: 0 1vw;
    }
    .header__searchbox__detail[data-type="price"] span:last-child {
        padding-right: 0;
    }
    .header__searchbox__detail[data-type="price"] span.header__searchbox__detail__yen {
        position: relative;
        bottom: -1.5vw;
    }
    .header__searchbox__detail__input label {
        padding-bottom: calc(100vw / 770 * 22);
    }
    .header__searchbox__detail__input input[type="checkbox"] {
        width: calc(100vw / 770 * 30);
        height: calc(100vw / 770 * 30);
        margin-right: calc(100vw / 770 * 25);
    }
    .header__searchbox__submit__item button,
    .header__searchbox__submit__item input[type="reset"] {
        width: calc(100vw / 770 * 314);
        height: calc(100vw / 770 * 75);
        font-size: calc(100vw / 770 * 23);
    }
    .header__searchbox__submit__item button {
        background-size: calc(100vw / 770 * 27) calc(100vw / 770 * 24);
        background-position: calc(100vw / 770 * 20) center;
    }
    .header__searchbox__closebtn {
        width: calc(100vw / 770 * 40);
        height: calc(100vw / 770 * 40);
        top: calc(100vw / 770 * 20);
        right: calc(100vw / 770 * 20);
    }
    .header__searchbox__closebtn label:before,
    .header__searchbox__closebtn label:after {
        width: calc(100vw / 770 * 48);
    }
    .header__searchbox__closebtn label:before {
        top: calc(100vw / 770 * 14);
    }
    .header__searchbox__closebtn label:after {
        top: calc(100vw / 770 * -6);
    }
}



