@charset "UTF-8";
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

#contents-wrap {
  background: url(/common/images/contents-wrap-bg.gif) left top repeat;
  padding-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#contents-wrap section {
  background: #fff;
}
#contents-wrap section.last {
  padding-bottom: 200px;
}
.page-top-btn {
  width: 960px;
  margin: 0 auto;
  padding-top: 10px;
}
.mv {
  text-align: center;
  position: relative;
}
.mv > img {
  max-width: 100%;
  min-width: 1000px;
  vertical-align: middle;
}
.mv h1 img {
  width: 100%;
}
.mv.interview img {
  margin-bottom: 0;
}
.section_ttl {
  text-align: center;
  margin: 0 0 90px;
  padding-top: 100px;
}
#committed .section_ttl {
  padding-top: 80px;
}
.section_ttl img {
  display: block;
  margin: 0 auto 20px auto;
}
.section_ttl span {
  background: #e3d5ce;
  display: inline-block;
  line-height: 1;
  padding: 3px 15px;
  font-size: 18px;
  letter-spacing: 0.26em;
  font-weight: normal;
  min-width: 247px;
  box-sizing: border-box;
}
.other_lang {
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
}
.other_lang a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 12px 32px 12px 20px;
  line-height: 1.2;
  font-size: 19px;
}
span.same_lang { font-size: 14px; }
span.arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/*committed*/
#committed .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#committed .kodawari {
  width: 48%;
  margin-bottom: 75px;
  display: flex;
  justify-content: space-between;
}
#committed .kodawari:nth-child(2n) {
  width: 50%;
}
#committed .kodawari:nth-child(3), #committed .kodawari:nth-child(4) {
  margin-bottom: 10px;
}
#committed .kodawari .photo {
  width: 171px;
  margin-right: 20px;
}
#committed .kodawari .text {
  position: relative;
  padding: 0 0 0 10px;
  width: 312px;
}
#committed .kodawari .text::before {
  content: '';
  height: calc(100% + 9px);
  width: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#committed .kodawari .text::after {
  content: '';
  height: 1px;
  width: calc(100% + 12px);
  background: #000;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
}
#committed .kodawari h3 {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  white-space: nowrap;
}
#committed .kodawari p {
  font-size: 13px;
  line-height: 19px;
}
/*voice*/
#voice .voice_img {
  max-width: 90%;
}
#voice .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
  text-align: center;
}
#voice .voice_box {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
}
#voice .voice_box:nth-child(2n) .baloon::after {
  transform: scale(-1, 1);
  width: 48px;
  height: 42px;
  bottom: -42px;
}
#voice .baloon {
  padding: 15px 10px;
  border: 1px solid #000;
  font-size: 13px;
  line-height: 21px;
  height: 221px;
  box-sizing: border-box;
  margin-bottom: 80px;
  position: relative;
}
#voice .baloon::after {
  content: '';
  display: block;
  width: 55px;
  height: 49px;
  background: url(../images/baloon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -49px;
  left: 35%;
}
/*flow*/
#flow .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
}
#flow .flow_box {
  width: 100%;
  height: 140px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  position: relative;
  margin-bottom: 30px;
}
#flow .flow_box:last-child {
  margin-bottom: 0;
}
#flow .flow_box:last-child .num img:last-child {
  opacity: 0;
}
#flow .flow_box:last-child::after {
  display: none;
}
#flow .flow_box::after {
  content: '';
  width: 10px;
  height: 20px;
  background: url(../images/flow_arrow.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: auto;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
}
#flow .num {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  border-bottom: 1px solid #e3d5ce;
}
#flow .num img {
  margin-right: 10px;
}
#flow .num img:nth-child(3) {
  display: none;
}
#flow p {
  width: 70%;
  font-size: 14px;
  letter-spacing: 0.003em;
  line-height: 1.7;
  margin-top: 6px;
  padding-right: 5px;
  box-sizing: border-box;
}
#flow p + img {
  max-width: 36.6%;
  position: absolute;
  top: 15px;
  right: 0;
}
/*item*/
#item .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#item .item_box {
  width: 48%;
}
#item .item_box:first-child, #item .item_box:nth-child(2) {
  margin-bottom: 60px;
}
#item .photo {
  margin-bottom: 40px;
}
#item h3 {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
#item h3 img {
  display: block;
  margin: 0 auto 10px auto;
  height: 35px;
  width: auto;
}
#item p {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}
/*brand*/
#brand .inner {
  max-width: 800px;
  min-width: 800px;
  margin: auto;
}
#brand .brand_box {
  margin-bottom: 60px;
}
#brand .brand_box:last-child {
  margin-bottom: 0;
}
#brand .brand_box h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 8px;
  line-height: 1;
  border-bottom: 1px solid #000;
  width: 100%;
}
#brand .brand_box h3 .en {
  font-size: 18px;
  letter-spacing: 0.08em;
  display: block;
}
#brand .brand_box h3 .ja {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
}
#brand .brand_box p {
  font-size: 14px;
  line-height: 1.7;
}
#brand .brand_box a {
  text-decoration: underline;
  color: #9d6161;
}
#brand .column3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#brand .column3 .brand_box {
  width: 31.7%;
}
/*staff*/
#staff .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#staff .staff_box {
  width: 23.7%;
}
#staff .photo {
  margin-bottom: 15px;
}
#staff .photo img {
  max-width: 100%;
}
#staff h3 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 0.1em;
  margin-bottom: 15px;
}
#staff p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#staff .back {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
}
/*qa*/
#qa .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
}
#qa dl {
  margin-bottom: 65px;
}
#qa dl:last-child {
  margin-bottom: 0;
}
#qa dl dt {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 15px;
}
#qa dl dt .q {
  margin-right: 25px;
}
#qa dl dd {
  display: flex;
}
#qa dl dd p {
  padding: 15px 0 0 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#qa dl dd .a {
  margin-right: 25px;
}
/*shop*/
#shop .map {
  text-align: center;
  margin-bottom: 30px;
}
#shop .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#shop .column {
  width: 48%;
}
#shop .column dl {
  margin-bottom: 15px;
}
#shop .column:nth-of-type(2) dl:last-of-type {
  margin-bottom: 0;
}
#shop .column dt {
  font-size: 15px;
  color: #fff;
  background: #000;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 21px;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
#shop .column dt::after {
  content: '';
  width: 9px;
  height: 5px;
  background: url(../images/icon_open.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 18px;
  right: 15px;
}
#shop .column dt span {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  margin-right: 8px;
  letter-spacing: 0;
}
#shop .column dt.open {
  background: #e2d4cd;
  color: #000;
}
#shop .column dt.open::after {
  background: url(../images/icon_close.png) no-repeat;
  background-size: 100%;
}
#shop .column dt.open span {
  background: #fff;
  color: #000;
}
#shop .column dd {
  padding: 15px 0 0 0;
  display: none;
}
#shop .column dd .photo {
  margin-bottom: 15px;
}
#shop .column dd .photo img {
  max-width: 100%;
}
#shop .column dd table th {
  padding: 0 0 5px 0;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#shop .column dd table th span {
  border-left: 2px solid #e3d5ce;
  padding: 3px 0 3px 5px;
  display: block;
  white-space: nowrap;
}
#shop .column dd table td {
  padding: 3px 0 3px 15px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#shop .column dd .btn_area {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}
#shop .column dd .btn_area .shop_btn {
  width: 211px;
  height: 41px;
  background: #c7ab7e;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 21px;
  position: relative;
}
#shop .column dd .btn_area .shop_btn::after {
  content: '';
  width: 9px;
  height: 5px;
  background: url(../images/icon_open.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 18px;
  right: 15px;
  transform: rotate(-90deg);
}
#shop .column dd .btn_area .tel_btn {
  width: 211px;
  height: 41px;
  background: #9d6161;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 21px;
  position: relative;
}
#shop .column dd .btn_area .tel_btn::after {
  content: '';
  width: 9px;
  height: 5px;
  background: url(../images/icon_open.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 18px;
  right: 15px;
  transform: rotate(-90deg);
}
#shop .column dd h3 {
  width: 124px;
  margin: 0 auto 30px auto;
  padding: 0 0 5px 0;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  border-bottom: 2px solid #e3d5ce;
  letter-spacing: 0.2em;
}
#shop .column dd .item_wrap {
  display: flex;
  flex-wrap: wrap;
}
#shop .column dd .item_wrap .item {
  width: 25%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 50px;
}
#shop .column dd .item_wrap .item img {
  display: block;
  margin: 0 auto 15px auto;
  width: 50%;
}
#shop .column dd .item_wrap .item small {
  font-size: 10px;
}
#shop .shop_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shop .shop_item_item {
  padding-right: 15px;
  margin-bottom: 37px;
}
#shop .shop_item_item:nth-of-type(4n) {
  padding-right: 0;
}
#shop .shop_item_item:last-of-type {
  margin-bottom: 0;
}
#shop .shop_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
#shop .shop_details_info {
  width: calc(100% - 180px)
}
#shop .shop_details_line {
  margin: 0 10px;
}
#shop .shop_details_line img {
  width: 160px;
}
#shop .map_bnr {
  text-align: center;
  margin-bottom: 40px
}
/*profile*/
#profile .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
}
#profile .box {
  max-width: 770px;
  margin: 0 auto;
  display: flex;
}
#profile .box .photo {
  min-width: 171px;
  margin-right: 20px;
}
#profile .box .text {
  width: 100%;
  position: relative;
  padding: 0 0 0 10px;
  font-weight: bold;
}
#profile .box .text::before {
  content: '';
  height: calc(100% + 9px);
  width: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#profile .box .text::after {
  content: '';
  height: 1px;
  width: calc(100% + 12px);
  background: #000;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
}
#profile .box h3 {
  font-size: 26px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin-top: 14px;
}
#profile .box .shop {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
#profile .box .class {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
/*interview*/
#interview .inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto;
}
#interview .box {
  padding-bottom: 60px;
}
#interview .box:last-child {
  padding-bottom: 0;
}
#interview .box.flex {
  display: flex;
  justify-content: space-between;
}
#interview .box.flex .text {
  width: 50%;
}
#interview .box.flex .photo {
  width: 48%;
}
#interview .box.message {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
#interview .box.message .text {
  width: 100%;
}
#interview .box.message .photo {
  min-width: 274px;
  margin-right: 15px;
}
#interview .box.message .photo img {
  max-width: 100%;
}
#interview .box a {
  color: #9d6161;
}
#interview h3 {
  font-size: 21px;
  line-height: 1.33;
  font-weight: bold;
  padding: 0 15px 12px 15px;
  border-bottom: 3px solid #e3d5ce;
  margin-bottom: 15px;
}
#interview p {
  font-size: 13px;
  line-height: 1.6;
  padding: 0 15px 0 15px;
}
/*202010add*/
#contents .section_ttl {
  margin: 0 0 60px;
  padding-top: 85px;
}
#contents ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
#contents li {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  max-width: 200px;
  height: 70px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-left: 1px solid #000;
  margin-bottom: 30px;
}
#contents li:nth-child(4n) {
  border-right: 1px solid #000;
}
#contents li:nth-child(n+5) {
  margin-bottom: 20px;
}
/*202111add*/
.bnr.bnr_box1 {
  padding-top: 40px;
}
.bnr.bnr_box2 {
  padding-top: 80px;
}
.bnr .bnr_inner {
  width: 800px;
  margin: auto;
}
.bnr .bnr_inner img {
  max-width: 800px;
}
.bnr a:hover {
  opacity: .7;
  transition-duration: .3s;
}

@media (max-width: 768px) {
  #contents-wrap section.last {
    padding-bottom: 100px;
  }
  .page-top-btn {
    width: auto;
    margin: 20px 10px 20px 0;
    padding: 0;
  }
  #contents-wrap {
    overflow: hidden;
  }
  section .inner {
    min-width: auto !important;
  }
  #contents-wrap {
    padding: 0;
  }
  .mv h1 {
    position: static;
  }
  .mv h1 img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .section_ttl {
    margin: 0 auto 30px auto;
    padding-top: 35px;
  }
  #committed .section_ttl {
    padding-top: 40px;
  }
  .section_ttl img {
    height: 16px;
    width: auto;
    margin-bottom: 10px;
  }
  .section_ttl span {
    font-size: 9px;
    min-width: 125px;
    padding: 2px 8px;
  }
  .other_lang {
    padding-top: 25px;
  }
  .other_lang a {
    padding: 10px 25px 10px 18px;
    font-size: 13px;
  }
  span.same_lang { font-size: 10px; }
  span.arrow {
    right: 8px;
  }
  /*committed*/
  #committed .inner {
    display: block;
    padding: 0 7.46%;
  }
  #committed .kodawari {
    width: 100%;
    margin-bottom: 38px;
    display: flex;
    justify-content: space-between;
  }
  #committed .kodawari:nth-child(2n) {
    width: 100%;
  }
  #committed .kodawari:nth-child(3) {
    margin-bottom: 38px;
  }
  #committed .kodawari:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  #committed .kodawari .photo {
    width: auto;
    width: 30%;
    margin-right: 0;
  }
  #committed .kodawari .photo img {
    width: 100%;
  }
  #committed .kodawari .text {
    width: 66%;
    position: relative;
    padding: 0 0 0 5px;
  }
  #committed .kodawari .text::before {
    content: '';
    height: calc(100% + 4px);
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #committed .kodawari .text::after {
    content: '';
    height: 1px;
    width: calc(100% + 6px);
    background: #000;
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
  }
  #committed .kodawari h3 {
    font-size: 8.5px;
    line-height: 16.66667px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    white-space: normal;
  }
  #committed .kodawari p {
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 10px;
  }
  /*voice*/
  #voice .inner {
    padding: 0 7.46%;
    display: block;
  }
  #voice .voice_box {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #voice .voice_box:nth-child(2n) .baloon::after {
    transform: scale(1);
    width: 34px;
    height: 31px;
    bottom: -31px;
  }
  #voice .baloon {
    padding: 15px 10px;
    border: 1px solid #000;
    font-size: 13px;
    line-height: 21px;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
  }
  #voice .baloon::after {
    content: '';
    display: block;
    width: 34px;
    height: 31px;
    background: url(../images/baloon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -31px;
    left: 62%;
  }
  #voice .baloon + img {
    height: 110px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  /*flow*/
  #flow .inner {
    display: block;
    padding: 0 7.46%;
  }
  #flow .flow_box {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    position: relative;
    margin-bottom: 30px;
  }
  #flow .flow_box:last-child .num img:last-child {
    opacity: 0;
  }
  #flow .flow_box:last-child::after {
    display: none;
  }
  #flow .flow_box::after {
    content: '';
    width: 10px;
    height: 20px;
    background: url(../images/flow_arrow.png) no-repeat;
    background-size: 100%;
    display: block;
    margin: auto;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
  }
  #flow .num {
    width: 63.4%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    border-bottom: 1px solid #e3d5ce;
  }
  #flow .num img {
    width: 27px;
    margin-right: 10px;
  }
  #flow .num img:nth-child(3) {
    display: none;
  }
  #flow p {
    width: 63.4%;
    font-size: 13px;
    letter-spacing: 0.003em;
    line-height: 1.7;
    margin-top: 6px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  #flow p + img {
    max-width: 36.6%;
    position: absolute;
    top: 15px;
    right: 0;
  }
  /*item*/
  #item .inner {
    display: block;
    padding: 0 7.46%;
  }
  #item .item_box {
    width: 100%;
  }
  #item .item_box:first-child, #item .item_box:nth-child(2), #item .item_box:nth-child(3) {
    margin-bottom: 30px;
  }
  #item .item_box:last-child {
    margin-bottom: 0;
  }
  #item .photo {
    margin-bottom: 20px;
  }
  #item .photo img {
    max-width: 100%;
  }
  #item h3 {
    font-size: 7.5px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1;
    margin-bottom: 12.5px;
  }
  #item h3 img {
    display: block;
    margin: 0 auto 5px auto;
    height: 20px;
    width: auto;
  }
  #item p {
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
  }
  /*brand*/
  #brand .inner {
    padding: 0 7.46%;
  }
  #brand .brand_box {
    margin-bottom: 60px;
  }
  #brand .brand_box h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7.5px;
    padding-bottom: 4px;
    line-height: 1;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  #brand .brand_box h3 .en {
    font-size: 12.5px;
    letter-spacing: 0.08em;
    display: block;
  }
  #brand .brand_box h3 .ja {
    font-size: 10px;
    letter-spacing: 0.1em;
    display: block;
  }
  #brand .brand_box p {
    font-size: 12px;
    line-height: 1.7;
  }
  #brand .brand_box a {
    text-decoration: underline;
    color: #9d6161;
  }
  #brand .column3 {
    display: block;
    margin-bottom: 0;
  }
  #brand .column3 .brand_box {
    width: 100%;
  }
  /*staff*/
  #staff .inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  #staff .staff_box {
    width: 100%;
    margin: 0 15px 40px 15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #staff .staff_box:last-of-type {
    margin-bottom: 0;
  }
  #staff .photo {
    margin-bottom: 7.5px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  #staff .photo img {
    max-width: 100%;
  }
  #staff .name {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 10px;
  }
  #staff h3 {
    font-size: 12.30769px;
    line-height: 19.23077px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 0.1em;
    margin-bottom: 7.5px;
  }
  #staff p {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  /*qa*/
  #qa .inner {
    padding: 0 7.46%;
  }
  #qa dl {
    margin-bottom: 32.5px;
  }
  #qa dl:last-child {
    margin-bottom: 0;
  }
  #qa dl dt {
    display: flex;
    align-items: center;
    font-size: 11.53846px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 11.53846px;
  }
  #qa dl dt .q {
    margin-right: 12.5px;
  }
  #qa dl dt .q img {
    width: 35px;
  }
  #qa dl dd {
    display: flex;
  }
  #qa dl dd p {
    padding: 0;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  #qa dl dd .a {
    margin-right: 12.5px;
  }
  #qa dl dd .a img {
    width: 35px;
  }
  /*shop*/
  #shop .map {
    text-align: center;
    margin-bottom: 30px;
  }
  #shop .map img {
    max-width: 98%;
  }
  #shop .inner {
    display: block;
    padding: 0 7.46%;
  }
  #shop .column {
    width: 100%;
  }
  #shop .column dl {
    margin-bottom: 15px;
  }
  #shop .column dt {
    font-size: 10px;
    color: #fff;
    background: #000;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    border-radius: 21px;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
  }
  #shop .column dt::after {
    content: '';
    width: 9px;
    height: 5px;
    background: url(../images/icon_open.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #shop .column dt span {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    border-radius: 11px;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    margin-right: 8px;
    letter-spacing: 0;
  }
  #shop .column dt.open {
    background: #e2d4cd;
    color: #000;
  }
  #shop .column dt.open::after {
    background: url(../images/icon_close.png) no-repeat;
    background-size: 100%;
  }
  #shop .column dt.open span {
    background: #fff;
    color: #000;
  }
  #shop .column dt img {
    height: 10px;
  }
  #shop .column dd {
    padding: 15px 0 0 0;
  }
  #shop .column dd .photo {
    margin-bottom: 15px;
  }
  #shop .column dd .photo img {
    max-width: 100%;
  }
  #shop .column dd table th {
    padding: 0 0 5px 0;
    font-size: 7.5px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #shop .column dd table th span {
    border-left: 2px solid #e3d5ce;
    padding: 2px 0 2px 3px;
    display: block;
  }
  #shop .column dd table td {
    padding: 3px 0 3px 15px;
    font-size: 7.5px;
    letter-spacing: 0.1em;
  }
  #shop .column dd .btn_area {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
  }
  #shop .column dd .btn_area a {
    width: 43.6%;
  }
  #shop .column dd .btn_area a img {
    max-width: 100%;
  }
  #shop .column dd .btn_area .shop_btn {
    width: 43.6%;
    height: 41px;
    background: #c7ab7e;
    color: #fff;
    font-size: 7.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 21px;
    position: relative;
  }
  #shop .column dd .btn_area .shop_btn::after {
    content: '';
    width: 9px;
    height: 5px;
    background: url(../images/icon_open.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 18px;
    right: 10px;
    transform: rotate(-90deg);
  }
  #shop .column dd .btn_area .tel_btn {
    width: 43.6%;
    height: 41px;
    background: #9d6161;
    color: #fff;
    font-size: 7.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 21px;
    position: relative;
  }
  #shop .column dd .btn_area .tel_btn::after {
    content: '';
    width: 9px;
    height: 5px;
    background: url(../images/icon_open.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 18px;
    right: 10px;
    transform: rotate(-90deg);
  }
  #shop .column dd h3 {
    width: 124px;
    margin: 0 auto 30px auto;
    padding: 0 0 5px 0;
    line-height: 1;
    font-size: 13px;
    text-align: center;
    border-bottom: 2px solid #e3d5ce;
    letter-spacing: 0.2em;
  }
  #shop .column dd .item_icon {
    max-width: 100%;
  }
  #shop .column dd .item_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #shop .column dd .item_wrap .item {
    width: 25%;
    text-align: center;
    font-size: 6px;
    font-weight: bold;
    line-height: 10px;
    margin-bottom: 25px;
  }
  #shop .column dd .item_wrap .item img {
    display: block;
    margin: 0 auto 8px auto;
    width: 50%;
  }
  #shop .column dd .item_wrap .item small {
    font-size: 5px;
  }
  #shop .shop_item_item {
    padding: 1%;
    margin-bottom: 25px;
    width: 23%;
  }
  #shop .shop_item_item img {
    width: 100%;
  }
  #shop .shop_details_info {
    width: calc(100% - 160px)
  }
  #shop .shop_details_line img {
    width: 140px;
  }
  #shop .map_bnr {
    margin: 0 auto 30px
  }
  #shop .map_bnr img {
    width: 80%;
  }
  /*profile*/
  #profile .inner {
    padding: 0 7.46%;
  }
  #profile .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #profile .box .photo {
    min-width: auto;
    width: 21.3%;
    margin-right: 0;
  }
  #profile .box .photo img {
    width: 100%;
  }
  #profile .box .text {
    width: 75%;
    position: relative;
    padding: 0 0 0 5px;
  }
  #profile .box .text::before {
    content: '';
    height: calc(100% + 4px);
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #profile .box .text::after {
    content: '';
    height: 1px;
    width: calc(100% + 6px);
    background: #000;
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
  }
  #profile .box h3 {
    font-size: 17px;
    line-height: 20.83333px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #profile .box .shop {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
  #profile .box .class {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
  /*interview*/
  #interview .inner {
    padding: 0 7.46%;
  }
  #interview .box {
    padding-bottom: 30px;
  }
  #interview .box:last-child {
    padding-bottom: 0;
  }
  #interview .box.flex {
    display: block;
  }
  #interview .box.flex .text {
    width: 100%;
    margin-bottom: 20px;
  }
  #interview .box.flex .photo {
    width: 100%;
  }
  #interview .box.flex .photo img {
    width: 100%;
  }
  #interview .box.message {
    display: flex;
    justify-content: space-between;
  }
  #interview .box.message .text {
    width: 100%;
  }
  #interview .box.message .photo {
    min-width: 128px;
    margin-right: 15px;
  }
  #interview .box.message .photo img {
    width: 100%;
  }
  #interview h3 {
    font-size: 16px;
    line-height: 1.33;
    font-weight: bold;
    padding: 0 5px 12px 5px;
    border-bottom: 3px solid #e3d5ce;
    margin-bottom: 10px;
  }
  #interview p {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 5px 0 5px;
  }
  /*202010add*/
  #contents .section_ttl {
    margin: 0 0 26px;
    padding-top: 40px;
  }
  #contents ul {
    width: 85.08%;
    padding-left: 7.46%;
    padding-right: 7.46%;
  }
  #contents li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: auto;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #contents li:nth-child(n+5) {
    margin-bottom: 10px;
  }
  #contents li img {
    width: 80%;
  }
  /*202111add*/
  .bnr.bnr_box1 {
    padding-top: 20px;
  }
  .bnr.bnr_box2 {
    padding-top: 40px;
  }
  .bnr .bnr_inner {
    width: 85.08%;
    padding-left: 7.46%;
    padding-right: 7.46%;
  }
  .bnr .bnr_inner img {
    max-width: 100%;
  }
}
