@charset "UTF-8";
/* Scss Document */
/* ------------------------------------------------------------------------------------------ 
mixin
------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ 
base
------------------------------------------------------------------------------------------ */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css  */
html {
  font-family: Hiragino Kaku Gothic Pro, Yu Gothic, Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
dd, dt, li, p, pre, td, th {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--- typography ---*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
p, th, td, li {
  font-feature-settings: "palt"1;
  letter-spacing: 0.05em;
}
/*--- html ---*/
html {
  font-size: 62.5%;
}
/*--- body ---*/
body {
  max-width: 100%;
  max-height: 100%;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  *font-size: small;
  *font: x-small;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 1100px;
  background: url(../img/module/container_bg04.jpg) center 670px;
}
/*--- heading ---*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
/*--- img ---*/
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*--- ul, ol ---*/
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*--- box-sizing ---*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  word-break: normal;
  word-wrap: break-word;
}
/*--- float clear class ---*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*--- a href color ---*/
a {
  text-decoration: underline;
}
a:hover {
  color: #8c008c;
}
a:link {
  color: #002cb2;
}
a:visited {
  color: #555;
}
/*--- dl ---*/
dd {
  margin-left: 0;
}
/*--- table ---*/
table {
  font-size: 93.75%;
  float: none;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #b8b8b8;
  line-height: 1.6;
}
table th {
  vertical-align: middle;
  padding: 16px 8px;
  border: 1px solid #ccc;
  word-break: break-all;
  background-color: #eee;
}
table td {
  padding: 14px 18px;
  border: 1px solid #ccc;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .sp_table th, .sp_table td {
    display: block;
  }
}
/*--- font ---*/
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fsr10 {
  font-size: 62.5%;
}
.fsr11 {
  font-size: 68.75%;
}
.fsr12 {
  font-size: 75%;
}
.fsr13 {
  font-size: 81.25%;
}
.fsr14 {
  font-size: 87.5%;
}
.fsr15 {
  font-size: 93.75%;
}
.fsr16 {
  font-size: 100%;
}
.fsr17 {
  font-size: 106.25%;
}
.fsr18 {
  font-size: 112.5%;
}
.fsr19 {
  font-size: 118.75%;
}
.fsr20 {
  font-size: 125%;
}
.fsr21 {
  font-size: 131.25%;
}
.fsr22 {
  font-size: 137.5%;
}
.fsr23 {
  font-size: 143.75%;
}
.fsr24 {
  font-size: 150%;
}
.fsr25 {
  font-size: 156.25%;
}
.fsr26 {
  font-size: 162.5%;
}
.fsr27 {
  font-size: 168.75%;
}
.fsr28 {
  font-size: 175%;
}
.fsr29 {
  font-size: 181.25%;
}
.fsr30 {
  font-size: 187.5%;
}
/*--- ul,ol ---*/
.list_decimal {
  list-style-type: decimal;
  padding-left: 30px;
}
.list_decimal li + li {
  margin-top: 1em;
}
.list_disc {
  list-style-type: disc;
  padding-left: 30px;
}
.list_disc li + li {
  margin-top: 1em;
}
ol[style*="decimal"], ol[style*="roman"], ol[style*="alpha"] {
  padding-left: 22px;
}
ul[style*="disc"], ul[style*="circle"], ul[style*="square"] {
  padding-left: 20px;
}
/*--- Padding = pd ---*/
/* Padding (top + right + bottom + left) = pd */
.pd2 {
  padding: 2px !important;
}
.pd5 {
  padding: 5px !important;
}
.pd8 {
  padding: 8px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd20 {
  padding: 20px !important;
}
.pd25 {
  padding: 25px !important;
}
.pd30 {
  padding: 30px !important;
}
.pd35 {
  padding: 35px !important;
}
.pd40 {
  padding: 40px !important;
}
.pd45 {
  padding: 45px !important;
}
.pd50 {
  padding: 50px !important;
}
.pd55 {
  padding: 55px !important;
}
.pd60 {
  padding: 60px !important;
}
/* Padding (top + bottom) = pdtb */
.pdtb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pdtb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pdtb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pdtb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pdtb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pdtb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pdtb35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pdtb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pdtb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pdtb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pdtb55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pdtb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
/* Padding (right + left) = pdrl */
.pdrl5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.pdrl10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.pdrl15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.pdrl20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.pdrl25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.pdrl30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.pdrl35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.pdrl40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.pdrl45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.pdrl50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.pdrl55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}
.pdrl60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
/* Padding (top) = pdt */
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt25 {
  padding-top: 25px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdt35 {
  padding-top: 35px !important;
}
.pdt40 {
  padding-top: 40px !important;
}
.pdt45 {
  padding-top: 45px !important;
}
.pdt50 {
  padding-top: 50px !important;
}
.pdt55 {
  padding-top: 55px !important;
}
.pdt60 {
  padding-top: 60px !important;
}
/* Padding (right) = pdr */
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr25 {
  padding-right: 25px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pdr35 {
  padding-right: 35px !important;
}
.pdr40 {
  padding-right: 40px !important;
}
.pdr45 {
  padding-right: 45px !important;
}
.pdr50 {
  padding-right: 50px !important;
}
.pdr55 {
  padding-right: 55px !important;
}
.pdr60 {
  padding-right: 60px !important;
}
/* Padding (bottom) = pdb */
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb25 {
  padding-bottom: 25px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdb35 {
  padding-bottom: 35px !important;
}
.pdb40 {
  padding-bottom: 40px !important;
}
.pdb45 {
  padding-bottom: 45px !important;
}
.pdb50 {
  padding-bottom: 50px !important;
}
.pdb55 {
  padding-bottom: 55px !important;
}
.pdb60 {
  padding-bottom: 60px !important;
}
/* Padding (left) = pdl */
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl25 {
  padding-left: 25px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdl35 {
  padding-left: 35px !important;
}
.pdl40 {
  padding-left: 40px !important;
}
.pdl45 {
  padding-left: 45px !important;
}
.pdl50 {
  padding-left: 50px !important;
}
.pdl55 {
  padding-left: 55px !important;
}
.pdl60 {
  padding-left: 60px !important;
}
/*--- Margin = mg ---*/
/* Margin (top + right + bottom + left) = mg */
.mg2 {
  margin: 2px !important;
}
.mg5 {
  margin: 5px !important;
}
.mg8 {
  margin: 8px !important;
}
.mg10 {
  margin: 10px !important;
}
.mg15 {
  margin: 15px !important;
}
.mg20 {
  margin: 20px !important;
}
.mg25 {
  margin: 25px !important;
}
.mg30 {
  margin: 30px !important;
}
.mg35 {
  margin: 35px !important;
}
.mg40 {
  margin: 40px !important;
}
.mg45 {
  margin: 45px !important;
}
.mg50 {
  margin: 50px !important;
}
.mg55 {
  margin: 55px !important;
}
.mg60 {
  margin: 60px !important;
}
/* Margin (top + bottom) = mgtb */
.mgtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mgtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mgtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mgtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mgtb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mgtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mgtb35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.mgtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mgtb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.mgtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mgtb55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.mgtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mgtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
/* Margin (right + left) = mgrl */
.mgrl5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.mgrl10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.mgrl15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.mgrl20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.mgrl25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.mgrl30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.mgrl35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.mgrl40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mgrl45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.mgrl50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.mgrl55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}
.mgrl60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
/* Margin (top) = mgt */
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt25 {
  margin-top: 25px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt35 {
  margin-top: 35px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt45 {
  margin-top: 45px !important;
}
.mgt50 {
  margin-top: 50px !important;
}
.mgt55 {
  margin-top: 55px !important;
}
.mgt60 {
  margin-top: 60px !important;
}
/* Margin (right) = mgr */
.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr15 {
  margin-right: 15px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgr25 {
  margin-right: 25px !important;
}
.mgr30 {
  margin-right: 30px !important;
}
.mgr35 {
  margin-right: 35px !important;
}
.mgr40 {
  margin-right: 40px !important;
}
.mgr45 {
  margin-right: 45px !important;
}
.mgr50 {
  margin-right: 50px !important;
}
.mgr55 {
  margin-right: 55px !important;
}
.mgr60 {
  margin-right: 60px !important;
}
.mgr80 {
  margin-right: 80px !important;
}
/* Margin (bottom) = mgb */
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb25 {
  margin-bottom: 25px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb35 {
  margin-bottom: 35px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.mgb45 {
  margin-bottom: 45px !important;
}
.mgb50 {
  margin-bottom: 50px !important;
}
.mgb55 {
  margin-bottom: 55px !important;
}
.mgb60 {
  margin-bottom: 60px !important;
}
.mgb80 {
  margin-bottom: 80px !important;
}
/* Margin (left) = mgl */
.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl15 {
  margin-left: 15px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.mgl25 {
  margin-left: 25px !important;
}
.mgl30 {
  margin-left: 30px !important;
}
.mgl35 {
  margin-left: 35px !important;
}
.mgl40 {
  margin-left: 40px !important;
}
.mgl45 {
  margin-left: 45px !important;
}
.mgl50 {
  margin-left: 50px !important;
}
.mgl55 {
  margin-left: 55px !important;
}
.mgl60 {
  margin-left: 60px !important;
}
.mgl80 {
  margin-left: 80px !important;
}
/* ------------------------------------------------------------------------------------------ 
module
------------------------------------------------------------------------------------------ */
/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
/* goToSpSiteButton */
#goToSpSiteButton {
  display: none;
  text-align: center;
}
#goToSpSiteButton a {
  background: #ff7f00;
  color: #fff;
  display: block;
  margin: 15px;
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
}
#goToSpSiteButton a span {
  padding: 25px 10px 25px 60px;
  background: url(/image/top/icon_btn_link_sp.png) no-repeat 0 center;
  display: inline-block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #goToSpSiteButton {
    display: block;
    text-align: center;
  }
}
/* h1 */
#header {
  color: #fff;
  font-size: 1.3rem;
  background-color: #000;
  padding: 13px 20px 8px;
  /* utility_menu */
  /* color_switch */
  /* fontsize */
  /* search_form */
}
#header #header_inner {
  float: right;
  margin-bottom: 13px;
}
#header h1 {
  float: left;
  margin-top: 6px;
}
#header h1 a {
  text-indent: -9999px;
  width: 275px;
  height: 46px;
  display: block;
  background: url(../img/header/site_logo.png) no-repeat 0 0;
}
#header #utility_menu {
  float: right;
}
#header #color_switch {
  float: left;
  margin-right: 15px;
  letter-spacing: -.4em;
}
#header #color_switch li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 3px;
  letter-spacing: normal;
}
#header #color_switch li:first-child {
  margin-right: 5px;
}
#header #color_switch li a {
  cursor: pointer;
  display: block;
  border: 1px solid #8d949e;
  width: 24px;
  height: 24px;
  background: #fff;
  box-sizing: border-box;
}
#header #color_switch li .blue {
  background: #0000FF;
}
#header #color_switch li .yellow {
  background: #FFFF00;
}
#header #color_switch li .black {
  background: #000;
}
#header #fontsize {
  float: left;
  margin-right: 20px;
  letter-spacing: -.4em;
}
#header #fontsize li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  text-align: left;
  letter-spacing: normal;
}
#header #fontsize li:first-child {
  margin-right: 5px;
}
#header #fontsize li .changeBtn {
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  border: 1px solid #8d949e;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
#header #fontsize li .selected {
  background: #f12121;
  background: -moz-linear-gradient(top, #f12121 0%, #cc0d0d 100%);
  background: -webkit-linear-gradient(top, #f12121 0%, #cc0d0d 100%);
  background: linear-gradient(to bottom, #f12121 0%, #cc0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f12121', endColorstr='#cc0d0d', GradientType=0);
  color: #fff;
}
#header #search_form {
  float: left;
  margin-right: 20px;
  color: #000;
}
#header #search_form input {
  vertical-align: middle;
}
#header #search_form #search_window {
  width: 160px;
  height: 24px;
  border: 1px solid #C87d7d7dC8C8;
}
#header #search_form #serch_button {
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #7d7d7d;
  padding: 2px 12px;
  background: #BFBFBF;
}
/* lang_switch */
#lang_switch {
  float: left;
  width: 150px;
  text-align: center;
  position: relative;
}
.closs_lang_switch {
    display: none;
}
#lang_switch > li > a {
  font-size: 1.3rem;
  display: block;
  color: #808080;
  background-color: #262626;
  text-decoration: none;
  padding: 4px 0;
  transition: .3s;
}
#lang_switch > li > a:hover, #lang_switch > li > a:active, #lang_switch > li > a:focus {
  background: #fff;
  color: #000;
}
#lang_switch .lang_menu {
  display: none;
  font-size: 1.6rem;
  position: absolute;
  z-index: 20;
  margin-top: 0;
  background: #fff;
  width: 148px;
  text-align: center;
  border: 1px solid #262626;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#lang_switch .lang_menu li + li {
  border-top: 1px solid #262626;
}
#lang_switch .lang_menu a {
  color: #000;
  font-weight: 500;
  text-align: center;
  padding: 10px 8px;
  font-size: 86.66%;
  text-decoration: none;
  display: block;
}
#lang_switch .lang_menu a:hover, #lang_switch .lang_menu a:focus, #lang_switch .lang_menu a:active {
  text-decoration: underline;
}
/*---------------------------------------------------------------------
	gnavi
---------------------------------------------------------------------*/
#gnavi {
  float: right;
  width: 70%;
}
#gnavi ul {
  text-align: right;
  letter-spacing: -.4em;
}
#gnavi ul li {
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #b5b5b5;
}
#gnavi ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  transition: 0.3s;
}
#gnavi ul li a:hover {
  color: #ffb7b7;
}
#gnavi ul li:last-child {
  border-right: none;
}
#gnavi ul li:last-child a {
  padding-right: 0;
}
/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
/*---------------------------------------------------------------------
	page_ttl
---------------------------------------------------------------------*/
.page_ttl {
  padding: 37px 0;
  background: url(../img/module/page_ttl_bg_01.png) top left repeat;
}
.page_ttl .inner {
  width: 1200px;
  margin: 0 auto;
}
.page_ttl .inner h1, .page_ttl .inner .ttl {
  color: #FFFFFF;
  font-size: 187.5%;
  font-weight: normal;
  line-height: 1.4;
}
/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
#pagebody {
  background: url(../img/module/pagebody_bg.png) no-repeat center 110px;
}
#pagebody #pagebody_inner {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 100px 40px;
}
#pagebody #pagebody_inner #readspeaker_button1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
#pagebody #pagebody_inner #readspeaker_button1 + #topic_path_top {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#pagebody .help_info_inner {
  margin-left: -80px;
  padding-bottom: 25px;
}
/*---------------------------------------------------------------------
	alpha
---------------------------------------------------------------------*/
#alpha {
  /* rsbtn */
  /* alpha_inner */
  /* content1 */
  /* list_pamphlet */
  /* lead_txt */
  /* lead_txt_serif */
  /* caution_txt */
  /* caution_bg */
  /* a img */
  /* icon_pdf */
  /* icon_doc */
}
#alpha .rsbtn {
  margin-bottom: 30px !important;
}
#alpha #alpha_inner {
  width: 680px;
  float: left;
  display: inline;
  position: relative;
}
#alpha #content1 {
  margin-bottom: 30px;
}
#alpha .list_pamphlet li {
  margin-bottom: 10px;
}
#alpha .lead_txt {
  font-size: 112.5%;
  font-weight: bold;
}
#alpha .lead_txt_serif {
  font-size: 175%;
  line-height: 1.4;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
#alpha .caution_txt {
  color: #721A54;
}
#alpha .caution_01 {
  color: #D00C0C;
}
#alpha .caution_02 {
  color: #3e4e9b;
}
#alpha .caution_03 {
  color: #721A54;
  font-size: 137.5%;
  font-weight: 700;
  line-height: 1.4;
}
#alpha .caution_04 {
  color: #8D0D0D;
}
#alpha .caution_bg01 {
  background: #f7f4e6;
}
#alpha a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#alpha a img:hover {
  opacity: 0.5;
}
#alpha .icon_pdf {
  background: url(../img/module/icon_pdf.gif) left center no-repeat;
  padding-left: 23px;
  text-decoration: none;
  font-weight: bold;
}
#alpha .icon_doc {
  background: url(../img/module/icon_doc.gif) left center no-repeat;
  padding-left: 23px;
  text-decoration: none;
  font-weight: bold;
}
/* onecolumun */
#onecolumun #alpha #alpha_inner {
  width: 980px;
  float: none;
}
/*---------------------------------------------------------------------
	headline
---------------------------------------------------------------------*/
#alpha h1 {
  color: #B20000;
  font-size: 143.75%;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 0 7px;
  margin: 0 0 20px;
  background: url(../img/module/alpha_h3_bg02.jpg) left bottom repeat-x;
}
#alpha h2 {
  color: #B20000;
  font-size: 143.75%;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 0 7px;
  margin: 0 0 20px;
  background: url(../img/module/alpha_h3_bg02.jpg) left bottom repeat-x;
}
#alpha h3 {
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 0 5px 13px;
  margin: 0 0 15px;
  overflow: hidden;
  background: #F7F4E6;
}
#alpha h4 {
  font-size: 100%;
  color: #8E0E0E;
  line-height: 1.4;
  margin: 0 0 5px;
}
/*---------------------------------------------------------------------
	table
---------------------------------------------------------------------*/
#alpha table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #C8C8C8;
}
#alpha table tr th {
  color: #111111;
  font-weight: normal;
  vertical-align: middle;
  padding: 8px;
  border: 1px solid #C8C8C8;
  background: #FCEBE4;
}
#alpha table tr td {
  padding: 8px;
  border: 1px solid #C8C8C8;
}
#alpha table tr td.caution {
  background: #FFFBB0;
}
/* fll */
#alpha .fll_img {
  float: left;
  display: inline;
  margin: 0 20px 10px 0;
}
.fll200 {
  float: left;
  display: inline;
  width: 200px;
}
.fll210 {
  float: left;
  display: inline;
  width: 210px;
}
.fll220 {
  float: left;
  display: inline;
  width: 220px;
}
.fll230 {
  float: left;
  display: inline;
  width: 230px;
}
.fll250 {
  float: left;
  display: inline;
  width: 250px;
}
.fll260 {
  float: left;
  display: inline;
  width: 260px;
}
.fll300 {
  float: left;
  display: inline;
  width: 300px;
}
.fll320 {
  float: left;
  display: inline;
  width: 320px;
}
.fll330 {
  float: left;
  display: inline;
  width: 330px;
}
.fll340 {
  float: left;
  display: inline;
  width: 340px;
}
.fll390 {
  float: left;
  display: inline;
  width: 390px;
}
.fll400 {
  float: left;
  display: inline;
  width: 400px;
}
.fll410 {
  float: left;
  display: inline;
  width: 410px;
}
.fll480 {
  float: left;
  display: inline;
  width: 480px;
}
.fll660 {
  float: left;
  display: inline;
  width: 660px;
}
/* flr */
#alpha .flr_img {
  float: right;
  display: inline;
  margin: 0 0 10px 20px;
}
.flr210 {
  float: right;
  display: inline;
  width: 210px;
}
.flr220 {
  float: right;
  display: inline;
  width: 220px;
}
.flr230 {
  float: right;
  display: inline;
  width: 230px;
}
.flr250 {
  float: right;
  display: inline;
  width: 250px;
}
.flr260 {
  float: right;
  display: inline;
  width: 260px;
}
.flr300 {
  float: right;
  display: inline;
  width: 300px;
}
.flr320 {
  float: right;
  display: inline;
  width: 320px;
}
.flr330 {
  float: right;
  display: inline;
  width: 330px;
}
.flr340 {
  float: right;
  display: inline;
  width: 340px;
}
.flr390 {
  float: right;
  display: inline;
  width: 390px;
}
.flr400 {
  float: right;
  display: inline;
  width: 400px;
}
.flr410 {
  float: right;
  display: inline;
  width: 410px;
}
.flr460 {
  float: right;
  display: inline;
  width: 460px;
}
.flr480 {
  float: right;
  display: inline;
  width: 480px;
}
.flr660 {
  float: right;
  display: inline;
  width: 660px;
}
.flr710 {
  float: right;
  display: inline;
  width: 710px;
}
/* Layout 4column = l_4column */
#alpha .l_4column {
  width: 700px;
  margin-right: -20px;
}
#alpha .l_4column img {
  width: 100%;
}
#alpha .l_4column li {
  text-align: center;
  width: 155px;
  float: left;
  margin: 0 19.5px 20px 0;
}
#alpha .l_4column li p {
  margin: 0;
}
/* Layout 3column = l_3column */
#alpha .l_3column {
  width: 700px;
  margin-right: -20px;
}
#alpha .l_3column img {
  width: 100%;
}
#alpha .l_3column li {
  text-align: center;
  width: 213px;
  float: left;
  margin: 0 20px 20px 0;
}
#alpha .l_3column li p {
  margin: 0;
}
/* Layout 2column = l_2column */
#alpha .l_2column {
  width: 700px;
  margin-right: -20px;
}
#alpha .l_2column img {
  width: 100%;
}
#alpha .l_2column li {
  text-align: center;
  width: 330px;
  float: left;
  margin: 0 20px 20px 0;
}
#alpha .l_2column li p {
  margin: 0;
}
/* dl_f240 */
.dl_f240 dl dt {
  float: left;
  display: inline;
  width: 240px;
}
.dl_f240 dl dd {
  float: right;
  display: inline;
  width: 420px;
}
/* img_3column */
#alpha .img_3column {
  width: 690px;
  margin-right: -10px;
}
#alpha .img_3column li {
  width: 220px;
  float: left;
  margin: 0 10px 10px 0;
}
#alpha .img_3column li p {
  font-size: 81.25%;
  line-height: 1.4;
  margin-top: 5px;
}
/* img_2column */
#alpha .img_2column {
  width: 700px;
  margin-right: -20px;
}
#alpha .img_2column li {
  width: 330px;
  float: left;
  margin: 0 20px 20px 0;
}
#alpha .img_2column li p {
  font-size: 81.25%;
  line-height: 1.4;
  margin-top: 5px;
}
/* caution_box */
#alpha .caution_box {
  padding: 10px;
  margin-bottom: 30px;
  border: 2px solid #aaaaaa;
}
#alpha .caution_box dt {
  color: #D00D0D;
  font-size: 112.5%;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #aaaaaa;
}
#alpha .caution_box03 p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
}
#alpha .caution_box03 span {
  display: block;
  background-color: #F4F4F4;
  border: 2px solid #ccc;
  margin: 0 20px;
  padding: 4px 0;
}
/* bdr*/
#alpha .bdr_box {
  padding: 20px;
  border: 3px solid #CCCCCC;
}
#alpha .bdr_bottom {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #666666;
}
/* bottom type */
#alpha .type02 {
  font-size: 112.5%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #8E0E0E;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 30px;
}
/* ul ol */
#alpha ul.alpha_ul li {
  line-height: 1.9;
  padding: 0 0 0 15px;
  background: url(../img/module/icon_arrow_02.gif) 5px 10px no-repeat;
}
#alpha ol.alpha_ol {
  line-height: 1.9;
  list-style-type: decimal;
  padding-left: 35px;
}
#alpha ul.alpha_li {
  line-height: 1.9;
  list-style-type: disc;
  padding-left: 25px;
}
/* passport */
#alpha .passport li {
  display: inline;
  float: left;
  margin-right: 25px;
}
/* acrobat */
#alpha .acrobat {
  background-color: #EEE;
  padding: 10px 5px 8px;
}
#alpha .acrobat li {
  font-size: 81.25%;
  display: inline;
  float: left;
  padding: 0 5px;
  line-height: 130%;
}
/* alpha_a_navi */
#alpha .alpha_a_navi {
  width: 690px;
  margin: 0 -10px 20px 0;
}
#alpha .alpha_a_navi li {
  font-size: 93.75%;
  text-align: center;
  line-height: 1.4;
  width: 335px;
  float: left;
  margin: 0 10px 10px 0;
}
#alpha .alpha_a_navi li a {
  display: block;
  padding: 10px 5px;
  border: 1px dotted #AAA;
  background: #EFEFEF;
}
/* download_contents */
#alpha .download_contents dl dd {
  line-height: 1.9;
  text-align: center;
}
/*---------------------------------------------------------------------
	list_index
---------------------------------------------------------------------*/
#list_index {
  width: 700px;
  margin-right: -20px;
  /* list_img */
}
#list_index .list_index_contents {
  width: 330px;
  float: left;
  margin-right: 20px;
  margin-bottom: 25px;
}
#list_index .list_index_contents:hover h2 {
  background-color: #fff;
}
#list_index .list_index_contents h2, #list_index .list_index_contents h2.side_blog_parts {
  transition: .3s ease-in-out;
  font-size: 112.5%;
  background: url(../img/module/list_index_h_bg.gif) repeat-y 1px 1px #FBE4DB;
  border: 1px solid #961E1E;
  padding: 0;
  margin: 0 0 10px;
}
#list_index .list_index_contents h2 a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 10px 14px 23px;
}
#list_index .list_index_contents ul li {
  padding-left: 15px;
  margin-bottom: 8px;
  background: url(../img/module/icon_arrow_01.png) no-repeat 0 5px;
}
#list_index .list_img li {
  width: 330px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
/*---------------------------------------------------------------------
	area_icon
---------------------------------------------------------------------*/
/* area_icon_free */
.area_icon_free {
  color: #fff;
  font-size: 81.25%;
  text-align: center;
  width: 90px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2746D8;
}
/* area_icon_pay */
.area_icon_pay {
  color: #FFF100;
  font-size: 81.25%;
  text-align: center;
  min-width: 90px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #A00E15;
  padding: 0 7px;
}
/*---------------------------------------------------------------------
	page - news
---------------------------------------------------------------------*/
/* information */
#alpha .information_list dt {
  font-weight: bold;
  padding: 0 0 0 10px;
  background: url(../img/module/icon_arrow_02.gif) left 8px no-repeat;
}
#alpha .information_list dd {
  /*padding: 8px 8px 8px 100px;*/
  padding: 8px;
  margin: 5px 0 25px;
  background: #EEE;
  display: table;
  width: 100%;
}

.icon_i_cat {}
.icon_i_cat span {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background: #eeeeee;
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  min-width: 110px;
  margin-right: 15px;
}
#alpha .information_list .icon_i_cat {
  display: table-cell;
  vertical-align: top;
  width: 130px;
}
#alpha .information_list .icon_i_cat span {
  display: block;
}
#alpha .information_list .icon_i_cat .tag_shuri_fukkou { background: #991D1D; } /* 復元・復興情報 */
#alpha .information_list .icon_i_cat .tag_shuri_park { background: #468C00; } /* 公園情報 */
#alpha .information_list .icon_i_cat .tag_shuri_otoku { background: #D9A300; } /* お得情報 */
#alpha .information_list .icon_i_cat .tag_shuri_voice { background: #152199; } /* お客様の声 */
#alpha .information_list .icon_i_cat .tag_shuri_other { background: #727236; } /* その他 */
#alpha .information_list dd a {
  display: table-cell;
  vertical-align: top;
}


/* blog_list */
#alpha .blog_list ul li {
  margin: 20px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#alpha .blog_list ul li.last_child {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: medium none;
}
#alpha .blog_list ul li .thumb {
  display: inline;
  float: left;
  width: 200px;
  height: 140px;
  overflow: hidden;
}
#alpha .blog_list ul li .thumb img {
  width: 100%;
}
#alpha .blog_list ul li .ttl_txt {
  font-weight: bold;
  width: 460px;
  display: inline;
  float: right;
}
#alpha .blog_list ul li .ttl_txt .date {
  font-size: 112.5%;
  margin-bottom: 5px;
  padding-top: 25px;
}
#alpha .blog_list ul li .ttl_txt .listpage_ttl {
  font-size: 125%;
  margin: 10px 0;
}
#alpha .blog_list .tag_shuridayori {
  background: url(../img/site/tag_shuridayori.gif) top left no-repeat;
}
/* pager */
#alpha .pager {
  margin-bottom: 30px;
}
#alpha .pager ul {
  display: inline;
  float: right;
}
#alpha .pager ul li {
  display: inline;
  float: left;
  margin-right: 5px;
}
#alpha .pager ul li span, #alpha .pager ul li a {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  text-decoration: none;
  vertical-align: middle;
}
#alpha .pager ul li a:hover {
  background: #eee;
}
#alpha .link_prev_next {
  margin-top: 60px;
  text-align: center;
}
/*---------------------------------------------------------------------
	page - event
---------------------------------------------------------------------*/
/* event_list */
#alpha .event_list ul li {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 10px;
  padding-bottom: 10px;
}
#alpha .event_list ul li.last_child {
  border-bottom: medium none;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#alpha .event_list ul li .thumb {
  display: inline;
  float: left;
  overflow: hidden;
  width: 150px;
}
#alpha .event_list ul li .thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 61.75%;
  background: #ECE6DE;
  margin-bottom: 10px;
}
#alpha .event_list ul li .thumb img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#alpha .event_list ul li .ttl_txt {
  display: inline;
  float: right;
  font-weight: bold;
  width: 510px;
  font-size: 112.5%;
  /*padding-top: 25px;*/
}
#alpha .event_list ul li .ttl_txt .event_date_text {
  font-size: 87.5%;
  margin-top: 10px;
}

.icon_e_cat { margin-bottom: 5px; }
.icon_e_cat span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  background: #fff;
  min-width: 116px;
  padding: 3px 10px;
}

.icon_e_cat .tag_shuri_fukkou { background: #991D1D; } /* 復元・復興関連 */
.icon_e_cat .tag_shuri_event { background: #EC5320; } /* イベント */
.icon_e_cat .tag_shuri_taiken { background: #008C8C; } /* 体験学習 */
.icon_e_cat .tag_shuri_guide { background: #23008C; } /* 展示案内 */

/* event_date_text */
#alpha .event_date_text {
  color: #00008C;
  font-size: 112.5%;
  font-weight: bold;
  margin: 5px 0 15px;
}
/* event_box */
#alpha .event_box {
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin-bottom: 20px;
}
#alpha .event_box.last {
  margin-bottom: 40px !important;
}
#alpha .event_box p {
  font-size: 81.25%;
}
#alpha .event_box .ruby_txt {
  color: #b01524;
  font-size: 75%;
  line-height: 1.2;
  padding-left: 30px;
}
#alpha .event_box h3 {
  font-size: 200%;
  color: #b01524;
  text-decoration: underline;
  background: url(/userfiles/images/shurijo/event/event_list_mark.gif) no-repeat 0 11px;
  padding-left: 30px;
  margin-bottom: 0;
}
#alpha .event_box h3 a {
  color: #b01524;
}
#alpha .event_box h3 a:hover {
  color: #333;
}
#alpha .event_box .date span {
  color: #fff;
  font-size: 93.75%;
  display: block;
  padding: 5px 0 3px 7px;
  margin-bottom: 5px;
}
/* kikaku_box */
.kikaku_box {
  margin-bottom: 40px;
}
.kikaku_box p:first-child {
  margin-bottom: 10px;
}
.kikaku_box h5 + p {
  margin-bottom: 10px;
}
.kikaku_box h5 span {
  display: inline;
  color: #fff;
  font-weight: normal;
  font-size: 81.25%;
  background-color: #8e0e0e;
  padding: 1px 6px;
  position: relative;
  top: -3px;
  left: 10px;
}
.kikaku_box h5 span.end {
  color: #333;
  background-color: #ccc;
}
/* event_topics */
#alpha .event_topics li {
  float: left;
  width: 340px;
  display: inline;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#alpha .event_topics li .thumb img {
  float: left;
  display: inline;
  width: 120px;
  margin-right: 10px;
}
#alpha .event_topics .ttl_txt > p {
  margin: 5px 10px 0 0;
}
#alpha .event_topics .tag_shuri_taiken {
  padding-top: 20px;
  background: url(../img/site/tag_shuri_taiken.gif) 130px 0 no-repeat;
}
#alpha .event_topics .tag_shuri_recommend {
  padding-top: 20px;
  background: url(../img/site/tag_shuri_recommend.gif) 130px 0 no-repeat;
}
#alpha .event_topics .tag_shuri_guide {
  padding-top: 20px;
  background: url(../img/site/tag_shuri_guide.gif) 130px 0 no-repeat;
}
/* event_others */
#alpha .event_others {
  display: flex;
  flex-wrap: wrap;
}
#alpha .event_others li {
  width: 213px;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
}
#alpha .event_others li:nth-child(3n) {
  margin-right: 0;
}
#alpha .event_others li.no_topics {
  float: none;
  border: none;
  width: auto;
  padding: 10px 15px;
  background: #EEEEEE;
  height: auto !important;
}

#alpha .event_others li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#alpha .event_others li .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 61.75%;
  background: #ECE6DE;
  margin-bottom: 10px;
}
#alpha .event_others li .thumb img {
  position: absolute;
  left: 0;
  top: 0;
}
#alpha .event_others .cat_icon { margin-bottom: 10px; }
#alpha .event_others .cat_icon span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  background: #fff;
  min-width: 116px;
  padding: 3px 10px;
}
#alpha .event_others .cat_icon .tag_shuri_fukkou { background: #991D1D; } /* 復元・復興関連 */
#alpha .event_others .cat_icon .tag_shuri_event { background: #EC5320; } /* イベント */
#alpha .event_others .cat_icon .tag_shuri_taiken { background: #008C8C; } /* 体験学習 */
#alpha .event_others .cat_icon .tag_shuri_guide { background: #23008C; } /* 展示案内 */
#alpha .event_others li .ttl_txt {
  line-height: 1.4;
  margin-top: 8px;
  padding-top: 24px;
  margin: 0 5px 8px;
}
#alpha .event_others .event_date_text {
  color: #C20C0C;
  font-size: 12px;
  padding: 0 5px;
}
/*---------------------------------------------------------------------
	page - info
---------------------------------------------------------------------*/
/* application */
#alpha .application dd {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f7f6e6;
}
/* kanri_info */
#alpha .kanri_info {
  background-color: #f3f1da;
  padding: 10px;
  font-weight: bold;
}
/*---------------------------------------------------------------------
	page - guide
---------------------------------------------------------------------*/
#alpha .list_payzone {
  width: 1002px;
  margin-right: -22px;
}
#alpha .list_payzone li {
  width: 312px;
  float: left;
  margin-right: 22px;
}
#alpha .list_payzone li p {
  font-size: 81.25%;
  margin-top: 7px;
}
/* area_map */
#area_map {
  width: 680px;
  position: relative;
  /* height: 860px;
  background: url(../img/site/img_map_main.jpg) no-repeat; --- 20141226 oroku 非表示*/
}
#area_map li a img {
  width: 14px;
}
#area_map li a img:hover {
  opacity: 1;
}
#area_map li:hover {
  z-index: 999;
}
#area_map li span {
  font-size: 75%;
  font-weight: bold;
  width: 150px;
  height: 140px;
  display: none;
  margin-left: -68px;
  padding: 41px 0 0 30px;
}
/* pay_area */
#area_map .pay_area li span {
  background: url(../img/site/map_pay_bg.png) no-repeat 0 0;
}
#area_map .pay_area li span img {
  width: 90px;
}
#area_map .pay_area li.p01 {
  position: absolute;
  top: 110px;
  left: 400px;
}
#area_map .pay_area li.p02 {
  position: absolute;
  top: 140px;
  left: 355px;
}
#area_map .pay_area li.p03 {
  position: absolute;
  top: 135px;
  left: 476px;
}
#area_map .pay_area li.p04 {
  position: absolute;
  top: 136px;
  left: 513px;
}
#area_map .pay_area li.p05 {
  position: absolute;
  top: 132px;
  left: 401px;
}
#area_map .pay_area li.p06 {
  position: absolute;
  top: 110px;
  left: 440px;
}
#area_map .pay_area li.p07 {
  position: absolute;
  top: 92px;
  left: 427px;
}
#area_map .pay_area li.p08 {
  position: absolute;
  top: 157px;
  left: 433px;
}
#area_map .pay_area li.p09 {
  position: absolute;
  top: 105px;
  left: 480px;
}
/* free_area */
#area_map .free_area li span {
  background: url(../img/site/map_free_bg.png) no-repeat 0 0;
}
#area_map .free_area li span img {
  width: 90px;
}
#area_map .free_area li.p01 {
  position: absolute;
  top: 300px;
  left: 276px;
}
#area_map .free_area li.p02 {
  position: absolute;
  top: 250px;
  left: 355px;
}
#area_map .free_area li.p03 {
  position: absolute;
  top: 232px;
  left: 332px;
}
#area_map .free_area li.p04 {
  position: absolute;
  top: 204px;
  left: 335px;
}
#area_map .free_area li.p05 {
  position: absolute;
  top: 189px;
  left: 317px;
}
#area_map .free_area li.p06 {
  position: absolute;
  top: 172px;
  left: 317px;
}
#area_map .free_area li.p07 {
  position: absolute;
  top: 185px;
  left: 376px;
}
#area_map .free_area li.p08 {
  position: absolute;
  top: 220px;
  left: 410px;
}
#area_map .free_area li.p09 {
  position: absolute;
  top: 196px;
  left: 450px;
}
#area_map .free_area li.p10 {
  position: absolute;
  top: 163px;
  left: 550px;
}
#area_map .free_area li.p11 {
  position: absolute;
  top: 278px;
  left: 520px;
}
#area_map .free_area li.p12 {
  position: absolute;
  top: 300px;
  left: 360px;
}
#area_map .free_area li.p13 {
  position: absolute;
  top: 120px;
  left: 295px;
}
#area_map .free_area li.p14 {
  position: absolute;
  top: 141px;
  left: 290px;
}
#area_map .free_area li.p15 {
  position: absolute;
  top: 250px;
  left: 270px;
}
#area_map .free_area li.p16 {
  position: absolute;
  top: 56px;
  left: 390px;
}
#area_map .free_area li.p17 {
  position: absolute;
  top: 500px;
  left: 318px;
}
#area_map .free_area li.p18 {
  position: absolute;
  top: 410px;
  left: 220px;
}
#area_map .free_area li.p19 {
  position: absolute;
  top: 335px;
  left: 218px;
}
#area_map .free_area li.p20 {
  position: absolute;
  top: 370px;
  left: 78px;
}
#area_map .free_area li.p21 {
  position: absolute;
  top: 290px;
  left: 110px;
}
#area_map .free_area li.p22 {
  position: absolute;
  top: 159px;
  left: 120px;
}
#area_map .free_area li.p23 {
  position: absolute;
  top: 179px;
  left: 439px;
}
#area_map .free_area li.p24 {
  position: absolute;
  top: 260px;
  left: 320px;
}
/*---------------------------------------------------------------------
	page - about
---------------------------------------------------------------------*/
/* list_about_info */
#alpha .list_about_info {
  width: 1002px;
  margin-right: -22px;
}
#alpha .list_about_info li {
  width: 312px;
  float: left;
  margin-right: 22px;
}
/*---------------------------------------------------------------------
	page - access
---------------------------------------------------------------------*/
/* course_layout_l */
#alpha .course_layout_l {
  width: 330px;
  float: left;
}
#alpha .course_layout_l ul {
  height: 810px;
  padding: 15px;
  background-color: #FFE784;
}
#alpha .course_layout_l ul li {
  padding-bottom: 20px;
  margin-bottom: 5px;
  background: url(../img/module/course_list_arrow01.gif) bottom center no-repeat;
}
#alpha .course_layout_l ul li p {
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 112.5%;
}
#alpha .course_layout_l .airport {
  border: 2px solid #961E1E;
  background-color: #fff;
}
#alpha .course_layout_l .park {
  border: 2px solid #961E1E;
  background-color: #D00D0D;
  color: #fff;
  line-height: 1.4;
}
#alpha .course_layout_l .list_img {
  padding: 0;
  background: none;
}
#alpha .course_layout_l .list_end {
  background-image: none;
  margin-bottom: 5px;
}
/* course_layout_r */
#alpha .course_layout_r {
  width: 330px;
  float: right;
}
#alpha .course_layout_r ul {
  height: 810px;
  padding: 15px;
  background-color: #B7DEFB;
}
#alpha .course_layout_r ul li {
  padding-bottom: 20px;
  margin-bottom: 5px;
  background: url(../img/module/course_list_arrow02.gif) bottom center no-repeat;
}
#alpha .course_layout_r ul li p {
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 112.5%;
}
#alpha .course_layout_r .airport {
  border: 2px solid #1C67B3;
  background-color: #fff;
}
#alpha .course_layout_r .park {
  border: 2px solid #961E1E;
  background-color: #D00D0D;
  color: #fff;
  line-height: 1.4;
}
#alpha .course_layout_r .list_end {
  background-image: none;
  margin-bottom: 5px;
}
/*---------------------------------------------------------------------
	page - press
---------------------------------------------------------------------*/
/* press_list */
#alpha .press_list dd {
  font-size: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background: #F4F4F4;
}
/*---------------------------------------------------------------------
	page - maihenoizanai
---------------------------------------------------------------------*/
/* maihenoizanai_enmoku_link */
#alpha .maihenoizanai_enmoku_link {
  color: #000;
  font-size: 112.5%;
  text-decoration: none;
  display: block;
  padding: 15px 10px 14px 23px;
  background: url(../img/module/list_index_h_bg.gif) repeat-y 1px 1px #FBE4DB;
  border: 1px solid #961E1E;
}
#alpha .maihenoizanai_enmoku_link:hover {
  background-color: #fff;
}
/*---------------------------------------------------------------------
	page - faq
---------------------------------------------------------------------*/
/* faq_list */
#alpha .faq_list dl dt {
  color: #1F1F1F;
  font-size: 93.75%;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 10px 9px 33px;
  margin: 0 0 10px;
  background: url(../img/site/icon_faq01.gif) #FFFDE1 12px 13px no-repeat;
}
#alpha .faq_list dl dd {
  padding: 0 0 0 33px;
  margin: 0 0 30px;
  background: url(../img/site/icon_faq02.gif) 12px 4px no-repeat;
}
/*---------------------------------------------------------------------
	page - sitemap
---------------------------------------------------------------------*/
/* sitemap_list */
#alpha #sitemap_list dl dt {
  display: none;
}
#alpha #sitemap_list dl dt + dd.mgl15 {
  margin-top: 0;
}
#alpha #sitemap_list dl dd.mgl15 {
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0 10px 10px;
  margin: 25px 0 0 0;
  background-color: #F5F2E4;
}
#alpha #sitemap_list dl dd.mgl25 {
  font-weight: bold;
  padding: 0 0 5px 23px;
  margin: 12px 0 0 0;
  border-bottom: 1px dotted #CCC;
  background: url(../img/module/icon_arrow_01.png) 8px 8px no-repeat;
}
#alpha #sitemap_list dl dd.mgl35 {
  padding: 0 0 0 12px;
  margin: 5px 0 0 35px;
  background: url(../img/module/icon_arrow_02.gif) 0 9px no-repeat;
}
#alpha #sitemap_list dl dd.mgl45 {
  display: none;
}
/*---------------------------------------------------------------------
	page - search
---------------------------------------------------------------------*/
/* search_result_txt */
#alpha .search_result_txt {
  background: none repeat scroll 0 0 #F8D0D0;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 8px 10px 6px;
}
#alpha .search_result_txt span {
  font-size: 137.5%;
  font-weight: 700;
}
/* search_result_box */
#alpha dl.search_result_box {
  margin: 0 0 20px;
}
#alpha dl.search_result_box dt {
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 3px;
}
#alpha dl.search_result_box dd {
  color: #333333;
  font-size: 87.5%;
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #CCCCCC;
}
/*---------------------------------------------------------------------
	topics_list
---------------------------------------------------------------------*/
.topics_list dt {
  display: inline;
  padding-right: 6em;
  margin-bottom: 5px;
}
.topics_list dt.tag_value {
  background: url(../img/site/tag_value.gif) right center no-repeat;
}
.topics_list dt.tag_crowded {
  background: url(../img/site/tag_crowded.gif) right center no-repeat;
}
.topics_list dt.tag_new {
  background: url(../img/site/tag_new.gif) right center no-repeat;
}
.topics_list dd {
  background: #f4f4f4 url(../img/module/icon_arrow_02.gif) 7px 15px no-repeat;
  padding: 8px 8px 8px 18px;
  margin: 5px 0 20px;
}
/*---------------------------------------------------------------------
	beta
---------------------------------------------------------------------*/
#beta {
  /* headline */
  /* beta_navi */
  /* beta_bnr */
  /* side_blog_list */
  /* a img */
}
#beta #beta_inner {
  width: 280px;
  float: right;
  display: inline;
}
#beta .side_menu h2, #beta h3.side_blog_parts {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 112.5%;
  line-height: 1.2;
  padding: 10px 5px 8px 10px;
  margin-bottom: 0;
  background: url(../img/module/beta_bemu_h_bg.jpg) top left no-repeat;
}
#beta .beta_navi {
  margin-bottom: 10px;
  width: 290px;
}
#beta .beta_navi li {
  width: 137px;
  float: left;
  margin-bottom: 10px;
  margin-right: 6px;
}
#beta .beta_bnr ul li {
  margin-bottom: 10px;
}
#beta .side_blog_list {
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
  padding: 5px 10px 10px;
}
#beta .side_blog_list li {
  background: url(../img/module/icon_arrow_01.png) 0 10px no-repeat;
  padding: 5px 0 0 15px;
}
#beta a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#beta a img:hover {
  opacity: 0.7;
}
/* side_menu */
#beta .side_menu {
  margin: 0 0 20px;
}
#beta .side_menu ul li {
  border-bottom: 1px dotted #B6B6B6;
}
#beta .side_menu ul li a {
  color: #000;
  font-size: 93.75%;
  line-height: 1.4;
  text-decoration: none;
  padding: 15px 10px 12px 23px;
  display: block;
  background: url(../img/module/icon_arrow_01.png) 5px center no-repeat;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}
#beta .side_menu ul li a:hover, #beta .side_menu ul li a.selected {
  background: #FBE4DB url(../img/module/icon_arrow_01.png) 8px center no-repeat;
}
#beta .side_menu ul li ul li {
  border: none;
  margin: 1px 0 0;
}
#beta .side_menu ul li ul li a {
  font-size: 81.25%;
  padding: 10px 10px 10px 15px;
  display: block;
  background: #EEEEEE;
}
#beta .side_menu ul li ul li a:hover, #beta .side_menu ul li ul li a.selected {
  background: #FFF9BB;
}
#beta .side_menu ul li ul li ul li a {
  padding: 6px 10px 6px 20px;
  display: block;
}
#beta .side_menu ul li ul li ul li a:hover, #beta .side_menu ul li ul li ul li a.selected {
  background: #FFF9BB;
}
/*---------------------------------------------------------------------
	contents_arishihi
---------------------------------------------------------------------*/
#alpha .contents_arishihi h2, #alpha .contents_arishihi h3 {
  font-family: 'Noto Serif JP', serif;
}
#alpha .contents_arishihi .heading_h2 {
  color: #000;
  font-size: 200%;
  font-weight: 600;
  text-align: center;
  background: none;
  margin: 90px 0 30px;
}
#alpha .contents_arishihi .list_facilities {
  letter-spacing: -.4em;
}
#alpha .contents_arishihi .list_facilities .item {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border: 1px solid #BFBFBF;
  padding: 10px;
  margin-bottom: 40px;
}
#alpha .contents_arishihi .list_facilities .item:nth-child(2n) {
  margin-left: 40px;
}
#alpha .contents_arishihi .list_facilities .item .name {
  font-size: 150%;
  font-weight: 600;
  text-align: center;
  background: none;
  padding: 0;
  margin: 0;
}
#alpha .contents_arishihi .list_facilities .item .name a {
  color: #000;
  display: block;
  padding: 15px 0 20px;
  transition: .3s;
}
#alpha .contents_arishihi .list_facilities .item .name a:hover {
  color: #991D1D;
  text-decoration: none;
}
#alpha .contents_arishihi .list_facilities .item .lead {
  color: #333;
  font-size: 87.5%;
  padding: 15px;
  background-color: #EEEEEE;
}
/*---------------------------------------------------------------------
  fukkou_ayumi_復興へのあゆみ
---------------------------------------------------------------------*/
#alpha .ayumi_content_wrap .caution_txt {
  color: #7d0000;
}
#alpha .ayumi_content_wrap .lead_txt {
  font-size: 100%;
  font-weight: normal;
}
#alpha .ayumi_content_wrap .lead_txt_serif {
  margin-bottom: 35px;
  padding: 0 0;
  background: none;
  font-size: 200%;
  color: inherit;
}
#alpha .ayumi_content_wrap .status_content_lead {
  margin: 0 0;
  padding: 0 0;
  background: none;
  font-size: 150%;
}
.ayumi_content_wrap .lead_block {
  padding: 35px 5px 40px;
  background: url(/userfiles/images/shurijo/fukkou/bg_01.jpg) no-repeat left center/cover;
}
.ayumi_content_wrap .caution_txt {
  margin: 0 0 30px;
  font-size: 137.5%;
}
.ayumi_content_wrap .lead_txt {
  line-height: 1.88;
}
.ayumi_content_wrap .status_block_wrap {
  margin-top: 60px;
}
.ayumi_content_wrap .lead_txt_serif {
  text-align: center;
}
.ayumi_content_wrap .status_one_block {
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
}
.ayumi_content_wrap .status_one_block:not(:last-child) .status_num_wrap::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 450px;
  background-color: #d9d9d9;
}
.ayumi_content_wrap .status_num_wrap {
  position: relative;
}
.ayumi_content_wrap .status_num {
  position: relative;
  z-index: 10;
  width: 90px;
  padding: 13px 20px;
  background-color: #991d1d;
  border-radius: 50%;
  font-size: 250%;
  text-align: center;
  color: #fff;
}
.ayumi_content_wrap .status_content {
  margin-left: -10px;
  padding: 15px 18px;
  border: 1px solid #bfbfbf;
}
.ayumi_content_wrap .status_img_txt_wrap {
  display: flex;
}
.ayumi_content_wrap .status_img {
  width: 380px;
  margin: 20px 0 0 0;
}
.ayumi_content_wrap .status_txt {
  width: 480px;
  margin: 20px 0 0 0;
  padding: 0 25px;
}
.ayumi_content_wrap .detail_btn {
  position: relative;
  display: block;
  margin: 25px 0 0;
  padding: 10px 0;
  border: 1px solid #bfbfbf;
  background-color: #991d1d;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.ayumi_content_wrap .detail_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
}
.detail_mv_inner {
  width: 1200px;
  margin: 0 auto;
}
/*---------------------------------------------------------------------
  photo_gallery フォトギャラリー
---------------------------------------------------------------------*/
.gallery_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.gallery_wrap .gallery_img {
  width: 320px;
  max-height: 213px;
  margin-bottom: 30px;
  overflow: hidden;
}
/*-------------------------------------
	common_footer
-------------------------------------*/
/* page_scroll_navi */
#page_scroll_navi {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 22px;
  text-align: center;
  background-color: #fff;
}
#page_scroll_navi a {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
#page_scroll_navi a {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 92.85%;
  text-indent: -9999px;
  text-decoration: none;
  background: #991d1d url(../img/module/icon_arrow_03.png) no-repeat;
  padding: 25px 35px;
  transition: .3s;
}
#page_scroll_navi a:hover {
  opacity: .8;
}
/* bottom_gnavi */
#bottom_gnavi {
  border-top: 1px solid #991d1d;
  background-color: #fff;
  padding: 10px 0;
}
#bottom_gnavi #bottom_gnavi_inner {
  width: fit-content;
  margin: 0 auto;
}
/* footer */
#footer {
  background: url(/shurijo/img/module/bg_04.png);
  /* footer_inner */
  /* footer_info */
  /* footer_bnr */
}
#footer #footer_inner {
  padding: 40px 0 20px;
}
#footer .footer_info {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 84px;
  background: url(../img/footer/footer_logo2.png) center top no-repeat;
}
#footer .footer_info dt {
  font-weight: 700;
}
#footer .footer_bnr {
  width: 1159px;
  margin: 0 auto;
}
#footer .footer_bnr li {
  float: left;
  margin-right: 20px;
}
#footer .footer_bnr li:last-child {
  margin-right: 0;
}
/* bottom_gnavi_inner */
#bottom_gnavi_inner .list_item {
  text-align: center;
}
#bottom_gnavi_inner .list_item li {
  display: inline-block;
}
#bottom_gnavi_inner .list_item li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px solid #000;
  transition: 0.3s;
}
#bottom_gnavi_inner .list_item li a:hover {
  color: #991D1D;
}
#bottom_gnavi_inner .list_item li:last-child a {
  border-right: 0;
}
/* copyright */
#copyright {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  padding: 25px 0 15px;
  background-color: #991D1D;
}
#copyright::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: #000 url(/shurijo/img/module/bg_03.png);
}
/*# sourceMappingURL=style.css.map */


/* ---------------------------------- 
www.shurijo-fukkou.jp　より移設コンテンツ
---------------------------------- */
.focusing_detail .map_wrap {
    position: relative;
    margin: 20px auto 30px;
    text-align: center;
}
.focusing_detail .map_wrap > img {}
.focusing_detail .map_wrap .map_info_wrap {
    position: absolute;
    top: 318px;
    left: 550px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(2) {
    top: 345px;
    left: 529px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(3) {
    top: 310px;
    left: 525px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(4) {
    top: 281px;
    left: 423px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(5) {
    top: 295px;
    left: 473px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(6) {
    top: 301px;
    left: 500px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(7) {
    top: 323px;
    left: 479px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(8) {
    top: 327px;
    left: 505px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(9) {
    top: 351px;
    left: 561px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(10) {
    top: 322px;
    left: 598px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(11) {
    top: 277px;
    left: 450px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(12) {
    top: 298px;
    left: 333px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(13) {
    top: 277px;
    left: 558px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(14) {
    top: 268px;
    left: 500px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(15) {
    top: 183px;
    left: 450px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(16) {
    top: 255px;
    left: 280px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(17) {
    top: 258px;
    left: 467px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(18) {
    top: 510px;
    left: 587px;
}
.focusing_detail .map_wrap .map_info_wrap:nth-of-type(19) {
    top: 221px;
    left: 537px;
}
.focusing_detail .map_wrap .map_num {
    width: 20px;
    height: 20px;
  font-size: 11px;
    line-height: 1;
    margin: auto;
    padding: 10px 5px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
      display: flex;
    justify-content: center;
    align-items: center;
  cursor: pointer;
  z-index: 1;
}
.focusing_detail .map_wrap .map_num:hover {
    background-color: #FFDD35;
}
.focusing_detail .map_wrap .map_num a {
        display: block;
    text-decoration: none;
    color: inherit;
}
.focusing_detail .map_wrap .map_thumb {
    position: absolute;
    right: 50%;
    bottom: 35px;
    z-index: 10;
    display: none;
    width: 180px;
    padding: 10px 10px;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateX(50%);
}
.focusing_detail .map_wrap .map_thumb::before,
.focusing_detail .map_wrap .map_thumb::after {
  content: "";
          position: absolute;
          bottom: -18px;
          right: 50%;
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-top: 10px solid #707070;
          z-index: -10;
          transform: translate(50%,0);
}
.focusing_detail .map_wrap .map_thumb::after {
  bottom: -17px;
          border-top-color: #fff;
}
.focusing_detail .map_wrap .map_num:hover + .map_thumb,
.focusing_detail .map_wrap .map_thumb:hover + .map_thumb {
    display: block;
}
.focusing_detail .map_wrap .map_num:hover + .map_thumb::before,
.focusing_detail .map_wrap .map_num:hover + .map_thumb::after,
.focusing_detail .map_wrap .map_thumb:hover + .map_thumb::before,
.focusing_detail .map_wrap .map_thumb:hover + .map_thumb::after {
    display: block;
}

.focusing_detail .map_wrap .map_thumb_link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}
.focusing_detail .map_wrap .map_thumb_ttl {
    margin: 10px auto auto;
}

.focusing_detail .bar_layout {
    display: flex;
    background-color: #EEEEEE;
}
.focusing_detail .bar_layout .bar_txt {
    display: inline-block;
    padding: 6px 20px;
    background-color: #333333;
    color: #fff;
}
.focusing_detail .bar_layout .bar_txt_02 {
    padding: 6px 11px;
    background: transparent;
    color: inherit;
}
.focusing_detail .bar_layout.bar_layout_02 {
    background-color: #E8E2DB;
}
.focusing_detail .bar_layout.bar_layout_02 .bar_txt {
    background-color: #8B714A;
}
.focusing_detail .bar_layout.bar_layout_02 .bar_txt_02 {
    background-color: transparent;
    color: #8B714A;
}
.focusing_detail .img_content + .bar_layout,
.focusing_detail .img_from + .bar_layout {
    margin: 80px auto auto;
}
.focusing_detail .img_content {
    margin: 10px auto auto;
}
.focusing_detail .img_from {
    margin: 6px auto auto;
    text-align: right;
}
.focusing_detail .intro_txt {
 margin: 50px auto auto;
 padding: 20px 30px;
  border: 5px solid #CCCCCC;
}

.focusing_list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: list_count;
}
.focusing_list .item {
  margin: 0 3% 3% 0;
  width: 31.3%;
}
.focusing_list .item:nth-child(3n) {
  margin-right: 0
}
.focusing_list .item a {
  color: #212121;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #bfbfbf;
  transition: .3s;
}
.focusing_list .item a::before {
    content: counter(list_count);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 40px;
    padding: 7px 8px;
    background-color: #8B714A;
    text-align: center;
    color: #fff;
    counter-increment: list_count;
}
.focusing_list .thumb {
  position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
    display: block;
}
.focusing_list .thumb img {
  position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    max-width: none;
    max-height: 100%;
    transition: .5s;
}
.focusing_list a:hover .thumb img {
    opacity: 1.0;
    transform: scale(1.03);
}
.focusing_list .detail {
  padding: 10px;
    position: relative;
  border-top: 1px solid #ccc;
      display: block;
}
.focusing_list .detail .ttl {
  font-size: 112.5%;
    color: #333;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 12px;
    transition: .3s;
}
.focusing_list a:hover .detail .ttl {
  color: #c9030f;
}
.focusing_list .detail .ttl::before {
  content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 4px;
    background-color: #c9030f;
}