@charset "utf-8";




/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("/?originalUrl=https%3A%2F%2Funpkg.com%2Fsanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("/?originalUrl=https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Ffont-awesome%2F5.15.4%2Fcss%2Fall.min.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("/?originalUrl=https%3A%2F%2Fi-pro283.com%2Fanimation.css");
@import url("/?originalUrl=https%3A%2F%2Fi-pro283.com%2Fslide.css");




/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 13px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
	height: 100%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #8dbbff;	/*背景色*/
/*	background: #def2f5;	/*背景色*/ */
	color: #333;		/*全体の文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*section全般の設定*/
section + section {
	padding-top: 50px;	/*sectionの間に空けるスペース*/
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*文字色*/
	transition: 0.3s;
}

a:hover {
	opacity: 0.6;	/*マウスオン時に60%の透明度にする*/
}


/*containerブロック
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;			/*flexボックスを使う指定*/
	align-items: center;	/*垂直揃えの指定。上下中央に配置されるように。*/
	padding: 5px 20px;		/*上下、左右へのヘッダー内の余白*/
	background: #9cd3db;		/*背景色*/
	color: #fff;			/*文字色*/
	position: fixed;		/*上部ヘッダー固定*/
	width: 100%;			/*ヘッダー画面いっぱいに*/
	z-index: 9999;			/*ヘッダー最前面へ*/
}

/*ヘッダーのリンクテキストの文字色*/
header a {
	color: #fff;
}

/*ロゴ画像*/
header #logo img {display: block;}
header #logo {
	margin: 0 0 0 50px;	/*上、右、下、左へ空けるスペース*/
	order: 1;		/*表示させる順番。「#menubar_hdr」「#logo」「#header-icon」それぞれに指定しており、数字の「小さな順」に左から並びます。*/
	width: 200px;	/*画像の幅*/
}


/*header内の右側に並んでいるアイコン類。FontAwesomeを使用しています。
---------------------------------------------------------------------------*/
/*アイコンを囲むブロック*/
#header-icon {
	order: 2;			/*表示させる順番。「#menubar_hdr」「#logo」「#header-icon」それぞれに指定しており、数字の「小さな順」に左から並びます。*/
	font-size: 18px;	/*アイコンのサイズ。文字サイズで指定します。*/
	margin-left: auto;	/*右側に寄せる為*/
}

/*１個あたりのアイコン設定*/
#header-icon i {
	padding: 5px;	/*余白*/
	font-size: 1.5em;
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	left: 10px;			/*左からの配置場所指定*/
	top: 3px;			/*上からの配置場所指定*/
	padding: 10px 8px;	/*ブロック内の余白*/
	width: 40px;		/*幅（３本バーが出ている場合の幅になります）*/
	height: 40px;		/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	order: 0;			/*表示させる順番。「#menubar_hdr」「#logo」「#header-icon」それぞれに指定しており、数字の「小さな順」に左から並びます。*/
	background: #9cd3db;	/*背景色*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 2px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 26px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(6px, 7px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(6px, -7px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}


/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar {height: 0px;overflow: hidden;}
#menubar ul {list-style: none;margin: 0;padding: 0;}


/*小さな端末用の開閉ブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
#menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 180px;		/*メニューブロックの幅*/
	height: 100%;
	padding: 70px 0 0;	/*上、左右、下へのブロック内の余白*/
	background: rgba(0,0,0,0.9);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態の事。*/
	color: #fff;						/*文字色*/
	animation: animation1 0.2s both;	/*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
}

/*メニュー１個あたりの設定*/
#menubar.db a {
	color: #fff;	/*文字色*/
}

/*現在表示中のメニュー設定（current）*/
#menubar.db li.current a {
	background: #666;	/*背景色*/
}


/*メインメニュー（小さな端末、大きな端末共通設定）
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li {
	margin-bottom: 30px;	/*下に空けるスペース。メニュー同士の上下間の余白です。*/
	font-size: 0.8em;		/*文字サイズを80%に。*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
}
#menubar a {
	display: block;
	text-decoration: none;
	text-align: center;	/*テキストを中央に*/
	padding: 2px 5px;	/*上下、左右への余白*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	flex: 1;
	margin: 50px;	/*ボックスの外側へ空けるスペース*/
}

/*mainブロック内のh2タグ*/
main h2 {
	margin: 0;
	margin-bottom: 20px;
	font-weight: normal;
	border-bottom: 4px solid #fff;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
}

/*mainブロック内のh2タグに下線を引くための指定。*/
main h2 span.uline {
	display: inline-block;position: relative;
	border-bottom: 4px solid #9cd3db;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	bottom: -4px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 20px;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}

/*mainブロック内のh3タグ*/
main h3 {
	margin: 0;
	margin-bottom: 20px;
	font-weight: normal;
	background: #fff;		/*背景色*/
	padding: 3px 20px;		/*ボックス内の余白*/
	border-radius: 3px;		/*角丸のサイズ*/
}

/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}


/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*１個あたりのボックス設定*/
.list {
	width: 48%;				/*幅。２列になります。*/
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #777;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;	/*上下、左右への余白*/
	color: #666;	/*文字色*/
}
.list h4 a {
	color: #666;	/*リンクテキストの文字色*/
}

/*ボックス内のpタグ*/
.list p {
	margin: 0;
	font-size: 0.8em;	/*文字サイズを80%に*/
}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.8rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: #9cd3db;		/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;		/*内容をセンタリング*/
	padding: 10px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {color: #fff;text-decoration: none;}

/*リンクテキストのマウスオン時*/
footer a:hover {color: #fff;}

/*著作部分*/
footer .pr {display: block;}


/*メインビジュアル
---------------------------------------------------------------------------*/
/*画像キャプションを画像幅に合わせる*/
figure {
display: table;
}
figcaption {
display: table-caption;
/* caption-side: bottom; */
}
/*整えるためのCSS */
.img-caption img {
width: 400px;
object-fit: contain;
height: auto;
}

/* Swiperコンテナの設定 */
.swiper-container {
	width: 1000px;          /* 必要に応じて調整 */
	height: auto;       /* 必要に応じて調整 */
	overflow: hidden;    /* コンテナ外を非表示にする */
	margin: 0 auto;      /* 中央寄せ */
	position: relative;  /* ナビゲーションボタンを配置するため */
  }
  
  /* スライド画像のスタイル */
  .swiper-slide {
	display: flex;       /* 画像を中央寄せ */
	justify-content: center;
	align-items: center;
  }
  
  .swiper-slide img {
	width: 100%;         /* 画像をスライドの幅に合わせる */
	height: auto;        /* アスペクト比を保つ */
  }
  


  /* スマートフォン用 (768px以下) */
@media (max-width: 768px) {
	.swiper-container {
	  width: 100%;      /* コンテナ幅を画面幅に合わせる */
	  height: auto;    /* 高さを縮小 */
	}
  
	.swiper-slide img {
	  width: 100%;      /* 画像の幅を調整 */
	  height: auto;     /* 高さを自動で調整 */
	}
  }
  
  /* タブレット用 (1024px以下) */
  @media (max-width: 1024px) {
	.swiper-container {
	  width: 90%;       /* タブレットでは少し狭く */
	  height: auto;    /* 高さを調整 */
	}
  }


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*google map
---------------------------------------------------------------------------*/

/* 横幅を指定するための要素 */
.map-wrap {
	max-width: 50%; /* ここに横幅を指定 */
  }
   
  /* Google Mapを囲う要素 */
  .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%; /* 比率を4:3に固定 */
  }
   
  /* Google Mapのiframe */
  .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }


/*access.html
---------------------------------------------------------------------------*/
.train dd {
	margin-left: 1rem;
	text-indent: -1em;
	padding-left: 1em;
}

.accessmanga img {
	display: block;
	margin: 1rem 0;
}
/*circlelist.html
---------------------------------------------------------------------------*/
.circle-layout {width: 100%; max-width: 400px; height: auto; aspect-ratio: 1719 / 2312;}		/*サークル配置図画像設定*/
.list_container {
	display: flex;
	flex-direction: column;
	max-width: 800px;
  }
  
  .card-spring {
	background: #fdfdfd;
	border: 4px solid #ffb6c1;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
  }
  .card-summer {
	background: #fdfdfd;
	border: 4px solid #b6c0ff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
  }
  .card-fall {
	background: #fdfdfd;
	border: 4px solid #ffe5b6;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
  }
  .card-winter {
	background: #fdfdfd;
	border: 4px solid #b6e9ff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
  }

  .image-block {
	display: flex;
	align-items: center;
  }
  
  .image-block img {
	width: 100%;
	max-width: 250px;
	height: 180px; /* 任意の統一高さ */
	object-fit: contain; /* 画像を見切らず、全体を表示 */
	background-color: #f0f0f0; /* 背景色で余白を目立たせない */
	border: 1px solid #ccc;
	border-radius: 4px;
  }
  
  .info-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
  }
  
  .section-title-spring {
	background-color: #ffb6c1;
	padding: 6px 12px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	gap: 1rem; /* ← ここで間隔調整 */
	margin-bottom: 8px;
  }
  .section-title-summer {
	background-color: #b6c0ff;
	padding: 6px 12px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	gap: 1rem; /* ← ここで間隔調整 */
	margin-bottom: 8px;
  }
  .section-title-fall {
	background-color: #ffe5b6;
	padding: 6px 12px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	gap: 1rem; /* ← ここで間隔調整 */
	margin-bottom: 8px;
  }
  .section-title-winter {
	background-color: #b6e9ff;
	padding: 6px 12px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	gap: 1rem; /* ← ここで間隔調整 */
	margin-bottom: 8px;
  }
  
  .badge {
	background-color: #ffffffaa;
	color: #333;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: justify;
  }
  
  .group {
	font-weight: bold;
	font-size: 1.3rem;
	color: #333;
  }
  
  .author {
	font-size: 1.3rem;
	color: #333;
  }
  
  .meta {
	display: flex;
	gap: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
  }
  .icon {
	display: inline-block;
	padding: 6px 12px;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s;
	text-decoration: none; /* リンクの場合 */
  }
  
  .icon:hover {
	background: #444;
  }
  
  .link-button {
	background-color: #ffffff;
	border: 2px solid #1d6ef2; /* 鮮やかな青 */
	color: #1d6ef2;
	padding: 6px 10px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease;
  }
  
  .link-button:hover {
	background-color: #1d6ef2;
	color: #ffffff;
  }
  
  .faces {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
  }
  
  .faces img {
	width: 90px;
  height: 90px;
  object-fit: contain;     /* 枠いっぱいに見せたい（多少のトリミングOK） */
  border-radius: 8px;     /* 任意：角丸にするなら */
  background-color: #eee; /* 任意：画像に余白が出た時に目立たせない */
  }
  
  /* モーダル */
  .preview-image {
	max-width: 100%;
	height: auto;
	cursor: pointer;
	border-radius: 6px;
	transition: transform 0.2s;
  }
  .preview-image:hover {
	transform: scale(1.02);
  }
  #imageModal {
	display: none;
	/* さらに、位置や背景色なども設定しておくべき */
  }
  .modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
  }
  #modalImg {
	display: block;
	margin: 5% auto;
	max-width: 90%;
	max-height: 80%;
  }
  .modal-close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: white;
	font-size: 30px;
	cursor: pointer;
  }
  

  

/*carryin.html
---------------------------------------------------------------------------*/
.example {width: 35vw; height: fit-content; aspect-ratio: 1226 / 697; margin: auto 0;}		/*伝票画像設定*/
.example-section {gap: 5em; margin:2em;}	/*文章と画像のすきま設定*/

.font-large {font-size: 1.5em;}

/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	border-radius: 3px;		/*角丸のサイズ。ほんの少しだけ角が丸くなります。*/
	padding: 10px 40px;	/*上下、左右への余白。*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	font-size: 1rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: #9cd3db;	/*背景色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする指定*/
	color: #fff;			/*文字色*/
	transition: 0.3s;
}

/*ボタンのマウスオン時（inputタグ使用時）*/
.btn input:hover {
	cursor: pointer;
	opacity: 0.6;	/*冒頭のリンクテキストのhoverと合わせました*/
}


/* /*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #9cd3db;			/*背景色*/
	color: #fff;				/*文字色*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #fff;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #fff;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}

.online-simekiri-del{
	color: red;
	text-decoration: line-through;
} */

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。*/
	width: 2em;			/*幅*/
	line-height: 2em;	/*高さ*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #560ea0 !important;}
.color-check, .color-check a {color: #ff5151 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}
.indent {margin-left: 1rem;}
.header-pad {
	padding-top: 93.33px;
  }
.flex {display: flex;}
.gap {gap: .25em;}
.center-flex {justify-content: space-between;}
.list-reset {list-style: none;}
.no-padding {padding: 0;}
.section-blank {margin: 0 0 6em 0;}
.everyone {color: #ff5151; font: 3em bold;}
/* パソコンで見た時はclass名pc-onlyだけ表示 */
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 768px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    } 
}  
@media (min-width: 1024px) { /* PC版のみ適用 */
	.indent2 {
		text-indent: 1.5rem;
		margin-left: 1.5rem;
	}
}
/*---------------------------------------------------------------------------
ここから下は画面幅430px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:430px) {


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	margin-left: 40px;	/*左に空けるスペース*/
	width: 100px;		/*画像の幅*/
}

/*google mapのcssを無効
---------------------------------------------------------------------------*/
.map-wrap {
	max-width: 100%; /* ここに横幅を指定 */
  }
   
  /* Google Mapを囲う要素 */
  .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%; /* 比率を4:3に固定 */
  }
   
  /* Google Mapのiframe */
  .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

/* flexboxを無効化
---------------------------------------------------------------------------*/
.mobile-flex {display: block;}

/* 画像を幅いっぱいに表示
---------------------------------------------------------------------------*/
.full-width {width: 100vh;}

/* サークルリストtable
---------------------------------------------------------------------------*/
.table-width {width: 400px;
table-layout: fixed;
}

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	margin: 10px;	/*ボックスの外側へ空けるスペース*/
}
/*tableの設定*/
.idle-border {height: 50px}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}




/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;	/*基準となるフォントサイズの上書き*/
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
header #logo {
	margin: 0;
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}


/*menubarブロック設定
---------------------------------------------------------------------------*/
#menubar {
	width: 180px;				/*メニューブロックの幅*/
	left: 0px;top: 116px;		/*左から、上からの配置場所指定*/
	height: calc(100% - 116px);	/*メニューブロックの高さ。上の行のtopの数値(116px)を引いた高さになります。*/
	position: fixed;			/*スクロールしても固定表示させる設定*/
}

/*マウスオン時*/
#menubar:hover {
	overflow: auto;	/*高さ以上のコンテンツ量の場合に自動でスクロールバーを出します*/
}

/*現在表示中のメニュー設定（current）*/
#menubar li.current a {
	background: #777;	/*背景色*/
	color: #fff;		/*文字色*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	margin: 20px 50px 100px 250px;	/*上、右、下、左へのブロックの外にとるスペース*/
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #777;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.9em;		/*文字サイズを90%に。*/
	text-align: center;		/*文字をセンタリング*/
	border-radius: 3px;		/*角を少しだけ丸くする*/
	margin-right: 1.2em;	/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.5;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「サービス」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #9cd3db;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}




/*---------------------------------------------------------------------------
ここから下は画面幅1200px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1200px) {


/*listブロック
---------------------------------------------------------------------------*/
/*１個あたりのボックス設定*/
.list {
	width: 24%;		/*幅。４列になります。*/
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
