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

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

@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");
}

@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");
}

@font-face {
  font-family: 'GenShinGothic';
  src: url('font/GenShinGothic.ttf') format('truetype');
}

body {
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/************************************ a:link a:hoverの設定*/

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #666;
  text-decoration: underline;
}


/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/

.container {
  width: 1020px;
}

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


/************************************ コンテンツ*/

.contents {
  float: left;
  width: 700px;
}

@media only screen and (max-width: 640px) {
  .contents {
    float: none;
    width: auto;
  }
}


/************************************テーブル (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%;
  }
  .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:#背景色; color:#文字色;　を追記*/
}

.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;
  /*背景色変更の場合　background-color:#FFF;　を追記*/
}

.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;
}


/***************************/


/********【スマホ用メニュー】********/


/***************************/

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background-color: #e46c0a;
  /*スマホメニューメイン背景色サイトに合った背景色に変更*/
  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: #e46c0a;
  /*スマホメニューアコーディオン背景色サイトに合った背景色に変更*/
  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: 21px;
  /*スマホメニューエキスパンド時の高さ*/
  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: #e46c0a;
  /*スマホメニューエキスパンド時の背景色*/
}

.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;
}


/***************************/


/********【ヘッダー】********/


/***************************/


/*------h1-----*/

.h1-area03 {
  position: relative;
  width: 100%;
}

.h1-bg03 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15 !important;
  font-size: 10px;
  height: 25px;
  margin: auto;
  text-align: left;
  /*サイトに合わせて変更*/
  width: 990px;
  /*サイトに合わせて変更*/
}

.h1-style03 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10 !important;
  font-size: 10px;
  margin: auto;
  padding: 5px 0px;
  color: #000;
  /*サイトに合わせて変更*/
  text-align: left;
  /*サイトに合わせて変更*/
  width: 1020px;
  /*サイトに合わせて変更*/
}


/*スマホ対策用*/

.header-h1-sp03 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .h1-area03 {
    display: none;
  }
  /*スマホ対策用*/
  .header-h1-sp03 {
    background-color: #fbf7eb;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    color: #000;
    /*サイトに合わせて変更*/
  }
}


/*------header-----*/

.head01-container {
  width: 100%;
  position: absolute;
  z-index: 30;
}

.head01-main-area {
  margin: auto;
  overflow: hidden;
  width: 1020px !important;
  /*サイトに合わせて変更*/
  padding: 20px 0px 0px 0px;
  /*サイトに合わせて変更*/
}

.head01-left-area {}

.head01-left-img01 {
  text-align: left;
  margin: 20px 0px;
  /*サイトに合わせて変更*/
}

.head01-right-area {
  text-align: right !important;
  /*※※※※【左寄せ要素】※※※※*/
}

.head01-right-img-area {}

.head01-right-img01 {
  display: inline-table !important;
  /*※※※※【左寄せ要素】※※※※*/
  width: 129px !important;
  /*※※※※【左寄せ要素　幅指定】サイトに合わせて変更※※※※*/
  padding: 0px 2px 0px 0px;
  /*サイトに合わせて変更*/
}

.head01-right-img02 {
  display: inline-table !important;
  /*※※※※【左寄せ要素】※※※※*/
  width: 145px !important;
  /*※※※※【左寄せ要素　幅指定】サイトに合わせて変更※※※※*/
  padding: 0px 0px 0px 0px;
  /*サイトに合わせて変更*/
}

@media only screen and (max-width: 640px) {
  .head01-main-area {
    width: 100% !important;
  }
  .head01-left-area {
    float: none;
  }
  .head01-left-img01 {
    text-align: center !important;
    margin: 0px 0px;
    /*サイトに合わせて変更*/
  }
  .head01-right-area {
    text-align: center !important;
    /*※※※※【左寄せ要素】※※※※*/
  }
  .head01-right-img-area {
    display: block;
    text-align: center !important;
  }
  .head01-right-img01 {
    width: 100% !important;
    padding: 20px 0px 0px 0px;
    /*サイトに合わせて変更*/
  }
  .head01-right-img02 {
    width: 100% !important;
    padding: 20px 0px 0px 0px;
    /*サイトに合わせて変更*/
  }
}


/*------nav-----*/

.nav_01 {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fbf7eb;
  border-bottom: solid 4px #c9b9b1;
}

.nav_01-bg {
  width: 1600px;
  margin: auto;
}

.nav_01 .gNavi {
  background: url(images/shared/header_01/gnavi.bg.png) 0 0 no-repeat;
  width: 1020px;
  margin: auto;
}

.nav_01 .gNavi_list {
  margin: 0;
  line-height: 1.6;
  list-style: none;
  width: 1020px;
  height: 72px;
}

.nav_01 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}

@media only screen and (max-width: 2000px) {
  .nav_01-bg {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .nav_01 {
    display: none;
  }
}


/*------dropdown-----*/

.nav_01 .gNavi .item02,
.gNavi .item04 {
  position: relative;
  z-index: 500;
}

.nav_01 .gNavi .item02 ul,
.gNavi .item04 ul {
  left: 0px;
  position: absolute;
  display: none;
  width: 128px;
  /*サイトに合わせて変更*/
  padding-top: 0px;
  /*サイトに合わせて変更*/
}

.nav_01 .gNavi .item02 ul li,
.gNavi .item04 ul li {
  text-align: center;
  /filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  border-bottom: dotted 1px #666;
  /*サイトに合わせて変更*/
  background-color: #F7EED5;
  /*サイトに合わせて変更*/
}

.nav_01 .gNavi .item02 ul li.lastChild,
.gNavi .item04 ul li.lastChild {
  border-bottom: none;
}

.nav_01 .gNavi .item02 ul li:hover,
.gNavi .item04 ul li:hover {}

.nav_01 .gNavi .item02 ul li a,
.gNavi .item04 ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 0px;
  /*サイトに合わせて変更*/
  color: #EC6720;
  /*サイトに合わせて変更*/
  font-weight: bold;
}

.nav_01 .gNavi .item02 ul li a:hover,
.item04 ul li a:hover {
  background-color: #F1E3B8;
  color: #ee7a3a;
}

@media only screen and (max-width: 640px) {
  .nav_01 .gNavi .item02 ul,
  .gNavi .item04 ul {
    width: 100%;
    /*サイトに合わせて変更*/
  }
  .nav_01 .gNavi .item02 ul li a,
  .gNavi .item04 ul li a {
    color: #fff;
    /*サイトに合わせて変更*/
  }
  .nav_01 .gNavi .item02 ul li a:hover,
  .item04 ul li a:hover {
    color: #fff;
  }
}


/*------nav-----*/


/*------over-main-area-----*/

.over02-main-area {
  position: relative;
  width: 100%;
  clear: both;
}


/*------slider-----*/

.slider02-area {
  background: url(images/top_main_bg.png) 0 0 repeat-x;
  position: relative;
  z-index: 1 !important;
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 0px;
  text-align: center;
  /*サイトに合わせて変更*/
}

@media only screen and (max-width: 640px) {
  .over02-main-area {
    position: relative;
    width: 100%;
    clear: both;
  }
  .slider02-area {
    background: none;
    position: static;
    top: 0;
    height: auto;
    background-image: none;
    padding-top: 330px;
    /*サイトに合わせて変更*/
    margin-bottom: 0px;
    /*サイトに合わせて変更*/
  }
}


/***************************/


/********【サイド】********/


/***************************/


/************************************ サイドバー*/

.rNavi {
  float: right;
  width: 260px;
}

.side-area01 {
  border: solid 4px #666;
  padding: 10px;
  margin-bottom: 20px;
}

.side-area01-map {
  text-align: center;
  margin-bottom: 20px;
}

.side-area01-title01 {
  text-align: center;
  margin-bottom: 10px;
}

.side-area01-title02 {
  text-align: center;
  margin-bottom: 10px;
}

.side-area01-txt01 {
  margin-bottom: 20px;
}

.side-area01-txt02 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .rNavi {
    float: none;
    width: auto;
  }
  .side-area01-txt01 {
    text-align: center;
  }
  .side-area01-txt02 {
    text-align: center;
  }
}

.side-area02 {
  margin-bottom: 20px;
}

.side-area02-title {
  text-align: center;
  margin-bottom: 20px;
}

.side-area02-menu {}

.side-area02-menu li {
  list-style: none;
  background-image: url(images/shared/page_side_05.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0px 5px 20px;
}

@media only screen and (max-width: 640px) {
  .side-area02 {
    border: solid 4px #666;
    padding: 10px;
    margin-bottom: 20px;
  }
  .side-area02-menu li {
    list-style: none;
    background-image: url(images/shared/page_side_05.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 20px 5px 20px;
  }
}

.side-news_list {
  width: 100%;
  margin-left: 15px;
}

.side-news_list-time {
  width: 100%;
  padding: 0em 0em 0.5em 0em;
  color: #f79646;
}

.side-news_list-description {
  width: 100%;
  padding: 0em 0em 1.5em 0em;
}

.side-news_list-description a {
  color: #f79646;
}

.side-news_list-description a:hover {
  text-decoration: underline;
}


/***************************/


/********【フッター】********/


/***************************/


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

.footer_01 {
  background-image: url(images/shared/top_foot_01.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding: 60px 0px 260px 0px;
}

.footer-left-area {
  float: left;
  width: 40%;
}

.footer-right-area {
  float: right;
  width: 50%;
  margin-left: 10%;
}


/*------sitemap-----*/

.footer_01 .sitemap_list-item {
  margin-bottom: 8px;
  padding-left: 12px;
  font-size: 12px;
  background: url(images/shared/top_foot_03.png) 0 50% no-repeat;
}

.footer_01 .sitemap_list-item a {
  text-decoration: none;
}

.footer_01 .sitemap_list-item a:hover {
  text-decoration: underline;
}

.footer_01 .sitemap {
  margin-top: 0px;
}

.footer_01 .sitemap a {
  color: #411c09;
}

.footer_01 .sitemap a:hover {
  text-decoration: underline;
}

.footer_01 .sitemap01,
.footer_01 .sitemap02,
.footer_01 .sitemap03,
.footer_01 .sitemap04 {
  width: 120px;
}

@media only screen and (max-width: 640px) {
  .footer_01 {
    background-image: url(images/shared/top_foot_01.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding: 40px 0px 20px 0px;
  }
  .footer-left-area {
    float: none;
    width: 90%;
    margin: auto;
  }
  .footer-right-area {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_01 .sitemap01,
  .footer_01 .sitemap02,
  .footer_01 .sitemap03,
  .footer_01 .sitemap04 {
    width: 50%;
  }
}


/*------copyright-----*/

.footer_copyright-area04 {
  width: 100%;
  background-color: #ed6d1e;
}

.footer_copyright04 {
  width: 1000px;
  margin: auto;
}

.copyright_typo04 {
  font-family: 'ipaexg';
  font-size: 11px;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer_copyright04 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .copyright_typo04 {
    font-size: 10px;
  }
}


/***************************/


/********【common】********/


/***************************/


/************************************ テキストカラー*/

.fo-red {
  color: #F00 !important;
}

.fo-brown {
  color: #411c09;
}


/************************************ パディング*/

.top-pad-50 {
  padding-top: 50px !important;
}

.top-pad-60 {
  padding-top: 60px !important;
}

.top-pad-70 {
  padding-top: 70px !important;
}

.bottom-pad-50 {
  padding-bottom: 50px !important;
}

.bottom-pad-60 {
  padding-bottom: 60px !important;
}

.bottom-pad-70 {
  padding-bottom: 70px !important;
}


/************************************ マージン*/

.top-mg-50 {
  padding-top: 50px !important;
}

.top-mg-60 {
  margin-top: 60px !important;
}

.top-mg-70 {
  margin-top: 70px !important;
}

.bottom-mg-50 {
  margin-bottom: 50px !important;
}

.bottom-mg-60 {
  margin-bottom: 60px !important;
}

.bottom-mg-70 {
  margin-bottom: 70px !important;
}


/************************************ 上下マージン　スマホ対応*/

.top-mg05_bt-mg10 {
  margin: 5px 0px 10px 0px !important;
}

.top-mg05_bt-mg20 {
  margin: 5px 0px 20px 0px !important;
}

.top-mg10_bt-mg10 {
  margin: 10px 0px 10px 0px !important;
}

.top-mg10_bt-mg20 {
  margin: 10px 0px 20px 0px !important;
}

@media only screen and (max-width: 640px) {
  .top-mg05_bt-mg10 {
    margin: 5px 0px 30px 0px !important;
  }
  .top-mg05_bt-mg20 {
    margin: 5px 0px 30px 0px !important;
  }
  .top-mg10_bt-mg10 {
    margin: 10px 0px 30px 0px !important;
  }
  .top-mg10_bt-mg20 {
    margin: 10px 0px 30px 0px !important;
  }
}


/************************************ 上下マージン　整列*/

.top-mg05_bt-mg10_left {
  text-align: left !important;
  margin: 5px 0px 10px 0px !important;
}

.top-mg05_bt-mg10_center {
  text-align: center !important;
  margin: 5px 0px 10px 0px !important;
}

.top-mg05_bt-mg10_right {
  text-align: righ !important;
  margin: 5px 0px 10px 0px !important;
}

.top-mg05_bt-mg20_left {
  text-align: left !important;
  margin: 5px 0px 20px 0px !important;
}

.top-mg05_bt-mg20_center {
  text-align: center !important;
  margin: 5px 0px 20px 0px !important;
}

.top-mg05_bt-mg20_right {
  text-align: righ !important;
  margin: 5px 0px 20px 0px !important;
}


/************************************ 上マージン　整列　スマホ対応*/

.text-left_s-center_tpmg05 {
  text-align: left !important;
  margin: 0px 0px 0px 0px !important;
}

.text-right_s-center_tpmg05 {
  text-align: right !important;
  margin: 0px 0px 0px 0px !important;
}

.text-left_s-left_tpmg05 {
  text-align: left !important;
  margin: 0px 0px 0px 0px !important;
}

.text-right_s-right_tpmg05 {
  text-align: right !important;
  margin: 0px 0px 0px 0px !important;
}

@media only screen and (max-width: 640px) {
  .text-left_s-center_tpmg05,
  .text-right_s-center_tpmg05 {
    text-align: center !important;
    margin: 5px 0px 0px 0px !important;
  }
  .text-left_s-left_tpmg05 {
    text-align: left !important;
    margin: 5px 0px 0px 0px !important;
  }
  .text-right_s-right_tpmg05 {
    text-align: right !important;
    margin: 5px 0px 0px 0px !important;
  }
}


/************************************ パンくず*/

.breadcrumb-area {
  overflow: hidden;
  height: auto;
  margin: 0px 0px 20px 0px;
}

.breadcrumb-style {
  float: left;
}

.breadcrumb-font {
  font-size: 12px;
}

.breadcrumb-font ul li {
  float: left;
}

@media only screen and (max-width: 640px) {
  .breadcrumb-area {
    margin: 0px 0px 20px 0px;
  }
}


/************************************ 見出し*/

.h2-area {
  background-image: url(images/shared/h2-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 340px;
  padding: 160px 0px 0px 0px;
}

.h2-style {
  width: 1020px;
  margin: auto;
  padding: 20px 0px;
  background-color: rgba( 255, 255, 255, 0.6);
}

.h2-font {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: GenShinGothic;
}

@media only screen and (max-width: 640px) {
  .h2-area {
    height: auto;
    margin: 330px 0px 30px 0px;
    padding: 40px 0px;
  }
  .h2-style {
    width: 100%;
  }
  .h2-font {
    font-size: 24px;
    padding: 0px 15px;
  }
}

.h3-style {
  background-color: #e46c0a;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  height: auto;
  padding: 10px 0px 10px 15px;
  margin-bottom: 20px;
  clear: both;
}

.h3-font {
  color: #fff;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  padding: 0px 10px 0px 15px;
  border-left: solid 8px #fff;
  font-family: GenShinGothic;
}

.h3-font a {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .h3-font {
    font-size: 22px;
    inline-box-align: 24px;
  }
}

.h4-style {
  background-image: url(images/shared/h4.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: auto;
  padding: 10px 0px 10px 10px;
  margin-bottom: 20px;
  clear: both;
}

.h4-font {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  font-family: GenShinGothic;
}

@media only screen and (max-width: 640px) {
  .h4-font {
    font-size: 20px;
    inline-box-align: 222px;
  }
}

.h5-style {
  background-image: url(images/top_con_10.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: auto;
  padding: 5px 0px 5px 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  clear: both;
}

.h5-font {
  color: #411c09;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: GenShinGothic;
}

@media only screen and (max-width: 640px) {}


/***************************/


/********【index】********/


/***************************/

.in-contents01-bg {
  width: 100%;
  background-image: url(images/top_con_01.png);
  background-repeat: repeat;
  margin-top: -40px;
  padding: 40px 0px 20px 0px;
}

@media only screen and (max-width: 640px) {
  .in-contents01-bg {
    margin-top: 0px;
  }
}

.in-contents02-bg {
  width: 100%;
  background-image: url(images/top_con_06.png);
  background-repeat: repeat;
  padding: 40px 0px 20px 0px;
}


/************************************ コンテンツニュース*/

.index-news-bottom-bt {
  text-align: right;
  margin: 20px 0px;
}

.news_list {
  display: table;
  width: 100%;
}

.news_list-time {
  width: 20%;
  padding: 1em 0 0.5em 0;
  display: table-cell;
  vertical-align: top;
  color: #411c09;
}

.news_list-description {
  width: 80%;
  padding: 1em 0 0.5em 0;
  display: table-cell;
  vertical-align: middle;
}

.news_list-description a {
  color: #305620;
}

.news_list-description a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .news {
    margin-bottom: 20px;
  }
  .news_list {
    display: table;
    border-bottom: solid 1px #d2d2d2;
    width: 100%;
    vertical-align: top;
  }
  .news_list-time {
    width: 20%;
    padding: .5em 0;
    display: table-cell;
    vertical-align: top;
  }
  .news_list-description {
    width: 60%;
    padding: .5em 0;
    display: table-cell;
    vertical-align: top;
  }
}


/***************************/


/********【01】********/


/***************************/

.p01-bg01 {
  background-color: #9bbb59;
  padding: 20px 0px;
  text-align: center;
  color: #FFF;
}


/***************************/


/********【03】********/


/***************************/

.p03-01-tbl3col {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ddd;
}

.p03-01-tbl3col tr {
  width: 100%;
}

.p03-01-tbl3col td {
  text-align: center;
  /*white-space: nowrap;*/
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  width: 20%;
  vertical-align: middle;
}

.p03-01-tbl3col-title {
  text-align: center;
  padding: 1em 0em 1em 1em;
  background-color: #f79646;
  color: #FFF;
}

.p03-01-tbl3col-left {
  text-align: left;
  padding: 1em 0em 1em 1em;
  color: #f79646;
}

@media only screen and (max-width: 640px) {
  .p03-01-tbl3col-title {
    padding: 0.5em 0em;
  }
  .p03-01-tbl3col-left {
    padding: 0.5em 0em;
  }
}

.p03-02-tbl3col {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ddd;
}

.p03-02-tbl3col tr {
  width: 100%;
}

.p03-02-tbl3col td {
  /*white-space: nowrap;*/
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: middle;
}

.p03-02-tbl3col-title {
  text-align: center;
  padding: 1em 0em 1em 1em;
  background-color: #f79646;
  color: #FFF;
}

.p03-02-tbl3col-left {
  text-align: center;
  padding: 1em 0em 1em 1em;
  color: #f79646;
  width: 20%;
}

.p03-02-tbl3col-center {
  text-align: left;
  padding: 1em 0em 1em 1em;
  width: 40%;
}

.p03-02-tbl3col-right {
  text-align: center;
  padding: 1em 0em;
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .p03-02-tbl3col-title {
    padding: 0.5em 0em;
  }
  .p03-02-tbl3col-left {
    padding: 0.5em 0em;
  }
}


/***************************/


/********【05】********/


/***************************/

.p05-list-style {
  text-align: left;
}

.p05-list-style li {
  list-style-position: inside;
  list-style: disc;
  margin: 0px 0px 10px 20px;
}

@media only screen and (max-width: 640px) {
  .p05-list-style li {
    margin: 0px 0px 10px 15px;
  }
}


/***************************/


/********【06】********/


/***************************/

.p06-01-tbl2 {
  width: 100%;
  padding-left: 20px;
  border: solid 1px #ddd;
}

.p06-01-tbl2 th {
  text-align: center;
  width: 20%;
  padding: 1em 0em 1em 1em;
  background-color: #f79646;
  color: #FFF;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: middle;
  font-weight: bold;
}

.p06-01-tbl2 td {
  text-align: left;
  padding: 1em 0em 1em 1em;
  width: 80%;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .p06-01-tbl2 th {
    list-style: none !important;
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
    background-color: #f79646;
    color: #FFF;
  }
  .p06-01-tbl2 td {
    text-align: center;
    padding: 0.5em 0em;
    width: 100%;
  }
}


/***************************/


/********【arc-qa】********/


/***************************/

.arc-qa-area {
  background-image: url(images/shared/h4.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 15px 0px;
  margin-bottom: 40px;
  overflow: hidden;
  height: auto;
  clear: both;
}

.arc-qa-area li {
  list-style: none;
  float: left;
}

.arc-qa-cate {
  margin-top: 10px;
  width: 30%;
}

.arc-qa-font {
  padding: 0px 0 0 1em;
  font-size: 22px;
  font-weight: bold;
  font-family: GenShinGothic;
}


/***************************/

.sing-qa-area {
  clear: both;
  margin-bottom: 20px;
}

.sing-qa-left {
  width: 500px;
  float: left;
}

.sing-qa-left-title {
  display: block;
  background-image: url(images/007/qa02-01.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 120px;
  font-size: 24px;
  font-weight: bold;
  padding: 70px 0px 10px 20px;
}

.sing-qa-left-txt {
  display: block;
  background-image: url(images/007/qa02-02.png);
  background-repeat: repeat-y;
  background-position: center center;
  line-height: 20px;
  padding: 0px 60px 0px 20px;
}

.sing-qa-left-txt-bottom {
  display: block;
  background-image: url(images/007/qa02-03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 53px;
}

.sing-qa-right {
  text-align: center;
  width: 200px;
  float: right;
}

.sing-qa-right-sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sing-qa-left {
    width: 100%;
    float: none;
    border: solid 2px #666;
    margin-bottom: 40px;
    padding: 20px;
  }
  .sing-qa-left-title {
    background-image: none;
    height: auto;
    padding: 0px 0px 10px 0px;
  }
  .sing-qa-left-txt {
    background-image: none;
    padding: 0px 0px 0px 0px;
  }
  .sing-qa-left-txt-bottom {
    display: none;
  }
  .sing-qa-right {
    display: none;
  }
  .sing-qa-right-sp {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}


/********arc-staff********/

.arc-staff-mainarea {
  margin: 0px 0px 20px 0px;
}

.arc-staff-img {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.arc-staff-art {
  clear: both;
  margin: 0px 0px 20px 0px;
}

.arc-staff-bt {
  clear: both;
  text-align: left;
}

.arc-staff-pagenation {
  text-align: center;
  margin: 20px 0px 20px 0px;
}

@media only screen and (max-width: 640px) {
  .arc-staff-type-area {
    float: none;
    clear: both;
    margin: 0px 0px 20px 0px;
  }
  .arc-staff-bt {
    clear: both;
    text-align: center;
  }
}


/********sing-staff********/

.sing-staff-mainarea {
  margin: 0px 0px 20px 0px;
}

.sing-staff-img {
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.sing-staff-art {
  clear: both;
  margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 640px) {
  .sing-staff-bt {
    clear: both;
    text-align: center;
  }
}

.sing-staff-tbl2 {
  width: 100%;
  padding-left: 20px;
  border: solid 1px #ddd;
}

.sing-staff-tbl2 th {
  text-align: center;
  width: 20%;
  padding: 1em 0em 1em 1em;
  background-color: #f79646;
  color: #FFF;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: middle;
  font-weight: bold;
}

.sing-staff-tbl2 td {
  text-align: left;
  padding: 1em 0em 1em 1em;
  width: 80%;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .sing-staff-tbl2 {
    width: 100%;
    border: solid 1px #ccc;
  }
  .sing-staff-tbl2 th {
    list-style: none !important;
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
    background-color: #f79646;
    color: #FFF;
  }
  .sing-staff-tbl2 td {
    text-align: center;
    padding: 0.5em 0em;
    width: 100%;
  }
}


/********[Blog LayoutType-A]********/

.blog-layoutA-mainarea {
  margin: 0px 0px 20px 0px;
}

.blog-layoutA-img {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.blog-layoutA-art {
  clear: both;
  margin: 0px 0px 20px 0px;
}

.blog-layoutA-bt {
  clear: both;
  text-align: left;
}

.blog-layoutA-pagenation {
  text-align: center;
  margin: 20px 0px 20px 0px;
}

@media only screen and (max-width: 640px) {
  .blog-layoutA-type-area {
    float: none;
    clear: both;
    margin: 0px 0px 20px 0px;
  }
  .blog-layoutA-bt {
    clear: both;
    text-align: center;
  }
}


/********[Blog LayoutDetail-B]********/

.blog-detailB-mainarea {
  margin: 0px 0px 20px 0px;
}

.blog-detailB-type-area {
  float: right;
  clear: both;
  margin: 0px 0px 20px 0px;
}

.blog-detailB-date {
  font-weight: bold;
}

.blog-detailB-img {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.blog-detailB-art {
  clear: both;
  margin: 0px 0px 20px 0px;
}

@media only screen and (max-width: 640px) {
  .blog-detailB-type-area {
    float: none;
    clear: both;
    margin: 0px 0px 20px 0px;
  }
  .blog-detailB-bt {
    clear: both;
    text-align: center;
  }
}


/**************************/


/********【access】********/


/***************************/

.access-map-index {
  width: 100%;
  height: 200px;
}

.access-map-s {
  width: 100%;
  height: 200px;
}

.access-map-l {
  width: 700px;
  height: 450px;
}

@media only screen and (max-width: 640px) {
  .access-map-l {
    width: 100%;
    height: 250px;
  }
}
