@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: 0px;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
strong { font-weight: bold;}


body {
  position: relative;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  color: #3f1e0c;
  min-width: 1054px;
}

a { color: #3f1e0c;}
a:hover { color: #89593f; text-decoration: none;}

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

/************************************ header_01　左ロゴ・下メニュー*/

.header_contact li { display: inline-block; vertical-align: middle; margin: 0px 8px 10px;}

@media only screen and (max-width: 800px) {
  .header_01 h1 { padding-right: 55px;}
}

/*グローバルメニュー*/
.header_01 .gNavi > ul > li { float: left; width: 16.6666%;}
.header_01 .gNavi > ul > li > a { display: block; text-decoration: none; color: #3f1e0c; border-bottom: solid 3px #fff; padding: 0px 0px 15px;}
.header_01 .gNavi > ul > li > a:hover { color: #288e3a; border-bottom-color: #288e3a;}

/* ドロップダウンメニュー */
.gNavi .dd {
  position: relative;
  z-index: 999999;
}
.gNavi .dd ul {
  width: 150%;
  left: -25%;
  position: absolute;
  display: none;
  background-color: #288e3a;
  background-color: rgba(40,142,58,0.9);
  top: 43px;
  padding: 15px 0px;
}
.gNavi .dd ul li a {
  display: block;
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.gNavi .dd ul li a:hover { background-color: #288e3a;}

@media only screen and (max-width: 800px) {
  /* ハンバーガーメニュー */
  .humberger {
    background: #3aacd6;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }
  .humberger span {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 9px;}
  .humberger span:nth-of-type(2) { top: 17px;}
  .humberger span:nth-of-type(3) { top: 25px;}
  .humberger:after {
    color: #fff;
    content: 'MENU';
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }
  .is-open .humberger:after { content: 'CLOSE';}
  .is-open .humberger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .is-open .humberger span:nth-of-type(2) { opacity: 0;}
  .is-open .humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /* ナビ本体 */
  .sp-navi { -webkit-text-size-adjust: 100%;}
  .sp-navi.is-open .sp-navi-inner {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .sp-navi .sp-navi-inner {
    background: url(images/shared/bg01.jpg);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
  }
  .sp-navi .sp-navi-inner > ul { padding: 60px 20px 20px;}
  .sp-navi .sp-navi-inner > ul > li {
    margin: 0 0 25px;
    position: relative;
  }
  .sp-navi .sp-navi-inner > ul > li > a {
    border-bottom: 4px solid #3aacd6;
    display: inline-block;
    color: #3f1e0c;
    font-size: 20px;
    padding: 0 0 10px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li > ul { padding: 25px 0 0 15px;}
  .sp-navi .sp-navi-inner > ul > li > ul > li { margin-bottom: 10px;}
  .sp-navi .sp-navi-inner > ul > li > ul > li > a {
    color: #3f1e0c;
    font-size: 18px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel {
    background: #fff;
    border-radius: 5px;
    padding: 15px 5px;
    margin: 35px 0 0;
    text-align: center;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel a {
    border-color: #333;
    color: #333;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel .time { margin: 5px 0 0;}
}


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

/************************************ タイトル*/

.pagettl {
  background-image: url(images/shared/bg01.jpg);
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 35px;
  line-height: 1.1;
  text-align: center;
  padding: 80px 0px;
}

.heading_back { background: url(images/under/h3_01.png) repeat-x left top, url(images/under/h3_02.png) repeat-x left bottom; padding: 1px 0px; position: relative;}
.heading_back:before { content: ""; position: absolute; height: 100%; width: 1px; left: -1px; top: 0px; background: url(images/under/h3_03.png) repeat-y left top;}
.heading_back:after { content: ""; position: absolute; height: 100%; width: 1px; right: -1px; top: 0px; background: url(images/under/h3_04.png) repeat-y left top;}
.heading_back span {
  display: block;
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  background: #288e3a;
  padding: 3px 7px 6px;
}
.mac .heading_back span {
  padding: 6px 7px 6px;
}
.heading_btmline {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 26px;
  line-height: 1.2;
  background: url(images/under/h4.png) repeat-x left bottom;
  padding-bottom: 13px;
}
.heading_leftline {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 20px;
  line-height: 1.2;
  background: url(images/under/h5.png) repeat-y left top;
  padding-left: 13px;
}

@media only screen and (max-width: 800px) {
  .pagettl { font-size: 26px; padding: 40px 0px;}

  .heading_back span { font-size: 23px;}
  .heading_btmline { font-size: 22px; padding-bottom: 10px;}
}


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

.side_sec01.full-border { border-top: solid 3px #288e3a !important; padding: 15px 20px 10px;}
.side_sec01 h2 { border-bottom: solid 1px #3f1e0c; padding-bottom: 12px;}
.side_sec01 li { background: url(images/under/ico_arrow_blue.png) no-repeat left 0.5em; padding-left: 15px; margin-bottom: 15px;}
.side_sec01 li a { text-decoration: none;}

.side_sec02.full-border { border-top: solid 3px #288e3a !important; padding: 15px 10px 30px;}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 258px;
    margin: auto;
  }
}

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

/************************************ footer_01 */

.footer_nav li { display: inline-block;}
.footer_nav li:after { content: " | ";}
.footer_nav li:last-Child:after { content: "";}
.footer_nav li a { text-decoration: none;}
.footer_nav li a:hover { text-decoration: underline;}

.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding-bottom: 20px;
  display: none;
  z-index: 999;
}

@media only screen and (max-width: 800px) {
  .pagetop_btn { width: 45px;}
}



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

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-listlayout {
    border: none !important;
  }
  .sp-listlayout tr {
    display: block;
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .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, .mw_wp_form dl dd select {
  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: 20px;
  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;
  margin: 0 10px;
}
.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: #ff0000;
  font-size: 85%;
  padding: 1px 5px;
}
.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;
    border-left: none;
  }
}



/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: url(images/shared/ico_arrow.png) no-repeat 15px 50% #3aacd6;
  color: #FFFFFF;
  font-size: 17px;
  padding: 7px 40px 10px 50px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
.more-btn a:hover {
  opacity: 0.7;
}

/*WP用 投稿表示*/
.topics_sec article ul { padding-left: 1.5em;}
.topics_sec article ul li { list-style: outside disc;}
.topics_sec article p { margin-bottom: 15px;}
.topics_sec article p:last-Child { margin-bottom: 0px;}

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


/* スライドショー */
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.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%;
}


.list_disc { padding-left: 20px;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}


/* コンタクト注意文 */
.contact_mobile li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 40%;
}
.contact_mobile .docomo { background-image: url(images/icon01.png);}
.contact_mobile .softbank { background-image: url(images/icon02.png);}
.contact_mobile .au { background-image: url(images/icon03.png);}
.contact_mobile .ymobile { background-image: url(images/icon04.png);}



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

.rob.mg10 { margin: 0px -10px;}
.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 { padding: 0px 10px;}

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

.back_image01 { background-image: url(images/shared/bg01.jpg);}
.back_image02 { background-image: url(images/shared/bg02.jpg);}

.slide_wrap .pos-ab { width: 100%; left: 0px; top: 50%; margin-top: -86px; z-index: 200;}

.fo37 { font-size: 37px;}
.fo26 { font-size: 26px;}

.top_art02 .text01 { display: inline-block; background: url(images/shared/line01.png) no-repeat left 50%, url(images/shared/line01.png) no-repeat right 50%; padding: 0px 40px;}

#slide2 .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
#slide2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slide2 ul {
  width: 100%;
}
#slide2 li {
  width: 400px;
  margin: 0;
  padding: 0;
}
#slide2 li img{
  width:100%;
  height:auto;
}
#slide2 li p { padding: 0px 15px;}
#slide2 .bx-wrapper {
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
}
#slide2 .bx-window {
  margin: 0 auto !important;
  overflow: visible !important;
}
#slide2 .bx-wrapper { position: relative;}

@media only screen and (max-width: 800px) {
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 36%!important;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }

}
.top_art04 .sec01 h2 { background: url(images/shared/line02.png) repeat-x left bottom; padding-bottom: 15px;}
.top_art04 .sec01 .text01 { overflow: hidden; padding-left: 20px;}
.top_art04 .sec02 .box { background: url(images/top_art04_bg_03.png) no-repeat right top;}

.top_art05 .back-white { padding: 30px 40px;}
.top_art05 h2 { border-bottom: solid 1px #3f1e0c; padding-bottom: 10px;}
.top_art05 .sec01 .art { border-bottom: dotted 1px #ccc; padding-bottom: 15px; margin-bottom: 20px;}
.top_art05 .sec01 .art:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: none;}
.top_art05 .sec02 dl { display: table; width: 100%;}
.top_art05 .sec02 dt, .top_art05 .sec02 dd { display: table-cell; vertical-align: top;}
.top_art05 .sec02 dt { width: 8em;}

.archive_list li:nth-child(4n+1) { clear: both;}

.gallery-type-change { margin: auto -5px;}
.gallery-type-change li { float: left; width: 20%; padding: 0px 5px;}

@media only screen and (max-width: 800px) {
  .fo26 { font-size: 24px;}

  .slide_wrap .pos-ab { top: 30%; margin-top: 0px; padding: 0px 15%;}

  #slide2 ul { overflow: hidden;}

  .top_art04 .sec01 .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .top_art04 .sec02 .full-pad-30 { padding: 30px 15px !important;}

  .top_art05 .back-white { padding: 30px 15px;}
  .top_art05 .sec02 dt { width: 7em;}

  .top_art04 .sec01
  .top_art04 .sec01 .text01 {
    padding-left: 0;
  }
}
