@charset "utf-8";


/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
/*@import url("animation.css");*/
@import url("inview.css");



/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 15px;	/*基準となるフォントサイズ。下の方にある「画面幅1000px以上」で基準を大きなサイズに再設定しています。*/
	overflow-x: hidden;
}

body {
	font-family: 'Lato', 'M PLUS 1 Code', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	background: #fff;	/*背景色*/
	color: #555;		/*全体の文字色*/
	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%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #57524b;	/*文字色*/
	transition: 0.3s;
}


/*sectionタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section,
main > article {
	margin: 0 auto;
	padding: 5%;		/*ボックス内の余白*/
}


/*2カラムブロック（※1000px未満では１カラム）
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.c2 {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;		/*子要素を縦並びにする*/
	font-size: 2.5em;		/*スマホ(小)画面時のフォントサイズ*/

}

/*c2内のh2見出し*/
.c2 h2 {
	font-size: 2em;
}

/*小さい端末で見た場合（１カラムになった際）に、画像を常に先頭に持ってくる*/
.c2 .image {
	order: -1;
}

.EN_text{
	font-size: 1.1em;		/*スマホ(小)画面時のフォントサイズ*/
}

/* tableタグを1カラム表示する */

.if_c2 th {
	white-space: nowrap;
}

.if_c2 th, .if_c2 td {
    display: block;
    width: 100%;
    border-bottom: none;
}

.if_c2 tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
}
#if_c3{
	word-break: keep-all;		/* 改行補正 */
	overflow-wrap: break-word;
}
#if_P1{
	text-align:center;		/* 改行補正 */
	word-break: keep-all;
	overflow-wrap: break-word;
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;				/*flexボックスを使う指定*/
	justify-content: space-between;		/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	background: #eeeeee;			/*背景色*/
	position: fixed; z-index: 1;		/*スクロールしても動かないようにする指定*/
	width: 100%;
	padding: 0;				/*上下、左右へのヘッダー内の余白*/
	height: 70px;				/*ヘッダーの高さ。変更する場合、数行下にある#mainimgのtopの数値も合わせて変更して下さい。*/
	font-size: 1.5em;			/*文字サイズ*/
}

/*ヘッダーのリンクテキストの文字色*/
header a {
	color: #000;
}

/*ロゴ画像*/
header #logo img {display: block;}
header #logo {
	margin: 0;
	width: 250px;	/*幅*/
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*全体を囲むブロック*/
#mainimg_slide {
	width: 100%;
	height: 0;
	padding: 0;
}

#mainimg {
	width: 100%;
	height: 0;
	padding: 0;
	padding-top: 0;	/*56.25%;*/
	position: relative;
	top: 70px;	/*headerのheightの数値と合わせて下さい。*/
/*	overflow: hidden;
	background: #eeeeee url(../images2024/top01.jpg) no-repeat center center / 100%;*/	/*背景色、背景画像の読み込み、最後の100%は画像幅。*/
	color: #fff;	/*文字色*/
}
/* アイコン icon */
/* (Opening Hours) (Contact) 画像上の文字位置 */

#mainimg #text {
	position: relative;
	top: -5em;		/*-11  mainimgに対して上からの配置場所指定*/
	width: 100%;		/*幅*/
	display: flex;		/*flexボックスを使う指定*/
	align-items: center;	/*垂直揃えの指定。天地中央に配置されるように。*/
}

/*h2見出し*/
#mainimg #text h2 {
	margin: 0;
	font-weight: 500;	/*文字の太さ。数値が大きいほど太くなります。*/
	font-size: 3.8vw;	/*文字サイズ。画面幅に対する単位です。*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);	/*テキストの影。右へ、下へ、ぼかし幅。0,0,0は黒の事で0.3は色が30%出た状態。*/
}

/*pタグ。小文字の説明文。*/
#mainimg #text p.text {
	font-size: 15px;		/*文字サイズ*/
	margin: 0 10px 30px;	/*上、左右、下へのpタグ内の余白*/
}

#blogicon {
	margin:0 auto;

/*	height: 0;
	padding: 0;

/*text-align: center;*/
}		/* iconの位置を小画面では中央に配置*/



/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;margin: 0;padding: 0;}

/*メニューを非表示にしておく*/
#menubar {display: none;}

/*開閉用のスタイル*/
#menubar.db {display: block;}
#menubar.dn {display: none;}

/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: center;		/*テキストを中央に*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くする指定*/
	padding: 10px;			/*メニュー内の余白*/
}


/*小さな端末用の設定MENU
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 20px;	/*上下、左右へのブロック内の余白*/
	background: rgba(0,0,0,0.9);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態の事。*/
	animation: animation1 0.2s both;	/*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
	text-align: center;	/*内容をセンタリング*/
	font-size:50px;
	color: #fff;		/*文字色*/
}
.s #menubar.db a {
	display: block;
	color: #fff;	/*リンクテキストの文字色*/
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/

#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 10px;	/*上からの配置場所指定*/
	right: 5%;	/*右からの配置場所指定*/
	width: 55px;	/*幅*/
	height: 55px;	/*高さ*/
	cursor: pointer;
	background: #777 url(../images2024/ham.png) no-repeat center top/55px;/*背景色、ハンバーガメニュー画像の読み込み。最後のpxはwidthとheightと、#menubar_hdr.hamと揃えておいて下さい。*/
	transition: 0.2s;
}

/*マウスオン時*/
#menubar_hdr:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
}

/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: #000000 url(../images2024/ham.png) no-repeat center bottom/55px;
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック*/
main {
/*	padding-top: 50px;*/
	padding-top: 50px;
}
#sp{
	padding-top: 50px;
}

/*mainブロック内のh2タグ*/
main h2 {
	margin: 0 0 1em;		/*上、左右、下へのタグの外にとるスペース*/
	line-height: 1.5;		/*行間を少し狭く*/
	font-size: 3em;			/*文字サイズ。3倍。*/
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.2em;	/*文字間隔を少しだけ広くとる設定*/
	color: #ed7d0f;			/*文字色*/
	font-family: 'Lato';	/*GoogleFontsの指定*/
	font-weight: 400;		/*文字の太さ*/
}

/*h2内のsupanタグ。小文字部分です。*/
main h2 span {
	display: block;
	font-weight: normal;
	color: #777;		/*文字色*/
	font-size: 15px;	/*文字サイズ*/
}

/*mainブロック内のh3タグ*/
main h3 {
	margin: 0 0 1em;		/*上、左右、下へのタグの外にとるスペース*/
	color: #ed7d0f;			/*文字色*/
}

/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}
main p + p {margin-top: -15px;}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 1.0rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
	background: #111;		/*背景色*/
	color: #fff;			/*文字色*/
}

/*リンクテキスト*/
footer a {text-decoration: none;color: #fff;}

/*著作部分*/
footer .pr {display: block;}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#koumoku {
	background: #333;	/*背景色*/
	color: #999;		/*文字色*/
	font-size: 2.5em;	/*文字サイズ*/
	padding: 20px;		/*ボックス内の余白*/
	display: flex;		/*flexボックスを使う指定*/
/*	display: none;	*/	/*フッターを消したい場合切り替える*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;	/*垂直揃えの指定。上に配置されるように。*/

	flex-direction:column;	/*縦に整列*/
}

/*ボックス内のリンクテキスト設定*/
#koumoku a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*リンクテキストのマウスオン時*/
#koumoku a:hover {
	color: #ccc;	/*文字色*/
}

/*ulタグ（メニューの列単位）*/
#koumoku ul {
	margin: 0;
	padding: 20 40px;
	flex: 1;
	list-style: none;
}

/*title*/
#koumoku .title {
	font-weight: bold;		/*太字にする*/
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}


/*「EVENT」スマホ(小)画面時の設定
---------------------------------------------------------------------------*/

#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
	font-size: 2.0em;		/*スマホ(小)画面時のフォントサイズ*/

}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「1000px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）！！spanは無いので機能していない！！　*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「1000px以上」の端末用の設定に再設定があります。*/
}




/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*画像１枚あたりの設定*/
.list-slide .list {
	margin: 10px;	/*画像の外側に空けるスペース*/
}



/*icon
---------------------------------------------------------------------------*/
.icon {
	display: inline-block;
	margin: 1px;
	line-height: 1.5;
	padding: 0px 10px;
	border: 1px solid #999;
	color: #999;
	font-weight: normal;
	font-size: 0.8em;
}
.icon.newicon {
	border-color: transparent;
	background: #f00;
	color: #fff;
}
.icon.upicon {
	border-color: transparent;
	background: #54b1ff;
	color: #fff;
}

/*btnの設定 Blogボタン設定
---------------------------------------------------------------------------*/
a.btn1, a.btn2 {
	display: inline-block;text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 2px 12px;
	font-size: 1.6em;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
a.btn1 {
	background: #ffce2b;
	color: #444;
}
a.btn2 {
	background: #308396;
	color: #fff;
}
.radius {
	border-radius: 100px !important;
}
a.btn1 i, a.btn2 i {
	margin-left: 20px;			/* 画像のBlogボタンで使用 */
}
a:hover.btn1, a:hover.btn2 {
	transform: scale(1.03);
	filter: brightness(1.1);
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: none;		/*太字に*/
	padding: 30px 5px;		/*上下、左右へのボックス内の余白。*/
/*	background: #FFFFEE;	*/	/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
/*	font-size:1.3em;*/

}

#caption2 {
	padding: 10px 0 0 0;		/*上下の余白*/
	text-align: left;
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 0px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 2px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
	font-size:2.0em;	/* スマホ画面文字拡大*/

}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;			/*幅*/
	text-align: right;	/*右よせにする*/
}

/*背景色パターン
---------------------------------------------------------------------------*/
.bg1 {
	background: #eee;

}
.bg2 {
/*	background: #fef3d9;*/
	background: #ffffff;

}
.bg2 h2 {
	text-align: center;
	font-size: 2.3em;	/*文字サイズを少し小さくする*/

}
.bg3 {
	background: #333;		/*背景色*/
	padding: 0px 0px 0px 0px;	/* コメントBOX 上右下左 */
}
.bg3 h2 {
	color: #555;
}

/*---------------------------------------------------------------------------*/

.blur #text{
	text-align: center;
	font-size: 2.5em;	/*文字サイズを少し小さくする*/
	padding: 0px 0px;		/*上下、左右へのボックス内の余白*/
	color: #ffffff;
}
#text2{
	text-align: center;
	font-size: 2.5em;		/*文字サイズを少し小さくする*/
	padding: 0px 0px;		/*上下、左右へのボックス内の余白*/
	color: #ffffff;
}
#text2 select{
	font-size: 1.2em;		/* select boxのサイズ調整 */
}

#if_text{
	font-size: 2.2em;	/*文字サイズを少し小さくする*/
	padding: 0px 0px;		/*上下、左右へのボックス内の余白*/
	color: #000000;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 20%;	/*円形にする*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #ed7d0f !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee; border: 1px solid #ccc; border-radius: 3px;margin: 2px 0; word-break: break-all;}
.small {font-size: 0.6em; letter-spacing: normal !important;}
.large {font-size: 1.8em !important;}
.block {display: block !important;}
.sh {display: block;}
.pc {display: inline-block;	padding: 5px;}	/*.pc {display: none;}*/
.hidden {position: absolute; top: -9999px; left: -9999px;}



/*---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------
	ここから下は画面幅1000px以上の追加指定
---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 16px;	/*基準となるフォントサイズの上書き*/
}


/*2カラムブロック
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.c2 {
	flex-direction: row;			/*子要素を横並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	
	margin-left: -6%;
	margin-right: -6%;
	font-size: 1.2em;		/* PC大画面の時のフォントサイズ */
}
/*画像ブロック*/
.c2 .image {
	width: 60%;
}

/*テキストブロック*/
.c2 .text {
	width: 50%;
	padding: 0 3%;
}

/*最初(左)に配置*/
.c2 .l {
	order: -1;
}

/*画像を右側に配置する場合の設定*/
.c2 .image.r {
	overflow: hidden;
	/*margin-right: -6%;	画像を画面枠ギリギリまで移動する*/
	border-radius: 50px 0px 0px 50px;	/*角を丸くする指定。左上、右上、右下、左下への順番。*/
}

/*画像を左側に配置する場合の設定*/
.c2 .image.l {
	overflow: hidden;
	/*margin-left: -6%;	画像を画面枠ギリギリまで移動する*/
	border-radius: 0px 50px 50px 0px;	/*角を丸くする指定。左上、右上、右下、左下への順番。*/
}

/* tableタグをtable表示する様にする */
.if_c2 tr {
	display: table-row;
	width: 100%;
}

.if_c2 th {
	white-space: nowrap;		/*折れ禁止*/
}


.if_c2 th, .if_c2 td {
	display: table-cell;		/*テーブルのセル。th 要素、td 要素*/
	width: 100%;
}

.if_c2{
	table-layout: fixed;
	width: 100%;
}




/*トップページのメイン画像　　 2024.4.19ヘッダー表示を三[MENU]のみにする
---------------------------------------------------------------------------*/
/*menubarブロック設定
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
/*	font-size: 0.80em;*/	/*文字サイズを少し小さくする*/
}
#menubar ul {
/*	display: flex;*/	/*flexボックスを使う指定*/
}

/*メニュー１個あたりの設定*/
#menubar a {
/*	padding: 10px 10px;*/	/*上下、左右への余白*/
}


.s #menubar.db {
	font-size:30px;		/* 1000px以上はMENUフォントを小さくする*/
}



/*[三]MENUアイコン設定
---------------------------------------------------------------------------*/
/* [三]MENUを非表示にする*/

/*#menubar_hdr {display: none;}*/ /*2024.04.19ヘッダー表示を[三]MENUのみにする*/


/*btnの設定
---------------------------------------------------------------------------*/
a.btn1, a.btn2 {
	font-size: 1.2em;
}
.blur #text{
	width:100%;
	text-align: center;
	font-size: 2.0em;	/*文字サイズを少し小さくする*/
	padding: 0px 0px;		/*上下、左右へのボックス内の余白*/

}
#text2{
	text-align: center;
	width:100%;
	font-size: 1.5em;		/*文字サイズを少し大きくする*/
	padding: 0px 0px;		/*上下、左右へのボックス内の余白*/
	color: #ffffff;

}
#text2 select{
	font-size: 20px;		/* select boxの文字サイズ調整 */
}

#if_text{
/*	text-align: center;*/
	font-size: 1.5em;	/*文字サイズを少し小さくする*/
	padding: 0px 0px;		/*上下、左右へのボックス内の余白*/
	color: #000000;
}

/*「お知らせ」ブロック PC大画面の時の設定
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 15em;	/*幅。20文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
	font-size: 0.6em;		/* PC大画面の時のフォントサイズ */
}


/*日付の横のマーク（共通設定）！！spanは無いので機能していない！！　*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.6em;		/*文字サイズを80%に。*/
	text-align: center;		/*文字をセンタリング*/
	margin-right: 1em;		/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}


/*記事(dd)設定*/
#new dd {
	width: calc(100% - 15em);	/*「14em」は上の「#new dt」のwidthの値です。*/
	font-size: 0.6em;		/* PC大画面の時のフォントサイズ */
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#koumoku {
	display: flex;		/*flexボックスを使う指定*/

	font-size: 1.5em;	/*文字サイズ*/
	padding: 20px 50px;	/*上下、左右へのボックス内の余白*/
	flex-direction:row;	/*元の形に戻す*/
}





/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
	font-size:1.2em;
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
	font-size:1.5em;
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
/*.sh {display: none;}*/		/*2024.4.19ヘッダー表示を三[MENU]のみにする*/
.pc {display: inline-block;}

}

/*900px以下*/
@media screen and (max-width:900px){
	.pc {display:  inline-block;}

	#mainimg #text {
/*		top: 20%;*/		/*mainimgに対して上からの配置場所指定*/
/*		right: 0%;*/		/*mainimgに対して左からの配置場所指定*/
	}
}
/*700px以下*/
@media screen and (max-width:600px){
	.pc {display:  none;}

	#mainimg #text {
/*		top: 110px;	*/	/*mainimgに対して上からの配置場所指定*/
/*		right: 0%;	*/	/*mainimgに対して左からの配置場所指定*/
	}
}

/*---------------------------------------------------------------------------
ここから下は画面幅400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:400px){
/*btnの設定
---------------------------------------------------------------------------*/
	a.btn1, a.btn2 {
		padding: 0px 15px;
		font-size: 1.2em;
	}
	a.btn1 i, a.btn2 i {
		margin-left: 10px;
	}
}
