@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a:link {
}

a:visited {
}

a:hover,
a:focus {
  color: #c30;
}

.clr {
  clear: both;
  min-height: 1em;
}

*html .clr {
  height: 1px;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

input,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

.new {
  margin-left: 0.2em;
  padding: 3px 5px 2px;
  border-radius: 2px;
  background-color: #8d0101;
  color: #fff;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
}

.fs-cap {
  font-size: 180%;
  line-height: 150%;
  color: #6e4825;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

.fs-cap-02 {
  font-weight: 700;
  line-height: 200%;
}

.cap-left span {
  display: block;
  font-weight: bold;
  color: #f05459;
  font-size: 135%;
  margin-bottom: 20px;
}

img {
}

.clr {
  clear: both;
  min-height: 1em;
}

*html .clr {
  height: 1px;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

.margin-b {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.margin-b60 {
  margin-bottom: 60px;
}

.margin-b30 {
  margin-bottom: 60px;
}

.bl-check {
  background-color: #eee;
  padding: 20px;
}

.tbl-cnt {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.tbl-cnt th {
  font-size: 160%;
  color: #96682e;
  text-align: center;
  margin-bottom: 30px;
  font-weight: lighter;
  padding-bottom: 30px;
}

.tbl-cnt td {
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
  *zoom: 1;
}

/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media (min-width: 768px) {
  #yt {
    background-color: #f49098;
    background-image: url(../images/yt.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
    width: 95%;
    margin: 0px auto 0px auto;
    margin-bottom: 15px;
  }

  #yt2 {
    background-color: #fffbbd;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin: 15px auto 15px auto;
  }

  #yt h3 {
    background-color: #c95765;
    color: #fff;
    margin-bottom: 10px;
  }

  a:hover img,
  a:focus img {
    opacity: 0.85;
    filter: alpha(opacity=85);
  }

  :-ms-input-placeholder {
    color: #999999;
  }

  body,
  html {
    height: 100%;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    color: #4d4d4d;
    line-height: 170%;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo,
      "MS PGothic", sans-serif;
    background-image: url("../images/bg-body.png");
  }

  ol,
  ul {
    list-style: none;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc-disp {
  }

  .sp-disp {
    display: none;
  }

  #container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
  }

  #scrollTop {
    position: fixed;
    right: 0;
    z-index: 20;
    padding: 8px;
  }

  #scrollTop a {
    text-decoration: none;
  }

  .skip a {
    display: block;
    background-color: #007b44;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #header {
    background-image: url("../images/bg-header.png");
    background-repeat: no-repeat;
    background-position: center 8px;
  }

  #header-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
  }

  #header-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #header-inner-l {
    float: left;
  }

  #header-inner-l h1 {
    margin: 0px;
  }

  #header-inner-r {
    float: right;
    text-align: right;
    padding: 15px 15px 0 0;
  }

  .sp-header {
    display: none;
  }

  #globalNav {
    background-image: url("../images/bg-globalNav.png");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #globalNavInner {
    width: 100%;
    height: 94px;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
  }

  #globalNavInner a {
  }

  #globalNavInner:after {
    content: "";
    display: block;
    clear: both;
  }

  #globalMenu1,
  #globalMenu2,
  #globalMenu3,
  #globalMenu4,
  #globalMenu5,
  #globalMenu6 {
    float: left;
    text-align: center;
  }

  .Menu-line {
    float: left;
    padding-top: 10px;
  }

  #globalMenu1 {
    width: 240px;
    padding-top: 20px;
  }

  #globalMenu2 {
    width: 118px;
    padding-top: 20px;
  }

  #globalMenu3 {
    width: 118px;
    padding-top: 20px;
  }

  #globalMenu4 {
    width: 100px;
    padding-top: 20px;
  }

  #globalMenu5 {
    width: 173px;
    padding-top: 20px;
  }

  #globalMenu6 {
    width: 118px;
    padding-top: 20px;
  }

  #globalMenu1 span a,
  #globalMenu2 span a,
  #globalMenu3 span a,
  #globalMenu4 span a,
  #globalMenu5 span a,
  #globalMenu6 span a {
    display: block;
  }

  #globalMenu1 span a {
    width: 260px;
  }

  #globalMenu2 span a {
    width: 118px;
  }

  #globalMenu3 span a {
    width: 118px;
  }

  #globalMenu4 span a {
    width: 100px;
  }

  #globalMenu5 span a {
    width: 173px;
  }

  #globalMenu6 span a {
    width: 118px;
  }

  #globalNavInner a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #content {
    width: 100%;
    padding-bottom: 30px;
  }

  .pc-top-mainimage {
    width: 100%;
    padding: 0px;
    background-color: #ffffff;
  }

  .is img {
    border-top: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
  }

  .top-com {
    width: 100%;
    background-image: url("../images/bg-com.png");
    text-align: center;
    margin-top: 10px;
    padding: 15px 0 10px 0;
  }

  .content-top-w {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .content-top1 {
    width: 490px;
    float: left;
  }

  .content-top1-inner {
    width: 100%;
    margin: 0 auto;
  }

  .content-top1-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .content-top1-l {
    box-shadow: 0px 0px 5px 0 #777;
    width: 490px;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
  }

  .content-top1-l2 {
    box-shadow: 0px 0px 5px 0 #777;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding: 3px 10px;
  }

  .content-top1-l02 {
    box-shadow: 0px 0px 5px 0 #777;
    width: 490px;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-top: 15px;
  }

  .content-top1-l-title {
  }

  .content-top1-l-title img {
    display: block;
  }

  .content-top1-l-box {
    background-color: #ffffff;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .content-top1-l-box li {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #db5d5d;
  }

  .content-top1-l-box02 {
    background-color: #ffffff;
    padding: 15px;
  }

  .content-top1-l-box02 li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #db5d5d;
  }

  .top-img-w {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 82px;
  }

  .top-img {
    position: absolute;
    top: -20;
    left: 10;
    z-index: 100;
    margin-top: -15px;
  }

  .top-img02 {
    position: absolute;
    z-index: 60;
    margin-top: -15px;
  }

  .thumb-event {
    float: left;
    overflow: hidden;
    width: 95px;
  }

  .thumb-event img {
    width: 94px;
    padding-right: 20px;
  }

  .date-event {
    display: block;
    color: #ed454c;
    margin: 0px 0 5px 0;
  }

  .ichiran-link {
    text-align: right;
    margin-top: 15px;
  }

  .ichiran-link img {
    vertical-align: middle;
  }

  .ichiran-link a {
    text-align: right;
  }

  .content-top1-r {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 1px;
    width: 475px;
    text-align: center;
    box-shadow: 0px 0px 8px 0 #aaa;
  }

  .content-top1-r-bunner {
    margin-bottom: 15px;
  }

  .content-top1-r-bunner img {
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    -moz-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
    max-width: 445px;
    width: 100%;
  }

  .content-top2 {
    width: 475px;
    float: right;
    margin-bottom: 30px;
  }

  .content-top2-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .content-top2-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .content-top2-l {
    float: left;
    box-shadow: 0px 0px 8px 0 #aaa;
  }

  .content-top2-l-title {
    margin-bottom: 20px;
  }

  .content-top2-l-title img {
    display: block;
  }

  .content-top2-l-box {
    background-color: #ffffff;
    height: 720px;
  }

  .content-top2-r {
    float: right;
    width: 470px;
    height: 720px;
    text-align: center;
  }

  .content-top2-r-bunner {
    margin-bottom: 15px;
  }

  .content-top2-r-bunner img {
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 5px 0 #ddd;
    /* Firefox用 */
    box-shadow: 0 0 5px 0 #ddd;
    /* CSS3 */
  }

  .content-top2-r-bunner-last {
  }

  #footer {
    width: 100%;
    bottom: 0;
  }

  .footer1 {
    width: 100%;
    padding: 0px;
    background-color: #ede79f;
  }

  .footer1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .footer1-inner img {
    display: block;
  }

  .footer-mail {
    position: absolute;
    z-index: 10;
    top: 95px;
    left: 690px;
  }

  .tenpo {
    position: absolute;
    z-index: 10;
    top: 95px;
    left: 815px;
  }

  .footer2 {
    width: 100%;
  }

  .footer2-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .footer2-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .footer2-l {
    float: left;
    text-align: left;
    width: 150px;
    margin-bottom: 10px;
  }

  .footer2-l img {
    width: 100%;
    max-width: 130px;
  }

  .footer2-r {
    float: left;
    width: 755px;
  }

  .footer-link {
    margin-top: 5px;
    font-size: 90%;
    line-height: 150%;
  }

  .footer-link span {
    font-weight: bold;
    padding-right: 20px;
  }

  .footer-link a {
    text-decoration: none;
  }

  .copyright {
    font-size: 70%;
  }

  #sp-footer {
    display: none;
  }

  .area {
    font-size: 70%;
    margin: 20px 0px 0px 0px;
    line-height: 110%;
  }

  /* コンテンツページ関係始まり
================================================== */

  #sitemap_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #search_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #breadCrumb {
    font-size: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #breadCrumb p {
    margin-left: 30px;
  }

  .scrText {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  #content-inner {
    width: 1000px;
    margin: 0 auto;
  }

  #content-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #main {
    width: 77%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  #main2 {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0 #aaa;
    padding-bottom: 30px;
    clear: both;
    min-height: 1em;
  }

  .contentBody {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    min-height: 1em;
  }

  .thumb {
    float: left;
  }

  .thumb img {
    width: 200px;
    margin-right: 15px;
  }

  .pageList {
    padding-bottom: 20px;
    margin: 0px;
  }

  .pageList li {
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #db5d5d;
  }

  .pageList .title {
    padding-top: 20px;
  }

  .pageList .title a {
    text-decoration: underline;
    background-image: url(../images/bg-link.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 125%;
  }

  .pageList .date {
    font-size: 80%;
    color: #6e4825;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .description {
    display: block;
    color: #666666;
    font-weight: normal;
    margin-top: 20px;
  }

  .pagination {
    text-align: center;
  }

  .pagination a {
    text-align: center;
    padding: 5px;
  }

  #sidemenu {
    width: 23%;
    float: left;
    padding-top: 20px;
  }

  .sideHeader {
    background-color: #ffffff;
    text-align: center;
  }

  .sideHeader h2 {
    background-image: url("../images/bg-sideHeader-h2.gif");
    background-repeat: no-repeat;
    background-position: center top;
    color: #00a0e8;
    font-size: 140%;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .sideBody {
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .sideBody li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
  }

  .sideBody a {
    background-image: url("../images/link-icon01.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 12px;
    text-decoration: none;
  }

  .contentBody .pul-li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li li {
    background-image: url("../images/pul-li.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li strong {
  }

  .contentBody .pul-li02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li02 li {
    background-image: url("../images/pul-li-02.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li02 strong {
  }

  /*コンテンツページ関係終わり
================================================== */

  /*阿部さん作成分開始
================================================== */

  .c {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-left {
    width: 250px;
    float: left;
  }

  .c-right {
    width: 600px;
    float: right;
  }

  .c-right02 {
    width: 530px;
    float: right;
  }

  .c-left03 {
    width: 550px;
    float: left;
  }

  .c-right03 {
    width: 350px;
    float: right;
  }

  .c-right04 {
    width: 300px;
    float: right;
  }

  .c-tel {
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 200%;
    color: #d21577;
    letter-spacing: -2px;
    padding-left: 5px;
  }

  .c-tel p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-image: url(../images/icn-tel.png);
    background-repeat: no-repeat;
    background-position: left center;
  }

  .c-line {
    padding-top: 15px;
    padding-bottom: 10px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left top;
  }

  .c-navi {
  }

  .c-navi img {
    float: left;
  }

  .photo-s01 {
    margin-bottom: 30px;
    width: 890px;
    margin-right: auto;
    margin-left: auto;
  }

  .photo-s02 {
    float: left;
    width: 400px;
    margin-left: 20px;
  }

  .photo-s03 {
    margin-right: 20px;
    float: right;
    width: 400px;
  }

  .photosel {
    float: left;
    width: 580px;
    padding: 5px;
    padding-top: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0 #ccc;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    text-align: center;
    font-size: 80%;
  }

  .photosel img {
    margin-left: 10px;
    vertical-align: middle;
  }

  .logo-pure {
    float: right;
    width: 105px;
  }

  .tbl-base {
    margin-bottom: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #aaaaaa;
  }

  .tbl-base th {
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaaaaa;
    white-space: nowrap;
    width: 150px;
    font-weight: bold;
    padding: 10px;
    color: #9e9845;
  }

  .tbl-base td {
    padding: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaaaaa;
  }

  .f-cm {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #4d4d4d;
    border-bottom-color: #4d4d4d;
    padding-top: 30px;
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 45px;
  }

  .f-cm-l {
    width: 250px;
    float: left;
  }

  .f-cm-r {
    float: left;
    margin-left: 30px;
  }

  .f-cm-r p {
    line-height: 200%;
  }

  .cap-n {
    margin: 10px 0 20px 0;
    padding: 0px;
    font-size: 135%;
    line-height: 130%;
    color: #ef4e54;
    font-weight: bold;
  }

  .cap-n img {
    vertical-align: middle;
    margin-right: 20px;
  }

  .kw {
    width: 100%;
    margin-top: 20px;
  }

  .kw02 {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    background-color: #eee;
    padding: 15px;
  }

  .cap-info {
    position: relative;
    padding-top: 80px;
  }

  .c01 {
    background-image: url(../images/c01-03.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px;
    background-color: #f4f3ce;
    margin-bottom: 30px;
  }

  .c01-02 {
    margin-bottom: 30px;
  }

  .c01-03 {
    width: 550px;
    margin-bottom: 30px;
  }

  .c01-04 {
    text-align: center;
  }

  .c01-05 {
  }

  /*阿部さん作成分終了
================================================== */

  /* photo category thumbnail icons */
  .contentBody ul.icon_thumbs {
    list-style: none;
    margin-left: -20px;
  }

  .contentBody ul.icon_thumbs li {
    display: inline-block;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .contentBody ul.icon_thumbs li .thumb img {
    width: 200px;
  }

  .contentBody ul.icon_thumbs li .thumb a {
    display: block;
    background-image: url(../images/large.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
  }

  /* photo category thumbnail icons 終わり*/

  /*サイトマップ初め
================================================== */

  .sitemap {
    margin-left: 0px;
  }

  .depth1 li {
    padding-top: 0px;
  }

  .depth2 li {
    padding-top: 0px;
  }
}

/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */

/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {
  #yt {
    background-color: #f49098;
    background-image: url(../images/yt.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 30px;
    text-align: center;
    width: 95%;
    margin: 0px auto 0px auto;
    margin-bottom: 15px;
  }

  #yt2 {
    background-color: #fffbbd;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin: 15px auto 15px auto;
  }

  #yt h3 {
    background-color: #c95765;
    color: #fff;
    margin-bottom: 10px;
  }

  body,
  html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-size: 87.5%;
    line-height: 115%;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo,
      "MS PGothic", sans-serif;
    background-image: url("../images/bg-body.png");
  }

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

  ol,
  ul {
    list-style: none;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc-disp {
    display: none;
  }

  .sp-disp {
  }

  #container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
  }

  #scrollTop {
    position: fixed;
    right: 0;
    z-index: 20;
    padding: 8px;
  }

  #scrollTop a {
    text-decoration: none;
  }

  .skip p {
    display: block;
    background-color: #007b44;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #header {
    display: none;
  }

  /* メニュー関係
================================================== */

  #title {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .header-top {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 2;
  }

  .logo {
    padding: 5px 0;
    background-color: #ffffff;
    background-image: url("../images/bg-header.png");
    background-repeat: repeat;
    background-position: 50% -115px;
  }

  .logo img {
    width: 180px;
  }

  .header-top a {
    text-decoration: none;
  }

  .menu_open_button {
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-image: url(/theme/sn-default/images/menu_icon.png);
    background-color: #000;
    padding-top: 28px;
    text-align: center;
    width: 55px;
    height: 45px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
  }

  .menu_close_button {
    background-repeat: no-repeat;
    background-position: center 8px;
    background-image: url(/theme/sn-default/images/menu_icon.png);
    background-color: #000;
    padding-top: 28px;
    text-align: center;
    width: 55px;
    height: 45px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 20px;
    float: right;
  }

  /* Header Nav
================================================== */

  .header-navi {
  }

  .header-navi .nav-header {
    background: #999999;
  }

  .header-navi .nav-header h2 {
    float: left;
    padding: 15px 5px 5px 5px;
  }

  .header-navi .nav-header button {
    float: right;
    padding: 5px;
  }

  .header-navi .nav-header button img {
    width: 45px;
  }

  /*サイドバー
---------------------------------------------------------------*/

  #modal {
    display: none;
  }

  #modal h2 {
  }

  #modal h2,
  #modal ul {
    padding: 0px;
    width: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #modal ul li {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 0 0 0 5px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }

  .li-top {
    border-top: 1px solid #ccc;
  }

  #modal ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    background-image: url(../images/bg-link.png);
    background-repeat: no-repeat;
    background-position: left center;
  }

  #modal-menu1 {
  }

  #modal-menu2 {
  }

  #modal-menu3 {
  }

  #modal-menu4 {
  }

  #modal-menu5 {
  }

  #modal-menu6 {
  }

  #modal-menu7 {
  }

  #modal-menu8 {
  }

  #modal-menu9 {
  }

  .close {
    text-align: right;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .close a {
  }

  .open {
    display: block;
    margin-top: 7px;
    margin-right: 7px;
    float: right;
  }

  .open img {
    vertical-align: middle;
  }

  /*メニュー関係終わり
---------------------------------------------------------------*/

  #content {
    width: 100%;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .pc-top-mainimage {
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    margin-top: -10px;
  }

  .is img {
    max-width: none;
    border-left: 10px solid #ffffff;
  }

  .top-com {
    width: 100%;
    background-image: url("../images/bg-com.png");
    text-align: center;
    margin-top: -20px;
    padding: 10px 0 5px 0;
  }

  .content-top-w {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .content-top1 {
    width: 100%;
    padding: 0 5px 0 5px;
  }

  .content-top1-l {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }

  .content-top1-l2 {
    box-shadow: 0px 0px 5px 0 #777;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding: 3px 10px;
  }

  .content-top1-l02 {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 5px 0 5px 0;
    box-shadow: 0px 0px 5px 0 #777;
    background-color: #ffffff;
  }

  .content-top1-r-bunner img {
    max-width: 445px;
    width: 100%;
  }

  #yt {
    background-color: #f49098;
    background-image: url(../images/yt.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    padding-bottom: 70px;
    text-align: center;
    margin-top: 15px;
  }

  #yt h3 {
    background-color: #c95765;
    color: #fff;
    margin-top: 10px;
  }

  .facebook img {
    width: 0px;
  }

  .top-img-w {
    background-image: url("../images/bg-news.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 64px;
  }

  .top-img {
    position: absolute;
    top: -20;
    left: 5;
    z-index: 100;
    margin-top: -15px;
  }

  .top-img img {
    width: 70px;
  }

  .top-img02 {
    display: none;
  }

  .content-top1-l-title img {
    display: block;
  }

  .content-top1-l-box {
    background-color: #ffffff;
    padding: 15px 5px 5px 5px;
  }

  .content-top1-l-box li {
    border-bottom: 1px solid #ea3941;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .thumb-event {
    float: left;
    overflow: hidden;
    width: 95px;
  }

  .thumb-event img {
    width: 94px;
    padding-right: 10px;
  }

  .date-event {
    display: block;
    color: #ed454c;
    margin: 8px 0 5px 0;
  }

  .title-event {
  }

  .title-event a {
    text-decoration: none;
  }

  .ichiran-link {
    text-align: right;
    padding: 15px 0 15px 0;
  }

  .ichiran-link img {
    vertical-align: middle;
  }

  .ichiran-link a {
    text-align: right;
    text-decoration: none;
  }

  .content-top1-r {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 8px 0 #aaa;
  }

  .content-top1-r-bunner {
    padding: 0 10px 10px 10px;
  }

  .content-top2 {
    width: 100%;
    padding: 0 5px 0 5px;
  }

  .content-top2-l-title img {
    display: block;
  }

  .content-top2-l-box {
    background-color: #ffffff;
    border-left: 2px solid #0064c2;
    border-right: 2px solid #0064c2;
    border-bottom: 2px solid #0064c2;
    height: 400px;
  }

  .content-top2-r {
    text-align: center;
    padding-top: 10px;
  }

  .content-top2-r-bunner {
    padding: 0 10px 10px 10px;
  }

  #footer {
    width: 100%;
    bottom: 0;
  }

  .footer1 {
    width: 100%;
    padding: 0px;
    background-color: #ede79f;
  }

  .footer1-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .footer2 {
    width: 100%;
  }

  .footer2-inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer2-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .footer2-l {
    width: 100%;
    text-align: center;
  }

  .footer2-l img {
    width: 120px;
  }

  .footer2-r {
    width: 100%;
    text-align: center;
  }

  .footer-link {
    margin-top: 10px;
    font-size: 90%;
    text-align: left;
  }

  .footer-link span {
    display: block;
    font-weight: bold;
  }

  .footer-link a {
    text-decoration: none;
  }

  .copyright {
    margin-top: 5px;
    font-size: 68%;
    text-align: center;
  }

  .area {
    font-size: 70%;
    margin: 20px 0px 0px 0px;
    line-height: 110%;
  }

  #pc-footer {
    display: none;
  }

  /* スマホコンテンツページ関係始まり
================================================== */

  #main-image {
    display: none;
  }

  #sitemap_main {
    display: none;
  }

  #search_main {
    display: none;
  }

  #breadCrumb {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #breadCrumb p {
    margin-left: 0px;
  }

  .scrText {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  #content-inner {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
  }

  #content-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #main {
    width: 100%;
  }

  #main2 {
    width: 100%;
	background-color: #fff;
	padding: 15px;
  }

  .contentBody {
  }

  .thumb {
    float: left;
  }

  .thumb img {
    width: 100px;
    margin-right: 10px;
  }

  .pageList {
    padding-top: 20px;
    margin: 0px;
  }

  .pageList li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .pageList .title a {
    text-decoration: underline;
  }

  .pageList .date {
    font-size: 80%;
    color: #6e4825;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .description {
    display: block;
    color: #666666;
    padding-left: 20px;
    font-weight: normal;
    margin-top: 20px;
  }

  #sidemenu {
    width: 100%;
    padding: 5px;
    padding-bottom: 160px;
  }

  .sideHeader {
    text-align: left;
  }

  .sideHeader h2 {
    background-image: url("../images/bg-sp-sideHeader-h2.gif");
    background-repeat: no-repeat;
    background-position: left;
    height: 36px;
    margin: 0.5em 0 0.3em;
    padding-left: 20px;
    padding-top: 7px;
    color: #00a0e8;
    font-size: 110%;
  }

  .sideBody {
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .sideBody li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
  }

  .sideBody a {
    background-image: url("../images/link-icon01.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 12px;
    text-decoration: none;
  }

  .contentBody .pul-li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li li {
    background-image: url("../images/pul-li.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .contentBody .pul-li strong {
  }

  .contentBody .pul-li02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li02 li {
    background-image: url("../images/pul-li-02.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .contentBody .pul-li02 strong {
  }

  /*コンテンツページ関係終わり
================================================== */

  /*阿部さん作成分開始
================================================== */

  .c {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-left {
    text-align: center;
    width: 100%;
  }

  .c-right {
    margin-top: 5px;
    width: 100%;
  }

  .c-right02 {
    text-align: center;
  }

  .c-left03 {
    width: 100%;
  }

  .c-right03 {
    width: 100%;
  }

  .c-right03 img {
    margin: 5px;
  }

  .c-tel {
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 150%;
    color: #d21577;
    letter-spacing: -2px;
    padding-left: 5px;
  }

  .c-tel p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-image: url(../images/icn-tel.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  .c-tel a {
    color: #d21577;
  }

  .c-line {
    padding-top: 15px;
    padding-bottom: 10px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left top;
  }

  .photo-s01 {
    margin-bottom: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .photo-s02 {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 2px;
  }

  .photo-s03 {
    padding-left: 2px;
    padding-right: 5px;
    float: right;
    width: 50%;
  }

  .photosel {
    text-align: center;
  }

  .photosel img {
    margin-left: 10px;
  }

  .tbl-base {
    width: 100%;
    margin-bottom: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #aaaaaa;
  }

  .tbl-base th {
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaaaaa;
    white-space: nowrap;
    font-weight: bold;
    padding: 10px;
    color: #9e9845;
  }

  .tbl-base td {
    padding: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaaaaa;
  }

  .f-cm {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #4d4d4d;
    border-bottom-color: #4d4d4d;
    padding-top: 30px;
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 45px;
  }

  .f-cm-l {
    width: 250px;
    float: left;
  }

  .f-cm-r {
    float: left;
    margin-left: 30px;
  }

  .f-cm-r p {
    line-height: 200%;
  }

  .c01 {
    background-image: url(../images/c01-03.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px;
    background-color: #f4f3ce;
    margin-bottom: 30px;
  }

  .c01-02 {
    margin-bottom: 30px;
  }

  .c01-03 {
    margin-bottom: 30px;
  }

  .c01-04 {
    text-align: center;
  }

  .c01-05 {
  }

  .cap-n {
    margin: 10px 0 20px 0;
    padding: 0px;
    line-height: 130%;
    color: #ef4e54;
    font-weight: bold;
  }

  .cap-n img {
    vertical-align: middle;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  .kw {
    width: 100%;
    margin-top: 20px;
  }

  .kw02 {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    background-color: #eee;
    padding: 15px;
  }

  /*阿部さん作成分終了
================================================== */

  /*サイトマップ初め
================================================== */

  .sitemap {
    margin-left: 0px;
  }

  .depth1 li {
    padding-top: 0px;
  }

  .depth2 li {
    padding-top: 0px;
  }
}

/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */
@media (max-width: 768px) {
  /* photo category thumbnail icons */
  .contentBody ul.icon_thumbs {
    display: block;
    list-style: none;
    margin: 0px 0 20px 5px;
  }

  .contentBody ul.icon_thumbs li {
    display: block;
    float: left;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .contentBody ul.icon_thumbs li .thumb img {
    width: 65px;
  }
}

.btn-link {
  background-image: url(../images/h2.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 320px;
  margin: 0px auto 10px auto;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  border: double 3px #fff;
  font-weight: bold;
  text-align: center;
}

.btn-link a {
  color: #fff;
  font-weight: bold;
  background-image: url(../images/ar.png);
  background-repeat: no-repeat;
  background-position: leff center;
  padding: 0px 0px 0px 20px;
}

.depth1 {
}

.depth2 {
  margin-left: 30px;
}

.ban-sns {
  padding: 20px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ban-sns a {
  display: block;
  margin-bottom: 10px;
  width: 47%;
}

.ban-sns img {
  border: solid 1px #ccc;
  padding: 15px;
  width: 100%;
  background-color: #fff;
}

/* /calendarページ
================================================== */
.cal_month_select {
  display: flex;
  justify-content: center;
}

.now_month {
  padding: 0 0.5rem;
}

.cal_tbl {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
}

.cal_tbl th,
.cal_tbl td {
  border: 1px solid #ccc;
  padding: 3px;
  vertical-align: middle;
}

.cal_tbl thead tr {
  background-color: #ffccc2;
}

.cal_tbl .saturday {
  color: #2382b8;
}

.cal_tbl .sunday {
  color: #e5656a;
}

.contentBody .cal_tbl ul {
  margin-bottom: 0;
}

.cal_month_select {
  margin: 0.5rem;
}

/* TOPイベントカレンダー
================================================== */

.eigyo {
  padding: 1px;
  background-color: #ffccc2;
  margin: 2rem 0;
  box-shadow: 0px 0px 5px 0 #777;
}

.eigyo h2 {
  text-align: center;
  margin: 0.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 8px;
}

.eigyo h2 img {
  width: 40%;
  padding-top: 0.5rem;
}

.eigyo-wrap {
  background-color: #fff;
  border-radius: 15px;
  margin: 1.25rem;
  padding: 1rem;
}

.eigyo-inner {
  display: flex;
  justify-content: space-around;
}

.eigyo h3 {
  border-bottom: 1px solid #de6361;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25em;
}

.schedule {
  width: 40%;
}

.ev-list-link {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.ev-list-link a {
  display: inline-block;
  background-color: #ffd5df;
  color: #593725;
  padding: 0.3rem 2rem;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.ev-list-link a:hover {
  background-color: #ffeaef;
}

.eigyo-jikan {
  width: 40%;
}

.eigyo-jikan table {
  border-collapse: separate;
  border-spacing: 0 8px;
  margin: 0 0 2rem 0;
}

.eigyo-jikan table tr {
  margin: 1rem;
}

.eigyo-jikan table th {
  color: #fff;
  background-color: #de6361;
  padding: 0 15px;
}

.eigyo-jikan table td {
  padding: 0 15px;
  font-weight: bold;
  font-size: 18px;
}

.top-contact {
  background-color: #ffd5df;
  display: flex;
  justify-content: space-between;
}

.top-contact h4 {
  border-bottom: 1px solid #de6361;
  margin-bottom: 1rem;
}

.tc-info {
  width: 65%;
  padding: 1rem 0 1rem 1rem;
}

.tc-info-item {
  text-align: center;
  background-color: #fff;
  margin: 0.5rem;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.tc-info-item:hover {
  background-color: #ffefef;
}

.tc-info-item img {
  height: 12px;
  vertical-align: middle;
  padding-right: 3px;
}

.tc-info-item .tc-info-area {
  color: #fff;
  background-color: #de6361;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 3px;
}

.tc-info-text {
  color: #755f52;
  top: 1px;
  position: relative;
}

.top-contact-img {
  width: 30%;
  position: relative;
}

.top-contact-img img {
  vertical-align: bottom;
  width: 120%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.eigyo-jikan p {
  padding-top: 0.5rem;
}

@media (max-width: 767px) {
  .eigyo {
    margin: 2rem 5px;
  }

  .eigyo-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .eigyo h2 {
    font-size: 1.2rem;
  }

  .eigyo h2 img {
    width: 70%;
    padding-top: 0.5rem;
  }

  .eigyo h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }

  .schedule {
    width: 90%;
  }

  .cal_color {
    font-size: 14px;
  }

  .ev-list-link {
    margin: 1.5rem 0 2rem;
  }

  .ev-list-link a {
    padding: 0.5rem 2rem;
  }

  .eigyo-jikan {
    width: 90%;
  }

  .top-contact h4 {
    padding-bottom: 0.5rem;
  }

  .tc-info-item {
    padding: 0.25rem 0;
    margin: 0.5rem 0;
  }

  .top-contact-img {
    width: 150px;
  }

  .top-contact-img img {
    width: 100%;
    left: 20px;
  }
}

@media (max-width: 480px) {
  .schedule {
    width: 100%;
  }

  .eigyo-jikan {
    width: 100%;
  }

  .eigyo-jikan table,
  .eigyo-jikan table td {
    font-size: 16px;
  }

  .eigyo-jikan table th {
    padding: 5px 10px;
  }

  .tc-info {
    padding: 1rem;
    width: 100%;
  }

  .tc-info-item {
    font-size: 12px;
  }

  .top-contact-img {
    display: none;
  }

  .top-contact-img img {
    width: 100%;
    left: 0;
  }
}

.cal_tbl th.day,
.cal_tbl th.week {
  width: 50px;
}

/* 日別カレンダー
================================================== */

.cal_day_tbl {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
}

.cal_day_tbl th,
.cal_day_tbl td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}

.cal_day_tbl th {
  width: 20%;
  background-color: #ffccc2;
}

@media (max-width: 767px) {
  .cal_day_tbl th,
  .cal_day_tbl td {
    width: 25%;
    padding: 5px;
  }
}

@media (max-width: 360px) {
  .content-top1-r-bunner img {
    max-width: 100%;
    width: 100%;
  }
  .sp-blank {
    display: none;
  }
}



@media (max-width: 767px) {
    #breadCrumb p {
        font-size: 80%;
    }
}
