@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/************************************
** 親テーマ上書き修正
************************************/

.entry-content table,
.entry-content th,
.entry-content td {
  border: none;
  box-shadow: none;
  background-color: #ffffff;
}

a:hover {
  color: #c1377f;
}

a:hover img {
  opacity: 0.7;
}

h1, h2, h3, h4, h5, h6 {
  color: #A18E5C;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 15px; }
h4 { font-size: 15px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

.widget-title {
  font-size: 15px;
}

/* post関連 */
.post p {
  margin: 0.3em 0 0.7em;
}

.post a {
  text-decoration: none;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post h1:first-child {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.post h1::before {
  content: '';
  position: absolute;
  left: 47%;
  bottom: -14px;
  display: inline-block;
  width: 50%;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #A18E5C;
  border-radius: 2px;
}

.post h2:first-child,
.post h3:first-child {
  margin-top: 15px;
}

.post h2 {
  border-left: 8px solid #A18E5C;
  font-size: 24px;
  font-size: 2.2rem;
  padding: 5px 10px;
  font-weight: bold;
}

.post h3 {
  font-size: 22px;
  font-size: 2rem;
  padding: 2px 5px;
  margin-left: 5px;
  border-left: 8px #A18E5C solid;
  font-weight: bold;
}

.post h4 {
  font-size: 18px;
  font-size: 1.6rem;
  padding: 0 10px;
  border: 0;
  border-left: solid 8px #A18E5C;
  font-weight: bold;
}



/* ------------------------------------
  ヘッダーデザイン
------------------------------------ */

/* ヘッダー内の絶対配置基準を安定化 */
.header-container,
.header .header-in,
#header-in,
.logo-header {
  position: relative;
}

.logo {
  text-align: left;
}

.logo-header {
  background-image: url("https://tokyoalice.jp/homepage2/wp-content/uploads/2026/04/kanban4_2.gif");
  background-repeat: no-repeat;
  background-position: right 420px top calc(50% - 3px);
  background-size: 290px 75px;
  padding-right: 340px;
  min-height: 75px;
}

/* PCヘッダー右上リンク */
.header-contact-link {
  position: absolute;
  top: 18px;
  right: max(20px, calc((100vw - 1100px) / 2));
  z-index: 10001;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  width: 320px;
  pointer-events: auto;
}

/* ボタン共通 */
.header-contact-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

/* 1段目の大ボタン */
.header-contact-link a:first-child {
  grid-column: 1 / 3;
  min-height: 38px;
  font-size: 14px;
  background: linear-gradient(180deg, rgba(255,253,250,0.96) 0%, rgba(248,241,223,0.96) 100%);
  border: 1px solid #d6c79e;
  color: #6d5320;
}

.header-contact-link a:first-child:hover {
  background: linear-gradient(180deg, rgba(255,254,252,0.98) 0%, rgba(246,237,216,0.98) 100%);
  color: #6d5320;
}

/* 2段目の2ボタン */
.header-contact-link a:nth-child(2),
.header-contact-link a:nth-child(3) {
  font-size: 13px;
}

/* ご利用ガイドのアイコン */
.header-contact-link a:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("https://tokyoalice.jp/homepage2/wp-content/uploads/2018/05/wakaba3.gif") no-repeat center / contain;
  position: relative;
  top: -1px;
  flex-shrink: 0;
  opacity: 0.6;
}

/* hover */
.header-contact-link a:hover {
  transform: translateY(-1px);
  background: #faf7ef;
  border-color: #bfa25a;
  color: #222;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

/* ヘッダー画像が消える幅ではリンクも自然に詰める */
@media screen and (max-width: 1230px) {
  .logo-header {
    background-image: none;
    padding-right: 0;
  }

  .header-contact-link {
    right: 20px;
    width: 300px;
  }
}

/* タブレット以下ではPC用リンクは非表示 */
@media screen and (max-width: 834px) {
  .header-contact-link {
    display: none;
  }
}


/************************************
** モバイルトップメニュー
************************************/
@media screen and (max-width: 834px) {

  .my-mobile-top-menu {
    display: flex !important;
    align-items: stretch;
    margin: -30px 0 -25px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    position: relative !important;
    z-index: 9990 !important;
    transition: box-shadow 0.2s ease, background 0.2s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: visible !important;
  }

  /* スクロール後にだけ固定 */
  .my-mobile-top-menu.is-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9998 !important;
    margin: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  /* JSが挿入するスペーサー */
  .my-mobile-top-menu-spacer {
    display: none;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .my-mobile-top-menu-spacer.is-active {
    display: block;
  }

  /* 各ボタン共通 */
  .my-mobile-top-menu > li.menu-button {
    flex: 1 1 0;
    min-width: 0;
    list-style: none !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    overflow: visible !important;
  }

  /* ドロワー基準 */
  .my-mobile-top-menu > li.navi-menu-button {
    position: relative !important;
    overflow: visible !important;
    z-index: 10000;
  }

  /* 各ボタンの中身 */
  .my-mobile-top-menu > li.menu-button > .menu-button-in,
  .my-mobile-top-menu > li.menu-button > a.menu-button-in,
  .my-mobile-top-menu > li.menu-button > label.menu-button-in {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 10px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    background: transparent !important;
    color: #333 !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }

  .my-mobile-top-menu .menu-icon {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 4px;
  }

  .my-mobile-top-menu .menu-caption {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  .my-mobile-top-menu .icon-wrap img {
    max-height: 20px;
    width: auto;
    display: block;
    margin: 0 auto 3px;
  }

  /************************************
  ** 宅配買取お申し込みボタン
  ************************************/
  .my-mobile-top-menu > li.mob-apply {
    flex: 1.4 1 0;
    margin: 5px !important;
    box-sizing: border-box;
  }

  .my-mobile-top-menu > li.mob-apply .menu-button-in,
  .my-mobile-top-menu > li.mob-apply > a.menu-button-in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100% !important;
    min-height: 42px;
    padding: 6px 12px;
    background: linear-gradient(180deg, rgba(255,253,250,0.96) 0%, rgba(248,241,223,0.96) 100%) !important;
    border: 1px solid #d6c79e !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    text-decoration: none !important;
    box-sizing: border-box;
  }

  .my-mobile-top-menu > li.mob-apply .apply-menu-caption {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #6d5320;
    letter-spacing: 0.02em;
  }

  .my-mobile-top-menu > li.mob-apply .menu-button-in:hover {
    background: linear-gradient(180deg, rgba(255,254,252,0.98) 0%, rgba(246,237,216,0.98) 100%) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }

  .my-mobile-top-menu > li.mob-apply .menu-button-in:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  }

  .my-mobile-top-menu > li.mob-guide .menu-button-in,
  .my-mobile-top-menu > li.mob-contact .menu-button-in,
  .my-mobile-top-menu > li.navi-menu-button .menu-button-in {
    width: 100% !important;
  }

  .my-mobile-top-menu img {
    vertical-align: middle;
  }

  /* =========================
     ドロワー開閉の本体
  ========================= */

  .my-mobile-top-menu #navi-menu-input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
  }

  /* 画面全体を覆う閉じる用オーバーレイ */
  .my-mobile-top-menu #navi-menu-close {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99996 !important;
    background: rgba(0, 0, 0, 0) !important;
    cursor: pointer;
  }

  /* ドロワー本体：モバイルトップメニューに被せる */
  .my-mobile-top-menu #navi-menu-content {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: min(78vw, 320px) !important;
    max-width: 320px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden !important;
    z-index: 99999 !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
	padding-bottom:40px;
  }

  /* 開いた時に表示 */
  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-content {
    display: block !important;
  }

  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-close {
    display: block !important;
  }

  /* 上部ラベル */
  .my-mobile-top-menu #navi-menu-content::before {
    content: "MENU";
    display: block;
    padding: 12px 18px;
    background: rgba(247, 243, 255, 0.92);
    color: #2d118b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(236, 231, 255, 0.9);
    box-sizing: border-box;
  }

  /* ===== ドロワー内部：競合回避版 ===== */

  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-content,
  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-content .my-menu-drawer,
  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-content .my-menu-drawer li,
  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-content .my-menu-drawer li a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .my-mobile-top-menu #navi-menu-content .my-menu-drawer {
    margin: 0 !important;
    padding: 44px 0 8px !important;
    list-style: none !important;
    background: transparent !important;
  }

  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li {
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(241, 241, 241, 0.8) !important;
    text-align: left !important;
    background: transparent !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
  }

  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li:last-child {
    border-bottom: none !important;
  }

  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li a {
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 14px 18px 14px 38px !important;
    color: #222 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-sizing: border-box !important;
    position: relative !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: normal !important;
  }

  /* 十字架の丸ポチ */
  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li a::before {
    content: "✝" !important;
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 12px !important;
    text-align: center !important;
    font-size: 10px !important;
    color: #7a6a2f !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #cdbd84 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }

  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li a:hover {
    background: rgba(248, 246, 255, 0.9) !important;
    color: #2d118b !important;
    transform: translateX(3px);
    opacity: 1;
  }

  /* 閉じるボタン */
  .my-mobile-top-menu #navi-menu-content .navi-menu-close-button,
  .my-mobile-top-menu #navi-menu-content .menu-close-button {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid #ddd !important;
    border-radius: 999px !important;
    color: #555 !important;
    font-size: 16px !important;
    cursor: pointer;
    z-index: 100000 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  }

  .my-mobile-top-menu #navi-menu-content .navi-menu-close-button:hover,
  .my-mobile-top-menu #navi-menu-content .menu-close-button:hover {
    background: rgba(247, 247, 247, 0.92) !important;
    color: #000 !important;
  }

  /* クリック不能化対策 */
  .my-mobile-top-menu #navi-menu-content,
  .my-mobile-top-menu #navi-menu-content .my-menu-drawer,
  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li,
  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li a,
  .my-mobile-top-menu #navi-menu-content .my-menu-drawer li a::before,
  .my-mobile-top-menu #navi-menu-close {
    pointer-events: auto !important;
  }
}

@media screen and (max-width: 834px) {
  .my-mobile-top-menu #navi-menu-input:checked ~ #navi-menu-close {
    display: block !important;
  }
}


/* ------------------------------------
  フッターデザイン
------------------------------------ */

.footer-bottom {
  background-color: #000;
  font-size:0.8em;
  margin-top:-25px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a {
  color: #fff;
 padding-bottom:20px;
}

.footer {
  border-top: 1px solid #cccccc;
}

/* ------------------------------------
  グローバルナビ（Luxeritas風）
------------------------------------ */

#navi {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 20;
  background: #fff;
  height: 45px;
  width: 100%;
}

#navi .navi-in > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap; /* 折り返さない */
}

#navi .navi-in > ul > li {
  list-style: none;
  position: relative;
  flex: 1 1 0;   /* 均等幅 */
  min-width: 0;  /* 縮小を許可 */
}

#navi .navi-in > ul > li > a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #111;
  background: #fff;
  font-size: 14px;
  padding: 8px 8px;
  transition: .4s;
  box-sizing: border-box;
  height: 43px;
  line-height: 27px;
  white-space: nowrap;   /* 1段固定 */
  letter-spacing: -0.02em;
  overflow: visible;     /* …対策 */
  text-overflow: clip;   /* …対策 */
}

/* Cocoon側でspanに省略指定がある場合の対策 */
#navi .navi-in > ul > li > a,
#navi .navi-in > ul > li > a span {
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

#navi .navi-in > ul > li:hover > a {
  color: #fff;
  background: #c1377f;
}

#navi .navi-in > ul > li.current-menu-item > a,
#navi .navi-in > ul > li.current-menu-parent > a,
#navi .navi-in > ul > li.current-page-ancestor > a {
  background: #000;
  color: #fff;
}

#navi .navi-in > ul > li > ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 160px;
}

#navi .navi-in > ul > li:hover > ul.sub-menu {
  display: block;
}

#navi .navi-in > ul > li > ul.sub-menu > li {
  list-style: none;
  width: 100%;
  position: relative;
}

#navi .navi-in > ul > li > ul.sub-menu > li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  color: #111;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  white-space: nowrap;
}

#navi .navi-in > ul > li > ul.sub-menu > li:hover > a {
  color: #fff;
  background: #0099ff;
}

/* 横幅が少し狭くなったら縮小 */
@media screen and (max-width: 1300px) {
  #navi .navi-in > ul > li > a {
    font-size: 13px;
    padding: 8px 7px;
  }
}

@media screen and (max-width: 1200px) {
  #navi .navi-in > ul > li > a {
    font-size: 12px;
    padding: 8px 6px;
  }
}

/* さらに狭い時 */
@media screen and (max-width: 1100px) {
  #navi .navi-in > ul > li > a {
    font-size: 11px;
    padding: 8px 4px;
    letter-spacing: -0.03em;
  }
}

/* かなり狭い時 */
@media screen and (max-width: 950px) {
  #navi .navi-in > ul > li > a {
    font-size: 10px;
    padding: 8px 2px;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 834px) {
  #navi {
    display: none;
  }
}

#navi {
  background: #fff;
  z-index: 9999;
}

@media screen and (min-width: 835px) {
  #navi.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  body.has-fixed-navi {
    padding-top: 60px;
  }
}

/************************************
** 子テーマ用の追加CSS
************************************/

html,
body {
  overflow-x: hidden;
}

.maxwidth {
  max-width: 934px;
  margin: 0 auto 0;
}

.ctr {
  text-align: center;
}

.post01 p {
  font-size: 12px;
  color: #999;
  margin-top: 1em;
}

.post02 p {
  font-size: 10px;
  color: #999;
}

.bold01 {
  font-weight: bold;
}

.gra {
  color: white;
  background: #999999;
  background: -moz-linear-gradient(top, #999999 4%, #666666 100%);
  background: -webkit-linear-gradient(top, #999999 4%, #666666 100%);
  background: linear-gradient(to bottom, #999999 4%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666',GradientType=0);
}

.dia {
  line-height: 2em;
}

.dia::before {
  content: "◆";
  color: #cccccc;
}

.dia::after {
  content: "　";
}

.info_border {
  border: 8px solid #eeeeee;
  padding: 20px 20px 0 20px;
  margin-bottom: 3px;
}

.kobutu {
  font-size: 0.9em;
}

.tokyoalice {
  font-size: 17px;
  font-weight: bold;
  font-family: "Century";
}

/* mod_message 初回のみ表示 */
.mod_message{
  display: none;
}
.close{
  margin: 0;
  top: 5px;
 right: 15px;
text-align: right;
}

/* トグル開閉記憶 */
.toggle {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.d_none {
    display: none;
}

/* --- 透かし文字 --- */

.img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.img-wrap::after {
  content: "Tokyo Alice";
  font-family: "Century";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1;
  text-align: center;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  font-size: clamp(60px, 6vw, 72px);
}

/* --- 見出し --- */

.midashi1{
  font-size: 20px;
}

h2 {
  margin: 0;
  padding: 16px 16px;
  line-height: 1.5;
  border: none;
}

h2 .midashi1 {
  display: block;
  margin: 0;
  padding: 0;
}

.midashi2 {
  padding: .8em 1em;
  background-color: #dddddd;
}

.midashi3 {
  font-size: 18px;
  color: #986827;
  font-weight: bold;
  padding: .5em .75em;
}

.midashi4 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-left: 6px solid #ccc;
}

.midashi5 {
  font-size: 22px;
  margin: 0 auto 0;
  max-width: 800px;
  color: #ffffff;
  padding: 35px 15px 35px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.midashi_g {
  font-size: 18px;
  color: #986827;
  font-weight: bold;
  padding: .5em .75em;
  text-align: left;
}

/* --- 中央寄せ見出し --- */

.index {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0 0;
  font-family: 'Times New Roman';
  color: #A18E5C;
}

.heading {
  margin: 10px 0;
}

.index3 .heading {
  color: #A18E5C;
  text-align: center;
  overflow: hidden;
}

.index3 .heading span {
  font-size: 22px;
  display: inline-block;
  position: relative;
  font-weight: normal;
}

.index3 .heading span:before {
  content: "";
  border-bottom: 1px solid #A18E5C;
  border-image: linear-gradient(to left, #A18E5C 0%, #F2C900 100%);
  border-image-slice: 1;
  width: 300px;
  margin: 0 20px;
  position: absolute;
  bottom: .6em;
  right: 100%;
}

.index3 .heading span:after {
  content: "";
  border-bottom: 1px solid #A18E5C;
  border-image: linear-gradient(to right, #A18E5C 0%, #F2C900 100%);
  border-image-slice: 1;
  width: 300px;
  margin: 0 20px;
  position: absolute;
  bottom: .6em;
  left: 100%;
}

/* --- お問い合わせ --- */

.inq {
  max-width: 600px;
  border: 3px solid #b1b1b1;
  margin: 0 auto;
  text-align: center;
  background-color: #b1b1b1;
}

.midashi-i {
  font-size: 30px;
  color: #ffffff;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "Times New Roman";
}

.txt-i {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  padding: 0 30px;
  margin-bottom: 0.5em;
}

.tel-i {
  font-size: 30px;
  color: #ffffff;
  font-family: "Times New Roman";
}

.tel-i2 {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 2em;
  font-family: "Times New Roman";
  word-break: keep-all;
}

.tel-i3 {
  font-size: 38px;
  text-align: center;
  font-family: "Times New Roman";
}

.tel-i3:before {
  content: url(https://tokyoalice.jp/homepage2/wp-content/uploads/2018/06/info_tel2.gif);
}

.tel-i3 a,
.tel-i3 a:link,
.tel-i3 a:visited {
  color: #333;
}

.inq-i {
  display: block;
  font-size: 15px;
  color: #999999;
  font-weight: bold;
  background-color: #ffffff;
  width: 230px;
  margin: 0 auto 8px;
  padding: 15px 15px;
  text-decoration: none;
  border-radius: 2px;
}

.inq-i a,
.inq-i a:link,
.inq-i a:visited {
  color: #999999;
}

.inq-i:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #666;
}

/* --- ib-box系 --- */

.ib-box0 {
  height: 200px;
  font-size: 12px;
  line-height: 1.4em;
  vertical-align: bottom;
  width: 19%;
  margin: 0 5px 5px 0;
  padding: 20px;
  border: 1px #000000 solid;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.ib-box0 img {
  max-width: 125px;
  max-height: 160px;
  margin-bottom: 5px;
}

.ib-box {
  font-size: 12px;
  line-height: 1.4em;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: solid 1px #cccccc;
  width: 120px;
  margin: 0 5px 0;
  padding: 10px 0 10px;
  box-sizing: border-box;
}

.ib-box img {
  padding: 0 0 5px 0;
  max-width: 100px;
  max-height: 100px;
}

.ib-box p {
  padding: 5px 0 0;
}

.price {
  text-align: center;
  font-size: 14px;
  font-family: "Times New Roman";
  color: #b8860b;
  font-weight: bold;
  padding: 5px 0 0;
}

.price2 {
  font-size: 17px;
  color: #b8860b;
  font-family: "Century";
  font-weight: bold;
}

.price3 {
  text-align: center;
  font-size: 14px;
  color: #B72914;
  padding: 5px 0 0;
}

.ib-box2 {
  color: #333333;
  display: inline-block;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  vertical-align: top;
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
}

.ib-box3 {
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  vertical-align: top;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
}

.ib-box4 {
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  vertical-align: top;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  box-sizing: border-box;
}

.ib-box5 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 32%;
  margin: 3px 0 3px;
  box-sizing: border-box;
}

.ib-box5 p {
  word-break: normal;
  line-height: 1.1;
  font-size: 12px;
  text-decoration: none;
  margin: 3px 0 3px;
}

.ib-box-side {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin-bottom: -10px;
  box-sizing: border-box;
}

.ib-box-side h4 {
  font-size: 11px;
  margin-top: -11px;
  margin-left: 3px;
}

.fl-box6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ib-box6 {
  font-size: 12px;
  line-height: 1.4em;
  vertical-align: bottom;
  width: 19%;
  margin: 0 5px 5px 0;
  padding: 15px 15px 8px;
  border: 2px #b8860b solid;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.ib-box6 img {
  max-width: 125px;
  max-height: 160px;
  margin-bottom: 5px;
}

.ib-box6 a,
.ib-box6 a:link,
.ib-box6 a:visited {
  color: #333333;
}

.ib-box7 {
  width: 30%;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 3px 5px;
  color: white !important;
  background-color: #555555;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.ib-box7:hover {
  color: #333333 !important;
  text-decoration: none;
  background-color: #cccccc;
}

.ib-box8 {
  display: inline-block;
  vertical-align: bottom;
  width: 300px;
  margin: 0 5px 5px 0;
  padding: 30px 20px 20px;
  border: 2px #b8860b solid;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.ib-box8 img {
  max-width: 230px;
  max-height: 280px;
  margin-bottom: 10px;
}

.ib-box9 {
  display: inline-block;
  width: 24%;
  padding: 0 5px 5px 10px;
  margin-bottom: 15px;
  vertical-align: bottom;
  box-sizing: border-box;
}

.ib-box9 h2 {
  font-size: 14px;
  border-left: 4px solid #A18E5C;
  padding: 2px 8px 0;
  margin: 8px 0 0 0;
  font-weight: normal;
}

.ib-box9 a:link,
.ib-box9 a:visited,
.ib-box9 a:hover,
.ib-box9 a:active {
  color: #A18E5C;
}

.ib-box10 {
  font-size: 12px;
  line-height: 1.4em;
  display: inline-block;
  text-align: center;
  width: 19%;
  margin: 0 5px 5px 0;
  overflow: hidden;
  position: relative;
  border-left: solid 1px #eee;
  box-sizing: border-box;
}

.ib-box10 a,
.ib-box10 a:link,
.ib-box10 a:visited {
  color: #333333;
}

.ib-box10 img {
  max-width: 125px;
  max-height: 160px;
  padding: 10px;
}

.ib-box10 p {
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  padding: 0 10px 0;
  margin: 0;
}

.ib-box11 {
  position: relative;
  display: inline-block;
  border: solid 1px #cccccc;
  width: 47%;
  height: auto;
  margin: 0 0 15px 10px;
  padding: 0;
  box-sizing: border-box;
}

.ib-box11 img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ib-box11 p {
  width: 100%;
  margin: 0;
  padding: 3px 15px 3px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 2;
  box-sizing: border-box;
}

.ib-box_s2 {
  display: inline-block;
  width: 49%;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.ratio:before {
  content: "";
  display: block;
  padding-top: 28.5%;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- リストの装飾 --- */

.list01 ul {
  border: dashed 1px #668ad8;
  padding: 0.8em;
  margin-bottom: 15px;
}

.list01 li {
  font-size: 0.8em;
  margin-left: 1em;
}

.list02 {
  min-width: 50%;
  float: left;
  text-decoration: none;
  border-bottom: 1px dotted #cccccc;
  color: #333;
  display: block;
  background: #fff;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
  box-sizing: border-box;
}

.list02:hover {
  background: #efefef;
}

.list03 {
  min-width: 170px;
  margin-bottom: 5px;
  float: left;
  text-decoration: none;
  display: block;
}

.list04 {
  min-width: 200px;
  float: left;
  text-decoration: none;
  display: block;
}

.list05 {
  font-size: 15px;
  min-width: 170px;
  float: left;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 .3em .3em 1.3em;
  box-sizing: border-box;
}

.list05::after {
  position: absolute;
  content: '';
  bottom: 1em;
  left: .4em;
  width: 8px;
  height: 8px;
  background-color: #A18E5C;
  transform: rotate(45deg);
}

.list06 {
  margin: 5px 0 15px 45px;
}

.list06 a {
  color: #000000;
  text-decoration: none;
}

.list06 a:hover {
  color: #c1377f;
}

.list06 li {
  position: relative;
  padding: 0 .3em .3em 1.3em;
}

.list06 li::after {
  position: absolute;
  content: '';
  bottom: 1em;
  left: -15px;
  width: 8px;
  height: 8px;
  background-color: #A18E5C;
  transform: rotate(45deg);
}

#menu01 {
  font-size: 0.9em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 1em auto 2em;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#menu01 li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

#menu01 li:last-child {
  border-bottom: 0;
}

#menu01 li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}

#menu01 li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 38px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #666666;
}

#menu01 li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ffffff;
}

/* --- ボタンデザイン --- */

.button_info {
  width: 230px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 3px 15px;
  margin: 2px;
  color: white !important;
  background-color: #555555;
  border-radius: 5px;
  box-sizing: border-box;
}

.button_info:hover {
  color: #333333 !important;
  text-decoration: none;
  background-color: #cccccc;
}

.ctr_b {
  width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 100%;
}

.button_o {
  float: left;
  width: 292px;
  color: #333333;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 0 15px 0;
  margin: 3px;
  border: 1px solid #000000;
  border-radius: 2px;
  box-sizing: border-box;
  max-width: calc(100% - 6px);
}

.button_o a,
.button_o a:link,
.button_o a:visited {
  color: #333333;
}

.button_o:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c1377f;
  border: 1px solid #c1377f;
}

.button_s {
  max-width: 600px;
  color: #333333;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 10px 15px;
  margin: 10px auto;
  border: 1px solid #000000;
  border-radius: 2px;
  box-sizing: border-box;
}

.button_s a,
.button_s a:link,
.button_s a:visited {
  color: #333333;
}

.button_s:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c1377f;
  border: 1px solid #c1377f;
}

.button_mail {
  width: 250px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0 12px;
  color: #333;
  border: 1px solid #333;
  box-sizing: border-box;
  max-width: 100%;
}

.button_bottom {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 12px 3px 12px;
  color: white !important;
  background-color: #333333;
  border-radius: 5px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.button_bottom:hover {
  color: #333333 !important;
  text-decoration: none;
  background-color: #cccccc;
}

.br::before {
  content: "\A";
  white-space: pre;
}

/*** ボックスデザイン ***/
.p-box {
    background-color: #e5ac4b;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px 8px 15px;
}

.p-box h3{
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
margin-bottom:-3px;
}

.p-box2{
margin:auto; border:3px solid #cccccc; max-width:600px; padding:15px; text-align:left; border-radius: 3px;
}

.p-box3{
margin:auto; background-color:#eeeeee; max-width:600px; padding:15px 15px 10px; text-align:left; border-radius: 3px;
}

.p-box3 p{font-size:0.9em;}

.p-box4 {
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px 5px 15px;
}

.p-box4 h3{
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
margin-bottom:-3px;
}

.p-box6{
margin:auto; border:1px solid #333333; padding:15px 15px 10px; text-align:left; border-radius: 3px;
}

.p-box7{
margin:auto; max-width:900px; padding:10px; text-align:left; border-radius: 3px;
}
.p-box7 p{font-size:13px; color:#333333;}

.p-box8{background-color: #eeeeee; padding:15px; border-radius:10px;}

.p-box9{margin:auto; background-color:#eeeeee; padding:10px 15px 10px; text-align:left; border-radius: 3px;}
.p-box9 p{font-size:0.9em;}

.p-box10{margin:auto; max-width:600px; padding:0px 10px 0px; text-align:left; border-radius: 3px;}

.p-box11{margin:12px auto 15px; text-align:center; background-color:#eeeeee; padding:10px 10px 10px; font-size:0.9em;}

.p-box12{margin:15px auto 15px; background-color:#eeeeee; border:1px solid #ccc; padding:5px 20px 10px; max-width:400px;}

.p-box13{
margin:auto; color:#fff; background-color:#000000; padding:15px 15px 10px; text-align:left; border-radius: 3px;
}

.genre-box {
    border: 1px solid #333;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em 1.5em;
    position: relative;

}
.genre-box::before {
    background-color: #fff;
    color: #333;
content: "主な対象ジャンル";
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

/* --- アコーディオン --- */

.ac-cont h3 {
  font-size: 20px;
  border:0;
}

.ac-cont h4 {
  font-size: 16px;
}

.ac-cont-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.kaitori-t {
  width: 85px;
}

.kaitori-p {
  padding-left: 8px;
}

.kaitori-p h2 {
  font-size: 23px;
  background-color: #ffffff;
}

.border-k {
  border: 3px solid #cccccc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.accordion2 {
  min-width: 300px;
  margin: 0;
  padding: 0;
}

.accordion2 .ac-content {
  padding: 0;
}

.accordion2 input {
  display: none;
}

.accordion2 label {
  position: relative;
  display: block;
  cursor: pointer;
}

.accordion2 .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
}

.accordion2 input:checked + .ac-cont {
  height: auto;
  padding: 1px;
}

.kuwashiku {
  font-size:15px;
  position: absolute;
  right: 10px;
}

.accordion {
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0px;
}

.accordion input {
  display: none;
}

.accordion label {
  color: #333;
  display: block;
  background: #fff;
  cursor: pointer;
  padding: 5px 0 5px;
}

.accordion label:hover {
  background: linear-gradient(transparent 95%, #c1377f 90%);
}

.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
}

.accordion input:checked + .ac-cont {
  height: auto;
  padding: 15px 15px 10px 15px;
}

.accordion h3 {
  background: url('https://image.rakuten.co.jp/tokyoalice/cabinet/01213576/q.gif') no-repeat left center;
  padding-left: 30px;
  font-size: 15px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  margin-bottom: 3px;
}

.accordion h2 {
  font-size: 17px;
  background-color: #f6f6f6;
  border-left: 6px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion h4 {
  font-size: 16px;
}

/* --- レスポンシブテーブル --- */

.rt {
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.rt th {
  overflow: hidden;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}

.rt td {
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.rt h4 {
  font-size: 17px;
}

@media (max-width: 420px) {
  .rt tr {
    margin-left: 30px;
  }

  .rt th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
  }

  .rt td {
    display: list-item;
    width: 100%;
    border-top: none !important;
  }
}

.rt2 {
  width: 99%;
  border: 1px solid #dddddd;
  overflow: hidden;
  word-wrap: break-word;
  box-sizing: border-box;
}

.rt2 th {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  overflow: hidden;
  text-align: left;
  padding: 10px;
  word-wrap: break-word;
  vertical-align: top;
}

.rt2 td {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  overflow: hidden;
  word-wrap: break-word;
}

@media (max-width: 420px) {
  .rt2 th {
    border: 1px solid #dddddd;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
  }

  .rt2 td {
    border: 1px solid #dddddd;
    display: list-item;
    width: 100%;
    border-top: none !important;
  }
}

.rt3 {
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.rt3 td {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 0 15px 15px 15px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .rt3 tr {
    margin-left: 30px;
  }

  .rt3 td {
    display: list-item;
    width: 100%;
    border-top: none !important;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* 横幅計算の崩れ対策 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 1023px以下 */
@media screen and (max-width: 1023px) {
	
}

/* 990px以下 */
@media screen and (max-width: 990px) {

  .bold01 {
    font-size: 20px;
    font-weight: bold;
  }

  .accordion label:hover {
    background: none;
  }

  .fl-col2 {
    margin: 5px;
    padding: 0 15px 8px;
    border: 1px #b8860b solid;
    width: 48%;
  }

  .ib-box11 p {
    font-size: 12px;
  }

  .band {
    display: none;
  }

  #menu01 {
    display: block;
  }

  #header .head-cover {
    margin: auto;
    background-image: none;
  }

  .ib-box6 {
    width: 32%;
  }

  .variable img {
    max-height: 80px;
    height: auto;
  }
}

/* 834px以下 */
@media screen and (max-width: 834px) {
	
}

/* 760px以下 */
@media screen and (max-width: 760px) {

  .bold01 {
    font-size: 15px;
    font-weight: bold;
  }

  .post h3 {
    font-size: 15px;
  }

  .list02 {
    width: 100%;
  }

  .ib-box5 p {
    line-height: 1.1;
    font-size: 10px;
  }

  .ib-box6 {
    font-size: 10px;
    width: 32%;
    margin: 0 2px 2px 0;
    padding: 15px 8px 5px;
  }

  .ib-box6 img {
    max-width: 100px;
    max-height: 120px;
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }

  .ib-box10 p {
    font-size: 10px;
  }

  .ib-box10 img {
    max-height: 120px;
    max-width: 100px;
    width: auto;
    height: auto;
    margin: 10px auto;
  }

  .ib-box_s {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32%;
    margin: 0;
  }

  .ib-box_s h2 {
    font-size: 12px;
  }

  .price {
    font-size: 12px;
  }

  .new {
    font-size: 10px;
    width: 85px;
    top: 15px;
    left: -20px;
  }

  .ctr_b {
    width: 100%;
  }

  .button_o {
    width: 48%;
  }

  .ib-box9 {
    min-width: 32%;
  }

  .ib-box11 {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .index3 .heading span {
    font-size: 20px;
  }

  .index3 .heading span:before,
  .index3 .heading span:after {
    border-bottom: 1px solid #A18E5C;
    margin: 0 15px;
    width: 200px;
  }
	
h1.entry-title {
  font-size: 20px;
}

}

/* 480px以下 */
@media screen and (max-width: 480px) {

  html,
  body {
    overflow-x: hidden;
  }

  .accordion,
  .accordion2 {
    min-width: 0;
  }

  .kaitori-t {
    width: 70px;
  }

  .item {
    font-size: 0.9em;
    width: 48%;
  }

  .fl-col2 {
    margin: 5px;
    padding: 0 15px 8px;
    border: 1px #b8860b solid;
    width: 100%;
  }

  .fl-col2 h3 {
    font-size: 15px;
  }

  .border-k {
    padding: 10px;
  }

  .h2 {
    font-size: 16px;
  }

  .accordion2 h2 {
    font-size: 16px;
  }

  .mobile_side img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }

  .ib-box {
    font-size: 10px;
    width: 30%;
    margin: 0 4px;
    padding: 10px 0;
  }

  .ib-box img {
    max-width: 80px;
    max-height: 100px;
    width: auto;
    height: auto;
  }

  .midashi1 {
    font-size: 18px;
  }

  .ib-box6 {
    width: 32.5%;
    margin: 0 1px 2px;
    padding: 10px 3px 5px;
    border: 1px solid #b8860b;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  }

  .ib-box9 {
    min-width: 49%;
    padding: 0 0 10px 3px;
  }

  .ib-box9 p {
    font-size: 14px;
  }

  .index3 .heading span:before,
  .index3 .heading span:after {
    width: 150px;
  }

h2 .midashi1 {
font-size: 18px;
}
	
}

/* 320px以下 */
@media screen and (max-width: 320px) {

  .post h2 {
    font-size: 15px;
  }

  .midashi3 {
    font-size: 16px;
  }

  .kobutu {
    font-size: 12px;
  }

  .accordion2 h2 {
    font-size: 15px;
  }

  .ib-box6 img {
    max-width: 90px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }

  .ib-box9 h2 {
    font-size: 13px;
    border-left: 4px solid #A18E5C;
    padding-left: 5px;
  }

  .ib-box {
    font-size: 10px;
    width: 30%;
    margin: 0 3px;
    padding: 10px 0;
  }

  .ib-box img {
    max-width: 70px;
    max-height: 90px;
    width: auto;
    height: auto;
  }

  .ib-box10 img {
    max-height: 110px;
    width: auto;
    height: auto;
  }

  .ib-box9 {
    min-width: 46%;
  }

  .ib-box9 p {
    font-size: 13px;
  }

  .price {
    font-size: 13px;
  }

  .index3 .heading span {
    font-size: 18px;
  }
}