@charset "UTF-8";

article{
	width: min(98%,1280px);
	margin: 0 auto !important;
}

.page-header{
	margin: 0 0 15px;
}



.archive-title {
	width: min(100%,1280px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(6vw,2rem);
    font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	color: #333;
	line-height: 1.5;
	margin: 75px auto 50px;
	padding: 8px ;
}

.archive-title {
	position: relative;
	border-bottom: 5px solid #dddddd;
}

.archive-title::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 5px;
	background-color: var(--main-color);
}



h1.entry-title a{
	text-decoration: none;
	color: #333;
}

h1.entry-title{
	font-size: 1.4em;
	font-weight: 300;
	border-bottom: 1px dotted #999;
	padding: 0 0 5px;
	margin: 0 auto 12px;
}

h1.entry-title a{
	text-decoration: none;
	color: #333;
}

section {
	width: 100%;
	margin-bottom: 2rem;
}

section a{
	display: block;
	text-decoration: none;
	color: #333;
}

section .img_area{
	float: left;
	width: 30%;
}

section  .price{
	font-size: 1.3rem;
	margin:0 auto 1rem;
}

section  .price span.price_txt{
	font-size: 1.2rem;
	color: #000;
}

section  .price span.price_num{
	font-size: 1.5rem;
	font-weight: bold;
	color: red;
	margin-left: .3rem;
	margin-right: .2rem;
}

/*動画・画像多数アイコン*/
 ul.op{
	margin: .3rem auto .5rem;
}

 ul.op li{
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	background-color: #666;
	color: #fff;
	padding:5px 8px;
}

section .koumoku_tb{
	float: right;
	width: 65%;
}

.thumb {
	margin-bottom: 8px;
}

 .thumb img {
	display: block;
	border-radius: 0;
	margin: 0 auto;
}

 h2{
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 auto 10px;
}

 h3{
	font-size: 1.1em;
	font-weight: 400;
	margin: 0 auto 10px;
}





.readmore {
	width: 100%;
   font-size: 16px;
   background-color: #444;
   text-align: center;
   color: #fff;
   padding: 8px 0;
   margin: 10px auto 80px;
}

.readmore a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.readmore a::after{
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: .5rem;
	height: .5rem;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
    margin-left: .3rem;
    margin-top: .5rem;
}


.readmore:hover {
   color: #fff;
   background-color: #DA4453;
   text-decoration: none;
}





/*ページング*/
/*
.page{
	text-align: center;
	margin: 0 auto;
}

nav.pagination{
	clear: both;
}

.nav-links{
	text-align: center;
	font-size: 1.1rem;
	margin: 0 auto;
}

.page-numbers {
	color: #fff;
	text-decoration: none;
	background: #173002;
	padding: 8px;
	margin: 0;
}

span.current{
	background: #0c6ad4;
}

h2.screen-reader-text {
	 display: none; 
	 }
	 */
	 /* ページネーションの汎用スタイル */
.nav-links ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 8px;
  }
  .nav-links li > * {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	height: 45px;
  }

  .nav-links li a{
	text-decoration: none;
  }

  .nav-links li > *:not(.dots) {
	width: 45px;
	border-radius: 50%;
	color: #000000;
	background: #efefef;
	transition: color 0.3s ease, background 0.3s ease;
  }
  .nav-links li > .current,
  .nav-links li > a:hover {
	color: #ffffff;
	background: #000000;
  }
	 
/*項目テーブル*/
.koumoku_tb{
	width: 100%;
}


.koumoku_tb td{
	line-height: 1.5;
	border: 1px solid #999;
	padding: 8px;
}

.koumoku_tb td:first-child{
	width: 30%;
	background: #f5f5f5;
	text-align: center;
}

@media only screen and (max-width: 736px) {/*スマホ*/

	section .img_area{
		float: none;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
	}



	section .img_area .thumb{
		width: calc(100%/2);
		margin: auto;
	}
	section .koumoku_tb{
		float: none;
		width: 100%;
	}

	section .koumoku_tb td{
		font-size: 14px;
		line-height: 1.3;
		padding: 8px;
	}

	/*ページング*/
	.nav-links li > * {
		height: 30px;
	  }
	
	  .nav-links li > *:not(.dots) {
		width: 30px;
	  }



}/*スマホ*/


@media only screen and  (min-width: 737px) and (max-width: 1024px) {
	

	
}













