@charset "UTF-8";
/*-------------------------------
	Reset
-------------------------------*/
html { box-sizing: border-box; }
* { box-sizing: inherit; }
*:before, *:after { box-sizing: inherit; }
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
}

/*イメージ関係100%設定*/
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------------
	Font
-------------------------------*/
html {
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  color: #111111;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/*-------------------------------
	Font Option
-------------------------------*/
.f-normal {
  font-weight: normal;
}

.f-bold {
  font-weight: bold;
}

.f-italic {
  font-style: italic;
}

.f-s {
  font-size: 0.8571em;
}

.f-2s {
  font-size: 0.7142em;
}

.f-3s {
  font-size: 0.5714em;
}

.f-l {
  font-size: 1.1428em;
}

.f-2l {
  font-size: 1.2857em;
}

.f-3l {
  font-size: 1.4285em;
}

.f-4l {
  font-size: 1.714em;
}

.f-5l {
  font-size: 2em;
}

.f-aka {
  color: #ff3333;
}

.f-kon {
  color: #ff3333;
}

.f-midori {
  color: #75A624;
}

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

sup {
  font-size: 0.5714em;
}

/*-------------------------------
	Link
-------------------------------*/
a {
  color: #111111;
  text-decoration: underline;
}

a:hover {
  color: #EE7202;
}

button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.link-pdf{
	padding-left: 24px;
	background: url(../img/icon11.png) no-repeat left 2px;
}

/*-------------------------------
	Clearfix
-------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flc {
  overflow: hidden;
  zoom: 1;
}

/*-------------------------------
	Float
-------------------------------*/
.float-left {
  display: inline-block;
  float: left;
}

.float-right {
  display: inline-block;
  float: right;
}

/* ---------------------------------------------
	Margin 
--------------------------------------------- */
.mt00 {
  margin-top: 0         !important;
}

.mt05 {
  margin-top: 0.3571em !important;
}

.mt10 {
  margin-top: 0.7142em !important;
}

.mt15 {
  margin-top: 1.0714em !important;
}

.mt20 {
  margin-top: 1.4285em !important;
}

.mt25 {
  margin-top: 1.7857em !important;
}

.mt30 {
  margin-top: 2.1428em !important;
}

.mt35 {
  margin-top: 2.5em    !important;
}

.mt40 {
  margin-top: 2.8571em !important;
}

.mt45 {
  margin-top: 3.2142em !important;
}

.mt50 {
  margin-top: 3.5714em !important;
}

.mt60 {
  margin-top: 4.2857em !important;
}

.mt70 {
  margin-top: 5em      !important;
}

.mt80 {
  margin-top: 5.7142em !important;
}

.mt90 {
  margin-top: 6.4285em !important;
}

.mt100 {
  margin-top: 7.1428em !important;
}

.mb00 {
  margin-bottom: 0         !important;
}

.mb05 {
  margin-bottom: 0.3571em !important;
}

.mb10 {
  margin-bottom: 0.7142em !important;
}

.mb15 {
  margin-bottom: 1.0714em !important;
}

.mb20 {
  margin-bottom: 1.4285em !important;
}

.mb25 {
  margin-bottom: 1.7857em !important;
}

.mb30 {
  margin-bottom: 2.1428em !important;
}

.mb35 {
  margin-bottom: 2.5em    !important;
}

.mb40 {
  margin-bottom: 2.8571em !important;
}

.mb45 {
  margin-bottom: 3.2142em !important;
}

.mb50 {
  margin-bottom: 3.5714em !important;
}

.ml00 {
  margin-left: 0         !important;
}

.ml05 {
  margin-left: 0.3571em !important;
}

.ml10 {
  margin-left: 0.7142em !important;
}

.ml15 {
  margin-left: 1.0714em !important;
}

.ml20 {
  margin-left: 1.4285em !important;
}

.ml25 {
  margin-left: 1.7857em !important;
}

.ml30 {
  margin-left: 2.1428em !important;
}

.mr00 {
  margin-right: 0         !important;
}

.mr05 {
  margin-right: 0.3571em !important;
}

.mr10 {
  margin-right: 0.7142em !important;
}

.mr15 {
  margin-right: 1.0714em !important;
}

.mr20 {
  margin-right: 1.4285em !important;
}

.mr25 {
  margin-right: 1.7857em !important;
}

.mr30 {
  margin-right: 2.1428em !important;
}

/* ---------------------------------------------
	Align
--------------------------------------------- */
.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

/* ---------------------------------------------
	Others
--------------------------------------------- */
.block {
  display: block !important;
}

.inline-block {
  display: inline;
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.error {
  color: #f22 !important;
}

.list-disc {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.78em;
}

.list-circle {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 1.78em;
}

.list-square {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 1.78em;
}

.list-decimal {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1.78em;
}

/*-------------------------------
	Field
-------------------------------*/
body {
  background-color: #FFF;
}

.container {
  z-index: 1;
  background-color: #FFF;
}

.wrapper {
  width: 100%;
}

.option-box {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  bottom: 1.2em;
  right: 1.4em;
  -moz-border-radius: 6px / 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px / 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px 0px;
}
.option-box > ul {
  -moz-border-radius: 6px / 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px / 6px;
  -moz-box-shadow: white 0 0 0px 1px inset;
  -webkit-box-shadow: white 0 0 0px 1px inset;
  box-shadow: white 0 0 0px 1px inset;
  padding: 0.2em 0.4em;
}
@media only screen and (max-width: 480px) {
  .option-box > ul {
    overflow: hidden;
  }
}
.option-box > ul li {
  padding: 0.3em 0;
}
@media only screen and (max-width: 480px) {
  .option-box > ul li {
    float: left;
    margin-left: 0.4em;
  }
  .option-box > ul li:first-child {
    margin-left: 0;
  }
}

/*-------------------------------
	Slide Menu
-------------------------------*/
.slidemenu {
  top: 0;
  width: 220px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  background-color: #3C8809;
  -webkit-box-shadow: inset 2px -2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px -2px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.slidemenu .menu {
  position: relative;
  padding-bottom: 2em;
}
.slidemenu .menu > li > a,
.slidemenu .menu > li > span {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  padding: 15px 0.4em 15px 1.7em;
  background: url(../img/icon02.png) no-repeat 14px 20px;
  border-top: 1px solid #469F0B;
  border-bottom: 1px solid #23700A;
}
.slidemenu .menu > li > a.non,
.slidemenu .menu > li > span.non {
  color: #888;
}
.slidemenu .menu > :first-child a {
  border-top: none;
}
.slidemenu .slidemenu-header {
  z-index: 9999;
  background-color: #2F7B00;
}
.slidemenu .slidemenu-header .nav-close {
  line-height: 1.4;
  cursor: pointer;
  padding: 15px 0 15px 2em;
  background: url(../img/icon07.png) no-repeat 12px 18px;
}
.slidemenu .menu-topnav-container {
  height: 100%;
  margin-bottom: 4em;
  overflow: hidden;
  position: relative;
  background: url(../img/shadow02.png) repeat-x 0 0;
}

.slidemenu-left {
  left: 0;
}

.slidemenu-right {
  right: 0;
}

.slide-nav-btn {
  display: none;
  width: 38px;
  height: 38px;
  float: right;
  border: none;
  background-color: transparent;
  background: url(../img/slide_nav_btn.png) no-repeat 0 0;
}
@media only screen and (max-width: 1040px) {
  .slide-nav-btn {
    display: block;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .slide-nav-btn {
    display: block;
    margin-top: 1em;
  }
}
.slidemenu .menu > li.langs > a,
.slidemenu .menu > li.langs > span {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.4;
	background: none;
	padding: 15px 0.4em 15px 1.1em;
	border-top: 2px solid #469F0B;
	border-bottom: 1px solid #23700A;
}

/*-------------------------------
	Header
-------------------------------*/
.header {
  border-top: 5px solid #75A624;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNmY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(92%, #ffffff), color-stop(100%, #f6f6f6));
  background: -moz-linear-gradient(#ffffff, #ffffff 92%, #f6f6f6);
  background: -webkit-linear-gradient(#ffffff, #ffffff 92%, #f6f6f6);
  background: linear-gradient(#ffffff, #ffffff 92%, #f6f6f6);
  padding-bottom: 0.4em;
}
.header .header-main {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .header .header-main {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 1em 0 1.2em;
  }
}
.header .header-main .header-inner {
  /* overflow: hidden; */
}
.header .header-main .header-inner .logo {
  max-width: 284px;
  float: left;
  margin-left: 0.5em;
}
@media only screen and (max-width: 600px) {
  .header .header-main .header-inner .logo {
    width: 50%;
    min-width: 200px;
  }
}
.header .header-main .header-inner .header-detail {
  max-width: 500px;
  float: right;
  padding-top: 0;
}
@media only screen and (max-width: 1040px) {
  .header .header-main .header-inner .header-detail {
    display: none;
  }
}
.header .header-main .header-inner .header-top-nav {
  overflow: hidden;
  text-align: right;
}
.header .header-main .header-inner .header-top-nav li {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 0.8571em;
  padding-left: 0.7em;
  background: url(../img/icon01.png) no-repeat left center;
}
.header .header-main .header-inner .header-top-nav li a {
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-main .header-inner .text-size {
  background: url(../img/text_size.png) no-repeat right bottom;
  position: relative;
  height: 26px;
  margin-top: 0.4em;
}
.header .header-main .header-inner .text-size button {
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  position: absolute;
  border: none;
  outline: none;
  overflow: hidden;
}
.header .header-main .header-inner .text-size button.small {
  text-indent: -99999px;
  overflow: hidden;
  text-align: left;
  background: url(../img/text_size_small.png) no-repeat 0 0;
  top: 4px;
  right: 30px;
}
.header .header-main .header-inner .text-size button.large {
  text-indent: -99999px;
  overflow: hidden;
  text-align: left;
  background: url(../img/text_size_big.png) no-repeat 0 0;
  top: 4px;
  right: 8px;
}
.header .header-main .header-inner .text-size button.textresizer-active {
  background-position: 0 -18px;
}
.header .header-main .gnav {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1040px) {
  .header .header-main .gnav {
    display: none;
  }
}
.header .header-main .gnav ul {
  overflow: hidden;
}
.header .header-main .gnav ul li {
  float: left;
}
.header .header-main .gnav ul li a {
  display: block;
  height: 42px;
  text-indent: -99999px;
  overflow: hidden;
}
.header .header-main .gnav ul li.gnav01 a {
  width: 156px;
  background: url(../img/gnav01.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav02 a {
  width: 195px;
  background: url(../img/gnav02.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav03 a {
  width: 130px;
  background: url(../img/gnav03.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav04 a {
  width: 104px;
  background: url(../img/gnav04.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav05 a {
  width: 130px;
  background: url(../img/gnav05.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav06 a {
  width: 143px;
  background: url(../img/gnav06.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav07 a {
  width: 182px;
  background: url(../img/gnav07.png) no-repeat 0 0;
}
.header .header-main .gnav ul li a:hover {
  background-position: 0 -42px;
}

.promotion .gnav01 a,
.introduction .gnav02 a,
.editing .gnav03 a,
.history_center .gnav04 a,
.hometown_center .gnav05 a,
.ikegami_sone .gnav06 a,
.activation .gnav07 a {
  background-position: 0 -42px !important;
}

.home-lang{
	font-size: 0.875em;
	margin-top: -5px;
	text-align: right;
}
.home-lang a{
	margin-left: 0.6em;
	background: url(../img/icon03.png) no-repeat left 3px;
	padding-left: 13px;
	text-decoration: none;
}

/*-------------------------------
	Footer
-------------------------------*/
.footer {
  margin-top: 3px;
  background-color: #75A624;
  position: relative;
}
.footer:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #75A624;
  position: absolute;
  top: -2px;
  left: 0;
}
.footer .inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 1em 0 3em;
  position: relative;
}
.footer .inner .bunka{
  width: 340px;
  text-align: right;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.footer .inner .bunka .mark{
  float: left;
  max-width: 111px;
  height: 40px;
}
.footer .inner .bunka .txt{
  float: right;
  width: 66%;
  padding-top: 3px;
}
@media only screen and (max-width: 1040px) {
  .footer .inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer .inner {
    padding-bottom: 2em;
  }
  .footer .inner .bunka{
    position: relative;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 380px) {
  .footer .inner .bunka{
    width: 100%;
  }
  .footer .inner .bunka .mark{
    float: none;
    width: 100%;
    max-width: 111px;
    height: 40px;
    margin: 0 auto;
  }
  .footer .inner .bunka .txt{
    float: none;
    width: 100%;
    margin: 5px auto 0;
    text-align: center;
  }
}
.footer .inner .footer-logo {
  max-width: 392px;
  float: left;
}
.footer-twitter {
  max-width: 110px;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
@media only screen and (max-width: 1040px) {
  .footer .inner .footer-logo {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer-logo {
    width: 100%;
    float: none;
    margin: 1em auto 0;
  }
  .footer-twitter {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 1rem auto 0;
  }
}
.footer .inner .footer-link {
  width: 400px;
  float: right;
  text-align: right;
  margin-top: -0.2em;
}
@media only screen and (max-width: 1040px) {
  .footer .inner .footer-link {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer-link {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 1.2em;
  }
}
.footer .inner .footer-link li {
  display: inline-block;
  margin-left: 1em;
}
@media only screen and (max-width: 320px) {
  .footer .inner .footer-link li {
    display: block;
  }
}
.footer .inner .footer-link li a {
  font-size: 0.8571em;
  padding-left: 0.6em;
  background: url(../img/icon02.png) no-repeat 0 0.5em;
  color: #fff;
  text-decoration: underline;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .inner .footer-link li a:hover {
  color: #234E01;
  text-decoration: none;
}
@media only screen and (max-width: 320px) {
  .footer .inner .footer-link li a {
    display: block;
    text-align: left;
    padding: 0.6em 0 0.6em 0.7em;
    background-position: 0 1.1em;
  }
}
.footer .copyright {
  display: block;
  text-align: center;
  background-color: #649816;
  color: #fff;
  font-size: 0.8em;
  padding: 1em 0 2.4em;
  position: relative;
}
.footer .copyright:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #649816;
  position: absolute;
  top: -2px;
  left: 0;
}

/*-------------------------------
    Main
-------------------------------*/
.main {
  width: 100%;
  position: relative;
}
.main:after {
  display: block;
  content: '';
  width: 100%;
  height: 7px;
  background: url(../img/shadow01.png) repeat-x 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.main .md {
  text-align: center;
}
.main .md > img {
  max-width: 1040px;
}

.main-box {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}
@media only screen and (max-width: 1040px) {
  .main-box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb {
  width: 100%;
  background-color: #85BE25;
  padding: 0 0.2em;
}
.breadcrumb ul {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 0.4em;
}
.breadcrumb ul li {
  float: left;
  line-height: 32px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .breadcrumb ul li {
    font-size: 0.8571em;
  }
}
.breadcrumb ul li a {
  display: block;
  position: relative;
  margin-right: 40px;
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb ul li a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -11px;
}
.breadcrumb ul li a:hover {
  color: #234E01;
}
.breadcrumb ul li.bh a {
  background: url(../img/icon06.png) no-repeat left center;
  padding-left: 1.6em;
}

.main-content {
  margin-top: 1.5em;
  overflow: hidden;
}
.main-content .content {
  max-width: 770px;
  width: 74.0834%;
  float: right;
}
@media only screen and (max-width: 600px) {
  .main-content .content {
    width: 100%;
    float: none;
  }
}
.main-content .main-title01 {
  height: 73px;
  background: url(../img/h_bg01.png) repeat-x 0 0;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 19px;
}
@media only screen and (max-width: 320px) {
  .main-content .main-title01 {
    height: 55px;
    background: url(../img/h_bg02.png) repeat-x 0 0;
    padding-top: 14px;
  }
}
.main-content .main-title01 > img {
  max-width: 380px;
  width: 100%;
}
.main-content .main-title02 {
  height: 36px;
  background: url(../img/line01.png) repeat-x left bottom;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content .main-title03 {
	font-size: 1.5em;
	line-height: 1.8;
	font-weight: bold;
	background: url(../img/line01.png) repeat-x left bottom;
	text-align: left;
}
.main-content .main-title03 span{
	background: url(../img/icon12.png) no-repeat 0 5px;
	padding-left: 25px;
}
@media only screen and (max-width: 320px) {
  .main-content .main-title02 {
    height: 30px;
  }
}
.main-content .main-title02 > img {
  max-width: 380px;
  width: 100%;
}
.main-content .side {
  width: 230px;
  width: 22.1153%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .main-content .side {
    width: 100%;
    float: none;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .main-content .side {
    margin-top: 3em;
  }
}
.main-content .side .side-title01 {
  padding: 1.7em 0.4em;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #399100;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main-content .side .side-title01 {
    padding: 1.2em 0.4em;
  }
}
.main-content .side .side-title01 .side-btn01 {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/icon09.png) no-repeat center center;
  top: 6px;
  right: 0.8em;
}
@media only screen and (max-width: 600px) {
  .main-content .side .side-title01 .side-btn01 {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .main-content .side .side-title01 .side-btn01 {
    right: 0.2em;
  }
}
.main-content .side .side-title01 .side-btn01.close {
  background: url(../img/icon08.png) no-repeat center center;
}
.main-content .side .side-list01 {
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  .main-content .side .side-list01 {
    border-top: none;
  }
}
.main-content .side .side-list01 li {
  border-bottom: 1px dotted #777;
}
.main-content .side .side-list01 li:first-child {
  border-top: 1px dotted #777;
}
.main-content .side .side-list01 li a {
  display: block;
  padding: 1em 0.2em 1em 1.5em;
  background: url(../img/icon04.png) no-repeat 0.5em 1.3em;
  text-decoration: none;
  color: #2F7B00;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .side .side-list01 li a:hover {
  color: #EE7202;
  background-color: #FFFBDF;
}
.main-content .side .side-list01 li.active a {
  color: #EE7202;
  background-color: #FFFBDF;
}
.main-content .side .side-twitter{
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 2.5rem auto 0;
  opacity: 1;
  transition: 0.3s; 
}
.main-content .side .side-twitter:hover{
  opacity: 0.8;
  transition: 0.1s; 
}
.main-content .content02 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section01 {
  margin-top: 2.5em;
}
.section01 a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section01 .title01 {
  border-bottom: 1px solid #8DCA28;
}
.section01 .title01 > img {
  max-width: 280px;
}
.section01 .title02 {
  border-bottom: 1px dotted #6DAC1A;
}
.section01 .title02 > img {
  max-width: 280px;
}
.section01 .title03 {
  font-weight: bold;
  font-size: 1.1428em;
  color: #2F7B00;
  border-bottom: 1px dotted #6DAC1A;
}
.section01 .title04 {
	border-bottom: 1px solid #8DCA28;
	font-size: 1.16em;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 0 3px 2px;
}

.gmap01 {
  width: 100%;
  padding: 2px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .gmap01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gmap01 iframe {
  display: block;
  width: 100%;
  height: 300px;
}

.list01 {
  border-top: 1px dotted #6DAC1A;
}
.list01 li {
  padding: 1em 0.5em;
  border-bottom: 1px dotted #6DAC1A;
  overflow: hidden;
}
.list01 li .left {
  width: 18%;
  float: left;
  padding-left: 1em;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .list01 li .left {
    width: 22%;
  }
}
@media only screen and (max-width: 320px) {
  .list01 li .left {
    width: 100%;
    float: none;
    margin-bottom: 0.3em;
  }
}
.list01 li .left:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #EA8C00;
  position: absolute;
  top: 0.5em;
  left: 0.2em;
}
.list01 li .right {
  width: 77%;
  float: right;
}
@media only screen and (max-width: 480px) {
  .list01 li .right {
    width: 73%;
  }
}
@media only screen and (max-width: 320px) {
  .list01 li .right {
    width: 100%;
    float: none;
  }
}

.list02 > li {
  margin-top: 1.4em;
}
.list02 > li .title {
  margin-bottom: 1em;
  padding: 0 0 0.3em 1.5em;
  border-bottom: 1px dotted #999;
  position: relative;
  font-weight: bold;
}
.list02 > li .title:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #75A624;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
}
.list02 > li > ul {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 2.8em;
}
.list02 > li > p {
  margin-left: 1.5em;
}
.movie-title01{
	padding: 0.8em 0 0.7em 1em;
	background: #8ACB1D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.movie-title01 > img{
	max-width: 74px;
}
.movie-set01{
	width: 70%;
	max-width: 640px;
	display: block;
	margin: 2em auto 0;
}
@media only screen and (max-width: 600px) {
	.movie-set01{
		width: 98%;
	}
}

/*-------------------------------
	Home
-------------------------------*/
.home .container {
  background: url(../img/home/home_bg.png) repeat 0 0;
}

#home-mbox {
  width: 1100px;
  height: 694px;
  background: url(../img/home/home_main_bg.jpg) no-repeat center 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  #home-mbox {
    background-size: contain;
    background-image: none;
    width: 100%;
    height: auto;
  }
}
#home-mbox #ship {
  width: 408px;
  height: 266px;
  position: absolute;
  top: 410px;
  left: -440px;
}

.home-header {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  height: 145px;
  padding-top: 15px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .home-header {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 1em 0 1.2em;
  }
}
.home-header .home-header-inner {
  /* overflow: hidden; */
}
.home-header .home-header-inner .logo {
  max-width: 284px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .home-header .home-header-inner .logo {
    width: 50%;
    min-width: 200px;
  }
}
.home-header .home-header-inner .header-detail {
  max-width: 500px;
  float: right;
  padding-top: 0;
}
@media only screen and (max-width: 1040px) {
  .home-header .home-header-inner .header-detail {
    display: none;
  }
}
.home-header .home-header-inner .header-top-nav {
  overflow: hidden;
  text-align: right;
}
.home-header .home-header-inner .header-top-nav li {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 0.8571em;
  padding-left: 0.7em;
  background: url(../img/icon01.png) no-repeat left center;
}
.home-header .home-header-inner .header-top-nav li a {
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-header .home-header-inner .text-size {
  background: url(../img/home/home_text_size.png) no-repeat right bottom;
  position: relative;
  height: 26px;
  margin-top: 0.4em;
}
.home-header .home-header-inner .text-size button {
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  position: absolute;
  border: none;
  outline: none;
  overflow: hidden;
}
.home-header .home-header-inner .text-size button.small {
  text-indent: -99999px;
  overflow: hidden;
  text-align: left;
  background: url(../img/home/home_text_size_small.png) no-repeat 0 0;
  top: 4px;
  right: 30px;
}
.home-header .home-header-inner .text-size button.large {
  text-indent: -99999px;
  overflow: hidden;
  text-align: left;
  background: url(../img/home/home_text_size_big.png) no-repeat 0 0;
  top: 4px;
  right: 8px;
}
.home-header .home-header-inner .text-size button.textresizer-active {
  background-position: 0 -18px;
}
.home-header .home-gnav {
  width: 1040px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1040px) {
  .home-header .home-gnav {
    display: none;
  }
}
.home-header .home-gnav ul {
  overflow: hidden;
}
.home-header .home-gnav ul li {
  float: left;
}
.home-header .home-gnav ul li a {
  display: block;
  height: 42px;
  text-indent: -99999px;
  overflow: hidden;
}
.home-header .home-gnav ul li.gnav01 a {
  width: 156px;
  background: url(../img/home/home_gnav01.png) no-repeat 0 0;
}
.home-header .home-gnav ul li.gnav02 a {
  width: 195px;
  background: url(../img/home/home_gnav02.png) no-repeat 0 0;
}
.home-header .home-gnav ul li.gnav03 a {
  width: 130px;
  background: url(../img/home/home_gnav03.png) no-repeat 0 0;
}
.home-header .home-gnav ul li.gnav04 a {
  width: 104px;
  background: url(../img/home/home_gnav04.png) no-repeat 0 0;
}
.home-header .home-gnav ul li.gnav05 a {
  width: 130px;
  background: url(../img/home/home_gnav05.png) no-repeat 0 0;
}
.home-header .home-gnav ul li.gnav06 a {
  width: 143px;
  background: url(../img/home/home_gnav06.png) no-repeat 0 0;
}
.home-header .home-gnav ul li.gnav07 a {
  width: 182px;
  background: url(../img/home/home_gnav07.png) no-repeat 0 0;
}
.home-header .home-gnav ul li a:hover {
  background-position: 0 -42px;
}

.home-md {
  display: none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1040px) {
  .home-md {
    display: block;
  }
}

.home-box {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  height: 540px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .home-box {
    width: 100%;
    height: auto;
    padding: 1.6em 0 2em;
  }
}
.home-box .news {
  width: 400px;
  padding: 1em;
  position: absolute;
  bottom: 1.4em;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 1040px) {
  .home-box .news {
    position: relative;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-box .news {
    width: 94%;
  }
}
.home-box .news h1 {
  padding: 0 0 0.2em 0.2em;
  border-bottom: 2px solid #75A624;
  background: url(../img/home/home_news_sub.png) no-repeat right 0.4em;
}
.home-box .news h1 > img {
  max-width: 70px;
}
.home-box .news ul {
  margin-top: 0.3em;
  min-height: 90px;
}
.home-box .news ul li {
  border-bottom: 1px dotted #75A624;
  padding: 0.4em 0 0.4em 1em;
  background: url(../img/icon03.png) no-repeat left 0.8em;
}
.home-box .news ul li a {
  display: block;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-box .news ul li a .date {
  width: 28%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .home-box .news ul li a .date {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .home-box .news ul li a .date {
    width: 100%;
    float: none;
  }
}
.home-box .news ul li a .title {
  width: 70%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .home-box .news ul li a .title {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .home-box .news ul li a .title {
    width: 100%;
    float: none;
  }
}
.home-box .news .link {
  text-align: right;
  margin-top: 0.4em;
}
.home-box .news .link a {
  padding-left: 1em;
  background: url(../img/icon03.png) no-repeat left 0.4em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*-------------------------------
    Introduction
-------------------------------*/
.side-title01 > img {
  max-width: 205px;
}

.introduction-list01 {
  border-top: 1px dotted #777;
  margin-top: 1.6em;
}
.introduction-list01 li {
  border-bottom: 1px dotted #777;
}
.introduction-list01 li a {
  display: block;
  padding: 0 0 0 2.4em;
  font-size: 1.2857em;
  line-height: 4em;
  height: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/icon05.png) no-repeat 1em 1.5em;
  text-decoration: none;
  color: #2F7B00;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.introduction-list01 li a:hover {
  color: #EE7202;
  background-color: #FFFBDF;
}
.introduction-list01 li a .title {
  width: 65%;
  float: left;
}
.introduction-list01 li a .img {
  width: 30%;
  max-width: 100px;
  height: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  text-align: right;
  margin: 0.25em 0.3em 0 0;
}
@media only screen and (max-width: 320px) {
  .introduction-list01 li a .img {
    margin: 0.5em 0em 0 0;
  }
}

.introduction-list02 {
  margin-top: 3em;
  border: 1px solid #FFBC31;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0.5em 1.5em 1.5em;
  overflow: hidden;
}
@media only screen and (max-width: 320px) {
  .introduction-list02 {
    padding: 0 1.2em 1.2em;
  }
}
.introduction-list02 li {
  margin-top: 1em;
  margin-right: 1.5em;
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 320px) {
  .introduction-list02 li {
    width: 100%;
    float: none;
  }
}
.introduction-list02 li a {
  color: #399100;
  text-decoration: underline;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 320px) {
  .introduction-list02 li a {
    display: block;
    padding: 0.4em 0;
  }
}
.introduction-list02 li a:hover {
  color: #EE7202;
}

.introduction-list03 {
  margin: 0.7em 0.6em 0;
  overflow: hidden;
}
.introduction-list03 li {
  width: 47%;
  float: left;
  margin-top: 0.7em;
  padding-left: 1em;
  position: relative;
}
.introduction-list03 li:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #EA8C00;
  position: absolute;
  top: 0.5em;
  left: 0.2em;
}
@media only screen and (max-width: 480px) {
  .introduction-list03 li {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
}

.futyu-map {
  max-width: 510px;
  width: 100%;
  margin: 3em auto 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.futyu-map a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.futyu-map .ikegami_sone {
  width: 105px;
  height: 22px;
  top: 68px;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .futyu-map .ikegami_sone {
    display: none;
  }
}
.futyu-map .izumiinouejinja {
  width: 91px;
  height: 22px;
  top: 245px;
  left: 161px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .izumiinouejinja {
    display: none;
  }
}
.futyu-map .shinodakitsunedukakofun {
  width: 104px;
  height: 22px;
  top: 271px;
  left: 403px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .shinodakitsunedukakofun {
    display: none;
  }
}
.futyu-map .marukasayamakofun {
  width: 92px;
  height: 22px;
  top: 151px;
  left: 364px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .marukasayamakofun {
    display: none;
  }
}
.futyu-map .saifukuji {
  width: 61px;
  height: 22px;
  top: 378px;
  left: 194px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .saifukuji {
    display: none;
  }
}
.futyu-map .nabedukakofun {
  width: 78px;
  height: 22px;
  top: 160px;
  left: 143px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .nabedukakofun {
    display: none;
  }
}
.futyu-map .kyuyahouheidaiyonrentai {
  width: 127px;
  height: 22px;
  top: 215px;
  left: 218px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .kyuyahouheidaiyonrentai {
    display: none;
  }
}
.futyu-map .hakatahanjinyaato {
  width: 105px;
  height: 22px;
  top: 76px;
  left: 222px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .hakatahanjinyaato {
    display: none;
  }
}
.futyu-map .kurodoriyamakouen {
  width: 89px;
  height: 22px;
  top: 317px;
  left: 248px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .kurodoriyamakouen {
    display: none;
  }
}
.futyu-map .goushoujinja {
  width: 77px;
  height: 22px;
  top: 368px;
  left: 421px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .goushoujinja {
    display: none;
  }
}
.futyu-map .zenjakuji {
  width: 63px;
  height: 22px;
  top: 331px;
  left: 429px;
}
@media only screen and (max-width: 480px) {
  .futyu-map .zenjakuji {
    display: none;
  }
}

.shinoda-map {
  max-width: 510px;
  width: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.shinoda-map a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.shinoda-map .izumiougonzuka {
  width: 117px;
  height: 22px;
  top: 10px;
  left: 233px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .izumiougonzuka {
    display: none;
  }
}
.shinoda-map .hijirijinja {
  width: 62px;
  height: 22px;
  top: 309px;
  left: 228px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .hijirijinja {
    display: none;
  }
}
.shinoda-map .sougaikeiseki {
  width: 86px;
  height: 22px;
  top: 396px;
  left: 135px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .sougaikeiseki {
    display: none;
  }
}
.shinoda-map .shihoikekamaato {
  width: 90px;
  height: 22px;
  top: 180px;
  left: 377px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .shihoikekamaato {
    display: none;
  }
}
.shinoda-map .shinodakaibukiyamakofun {
  width: 118px;
  height: 22px;
  top: 143px;
  left: 229px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .shinodakaibukiyamakofun {
    display: none;
  }
}
.shinoda-map .kumanokaidoutosanouji {
  width: 146px;
  height: 22px;
  top: 104px;
  left: 246px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .kumanokaidoutosanouji {
    display: none;
  }
}
.shinoda-map .inryouji {
  width: 63px;
  height: 22px;
  top: 471px;
  left: 355px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .inryouji {
    display: none;
  }
}
.shinoda-map .shinodanomorijinja {
  width: 183px;
  height: 22px;
  top: 59px;
  left: 0px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .shinodanomorijinja {
    display: none;
  }
}
.shinoda-map .shinodanomorinokagamiike {
  width: 116px;
  height: 22px;
  top: 267px;
  left: 288px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .shinodanomorinokagamiike {
    display: none;
  }
}
.shinoda-map .saikyoji {
  width: 62px;
  height: 22px;
  top: 277px;
  left: 138px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .saikyoji {
    display: none;
  }
}
.shinoda-map .satakegarasu {
  width: 87px;
  height: 22px;
  top: 207px;
  left: 13px;
}
@media only screen and (max-width: 480px) {
  .shinoda-map .satakegarasu {
    display: none;
  }
}

.ikeda-map {
  max-width: 510px;
  width: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ikeda-map a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.ikeda-map .koumyouike {
  width: 62px;
  height: 22px;
  top: 92px;
  left: 353px;
}
@media only screen and (max-width: 480px) {
  .ikeda-map .koumyouike {
    display: none;
  }
}
.ikeda-map .kokubunji {
  width: 62px;
  height: 22px;
  top: 445px;
  left: 422px;
}
@media only screen and (max-width: 480px) {
  .ikeda-map .kokubunji {
    display: none;
  }
}
.ikeda-map .rakanji {
  width: 62px;
  height: 22px;
  top: 535px;
  left: 316px;
}
@media only screen and (max-width: 480px) {
  .ikeda-map .rakanji {
    display: none;
  }
}
.ikeda-map .mibayashikofungun {
  width: 90px;
  height: 38px;
  top: 163px;
  left: 404px;
}
@media only screen and (max-width: 480px) {
  .ikeda-map .mibayashikofungun {
    display: none;
  }
}
.ikeda-map .takahashikejutaku {
  width: 90px;
  height: 22px;
  top: 61px;
  left: 35px;
}
@media only screen and (max-width: 480px) {
  .ikeda-map .takahashikejutaku {
    display: none;
  }
}
.ikeda-map .keityuyoujuan {
  width: 90px;
  height: 22px;
  top: 103px;
  left: 219px;
}
@media only screen and (max-width: 480px) {
  .ikeda-map .keityuyoujuan {
    display: none;
  }
}

.matsuo_yokoyama-map {
  max-width: 510px;
  width: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.matsuo_yokoyama-map a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.matsuo_yokoyama-map .sefukuji {
  width: 64px;
  height: 22px;
  top: 470px;
  left: 368px;
}
@media only screen and (max-width: 480px) {
  .matsuo_yokoyama-map .sefukuji {
    display: none;
  }
}
.matsuo_yokoyama-map .matsuodera {
  width: 63px;
  height: 22px;
  top: 213px;
  left: 248px;
}
@media only screen and (max-width: 480px) {
  .matsuo_yokoyama-map .matsuodera {
    display: none;
  }
}
.matsuo_yokoyama-map .wakakashi {
  width: 99px;
  height: 22px;
  top: 455px;
  left: 53px;
}
@media only screen and (max-width: 480px) {
  .matsuo_yokoyama-map .wakakashi {
    display: none;
  }
}
.matsuo_yokoyama-map .kanfukuji {
  width: 63px;
  height: 22px;
  top: 229px;
  left: 50px;
}
@media only screen and (max-width: 480px) {
  .matsuo_yokoyama-map .kanfukuji {
    display: none;
  }
}
.matsuo_yokoyama-map .kasugajinja {
  width: 77px;
  height: 22px;
  top: 297px;
  left: 124px;
}
@media only screen and (max-width: 480px) {
  .matsuo_yokoyama-map .kasugajinja {
    display: none;
  }
}

.introduction-img01 {
  display: block;
  max-width: 230px;
  float: left;
  margin: 0 24px 15px 0;
}
@media only screen and (max-width: 480px) {
  .introduction-img01 {
    max-width: 40%;
  }
}
@media only screen and (max-width: 320px) {
  .introduction-img01 {
    max-width: 230px;
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
}

.img01 {
  max-width: 600px;
  margin: 30px auto;
}

.img02 {
  max-width: 400px;
  margin: 30px auto;
}

/*-------------------------------
    History_center
-------------------------------*/
.history-center .side-title01 > img {
  max-width: 95px;
}

.history-center-img01 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  text-align: center;
}

/*-------------------------------
    Hometown_center
-------------------------------*/
.hometown-center .side-title01 > img {
  max-width: 95px;
}

.hometown-center-img01 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  text-align: center;
}

/*-------------------------------
    Ikegami_sone
-------------------------------*/
.ikegami-sone .side-title01 > img {
  max-width: 182px;
}

.ikegami-sone-img01 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  text-align: center;
}

.ikegami-sone-box01 {
  margin-top: 1.5em;
  overflow: hidden;
}
.ikegami-sone-box01 .left {
  width: 48%;
  max-width: 380px;
  float: left;
}
@media only screen and (max-width: 320px) {
  .ikegami-sone-box01 .left {
    width: 100%;
    float: none;
  }
}
.ikegami-sone-box01 .right {
  width: 47%;
  max-width: 370px;
  float: right;
}
@media only screen and (max-width: 320px) {
  .ikegami-sone-box01 .right {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
}
.ikegami-sone-box02 {
	width: 70%;
	margin: 3em auto 0;
	padding: 1.4em 1.5em;
	border: 2px solid #faa;
}
@media only screen and (max-width: 768px) {
	.ikegami-sone-box02 {
		width: 100%;
		padding: 1em 1.2em;
	}
}

/*-------------------------------
Activation
-------------------------------*/
.activation-list01 {
	margin-top: 30px;
	margin-bottom: 50px;
}
.activation-list01 li{
	padding: 15px 0 15px 25px;
	border-bottom: 1px dotted #8DCA28;
	background: url(../img/icon10.png) no-repeat left center;
}
.activation-list01 li a{
	color: #2F7B00;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.activation-list01 li a:hover {
	color: #EE7202;
}
.activation-box01{
	margin-top: 40px;
}
.activation-title01{
	color: #2F7B00;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-left: 2px;
	border-bottom: 1px dotted #8DCA28;
}
.activation-title01 span{
	display: block;
	border-left: 5px solid #FFBC31;
	padding-left: 8px;
}
.activation-content01{
	margin-top: 30px;
	line-height: 1.7;
}
.activation-content01 p{
	margin-bottom: 25px;
}
.activation-content01 h2{
	color: #2F7B00;
	font-size: 1.06em;
	font-weight: bold;
	margin-bottom: 10px;
}


/*-------------------------------
    Editing
-------------------------------*/
.editing .side-title01 > img {
  max-width: 129px;
}

@media only screen and (max-width: 400px) {
  .introduction-list01 li a {
    padding-left: 1.8em;
    font-size: 1.2857em;
    background: url(../img/icon05.png) no-repeat 0.5em 1.5em;
  }
}
@media only screen and (max-width: 400px) {
  .introduction-list01 li a .title {
    width: 100%;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 400px) {
  .introduction-list01 li a .img {
    display: none;
  }
}

.editing-top01 {
  overflow: hidden;
}
.editing-top01 .left {
  width: 49%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .editing-top01 .left {
    width: 100%;
    float: none;
  }
}
.editing-top01 .left > img {
  max-width: 385px;
  height: auto;
}
.editing-top01 .right {
  width: 49%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .editing-top01 .right {
    width: 100%;
    float: none;
    margin-top: 2em;
  }
}

.editing-img01 {
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}

.editing-list01 {
  margin-top: 1em;
  margin-left: 0.5em;
}
.editing-list01 li {
  margin-top: 0.5em;
}
.editing-list01 li span {
  display: inline-block;
}
.editing-list01 li span.left {
  width: 14%;
  color: #2F7B00;
}
@media only screen and (max-width: 480px) {
  .editing-list01 li span.left {
    width: 100%;
  }
}
.editing-list01 li span.right {
  width: 85%;
}
@media only screen and (max-width: 480px) {
  .editing-list01 li span.right {
    width: 100%;
  }
}

.editing-box01 {
  overflow: hidden;
  margin-top: 1em;
}
.editing-box01 .img01 {
  display: block;
  max-width: 170px;
  float: right;
  margin-right: 10px;
}
@media only screen and (max-width: 320px) {
  .editing-box01 .img01 {
    float: none;
    margin: 0 auto;
  }
}
.editing-box01 p {
  margin-right: 16em !important;
}
@media only screen and (max-width: 600px) {
  .editing-box01 p {
    margin-right: 14em !important;
  }
}
@media only screen and (max-width: 320px) {
  .editing-box01 p {
    float: none;
    margin-right: 0 !important;
    margin-top: 1em;
  }
}

.editing-box02 {
  overflow: hidden;
  margin-top: 1.5em;
}
.editing-box02 .left {
  width: 67%;
  float: left;
}
@media only screen and (max-width: 320px) {
  .editing-box02 .left {
    width: 100%;
    float: none;
  }
}
.editing-box02 .right {
  width: 30%;
  max-width: 230px;
  float: right;
}
@media only screen and (max-width: 320px) {
  .editing-box02 .right {
    width: 100%;
    float: none;
    margin: 1em auto 0 auto;
    text-align: center;
    background-color: #f99;
  }
}

.editing-table01 {
  width: 94%;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .editing-table01 {
    width: 100%;
  }
}
.editing-table01 th, .editing-table01 td {
  padding: 0.5em 1em;
  text-align: center;
  border: 1px solid #8DCA28;
}
@media only screen and (max-width: 480px) {
  .editing-table01 th, .editing-table01 td {
    padding: 0.5em;
  }
}
.editing-table01 td:first-child {
  text-align: left;
}
.editing-table01 th {
  text-align: center;
  background-color: #8DCA28;
  font-weight: bold;
  color: #fff;
}
.editing-table01 tr:nth-child(2n+1) td {
  background-color: #FAFFEE;
}
.editing-table01 .tit {
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .editing-table01 .tit {
    width: 54%;
  }
}
.editing-table01 .year {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  .editing-table01 .year {
    width: 23%;
  }
}
.editing-table01 .price {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  .editing-table01 .price {
    width: 23%;
  }
}

/*-------------------------------
    Others
-------------------------------*/
.inquiry-box {
  width: 70%;
  margin: 3em auto 0;
  background-color: #fff;
  padding: 1.5em;
  border: 1px solid #FFBC31;
  background-color: #FFF5E8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .inquiry-box {
    width: 94%;
  }
}
@media only screen and (max-width: 320px) {
  .inquiry-box {
    padding: 1em;
  }
}
