@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/
==========================================================================*/
/*--------------------------------------------------------
投稿ページ
--------------------------------------------------------*/
#e_body {
  width: 92%;
  max-width: 970px;
  margin: 0 auto;
}
#e_body .e_type {
  width: 100px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #EC1C24;
  text-align: center;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  #e_body .e_type {
    margin-left: auto;
    margin-bottom: 5px;
  }
}
#e_body .data {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  display: flex;
  align-items: center;
  padding-top: 10px;
}
#e_body .data time {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  text-align: left;
  line-height: 1;
  margin-right: 8px;
}
#e_body .title {
  font-size: 2rem;
  font-weight: 500;
  color: #00A9AC;
  line-height: 1.5;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #e_body .title {
    line-height: 1.3;
  }
}
#e_body .post_contents {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #e_body .post_contents {
    margin-top: 12px;
  }
}
#e_body .post_contents .single_img {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #e_body .post_contents .single_img {
    width: 100%;
    margin: 0 auto;
  }
}
#e_body .post_contents p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
}

.button {
  color: #666666;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .button {
    width: 48.5%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .button:first-child {
    width: 54%;
  }
}
.button:last-child {
  margin-right: 0;
}
.button:hover {
  background-color: #4CC3C5;
  color: #fff;
  cursor: pointer;
  border: none;
}

.buttonBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  max-width: 1040px;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  font-size: 1.4rem;
  font-weight: 500;
}
.buttonBox:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .buttonBox:first-child {
    margin-bottom: 25px;
  }
}
.buttonBox:nth-child(2) {
  max-width: 830px;
  margin-bottom: 75px;
}
.buttonBox .tab-active {
  background-color: #4CC3C5;
  color: #fff;
  border: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container .tab-content {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .container .tab-content {
    width: 92%;
    margin: 0 auto;
  }
}

#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7,
#tab8,
#tab9 {
  display: none;
}

#p_news .news_hanrei {
  width: 92%;
  max-width: 943px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #p_news .news_hanrei {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
#p_news .news_hanrei_sp {
  width: 92%;
  max-width: 943px;
  margin-bottom: 35px;
  display: none;
}
@media screen and (max-width: 768px) {
  #p_news .news_hanrei_sp {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #p_news .news_hanrei_sp {
    display: block;
  }
}
#p_news .module_article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #p_news .module_article {
    flex-wrap: wrap;
    margin: 0;
  }
}
#p_news .module_article:after {
  content: "";
  width: 22.5%;
  display: block;
}
#p_news .module_article::before {
  content: "";
  width: 22.5%;
  display: block;
  order: 1;
}
#p_news .module_article .module_article_item {
  width: 22.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p_news .module_article .module_article_item {
    width: 46.3%;
    margin-bottom: 30px;
  }
}
#p_news .module_article .module_article_item .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#p_news .module_article .module_article_item .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#p_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%;
  /* ボックスの高さに合わせる */
}
#p_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;
}
#p_news .module_article .module_article_item .event_date {
  color: #00A9AC;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}
#p_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 5px 0;
}
#p_news .module_article .module_article_item h3 {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
#p_news .module_article .module_article_item .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
}

.post_nav {
  width: 92%;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .post_nav {
    margin: 40px auto 0;
  }
}

#single_shopnews {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #single_shopnews {
    margin-top: 40px;
  }
}
#single_shopnews .single_flex {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  #single_shopnews .single_flex {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
#single_shopnews .single_flex .single_container01 {
  width: 65.5%;
}
@media screen and (max-width: 768px) {
  #single_shopnews .single_flex .single_container01 {
    width: 100%;
  }
}
#single_shopnews .single_flex .single_container01 .single_img {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #single_shopnews .single_flex .single_container01 .single_img {
    width: 100%;
    margin: 0 auto;
  }
}
#single_shopnews .single_flex .single_container01 .single_data {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  border: none !important;
  margin-bottom: 0 !important;
}
#single_shopnews .single_flex .single_container01 .news_date {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  text-align: right;
  line-height: 1;
  margin-top: 8px;
}
#single_shopnews .single_flex .single_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 5px 0;
}
#single_shopnews .single_flex .single_container01 .single_img figure {
  margin-bottom: 10px;
}
#single_shopnews .single_flex .single_container01 h1 {
  display: block;
  color: #666666;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 35px;
}
#single_shopnews .single_flex .single_container01 .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}
#single_shopnews .single_flex .single_container01 .shop_info span {
  font-size: 2rem;
  font-weight: 500;
}
#single_shopnews .single_flex .single_container01 p {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
}
#single_shopnews .single_flex .single_container01 .shop_link {
  display: inline-block;
  width: auto;
  border: 1px solid #999999;
  padding: 12px 25px;
  font-size: 1.4rem;
  color: #666666;
  background: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  margin-top: 35px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #single_shopnews .single_flex .single_container01 .shop_link {
    margin: 25px auto 0;
    display: block;
    width: 190px;
    padding: 12px 20px;
  }
}
#single_shopnews .single_flex .single_container01 .shop_link:hover {
  opacity: 0.6;
}
#single_shopnews .single_flex .single_container01 h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #666666;
}
#single_shopnews .single_flex .single_container01 h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 10px;
}
#single_shopnews .single_flex .single_container01 h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 10px;
}
#single_shopnews .single_flex .single_container01 p.text {
  line-height: 1.5;
  margin-bottom: 15px;
}
#single_shopnews .single_flex .single_container01 div.shadow_box {
  width: 100%;
  padding: 0;
  margin: 5px 0 5px 0px;
  position: relative;
}
#single_shopnews .single_flex .single_container01 div.shadow_box div {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
#single_shopnews .single_flex .single_container01 div.shadow_box02 {
  display: inline-block;
  padding: 0;
  margin: 5px 0 5px 0px;
  position: relative;
}
#single_shopnews .single_flex .single_container01 div.shadow_box02 div {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
#single_shopnews .single_flex .single_container01 ul.two_images,
#single_shopnews .single_flex .single_container01 ul.three_images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
#single_shopnews .single_flex .single_container01 ul.two_images p,
#single_shopnews .single_flex .single_container01 ul.three_images p {
  font-size: 1.2rem;
  margin-top: -5px;
}
#single_shopnews .single_flex .single_container01 ul.two_images li,
#single_shopnews .single_flex .single_container01 ul.three_images li {
  width: 48%;
}
#single_shopnews .single_flex .single_container01 ul.three_images li {
  width: 31%;
}
#single_shopnews .single_flex .single_container01 div.around_L,
#single_shopnews .single_flex .single_container01 div.around_R {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#single_shopnews .single_flex .single_container01 div.around_L div.shadow_box02,
#single_shopnews .single_flex .single_container01 div.around_R div.shadow_box02 {
  float: left;
  margin-right: 20px;
}
#single_shopnews .single_flex .single_container01 div.around_R {
  float: right;
  margin-left: 20px;
}
#single_shopnews .single_flex .single_container01 div.btn_area {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
#single_shopnews .single_flex .single_container01 div.btn_area a.btn {
  display: inline-block;
  padding: 10px;
  background: #CCC;
  border: 1px solid #CCC;
  color: #000;
  border-radius: 5px;
  min-width: 192px;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}
#single_shopnews .single_flex .single_container01 div.btn_area a.btn:hover {
  opacity: 0.8;
}
#single_shopnews .single_flex .single_container01 div.btn_area i {
  display: inline-block;
  margin-left: 0.5em;
}
#single_shopnews .single_flex .single_container01 table.content_table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 30px 0;
}
#single_shopnews .single_flex .single_container01 table.content_table th {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  padding: 5px;
  font-size: 1.4rem;
}
#single_shopnews .single_flex .single_container01 table.content_table td {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  padding: 5px;
  font-size: 1.4rem;
}
#single_shopnews .single_flex .single_container01 div.map {
  width: 100%;
  height: 300px;
  margin: 30px 0;
}
#single_shopnews .single_flex .single_container01 div.map iframe {
  width: 100% !important;
  height: 100% !important;
}
#single_shopnews .single_flex .single_container01 div.youtube {
  width: 100%;
  padding-bottom: 56.2%;
  height: 0px;
  position: relative;
  margin: 30px auto;
}
#single_shopnews .single_flex .single_container01 div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #single_shopnews .single_flex .single_container01 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
  }
  #single_shopnews .single_flex .single_container01 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #single_shopnews .single_flex .single_container01 h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #single_shopnews .single_flex .single_container01 p.text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #single_shopnews .single_flex .single_container01 div.shadow_box {
    width: 100%;
    background: url(../images/common/bg_dot_g.png) repeat;
    background-size: 8px 8px;
    padding: 0;
    margin: 0px 0 5px 0px;
    position: relative;
  }
  #single_shopnews .single_flex .single_container01 div.shadow_box div {
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  #single_shopnews .single_flex .single_container01 div.shadow_box02 {
    display: inline-block;
    background: url(../images/common/bg_dot_g.png) repeat;
    background-size: 8px 8px;
    padding: 0;
    margin: 0px 0 5px 0px;
    position: relative;
  }
  #single_shopnews .single_flex .single_container01 div.shadow_box02 div {
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  #single_shopnews .single_flex .single_container01 ul.two_images,
#single_shopnews .single_flex .single_container01 ul.three_images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #single_shopnews .single_flex .single_container01 ul.two_images li,
#single_shopnews .single_flex .single_container01 ul.three_images li {
    width: 100%;
    margin-bottom: 10px;
  }
  #single_shopnews .single_flex .single_container01 ul.two_images li p.text,
#single_shopnews .single_flex .single_container01 ul.three_images li p.text {
    margin-bottom: 5px !important;
  }
  #single_shopnews .single_flex .single_container01 div.around_L,
#single_shopnews .single_flex .single_container01 div.around_R {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #single_shopnews .single_flex .single_container01 div.around_L div.shadow_box02,
#single_shopnews .single_flex .single_container01 div.around_R div.shadow_box02 {
    width: 100%;
    margin: 0 auto 5px;
    float: none;
    width: 100% !important;
  }
  #single_shopnews .single_flex .single_container01 div.btn_area {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
  #single_shopnews .single_flex .single_container01 div.btn_area a.btn {
    display: inline-block;
    padding: 10px;
    background: #CCC;
    border: 1px solid #CCC;
    color: #000;
    min-width: 192px;
    font-size: 1.4rem;
  }
  #single_shopnews .single_flex .single_container01 div.btn_area i {
    display: inline-block;
    margin-left: 0.5em;
  }
  #single_shopnews .single_flex .single_container01 table.content_table {
    width: 100%;
    border: 1px solid #ccc;
    margin: 30px 0;
  }
  #single_shopnews .single_flex .single_container01 table.content_table th {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    display: block;
    background: #f6f6f6;
  }
  #single_shopnews .single_flex .single_container01 table.content_table td {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding: 5px;
    display: block;
  }
  #single_shopnews .single_flex .single_container01 div.map {
    width: 100%;
    height: 300px;
    margin: 30px 0;
  }
  #single_shopnews .single_flex .single_container01 div.map iframe {
    width: 100% !important;
    height: 100% !important;
  }
  #single_shopnews .single_flex .single_container01 div.youtube {
    width: 100%;
    padding-bottom: 56.2%;
    height: 0px;
    position: relative;
    margin: 30px auto;
  }
  #single_shopnews .single_flex .single_container01 div.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#single_shopnews .single_flex .single_container02 {
  width: 31.3%;
}
@media screen and (max-width: 768px) {
  #single_shopnews .single_flex .single_container02 {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
#single_shopnews .single_flex .single_container02 .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#single_shopnews .single_flex .single_container02 .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#single_shopnews .single_flex .single_container02 .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%;
  /* ボックスの高さに合わせる */
}
#single_shopnews .news_nav {
  width: 92%;
  max-width: 477px;
  margin: 0 auto;
}

#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: 35px 0 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;
}
@media screen and (max-width: 768px) {
  #n_news .news_hanrei {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
#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 {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
@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:after {
  content: "";
  width: 22.5%;
  display: block;
}
#n_news .module_article::before {
  content: "";
  width: 22.5%;
  display: block;
  order: 1;
}
#n_news .module_article .module_article_item {
  width: 22.5%;
  margin-bottom: 40px;
}
@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 5px 0;
}
#n_news .module_article .module_article_item h3 {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  color: #666666;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#n_news .module_article .module_article_item .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
#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;
}

#p2_news {
  padding: 25px 0 0px;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p2_news {
    padding: 0 0 0;
  }
}
#p2_news .title {
  font-family: "Noto Serif JP", sans-serif;
  color: #00A9AC;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
#p2_news .title.have_sub {
  margin-bottom: 15px;
}
#p2_news .sub_title {
  color: #666666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #p2_news .sub_title {
    font-size: 1.4rem;
  }
}
#p2_news .module_article_item {
  width: 22.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item:first-child a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
#p2_news .module_article_item:first-child a .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#p2_news .module_article_item:first-child a .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#p2_news .module_article_item:first-child a .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%;
  /* ボックスの高さに合わせる */
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item:first-child a .sp_left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item:first-child a .sp_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item a .sp_left {
    width: 46.3%;
  }
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item a .sp_right {
    width: 50%;
  }
}
#p2_news .module_article_item .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#p2_news .module_article_item .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#p2_news .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%;
  /* ボックスの高さに合わせる */
}
#p2_news .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;
}
#p2_news .module_article_item .event_date {
  color: #00A9AC;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #p2_news .module_article_item .event_date {
    margin-top: 0;
  }
}
#p2_news .module_article_item h3 {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  color: #00A9AC;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 6px;
}
#p2_news .module_article_item .data {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding-top: 6px;
}
#p2_news .module_article_item .data .data_hour {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  padding-left: 2em;
  text-indent: -2em;
}
#p2_news .module_article_item .data .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;
}
#p2_news .module_article_item .data .data_place {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
#p2_news .module_article_item .data .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;
}

.module_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .module_article {
    flex-wrap: wrap;
  }
}
.module_article:after {
  content: "";
  width: 22.5%;
  display: block;
}
.module_article::before {
  content: "";
  width: 22.5%;
  display: block;
  order: 1;
}
.module_article .module_article_item {
  width: 22.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .module_article .module_article_item {
    width: 46.3%;
    margin-bottom: 30px;
  }
}
.module_article .module_article_item .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
.module_article .module_article_item .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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%;
  /* ボックスの高さに合わせる */
}
.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;
}
.module_article .module_article_item .event_date {
  color: #00A9AC;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}
.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 5px 0;
}
.module_article .module_article_item h3 {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  color: #666666;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.module_article .module_article_item .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.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;
}

#search {
  background: url(../img/common/dot_bggray.svg);
  background-size: 15px 15px;
  background-repeat: repeat;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  #search {
    padding: 40px 0 25px;
  }
}
#search .search {
  width: 100%;
  /* make it 100% width */
  padding: 10px 0;
  /* add 10px padding to top and bottom */
  box-sizing: border-box;
  /* include padding and border in element's total width and height */
}
#search .search_container {
  width: 92%;
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
}

#p_shop {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
#p_shop .news_hanrei {
  width: 92%;
  max-width: 943px;
  margin-bottom: 120px;
  margin: 15px 0 75px;
}
@media screen and (max-width: 768px) {
  #p_shop .news_hanrei {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #p_shop .news_hanrei {
    margin: 50px 0 35px;
  }
}
#p_shop .news_hanrei_sp {
  width: 92%;
  max-width: 943px;
  margin-bottom: 35px;
  display: none;
}
@media screen and (max-width: 768px) {
  #p_shop .news_hanrei_sp {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #p_shop .news_hanrei_sp {
    display: block;
  }
}
#p_shop .shop_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#p_shop .shop_list:after {
  content: "";
  width: 23.3%;
  display: block;
}
#p_shop .shop_list::before {
  content: "";
  width: 23.3%;
  display: block;
  order: 1;
}
#p_shop .shop_list li {
  width: 23.3%;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_shop .shop_list li {
    width: 47.5%;
  }
}
#p_shop .shop_list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #p_shop .shop_list li:nth-last-child(-n+4) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #p_shop .shop_list li:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
}
#p_shop .shop_list li figure {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
}
#p_shop .shop_list li .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 12px;
}
#p_shop .shop_list li .floor {
  width: 70px;
  padding: 4px 0;
  background: #C0272D;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 auto 8px;
}
#p_shop .shop_list li h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #p_shop .shop_list li h2 {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
}
#p_shop .shop_list li .shop_item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

#single_news {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #single_news {
    margin-top: 0;
  }
}
#single_news .single_flex {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 90px;
}
#single_news .single_flex .single_container01 {
  width: 65.5%;
}
@media screen and (max-width: 768px) {
  #single_news .single_flex .single_container01 {
    width: 100%;
  }
}
#single_news .single_flex .single_container01 .single_img {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #single_news .single_flex .single_container01 .single_img {
    width: 100%;
    margin: 0 auto;
  }
}
#single_news .single_flex .single_container01 .single_data {
  display: block;
  border-bottom: 1px solid #00A9AC;
  margin-bottom: 15px;
}
#single_news .single_flex .single_container01 .news_category {
  font-size: 1.2rem;
  font-weight: 500;
  background: #00A9AC;
  display: block;
  color: #fff;
  width: 100px;
  text-align: center;
}
#single_news .single_flex .single_container01 .news_title {
  display: block;
  color: #00A9AC;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #single_news .single_flex .single_container01 .news_title {
    margin-bottom: 15px;
  }
}
#single_news .single_flex .single_container01 .single_img figure {
  margin-bottom: 10px;
}
#single_news .single_flex .single_container01 .news_img {
  width: 100%;
  max-width: 375px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#single_news .single_flex .single_container01 .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#single_news .single_flex .single_container01 .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%;
  /* ボックスの高さに合わせる */
}
#single_news .single_flex .single_container01 .shop_info {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}
#single_news .single_flex .single_container01 .shop_info span {
  font-size: 2rem;
  font-weight: 700;
}
#single_news .single_flex .single_container01 p {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
}
#single_news .single_flex .single_container01 p.mini {
  font-size: 1.2rem;
  margin-top: 10px;
}
#single_news .single_flex .single_container02 {
  width: 31.3%;
}
#single_news .single_flex .single_container02 .news_img {
  width: 100%;
  max-width: 375px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#single_news .single_flex .single_container02 .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#single_news .single_flex .single_container02 .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%;
  /* ボックスの高さに合わせる */
}
#single_news .news_nav {
  width: 92%;
  max-width: 477px;
  margin: 0 auto;
}
#single_news .info {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #single_news .info {
    margin-top: 20px;
  }
}
#single_news .info h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #00A9AC;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
#single_news .info h2:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/table_icon01.svg);
  display: block;
  margin-right: 5px;
}
#single_news .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;
}
#single_news .info_box .data_hour {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
}
#single_news .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;
}
#single_news .info_box .data_place {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
}
#single_news .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;
}

#o_news {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding: 90px 0 0px;
  width: 92%;
  max-width: 1200px;
  margin: 60px auto 0;
}
#o_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) {
  #o_news .title {
    font-size: 2.8rem;
  }
}
#o_news .title.have_sub {
  margin-bottom: 15px;
}
#o_news .sub_title {
  color: #666666;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #o_news .sub_title {
    font-size: 1.4rem;
  }
}
#o_news .news_hanrei {
  width: 92%;
  max-width: 943px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #o_news .news_hanrei {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
#o_news .news_hanrei_sp {
  width: 92%;
  max-width: 943px;
  margin-bottom: 35px;
  display: none;
}
@media screen and (max-width: 768px) {
  #o_news .news_hanrei_sp {
    margin: 0 auto 60px 0;
    width: 92%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #o_news .news_hanrei_sp {
    display: block;
  }
}
#o_news .module_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #o_news .module_article {
    flex-wrap: wrap;
  }
}
#o_news .module_article:after {
  content: "";
  width: 22.5%;
  display: block;
}
#o_news .module_article::before {
  content: "";
  width: 22.5%;
  display: block;
  order: 1;
}
#o_news .module_article .module_article_item {
  width: 22.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item:first-child a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
#o_news .module_article .module_article_item:first-child a .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#o_news .module_article .module_article_item:first-child a .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#o_news .module_article .module_article_item:first-child a .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%;
  /* ボックスの高さに合わせる */
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item:first-child a .sp_left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item:first-child a .sp_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item a .sp_left {
    width: 46.3%;
  }
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item a .sp_right {
    width: 50%;
  }
}
#o_news .module_article .module_article_item .news_img {
  width: 100%;
  max-width: 540px;
  /* 1:1のボックスを作るための最大幅 */
  padding-top: 99.5%;
  /* 1:1のアスペクト比を維持するためのトリック */
  position: relative;
  /* 絶対配置の基準 */
}
#o_news .module_article .module_article_item .news_img figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#o_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%;
  /* ボックスの高さに合わせる */
}
#o_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;
}
#o_news .module_article .module_article_item .event_date {
  color: #00A9AC;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #o_news .module_article .module_article_item .event_date {
    margin-top: 0;
  }
}
#o_news .module_article .module_article_item h3 {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  color: #00A9AC;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 6px;
  margin-top: 5px;
}
#o_news .module_article .module_article_item .data {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding-top: 6px;
}
#o_news .module_article .module_article_item .data .data_hour {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  padding-left: 2em;
  text-indent: -2em;
}
#o_news .module_article .module_article_item .data .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;
}
#o_news .module_article .module_article_item .data .data_place {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
#o_news .module_article .module_article_item .data .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;
}

.nav_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_flex li {
  display: block;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .nav_flex li {
    width: 25.2%;
  }
}
.nav_flex li a {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .nav_flex li a {
    font-size: 1.2rem;
  }
}
.nav_flex .rv_ac {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .nav_flex .rv_ac {
    width: 46.6%;
  }
}
.nav_flex .rv_ac a {
  background: #00A9AC;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0;
  width: 190px;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .nav_flex .rv_ac a {
    font-size: 1.2rem;
    width: 100%;
  }
}

.slick-slide {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #666666;
}

.single h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #666666;
}
.single h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 10px;
}
.single h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 10px;
}
.single p.text {
  line-height: 1.5;
  margin-bottom: 15px;
}
.single div.shadow_box {
  width: 100%;
  padding: 0;
  margin: 5px 0 5px 0px;
  position: relative;
}
.single div.shadow_box div {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.single div.shadow_box03 {
  display: inline-block;
  padding: 0;
  margin: 5px 0 5px 0px;
  position: relative;
  text-align: center;
}
.single div.shadow_box03 div {
  display: inline-block;
  width: 80%;
  line-height: 0;
}
.single ul.two_images,
.single ul.three_images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single ul.two_images p,
.single ul.three_images p {
  font-size: 1.2rem;
  margin-top: -5px;
}
.single ul.two_images li,
.single ul.three_images li {
  width: 48%;
}
.single ul.three_images li {
  width: 31%;
}
.single div.around_L,
.single div.around_R {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.single div.around_L div.shadow_box02,
.single div.around_R div.shadow_box02 {
  float: left;
  margin-right: 20px;
}
.single div.around_R {
  float: right;
  margin-left: 20px;
}
.single div.btn_area {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.single div.btn_area a.btn {
  display: inline-block;
  padding: 10px;
  background: #CCC;
  border: 1px solid #CCC;
  color: #000;
  border-radius: 5px;
  min-width: 192px;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}
.single div.btn_area a.btn:hover {
  opacity: 0.8;
}
.single div.btn_area i {
  display: inline-block;
  margin-left: 0.5em;
}
.single table.content_table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 30px 0;
}
.single table.content_table th {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  padding: 5px;
  font-size: 1.4rem;
}
.single table.content_table td {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  padding: 5px;
  font-size: 1.4rem;
}
.single div.map {
  width: 100%;
  height: 300px;
  margin: 30px 0;
}
.single div.map iframe {
  width: 100% !important;
  height: 100% !important;
}
.single div.youtube {
  width: 100%;
  padding-bottom: 56.2%;
  height: 0px;
  position: relative;
  margin: 30px auto;
}
.single div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single div.flexibleVisualeditor {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
  }
  .single h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .single h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .single p.text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .single div.shadow_box {
    width: 100%;
    background: url(../images/common/bg_dot_g.png) repeat;
    background-size: 8px 8px;
    padding: 0;
    margin: 0px 0 5px 0px;
    position: relative;
  }
  .single div.shadow_box div {
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  .single div.shadow_box02 {
    display: inline-block;
    background: url(../images/common/bg_dot_g.png) repeat;
    background-size: 8px 8px;
    padding: 0;
    margin: 0px 0 5px 0px;
    position: relative;
  }
  .single div.shadow_box02 div {
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  .single ul.two_images,
.single ul.three_images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single ul.two_images li,
.single ul.three_images li {
    width: 100%;
    margin-bottom: 10px;
  }
  .single ul.two_images li p.text,
.single ul.three_images li p.text {
    margin-bottom: 5px !important;
  }
  .single div.around_L,
.single div.around_R {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .single div.around_L div.shadow_box02,
.single div.around_R div.shadow_box02 {
    width: 100%;
    margin: 0 auto 5px;
    float: none;
    width: 100% !important;
  }
  .single div.btn_area {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
  .single div.btn_area a.btn {
    display: inline-block;
    padding: 10px;
    background: #CCC;
    border: 1px solid #CCC;
    color: #000;
    min-width: 192px;
    font-size: 1.4rem;
  }
  .single div.btn_area i {
    display: inline-block;
    margin-left: 0.5em;
  }
  .single table.content_table {
    width: 100%;
    border: 1px solid #ccc;
    margin: 30px 0;
  }
  .single table.content_table th {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    display: block;
    background: #f6f6f6;
  }
  .single table.content_table td {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding: 5px;
    display: block;
  }
  .single div.map {
    width: 100%;
    height: 300px;
    margin: 30px 0;
  }
  .single div.map iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .single div.youtube {
    width: 100%;
    padding-bottom: 56.2%;
    height: 0px;
    position: relative;
    margin: 30px auto;
  }
  .single div.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=post.css.map */