@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
p,
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
li {
  list-style-type: none;
}

/**
 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  color: #040000;
  font-size: 100%;
  line-height: 1.8;
}

*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit;
}

/**
 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat; /* 1 */
  padding: 0; /* 2 */
  margin: 0;
}

/**
 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible; /* 1 */
}

/**
 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%; /* 1 */
}

/**
 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none; /* 1 */
}

/**
 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:active,
a:hover {
  outline-width: 0; /* 1 */
}

/**
 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b,
strong {
  font-weight: bolder; /* 1 */
}

/**
 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic; /* 1 */
}

/**
 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/**
 * 1. Firefox 36+
 */
[type="number"] {
  width: auto; /* 1 */
}

/**
 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. フォーム要素に、フォントの継承を指定。
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
}

/**
 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold; /* 1 */
}

/**
 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible; /* 1 */
}

/**
 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 1. Firefox 40+, Internet Explorer 11-
 */
select {
  text-transform: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor; /* 1 */
}

/**
 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0; /* 1*/
  color: inherit; /* 2 */
  display: table; /* 3 */
  max-width: 100%; /* 4 */
  white-space: normal; /* 5 */
}

/**
 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  border-style: none; /* 1 */
}

/**
 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden; /* 1 */
}

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
}

/**
 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/**
 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy="true"] {
  cursor: progress;
}

/**
 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer;
}

/**
 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/**
 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */

/**
 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #fff;
  text-shadow: none;
}

/**
 * 1. 「::selection」を使用する時に必要。
 */
::selection {
  background-color: #b3d4fc; /* 1 */
  color: #fff;
  text-shadow: none;
}

/* # =================================================================
   # オリジナル
   # ================================================================= */
body {
  color: #563107;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.inner {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}

/* ===================================================================
 header
=================================================================== */
/* スマホ用メニュー */
#sp_menu,
.slicknav_menu {
  display: none;
}

#header {
  margin-top: 5px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#header h1 {
  float: left;
  margin-top: 10px;
}
#header h1 a {
  text-decoration: none;
  color: #333;
}

/* 右上メニュー */
#header #header_menu {
  float: right;
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  z-index: 1000;
}

#header #header_menu li {
  margin-left: 15px;
  padding-left: 22px;
}
#header #header_menu li:last-child {
  padding-left: 0;
}
#header #header_menu li a {
  display: block;
  text-decoration: none;
  color: #563107;
  padding: 15px 0 0 0;
}
#header #header_menu li a:hover {
  opacity: 0.9;
}

#header #h_info {
  background: url(../../img/header/info.png) no-repeat 0 60%;
}
#header #h_map {
  background: url(../../img/header/map.png) no-repeat 0 60%;
}
#header #h_mail {
  background: url(../../img/header/mail.png) no-repeat 0 60%;
}

/* 検索 */
#gsc input {
  font-size: 11px;
}

#___gcse_0 {
  width: 460px;
  float: right;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: auto;
}

/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1 {
  border: none !important;
  border: 1px solid #dddddd !important;
}

/* ボタンの色 */
#gsc input.gsc-search-button {
  border: 1px solid #d2d2d2 !important;
  height: 28px;
  color: #fff;
}

/* メインメニュー */
#header #main_menu {
  z-index: 1000;
  display: flex;
  justify-content: center;
  margin-right: 1%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#header #main_menu li {
  font-size: 16px;
  margin: 0 15px;
  line-height: 1.2;
}
#header #main_menu li a {
  display: block;
  text-decoration: none;
  color: #563107;
  padding: 0 5px 5px 0;
}
#header #main_menu li a:hover {
  color: #c6a51b;
}

/* 追従メニュー */
#side_button p a {
  z-index: 9999;
  position: fixed;
  width: 74px; /*画像の全体幅*/
  right: -36px; /*マウスを乗せた時に出てくる幅*/
  display: inline-block;
  transition: all 0.2s ease;
}
#side_button p a:hover {
  right: 0;
}

#side_button .top1 {
  top: 150px;
}
#side_button .top2 {
  top: 300px;
}
#side_button .top3 {
  top: 450px;
}

/* ===================================================================
 contents
=================================================================== */
.cd-breadcrumb,
.cd-multi-steps {
  font-size: 0.9em;
  width: 100%;
  max-width: 1100px;
  padding: 0.5em 1em;
  margin: 0.5em auto;
  background-color: #eaedb4;
  border-radius: 0.25em;
}
.cd-breadcrumb::after,
.cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  display: inline-block;
  content: ">";
  margin: 0 0.8em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  display: none;
}
.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  display: inline-block;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  color: #7db523;
}
.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  color: #7db523;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li,
  .cd-multi-steps li {
    margin: 0.5em 0;
  }
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
}

#pankuzu {
  margin-bottom: 15px;
}
#pankuzu a {
  color: #666;
  text-decoration: none;
}
#pankuzu a:hover {
  color: #7db523;
}

#container {
  float: right;
  width: 73%;
}

#mainh1 {
  color: #fff;
  font-size: 1.8em;
  position: relative;
  padding: 4px 16px;
  background: #5c7d57;
  margin-bottom: 20px;
}
#mainh1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid rgba(0, 0, 0, 0.5);
  border-left: 8px solid rgba(0, 0, 0, 0.5);
}

#container section h1 {
  position: relative;
  margin: 0 0 1.5em;
  padding: 0.2em;
  font-size: 1.25em;
  font-weight: bold;
  color: #7db523;
  border-bottom: 2px solid #7db523; /* 下線：太さ 線の種類 色 */
}
#container section h1:before,
#container section h1:after {
  content: "";
  border-right: 16px solid #fff;
  border-top: 15px solid #7db523; /* 吹き出し部分の線の色 */
  bottom: -16px;
  position: absolute;
  left: 26px;
}
#container section h1:after {
  border-top-color: #fff;
  border-right-color: transparent;
  bottom: -11px;
  left: 28px;
}
#container section h1 a {
  color: #7db523;
  text-decoration: none;
}

#container section h2 {
  clear: both;
  margin: 35px 0 25px 0;
  font-size: 1.25em;
  border-bottom: dotted 2px #563107;
}

/* ===================================================================
 nav
=================================================================== */
#side {
  float: left;
  width: 24%;
  border: solid 2px #525e42;
  color: #525e42;
  border-radius: 12px;
  font-size: 15px;
}

#side h1 {
  padding: 10px;
  border-bottom: solid 2px #525e42;
  font-size: 1.25em;
}

#side ul li {
  border-bottom: dashed 1px #ccc;
  width: 100%;
}
#side ul li:last-child {
  border-bottom: none;
}
#side ul li a {
  display: block;
  padding: 10px 7px;
  text-decoration: none;
  color: #525e42;
  width: 100%;
}
#side ul li a:hover {
  opacity: 0.7;
}

/* ===================================================================
 footer
=================================================================== */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 45px;
}
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 45px;
  width: 50px;
  height: 50px;
  background-color: #4e9224;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 11px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#footer {
  clear: both;
  padding-top: 80px;
  color: #fff;
  font-size: 12px;
}
#footer a {
  text-decoration: none;
  color: #fff;
}

/* 外部リンク */
#footer #footer_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#footer #footer_link2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  paddimg-bottom: 15px;
  background: url(../../img/footer/mo.png) no-repeat right bottom;
}
#footer #footer_link2:after {
  content: "";
  width: 15%;
}

#footer #footer_link2 li {
  margin-bottom: 5px;
  width: 15%;
}

#footer #footer_link2 li img {
  width: 98%;
  height: auto;
  max-width: 160px;
  min-width: 160px;
}

#footer_inner {
  background-color: #525e42;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

/* サイトマップ */
#footer_sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #627842;
}

#footer_sitemap dt {
  margin: 20px 0 10px 0;
  font-size: 15px;
  border-bottom: solid 1px #627842;
}

#footer_sitemap dd {
  line-height: 2;
}
#footer_sitemap dd a:hover {
  text-decoration: underline;
}

#footer_sitemap .pdf {
  background: url(../../img/pdf18.png) no-repeat 0 40%;
  padding-left: 20px;
}

/* 住所 */
#footer #footer_address {
  float: left;
}

#footer #footer_address dt {
  font-size: 15px;
}

#footer #footer_address dt span {
  display: block;
}

/* 下リンク */
#footer_inner ul {
  float: right;
  margin-top: 25px;
}

#footer_inner ul li {
  color: #fff;
  border: solid 1px #fff;
  margin-left: 10px;
  float: left;
  width: 14em;
  background: url(../../img/ya_white.png) no-repeat 3% 40%;
  padding-left: 25px;
}
#footer_inner ul li a {
  padding: 7px 10px;
  display: block;
}
#footer_inner ul li a:hover {
  text-decoration: none;
  color: #efefef;
}

/* コピーライト */
#footer_text {
  clear: both;
  color: #666;
  font-size: 10px;
  text-align: center;
}

/* ===================================================================
 下層
=================================================================== */

/* ===================================================================
 共通
=================================================================== */
/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.nfont {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.textc {
  text-align: center;
}
.textl {
  text-align: left;
}
.textr {
  text-align: right;
}
.col_red {
  color: #c00;
}

.ichiran {
  font-size: 0.8em;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.ichiran::before,
.ichiran::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ichiran::before {
  width: 12px;
  height: 12px;
  background: #f99300;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}
.ichiran::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ichiran2::before {
  background: #89cb22;
}

.databutton {
  background-color: #fff;
  border: solid 1px #563107;
  text-align: center;
  width: 10em;
  margin: 15px auto;
  font-size: 12px;
}
.databutton a {
  color: #563107;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}
.databutton a:hover {
  opacity: 0.8;
}

/* 絵メニュー */
#pic_menu {
  display: flex;
  justify-content: space-between;
}
#pic_menu li {
  margin: 2px;
}

#pic_menu li a:hover {
  opacity: 0.8;
}

/* side矢 */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ya_brown::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #525e42;
}
.ya_brown::after {
  left: 15px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

/* ===================================================================
 サイズ
=================================================================== */
@media screen and (max-width: 1190px) {
  #footer #footer_link2 {
    padding-right: 3%;
  }
  #footer #footer_link2 li {
    width: 17%;
  }
}

@media screen and (max-width: 1000px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }

  .inner {
    width: 96%;
    margin: 0 auto;
    text-align: left;
  }
  #header #main_menu li {
    margin: 0 12px;
  }
}

@media screen and (max-width: 900px) {
  #header #main_menu {
    flex-wrap: wrap;
    margin-right: 0;
  }
  #footer #footer_link2 {
    padding-right: 6%;
  }
}

@media screen and (max-width: 880px) {
  #header h1 {
    float: none;
    text-align: center;
  }

  #header #header_menu {
    float: none;
    display: flex;
    justify-content: center;
  }

  #header #main_menu {
    justify-content: center;
  }

  #___gcse_0 {
    width: 460px;
    float: none;
    margin: 0 auto;
  }

  #pic_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #pic_menu li {
    margin: 2px 4px;
  }
  #pic_menu li a:hover {
    opacity: 0.8;
  }

  #footer #footer_address {
    float: none;
    text-align: center;
  }

  #footer_inner ul {
    float: none;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  #footer #footer_link li {
    width: 45%;
  }

  #footer #footer_link .widm {
    width: 22%;
  }

  #container,
  #side {
    clear: both;
    float: none;
    width: 100%;
  }

  #side {
    margin-top: 50px;
  }

  #footer #footer_link2 li {
    width: 23%;
  }
  #footer #footer_link2:after {
    width: 23%;
  }
}

@media screen and (max-width: 760px) {
  #side_button .top1 {
    top: 250px;
  }
  #side_button .top2 {
    top: 400px;
  }
  #side_button .top3 {
    top: 550px;
  }

  #footer_sitemap {
    display: block;
    justify-content: none;
    width: 100%;
    border-bottom: none;
  }

  #footer_sitemap dd {
    border-bottom: dotted 1px #627842;
  }
  #footer_sitemap dd a {
    display: block;
  }

  .acMenu dt {
    display: block;
    cursor: pointer;
  }

  .acMenu dd {
    display: none;
  }
  #footer_sitemap dd a:hover {
    text-decoration: none;
  }

  .acMenu dd ol {
    margin-bottom: 5px;
  }

  .acMenu dd ol li {
    border-bottom: dotted 1px #6c5235;
  }
  .acMenu dd ol li a {
    padding: 3px 0;
    display: block;
  }
  .acMenu dd ol li:last-child {
    border-bottom: none;
  }

  #footer #footer_link {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 96%;
  }

  #footer #footer_link li {
    margin: 2px;
    width: 30%;
  }

  #header #header_menu,
  #header #main_menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }

  #___gcse_0 {
    width: 90%;
    margin: 10px auto;
  }
}

@media screen and (max-width: 730px) {
  #footer #footer_link2 li img {
    max-width: 150px;
    min-width: 150px;
  }
}

@media screen and (max-width: 680px) {
  #footer #footer_link2 li {
    width: 31%;
  }
  #footer #footer_link2:after {
    width: 31%;
  }
  #footer #footer_link2 li img {
    max-width: 160px;
    min-width: 160px;
  }
}

@media screen and (max-width: 560px) {
  #footer #footer_link2 {
    padding-right: 8%;
  }
  #footer #footer_link2 li img {
    min-width: 130px;
  }
}

@media screen and (max-width: 550px) {
  #footer #footer_link li {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner ul {
    display: block;
  }

  #footer_inner ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  #footer #footer_link2 li {
    width: 48%;
  }
  #footer #footer_link2:after {
    width: 48%;
  }
}

.sbi_photo {
  height: 100% !important;
  width: 100% !important;
  position: relative !important;

  /* 親要素が 1:1 のアスペクト比を維持する */
  aspect-ratio: 1 / 1 !important;

  img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important; /* 縦横比を維持し、親要素に収める */
    object-position: center !important;
    display: block !important;
  }
}
