@charset "utf-8";


/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

li{margin-left: 30px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}

a {
text-decoration: none;
}


a:hover {
	color: #6ce5e8;	/*マウスオン時の文字色*/
}

/* strongの要素の太字を解除 */
strong{
  font-weight: normal !important;
}





/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*最大幅*/
	margin: 50px 50px 0;	/*上、左右、下に空けるブロックの外側へのスペース*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	position: relative;
	text-align: center;	/*内容を中央よせ*/
}
/*ロゴ画像設定*/
#logo  img {
	width: 35%;	/*画像幅*/
	margin-bottom: 40px;	/*画像の下に空けるスペース*/
}
/*トップページのロゴ画像設定*/
#top #logo img {
	position: absolute;
	left: 5%;	/*headerブロックに対して左から5%の場所に配置*/
	top: 40%;	/*headerブロックに対して上から40%の場所に配置*/
	z-index: 1;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg {
	margin-bottom: 40px;	/*画像の下に空けるスペース*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);	/*影の設定。右へ、左へ、広げる幅。0,0,0は黒のことで0.2は透明度20%のこと。*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

/* ====== MENUBAR STYLE A：ピル型ボタン ====== */
#menubar {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

#menubar ul {
  display: inline-flex;
  gap: 10px;
  padding: 0;
}

#menubar li {
  display: inline-block;
  margin: 0;
}

#menubar li a {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 999px;
  border: 1px solid #6ce5e8;
  color: #3b3b3b;          /* 少し締まった色 */
  background: #fff;
  text-decoration: none;
  line-height: 1.4;
  font-size: 120% !important;
  font-weight: 500;
}

/* ホバー・現在ページ */
#menubar li a:hover,
#menubar li.current a {
  background: #6ce5e8;
  color: #fff;
  border-color: #6ce5e8;
}

/* スマホ（縦並び） */
@media screen and (max-width:580px){
  #menubar ul {
    display: block;
  }
  #menubar li {
    display: block;
    margin-bottom: 10px;
  }
  #menubar li a {
    width: 100%;
    box-sizing: border-box;
  }
}

/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
/*コンテンツのh2タグの設定*/
#contents h1 {
	clear: both;
	font-size: 123%;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;		/*文字色*/
	padding: 5px 10px;	/*上下、左右への余白*/
	background: #000000;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

#contents h2 {
	clear: both;
	font-size: 120%;
	margin-bottom: 30px;
	color: #fff;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #545454;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

#contents h3 {
	clear: both;
	font-size: 120%;
	margin-bottom: 30px;
	color: #fff;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #6e6b6b;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}



#contents h4 {
	clear: both;
	font-size: 115%;
	margin-bottom: 30px;
	color: #fff;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #737373;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

#contents h5 {
	clear: both;
	font-size: 115%;
	margin-bottom: 30px;
	color: #fff;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #544e51;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

/*コンテンツのp(段落)タグ設定*/
#contents p {
	padding: 0px 20px 14px;	/*上、左右、下への余白*/
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -5px;
}

#contents li {
	padding: 5px 10px 5px 5px;	/*上下、左右への余白*/
}

/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 20px;	/*ボックス内の余白*/
}
/*h4見出しの設定*/
.list h4 {
	color: #ff92c8;	/*文字色*/
}
/*画像の設定*/
.list img {
	width: 20%;		/*画像幅*/
	float: left;	/*画像を左に回り込み*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}
/*段落タグ*/
.list p {
	padding: 0 !important;
}


/*========================================
  2列テーブルレイアウト
========================================*/
.menu-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1%;
}

.menu-table th {
  width: 50%;
  padding: 5px;
  vertical-align: top;
}

/*========================================
  正方形枠（img-wrap）ここが一番重要
========================================*/
.menu-table .img-wrap,
.top_cnt .img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;                  /* 高さ = 幅 → 正方形になる */
  overflow: hidden;
  border: 1.5px solid #d8d8d8;        /* スタイリッシュ枠線 */
  border-radius: 6px;                 /* 上品な角丸 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* 中の画像を正方形枠いっぱいにフィット */
.menu-table .img-wrap img,
.top_cnt .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;                  /* 中央でトリミング */
  display: block;
  transition: 0.25s ease;
}

/* hover 時の軽い動き */
.menu-table a:hover .img-wrap img,
.top_cnt a:hover .img-wrap img {
  transform: translateY(-2px);
}

.menu-table a:hover .img-wrap,
.top_cnt a:hover .img-wrap {
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* タイトル・テキスト */
.menu-title {
  font-size: 16px;
  margin: 8px 0 3px;
  font-weight: bold;
}

.menu-text {
  font-size: 14px;
  line-height: 1.4em;
}

/* スマホでも2列維持 */
@media (max-width: 600px) {
  .menu-table th {
    width: 50%;
  }
}


/* フッターマップのスタイル */
.footer-access-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.access-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #333;
}

.map-container {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

.address-info {
    margin-top: 20px;
    line-height: 1.8;
}

.map-link {
    display: inline-block;
    margin-top: 10px;
    color: #0066cc;
    text-decoration: underline;
}

/* スマホ表示での調整 */
@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
}

	  
	  
/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 50px 30px 0px;	/*上、左右、下へのボックス内の余白*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*tテーブルブロック設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*テーブル内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	width: 30%;	/*幅*/
	text-align: center;	/*センタリング*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #ff92c8;}
.pr {font-size: 12px;}


#animation {
margin: 0px 0;

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}




@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}	



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	margin: 20px 20px 0;	/*上、左右、下に空けるブロックの外側へのスペース*/
}

}



/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像設定*/
#logo  img {
	width: 150%;	/*画像幅*/
}
/*トップページのロゴ画像設定*/
#top #logo img {
	width: 45%;	/*画像幅*/
	top: 35%;	/*headerブロックに対して上から40%の場所に配置*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li {
	display: block;	/*縦並びにする設定*/
	margin-bottom: 10px;
}
#menubar li a {
	text-decoration: none;
	padding: 8px 30px;	/*各メニュー内の余白。*/
}

/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	padding: 10px;	/*ボックス内の余白*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*tテーブルブロック設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;			/*テーブル内の余白*/
}

	
	
}
