<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* 
guideline:since:writer:last_editday:last_editor:
====================================================*/
/* --- cssの初期化 --- */
/* --- タグの基本設定 --- */
/* --- タグの共有設定 --- */
/* --- 枠基本スタイル --- */
/* --- ナビゲーションの位置 --- */
/* --- ヘッダー --- */
/* --- グローバルメニュー --- */
/* --- メインイメージ --- */
/* --- メインコンテンツ --- */
/* --- サイドメニュー --- */
/* --- フッター --- */
/* --- 会社案内　company.html --- */
/* --- 個人情報保護　privacy.html --- */
/* --- 当サイトについて　about.html --- */
/* --- 相互リンク　link.html --- */
/* --- ご注文方法について　law.html --- */
/* --- サイトマップ　sitemap.html --- */
/* --- トップ　index.html --- */
/* ============================================================
デザインA（モバイルファースト）start
============================================================ */
/* cssの初期化
====================================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print {
  body {
    width: 100%;
    position: relative;
    transform-origin: 0 0;
  }
}
html, body, h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr, table, caption, th, td, span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
/* タグの基本設定
 
====================================================*/
a {
  outline: none;
  color: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #666666;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
hr {
  display: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h1 {
  font-size: 10px;
  background-color: #000000;
  color: #FFF;
  text-align: center;
}
/* 枠基本スタイル
 
====================================================*/
html {
  font-size: 62.5%; /*10px*/
}
body {
  line-height: 1.6;
  font-size: 1.6rem; /*16px同様のサイズ*/
}
div#body_bg {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
div#container {
  width: 100%;
  margin: 0 auto;
}
/* 続きを読む
 
====================================================*/
.readmore {
  position: relative;
  box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合 */
  padding: 10px;
  border: 1px solid #CCC;
}
.readmore-content {
  position: relative;
  overflow: hidden;
  /*以下お好み*/
  /*高さの初期値*/
  height: 200px;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255, 203, 0, 0) 0%, rgba(255, 203, 0, 0.5) 50%, rgba(255, 203, 0, 0.5) 50%, #ffcb00 100%);
  background: linear-gradient(top, rgba(255, 203, 0, 0) 0%, rgba(255, 203, 0, 0.5) 50%, rgba(255, 203, 0, 0.5) 50%, #ffcb00 100%);
}
/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #000000;
  color: #FFF;
}
.readmore-label:before {
  content: '続きを読む';
}
.readmore-check {
  display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
/* 猫えびすアクセス解析が吐き出すimgタグがIEで1行分の高さを作ってしまうのを防ぐため
 
====================================================*/
img.emono1_acc_image.emono1_acc_image_acc {
  display: none;
}
img.emono1_acc_image.emono1_acc_image_ana {
  display: none;
}
table.contents_main + script + img {
  display: none;
}
table.contents_main + script + img + script + img {
  display: none;
}
/* タグの共通設定
 
====================================================*/
/* --- 大見出しデザイン --- */
.PageTitle {
  align-items: center;
  display: flex;
  min-height: 6em;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
  background: url(../../images/img_loader.jpg) no-repeat center;
  background-size: cover;
  border: solid 3px #016e58;
  box-sizing: border-box;
}
.PageTitle span {
  display: block;
  width: 96%;
  margin: 0 auto;
  font-size: 6.01vw;
  color: #016e58;
}
.LittelTitle {
  padding: 0 10px;
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
  clear: both;
  color: #747978;
  border-bottom: 3px dotted #1ABC9C;
}
/* --- 各タイトルフォントサイズ --- */
.SmallTitle, div#company dl dt, div#privacy dl dt, div#about dl dt, #questions h3, #answers h3, div.link02 .link_cate, div#cathand h2, div#cathand_detail div.cathand_detail div.cathand_detail_right h2, div#gallery3 div.article div.articleHead h3, div.gallery3_blog div.title h2, div#gallery4 div.title h2 {
  font-size: 4.007vw;
  line-height: 1.4;
  font-weight: bold;
}
/* --- 各タイトルデザイン --- */
.SmallTitle, #questions h3, #answers h3, div#cathand h2, div#cathand_detail div.cathand_detail div.cathand_detail_right h2, div#gallery3 div.article div.articleHead h3, div#gallery4 div.title h2 {
  display: block;
  padding: .75em .5em;
  background: #ffcb00;
  position: relative;
  margin: 3.0em 0 1em;
}
/* table基本設定
 
====================================================*/
div#otoiawase table, .companyTable, div#about table, div#link table, div#company table, div#law table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  word-break: break-all;
}
div#otoiawase table td.form_index, .companyTable tr th, div#about table tr th, div#link table tr th, div#company table tr td.col_1, div#law table td.left {
  width: 100%;
  padding: .75em .5em;
  background: #eeeeee;
  text-align: left;
  display: block;
}
div#otoiawase table td.list_value, .companyTable tr td, div#about table tr td, div#link table tr td, div#company table tr td.col_2, div#law table td.right {
  padding: .75em .5em;
  background: #f9f9f9;
  word-break: break-all;
  width: 100%;
  display: block;
}
div#otoiawase table td.list_value:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* ---  セル均等設定  --- */
table.fixed {
  table-layout: fixed;
}
/* ---  ボーダー有り  --- */
table.border-on {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}
table.border-on th, table.border-on td {
  padding: .5em .75em;
  vertical-align: top;
}
table.border-on th {
  background: #333333;
  color: #ffffff;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}
table.border-on td {
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}
/* ---  ボーダー無し  --- */
table.border-off {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
table.border-off th, table.border-off td {
  padding: .5em .75em;
  vertical-align: top;
}
table.border-off td {}
/* ---  横スクロール用  --- */
.tableScr {
  overflow: auto;
  white-space: nowrap;
}
.tableScr table {
  border-collapse: collapse;
}
.tableScr table td, .tableScr table th {
  padding: .5em .75em;
  text-align: center;
  vertical-align: middle;
}
.tableScr table td a, .tableScr table th a {
  color: #ffffff;
}
.tableScr:after {
  content: "※表は右にスライドでご覧いただけます。";
  display: block;
  margin-bottom: 10px;
}
/* dl基本設定
 
====================================================*/
div#company dl dt, div#privacy dl dt, div#about dl dt {
  border-left: 5px solid #ffcb00;
  background: none;
  border-bottom: 1px dotted #999;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: .75em .5em;
}
div#privacy dl dd p, div#about dl dd p {
  margin-bottom: 1em;
}
div#privacy dl dd ol, div#about dl dd ol {
  padding-left: 13px;
  margin: 10px 0 10px 13px;
  border: none;
}
div#privacy dl dd li, div#about dl dd ol li {
  margin: 0 0 10px 0;
}
/* 猫システム 編集可能領域 共通CSS
 
====================================================*/
.nekoBase a {
  text-decoration: none;
}
.nekoBase a:hover {
  text-decoration: none;
}
.nekoBase a img {
  max-width: calc((100% - 2.5em)/ 3);
  margin: 1em 0;
}
.nekoBase p {
  margin: .5em 0 0 0;
}
.nekoBase .big {
  width: 100%;
}
.nekoBase .big a img {
  max-width: 100%;
}
.nekoBase .left {
  max-width: 100%;
}
.nekoBase .right {
  max-width: 100%;
}
.nekoBase .left img, .nekoBase .right img {
  max-width: 100%;
  margin: 0;
}
.nekoBase .nekoImg {
  text-align: center;
  margin-bottom: 2em;
}
.nekoBase .nekoImg img {
  margin: 0 !important;
}
.nekoBase .nekoImg a img {
  max-width: 100%;
}
.nekoBase ul, .nekoBase ol {
  padding-left: 1.5em;
}
.nekoBase ul li, .nekoBase ol li {
  line-height: 1.5;
  margin: 0.25em 0;
}
.nekoBase ul {
  list-style: disc;
}
.nekoBase ul li {}
.nekoBase ol {
  list-style: decimal;
}
.nekoBase ol li {}
/* --- コメント部分uタグ --- */
u {
  display: inline-block;
  margin-bottom: -1.8em;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
/* リンク、ボタンに関するCSS
 
====================================================*/
/* --- btn01 --- */
.btn01 {
  text-align: center;
}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  background: #FF4343;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 35px 10px 18px;
  position: relative;
  line-height: 1.3;
}
.btn01 a:after {
  position: absolute;
  content: " \f054";
  font-family: FontAwesome;
  font-weight: normal;
  width: 7px;
  font-size: 1.0rem;
  right: 10px;
  top: 30%;
  margin: auto;
}
.btn01 a:hover {
  background: #666666;
  color: #ffffff;
}
/* --- btn02 --- */
.btn02 {
  text-align: center;
}
.btn02 a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  background: #016e58;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 35px 10px 18px;
  position: relative;
  line-height: 1.3;
}
.btn02 a:after {
  position: absolute;
  content: " \f054";
  font-family: FontAwesome;
  font-weight: normal;
  width: 7px;
  font-size: 1.0rem;
  right: 10px;
  top: 38%;
  margin: auto;
}
.btn02 a:hover {
  background: #666666;
  color: #ffffff;
}
/* --- btn03 --- */
.btn03 {}
.btn03 a {
  background: #000000;
  color: #ffffff;
  padding: 5px 20px;
}
/* --- btn04 --- */
.btn04 {
  text-align: center;
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
}
.btn04 a {
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  border: solid 2px #ffcb00;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 5px 0px 0 rgb(0 0 0 / 20%);
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 5px;
  display: inline-block;
}
.btn04 a span {
  display: block;
  font-size: 2.0rem;
}
.btn04 a:hover {
  background: #666666;
  color: #ffffff;
  border: solid 2px #000000;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
  margin: 5px auto 0;
}
/* --- btn05 --- */
.btn05 {
  text-align: center;
}
.btn05 a {
  display: inline-block;
  text-decoration: none;
  width: 98%;
  font-size: 1.8rem;
  background: #ffffff;
  border: solid 2px #000000;
  border-radius: 5px;
  padding: 15px 10px 14px 10px;
  position: relative;
}
.btn05 a:hover {
  background: #666666;
  color: #ffffff;
}
.btn05 a:after {
  content: " \f054";
  font-family: FontAwesome;
  margin: 0 0 0 30px;
  position: absolute;
}
.btn05 a:hover:after {
  margin: 0 0 0 40px;
  transition: all .3s;
}
/* --- bt01 --- */
.bt01 {}
.bt01 a {
  padding: 12px 40px 10px;
  display: inline-block;
  background: #016e58;
  border-bottom: solid 5px #003e32;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
}
.bt01 a:hover {
  background: #666666;
  color: #ffffff;
  border-bottom: solid 2px #000000;
  border-radius: 5px;
  margin: 3px auto 0;
}
/* --- システムボタン --- */
div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink, div#side div#side_company table tr td div, div.inside p.detail {
  text-align: center;
}
div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink a, div#side div#side_company table tr td div a, div.inside p.detail a {
  color: #ffffff;
  padding: 4px 30px;
  display: inline-block;
  background: #000000;
  font-size: small;
}
div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink a:hover, div#side div#side_company table tr td div a:hover, div.inside p.detail a:hover {
  background: #666666;
}
div#latest table td div a:hover {
  color: #666666;
}
/* --- contentWrap --- */
.contentWrap, .contentWrap02 {
  margin: 0 auto;
  width: 96%;
}
/*テキストに関するCSS
---------------------------------------------------------- */
/* --- テキスト揃え --- */
.txtL {
  text-align: left;
}
.txtR {
  text-align: right;
}
.txtC {
  text-align: center;
}
/* --- 色指定 --- */
.color01 {
  color: #f81200;
}
.color02 {
  color: #0d77e8;
}
/*文字サイズ、太さ指定*/
.sizeB {
  font-size: 150%;
  font-weight: bold;
}
.weightB {
  font-weight: bold;
}
/*textHidden*/
.textHidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/*clearFix*/
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/*kakomi*/
.kakomi {
  border: 3px solid #cccccc;
  padding: 10px;
}
/* ---  youtube  --- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ---  各デバイス非表示設定  --- */
.sp_no {
  display: none !important;
}
/* ナビゲーションの位置
 
====================================================*/
div#main {
  width: 100%;
  line-height: 1.8;
}
/* 続きから読む
 
====================================================*/
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  width: auto;
  margin: 1em auto;
}
.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 90%;
  margin: auto;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  background: #ffcb00;
  color: #000000;
  border-radius: 3px;
}
.cp_box label:hover {
  transition: all 0.3s;
  color: #ffffff;
  background: #666666;
}
.cp_box label::after {
  font-family: 'FontAwesome';
  content: ' \f078';
  color: #000000;
  margin: 0 0 0 10px;
}
.cp_box label:hover::after {
  color: #ffffff;
}
.cp_box input:checked ~ label::after {
  font-family: 'FontAwesome';
  content: ' \f068';
  color: #000000;
}
.cp_box input:checked ~ label:hover::after {
  color: #ffffff;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.cp_box input:checked ~ div {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
  width: 90%;
  height: auto;
  margin: 0 auto 0;
  padding: 20px 0 10px;
  box-sizing: border-box;
}
/* ヘッダー
 
====================================================*/
div#header-container {
  position: relative;
  margin: 0 auto;
}
div#header-container #headerLog {
  text-align: center;
  padding: 11px 0 0;
}
div#header-container #headerLog a {
  width: 45px;
  display: inline-block;
}
div#header-container #headerLog img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
div#header-inner div.itemBox div.thumb {
  padding: 5px 0 15px;
}
div#header-inner div.itemBox div.thumb ul li {
  text-align: center;
  font-size: 1.4rem;
}
div#header-container div#headerContact {
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 auto;
}
div#header-container #headerTel a {
  position: fixed;
  left: 5px;
  top: 26px;
  display: block;
  text-align: center;
  width: 54px;
  padding: 31px 0 3px;
  background: #ffffff;
  color: #016e58;
  font-size: 10px;
  z-index: 99;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 3px;
  border: solid 2px #016e58;
  box-sizing: border-box;
}
div#header-container #headerTel a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../../images/freedial.svg") no-repeat;
  font-weight: normal;
  width: 24px;
  height: 24px;
  right: 50%;
  top: 8px;
  margin-right: -12px;
}
div#header-container #headerMail a {
  position: fixed;
  left: 65px;
  top: 26px;
  display: block;
  text-align: center;
  width: 54px;
  padding: 31px 0 3px;
  background: #016e58;
  color: #ffffff;
  font-size: 10px;
  z-index: 99;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 3px;
  border: solid 2px #016e58;
  box-sizing: border-box;
}
div#header-container #headerMail a:before {
  position: absolute;
  display: inline-block;
  content: " \f0e0";
  font-family: FontAwesome;
  font-weight: normal;
  width: 20px;
  height: 20px;
  font-size: 20px;
  right: 50%;
  top: 50%;
  margin-right: -10px;
  margin-top: -22px;
}
div#header-container div#headerContact div.headerComment {
  text-align: center;
}
div#header-container div#headerContact div.headerComment div.headerAttention {
  background: #f3f0f0;
  padding: 15px 0;
}
div#header-container div#headerContact div.headerComment div.itemBox {
  background: #000000;
}
div#header-container div#headerContact div.headerComment div.itemBox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 15px;
}
div#header-container div#headerContact div.headerComment div.itemBox ul li, div#header-container div#headerContact div.headerComment div.itemBox ul li a {
  color: #ffcb00;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 6px;
}
div#header-container div#headerContact div.headerComment div.itemBox ul li a {
  display: inline-block;
}
div#header-container div#headerContact div.headerComment div.itemBox ul li i.fa {
  letter-spacing: 5px;
  color: #ffffff;
}
div#header-container div#headerContact div.headerComment div.itemBox div.thumb {
  padding: 0;
}
div#header-container div#headerContact div.headerComment div.itemBox div.thumb p {
  color: #ffffff;
  padding: 15px 0;
  font-weight: bold;
}
div#header-container div#headerContact div.headerComment div.itemBox div.thumb p span {
  color: #ff0000;
}
div#header-container div#headerContact div.headerComment div.itemBox div.thumb img {
  width: 100%;
}
div#header-container div#headerContact div.headerComment div.itemBox ul span{
    color:#FFF;
}
/* グローバルメニュー
====================================================*/
/* ---  スマホ時menuに格納  --- */
.el_humburger {
  position: fixed;
  top: 26px;
  right: 5px;
  width: 54px;
  height: 54px;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  font-size: 10px;
  border-radius: 3px;
  text-align: center;
  background: #ffcb00;
  border: solid 2px #000000;
  box-sizing: border-box;
}
.el_humburger &gt; span {
  display: block;
  width: 50%;
  margin: 0 auto 7px;
  height: 1px;
  background: #333333;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin-top: 10px;
}
.el_humburger &gt; span.middle {
  margin-top: 5px;
}
.el_humburger &gt; span.bottom {
  margin-top: 5px;
  margin-bottom: 5px;
}
.js_humburgerOpen .el_humburger &gt; span {
  background: #333333;
}
.js_humburgerOpen .el_humburger &gt; span.top {
  transform: translateY(7px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger &gt; span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger &gt; span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close &gt; span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #ffffff;
}
.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.js_fixed .el_humburger {
  color: #333333;
}
.js_fixed .el_humburger &gt; span {
  background: #333333;
}
.el_humburgerButton__close &gt; span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close &gt; span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
.sp_nav.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.sp_nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f3f0f0;
  z-index: 0;
  margin-top: 0px;
  padding: 105px 0 50px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sp_nav ul li {
  display: block;
}
.sp_nav ul.nav li {
  text-align: left;
}
.sp_nav .side01 a {
  border-bottom: 1px dashed #016E58;
  position: relative;
  padding: 16px 40px 12px 35px;
  font-weight: bold;
}
.sp_nav .side01 a:after {
  font-family: FontAwesome;
  content: "\f0a9";
  top: 15px;
  left: 10px;
  margin: auto;
  position: absolute;
  color: #016E58;
}
.sp_nav ul.big li a {
  border-bottom: 1px dashed #016E58;
  position: relative;
  padding: 16px 40px 12px 35px;
  font-weight: bold;
}
.sp_nav ul.small {
  margin: 10px auto 0;
}
.sp_nav ul.big li a:after, li.sub_title a:after {
  font-family: FontAwesome;
  content: "\f0a9";
  top: 15px;
  left: 10px;
  margin: auto;
  position: absolute;
  color: #016E58;
}
.sp_nav ul.big ul.small li a {
  border-bottom: none;
  padding: 8px 40px 8px 45px;
  margin: 0;
  font-weight: normal;
}
.sp_nav ul.big ul.small li a:after {
  content: "┗";
  top: 7px;
  left: 20px;
  color: #666666;
}
.sp_nav ul a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 16px 40px 12px 35px;
  position: relative;
  line-height: 1.4;
}
.sp_nav a.sub_menu {
  background: #016E58;
  color: #ffffff;
}
.sp_nav ul a.sub_menu:before, .sp_nav ul a.sub_menu:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sp_nav ul a.sub_menu:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp_nav a.sub_menu.active:after {
  display: none;
}
.sp_nav .sub_list {
  display: none;
  margin-bottom: 0px;
}
.sp_nav div.sub_list ul li {
  margin: 0;
}
.sp_nav div.sub_list ul li a {
  padding: 15px 40px 15px 35px;
  background: #ffcb00;
}
/*--------------------------------------------------------------------*/
/*サイド検索バー*/
/*--------------------------------------------------------------------*/
div#side_cart input[type="text"] {
  width: 75%;
  height: 30px;
}
div#side_cart input[type="submit"] {
  width: 20%;
  height: 30px;
}
/*--------------------------------------------------------------------*/
/*サイドメニュー*/
/*--------------------------------------------------------------------*/
.side_contents {
  margin: 5px auto;
}
.side_contents li {
  text-align: center;
}
.side_contents li a {
  padding: 0;
}
.side_contents img {
  width: 100%;
  max-width: 340px;
  padding: 0 10px 0;
  margin: 5px auto;
  box-sizing: border-box;
}
/*--------------------------------------------------------------------*/
/*サイドカート*/
/*--------------------------------------------------------------------*/
div#side_cart {
  padding: 10px;
  background: #000000;
  font-weight: 700;
  color: #FFF;
  box-sizing: border-box;
}
/* メインイメージ
 
====================================================*/
div.kv {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0 0 33px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
div.kv img {
  width: 100%;
  object-fit: cover;
}
div.kv div.thumb img {
  height: 330px;
}
.slick-slide img {
  object-fit: cover;
}
div.kv .kv-slider {
  display: none;
}
div.unit {
  width: 100%;
  overflow: hidden;
}
div.catchcopy {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  position: absolute;
}
div.catchcopy div.contentWrap {
  position: relative;
}
div.catchcopy p {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  margin: 20px auto;
}
div.catchcopy p span {
  color: #ff0000;
}
div.catchcopy img {
  width: 200px;
  margin: 0 auto 5px;
}
div.catchcopy div.th img {
  width: 80px;
}
/* パンくずリスト
 
====================================================*/
div#crumbs {
  font-size: 1.4rem;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  padding: .5em 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
div#crumbs p {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* 前のページの戻る＆ページの先頭に戻る
 
====================================================*/
/* --- 前のページの戻る --- */
div.HistoryBack {
  padding: 2em 0;
}
div.HistoryBack div.Return a {
  display: flex;
  align-items: center;
}
div.HistoryBack div.Return a:hover {
  color: #666666;
}
div.HistoryBack div.Return a i {
  display: inline-block;
  margin: 0 5px 1px 0;
}
/* --- ページの先頭に戻る --- */
#topcontrol a {
  position: fixed;
  bottom: 40px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
/* --- サイドボタン --- */
div#web_btn {
  position: fixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.2;
  top: 20px;
  right: 0;
  opacity: 1;
  margin: auto;
  z-index: 99;
}
div#web_btn ul li {
  display: inline-block;
  border-radius: 10px 0 0 10px;
}
div#web_btn ul li span {
  text-combine-upright: all;
  padding: 5px 0 0;
}
div#web_btn ul li a {
  display: inline-block;
  padding: 15px 6px 15px 6px;
  border-radius: 10px 0 0 10px;
}
div#web_btn ul li.comment {
  background: #000000;
  color: #ffffff;
  padding: 15px 6px 15px 6px;
  pointer-events: none;
}
div#web_btn ul li.otoiawase a {
  background: #FF4343;
  color: #ffffff;
}
div#web_btn ul li.mail a {
  background: #016e58;
  color: #ffffff;
}
div#web_btn ul li a:hover {
  background: #666666;
}
/* フッター
 
====================================================*/
div#footer-container {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 2em 0 0em;
  background: #000000;
  background-size: 100%;
}
div#footer-container div#footerInfo div#footerLogo div.thumb {
  text-align: center;
}
div#footer-container div#footerInfo div#footerLogo div.thumb img {
  width: 100px;
  margin: 0 auto 1.0em;
}
div#footer-container div#footerInfo div#footerLogo div.thumb ul li, div#footer-container div#footerInfo div.address ul li {
  color: #ffffff;
  font-size: 1.4rem;
}
div#footer-container div#footerInfo div#footerLogo div.thumb ul li:nth-of-type(2) {
  color: #ffcb00;
  margin: 10px 0 0;
}
div#footer-container div#footerInfo div.address {
  font-size: 1.4rem;
  margin: 2em auto 0;
  text-align: center;
}
div#footer-container div#footerInfo div.address ul li {
  line-height: 1.8;
  margin: 10px auto 0;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) {
  margin: 1.5em auto 0;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li {
  color: #ffcb00;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li a {
  display: inline-block;
  color: #ffcb00;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li i.fa {
  color: #ffffff;
  letter-spacing: 10px;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li:nth-of-type(2) i.fa {
  font-size: 2.7rem;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li.text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 2em 0 0;
}
div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li.text span {
  color: #ff0000;
}
/* --- フッターロゴ --- */
div#footer-container div#footerInfo {
  margin-bottom: 2.5em;
}
/* --- フッターサイトマップ --- */
div#footer-container div#footerMenu p:before {
  content: " \f0c9";
  font-family: FontAwesome;
  margin-right: 5px;
}
div#footer-container div#footerMenu ul {
  font-size: small;
  text-align: center;
}
div#footer-container div#footerMenu ul li {
  line-height: 1.4;
}
div#footer-container div#footerMenu ul li + li {
  border-top: 1px dotted #999;
}
div#footer-container div#footerMenu ul li a {
  padding: 0.5em .5em;
  display: block;
  color: #ffcb00;
}
div#footer-container div#footerMenu .tree {
  padding: 5px;
}
div#footer-container div#footerMenu .tree ul {
  margin: 0 0 0 10px;
}
div#footer-container div#footerMenu .footerMenuItem .tree ul li a:before {
  content: "┗";
  margin-right: 5px;
}
/* --- コピーライト --- */
address {
  text-align: center;
  padding: 10px;
  font-size: small;
  color: #ffffff;
  background: #000000;
  font-style: normal;
}
/* 会社案内　company.html
---------------------------------------------------------- */
div#company {
  width: 100%;
  margin: 0;
}
.gmap iframe {
  margin-bottom: 10px;
}
/* 個人情報保護　privacy.html
---------------------------------------------------------- */
div#privacy {
  width: 100%;
  margin: 0;
}
div#privacy &gt; p {
  margin-top: 4em;
}
/* 当サイトについて　about.html
---------------------------------------------------------- */
div#about {
  width: 100%;
  margin: 0;
}
div#about p {
  margin-bottom: 1em;
}
div#about &gt; p {
  margin-top: 4em;
  margin-bottom: -1em;
}
/* おすすめサイト　link.html
---------------------------------------------------------- */
div#link {
  width: 100%;
  margin: 0;
}
/* --- link01 --- */
div.link01 p {
  margin-bottom: 1em;
}
div.link01 p span {
  font-size: 1.0rem;
}
/* --- link02 --- */
div.link02 .exWrap {
  list-style: none;
  margin: 10px 15px;
}
div.link02 .exWrap li {
  display: inline-block;
  padding: 3px 20px;
  margin-right: 15px;
  color: #666666;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.4rem;
}
div.link02 .exWrap li a {
  background: #ffffff;
  margin: -3px -20px;
  padding: 3px 20px;
  display: block;
  text-decoration: none;
  color: #c68650;
}
div.link02 .exWrap li a:hover {
  background: #c68650;
  color: #ffffff;
}
div.link02 .link_cate {
  margin: 10px 0 10px;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #cccccc;
  border-left: 5px solid #cccccc;
  line-height: 1.4;
}
div.link02 dl dt {
  background: url(../../images/burette_on.jpg) no-repeat left center;
}
div.link02 dl dt a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
  padding-right: .5em;
}
div.link02 dl dt a:hover {
  background: url(../../images/burette_on.jpg) no-repeat left center;
  text-decoration: underline;
}
div.link02 dl dd {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted #CCC;
}
div.link02 dl dd:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
div.link02 dl dd p {
  font-size: 1.2rem;
  margin-bottom: .5em;
}
div.link02 dl dd a img {
  max-width: 100px;
}
/* よくある質問　faq.htm
---------------------------------------------------------- */
div.faq {
  width: 100%;
  margin: 0;
}
/* --- カテゴリー --- */
div.categoryFaq {
  margin: 4em auto 2em;
  display: none;
}
/* --- 質問一覧 --- */
#questions {
  margin: 4em 0 1em;
}
#questions h3 {
  clear: both;
  padding: 8px 10px 6px;
  margin: 10px 0;
  background: #FF4343;
  color: #ffffff;
  font-size: 1.8rem;
}
#questions ul {
  margin: 0 5px;
}
#questions ul li {
  padding: 5px 8px 5px 8px;
}
#questions ul li:before {
  content: "Q";
  display: inline-block;
  margin-right: 5px;
  color: #01abc9;
}
#questions ul li a {
  color: #333333;
  text-decoration: underline;
}
#questions ul li a:hover {
  color: #999999;
  text-decoration: underline;
}
/* --- 回答一覧 --- */
#answers {
  clear: both;
  margin: 0 0 30px;
}
#answers strong {
  font-weight: bold;
}
#answers em {
  font-style: normal;
}
#answers h3 {
  clear: both;
  padding: 8px 10px 6px;
  background: #016e58;
  color: #ffffff;
  font-size: 1.8rem;
}
#answers ul {
  margin: 0 5px;
}
#answers ul li dl {
  margin-bottom: 10px;
}
#answers ul li dl dt {
  padding: 8px;
  font-weight: bold;
  text-decoration: none;
}
#answers ul li dl dd {
  background: #EEF1FB;
  padding: 8px;
}
/* ご注文方法　law.html
---------------------------------------------------------- */
div#law table .title {
  padding: 8px 10px 4px;
  background: #016e58;
  color: #ffffff;
}
div#law table tr.etc td {
  padding: 8px 10px;
  background: #cccccc;
}
/* アウトレット　outlet.html
---------------------------------------------------------- */
div#outlet div.outlet02 img {
  width: 100%;
}
div#outlet div.outlet02 p {
  margin: 10px auto 30px;
}
/* サイトマップ　sitemap.html
---------------------------------------------------------- */
div#sitemap {
  width: 100%;
  margin: 0;
}
div#sitemap p {
  margin: 4em 0 1em;
}
div#sitemap ul li {
  border-top: 1px dotted #c8c8c8;
}
div#sitemap ul .nolink {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: .5em;
}
div#sitemap ul li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.5em 0.5em 1.3em;
  position: relative;
}
div#sitemap ul li a:after {
  font-family: FontAwesome;
  content: "\f0a9";
  top: 7px;
  left: 0;
  margin: auto;
  position: absolute;
  color: #333333;
}
div#sitemap .big a:after {
  content: none;
}
div#sitemap .big .small a:after {
  content: none;
}
/* 大カテゴリー */
div#sitemap .big {
  padding-bottom: .5em;
  margin: -10px 0 0;
}
div#sitemap .big li {
  border-top: none;
}
/* 小カテゴリー */
div#sitemap .big .small {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
div#sitemap .big .small li {
  border-bottom: none;
}
div#sitemap .big .small li a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 2em;
}
/* 【新テンプレ】施工実績カテゴリー&amp;リフォームカテゴリー */
div#sitemap .sitemap02 .exWrap li, div#sitemap .sitemap02 .category li, div#sitemap .big &gt; li {
  border: none;
}
div#sitemap .sitemap02 .exWrap li a, div#sitemap .sitemap02 .category li a, div#sitemap .big .small li a {
  padding: 0 0 .5em 1em;
}
div#sitemap .sitemap02 .exWrap li a:before, div#sitemap .sitemap02 .category li a:before, div#sitemap .big .small li a:before {
  content: "┗";
  display: inline-block;
  margin-right: 5px;
}
/* flexカラム
 
====================================================*/
.flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex02 &gt; * {
  width: calc(100% / 2 - 2% - 1px);
  margin: 1%;
}
.flex03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex03 &gt; * {
  width: calc(100% / 3 - 2% - 1px);
  margin: 1%;
}
.flex04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex04 &gt; * {
  width: calc(100% / 4 - 2% - 1px);
  margin: 1%;
}
/* index.html
---------------------------------------------------------- */
div#index01 {
  margin: 20px auto 30px;
  text-align: center;
}
div#index01 a {
  display: inline-block;
}
div#index02 {
  margin: 20px auto 30px;
  overflow: hidden;
}
div#index02 h2 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}
div#index02 h2 span {
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #ffcb00 60%);
}
div#index02 div.itemBox {
  display: block;
}
div#index02 div.itemBox div.thumb {
  margin: 1% 1% 20px;
  padding: 30px 15px 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
div#index02 div.itemBox div.thumb u {
  font-size: 2.5rem;
  color: #ffffff;
  display: inline;
  line-height: 1.2;
  text-shadow: #000 2px 0, #000 -2px 0, #000 0 -2px, #000 0 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px, 4px 4px 0 #000, 0 4px 0 #000;
}
div#index02 div.itemBox div.thumb p {
  text-align: left;
  margin: 20px auto 20px;
}
div#index02 div.itemBox div.list01:before, div#index02 div.itemBox div.list02:before, div#index02 div.itemBox div.list03:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffcb00;
  position: absolute;
  z-index: -1;
}
div#index02 div.itemBox div.list01:after, div#index02 div.itemBox div.list02:after, div#index02 div.itemBox div.list03:after {
  content: "";
  width: 200px;
  height: 202px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
}
div#index02 div.itemBox div.list01:after {
  background: url(../../images/index/img_icon01.png) no-repeat center;
  background-size: cover;
}
div#index02 div.itemBox div.list02:after {
  background: url(../../images/index/img_icon02.png) no-repeat center;
  background-size: cover;
}
div#index02 div.itemBox div.list03:after {
  background: url(../../images/index/img_icon03.png) no-repeat center;
  background-size: cover;
}
div#index03 {
  padding: 30px 0 30px;
  position: relative;
}
div#index03:after {
  content: "";
  display: inline-block;
  background: url(../../images/index/img_background01.png) no-repeat;
  background-size: 300px;
  width: 300px;
  height: 50px;
  top: 10px;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
}
div#index03 div.contentWrap {
  padding: 0 0 30px;
  border-bottom: solid 2px #000000;
}
div#index03 h2 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.5;
  margin: 0 auto 30px;
}
div#index03 h2 small {
  display: block;
  font-size: 1.6rem;
}
div#index03 div.wrap {
  width: 100%;
  height: 150px;
  overflow: auto;
  padding: 10px;
  border: solid 2px #f3f0f0;
  box-sizing: border-box;
}
div#index03 div.wrap p br {
  display: none;
}
div#index03 div.wrap p a {
  display: block;
}
div#index04 {
  margin: 0 auto 30px;
}
div#index04 h2 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.5;
  margin: 0 auto -30px;
}
div#index04 h2 small {
  display: block;
  font-size: 1.6rem;
}
div#index04 .categoryWrap ul.big li {
  display: block;
}
div#index04 .categoryWrap ul.small li {
  display: inline-block;
}
div#index05 {
  padding: 30px 0 10px;
  position: relative;
}
div#index05:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f0f0;
  margin: auto;
  position: absolute;
  z-index: -2;
}
div#index05:before {
  content: "";
  display: inline-block;
  background: url(../../images/index/img_background02.png) no-repeat;
  background-size: 150px;
  width: 150px;
  height: 151px;
  top: 10px;
  right: 10px;
  margin: auto;
  position: absolute;
  z-index: -1;
}
div#index05 h2 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.5;
  margin: 0 auto 30px;
}
div#index05 h2 small {
  display: block;
  font-size: 1.6rem;
}
div#index05 div.itemBox div.nekoItem {
  background: #ffffff;
  padding: 10px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
div#index05 div.itemBox p.comment {
  margin: 10px auto 20px;
}
div#index05 div.itemBox div.nekoBtn {
  text-align: center;
}
div#index05 div.itemBox div.nekoBtn a {
  background: #000000;
  color: #ffffff;
  padding: 5px 20px;
}
div#index05 div.itemBox div.nekoBtn a:hover {
  background: #666666;
}
div#index06 {
  padding: 30px 0 10px;
  background: #ffcb00;
  overflow: hidden;
}
div#index06 h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 auto 30px;
}
div#index06 div.itemBox {
  background: #ffffff;
  padding: 10px 10px 20px;
  margin: 0 5px;
  box-sizing: border-box;
}
div#index06 div.itemBox a {
  display: inline-block;
}
div#index06 div.itemBox img {
  width: 100%;
}
div#index06 div.itemBox div.nekoBtn {
  text-align: center;
}
div#index06 div.itemBox div.nekoBtn a {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 3px 40px 0;
  margin: 20px auto 0;
}
div#index06 div.itemBox div.nekoBtn a:hover {
  background: #666666;
}
div#index07 {
  margin: 20px auto 30px;
}
div#index07 div.itemBox div.thumb {
  background: #ffffff;
}
div#index07 div.itemBox div.thumb ul {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}
div#index07 div.itemBox div.thumb ul li:nth-of-type(2) {
  background: #ffcb00;
  padding: 8px 20px;
  margin: 5px auto;
  border-radius: 5px;
  box-sizing: border-box;
}
div#index07 div.itemBox div.thumb u {
  color: #2b2579;
}
div#index07 div.anniversary {
  margin: 0 auto 20px;
}
div#index07 div.anniversary div.thumb {
  text-align: center;
}
div#index07 div.anniversary div.thumb img {
  width: 200px;
}
div#index07 div.anniversary div.thumb p {
  width: 94%;
  text-align: left;
  margin: 0 auto;
}
div#index07 div.anniversary div.thumb h2 {
  display: inline-block;
  background: linear-gradient(45deg, #ba7418, #f2d176, #ffffda, #f2d176, #ba7418);
  line-height: 1.0;
  padding: 10px 20px 8px;
  margin: 20px auto 20px;
  font-size: 2.0rem;
}
div#index07 div.anniversary div.thumb p.th {
  color: #b78133;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
div#index07 div.anniversary div.thumb p.th span {
  font-size: 2.5rem;
}
div#index07 div.consultation {
  background: #000000;
  margin: 0 auto 30px;
}
div#index07 div.consultation div.itemBox {
  background: #000000;
  text-align: center;
  padding: 20px 0 25px;
}
div#index07 div.consultation div.itemBox div.thumb {
  border-top: none;
  border-bottom: none;
  background: none;
}
div#index07 div.consultation div.itemBox div.thumb img {
  width: 100px;
  margin: 0 auto 1.0em;
}
div#index07 div.consultation div.itemBox div.thumb ul {
  width: 94%;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0;
}
div#index07 div.consultation div.itemBox div.thumb ul li {
  background: none;
  padding: 0;
  margin: 0;
}
div#index07 div.consultation div.itemBox div.thumb ul li:first-of-type {
  color: #ffffff;
}
div#index07 div.consultation div.itemBox div.thumb ul li:nth-of-type(2) {
  color: #ffcb00;
}
div#index07 div.consultation div.thumb {
  border-top: solid 2px #ffcb00;
  border-bottom: solid 2px #ffcb00;
}
div#index07 div.credit {
  margin: 0 auto 40px;
}
div#index07 div.credit img {
  width: 150px;
  margin: 0 auto 0;
  float: right;
}
div#index08 {
  margin: 20px auto 30px;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
}
div#index08:after {
  content: "";
  background: #f3f0f0;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
}
div#index08 img {
  width: 55px;
  margin: 0 auto 20px;
}
div#index08 div.itemBox {
  display: block;
}
div#index08 div.itemBox h2 {
  font-size: 3.0rem;
}
div#index08 div.itemBox div.nekoItem {
  margin: 10px auto 0;
}
div#index08 div.itemBox div.nekoItem p {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
div#index08 div.itemBox div.nekoItem p a {
  background: #ffffff;
  display: block;
  margin: 0 6px;
  padding: 5px 20px;
  border-radius: 5px;
  height: 58px;
}
div#index08 div.itemBox div.nekoItem:nth-of-type(odd) p a {
  line-height: 3.0;
}
div#index08 div.itemBox div.nekoItem p a:hover {
  background: #666666;
  color: #ffffff;
}
div#index08 div.itemBox div#buy div.itemBox, div#index08 div.itemBox div#bought div.itemBox {
  justify-content: space-around;
}
div#index08 div.itemBox div#buy {
  background: #ffcb00;
  width: 100%;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
div#index08 div.itemBox div#bought {
  background: #ffad00;
  width: 100%;
  padding: 10px 20px 10px;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  div#index08 div.itemBox div.nekoItem p a {
    padding: 5px 10px;
    height: 63px;
  }
}
div#index09 h2 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.5;
  margin: 0 auto 30px;
}
div#index09 h2 small {
  display: block;
  font-size: 1.6rem;
}
div#index09 div.ut_list {
  background: #f3f0f0;
  padding: 20px 0 90px;
  text-align: center;
}
div#index09 div.itemBox div.thumb {
  margin: 0 auto 10px;
}
div#index09 div.itemBox div.thumb a {
  display: inline-block;
}
div#index09 div.itemBox div.thumb img {
  width: 100%;
}
div#index09 div.itemBox p {
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 10px;
}
div#index10 {
  margin: 0 auto 30px;
}
div#index10 div.contentWrap {
  padding: 0 0 30px;
  border-bottom: solid 2px #000000;
}
div#index10 div.itemBox img {
  width: 100%;
}
div#index10 div.itemBox p {
  margin: 10px auto 30px;
}
div#index11 {
  padding: 30px 0 30px;
  background: #ffcb00;
}
div#index11 h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 30px;
}
div#index11 h2 small {
  font-size: 1.6rem;
  display: block;
}
div#index11 p.pager-upper, div#index11 p.pager-lower {
  display: none;
}
div#index11 div.galleryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#index11 div.gallery {
  width: calc(100% / 2 - 1% - 1px);
  padding: 10px 10px 20px;
  margin: 1% 0;
  background: #ffffff;
}
div#index11 div.comment {
  display: none;
}
div#index11 div.title {
  margin: 10px auto 20px;
}
div#index11 div.detailLink {
  text-align: center;
}
div#index11 div.detailLink a {
  background: #000000;
  color: #ffffff;
  padding: 5px 20px;
}
div#index11 div.detailLink a:hover {
  background: #666666;
}
div#index11 div.btnBox div.btn05 {}
/* ============================================================
デザインA（モバイルファースト）end
============================================================ */
/* ============================================================
デザインB（タブレット）start
============================================================ */
@media screen and (min-width: 600px) {
  /* タグの共通設定
 
====================================================*/
  /* --- 大見出しデザイン --- */
  .PageTitle {
    min-height: 240px;
  }
  .PageTitle span {
    font-size: 3.6vw;
  }
  /* --- 各タイトルフォントサイズ --- */
  .SmallTitle, #questions h3, #answers h3, div#company dl dt, div#privacy dl dt, div#about dl dt, div.link02 .link_cate, div#cathand h2, div#cathand_detail div.cathand_detail div.cathand_detail_right h2, div#gallery3 div.article div.articleHead h3, div.gallery3_blog div.title h2, div#gallery4 div.title h2 {
    font-size: 2vw;
  }
  /* ---  各デバイス非表示設定  --- */
  .tab_no {
    display: none !important;
  }
  /* table基本設定
 
====================================================*/
  div#otoiawase table tr, .companyTable tr, div#about table.tr, div#link table tr, div#company table tr {
    display: table;
    width: 100%;
  }
  div#otoiawase table td.form_index, .companyTable tr th, div#about table tr th, div#link table tr th, div#company table tr td.col_1, div#law table td.left {
    width: 20%;
    display: table-cell;
  }
  div#otoiawase table td.list_value, .companyTable tr td, div#about table tr td, div#link table tr td, div#company table tr td.col_2, div#law table td.right {
    width: 80%;
    display: table-cell;
  }
  div#otoiawase table td.list_value:after, .companyTable tr td:after, div#about table tr td:after, div#link table tr td:after, div#company table tr td.col_2:after, div#law table td.right:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  /* 猫システム 編集可能領域 共通CSS
 
====================================================*/
  .nekoBase .right {
    float: right;
    margin-left: 1em;
    max-width: calc((100% - 2.5em)/ 3);
  }
  .nekoBase .left {
    float: left;
    margin-right: 1em;
    max-width: calc((100% - 2.5em)/ 3);
  }
  /* ヘッダー
 
====================================================*/
  div#header-container #headerTel {
    text-align: center;
    margin-right: 1em;
  }
  div#header-container #headerTel p {
    font-size: 1.4rem;
  }
  div#header-container #headerTel span {
    display: block;
    line-height: 1.4;
    font-size: 2.0rem;
  }
  div#header-container #headerTel a {
    padding: 31px 0 5px;
  }
  /* グローバルメニュー

====================================================*/
  .side_contents li {
    text-align: left;
  }
  /* ---  スマホ時menuに格納  --- */
  /* メインイメージ
 
====================================================*/
  div.kv {
    height: 100%;
  }
  .slick-slide img {}
  div.kv div.thumb img {
    height: 380px;
  }
  div.catchcopy {
    bottom: 33px;
  }
  div.catchcopy p {
    font-size: 3.0rem;
  }
  div.catchcopy img {
    width: 17.187vw;
  }
  div.catchcopy div.th img {
    width: 100px;
  }
  /* フッター
 
====================================================*/
  div#footer-container div#footerInfo div#footerLogo {
    display: flex;
  }
  div#footer-container div#footerInfo div#footerLogo div.thumb {
    text-align: left;
  }
  div#footer-container div#footerInfo div#footerLogo div.thumb ul {
    width: 280px;
    margin: 0 0 0 20px;
  }
  div#footer-container div#footerInfo div#footerLogo div.thumb ul li {
    font-size: 1.6rem;
  }
  div#footer-container div#footerInfo div.address {
    margin: 0 0 0;
    text-align: left;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) {
    margin: 0;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li {
    font-size: 3.0rem;
    line-height: 1.3;
    text-align: left;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li:nth-of-type(2) {
    margin: -1px 0 0;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li i.fa {
    letter-spacing: 15px;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li:nth-of-type(2) i.fa {
    font-size: 2.5rem;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li.text {
    font-size: 1.6rem;
    margin: 1.5em 0 0;
  }
  div#footer-container div#footerMenu {
    margin: 0 auto 1.0em;
  }
  /* --- フッターロゴ --- */
  div#footer-container div#footerInfo {
    display: flex;
    justify-content: space-between;
  }
  /* --- フッターサイトマップ --- */
  div#footer-container div#footerMenu p:before {
    content: " \f0c9";
    font-family: FontAwesome;
    margin-right: 5px;
  }
  div#footer-container div#footerMenu ul li {
    display: inline-block;
  }
  div#footer-container div#footerMenu ul li + li {
    border: none;
  }
  div#footer-container div#footerMenu ul li a {
    display: inline-block;
  }
  div#footer-container div#footerMenu .footerMenuItem .tree ul li a:before {
    content: "┗";
  }
  /* flexカラム
 
====================================================*/
  .tab_flex02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab_flex02 &gt; * {
    width: calc(100% / 2 - 2% - 1px);
    margin: 1%;
  }
  .tab_flex03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab_flex03 &gt; * {
    width: calc(100% / 3 - 2% - 1px);
    margin: 1%;
  }
  .tab_flex04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab_flex04 &gt; * {
    width: calc(100% / 4 - 2% - 1px);
    margin: 1%;
  }
  .tab_flex05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab_flex05 &gt; * {
    width: calc(100% / 5 - 2% - 1px);
    margin: 1%;
  }
  /* index.html
---------------------------------------------------------- */
  div#index02 div.itemBox {
    display: flex;
  }
  div#index02 div.itemBox div.thumb {
    width: calc(100% / 3 - 2% - 1px);
  }
  div#index07 div.itemBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div#index07 div.anniversary div.thumb {
    text-align: left;
  }
  div#index07 div.itemBox div.thumb ul {
    max-width: 550px;
    padding: 20px;
    box-sizing: border-box;
  }
  div#index07 div.anniversary div.thumb img {
    width: 250px;
    margin: 0 30px 0 0;
  }
  div#index07 div.anniversary div.thumb p {
    margin: 0;
  }
  div#index07 div.anniversary div.thumb p.th {
    text-align: left;
  }
  div#index07 div.consultation div.itemBox {
    width: 50%;
    padding: 0 0 0 20px;
  }
  div#index07 div.consultation div.itemBox div.thumb ul {
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  div#index11 div.gallery {
    width: calc(100% / 4 - 2% - 1px);
  }
}
/* ============================================================
デザインB（タブレット）end
============================================================ */
/* ============================================================
デザインC(PC) start
============================================================ */
@media screen and (min-width: 1100px) {
  /* --- 各デバイス非表示設定 --- */
  .pc_no {
    display: none !important;
  }
  .sp_no {
    display: block !important;
  }
  /* タグの共通設定

---------------------------------------------------------- */
  /* --- 大見出しデザイン --- */
  .PageTitle {}
  .PageTitle span {
    font-size: 4.2rem;
    width: 1100px;
  }
  /* --- 各タイトルフォントサイズ --- */
  .SmallTitle, #questions h3, #answers h3, div#company dl dt, div#privacy dl dt, div#about dl dt, div.link02 .link_cate, div#cathand h2, div#cathand_detail div.cathand_detail div.cathand_detail_right h2, div#gallery3 div.article div.articleHead h3, div.gallery3_blog div.title h2, div#gallery4 div.title h2 {
    font-size: 2.0rem;
  }
  /* --- contentWrap --- */
  .contentWrap {
    width: 1100px;
  }
  .contentWrap02 {
    max-width: 1500px;
  }
  /* dl基本設定
 
====================================================*/
  /* ---  スマホ横スクロール用  --- */
  .tableScr {
    overflow: inherit;
    white-space: inherit;
  }
  .tableScr:after {
    display: none;
  }
  /* テキストに関するCSS
 
====================================================*/
  /* ---  テキスト揃え  --- */
  .pc_txtL {
    text-align: left;
  }
  .pc_txtR {
    text-align: right;
  }
  .pc_txtC {
    text-align: center;
  }
  /* タグの基本設定
 
====================================================*/
  /* --- telリンクを無効 --- */
  a[href^="tel:"] {
    cursor: default;
    color: #000000;
    pointer-events: none;
  }
  /* 枠基本スタイル
 
====================================================*/
  body {
    min-width: 1100px;
  }
  div#container {
    position: relative;
  }
  /*テキストに関するCSS
---------------------------------------------------------- */
  /* ---  youtube  --- */
  .youtube {
    position: inherit;
    width: inherit;
    padding-top: inherit;
    height: inherit;
    text-align: center;
  }
  .youtube iframe {
    position: inherit;
    width: 560px !important;
    height: 315px !important;
  }
  /* ナビゲーションの位置
 
====================================================*/
  #index_body div#main {
    width: 100%;
    float: inherit;
  }
  .toggle {
    display: none;
  }
  /* ヘッダー
 
====================================================*/
  div#header-container {
    width: 100%;
    max-width: 95vw;
    margin: 0;
  }
  div#header-inner {
    display: flex;
    align-items: center;
    height: 170px;
  }
  div#header-inner div.headerLeft {
    display: flex;
    width: 30%;
    height: 100%;
    background: #000000;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  div#header-container #headerLog {
    margin: 0 auto 0 0;
    padding: 0;
  }
  div#header-container #headerLog a {
    width: 102px;
  }
  div#header-inner div.headerLeft div.thumb {
    padding: 0 0 0 20px;
  }
  div#header-inner div.headerLeft div.thumb ul li {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
  div#header-inner div.headerLeft div.thumb ul li:first-of-type {
    color: #ffffff;
  }
  div#header-inner div.headerLeft div.thumb ul li:nth-of-type(2) {
    color: #ffcb00;
  }
  div#header-container #headerTel {
    display: none;
  }
  div#header-container #headerTel p {
    font-size: 1.4rem;
  }
  div#header-container #headerTel span {
    display: inline-block;
    line-height: 1.4;
    font-size: 2.0rem;
  }
  div#header-container div#headerContact {
    display: flex;
    width: 70%;
    justify-content: space-between;
  }
  div#header-container div#headerContact div#headerTel_free {
    display: flex !important;
    width: 43%;
    align-items: center;
    box-sizing: border-box;
  }
  div#header-container div#headerContact div#headerTel_free div.text p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1.2;
    font-size: 1.4rem;
    background: #ffcb00;
    padding: 30px 6px;
    width: 45px;
    height: 170px;
    font-weight: bold;
  }
  div#header-container div#headerContact div#headerTel_free div.text p span {
    text-combine-upright: all;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox {
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li:first-of-type {
    line-height: 0.8;
    font-weight: bold;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li:nth-of-type(2) {
    font-weight: bold;
    margin: 10px 0 0;
    font-size: 1.6rem;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li:nth-of-type(4) {
    font-weight: bold;
    font-size: 1.5rem;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li small {
    line-height: 1.5;
    display: block;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li a {
    font-size: 2.2vw;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li a img {
    width: 67px;
    margin: 0 10px 0 0;
  }
  div#header-container div#headerContact div#headerTel_free div.itemBox ul li span {
    color: #ff0000;
  }
  div#header-container div#headerContact div#headerTel_btn {
    width: 22%;
    box-sizing: border-box;
  }
  div#header-container div#headerContact div#headerTel_btn a {
    width: 100%;
  }
  div#header-container div#headerContact div#headerTel_btn div.btn01, div#header-container div#headerContact div#headerTel_btn div.btn02 {
    margin: 10px auto;
  }
  div#header-container div#headerContact div#headerTel_btn div.btn02 span {
    display: block;
  }
  div#headerTel2 {
    width: 30%;
  }
  div#headerTel2 p {
    font-weight: bold;
    margin: 0 auto 3px;
    font-size: 1.6rem;
  }
  div#headerTel2 p span {
    color: #ff0000;
  }
  div#headerTel2 div.itemBox {
    background: #000000;
    border-radius: 5px;
    padding: 10px 10px;
  }
  div#headerTel2 div.itemBox ul {
    text-align: center;
  }
  div#headerTel2 div.itemBox ul li {
    color: #ffcb00;
    font-size: 2.3vw;
    line-height: 1.1;
  }
  div#headerTel2 div.itemBox ul li:nth-of-type(2) i.fa {
    font-size: 2.0vw;
  }
  div#headerTel2 div.itemBox ul li a {
    color: #ffcb00;
  }
  div#headerTel2 div.itemBox ul li i.fa {
    color: #ffffff;
    letter-spacing: 10px;
  }
  /* グローバルメニュー
 
====================================================*/
  div#gnav-container div.itemBox {
    display: flex;
    align-items: center;
    max-width: 95vw;
    background: #f3f0f0;
  }
  div#gnav-container .gnav {
    width: 100%;
    font-size: 14px;
    position: relative;
  }
  div#gnav-container ul.nav {
    width: 100%;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #f3f0f0;
  }
  div#gnav-container .gnav ul li {
    text-align: center;
    position: relative;
  }
  div#gnav-container .gnav li a img {
    width: 12px;
    margin: 0 5px 4px 0;
  }
  div#gnav-container .gnav ul li &gt; a {
    padding-top: 12px;
  }
  div#gnav-container .gnav li a {
    display: block;
    color: #000000;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 8px 8px 10px;
    font-weight: bold;
  }
  div#gnav-container .gnav li a.sub_menu {
    cursor: pointer;
  }
  div#gnav-container .gnav li a:hover::before {
    background-color: #333333;
    top: 0;
  }
  div#gnav-container .gnav li a:hover, #gnav li a.active, div#gnav-container .gnav ul li:hover &gt; a {
    color: #999999;
  }
  div#gnav-container .gnav ul li:hover &gt; a.sub_menu, div#gnav-container .gnav li a.sub_menu:hover {
    position: relative;
  }
  div#gnav-container .gnav ul li:hover &gt; a.sub_menu::after, div#gnav-container .gnav li a.sub_menu:hover::after {
    border-bottom: 20px solid #333333;
  }
  div#gnav-container .gnav ul li div {
    position: absolute;
    z-index: 2000;
    top: 44px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    height: auto;
    border-top: 1px solid #ffffff;
  }
  div#gnav-container .gnav ul li ul {
    width: 100%;
    margin: 0 auto;
  }
  div#gnav-container .gnav ul li ul.big {
    width: 280px;
    background: #000000;
  }
  div#gnav-container .gnav ul li ul.big li a {
    text-align: left;
  }
  div#gnav-container .gnav li ul li a {
    color: #ffffff;
  }
  div#gnav-container .gnav ul li ul li a:hover {
    color: #000000;
    background: #ffcb00;
  }
  div#gnav-container .gnav li li a::before {
    display: none;
  }
  div#gnav-container .gnav ul li:hover div {
    visibility: visible;
    opacity: 1;
  }
  div#gnav-container .gnav div.sub_list {
    display: block !important;
  }
  div#gnav-container .gnav div.sub_list li + li {
    border-top: 1px solid #ffffff;
  }
  /* カート
 
====================================================*/
  div.cart {
    width: 400px;
  }
  div.cart dl {
    display: flex;
    justify-content: space-around;
    background: #000000;
    padding: 9px 0 9px;
    align-items: center;
  }
  div.cart dt {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.0;
  }
  div.cart dd {
    display: flex;
  }
  /* パンくずリスト
 
====================================================*/
  div#crumbs {
    white-space: inherit;
    word-break: break-all;
  }
  div#crumbs p {
    display: block;
  }
  /* メインイメージ
 
====================================================*/
  div.kv {
    height: 100%;
  }
  .slick-slide img {
    height: 100%;
  }
  div.kv div.thumb img {
    height: 100%;
  }
  div.kv:after {
    background-size: 340px;
    width: 340px;
    height: 158px;
    bottom: 48px;
  }
  /* フッター
 
====================================================*/
  div#footer-container div#footerMenu:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  div#footer-container div#footerInfo div#footerLogo div.thumb ul {
    width: 380px;
  }
  div#footer-container div#footerInfo div#footerLogo div.thumb ul li:nth-of-type(2) {
    margin: 0;
  }
  div#footer-container div#footerInfo div.address ul li {
    line-height: 1.6;
    margin: 0;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) {
    margin: 0;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li {
    font-size: 4.5rem;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li:nth-of-type(2) {
    margin: -5px 0 0;
  }
  div#footer-container div#footerInfo div.itemBox:nth-of-type(2) ul li:nth-of-type(2) i.fa {
    font-size: 4.0rem;
  }
  /* おすすめサイト　link.html
---------------------------------------------------------- */
  div#link02 dl dd p {
    font-size: 1.4rem;
    width: auto;
    margin: 0;
  }
  /* flexカラム
 
====================================================*/
  .pc_flex02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flex02 &gt; * {
    width: calc(100% / 2 - 2% - 1px);
    margin: 1%;
  }
  .pc_flex03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flex03 &gt; * {
    width: calc(100% / 3 - 2% - 1px);
    margin: 1%;
  }
  .pc_flex04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flex04 &gt; * {
    width: calc(100% / 4 - 2% - 1px);
    margin: 1%;
  }
  .pc_flex05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flex05 &gt; * {
    width: calc(100% / 5 - 2% - 1px);
    margin: 1%;
  }
  /* index.html
 
====================================================*/
  div#index01 {
    margin: 50px auto 50px;
  }
  div#index02 {
    margin: 50px auto 50px;
  }
  div#index02 h2 {
    font-size: 3rem;
  }
  div#index02 h2 span {
    font-size: 3.5rem;
  }
  div#index02 div.itemBox {
    display: flex;
    margin: 0 auto 10px;
  }
  div#index02 div.itemBox div.thumb {
    width: calc(100% / 3 - 2% - 1px);
    margin: 1%;
  }
  div#index02 div.itemBox div.thumb u {
    font-size: 3.0rem;
    line-height: 1.2;
  }
  div#index02 div.itemBox div.list01:after, div#index02 div.itemBox div.list02:after, div#index02 div.itemBox div.list03:after {
    width: 300px;
    height: 303px;
    opacity: 0.5;
  }
  div#index03 {
    padding: 100px 0 100px;
  }
  div#index03 h2 {
    font-size: 6.0rem;
  }
  div#index03 h2 small {
    font-size: 1.8rem;
  }
  div#index03:after {
    background-size: 800px;
    width: 800px;
    height: 133px;
    top: 20px;
  }
  div#index03 div.contentWrap {
    padding: 0 0 100px;
  }
  div#index04 {
    margin: 0 auto 100px;
  }
  div#index04 div.btnBox div.btn05 {
    width: 50%;
    margin: 0 auto;
  }
  div#index04 h2 {
    font-size: 6.0rem;
    margin: 0 auto 30px;
  }
  div#index04 h2 small {
    font-size: 1.8rem;
  }
  div#index05 {
    padding: 50px 0 50px;
  }
  div#index05:before {
    background-size: 600px;
    width: 600px;
    height: 605px;
    top: 50px;
    right: 50px;
  }
  div#index05 h2 {
    font-size: 6rem;
  }
  div#index05 h2 small {
    font-size: 1.8rem;
  }
  div#index05 div.itemBox div.nekoItem {
    margin: 0;
  }
  div#index06 {
    padding: 50px 0 50px;
  }
  div#index06 h2 {
    font-size: 3.0rem;
    margin: 0 auto 50px;
  }
  div#index07 {
    margin: 60px auto 60px;
  }
  div#index07 div.itemBox div.thumb ul {
    max-width: 550px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
  }
  div#index07 div.itemBox div.thumb u {
    font-size: 1.8rem;
  }
  div#index07 div.anniversary {
    margin: 0 auto 40px;
  }
  div#index07 div.anniversary div.thumb img {
    width: 250px;
    margin: 0 30px 0 0;
  }
  div#index07 div.anniversary div.thumb p {
    width: 100%;
  }
  div#index07 div.anniversary div.thumb h2 {
    font-size: 4.0rem;
    margin: 0 auto 20px;
  }
  div#index07 div.anniversary div.thumb p.th {
    font-size: 2.5rem;
  }
  div#index07 div.anniversary div.thumb p.th span {
    font-size: 4.0rem;
  }
  div#index07 div.consultation {
    margin: 0 auto 40px;
  }
  div#index07 div.consultation div.itemBox {
    width: 50%;
    padding: 0;
  }
  div#index07 div.consultation div.itemBox div.thumb {
    text-align: right;
    border-top: none;
    border-bottom: none;
    background: none;
  }
  div#index07 div.consultation div.thumb {
    width: 50%;
  }
  div#index07 div.credit {
    margin: 0 auto 40px;
  }
  div#index07 div.credit img {
    width: 300px;
    margin: 0 0 0 40px;
  }
  div#index08 {
    margin: 50px auto 100px;
    text-align: left;
  }
  div#index08 div.itemBox {
    display: flex;
    justify-content: center;
  }
  div#index08 div.itemBox h2 {
    font-size: 3.0rem;
  }
  div#index08 div.itemBox div#buy {
    width: 50%;
  }
  div#index08 div.itemBox div#bought {
    width: 50%;
  }
  div#index09 h2 {
    font-size: 6rem;
  }
  div#index09 h2 small {
    font-size: 1.8rem;
  }
  div#index09 div.itemBox p {
    margin: 0 auto;
  }
  div#index10 {
    margin: 0 auto 100px;
  }
  div#index10 div.contentWrap {
    width: 835px;
    padding: 0 0 100px;
  }
  div#index11 {
    padding: 50px 0 100px;
  }
  div#index11 h2 {
    font-size: 6rem;
  }
  div#index11 h2 small {
    font-size: 1.8rem;
  }
  div#index11 p.pager-upper, div#index11 p.pager-lower {
    display: none;
  }
  div#index11 div.gallery {
    width: calc(100% / 4 - 1% - 1px);
  }
  div#index11 div.comment {
    display: none;
  }
  div#index11 div.btnBox div.btn05 {
    width: 50%;
    margin: 0 auto;
  }
}
/* ============================================================
デザインC(PC) end
============================================================ */</pre></body></html>