@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*全体の設定
---------------------------------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	color:#d8d8d8;	
	font-family:'Noto Serif JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:2;	
	background:#454b27;
	-webkit-text-size-adjust:none;
}
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%;}

/*リンク
---------------------------------------------------------------------------*/
a{
	color:#d8d8d8;
	transition:0.2s;
}
a:hover{
	color:#f7e653;
	text-decoration:none;
}
a img:hover{
	transform:scale(1.1);
	transition:0.2s;
}

/*container
---------------------------------------------------------------------------*/
#container{
	max-width:1500px;
	margin:0 auto;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar{
	position:fixed;	
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
}
#menubar .animateme{
	width:100%;
	height:70px;
	background:#fff;
	background:linear-gradient(rgba(255,255,255,0.9),#fff 60%);
}
#menubar h1 img{
	height:70px;
	float:left;
	padding:0 50px;
}
#menubar ul li{
	float:left;
	line-height:70px;
	margin-left:3%;
}
#menubar ul li:last-child{
	float:right;
	margin:0 3% 0 0;
}
#menubar ul li a{
	text-decoration:none;
	color:#000;
	padding-bottom:5px;
}
#menubar ul li a:hover{
	border-bottom:3px solid #454b27;
}
#menubar-s, #menubar_hdr{display:none;}

/*ヘッダー
---------------------------------------------------------------------------*/
header #logo img{
	position:absolute;
	left:0%;
	top:0px;
	width:100%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents{
	overflow:hidden;
	position:relative;
	z-index:10;
	background:#454b27;
	padding:120px 5% 50px;
}
#top #contents{
	padding-top:0;
}

#contents h2{
	font-size:40px;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:0.2em;
	color:#fff;
}
#contents h2::first-letter{
	font-size:60px;
	border:1px solid #fff;
	padding:10px;
	margin-right:5px;
	letter-spacing:normal;
	text-shadow:5px 5px rgba(255,255,255,0.2);
}
#contents h2 span{
	display:block;
	font-size:14px;
	margin-top:-10px;
}
#contents h3{
	font-size:24px;
	color:#f7e653;
	margin-bottom:20px;
	letter-spacing:0.1em;
}

#contents p{
	margin-bottom:20px;
}

#contents p + h3,#contents p + h2{
	margin-top:50px;
}
section + section{
	padding-top:100px;
}

/*画像ブロック*/
#mainimg{
	clear:left;
	width:100%;
	margin:0 auto;
	position:relative;
	animation-name:fade;
	animation-duration:1s;
}
@keyframes fade{
	0%{opacity:0;}
	100%{opacity:1;}
}
#mainimg a img:hover{
	transform:none;
}

/*menu_bg
---------------------------------------------------------------------------*/
#contents .menu_bg{
	overflow:hidden;
	background:#000;
	padding:3%;	
}

/*item
---------------------------------------------------------------------------*/
.shopping_tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}
.shopping_tab a{
	width: 23%;
	text-align: center;
	margin: 1%;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.shopping_tab a.set{
	background: #f7ad53;
}

@media screen and (max-width:1024px) {
	.shopping_tab a{
		width: 48%;
	}
	
}

.item{
	overflow:hidden;
	margin:0 auto;
	border:1px solid #eeeae2;
	padding:5%;
	background: #000;
}
.item h4{
	color:#f7e653;
	font-size:20px;
	border-bottom:2px solid #f7e653;
	margin-bottom:10px;
}
.item p{
	padding:0 !important;
	line-height:1.5;
}
.item p a{
	color:#666;
}
.item table{
	width:100%;
	font-size:12px;
	margin:10px 0 20px;
}
.item table, .item table td, .item table th{
	border:solid 1px #333;
}
.item table th{
	width:20%;
	font-weight:normal;
}
.item table td, .item table th{
	padding:5px;
}
.item p.btn1{
	margin-top:20px;
}
.w35p{width:35%;}
.w60p{width:60%;}


/*item-t
---------------------------------------------------------------------------*/
#item-t{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
#item-t .t-child{
	width: 31.33333%;
	margin: 1%;
	padding: 1.5%;
	border: solid 1px #fff;
	box-sizing: border-box;
	background: #000;
}
#item-t .t-child figure{
	margin-bottom: 10px;
}
#item-t .t-child p{
	padding: 0;
	font-size: 14px;
}
#item-t .t-child h4{
	color:#f7e653;
	font-size: 1.15em;
	margin-bottom:10px;
	height:2.5em;
}
#item-t .t-child .btn1{
	font-size: 14px;
}
#item-t .t-child a.btn2{
	text-decoration: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
	background: #999;
	color: #000;
	border:1px solid #000;
}
#item-t .t-child a.btn2:hover{
	border:1px solid #4542b7;
	background:#fff;	
	color:#4542b7!important;
	transition:0.5s;
}

@media screen and (max-width:1024px) {
	#item-t .t-child{
		width: 48%;
	}
	#item-t .t-child input.btn1{
		padding: 5px;
	}
}
@media screen and (max-width:599px) {
	#item-t .t-child{
		width: 98%;
		padding: 3.5%;
		margin-bottom: 15px;
	}
}


/*
.item-t{
	position:relative;
	width:24.5%;
	float:left;
	text-align:center;
	padding:3%;	
	padding-bottom:75px;
	background:#000;
	border:1px solid #eeeae2;
	margin:0 0 20px 2%;
	line-height:1.5;
	color:#fff;
}
.item-t p{
	padding:0!important;
	height:4.5em;
	overflow:hidden;
	font-size:14px;
	text-align:left;
}
.item-t p a{
	color:#666;
}
.item-t h4{
	color:#f7e653;
	margin-bottom:10px;
	height:2.5em;
}
.item-t figure{
	margin-bottom:5px;
}
.item-t p.btn1, .item-t p.btn2{
	height:auto;
	position:static;
	width:100%;
}
.item-t p.btn1 a, .item-t p.btn2 a{
	display:block;
	padding:5px 0;
}
*/

/*btn1
---------------------------------------------------------------------------*/
input[type="submit"]{
	-webkit-appearance:none;
	border-radius:0;
}
p.btn1 a, input.btn1, p.btn2 a, a.btn1, a.btn3{
	font-family:'Noto Serif JP';
	text-decoration:none;
	display:inline-block;
	border:1px solid transparent;
	background:#f7e653;
	color:#666 !important;
	padding:5px 30px;
	text-align:center;
	font-weight:bold;
}
p.btn2 a{
	background:#a2a2a2;
	color:#000 !important;
}
a.btn3{
	background:#f7ad53;
	color:#666 !important;
}
input.btn1{
	font-size:110%;
	padding:10px 30px;
}
p.btn1 a:hover, input.btn1:hover, p.btn2 a:hover{
	border:1px solid #4542b7;
	background:#fff;	
	color:#4542b7!important;
	transition:0.5s;
}

input:disabled{
	background: #666;
	color: #fff!important;
}
input:disabled:hover{
	border:1px solid #666;
	background: #666;
	color: #fff!important;
}

/*box1
---------------------------------------------------------------------------*/
.box1{
	overflow:hidden;
	margin-bottom:30px;
}
.box1 figure img{
	margin:0 1%;
}
.box1 figcaption.w50{
	width:47%;
}
.box1 figcaption strong{
	display:block;
	font-weight:normal;
	font-size:20px;
	color:#f7e653;
}

/*フッター
---------------------------------------------------------------------------*/
footer{
	clear:both;
	padding:50px 0 0;
	font-size:85%;
	background:#111;
	background:#111 url(../images/footer_bg.jpg) no-repeat right top/50%;
	border-top:1px solid #222;
}
footer .pr{display:block;font-size:80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu{
	overflow:hidden;
	padding:0 3% 3%;
}
#footermenu ul{
	float:left;
	width:18%;
	padding-right:1%;
	padding-left:1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright{
	clear:both;
	text-align:center;
	background:#454b27;
}
#copyright a{text-decoration:none;}
#copyright a:hover{color:#d8d8d8;}

/*更新情報・お知らせ
---------------------------------------------------------------------------*/
#new dl{
	border-top:1px solid #fff;
}
#new dt{
	float:left;
	width:9em;
	letter-spacing:0.1em;
}
#new dd{
	padding-left:9em;
	border-bottom:1px solid #fff;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1{
	width:100%;
	margin:0 auto 30px;
}
.ta1, .ta1 td, .ta1 th{
	border:1px solid #fff;
	padding:10px 15px;
	word-break:break-all;
}
.ta1 th.tamidashi{
	width:auto;
	text-align:left;
}
.ta1 th{
	width:25%;
	text-align:center;
	font-weight:bold;
}
.ta1 th img{
	width:100%;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn{
	padding:5px 10px;
	border:1px solid #ccc;
	font-size:20px;
	border-radius:3px;
	background:#eee;
}
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover{
	border:1px solid #999;
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon{
	background:#f7e653;
	color:#000;
	font-size:70%;
	/*line-height:1.5;*/
	padding:0.5% 1%;
	border-radius:2px;
	margin:0px 5px;
	/*vertical-align:text-top;*/
}

/*その他
---------------------------------------------------------------------------*/
.look{background:#333;padding:5px 10px;border-radius:4px;}
.mb0{margin-bottom:0 !important;}
.mb15,.mb1em{margin-bottom:15px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.p0{padding:0 !important;}
.clear{clear:both;}
ul.disc{padding:0em 25px 15px;list-style:disc;}
.color1, .color1 a{color:#f7e653 !important;}
.pr{font-size:10px;}
.wl{width:96%;margin:1% 2%;}
.ws{width:46%;margin:1% 2%;}
.c{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.w50{overflow:hidden;width:50%;}
.fl{float:left;}
.fr{float:right;}
.big1{font-size:50px;}
.mini1{font-size:11px;display:inline-block;line-height:1.5;}
.sh{display:none;}
.bg1{overflow:hidden;background:url(../images/bg1.png) no-repeat -60% top/50%,url(../images/bg1.png) no-repeat 150% top/70%,#454b27 !important;}
.bg2{overflow:hidden;background:url(../images/bg2.png) !important;}

/*フォーム用
---------------------------------------------------------------------------*/
.pa10{padding:10px 0;}
.mb40{margin-bottom:40px !important;}
.form01, .form02, .form03{
	width:70%;
	margin:0 auto 20px;
	background:#fff;
	color:#666;
}
.form01, .form01 td, .form01 th, .form02, .form02 td, .form02 th{
	border:1px solid #ccc;
	padding:10px 15px;
	word-break:break-all;
}
.form01 th, .form02 th, .form03 th{
	width:auto;
	text-align:center;
	font-weight:bold;
}
.form02 th{
	width:25%;
}
.form03{
	background:none;
	border-style:none;
}
.form03 th, .form03 td{
	padding:10px 15px;
	border-style:none;
}
.w70f{
	width:70%;
}
.flow{
	width:90%;
	color:#666;
	background-color:#fff;
	padding:3% 5%;
	margin:30px 0;
	float:left;
}
.flow img{
	display:inline;
	width:30%;
	float:right;
	margin:0 10px;
}

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

/*メインメニュー
---------------------------------------------------------------------------*/
@keyframes menu1{
	0%{opacity:0;}
	100%{opacity:1;}
}
/*ヘッダー
---------------------------------------------------------------------------*/
header #logo img{
	left:5%;
	width:20%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar-s{
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	z-index:30;
	width:100%;
	background:rgba(0,0,0,0.8);
	border-top:1px solid #fff;
	animation-name:menu1;		/*上のkeyframesの名前*/
	animation-duration:0.5s;
	animation-fill-mode:both;
	margin-bottom:30px;
}
#menubar-s li a{
	display:block;
	text-decoration:none;
	padding:15px 10px 15px 20px;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:20px;
}
/*PC用メニューを非表示にする*/
#menubar{display:none;}

/*３本バーアイコン
---------------------------------------------------------------------------*/
#menubar_hdr{
	display:block;
	z-index:40;
	position:absolute;
	top:20px;
	right:3%;
	border:1px solid #fff;
}
#menubar_hdr.close,
#menubar_hdr.open{
	width:50px;
	height:50px;
}
#menubar_hdr.close{
	background:#000 url(../images/icon_menu.png) no-repeat center top/50px;
}
#menubar_hdr.open{
	background:#000 url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents{
	padding-top:50px;
}
section + section{
	padding-top:20px;
}

/*box1
---------------------------------------------------------------------------*/
.box1 figcaption.w50{
	width:auto;
}
.item-t{
	width:auto;
	float:none;
	padding:3%;
	margin:0 0 20px 0;
	line-height:2;
}
.item-t p{
	height:auto;
	font-size:100%;
	margin-bottom:15px;
}
.item-t h4{
	height:auto;
}
.item-t p.btn1{
	position:static;
	width:99%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n{display:none;}
.big1{font-size:24px;}
.w50{overflow:hidden;width:auto;}
.fl{float:none;}
.fr{float:none;}
.w35p, .w60p, table.form01, table.form02, table.form03, .w70f{width:100%!important;}
.flow{clear:left;}
.flow img{width:40%;}
}


/*画面幅480px以下
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

body{
	font-size:12px;
	line-height:1.5;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents h2{
	font-size:24px;
	margin-bottom:20px;
}
#contents h3{
	font-size:20px;
	margin-bottom:20px;
}
#contents h2::first-letter{
	border:none;
	padding:0;
	margin:0;
	text-shadow:none;
	font-size:24px;
	letter-spacing:0.2em;
}
#contents h2 span{
	font-size:10px;
	margin-top:0px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu{
	display:none;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1, .ta1 td, .ta1 th{
	padding:5px;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn{
	font-size:16px;
}

/*その他
---------------------------------------------------------------------------*/
.ws{width:96%;}
.box1, .box1 figure img, .box1 figcaption{
	animation-name:fade;
	animation-duration:1s;
}
.big1{font-size:16px;}
.sh{display:block;}
.pc{display:none;}

}
