@charset "UTF-8";
/*---------------------------------------------------------
Theme Name:	omiya-20170913
Description: OMIYA template
Version: 0.1
---------------------------------------------------------*/

/* reset css */
body,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,legend,main,section,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,i{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary{display: block;}

body {
  background-color: #fff;
  color: #222;
  font-family: Yu Gothic, “Yu Gothic”, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
	color: #0068b7;
	text-decoration: none;
}
a:visited {
	color: #0068b7;
}
a:focus {
	outline: none;
}
a:active,
a:hover {
	opacity: 0.7;
}
a:hover img {
	opacity: 0.7;
}
b,strong {
  font-weight: bold;
}
img, video, object {
	border: none;
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper,
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
::-moz-selection {
  background: #ffef86;
  color: #222;
}
::selection {
  background: #ffef86;
  color: #222;
}
#wrapper {
	position: relative;
}
svg.sprite {
  display: none;
}

/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-inner,
.header-cat-nav ul,
.top-map-content,
.container,
.container-single,
.container-product,
.fixed-social-box,
.breadcrumbs-frame,
.breadcrumbs-frame-single,
.footer-frame {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.header {
  background-color: #fff;
  box-shadow: 0 2px 10px 0.5px rgba(0,0,0,0.1);
  width: 100%;
  z-index: 100;
}
.menubox-frame {
  display: none;
}
.container-single,
.container {
  display: flex;
  margin-top: 15px;
}
.container-product {
  margin-top: 15px;
}
.main-top {
  padding: 0;
  width: 100%;
}
.main {
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
  margin: 0 1% 0 0;
  min-height: 1200px;
  width: calc(100% - 330px);
}
.main-onecolumn {
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
}
.main-product {
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
  min-height: 1200px;
}
.sidebar {
  position: relative;
  width: 300px;
}
.sidebar-static {
  postion: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.sidebar-ads {
  margin: 10px 0;
}
.footer {
  clear: both;
  margin-top: 30px;
  padding: 10px 0 100px;
  position: relative;
  width: 100%;
}
.footer-single {
  clear: both;
  margin-top: 30px;
  padding: 10px 0 100px;
  position: relative;
  width: 100%;
}
.footer-copy {
  padding: 10px 0;
}
/* 余白の設定 */
.archive_description,
.entry-header,
.entry-content-frame {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .header-inner,
  .container,
  .container-single,
  .container-product,
  .fixed-social-box,
  .breadcrumbs-frame,
  .breadcrumbs-frame-single {
    max-width: 1024px;
    width: 100%;
  }
  .main {
    width: 682px;
  }
}
@media screen and (max-width: 959px) {
  .header-inner,
  .container,
  .container-single,
  .container-product,
  .breadcrumbs-frame,
  .breadcrumbs-frame-single,
  .fixed-social-box,
  .footer-frame {
    width: 100%;
  }
  .main {
    width: 65%;
  }
}
@media screen and (max-width: 959px) {
  .main {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .header {
    margin-bottom: 0;
  }
  .container-single,
  .container-product,
  .container {
    display: block;
    margin-top: 0;
  }
  .main {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .sidebar {
    display: none;
    width: 100%;
  }
  .footer-single,
  .footer {
    margin-top: 10px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 54px;
    width: 100vw;
  }
}
@media screen and (max-width: 479px) {
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* basic frame */
.header-inner {
  display: flex;
  align-items: center;
  position: relative;
}
/* ロゴ周り */
.header-logo {
  max-width: 220px;
  padding-left: 12px;
  position: relative;
  width: 100%;
  z-index: 20;
}
.header-logo a {
  background-image: url("./images/logo.svg");
  background-repeat: no-repeat;
  display: block;
  height: 54px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header-logo-frame {
  display: table-cell;
  vertical-align: top;
  width: 250px;
}
.header-description {
  font-size: 0.825rem;
  padding-left: 20px;
}
.header-count-frame {
  line-height: 1;
  margin: 45px 25px 0 0;
  padding: 0 5px 2px;
}
.header-count-num {
  color: #a52124;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
}

/* タイル型メニュー (メニューページ内のタイル型のメニューにも流用) */
.menu-title {
  font-size: 20px;
  font-weight: bold;
  margin: 5px auto;
  text-align: center;
}
.menu-title {
  color: #a52124;
}
.menu-tile-frame {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-flow: wrap row;
  margin: 20px auto -10px;
  max-width: 960px;
  width: 100%;
}
.menu-tile {
  border: 1px solid #a52124;
  box-sizing: border-box;
  width: 33.3333%;
}
.menu-tile-frame li:first-child {
  width: 100%;
}
.menu-tile img {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 15px 10px 5px;
  width: 60px;
}
.menu-tile a {
  color: #222;
}
.menu-tile p {
  font-size: 11px;
  margin-bottom: 5px;
  text-align: center;
}
.nav-tile-frame .menu-tile-frame {
  width: 95%;
}
.nav-tile-frame .menu-tile {
  background-color: #fff;
  border: 1px solid #aaa !important;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 1% 6px 2%;
  width: 30.2%;
}
.nav-tile-frame .menu-tile img {
  width: 50px;
}

/* メニューページ用のスタイル ------------------ */
/* 検索ボタンとメニューボタンはPCで非表示 */
.header-search-btn {
  display: none;
  width: 100%;
}
/* あらかじめ隠しておくページ */
.hide {
  display: none;
}

/* スマホ用のメニューページに関するもの -------------------------- */
.menubox-frame {
  box-sizing: border-box;
  display: inline-block;
  height: 74px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

/* メニューボタンと閉じるボタン */
.menubox-menu-check {
  display: none;
}
.menubox-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  display: block;
  z-index: 12;
}
.menubox-btn::before {
  box-shadow: #fff 0 10px 0;
}
.menubox-btn::after {
  bottom: 0;
}
.menubox-btn::before,
.menubox-btn::after {
  width: 32px;
  height: 4px;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.menubox-txt {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 36px;
  right: 6px;
}
.menubox-close-txt {
  background-color: #a52124;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  top: 38px;
  right: 1px;
}
/* メニュー内 */
.menubox-nav {
  width :100%;
  height :2000px;
  position: absolute;
  left: -200%;
  top: 0;
}
.menu-page-box {
  background: #a52124;
  border-radius: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 150px);
  max-width: 960px;
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
}

/* メニューボタン内の言語切り替えボタン */
.menu-page-lang-box {
  padding: 10px 0 0;
}


.menu-page-lang-list {
  display: flex;
  flex-flow: wrap row;
  margin: 0 auto;
  max-width: 960px;
  width: 95%;
}
.menu-page-lang-list li {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 1% 6px 2%;
  text-align: center;
  vertical-align: middle;
  width: 30.2%;
}
.menu-page-lang-list a {
  box-sizing: border-box;
  color: #a52124;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 2px;
}
/* メニューボタン内のSNSボタン */
.menu-page-sns-box {
  padding: 20px 0 0;
}
/* メニューボタン内のメニューリスト */
.menu-page-menu-box {
  max-width: 380px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}
.menu-page-menu-list li {
  border-bottom: 1px solid #fff;
}
.menu-page-menu-list a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.menu-page-menu-list a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
/* メニュー開閉時のアニメーション */
.menubox-menu-check:checked ~ .menubox-btn::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(45deg) translate3d(10px, 10px, 0);
}
.menubox-menu-check:checked ~ .menubox-btn::after {
  transform: rotate(-45deg) translate3d(4px, -4px, 0);
}
.menubox-menu-check:checked ~ .menubox-nav {
  left: 0;
}
/* タイル型メニュー (スマホ用メニューページ内のタイル型のメニューにも流用) */
.menu-tile-frame {
  max-width: 400px;
  width: 94%;
}
/* メニューページテキストリンク */
.menu-text-frame {
  margin: 30px auto 0;
  max-width: 400px;
  padding-bottom: 20px;
  width: 90%;
}
.menu-text-frame li {
  border-bottom: 1px solid #fff;
}
.menu-text-frame a {
  color: #fff;
  display: block;
  padding: 10px;
}

/* ヘッダー二段目の追尾する検索窓 */
.header-2nd-search-area {
  background: #a52124;
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: center;
  padding: 10px 0 4px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}
.header-2nd-search-frame {
  position: relative;
  z-index: 15;
}
.header-search-frame {
  position: absolute;
  right: 10px;
}
#searchbox {
  position: relative;
}
#searchbox img {
  height: 18px;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 18px;
  z-index: 5;
}
form.gsc-search-box {
  width: 260px !important;
}
.gsc-input-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd !important;
  border-radius: 25px !important;
  padding: 5px 24px 5px 9px !important;
  position: relative;
  width: 260px !important;
}
.gsc-input-box::placeholder {
  color: #bbb;
  padding-left: 5px;
}
.gsc-input-box:focus {
  outline: none;
}
.gsc-input-box:focus::placeholder {
  color: #ddd;
}
.gsc-search-button {
  display: none;
}

/* 検索結果ページ */
.search-result-box {
  background-color: #ffffff;
  color: #4d5156;
  font-family: Arial,arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 4px;
}
.search-result-box a {
  color: #4d5156;
  display: flex;
  flex-wrap: nowrap;
}
.search-result-img {
  height: 100px;
  max-width: 100px;
  margin-right: 15px;
  width: 100px;
}
.search-result-txt {
  width: calc(100% - 115px);
}
.search-result-img img {
  height: auto;
  width: 100px;
}
.search-result-title {
  font-size: 20px;
  line-height: 26px;
  color: #1a0dab;
  text-decoration: underline;
}
.search-result-description {
  font-size: 14px;
  line-height: 20px;
  max-width: 600px;
}
/* ヘッダーキャンペーンリンク */
.hlink,
.hlink2 {
  background-color: #A72122;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 6;
}
.hlink a,
.hlink2 a {
  background-color: #A72122;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 0.937rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 310px;
}
.hlink svg,
.hlink2 svg {
  display: inline-block;
  fill: #fff;
  height: 16px;
  margin: 0 5px 3px 0;
  vertical-align: middle;
  width: 16px;
}
.hlink2 {
  background-color: #A72122;
}
.hlink2 a {
  background-color: #fff;
  color: #A72122;
}
.hlink2 svg {
  fill: #A72122;
}
/* 記事末のキャンペーンリンク */
.cta-box {
  margin: 20px 0 10px;
}
@media screen and (max-width: 1160px) {
/* メニュー */
  .menu-page-box {
    border-radius: 0;
    height: calc(100vh - 74px);
    justify-content: flex-start;
    padding: 20px 0 0;
    position: absolute;
    top: 74px;
  }
}
@media screen and (max-width: 880px) {
  /* 検索窓 */
  .header-search-frame {
    top: 0px;
    right: 50px;
    width: 100%;
  }
  .header-search-frame #searchbox,.header-search-frame #entry-searchbox {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #search_content {
    top: 55px;
    right: 10px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
/* headerの構造 */
  .header-logo {
    margin-top: 10px;
    padding-left: 5px;
    width: 170px;
  }
  .header-logo-frame {
    background: #fff;
    display: inline-block;
    height: 54px;
    position: relative;
    width: 160px;
    z-index: 13;
  }
  .logo img {
    height: auto;
    padding-left: 5px;
    width: 146px;
  }
  .header-logo a {
    height: 35px;
  }
  .logo svg {
    height: 153px;
    padding: 0 10px;
    width: 150px;
  }
  .header-description,
  .header-nav {
    display: none;
  }
  .header-count-frame {
    margin: 14px 0 0;
  }
  .header-count-text {
    display: block;
    font-size: 0.825rem;
  }
  .header-count-num {
    display: inline-block;
    font-size: 1rem;
    margin: 2px 5px 0 0;
  }
  .header-count-unit {
    font-size: 0.825rem;
  }
  /* メニューページ -----------------------------*/
  .menubox-frame {
  /*
    background-color: #a52124;
    */
    height: 54px;
  }
  .menu-page-box {
    height: calc(100vh - 54px);
    top: 54px;
    padding: 5px 0 0;
  }
  .menu-page-menu-box {
    padding: 20px 0 100px;
  }
  .menu-tile-frame {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .header-2nd-search-area {
    box-sizing: border-box;
    justify-content: start;
    height: 56px;
    padding: 10px 10px 4px;
  }
  .header-cat-nav a {
    font-size: 12px;
    margin: 0;
  }
  .menu-tile img {
    width: 80px;
  }
}
@media screen and (max-width: 374px) {
  .header-logo {
    width: 152px;
  }
  .header-logo img {
    width: 140px;
  }
  .header-logo-frame {
    width: 152px;
  }
  .header-count-text {
    display: block;
    font-size: 0.75rem;
  }
  .header-count-num {
    font-size: 0.825rem;
    margin: 0;
  }
  .header-count-unit {
    font-size: 0.75rem;
  }
  .logo svg {
    padding: 0 1px;
  }
  .header-search-btn label {
    position: absolute;
    top: -54px;
    right: 44px;
    width: 44px;
  }
  .menu-tile-frame {
    max-width: 280px;
  }
  .menu-tile svg {
    padding: 5px 5px 0px;
  }
  .menu-tile p {
    margin-bottom: 3px;
  }
}
/*----------------------------------------------------------------
 footer フッター
-----------------------------------------------------------------*/
/* 構造 */
.footer-bg-pc {
/*
  background-image: url("./images/footer-bg-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  background-color: #333;
  box-sizing: border-box;
  height: 420px;
  padding: 30px 20px 0;
  position: relative;
}
.footer-menu-frame {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
/* バルーン */
.footer-ballon {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 30px auto 10px;
  max-width: 640px;
  padding: 20px 50px;
  position: relative;
  width: 100%;
}
.footer-ballon h2 {
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 1px;
  text-align: center;
}
.footer-ballon p {
  font-size: 0.825rem;
}
.footer-ballon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 10px;
}
.footer-ballon-sns-title {
  background-color: #444977;
  color: #fff;
  margin-right: 20px;
  padding: 2px 15px;
}
.footer-ballon-btn ul {
  display: flex;
}
.footer-ballon-btn li a img {
  display: block;
  height: 24px;
  margin: 0 10px;
  width: 24px;
}
.footer-ballon:before {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
}
.footer-ballon-omiyan img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180px;
}

/* メニュー */
.footer-list li {
  border-right: 1px solid #ccc;
  display: inline-block;
}
.footer-list li:last-child {
  border: 0;
}
.footer-list a {
  color: #222;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.75rem;
  padding: 5px 10px;
  position: relative;
}
.copy {
  color: #222;
  font-size: 0.75rem;
  text-align: center;
}
.pagetop-scroll a {
  border-radius: 50%;
  display: block;
  line-height: 1;
  height: 50px;
	-moz-opacity: 0.5;
	opacity: 0.5;
  position: fixed;
  bottom: 15px;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 10;
}
.pagetop-woo a {
  border-radius: 50%;
  display: block;
  line-height: 1;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 5px;
  text-align: center;
  width: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .footer-bg-sp {
/*
    background-image: url("./images/footer-bg-sp.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-color: #333;
    padding: 80px 20px 160px;
    position: relative;
  }
  .footer-ballon {
    padding: 20px;
  }
  .footer-ballon h2 {
    font-size: 1rem;
    margin: 0 -20px 15px;
    padding-bottom: 5px;
  }
  .footer-menu-frame {
    display: block;
    height: auto;
    max-width: 767px;
    padding: 10px 0;
    width: 100%;
  }
  .pagetop-scroll {
    display: none;
  }
}

/*----------------------------------------------------------------
 フッター固定ボタン
-----------------------------------------------------------------*/
.fixed-social {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.sns-fixed {
  display: flex;
  justify-content: space-between;
  max-width: 140px;
  margin: 20px 12px;
  text-align: center;
  width: 100%;
}
.sns-fixed li {
}
.sns-fixed li:last-child {
  margin: 0;
}
.sns-fixed li a {
  border-radius: 50%;
  display: block;
  height: 44px;
  line-height: 1;
  margin: 0 8px;
  width: 44px;
}
.sns-fixed li a:active,
.sns-fixed li a:hover {
  opacity: 1;
}
.sns-fixed i {
  color: #fff;
  font-size: 1.25rem;
}
.sns-fixed svg {
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .fixed-social-single {
    display: none;
  }
  .fixed-social {
    background-color: transparent;
    border-top: 0;
    bottom: 0;
    z-index: 0;
  }
}

/*----------------------------------------------------------------
 sidebar サイドバー
-----------------------------------------------------------------*/
.sidebar-box {
  margin: 10px;
}
.sidebar-lang-box {
  margin: 10px 10px -10px;
}
.sidebar-lang-box li,
.sidebar-cat-box li {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.sidebar-lang-box li:last-child {
  border: 0;
}
.sidebar-lang-box a,
.sidebar-cat-box a {
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  position: relative;
}
.sidebar-lang-box a:after,
.sidebar-cat-box a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.sidebar-float {
  padding: 10px 0 0;
}

/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs-box {
  box-sizing: border-box;
  font-size: 12px;
  padding: 15px 10px;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
}
.entry-footer .breadcrumbs-box {
  padding: 15px 0;
}
.breadcrumbs-box a {
  line-height: 1.4;
}
.breadcrumbs-box a .breadcrumbs-item {
  text-decoration: underline;
}
.breadcrumbs-item {
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.breadcrumbs-box a:after {
  color: #777;
  content: ">";
  margin-right: 5px;
}
.breadcrumbs-box a:last-child:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-box {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumbs-box {
    padding: 20px 10px 10px;
  }
  .breadcrumbs-item {
    margin: 0 10px 10px 0;
  }
}
/*----------------------------------------------------------------
 サムネイル＋タイトルのスタイル
-----------------------------------------------------------------*/
/* card style */
.card-frame {
  display: flex;
  flex-flow: wrap row;
}
.card-infeed,
.card-box {
  box-sizing: border-box;
  margin: 10px 10px 10px 0;
  vertical-align: top;
  width: calc(50% - 10px);
}
.card-infeed {
  display: flex;
  justify-content: center;
}
.card-infeed .content {
  height: 100%;
  width: 100%;
}
.card-frame article:nth-child(2n) {
  margin-right: 0;
  margin-left: 10px;
}
.card-img img {
  width: 100%;
}
.card-text {
  padding: 2px;
}
.card-text-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-tax-area,
.card-comment-count {
  color: #222;
  font-weight: normal;
  font-size: 13px;
}
.card-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
}
/* list style */
.list-frame {
  background-color: #fff;
  padding: 2px 0;
}
.list-box {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 4px 2px;
  border-bottom: 1px solid #aaa;
  display: table;
  padding: 5px 0;
  width: 100%;
}
.articles .list-box:first-of-type {
  border-top: 1px solid #aaa;
}
.list-box a {
  display: block;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: top;
}
.list-img {
  width: 200px;
  max-height: 100px;
  overflow: hidden;
}
.list-img img {
  width: 200px;
}
.list-text {
  padding-left: 5px;
}
.list-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
}

/* 記事末の関連記事、スマホではスライダーのところのパソコン表示 */
.slide-wrap {
  display: flex;
  flex-flow: wrap row;
}
.slide-box {
  box-sizing: border-box;
  margin: 10px 1% 10px 0;
  vertical-align: top;
  width: 32.6666%;
}
.slide-wrap article:nth-child(3n) {
  margin: 10px 0;
}
.slide-img img {
  width: 100%;
}
.slide-text {
  padding: 2px;
}
.slide-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
}
.taxonomy-description-frame {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.taxonomy-related-frame .card-frame {
  box-sizing: border-box;
  margin-top: -10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .card-infeed {
    box-sizing: border-box;
    height: auto;
    margin: 10px 0;
    min-height: 280px;
    width: 100%;
    vertical-align: top;
  }
  .taxonomy-description-frame {
    padding: 0;
  }
  .taxonomy-related-frame .card-frame {
    margin: 0 5px;
    padding: 0;
  }
  .taxonomy-related-frame .card-box {
    margin: 10px 5px;
    width: calc(50% - 10px);
  }
  .taxonomy-related-frame .card-infeed {
    margin: 10px 0;
    width: 100%;
  }
  .taxonomy-related-frame .card-frame article:nth-child(2n) {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 500px) {
/* スライダー */
  .slide-frame {
    display: flex;
    flex-flow: wrap row;
  }
  .slide-wrap {
    display: flex;
    margin: 0 -10px 0 0;
    flex-flow: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 70%;
    margin: 10px 10px 0 0;
  }
  .slide-img {
    position: relative;
  }
  .slide-img img {
    height: auto;
    width: 100%;
  }
  .slide-text {
    padding: 5px 10px;
  }
  .slide-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .list-img,
  .list-img img {
    width: 120px;
  }
  .card-title,
  .list-title {
    font-size: 15px;
  }
}

/* あとで削除 */
.taxlist-caution,
.taxlist-comment {
  margin-bottom: 15px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .taxlist-caution,
  .taxlist-comment {
    margin: 15px 0;
  }
}
.taxlist-frame {
  display: flex;
  flex-flow: wrap row;
}
.taxlist-box {
  box-sizing: border-box;
  margin: 10px;
  vertical-align: top;
  width: calc(50% - 20px);
}


/*----------------------------------------------------------------
 トップページ(index.php)
-----------------------------------------------------------------*/
.top-eyecatch-frame {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: -15px;
  position: relative;
  z-index: -1;
}
.top-section {
  margin: 0 0 30px;
  padding: 0 10px;
}
#top-section-first {
  padding: 0 10px 10px;
}
/* 記事一覧 */
.top-card-frame {
  display: flex;
  flex-wrap: wrap;
}
.top-new-list article:first-child::before {
  background-color: #a52124;
  border-radius: 15px;
  content: "";
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  z-index: 2;
}
.top-new-list article:first-child::after {
  color: #fff;
  content: "NEW";
  font-size: 12px;
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 3;
}
.top-card-box {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 25%;
}
.top-card-img {
}
.top-card-img img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.top-card-cat {
  color: #777;
  font-size: 0.75rem;
}
.top-card-title {
}

/* マップ PC */
#top-map-pc {
  background-color: #f7f7f7;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
.top-map-content {
  padding: 1px 0 40px;
}
.top-map-frame {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 30px auto;
  max-width: 1160px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.top-map-add-image {
  position: absolute;
  top: 10px;
  left: 10px;
}
.top-map-add-image img {
  max-width: 340px;
  width: 28vw;
}
.top-map-ballon {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 30px 20px;
  position: absolute;
  top: 40px;
  left: 33%;
}
.top-map-ballon:before {
  border-right: 13px solid #aaa;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  content: '';
  margin-top: -11px;
  position: absolute;
  left: -13px;
  top: 50%;
}
.top-map-ballon:after {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}
.top-map-ballon p {
  font-weight: bold;
}
/* マップ SP */
#top-map-sp {
  display: none;
}
/* 場所から探す 上段 */
.top-spot-btn-triple {
  display: flex;
  margin-bottom: 15px;
}
.top-spot-box {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-right: 1.5%;
  width: 32.1%;
}
.top-spot-btn-triple div:nth-child(3n) {
  margin-right: 0;
}
.top-spot-box img {
  display: block;
  padding: 15px;
  width: 55px;
}
.top-spot-box h3 {
  color: #0068b7;
  margin-bottom: 5px;
}
.top-spot-box ul {
  display: flex;
}
.top-spot-box li {
  background-color: #f7f7f7;
  border-radius: 2px;
  margin-right: 5px;
}
.top-spot-box li a {
  color: #4e575d;
  display: block;
  font-size: 0.75rem;
  padding: 5px;
}
/* 場所から探す 下段 */
.top-spot-btn ul {
  display: flex;
  flex-wrap: wrap;
}
.top-spot-btn li {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 1.5%;
  width: 23.6666%;
}
.top-spot-btn li:nth-child(4n) {
  margin-right: 0;
}
.top-spot-btn a {
  display: flex;
  align-items: center;
}
.top-spot-btn img {
  display: block;
  padding: 15px;
  width: 55px;
}

/* 場所から探す スマホのみ */
.top-spot-frame {
  box-sizing: border-box;
  margin: 10px;
}
.top-spot-frame h3 {
  background-color: #444977;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 700;
}
.top-spot-frame h3 a {
  color: #fff;
  display: block;
  padding: 10px;
}
.top-spot-frame h3 img {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
}
.top-spot-frame ul {
  border: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}
.top-spot-frame li {
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px 10px;
  margin-right: 4%;
  margin-bottom: 12px;
  text-align: center;
}
.top-spot-frame li:nth-child(4n) {
  margin-right: 0;
}
.top-spot-frame a {
  color: #4e575d;
  display: block;
}

/* おみやげの種類 横スクロールさせる */
.omiyage-shurui {
  margin-top: 20px;
}
.top-slide-frame {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.top-slide-frame article {
  flex: 0 0 26%;
  margin: 0 10px 0 0;
}
.content-scroll-frame {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 10px 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.content-scroll-frame .top-slide-frame {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  margin: 0;
}
.top-slide-box a {
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: 130px;
  border: 2px solid #444977;
  border-bottom: 0;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  height: 200px;
  position: relative;
}
.top-slide-box h3 {
  background-color: #444977;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
#top-kind-01 a {
  background-image: url("./images/cat-01.png");
}
#top-kind-02 a {
  background-image: url("./images/cat-02.png");
}
#top-kind-03 a {
  background-image: url("./images/cat-03.png");
}
#top-kind-04 a {
  background-image: url("./images/cat-04.png");
}
#top-kind-05 a {
  background-image: url("./images/cat-05.png");
}
#top-kind-06 a {
  background-image: url("./images/cat-06.png");
}

/* おみやげコラム */
.top-blog-frame {
  display: flex;
  flex-wrap: wrap;
}
.top-blog-box {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 25%;
}
.top-blog-img img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.top-blog-cat {
  color: #777;
  font-size: 0.75rem;
}

@media screen and (max-width: 800px) {
  .top-eyecatch-frame {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-eyecatch-frame img {
    object-fit: cover;
    height: 12vh;
  }
  .top-section {
    margin: 0 0 30px;
    padding: 0;
  }
  .top-card-box {
    padding: 10px;
    width: 50%;
  }
  .top-new-list article:nth-child(2n+1) {
    padding-right: 5px;
  }
  .top-new-list article:nth-child(2n) {
    padding-left: 5px;
  }

  /* マップ SP */
  #top-map-pc {
    display: none;
  }
  #top-map-sp {
    display: block;
    background-color: #f7f7f7;
    padding: 20px 0 30px;
  }
  .top-area-frame {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
  }
  .top-area-frame h3 {
    color: #444977;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .top-area-frame ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top-area-frame li {
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px;
    margin-right: 4%;
    margin-bottom: 12px;
    text-align: center;
    width: 22%;
  }
  .top-area-frame li:nth-child(4n) {
    margin-right: 0;
  }
  .top-area-frame a {
    color: #4e575d;
    display: block;
  }

  .top-spot-btn-triple {
    display: block;
    margin-bottom: -2px;
    padding: 10px 10px 0;
  }
  .top-spot-box img {
    padding: 10px;
  }
  .top-spot-txt h3 {
    font-size: 0.825rem;
  }
  .top-spot-box {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  .top-spot-btn-triple div:nth-child(3n) {
    margin-bottom: 5px;
  }

  .top-spot-btn {
    box-sizing: border-box;
    margin: 10px;
  }
  .top-spot-btn li {
    margin-right: 2%;
    margin-bottom: 8px;
    width: 48%;
  }
  .top-spot-btn li:nth-child(2n) {
    margin-right: 0;
  }
  .top-spot-btn img {
    padding: 10px;
  }
  .top-spot-btn h3 {
    font-size: 0.825rem;
  }
  .omiyage-shurui {
    margin-top: 0;
    margin-left: 10px;
  }
  .top-slide-frame article {
    flex: 0 0 43%;
  }
  .top-slide-box {
    background-size: 80px;
    height: 180px;
    width: 200px;
  }
  .top-slide-box a {
    height: 180px;
  }
  .top-slide-box h3 {
    font-size: 0.75rem;
    padding: 2px 10px;
  }

  /* おみやげコラム */
  .top-blog-frame {
    box-sizing: border-box;
    display: block;
    padding: 0 10px;
  }
  .top-blog-box {
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
  }
  .top-blog-box a {
    display: flex;
    flex-wrap: wrap;
  }
  .top-blog-img {
    width: 120px;
  }
  .top-blog-img img {
    border-radius: 0;
    margin-bottom: 0;
  }
  .top-blog-text {
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 10px;
    width: calc( 100% - 120px );
  }
}



/*----------------------------------------------------------------
 ページネーション(index.php・archive.php)
-----------------------------------------------------------------*/
.pagination-frame {
  margin: 10px auto;
  max-width: 340px;
  text-align: center;
  width: 100%;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.pagination a {
  background-color: #F7BA5A;
  border-radius: 50%;
  color: rgba(0,0,0,0.85);
  display: block;
  font-weight: bold;
  padding: 8px 0;
  width: 40px;
}
.pagination-prev a,
.pagination-next a {
  background-color: #F7BA5A;
  border-radius: 25px;
  color: rgba(0,0,0,0.85);
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 8px 0;
  padding: 16px 0;
}
.pagination-current {
  background-color: #eaeaea;
  border-radius: 50%;
  color: #b2b2b2;
  display: table-cell;
  font-weight: bold;
  margin: 0 8px;
  padding: 8px 0;
  width: 40px;
}
.pagination-more {
  color: #b2b2b2;
  display: table-cell;
  font-weight: bold;
  margin: 0 8px;
  padding: 8px 0;
  width: 40px;
}
@media screen and (max-width: 374px) {
  .pagination-frame {
    max-width: 300px;
  }
}
/*----------------------------------------------------------------
 記事ページとおみやげページ(singular.php)
-----------------------------------------------------------------*/
.content-h1 {
  color: #a52124;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 14px;
}
.content-h1-taxonomy,
.content-h1-single {
  border-bottom: 2px solid #a52124;
  color: #a52124;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 14px;
  padding: 0 45px 12px 0;
  position: relative;
}
.content-h1-taxonomy::before,
.content-h1-single::before {
  content: "[PR]";
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  right: 2px;
}
.entry-picture-caution {
  margin: 5px 10px 10px;
  text-align: right;
}
.content-h2 {
  background-color: #a52124;
  border-top: 2px solid #a52124;
  border-bottom: 2px solid #a52124;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 15px;
  padding: 15px 10px;
}
.archive_description h2,
.entry-content h2,
.omiya-data h2,
.omiya-sagasu h2,
.entry-content-h2 {
  background-color: #a52124;
  border-top: 2px solid #a52124;
  border-bottom: 2px solid #a52124;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 15px;
  padding: 15px 10px;
}
.omiya-data h2 {
  border-radius: 5px 5px 0 0;
}
.taxonomy-description-frame .content-h2 {
  border-radius: 5px;
  font-size: 21px;
}
.archive_description h3,
.entry-content h3 {
  border-left: 5px solid #a52124;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 10px;
  padding: 0 5px;
}
.archive_description h4,
.entry-content h4 {
  color: #a52124;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 10px;
}
.archive_description a,
.entry-header-single a,
.entry-content a {
  text-decoration: underline;
}
.archive_description p,
.entry-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.archive_description p:first-child {
  margin-top: 30px;
}
.entry-small-text {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 10px;
}
.archive_description ul,
.archive_description ol,
.entry-content ul,
.entry-content ol {
  margin-bottom: 20px;
}
.archive_description ul li,
.entry-content ul li {
  display: list-item;
  line-height: 170%;
  list-style: disc;
  margin-left: 25px;
}
.archive_description ol li,
.entry-content ol li {
  display: list-item;
  line-height: 170%;
  list-style: decimal;
  margin-left: 25px;
}
.archive_description table,
.omiya-data table,
.entry-content table {
  border-top: 2px solid #a52124;
  border-bottom: 2px solid #a52124;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 0 40px;
  width: calc(100% - 20px);
}
.archive_description tr,
.omiya-data tr,
.entry-content tr {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.archive_description th,
.omiya-data th,
.entry-content th {
  background-color: #f6edee;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  color: #a52124;
  font-weight: bold;
  padding: 10px;
}
.archive_description td,
.omiya-data td,
.entry-content td {
  border-right: 1px solid #ccc;
  padding: 10px;
}
.wp-block-table:has(> figcaption) > table {
    margin-bottom: 10px;
}
.archive_description blockquote,
.entry-content blockquote {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 10px 0 40px;
  padding: 40px 20px;
  position: relative;
  width: calc(100% - 20px);
  z-index: 1;
}
.archive_description blockquote::before,
.entry-content blockquote::before {
  color: #222;
  content: "“";
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 2;
}
.archive_description blockquote::after,
.entry-content blockquote::after {
  color: #222;
  content: "”";
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  opacity: .1;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 2;
}
.archive_description blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
  z-index: 3;
}
.archive_description figure,
.entry-content figure {
  margin: 0 0 20px;
}
.wp-block-image img {
  width: auto;
}
/* 記事内でのカラーリングなどの装飾 */
.orange {
  color:#f60 !important;
}
.red {
  color:red !important;
}
.green {
  color:green !important;
}
.aqua {
  color:#167FA6 !important;
}
.f08 {
  font-size:.8em !important;
}
.f09 {
  font-size:.9em !important;
}
.f11 {
  font-size:1.1em !important;
}
.f12 {
  font-size:1.2em !important;
}
.f13 {
  font-size:1.3em !important;
}
.f14 {
  font-size:1.4em !important;
}
.f15 {
  font-size:1.5em !important;
}
.b {
  font-weight:700 !important;
}
.flex-video {
  position:relative;
  padding-top:0;
  padding-bottom:0;
  height:0;
  margin-bottom:1rem;
}
.flex-video.widescreen {
  padding-bottom:56.55%;
}
.flex-video.vimeo {
  padding-top:0;
}
.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.text-left {
  text-align:left !important;
}
.text-right {
  text-align:right !important;
}
.text-center {
  text-align:center !important;
}
abbr,dfn,em,i {
  font-style:normal;
}
.entry-content figcaption {
  font-size:.8rem;
}

/* ポイント */
.point {
  background: #f6edee;
  border: 2px solid #a52124;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 25px 10px;
}
.point ul,
.point ol {
  margin: -5px 5px!important;
  padding-right: 15px;
}
.point li {
  background-color: transparent!important;
}
.point p:last-child {
  margin-bottom: 0;
}

/* あわせて読みたい */
.ilink {
  background: #f6edee;
  border: 2px solid #a52124;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 25px 0;
}
.ilink svg {
  height: 14px;
  margin-right: 5px;
  width: 14px;
}
.ilink-midashi {
  background: #a52124;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
}
.ilink-midashi svg {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
}
.ilink-midashi-text {
  display: inline-block;
}
.ilink a {
  border-collapse: separate;
  border-spacing: 5px 5px;
  display: table;
  margin: 5px;
  width: 100%;
}
.ilink-img {
  display: table-cell;
  width: 100px;
}
.ilink img {
  width: 100px;
}
.ilink-title {
  display: table-cell;
  vertical-align: top;
}
.ilink ul {
  margin: 0;
  padding: 0;
}
.ilink li {
  list-style: none !important;
  margin: 0 !important;
}

/* Table of Contents Plus */
#toc_container {
  background: #f6f6f6;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 20px 0px;
  counter-reset: toc_counter;
}
.toc_title {
  text-align: left!important;
}
.toc-btn a {
  background-color: #F7BA5A;
  border-radius: 10px;
  box-sizing: border-box;
  color: rgba(0,0,0,0.85);
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 10px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 60px;
}
#toc_container p.toc_title {
  margin-bottom: 10px!important;
}
.toc-btn a:hover {
  text-decoration: none!important;
}
#toc_container p.toc_title+ul.toc_list {
  margin: 0!important;
}
.toc_list ul > li {
  margin-left: 1rem !important;
}
.toc_list > li {
  counter-increment: toc_counter;
}
.toc_go-to-omiyage-list a {
  font-size: 1.125rem;
  font-weight: 900;
}
.toc_go-to-omiyage-list a::before {
  content: counter(toc_counter) " ";
}
/* おみやげページ */
#change_images > img ,
#change_images > a {
  margin-bottom: 5px;
}
#change_images > a {
  display: block;
}
#thumb_image {
  display: flex;
  flex-flow: wrap row;
  max-width: 800px;
  width: 100%;
}
#thumb_image .active {
  border: 2px solid #a52124;
  box-sizing: border-box;
}
#thumb_image img {
  height: 32.66%;
  margin-right: 1%;
  width: 32.66%;
}
#thumb_image img:last-child {
  margin: 0;
}

/* おみやげのデータ ----------------------------*/
.omiya-data {
  margin: 0 0 20px;
}
.omiya-data table {
  border-top: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin: -20px 0 0;
  width: 100%;
}
.omiya-data th {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  color: #a52124;
  padding: 10px;
  width: 135px;
}
.omiya-data-caution {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 5px;
}
.omiya-data-jancode-frame {
  align-content: center;
  display: flex;
}
.omiya-data-jancode {
  align-content: center;
  display: flex;
  margin: 0 !important;
}
.omiya-data-jancode li {
  list-style: none !important;
  margin-left: 0 !important;
  line-height: 1 !important;
}
.omiya-data-jancode-txt {
  line-height: 44px;
  margin: 0 25px 0 0 !important;
}
.omiya-data-jancode a {
  display: block;
  padding: 10px 35px 10px 0;
}
.omiya-data-jancode .jancode-icon {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .omiya-data table {
    border: 0;
  }
  .omiya-data td {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-picture-caution {
    margin: 5px 0 10px;
  }
  .content-h1-taxonomy,
  .content-h1-single {
    margin: 0 -10px 35px;
    padding: 0 10px 12px;
  }
  .content-h1-taxonomy::before,
  .content-h1-single::before {
    font-size: 16px;
    position: absolute;
    bottom: -32px;
    right: 2px;
  }
  .omiya-data h2,
  .omiya-sagasu h2,
  .archive_description h2,
  .archive_description h3,
  .archive_description h4,
  .entry-content h2,
  .entry-content h3,
  .entry-footer h2,
  .cta-box {
    margin-right: -10px;
    margin-left: -10px;
  }
  .entry-footer .taxonomy-list h2 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .entry-content h4 {
    margin-right: 0;
    margin-left: 0;
  }
  .omiya-data {
    margin: 0 -10px 20px;
  }
  .omiya-data table {
    margin: -15px 0 0;
  }
  .omiya-data h2 {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
  }
  .omiya-data-jancode-frame {
    display: block;
  }
  .omiya-data-jancode-txt {
    line-height: 30px;
  }
  .archive_description table {
    margin: 0 0 40px;
    width: 100%;
  }
  .archive_description blockquote,
  .entry-content blockquote {
    padding: 40px 12px;
    width: 100%;
  }
  .archive_description blockquote::before,
  .entry-content blockquote::before {
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .archive_description blockquote::after,
  .entry-content blockquote::after {
    position: absolute;
    bottom: -20px;
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .content-h1,
  .omiya-data h2,
  .omiya-sagasu h2,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    text-align: justify;
  }
  .omiya-data th {
    width: 80px;
  }
}
/* 通販サイトでお土産を探す ----------------------------*/
.omiya-sagasu .shop-search,
.shop-search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap : 1%;
  margin: 0 auto 15px;
  width: 100%;
  border: 0;
}
.entry-content .shop-search li,
.omiya-sagasu .shop-search li {
  list-style: none;
  margin: 15px auto 0;
  width: 49%;
  border: 0 !important;
}

.omiya-sagasu .shop-search .shop-search__sale-text,
.shop-search .shop-search__sale-text {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.omiya-sagasu .shop-search .shop-search__sale-text.is-amazon,
.shop-search .shop-search__sale-text.is-amazon {
  color: #fa960d;
}

/* SNSボタン ----------------------------*/
.hb {
  background: #1790db;
}
.tw {
  background: #1dadeb;
}
.fb {
  background: #3d5a96;
}
.insta{
  background: #CF2E92;
}
.line {
  background: #1dc121;
}
.mailmag {
  background: #aaa;
}

/* 著者のアーカイブページと記事末の著者欄 ----------------------------*/
/* 記事末のみ */
.author-frame {
  margin-bottom: 15px;
}
/* 著者のアーカイブページ */
.author-page-frame {
  margin-bottom: 15px;
  padding: 0 10px;
}
/* 共通 */
.author-thumb {
  display: table-cell;
  vertical-align: top;
  width: 140px;
}
.author-description {
  display: table-cell;
  vertical-align: top;
}
.author-avatar img {
  display: block;
}
.author-name {
  display: inline-block;
  font-weight: bold;
  margin: 5px auto;
  text-decoration: none;
}
.author-sns {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.author-sns ul {
  border: 0 !important;
}
.author-sns li {
  background: #fff !important;
  border: 0 !important;
  display: inline-block;
  padding: 0;
  width: auto !important;
}
.author-sns li a {
  padding: 10px 10px 5px !important;
}
.author-sns svg {
  height: 20px;
  width: 20px;
}
.author-sns img {
  height: 20px;
  margin-bottom: 10px;
  width: 20px;
}
.author-text {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .omiya-sagasu {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .omiya-sagasu .shop-search,
  .entry-content .shop-search {
    display: block;
    margin-bottom: 30px;
    width: 90%;
  }
  .omiya-sagasu .shop-search li,
  .entry-content .shop-search li {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .author-page-frame {
    padding: 0;
  }
  .author-thumb {
    display: block;
    padding: 0;
    width: 100%;
  }
  .author-description {
    display: block;
    padding: 0 15px;
  }
  .author-avatar img {
    margin: 0 auto;
    text-align: center;
  }
  .author-name {
    display: block;
    margin: 5px auto;
    text-align: center;
    text-decoration: none;
  }
  .author-sns {
    display: block;
    margin: 5px auto;
    padding: 10px;
    text-align: center;
  }
  .author-sns ul {
    display: block !important;
    margin: 0 auto !important;
  }
  .author-sns svg {
    height: 36px;
    width: 36px;
  }
  .author-sns img {
    height: 36px;
    margin-bottom: 7px;
    width: 36px;
  }
}
@media screen and (max-width: 374px) {
  .omiya-sagasu .shop-search a,
  .shop-search a {
    font-size: 13px;
  }
}
/* クチコミの評価(ページタイトル直下) ----------------------------*/
.rating_comment {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table;
  max-width: 800px;
  table-layout: fixed;
  width: 100%;
}
.colleft,
.colright {
  display: table-cell;
  width: 50%;
}
.colright {
  text-align: right;
}
.colleft .title,
.colleft .rating,
.colright .title,
.colright .comment {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  vertical-align: middle;
}
.colleft .star {
  color: #fc0;
  display: inline-block;
  line-height: 1;
  margin: 0 15px;
  overflow: hidden;
}
.rating_comment .rating,
.rating_comment .comment {
  font-weight: bold;
}
.colright .title {
  padding-right: 15px;
}
@media screen and (max-width: 479px) {
  .rating_comment {
    font-size: 13px;
  }
  .colleft .star {
    vertical-align: middle;
  }
  .colleft .rating {
    padding: 10px 5px 10px 0;
  }
  .colleft {
    width: 53%;
  }
  .colright {
    width: 47%;
  }
}
@media screen and (max-width: 374px) {
  .colleft .title,
  .colleft .rating,
  .colright .title,
  .colright .comment {
    padding: 10px 5px;
  }
}

/* クチコミ ----------------------------*/
.comment-box {
  background-color: #f0f0f0;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 10px 15px;
}
.comment-meta {
  font-size: 14px;
  line-height: 1;
  margin: 10px 5px 10px;
}
.comment-rating span {
  color: #222;
  margin-right: 10px;
}
.comment-rating {
  color: #fc0;
}
.comment-text {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
  padding: 20px;
}
.comment-text p {
  margin-bottom: 20px;
}
.comment-text p:last-child {
  margin-bottom: 0;
}
.comment-info {
  font-size: 14px;
  margin: 10px 5px 5px;
  text-align: right;
}
.comment-box a {
  display: none;
}

/* クチコミの入力欄 -----------------------*/
.comment-respond {
  margin: 0 auto;
  padding: 0;
}
.comment-respond form {
  margin: 0;
}
.comment-leftbox {
  float: left;
  width: 50%;
}
.comment-rightbox {
  float: right;
  width: 50%;
}
.comment_gender label {
  display: inline-block;
  padding: 6px 0;
}
.comment_age .label-title{
  margin: 17px 0 0;
}
.comment_age select {
  font-size: 18px;
  margin: 8px 0 0;
}
.comment_rating {
  clear: both;
  padding: 5px 0 0;
}
.comment-title {
  border-left: 8px solid #a52124;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 10px;
  padding: 0 8px;
}
.label-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 5px 0;
}
.comment-form-comment label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0;
  padding: 5px 0;
}
.comment_gender label,
.comment_age label,
.comment_rating label {
  display: inline-block;
  margin-right: 25px;
}
.comment_gender input,
.comment_age input,
.comment_rating input {
  margin-right: 10px;
}
.comment-respond input[type=text],
.comment-respond textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  color: #666;
  font-size: 14px;
  padding: 10px;
  vertical-align: bottom;
  width: 85%;
  -webkit-appearance: none;
}
.comment-respond input[type=text] {
  width: 85%;
}
.comment-respond textarea {
  width: 95%;
}
.comment-respond input[type=submit] {
  -webkit-appearance: none;
  background-color: #F7BA5A;
  border: 1px solid #F7BA5A;
  border-radius: 15px;
  box-shadow: 0 6px 0 rgba(222, 167, 81, 1);
  color: rgba(0,0,0,0.85);
  cursor: pointer;
  display: block;
	font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 10px auto 20px;
  max-width: 300px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
/* placeholderの色を変更 */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .comment-leftbox,
  .comment-rightbox {
    float: none;
    width: 100%;
  }
  .comment_gender label {
    padding: 0;
  }
  .comment_gender .label-title{
    margin: 15px 0 0;
  }
  .comment_age .label-title{
    margin: 15px 0 0;
  }
  .comment_rating {
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .comment-box,
  .comment-text {
    padding: 10px;
  }
  .comment-respond input[type=submit] {
    max-width: 480px;
    width: 100%;
  }
}

/* singleページ下部の都道府県ナビ */
.entyr-footer-area {
  margin: 20px 0;
}

/* ブログ記事末関連記事のスライダー */
.crp_related ul {
  font-size: 0;
  margin: 0 auto 20px;
  padding: 0;
}
.crp_related li {
  box-sizing: border-box;
  display: inline-block !important;
  font-size: 16px;
  list-style: none !important;
  margin: 0 !important;
  padding: 5px;
  vertical-align: top;
  width: 33%;
}
.crp_related li img {
  height: auto;
  width: 100%;
}
.crp_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .crp_related ul {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .crp_related li {
    flex: 0 0 70%;
    width: 100%;
  }
}

/*----------------------------------------------------------------
 SNSボタン(footer.php header.php single.php)
-----------------------------------------------------------------*/
/* 旧型
.author-sns-frame {
	border-top: 2px solid #a52124;
	border-bottom: 2px solid #a52124;
  margin: 20px auto;
  padding: 5px 0 20px;
	width: 100%;
}
.author-sns-frame .sns-box {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 10px auto 0;
  text-align: center;
  width: 100%;
}
.author-sns-frame li {
  list-style: none !important;
  margin: 0 !important;
}
*/
.banner-box {
  margin: 20px 0;
}
.banner-box a {
  display: block;
}
.banner-box img {
  height: auto;
  width: 100%;
}

/* LINE登録とメルマガ登録のボタン */
.entry-friend-box {
  border: 2px solid #e0e0e0;
  margin: 30px auto;
}
.entry-friend-box h3 {
  background-color: #e0e0e0;
  border: 0;
  margin: 0;
  padding: 15px;
}
.entry-friend-box p {
  font-size: 0.825rem;
  padding: 10px 15px 0;
}
.entry-friend-box ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0 15px 20px;
  width: 100%;
}
.entry-content .entry-friend-box li {
  list-style: none;
  margin: 0;
  width: 50%;
}
.entry-friend-box a {
  border-radius: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  max-width: 480px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}
.entry-friend-box li:first-child a {
  margin-right: 5px;
}
.entry-friend-box li:last-child a {
  margin-left: 5px;
}
.entry-friend-box img {
  margin-right: 10px;
}
.entry-friend-box .line img {
  height: 18px;
  padding: 1px 0;
  width: 18px;
}
.entry-friend-box .mailmag img {
  height: 20px;
  width: 20px;
}
.entry-friend-box-txt {
  display: inline-block;
  height: 14px;
}
.entry-friend-box a.line {
  background: rgb(29,193,33);
  background: linear-gradient(0deg, rgba(47,182,50,1) 0%, rgba(29,193,33,1) 100%);
}
.entry-friend-box a.mailmag {
  background: rgb(250,150,13);
  background: linear-gradient(0deg, rgba(250,150,13,1) 0%, rgba(250,159,42,1) 100%);
}

/* シェアボタンとフォローボタン */
.sns-box-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.sns-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.sns-box li {
  list-style: none;
  margin: 0 1% 0 0;
  width: 32.3333%;
}
.sns-box img {
  display: block;
  height: 18px;
  margin-right: 10px;
  width: 18px;
}
.sns-box a {
  border-radius: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 1.8rem;
  max-width: 480px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}
.sns-box a.tw {
  background: rgb(29,173,235);
  background: linear-gradient(0deg, rgba(27,163,221,1) 0%, rgba(29,173,235,1) 100%);
}
.sns-box a.fb {
  background: rgb(61,90,150);
  background: linear-gradient(0deg, rgba(55,81,135,1) 0%, rgba(61,90,150,1) 100%);
}
.sns-box a.line {
  background: rgb(29,193,33);
  background: linear-gradient(0deg, rgba(47,182,50,1) 0%, rgba(29,193,33,1) 100%);
}

/* likebox内のボタンのみボタンデザインを調整 */
.entry-like-box {
  align-items: center;
  border: 2px solid #e0e0e0;
  display: flex;
  margin: 30px auto 0;
}
.entry-like-txt {
  padding: 0 25px;
}
.entry-like-txt li {
  list-style: none !important;
  margin: 0 !important;
  width: 100%;
}
.sns-box a {
  margin-bottom: 18px;
}
.entry-like-txt li:nth-child(3) a {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sns-follow-box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .sns-follow-box {
    display: block;
    width: 70%;
  }
  .sns-follow-box a {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-social {
    display: block;
    margin: 30px auto;
    width: 100%;
  }
  .author-sns-frame {
    margin-right: 10px;
    margin-left: -10px;
    padding: 5px 10px 20px;
  }
  .sns-box {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .sns-box li {
    width: 100%;
  }
  .sns-box-taxonomy {
    width: 100%;
  }
  .sns-box-taxonomy li {
    width: 32.3333%;
  }
  .sns-box-taxonomy img {
    margin: 0;
  }
  .sns-box-taxonomy .sns-box-txt {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .entry-like-box {
    display: block;
  }
  .entry-like-img {
    width: 100%;
  }
  .entry-like-txt {
    margin: 20px auto 25px;
    padding: 0;
    width: 100%;
  }
  .entry-friend-box a {
    font-size: 0.825rem;
    padding: 12px 0;
  }
  .entry-friend-box img {
    margin-right: 5px;
  }
  .sns-follow-box {
    display: flex;
    padding: 0 15px;
    width: 100%;
  }
  .sns-follow-box a {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  .sns-follow-box {
    display: block;
    width: 70%;
  }
  .sns-follow-box a {
    margin: 10px 0;
  }
}

/*----------------------------------------------------------------
 タクソノミーのアーカイブページ
-----------------------------------------------------------------*/
.term-meta__date {
  color:#999;
  display:flex;
  font-size:0.8em;
  gap:1.5em;
  margin-bottom: 10px;
}
.taxonomy-archive-header-thumbnail {
  margin: 0 0 10px;
  padding: 0;
}
.taxonomy_archive {
  margin-bottom: 20px;
  width: 100%;
}
.taxonomy_archive nav {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}

/* アーカイブページのタイトル */
.taxonomy_archive :not(.archive_description) h2, .taxonomy_archive > h2 {
  background: #a52124;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3;
  margin: 30px 0 15px;
  padding: 15px 10px;
}
.category-btn-box h2 {
  background-color: #a52124;
  border-top: 2px solid #a52124;
  border-bottom: 2px solid #a52124;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 15px;
  padding: 15px 10px;
}
.taxonomy-area h2 {
  background: #F7BA5A;
  color: #000;
  opacity: 0.9;
}
.taxonomy-kind h2 {
  background: #cc8c3a;
}
.taxonomy-shinkansen h2 {
  background: #63b52f;
}
.taxonomy-station h2 {
  background: #16a085;
}
.taxonomy-airport h2 {
  background: #38befa;
}
.taxonomy-servicearea h2 {
  background: #3498db;
}
.taxonomy-michinoeki h2 {
  background: #133384;
}
.taxonomy-department-store h2 {
  background: #9b59b6;
}
.taxonomy-spot h2 {
  background: #e74c3c;
}
.taxonomy-price h2 {
  background: #a52124;
}
.taxonomy-ranking h2 {
  background: #bc9716;
}
/* アーカイブページのタイトル一部修正 */
.taxonomy_archive .author-name {
  background-color: inherit !important;
  border-radius: 0 !important;
  color: #0068b7 !important;
  font-weight: bold !important;
  text-decoration: none !important;
  margin: 5px auto !important;
  padding: 0 !important;
}
/* アーカイブページのその他の要素 */
.taxonomy_archive ul{
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0;
}
.taxonomy_archive li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  width: 33.333%;
}
.taxonomy_archive ul li:nth-child(1),
.taxonomy_archive ul li:nth-child(2),
.taxonomy_archive ul li:nth-child(3),
.term_list ul li:nth-child(1),
.term_list ul li:nth-child(2),
.term_list ul li:nth-child(3) {
  border-top: 1px solid #ccc;
}
.taxonomy_archive ul li:nth-child(6n),
.taxonomy_archive ul li:nth-child(6n-1),
.taxonomy_archive ul li:nth-child(6n-2),
.term_list ul li:nth-child(6n),
.term_list ul li:nth-child(6n-1),
.term_list ul li:nth-child(6n-2) {
  background: #f6f6f6;
}
.taxonomy_archive li a {
  display: inline-block !important;
  padding: 10px;
}
.taxonomy-kind,
.taxonomy-price {
  margin: 10px 0 0;
}
/* タクソノミーの一覧 */
.taxonomy-list,
.taxonomy-list-wide {
  padding: 0 0 10px;
}
.taxonomy-list h2,
.taxonomy-list-wide h2 {
  margin:  0 0 10px;
}

/* タクソノミーのFAQ */
.omiya-tax-faq {
  padding-right: 10px;
  padding-left: 10px;
}
.omiya-tax-faq h2 {
  margin-bottom: 0 !important;
}
.omiya-tax-faq-frame {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px 0;
}
.omiya-tax-faq__q,
.omiya-tax-faq__a {
  padding: 10px 15px;
  position: relative;
}
.omiya-tax-faq__q::before,
.omiya-tax-faq__a::before {
  font-weight: bold;
  position: absolute;
}
.omiya-tax-faq__q::before {
  color: #ff9900;
  content: "Q";
}
.omiya-tax-faq__a::before {
  color: #a52124;
  content: "A";
}
.omiya-tax-faq__q-text {
  font-weight: bold;
}
.omiya-tax-faq__q-text,
.omiya-tax-faq__a-text {
  margin-left: 20px;
}
.omiya-tax-faq__a-text-sub {
}

/* フッターのカテゴリー一覧 */
.category-btn-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
}
.category-btn-ul li {
}
.category-btn-ul a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  color: #444;
  display: block;
  font-family: Yu Gothic;
  font-weight: 300;
  margin: 6px;
  padding: 6px 22px;
}

@media screen and (max-width: 767px) {
  .taxonomy_archive nav {
    padding: 0;
  }
  .taxonomy_archive :not(.archive_description) h2, .taxonomy_archive > h2 {
    border-radius: 0;
  }
  .taxonomy-description-frame .content-h2 {
    border-radius: 0;
    margin: 0;
  }
  .taxonomy_archive ul {
    margin: 0 10px;
  }

  .taxonomy_archive li {
    width: 50%;
  }
  .taxonomy_archive ul li:nth-child(3),
  .term_list ul li:nth-child(3) {
    border-top: 0;
  }
  .taxonomy_archive ul li:nth-child(6n),
  .taxonomy_archive ul li:nth-child(6n-1),
  .taxonomy_archive ul li:nth-child(6n-2),
  .term_list ul li:nth-child(6n),
  .term_list ul li:nth-child(6n-1),
  .term_list ul li:nth-child(6n-2) {
    background-color: inherit;
  }
  .taxonomy_archive ul li:nth-child(4n),
  .taxonomy_archive ul li:nth-child(4n-1),
  .term_list ul li:nth-child(4n),
  .term_list ul li:nth-child(4n-1) {
    background: #f6f6f6;
  }
  .omiya-tax-faq {
    padding: 0;
  }
}

/* 都道府県のデザイン */
.taxonomy-list .taxonomy_archive li {
  font-size: 14.5px;
  width: 16.6666%;
}
.taxonomy-list .taxonomy_archive ul li:nth-child(1),
.taxonomy-list .taxonomy_archive ul li:nth-child(2),
.taxonomy-list .taxonomy_archive ul li:nth-child(3),
.taxonomy-list .taxonomy_archive ul li:nth-child(4),
.taxonomy-list .taxonomy_archive ul li:nth-child(5),
.taxonomy-list .taxonomy_archive ul li:nth-child(6) {
  border-top: 1px solid #ccc;
}
.taxonomy-list .taxonomy_archive ul li:nth-child(6n),
.taxonomy-list .taxonomy_archive ul li:nth-child(6n-1),
.taxonomy-list .taxonomy_archive ul li:nth-child(6n-2) {
  background: #fff;
}
.taxonomy-list .taxonomy_archive ul li:nth-child(12n),
.taxonomy-list .taxonomy_archive ul li:nth-child(12n-1),
.taxonomy-list .taxonomy_archive ul li:nth-child(12n-2),
.taxonomy-list .taxonomy_archive ul li:nth-child(12n-3),
.taxonomy-list .taxonomy_archive ul li:nth-child(12n-4),
.taxonomy-list .taxonomy_archive ul li:nth-child(12n-5) {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .taxonomy-list .taxonomy_archive li {
    width: 33.3333%;
  }
  .taxonomy-list .taxonomy_archive ul li:nth-child(4),
  .taxonomy-list .taxonomy_archive ul li:nth-child(5),
  .taxonomy-list .taxonomy_archive ul li:nth-child(6) {
    border-top: 0;
  }
  .taxonomy-list .taxonomy_archive ul li:nth-child(3n),
  .taxonomy-list .taxonomy_archive ul li:nth-child(12n),
  .taxonomy-list .taxonomy_archive ul li:nth-child(12n-1),
  .taxonomy-list .taxonomy_archive ul li:nth-child(12n-2),
  .taxonomy-list .taxonomy_archive ul li:nth-child(12n-3),
  .taxonomy-list .taxonomy_archive ul li:nth-child(12n-4),
  .taxonomy-list .taxonomy_archive ul li:nth-child(12n-5) {
    background-color: inherit;
  }
  .taxonomy-list .taxonomy_archive ul li:nth-child(6n),
  .taxonomy-list .taxonomy_archive ul li:nth-child(6n-1),
  .taxonomy-list .taxonomy_archive ul li:nth-child(6n-2) {
    background: #f6f6f6;
  }
}
@media screen and (max-width: 479px) {
  .taxonomy-list .taxonomy_archive li {
    width: 50%;
  }
  .taxonomy-list .taxonomy_archive ul li:nth-child(3) {
    border-top: 0;
  }
  .taxonomy-list .taxonomy_archive ul li:nth-child(6n),
  .taxonomy-list .taxonomy_archive ul li:nth-child(6n-1),
  .taxonomy-list .taxonomy_archive ul li:nth-child(6n-2) {
    background-color: inherit;
  }
  .taxonomy-list .taxonomy_archive ul li:nth-child(4n),
  .taxonomy-list .taxonomy_archive ul li:nth-child(4n-1) {
    background: #f6f6f6;
  }
}
/*----------------------------------------------------------------
 taxonomy_archiveとarchive_descriptionのバッティングしたcss修正
-----------------------------------------------------------------*/
.taxonomy_archive .archive_description ul {
  border: 0;
  display: block;
}
.taxonomy_archive .archive_description li {
  border: 0;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  width: 100%;
}
.taxonomy_archive .archive_description ul li:nth-child(1),
.taxonomy_archive .archive_description ul li:nth-child(2),
.taxonomy_archive .archive_description ul li:nth-child(3) {
  border-top: 0;
}
.taxonomy_archive .archive_description ul li:nth-child(6n),
.taxonomy_archive .archive_description ul li:nth-child(6n-1),
.taxonomy_archive .archive_description ul li:nth-child(6n-2) {
  background: #fff;
}
.taxonomy_archive .archive_description li a {
  display: inline-block!important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .taxonomy_archive .archive_description h2 {
    margin-bottom: 15px;
  }
  .taxonomy_archive .archive_description ul {
    margin: 0;
  }
  .taxonomy_archive .archive_description li {
    width: 100%;
  }
  .taxonomy_archive .archive_description ul li:nth-child(3) {
    border-top: 0;
  }
  .taxonomy_archive .archive_description ul li:nth-child(6n),
  .taxonomy_archive .archive_description ul li:nth-child(6n-1),
  .taxonomy_archive .archive_description ul li:nth-child(6n-2) {
    background-color: #fff;
  }
  .taxonomy_archive .archive_description ul li:nth-child(4n),
  .taxonomy_archive .archive_description ul li:nth-child(4n-1) {
    background: #fff;
  }
}
.taxonomy_archive .archive_description ul,
.taxonomy_archive .archive_description ol {
  margin-right: 25px;
  margin-bottom: 20px;
}
.taxonomy_archive .archive_description ul li {
  display: list-item;
  line-height: 170%;
  list-style: disc;
  margin-left: 25px;
}
.taxonomy_archive .archive_description ol li {
  display: list-item;
  line-height: 170%;
  list-style: decimal;
  margin-left: 25px;
}

/*----------------------------------------------------------------
 ライター一覧ページ
-----------------------------------------------------------------*/
#users li {
  clear: both;
  list-style: none;
  margin: 0 0 30px;
  overflow: hidden;
}
.users_avatar {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 100px;
}
.users_detail {
  display: inline-block;
  float: left;
  width: 80%
}
.users_detail p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .users_avatar {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100px;
  }
  .users_detail {
    display: inline-block;
    float: left;
    width: 95%
  }
  .users_detail p {
    text-align: center;
  }
}

/*----------------------------------------------------------------
 ランキングページ
-----------------------------------------------------------------*/
/* ランキングの構造と共通するスタイル */
.ranking-box {
  display: inline-block;
  margin: 5px 1% 15px;
  vertical-align: top;
  width: 47.5%;
}
.ranking-box-first {
  margin: 5px 1% 15px;
  width: 30.6666%;
}
.ranking-box-first img {
  height: auto;
  width: 100%;
}
.ranking-box-enum-end {
  clear: both;
}
.ranking-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ranking-box-first {
    clear: both;
    float: none;
    margin: 5px 1%;
    overflow: hidden;
    width: 98%;
  }
  .ranking-title {
    margin: 0 2px;
    word-break: break-all;
  }
}

/* 1〜3位 */
.ranking-number {
  display: table;
}
.ranking-crown-box {
  display: table-cell;
  padding-right: 10px;
}
svg.ranking-crown {
  display: block;
  height: 2em;
  margin: 0 auto;
  width: 2em;
}
.ranking-num {
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  vertical-align: bottom;
}

/* 4位以下 */
.ranking-midashi {
  border: 2px solid brown;
  border-radius: 4px;
  box-sizing: border-box;
  color: brown;
  clear: both;
  font-weight: bold;
  line-height: 1;
  margin: 20px 1% 5px;
  padding: 10px;
  vertical-align: middle;
  width: 98%;
}
.ranking-rank-title {
  background-color: brown;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 5px;
  text-align: center;
}


/** ここから下はレーティングの５つ星表示用 */
.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 16px;
  font-size: 16px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after,
.rate0-0:after {
  width: 0px;
}
.rate0-1:after {
  width: 1.6px;
}
.rate0-2:after {
  width: 3.2px;
}
.rate0-3:after {
  width: 4.8px;
}
.rate0-4:after {
  width: 6.4px;
}
.rate0-5:after {
  width: 8.0px;
}
.rate0-6:after {
  width: 9.6px;
}
.rate0-7:after {
  width: 11.2px;
}
.rate0-8:after {
  width: 12.8px;
}
.rate0-9:after {
  width: 14.4px;
}

.rate1:after,
.rate1-0:after {
  width: 16px;
}
.rate1-1:after {
  width: 17.6px;
}
.rate1-2:after {
  width: 19.2px;
}
.rate1-3:after {
  width: 20.8px;
}
.rate1-4:after {
  width: 22.4px;
}
.rate1-5:after {
  width: 24px;
}
.rate1-6:after {
  width: 25.6px;
}
.rate1-7:after {
  width: 27.2px;
}
.rate1-8:after {
  width: 28.8px;
}
.rate1-9:after {
  width: 30.4px;
}

.rate2:after,
.rate2-0:after {
  width: 32px;
}
.rate2-1:after {
  width: 33.6px;
}
.rate2-2:after {
  width: 35.2px;
}
.rate2-3:after {
  width: 36.8px;
}
.rate2-4:after {
  width: 38.4px;
}
.rate2-5:after {
  width: 40px;
}
.rate2-6:after {
  width: 41.6px;
}
.rate2-7:after {
  width: 43.2px;
}
.rate2-8:after {
  width: 44.8px;
}
.rate2-9:after {
  width: 46.4px;
}

.rate3:after,
.rate3-0:after {
  width: 48px;
}
.rate3-1:after {
  width: 49.6px;
}
.rate3-2:after {
  width: 51.2px;
}
.rate3-3:after {
  width: 52.8px;
}
.rate3-4:after {
  width: 54.4px;
}
.rate3-5:after {
  width: 56px;
}
.rate3-6:after {
  width: 57.6px;
}
.rate3-7:after {
  width: 59.2px;
}
.rate3-8:after {
  width: 60.8px;
}
.rate3-9:after {
  width: 62.4px;
}

.rate4:after,
.rate4-0:after {
  width: 64px;
}
.rate4-1:after {
  width: 65.6px;
}
.rate4-2:after {
  width: 67.2px;
}
.rate4-3:after {
  width: 68.8px;
}
.rate4-4:after {
  width: 70.4px;
}
.rate4-5:after {
  width: 72.0px;
}
.rate4-6:after {
  width: 73.6px;
}
.rate4-7:after {
  width: 75.2px;
}
.rate4-8:after {
  width: 76.8px;
}
.rate4-9:after {
  width: 78.4px;
}

.rate5:after,
.rate5-0:after {
  width: 80px;
}

/*----------------------------------------------------------------
  検索結果ページ ( search.php )
-----------------------------------------------------------------*/
#entry-search-result .search_result_description a {
  color: #141414 !important;
  font-weight: bold;
  font-size: 1.125rem !important;
}
.search_result_description p {
  color: #747072 !important;
  font-size: 0.825rem !important;
}
#entry-search-result .ais-Hits-item {
  border-bottom: 1px solid #eaeaea;
  display: table;
}


/*----------------------------------------------------------------
 全ページで共通するパーツ
-----------------------------------------------------------------*/
.main-btn {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.main-btn a {
  background-color: #a52124;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1.8rem auto;
  max-width: 480px;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.main-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.main-btn a:visited {
  color: #fff;
  text-decoration: none;
}
/* 記事末の通販リンクのボタン */
.omiya-sagasu .shop-search a,
.shop-search a {
  border-radius: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  color: #fff;
  display: block !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  max-width: 480px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.shop-amazon a {
  background: rgb(250,150,13);
  background: linear-gradient(0deg, rgba(250,150,13,1) 0%, rgba(250,159,42,1) 100%);
}
.shop-yahoo a {
  background: rgb(67,141,230);
  background: linear-gradient(0deg, rgba(67,141,230,1) 0%, rgba(85,152,233,1) 100%);
}
.shop-yahoo {
  background-color: inherit !important;
}
.shop-rakuten a {
  background: rgb(213,71,61);
  background: linear-gradient(0deg, rgba(213,71,61,1) 0%, rgba(228,81,74,1) 100%);
}
.shop-anafurusato a {
  background: rgb(74,155,75);
  background: linear-gradient(0deg, rgba(74,155,75,1) 0%, rgba(90,171,92,1) 100%);
}
.shop-furusato a {
  background: rgb(74,155,75);
  background: linear-gradient(0deg, rgba(74,155,75,1) 0%, rgba(90,171,92,1) 100%);
}

/* 見出しのデザイン -------------------------------------------------------- */
.title-style-toppage {
  border-bottom: 2px solid #141414;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 10px;
  padding: 20px 0 5px 35px;
  position: relative;
}
.title-style-toppage img {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 25px;
}
.title-style-noicon {
  border-top: 2px solid #a52124;
  border-bottom: 1px solid #aaa;
  color: #a52124;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
/* タイトル右上のリンク */
.top-title-frame {
  position: relative;
}
.top-title-box {
  line-height: 1;
  position: absolute;
  top: 25px;
  right: 10px;
}
.top-title-box img {
  margin-right: 10px;
  width: 20px;
}
.top-title-box a {
  color: #222;
  font-weight: bold;
}

/* 共通のタイトル */
.title-style {
  border-top: 2px solid #a52124;
  border-bottom: 1px solid #aaa;
  color: #a52124;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.title-style::before {
  content: "";
  height: 20px;
  position: absolute;
  left: 10px;
  width: 20px;
}
.taxonomy-list .title-style,
.taxonomy-list-wide .title-style {
  margin: 0 0 10px;
}
/* archive.phpで表示されている「kind」のアーカイブページのループ見出し */
.title-style-kind {
  border-top: 2px solid #a52124;
  color: #a52124;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px;
  position: relative;
}

.title-area {
  border-top: 2px solid #F7BA5A;
  color: #222;
}
.title-area::before {
  background-image: url(./images/icon/area-2.svg);
}
.title-kind {
  border-top: 2px solid #cc8c3a;
  color: #222;
}
.title-kind::before {
  background-image: url(./images/icon/kind-2.svg);
}
.title-shinkansen {
  border-top: 2px solid #63b52f;
  color: #222;
}
.title-shinkansen::before {
  background-image: url(./images/icon/shinkansen-2.svg);
}
.title-station {
  border-top: 2px solid #16a085;
  color: #222;
}
.title-station::before {
  background-image: url(./images/icon/station-2.svg);
}
.title-airport {
  border-top: 2px solid #38befa;
  color: #222;
}
.title-airport::before {
  background-image: url(./images/icon/airport-2.svg);
}
.title-servicearea {
  border-top: 2px solid #3498db;
  color: #222;
}
.title-servicearea::before {
  background-image: url(./images/icon/servicearea-2.svg);
}
.title-michinoeki {
  border-top: 2px solid #133384;
  color: #222;
}
.title-michinoeki::before {
  background-image: url(./images/icon/michinoeki-2.svg);
}
.title-department-store {
  border-top: 2px solid #9b59b6;
  color: #222;
}
.title-department-store::before {
  background-image: url(./images/icon/department-store-2.svg);
}
.title-spot {
  border-top: 2px solid #e74c3c;
  color: #222;
}
.title-spot::before {
  background-image: url(./images/icon/spot-2.svg);
}
.title-price {
  border-top: 2px solid #a52124;
  color: #222;
}
.title-price::before {
  background-image: url(./images/icon/price-2.svg);
}
.title-ranking {
  border-top: 2px solid #bc9716;
  color: #222;
}
.title-ranking::before {
  background-image: url(./images/icon/ranking-2.svg);
}
.title-blog {
  border-top: 2px solid #F7BA5A;
  color: #222;
}
.title-blog::before {
  background-image: url(./images/icon/blog-2.svg);
}
.archive-title-style {
  background: inherit !important;
  border-top: 2px solid #a52124;
  border-bottom: 1px solid #aaa;
  border-radius: 0 !important;
  color: #a52124 !important;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold !important;
  margin: 0 0 10px !important;
  padding: 10px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-style-toppage {
    font-size: 18px;
    margin: 0 10px;
    padding-left: 25px;
  }
  .title-style-toppage img {
    top: 18px;
    width: 20px;
  }
  .top-title-box {
    top: 18px;
  }
}

/*----------------------------------------------------------------
 いろんなページに存在するもの
-----------------------------------------------------------------*/
/* タブ上のコメント */
.tab-comment {
  margin: 10px;
}
/* タブ */
.tabbody {
  margin-top: 10px;
}
.tabs {
  border-bottom: 2px solid #a52124;
  display: flex !important;
  margin: 0 auto;
}
.tabs li {
  background: #fff;
  border-top: 2px solid #a52124;
  border-right: 2px solid #a52124;
  border-left: 2px solid #a52124;
  border-radius: 5px 5px 0 0;
  color: #a52124;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  padding: 8px 10px 5px;
}
.tabs li.active {
  background: #a52124;
  border: 2px solid #a52124;
  color: #fff;
}
#area_tab #tabcontent1 ul {
  display: none;
}
#area_tab #tabcontent1 ul:first-child {
  display: block;
}
#area_tab #tabcontent1 li {
  display: inline-block;
  margin-right: 10px;
}
#area_tab #tabcontent1 li a {
  display: block;
  padding: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .tabs {
    border-bottom: 0;
    border-bottom: 0;
    display: flex;
  }
  .tabs li {
    flex: 0 0 33%;
  }
  #tabcontent1,
  #tabcontent2 {
    border-top: 2px solid #a52124;
  }
}
/*----------------------------------------------------------------
 Googleアドセンスなどの広告
-----------------------------------------------------------------*/
.sponser_bottom {
  margin: 0 auto 20px;
}
.ads-sponsored-link,
.sponser span {
  color: #999;
  display: block;
  font-size: 12px;
  text-align: center;
}
.ads-archive-header {
  margin-bottom: 30px;
}
.ads-double {
  font-size: 0;
  margin: 10px auto;
  max-width: 682px;
}
.ads-double-left,
.ads-double-right {
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  width: 336px;
}
.ads-double-left {
  margin-right: 10px;
}
/* 横並びに2枚表示してる箇所はスマホでは1枚 */
.ads-single {
  margin: 10px auto 5px;
  text-align: center;
}
/* おみやげデータ下部の広告 */
.ads-omiya-data-under {
  margin: 20px 0;
}
/* 最下部の広告 */
.footer-ads {
  background-color: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
/* 検索結果ページのサイドバー */
.ads-sidebar-searchresult {
  margin: 10px 0;
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .sponser_bottom {
    width: 336px;
  }
}
@media screen and (max-width: 374px) {
  .sponser_bottom {
    width: 320px;
  }
}

/*----------------------------------------------------------------
 ピンタレストボタン
-----------------------------------------------------------------*/
body > span {
  z-index: 2 !important;
}

/*----------------------------------------------------------------
 Woocommerce
-----------------------------------------------------------------*/
.woocommerce-loop-product__title {
  background-color: #fff !important;
  border: 0 !important;
  color: #222 !important;
  padding: 0 !important;
}
.woocommerce-shop .entry-header {
  margin: 0
}
.woocommerce-product-attributes-item__value {
  padding: 5px 10px !important;
}
.woocommerce-product-gallery--with-images {
  opacity: 1 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #555 !important;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}

/* ボタン */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt {
  background-color: #a52124;
  border-radius: 25px;
  color: #fff;
  display: block;
  float: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1.8rem auto;
  max-width: 480px;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #a52124;
  opacity: 0.8;
}

/* 決済画面 */
.woocommerce {
  box-sizing: border-box;
}
.woocommerce-checkout {
  padding: 0 10px;
}
.woocommerce-additional-fields h3 {
}
#ship-to-different-address {
  border: 0;
  padding: 0;
}
.woocommerce form .form-row {
  margin-bottom: 15px;
  padding-left: 0;
}
.woocommerce-billing-fields__field-wrapper p {
  font-weight: bold;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1px solid #aaa !important;
  padding: 5px !important;
  border-radius: 8px !important;
}
.select2-container .select2-selection--single {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.woocommerce ul#shipping_method li {
  margin: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: none;
}

/* 決済画面のクレジットカード決済エリア */
.woocommerce table.shop_table {
  margin-bottom: 50px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
  background-color: #fff;
  border: 0;
}
.payment_method_stripe label {
  border-left: 5px solid #a52124;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 10px;
  padding: 0 5px;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
}
.woocommerce-checkout #payment div.form-row {
  margin-top: 20px;
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row label {
  border: 0;
  font-size: 1rem;
  margin: 10px 0;
  padding: 0;
}
#stripe-payment-data p {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 15px;
  font-size: 1rem;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
}
.stripe-card-group {
  box-sizing: border-box;
  max-width: 520px;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 1px solid #aaa !important;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 520px;
  padding: 10px !important;
  width: 100%;
}

/* 決済直前の特定商取引法の記載 */
#payment table {
  width: 100%;
}

/* Woocommerce関連で他のページに出力 */
.sidebar-banner a,
.single-madeleine-banner a,
.single-madeleine-banner-head a {
  display: block;
}
.single-madeleine-banner {
  margin: 0 0 10px;
}
.single-madeleine-banner-head {
  display: none;
}
.main-onecolumn .single-madeleine-banner {
  margin: 0 10px 10px;
}


@media screen and (max-width: 767px) {
  .single-madeleine-banner-head {
    display: block;
    margin-top: -17px;
    margin-bottom: 15px;
  }
  .woocommerce-checkout {
    padding: 0;
  }
  #ship-to-different-address {
    margin-left: 5px;
  }
  .payment_method_stripe label {
    margin-right: -10px;
    margin-left: -10px;
  }
}


/* フッター固定アドセンス */
.omiya_pc_anchor {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  width: calc(100% - 330px);
	z-index: 99;
}
.omiya_pc_anchor-inner {
  display: flex;
  justify-content: center;
  max-width: 810px;
  width: 100%;
}
.omiya_sp_anchor {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  width: 100%;
	z-index: 99;
}


/*----------------------------------------------------------------
 taxonomy.php 緯度経度の位置情報を使った関連ページの表示
-----------------------------------------------------------------*/
.taxonomy-location-recommend-frame {
	margin-top: 3em;
	margin-bottom: 3em;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.taxonomy-location-recommend-frame  {
		padding-right: 0;
		padding-left: 0;
	}
}
.taxonomy-location-recommend-frame .content-h2 {
	border-radius: 5px;
	font-size: 21px;
}
@media screen and (max-width: 767px) {
	.taxonomy-location-recommend-frame .content-h2 {
		border-radius: 0;
		margin-right: 0;
		margin-left: 0;
	}
}
.omiya-location-recommend {
	margin: 25px auto 50px;
}
@media screen and (max-width: 767px) {
	.omiya-location-recommend {
		width: calc(100% - 30px);
	}
}
.omiya-location-recommend .omiya-location-recommend__run-button {
	background-color: #a52124;
	border: 0;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
	margin-right: auto;
	margin-left: auto;
	width: min(100%,480px);
	overflow: hidden;
	padding: 12px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.omiya-location-recommend__loading {
	color: #a52124;
	text-align: center;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
	animation: omiyaRecommendLoading 2s infinite;
}

@keyframes omiyaRecommendLoading {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
.omiya-location-recommend__not-found {
	padding: 24px 0;
	text-align: center;
	font-weight: normal;
	line-height: 1.6;
	font-size: 0.9em;
	color: #777;
	background-color: #f6f6f6;
}
.omiya-location-recommend__list {
	display: grid;
	grid-template-columns: repeat( 1, 1fr );
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (min-width: 768px ) {
	.omiya-location-recommend__list {
		grid-template-columns: repeat( 2, 1fr );
	}
}
.omiya-location-recommend__list li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.omiya-location-recommend__list li a {
	display: flex;
	align-items: baseline;
	gap: 1em;
	padding: 10px;
}
.omiya-location-recommend__list li:nth-child(4n),
.omiya-location-recommend__list li:nth-child(4n-1) {
    background: #f6f6f6;
}
.omiya-location-recommend__item-title {
}
.omiya-location-recommend__item-distance {
	font-size: 1em;
	vertical-align: baseline;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 1em;
}
.omiya-location-recommend__item-distance-unit {
	margin-left: 0.1em;
	font-size: 0.9em;
	vertical-align: baseline;
}

/* チャット検索 */
.omiya-search-chat {
	position: fixed;
	bottom: 100px;
	left: 20px;
	z-index: 100;
}
@media (max-width: 767px) {
	.omiya-search-chat {
		display: none;
	}
}

.omiya-search-chat * {
	box-sizing: border-box;
}

.omiya-search-chat :where(button) {
	background-color: transparent;
	border: 0;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.omiya-search-chat__window {
	width: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.3s;
	background-color: #fff;
	opacity: 0;
}

.omiya-search-chat__window.is-open {
	display: flex;
	flex-direction: column;
	width: min(350px, calc(100vw - 20px));
	height: min(420px, 80vh);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	opacity: 1;
	transition:
		width 0.3s,
		height 0.3s,
		opacity 0.3s;
}

#omiya-search-chat__open-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #a52123;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.omiya-search-chat__header {
	display: flex;
	justify-content: flex-end;
	background-color: #a52123;
	height: 30px;
	padding: 5px 10px;
	color: #fff;
}

.omiya-search-chat__header svg {
	--omiya-search-chat-icon: 18px;
	width: var(--omiya-search-chat-icon);
	height: var(--omiya-search-chat-icon);
}

.omiya-search-chat__wrap {
	flex-grow: 1;
	height: calc(100% - 30px);
	padding: 10px;
}
#omiya-search-chat-app {
	height: 100%;
}

.omiya-search-chat .cs-message-input__tools {
	align-items: center;
}

.omiya-search-chat .cs-message-input__tools .cs-button--send {
	color: #a52124;
}

.omiya-search-chat .cs-message-input__content-editor-wrapper,
.omiya-search-chat .cs-message-input__content-editor {
	background-color: #f6edee;
	font-size: 14px;
}

.omiya-search-chat .cs-message {
	font-size: 14px;
}

.omiya-search-chat .ps__thumb-y {
	background-color: #f6edee;
}

.omiya-search-chat .cs-message--incoming .cs-message__content {
	background-color: #f6edee;
	border-radius: 0 0.7em 0.7em 0.7em;
}

.omiya-search-chat .cs-message--outgoing .cs-message__content {
	background-color: #e4c9cc;
	border-radius: 0.7em 0 0.7em 0.7em;
}

.omiya-search-chat
	.cs-message-input--disabled
	.cs-message-input__content-editor-wrapper,
.omiya-search-chat
	.cs-message-input--disabled
	.cs-message-input__content-editor {
	background-color: #eee;
}

.omiya-search-chat
	.cs-message-input--disabled
	.cs-message-input__content-editor:before {
	cursor: default;
}

.omiya-search-chat .cs-message-input--disabled .cs-button--send {
	color: #999;
}

.omiya-search-chat-result-item {
	display: flex;
	font-size: 14px;
}

.omiya-search-chat-result-item__thumbnail {
	width: 20%;
	flex-shrink: 0;
	margin-right: 0.5em;
}

.omiya-search-chat-result-item__thumbnail img {
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.omiya-search-chat__cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
	overflow: auto;
}

.omiya-search-chat__cover::after {
	content: "";
	display: block;
	height: calc(100% + 1px);
}
.omiya-search-chat-reset {
	font-size: 11px;
}
.omiya-search-chat-reset-button {
	width: 100%;
	padding: 0.2em;
	margin-top: 8px;
	border-radius: 4px;
	border: 1px solid #a52124;
	color: #a52124;
	font-size: 1em;
}
