@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
#main section#title p {
  display: block;
}
#main section#intro {
  padding: 60px 50px 54px;
}
@media screen and (max-width: 767px) {
  #main section#intro {
    padding: 20px 20px 30px;
  }
}
#main section#intro h3 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b6b4b9;
  color: #4176e5;
  font-size: 22px;
  line-height: calc(50 / 32);
}
@media screen and (max-width: 767px) {
  #main section#intro h3 {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
#main section#intro p {
  margin: 0;
  font-size: 16px;
  line-height: calc(26 / 16);
}
@media screen and (max-width: 767px) {
  #main section#intro p {
    font-size: 14px;
    line-height: calc(46 / 28);
  }
}
#main section#intro .pre-reserve {
  margin: 20px 0;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #4176e5;
}
#main section#intro .pre-reserve * {
  font-size: 14px;
}
#main section#intro .pre-reserve h5 {
  margin: 0 0 20px;
  padding: 8px 5px;
  background: #4176e5;
  color: white;
  border-radius: 3px;
  font-feature-settings: 'palt';
}
#main section#intro .pre-reserve h5 span {
  font-size: 17px;
}
#main section#intro .pre-reserve h5 span.date {
  font-size: 14px;
}
#main section#intro .pre-reserve h5 span.date::before {
  content: '【';
}
#main section#intro .pre-reserve h5 span.date::after {
  content: '】';
}
#main section#intro .pre-reserve h5 span + span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #main section#intro .pre-reserve h5 {
    text-align: center;
  }
  #main section#intro .pre-reserve h5 span {
    display: block;
    font-size: 17px;
    line-height: 1.5;
  }
  #main section#intro .pre-reserve h5 span.date {
    font-size: 14px;
  }
}
#main section#intro .pre-reserve h6 {
  margin: 20px 0 15px;
  padding-left: 7px;
  color: #4176e5;
  font-size: 16px;
  border-left: 5px solid #4176e5;
}
#main section#intro .pre-reserve dl {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}
#main section#intro .pre-reserve dl dt {
  background: #8392b1;
  border-radius: 3px;
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 1.1;
  font-size: 13px;
  color: white;
  font-weight: 700;
  white-space: nowrap;
}
#main section#intro .pre-reserve dl dd {
  margin: 0;
  padding-top: 3px;
  font-size: 15px;
}
#main section#intro .pre-reserve p {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.4;
}
#main section#intro .pre-reserve ul.warning {
  color: #c00;
  padding: 0;
  margin: 10px 0 10px 30px;
}
#main section#intro .pre-reserve ul.warning li {
  list-style: none;
  text-indent: -9px;
  font-size: 13px;
  line-height: 1.3;
}
#main section#intro .pre-reserve ul.warning li + li {
  margin-top: 4px;
}
#main section#intro .pre-reserve ul.warning li::before {
  display: inline-block;
  margin-right: 3px;
  content: '※';
}
#main section#intro .pre-reserve .form {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
#main section#intro .pre-reserve .form a {
  background: #4176e5;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  padding: 7px 20px;
  line-height: 1.1;
}
#main section#intro .pre-reserve table {
  margin: 20px 0;
  border-spacing: 3px;
  border-collapse: separate;
}
#main section#intro .pre-reserve table th {
  padding: 5px 10px;
  background: #eee;
  white-space: nowrap;
}
#main section#intro .pre-reserve table td {
  padding: 5px 5px;
}
#main section#intro .pre-reserve table ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
#main section#intro .pre-reserve table ul li + li {
  margin-top: 5px;
}
#main section#anchors {
  background-color: #eff4ff;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  #main section#anchors {
    padding: 20px 0;
  }
}
#main section#anchors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #main section#anchors ul {
    gap: 5px;
  }
}
#main section#anchors ul li {
  flex-basis: 200px;
}
@media screen and (max-width: 767px) {
  #main section#anchors ul li {
    flex-basis: calc(50% - 10px);
  }
}
#main section#anchors ul li a {
  display: block;
  border: 1px solid #1e3779;
  background: #fff url(../media/images/2022/shop-detail/anchor-arrow.svg) no-repeat calc(100% - 13px) calc(50% + 2px)/13px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #1e3779;
  font-size: 15px;
  line-height: 1;
  padding: 16.5px 0;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #main section#anchors ul li a {
    background-position: calc(100% - 9px) 50%;
    background-size: 9px;
    border-radius: 2.5px;
    font-size: 12px;
    padding: 11.75px 0;
  }
}
#main section#anchors ul li a:hover {
  opacity: 0.7;
}
#main section#vacancy {
  margin-top: 55px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#vacancy {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#vacancy {
    margin-top: 0;
    padding-bottom: 35px;
  }
}
#main section#vacancy .info {
  margin: 40px 50px 39px;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .info {
    margin: 13px 10px 12px;
  }
}
#main section#vacancy .info .howto {
  background-color: #fef4de;
  padding: 19px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .info .howto {
    padding: 15px 0;
    font-size: 14px;
  }
}
#main section#vacancy .info .howto img {
  display: inline-block;
  margin: 0 2px;
  vertical-align: -3px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .info .howto img {
    margin: 0 3px;
    vertical-align: -1px;
    width: 12px;
  }
}
#main section#vacancy .info p.notice1 {
  margin: 19px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: calc(26 / 16);
}
@media screen and (max-width: 767px) {
  #main section#vacancy .info p.notice1 {
    margin-top: 12px;
    text-align: left;
    font-size: 14px;
    line-height: calc(42 / 28);
  }
  #main section#vacancy .info p.notice1 span {
    display: block;
    white-space: nowrap;
  }
}
#main section#vacancy .room_type {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type {
    margin-bottom: 31.5px;
  }
}
#main section#vacancy .room_type h4 {
  margin: 0 50px 28px;
  background-color: #eff4ff;
  border-radius: 5px;
  padding: 12px 0 13px;
  text-align: center;
  color: #4176e5;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type h4 {
    margin: 0 10px 10px;
    border-radius: 2.5px;
    padding: 9px 0 10px;
    font-size: 16px;
  }
}
#main section#vacancy .room_type .size-prices {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .size-prices {
    line-height: calc(42 / 28);
  }
}
#main section#vacancy .room_type .size-prices span {
  display: inline-block;
  padding: 0 4px;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .size-prices span {
    display: block;
    padding: 0;
  }
}
#main section#vacancy .room_type .size-prices span.size {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .size-prices span.size {
    font-size: 14px;
  }
}
#main section#vacancy .room_type .size-prices span.price_disabled {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #817d87;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .size-prices span.price_disabled {
    font-size: 14px;
  }
}
#main section#vacancy .room_type .size-prices span.price {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .size-prices span.price {
    font-size: 14px;
    line-height: calc(42 / 28);
  }
}
#main section#vacancy .room_type .size-prices span .label {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
#main section#vacancy .room_type .size-prices span .label::after {
  content: ':';
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .size-prices span .label {
    font-size: 12px;
  }
}
#main section#vacancy .room_type .campaign {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin: 27px 20px 31px;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .campaign {
    margin-top: 17px;
    margin-bottom: 16px;
    gap: 5px 15px;
  }
}
#main section#vacancy .room_type .campaign .item {
  padding: 12px 10px 13px;
  background-color: #f02d5a;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type .campaign .item {
    padding: 9px 5px 8px;
    border-radius: 2.5px;
    font-size: 12px;
  }
}
#main section#vacancy .room_type ul.rooms {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type ul.rooms {
    margin-top: 8px;
  }
}
#main section#vacancy .room_type ul.rooms li {
  flex-basis: 100px;
  margin: 5.5px;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type ul.rooms li {
    flex-basis: 67.5px;
    margin: 5px 2.25px;
  }
}
#main section#vacancy .room_type ul.rooms li a,
#main section#vacancy .room_type ul.rooms li span {
  display: block;
  text-align: center;
  border: 1px solid #707070;
  padding: 14px 15px 16px 42px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type ul.rooms li a,
  #main section#vacancy .room_type ul.rooms li span {
    padding: 10px 8px 9px 25px;
    font-size: 14px;
  }
}
#main section#vacancy .room_type ul.rooms li a {
  background: #fff url(../media/images/2022/shop-detail/room-maru.svg) no-repeat 19px calc(50% + 1px)/17px;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type ul.rooms li a {
    background-position: 11px calc(50% + 1px);
    background-size: 12px;
  }
}
#main section#vacancy .room_type ul.rooms li a:hover {
  opacity: 0.7;
}
#main section#vacancy .room_type ul.rooms li span {
  background: #ffeded url(../media/images/2022/shop-detail/room-batsu.svg) no-repeat 21px 50%/15px;
}
@media screen and (max-width: 767px) {
  #main section#vacancy .room_type ul.rooms li span {
    background-position: 11px calc(50% + 1px);
    background-size: 11px;
  }
}
#main section#vacancy p.notice2 {
  margin: 65px 50px 0;
  border-top: 1px solid #b6b4b9;
  padding-top: 13px;
  color: #585858;
  font-size: 14px;
  line-height: calc(22 / 14);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main section#vacancy p.notice2 {
    margin: -7px 10px 0;
    border-top: none;
    padding-top: 0;
    font-size: 12px;
    line-height: calc(36 / 24);
  }
  #main section#vacancy p.notice2 span {
    display: block;
  }
}
#main section#campaign {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main section#campaign {
    padding-bottom: 41px;
  }
}
#main section#campaign .campaign {
  margin-top: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign {
    display: block;
    margin: 19px 10px 0;
  }
}
#main section#campaign .campaign .l {
  flex: 1 1 auto;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .l {
    padding-left: 0;
  }
}
#main section#campaign .campaign .l h3 {
  margin: 0;
  text-align: center;
  color: #23ac38;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .l h3 {
    font-size: 16px;
  }
}
#main section#campaign .campaign .l .date {
  width: fit-content;
  margin: 28px auto 0;
  background-color: #f0f0f0;
  padding: 6px 22px;
  text-align: center;
  font-size: 14px;
  line-height: calc(24 / 14);
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .l .date {
    width: auto;
    margin: 19px 0 0;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1;
  }
}
#main section#campaign .campaign .l .date span {
  display: block;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .l .date span {
    display: inline-block;
  }
}
#main section#campaign .campaign .r {
  flex: 0 1 630px;
  border-left: 1px solid #b6b4b9;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .r {
    border-left: none;
    padding-left: 0;
  }
}
#main section#campaign .campaign .r .info {
  margin: 0;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .r .info {
    margin-top: 14px;
    font-size: 14px;
    line-height: calc(42 / 28);
  }
}
#main section#campaign .campaign .r .notice {
  margin: 28px 0 0;
  color: #585858;
  font-size: 14px;
  line-height: calc(22 / 14);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main section#campaign .campaign .r .notice {
    margin-top: 13px;
    font-size: 12px;
    line-height: calc(36 / 24);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#pic {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#pic {
    padding-bottom: 34px;
  }
}
#main section#pic .flex {
  padding: 20px 40px 60px;
}
@media screen and (max-width: 767px) {
  #main section#pic .flex {
    padding: 0;
  }
}
#main section#pic .flex .layout {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section#pic .flex .layout {
    margin-top: 10px;
  }
}
#main section#pic .flex .layout img {
  max-width: 100%;
}
#main section#pic .flex ul {
  flex: 1 0 440px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#pic .flex ul {
    margin: 15px 17.5px 0;
  }
}
#main section#pic .flex ul li {
  margin: 10px;
  flex: 0 1 200px;
}
@media screen and (max-width: 767px) {
  #main section#pic .flex ul li {
    margin: 2.5px;
    flex: 0 0 calc(50% - 5px);
  }
}
#main section#pic .flex ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main section#pic .flex ul li img {
    /**/
  }
}
#main section#preview {
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#preview {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#preview {
    padding-bottom: 38px;
  }
}
#main section#preview h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #main section#preview h2 {
    margin-bottom: 14px;
  }
}
#main section#preview p {
  margin: 0 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#preview p {
    margin: 0 10px;
    font-size: 14px;
    line-height: calc(42 / 28);
  }
}
#main section#preview p.notice {
  margin-top: 13px;
  color: #585858;
  font-size: 14px;
  line-height: calc(22 / 14);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#preview p.notice {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.5;
  }
}
#main section#preview p.notice span {
  display: inline-block;
  padding-right: 1.1em;
}
@media screen and (max-width: 767px) {
  #main section#preview p.notice span {
    display: block;
    padding-right: 0;
  }
}
#main section#preview p.hours {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#preview p.hours {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1;
  }
}
#main section#preview .buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#preview .buttons {
    margin-top: 15px;
  }
}
#main section#preview .buttons a {
  margin: 0 10.5px;
  flex-basis: 330px;
  background-color: #f39800;
  padding: 22px 0;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #main section#preview .buttons a {
    margin: 0 2.5px;
    flex-basis: 175px;
    padding: 13px 0;
    font-size: 14px;
  }
}
#main section#preview .buttons a:hover {
  opacity: 0.7;
}
#main section#today {
  padding-bottom: 74px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#today {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#today {
    padding-bottom: 38px;
  }
}
#main section#today h2 {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  #main section#today h2 {
    margin-bottom: 15px;
  }
}
#main section#today p {
  margin: 0 50px;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0.052em;
}
@media screen and (max-width: 767px) {
  #main section#today p {
    margin: 0 10px;
    font-size: 14px;
    line-height: calc(42 / 28);
  }
  #main section#today p span {
    white-space: nowrap;
  }
}
#main section#today p.notice {
  margin-top: 12px;
  color: #585858;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#today p.notice {
    font-size: 12px;
    line-height: calc(36 / 24);
    letter-spacing: 0;
  }
  #main section#today p.notice span {
    display: block;
  }
}
#main section#today p.hours {
  margin-top: 34px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#today p.hours {
    margin-top: 15px;
    font-size: 14px;
  }
}
#main section#today ul.buttons {
  margin: 53px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#today ul.buttons {
    max-width: 275px;
    margin: 16px auto 0;
    display: block;
  }
}
#main section#today ul.buttons li {
  margin: 0 5.5px;
  flex-basis: 370px;
}
@media screen and (max-width: 767px) {
  #main section#today ul.buttons li {
    margin: 8px 0 0;
  }
}
#main section#today ul.buttons li a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 2px solid #1e3779;
  border-radius: 5px;
  padding: 25px 0 24px;
  text-align: center;
  color: #1e3779;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}
#main section#today ul.buttons li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #main section#today ul.buttons li a {
    border-width: 1px;
    border-radius: 2.5px;
    padding: 15px 0 14px;
    font-size: 14px;
  }
}
#main section#today ul.buttons li a.howto {
  background-image: url(../media/images/2022/shop-detail/today-howto.svg);
  background-position: 19px calc(50% + 1px);
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  #main section#today ul.buttons li a.howto {
    background-position: 9px calc(50% + 1px);
    background-size: 19px;
  }
}
#main section#today ul.buttons li a.tel {
  background-image: url(../media/images/2022/common/header-tel.svg);
  background-position: 19px calc(50% + 1px);
  background-size: 18px;
}
@media screen and (max-width: 767px) {
  #main section#today ul.buttons li a.tel {
    background-position: 11px calc(50% + 1px);
    background-size: 17px;
  }
}
#main section#shop-info {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#shop-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shop-info {
    padding-bottom: 52px;
  }
}
#main section#shop-info .flex {
  margin-top: 41px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 45px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex {
    margin-top: 15px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
#main section#shop-info .flex .pic {
  flex: 0 1 330px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .pic {
    flex-basis: calc(50% - 22.5px);
    margin: 0 2.5px;
  }
}
#main section#shop-info .flex .pic img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .pic img {
    /**/
  }
}
#main section#shop-info .flex .info {
  flex: 1 1 390px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .info {
    margin-left: 0;
    margin-top: 6px;
    padding: 0 20px;
  }
}
#main section#shop-info .flex .info table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .info table {
    /**/
  }
}
#main section#shop-info .flex .info table th,
#main section#shop-info .flex .info table td {
  border-bottom: 1px solid #b6b4b9;
  vertical-align: top;
  padding: 11px 0 8px;
  text-align: left;
  font-size: 15px;
  line-height: calc(22 / 15);
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .info table th,
  #main section#shop-info .flex .info table td {
    padding: 9px 0;
    font-size: 14px;
    line-height: calc(42 / 28);
  }
}
#main section#shop-info .flex .info table th {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 90px;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .info table th {
    min-width: 73px;
    padding-right: 15px;
  }
}
#main section#shop-info .flex .info table td {
  color: #585858;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .flex .info table td {
    letter-spacing: 0.05em;
  }
}
#main section#shop-info .flex .info table td a {
  color: inherit;
  text-decoration: none;
}
#main section#shop-info .button {
  margin-top: 63px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .button {
    margin-top: 31px;
  }
}
#main section#shop-info .button a {
  display: inline-block;
  width: 330px;
  background-color: #f39800;
  padding: 22px 0;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #main section#shop-info .button a {
    width: 275px;
    padding: 16px 0 14px;
    font-size: 15px;
  }
}
#main section#shop-info .button a:hover {
  opacity: 0.7;
}
#main section#other_shops {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#other_shops {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#other_shops {
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  #main section#other_shops .list {
    margin: 42px 50px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 4px;
    padding: 6px 36.8px 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section#other_shops .list {
    margin: 24px 10px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 2px;
    padding: 0 10px 1px;
  }
}
#main section#other_shops ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main section#other_shops ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#main section#other_shops ul li {
  border-bottom: 1px solid #b6b4b9;
  background: url(../media/images/2022/top/shops-detail-arrow.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main section#other_shops ul li {
    flex: 0 1 500px;
    background-position: calc(100% - 7px) 50%;
    background-size: 8px;
    margin-top: 3px;
  }
  #main section#other_shops ul li:last-child, #main section#other_shops ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #main section#other_shops ul li {
    background-position: right;
    background-size: 6px;
  }
  #main section#other_shops ul li:last-child {
    border-bottom: none;
  }
}
#main section#other_shops ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #main section#other_shops ul li a {
    font-size: 16px;
    line-height: calc(35 / 16);
    padding: 13px 20px 14px 61px;
  }
}
@media screen and (max-width: 767px) {
  #main section#other_shops ul li a {
    font-size: 14px;
    line-height: calc(35 / 28);
    padding: 16px 10px 11px 52px;
  }
}
#main section#other_shops ul li a.kura {
  background: url(../media/images/2022/top/shops-icon-kura.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main section#other_shops ul li a.kura {
    background-position: 0 calc(50% - 1px);
    background-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main section#other_shops ul li a.kura {
    background-position: 0 calc(50% + 2px);
    background-size: 45px;
  }
}
#main section#other_shops ul li a.rs {
  background: url(../media/images/2022/top/shops-icon-rs.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main section#other_shops ul li a.rs {
    background-position: 13px calc(50% - 1px);
    background-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main section#other_shops ul li a.rs {
    background-position: 10px calc(50% + 2px);
    background-size: 25px;
  }
}
#main section#other_shops .button {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section#other_shops .button {
    margin-top: 32px;
  }
}
#main section#other_shops .button a {
  display: inline-block;
  width: 330px;
  background-color: #f39800;
  padding: 22px 0;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #main section#other_shops .button a {
    width: 275px;
    padding: 16px 0 14px;
    font-size: 15px;
  }
}
#main section#other_shops .button a:hover {
  opacity: 0.7;
}
#main .estimate-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
#main .estimate-modal.show {
  display: block;
  z-index: 1000;
}
#main .estimate-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  background: white;
  border-radius: 10px;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .estimate-modal .modal-body .category,
#main .estimate-modal .modal-body .room {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
#main .estimate-modal .modal-body .buttons {
  margin-top: 20px;
}
#main .estimate-modal .modal-body .buttons a {
  display: block;
  text-decoration: none;
  color: white !important;
  background-color: #4176e5;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  transition-duration: .3s;
  white-space: nowrap;
}
#main .estimate-modal .modal-body .buttons a:hover {
  opacity: .8;
}
#main .estimate-modal .modal-body .buttons .button + .button {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  #float-footer-sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #float-footer-sub {
    position: fixed;
    z-index: 2;
    bottom: 55px;
    left: 10px;
    right: 67px;
  }
  #float-footer-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border-top: 1px solid #4176e5;
    border-left: 1px solid #4176e5;
    border-right: 1px solid #4176e5;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
  }
  #float-footer-sub ul li {
    border-left: 1px solid #4176e5;
    flex: 1 1 99px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  #float-footer-sub ul li:first-child {
    border-left: none;
    flex-basis: 98px;
  }
  #float-footer-sub ul li a {
    display: block;
    color: #4176e5;
    text-decoration: none;
    padding: 13px 0 12px;
  }
}

/*# sourceMappingURL=2022-shop-detail.css.map */
