@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*/
/* ============================================================
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: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
/* ============================================================
タグの基本設定
============================================================ */
a {
  outline: none;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #E31D23;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
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;
}
/* ============================================================
枠基本スタイル
============================================================ */
html {
  font-size: 62.5%; /*10px*/
}
body {
  line-height: 1.6;
  font-size: 1.5em;
}
div#body_bg {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#index_body div#container {
  width: 100%;
}
div#container {
  /*width: 1100px;*/
  margin: 0 auto;
}
div#wrapper {
  clear: both;
  width: 100%;
  padding: 0;
}
div#wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* ============================================================
猫えびすアクセス解析が吐き出す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 {
	display: block;
  color: #472610;
	padding: 5px 7px;
	margin: 0 0 20px 0;
	font-size: 3.3rem;
	background: url(../../images/subttl_bg.png) no-repeat;
  background-position: right;
  background-size: cover;
  font-weight:bold;
}
.SmallTitle {
    clear: both;
    display: block;
    margin: 0 0 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #6f5f43;
}
/* table基本設定
---------------------------------------------------------- */
div#otoiawase table, .companyTable, div#about table, div#link table, div.company table, div#law table {
  border-collapse: collapse;
  width: 100%;
}
.companyTable tr, div#about table.tr, div#link table tr, div.company table tr {}
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%;
    padding: 8px 10px;
    border: 1px solid #b09f81;
    background: #e1c9a2;
}
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: 8px 10px;
    border: 1px solid #b09f81;
}
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: 5px;
  vertical-align: top;
}
table.border-on th {
  background: #333;
  color: #fff;
}
table.border-on td {
  border: 1px solid #c8c8c8;
}
/* ボーダー無し */
table.border-off {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
table.border-off th, table.border-off td {
  padding: 5px;
  vertical-align: top;
}
table.border-off td {}
/* dl基本設定
---------------------------------------------------------- */
div#privacy dl, div#about dl {}
div.company dl dt, div#privacy dl dt, div#about dl dt {
    clear: both;
    display: block;
    margin: 0 0 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #6f5f43;
}
div.company dl dd, div#privacy dl dd, div#about dl dd {
  margin: 10px 0 30px;
  padding: 0;
}
div#privacy dl dd p, div#about dl dd p {
  margin: 10px 0;
}
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;
}
div#privacy dl dd a, div#about dl dd a {}
div#privacy dl dd a:hover, div#about dl dd a:hover {}
/* 猫システム 編集可能領域 共通CSS
---------------------------------------------------------- */
.nekoBase img {}
.nekoBase a img {
  max-width: 100%;
}
.nekoBase .big {
  width: 100%;
}
.nekoBase .big a img {
  max-width: 100%;
}
.nekoBase .left {
  float: left;
  margin-right: 10px;
  max-width: 30%;
}
.nekoBase .right {
  float: right;
  margin-left: 10px;
  max-width: 30%;
}
.nekoBase .left img, .nekoBase .right img {
  max-width: 100%;
}
.nekoBase ul {
  list-style: disc;
}
.nekoBase ul li {
  padding-left: 1em;
}
.nekoBase ol {
  counter-reset: li;
}
.nekoBase ol li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}
.nekoBase ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #333;
  counter-increment: li;
  content: counter(li)'.';
}
/* コメント部分uタグ */
u {
  display: block;
  margin-bottom: -1.8em;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
/*リンク、ボタンに関するCSS
---------------------------------------------------------- */
/*btn01*/
.btn01 {}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 1;
  color:#FFF;
  background: #AB9382;
  border: 1px solid #AB9382;
  margin: 10px 20px;
  border-radius: 4px;
}
.btn01 a:hover{
    background:#472610;
}
/*btn02*/
.btn02 {}
.btn02 a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 1;
  background: #333;
  color: #fff;
  border: 1px solid #ccc;
  margin: 10px 20px;
}
/*システムボタン*/
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{
    position: absolute;
    bottom: 15px;
}

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: #fff;
  padding: 1px 20px;
  display: inline-block;
  background: #6f5f43;
  border:solid 1px #6f5f43;
  border-radius: 100px;
  font-size: small;
}
div#latest table td div a:hover {
  background: #6f5f43;
}
div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink a:hover{
  background: #FFF;
  font-weight: bold;
  color: #6f5f43;
}
div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink a:before{
  content: "詳細はこちら"
}
/*contentWrap*/
.contentWrap {
  margin: 0 auto;
}
/*テキストに関する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 #ccc;
  padding: 5px;
}
/* ============================================================
ナビゲーションの位置
============================================================ */
div#side {}
div#main {
  width: 100%;
  line-height: 1.8;
}
div#main img {}
/* ============================================================
ヘッダー
============================================================ */
header#header{
    background: #472610;
}
div#header-container {
  color:#FFF;
  clear: both;
  position: relative;
  margin: 0 auto;
}
div#header-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
div#header-container #headerLog img {
    margin-left: 5px;
}
div#header-container #headerLog {
}
div#header-container div#headerContact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 auto;
}
/* ============================================================
グローバルメニュー
============================================================ */
div#gnav-container {}
div#gnav-container a{}
/* ============================================================
メインイメージ
============================================================ */
div.kv {
  width: 100%;
  margin: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
div.kv img {
  width: 100%;
  text-align: center;
}

div.kv .kv-slider {
  display: none;
}
/* ============================================================
パンくずリスト
============================================================ */
div#crumbs {
  width: 100%;
  font-size: 1.2rem;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e5e6e6;
  padding: 10px 0;
}
div#crumbs p {
  margin: 0 auto;
  padding: 0;
}
/* ============================================================
前のページの戻る＆ページの先頭に戻る
============================================================ */
/* 前のページの戻る
---------------------------------------------------------- */
div.HistoryBack {
  clear: both;
  padding: 30px 10px;

}
div.HistoryBack:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
div.HistoryBack div.Return {}
div.HistoryBack div.Return a {
  display: flex;
  align-items: center;
}
div.HistoryBack div.Return a i {
  display: inline-block;
  margin-right: 5px;
}
/* ページの先頭に戻る
---------------------------------------------------------- */
#topcontrol {}
#topcontrol a {
  position: fixed;
  bottom: 40px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
}
/* ============================================================
サイドメニュー　*/
/* ============================================================
/* 共通見出し
---------------------------------------------------------- */
/* リンクなし*/
.Side_title {
  display: block;
  padding: 8px 5px 8px 10px;
  background: #666;
  color: #FFF;
}
/* リンクあり*/
.Side_title_a {}
.Side_title_a a {
  display: block;
  padding: 8px 5px 8px 10px;
  background: #666;
  color: #FFF;
  text-decoration: none;
}
.Side_title_a a:hover {
  background: #999;
  color: #FFF;
}
/* HOME
---------------------------------------------------------- */
div#side ul#side_home li#home {
  margin-bottom: 10px;
  text-align: center;
}
div#side ul#side_home li#home a {
  display: block;
  background: #333;
  padding: 15px;
  color: #fff;
}
div#side ul#side_home li#home a:hover {
  background: #666;
}
/* side_menu
---------------------------------------------------------- */
div#side ul#side_menu {
  margin: 0 0 20px;
}
div#side ul#side_menu > li {
  border-bottom: 1px solid #FFFFFF;
}
div#side ul#side_menu > li > a {
  display: block;
  padding: 7px 7px 7px 10px;
  background: #999999;
  color: #FFFFFF;
  text-decoration: none;
}
div#side ul#side_menu > li > a:hover {
  background: #CCCCCC;
  color: #FFFFFF;
}
/* side_form
---------------------------------------------------------- */
div#side div#side_form {
  width: 100%;
  margin-bottom: 5px;
}
div#side div#side_form table {
  border-collapse: collapse;
}
div#side div#side_form table tr td {
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 5px;
}
div#side div#side_form table tr td img {
  vertical-align: top;
}
/* side_g4cate&side_g3cate
---------------------------------------------------------- */
div#side div.side_g3cate, div#side div.side_g4cate {
  margin: 0 0 5px 0;
}
div#side div.side_g3cate ul.category, div#side div.side_g4cate ul.category {
  width: 250px;
}
div#side div.side_g3cate ul.category li, div#side div.side_g4cate ul.category li {
  list-style: none;
  border-bottom: 1px solid #FFFFFF;
}
div#side div.side_g3cate ul.category li a, div#side div.side_g4cate ul.category li a {
  display: block;
  padding: 7px 7px 7px 10px;
  background: #999999;
  color: #FFFFFF;
  text-decoration: none;
}
div#side div.side_g3cate ul.category li a:hover, div#side div.side_g4cate ul.category li a:hover {
  background: #CCCCCC;
  color: #FFFFFF;
}
/* サイドメニュー店舗案内
---------------------------------------------------------- */
div#side div#side_company {
  margin: 0 auto 20px;
  width: 250px;
}
div#side div#side_company .Side_title_a a {
  background: #000000;
  margin: 0;
}
div#side div#side_company table {
  border-collapse: collapse;
  width: 100%;
}
div#side div#side_company table tr td {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-top: none;
  padding: 8px;
}
div#side div#side_company table tr td p {
  padding: 10px;
  font-size: small;
  background: #e8ecf8;
}
div#side div#side_company table tr td img {
  border: 1px solid #c8c8c8;
  vertical-align: top;
  width: 100%;
  margin: 0 0 8px;
}
div#side div#side_company table tr td p b {
  color: #ff9336;
}
div#side div#side_company table tr td p u {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 0 2px 5px;
  margin: 5px 0;
  margin-bottom: -10px;
  border-left: 5px solid #c8c8c8;
  border-bottom: 1px dotted #c8c8c8;
}
div#side div#side_company table tr td div {
  padding: 5px;
}
/* side_banner 外部リンク
---------------------------------------------------------- */
div#side div#side_banner {
  width: 96%;
  margin: 0 auto 10px;
}
div#side div#side_banner table {
  border-collapse: collapse;
  width: 100%;
}
div#side div#side_banner table tr {}
div#side div#side_banner table tr td {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
div#side div#side_banner table tr td img {
  vertical-align: top;
  display: block;
  margin: 0 auto;
}
/*side_cate
---------------------------------------------------------- */
div#side div#side_cate {
  margin-bottom: 5px;
  width: 250px;
}
div#side div#side_cate ul.big {
  margin: 0;
  line-height: 1;
}
div#side div#side_cate ul.big li {
  border-bottom: 1px solid #FFF;
}
div#side div#side_cate ul.big li a {
  color: #FFFFFF;
  display: block;
  height: 100%;
  padding: 7px 7px 7px 10px;
  background: #999999;
  text-decoration: none;
}
div#side div#side_cate ul.big li a:hover {
  background: #CCCCCC;
  text-decoration: none;
}
div#side div#side_cate ul.big ul.small li {
  color: #000000;
}
div#side div#side_cate ul.big ul.small li a {
  display: block;
  height: 100%;
  padding: 7px 7px 7px 30px;
  background: #CCCCCC;
}
div#side div#side_cate ul.big ul.small li a:hover {
  background: #DDDDDD;
}
/*side_cart
---------------------------------------------------------- */
div#side div#side_cart {
  width: 250px;
  margin-bottom: 5px;
}
div#side div#side_cart dl {}
div#side div#side_cart dl dt {
  padding: 5px 10px 0 10px;
  background: #CCCCCC;
  font-weight: bold;
}
div#side div#side_cart dl dd {
  width: 230px;
  padding: 0 10px 5px 10px;
  background: #CCCCCC;
}
div#side div#side_cart dl dd form {
  margin: 0;
  padding: 0;
}
div#side div#side_cart dl dd input#search_btn {
  cursor: pointer;
}
div#side div#side_cart dl dd input#searchwindow {
  width: 215px;
  margin-bottom: 5px;
}
/* ============================================================
フッター
============================================================ */
div#footer-container {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  background-size: 100%;
}
/* フッターロゴ
---------------------------------------------------------- */
div#footer-container div#footerLogo {}
div#footer-container div#footerLogo:after {
  left: inherit;
  right: 0;
}
/* フッターサイトマップ
---------------------------------------------------------- */
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 a {
  padding: 8px 10px;
  display: block;
}
div#footer-container div#footerMenu ul li a:hover {}
/* タイトル有り */
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;
}
div#footer-container .footerlink{
    text-align: center;
}

div#footer-container .footerlink a{
    padding: 10px 20px;
    background: #FFF;
    border:solid 1px #AB9382;
    color:#AB9382;
}

/* コピーライト
---------------------------------------------------------- */
address {
  text-align: center;
  padding: 10px;
  font-size: small;
  color: #FFF;
  font-style: normal;
  background: #472610;
  color: #FFF;
}
/* ============================================================
会社案内　company.html
============================================================ */
div.company {
  width: 100%;
  margin: 0;
}
/* company01
---------------------------------------------------------- */
div.company01 {
  margin-bottom: 30px;
}
/* company02
---------------------------------------------------------- */
div.company02 {
  width: 100%;
  margin-bottom: 30px;
}
/* company03
---------------------------------------------------------- */
div.company03 {
  margin-bottom: 30px;
}
.gmap iframe {
  margin-bottom: 10px;
}
/* ============================================================
個人情報保護　privacy.html
============================================================ */
div#privacy {
  width: 100%;
  margin: 0;
}
div#privacy p {
  width: 100%;
  margin: 0 0 10px 0;
}
/* ============================================================
当サイトについて　about.html
============================================================ */
div#about {
  width: 100%;
  margin: 0;
}
div#about p {
  width: 100%;
  margin: 0 0 10px 0;
}
/* ============================================================
おすすめサイト　link.html
============================================================ */
div#link {
  width: 100%;
  margin: 0;
}
/* link01
---------------------------------------------------------- */
div#link01 {
  margin-bottom: 3em;
}
div#link01 p {
  margin-bottom: 15px;
}
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: #666;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.4rem;
}
div#link02 .exWrap li a {
  background: #FFF;
  margin: -3px -20px;
  padding: 3px 20px;
  display: block;
  text-decoration: none;
  color: #c68650;
}
div#link02 .exWrap li a:hover {
  background: #c68650;
  color: #fff;
}
div#link02 .link_cate {
  clear: both;
  margin: 10px 0 10px;
  padding: 2px 0 2px 10px;
  height: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #ccc;
}
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 10px 0;
  padding: 0 0 10px 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.4rem;
  width: auto;
  margin: 0;
}
div#link02 dl dd a {}
div#link02 dl dd a img {
  margin: 5px 0;
  max-width: 100%;
}
/*--------------------------------------------------------------------*/
/*よくある質問　faq.html*/
/*--------------------------------------------------------------------*/
div.faq {
  width: 100%;
  margin: 0;
}
/* カテゴリー */
#questions_cate {}
#questions_cate ul {
  margin: 10px 15px;
  overflow: hidden;
}
#questions_cate ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#questions_cate ul li {
  display: inline-block;
  padding: 3px 20px;
  margin-right: 15px;
  color: #666;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.4rem;
}
#questions_cate ul li a {
  background: #FFF;
  margin: -3px -20px;
  padding: 3px 20px;
  display: block;
  text-decoration: none;
  color: #472610;
}
#questions_cate ul li a:hover {
    background: #472610;
    color: #fff;
}
/* 質問一覧 */
#questions {
  margin: 10px 0 30px;
}
#questions h3 {
    clear: both;
    margin: 10px 0;
    display: block;
    padding: 10px 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #6f5f43;
}
#questions ul {
  margin: 0 5px;
}
#questions ul li {
  padding: 10px 8px;
  border-bottom: dotted 1px #333;
}
#questions ul li:before {

}
#questions ul li a {
  color: #333333;
  text-decoration: none;
  padding: 2px 0 2px 90px;
  background: url(../../images/faq/question_ico.gif) no-repeat left;
}
#questions ul li a:hover {
  color: #999999;
}
/* 回答一覧 */
#answers {
  clear: both;
  margin: 0 0 30px;
}
#answers li{
    margin-bottom: 10px;
}

#answers strong {
  font-weight: bold;
}
#answers em {
  font-style: normal;
  font-weight: bold;
}
#answers em.question,
#answers em.answer{
    display: none;
}
#answers p {
  padding: 0 0 0 90px;
  background: url(../../images/faq/answer_ico.gif) no-repeat left;    
}
#answers h3 {
    clear: both;
    margin: 10px 0;
    display: block;
    padding: 10px 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #6f5f43;
}
#answers ul {
  margin: 0 5px;
}
#answers ul li dl {
  margin-bottom: 10px;
}
#answers ul li dl dt {
    padding: 10px 0 10px 90px;
    font-size: 1.6rem;
    background: url(../../images/faq/question_ico.gif) no-repeat left;
    font-weight: bold;
    text-decoration: none;
}
#answers ul li dl dd {
  background-color: rgba(233,156,0,0.2);
  border-radius: 5px;
  padding: 10px 2rem;
}
/* 細かい装飾 */
div.faq .a, div.faq .q {}
div.faq .num {}
div.faq .dot {}
/* ============================================================
ご注文方法　sitemap.html
============================================================ */
div#law table .title {
  padding: 8px 10px 4px;
  background: #333;
  color: #fff;
}
div#law table tr.etc td {
  padding: 8px 10px;
  background: #ccc;
}
/* ============================================================
サイトマップ　sitemap.html
============================================================ */
div#sitemap {
  width: 100%;
  margin: 0;
}
div#sitemap p {
  margin: 10px 0 10px 10px;
}
div#sitemap ul {}
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: .5em;
}
div#sitemap ul li a:hover {}
/* 商品カテゴリー
---------------------------------------------------------- */
/* 大カテゴリー */
div#sitemap .big {
  padding-bottom: .5em;
}
div#sitemap .big li {
  border-top: none;
}
div#sitemap .big li a {}
div#sitemap .big li a:hover {}
/* 小カテゴリー */
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;
}
/* 【新テンプレ】施工実績カテゴリー&リフォームカテゴリー
---------------------------------------------------------- */
div#sitemap .sitemap02 .exWrap, div#sitemap .sitemap02 .category {}
div#sitemap .sitemap02 .exWrap li, div#sitemap .sitemap02 .category li, div#sitemap .big > li {
  border: none;
}
div#sitemap .sitemap02 .exWrap li a, div#sitemap .sitemap02 .category li a, div#sitemap .big li a {
  padding: 0 0 .5em 1em;
}
div#sitemap .sitemap02 .exWrap li a:before, div#sitemap .sitemap02 .category li a:before, div#sitemap .big li a:before {
  content: "┗";
  display: inline-block;
  margin-right: 5px;
}
div#sitemap .sitemap02 .exWrap li a:hover, div#sitemap .sitemap02 .category li a:hover {}
/* ============================================================
index.html
============================================================ */
div#index {
    overflow: hidden;
}
div#index .index01{
    border-top:solid 5px #472610;
    border-bottom:solid 5px #472610;
}
div#index .index01 .list_link{
    display: inline-block;
    text-align: center;
}
div#index .index01 .list_link a{
    display: block;
    font-weight: bold;
    background:#cbc0a1;
    border-radius: 5px;
    color:#3c1904;
}
div#index .index01 .list_link a:after{
    display: block;
    width: 20px;
    height: 20px;
    content:" ";
    background:url("../../images/index/arrow_img.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.dot-text {
  padding-top: .5em;
  background-position: top left 1px;
  background-repeat: repeat-x;
  background-size: 1em .3em;
  background-image: -webkit-radial-gradient(.10em .10em at center center,#000,#000 100%,transparent);
  background-image: radial-gradient(.10em .10em at center center,#000,#000 100%,transparent);
}
div#index .index02 h3{
    font-size: 3.5em;
    text-align: center;
}

div#index .index02 h4{
    text-align: center;
}
div#index .index02 h4 span{
    display: block;
    font-size: 1.6em;
    color: #da1317;
}
div#index .index02 img{
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

div#index .index03 > h3 {
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    background:url("../../images/whtml/title_bg.jpg");
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    max-width: 500px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border: double 4px #fff;
}

div#index .index03 > h3:before,
div#index .index03 > h3:after {
    position: absolute;
    top: 49%;
    height: 0.2rem;
    background: #492812;
    content: '';
}
div#index .index03 .indexlink{
    text-align: center;
}

div#index .index03 .indexlink a{
    border-radius: 10px;
    background:url("../../images/whtml/title_bg.jpg");
    font-weight: bold;
    font-size: 1.4em;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    border: double 4px #fff;
    color: #FFF;
}

div#index .index03 .indexlink a:after{
    content: " ";
    background: url(../../images/index/arrow.png) no-repeat;
    background-size: contain;
    padding-left: 25px;
    margin-left: 5px;
}

div#index .index03 div.info_box{
    background: #FFF;
    overflow-y: scroll;
    height: 200px;
}

div#index .index03 div.info_box ul li{
    border-bottom: dashed 1px #c19759;
}
div#index .index01, div#index .index04{
    background-color: rgba(233,156,0,0.2);
}
div#index .index03{
    background-color: rgba(251,247,200,0.2);
}
div#index .index03 .articleContent,div#index .index03 .articleFooter{
    display: none;
}

div#index .index03 div.info_box .article{
    display: flex;
}

div#index .index03 div.info_box .article .articleHead{
    order: 2;
}
div#index .index03 div.info_box .article .articleBody{
    order: 1;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
      transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-time01{
animation-delay: 0.1s;
}

.delay-time02{
animation-delay: 0.2s;
}

.delay-time03{
animation-delay: 0.3s;
}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time06{
animation-delay: 0.6s;
}

.delay-time08{
animation-delay: 0.8s;
}
.delay-time09{
animation-delay: 0.9s;
}
.delay-time12{
animation-delay: 1.2s;
}

.effect-fade {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
    -moz-transform: translate(0, 45px);
    -ms-transform: translate(0, 45px);
    -o-transform: translate(0, 45px);
    transform: translate(0, 45px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.effect-scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}    

.effect-fade-left {
    opacity: 0;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.effect-fade-left.effect-scroll-left {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}        
    
.effect-fade-right {
    opacity: 0;
    -webkit-transform: translate(45px, 0);
    -moz-transform: translate(45px, 0);
    -ms-transform: translate(45px, 0);
    -o-transform: translate(45px, 0);
    transform: translate(45px, 0);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.effect-fade-right.effect-scroll-right {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#infomation ul li{
    border-bottom: dotted 1px #472610;
}

@media screen and (max-width:599px) {
  /*各デバイス非表示設定*/
  .sp_no {
    display: none !important;
  }
  /* ============================================================
タグの共通設定*/
  /* ============================================================
各ページのページタイトル*/
  .PageTitle {
    padding: 50px 10px;
    font-size: 2.4rem;
    font-weight:bold;
    line-height: 1.2;
    text-align:center;
  }
  .SmallTitle {}
  /* table基本設定 */
  div#otoiawase table td.form_index, div#privacy .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%;
    display: block;
  }
  div#otoiawase table td.list_value, div#privacy .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: 100%;
    display: block;
    text-align: center;
  }
  div#otoiawase table td.list_value{
    text-align: left;
  }
  /* スマホ横スクロール用 */
  .tableScr {
    overflow: auto;
    white-space: nowrap;
  }
  .tableScr table {
    border-collapse: collapse;
  }
  .tableScr table td, .tableScr table th {
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
  }
  .tableScr table td a, .tableScr table th a {
    color: #fff;
  }
  .tableScr:after {
    content: "※表は右にスライドでご覧いただけます。";
    display: block;
    margin-bottom: 10px;
  }
  /*テキストに関するCSS
---------------------------------------------------------- */
  /* テキスト揃え */
  .sp_txtL {
    text-align: left;
  }
  .sp_txtR {
    text-align: right;
  }
  .sp_txtC {
    text-align: center;
  }
  /* ============================================================
タグの基本設定
============================================================ */
  h1 {}
  /* ============================================================
枠基本スタイル
============================================================ */
  body {
    min-width: inherit;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  div#container {
    width: 96%;
    margin: 0 auto;
  }
  /*contentWrap*/
  .contentWrap {
    width: 96%;
  }
  /*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;
  }
  /*横スクロールor縦スクロール用*/
  .scroll-x {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .scroll-x::-webkit-scrollbar {
    display: none;
  }
  .scroll-y {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .scroll-y::-webkit-scrollbar {
    display: none;
  }
  /* ============================================================
ヘッダー
============================================================ */
  div#header-container {
    padding: 10px 0;
  }
  div#header-container #headerLog {
    text-align: center;
    height: 32px;
    padding: 0 10px;
  }
  div#header-container #headerLog img {
    height: 34px;
  }
  div#header-container .btn01 {
    display: none;
  }
  div#header-container #headerTel {}
  div#header-container #headerTel a {
    position: absolute;
    left: 4px;
    top: 0;
    display: block;
    text-align: center;
    width: 54px;
    padding: 32px 0 3px;
    color: #FFF;
    font-size: 10px;
    z-index: 99;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 3px;
  }
  div#header-container #headerTel a:before {
    position: absolute;
    display: inline-block;
    content: " \f095";
    font-family: FontAwesome;
    font-weight: normal;
    width: 20px;
    height: 20px;
    font-size: 20px;
    right: 50%;
    top: 50%;
    margin-right: -10px;
    margin-top: -22px;
  }
  /* ============================================================
グローバルナビ
============================================================ */
  div#gnav-container {}
  /*スマホ時フッターテキストリンクをmenuに格納*/
  .el_humburger {
    color:#FFF;
    border: solid 1px #FFF;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 45px;
    height: 45px;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
    font-size: 10px;
    border-radius: 3px;
    text-align: center;
  }
  .el_humburger > span {
    display: block;
    width: 50%;
    margin: 0 auto 5px;
    height: 2px;
    background: #FFF;
    transition: all 0.2s ease-in-out;
    text-align: center;
    margin-top: 7px;
  }
  .el_humburger > span.top {}
  .el_humburger > span.middle {
    margin-top: 5px;
  }
  .el_humburger > span.bottom {
    margin-top: 5px;
    margin-bottom: 5px;
  }
    .js_humburgerOpen .el_humburger{
        border:none;
    }
  .js_humburgerOpen .el_humburger > span {
    background: #FFF;
  }
  .js_humburgerOpen .el_humburger > span.top {
    transform: translateY(9px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-5px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .js_fixed .el_humburger {
    color: #000;
  }
  .js_fixed .el_humburger > span {
    background: #000;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > 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: #FFEAC5;
    z-index: 0;
    margin-top: 0px;
    padding-top: 80px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp_nav ul {
      width: 96%;
      margin: 0 auto;
  }
  .sp_nav ul li {
    display: block;
    text-align: center;
  }
  .sp_nav ul li + li {
    border-top: 1px dotted #333;
  }
  .sp_nav ul a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 16px 40px 12px 10px;
    position: relative;
    line-height: 1.4;
  }
  .sp_nav ul a.sub_menu:before, .sp_nav ul a.sub_menu:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sp_nav ul a.sub_menu:before {}
  .sp_nav ul a.sub_menu:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sp_nav a.sub_menu.active {}
  .sp_nav ul a.sub_menu.active:before {}
  .sp_nav a.sub_menu.active:after {
    display: none;
  }
  .sp_nav .sub_list {
    display: none;
    margin-bottom: 0px;
  }
  .sp_nav div.sub_list ul {}
  .sp_nav div.sub_list ul li {
    margin: 0;
  }
  .sp_nav div.sub_list ul li + li {}
  .sp_nav div.sub_list ul li a {
    padding: 10px 0 10px 1.0em;
    background: #666;
    color: #fff;
  }
  /* ============================================================
フッター
============================================================ */
  div#footer-container {
    padding-top: 0;
  }
  div#footerLogo img {
    max-height: 32px;
    display: block;
    margin: 10px auto;
  }
  div#footer-inner {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  div#footer-container div#footerMenu {
      margin-bottom: 25px;
  }
  div#footer-container div.footerlink{
      margin-bottom: 30px;
  }
  /* ============================================================
おすすめサイト　link.html
============================================================ */
  div#link02 dl dd p {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  /*--------------------------------------------------------------------*/
  /*よくある質問　faq.html*/
  /*--------------------------------------------------------------------*/
  #questions_cate ul {
    padding: 1%;
  }
  #questions_cate ul li {}
  /* ============================================================
レイアウトに関するCSS
============================================================ */
  /* flex02-04 */
  .sp_flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_flexbox02 > * {
    width: calc(100% / 2 - 4% - 1px);
    margin: 2%;
  }
  .sp_flexbox03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_flexbox03 > * {
    width: calc(100% / 3 - 2% - 1px);
    margin: 1%;
  }
  .sp_flexbox04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_flexbox04 > * {
    width: calc(100% / 4 - 2% - 1px);
    margin: 1%;
  }
  /* ============================================================
index.html
============================================================ */
  div#index {
    }
    div.kv {
        min-height: 460px;
    }
    div.kv div.mascot{
        width: 60%;
        max-width: 190px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    div#index .index01{
        position: relative;
    }
    div.kv div.catch_copy{
        position: absolute;
        z-index: 2;
        width: 90%;
        max-width: 350px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    div.kv div.catch_copy li{
        margin: 10px 0;
    }    
    div#index .index01 .map_box{
        padding: 20px 0 60px;
        width: 96%;
        margin: 0 auto;
    }
    
    div#index .index01 .link_box{
        position: absolute;
        top: 44%;
        width: 85%;
        left: 50%;
        transform: translateX(-50%) translateY(-20%);
    }
    div#index .index01 .list_link{
        font-size: 1.4em;
        line-height: 1.2;
        margin-top: 30px;
        display: flex;
        justify-content: left;
    }
    div#index .index01 .list_link div{
        width: 50%;
    }
    div#index .index01 .list_link a{
        padding: 10px 20px;
        width: 40%;
        margin-left: 10px;
        min-width: 140px;
        font-size: 0.7em;
        text-align: center;
    }
    div#index .index02 h3 {
        font-size: 1.5em;
    }
    
    div#index .index02, div#index .index05{
        width: 98%;
        margin: 25px auto;
    }

    div#index .index02 h4 span {
        font-size: 1.2em;
    }    
    div#index .index03{
        padding: 30px 0; 
    }    
    div#index .index03 > div{
        width: 98%;
        margin: 0 auto;
        overflow-y: scroll;
    }
    div#index .index03 > h3{
        clip-path: .5rem 1rem;
        margin-bottom: 20px;
    }
    div#index .index03 > h3:before,
    div#index .index03 > h3:after {
        width: calc(20% - 3px);
    }

    div#index .index03 > h3:before {
        left: -20%;
    }

    div#index .index03 > h3:after {
        right: -20%;
    }
    div#index .index03 div.info_box {
        margin: 0 auto 30px;
        padding: 10px;
    }
    div#index .index03 div.info_box span{
        display: block;
    }
    div#index .index03 div.info_box .article{
        width: 100%;
        padding: 10px 2rem;
        margin: 0 auto;
        flex-flow: column;
    }

    
    
    div#index .index03 .indexlink a{
        font-size: 1em;
    }
    div#index .index03 div.info_box ul li {
        padding: 5px 0;
    }
    div#index .index04 .itemBox{
        width: 98%;
        margin: 0 auto;
    }
    
    div#index .index05 .itemBox{
        margin: 15px 0 0;
    }   
    #infomation ul li span{
        display: block;
    }

    div.HistoryBack {
      clear: both;
      padding: 30px 0px;
    
    }
}
@media print, screen and (min-width:600px) {
  /*各デバイス非表示設定*/
  .pc_no {
    display: none !important;
  }
  /* ============================================================
タグの共通設定*/
  /* ============================================================
各ページのページタイトル*/
  .PageTitle {
    color: #472610;
    background:url("../../images/subttl_bg.png") no-repeat;
    background-size: cover;
    padding: 50px;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 1em;
    text-align: center;
  }
  /*contentWrap*/
  .contentWrap {
    width: 1100px;
  }
  /* ============================================================
タグの基本設定
============================================================ */
  /* telリンクを無効 */
  a[href^="tel:"] {
    cursor: default;
    color: #000;
    pointer-events: none;
  }
  /* ============================================================
枠基本スタイル
============================================================ */
  body {
    min-width: 1100px;
  }
  div#container {
    position: relative;
  }
  /* ============================================================
ナビゲーションの位置
============================================================ */
  div#side {
    width: 250px;
    float: left;
    height: auto !important;
  }
  #index_body div#side {
    display: none;
  }
  #index_body div#main {
    width: 100%;
    float: inherit;
  }
  .toggle {
    display: none;
  }
  /* ============================================================
ヘッダー
============================================================ */
  div#header-container {
    width: 1100px;
    margin: 0 auto;
  }
  div#header-inner {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  div#header-container #headerLog {
    margin: 0 auto 0 0;
  }
  div#header-container #headerTel {
    text-align: center;
  }
  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#gnav-container .gnav {
    width: 100%;
    font-size: 14px;
    position: relative;
  }
  div#gnav-container ul.nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  div#gnav-container .gnav ul li {
    flex: 1;
    text-align: center;
    position: relative;
  }
  div#gnav-container .gnav ul li + li {
  }
  div#gnav-container .gnav ul li > a {
    height: 50px;
    padding-top: 10px;
  }
  div#gnav-container .gnav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 8px 10px;
  }
  div#gnav-container .gnav li a.sub_menu {
    cursor: pointer;
  }
  div#gnav-container .gnav li a:hover::before {
    background-color: #0085B2;
    top: 0px;
  }
  div#gnav-container .gnav li a:hover, #gnav li a.active, div#gnav-container .gnav ul li:hover > a {
    color: #fcc074;
  }
  div#gnav-container .gnav ul li:hover > a.sub_menu, div#gnav-container .gnav li a.sub_menu:hover {
    position: relative;
  }
  div#gnav-container .gnav ul li:hover > a.sub_menu::after, div#gnav-container .gnav li a.sub_menu:hover::after {
    border-bottom: 20px solid #001533;
  }
  div#gnav-container .gnav ul li div {
    position: absolute;
    z-index: 2000;
    top: 50px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    height: auto;
    background-color: #fcc074;
    width: 100%;
  }
  div#gnav-container .gnav ul li ul {
    width: 100%;
    margin: 0 auto;
  }
  div#gnav-container .gnav li ul li a {
    color: #fff;
  }
  div#gnav-container .gnav ul li ul li a:hover {
    color: #ff8e00;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
  }
  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#crumbs p {
    width: 1100px;
    margin: 0 auto;
    padding: 10px;
  }
  /* ============================================================
フッター
============================================================ */
  div#footer-container {}
  div#footer-inner {
    width: 1100px;
    margin: 0 auto;
  }
  div#footer-container div#footerMenu {
      margin-bottom: 50px;
      text-align: center;
    }
    div#footer-container div#footerMenu h3{
        font-weight: bold;
        font-size: 30pt;
    }
  div#footer-container div.footerlink{
      margin-bottom: 68px;
  }
  div#footer-container div#footerMenu:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  div#footer-container div#footerMenu .footerMenuItem {}
  div#footer-container div#footerMenu .footerMenuItem li {
    display: inline-block;
  }
  div#footer-container div#footerInfo{
    padding: 20px 0 30px;
  }
  /* ============================================================
index.html
============================================================ */
  /* news */
  div#news {
    width: 100%;
  }
  /* flex02-04 */
  .pc_flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox02 > * {
    width: calc(100% / 2 - 8% - 1px);
    margin: 4%;
  }
  .pc_flexbox02 > *:nth-child(1),.pc_flexbox02 > *:nth-child(2) {
    margin-bottom: 0;
  }    
  .pc_flexbox02 > *:nth-child(3),.pc_flexbox02 > *:nth-child(4) {
    margin-top: 0;
  }    
    
    
  .pc_flexbox03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox03 > * {
    width: calc(100% / 3 - 2% - 1px);
    margin: 1%;
  }
  .pc_flexbox04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox04 > * {
    width: calc(100% / 4 - 2% - 1px);
    margin: 1%;
  }
  /* ============================================================
index.html
============================================================ */
    div.kv {
        min-height: 720px;
    }
    div.kv div.mascot{
        max-width: 30%;
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    div.kv div.catch_copy{
        width: 1100px;
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    div.kv div.catch_copy ul{
        display: flex;
        margin-top: 65px;
    }
    div.kv div.catch_copy ul li{
        width: calc(100%/3);
    padding: 0 0.5%;
    }
    div.kv div.catch_copy img{
        max-width: 100%;
    }
  div#index {}


    div#index .index04 .itemBox{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    div#index .index04 .itemBox a{
        display: block;
        width: 100%;
    }
    div#index .index01{
        padding:30px 0;
    }

    div#index .index01 div.box{
        width: 1100px;
        position: relative;
        margin: 0 auto;
    }
    div#index .index01 div .link_box{
        position: absolute;
        width: 98%;
        bottom: 60px;
        text-align: right;
    }
    div#index .index01 .list_link{
        font-size: 1.4em;
        line-height: 1.2;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    div#index .index01 .list_link div{
        width: calc(50% - 40px);
    }
    div#index .index01 .list_link a{
        margin-left: 40px;
        padding: 10px 30px;
    }
    div#index .index01 .list_link a:hover{
        opacity: 0.7;
        transition: .3s;
    }
    div#index .index02, div#index .index05{
        width: 1100px;
        margin: 50px auto;
    }
    div#index .index03{
        padding: 70px 0;
    }
    div#index .index03 > h3 {
        max-width: 500px;
        width: 40%;
        font-size: 4rem;
        margin-bottom: 30px;
    }

    div#index .index03 > h3:before,
    div#index .index03 > h3:after {
        position: absolute;
        top: 49%;
        width: calc(70% - 3px);
        height: 0.2rem;
        background: #492812;
        content: '';
    }

    div#index .index03 > h3:before {
        left: -70%;
    }

    div#index .index03 > h3:after {
        right: -70%;
    }
    div#index .index03 div.info_box{
        width: 1100px;
        margin: 50px auto;
        padding: 10px;
    }
    div#index .index03 div.info_box ul{
        width: 98%;
        padding: 10px 0;
        margin: 0 10px;
    }
    div#index .index03 div.info_box ul span{
        padding-right: 1rem;
    }
    div#index .index03 div.info_box ul li{
        padding: 5px 0;
    }    
    div#index .index05 .itemBox{
        margin: 35px 0 0;
    }
    
    #infomation ul li{
        padding: 10px 10px 10px 9rem;
        text-indent: -8.5rem;    
    }
    

}