  @charset "UTF-8";
  /*
  Theme Name: BOSE home page
  Author: h.bose
  Description: This is BOSE original theme.
  Version: 1.0
  File Name : style.css
  */

  /* リセットCSS */
  html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,figure,figcaption,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,address,caption,em,strong {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
  }
  li {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;  
    table-layout: fixed;
  }
  fieldset,img,table,th,td {
    border: 0;
  }
  img,
  input[type="image"] {
    vertical-align: bottom;
  }
  input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
  }

  /* 基本設定 */
  body {
    display: none;/* ロード遅延 */
    margin: 0;
    color: #271610;
    font-family: "Noto Sans Japanese","メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
    background-image: url('/images/bg.jpg');
    background-color: #f0ead7/*#f8f9eb*/;
    letter-spacing: .045em;
    line-height: 1.85;
  }
  a {
    color: #271610;
    transition: .4s;
    /*padding-bottom: 2px;
    border-bottom: 1px solid #271610;*/
  }
  a:hover {
    color: #525b3b;
  }
  a img, h2 img, h3 img {
    transition: 1.0s;
    transform: translate3d(0,0,0);
  }
  a img:hover, h2 img:hover, h3 img:hover {
    opacity: .8;
    transform: translate3d(0,0,0);
    cursor: pointer;
  }
  h1,h2,h3,h4,h5 {
    color: #271610;
  }
  h1 {
    font-size: 155%;
  }
  h2 {
    font-size: 145%;
  }
  h3 {
    font-size: 135%;
  }
  h4 {
    font-size: 125%;
  }
  h5 {
    font-size: 115%;
  }
  hr {
    margin: 1em 0;
    border-width: 1px;
  }
  .container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* ヘッダー */
  header {
    color: #ffffff
  }
  header a {
    color: #ffffff;
    text-decoration: none;
  }
  .siteinfo {
    overflow: hidden;
    color: #271610;
  }
  .siteinfo a {
    color: #271610;
  }
  .siteinfo h1 {
    float: left;
    margin: 0;
    font-size: 20px;
    padding-right: 20px;
  }

  /* ヘッダー画像 */
  header img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* 記事 */
  article {
    overflow: hidden;
  }
  article#newpost {
    padding-bottom: 1.8em;
  }
  article#newpost h1 {
    margin: 0;
    font-size:  16px;
    font-weight: normal;
    tter-spacing: .0275em;
  }
  article h1 a {
    text-decoration: none;
  }

  /* 記事の付加情報 */
  .postinfo {
    margin-bottom: 5px;
    font-size: 14px
  }
  .postinfo a {
    text-decoration: none;
  }
  .postinfo .postcat {
    margin-left: 15px;
  }
  .postinfo .postcat br {
    display: none;
  }
  .postinfo .postcom {
    margin-left: 15px;
  }
  .postinfo i {
    color: #523a31;
  }

  /* 前後の記事へのリンク */
  .pagenav a {
    padding: 5px 10px;
    border: solid 1px #cccccc;
    border-radius: 10px;
    color: #666666;
    font-size: 12px;
    text-decoration: none;
  }
  .pagenav .old a {
    float: left;
  }
  .pagenav .new a {
    float: right;
  }
  .pagenav {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
  }

  /* トップページコンテンツ */
  .mainContents {
    float: right;
    width: 35%;
    letter-spacing: -1em;
  }
  .mainContents h2 {
    display: block;
    width: 95%;
    letter-spacing: .1em;
    box-sizing: border-box;
    margin-left: 5%;
    margin-bottom: 30px;
    margin-top: 22px;
    text-align: center;
  }
  .mainContents h2:last-child {
    margin-bottom: 0;
  }
  .mainContents h2:first-child {
    margin-top: 0;
  }
  .mainContents h2 img {
    max-width: 100%;
  }
  .top-menu h3 {
    color: rgba(102,131,62,1);
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(102,131,62,1);
  }
  .top-menu h4 {
    padding: 1em 0 .5em 0;
    clear: both;
    color: rgba(179,128,31,1);
  }
  .mainImage {
    width: 65%;
    float: left;
    padding-bottom: 20px;
  }
  .top-menu {
    clear: both;
  }
  .contents h3 {
    clear: both;
    position: relative;
    text-align: center;
  }
  h3 img {
    max-width: 100%;
  }
  h3.slide_btn4::after, h3.slide_btn4::before,
  h3.slide_btn5::after, h3.slide_btn5::before,
  h3.slide_btn6::after, h3.slide_btn6::before,
  h3.slide_btn7::after, h3.slide_btn7::before,
  h3.slide_btn8::after, h3.slide_btn8::before
  {
    content: '\f0d7';
    color: #FFF;
    position: absolute;
    z-index: 10000;
    top: 28%;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 150%;
    text-shadow: 1px 1px 2px #000;
  }
  h3.slide_btn4.active::after, h3.slide_btn4.active::before,
  h3.slide_btn5.active::after, h3.slide_btn5.active::before,
  h3.slide_btn6.active::after, h3.slide_btn6.active::before,
  h3.slide_btn7.active::after, h3.slide_btn7.active::before,
  h3.slide_btn8.active::after, h3.slide_btn8.active::before
  {
    content: '\f0d8';
  }
  h3::after {
    left: 74%;
  }
  h3::before {
    left: 25%;
  }
  .video1-outer {
    padding-top: 80%;
    width: 100%;
    position: relative;
  }
  .video1{
	padding-top: 100%;
	width: 100%;
	margin-top: 1rem;
	position: absolute;
	top: 0px;
	left: 0px;
  }
  .video1 video {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
  }
  .video2-outer {
    padding-top: 85%;
    width: 100%;
    position: relative;
  }
  .video2{
	padding-top: 100%;
	width: 100%;
	margin-top: 1rem;
	position: absolute;
	top: 0px;
	left: 0px;
  }
  .video2 video {
    width: 100%;
    height: 82%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
  }


  /* コンテンツページ */
  .contents.articleBox h3 {
   text-align: left;
  }

  /* フッター */
  #pagetop a {
    background: url('https://h-bose.thyme.jp/blog/wp-content/themes/chapter8-A2/images/gotop.png');
    background-size: cover;
    position: fixed;
    right: 20px;
    bottom: 100px;
    text-indent: -99999px;
    display: inline-block;
    width: 55px;
    height: 55px;
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0,0,0,.4));
    filter: drop-shadow(1px 3px 2px rgba(0,0,0,.4));
    transition-property: all;
    transition: 0.3s linear;
  }
  #pagetop a:hover {
    opacity: .6;
  }
  footer {
    margin-top: 40px;
    padding: 15px;
    background-image: url('https://h-bose.thyme.jp/blog/wp-content/themes/chapter8-A2/images/footer-bg.png');
    background-color: #271610;
    color: #fcf5f3;
  }

  /* 本文中の画像 */
  article img {
    border: none;
    max-width: 100%;
    height: auto;
  }
  .aligncenter {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    float: right;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .alignleft {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption-text {
    margin: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
  }

  /* メニュー */
  .blogmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blogmenu .widget {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #e8e8e8;
  }
  .blogmenu .widgettitle {
    margin-top: 10px;
    margin-bottom: 20px;
    border-right: solid 10px #4a5f7e;
    color: #4a5f7e;
    font-size: 14px;
  }
  .blogmenu li a {
    display: block;
    padding: 10px 5px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .blogmenu li a:hover {
    background-color: #ffffff;
  }

  /* 見出し */
  .archive-title {
    margin-top: 0;
    margin-bottom: 40px;
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: normal;
  }
  .archive-title i {
    padding: 15px;
    background-color: #4a5f7e;
    color: #523a31;
  }

  /* コメント投稿フォーム */
  #respond p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }
  #respond label {font-size: 14px}
  #respond input,
  #respond textarea {
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #respond input[type="submit"] {
    width: 200px;
    padding: 10px;
    border: none;
    background-color: #e6cc1c;
    -webkit-appearance: none;
    cursor: pointer;
  }
  #respond input[type="submit"]:hover {
    background-color: #ffaa00;
  }
  #respond .required {
    color: #ff0000
  }

  /* （未使用）コメント */
  #comments footer {
    background: none;
    margin: 0;
    color: #000000;
    font-size: 12px;
  }
  #comments footer a {
    color: #000000;
  }
  #comments footer div {
    display: inline;
  }
  #comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #comments article {
    border: dotted 1px #aaaaaa;
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
  }
  #comments .comment-content {
    margin-left: 30px;
  }

  /* ナビゲーションメニュー */
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
  }
  nav li {
    float: left;
    margin-right: 15px;
  }
  nav li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: solid 5px transparent;
  }
  nav li a:hover {
    border-bottom-color: #00ccff;
  }
  nav li.current-menu-item a {
    border-bottom-color: #e6cc1c;
  }

  /* カテゴリー一覧 */
  .categoryBox {
      clear: both;
      padding-top: 1em;
  }
  .categoryBox ul {
      display: flex;
      width: 100%;
  }
  .categoryBox li {
      position: relative;
      display: inline-block;
      width: 33.33334%;
      text-align: center;
      background: url(https://h-bose.thyme.jp/blog/wp-content/themes/chapter8-A2/images/footer-bg.png);
      border-right: 1px solid #f8f9eb;
      transition: 1.0s;
  }
  .categoryBox li:hover {
      opacity: .8;
      transform: translate3d(0,0,0);
  }
  .categoryBox li::after {
      content: '\f0da';
      color: #f8f9eb;
      display: block;
      font-family: FontAwesome;
      position: absolute;
      top: 14px;
      right: 14px;
      width: 14px;
      text-shadow: 2px 4px 3px rgba(0,0,0,.6);
  }
  .categoryBox li a {
      margin: auto;
      display: block;
      text-decoration: none;
      padding: 1em 0;
      color: #f8f9eb;
      font-size: 14px;
      text-shadow: 2px 4px 3px rgba(0,0,0,.6);
  }

  /* カテゴリー内最新記事一覧 */
  .newpostsBox {
      clear: both;
      border-bottom: 1px solid rgb(39,22,16);
      padding-top: 1em;
      padding-bottom: 1em;
  }
  .newpostsBox h2 {
      padding-bottom: 0 !important;
  }
  .newpostsBox ul {
      width: 100%;
  }
  .newpostsBox li {
      text-align: left;
      content: '\f0da';
      display: block;
      font-family: FontAwesome;
      color: #525b3b;
  }
  .newpostsBox li a {
      display: block;
      padding: 1em 0;
      color: #271610;
      font-size: 14px;
  }
  .newpostsBox li a:hover {
      text-decoration: none;
  }

  /* （未使用）お問い合わせフォーム */
  .wpcf7 input,
  .wpcf7 textarea {
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wpcf7 input[type="submit"] {
    width: 200px;
    padding: 10px;
    border: none;
    background-color: #e6cc1c;
    -webkit-appearance: none;
    cursor: pointer;
  }
  .wpcf7 input[type="submit"]:hover {
    background-color: #ffaa00;
  }

  /* トグル開閉 */
  .toggle_box{
    display:none;
    color:#271610;
    padding:20px;
    margin: 10px 20px;
    box-shadow: 0px 0px 4px -2px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .toggle_box p{
    font-size: 12px;
    padding: 0 0 10px 0;
    line-height: 1.85;
  }
  .btn{
    /*background-color:#525b3b;*/
  }
  .btn.active{
  }
  .btn:hover{
    cursor:pointer;
    opacity: .7;
  }
  .box{
    width:100%;
    height:20px;
    margin-top:20px;
    margin-bottom:20px;
  }

  /* 固定ページ用移管トグル開閉 */
  #acMenu dt{
    display:block;
    width:100%;
    border-left: none;
    border-right: none;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    cursor:pointer;
    text-decoration: underline;
  }
  #acMenu dt:hover,
  #acMenu2 dt:hover{
    cursor: pointer;
  }
  #acMenu dt:before,
  #acMenu dt:after {
    content: "↓";
  }
  #acMenu dd,
  #acMenu2 dd{
    display:none;
  }
  dl#acMenu,
  dl#acMenu {
    margin-bottom: 10px;
    border: 1px solid #6f8045;
  }
  dl#acMenu img {
    max-width: 100%;
  }
  #acMenu dt,
  #acMenu dt{
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #b0bc92;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 600;
    color: #6f8045;
  }
  #acMenu dd,
  #acMenu dd{
    padding: 15px;
  }
  #acMenu2 dt,
  #acMenu2 dt{
    color: #FF9900;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    background: #2F1104;
    margin: 15px;
  }
  #acMenu2 dd,
  #acMenu2 dd{
    margin: 0 15px;
    padding: 15px;
    border: 1px solid #000;
  }

  /* 投稿ページ */

  /* single */
  .post h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid rgb(39,22,16);
    padding-bottom: .5em;
  }
  .entry {
    margin-bottom: 1em;
    border-bottom: 1px solid rgb(39,22,16);
    padding-bottom: .5em;
  }
  .entry p {
    padding-bottom: 1em;
  }
  .navigation {
    display: block;
    margin-bottom: 2em;
    text-align: center;
  }
  .navigation a {
    text-decoration: none;
    vertical-align: middle;
  }
  .previous-entries, .prev.page-numbers {
    float: left;
    padding-left: 0;
  }
  .next-entries, .next.page-numbers {
    float: right;
    padding-right: 0;
  }
  .page-numbers {
    padding: .25em .5em;
  }
  .page-numbers.current {
    color: #FFF;
    background: #A87B56;
    border-radius: 6px;
  }
  /* archive */
  /* category */
  .previous-entries i,
  .next-entries i {
    padding: 0 .5em;
    line-height: .25em;
  }

  /* tags */
  .categoryBox p a {
    background: #758F46;
    font-size: 12px;
    margin: 0.5em 1em 0.5em 0;
    border-radius: 8px;
    text-decoration: none;
    color: #FFF;
    display: inline-flex;
    padding: 5px;
  }

  /* home button */
  .home_btn p {
    text-align: center;
    display: block;
    padding-top: 1em;
  }
  .home_btn p a {
    width: 50%;
    display: block;
    margin: auto;
    color: #A87B56;
    text-decoration: none;
    border: 1px solid #A87B56;
    border-radius: 8px;
  }

  /* メディアクエリの設定 */
  @media (min-width: 960px) {
    /* ヘッダー */
    .siteinfo p {
      margin: 0;
      font-size: 17.6px;
      position: absolute;
      right: 25px;
      top: calc(100% / 2);
      line-height: 0;
    }
  }

  /* メディアクエリの設定 */
  @media (min-width: 768px) {
    /* シングルカラム */
    .container-header,
    .container-main,
    .container-footer {
      max-width: 1000px;
      overflow: hidden;
      margin: auto;
    }
    .container-header {
      position: relative;
      padding: 1em;
    }
    .contents {
      width: 100%;
      padding: 1em;
      box-sizing: border-box;
    }
    .articleBox {
      margin: 1em 0;
      position: relative;
      padding: 1.5em 2.5em;
      border-top: solid 1px rgba(39,22,16,0.7);
      border-bottom: solid 1px rgba(39,22,16,0.7);
    }
    .articleBox h2 {
      padding-bottom: 1em;
      text-align: center;
      clear: both;
    }
    .articleBox .post-archive {
      border-bottom: 1px solid rgb(39,22,16);
      margin-bottom: 1em;
      padding-bottom: 1em;
    }
    .post-archive:first-child {
      padding-top: 1em;
    }
    .post-archive:last-child {
      margin-bottom: 0;
    }
    .articleBox:before,
    .articleBox:after {
      content: '';  
      position: absolute;
      top: -10px;
      width: 1px;
      height: -webkit-calc(100% + 20px);
      height: calc(100% + 20px);
      background-color: rgba(39,22,16,0.7);
    }
    .articleBox:before {left: 10px;}
    .articleBox:after {right: 10px;}
    .blogmenu {
      width: 30%;
      float: right;
    }
    /* ナビゲーションメニュー */
    nav li {
      margin-right: 40px;
    }
  }

  /* メディアクエリの設定 */
  @media (max-width: 767px) {
    /* ヘッダー */
    .container-header {
      margin-top: 0;
      padding: 1em;
      display: flex;
    }
    /* コンテンツ */
    .container-main {
      padding: 15px;
    }
    .container-main h2 {
      border-bottom: 1px solid #000;
      margin-bottom: 10px;
      font-size: 125%;
    }
    .contents.articleBox h3 {
        border: 1px solid #000;
        margin-bottom: 10px;
        padding: 5px;
        box-sizing: border-box;
        font-size: 16px;
    }
    /* カテゴリー一覧 */
    .categoryBox li::after {
      display: none;
    }
    /* navigation */
    .navigation {
      font-size: 14px;
    }
    .postinfo .postcat br {
      display: block;
    }
  }

  /* メディアクエリの設定 */
  @media (max-width: 640px) {
    /* ヘッダー */
    .container-header {
      margin-top: 0;
      padding: 1em;
      display: flex;
    }
    .siteinfo h1 {
      padding-right: 20px;
    }
    .siteinfo p {
      font-size: 14px;
      position: static;
      top: calc(100% / 2);
      line-height: 1.65;
      margin: 0;
    }
    /* コンテンツ */

    /* トップページ */
    .mainImage {
      width: 100%;
      float: none;
      padding-bottom: 1em;
    }
    .mainContents {
      float: none;
      width: 100%;
    }
    .mainContents h2 {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-bottom: 15px;
      margin-top: auto;
      margin-right: auto;
      text-align: center;
    }
    .mainContents h2 {
      margin-top: auto;
    }
    h3.slide_btn4::after, h3.slide_btn4::before, h3.slide_btn5::after, h3.slide_btn5::before, h3.slide_btn6::after, h3.slide_btn6::before, h3.slide_btn7::after, h3.slide_btn7::before, h3.slide_btn8::after, h3.slide_btn8::before {
      font-size: 110%;
    }
    .top-menu {
      font-size: 12px;
    }
    .contents.articleBox h3 {
      font-size: 14px;
    }
    .postinfo {
      font-size: 12px;
    }
    .container-main {
      padding: 0 .5em 1em .5em;
    }
    .toggle_box {
      margin: 10px 5px;
      padding: 10px;
    }
    dl#acMenu, dl#acMenu {
      font-size: 12px;
      padding: 10px 5px;
    }
    /* カテゴリー一覧 */
    .categoryBox ul {
      display: block;
    }
    .categoryBox ul li {
      display: block;
      width: 100%;
      margin-bottom: 1px;
    }
    .categoryBox li::after {
      display: inline-block;
    }
    /* フッター */
    footer {
      padding-right: 1em;
      padding-left: 1em;
    }
    .container-footer {
      font-size: 12px;
      text-align: center;
    }
    #pagetop a {
      bottom: 35px;
      width: 45px;
      height: 45px;
    }
  }

  /* メディアクエリの設定 */
  @media (max-width: 460px) {
    /* ヘッダー */
    .container-header {
      display: block;
      margin-bottom: 1em;
    }
    .siteinfo h1 {
      float: none;
      margin: auto;
      padding-right: 0;
      width: 40%;
    }
    .siteinfo p {
      text-align: center;
      padding-top: 0;
    }
    /* コンテンツ */
    .container-main {
      padding: 0 1em 0 1em;
    }
    .mainContents {
      padding-bottom: 1em;
    }
    /* トップページ */
    h3.slide_btn4::after, h3.slide_btn4::before, h3.slide_btn5::after, h3.slide_btn5::before, h3.slide_btn6::after, h3.slide_btn6::before, h3.slide_btn7::after, h3.slide_btn7::before, h3.slide_btn8::after, h3.slide_btn8::before {
      top: 8px;
      font-size: 65%;
    }
    /* フッター */
    .container-footer {
      font-size: 11px;
    }
    /* navigation */
    .navigation {
      font-size: 12px;
    }
  }








/* インスタ */
.insta {
    margin:0 auto 2em auto;
    text-align: center;
}
.insta_box {
display: inline-block;
max-width: 24%;
width: 100%;
height: 100%;
position: relative;
border: 1px solid #000;
}
.insta_box::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.insta_box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.insta_box img {
    max-width: 100%;
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
  @media (max-width: 460px) {
    .insta {
      text-align: left;
    }
    .insta_box {
      display: inline-block;
      max-width: 31.8%;
    }
  }
  @media (max-width: 340px) {
    .insta_box {
      display: inline-block;
      max-width: 48.55%;
    }
  }

  /* 装飾 文字色*/
  .fc_red {
    color: #A61417 !important;
  }
  /* 装飾 文字太さ*/
  .fw_bold {
    font-weight: 800 !important;
  }
  /* 文字揃え */
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  /* 画像サイズ */
  .max200 {
    max-width: 200px;
  }
  .max300 {
    max-width: 300px;
  }
  .max300 img {
    max-width: 100%;
  }
  /* 画像配置 */
  .rightimage {
    float: right;
    padding-left: 1em;
  }
  .leftimage {
    float: left;
    padding-right: 1em;
  }
  /* テーブル */
  .table-01 {
    margin-bottom: 1em;
    border-collapse: separate;
    border-spacing: .25em;
  }
  .table-01 th, table.table-01 td {
    padding: .5em;
    font-size: 12px;
  }
  .table-01 th {
    background: rgba(102,131,62,1);
    border-radius: 6px;
    color: #f0ead7;
  }
  .table-02 {
    width: 100%;
    margin: .5em auto;
    clear: both;
   }
  .table-02 th, .table-02 td {
    text-align: center;
    padding: .5em;
    vertical-align: bottom;
    font-size: 12px;
  }
  .table-02 img {
    max-width: 100%;
  }
  /* インデント */
  .indent {
    padding-left: 1em;
    display: inline-block;
    text-indent: -1em;
  }
  /* 背景色囲い */
  .toggle_box p.info_bg {
    background-color: rgba(255,255,255,.4) !important;
    padding: 1em !important;
  }




  @media (max-width: 460px) {
    .table-01 {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
    }
    table.table-01 th, table.table-01 td {
      width: 100%;
      display: inline-block;
      box-sizing: border-box;
    }
    .table-02 th, .table-02 td {
      display: block;
    }
    .rightimage, .leftimage {
      float: none;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 0;
      margin: auto;
      display: block;
    }

    /* home button */
    .home_btn p {
      padding-top: 2em;
    }
    .home_btn p a {
      width: 50%;
      display: block;
      margin: auto;
      color: #A87B56;
      text-decoration: none;
      border: 1px solid #A87B56;
      border-radius: 8px;
    }
  }

/* 2024：メニュー改修装飾 */
.contents-wrap {
	padding: 1rem 0;
}
.contents-wrap .padB0 {
	padding-bottom: 0 !important;
}
.contents-wrap .indent1em {
	display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.contents-wrap p small {
  font-size: .74rem;
  line-height: 1.5;
  display: block;
}
.contents-wrap h2 {
  text-align: center;
  font-size: 185%;
  line-height: 1.5;
  padding-bottom: 2rem;
  font-weight: 500;
}
.contents-wrap h2 span {
  display: block;
  font-size: 82%;
}
.contents-wrap sup {
  font-size: .6rem;
}
.sub-title {
  color: #755415;
  text-align: center;
  font-size: 130%;
  font-weight: 500;
	line-height: 1.6;
  margin-bottom: 1rem;
  position: relative;
}
.sub-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #755415;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sub-title span {
  position: relative;
  background: #f0ead7;
  display: inline-block;
  padding: 0 1rem;
}
.main_info {
  padding-bottom: 1rem;
}
.main_info p{
  text-align: center;
}
.main_info p:not(:last-child) {
  padding-bottom: 1rem;
}
.main_info .price {
  font-size: 150%;
}
.main_info p .indent7em {
  text-indent: -7.5em;
  padding-left: 7.5em;
  display: block;
  margin-top: .5rem;
  font-size: 82%;
  text-align: center;
}
.table-info01{
	border-spacing: 0;
	border-collapse: separate;
	margin-bottom: 2rem;
	width: 100%;
}
.table-info01 caption {
  font-size: 130%;
  text-align: center;
  font-weight: 500;
  color: #6F8045;
}
.table-info01 th,.table-info01 td{
	padding: 10px;
	border-top: 1px solid #66833E;
	border-left: 1px solid #66833E;
}
.table-info01 th{
	background: #B0BC92;
	color: #FFFFFF;
	font-weight: bold;
}
.table-info01 th span {
	display: inline-flex;
	padding-right: 1rem;
}
.table-info01 tr:nth-child(even) th{
	background: #6F8045;
}
.table-info01 th small {
  line-height: 1;
  margin: auto;
}
.table-info01 td{
	background: #FFFFFF;
	color: #271610;
}
.table-info01 tr:nth-child(even) td{
	background: #FFFFFF;
}
.table-info01 th:last-child,.table-info01 td:last-child{
	border-right: 1px solid #66833E;
}
.table-info01 tr:last-child th,.table-info01 tr:last-child td{
	border-bottom: 1px solid #66833E;
}
.table-info01 tr:first-child :first-child{
	border-top-left-radius: 5px;
}
.table-info01 tr:first-child :last-child{
	border-top-right-radius: 5px;
}
.table-info01 tr:last-child :first-child{
	border-bottom-left-radius: 5px;
}
.table-info01 tr:last-child :last-child{
	border-bottom-right-radius: 5px;
}
.table-info01 th.bg2 {
  background: #6F8045;
}
.contents-wrap .toggle_box{
  background: #ffffff;
  display: block;
  margin: 30px 5px;
}
.contents-wrap .toggle_box h3 {
  font-size: 120%;
  font-weight: 500;
  color: #6F8045;
  margin-bottom: .8rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.contents-wrap dl {
  margin: 30px 0;
}
.contents-wrap .toggle_box p, .contents-wrap ul li, .contents-wrap dl dd {
  font-size: 0.88rem;
}
.contents-wrap dl dt {
  color: #fff;
  background: #6F8045;
  font-size: 1rem;
}
.contents-wrap .toggle_box ul li {
  text-indent: -1.5em;
  padding-left: 1em;
  margin-left: 1em;
  list-style: disc;
  list-style-position: inside;
}
.contents-wrap .toggle_box h3 br {
  display: none;
}
.contents-wrap .toggle_box h3 span {
  font-size: 82%;
  line-height: 1.5;
}
.contents-wrap .pcNo {
	display: none;
}
.contents-wrap .spNo {
	display: block;
}
@media (max-width: 767px) {
	.main_info p .indent7em {
		text-align: left;
	}
	.contents-wrap .toggle_box h3 {
		padding-bottom: .5rem;
	}
	.contents-wrap .toggle_box h3 span {
		display: block;
	}
  .contents-wrap .toggle_box p, .contents-wrap ul li, .contents-wrap dl dd {
    font-size: 1em;
  }
}
@media (max-width: 640px) {
	.contents-wrap h2 {
		padding-bottom: .6rem;
	}
	.table-info01 th {
		width: 15%;
	}
  .contents-wrap .pcNo {
	  display: block;
  }
  .contents-wrap .spNo {
	  display: none;
  }
}
