@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-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
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;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333333;
  min-width: 1054px;
}

a { color: #333;}
a:hover { color: #999; text-decoration: none;}

.container { width: 1054px;}

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

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

.header_01 { border-top: solid 5px #fe7709;}
.header_contact { display: inline-block;}
.header_contact li { display: inline-block; vertical-align: top;}
.header_contact li:first-child { margin-right: 20px;}

@media only screen and (max-width: 800px) {
  .header_01 .logo { padding: 5px; display:inline-block;}
  .sp-header{ display:flex; justify-content:space-between;} 	
  .sp-header_left{ width:45%; display:inline-block;}  
  .sp-header_right{ width:45%; max-width:237px; display:inline-block;}
  .header_contact li:first-child { margin-right: 0;}
	
  .fixed_nav { position: fixed; width: 100%; left: 0px; bottom: 0px; z-index: 999; border-top: solid 3px #fe7709; height: 50px; display: flex; padding-right: 50px; align-items: center;}
  .fixed_nav li { height: 50px;}
  .fixed_nav li:not(:first-child) { border-left: solid 1px #ccc;}
  .fixed_nav li a { display: block; line-height: 45px;}
  .fixed_nav li img { width: auto; height: 13px;}
  .fixed_nav li:first-child img { height: 10px;}
  .fixed_nav li:nth-child(1) { width: 20%;}
  .fixed_nav li:nth-child(2) { width: 40%;}
  .fixed_nav li:nth-child(3) { width: 40%;}
}

/*グローバルメニュー*/
.header_01 .gNavi > ul { display: flex; justify-content: space-between;}
.header_01 .gNavi > ul > li > a { display: block; text-decoration: none; background: url("images/shared/ico_arrow_orange.png") no-repeat left 50%; padding: 15px 0px 18px 15px;}
.header_01 .gNavi > ul > li > a:hover { color: #fe7709;}

/* ドロップダウンメニュー */
.gNavi .dd {
  position: relative;
  z-index: 999999;
}
.gNavi .dd ul {
  width: 210px;
  position: absolute;
  display: none;
  background: url("images/shared/gn_o.png") no-repeat center top rgba(255,255,255,0.93);
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  text-align: center;
}
.gNavi .dd ul li a { color: #402e26; font-size: 16px; text-decoration: none;}
.gNavi .dd ul li a:hover { color: #fe7709;}

@media only screen and (max-width: 800px) {
  /* ハンバーガーメニュー */
  .humberger {
    background: #fe7709;
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 15px;}
  .humberger span:nth-of-type(2) { top: 50%; transform: translate(-50%, -50%);}
  .humberger span:nth-of-type(3) { bottom: 15px;}
  .is-open .humberger span:nth-of-type(1) { transform: translate(-50%, 9px) rotate(-45deg);}
  .is-open .humberger span:nth-of-type(2) { opacity: 0;}
  .is-open .humberger span:nth-of-type(3) { transform: translate(-50%, -9px) rotate(45deg);}
  .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: 0.2s;
  }
  .is-open .overlay {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
  }

  /* ナビ本体 */
  .sp-navi {
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .sp-navi.is-open .sp-navi-inner { transform: translate3d(0, 0, 0);}
  .sp-navi .sp-navi-inner {
    background: url("images/shared/bg01.jpg");
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    height: 100%;
    width: 270px;
    transition: .5s;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
  }
  .sp-navi .sp-navi-inner .navi-main { margin: 0 0 30px;}
  .sp-navi .sp-navi-inner .navi-main > li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .sp-navi .sp-navi-inner .navi-main > li:before {
    background: #fe7709;
    content: "";
    height: 3px;
    width: 8px;
    position: absolute;
    left: 10px;
    top: 23px;
  }
  .sp-navi .sp-navi-inner .navi-main > li:first-child { border-top: 1px solid #ddd;}
  .sp-navi .sp-navi-inner .navi-main > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding: 15px 10px 15px 30px;
    overflow: hidden;
    line-height: 1.3em;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner .navi-main > li > ul > li { border-top: 1px dashed #ddd; width: 100%;}
  .sp-navi .sp-navi-inner .navi-main > li > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-decoration: none;
}
  .sp-navi .sp-navi-inner .navi-main > li > ul > li > a:before {
    background: #fe7709;
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    left: 26px;
    top: 19px;
  }
  .sp-navi .sp-navi-inner .navi-other { padding: 0 15px; margin-bottom: 70px;}
}


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

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

.pagettl {
  background-color: #fefbef;
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  font-size: 36px;
  line-height: 1.1;
  color: #402e26;
  text-align: center;
  padding: 80px 0px 85px;
}

.heading_btmline {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: 1.3;
  color: #402e26;
  background: url("images/under/h3.png") no-repeat left bottom;
  padding-bottom: 20px;
}
.heading_back, .postdata h4 {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  background-color: #fe7709;
  border-radius: 5px;
  padding: 7px 15px 10px;
}
.heading_btmline02, .postdata h5 {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.4;
  color: #402e26;
  border-bottom: dotted 1px #402e26;
  padding-bottom: 10px;
}
.postdata h4, .postdata h5 { margin-bottom: 20px;}

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

  .heading_btmline { font-size: 23px;}
  .heading_btmline02, .postdata h4 { font-size: 21px;}
}


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

.fo22 { font-size: 22px;}

.side_box.full-border { border-top: solid 4px #fe7709 !important;}
.side_box h2 span { display: inline-block; border-bottom: solid 2px #fe7709; padding-bottom: 7px;}
.side_box hr { border-bottom: dotted 1px #402e26;}
.side_box li { background: url("images/shared/ico_arrow_orange.png") no-repeat left 50%; padding-left: 18px;}
.side_box li a { text-decoration: none;}

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

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

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

.footer_01 { border-top: solid 2px #fe7709;}
.footer_01 .map iframe { width: 100%; vertical-align: bottom; height: 290px;}
.footer_01 hr { border: none; border-bottom: dotted 1px #402e26;}

.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) {
  body { padding-bottom: 49px;}
  .pagetop_btn { padding-bottom: 60px; width: 45px;}

  .footer_nav {
    width:90%;
    margin:auto;
  }
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #ddd;
  width: 100%;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #ddd;
  padding: 10px;
  vertical-align: middle;
}
.table-bordered th {
  width: 30%;
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #FFFFFF;
  background-color: #fe7709;
}

/************************************テーブルレスポンシブ仕様 (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 追加)*/
/* more-btn */
.more-btn a {
  background: url("images/shared/ico_arrow.png") no-repeat 10px 50% #402e26;
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  min-width: 240px;
  padding: 13px 30px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  transition: .5s ease;
}
.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;}

.no-link { cursor: pointer;}

.copyright { font-family: Verdana, "Droid Sans";}


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

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

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 20px;
}
.postdata ul li {
  list-style: disc;
}
.postdata ol li {
  list-style: decimal;
}
.postdata strong{
  font-weight: bold;
}
.postdata em{
  font-style: italic;
}
.postdata a{
  text-decoration: underline;
}
.postdata a:hover{
  text-decoration: none;
}

.slide_wrap { max-width: 740px; margin: auto;}
.bx-wrapper { position: relative;}
.bx-pager { text-align: center; padding-top: 15px;}
.bx-pager-item { display: inline-block; margin: 0px 5px;}
.bx-pager-item a { display: block; text-indent: -9999px; background-color: #ddd; border-radius: 100%; width: 10px; height: 10px;}
.bx-pager-item a.active { background-color: #666;}

.bx-controls .bx-prev:before,
.bx-controls .bx-next:before {
  content: "<";
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.bx-controls .bx-prev {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 9999;
}
.bx-controls .bx-next {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 9999;
  transform: translateY(calc(-50% - 0.5em));
}
.bx-controls .bx-next:before {
  content: ">";
}
.bx-controls a {
  text-decoration: none;
}
.slidePics .bx-controls a :hover {
  opacity: 0.7;
}


/************************************ 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-image { background-image: url("images/shared/bg01.jpg");}

.mainimage { background: url("images/mainimage.jpg") no-repeat center/cover; height: 609px;}
.mainimg-pc{ display: none;}
.mainimage .text01 { width: 100%; top: 50%; transform: translateY(-50%); left: 0px;}
.mainimage .topics_wrap { width: 100%; left: 0px; bottom: 15px;}

.topics { background-color: rgba(255,255,255,0.93);}
.topics dl { display: table; width: 100%;}
.topics dt, .topics dd { display: table-cell; vertical-align: top;}
.topics dt { width: 7em;}

.fo30 { font-size: 30px;}
.fo38 { font-size: 38px;}

.top_art03 ul { display: flex; justify-content: center; margin: auto -15px; flex-wrap: wrap;}
.top_art03 li { width: 220px; margin: 0px 15px 30px;}

.top_art04 .box { border: solid 1px #ddd; box-shadow: 2px 2px 0px #ddd; border-top: solid 4px #fe7709;}
.top_art04 h3 { display: inline-block; border-bottom: solid 2px #fe7709; padding-bottom: 10px;}

.tab { display: flex; justify-content: space-between;}
.tab li { width: 32%; border: solid 2px #fe7709; background-color: #fff; padding: 3px 3px 5px; cursor: pointer;}
.tab li.select { background-color: #fe7709; color: #fff;}

.top_art05 dl { display: table; width: 100%; border-bottom: dotted 1px #402e26; padding-bottom: 15px; margin-top: 20px;}
.top_art05 dt, .top_art05 dd { display: table-cell; vertical-align: middle;}
.top_art05 dt { width: 8em;}
.top_art05 .category { width: 9em;}
.top_art05 .category span { display: inline-block; width: 8em; border-radius: 3px; line-height: 1.8;}
.hide { display: none;}

.table01 th { width: 40%;}

@media only screen and (max-width: 800px) {
  .mainimage { background: url("images/mainimage_sp.jpg") no-repeat center top/cover; height: auto; padding: 10vh 0px;}
  .mainimg-pc { display: none;}
  .mainimage .text01.pos-ab { position: static !important; padding: 0px 15%; transform: none;}

  .fo30 { font-size: 26px;}
  .fo38 { font-size: 32px;}

  .top_art03 ul { display: block; margin: auto;}
  .top_art03 li { width: 100%; margin: 0px auto 30px;}

  .top_art05 dl, .top_art05 dd { display: block;}
  .top_art05 dt, .top_art05 .category { display: inline-block; width: auto; margin-right: 1em; margin-bottom: 5px;}
}

@media only screen and (max-width: 800px) {
.footer_01 .footer_btn01 {
  float:none !important;
  margin-left: 0 !important;
}
.footer_01 .footer_btn02 {
  float:none !important;
  margin-left: 0 !important;
}
}
