@charset "utf-8";
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*{margin: 0px;padding: 0px;}/**/
body, html{height: 100%;}/**/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{ margin:0;padding:0;}
ol, ul {list-style: none;}
li {display: inline-block;*display: inline;*zoom: 1;}
a img {  border-style: none;//IE8}
img{max-width: 100%;}
a {color: #4D4D4D;text-decoration: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);outline: none;}
a:link {color: #4D4D4D;}
a:visited {color: #4D4D4D;}
a:hover {color: #4D4D4D;}
a:focus {outline: 0}
a:hover, a.selected, a:link {text-decoration: none;}
a, img {vertical-align: top}
.clrfx:before, .clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.forPc{display:block;}
.forSp{display:none;}
.dn{display: none;}
.fixed{position: fixed;}
.tac {text-align: center;}
.ml_05 {margin-left: 0.5em;}
.mtb_2 {margin-top: 2em; margin-bottom: 2em;}
.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: pointer;
}

/* Common
 * --------------------------------------------------------*/
body {
  font-family: "Shuei MaruGo B", "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*background: #fff url(../images/common/bk.jpg) repeat;*/
  color: #4C1E05;
}

#map-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#map {
  height: 100%; 
  width: 100%; 
}
#contents {
  z-index: 1;
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 30px;
}
.bgbox {
  background-color: white;
  box-shadow:rgba(190, 190, 190, 0.65098) 0px 0px 12px 6px;
  -webkit-box-shadow:rgba(190, 190, 190, 0.65098) 0px 0px 12px 6px;
  -moz-box-shadow:rgba(190, 190, 190, 0.65098) 0px 0px 12px 6px;
}
#header .credit {
  font-size: 12px; 
  padding: 1.4em 0 0 46px;
  margin-bottom: -16px;
  position: relative;
  z-index: 78;
}
#header .credit a,
#header .credit a:visited,
#header .credit a:link {
  color: #4C1E05;
}
#header .yodogawa {
  padding-top: 1em;
  padding-left: 46px;
  text-shadow: 2px 2px 5px #FFF;
}
.border {
  background:url(../images/back_img.png);
  padding: 16px 0;
}
.border p {
  padding: 20px 0;
  font-size: 170%;
}
hr.dotted {
  border:none;
  border-top:dotted 2px #4C1E05;
  width: 80%;
  margin: 2em auto;
}

#schedule {
  width: 90%;
  margin: 60px auto 64px auto;
}
#schedule .btn_accordion {
  display: block;
  background-color: #4C1E05;
  color: white;
  border-radius: 25px;
  position: relative;
  z-index: 77;
  height: 38px;
  box-sizing: border-box;
  padding-top: 4px;
}
#schedule .logo {
  margin-top: -42px;
  margin-left: -18px;
}
#schedule .btn_accordion span {
  font-size: 90%;
}
#schedule .accordion_inner {
  margin: -4px 10px 0 10px;
  padding: 10px 0 20px 0;
  border: 3px solid #4C1E05;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #FFFAFA;
}
#schedule .accordion {
  display: none;
}

/* footer */ 
#footer {
  padding-top:25px;
  padding-bottom:40px;
  letter-spacing: 0.1em;
}
#footer .inner {
  margin:0 auto;
  width:90%;
}
#footer li {
  padding-right: 10px;
  vertical-align: top;
}

/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  body {width: 100%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}
  .hoverOp:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .text {
    width: 95%;
    margin:0 auto;
  }
  .border {
    width: 100%;
    height: 100%;
  }
  .border p {
    font-size: 120%;
  }
  hr.dotted {
    width: 90%;
  }
  .adj {
    display: none;
  }
  #contents {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  #header {
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 0;
  }
  #header .credit {
   padding: 1.4em 0 15px 0;
   text-align: center;
 }
  #header .yodogawa {
    padding-left: 0;
  }
  #schedule {
    width: 100%;
    margin: 56px auto 50px auto;
  }
  #schedule .logo {
    width: 40%;
    margin-top: -32px;
    margin-left: -14px;
  }
  #schedule .accordion {
   margin-top: -30px;
 }
  #schedule .btn_accordion {
    height: 34px; 
  }
  #schedule .accordion_inner {
   padding: 40px 5px 20px 5px;
 }
  /* footer */ 
  #footer {
    padding-top:25px;
    padding-bottom:40px;
  }
  #footer .inner {
    margin:0 auto;
    width:95%;
    text-align: center;
  }
  #footer li {
    margin-bottom: 10px;
    display: block;
  }
  #footer .fl {
    margin-bottom: 40px;
  }
  #footer .fr {
    text-align: center;
  }
}
