<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
* Theme Name: テンプレート01_07
* Author: Iscream Design
* Version: 1.5
* Description: 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
@font-face {
  font-family: "ipaexg";
  src: url("font/ipaexg.eot");
  src: url("font/ipaexg.eot?#iefix") format("embedded-opentype"), url("font/ipaexg.woff") format("woff"), url("font/ipaexg.otf") format("opentype");
}
body {
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  background-image:url(images/shared/bg.png);
  background-repeat:repeat;
  border-top:solid 5px #66472b;
}
/************************************ a:link a:hoverの設定*/

a:link, a:visited {
  /*color: blue;*/
}
a:hover, a:active {
  color:#333;
  text-decoration:underline;
}
/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
  width: 990px;
}
@media only screen and (max-width: 640px) {
  .container {
    width: 100%;
  }
}
/************************************ header_02　左ロゴ・右メニュー*/
.header_02 {
  width: 962px;
  margin: auto;
  clear: both;
}
.header_02 .header_body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header_02 .ci {
  margin-left: 12px;
  float: left;
  /*width: 408px;*/
  width: 304px;
  padding-top:72px;
}
@media only screen and (max-width: 640px) {
  .header_02 {
    width: 100%;
  }
  .header_02 .ci {
    margin-left: 0;
    margin: auto;
    float: none;
    width: 90%;
    text-align:center;
    padding-top:10px;
    margin-bottom:10px;
  }
}
/*グローバルメニュー*/
/*.header_02 .gNavi {
margin-top: 10px;
float: right;
}*/
/* @media only screen and (max-width: 640px) {
.header_02 .gNavi {
margin-left: 0;
margin: auto;
float: none;
width: 90%;
text-align:center;
padding-top:10px;
margin-bottom:10px;
}
}
.header_02 .gNavi_list {
margin: 0;
padding: 0;
line-height: 1.6;
list-style: none;
width: 505px;
height: 206px;
}
.header_02 .gNavi_list-item {
margin-left: 1px;
float: left;
}*/
/************************************ メインイメージ*/
.mainimage {
  margin-top: 30px;
  margin-bottom: 65px;
  height: 544px;
  background: url(images/shared/top_con_01.png) center top repeat;
}
.mainimage_inner1 {
  margin: auto;
  /*position: relative;*/
  width: 1101px;
  height: 544px;
  background: url(images/shared/top_con_02.png) 50% 0 no-repeat;
}
.mainimage_inner2 {
  margin: auto;
  /*position: relative;*/
  width: 1101px;
  height: 544px;
  background: url(images/shared/top_con_03.png) 50% 0 no-repeat;
}
/************************************ スライダー*/
.mainimage_slide {
  margin-bottom: 40px;
  height: auto;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 640px) {
  /************************************ メインイメージ*/
  /*.mainimage {
  margin-bottom: 20px;
  height: 200px;
  background: url(images/mainimage_bg.jpg) 50% 0 repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
  .mainimage_inner {
  display: none;
}*/
  /************************************ スライダー*/
  .mainimage_slide {
    margin-bottom: 20px;
    height: auto;
    background-color: #f5f5f5;
  }
}
/************************************ コンテンツ*/
.contents {
  float: left;
  width: 656px;
}
@media only screen and (max-width: 640px) {
  .contents {
    float: none;
    width: auto;
  }
}
/************************************ タイトル*/
.heading {
  margin-bottom: 15px;
}
.heading_arrow {
  padding-left: 24px;
  font-size: 18px;
  background: url(images/shared/ico_arrow.png) 0 center no-repeat;
}
.heading_belt {
  padding: 5px 15px;
  font-size: 16px;
  background: url(images/shared/bg_belt.png) 0 center no-repeat;
  color: #fff;
}
.heading_leftline {
  padding: 5px 15px 5px 10px;
  font-size: 16px;
  border-left: #000000 solid 5px;
}
.heading_back {
  padding: 5px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .heading {
    margin-bottom: 5px;
  }
  .heading_arrow {
    font-size: 16px;
    background: url(images/shared/ico_arrow.png) 0 center no-repeat;
  }
  .heading_belt {
    padding: 5px 8px;
    background: #2f0751;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .heading_back {
    padding: 5px 8px;
  }
}
/************************************ サイドバナー*/


.heading_fig {
  padding-top: 15px;
  text-align: center;
}
.figRight:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/************************************ コンテンツニュース*/
.news_list {
  display: table;
  border-bottom: solid 1px #d2d2d2;
  width: 100%;
}
.news_list-time {
  width: 10%;
  padding: .5em 0;
  display: table-cell;
  vertical-align: middle;
}
.news_list-category {
  width: 15%;
  padding: .5em 1em;
  display: table-cell;
  vertical-align: middle;
}
.news_list-description {
  width: 75%;
  padding: .5em 0;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .news {
    margin-bottom: 20px;
  }
  .news_list {
    display: table;
    border-bottom: solid 1px #d2d2d2;
    width: 100%;
    vertical-align: middle;
  }
  .news_list-time {
    width: 10%;
    padding: .5em 0;
    display: table-cell;
    vertical-align: middle;
  }
  .news_list-category {
    width: 15%;
    padding: .5em 1em;
    display: table-cell;
    vertical-align: middle;
  }
  .news_list-description {
    width: 75%;
    padding: .5em 0;
    display: table-cell;
    vertical-align: middle;
  }
}
/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 260px;
}
.infoarea {
  background: url(images/shared/side_infoarea_bg.png) 0 0 no-repeat;
}
.infoarea:after {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  background: url(images/shared/side_infoarea_bg_after.png) 0 100% no-repeat;
}
.information_list {
  padding-left: 20px;
}
.information_list-term {
  margin-top: 1em;
}
.information_list-term:before {
  content: '【';
}
.information_list-term:after {
  content: '】';
}
@media only screen and (max-width: 640px) {
  .rNavi {
    float: none;
    width: auto;
  }
  .infoarea {
    margin: auto;
    width: 245px;
    background: url(images/shared/side_infoarea_bg.png) 0 0 no-repeat;
  }
  .infoarea:after {
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background: url(images/shared/side_infoarea_bg_after.png) 0 100% no-repeat;
  }
  .information_list {
    padding-left: 20px;
  }
  .information_list-term {
    margin-top: 1em;
  }
  .information_list-term:before {
    content: '【';
  }
  .information_list-term:after {
    content: '】';
  }
}
/************************************ フッター */

/************************************ footer_01 */
.footer_01 {
  padding-top: 30px;
  background-image:url(images/shared/top_foot_01.png);
  background-repeat:repeat-x;
}
.footer_01 .dl-horizontal dt {
  width: 40px;
}
.footer_01 .dl-horizontal dd {
  margin-left: 50px;
}
.footer_01 .sitemap_list-item {
  margin-bottom: 5px;
  padding-left: 12px;
  font-size: 12px;
  background: url(images/shared/top_foot_04.png) 0 50% no-repeat;
}
.footer_01 .sitemap_list-item a {
  text-decoration: none;
  color:#66472b;
}
.footer_01 .sitemap_list-item a:hover {
  text-decoration: underline;
}

.footer_01 .sitemap01 {
  width: 130px;
}
.footer_01 .sitemap02 {
  width: 130px;
}
.footer_01 .copyright_typo {
  font-family: 'ipaexg';
  font-size: 11px;
  padding:5px 0px;
}
.footer_copyright {
  background-image:url(images/shared/top_foot_02.png);
  background-repeat:repeat-x;
}
@media only screen and (max-width: 640px) {
  .footer_01 {
    padding-top: 30px;
    background-image:url(images/shared/top_foot_01.png);
    background-repeat:repeat-y;
  }
  .footer-logo-area {
    text-align:center;
  }
  .footer_01 .sitemap {
    margin-top: 10px;
  }
  .footer_01 .copyright_typo {
    font-size: 10px;
  }
}
/************************************ footer_02 */
.footer_02 {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: solid 1px #5d4d6a;
  background: #23043d;
}
.footer_02 .footer_sitemap {
  margin: auto;
  width: 960px;
}
.footer_02 .footer_copyright {
  margin: auto;
  margin-top: 60px;
  width: 960px;
}
.footer_02 .sitemap_list {
  text-align: center;
}
.footer_02 .sitemap_list-item {
  margin: 0 5px;
  padding-left: 12px;
  display: inline-block;
  font-family: 'ipaexg';
  font-size: 11px;
  background: url(images/shared/ico_arrow_small.png) 0 50% no-repeat;
}
.footer_02 .sitemap_list-item a {
  color: #fff;
  text-decoration: none;
}
.footer_02 .sitemap_list-item a:hover {
  text-decoration: underline;
}
.footer_02 .copyright_typo {
  text-align: right;
  font-family: 'ipaexg';
  font-size: 11px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .footer_02 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: solid 1px #5d4d6a;
    background: #23043d;
  }
  .footer_02 .footer_sitemap {
    margin: auto;
    width: 100%;
  }
  .footer_02 .footer_copyright {
    margin: auto;
    margin-top: 20px;
    width: 100%;
  }
  .footer_02 .sitemap_list {
    text-align: center;
  }
  .footer_02 .sitemap_list-item {
    margin: 0 5px;
    padding-left: 10px;
    display: inline-block;
    font-family: 'ipaexg';
    font-size: 11px;
    background: url(images/shared/ico_arrow_small.png) 0 50% no-repeat;
  }
  .footer_02 .sitemap_list-item a {
    color: #fff;
    text-decoration: none;
  }
  .footer_02 .sitemap_list-item a:hover {
    text-decoration: underline;
  }
  .footer_02 .copyright_typo {
    text-align: center;
    font-family: 'ipaexg';
    font-size: 10px;
    color: #fff;
  }
}
/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
/************************************テーブル (01_04 追加)*/ 
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #eeeeee;
  width: 100%;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #eeeeee;
  padding: 5px 20px;
}
.table-bordered th {
  width: 20%;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #06b6bc;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 640px) {
  .sp-listlayout {
    border: none !important
  }
  .sp-listlayout tr {
    display: block;
    margin-bottom: 5px
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    width: 100%;
    list-style-type:none;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100%;
  }
  .sp-listlayout {
    table-layout: fixed
  }
  .sp-listlayout * {
    word-wrap: break-word
  }
}
/************************************フォーム (01_04 追加)*/

.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px;/**
  * ボタン
  *//**
  * その項目のエラーのwrapper
  *//**
  * 必須マーク
  *//**
  * 各項目のwrapper
  *//**
  * 注釈
  */
}
.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
  background-color:#FFF;
}
.mw_wp_form .formend/*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
  border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}
.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}
.mw_wp_form dl dd textarea {
  width: 90%;
}
.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}
.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}
.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;/**
  * エラーメッセージ
  */
}
.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
  color: #EE4D89;
  font-size: 85%;
}
.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
  font-size: 85%;
}
@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .mw_wp_form dl dd {
    padding-top: 0;
  }
  .mw_wp_form dl dd {
    border-left: none;
  }
}
/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background-color: #f9bab3;
  color: #FFFFFF;
  padding: 5px 10px;
}
.more-btn a:hover {
  text-decoration: none;
  background-color: #FCD2D3;
}

/************************************特記 スマホ時*************************************/

@media only screen and (max-width: 640px) {
}
/*WP用 投稿表示*/

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 12px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 12px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}
/* スライドショー */
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 1020px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .viewer {
    width: 100%;
  }
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li img {
  width: 100%;
}
/* =======================================
ClearFixElements
======================================= */
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.viewer ul {
  display: inline-block;
  overflow: hidden;
}
/************************************ meanmenu（スマホ用メニュー）*/
/*a.meanmenu-reveal {
display: none;
}
.mean-container .mean-bar {
float: left;
width: 100%;
position: relative;

background-color:#66472b;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
.mean-container .mean-nav {
float: left;
width: 100%;
background: #2f201c;
margin-top: 44px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #383838;
border-top: 1px solid rgba(255, 255, 255, 0.5);
text-decoration: none;
text-transform: uppercase;
line-height: 1.5;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-top: 1px solid #f1f1f1;
border-top: 1px solid rgba(255, 255, 255, 0.25);
opacity: 0.75;
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
background: #231815;
background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 32px;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: rgba(255, 255, 255, 0.1);
border: none !important;
border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(0, 0, 0, 0.9);
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mean-remove {
display: none !important;
}*/
/************************************ ギャラリー（01_05 追加）*/

.slideshow-container .loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image:url(images/galleriffic/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.slideshow .image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow .image-wrapper img {
  padding:0 15px;
}
.slideshow a.advance-link {
  display: block;
  text-align: center;
}
.slideshow a.advance-link:hover, .slideshow a.advance-link:active, .slideshow a.advance-link:visited {
  text-decoration: none;
}
#gallery .controls, #gallery .caption-container {
  display: none;
}
.slideshow .image-wrapper {
  top: -20px !important;
}
#thumbs .thumbs {
  padding: 0px !important;
  margin-top: -45px;
}
#thumbs .thumbs.list-style-none li {
  padding: 0px 5px 10px 5px !important;
}
.thumb-box {
  margin-left: -10px;
}
@media (max-width: 641px) {
  #gallery {
    height:65vw;
  }
  .slideshow .image-wrapper {
    width: 100%;
  }
  .thumb-box {
    margin-left: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-top-mg-20:not(:target) {
    margin-top: 20px; /* IE10-11 */
  }
}
.ie-top-mg-20 {
  margin-top: 20px\9; /* IE9 */
}
.slideshow img {
  width: 100%; /* IE8 */
}
/************************************ ヘッダー*/
/*グローバルナビ*/
.header-logo {
  padding-top:52px;
  margin: 10px 0px;
}
.main-nav {
  margin: 10px 0px;
  float: right;
}
.header_02 .gNavi_list {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style: none;
  width: 570px;
  height: 206px;
}
.header_02 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}
@media only screen and (max-width: 640px) {
  .header-logo {
    text-align:center;
    padding-top:20px;
    padding-bottom:10px;
  }
  .main-nav {
    visibility:hidden;
    max-height:1px;
  }
  .header_02 .gNavi_list {
    visibility:hidden;
  }
  .header_02 .gNavi_list-item {
    visibility:hidden;
  }
}
.sp-nav {
  visibility:hidden;
  max-height:1px;
}
.sp-nav-bg {
  visibility:hidden;
}
.header_02 .spNavi_list {
  visibility:hidden;
}
.header_02 .spNavi_list-item {
  visibility:hidden;
}
@media only screen and (max-width: 640px) {
  .sp-nav {
    visibility:visible;
  }
  .sp-nav-bg {
    margin:auto;
  }
  .header_02 .spNavi_list {
    text-align:center;
  }
  .header_02 .spNavi_list-item {
    visibility:visible;

    width:50%;
    /* list-style-image:url(images/shared/top_foot_04.png);*/
    border-bottom:solid 1px #fff;
  }
  .spNavi_list li a {
    display: block;
    padding:10px 0px;
  }
  .spNavi_list li a:hover {
    display: block;
    background-color:#F0C891;
    text-decoration:none;
  }

  .sp-nav-01 {
    float:left;

    background-color:#f6ddbc;
    display:block;
  }
  .sp-nav-02 {
    float:left;

    border-left:solid 1px #fff;
    background-color:#f6ddbc;
  }
  .sp-nav-03 {
    float:left;
    clear:both;

    background-color:#f6ddbc;
  }
  .sp-nav-04 {
    float:left;

    border-left:solid 1px #fff;
    background-color:#f6ddbc;
  }
  .sp-nav-05 {
    float:left;
    clear:both;

    background-color:#f6ddbc;
  }
  .sp-nav-06 {
    float:left;

    border-left:solid 1px #fff;
    background-color:#f6ddbc;
  }
  .sp-nav-07 {
    float:left;
    clear:both;

    background-color:#f6ddbc;
  }
  .sp-nav-08 {
    float:left;

    border-left:solid 1px #fff;
    background-color:#f6ddbc;
  }
}
/************************************ スライダー*/
/*index*/
.slide-img-area {
  width:1328px;
}
@media only screen and (max-width: 640px) {
  .slide-img-area {
    width: 100%;
  }
}
/************************************ コンセプトナビ*/
.concept-nav_bg1 {
  margin-top: 30px;
  margin-bottom: 65px;
  width:100%;
  background: url(images/shared/top_con_01.png) center top repeat;
  overflow:auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.concept-nav_bg2 {
  margin: auto;
  width: 1101px;
  background: url(images/shared/top_con_02.png) 50% 0 no-repeat;
  overflow:auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.concept-nav_bg3 {
  margin: auto;
  width: 1101px;
  background: url(images/shared/top_con_03.png) 50% 0 no-repeat;
  overflow:auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.concept-nav-logo {
  margin-top: 50px;
  text-align:center;
  overflow:auto;
}
.concept-nav-bt {
  width: 1101px;
  padding:90px 90px 60px 90px;
  overflow:auto;
}
@media only screen and (max-width: 640px) {
  .concept-nav_bg1 {
    background-image:none;
    width:100%;
    margin-bottom: 20px;
  }
  .concept-nav_bg2 {
    background-image:url(images/shared/top_con_02.png);
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
  }
  .concept-nav_bg3 {
    background-image:none;
    width:100%;
  }
  .concept-nav-logo {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align:center;
  }
  .concept-nav-bt {
    width:100%;
    padding:0px;
    text-align:center;
    margin:auto;
  }
  .concept-nav-bt-01 {
    margin-top: 30px;
    padding:0px 30px;
  }
  .concept-nav-bt-02 {
    margin-top: 10px;
    padding:0px 30px;
  }
  .concept-nav-bt-03 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding:0px 30px;
  }
}
/**************** 01 *********************/
/*news*/
.news-thumb {
  text-align:center;
}
.news-title {
  margin-bottom:05px;
  font-size:18px;
  font-weight:bold;
}
.news-txt {
  font-size:12px;
}
@media only screen and (max-width: 640px) {
  .news-thumb {
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
  }
  .news-title {
    margin-bottom:5px;
    font-size:18px;
    font-weight:bold;
    text-align:center;
  }
  .news-txt {
    font-size:12px;
    text-align:center;
  }
}
/*blog*/
.blog-area {
  margin-top:5px;
}
.blog-time {
  padding-left:10px;
  margin-bottom:5px;
  font-size:12px;
  list-style-image:url(images/shared/top_foot_04.png);
  list-style-position:inside;
}
.blog-title {
  padding-left:20px;
  margin-bottom:15px;
  font-size:12px;
}
.contents-bg {
  background-color:#FFF;
  border:solid 1px #cdc0b9;
  padding:5px;
}
.title-border-top {
  background-image:url(images/shared/top_con_08.png);
  background-repeat: no-repeat;
  padding:10px 0px 5px 0px;
}
.title-border-bottom {
  background-image:url(images/shared/top_con_08.png);
  background-repeat: no-repeat;
  height:6px;
}
.title-icons-1 {
  background-image:url(images/shared/top_con_09.png);
  background-repeat: no-repeat;
  background-position: center left;
  height:48px;
  padding:5px 0px 0px 60px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight:bold;
  font-size:24px;
  color:#66472b;
  margin-left:-10px;
}
.title-icons-2 {
  background-image:url(images/shared/top_con_15.png);
  background-repeat: no-repeat;
  background-position: center left;
  height:48px;
  padding:5px 0px 0px 60px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight:bold;
  font-size:24px;
  color:#66472b;
  margin-left:-10px;
}
.table-menu01 {
  border: solid 1px #ccc;
  width: 100%;
}
.table-menu01 th {
  background-image:url(images/shared/top_con_17.png);
  width:30%;
  padding: 10px 10px;
  color: #fff;
}
.table-menu01 td {
  padding: 10px 10px;
  width:75%;
}
.table-menu01-bg {
  background-image:url(images/shared/top_con_19.png);
  background-repeat:no-repeat;
  background-position:top right;
}
@media only screen and (max-width: 640px) {
  .table-menu01 {
    border: solid 1px #ccc;
    width: 100%;
  }
  .table-menu01 th {
    background-image:url(images/shared/top_con_17.png);
    width:100%;
    padding: 10px 10px;
    text-align:center;
  }
  .table-menu01 td {
    padding: 10px 10px;
    width:100%;
    text-align:center;
  }
  .table-menu01-bg {
    background-image:url(images/shared/top_con_19.png);
    background-repeat:no-repeat;
    background-position:top right;
  }
}
.access-map {
  width: 245px;
  height: 217px;
  padding:0px 10px 0px 15px;
}
@media only screen and (max-width: 640px) {
  .access-map {
    width: 100%;
    padding:0px 5px;
    margin-top:20px;
  }
}
/*side*/
.side-bg {
  background-color:#FFF;
  border:solid 1px #cdc0b9;
  padding:5px;
}
.side-border-top {
  background-image:url(images/shared/top_side_04.png);
  background-repeat: repeat-x;
  padding:10px 0px;
}
.side-border-bottom {
  background-image:url(images/shared/top_side_04.png);
  background-repeat: repeat-x;
  padding:5px 0px 0px 0px;
}
.side-icons-1 {
  background-image:url(images/shared/top_side_05.png);
  background-repeat: no-repeat;
  background-position: center left;
  height:48px;
  padding:5px 0px 0px 60px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight:bold;
  font-size:24px;
  color:#66472b;
  margin-left:-10px;
}
/*footer*/
.top-mg-60 {
  margin-top:60px;
}
/*common*/
.h2-border {
  background-image:url(images/shared/h2.png);
  background-repeat: no-repeat;
  padding:5px 0px 5px 0px;
  margin-bottom: 30px;
}
.h2-style {
  font-size:26px;
  padding: 0px 0px 10px 40px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.h3-border {
  border-bottom:dotted 1px #452b12;
  padding:5px 0px 5px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.h3-style {
  font-size:22px;
  padding: 0px 0px 10px 0px;
  line-height:20px;
}
.h4-style {
  font-size:18px;
  font-weight:bold;
  padding: 0px 0px 10px 0px;
  line-height:20px;
}
.top-mg-50 {
  margin-top:50px;
}
.top-mg-60 {
  margin-top:60px;
}
.bottom-mg-50 {
  margin-bottom:50px;
}
.bottom-mg-60 {
  margin-bottom:60px;
}
.fo-brown {
  color:#930;
}
/*02*/
.table-menu02 {
  width: 100%;
}
.table-menu02 th {
  text-align:left;
  width:30%;
  padding: 10px 10px;
  border-bottom:dotted 1px #452b12;
}
.table-menu02 td {
  padding: 10px 10px;
  width:70%;
  border-bottom:dotted 1px #452b12;
}
@media only screen and (max-width: 640px) {
  .table-menu02 {
    border: solid 1px #ccc;
    width: 100%;
  }
  .table-menu02 th {
    background-color:#5e3618;
    color:#FFF;
    width:100%;
    padding: 10px 10px;
    text-align:center;
  }
  .table-menu02 td {
    padding: 10px 10px;
    width:100%;
    text-align:center;
  }
}
/*03*/
.table-menu03 {
  font-size:16px;
  width: 100%;
}
.table-menu03 th {
  text-align:left;
  width:50%;
  padding: 10px 10px;
  border-bottom:dotted 1px #452b12;
}
.table-menu03 td {
  padding: 10px 10px;
  border-bottom:dotted 1px #452b12;
  text-align:right;
}
@media only screen and (max-width: 640px) {
  .table-menu03 {
    border: solid 1px #ccc;
    width: 100%;
  }
  .table-menu03 th {
    background-color:#5e3618;
    color:#FFF;
    width:100%;
    padding: 10px 10px;
    text-align:center;
  }
  .table-menu03 td {
    padding: 10px 10px;
    width:100%;
    text-align:center;
  }
}
/*05*/
.access-map-l {
  width: 656px;
  height: 350px;
  padding:0px 10px 0px 15px;
}
@media only screen and (max-width: 640px) {
  .access-map-l {
    width: 100%;
    padding:0px 5px;
    margin-top:20px;
  }
}
/*06*/
.table-menu04 {
  font-size:12px;
  width: 100%;
}
.table-menu04 th {
  text-align:left;
  width:20%;
  padding: 10px 10px;
  border-bottom:dotted 1px #452b12;
}
.table-menu04 td {
  padding: 10px 10px;
  border-bottom:dotted 1px #452b12;
}
@media only screen and (max-width: 640px) {
  .table-menu04 {
    border: solid 1px #ccc;
    width: 100%;
  }
  .table-menu04 th {
    background-color:#5e3618;
    color:#FFF;
    width:100%;
    padding: 10px 10px;
    text-align:center;
  }
  .table-menu04 td {
    padding: 10px 10px;
    width:100%;
    text-align:center;
  }
}
/*archive*/
.arc-title-border {
  border-bottom:solid 2px #cdc0b8;
}
strong{
  font-weight:bold;
}

@media only screen and (max-width: 640px) {
  .left-mg-30.spblock{
    margin-left: 0 !important;
    display: block;
  }
}
</pre></body></html>