@charset "UTF-8";
/**
 * ラパーク岸和田ラパーク岸和田ショップ個別ページ用CSS
 * Created on: 2023.06.13
 */
/*==========================================================================
Break Point
============================================================================*/
/*==========================================================================
Font
============================================================================*/
/*==========================================================================
Color
カラーコード変換 https://tech-unlimited.com/color.html
============================================================================*/
/*==========================================================================
box shadow
box-shadowジェネレータ https://www.bad-company.jp/box-shadow
==========================================================================*/
/*==========================================================================
Line Height
==========================================================================*/
/*==========================================================================
Font size
==========================================================================*/
/*==========================================================================
Font size
==========================================================================*/
/*==========================================================================
Easing
Easingの動きが一覧でわかるチートシート https://easings.net/ja
Easingジェネレーター https://easings.co/
==========================================================================*/
/*--------------------------------------------------------
ショップ個別
--------------------------------------------------------*/
#shop_info {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #shop_info {
    margin-top: 30px;
  }
}
#shop_info .shop_flex {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
#shop_info .shop_flex .shop_container01 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
#shop_info .shop_flex .shop_container01 .shop_data {
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}
#shop_info .shop_flex .shop_container01 .shop_data .single_cat {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_data .single_cat {
    top: 5%;
  }
}
#shop_info .shop_flex .shop_container01 .shop_data .shop_logo {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_data .shop_logo {
    width: 100%;
  }
}
#shop_info .shop_flex .shop_container01 .shop_data .shop_child {
  width: 88%;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_data .shop_child {
    width: 100%;
    margin-top: -10%;
  }
}
#shop_info .shop_flex .shop_container01 .shop_data .shop_child .item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666666;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_data .shop_child .item {
    font-size: 1.4rem;
  }
}
#shop_info .shop_flex .shop_container01 .shop_category {
  width: 110px;
  padding: 4px 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_category {
    margin-bottom: 20px;
  }
}
#shop_info .shop_flex .shop_container01 .name_en {
  font-size: 1.8rem;
  font-weight: 500;
  color: #666666;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .name_en {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .name_ja {
    font-size: 1.2rem;
  }
}
#shop_info .shop_flex .shop_container01 .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#shop_info .shop_flex .shop_container01 .shop_info span {
  font-size: 2rem;
  font-weight: 700;
}
#shop_info .shop_flex .shop_container01 .shop_logo {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container01 .shop_logo {
    margin-bottom: 0;
  }
}
#shop_info .shop_flex .shop_container01 p {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
}
#shop_info .shop_flex .shop_container02 {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #shop_info .shop_flex .shop_container02 {
    width: 100%;
  }
}
#shop_info .shop_flex .shop_container02 .dots {
  position: relative;
  left: unset;
  bottom: -5px;
  transform: unset;
}
#shop_info .shop_flex .shop_container02 .dots .slick-dots {
  text-align: center;
}
#shop_info .shop_flex .shop_container02 .dots .slick-dots li {
  display: inline-block;
}
#shop_info .shop_flex .shop_container02 .dots .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #666;
}
#shop_info .shop_flex .shop_container02 .dots .slick-dots li.slick-active button {
  background: #00A9AC;
  border: none;
}
#shop_info .shop_nav {
  width: 92%;
  max-width: 477px;
  margin: 0 auto;
}
#shop_info .info {
  margin-top: 50px;
}
#shop_info .info h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00A9AC;
  padding-bottom: 20px;
}
#shop_info .info_box {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding: 15px 0;
  margin-bottom: 15px;
}
#shop_info .info_box .data_hour {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  align-items: center;
}
#shop_info .info_box .data_hour:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/common/icon09.svg) no-repeat center center/cover;
  display: inline-block;
  top: 3px;
  position: relative;
}
#shop_info .info_box .data_place {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  align-items: center;
}
#shop_info .info_box .data_place:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/common/icon10.svg) no-repeat center center/cover;
  display: inline-block;
  top: 3px;
  position: relative;
}

.shop_table {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .shop_table {
    width: 100%;
  }
}
.shop_table ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .shop_table ul {
    flex-direction: column;
  }
}
.shop_table ul .title {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .shop_table ul .title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.shop_table ul .title h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #00A9AC;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.shop_table ul .title h2:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/table_icon01.svg);
  display: block;
  margin-right: 5px;
}
.shop_table ul .t02 h2:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/table_icon02.svg);
  display: block;
}
.shop_table ul .content {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .shop_table ul .content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shop_table ul .content p {
  font-weight: 400;
}
.shop_table ul .content .sns_icon {
  margin-right: auto !important;
  margin-left: 0 !important;
  margin: 23px auto 0 13px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .shop_table ul .content .sns_icon {
    display: flex;
    flex-direction: row;
  }
}
.shop_table ul .content table {
  margin-top: -3px;
}
.shop_table ul .content table tr:first-child th {
  padding-top: 0;
}
.shop_table ul .content table tr:first-child td {
  padding-top: 0;
}
.shop_table ul .content table tr:first-child td br {
  display: none !important;
}
.shop_table ul .content table tr th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  width: 132px;
  padding: 9px 0;
  display: flex;
  align-items: center;
}
.shop_table ul .content table tr th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon03.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 10px 0;
}
.shop_table ul .content table tr td a {
  word-break: break-all;
}
.shop_table ul .content table tr:nth-child(2) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon04.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr:nth-child(3) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon05.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr:nth-child(4) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon09.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr:nth-child(5) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon06.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr:nth-child(6) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon07.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr:nth-child(7) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon10.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}
.shop_table ul .content table tr:nth-child(8) th:before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../img/common/table_icon08.svg) no-repeat center center/cover;
  display: inline-block;
  position: relative;
}

.map_bg {
  margin-top: 0 !important;
}

.shop_map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .shop_map {
    width: 100%;
    margin-top: 60px;
  }
}
.shop_map #map {
  width: 100%;
  background: #F6F3F0;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}
.shop_map #draggable {
  max-width: 870px;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .shop_map #draggable {
    width: 71.2%;
  }
}
.shop_map .map_inner {
  position: relative;
}

#n_news {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding: 90px 0 0;
  width: 92%;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #n_news {
    padding: 0px 0 0;
    border-top: 0px;
    margin: 30px auto 0;
  }
}
#n_news .title {
  font-family: "Noto Serif JP", sans-serif;
  color: #00A9AC;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #n_news .title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
#n_news .title.have_sub {
  margin-bottom: 15px;
}
#n_news .sub_title {
  color: #666666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #n_news .sub_title {
    font-size: 1.4rem;
  }
}
#n_news .news_hanrei {
  width: 92%;
  max-width: 943px;
  margin-bottom: 120px;
}
#n_news .news_hanrei_sp {
  width: 92%;
  max-width: 943px;
  margin-bottom: 35px;
  display: none;
}
@media screen and (max-width: 768px) {
  #n_news .news_hanrei_sp {
    display: block;
  }
}
#n_news .module_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #n_news .module_article {
    flex-wrap: wrap;
    margin: 0;
  }
}
#n_news .module_article .module_article_item {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  #n_news .module_article .module_article_item {
    width: 46.3%;
    margin-bottom: 30px;
  }
}
#n_news .module_article .module_article_item .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#n_news .module_article .module_article_item .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#n_news .module_article .module_article_item .news_img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* 画像をボックス全体にフィットさせる */
  max-width: 100%; /* ボックスの幅に合わせる */
  max-height: 100%; /* ボックスの高さに合わせる */
}
#n_news .module_article .module_article_item .news_date {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  text-align: right;
  line-height: 1;
  margin-top: 8px;
}
#n_news .module_article .module_article_item .event_date {
  color: #00A9AC;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}
#n_news .module_article .module_article_item .shop_category {
  width: 110px;
  padding: 4px 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 5px auto 8px 0;
}
#n_news .module_article .module_article_item h3 {
  display: block;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  padding-bottom: 3px;
}
#n_news .module_article .module_article_item .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
}
#n_news .link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  align-items: center;
  text-decoration: none;
  background: #00A9AC;
  display: block;
  width: 190px;
  text-align: center;
  padding: 12px 0;
  margin: 0px auto 0;
}

#shop_recruit {
  width: 92%;
  max-width: 1200px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  #shop_recruit {
    margin-top: 40px;
  }
}
#shop_recruit .title {
  font-family: "Noto Serif JP", sans-serif;
  color: #00A9AC;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #shop_recruit .title {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}
#shop_recruit .title.have_sub {
  margin-bottom: 15px;
}
#shop_recruit .recruit_title {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
#shop_recruit .recruit_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #shop_recruit .recruit_flex {
    flex-direction: column;
  }
}
#shop_recruit .recruit_flex table {
  border-collapse: collapse;
  width: 48.75%;
}
@media screen and (max-width: 768px) {
  #shop_recruit .recruit_flex table:nth-child(2) tr {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #shop_recruit .recruit_flex table {
    width: 100%;
  }
}
#shop_recruit .recruit_flex tr {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
#shop_recruit .recruit_flex tr th {
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 700;
  text-align: left;
  width: 172px;
  padding: 15px 0 15px 20px;
}
@media screen and (max-width: 768px) {
  #shop_recruit .recruit_flex tr th {
    padding: 10px 0 10px 10px;
    width: 135px;
  }
}
#shop_recruit .recruit_flex tr td {
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 500;
  padding: 15px 20px 15px 0;
}
@media screen and (max-width: 768px) {
  #shop_recruit .recruit_flex tr td {
    padding: 10px 10px 10px 0;
  }
}
/*# sourceMappingURL=shop.css.map */