@font-face{font-family:hinaicon;src:url(/view/lib/hinaicon/hinaicon.eot?17db1b5719c2d2);src:url(/view/lib/hinaicon/hinaicon.eot?17db1b5719c2d2#iefix) format("eot"),url(/view/lib/hinaicon/hinaicon.woff?17db1b5719c2d2) format("woff"),url(/view/lib/hinaicon/hinaicon.ttf?17db1b5719c2d2) format("truetype"),url(/view/lib/hinaicon/hinaicon.svg?17db1b5719c2d2#hinaicon) format("svg");font-weight:400;font-style:normal}
 
body {
  margin: 0;
  padding: 0;
}
/*topボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3fefee;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*topボタン*/
/*ヘッダー箇所*/
 
.header{background-color:#fff}
.header__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:1048px;padding: 10px;}
.header__logo{margin-bottom:0px;margin-right:10px}
.header__logo>a{display:block;max-width:250px}
.header__description{font-size:14px;margin-left:10px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}
 
/* タブ*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1048px;
  margin:auto;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #36a9ba;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #36a9ba;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label {
    background: #36a9ba;
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tab-label{
    border-radius: 0;
    position: relative;
}
.tab-label:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
/*タブここまで*/
/* タブ1タイトル検索*/
.search-area input[type="text"] {
  padding: 5px 5px 3px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
}
 
.search-area input[type="text"]:focus {
  background: #F9F9F9;
}
 
.search-result {
  margin-top: 20px;
}
.hit-num__text span {
  font-weight: bold;
  width: 60px;
}
#search-result__list {
  margin-top: 5px;
}
.list_titlle {
 display: flex; 
	justify-content: center;
}
.list_titlle img {
  width: 250px;
 object-fit: cover;
 box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35)
}
.card {
  width: 250px;
  height: 250px;
  margin: 1px;
  border: 1px solid lightgray;
}
 
.picture img {
  width: 100%;
}
li .card .picture img:hover {
　opacity: 0.7;
　color: white;
}
 
.description p {
	font-size: 1px;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#search-result__list span {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  background: #F2F2F2;
}
 
.target-area {
  margin-top: 50px;
}
.target-area .hidden {
  display: none
}
 
/*タブ2の絞り込み検索　リスト選択*/
#list {
	max-width: 100%;
	margin: auto;
 
}
 
ul {
  padding: 0;
	position: relative;
	
}
li {
  list-style: none;
}
 
 
form {
  background: #ffffff;
  padding: 5px 5px;
  border-radius: 5px;
}
form ul {
  display: flex;
  flex-wrap: wrap;
}
input[type="radio"] {
  display: none;
}
.brand input[type="radio"]:checked + label {
  background: #f81; /* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.size input[type="radio"]:checked + label {
  background: #1cc; /* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.brand .label:hover {
  background-color: #f91; /* マウスオーバー時の背景色を指定する */
}
.size .label:hover {
  background-color: #1cc; /* マウスオーバー時の背景色を指定する */
}
 
.label {
  display: grid; /* ブロックレベル要素化する */
flex-direction: column;
  margin: 5px; /* ボックス外側の余白を指定する */
  width: 400px; /* ボックスの横幅を指定する */
  height: 30px; /* ボックスの高さを指定する */
  padding-left: 5px; /* ボックス内左側の余白を指定する */
  padding-right: 5px; /* ボックス内御右側の余白を指定する */
 place-items: center;/* テキスト縦報告センタリングを指定する */
	line-height: 25px; /* 行の高さを指定する */
  cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
  border-radius: 5px; /* 角丸を指定する */
}
 
 
.brand .label {
	    moz-transition: all .2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	box-shadow: 0 2px 3px 0 rgba(255,221,140,1);
 
  border: 2px solid #f81 ; /* ボックスの境界線を実線で指定する */
 color: #151515;   /* フォントの色を指定 */
}
 
.size .label {
	  width: 140px; /* ボックスの横幅を指定する */
  height: 30px; /* ボックスの高さを指定する */
 
  border: 2px solid #1cc; /* ボックスの境界線を実線で指定する */
  color: #151515; /* フォントの色を指定 */
	moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	box-shadow: 0 2px 3px 0 rgba(60, 194, 235, 0.5);
}
 
.search-box_label {
  font-weight:30;
}
.is-hide {
  display: none;
}
 
.list_toggle {
  display: none;
}
 
 
 
.nothing {
  display: none;
}
 
/* リセットボタン */
.reset-area {
  margin: 10px 5px;
}
.reset-button {
  display: inline-block;
  padding: 8px 20px;
  background-color:rgba(249,127,33,1.00)
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color .2s;
}
.reset-button:hover {
  background-color:aqua;
}
/* リセットボタンここまで */
 
.list {
 display: flex;
  flex-wrap: wrap;
	 padding: 5px 0;
}
 
.list li {
  margin: auto;
  object-fit: cover;
}
 
.list li img {
  width: 250px;
 object-fit: cover;
 box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35)
}
 
.list li img:hover {
　opacity: 0.7;
　color: white;
}
 
/* tab3 box装飾 */
panel {
  width: 500px;
}
 
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #EF8D00;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}
 
#panel > dt .dtext {
	font-weight:100;
	margin: 3px;
}
 
#panel > dd {
  border: solid 1px #EF8D00;
  margin: 0px;
  padding: 10px;
}
.card2 {
  width: 250px;
  height: 285px;
  margin: 1px 1px 1px 10px;
  border: 1px solid lightgray;
}
.namber {
	font-size: 1em;
	margin: 0.2em;
}
 
/*フッター*/
.footer06 {
 color: #808080;
 background: #e5e5e5;
 padding: 20px;
}
.footer06 a {
 color: #808080;
 text-decoration: none;
}
.footer06 li a:hover {
 text-decoration: underline;
}
.footer06 .wrap {
 width: 60%;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer06 .wrap h3 {
 margin: 0 0 10px 0;
 font-size: 95%;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .wrap p {
 margin: 0;
 padding: 0 0 10px 0;
 font-size: 90%;
}
.footer06 .wrap .box {
 width: 30%;
}
.footer06 .wrap .box ul {
 margin: 0;
 padding: 0 0 5px 0;
 list-style: none;
 font-size: 90%;
}
#copyright {
    padding: 1rem 0;
    background-color: #000;
	    color: #9ca3af;
    text-align: center;
  position: sticky;
  top: 100vh;
  width: 100%;
}
/*フッターここまで*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
 
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 599px) {
.footer06 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer06 .wrap h3 {
 border: none;
}
.footer06 .wrap .box {
 width: 100%;
}
.footer06 .wrap .box ul {
 border-top: 1px #c4c4c4 solid;
}
.footer06 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
}
}
 
	
/* PC用のCSSはメディアクエリの外に記述する */
 
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	}
 
@media screen and (max-width: 613px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	form ul {justify-content: center; }
}
 
/* スマホ用のCSSはメディアクエリの外に記述する */
 
@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
 
 
	
}
@media screen and (min-width: 613px) {
	/* 960px以上に適用されるCSS（PC用） */
 
}