@charset "utf-8";





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


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





/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #777;		/*全体の文字色*/
	line-height: 2;		/*行間*/

}

/*トップページ以外の背景画像*/
body:not(.home) {
	background: #fff url(../images/bg_flower.png) no-repeat left top / 600px fixed;	/*画像を、左(left)上(top)に配置。画像幅は600px。*/
}

/*リセット*/
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: 95%;
}

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}

/*span1*/
.span1 {
	display: none;
}

/*翻訳
---------------------------------------------------------------------------*/
.translation{
	font-style: normal;
	line-height: 1;
	font-size: 0.7em;	/*文字サイズ70%*/
	background: #fff;	/*背景色*/
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 45px;	/*上下、左右へのブロック内の余白*/
	border-top: 1px solid #eee;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #eee;	/*下の線の幅、線種、色*/
} 
.translation .japan img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.translation .english img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.translation .japan a {
	display: block;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.translation .english a {
	display: block;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}


/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}





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

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


/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1800px;		/*最大幅。これ以上広がらないように。*/
	margin: 0 auto;
	height: 100%;
}


/*header（ロゴ、メインメニューなどが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: fixed;z-index: 100;	/*スクロールしても一緒に動かないようにする指定*/
	left: 50px;			/*左からの配置場所指定*/
	top: 0px;			/*上からの配置場所指定*/
	width: 160px;		/*幅*/
	text-align: center;	/*テキストをセンタリング*/
}

/*ロゴ画像*/
header #logo {
	line-height: 0;margin: 0;
	background: linear-gradient(160deg, #8ed5fa, #53b8ed);/*背景グラデーション。160degはグラデーションの角度。*/
	padding: 50px;	/*ロゴの余白*/
}

/*「お問い合わせ」のブロック*/
header address {
	font-style: normal;line-height: 1;
	font-size: 0.7em;	/*文字サイズ70%*/
	background: #fff;	/*背景色*/
	padding: 10px 5px;	/*上下、左右へのブロック内の余白*/
	border-top: 1px solid #eee;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #eee;	/*下の線の幅、線種、色*/
}

/*「お問い合わせ」のブロック内にある電話番号*/
header address .tel {
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*「お問い合わせ」のブロック内にある電話番号のアイコン（アイコンにはFont Awesomeを使用）*/
header address i {
	padding-right: 10px;	/*アイコンの右側に空ける余白*/
}


/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/
#menubar {height: 0px;overflow: hidden;}
#menubar ul {list-style: none;margin: 0;padding: 0;}

/*メニュー1個あたりの設定*/
#menubar ul a {
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;	/*メニュー内の余白*/
}

/*マウスオン時*/
#menubar ul a:hover {
	background-color: #5EB0FF;	/*背景色*/
	color: #FFFFFF;
}

/*装飾文字（英語表記）*/
#menubar ul span {
	display: block;
	font-size: 0.7em;	/*文字サイズ。70%。*/
	opacity: 0.5;		/*透明度。50%色がでた状態。*/
}

/*小さな端末用のメニューブロック*/
#menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	animation: opa1 1s both;
	padding: 90px 50px;	/*上下、左右へのメニューブロック内の余白*/
	background: #fff;	/*背景色*/
}
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}
 
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #55baf4 0%, #a3d1ff 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
}



/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 25px;		/*上からの配置場所指定*/
	right: 20px;	/*右からの配置場所指定*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(../images/ham.png) no-repeat center top/50px;/*背景色、ハンバーガメニュー画像の読み込み、50pxは幅の指定*/
}
/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: #ff0000 url(../images/ham.png) no-repeat center bottom/50px;
}


/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	height: 100%;
	margin-right: 50px;			/*右側へ空けるボックスの外へのスペース*/
	margin-left: 50px;			/*左側へ空けるボックスの外へのスペース*/
	animation: opa1 2s both;	/*「2s」はcontentsを表示するまでの時間。ページを開いた瞬間から表示させておきたいならこの１行を削除。*/
}

/*トップページのコンテンツ*/
.home #contents {
	display: flex;				/*flexボックスを使う指定*/
	flex-direction: column;		/*子要素を縦並びにする*/
	justify-content: flex-end;	/*「お知らせ」を下に配置する*/
	margin-right: 0px;
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	display: block;			/*IE対策*/
	padding-top: 200px;		/*ブロックの上にとる余白。開いた時にロゴなどに重ならないようにする為。*/
}

/*トップページのmainブロック*/
.home main {
	overflow: auto;
	padding-right: 50px;
}

/*mainブロック内のh2タグ*/
main h2 {
	border-bottom: 3px solid #eee;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
	margin-bottom: 30px;
}

/*mainブロック内のh2タグに下線を引くための指定。*/
main h2 span.uline {
	display: inline-block;
	border-bottom: 3px solid #53b8ed;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	position: relative;
	bottom: -3px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 20px;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}

/*mainブロック内のh3タグ*/
main h3 {
	border-bottom: 3px solid #eee;	/*下線の幅、線種、色*/
	padding: 20px 20px 0px;			/*上、左右、下への余白*/
}

/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*フッターメニューブロック全体*/
#footermenu {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	padding-top: 20px;	/*上に空けるスペース*/
	text-align: center;	/*中身をセンタリング*/
	display: block;
}

/*メニュー1個あたりの設定*/
#footermenu li {
	display: inline-block;	/*横並びにする指定*/
	padding: 0 10px;		/*上下、左右への余白*/
}


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

footer {
	font-size: 0.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px;			/*ボックス内の余白*/
	text-align: center;
}

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

/*著作部分*/
footer .pr {display: block;}
footer .pr a {
	color: #E5E5E5;
}

/*box1
---------------------------------------------------------------------------*/
.box1 {
	box-shadow: 1px 2px 8px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.1は色が10%出た状態。*/
	background: rgba(255,255,255,0.4);	/*背景色。255,255,255は白の事で、0.4は色が40%出た状態。*/
	padding: 20px 30px;					/*上下、左右へのボックス内の余白*/
	border: 1px solid #fff;				/*枠線の幅、線種、色*/
	border-radius: 5px;					/*角を丸くする指定*/
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;	/*テキストの影。*/
}

/*トップページの「お知らせ」で使っているh2*/
.home .box1 h2 {
	margin: 0 0 10px;
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;			/*flexボックスを使う指定*/
	flex-wrap: wrap;		/*折り返す指定*/
	padding: 10px 20px;		/*上下、左右へのボックス内の余白*/
	height: 10em;			/*ブロックの高さ。emは１文字分の事なのですが、他からの影響も関係するので必ずしも10文字分という事ではありません。*/
	overflow: auto;			/*ブロックの高さを超える内容量になった場合に自動でスクロールバーを出す*/
	margin-bottom: 20px;	/*下へのブロックの外への余白*/
}

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

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。*/
	text-align: left;
}


/*コースページ（listブロック）
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	margin-bottom: 30px;			/*ボックス同士の上下間の余白*/
	background: #fff;				/*背景色。*/
	padding: 20px;					/*ボックス内の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.15は色が15%出た状態。*/
	border-radius: 8px;				/*角を丸くする指定*/
	overflow: hidden;				/*はみ出た要素を非表示にする。画像の角が飛び出ないようにする為の指定です。*/
}

/*画像の指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list figure {
	width: 40%;			/*幅*/
	margin-right: 20px;	/*画像とテキストブロックの間にとる余白*/
}

/*h4タグの指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list h4 {
	margin: 0;
}

/*pタグの指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list p {
	margin: 0;
	font-size: 0.8em;	/*文字サイズを80%に。*/
}

/*「コンパクトタイプ」のlistボックス全体を囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*「コンパクトタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: stretch;
	/* [disabled]width: 32%; */
	/* [disabled]float: left; */
}

/*「コンパクトタイプ」のfigure画像の上書き。*/
.list-container .list figure {
	margin: -20px -20px 0;	/*画像周りの余白を埋める指定です*/
	width: auto;
}

/*「コンパクトタイプ」のh4タグへの追加指定、もしくは上書き。*/
.list-container .list h4 {
	margin: 10px 0;			/*上下、左右へのh4の外側に空けるスペース*/
	font-size: 1.2em;		/*文字サイズを120%に*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする。太字がいいならこの１行を削除。*/
}

/*IE対策*/
.list-container .list div {
}


/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	color: #fff;			/*文字色*/
	border-radius: 3px;		/*角丸のサイズ。ほんの少しだけ角が丸くなります。*/
	padding: 10px 20px;		/*上下、左右へのボタン内の余白*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	background: linear-gradient(#8ed5fa,#53b8ed);/*背景グラデーション*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
	cursor: pointer;
}

/*listブロック内でのボタン*/
.list .btn a, .list .btn input {
	margin-top: 10px;	/*上にスペースを空ける*/
	display: block;		/*横幅いっぱいに広げる*/
}

/*ヘッダー内の「お問合せフォーム」ボタン*/
header .btn a, header .btn input {
	font-size: 1.2em;
}
.con_form {
	width: 170px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/otoiawase.jpg);
	border-style: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #8ed5fa;		/*背景色*/
	color: #fff;				/*文字色*/
}

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

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

/*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;	/*左よせにする*/
	background: #f7f7f7;	/*背景色*/
}


/*よく頂くご質問
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff,#eee);/*背景グラデーション*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態の事。*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
	color: #8ed5fa;			/*文字色*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/



/*個人情報保護方針
---------------------------------------------------------------------------*/
/*prvボックス全体*/
.prv{
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.prv dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff,#eee);/*背景グラデーション*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態の事。*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	color: #2D98FF;
	font-weight: bolder;
}

/*アイコン（Font Awesome）*/
.prv dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	color: #8ed5fa;			/*文字色*/
}

/*回答*/
.prv dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.prv dt span {text-indent: 0;}


/*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.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 2em;			/*幅*/
	line-height: 2em;	/*高さ*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: #c9eafd;	/*背景色*/
}

/*アイテムリスト設定
---------------------------------------------------------------------------*/
#item_list {
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}  

#item_list .list {
	width: 30%;
	margin: 5px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	color: #0E0E0E;
	display: inline;
	border: 1px solid #B9B9B9;
	text-align: center;
}

.item_list a {
	text-decoration: none;
	color: #57A8FF;
}
.item_list a:hover {
	text-decoration: none;
	color: #90C9FF;
}

.item_title {
	font-weight: bolder;
	width: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDCDCD;
}


/*工場設備
---------------------------------------------------------------------------*/
#factory_list {
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}  

#factory_list .list_a {
display: inline;

}

#factory_list .list_a a {
	width: 19%;
	height: auto;
	margin: 5px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	color: #0E0E0E;
	border: 1px solid #1D1D1D;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
#factory_list .list_a a:hover {
	width: 19%;
	height: auto;
	margin: 5px;
	padding: 10px;
	float: left;
	background-color: #2372C5;
	color: #FFFFFF;
	border: 1px solid #1D1D1D;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}

/*アイテムページ画像
---------------------------------------------------------------------------*/

.ite_contents {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	background-color: #FFFFFF;
}


.item_box {
	height: auto;
	display: block;
	margin-top: 30px;
	width: 100%;
}
.item_box:after {
	content: "";
	display: block;
	clear: both
}

.item_box h1 {
	color: #0973B7;
	font-weight: bold;
	font-size: 20px;
}
.item_img {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: block;
	height: auto;
	clear: both;
}


.ImgGroup {
	margin-top: 0;
	margin-bottom: 0;
}

.ImgMain{
	width: 50%;
	margin-bottom: 20px;
	border: 1px solid #E5E5E5;
	float: left;
}
.ImgMain img{
    width: 100%;
}

ul.ImgThumbs {
	width: 40%;
	text-align: center;
	float: left;
}

ul.ImgThumbs li{
	display: inline-block;
	width: 20%;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.ImgThumbs li img {
	width: 100%;
	cursor: pointer;
	border: 1px solid #D3D3D3;
}
ul.ImgThumbs li.current img {
	border: 1px solid #CCE6FF !important;
}


.item_s {
	float: left;
	width: 40%;
	display: block;
	margin-top: 20px;
	margin-left: 30px;
	height: 100%;
}
.name_2
{
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 13px;
	width: 35%;
}
.paybt{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.paybt a{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #EC325B;
	border-radius: 5px;
	border: 1px solid #F02552;
	text-align: center;
}
.paybt a:hover{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #F05073;
	border-radius: 5px;
	border: 1px solid #F05073;
	text-align: center;
}


.poco_box {
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.poco_box:after {
	content: "";
	display: block;
	clear: both
}
.poco_box img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-radius: 3px;
	height: auto;
	width: 300px;
}
.poco {
	display: block;
	margin-top: 5px;
	color: #171717;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.brush{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.brush a{
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #FFFFFF;
	background-color: #9F9F9F;
	border-radius: 5px;
	border: 1px solid #9F9F9F;
	text-align: center;
}
.brush a:hover{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #77AF23;
	border-radius: 5px;
	border: 1px solid #77AF23;
	text-align: center;
}

/*SNS
---------------------------------------------------------------------------*/
#container #side-bar {
  background-color: rgba(0, 0, 0, 0.7);
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 2; }
  #container #side-bar ul {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%); }
    #container #side-bar ul li {
      list-style: none;
      text-align: center;
      font-size: 20px;
      margin: 25px; }
      #container #side-bar ul li a {
        color: white;
        text-decoration: none; }
  #container #side-bar button {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    box-sizing: border-box;
    font-size: 20px;
    width: 100px;
    height: 2em;
    transform: rotate(90deg);
    transform-origin: left bottom;
    position: absolute;
    top: 150px;
    left: 100%; }

/* CSS Document */


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #8ed5fa !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;}
.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;}
.item_img ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contact_botan .LV4-form-submit {
	background-image: url(../images/otoiawase.jpg);
	background-repeat: no-repeat;
	border-style: none;
	height: 70px;
	width: 250px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.contact_botan .LV4-form-submit_eng {
	background-repeat: no-repeat;
	border-style: none;
	height: 70px;
	width: 250px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(../images/otoiawase_eng.jpg);
}



.online_s a {
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 250px;
	height: 50px;
	background-image: url(../images/online_shop1.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.online_s a:hover {
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 250px;
	height: 50px;
	background-image: url(../images/online_shop2.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.item_list a {
	text-decoration: none;
}
.list  img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.img_box1 {
	background-color: #DFDFDF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #1D1D1D;
	margin-bottom: 20px;
}

.img_box1:after {
	content: "";
	display: block;
	clear: both
}
.img_box1 p img {
	display: block;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.f_title {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	color: #1D1D1D;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	font-weight: bolder;
	margin-top: 40px;
}
.img_box2 {
	display: block;

}

.img_box2:after {
	content: "";
	display: block;
	clear: both
}
.f_t1 {
	text-align: center;
	display: block;
	background-color: #FFED00;
	color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 12px;

}
.f_t2 {
	text-align: center;
	display: block;
	background-color: #FF92BB;
	color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 12px;
}
.f_t3 {
	text-align: center;
	display: block;
	background-color: #9ACC4E;
	color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 12px;
}
.f_t4 {
	text-align: center;
	display: block;
	background-color: #90C9FF;
	color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 12px;
}
.f_t5 {
	text-align: center;
	display: block;
	background-color: #FF7575;
	color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 12px;
}
.icon_1 {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #F05073;
	margin-right: 10px;
	margin-top: 5px;
}
.ufc_prodacts {
	float: right;
	display: block;
	margin-right: 50px;
}
.ufc_prodacts a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2372C5;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #B9B9B9;
	box-shadow: 2px 2px 5px #B9B9B9;
}
.ufc_prodacts a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #102B4A;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #B9B9B9;
	box-shadow: 2px 2px 5px #B9B9B9;
}

.home_img:after {
	content: "";
	display: block;
	clear: both
}
.home_img ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
.home_img li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	height: auto;
	width: 20%;
}
.factory {
	display: block;
}
.factory:after {
	content: "";
	display: block;
	clear: both
}
.factory a {
	display: block;
	width: 30%;
	height: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #2372C5;
	color: #FFFFFF;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #AAAAAA;
	box-shadow: 1px 1px 3px #AAAAAA;
}
.factory a:hover {
	display: block;
	width: 30%;
	height: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #CD901B;
	color: #FFFFFF;
	border-radius: 3px;
}
#fac_list {
	display: block;
	margin-bottom: 20px;
}
#fac_list:after {
	content: "";
	display: block;
	clear: both
}
#fac_list .f_list {
	display: block;
	float: left;
	width: 22%;
	height: auto;
}
#fac_list .f_list a {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #1D1D1D;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
}

#fac_list .f_list a:hover {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2372C5;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
}
.facmore1 {
	display: block;
}
.facmore1:after {
	content: "";
	display: block;
	clear: both
}
.facmore {
	display: block;
	float: right;
}

.facmore a {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #1D1D1D;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
	margin-bottom: 30px;
}
.facmore a:hover {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #102B4A;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
	margin-bottom: 30px;
}

/*SNS
---------------------------------------------------------------------------*/
.sns{
	background: #fff;	/*背景色*/
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;	/*上下、左右へのブロック内の余白*/
	border-top: 1px solid #eee;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #eee;	/*下の線の幅、線種、色*/
} 
.sns:after {
	content:"";
	display:block;
	clear:both
}
.sns .x img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 25%;
	width: 20%;
	height: auto;
}
.sns .ins img {
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 25%;
	margin-left: 5px;
	width: 20%;
	height: auto;
}


/*---------------------------------------------------------------------------
ここから下は画面の高さが720px以下になった場合の追加設定。
大きな端末で見た場合に、左ブロックに極力スクロールバーを出したくないので、高さを圧縮しています。
---------------------------------------------------------------------------*/
@media screen and (max-height:720px) {


/*header（ロゴ、メインメニューなどが入ったブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	padding: 10px 50px;	/*ロゴの余白*/
}


/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/
/*メニュー1個あたりの設定*/
#menubar ul a {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;	/*メニュー内の余白*/
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/


/*アイテムリスト設定
---------------------------------------------------------------------------*/
#item_list .list a {
	text-decoration: none;
	font-size: 10px;
}

/* ------------------ カタログ ------------------ */

.cataloge {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 50px;
}

.cataloge:after {
	content:"";
	display:block;
	clear:both
}
.cataloge li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	color: #555555;
	font-size: 14px;
	text-align: center;
}
.cataloge li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.cataloge ul {
	list-style-type: none;
	list-style-image: none;
}
.cat_1 {
	display: block;
	float: left;
	width: 50%;
}
.cat_2 {
	display: block;
	float: right;
	width: 50%;
}
.download_box {
	display: block;
	margin-top: 10px;	
	
}
.download_box a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #BC072E;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
}
.download_box a:hover {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF3963;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
}
.pdf_box {
	display: block;
	height: auto;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.pdf_box:after {
	content:"";
	display:block;
	clear:both
}
.pdf_box img {
	display: block;
	float: left;
}
.pdf_box .pdf1 {
	display: block;
	float: left;
	text-align: left;
	margin-left: 20px;
}
.pdf {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
}

/*翻訳
---------------------------------------------------------------------------*/
.translation{
	font-style: normal;
	line-height: 1;
	font-size: 0.7em;	/*文字サイズ70%*/
	background: #fff;	/*背景色*/
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 45px;	/*上下、左右へのブロック内の余白*/
	border-top: 1px solid #eee;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #eee;	/*下の線の幅、線種、色*/
} 
.translation .japan img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.translation .english img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.translation .japan a {
	display: block;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.translation .english a {
	display: block;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#mainimg {
	width: 100%;
	height: 100vh;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
		position: fixed;z-index: -1;
	left: 0px;top: 0px;
	margin: 0;
}


}





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


/*header（ロゴ、メインメニューなどが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	left: 10px;			/*左からの配置場所指定*/
}

/*ロゴ画像*/
header #logo {
	padding: 10px 50px;	/*ロゴの余白。上下、左右の順番。*/
}


/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	margin-right: 10px;	/*右側へ空けるボックスの外へのスペース*/
	margin-left: 10px;	/*左側へ空けるボックスの外へのスペース*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	padding-top: 100px;		/*ブロックの上にとる余白。ページを開いた時にロゴに重ならないようにする為。*/
}

/*トップページのmainブロック*/
.home main {
	padding-right: 10px;
}


/*box1
---------------------------------------------------------------------------*/
.box1 {
	padding: 10px 20px;					/*上下、左右へのボックス内の余白*/
	margin-bottom: 20px;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

/*アイテムリスト設定
---------------------------------------------------------------------------*/
#item_list .list a {
	text-decoration: none;
	font-size: 11px;
}

#item_list {
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}  

#item_list .list {
	width: 47%;
	margin: 5px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	color: #0E0E0E;
	display: inline;
	border: 1px solid #B9B9B9;
}


/* ------------------ カタログ ------------------ */

.cataloge {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cataloge:after {
	content:"";
	display:block;
	clear:both
}
.cataloge li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	color: #555555;
	font-size: 11px;
	margin-bottom: 10px;
	width: 49%;
	float: left;
	text-align: center;
}
.cataloge li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 95%;
}
.cataloge ul {
	list-style-type: none;
	list-style-image: none;
}
.cat_1 {
	display: block;
	width: 100%;
}
.cat_2 {
	display: block;
	width: 100%;
}

.download_box {
	display: block;
	margin-top: 10px;	
	
}
.download_box a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #BC072E;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
}
.download_box a:hover {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF3963;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
	width: 80%;
	text-align: center;
}
.pdf_box {
	display: block;
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.pdf_box:after {
	content:"";
	display:block;
	clear:both
}
.pdf_box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pdf_box .pdf1 {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
}
.pdf {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
/*アイテムページ画像
---------------------------------------------------------------------------*/

.ite_contents {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}


.item_box {
	height: auto;
	display: block;
	margin-top: 10px;
	width: 100%;
}
.item_box:after {
	content: "";
	display: block;
	clear: both
}

.item_box h1 {
	color: #0973B7;
	font-weight: bold;
	font-size: 20px;
}
.item_img {
	width: 100%;
	margin-top: 20px;
	display: block;
	height: auto;
	clear: both;
}


.ImgGroup {
	margin-top: 0;
	margin-bottom: 0;
}

.ImgMain{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #E5E5E5;
	margin-left: auto;
	margin-right: auto;
}
.ImgMain img{
    width: 100%;
}

ul.ImgThumbs {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.ImgThumbs li{
	display: inline-block;
	width: 20%;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.ImgThumbs li img {
	width: 100%;
	cursor: pointer;
	border: 1px solid #D3D3D3;
}
ul.ImgThumbs li.current img {
	border: 1px solid #CCE6FF !important;
}


.item_s {
	width: 100%;
	display: block;
	margin-top: 20px;
	height: 100%;
}
.name_2
{
	display: block;
	margin-top: 15px;
	width: 100%;
}
.paybt{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
/*翻訳
---------------------------------------------------------------------------*/
.translation{
	font-style: normal;
	line-height: 1;
	font-size: 0.7em;	/*文字サイズ70%*/
	background: #fff;	/*背景色*/
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 45px;	/*上下、左右へのブロック内の余白*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
} 
.translation .japan img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.translation .english img {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.translation .japan a {
	display: block;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.translation .english a {
	display: block;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#mainimg {
	width: 100%;
	height: 100vh;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	position: fixed;z-index: -1;
	left: 0px;top: 0px;
	margin: 0;
}

.online_s a {
	position: fixed;
	top: 100px;
	right: 20px;
	text-align: center;
	width: 250px;
	height: 50px;
	background-image: url(../images/online_shop1.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.online_s a:hover {
	position: fixed;
	top:100px;
	right: 20px;
	text-align: center;
	width: 250px;
	height: 50px;
	background-image: url(../images/online_shop2.png);
	background-repeat: no-repeat;
	z-index: 1;
}


#factory_list .list_a {
	display: block;
}


#factory_list .list_a a {
	width: 95%;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #0E0E0E;
	border: 1px solid #1D1D1D;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
	display: block;
	font-size: 11px;
}
#factory_list .list_a a:hover {
	width: 95%;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #2372C5;
	color: #FFFFFF;
	border: 1px solid #1D1D1D;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

.f_title {
	text-align: center;
	display: block;
	margin-bottom: 15px;
	color: #1D1D1D;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 40px;
}


.home_img:after {
	content: "";
	display: block;
	clear: both
}
.home_img ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
.home_img li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	height: auto;
	width: 45%;
}

.factory {
	display: block;
}
.factory:after {
	content: "";
	display: block;
	clear: both
}
.factory a {
	display: block;
	width: 80%;
	height: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #2372C5;
	color: #FFFFFF;
	border-radius: 3px;
}
.factory a:hover {
	display: block;
	width: 80%;
	height: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #CD901B;
	color: #FFFFFF;
	border-radius: 3px;
}
#fac_list {
	display: block;
	margin-bottom: 20px;
}
#fac_list:after {
	content: "";
	display: block;
	clear: both
}
#fac_list .f_list {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#fac_list .f_list a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-decoration: none;
	color: #1D1D1D;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
}

#fac_list .f_list a:hover {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2372C5;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
	margin-left: auto;
}

.facmore1 {
	display: block;
}
.facmore1:after {
	content: "";
	display: block;
	clear: both
}
.facmore {
	display: block;
}

.facmore a {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #1D1D1D;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.facmore a:hover {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #102B4A;
	-webkit-box-shadow: 1px 1px 3px #BBBBBB;
	box-shadow: 1px 1px 3px #BBBBBB;
	border: 1px solid #1D1D1D;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
}





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


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


/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 100%;
	background: linear-gradient(rgba(255,255,255,0.5) 750px, #c9eafd);/*背景グラデーション。255,255,255は白の事で0.5は色が50%出た状態。下側の色が#c9eafd。750pxはグラデーションを切り替えるポイント。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.05は色が5%でた状態。*/
	width: 200px;		/*幅*/
	overflow: auto;		/*高さを狭くした際に、メニューなどがきれないように自動でスクロールバーをつける。*/
}


/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	margin-left: 300px;			/*左側へ空けるボックスの外へのスペース*/
	width: calc(100% - 300px);	/*幅。100%の幅から左側のブロック分を差し引いたサイズを指定。*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	padding-top: 130px;		/*ブロックの上にとる余白*/
}


/*menubar
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}

/*メニューのボックス全体の設定（※変更不要）*/
#menubar {height: auto;overflow: visible;}
#menubar.db {position: static;overflow: visible;height: auto;padding: 0;}


/*コースページ（listブロック）
---------------------------------------------------------------------------*/
/*「コンパクトタイプ」のlistボックス全体を囲むボックス*/
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}

/*「コンパクトタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	width: 32%;	/*ボックスの幅*/
}
.list-container .list2 {
	width: 45%;	/*ボックスの幅*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※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;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

/* ------------------ カタログ ------------------ */

.cataloge {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 50px;
}

.cataloge:after {
	content:"";
	display:block;
	clear:both
}
.cataloge li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	color: #555555;
	font-size: 14px;
	text-align: center;
}
.cataloge li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.cataloge ul {
	list-style-type: none;
	list-style-image: none;
}
.cat_1 {
	display: block;
	float: left;
	width: 50%;
}
.cat_2 {
	display: block;
	float: right;
	width: 50%;
}
.download_box {
	display: block;
	margin-top: 10px;	
	
}
.download_box a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #BC072E;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
}
.download_box a:hover {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF3963;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
}
.pdf_box {
	display: block;
	height: auto;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.pdf_box:after {
	content:"";
	display:block;
	clear:both
}
.pdf_box img {
	display: block;
	float: left;
}
.pdf_box .pdf1 {
	display: block;
	float: left;
	text-align: left;
	margin-left: 20px;
}
.pdf {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
}
/*トップページのスライドショー（vegasを使用）
---------------------------------------------------------------------------*/
#mainimg {
    width: 100vw;
    height: 100vh;
	position: fixed;z-index: -1;
	left: 0px;top: 0px;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: 50%;
	animation: move 20s infinite both;
	background-image: url(../images/1.jpg);
}



@keyframes move{
  0% {
    background-size:100% auto;
  }
  50% {
    background-size:140% auto;
  }
  100% {
    background-size:100% auto;
  }
}



}




/* CSS Document */
