@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:black;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:black;}
a:visited{color:black;}
a:hover{color:black;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:middle; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.hidden{display: none;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.mr_05 {margin-right: -0.5em;}
.hoverOp {
  transition-timing-function:ease-in-out;
  transition-duration: 0.2s;
  transition-delay: 0.02s;
}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
.forPc{display:block;}
.forSp{display:none;}
br.forPc{display:inline;}
ul.asterisk li {
  list-style: none;
  text-indent: -1em;
}
ul.asterisk li::before {
  display: inline;
  content: "※";
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Common
 * --------------------------------------------------------*/
body {
  letter-spacing: 1px;
  font:normal 16px/28px "秀英丸ゴシック L", "Shuei MaruGo L", "YuGothic", "Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ebfefb;
}
hr {
  height: 2px;
  border: none;
  border-top: 2px #C7C8C9 dotted;
  margin: 2px;
}
.wrapper {
  width: 800px;
  margin: 10px auto;
  border: solid gray 0px;
  background-color: white;
}
.bg-box {
  box-shadow:0px 0px 10px 3px #c7c8c9;
  -moz-box-shadow:0px 0px 10px 3px #c7c8c9;
  -webkit-box-shadow:0px 0px 10px 3px #c7c8c9;
  border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
}
/* accordion */
.bellows_header {
  cursor: pointer;
  background-color: #00a5df;
  color: white;
  padding: 10px 25px;
}
.bellows_title {
  padding-left: 12px;
  font-size: 18px;
}
.bellows_sub_title {
  padding-left: 6px;
  font-size: 13px;
}
.bellows_inner, .bellows_icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
input[type="checkbox"].bellows_check {
  display: none;
}
input[type="checkbox"].bellows_check + .bellows_inner {
  height: 0;
  max-height: 0;
  overflow: hidden;
}
input[type="checkbox"].bellows_check:checked + .bellows_inner {
  height: 100%;
  max-height: 60em;
  overflow-y: auto;
}
ul.posts, ul.history {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
ul.posts li {
  display: inline-table;
  box-sizing: border-box;
  vertical-align: top;
  width: 33.3%;
  height: 160px;
  padding: 10px;
}
ul.posts .title, ul.history .title {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 14px;
  font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0em;
	-webkit-text-size-adjust: 100%;
	color: #222222;
  padding-top: 3px;
  display: inline-block;
}
ul.posts .header img {
  vertical-align: top;
}
ul.posts .body {
  font-size: 13px;
  line-height: 1.6em;
  padding-top: 5px;
  padding-bottom: 7px;
  letter-spacing: 0em;
}
ul.posts .writer .name, ul.history .writer .name {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  padding-left: 5px;
  font-size: 13px;
  font-weight: bold;
}
ul.posts li:nth-child(odd) {
  background-color: #f0f0f0;
}
ul.posts li:nth-child(odd) .writer {
  border-top: 1px solid white;
}
ul.posts li:nth-child(even) {
  background-color: white;
}
ul.posts li:nth-child(even) .writer {
  border-top: 1px solid #e3e3e3;
}
/* header */
header {
  position: relative;
  padding: 10px 0px;
  background-color: #bdfcf2;
  border-radius:24px 24px 0px 0px;
  -moz-border-radius:24px 24px 0px 0px;
  -webkit-border-radius:24px 24px 0px 0px;
}
header h1 {
  padding-left: 14px;
}
header .about {
  padding-top: 30px;
  padding-right: 34px;
}
header .about li {
  padding-right: 10px;
}
header .about li:last-child {
  padding-right: 0px;
}
#agenda li {
  display: block;
  padding-bottom: 10px;
}
#agenda li:last-child {
  padding-bottom: 0px;
}
#main {
  background-color: white;
}
#intro {
  padding: 30px;
}
#yodogawa {
  font-size: 18px;
  line-height: 1.8em;
}
#intro .share {
  padding: 14px 0px;
}
#intro .share li {
  padding-right: 28px;
}
#intro .share li:last-child {
  padding-right: 0px;
}
#theme {
  border-radius:14px;
  -moz-border-radius:14px;
  -webkit-border-radius:14px;
  border: 1px solid #00a199;
  width: 660px;
  margin: 0 auto;
  padding: 20px 25px;
  position: relative;
}
#theme .arrow_back, #theme .arrow_next {
  position: absolute;
  top: 100px;
}
#theme .arrow_back {
  left: -82px;
}
#theme .arrow_next {
  right: -82px;
}
#theme .body {
  padding-left: 20px;
  width: 450px;
}
#theme .title {
  font-size: 20px;
}
#theme .title .ml_05 {
  margin-left: 0px;
}
#theme .date {
  font-size: 10px;
  height: 25px;
}
#theme .description {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.6em;
}
#theme .fukidashi {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -30px;
  text-align: center;
}
#recommend {
  margin-top: 50px;
}
#recommend ul.posts {
  background-color: #ffffe6;
  padding: 16px;
}
#history {
  margin-top: 30px;
}
#history input[type="checkbox"].bellows_check:checked + .bellows_inner {
  max-height: 50em;
}
#history ul.history {
  background-color: #ffffe6;
  padding: 20px 30px;
}
#history li {
  width: 100%;
  border-top: 2px dotted #e3e3e3;
}
#history li:last-child {
  border-bottom: 2px dotted #e3e3e3;
}
ul.history article {
  position: relative;
}
ul.history .arrow_next {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 35px;
  height: 35px;
  z-index: 9999;
  background-image: url(../images/btn_arrow_right.png);
  background-size: 35px;
}
#history .title br {
  display: none;
}
#contents {
  margin-top: 58px;
  position: relative;
}
#contents h2 {
  padding: 0px 20px;
}
#contents h2 hr {
  height: 20px;
}
#contents h2 img {
  position: absolute;
  top: -10px;
  background-color: white;
  padding-right: 6px;
}
#contents .description {
  padding-left: 1.5em;
}
#contents .description li {
  font-size: 10px;
  line-height: 1.3em;
}
#contents ul.posts {
  background-color: white;
  padding: 16px;
}
#contents .request_mail_balloon {
  position: absolute;
  right: 92px;
  top: -52px;
}
/* footer */
footer {
  width: 770px;
  margin: 0 auto;
  padding: 30px 0;
}
footer hr {
  padding-bottom: 20px;
}
footer li {
  padding-left: 12px;
}
footer .copy {
  padding: 10px 12px 0px 0px;
}
/* index.html
 * --------------------------------------------------------*/
header.index {
  background-color: #ffeb00;
}
#intro.index {
  padding: 30px 50px 50px 50px;
}
#intro.index .share {
  padding: 0px;
}
ul.contents_banner {
  padding-top: 10px;
}
.contents_banner li:nth-child(n+2){
  padding-left: 5px;
}
.banner_description {
  font-size: 10px;
}
.seasons h2 {
  background-color: #ffeb00;
  color: black;
  padding: 10px 0px;
  text-align: center;
}
.seasons .title {
  font-size: 25px;
  vertical-align: middle;
}
.seasons .period {
  padding-left: 6px;
  font-size: 15px;
  vertical-align: middle;
}
.seasons .contents {
  padding: 30px 25px;
}
.seasons .agenda li {
  display: block;
  padding-bottom: 10px;
}
.seasons .agenda li:last-child {
  padding-bottom: 0px;
}
.seasons .ph {
  padding-left: 20px;
  padding-top: 5px;
}

/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 769px) {
  body {width: 100%;margin: 0 auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrapper {
    width: 96%;
  }
  #theme .arrow_back {
    left: -24px;
    width: 50px;
  }
  #theme .arrow_next {
    right: -24px;
    width: 50px;
  }
  #recommend ul.posts, #contents ul.posts {
    padding: 5px;
  }
  #contents .request_mail_balloon {
    right: 24px;
  }
  ul.posts li {
    padding: 8px 0px 8px 8px;
  }
  footer {
    width: 95%;
  }
  /* index.html
   * --------------------------------------------------------*/
  #intro.index {
    padding: 25px 25px;
  }
  .seasons .contents {
    padding: 25px 10px;
  }
  .seasons .agenda li {
    padding-bottom: 2px;
  }
  .seasons .ph {
    padding-left: 0px;
  }
  .seasons .ph img {
    width: 400px;
  }
}
@media only screen and (max-width: 479px) {
  img{max-width:100%;height:auto;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  br.forPc{display:none;}
  .forSp{display:block;}
  .bellows_header {
    padding: 8px;
  }
  .bellows_sub_title {
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  input[type="checkbox"].bellows_check:checked + .bellows_inner {
    max-height: 120em;
  }
  #recommend ul.posts, #contents ul.posts {
    width: 100%;
    padding: 0px;
  }
  #history ul.history {
    width: 100%;
    padding: 10px;
  }
  #contents ul.posts {
    padding-top: 10px;
  }
  #recommend li, #contents li {
    width: 100%;
  }
  ul.posts article {
    position: relative;
  }
  ul.posts .arrow_next {
    position: absolute;
    top: 63px;
    right: 10px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    background-image: url(../images/btn_arrow_right.png);
    background-size: 35px;
  }
  ul.history .arrow_next {
    right: 0px;
  }
  header h1 {
    padding-left: 0px;
    text-align: center;
  }
  header h1 img {
    width: 90%;
  }
  header .about {
    padding-top: 0px;
    padding-right: 14px;
    text-align: right;
  }
  #intro, #intro.index {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px;
  }
  #yodogawa {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  #agenda li img {
    width: 100%;
  }
  #theme {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 8px 8px 16px 8px;
  }
  #theme .icon {
    text-align: center;
    padding: 6px 0px;
  }
  #theme .body {
    padding-left: 0px;
    width: 100%;
  }
  #theme .title {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  #theme .title .ml_05 {
    margin-left: -0.5em;
  }
  #theme .date {
    font-size: 10px;
  }
  #theme .description {
    line-height: 2.0em;
  }
  #recommend {
    margin-top: 50px;
  }
  #contents {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
  }
  #contents .description {
    padding-left: 0em;
    padding: 0px;
  }
  #contents .request_mail_balloon_sp {
    text-align: center;
  }
  /* [sp] footer */
  footer {
    text-align: center;
    width: 100%;
  }
  footer li {
    padding: 0px 8px;
  }
  /* index.html
   * --------------------------------------------------------*/
  .index ul.hobojuku_banner, .index ul.contents_banner {
    text-align: center;
  }
  .index ul.hobojuku_banner {
    padding-top: 10px;
  }
  .seasons .contents {
    padding: 20px;
    text-align: center;
  }
  .seasons .ph {
    padding-left: 0px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 321px) {
  .bellows_sub_title {
    padding-left: 6px;
    font-size: 10px;
  }
  #yodogawa {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  #intro .share li {
    padding-right: 8px;
  }
  #theme .description {
    font-size: 12px;
  }
  #history ul.history .title {
    font-size: 13px;
  }
  /* index.html
   * --------------------------------------------------------*/
  #intro, #intro.index {
    padding: 8px 0px;
  }
  #intro.index ul.contents_banner img {
    width: 132px;
  }
}
