@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted gray;
  margin: 10px 0;
  padding: 0;
  width: 100%; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 1.7;
  margin: 0;
  padding: 0px; }

html, body {
  color: #4d4d4d; }

br {
  letter-spacing: normal; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.forP {
  display: inline; }
  @media screen and (max-width: 768px) {
    .forP {
      display: none; } }

.forPT {
  display: inline; }
  @media screen and (max-width: 480px) {
    .forPT {
      display: none; } }

.forTS {
  display: none; }
  @media screen and (max-width: 768px) {
    .forTS {
      display: inline; } }

.forS {
  display: none; }
  @media screen and (max-width: 480px) {
    .forS {
      display: inline; } }

a {
  color: #435A3B;
  text-decoration: none; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #837300; }
  a:active {
    text-decoration: none; }

.flL {
  float: left; }

.flR {
  float: right; }

.clb {
  clear: both;
  height: 1px; }

.taL {
  text-align: left; }

.taR {
  text-align: right; }

.taC {
  text-align: center; }

.imgR {
  float: right;
  margin: 10px 0 5px 10px;
  width: 150px; }
  @media screen and (max-width: 768px) {
    .imgR {
      float: none;
      margin: 5px auto 5px auto;
      width: 100%; } }

.imgL {
  float: left;
  margin: 0px 20px 0px 0;
  width: 300px; }
  @media screen and (max-width: 768px) {
    .imgL {
      float: none;
      margin: 5px auto 5px auto;
      width: 100%; } }

.img-message {
  float: left;
  margin: 5px 10px 5px 0;
  width: 300px; }
  @media screen and (max-width: 768px) {
    .img-message {
      float: none;
      margin: 5px auto 5px auto;
      width: 80%; } }

.img-kenshui {
  float: left;
  margin: 5px 10px 5px 0;
  width: 200px; }
  @media screen and (max-width: 768px) {
    .img-kenshui {
      float: none;
      margin: 5px auto 5px auto;
      width: 100%; } }

.img60 {
  width: 60%;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .img60 {
      width: 100%; } }

.img70 {
  width: 70%;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .img70 {
      width: 100%; } }

.img80 {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .img80 {
      width: 100%; } }

.red {
  color: #FF0000; }

.purple {
  color: #282AA0; }

.blue {
  color: #A4C0FF; }

.dark-blue {
  color: #0F35B7; }

.yellow {
  color: #FFE000; }

.green {
  color: #435A3B; }

.white {
  color: #fff; }

.black {
  color: #000; }

.pl10 {
  padding-left: 10px; }

.p20 {
  padding: 10px 20px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mr30 {
  margin-right: 30px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt50 {
  padding-top: 50px; }

.foSS {
  font-size: 60%; }

.foSSS {
  font-size: 40%; }

.foS {
  font-size: 80%; }

.foM {
  font-size: 100%; }

.foL {
  font-size: 120%;
  padding-top: 10px; }

.foLL {
  font-size: 140%; }

.foSB {
  font-size: 0.6em;
  font-weight: bold; }

.foMB {
  font-size: 1.0em;
  font-weight: bold; }

.foLB {
  font-size: 1.2em;
  font-weight: bold; }

.foLLB {
  font-size: 1.4em;
  font-weight: bold; }

.foB {
  font-weight: bold; }

.strong {
  font-weight: bold; }

.caption {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #b3b3b3; }

.ul {
  margin: 5px 0;
  padding-left: 25px;
  list-style-type: disc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5; }

.ol {
  margin: 5px 0;
  padding-left: 25px;
  list-style-type: decimal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5; }

body {
  background: #000 url("../img/bg-01.jpg"); }

.header {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: gray dotted 3px;
  background: #131842 url("../img/bg-04.jpg"); }
  .header .header-wrap {
    position: relative;
    padding: 10px 0;
    width: 1240px;
    height: 170px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .header .header-wrap {
        height: 130px;
        overflow: hidden;
        width: 100%; } }
    .header .header-wrap .logo {
      position: absolute;
      width: 420px;
      left: 20px;
      top: 40px; }
      @media screen and (max-width: 768px) {
        .header .header-wrap .logo {
          width: 260px;
          top: 50px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .header .header-wrap .tel {
      position: absolute;
      width: 60%;
      max-width: 330px;
      right: 10px;
      top: 20px; }
      @media screen and (max-width: 768px) {
        .header .header-wrap .tel {
          display: none; } }
    .header .header-wrap .nav-main {
      font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      width: 760px;
      right: 0px;
      top: 110px;
      height: 50px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .header .header-wrap .nav-main {
          display: none; } }
      .header .header-wrap .nav-main ul {
        padding: 0;
        list-style: none; }
      .header .header-wrap .nav-main li {
        float: left;
        display: inline;
        padding: 0;
        margin: 0 5px;
        line-height: 1.2;
        background-color: #545B8C; }
        .header .header-wrap .nav-main li a {
          display: block;
          height: 40px;
          border: 1px solid #b3b3b3;
          border-radius: 5px;
          padding: 5px 0px 5px;
          text-decoration: none;
          color: #fff;
          width: 142px;
          text-align: center;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: normal;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
        .header .header-wrap .nav-main li a:hover {
          background-color: #ECDE09;
          color: #333333; }
        .header .header-wrap .nav-main li .now {
          background-color: #0D0C58;
          color: #fff; }

#sp-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  @media screen and (max-width: 768px) {
    #sp-menu {
      display: block; } }

.menu-btn, .close-animatedModal {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .menu-btn, .close-animatedModal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .menu-btn span, .close-animatedModal span {
    display: none;
    content: '';
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background-color: #b3b3b3;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .menu-btn span, .close-animatedModal span {
        display: block; } }
    .menu-btn span:before, .close-animatedModal span:before, .menu-btn span:after, .close-animatedModal span:after {
      display: none;
      content: '';
      height: 2px;
      width: 30px;
      border-radius: 2px;
      background-color: #b3b3b3;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .menu-btn span:before, .close-animatedModal span:before, .menu-btn span:after, .close-animatedModal span:after {
          display: block; } }
    .menu-btn span:before, .close-animatedModal span:before {
      bottom: 10px; }
    .menu-btn span:after, .close-animatedModal span:after {
      top: 10px; }

.close-animatedModal span {
  background-color: rgba(255, 255, 255, 0); }
  .close-animatedModal span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-animatedModal span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.modal-content {
  margin: 80px 0 20px; }

.sp-nav-main li {
  width: 100%;
  float: left;
  list-style: none; }
  .sp-nav-main li a {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    text-align: center;
    color: #e6e6e6;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    text-decoration: none;
    padding: 18px 0;
    border-top: 1px solid gray;
    background-color: #000; }
    .sp-nav-main li a:hover {
      background-color: #141256; }
  .sp-nav-main li:last-child {
    border-bottom: 1px solid gray; }

.sp-nav-sub li {
  width: 33%;
  float: left;
  list-style: none; }
  .sp-nav-sub li a {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    border-top: 1px solid #e6e6e6;
    background-color: #799454; }
    .sp-nav-sub li a:hover {
      background-color: #698248; }
  .sp-nav-sub li:nth-child(even) {
    width: 34%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }

.sp-nav-midasi li {
  width: 100%;
  float: left;
  list-style: none; }
  .sp-nav-midasi li a {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    border-top: 1px solid #e6e6e6;
    background-color: #799454; }
    .sp-nav-midasi li a:hover {
      background-color: #698248; }
  .sp-nav-midasi li:nth-child(even) {
    border-left: 1px solid #e6e6e6; }

.nivo {
  width: 1240px;
  height: 698px;
  margin: 0px auto 10px auto; }
  @media screen and (max-width: 768px) {
    .nivo {
      width: 100%;
      height: auto; } }

.movie {
  width: 1282px;
  height: 722px;
  margin: 0px auto 10px auto;
  border: 1px solid #b3b3b3; }
  @media screen and (max-width: 768px) {
    .movie {
      border: 0px solid #b3b3b3;
      width: 100%;
      height: auto; } }
  .movie video {
    width: 100%;
    height: auto; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.photo {
  position: relative;
  padding: 10px;
  width: 1240px;
  height: auto;
  margin: 0px auto 10px auto;
  border: 1px solid gray; }
  @media screen and (max-width: 768px) {
    .photo {
      margin: 10px auto 0;
      width: 100%;
      height: auto;
      border: none;
      padding: 0; } }
  .photo .midasi {
    z-index: 200;
    position: absolute;
    bottom: 10px;
    right: 60px;
    font-size: 40px;
    font-size: 4rem;
    color: #000;
    text-shadow: white 2px 0px 0px, white 1.75517px 0.958851px 0px, white 1.0806px 1.68294px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.701566px 0px, white -1.30729px -1.5136px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.558831px 0px; }
    @media screen and (max-width: 768px) {
      .photo .midasi {
        bottom: 0px;
        right: 20px;
        font-size: 26px;
        font-size: 2.6rem; } }

.container {
  width: 100%; }

@media print, screen and (min-width: 769px) {
  .bnr-blue, .bnr-red, .bnr-green, .bnr-yellow {
    display: none; } }
.bnr-blue, .bnr-red, .bnr-green, .bnr-yellow {
  width: 80%;
  height: 40px;
  margin: 0px 10%  10px;
  text-align: center; }

.bnr-blue a, .bnr-red a, .bnr-green a, .bnr-yellow a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px;
  border: 2px solid #B3B3B3;
  border-radius: 5px;
  background-color: #313B6C;
  display: block;
  color: #fff;
  text-decoration: none; }

.bnr-red a {
  background-color: #981110; }

.bnr-green a {
  background-color: #3E5337; }

.bnr-yellow a {
  background-color: #7F7400; }

.wrap {
  width: 1240px;
  height: auto;
  padding: 0px 130px 0px;
  margin: 0 auto 20px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .wrap {
      width: 90%;
      padding: 0px 5% 0px; } }

.h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #141256;
  border: 1px solid gray;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-align: center;
  padding: 2px;
  color: #e6e6e6; }

.h2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #e6e6e6;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .h2 {
      font-size: 16px;
      font-size: 1.6rem; } }

.h3 {
  width: 100%;
  color: #e6e6e6;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  border-bottom: 2px dotted gray; }

.h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #FCEBC0;
  border: 1px solid #b3b3b3;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 0px; }

.h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #E6E6E6;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 0px; }

.btn-dtl {
  margin-top: 10px;
  background-color: #fff;
  float: right;
  border: 1px solid #b3b3b3; }
  .btn-dtl a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px 26px;
    display: block;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .btn-dtl a:hover {
    color: #fff;
    background-color: #2E4750; }

.btn-back {
  float: right;
  margin-top: 10px;
  display: block;
  background-color: #981E56;
  border: 1px solid #b3b3b3; }
  .btn-back a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    padding: 3px 26px;
    display: block;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .btn-back a:hover {
    display: block;
    color: #4d4d4d;
    background-color: #fff; }

.btn-reserve {
  float: right;
  text-align: center;
  width: 300px;
  margin: 10px auto;
  border: 1px solid #b3b3b3; }
  .btn-reserve a {
    background-color: #2E4750;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px;
    display: block;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .btn-reserve a:hover {
    color: #4d4d4d;
    background-color: #fff; }

#footer {
  margin-top: 30px;
  width: 100%;
  background: #141256 url("../img/bg-04.jpg"); }

.footerCont {
  width: 1240px;
  padding: 10px 10px 0;
  height: 100px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .footerCont {
      width: 100%;
      height: 100px; } }
  .footerCont p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #b3b3b3;
    display: inline;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.copyright {
  padding-top: 15px;
  margin: 0px 0px 0 0px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b3b3; }

/*ページトップへ*/
div.page_top {
  position: fixed;
  right: 20px;
  bottom: 110px;
  background-color: gray;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 30px; }

div.page_top a {
  padding-top: 5px;
  display: block;
  text-decoration: none;
  color: #fff; }

div.page_top a:hover {
  text-decoration: none;
  background-color: #545B8C;
  width: 60px;
  height: 60px;
  border-radius: 30px; }

.item6, .item4 {
  text-align: center;
  width: 50%;
  float: left;
  overflow: hidden; }
  .item6 img, .item4 img {
    width: 80%;
    padding: 5px;
    background: #fff;
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .item6, .item4 {
      width: 98%; } }

.item4 {
  width: 33%; }
  @media screen and (max-width: 768px) {
    .item4 {
      width: 98%; } }

.bgW {
  background-color: #fff; }

.paper {
  float: right;
  width: 200px;
  position: relative;
  margin: -30px 0 20px;
  padding: 15px 5px 5px 5px;
  background: #fff9e7;
  -webkit-box-shadow: inset 0 0 30px #e6dcbe;
          box-shadow: inset 0 0 30px #e6dcbe; }

.paper-2{
  width: 80%;
  margin:0 auto; 
  padding: 15px 5px 5px 5px;
  background: #fff9e7;
  -webkit-box-shadow: inset 0 0 30px #e6dcbe;
          box-shadow: inset 0 0 30px #e6dcbe; 
}  @media screen and (max-width: 768px) {
  .paper-2 {
    width: 98%; } }

.paper:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  width: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #e8ddbd;
  border-color: #e8ddbd #e8ddbd #333333 #333333; }

.paper h1 {
  font-size: 24px;
  margin: 0 0 15px;
  color: #603913; }

.paper p {
  font-family: 'arial narrow', serif;
  line-height: 1.4em; }

.tape {
  background: rgba(255, 255, 255, 0.4);
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 85px;
  height: 28px;
  position: absolute;
  top: -13px;
  left: 34%;
  -webkit-transform: rotate(-3deg); }

.name {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 5px;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 1.3; }
  .name span {
    font-size: 80%; }
  @media screen and (max-width: 768px) {
    .name {
      margin-top: 10px; } }

.kakaku {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 0px 5px 0px 0px;
  color: #487A79;
  text-align: right;
  font-size: 14px;
  line-height: 1.3; }

.dtl {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 0px 2px 0px;
  color: #4d4d4d;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  border-top: 1px dotted #666;
  padding-top: 5px;
  padding-left: 10px; }
  .dtl span {
    font-size: 16px;
    font-weight: bold;
    color: #A2004D; }

.item4-maborosi {
  width: 31.3%;
  margin: 0px 1%  20px;
  float: left;
  background-color: #fff;
  padding: 8px; }
  @media screen and (max-width: 768px) {
    .item4-maborosi {
      width: 98%; } }
  .item4-maborosi img {
    width: 100%;
    margin: 0px 0 0; }

.grid4, .grid2, .grid3, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid12 {
  width: 31.3%;
  margin: 0px 1%  0px;
  float: left; }
  .grid4 p, .grid2 p, .grid3 p, .grid5 p, .grid6 p, .grid7 p, .grid8 p, .grid9 p, .grid10 p, .grid12 p {
    margin: 5px 10px 10px;
    color: #b3b3b3;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .grid4, .grid2, .grid3, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid12 {
      width: 98%; } }
  .grid4 img, .grid2 img, .grid3 img, .grid5 img, .grid6 img, .grid7 img, .grid8 img, .grid9 img, .grid10 img, .grid12 img {
    width: 100%;
    margin: 0px 0 0; }

.grid2 {
  float: left;
  width: 14.6%; }
  @media screen and (max-width: 768px) {
    .grid2 {
      float: left;
      width: 48%; } }

.grid3 {
  width: 23%; }
  @media screen and (max-width: 768px) {
    .grid3 {
      width: 48%; } }

.grid5 {
  width: 39.6%; }
  @media screen and (max-width: 768px) {
    .grid5 {
      width: 80%;
      margin: 0px 10% 20px; } }

.grid6 {
  width: 48%; }
  @media screen and (max-width: 768px) {
    .grid6 {
      width: 98%; } }

.grid7 {
  width: 56.3%; }
  @media screen and (max-width: 768px) {
    .grid7 {
      width: 80%;
      margin: 0px 10% 20px; } }

.grid8 {
  width: 64.6%; }
  @media screen and (max-width: 768px) {
    .grid8 {
      width: 98%; } }

.grid9 {
  width: 73%; }
  @media screen and (max-width: 768px) {
    .grid9 {
      width: 98%; } }

.grid10 {
  width: 81.3%; }
  @media screen and (max-width: 768px) {
    .grid10 {
      width: 98%; } }

.grid12 {
  width: 98%; }

.bd {
  border: 1px solid gray;
  padding: 5px; }

.bd-white {
  margin-top: 10px;
  border: 1px solid #b3b3b3;
  padding: 10px;
  border-radius: 5px; }

.space1 {
  width: 6.3%;
  margin: 10px 1%  10px;
  float: left; }
  @media screen and (max-width: 768px) {
    .space1 {
      display: none; } }

.space2 {
  width: 14.6%;
  margin: 10px 1%  10px;
  float: left; }
  @media screen and (max-width: 768px) {
    .space2 {
      display: none; } }

.space3 {
  width: 23%;
  margin: 10px 1%  10px;
  float: left; }
  @media screen and (max-width: 768px) {
    .space3 {
      display: none; } }

.space4 {
  width: 31%;
  margin: 10px 1%  10px;
  float: left; }
  @media screen and (max-width: 768px) {
    .space4 {
      display: none; } }

.space15 {
  width: 10.5%;
  margin: 10px 1%  10px;
  float: left; }
  @media screen and (max-width: 768px) {
    .space15 {
      display: none; } }

.table-bd40, .table-bd60, .table-bd80, .table-bd90, .table-bd95, .table-bd100 {
  margin: 10px auto;
  width: 40%;
  border-collapse: collapse;
  background-color: #fff;
  color: #4d4d4d;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7; }
  @media screen and (max-width: 480px) {
    .table-bd40, .table-bd60, .table-bd80, .table-bd90, .table-bd95, .table-bd100 {
      width: 98%; } }
  .table-bd40 th, .table-bd60 th, .table-bd80 th, .table-bd90 th, .table-bd95 th, .table-bd100 th {
    border: 1px #999 solid;
    padding: 2px auto;
    text-align: center;
    background-color: #DBEFD2;
    font-weight: normal; }
  .table-bd40 td, .table-bd60 td, .table-bd80 td, .table-bd90 td, .table-bd95 td, .table-bd100 td {
    border: 1px #999 solid;
    padding: 2px 5px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .table-bd40 td, .table-bd60 td, .table-bd80 td, .table-bd90 td, .table-bd95 td, .table-bd100 td {
        text-align: left;
        padding: 2px; } }

.table-bd60 {
  width: 60%; }
  @media screen and (max-width: 480px) {
    .table-bd60 {
      width: 98%; } }

.table-bd80 {
  width: 80%; }
  @media screen and (max-width: 480px) {
    .table-bd80 {
      width: 98%; } }

.table-bd90 {
  width: 90%; }
  @media screen and (max-width: 480px) {
    .table-bd90 {
      width: 98%; } }

.table-bd95 {
  width: 95%; }
  @media screen and (max-width: 480px) {
    .table-bd95 {
      width: 98%; } }

.table-bd100 {
  width: 100%; }
  @media screen and (max-width: 480px) {
    .table-bd100 {
      width: 98%; } }

/*cell width*/
.w5p {
  width: 5%; }

.w10p {
  width: 10%; }

.w15p {
  width: 15%; }

.w20p {
  width: 20%; }

.w25p {
  width: 25%; }

.w30p {
  width: 30%; }

.w35p {
  width: 35%; }

.w40p {
  width: 40%; }

.w45p {
  width: 45%; }

.w50p {
  width: 50%; }

.w55p {
  width: 55%; }

.w60p {
  width: 60%; }

.w65p {
  width: 65%; }

.w70p {
  width: 70%; }

.w75p {
  width: 75%; }

.w80p {
  width: 80%; }

.info {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .info {
      width: 100%;
      margin-top: 10px; } }
  .info img {
    float: right;
    width: 100px; }
  .info dl {
    margin-top: 5px;
    color: #4d4d4d;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem; }
  .info dl dt {
    float: left;
    width: 12em;
    padding: 5px 0.5em; }
    @media screen and (max-width: 480px) {
      .info dl dt {
        float: none;
        padding: 5px 0.5em 0px; } }
  .info dl dd {
    margin-left: 0;
    padding: 5px 0.5em 5px 12em;
    border-bottom: dotted 1px #4d4d4d; }
    .info dl dd a {
      color: #435A3B; }
    @media screen and (max-width: 480px) {
      .info dl dd {
        padding: 0px 0.5em 5px 2em; } }

.index-bnr {
  margin-top: 20px;
  width: 200px;
  background-color: #fff;
  padding: 1px;
  float: right;
  border: 1px solid #b3b3b3; }
  @media screen and (max-width: 768px) {
    .index-bnr {
      display: none; } }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* for macIE \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

ul#newsList {
  margin: 15px 15px 15px;
  padding: 0; }

ul#newsList li {
  color: #b3b3b3;
  font-size: 18px;
  font-size: 1.8rem;
  /*pooedit*/
  line-height: 1.3;
  margin: 0;
  padding: 8px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #b3b3b3;
  line-height: 120%;
  list-style-type: none; }
  @media screen and (max-width: 480px) {
    ul#newsList li {
      font-size: 14px;
      font-size: 1.4rem; } }

a {
  color: #e6e6e6;
  text-decoration: none; }

a:hover {
  color: #b3b3b3;
  text-decoration: underline; }

.up_ymd {
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8; }

.catName {
  /*display:inline-block;*/
  display: none;
  /*pooedit*/
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px; }

.newMark {
  float: right;
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  -webkit-box-shadow: 1px 1px 1px #999;
          box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
  position: relative;
  /*pooedit*/
  top: 5px;
  /*pooedit*/
  right: 15px;
  /*pooedit*/ }

.title {
  font-size: 18px;
  position: relative;
  /*pooedit*/
  left: 16px;
  /*pooedit*/ }

.comment {
  margin-left: 15px;
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  font-size: 16px;
  width: 85%;
  /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */ }

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden; }

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both; }

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #b3b3b3;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px; }

/*現在のページのボタン*/
.pager a.current {
  background: #e6e6e6;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none; }

.pager a:hover {
  background: #b3b3b3;
  color: #000; }

.overPagerPattern {
  padding: 0 2px; }

/* /Pager style */