@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: #666666;
  background-color: #fff;
  font-family: "Meiryo UI", sans-serif;
}

a:link {
  color: #b70944;
  text-decoration: none;
}

a:visited {
  color: #b70944;
}

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

a:active {
  color: #b70944;
}

p {
  /* font-size: small; */
  font-size: medium;
  line-height: 180%;
}

hr {
  display: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

/* フロート解除　*/
.clearfloat {
  font-size: 1px;
  line-height: 0px;
  clear: both;
  height: 0px;
}

body,
h1,
h2,
h3,
p {
  margin: 0px;
  padding: 0px;
}

/* レイアウト大枠 */
#container {
  width: 100%;
  background-color: #ffffff;
  margin-top: 146px;
  /* ヘッダー背景の高さとかで変わる */
}

/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 136px;
  float: left;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  /*  border-bottom-color: #B50F41;*/
  border-bottom-color: #928b78;
}

#aheader h1 {
  width: 960px;
  font-size: x-small;
  margin: 0px;
  height: 33px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: normal;
}

#header {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#header ul {
  float: right;
  text-align: right;
  padding: 0px;
  margin: 0px;
  height: 80px;
}

#header ul li {
  font-size: small;
  list-style-type: none;
  margin: 0px;
  line-height: 180%;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#header .logo img {
  margin: 0px;
  height: 80px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#phone_area {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  /*  border-bottom-color: #B50F41;*/
  border-bottom-color: #928b78;
  padding: 10px;
  box-sizing: border-box;
}

#phone_area p {
  /*
font-size:10%

-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);

-ms-transform:scale(0.5);

-o-transform:scale(0.5);

transform:scale(0.5);
*/
}

#phone_area ul {
  float: center;
  text-align: right;
  padding: 0px;
  margin: 0px;
}

#phone_area ul li {
  font-size: x-small;
  list-style-type: none;
  margin: 0px;
  line-height: 120%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

#phone_area .logo img {
  margin: 0px;
  height: 50px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

/* フラッシュ　*/
#aflash {
  width: 100%;
  height: 420px;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  background-repeat: repeat-x;
}

.flash {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* コンテンツ　*/
#contents {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* サイドメニュー　*/
#sidemenu {
  float: left;
  width: 230px;
  margin-top: 10px;
}

/* メイン　*/
#main {
  float: right;
  width: 705px;
  margin-bottom: 15px;
  padding: 0px;
  margin-left: 25px;
  margin-top: 10px;
}

/* フッター　*/
#afooter {
  width: 100%;
  top: 0px;
  left: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e2ddd6;
  /*  background-color: #C30C3F;*/
  background-color: #928b78;
}

.footer {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  text-align: center;
  padding-top: 25px;
  color: #ffffff;
}

/* ページトップ(JAVA)　*/
#toTop {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
  margin-bottom: 10px;
}

/* ページトップ(JAVA)　*/
#toTop2 {
  width: 705px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
  margin-bottom: 10px;
}

/*/* ここから下いろいろカスタマイズ　*/

/* 小文字 */
.smoji {
  font-size: x-small;
}

.side2 {
  width: 208px;
  padding: 10px;
  border: 1px solid #cecece;
  margin-top: 10px;
}

.side2 h2 {
  font-size: medium;
  font-weight: bold;
  margin-bottom: 10px;
}

.side2 img {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #cecece;
}

.side3 {
  width: 230px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.boxA {
  width: 663px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 20px;
}

.boxA ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.boxA ul li {
  padding: 10px;
  /* font-size: small; */
  font-size: medium;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
  background-color: #fde5e8;
  margin-bottom: 5px;
}

.boxA2 {
  width: 663px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 20px;
}

.boxA2 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.boxA2 ul li {
  padding: 10px;
  /* font-size: small; */
  font-size: medium;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
  background-color: #fde5e8;
  margin-bottom: 5px;
}

.boxA img {
  float: right;
  margin-left: 20px;
  padding: 5px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}

.boxA h2 {
  font-size: large;
  font-weight: bold;
  margin-bottom: 5px;
}

.boxA3 {
  width: 663px;
  margin-bottom: 15px;
  border: 1px solid #cecece;
  background-color: #f9e2e2;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.boxB {
  width: auto;
  background-image: url(img/dot_bg_02.png);
  background-repeat: repeat;
  padding: 20px;
}

.boxB .bg {
  background: #fff;
  padding: 10px;
  filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* Firefox(old) */
  -khtml-opacity: 0.8;
  /* Safari(old) */
  opacity: 0.8;
}

.boxB img {
  float: right;
  margin-left: 20px;
  padding: 5px;
  border: 1px solid #cecece;
}

.boxB2 {
  width: 645px;
  background-image: url(img/dot_02.png);
  background-repeat: repeat-y;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.boxB2 img {
  margin-left: 20px;
  padding: 5px;
  border: 1px solid #cecece;
}

.boxC {
  width: 685px;
  margin-bottom: 15px;
  background-image: url(img/bo.png);
  background-repeat: repeat;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.boxC ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.boxC ul li {
  padding: 3px;
  width: 153px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  border: 1px solid #cecece;
  float: left;
}

.boxD {
  width: 685px;
  margin-bottom: 15px;
  background-image: url(img/bo.png);
  background-repeat: repeat;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.boxD ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.boxD ul li {
  padding: 3px;
  width: 194px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 14px;
  border: 1px solid #cecece;
  float: left;
}

.boxe {
  width: 685px;
  margin-bottom: 15px;
  background-image: url(img/bo.png);
  background-repeat: repeat;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.boxe ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.boxe ul li {
  padding: 3px;
  width: 153px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  float: left;
}

table.hyo {
  width: 663px;
}

table.hyo tr th {
  /* font-size: small; */
  font-size: medium;
  font-weight: bold;
  background-color: #ffc;
  text-align: center;
  margin: 0px;
  padding: 10px;
}

table.hyo tr td {
  font-size: medium;
  line-height: 150%;
  background-color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 10px;
  color: #02c6fc;
  font-weight: bold;
}

table.hyo2 {
  width: 663px;
}

table.hyo2 tr th {
  /* font-size: small; */
  font-size: medium;
  font-weight: bold;
  background-color: #ffc;
  text-align: center;
  margin: 0px;
  padding: 10px;
  border: #cecece solid 1px;
}

table.hyo2 tr td {
  font-size: medium;
  line-height: 150%;
  text-align: center;
  margin: 0px;
  padding: 10px;
  color: #02c6fc;
  font-weight: bold;
  border: #cecece solid 1px;
}

.bg {
  background-color: #ffcccc;
}

.title {
  width: 685px;
  padding: 10px;
  background-image: url(img/ttl_bg_01.png);
  margin-bottom: 3px;
}

.title h2 {
  font-size: x-large;
  font-weight: bold;
  /*  color:#666666;*/
  color: #686357;
}

.title h2 {
  position: relative;
  width: 100%;
}

.title h2 span.date {
  position: absolute;
  top: 50%;
  right: 0;
}

.sita {
  margin-bottom: 20px;
}

.topics {
  max-height: 250px;
  overflow: scroll;
}

.top_board img {
  width: 100%;
}

.top_board2 img {
  width: 153px;
  height: 153px;
  border: 1px solid #cecece;
}

.top_board p {
  margin-bottom: 12px;
}

.newsbx {
  border: 3px solid #b70944;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.newsbx01 {
  /* background-image: url(./img/bg_anniversary.jpg);
 background-size: cover;*/
  border: 3px dashed #f78267;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #3c3c3c;
  background: #fffcbc;
}

.newsbx02 {
  border: 1px dashed #666666;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.cor_ttl {
  color: #b70944;
  line-height: 2.5;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 0.8em;
  line-height: 1.3;
  position: relative;
}

.cor_ttl .date {
  position: absolute;
  right: 0;
  color: #666666;
  font-size: 70%;
  padding-top: 8px;
}

.cor_ttl-1 {
  color: #b70944;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: bold;
}

.cor_ttl-2 {
  color: #666;
  line-height: 2.5;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cor_edge {
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff,
    -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff,
    -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}

.cor_bd_b {
  border-bottom: 2px dashed #4b453f;
  padding: 0 0 20px;
}

.cor {
  font-size: 20px;
  margin-bottom: 15px;
}

.cor2 {
  font-size: 15px;
  margin-bottom: 5px;
}

.cor3 {
  margin-bottom: 20px;
}

.corb {
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}

.corb_bg_white {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #ddd;
}

.b-m5 {
  margin-bottom: 5px;
}

.child {
  display: none;
}

#sp_menu dl {
  margin: 0;
}

#sp_menu dt {
  background: #c30c3f;
  display: block;
  color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #fff;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.img-fit {
  width: 220px;
  height: 220px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-fit2 {
  width: 220px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.img_width li {
  width: 320px !important;
}

.lightbox-img ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

.lightbox-img li {
  list-style: none;
}

.lightbox-img li a img {
  width: 260px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px;
}

/* ギャラリー全体をグリッドに */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* セル間だけ 16px */
  /* padding: 16px;  ← 外枠の余白が不要なら外す */
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* figure のデフォルト margin をリセット */
.gallery figure {
  margin: 0;
}

.gallery img {
  width: 100%; /* 横いっぱい */
  height: 100%; /* 縦もいっぱい */
  object-fit: cover; /* はみ出さず、切り取りつつセルを埋める */
  display: block; /* 下の謎の隙間を消す */
  border-radius: 8px;
}

/*
@media (max-width: 800px) {
  .mizupic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .mizupic {
    grid-template-columns: 1fr;
  }
}*/
.mizupic figure {
  margin: 40px 0;
}
