@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
  font-size: 81.25%;
  -webkit-text-size-adjust: none;
  line-height: 2.3;
  color: #000;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
a, input {
  outline: none;
}
abbr, acronym {
  border: 0;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
  color: #252525;
  text-decoration: none;
}
a:visited {
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a img:hover {
  opacity: 0.75;
}
.op img,
.op input,
.op_link {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.op:hover img,
.op:hover input,
.op_link:hover {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .fzstb {
    font-size: 80% !important;
  }
}
/* !Inline Align ------------------------------------------------------------ */
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
/* !Width ------------------------------------------------------------------- */
.whalf {
  width: 48% !important;
}
.wtri {
  width: 33% !important;
}
.wquart {
  width: 24% !important;
}
.wfull {
  width: 99.9% !important;
}
.wmax {
  width: 100% !important;
}

/* !Floats ------------------------------------------------------------------ */
.fll {
  float: left;
}
.flr {
  float: right;
}
.ftbox {
  overflow: hidden;
  *zoom: 1;
}
/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bgn {
  background: none !important;
}
.bgwhite {
  width: 100%;
  background: #fff !important;
}
.tdu {
  text-decoration: underline;
}
.tdn {
  text-decoration: none;
}
/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb110 {
  padding-bottom: 110px !important;
}
.pb145 {
  padding-bottom: 145px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  height: auto;
  overflow: hidden;
  /**/
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

@media print {
  html,  html body {
    *zoom: 0.65;
  }
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
  background: url(/img/bg_full.png)0 0 repeat;
  padding-top: 100px;
  overflow: hidden;
}
.inners {
  width: 980px;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#header {
  background: url(/img/bg_full_touka.png)0 0 repeat;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerinner {
  padding: 52px 12px 15px 10px;
  position: relative;
}
.btnmenu {
  float: left;
}
.toplist {
  float: left;
  margin-left: 10px;
}
.toplist li {
  float: left;
  margin-left: 10px;
}
.headerlanguage {
  float: right;
  margin: 5px 3px 0 0;
}

.headerlanguage ul {
  display: table;
}

.headerlanguage ul li {
  /*  position: relative;*/
  display: table-cell;
  vertical-align: top;
}

/*.headerlanguage ul li:before {
  position: absolute;
  width: 8px;
  height: 5px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  top: 7px;
  line-height: 1;
  left: 6px;
  z-index:2;
}*/
.headerlanguage ul li a {
  width: 70px;
  border: 1px solid #7d7d7d;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.77;
  background: #f5f5f5;
  color: #000;
  display: block;
  /*padding-left: 6px;*/
  font-size: 80%;
}
.headerlanguage ul ul li:before {
  position: absolute;
  width: 5px;
  height: 8px;
  font-family: 'FontAwesome';
  content: "\f0da";
  top: 50%;
  margin-top: -4px;
  line-height: 1;
  left: 8px;
  z-index: 2;
}
.headerlanguage ul ul li:hover:before {
  color: #fff;
}
.headerlanguage ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
}
.headerlanguage ul ul li a {
  border-top: 0;
  color: #000;
  background: #dcdada;
}
.headerlanguage ul ul li a:hover {
  color: #fff;
  background: #252525;
}
.headerlogo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -74px;
  z-index: 1;
}

.headerlink {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 150px;
}

/* !Sidebar
---------------------------------------------------------- */

#sidebar {
  position: fixed;
  right: 0;
  top: 108px; /*3つ150px,4つ108px*/
  z-index: 999;
}

#sidebar ul {

}

#sidebar ul li {
  margin-bottom: 8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

#sidebar ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* !Side-navi
---------------------------------------------------------- */

#side-navi {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  min-width: 40px;
}
#side-navi p {
  writing-mode: vertical-rl;
  margin: 0 0 5px;
  padding: 15px 6px 15px 5px;
  background-color: #000;
  letter-spacing: 0.1em;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
}
#side-navi p.letter-spacing-0 {
  letter-spacing: 0.05em;
}
#side-navi p a {
  color: #fff;
}
#side-navi p:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
#side-navi p i {
  font-size: 110%;
  padding-bottom: 3px;
}

/* !modal
---------------------------------------------------------- */
.modal {
  display: none;
  /*  position: relative;*/
  z-index: 9999;
}
.modalbody {
  height: 120%;
  /*  position: fixed !important;
  top: 0 !important;*/
  width: 960px;
  left: 50%;
  margin-left: -480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000;
}
.modalbg {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modalbody .inner {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}
.modalbox {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  padding: 20px 0 13px;
}
.modaltit {
  float: left;
  padding: 5px 0 30px 0;
}
.modallist {
  overflow: hidden;
  margin-left: -24px;
}
.modallist ul {
  float: left;
  width: 33.33%;
  padding-left: 24px;
  box-sizing: border-box;
}
.modallist ul li a {
  padding: 0 3px;
  font-size: 123%;
  line-height: 1.875;
  display: block;
  color: #fff;
}
.modallist ul li i {
  padding: 5px 5px 0 0;
}
.modallist ul li a:hover {
  background: #fff;
  color: #000;
}
.modallist ul li a i:hover {
  color: #000;
}

.close_modal .modal_btn {
  text-align: center;
}

.close_modal .modal_btn a.close {
  color: #fff;
  font-weight: bold;
  padding: 8px;
  width: 200px;
  margin: 18px auto;
  border: 1px #fff solid;
  display: block;
  cursor: pointer;
}

.close_modal .modal_btn a.close:hover {
  background-color: #fff;
  color: #000;
}

/* !navbar
---------------------------------------------------------- */
.navbar {
  width: 100%;
  background: #333;
}
.navbar ul {
  border-left: 1px solid #515151;
}
.navbar ul li {
  float: left;
  width: 14.28%;
  border-right: 1px solid #515151;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.navbar ul li:before {
  position: absolute;
  width: 5px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  left: 18px;
  color: #fff;
  line-height: 1;
  font-family: 'FontAwesome';
  content: "\f105";
  z-index: 99;
}
.navbar ul li a {
  display: block;
  color: #fff;
  line-height: 1.5;
  padding: 25px 0 20px;
}
.navbar ul li a:hover,
.navbar ul li a.on {
  background: #7d7d7d;
}


/* !mainimg
---------------------------------------------------------- */
#mainimg {
  margin-bottom: 75px;
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
  overflow: hidden;
}
#mainimg .inner {
  width: 2940px;
  position: absolute;
  top: 0;
  margin-left: -1470px;
  z-index: 1;
  left: 50%;
}

/*
 !teaser
---------------------------------------------------------- */
#teaser {
  font-size: 277%;
  text-align: center;
  height: 240px;
  line-height: 240px;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-text-shadow: 0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1);
  -moz-text-shadow: 0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1);
  -ms-text-shadow: 0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1);
  -o-text-shadow: 0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1);
  text-shadow: 0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1);
  behavior: url(/PIE.htc);
}

#teaser.miyage {
  background: url(/eigamura/miyage/img/bg_teaser_miyage.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.event {
  background: url(/event/img/bg_teaser_event.jpg) center center no-repeat;
  background-size: cover;
}

#teaser.eigamura {
  background: url(/eigamura/img/bg_teaser_eigamura.jpg) center center no-repeat;
  background-size: cover;
}

#teaser.story {
  background: url(/top/story/img/bg_teaser_story.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.taiken {
  background: url(/taiken/img/bg_teaser_taiken.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.access {
  background: url(/access/img/bg_teaser_access.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.access_traffic {
  background: url(/access/img/bg_teaser_access_traffic.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.bus {
  background: url(/bus/img/bg_teaser_bus.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.stay {
  background: url(/stay/img/bg_teaser_stay.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.enjoy {
  background: url(/eigamura/enjoy/img/bg_teaser_enjoy.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.youkame {
  background: url(/youkame/img/bg_teaser_youkame.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.kinoshita {
  background: url(/kinoshita/img/bg_teaser_kinoshita.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.gallery {
  background: url(/gallery/img/bg_teaser_gallery.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.kinema {
  background: url(/kinema/img/bg_teaser_kinema.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.tuboisakae {
  background: url(/tuboisakae/img/bg_teaser_tuboisakae.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.media {
  background: url(/media/img/bg_teaser_media.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.photogallery {
  background: url(/photogallery/img/bg_teaser_photogallery.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.coupon {
  background: url(/coupon/img/bg_teaser_coupon.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.passport {
  background: url(/passport/img/bg_teaser_passport.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.down {
  background: url(/top/img/bg_teaser_down.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.link {
  background: url(/link/img/bg_teaser_link.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.faq {
  background: url(/faq/img/bg_teaser_faq.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.goiken {
  background: url(/goiken/img/bg_teaser_goiken.jpg) center center no-repeat;
  background-size: cover;
}
#teaser.movie {
  background: url(/movie/img/bg_teaser_movie.jpg) center center no-repeat;
  background-size: cover;
}

/*
 !content
---------------------------------------------------------- */
.eigamurabox {
  width: 100%;
  background: #fff;
}




/* !footer
---------------------------------------------------------- */
#footer {
  border-top: 1px solid #252525;
}
#footer .inners {
  position: relative;
}
.pagetop {
  position: absolute;
  top: -29px;
  right: 0;
  z-index: 99;
}
.pagetop a {
  width: 180px;
  height: 29px;
  line-height: 29px;
  display: block;
  text-align: center;
  background: #252525;
  font-size: 92%;
  color: #fff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.pagetop i {
  vertical-align: middle;
  padding-right: 10px;
}
#copyright {
  text-align: center;
  padding-bottom: 20px;
}
.footerimg {
  float: left;
  margin: 0 40px;
}
.footercontactbtn {
  float: right;
  margin-top: 25px;
}
.footercontactbtn .blanklink {
  width: 320px;
  margin: 0 !important;
}
.hitomifooter {
  overflow: hidden;
  padding: 38px 0 36px;
}
.hitomifooter ul {
  float: left;
  width: 24%;
}
.hitomifooter ul p {
  margin-bottom: 15px;
}
.hitomifooter ul li a {
  color: #000;
  line-height: 1.85;
  padding-left: 11px;
}
.hitomifooter ul li a i {
  padding-right: 7px;
}
.hitomifooter ul li a:hover {
  text-decoration: underline;
}
.footerlink {
  margin-left: -10px;
  margin-bottom: 66px;
}
.footerlink li {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  box-sizing: border-box;
}
.footerlink li a {
  color: #000;
  display: block;
  text-align: center;
  padding: 12px 0 12px 0;
  border: 2px solid #000;
  -ms-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  -o-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  behavior: url(/PIE.htc);
}
.footerlink li a:hover {
  color: #fff;
  background-color: #000;
}
.footerlink li a i {
  padding-right: 9px;
}

.footerlist {
}
.footerlist .inline {
  text-align: center;
}
.footerlist .inline li {
  display: inline;
  padding: 0 3px;
}

/* !other
---------------------------------------------------------- */
.section {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.section_about {
  width: 900px;
  margin: 0 auto;
  position: relative;
  height: 532px;
}

.blanklink {
  color: #000;
  width: 410px;
  display: inline-block;
  text-align: center;
  padding: 12px 0 12px 0;
  border: 2px solid #000;
  -ms-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  -o-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  behavior: url(/PIE.htc);
  margin: 0 15px;
}
.blanklink:hover {
  color: #fff;
  background-color: #000;
}
.blanklink i {
  padding-right: 9px;
}
.blanklink span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 0;
  line-height: 1;
}


.sublist01 ul {
  overflow: hidden;
  margin-left: -5px;
  margin-bottom: 3px;
}
.sublist01 ul li {
  width: 33.3%;
  float: left;
  padding-left: 5px;
  box-sizing: border-box;
}
.sublist01 ul li .bgblack {
  text-align: center;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
  position: relative;
}
.sublist01 ul li .bgblack img {
  line-height: 0;
}
.sublist01 ul li .bgblackin {
  opacity: 0;
  width: 100%;
  height: 280px;
  line-height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.sublist01 ul li .bgblackin .bgblackinner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
.sublist01 ul li .bgblack:hover .bgblackin {
  opacity: 1;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.sublist01 ul li .bgblackin .tit {
  font-size: 169%;
  line-height: 1.36;
  padding: 10px 0 10px;
}
.sublist01 ul li .bgblackin .txt {
  width: 260px;
  font-size: 123%;
  margin: 0 auto 20px;
  text-align: left;
}
.sublist01 ul li .bgblackin .btn {
  color: #fff;
  font-size: 169%;
}
.sublist01 ul li .bgblackin .btn i {
  font-size: 109%;
  padding-right: 5px;
  vertical-align: middle;
}

.sublist02 ul {
  overflow: hidden;
  margin-left: -4px;
  margin-bottom: 80px;
}
.sublist02 ul li {
  width: 25%;
  float: left;
  padding-left: 4px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.sublist02 ul li .bgblack {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sublist02 ul li .bgblack .img {
  line-height: 0;
  height: 197px;
  background-color: #000;
}
.sublist02 ul li .bgblackin {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 148px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.sublist02 ul li .bgblack:hover .bgblackin {
  top: 0;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.sublist02 ul li .bgblackin .tit {
  font-size: 108%;
  line-height: 49px;
}
.sublist02 ul li .bgblackin .txt {
  font-size: 1em;
  width: 200px;
  line-height: 1.9;
  margin: 0 auto 8px;
  text-align: left;
}
.sublist02 ul li .bgblackin .btn {
  color: #fff;
  font-size: 108%;
}
.sublist02 ul li .bgblackin .btn i {
  font-size: 107%;
  padding-right: 5px;
  vertical-align: middle;
}

.borblack {
  border-top: 1px solid #333;
  padding-top: 60px;
}


.anchor-hash {
  display: block;
  visibility: hidden;
  position: relative;
  top: -100px;
}

.section-2 {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
.top_info {
  border: 1px solid #f00;
  padding: 30px 30px 0;
  font-size: 1rem;
  line-height: 1.8rem;
  background-color: #f4eded;
}
.top_info h5 {
  text-align: center;
  color: #d00;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.top_info p {
  margin-bottom: 30px;
}
.top_info p.newslink {
  margin-top: 30px;
  margin-bottom: 10px;
}
.top_info .newsbtn {
  background-color: #fff;
}
.top_info a {
  text-decoration: underline;
  color: #0e1bbb;
}

.top_info a:hover {
  text-decoration: none;
}


/* LINEバナー調整 */
.line_bnr {
  text-align: center;
  margin-bottom: 30px;
}

/* SEO対策 */
.h1-txt {
      font-size: 9px;
    position: absolute;
    top: -12px;
    width: 280px;
    left: -30px;
}

.headerlogo img {
  padding-top:10px;
}

h2 {
  font-size: 32px;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho,
             "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
             "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;}


 .h2_ub {
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* テキストと線の距離 */
}

.h2_ub::after {
  content: "";
  position: absolute;
  left: 50%;                /* span の中央に開始位置を合わせる */
  bottom: 0;                /* 下線を文字下に置く場合 */
  transform: translateX(-50%); /* 線の幅の半分だけ左にずらして中央揃え */
  width: 60px;              /* 線の長さを自由に設定 */
  height: 1px;
  background-color: #000;
}

h2.titposition {
  writing-mode: vertical-rl; /* 縦書き右→左 */
  text-orientation: upright;  /* 文字を立てて表示 */
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 20px; /* 下に余白を作る */
      right: 30px;
}
.titposition span.h2_taitle_txt {
  margin-bottom: 20px;
}

.titposition span.sub {
  display: block;
  margin-top: 38px; /* 見出し本文との間隔 */
  font-size: 23px;
  margin-right: 25px;
  letter-spacing:2px;
}

.oms {
      position: absolute;
    bottom: 103px;
    right: 23px;
    z-index: 2;
}

.oms img {
  display: block;
  width: 75px;
  margin-top: 20px; /* h2との間隔 */
  max-width: 100%; /* 横幅調整 */
  height: auto;
}

