@charset "UTF-8";
/*
* Theme Name: テンプレート01_05
* 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;
}
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;
}
/* 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;
}
strong { font-weight: bold;}


body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #573a22;
  background: url(images/shared/header_01/top_head_01.png) repeat-x left top #fefcf2;
  min-width: 990px;
}

a { color: #573a22;}
a:hover { color: #B39B79;}

.container {
  width: 990px;
}
@media only screen and (max-width: 640px) {
  body { min-width: 0px;}
  .container { width: 100%;}
}

/************************************ header_01　左ロゴ・下メニュー*/
.header_contact li {
  display: inline-block;
  margin-bottom: 10px;
}

/*グローバルメニュー*/
.header_01 .gNavi_list {
  width: 960px;
  height: 64px;
}
.header_01 .gNavi_list-item {
  float: left;
}


/************************************ コンテンツ*/
.contents {
  float: left;
  width: 650px;
}
@media only screen and (max-width: 640px) {
  .contents {
    float: none;
    width: auto;
  }
}

/************************************ タイトル*/
.pagettl h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: #FFFFFF;
  padding: 30px 15px;
}

.heading_leftline {
  border-left: solid 7px #afc112;
  border-bottom: dashed 1px #e8e5d8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 7px 0px 5px 10px;
}
.heading_back {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 7px 10px 5px;
}
@media only screen and (max-width: 640px) {
  .pagettl h2 { font-size: 26px;}
}


/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 270px;
}

.side_box {
  background-color: #fcf6e8;
  border: solid 1px #e8e5d8;
  border-radius: 5px;
}

.side_category h2 {
  border-bottom: dashed 1px #e8e5d8;
}
@media only screen and (max-width: 640px) {
  .rNavi {
    float: none;
    margin: 0px auto;
  }
}

/************************************ フッター */

/************************************ footer_01 */
.footer_01 {
  padding: 50px 0px 15px;
  background-color: #695532;
}
.footer_01 a { color: #FFFFFF; text-decoration: none;}
.footer_01 a:hover { text-decoration: underline;}
.footer_01 .container { width: 910px;}
.footer_01 .box {
  background-color: #fbf4db;
  border-radius: 5px;
  padding: 20px;
}
.footer_01 .box li { display: inline-block;}

.footer_nav li {
  display: inline-block;
  background: url(images/shared/top_foot_06.png) no-repeat left 50%;
  padding-left: 20px;
  margin: 0px 15px 3px 0px;
}
@media only screen and (max-width: 640px) {
  .footer_01 { padding-top: 30px;}
  .footer_01 .container { width: 100%;}
  .footer_01 .box { padding: 15px;}
  .footer_01 .box .footer_tel { width: 100%;}
}

/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
}

/************************************テーブル (01_04 追加)*/ 
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #573a22;
  width: 100%;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #573a22;
  padding: 5px 10px;
  vertical-align: middle;
}
.table-bordered th {
  width: 20%;
  background-color: #f7c646;
}

/************************************テーブルレスポンシブ仕様 (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;
    list-style: none;
    width: 100%;
  }
  .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;
}
.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: #f7c646;
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
}
.more-btn a:hover {
  text-decoration: none;
  background-color: #F0DC95;
}

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

@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
}

.topics_sec article ul { padding-left: 1.5em;}
.topics_sec article li { list-style: outside disc;}

.topics_sec article ol { padding-left: 2em;}
.topics_sec article ol li { list-style: outside decimal;}




/************************************ meanmenu（スマホ用メニュー）*/
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #f7c646;
  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: #f7c646;
  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: 25px;
  padding: 10px !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(255, 255, 255, 0.1);
}
.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;
}


/************************************ ORIGINAL *******/

.top_art01 .right {
  width: 330px;
}
.top_art01 dl {
  display: table;
  width: 100%;
  border-bottom: dashed 1px #d8d6ca;
}
.top_art01 dt, .top_art01 dd {
  display: table-cell;
  padding: 1em 0px;
}
.top_art01 dt { width: 7.5em;}

.top_art02 {
  background-image: url(images/top_con_03.png);
  padding: 60px 0px;
}
.top_art02 p { line-height: 2;}

.top_art04 {
  background-image: url(images/top_con_03.png);
  padding: 60px 0px 20px;
}

.top_art05 .iframe_wrap { position: relative; width: 100%; padding-top: 51%;/* 高さ÷幅 */}
.top_art05 .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 640px) {
  .top_art01 .left { width: 30%; padding-right: 15px;}
  .top_art01 .right { width: 70%;}
  .top_art01 dl, .top_art01 dt, .top_art01 dd {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .top_art01 dl { margin-bottom: 10px;}
  .top_art01 dd { padding-bottom: 10px;}
  .top_art02 { padding: 30px 0px;}
  .top_art02 p { line-height: 1.6;}
  .top_art04 { padding: 30px 0px 10px;}
}

@media only screen and (max-width: 640px) {
  .guide_art01 img, .guide_art02 img { max-height: 200px; width: auto;}
}

.access_art02 .iframe_wrap { position: relative; width: 100%; padding-top: 63%;/* 高さ÷幅 */}
.access_art02 .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.list_circle li {
  background: url(images/under/dot.png) no-repeat left 0.5em;
  padding-left: 15px;
}

.indoorview{
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 640px) {
  .indoorview{
    height: 300px;
  }
}