@charset "UTF-8";
@media screen and (min-width: 1200px) {
  #container {
    min-width: 1200px; } }
.wrapper {
  width: 950px;
  margin: 0 auto; }

#header {
  position: absolute;
  width: 100%;
  z-index: 50; }

@media screen and (min-width: 1200px) {
  #header {
    min-width: 1200px; } }
div#main {
  width: 660px;
  margin-right: 40px;
  float: left;
  margin-top: 40px; }

div#sidebar {
  width: 250px;
  float: right;
  margin-top: 40px;
  margin-bottom: 40px; }

article {
  position: relative; }

#header .wrapper {
  position: relative; }
#header h1 {
  margin: 15px 0 20px;
  float: left; }
  #header h1 img {
    width: 145px; }

div#footer {
  background: #242f44 url(/wp-content/themes/yukei/images/bg04.png) 0 0/3px auto;
  position: relative; }
  div#footer .wrapper {
    position: relative; }
  div#footer .menu {
    display: inline-block;
    float: left; }
    div#footer .menu ul li {
      line-height: 1.8em; }
      div#footer .menu ul li a {
        padding: 5px 0; }
    div#footer .menu a {
      text-decoration: none;
      cursor: pointer;
      transition: .2s; }
      div#footer .menu a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        text-shadow: 1px 1px 3px #cccccc; }

div#foot01 {
  padding: 30px 0;
  color: #ffffff; }
  div#foot01 .info {
    background: #eeeeee;
    border-radius: 10px;
    padding: 0 20px;
    color: #222222;
    display: inline-block;
    float: left;
    margin-right: 20px; }
    div#foot01 .info dt {
      display: inline-block; }
      div#foot01 .info dt img {
        width: 46px; }
    div#foot01 .info dd {
      display: inline-block;
      border-left: 2px solid #ffffff;
      padding: 5px 0 5px 10px;
      margin: 10px 0 10px 10px; }
    div#foot01 .info #info01 {
      width: 186px; }
    div#foot01 .info #add {
      display: inline-block; }
    div#foot01 .info #map {
      margin-left: 20px; }
      div#foot01 .info #map img {
        width: 55px; }
    div#foot01 .info #telnotice {
      font-size: 10px;
      text-align: center; }
      div#foot01 .info #telnotice .bl {
        display: inline-block; }
  div#foot01 .menu {
    margin-left: 30px;
    width: 180px; }
    div#foot01 .menu ul {
      margin: 15px 0 0; }
      div#foot01 .menu ul li {
        font-size: 15px; }
      div#foot01 .menu ul * a {
        color: #dddddd; }
    div#foot01 .menu h3 {
      font-size: 19px;
      font-weight: normal; }
      div#foot01 .menu h3 a {
        color: #ffffff; }
      div#foot01 .menu h3 em {
        display: block;
        font-family: "Merriweather", serif;
        letter-spacing: 0.2em;
        margin-bottom: 5px;
        text-shadow: 1px 1px 3px #cccccc; }
      div#foot01 .menu h3 strong {
        font-size: 15px;
        font-weight: normal; }

div#foot02 {
  background: #eeeeee url(/wp-content/themes/yukei/images/bg01.png);
  height: 55px;
  overflow: hidden; }
  div#foot02 .menu ul {
    margin: 15px 0; }
    div#foot02 .menu ul li {
      display: inline-block;
      margin-right: 15px;
      border-right: 1px solid #222222;
      padding-right: 15px;
      line-height: 1em; }
      div#foot02 .menu ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
      div#foot02 .menu ul li a {
        padding: 5px 0;
        font-size: 13px; }

p#copyright {
  margin: 16px 0;
  text-align: right;
  vertical-align: baseline;
  float: right; }
  p#copyright a {
    text-decoration: none;
    transition: .2s; }
    p#copyright a:hover {
      text-shadow: 1px 1px 3px #cccccc; }

#back-top {
  position: absolute;
  left: 50%;
  top: -29px;
  margin-left: 345px;
  width: 130px;
  height: 30px;
  overflow: hidden; }
  #back-top a {
    background: #242f44 url(/wp-content/themes/yukei/images/bg04.png) 2px 0/3px auto;
    display: block;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px 10px 0 0; }
    #back-top a img {
      width: auto;
      height: 40px; }
    #back-top a:hover img {
      position: relative;
      top: -20px; }

.backpagetop,
.backpagetop2 {
  text-align: right;
  line-height: 1em !important; }
  .backpagetop a,
  .backpagetop2 a {
    background: #3495b1;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: .2s; }
    .backpagetop a:hover,
    .backpagetop2 a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )"; }

.backpagetop3 {
  text-align: center;
  margin: 20px 0; }
  .backpagetop3 a {
    display: block;
    border: 1px solid #242f44;
    background: #242f44;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
    transition: .2s; }
    .backpagetop3 a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )"; }

.backpagetop a:before,
.backpagetop3 a:before {
  content: "ページトップへ戻る"; }

.bgBase01, .bgBase02 {
  margin: 0 auto;
  position: relative; }

@media screen and (min-width: 1200px) {
  .bgBase01, .bgBase02 {
    width: 1200px; } }
.bgBase01 {
  min-height: 600px;
  position: relative; }
  .bgBase01:after {
    display: block;
    content: "";
    width: 100%;
    min-height: 650px;
    background: url("../images/bg02.png") repeat-x 0 bottom; }

.bgBase02 {
  min-height: 400px;
  position: relative; }

@media screen and (min-width: 640px) {
  .bg01 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter01.jpg) no-repeat 0 0/1200px auto; }

  .bg02 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter02.jpg) no-repeat 0 0/1200px auto; }

  .bg03 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter03.jpg) no-repeat 0 0/1200px auto; }

  .bg04 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter04.jpg) no-repeat 0 0/1200px auto; }

  .bg05 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter05.jpg) no-repeat 0 0/1200px auto; }

  .bg06 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter06.jpg) no-repeat 0 0/1200px auto; }

  .bg07 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter07.jpg) no-repeat 0 0/1200px auto; }

  .bg08 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter08.jpg) no-repeat 0 0/1200px auto; }

  .bg09 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter09.jpg) no-repeat 0 0/1200px auto; }

  .bgP01 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage01.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP01 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage01.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP02 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage02.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP02 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage02.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP03 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage03.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP03 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage03.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP04 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage04.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP04 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage04.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP05 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage05.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP05 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage05.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP06 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage06.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP06 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage06.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP07 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage07.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP07 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage07.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP08 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage08.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP08 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage08.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP09 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage09.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP09 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage09.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP10 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage10.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP10 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage10.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP11 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage11.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP11 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage11.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP12 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage12.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP12 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage12.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP13 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage13.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP13 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage13.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP14 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage14.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP14 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage14.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP15 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage15.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP15 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage15.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP16 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage16.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP16 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage16.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP17 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage17.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP17 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage17.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP18 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage18.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP18 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage18.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP19 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage19.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP19 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage19.jpg) no-repeat center 0/1200px auto; } }
@media screen and (min-width: 640px) {
  .bgP20 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage20.jpg) no-repeat 0 0/1200px auto; } }
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .bgP20 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage20.jpg) no-repeat center 0/1200px auto; } }
@media screen and (max-width: 1024px) {
  .bgBase02 {
    border-bottom: 2px solid #242f44; } }
@media screen and (max-width: 640px) {
  .bgBase01 {
    min-height: 450px; }

  .bg01 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter01.jpg) no-repeat center 0/auto 100%; }

  .bg02 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter02.jpg) no-repeat center 0/auto 100%; }

  .bg03 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter03.jpg) no-repeat center 0/auto 100%; }

  .bg04 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter04.jpg) no-repeat center 0/auto 100%; }

  .bg05 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter05.jpg) no-repeat center 0/auto 100%; }

  .bg06 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter06.jpg) no-repeat center 0/auto 100%; }

  .bg07 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter07.jpg) no-repeat center 0/auto 100%; }

  .bg08 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter08.jpg) no-repeat center 0/auto 100%; }

  .bg09 {
    background: #000000 url(/wp-content/themes/yukei/images/imgEnter09.jpg) no-repeat center 0/auto 100%; }

  .bgP01 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage01.jpg) no-repeat center 0/auto 100%; }

  .bgP02 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage02.jpg) no-repeat center 0/auto 100%; }

  .bgP03 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage03.jpg) no-repeat center 0/auto 100%; }

  .bgP04 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage04.jpg) no-repeat center 0/auto 100%; }

  .bgP05 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage05.jpg) no-repeat center 0/auto 100%; }

  .bgP06 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage06.jpg) no-repeat center 0/auto 100%; }

  .bgP07 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage07.jpg) no-repeat center 0/auto 100%; }

  .bgP08 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage08.jpg) no-repeat center 0/auto 100%; }

  .bgP09 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage09.jpg) no-repeat center 0/auto 100%; }

  .bgP10 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage10.jpg) no-repeat center 0/auto 100%; }

  .bgP11 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage11.jpg) no-repeat center 0/auto 100%; }

  .bgP12 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage12.jpg) no-repeat center 0/auto 100%; }

  .bgP13 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage13.jpg) no-repeat center 0/auto 100%; }

  .bgP14 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage14.jpg) no-repeat center 0/auto 100%; }

  .bgP15 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage15.jpg) no-repeat center 0/auto 100%; }

  .bgP16 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage16.jpg) no-repeat center 0/auto 100%; }

  .bgP17 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage17.jpg) no-repeat center 0/auto 100%; }

  .bgP18 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage18.jpg) no-repeat center 0/auto 100%; }

  .bgP19 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage19.jpg) no-repeat center 0/auto 100%; }

  .bgP20 {
    background: #000000 url(/wp-content/themes/yukei/images/imgPage20.jpg) no-repeat center 0/auto 100%; } }
.bgClr01 {
  background-color: #000000; }

.bgClr02 {
  background-color: #ffffff; }

#conHead {
  position: relative;
  top: 130px; }
  #conHead * {
    color: #ffffff;
    line-height: 1.8em;
    text-shadow: 1px 1px 3px #333333; }
  #conHead h1 {
    font-size: 35px;
    letter-spacing: 0.2em; }
  #conHead h2 {
    font-weight: normal;
    font-size: 1.5rem; }
  #conHead h1.t02 {
    font-size: 30px;
    letter-spacing: normal; }
  #conHead h2.t02 {
    font-weight: normal;
    font-size: 18px; }

.conHead01 {
  text-align: left;
  left: 400px;
  overflow: hidden;
  padding-top: 200px; }

.conHead02 h1 {
  padding-top: 100px; }
.conHead02 h2 {
  padding-top: 10px; }

.conHead03 {
  text-align: center; }
  .conHead03 h1 {
    padding-top: 200px; }
  .conHead03 h2 {
    padding-top: 10px; }

.conHead04 h1 {
  padding-top: 150px; }
.conHead04 h2 {
  padding-top: 10px; }

.conHead05 h1 {
  padding-top: 230px; }

.conHead06 h1 {
  padding-top: 165px; }

.conHead07 h1 {
  padding-top: 85px; }

.conHead08 {
  padding-top: 85px;
  width: 600px;
  left: 500px;
  overflow: hidden; }

.conHead09 {
  padding-top: 155px; }

.conHead11 h1 {
  padding-top: 100px; }
.conHead11 h2 {
  padding-top: 0px; }

div#sidebar section {
  margin-bottom: 20px; }
div#sidebar .ctMenu {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 20px; }
  div#sidebar .ctMenu h3 {
    background: #3495b1 url(/wp-content/themes/yukei/images/bg01.png) 0 0/3px auto;
    font-size: 19px;
    font-weight: normal;
    border-bottom: 1px solid #3495b1;
    color: #ffffff;
    padding: 7px 10px;
    margin-bottom: 6px; }
    div#sidebar .ctMenu h3 a {
      display: block;
      color: #ffffff; }
    div#sidebar .ctMenu h3 strong {
      display: inline-block;
      font-weight: normal;
      text-shadow: 1px 1px 3px #cccccc; }
    div#sidebar .ctMenu h3 em {
      display: inline-block;
      float: right;
      font-family: 'Merriweather', serif;
      margin-bottom: 5px;
      font-size: 12px; }
  div#sidebar .ctMenu ul li a {
    background: url(/wp-content/themes/yukei/images/cmnIcon01.png) no-repeat 0 -3px/23px auto;
    display: block;
    min-height: 23px;
    overflow: hidden;
    padding: 4px 0 4px 25px;
    font-size: 15px;
    margin: 4px 0 7px;
    border-bottom: 1px dashed #dddddd;
    text-decoration: none; }
  div#sidebar .ctMenu ul li a:hover {
    background: url(/wp-content/themes/yukei/images/cmnIcon01.png) no-repeat 0 -37px/23px auto; }
div#sidebar .info01 {
  background: #242f44 url(/wp-content/themes/yukei/images/bg01.png) 0 0/3px auto;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 10px; }
  div#sidebar .info01 h3 {
    margin-bottom: 8px; }
    div#sidebar .info01 h3 img {
      width: 195px; }
  div#sidebar .info01 ul {
    background: #ffffff; }
    div#sidebar .info01 ul li {
      padding: 10px 0 5px;
      border-top: 1px dashed #dddddd;
      margin: 0 15px; }
      div#sidebar .info01 ul li:first-child {
        border-top: none; }
    div#sidebar .info01 ul img {
      width: 187px; }
div#sidebar .info02 {
  background: #242f44 url(/wp-content/themes/yukei/images/bg01.png) 0 0/3px auto;
  border: 1px solid #dddddd;
  text-align: center; }
  div#sidebar .info02 p a {
    background: url(/wp-content/themes/yukei/images/bg05.png) 5px 0/5px auto repeat-y;
    display: block;
    color: #ffffff;
    font-size: 19px;
    padding: 10px;
    text-decoration: none; }
div#sidebar .weather {
  text-align: center; }
div#sidebar .ctMenu02 {
  background: #ffffff;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  div#sidebar .ctMenu02 ul li a {
    background: url(/wp-content/themes/yukei/images/cmnIcon01.png) no-repeat 5px -3px/23px auto;
    display: block;
    min-height: 23px;
    overflow: hidden;
    padding: 4px 0 4px 35px;
    font-size: 13px;
    margin: 3px 0 5px;
    border-bottom: 1px dashed #dddddd;
    text-decoration: none; }
  div#sidebar .ctMenu02 ul li:last-of-type a {
    border-bottom: none; }
  div#sidebar .ctMenu02 ul li a:hover {
    background: url(/wp-content/themes/yukei/images/cmnIcon01.png) no-repeat 5px -37px/23px auto; }
div#sidebar .scMenu {
  background: #ffffff;
  border: 3px double #dddddd;
  margin-bottom: 20px;
  padding: 7px; }
  div#sidebar .scMenu h3 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #3495b1;
    padding: 0 0 5px;
    margin-bottom: 6px;
    color: #242f44; }
  div#sidebar .scMenu input[type=text] {
    width: 100%;
    padding: 3px 5px;
    border: 1px solid #dddddd;
    margin-top: 5px; }
  div#sidebar .scMenu input[type=submit] {
    width: 100%;
    padding: 3px 5px;
    margin-top: 5px; }

div#sidebar .bnrBox01 {
  position: relative; }
  div#sidebar .bnrBox01 p {
    margin-bottom: 20px; }
  div#sidebar .bnrBox01 img {
    max-width: 250px;
    display: block;
    transition: .2s; }
  div#sidebar .bnrBox01 a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"; }
  div#sidebar .bnrBox01 #credit img {
    width: 250px; }
  div#sidebar .bnrBox01 #wifi {
    text-align: center; }
    div#sidebar .bnrBox01 #wifi img {
      width: 130px;
      margin-left: auto;
      margin-right: auto; }
  div#sidebar .bnrBox01 #sns {
    background: url(/wp-content/themes/yukei/images/bnrChoka02.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 200px;
    padding: 10px; }
    div#sidebar .bnrBox01 #sns > a {
      display: block;
      margin: 5px;
      padding: 4px; }
      div#sidebar .bnrBox01 #sns > a > img {
        display: block;
        width: 100%;
        height: auto; }

.breadcrumb {
  margin: 0 0 15px; }

.imgMain01 img {
  margin-bottom: 10px;
  display: block; }

.topTitle {
  color: #242f44;
  font-size: 26px;
  text-shadow: 1px 1px 3px #eeeeee;
  font-weight: normal;
  background: url(/wp-content/themes/yukei/images/bg03.png) repeat-x 0 bottom/1px auto;
  padding: 0 0 12px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.3em; }
  .topTitle span.title {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    text-shadow: 1px 1px 3px #eeeeee; }

.pageTitle {
  font-weight: normal;
  padding: 10px 0;
  margin: 30px 0 10px;
  background: none;
  border-top: none;
  border-bottom: 3px double #3495b1; }

.pageTitle2 {
  font-weight: normal;
  padding: 10px 0 10px 10px;
  margin: 30px 0 10px;
  background: none;
  border-top: none;
  border-bottom: 2px solid #3495b1;
  font-size: 18px; }

.pageTitle3 {
  font-weight: normal;
  margin: 20px 0 5px;
  font-size: 18px; }

.postList {
  border-bottom: 1px solid #cccccc;
  margin: 10px 0;
  padding: 10px 0; }
  .postList:first-of-type {
    margin-top: 0; }

.postTitle {
  color: #242f44;
  font-size: 20px;
  text-shadow: 1px 1px 3px #eeeeee;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5em; }
  .postTitle a {
    color: #3495b1;
    font-size: 20px; }
  .postTitle span.title {
    display: block;
    font-size: 16px;
    text-shadow: 1px 1px 3px #eeeeee; }

ul.cat {
  display: inline; }
  ul.cat li {
    display: inline;
    margin-right: 5px;
    /*
    &.choka a {
    	border:1px solid #ff7800;
    	background:#ff7800;
    	color:#ffffff;
    }
    &.staff a {
    	border:1px solid #CB7100;
    	background:#CB7100;
    	color:#ffffff;
    }
    */
    transition: .2s; }
    ul.cat li a {
      border: 1px solid #222222;
      border-radius: 3px;
      color: #222222;
      padding: 2px 5px;
      font-size: 12px;
      text-decoration: none; }
    ul.cat li.notice a {
      border: 1px solid #ffc000;
      color: #ffc000; }
    ul.cat li.guest a, ul.cat li.event a {
      border: 1px solid #fe3b67;
      color: #fe3b67; }
    ul.cat li.board a, ul.cat li.choka a {
      border: 1px solid #ff7800;
      color: #ff7800; }
    ul.cat li.condition a {
      border: 1px solid #eeeeee;
      color: #eeeeee; }
    ul.cat li.faq a, ul.cat li.captain a {
      border: 1px solid #3495b1;
      color: #3495b1; }
    ul.cat li.staff a {
      border: 1px solid #CB7100;
      color: #CB7100; }
    ul.cat li:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )"; }

.entryInfo {
  line-height: 1.8em; }
  .entryInfo p.thumbnail {
    float: left;
    margin: 0 15px 0 0; }
    .entryInfo p.thumbnail a {
      display: inline-block;
      position: relative;
      z-index: 2; }
    .entryInfo p.thumbnail img {
      width: 250px;
      border: 1px solid #cccccc;
      padding: 9px;
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
      /* Safari,Google Chrome */
      background: -moz-linear-gradient(top, #ffffff, #eeeeee);
      /* Firefox */
      background: linear-gradient(#ffffff, #eeeeee); }
  .entryInfo p.thumbnail2 {
    float: left;
    margin: 0 15px 0 0; }
    .entryInfo p.thumbnail2 a {
      display: inline-block;
      position: relative;
      z-index: 2; }
    .entryInfo p.thumbnail2 img {
      border: 5px solid #ffffff;
      box-shadow: 0px 0px 10px #ccc, inset 0px 0px 10px rgba(0, 0, 0, 0.8);
      width: 200px;
      margin: 10px; }
  .entryInfo p.thumbnail3 {
    float: left;
    margin: 0 15px 0 0; }
    .entryInfo p.thumbnail3 a {
      display: inline-block;
      position: relative;
      z-index: 2; }
    .entryInfo p.thumbnail3 img {
      border: 1px solid #cccccc;
      max-width: 150px;
      max-height: 100px; }
  .entryInfo p.readmore {
    text-align: right;
    margin-top: 7px; }
    .entryInfo p.readmore a {
      background: #3495b1;
      border-radius: 5px;
      padding: 0px 5px;
      display: inline-block;
      color: #ffffff;
      text-decoration: none; }
  .entryInfo span.date {
    margin: 0 10px 10px 0;
    background: url(/wp-content/themes/yukei/images/icon_date.png) no-repeat 0 0px;
    font-size: 12px; }
  .entryInfo ul {
    margin: 0 10px 10px 0;
    padding: 5px;
    display: inline; }

.postHeader .topTitle span.date {
  margin: 0 0 10px;
  background: url(/wp-content/themes/yukei/images/icon_date.png) no-repeat 0 0px;
  font-size: 12px; }

.postEntry {
  margin: 20px 0;
  /*
  iframe {
  	max-width:660px;
  	width:100%;
  	//height:56.25%;
  	min-height:371px;
  }
  */ }
  .postEntry h2 {
    font-weight: normal;
    padding: 10px 0;
    margin: 30px 0 10px;
    border-bottom: 3px double #3495b1; }
  .postEntry p img {
    display: block; }
  .postEntry ul li,
  .postEntry ol li {
    font-size: 14px;
    margin-left: 20px;
    line-height: 180%; }
  .postEntry ul li {
    list-style: outside; }
  .postEntry ol li {
    list-style: decimal outside; }
  .postEntry img.size-full,
  .postEntry img.size-medium,
  .postEntry img.size-large,
  .postEntry img.thumbnail {
    max-width: 660px;
    height: auto; }
  .postEntry img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .postEntry img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; }
  .postEntry a {
    color: #0000ff; }
    .postEntry a:hover {
      color: #3495b1;
      text-decoration: none; }
  .postEntry .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 10px; }
    .postEntry .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wp-caption {
  margin: 10px 0;
  padding: 0;
  max-width: 660px; }
  .wp-caption a,
  .wp-caption a:hover {
    border: none; }
  .wp-caption img {
    margin: 0 !important;
    border: none !important;
    max-width: 660px; }
  .wp-caption p {
    padding: 0px 10px 3px;
    margin: 0;
    text-align: center;
    font-size: 90%; }

p.wp-caption-text {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px; }

.postLink p.thumbnail img {
  width: 191px;
  padding: 0;
  border: 1px solid #cccccc; }
.postLink p.thumbnail a:hover img {
  border: 1px solid #3495b1; }
.postLink .fleft {
  width: 450px; }

.linkTitle {
  font-weight: normal;
  text-shadow: 1px 1px 3px #eeeeee;
  margin-bottom: 10px;
  position: relative; }
  .linkTitle a {
    text-decoration: none;
    color: #3495b1 !important;
    background: url(/wp-content/themes/yukei/images/cmnIcon03.png) no-repeat 0 4px/20px auto;
    padding-left: 27px;
    font-size: 19px; }

.postEntry.postLink {
  margin-bottom: 20px; }
  .postEntry.postLink p.thumbnail {
    margin-bottom: 10px; }
    .postEntry.postLink p.thumbnail img {
      display: inline; }
  .postEntry.postLink p.intro {
    border: 1px dashed #cccccc;
    padding: 10px; }

.postStaff table.entryDesc {
  width: 100%; }
  .postStaff table.entryDesc th {
    width: 20%; }

.postCondition .postTitle span.title {
  color: #3495b1; }
.postCondition p.thumbnail img {
  width: 150px;
  padding: 5px; }

.pageEntry {
  margin: 20px 0; }
  .pageEntry p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 2em; }
  .pageEntry ul li,
  .pageEntry ol li ul li, .pageEntry ol li,
  .pageEntry ul li ol li {
    margin-left: 25px;
    font-size: 15px;
    line-height: 2em; }
  .pageEntry ul li,
  .pageEntry ol li ul li {
    list-style: outside disc; }
  .pageEntry ol li,
  .pageEntry ul li ol li {
    list-style: outside decimal; }
  .pageEntry li strong {
    color: #3495b1;
    font-weight: normal; }
  .pageEntry img {
    max-width: 100%; }

span.next {
  background: url(/wp-content/themes/yukei/images/cmnIcon02.png) no-repeat 0 0/25px auto;
  width: 45%;
  display: inline-block;
  float: left;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 30px; }
  span.next:before {
    /*
    content:"NEXT ::: ";
    */ }

span.prev {
  background: url(/wp-content/themes/yukei/images/cmnIcon03.png) no-repeat right 0/25px auto;
  width: 45%;
  display: inline-block;
  float: right;
  text-align: right;
  padding-right: 30px;
  margin-bottom: 30px; }
  span.prev:after {
    /*
    content:" ::: PREV";
    */ }

.navi_below {
  margin: 20px auto;
  text-align: center; }
  .navi_below span {
    transition: .2s;
    display: inline-block; }
    .navi_below span a {
      text-decoration: none; }
    .navi_below span:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )"; }
  .navi_below a {
    transition: .2s;
    display: inline-block; }

.admin {
  color: #0000ff;
  border: 1px solid #0000ff;
  padding: 0 3px; }

h1 span.admin,
h2 span.admin {
  font-size: 11px;
  font-weight: normal;
  line-height: 150%;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-indent: 0; }

.wrap01 {
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 20px 0; }

.listTitle {
  font-size: 18px;
  text-shadow: 1px 1px 3px #eeeeee;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.3em;
  color: #3495b1;
  border-bottom: 3px double #3495b1;
  padding: 0 0 5px; }
  .listTitle .imgT {
    display: inline-block;
    float: right; }
    .listTitle .imgT img {
      height: 12px; }

table.tbl01 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }
  table.tbl01 th,
  table.tbl01 td {
    border-bottom: 1px dashed #dddddd;
    line-height: 1.8em;
    padding: 5px; }
    table.tbl01 th.date,
    table.tbl01 td.date {
      white-space: nowrap;
      min-width: 13%;
      padding-right: 20px; }
    table.tbl01 th a,
    table.tbl01 td a {
      text-decoration: none;
      transition: .2s; }
      table.tbl01 th a:hover,
      table.tbl01 td a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )"; }
  table.tbl01 th:last-child,
  table.tbl01 td:last-child,
  table.tbl01 tr:last-child {
    border-right: 0px dotted #dddddd; }
  table.tbl01 .admin {
    border-left: none;
    border-top: none; }
  table.tbl01 .title span.title {
    margin-left: 10px;
    color: #3495b1; }

table.entryDesc {
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 10px; }
  table.entryDesc tr {
    border-bottom: 1px solid #dddddd; }
  table.entryDesc th,
  table.entryDesc td {
    line-height: 1.8em;
    padding: 5px 10px; }
  table.entryDesc th {
    white-space: nowrap;
    border-right: 1px solid #dddddd;
    background-color: #eeeeee;
    font-weight: normal; }

table.contactForm {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-top: 20px; }
  table.contactForm tr {
    border-bottom: 1px solid #dddddd; }
  table.contactForm th,
  table.contactForm td {
    font-size: 13px;
    line-height: 150%;
    text-align: left;
    border-right: 1px solid #dddddd;
    padding: 5px 10px; }
  table.contactForm th {
    white-space: nowrap;
    text-align: right;
    color: #242f44;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    vertical-align: top;
    border-right: 3px double #3495b1; }
    table.contactForm th span {
      margin-top: 5px;
      display: block;
      color: #3495b1; }
    table.contactForm th em {
      font-style: normal;
      font-weight: normal;
      background-color: #ff9900;
      color: #ffffff;
      border-radius: 5px;
      padding: 0px 4px;
      font-size: 11px;
      position: absolute;
      top: 5px;
      left: 5px; }
  table.contactForm td {
    vertical-align: middle; }
    table.contactForm td input[type=text],
    table.contactForm td input[type=tel],
    table.contactForm td input[type=email] {
      border: 1px solid #dddddd;
      padding: 3px; }
    table.contactForm td input.medium {
      width: 70%; }
    table.contactForm td input.small {
      width: 35%; }
    table.contactForm td textarea {
      border: 1px solid #dddddd;
      padding: 5px;
      width: 94%;
      height: 150px; }

p.formbtn,
div.formbtn {
  text-align: center;
  margin: 10px auto; }

form#searchform input[type=text] {
  border: 1px solid #dddddd;
  padding: 5px 8px; }

input[type=submit],
input.btn {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 5px 8px; }

dl.info01 dt {
  float: left;
  width: 15%;
  text-align: center; }
  dl.info01 dt p {
    margin: 5px 0; }
  dl.info01 dt em {
    font-size: 80px;
    display: block;
    line-height: 1em;
    color: #3495b1; }
  dl.info01 dt span {
    font-size: 30px;
    line-height: 1.3em; }
  dl.info01 dt h2 {
    font-weight: normal; }
dl.info01 dd {
  float: right;
  width: 80%; }
dl.info01:nth-of-type(even) dt {
  float: right; }
dl.info01:nth-of-type(even) dd {
  float: left; }

dl.info02 dt {
  border-bottom: 2px solid #3495b1; }
  dl.info02 dt p {
    margin: 5px 0; }
  dl.info02 dt em {
    font-size: 20px;
    line-height: 1.3em; }
  dl.info02 dt span {
    font-size: 25px;
    display: inline-block;
    line-height: 1em;
    background: #3495b1;
    color: #ffffff;
    border-radius: 5px;
    min-width: 40px;
    min-height: 40px;
    padding: 8px 4px;
    text-align: center;
    margin-right: 15px; }
dl.info02 dd {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin: 5px 0 15px; }
  dl.info02 dd p {
    margin: 5px 0; }

dl.info03 {
  float: left;
  width: 320px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  position: relative; }
  dl.info03:nth-of-type(even) {
    float: right; }
  dl.info03 dt {
    overflow: hidden; }
    dl.info03 dt p {
      margin: 5px 0;
      line-height: 1.5em;
      color: #3495b1; }
  dl.info03 dd {
    position: relative;
    z-index: 1;
    border-top: 1px solid #cccccc; }
    dl.info03 dd p {
      margin: 5px 0;
      font-size: 14px;
      line-height: 1.8em; }
  @media screen and (max-width: 640px) {
    dl.info03 {
      float: none;
      width: 100%;
      margin-bottom: 10px; } }

ul.banners01 li a:hover, p.banners02 a:hover, ul.banners03 li a:hover, p.banners04 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )"; }

ul.banners01 li {
  display: block;
  float: left;
  width: 320px;
  margin-bottom: 20px; }
  ul.banners01 li:nth-child(2n+1) {
    margin-right: 20px; }
  ul.banners01 li a img {
    width: 100%; }
@media screen and (max-width: 640px) {
  ul.banners01 li {
    float: none;
    width: 80%;
    margin: 10px auto 0 !important; } }

p.banners02 {
  margin-bottom: 20px;
  min-width: 675px; }
  p.banners02 a img {
    margin-left: -15px; }
  @media screen and (max-width: 640px) {
    p.banners02 {
      margin-bottom: 10px;
      min-width: inherit; }
      p.banners02 a img {
        width: 100%;
        margin-left: 0; } }

ul.banners03 li {
  display: block;
  float: left;
  width: 220px;
  margin-bottom: 20px; }
  ul.banners03 li a img {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
@media screen and (max-width: 640px) {
  ul.banners03 li {
    width: 100%; }
    ul.banners03 li a img {
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; } }

p.banners04 a img {
  width: 100%; }

.bxslider {
  /*
  width:660px;
  overflow:hidden;
  */ }
  .bxslider li img {
    max-width: 100%; }

.sns {
  margin: 15px 0; }
  .sns.facebook {
    background: #eee;
    position: relative; }
    .sns.facebook h3 {
      display: block;
      width: 150px;
      margin-right: 10px;
      float: left;
      color: #365899;
      font-size: 20px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      padding: 10px;
      text-align: left;
      position: relative;
      top: 60px;
      left: 20px; }
    .sns.facebook .fb-page {
      width: 500px;
      min-height: 210px;
      float: right; }
  @media screen and (max-width: 640px) {
    .sns.facebook {
      background: none;
      text-align: center;
      margin-top: 30px; }
      .sns.facebook .fb-page {
        width: 100%;
        min-height: inherit;
        float: none; } }

.onlyPC {
  font-size: inherit !important; }
  .onlyPC.inline {
    display: inline; }
  .onlyPC.inb {
    display: inline-block; }
