@charset "utf-8";
body {
	font: 12px/1.4 "Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo","MS PGothic",Verdana,Arial,sans-serif;
	background-color: #f5f3f3;
	display:flex;
	flex-direction:column;
	min-height: 100vh;

}
/* -----リンク----- */
a:link {
	text-decoration: none;
}

/* ------------------------------
 共通
------------------------------ */

/* https://mirailog.jp/css-only-carousel-slider-summary */
.css-carousel-slider5 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider5 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider5 .slide-wrap {
    width: 500%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider5 50s infinite;
    animation-delay: 2s;
}
.css-carousel-slider5 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main5 50s infinite;
    animation-delay: 2s;
}
.css-carousel-slider5 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider5 {
    0% { transform: translateX(0); }

    16% { transform: translateX(calc(1 / 5 * -100%)); }
    20% { transform: translateX(calc(1 / 5 * -100%)); }

    36% { transform: translateX(calc(2 / 5 * -100%)); }
    40% { transform: translateX(calc(2 / 5 * -100%)); }

    56% { transform: translateX(calc(3 / 5 * -100%)); }
    60% { transform: translateX(calc(3 / 5 * -100%)); }

    76% { transform: translateX(calc(4 / 5 * -100%)); }
    80% { transform: translateX(calc(4 / 5 * -100%)); }

    96% { transform: translateX(calc(5 / 5 * -100%)); }
    100% { transform: translateX(calc(5 / 5 * -100%)); }
}

@keyframes css-carousel-slider-main5 {
    0% { transform: translateX(100%); }
    80% { transform: translateX(100%); }
    96% { transform: translateX(0%);}
}

/* メインコンテンツ */
#main {
	flex: 1;
}

#contents h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF9966;
	border-left-color: #FF9966;
	margin-bottom: 5px;
}
#contents h3 {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #70B870;
	border-left-color: #70B870;
}

#contents ul {
	margin: 5px;
}

#contents li {
	list-style-type: none;
	font-size: 14px;
	line-height: 16px;
}
/* ----問い合わせフォーム部----- */
form#mailinfo input, form#mailinfo textarea, form#mailinfo select {
	border: #333 1px solid;
}

/* ----料金等のテーブル部----- */
.dit_tbl {
	width: 98%;
	padding: 5px;
	border-collapse:separate;
	border-spacing:5px;  
}
.dit_tbl th,.dit_tbl td {
	border-bottom: dotted 1px #999;
	vertical-align: middle;
	line-height: 25px;
}
.send_plice {
	width: 100%;
	text-align: right;
}

/* ------------------------------
 PCサイトデザイン
------------------------------ */
@media screen and (min-width: 479px) { /*ウィンドウ幅が479px以上の場合に適用*/
	/* ----ヘッダ部----- */
	header {
		background-color: #003366;
		color: #ffffff;
		display: flex;
		justify-content: space-between;
	}
	header>div {
		text-align: left;
		line-height: 60px;
		text-indent: 15px;
	}
	header div.top {
		height: 120px;
		text-indent: 15px;
	}
	header div.top img {
		height: 120px;
	}

	header ul {
		display: flex;
		margin-right: 10px;
	}
	header ul li{
		height:60px;
		line-height: 60px;
		margin-left: 10px;
	}
	header ul li a {
		height:60x;
		line-height: 60px;
		color: #D7D7D7;
	}
	header ul li a:visited {
		color:#D7D7D7;
	}
	header ul li a:hover{
		color: #fcb666;
	}
	/* ----メイン部----- */
 	.main_con{
 		width: 1200px;
		margin-top: 20px;
 		margin-right: auto;
 		margin-left: auto;
		position: relative;
 	}
	#contents {
		width: 100%;
		margin-left: 40px;
		min-height: 600px;
	}
	#contents h2 {
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		height: 30px;
		padding-left: 3px;
		border-bottom-width: 1px;
		border-left-width: 10px;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-bottom-color: #FF9966;
		border-left-color: #FF9966;
		margin-bottom: 5px;
	}

	/* ----アイテムリスト部----- */
	.back_img01{
		background: url(../images/back_img02.png) no-repeat;
		width: 100%;
		min-height: 600px;
		background-position: bottom right;
	}
	.back_img01 ul{
		margin-left: 50px;
		display: block;
	}
	 .back_img01 li a {
		 display: block;
		 font-size: 1.4em;
		 width:400px;
		 height:40px;
		 line-height: 40px;
		 color: #666666;
		 text-align: left;
	 }
	 .back_img01 li a:visited {
		 color:#666666;
	 }
	 .back_img01 li a:hover{
		 color: #990000;
	 }
	
	/* ----カテゴリ別アイテムリスト部----- */
	.item_list {
		display: flex;
	}
	.item_list ul {
		width:300px;
	}
	.item_list li a {
		font-size: 1.2em;
		height:30px;
		line-height: 30px;
		color: #666666;
		text-align: left;
	}
	.item_list li a:visited {
		color:#666666;
	}
	.item_list li a:hover{
		color: #990000;
	}
	.item_list li a:hover::before {
		content: "▶";
	}	
	.list_con {
		width: 100%;
	}
	.list_tbl {
		width: 100%;
		margin: 10px 0;
	} 
	.list_did {
		vertical-align:top;
	}
	.list_price {
		text-align:right;
		vertical-align:bottom;
	}

	.border-tb2 {
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #FF9966;
	}
	.list_pmar {
		margin-bottom: 5px;
	}
	
	.paging {
		text-align: center;
	}

	/* ----商品ページ----- */
	.img_view {
		display: flex;
		flex-wrap: wrap;
	}
	.img_view h3 {
		width: 100%;
	}
	.img_pad {
		padding: 3px;
		text-align: center;

	}
	.img_pad img {
		width: 800px;
	}
	.img_side{
		padding: 3px;
		text-align: center;
	}
	.img_side img {
		width: 120px;
		height: 90px;
		border: 0;
	}
		
	#place {
		width: 98%;

		margin: 0 auto;
		table-layout: fixed;
	}
	#place td{

		padding: 8px;
	}
	.td_l {
		width: 50%;
		vertical-align: top;
	}
	.td_r {
		text-align: right;
	}
	.p_list {
		font-size: 1.2em;
		margin-top: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #006666;
	}
	.price_dsp {
		font-size: 1.4em;
		font-weight: bold;
		color: #006666;
		text-align: right;
	}
	.p_tit {
		font-size: 1.6em;
	}	


	 /* ----新着----- */
	.entry-4 {
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	h3 {
		font-size :14px;
		padding:0px 5px;
		line-height:25px;
		color:#666;
		margin-top: 30px;
		margin-bottom: 10px;/*見出しの下-文章との間に10pxの空白をもうける*/
	}
	#new_list {
		display: flex;
		width: 100%;
		margin-bottom: 30px;
	}
	#new_list li{
		width: 100%;
		text-align: center;
	}
	#new_list li img {
		padding-bottom: 5px;
	}
	hr {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
	  }
	#new_list li hr {
		width: 95%;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #FF9966;
		margin: 2px auto;
	}
	.price {
		color: #990000;
		font-weight: bold;
		font-size: 1.2em;
	}

	/* ----パンくず----- */
	.pan {
		padding: 0 5px;
		color: #666;
		background-color: transparent;
		line-height: 20px;
		font-size: 12px;
	}
	.pan a {
		color: #666;
	}
	.pan a:link:hover,
	.pan a:visited:hover{
		color: #FF6600;
	}

	/* ----問い合わせフォーム部----- */
	#mailinfo span {
		display: inline-block;
		width: 100px;
	}
	form#mailinfo input.w_50, form#mailinfo input.w_80{
		width: 400px;
	}
	form#mailinfo textarea{
		width: 600px;
	}
	.btn_style {
		font-size: 14px;
		line-height: 18px;
		height: 28px;
		width: 120px;
		text-align: center;
		background-color: #ccc;
	}
	
	/* ----メニュー部----- */
	.main_menu {
		margin: 20px auto;
	}
	.main_menu ul {
		display: flex;
		justify-content: space-around;
	}
	.main_menu ul li{
		width: 180px;
		height:20px;
		line-height: 20px;
		margin-left: 10px;
		margin-bottom: 10px;
		/*background: url(../images/icon01.png) no-repeat;*/
		background-position: bottom left;
		text-indent: 2px;
		border-bottom: 1px solid #FF6600;
	}
	.main_menu ul li::before{
		content: "▶ ";
		color: #FF6600;
	}
	.main_menu ul li a {
		width: 180px;
		height:20x;
		line-height: 20px;
		color: #333;
	}
	.main_menu ul li a:visited {
		color:#333;
	}
	.main_menu ul li a:hover{
		color: #fcb666;
	}


	 /* ----フッター部----- */
	 footer{
		 margin-top: 15px;
	 }
	 footer h2 {
		 font-size: 12px;
		 height: 30px;
		 color:#666;
		 text-align: center;
	 }
	 .footer_line{
		 width: 100%;
		 height: 3px;
		 background-color: #003366;
	 }
	 footer #footer_menu {
	 	font-size: 12px;
		width: 1200px;
		margin-top: 5px;
 		margin-right: auto;
 		margin-left: auto;
		margin-bottom: 5px;
	 }
	 footer #footer_menu a{
	 	height:15px;
	 	color: #666;
	 }

	 footer #footer_menu a:visited {
	 	color:#666;
	 }
	 footer #footer_menu a:hover {
	 	color: #FF6600;
	 }

	/* ----料金等のテーブル部----- */
	.dit_tbl th {
		width: 180px;
	}
	

}


/* ------------------------------
 スマホサイトデザイン
------------------------------ */
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
	/* ----ヘッダ部----- */
	header {
		background-color: #003366;
		color: #ffffff;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	header>div {
		text-align: left;
		line-height: 50px;
		text-indent: 5px;
	}
	header div.top {
		height: 8dvh;
		text-indent: 5px;
	}
	header div.top img {
		height: 60px;
	}

	header ul {
		display: flex;
		justify-content: flex-end;
	}
	header ul li{
		height:20px;
		line-height: 20px;
		margin-right: 10px;
	}
	header ul li a {
		height:60x;
		line-height: 20px;
		color: #D7D7D7;
	}
	header ul li a:visited {
		color:#D7D7D7;
	}
	header ul li a:hover{
		color: #fcb666;
	}

	/* ----メイン部----- */
	.main_con{
		width: 100%;
	   margin-top: 10px;
	   position: relative;
	}
	#contents {
		width: 100%;
		margin-left: 2px;
	}
	
	 /* ----新着----- */
	 .entry-4 {
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	h3 {
		font-size :14px;
		padding:0px 5px;
		line-height:25px;
		color:#333;
		margin-top: 30px;
		margin-bottom: 10px;/*見出しの下-文章との間に10pxの空白をもうける*/
	}
	#new_list {
		display: flex;
		flex-flow:column;
		justify-content: space-around;
		width: 100%;
		margin-bottom: 30px;
	}
	#new_list li{
		width: 100%;
		text-align: center;
		border: 1px dotted #333;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#new_list li img {
		padding-bottom: 5px;
	}
	hr {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
	  }
	#new_list li hr {
		width: 95%;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #FF9966;
		margin: 2px auto;
	}
	.price {
		color: #990000;
		font-weight: bold;
		font-size: 1.2em;
	}
	/* ----パンくず----- */
	.pan {
		padding: 0 3px;
		color: #666;
		background-color: transparent;
		line-height: 15px;
		font-size: 12px;
	}
	.pan a {
		color: #666;
	}
	.pan a:link:hover,
	.pan a:visited:hover{
		color: #FF6600;
	}
	
	/* ----問い合わせフォーム部----- */
	#mailinfo span {
		display: block;
	}
	form#mailinfo input.w_50, form#mailinfo input.w_80, form#mailinfo textarea{
		width: 100%;
	}



	/* ----メニュー部----- */
	.main_menu {
		margin: 5px auto;
	}
	.main_menu ul {
		display: flex;
		flex-flow:wrap;
		justify-content: space-around;
	}
	.main_menu ul li{
		width: 150px;
		height:20px;
		line-height: 20px;
		margin-left: 10px;
		margin-bottom: 10px;
		/*background: url(../images/icon01.png) no-repeat;
		background-size: 20px;*/
		background-position: bottom left;
		text-indent: 2px;
		border-bottom: 1px solid #FF6600;
	}
	.main_menu ul li::before{
		content: "▶ ";
		color: #FF6600;
	}
	.main_menu ul li a {
		width: 150px;
		height:20x;
		line-height: 20px;
		color: #333;
	}
	.main_menu ul li a:visited {
		color:#333;
	}
	.main_menu ul li a:hover{
		color: #fcb666;
	}
	 /* ----フッター部----- */
	 footer{
		margin-top: 10px;
	}
	footer h2 {
		font-size: 10px;
		height: 20px;
		color:#666;
		text-align: center;
	}
	.footer_line{
		width: 100%;
		height: 3px;
		background-color: #003366;
	}
	footer #footer_menu {
		font-size: 10px;
	   width: 100%;
	   margin-top: 5px;
		margin-right: auto;
		margin-left: auto;
	   margin-bottom: 5px;
	}
	footer #footer_menu a{
		height:15px;
		color: #666;
	}

	footer #footer_menu a:visited {
		color:#666;
	}
	footer #footer_menu a:hover {
		color: #FF6600;
	}

	/* ----料金等のテーブル部----- */
	.dit_tbl th {
		width: 30%;
	}
	
}

/* ------------------------------
共通カラー・サイズ
------------------------------ */
.err_mes {
	color: #FF0000;
	font-weight: bold;
}


/* ------------------------------
clearfix
------------------------------ */
.clearfix:before, .clearfix:after {
	content: '';
	display:block;
	clear:both;
}
