/*
Theme Name: Hidejima
Theme URI: https://example.com/
Author: Converted from static site
Description: 株式会社ひでじま 静的サイトをWordPressテーマ化したもの（初期移植）
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hidejima
*/

/*以下はひでじま追記CSS*/
header{
  margin-bottom: 10px !important;
}

.Pnkz {
  width: 90%;
  margin: 0 auto 90px;
}
.Pnkz ol {
  display: flex;
  justify-content: flex-start;
}
.Pnkz ol li {
  font-size: 12px;
  margin-right: 12px;
}
.Pnkz ol li::after {
  content: ">";
  margin-left: 12px;
}
.Pnkz ol li:last-child:after {
  content: "";
  margin-left: 0;
}

.Pnkz ol li a{
  font-size: 12px;
}
.Pnkz ol li span{
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .Pnkz {
  width: auto;
  margin: 0 2vw 40px;
}
.Pnkz ol li{
  max-width: 18vw;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.Pnkz ol li::after{
  display: inline-block;
  width: 12px;
  height: auto;
  text-align: center;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0px;
}
}