/*
Theme Name: 賢威8.0（子テーマ） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_20200701_tokyolucci
*/

/*-------------------------------------------
	色設定
-------------------------------------------*/
:root {
  --main-color: #f04066;
  --bg-color: #ffe2d9;
}
/*-------------------------------------------
	マージン設定設定
-------------------------------------------*/
:root {
  --margin-small: 10px;
  --margin-midium: 30px;
  --margin-large: 50px;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.pts {
  padding-top: var(--margin-small);
}
.prs {
  padding-right: var(--margin-small);
}
.pbs {
  padding-bottom: var(--margin-small);
}
.pls {
  padding-left: var(--margin-small);
}
.ptm {
  padding-top: var(--margin-midium);
}
.prm {
  padding-right: var(--margin-midium);
}
.pbm {
  padding-bottom: var(--margin-midium);
}
.plm {
  padding-left: var(--margin-midium);
}
.ptl {
  padding-top: var(--margin-large);
}
.prl {
  padding-right: var(--margin-large);
}
.pbl {
  padding-bottom: var(--margin-large);
}
.pll {
  padding-left: var(--margin-large);
}
.pd0 {
  padding: 0 !important;
}

/*-------------------------------------------
	共通
-------------------------------------------*/
html,
body,
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /*background-color: var(--bg-color) ;*/
}

a {
  color: var(--main-color);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/*-------------------------------------------
	文字の設定
-------------------------------------------*/
.white_chara {
  color: white !important;
}
.main_chara {
  color: #000 !important;
}
/*-------------------------------------------
	レスポンシブの表示切替　/　flex
-------------------------------------------*/
.sp,
.pc_none {
  display: none !important;
}
.pc,
.sp_none {
  display: block !important;
}
.none_display {
  display: none;
}
li#recruit_lucci {
  display: none;
}

.pc_flex {
  display: flex !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex-around {
  display: flex;
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-start-center {
  justify-content: flex-start;
  align-items: center;
}
.flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row !important;
}
/*--スマホの時の表示--*/
@media screen and (max-width: 767px) {
  .sp,
  .pc_none {
    display: block !important;
  }
  .pc,
  .sp_none {
    display: none !important;
  }
  .pc_flex {
    display: none !important;
  }
  .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
/******************************************************************************/

#views-2 dt {
  display: flex;
  justify-content: center;
}

div.sub02.pc {
  display: none !important;
}
.cat_author_div {
  justify-content: flex-start;
  align-items: center;
}
.cat_author_div > p {
  margin-bottom: 10px;
  font-size: 15px;
}

.fa-pen {
  margin-right: 3px;
}

div.entry div.entry_inner p {
  margin-bottom: -3px;
}

div.entry-list.entry-list_style02 div.entry div.entry_inner p {
  margin-bottom: 6px;
}

div.entry-list.entry-list_style02
  div.entry
  div.entry_inner
  div.cat_author_div
  ul {
  margin: 0;
}

article.article-list div.text p {
  margin-bottom: 0;
}

.toc-area_inner .toc-area_list li {
  margin-bottom: 0 !important;
}

.toc-area_inner .toc-area_list {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.toc-area_inner > ol > li > ol {
  margin: 0 !important;
}

div.keni-section_wrap.widget.widget_media_image {
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
}
#media_image-5 {
  padding: 0 0 10px 0 !important;
}
#media_image-5 h3 {
  margin: 0 0 10px 0 !important;
}

div._taxel_recommend_container[gmo_css="gmo_rw_34420"] {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

div.uz-osakalucci_pc .__uz__widget {
  margin: 0 !important;
}

._taxel_recommend_container[gmo_css="gmo_rw_34420"] h2 span {
  color: #fff !important;
  border-left: none !important;
}

._taxel_recommend_container[gmo_css="gmo_rw_34420"] h2 {
  background: #ff4e46 !important;
}

div._taxel_recommend_container[gmo_css="gmo_rw_34420"] {
  padding-top: 10px !important;
}

.uz-osakalucci_pc .__uz__widget .__uz__header-div span {
  padding: 10px;
  background: #ff4e46;
  display: inherit;
  color: #fff;
  font-size: 22px;
}

.uz-osakalucci_pc .__uz__widget .__uz__header-div:before {
  display: none;
}

/*↓人気記事ランキング*/

#views-2 dl dt {
  float: left;
  margin-right: 5px;
}

#views-2 dl dt img {
  display: block;
  width: 95px;
  height: 95px;
}

#views-2 dl dd {
  /*font-weight: bold;*/
  color: #000;
}

#views-2 dl dd:hover {
  color: var(--main-color);
}

#views-2 dl dd span {
  font-weight: bold;
}

#views-2 dl dd a {
  font-weight: normal;
  color: #000;
}

#views-2 dl:hover {
  color: var(--main-color) !important;
  text-decoration: underline;
}

#views-2 dl {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  position: relative;
}

#views-2 dl:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #views-2 dl {
    padding-bottom: 30px;
    height: 106px;
  }
  #views-2 dl:last-child {
    padding-bottom: 20px;
  }
  div#media_image-4 {
    display: flex;
    justify-content: center;
    background-color: transparent;
  }
  #media_image-5 a {
    display: flex;
    justify-content: center;
  }
}

#views-2 dl dd:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  border-width: 13px;
  border-style: solid;
  border-color: #80cbc4;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
}

#views-2 dl dd:after {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 3px;
  content: counter(number);
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

#views-2 dl:nth-child(1) dd:after {
  content: "1";
}
#views-2 dl:nth-child(1) dd:before {
  border-color: #f9a825;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
#views-2 dl:nth-child(2) dd:after {
  content: "2";
}
#views-2 dl:nth-child(2) dd:before {
  border-color: #bdbdbd;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
#views-2 dl:nth-child(3) dd:after {
  content: "3";
}
#views-2 dl:nth-child(3) dd:before {
  border-color: #8d6e63;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
#views-2 dl:nth-child(4) dd:after {
  content: "4";
}
#views-2 dl:nth-child(5) dd:after {
  content: "5";
}
#views-2 dl:nth-child(6) dd:after {
  content: "6";
}
#views-2 dl:nth-child(7) dd:after {
  content: "7";
}
#views-2 dl:nth-child(8) dd:after {
  content: "8";
}
#views-2 dl:nth-child(9) dd:after {
  content: "9";
}
#views-2 dl:nth-child(10) dd:after {
  content: "10";
  left: 0;
}

/*↑人気記事ランキング*/
.keni-gnav_wrap {
  position: absolute;
  top: 0;
  left: calc(50% - 280px);
  transition: 0.5s;
  z-index: 9999;
}

.keni-header .site-title,
.keni-header_col1 .site-title {
  position: absolute;
  left: 0;
  top: 0;
}

.keni-header_wrap {
  height: 81px;
  background-image: none !important;
  box-shadow: 0px 15px 10px 20px white;
  margin-bottom: 50px;
}

p.site-description {
  display: none;
}

.keni-gnav-child_btn {
  display: none !important;
}

ul#menu li a {
  padding: 0 !important;
}

ul#menu > li {
  /*padding: 62px 0 0px;*/
  /*background-image: url("images/icon01_color.svg");*/
  background-position: top 10px center;
  background-repeat: no-repeat;
  background-size: 50%;
  text-align: center;
  width: 6em;
  position: relative;
  font-size: 1em !important;
  height: 86px;
}
ul#menu > li:nth-child(7) {
  width: 6.5em;
  padding-left: 8px;
}

ul#menu > li:hover {
  background-color: var(--main-color);
  /*background-image: url("images/icon01_w.svg");*/
}
ul#menu > li:nth-child(1) {
  background-image: url("images/icon01_color.svg");
}
ul#menu > li:nth-child(1):hover {
  background-image: url("images/icon01_w.svg");
}
ul#menu > li:nth-child(2) {
  background-image: url("images/icon03_color.svg");
}
ul#menu > li:nth-child(2):hover {
  background-image: url("images/icon03_w.svg");
}
ul#menu > li:nth-child(3) {
  background-image: url("images/icon04_color.svg");
}
ul#menu > li:nth-child(3):hover {
  background-image: url("images/icon04_w.svg");
}
ul#menu > li:nth-child(4) {
  background-image: url("https://tokyolucci.jp/wp-content/uploads/2020/07/uranai.svg");
}
ul#menu > li:nth-child(4):hover {
  background-image: url("https://tokyolucci.jp/wp-content/uploads/2020/07/uranai_w.svg");
}
ul#menu > li:nth-child(5) {
  background-image: url("images/icon05_color.svg");
}
ul#menu > li:nth-child(5):hover {
  background-image: url("images/icon05_w.svg");
}
ul#menu > li:nth-child(6) {
  background-image: url("images/mark.png");
}
ul#menu > li:nth-child(6):hover {
  background-image: url("images/mark_w.png");
}
ul#menu > li:nth-child(6) > a {
  letter-spacing: -1px;
}
ul#menu > li:nth-child(7) {
  background-image: url("images/lucci_logo__mark_tokyo.svg");
}
ul#menu > li:nth-child(7):hover {
  background-image: url("images/lucci_logo__mark_tokyo_w.svg");
}
ul#menu > li:nth-child(7) > a {
  letter-spacing: -1px;
}

ul#menu > li > a:hover,
ul#menu > li > a:active,
ul#menu > li > a:focus {
  border-bottom: 0 !important;
}

ul#menu > li > a {
  border-bottom: 0 !important;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  padding: 62px 0 0 0 !important;
}

ul#menu > li:hover > a {
  font-size: 0.8em;
  color: #fff;
}

ul#menu > li:hover > ul.sub-menu {
  display: block;
  border: 3px solid var(--main-color);
  position: absolute;
  top: 86px;
  left: -2.6em;
  width: 11em;
  border-radius: 15px;
  background: #fff !important;
  overflow: hidden;
}

ul#menu > li:nth-child(7):hover > ul.sub-menu {
  left: -2.4em;
}

ul#menu > li:hover > ul.sub-menu > li {
  background: none;
  width: 100%;
  padding: 0;
  border-bottom: 3px solid var(--main-color);
}

ul#menu > li:hover > ul.sub-menu > li:last-child {
  border-bottom: 0;
}

ul#menu > li:hover > ul.sub-menu > li > a {
  color: var(--main-color);
  width: 100%;
  display: block;
  padding-top: 0.7em !important;
  background-color: #fff !important;
}
ul#menu > li:hover > ul.sub-menu > li > a:hover {
  background-color: var(--bg-color) !important;
}

div.sub02 {
  position: absolute;
  right: 5px;
  width: 30vw;
}

div.sub02 ul {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5em !important;
}

div.sub02 li {
  margin-left: 10px;
}

div.sub02 a {
  color: #000 !important;
  font-weight: bold;
  font-size: 1.3em;
}

.effect-fade {
  opacity: 0;
  width: 0 !important;
  transform: translate(0, 0);
  transition-duration: 1s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  width: 100% !important;
  transform: translate(0, 0);
}

.mg0 {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

div.archive_slider article {
  background-color: white;
  border-radius: 20px;
  margin: 0 5px;
  min-height: 490px;
}

div.archive_slider article div.entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.archive_slider article figure.entry_thumb {
  max-width: none !important;
  margin: 0 !important;
}

div.archive_slider article div.entry_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

div.archive_slider article ul.entry_date {
  display: flex;
  justify-content: flex-start;
}

div.archive_slider article div.sns-btn_tw a {
  height: 30px;
  overflow: hidden;
}

div.map {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  /*background-image: url("images/map_osaka_city.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: relative;
}

div.map_page {
  flex-direction: column;
}

div.map_page img {
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

div.map_divided {
  border-radius: 20px;
  overflow: hidden;
  width: 49%;
}

div.map map {
  width: 0;
}

div.map ul {
  background-color: white;
  border: 5px solid var(--main-color);
  position: absolute;
  left: 30px;
  top: 30px;
}
div.map > ul {
  z-index: 50;
  display: none;
}
div.map ul li.group {
  background-color: var(--main-color);
}
div.map ul li.group a {
  color: white;
}
div.map div.area_btn {
  height: 100%;
  background-color: transparent;
}
div.map div.area_btn ul {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  margin: 0 !important;
}
div.map div.area_btn ul li {
  background-color: var(--main-color);
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 16px 0;
  line-height: 24px;
  display: none;
}
div.map div.area_btn ul li a {
  color: white;
}

li#li_umeda {
  position: absolute;
  left: 64%;
  top: 22%;
}

li#li_shinsaibashi {
  position: absolute;
  left: 64%;
  top: 37%;
}

li#li_namba {
  position: absolute;
  left: 64%;
  top: 51.5%;
}

li#li_tennouji {
  position: absolute;
  left: 64%;
  top: 66%;
}

li#li_kyobashi {
  position: absolute;
  left: 75%;
  top: 25%;
}

li#li_bayarea {
  position: absolute;
  left: 45%;
  top: 50%;
}

li#li_airport {
  position: absolute;
  left: calc(15% - 32px);
  bottom: 110px;
  z-index: 10;
}

div.airport_area {
  position: absolute !important;
  left: 15%;
  bottom: 10px;
  width: 150px !important;
  height: 150px;
  background-image: url("images/map_airport.png");
  background-size: cover;
  border: 8px solid #e33c0b;
  display: none;
}

div.map li.color_orange a {
  color: var(--main-color) !important;
}

p.more {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 400;
  line-height: 2.2em;
}

p.more a {
  color: #fff !important;
}

.relative {
  position: relative;
}

@media screen and (max-width: 767px) {
  div.map {
    /*margin-bottom: 400px;*/
    /*height: 213px;*/
    height: auto;
    flex-direction: row;
    align-items: center;
  }
  div.map img {
    /*width: 50%;*/
  }

  div.map div.area_btn ul li {
    background-color: var(--main-color);
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    line-height: 24px;
    overflow: hidden;
    padding-top: 4px;
    display: none;
  }

  li#li_bayarea a {
    margin-top: -49px;
    display: block;
  }

  div.airport_area {
    width: 75px !important;
    height: 75px;
    left: 10px;
    display: none;
  }

  li#li_airport {
    left: 0px;
    bottom: 68px;
  }

  div.map > ul {
    position: absolute;
    margin: 300px 0 0 0 !important;
    left: auto !important;
    width: 100%;
    display: none;
  }

  div.map div.area_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

article.article-list {
  width: 277px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

article.article-list h2 {
  padding: 0;
  border: 0;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 !important;
  /*min-height: 83px;*/
}

article.article-list h2 a {
  color: #000 !important;
}

article.article-list time {
  display: block;
  font-size: 14px;
  line-height: 2.6em;
  /*width: calc(50% - 10px);*/
  color: #adadad;
  margin-top: -10px;
}

.time_left {
  border-right: 1px solid #adadad;
}

article.article-list div.text {
  padding: 8px;
}

article.article-list .cat-data {
  background-color: #aaa;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0 5px;
  font-size: 0.75em;
  height: 20px;
  line-height: 1.7em;
  overflow: hidden;
}

article.article-list div.ently_read-more {
  max-width: 210px;
  margin: 0 auto;
}

article.article-list a.cat_block {
  display: block;
  margin-right: 2px;
}

article.article-list div.cat_div {
  justify-content: flex-start;
  margin-top: -8px;
  margin-bottom: -10px;
}

aside.sns-btn_wrap {
  width: 80% !important;
  margin-right: auto !important;
}

article.post .ently_read-more {
  margin: 0 !important;
}

article.article-list .ently_read-more {
  margin-top: 6px !important;
}

.mgbtm {
  margin-bottom: 10px;
}

div.ichiran {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.ichiran article {
  margin-bottom: 10px;
}

div.ichiran aside.sns-btn_wrap a {
  height: 30px;
  overflow: hidden;
}

div.relative article {
  margin: 0 5px;
}

ul.page-numbers {
  margin-left: 0;
  letter-spacing: -0.5em;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 42px;
}

ul.page-numbers li:last-child {
  margin-right: 0;
}

ul.page-numbers li span.current {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

ul.page-numbers li span {
  width: 33px;
  height: 40px;
  display: block;
}

ul.page-numbers li a {
  display: block;
  width: 33px;
  height: 40px;
  color: #333;
  text-decoration: none;
}

ul.page-numbers li a:hover {
  background-color: #ffe8e1;
}

div.pagination {
  width: 100%;
}

div.footer-menu > div {
  width: 100%;
}

div.footer-menu > div > ul {
  align-items: flex-start !important;
  justify-content: space-around;
  flex-wrap: nowrap !important;
}

div.footer-menu > div > ul > li > a {
  border-bottom: 3px solid var(--main-color) !important;
}

div.footer-menu a:hover {
  background-color: #fcf2f7;
}

div.footer-menu li.menu-item:hover {
  background-color: #ffebf6;
}
div.footer-menu li.menu-item:hover ul {
  background-color: #ffebf6;
}

div.footer-menu li.menu-item ul li:hover {
  background-color: #fcf2f7;
}

div.footer-menu li.menu-item ul {
  /* margin: 0 !important; */
  min-width: 170px;
}

div.footer-menu li.menu-item ul li a {
  border-bottom: 0 !important;
  /* オーバーした要素を非表示にする*/
  overflow: hidden;

  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;

  /* 幅を指定しないとテキストの長さによって要素の幅が変わるため指定 */
  /*width: 120px;*/

  /* オーバーしたテキストを３点リーダーにする */
  text-overflow: ellipsis;
}
div.keni-footer_wrap {
  position: relative;
  padding-bottom: 165px;
}
div.keni-copyright_wrap {
  border-top: 5px solid var(--main-color) !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 165px;
  display: flex;
  justify-content: space-between;
}

.prm {
  padding-right: var(--margin-midium);
}

footer .logo,
footer div.logo p {
  color: var(--main-color);
}

ul.sns li.title {
  line-height: 32px;
  font-weight: bold;
}

ul.sns li a img {
  width: 32px;
  height: 32px;
}

p.page-top {
  opacity: 0.7;
  z-index: 510;
}

ul.sns li {
  padding: 0.5em;
}

div.keni-copyright_wrap p.plm.prm {
  color: #000;
}

div.copy_write > p {
  color: #000 !important;
}

ul.sub_menu li {
  padding: 0.5em;
}

ul.sub_menu li:last-child {
  margin-bottom: auto !important;
}

ul.sub_menu li a {
  color: #000;
  font-size: 1em;
}

div.archive_title_wrap {
  background-color: #fff;
}

div.archive_title_wrap div.post-tag {
  margin: -30px 0 15px 30px;
}

.post-tag dd li {
  background: #fff !important;
  border: 1px solid #aaa !important;
}

.post-tag dd li a::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
  color: var(--main-color);
}

.keni-section h1:not(.title_no-style) {
  background-image: none !important;
  border-top: 3px solid var(--main-color);
}

body.home .entry_description {
  display: none;
}

.entry_status {
  width: 100%;
}

h1.archive_title {
  background-image: none !important;
  border-top: 3px solid var(--main-color);
}

div.writers {
  background-color: #fff;
}

div.writers .writer-profile {
  display: flex;
  border-bottom: 1px solid #aaa;
}

div.writers figure.eyecatch {
  min-width: 150px;
  text-align: center;
}

div.writers div.profiletxt {
  padding: 14px;
}

div.writers div.profiletxt p.name {
  font-weight: bold;
  color: #000;
}

div.w_button a {
  margin: 0 5px;
}

.fa-home {
  color: #ff8c00;
}

.fa-twitter {
  color: #49c9fb;
}

.fa-facebook-square {
  color: #305c99;
}

.fa-instagram {
  color: #f14d5a;
}

.fa-youtube {
  color: #ff0000;
}

div.tagcloud {
  margin: 0 !important;
}

div.tagcloud a {
  font-size: 13px;
  border: 1px solid #aaa;
}

div.archive_title_wrap {
  margin-bottom: 20px;
}

.keni-footer_outer .footer-menu li a {
  padding: 0 !important;
}

div.entry-list article {
  border-radius: 20px;
  overflow: hidden;
}

* {
  min-height: 0;
  min-width: 0;
}

.footer-menu ul.menu > li {
  padding: 0;
  text-indent: 19px;
  background-position: left 4px top 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  text-align: left;
  position: relative;
}

.footer-menu ul.menu > li:nth-child(1) {
  background-image: url(images/icon01_color.svg);
}

.footer-menu ul.menu > li:nth-child(2) {
  background-image: url(images/icon03_color.svg);
}

.footer-menu ul.menu > li:nth-child(3) {
  background-image: url(images/icon04_color.svg);
}

.footer-menu ul.menu > li:nth-child(4) {
  background-image: url(https://tokyolucci.jp/wp-content/uploads/2020/07/uranai.svg);
}

.footer-menu ul.menu > li:nth-child(5) {
  background-image: url(images/icon05_color.svg);
}

.footer-menu ul.menu > li:nth-child(6) {
  /*background-image: url(https://osakalucci.jp/wp-content/uploads/2020/05/mark.png);*/
background-image: url(https://tokyolucci.jp/wp-content/themes/keni8-child_tokyolucci/images/mark.png);
    
}

.footer-menu ul.menu > li:nth-child(7) {
  background-image: url(https://tokyolucci.jp/wp-content/uploads/2020/06/lucci_logo__mark_tokyo.png);
}

article.article-list img {
  max-height: 185px;
}

.entry-list .entry_thumb img {
  max-height: 185px;
}

span.comic,
span.curry,
span.ramen,
span.osaka-bay-area,
span.job-lucci {
  background-color: #24c1cd !important;
}

span.atm,
span.gourmet,
span.postergirl,
span.osaka-gourmet,
span.leisure-odekake,
span.newstadium,
span.others {
  background-color: #ef6050 !important;
}

span.event,
span.osaka-shi,
span.sweets,
span.lunch,
span.shrine-temple,
span.dateplan {
  background-color: #87662f !important;
}

span.festival,
span.fortune,
span.leisure,
span.meet-up,
span.fashion,
span.shrines-and-temples,
span.tourist-attractions,
span.pr {
  background-color: #80be11 !important;
}

span.hyogo,
span.useful,
span.bread,
span.izakaya,
span.sightseeing,
span.poster-girl {
  background-color: #888888 !important;
}

span.izumi-shi,
span.shopping,
span.hotel,
span.shinsaibashi-area,
span.namba-area {
  background-color: #2176d5 !important;
}

span.airport,
span.kyobashi-area,
span.osaka-mitsuketai,
span.omoshirokikaku {
  background-color: #2eb717 !important;
}

span.odekake,
span.dinner,
span.tennoji-area,
span.beauty,
span.tokyo-gourmet,
span.sonota {
  background-color: #f3b117 !important;
}

span.learn,
span.souvenir,
span.bus,
span.kikaku,
span.access,
span.coin-lockers {
  background-color: #8681cb !important;
}

span.parking,
span.cafe,
span.morning,
span.smoking-area,
span.umeda-area,
span.restaurant,
span.ad-watch {
  background-color: #e4729f !important;
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

div#custom_html-4,
div#custom_html-3,
div#custom_html-5,
div#custom_html-6 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  background-color: transparent;
  display: flex;
  justify-content: center;
}

div#top {
  margin-top: -25px;
}

div#div-gpt-ad-1570528510111-0 {
  position: fixed;
  bottom: 0;
  z-index: 500;
}

section#comments {
  display: none;
}

.sns-btn_wrap > .sns-btn_tw a,
.sns-btn_wrap > .sns-btn_fb a,
.sns-btn_wrap > .sns-btn_hatena a {
  height: 30px;
  overflow: hidden;
}

header div.keni-header_inner img {
  width: 88px;
  height: auto;
}

.keni-header .site-title,
.keni-header_col1 .site-title {
  font-size: 2.5rem !important;
}

.article-body p {
  font-size: 13pt;
  line-height: 1.6em;
  margin-bottom: 10px !important;
}

.keni-section .article-body h3 {
  margin-top: 20px !important;
}

.keni-section .article-body h2 {
  margin-top: 25px !important;
}

.keni-section .article-body .toc-area {
  margin: 20px auto !important;
}

.keni-header_inner .site-title {
  font-size: 20px;
  line-height: 38px;
  display: flex;
  align-items: center;
}

.site-title > a {
  display: flex;
  align-items: center;
}

.keni-section .sub-section_title {
  font-weight: bold !important;
}

body.home h3.sub-section_title,
body.home p.more {
  font-size: 14pt;
}
#_popIn_recommend {
  margin: 30px 47px;
}

/*		Button
---------------------------------------------------------------*/

.surfing-su-button-center a:hover {
  opacity: 1 !important;
}

.surfing-su-button {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ie-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.surfing-su-button-wide {
  display: block !important;
  margin: 1em 0;
}
.surfing-su-button-center {
  text-align: center;
}
.surfing-su-button span {
  display: block !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ie-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.surfing-su-button img {
  border: none !important;
  vertical-align: middle !important;
  margin: -0.2em 0.4em 0 -0.3em !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.surfing-su-button i {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0 !important;
  text-align: center;
  line-height: 1em;
}
.surfing-su-button.surfing-su-button-float-icon img {
  margin: 0 0.5em !important;
}
.surfing-su-button small {
  display: block;
  margin: -0.2em 0 0 0;
  color: inherit;
  text-align: center;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  .surfing-su-button span {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
    line-height: 1.2 !important;
  }
  .surfing-su-button small {
    margin-top: 0.2em !important;
  }
}
.surfing-su-button-style-default {
  border-width: 1px;
  border-style: solid;
}
.surfing-su-button-style-default:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.surfing-su-button-style-default span {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.surfing-su-button-style-flat,
.surfing-su-button-style-flat span {
  border: none;
}
.surfing-su-button-style-flat span {
  position: relative;
}
.surfing-su-button-style-flat:hover span {
  top: 1px;
}
.surfing-su-button-style-ghost {
  background: transparent !important;
}
.surfing-su-button-style-ghost span {
  border-width: 3px;
  border-style: solid;
}
.surfing-su-button-style-ghost:hover span {
  border-color: inherit !important;
}
.surfing-su-button-style-soft span {
  background: 0 -20px url("../images/styles/style-soft.png") repeat-x;
}
.surfing-su-button-style-soft:hover span {
  background: 0 0 url("../images/styles/style-soft.png") repeat-x;
}
.surfing-su-button-style-glass span {
  background: 0 50% url("../images/styles/style-glass.png") repeat-x;
}
.surfing-su-button-style-glass:hover span {
  background: 100% 50% url("../images/styles/style-glass.png") repeat-x;
}
.surfing-su-button-style-bubbles span {
  background: 0 50%
    url("https://tokyolucci.jp/wp-content/themes/surfing/lib/shortcodes-ultimate/assets/images/styles/style-bubbles.png")
    no-repeat;
}
.surfing-su-button-style-bubbles:hover span {
  background: -710px 50%
    url("https://tokyolucci.jp/wp-content/themes/surfing/lib/shortcodes-ultimate/assets/images/styles/style-bubbles.png")
    no-repeat;
}
.surfing-su-button-style-noise span {
  background: 0 0 url("../images/styles/style-noise.png") repeat-x;
}
.surfing-su-button-style-noise:hover span {
  background: 0 0 url("../images/styles/style-noise.png") repeat-x;
}
.surfing-su-button-style-stroked span {
  margin: 1px;
  border: 1px dashed #fff !important;
}
.surfing-su-button-style-stroked:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.surfing-su-button-style-3d {
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.surfing-su-button-style-3d span {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.surfing-su-button-style-3d:hover {
  position: relative;
  top: 3px;
  border-bottom-width: 3px;
}
/*		Button
---------------------------------------------------------------*/

div.map_tokyo {
  display: flex;
  justify-content: center;
}
div.map_left {
  width: 0;
  background-color: #fff;
  /*min-width:300px;*/
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
div.area-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.map_right {
  /*width:66.66%;*/
  position: relative;
  overflow: hidden;
  height: fit-content;
}
div.mapping {
  position: absolute;
  /*border:1px solid #aaa;*/
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
#map1 {
  /*都心*/
  top: 48%;
  left: 55%;
  width: 18%;
  height: 16%;
}
#map2 {
  /*湾岸*/
  top: 52%;
  left: 71%;
  width: 13%;
  height: 15%;
}
#map3 {
  /*下町*/
  top: 22%;
  left: 67%;
  width: 25%;
  height: 22%;
}
#map4 {
  /*池袋*/
  top: 23%;
  left: 32%;
  width: 39%;
  height: 22%;
}
#map5 {
  /*新宿*/
  top: 41%;
  left: 27%;
  width: 28%;
  height: 13%;
}
#map6 {
  /*渋谷*/
  top: 60%;
  left: 27%;
  width: 28%;
  height: 20%;
}
#map7 {
  /*品川*/
  top: 78%;
  left: 45%;
  width: 28%;
  height: 15%;
}
#map8 {
  /*神奈川*/
  top: 94%;
  left: 50%;
  width: 35%;
  height: 9%;
}
#map9 {
  /*埼玉*/
  top: 6%;
  left: 50%;
  width: 35%;
  height: 9%;
}
#map10 {
  /*千葉*/
  top: 50%;
  left: 94%;
  width: 9%;
  height: 35%;
}
#map11 {
  /*23gai*/
  top: 50%;
  left: 6%;
  width: 9%;
  height: 35%;
}
img#tokyomap {
  margin: 0 auto;
  display: block;
}
div.area-container > ul {
  margin: 0;
  padding: 16px;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
div.area-container > ul > li > a {
  font-size: 17px;
  font-weight: bold;
}
div.area-container > ul > li > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
div.area-container > ul > li > ul > li {
  margin-bottom: 16px;
}
div.area-container > ul > li > ul > li > a,
div.area-container > ul > li > ul > li > ul > li > a {
  background-color: #eee;
  width: fit-content;
  border-radius: 23px 0 0 23px;
  padding: 0 5px 0 16px;
  /* padding-left: 16px; */
  display: block;
  line-height: 23px;
  font-size: 11px;
  font-weight: bold;
  position: relative;
}
div.area-container > ul > li > ul > li > ul > li > a {
  margin-left: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
}
div.area-container > ul > li > ul > li.menu-item-has-children > a {
  float: left;
  margin-right: 15px;
}
div.area-container > ul > li > ul > li > a:before,
div.area-container > ul > li > ul > li > ul > li > a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 6px;
  left: 3px;
  position: absolute;
}
div.area-container > ul > li > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -12px;
  border-left: 9px solid var(--main-color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
div.area-container > ul ul.sub-menu {
  margin: 0;
}
div.area-container > ul.menu {
  position: relative;
}

@media screen and (max-width: 767px) {
  header div.keni-header_inner img {
    width: 40px;
    height: auto;
  }
  div.map_tokyo {
    flex-direction: column-reverse;
  }
  div.map_right {
    /*margin-bottom:655px;*/
  }
  div.map_left {
    width: auto;
  }
}

/********************************************************************/

@media screen and (max-width: 1215px) {
  body.home article.article-list img {
    height: 14vw;
  }

  body.home div.slick-track article.article-list img {
    height: 14vw;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  body.home div.slick-track article.article-list img {
    height: 19.3vw;
  }
}

@media screen and (max-width: 767px) {
  .article-body p {
    font-size: 11pt;
  }

  .cat_author_div {
    align-items: flex-start;
  }

  body.single .cat_author_div {
    flex-direction: row;
    align-items: center;
  }

  ul#menu > li > a {
    padding: 15px !important;
  }

  div.entry div.entry_inner p {
    font-size: 10px;
  }

  article.article-list div.text p {
    font-size: 10px;
    margin-bottom: -11px;
  }

  div.keni-gnav_btn {
    width: 30px !important;
    height: 30px !important;
    transition: 0.5s;
    top: 13px;
  }

  div.keni-section_wrap.widget.widget_media_image {
    margin: 0 20px 40px !important;
  }

  body.home article.article-list img {
    height: auto;
  }
  body.home div.slick-track article.article-list img {
    width: auto;
    height: auto;
  }

  .keni-gnav_btn {
    background-color: var(--main-color) !important;
    border-radius: 50%;
    z-index: 420 !important;
  }
  .keni-gnav_btn_icon-open {
    left: 7px !important;
    margin-top: -1px !important;
  }
  .keni-gnav_btn_icon-open,
  .keni-gnav_btn_icon-open::before,
  .keni-gnav_btn_icon-open::after {
    background-color: #fff !important;
    height: 3px !important;
    width: 17px !important;
    border-radius: 20%;
  }

  .keni-gnav_btn_icon-open::after {
    margin-top: 5px !important;
  }
  .keni-gnav_btn_icon-open::before {
    margin-top: -8px !important;
  }

  .keni-header_wrap {
    height: 45.5px;
  }

  .keni-gnav_btn_icon-close::before {
    color: #fff;
    font-weight: bold;
  }

  .keni-gnav_inner {
    top: 0px !important;
    z-index: 410 !important;
    padding-bottom: 120px;
  }

  ul.keni-gnav_cont {
    background-color: #ddd;
  }

  ul#menu > li > a {
    pointer-events: none;
  }

  ul#menu > li:nth-child(8) > a,
  ul#menu > li:nth-child(9) > a {
    pointer-events: auto;
  }

  ul#menu > li {
    padding: 10px 0 10px;

    background-position: top 12px left 15px;
  }

  ul#menu > li:nth-child(1) {
    background-image: url(images/icon01_color.svg);
  }

  ul#menu > li:nth-child(2) {
    background-image: url(images/icon03_color.svg);
  }

  ul#menu > li:nth-child(3) {
    background-image: url(images/icon04_color.svg);
  }

  ul#menu > li:nth-child(4) {
    background-image: url(https://tokyolucci.jp/wp-content/uploads/2020/07/uranai.svg);
  }

  ul#menu > li:nth-child(5) {
    background-image: url(images/icon05_color.svg);
  }

  /*ul#menu>li:last-child{
		background-image: none;
		width: 100%;
		padding:0;
		text-indent: 0;
	}*/

  ul#menu > li:hover ul {
    top: 10px !important;
    left: 96px !important;
    width: 11em;
  }
  ul#menu > li:nth-child(5):hover ul {
    top: -170px !important;
  }

  ul#menu > li:hover > a {
    font-size: 1em;
  }

  .search-box {
    margin-left: 177px;
    max-width: 150px !important;
    margin-top: -5px;
  }
  .search-box input[type="search"],
  .search-box input[type="text"] {
    border: 1px solid #aaa !important;
    height: 35px !important;
  }
  .btn-search {
    opacity: 0.5;
    border-left: 1px solid #000;
    height: 35px !important;
    width: 35px;
  }
  ul#menu > li:hover > ul.sub-menu > li {
    border-bottom: 1px solid #aaa;
  }

  aside.sns-btn_wrap {
    margin-left: auto;
  }

  article.article-list div.cat_div {
    flex-direction: row;
    margin-top: -4px;
  }

  body.home .ently_read-more {
    display: none;
  }

  div.relative article {
    margin: 5px;
  }

  .slick-prev {
    left: -13px !important;
  }

  .slick-next {
    right: -13px !important;
  }

  p.more {
    bottom: 0;
    margin: 0 !important;
  }

  p.more a {
    color: #fff !important;
  }

  .relative {
    padding-bottom: 0px;
  }

  .map_height {
    /*height: 792px;*/
    background: #fff;
  }

  .keni-footer_outer .footer-menu .menu {
    flex-direction: column;
    align-items: center !important;
  }

  .keni-footer_outer .footer-menu li {
    width: 80% !important;
  }

  .keni-footer_wrap {
    padding-bottom: 0 !important;
  }

  .keni-copyright_wrap {
    position: relative !important;
    flex-direction: column;
    height: auto !important;
  }

  div.writers .writer-profile {
    flex-direction: column;
    border-bottom: 1px solid #aaa;
  }

  li#recruit_lucci {
    margin: 0 auto !important;
    background-image: none !important;
    display: block;
  }

  .keni-gnav_btn {
    right: 13px !important;
    top: -31px;
  }

  div.archive_slider article {
    min-height: 398px !important;
  }

  .fn-footer-panel.is-active {
    z-index: 600;
  }

  body.home div.relative article {
    width: 100%;
    display: flex;
    border-radius: 10px;
    align-items: center;
  }
  body.home div.relative article > a {
  }
  body.home div.relative article img {
  }

  body.home div.relative article div.text {
    margin-bottom: -4px;
    width: 120%;
  }

  body.home div.relative article div.text span.cat-data {
    font-size: 9px;
    height: 15px;
    overflow: hidden;
  }

  body.home div.relative article div.text aside.sns-btn_wrap {
    display: none;
  }

  body.home div.relative article time {
    font-size: 10px;
    display: block;
    width: auto;
    margin-top: 0;
    line-height: 1em;
  }

  body.home div.relative article div.text h2 {
    font-size: 3.5vw;
    line-height: 1em;
    margin-bottom: 3px !important;
  }

  article.article-list h2 {
    min-height: 0;
  }
  /*
	body.home article.article-list h2{
		font-size: 12px;
	}
	*/
  .keni-main_wrap {
    margin-top: 40px;
  }

  .fn-footer-panel.is-active {
    bottom: 94px !important;
  }

  div#top {
    /*margin-bottom: 94px;*/
  }
  #_popIn_recommend {
    margin: 0;
  }

  div.keni-mv_wrap {
    margin-top: 50px;
    margin-bottom: -40px;
  }

  .time_left {
    border-right: 0;
  }

  /*
	
	body.home div.relative div.flex.mgbtm{
		flex-direction:row;
		align-items: unset;
		
	}
	
	body.home article.article-list div.text{
		padding: 4px;
    	padding-bottom: 12px;
	}
	
	body.home article.article-list time{
		font-size: 9px;
    line-height: 10px;
    width: calc(50% - 3px);
	}
	
	body.home article.article-list div.cat_div{
		flex-direction:row;
		flex-wrap: wrap;
		margin-top: -8px;
	}
	
	body.home article.article-list .cat-data{
		    font-size: 12px;
    line-height: 20px;
		overflow:hidden;
	}
	
	body.home .keni-section_wrap .sns-btn_wrap{
		display: none;
	}
	
	body.home article.article-list img{
		max-height: 72px;
	}
	
	body.home div.slick-track article.article-list{
		width: 247px;
	}
	
	body.home div.slick-track article.article-list img{
		    display: block;
    max-height: 185px;
    width: auto;
    margin: 0 auto;
	}
	
	body.home div.slick-track article.article-list div.text{
		padding:8px;
	}
	
	body.home div.slick-track article.article-list div.text h2{
		font-size:1.6rem;
	}
	body.home div.slick-track article.article-list time{
		font-size: 14px;
    line-height: 1em;
    width: calc(50% - 10px);
	}
	body.home div.slick-track article.article-list div.cat_div{
		margin-top: 0px;
	}
	*/
  body.home article.article-list div.cat_div a.cat_block {
    margin-bottom: -8px;
  }

  body.home div.slick-track article.article-list {
    display: block;
  }
  body.home div.slick-track article.article-list img {
    max-height: none;
    width: auto;
    margin: 0 auto;
  }

  body.home div.slick-track article.article-list div.text {
    width: auto;
  }

  body.home div.slick-track article.article-list div.text h2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  body.home div.slick-track article.article-list div.text time {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    width: calc(50% - 10px);
  }

  body.home div.slick-track article.article-list div.text .time_left {
    border-right: 1px solid #adadad;
  }

  body.home div.slick-track article.article-list div.cat_div span.cat-data {
    font-size: 0.75em;
    line-height: 1.7em;
    overflow: auto;
    height: 20px;
  }

  body.home div.slick-track article.article-list div.ently_read-more {
    display: block;
    margin: 0 auto;
  }

  body.home div.slick-track article.article-list aside.sns-btn_wrap {
    display: table !important;
  }

  body.home div.archive_slider .slick-prev:before,
  body.home div.archive_slider .slick-next:before {
    opacity: 0.5;
    color: red;
    position: absolute;
    right: 0;
    z-index: 430;
    font-size: 40px;
  }

  body.home div.archive_slider button.slick-prev {
    z-index: 400;
    left: 7px !important;
  }
  .keni-header_wrap.fixed {
    z-index: 403;
  }

  body.home div.slick-track article.article-list img {
    height: 30.1vw;
  }

  div.keni-header_wrap {
    transition: none;
  }
  div.keni-gnav_btn,
  div.keni-gnav_wrap {
    transition: none;
  }
  div.keni-header_wrap.hide {
    transform: translateY(-230%);
  }
  div.keni-gnav_btn.hide,
  div.keni-gnav_wrap.hide {
    opacity: 0;
  }

  div.copy_write > p {
    font-size: 13px;
  }

  ul.sns li.title {
    font-size: 10px;
  }

  .keni-gnav_btn_icon-close::before {
    width: 30px !important;
    content: "×" !important;
    top: -9px;
  }

  ul#menu > li:hover > ul.sub-menu {
    position: static;
  }

  ul#menu > li {
    width: 100% !important;
    background-size: 15%;
    height: auto;
    text-align: left;
    text-indent: 65px;
    border-bottom: 0;
    transition: 0.2s;
    padding-top: 18px;
    line-height: 31px;
    padding: 0;
  }

  ul#menu > li:nth-child(5) {
    border-bottom: 1px solid #e8e8e8;
  }

  ul#menu > li:nth-child(7) {
    padding-left: 0;
  }

  ul#menu > li:hover > ul.sub-menu {
    width: 100%;
    border-radius: 0;
    transition: 0.5s ease-in-out;
    overflow: auto;
    height: auto;
  }

  ul#menu > li:hover > ul.sub-menu > li > a {
    text-align: center;
    text-indent: 0;
    color: #000;
  }
  .entry-list .entry_thumb img {
    max-height: none;
  }

  .keni-gnav-child_btn_icon-open > ul {
    display: block !important;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }
  div.entry-list.entry-list_style02 article {
    padding: 0 !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  div.entry-list.entry-list_style02 article div.entry {
    display: flex;
    align-items: center;
  }
  div.entry-list.entry-list_style02 article div.entry figure {
    margin: 0 0 -8px 0 !important;
    width: 80%;
  }
  div.entry-list.entry-list_style02 article div.entry div.entry_inner {
    padding: 5px 5px 0 8px;
    width: 111%;
  }
  div.entry-list.entry-list_style02 article div.entry div.entry_inner h2 {
    font-size: 3.5vw !important;
    line-height: 1em !important;
    margin: 0 !important;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_status
    ul.entry_date {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_status
    ul.entry_date
    li {
    border-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_status
    ul.entry_category {
    margin: 0 !important;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_status
    ul.entry_category {
    margin-bottom: 0px !important;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_description {
    display: none;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.ently_read-more {
    display: none;
  }

  div.map_page {
    display: flex;
    flex-direction: column;
  }
  div.map_page img {
    width: 95%;
  }
  .iphone_cat {
    margin-bottom: 0 !important;
  }
  #search-4,
  #search-3 {
    display: none;
  }
  ul.sns li:last-child {
    margin-bottom: 0.5em !important;
  }

  .article_wrap {
    margin: 10px 0 !important;
  }
}

@media screen and (max-width: 560px) {
  body.home div.slick-track article.article-list img {
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .fn-footer-panel.is-active {
    bottom: 80px !important;
  }
  div#top {
    margin-bottom: 80px;
  }

  div.entry-list.entry-list_style02 article div.entry div.entry_inner {
    margin-bottom: -8px;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_status
    ul.entry_date
    li {
    font-size: 2vw;
  }
  div.entry-list.entry-list_style02
    article
    div.entry
    div.entry_inner
    div.entry_status
    .entry_category_item {
    font-size: 2vw !important;
  }
}

#div-gpt-ad-1618376353246-0 {
  position: fixed;
  bottom: 0;
  z-index: 500;
}

#web_plugin_chat_box.__mobile {
  bottom: 64px !important;
}

.page-top a {
  padding: 15px 15px !important;
}

img.w {
  border: 1px solid #c7c7c7;
}

a[data-wpel-link="external"] {
  color: #0000ee;
}
a[data-wpel-link="external"]:visited {
  color: #551b8c;
}

.uz-rank-tokyolucci_pc .__uz__widget .__uz__articles-area {
  padding: 1em 0 1.5em 0 !important;
}

a.su-button .wpel-icon.wpel-image,
svg + .wpel-icon.wpel-image {
  display: none !important;
  visibility: hidden !important;
}

/* Sidebar - UZOU block */
#custom_html-35 {
  padding: 0 !important;
}

aside#secondary .widget_custom_html,
.widget_facebook_likebox {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Sidebar - Searchbox */
aside#secondary .widget_search {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
aside#secondary .widget_search > section {
  position: absolute;
  left: 0;
}
aside#secondary .widget_search .search-box {
  width: 300px;
}

.adsbygoogle {
  max-width: 100%;
  overflow: hidden;
}

/*Simple Custom CSS*/
/* Enter Your Custom CSS Here */ /*2015年7月13日アダマント追加cft*/
@media screen and (min-width: 641px) {
  .adamant {
    width: 100%;
    margin-bottom: 2px;
    background-color: #ddd;
  }
  .adamant p {
    line-height: 1em;
    padding-top: 5px;
  }
  .adamanttitle {
    float: left;
    width: 28%;
    padding-left: 8px;
    background-color: #ddd;
  }
  .adamantright {
    width: 69%;
    float: right;
    margin: 0 0 0 0;
    padding: 0 5px;
    background-color: #fff;
  }

  .iframe {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  /* clearfix
---------------------------------------- */
  /* Modern Browsers */
  .clearfix:after,
  .imgSec01:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
  }
  /* Legacy IE */
  .clearfix,
  .imgSec01 {
    *zoom: 1;
  }
}
@media screen and (max-width: 640px) {
  .adamant {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .adamant p {
    padding-bottom: 2px !important;
    padding-left: 5px;
  }
  .adamanttitle {
    padding-left: 5px;
    height: 29px !important;
    background-color: #ddd;
  }
  .adamantright {
    padding: 0 0;
    margin: 0;
    overflow: hidden;
  }

  .iframe {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
  }
}
/*2015年7月13日アダマント追加cftここまで*/

/*★記事表示方法スイッチボタン非表示★*/
.switch_display {
  display: none;
}

/*★出典copyここから★*/
.copy {
  font-size: x-small;
  color: #ccc;
  text-align: left;
  position: relative;
  top: -27px;
  margin-bottom: none;
  padding-bottom: none;
}

/*★ランキングリスト★*/
.rankingList a {
  text-decoration: underline;
  font-weight: bold;
}

/*★記事内リンク色★*/
article .body a:link {
  color: #33bad2 !important;
}
article .body a:visited {
  color: #5706c4 !important;
}
article .body a:hover {
  color: #4adaf4 !important;
}
article .body a:active {
  color: #4adaf4 !important;
}

/*★目次のアンカージャンプ★*/
#i-1,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10 #i-11,
#i-12,
#i-13,
#i-14,
#i-15,
#i-16,
#i-17,
#i-18,
#i-19,
#i-20 #i-21,
#i-22,
#i-23,
#i-24,
#i-25,
#i-26,
#i-27,
#i-28,
#i-29,
#i-30 {
  padding-top: 10px;
  margin-top: -10px;
}

/*★見出しCSS★*/
article .body h2 {
  position: relative;
  color: #fff;
  background: #f04066;
  font-size: 16pt;
  border: 4px solid #f04066;
  margin: 10px 0px 23px 0px;
  padding: 20px 5px 20px 15px;
  border-radius: 3px;
}
article .body h2:after,
article .body h2:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
article .body h2:after {
  left: 40px;
  border: 10px solid transparent;
  border-top: 10px solid #f04066;
}
article .body h2:before {
  left: 37px;
  border: 13px solid transparent;
  border-top: 13px solid #f04066;
}

article .body h3 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 20px;
  border-left: none;
  border-bottom: solid 3px #000 !important;
}

article .body h3:before {
  content: "";
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 15px;
  width: 15px;
  margin-left: 10px;
  display: block;
  position: absolute;
  background-color: #ff9600;
  top: 13px;
  left: 5px;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
}
/*★ここまで見出しCSS★*/

/*★記事一覧のタグマウスオーバーで拡大★*/
.category a:hover {
  font-size: 140%;
}

/*★スマホ限定CSS★*/
@media screen and (max-width: 768px) {
  #path {
    display: none;
  }
}
/*★印刷限定CSS★*/
@media print {
  #header_wrapper {
    position: static;
  }
  #fix_area {
    display: none;
  }
}

/*★はてブのカウントを背景色と同じに★*/
.btn_hatena .count {
  color: #00a4de;
}

/*★フキダシデザイン★*/
.arrow_answer,
.arrow_question {
  position: relative;
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 30px 25px;
  border-radius: 10px;
  width: 70%;
  font-size: 13px;
}
.arrow_question {
  float: right;
  margin-right: 20px;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_question:after,
.arrow_question:before {
  right: 100%;
}
.arrow_answer:after,
.arrow_answer:before {
  left: 100%;
}
.arrow_answer:after,
.arrow_question:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -15px;
}
.arrow_answer:after {
  border-left-color: #fff;
}
.arrow_question:after {
  border-right-color: #fff;
}
.arrow_answer:before,
.arrow_question:before {
  border-color: rgba(200, 200, 200, 0);
  border-width: 16px;
  margin-top: -16px;
}
.arrow_answer:before {
  border-left-color: #c8c8c8;
}

.arrow_question:before {
  border-right-color: #c8c8c8;
}
.question_image {
  float: left;
}
.answer_image {
  float: right;
  margin-right: 20px;
}
.answer_image img,
.question_image img {
  border-radius: 50px;
}
.question_Box {
  margin-bottom: 25px;
  overflow: hidden;
}

/*★店舗情報用CSS★*/
.store_info th {
  text-align: right;
  vertical-align: middle;
  table-layout: fixed;
}
.store_info td {
  text-align: left;
  vertical-align: middle;
}

/* ★外部リンクのアイコン削除(山口2019/04/18)★*/
.no-icon > .fa-link::before {
  content: none;
}

/* skyticket_button */
/*2019-05-01 追加*/
.btn-partial-line {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-bottom: solid 3px #668ad8;
  border-left: solid 3px #668ad8;
  color: #668ad8;
  transition: 0.4s;
}

.btn-partial-line:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

/* 目次から数字を除外　（西村2020/2/10）*/
/*見出し３の数字を除去*/
span.toc_number.toc_depth_2 {
  display: none;
}
/*見出し４の数字を除去*/
span.toc_number.toc_depth_3 {
  display: none;
}
#toc_container ul ul li:before {
  content: "▶︎"; /*三角マークを入れる*/
  font-family: FontAwesome;
  padding-right: 6px;
  margin-left: 0px;
  color: #ccc;
}

@media screen and (max-width: 640px) {
  #toc_container .toc_list > li {
    line-height: 20px;
  }
  #toc_container a {
    font-size: 13px;
  }
}

/* pagetop*/
.page-top {
  bottom: 120px !important;
}

/* 賢威の目次の表示をH2までにする */
#keni_toc li > ol {
  display: none;
}

/* 賢威のH3以下の目次をアコーディオン化 */
#keni_toc .toc-area_list > li.has_under_h3 {
  position: relative;
}

#keni_toc li.has_under_h3::after {
  content: "";
  position: absolute;
  border-right: 4px solid #bec5be;
  border-bottom: 4px solid #bec5be;
  width: 0.8em;
  height: 0.8em;
  top: 0.8em;
  right: 0.8em;
  transform: rotate(45deg);
}

#keni_toc li.has_under_h3.open_h3::after {
  content: "";
  position: absolute;
  border-right: 4px solid #bec5be;
  border-bottom: 4px solid #bec5be;
  width: 0.8em;
  height: 0.8em;
  top: 0.8em;
  right: 0.8em;
  transform: rotate(-135deg);
}


/*20221216 20230131 大坂追加*/
/*目次アコーディオン化*/
@media screen and (max-width:767px) {}
@media screen and (min-width:768px) {
  #toc_container ul.toc_list {
    margin: 0px 0px 0px 8px;
    padding: 0px;
  }
}

    /*
#toc_container ul.toc_list li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(https://tokyolucci.jp/wp-content/themes/keni8-child_tokyolucci/svg/caret-right-solid.svg);
  background-size: contain;
  vertical-align: middle;
  fill: #888;
  margin-right: 0px;
}
*/

#toc_container ul.toc_list li {
  margin: 0px 0px 8px 0px;
  padding: 4px 0 10px 0;
  line-height: 1.0;
    border-bottom: 1px solid #dddddd;
}
#toc_container ul.toc_list li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  margin: 0px;
  padding: 0px;
    color: #333333;
}
#toc_container ul.toc_list li ul {
  padding: 8px 0px 0px 4px;
    margin: 0px;
}
#toc_container ul.toc_list li ul li {
  /*list-style: disc;*/
  color: #aaa;
  line-height: 1.0;
  margin-bottom: 8px;
    border-bottom: none;
    padding: 0px;
}
#toc_container ul.toc_list li ul li a {
  font-size: 12px;
  line-height: 1.33;
    color: #333333;
    font-weight: normal;
  /*color: #f57a95;*/
}
#toc_container ul.toc_list li ul li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(https://tokyolucci.jp/wp-content/themes/keni8-child_tokyolucci/svg/caret-right-solid.svg);
  background-size: contain;
  vertical-align: middle;
  fill: #888;
  padding-right: 0px;
  margin-right: 0px;
}
#toc_container {
  display: block;
}
.accordion-box {
  height: 310px;
  position: relative;
  overflow: hidden;
  display: block;
}
#display_all {
  text-align: center;
  background-color: #eaeaea;
  position: relative;
  top: -50px;
  padding: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.icon-arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: relative;
  left: -8px;
  top: -2px;
  transform: translateY(-25%) rotate(135deg);
}
.button-block {
  display: block;
}
.button-hidden {
  display: none;
}
/*20221216大坂追加 見出しデザイン調整*/
.keni-section_wrap .keni-section h4 {
  margin-top: 24px;
  font-size: 1.6rem;
}







/*20220110大坂追加 著者ページデザイン調整*/

div.writers{
    margin-bottom: 32px;
}


div.author-profile{
    padding: 16px 16px 24px 16px;
      display: flex;
  flex-wrap: wrap;
    border-bottom: 1px dotted #E2E2E2;
}


@media screen and (max-width:767px) {
    figure.author-img{
    width: 25%;
}

div.author-profiletxt{
    width: 75%;
}
}
@media screen and (min-width:768px) {
        figure.author-img{
    width: 20%;
}

div.author-profiletxt{
    width: 80%;
}
}

figure.author-img{
    margin: 0px;
}

div.author-profiletxt{
    padding-left: 16px;
}

div.author-name-sns{
width: 100%;
}


div.author-name-sns::after {
   content: "";
   display: block;
   clear: both;
}

div.author-name-sns a{
 margin-right: 8px;
}

a.post-list-link{
float: right; 
}

.author-name{
    font-weight: bold;
    margin-right: 16px;
}

.author-sns{
    margin-right: 16px;
}

/*20220113大坂追加 著者ページデザイン調整*/

@media screen and (max-width:767px) { /*スマホ*/
    
    div.author-name-sns{
 margin-bottom: 4px;
}
    
    div.author-profile div.description{
        font-size:1.5rem;
        line-height: 2.4rem;
    }
}

@media screen and (min-width:768px) { /*PC*/
    
}


/*大坂追加 20231117 著者ページデザイン調整*/

div.writer-article{
    clear: both;
    height: 38px;
}

div.writer-article h2{
    background-color: #ffffff;
    font-size: 1.7rem;
    color: #323232;
    display: inline;
    position: relative;
    top: 3px;
    padding: 8px 8px 8px 8px;
}

div.writer-article a{
    float: right;
    border: none;
    padding: 4px 8px;
}

/*20230131 ヘッダーレイアウト調整　大坂*/

@media screen and (max-width:767px) { /*スマホ*/
    div.keni-header_wrap{
        margin: 0px 0px 0px 0px;
        padding-bottom: 16px;
    }   
        div.keni-main_wrap{
        margin: 0px;
    }   
}

/*20230208 スマホトップレイアウト調整　大坂*/

@media screen and (max-width:767px) { /*スマホ*/
    div.keni-mv_wrap{
        margin-bottom: 0px;
    }
}

/*20230310 タグ文字色変更 大坂*/
.post-tag dd li a{
	color: #0329ce !important;
}

/*20230314 TOP見出しレイアウト修正 大坂*/



h3.top_entry_title{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: none;
    font-size: 16px;
}



@media screen and (max-width:767px) { /*スマホ*/
h3.top_entry_title{
    line-height: 1.4em;
        font-size: 3.5vw;
}
}


/*20230321 フッタータップターゲットサイズ調整　大坂*/

div.footer-menu ul.sub-menu{
    margin:8px 0 24px 0;

}

div.footer-menu ul.sub-menu li.menu-item a{
    padding: 10px 0 !important;
}

/*20230331 トップページコンテンツ前エリアレイアウト調整　大坂*/
aside.free-area_before-title_fix{
    margin: 20px 10px 0px 10px;
    padding: 0px auto;
}


aside.free-area_before-title_fix div.keni-section_wrap{
    background-color: transparent;
}

aside.free-area_before-title_fix div.sub-section_title{
    margin: 0px 0px 8px 0px;
    padding: 0px auto;
}

div.widget_media_image {
  padding: 0 0 10px 0 !important;
}
div.widget_media_image h3 {
  margin: 0 0 10px 0 !important;
}


/*20230405 スマホヘッダーレイアウト調整　大坂*/

@media screen and (max-width:767px) { /*スマホ*/
    div.keni-breadcrumb-list_wrap{
margin-top: 60px;
    }
}

