@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --main-orange: #fc8800;
  --sub-green: #67b685;
  --sub-brown: #7d5425;
}

/*エリア対応ブロック*/
/*エリアストアbox*/
.id_288 .c-pageTitle {
  display: none;
}
.id_288 .post_content {
  margin-top: 0px !important;
}

.store__explain, .store__service-text, .store__adress, .store__tel {
  font-size: 13px;
  color: #414141;
}
.store__title {
  font-size: 24px;
  color: var(--sub-green) !important;
  border-left: solid 4px var(--sub-green) !important;
  padding: 5px 0 5px 20px !important;
  position: relative;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  height: 50px;
  line-height: 37px !important;
  letter-spacing: 2px;
}
.store__clm .wp-block-button > a {
  min-width: 150px;
  padding: 5px 30px;
}
.store__topbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.store__box {
  background-color: #fafff7;
  list-style: none;
  padding: 10px;
  padding-bottom: 0px;
  border: solid 1px var(--sub-brown);
  border-radius: 10px;
  margin-bottom: 20px !important;
  max-width: 350px;
}
.store__imgswrap {
  margin-bottom: 10px !important;
}
.store__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store__imgbox {
  height: 150px;
  margin: 0 auto;
  width: 60%;
}
.store__imgbox > img {
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store__iconsbox {
  padding: 5px !important;
}
.store__table th {
  width: 30%;
}
.store__name {
  margin-top: 0px !important;
  border-left: 0px none !important;
  margin-bottom: 0px !important;
  padding: 10px 0px 10px !important;
  text-align: center;
  font-size: 18px !important;
  color: var(--sub-brown);
  font-size: 20px;
}
@media (max-width: 450px) {
  .store__name {
    font-size: 18px;
  }
}
.store__name p {
  line-height: 1.2;
}
.store__tel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.store__tel-text {
  display: flex;
  position: relative;
  margin-bottom: 5px;
}
.store__tel-text > span {
  padding-left: 5px;
}
.store__tel-text::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../../uploads/2022/04/storetell.png);
  background-size: cover;
  width: 23px !important;
  height: 23px;
  top: 3px;
}
.store__tel-btn {
  background: transparent linear-gradient(180deg, rgba(19, 145, 114, 0.6078431373) 0%, #139172 100%) 0% 0% no-repeat padding-box;
  color: white;
  font-weight: 500;
  padding: 5px 16px 5px 48px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.4px;
  width: 100%;
}
.store__tel-btn::before {
  content: "" !important;
  background-image: url("../../uploads/2023/05/電話の受話器のアイコン素材-4.png");
  width: 25px !important;
  display: inline-block !important;
  background-size: cover !important;
  position: absolute !important;
  height: 25px !important;
  top: 5px !important;
  left: 12px !important;
}
.store__status {
  padding: 0 5px 10px 5px;
}
.store__adress {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.store__adress::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../../uploads/2022/04/storehouse.png);
  background-size: cover;
  width: 25px !important;
  height: 25px;
  top: -2px;
}
.store__adress > span {
  padding-left: 5px;
  width: 90%;
}
.store__profile {
  margin-bottom: 10px;
}
.store__profile-title {
  color: var(--sub-brown);
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  padding: 1px 10px;
  border-bottom: 1px solid var(--sub-brown);
  margin-bottom: 5px;
}
.store__profile-text {
  font-size: 16px;
  letter-spacing: 0.6px;
}
.store__service {
  margin-bottom: 10px;
}
.store__service-title {
  color: var(--sub-brown);
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  padding: 1px 10px;
  border-bottom: 1px solid var(--sub-brown);
  margin-bottom: 5px;
}
.store__links {
  padding-top: 5px;
}
.store__link {
  margin-right: 10px;
}
.store__link.green {
  fill: #219678 !important;
}
.store__link img {
  width: 50px;
}
.store__serve {
  margin-right: 10px;
  display: flex;
  align-items: center;
  width: 30%;
}
.store__serve img {
  width: 100%;
  color: #139172;
}

div.store__icons > .store__serve {
  margin-bottom: 5px !important;
}/*# sourceMappingURL=area.css.map */